135 changed files with 5221 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||
import Vue from 'vue' |
|||
import VueI18n from 'vue-i18n' |
|||
import locale from 'element-ui/lib/locale' |
|||
import zh from './langs/chinese' |
|||
import en from './langs/english' |
|||
import vietnamese from './langs/Vietnamese' |
|||
Vue.use(VueI18n) |
|||
const messages = { |
|||
en: { |
|||
...en |
|||
}, |
|||
zh: { |
|||
...zh |
|||
}, |
|||
vi: { |
|||
...vietnamese |
|||
} |
|||
} |
|||
const i18n = new VueI18n({ |
|||
locale: localStorage.lang || 'zh', |
|||
messages, |
|||
silentTranslationWarn: true, // 解决vue-i18n黄色警告"value of key 'xxx' is not a string"和"cannot translate the value of keypath 'xxx'.use the value of keypath as default",可忽略
|
|||
globalInjection: true, // 全局注入
|
|||
fallbackLocale: 'zh' |
|||
}) |
|||
locale.i18n((key, value) => i18n.t(key, value)) |
|||
export default i18n |
@ -0,0 +1,92 @@ |
|||
import viLocale from 'element-ui/lib/locale/lang/vi' |
|||
import dataPermission from './dataPermission/vi' |
|||
import vi from './vi' |
|||
import workshop from './basedata/workshop/vi' |
|||
import vehicle from './basedata/vehicle/vi' |
|||
import material from './basedata/material/vi' |
|||
import classification from './basedata/classification/vi' |
|||
import taskConfig from './sch/task/vi' |
|||
import taskManage from './sch/task_manage/vi' |
|||
import SchBasePoint from './sch/point/vi' |
|||
import regionManage from './sch/region/vi' |
|||
import sys_redis from './system/redis/vi' |
|||
import notice from './system/notice/vi' |
|||
import search from './lucene/search/vi' |
|||
import lucene from './lucene/vi' |
|||
import login from './login/vi' |
|||
import operation_log from './operationLog/vi' |
|||
import record from './record/vi' |
|||
import online from './online/vi' |
|||
import error_log from './errorLog/vi' |
|||
import menu from './menu/vi' |
|||
import param from './param/vi' |
|||
import instruction from './instruction/in' |
|||
import task from './task/in' |
|||
import history from './history/in' |
|||
import device from './device/in' |
|||
import opc from './opc/in' |
|||
import protocol from './protocol/in' |
|||
import address from './address/vi' |
|||
import storageCell from './storageCell/in' |
|||
import route from './route/in' |
|||
import auto from './auto/in' |
|||
import monitor from './monitor/in' |
|||
import timing from './timing/vi' |
|||
import config from './config/in' |
|||
import customPolicy from './customPolicy/in' |
|||
import deviceErrorInfo from './deviceErrorInfo/in' |
|||
import user from './user/vi' |
|||
import role from './role/vi' |
|||
import department from './department/vi' |
|||
import dict from './dict/vi' |
|||
import angle from './angle/in' |
|||
import regional from './regional/in' |
|||
import stage from './stage/in' |
|||
|
|||
export default { |
|||
...viLocale, |
|||
...dataPermission, |
|||
...vi, |
|||
...workshop, |
|||
...vehicle, |
|||
...material, |
|||
...classification, |
|||
...error_log, |
|||
...notice, |
|||
...SchBasePoint, |
|||
...operation_log, |
|||
...login, |
|||
...record, |
|||
...taskConfig, |
|||
...taskManage, |
|||
...online, |
|||
...regionManage, |
|||
...sys_redis, |
|||
...lucene, |
|||
...search, |
|||
...menu, |
|||
...param, |
|||
...instruction, |
|||
...task, |
|||
...history, |
|||
...device, |
|||
...opc, |
|||
...protocol, |
|||
...address, |
|||
...storageCell, |
|||
...route, |
|||
...auto, |
|||
...customPolicy, |
|||
...auto, |
|||
...monitor, |
|||
...config, |
|||
...timing, |
|||
...deviceErrorInfo, |
|||
...user, |
|||
...role, |
|||
...department, |
|||
...dict, |
|||
...angle, |
|||
...regional, |
|||
...stage |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'address': { |
|||
'title': 'Wms Address', |
|||
'methods_code': 'Methods Code', |
|||
'methods_name': 'Methods Name', |
|||
'methods_url': 'Methods Url', |
|||
'remark': 'Remark' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'If There Are Subordinate Nodes, Delete Them Together, And This Operation Cannot Be Undone!' |
|||
} |
|||
} |
@ -0,0 +1,13 @@ |
|||
export default { |
|||
'address': { |
|||
'title': 'Địa chỉ WMS', |
|||
'methods_code': 'Mã hóa phương pháp', |
|||
'methods_name': 'Tên phương thức', |
|||
'methods_url': 'Địa chỉ yêu cầu', |
|||
'remark': 'Ghi chú' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!' |
|||
} |
|||
} |
|||
|
@ -0,0 +1,13 @@ |
|||
export default { |
|||
'address': { |
|||
'title': 'wms地址', |
|||
'methods_code': '方法编码', |
|||
'methods_name': '方法名称', |
|||
'methods_url': '请求地址', |
|||
'remark': '备注' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
|
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'angle': { |
|||
'table': { |
|||
'start_point_code': 'Start Point', |
|||
'start_device_code': 'Start Device', |
|||
'next_point_code': 'Target Point', |
|||
'next_device_code': 'Target Code', |
|||
'start_point_angle': 'Start Angle', |
|||
'next_point_angle': 'Target Angle', |
|||
'is_on': 'Is on', |
|||
'create_by': 'Created By', |
|||
'create_time': 'Created Time', |
|||
'update_by': 'Modified By', |
|||
'update_time': 'Modified Time', |
|||
'operate': 'Operate' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'angle': { |
|||
'table': { |
|||
'start_point_code': 'Pengkodean Titik Awal', |
|||
'start_device_code': 'Memulai Kode Perangkat', |
|||
'next_point_code': 'Pengkodean Titik Target', |
|||
'next_device_code': 'Encoding Perangkat Target', |
|||
'start_point_angle': 'Sudut Titik Awal', |
|||
'next_point_angle': 'Sudut Titik Target', |
|||
'is_on': 'Apakah Itu Diaktifkan', |
|||
'create_by': 'Dibuat Oleh', |
|||
'create_time': 'Waktu Pembuatan', |
|||
'update_by': 'Diubah Oleh', |
|||
'update_time': 'Ubah Waktu', |
|||
'operate': 'Beroperasi' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'angle': { |
|||
'table': { |
|||
'start_point_code': '起始点位编码', |
|||
'start_device_code': '起始设备编码', |
|||
'next_point_code': '目标点位编码', |
|||
'next_device_code': '目标设备编码', |
|||
'start_point_angle': '起始点位角度', |
|||
'next_point_angle': '目标点位角度', |
|||
'is_on': '是否启用', |
|||
'create_by': '创建者', |
|||
'create_time': '创建时间', |
|||
'update_by': '修改者', |
|||
'update_time': '修改时间', |
|||
'operate': '操作' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'Auto': { |
|||
'table': { |
|||
'name': 'Name', |
|||
'code': 'Code', |
|||
'status': 'Status', |
|||
'thread_name': 'Thread Name', |
|||
'thread_state': 'Thread State', |
|||
'usedStatus': 'UsedStatus', |
|||
'stopMessage': 'StopMessage', |
|||
'operate': 'Operate' |
|||
}, |
|||
'msg': { |
|||
'select_msg': 'Are You Sure To Stop This Thread?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'Auto': { |
|||
'table': { |
|||
'name': 'Nama', |
|||
'code': 'Nomor', |
|||
'status': 'Keadaan', |
|||
'thread_name': 'Nama Benda', |
|||
'thread_state': 'Status benang', |
|||
'usedStatus': 'Status Penggunaan', |
|||
'stopMessage': 'Hentikan Pesan', |
|||
'operate': 'Operasi' |
|||
}, |
|||
'msg': { |
|||
'select_msg': 'Apakah Anda Yakin Untuk Menghentikan Benang Ini?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'Auto': { |
|||
'table': { |
|||
'name': '名称', |
|||
'code': '编号', |
|||
'status': '状态', |
|||
'thread_name': '线程名', |
|||
'thread_state': '线程状态', |
|||
'usedStatus': '使用状态', |
|||
'stopMessage': '停止信息', |
|||
'operate': '操作' |
|||
}, |
|||
'msg': { |
|||
'stop_msg': '确定停止该线程吗?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,31 @@ |
|||
export default { |
|||
'classification': { |
|||
'title': 'Basic category', |
|||
'dialog': { |
|||
'code': 'Classification code', |
|||
'name': 'Classification Name', |
|||
'desc': 'Brief description', |
|||
'top_class': 'Top Category', |
|||
'superior_class': 'Superior category', |
|||
'update_name': 'Modified by', |
|||
'update_time': 'Change time', |
|||
'operate': 'operation', |
|||
'is_update': 'Can it be modified' |
|||
}, |
|||
'other': { |
|||
'addSibling': 'Add peers at the same level', |
|||
'addChildren': 'Add sub level' |
|||
}, |
|||
'placeholder': { |
|||
'label': 'Category Name', |
|||
'select': 'Please choose a category name', |
|||
'open': 'Expand All', |
|||
'superior_class': 'Select superior category' |
|||
}, |
|||
'msg': { |
|||
'delete': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!', |
|||
'isNotEmpty': 'Cannot be empty', |
|||
'topClassNotEmpty': 'The top-level category cannot be empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,31 @@ |
|||
export default { |
|||
'classification': { |
|||
'title': 'Danh mục cơ bản', |
|||
'dialog': { |
|||
'code': 'Mã phân loại', |
|||
'name': 'Danh mục', |
|||
'desc': 'Mô tả ngắn gọn', |
|||
'top_class': 'Phân loại hàng đầu', |
|||
'superior_class': 'Lớp trên', |
|||
'update_name': 'Thay đổi người', |
|||
'update_time': 'Thời gian sửa đổi', |
|||
'operate': 'Hoạt động', |
|||
'is_update': 'Có thể sửa đổi' |
|||
}, |
|||
'other': { |
|||
'addSibling': 'Thêm cùng cấp', |
|||
'addChildren': 'Thêm lớp con mới' |
|||
}, |
|||
'placeholder': { |
|||
'label': 'Danh mục', |
|||
'select': 'Vui lòng chọn tên phân loại', |
|||
'open': 'Mở rộng tất cả', |
|||
'superior_class': 'Chọn loại cao hơn' |
|||
}, |
|||
'msg': { |
|||
'delete': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!', |
|||
'isNotEmpty': 'Không thể để trống', |
|||
'topClassNotEmpty': 'Lớp trên không được để trống.' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,33 @@ |
|||
export default { |
|||
'classification': { |
|||
'title': '基础类别', |
|||
'dialog': { |
|||
'code': '分类编码', |
|||
'name': '分类名称', |
|||
'desc': '简要描述', |
|||
'top_class': '顶级类目', |
|||
'superior_class': '上级类目', |
|||
'create_name': '创建人', |
|||
'create_time': '创建时间', |
|||
'update_name': '修改人', |
|||
'update_time': '修改时间', |
|||
'operate': '操作', |
|||
'is_update': '是否可修改' |
|||
}, |
|||
'other': { |
|||
'addSibling': '新增同级', |
|||
'addChildren': '新增子级' |
|||
}, |
|||
'placeholder': { |
|||
'label': '类别名称', |
|||
'select': '请选择分类名称', |
|||
'open': '全部展开', |
|||
'superior_class': '选择上级类目' |
|||
}, |
|||
'msg': { |
|||
'delete': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!', |
|||
'isNotEmpty': '不能为空', |
|||
'topClassNotEmpty': '顶级类目不能为空' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'material': { |
|||
'title': 'Basic Material Information', |
|||
'dialog': { |
|||
'code': 'Material code', |
|||
'name': 'Material name', |
|||
'spec': 'Material specifications', |
|||
'class_id': 'Material classification identification', |
|||
'standing_time': 'Return time (hours)', |
|||
'workshop_code': 'Workshop code', |
|||
'remark': 'remarks', |
|||
'is_enable': 'Is it enabled', |
|||
'is_delete': 'Do you want to delete it', |
|||
'create_name': 'Creator', |
|||
'create_time': 'Creation time', |
|||
'update_name': 'Modified by', |
|||
'update_time': 'Change time', |
|||
'operate': 'operation' |
|||
}, |
|||
'placeholder': { |
|||
'code': 'Code name', |
|||
'select': 'Fuzzy search', |
|||
'workshop_code': 'Belonging workshop' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'material': { |
|||
'title': 'Thông tin cơ bản về vật liệu', |
|||
'dialog': { |
|||
'code': 'Mã hóa vật liệu', |
|||
'name': 'Tên vật liệu', |
|||
'spec': 'Thông số vật liệu', |
|||
'class_id': 'Xác định phân loại vật liệu', |
|||
'standing_time': 'Thời gian phục hồi (giờ)', |
|||
'workshop_code': 'Mã hội thảo', |
|||
'remark': 'Ghi chú', |
|||
'is_enable': 'Bật hay không', |
|||
'is_delete': 'Xoá', |
|||
'create_name': 'Tạo bởi', |
|||
'create_time': 'Thời gian tạo', |
|||
'update_name': 'Thay đổi người', |
|||
'update_time': 'Thời gian sửa đổi', |
|||
'operate': 'Hoạt động' |
|||
}, |
|||
'placeholder': { |
|||
'code': 'Tên mã hóa', |
|||
'select': 'Tìm kiếm mờ', |
|||
'workshop_code': 'Hội thảo trực thuộc' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'material': { |
|||
'title': '物料基础信息', |
|||
'dialog': { |
|||
'code': '物料编码', |
|||
'name': '物料名称', |
|||
'spec': '物料规格', |
|||
'class_id': '物料分类标识', |
|||
'standing_time': '回温时间(小时)', |
|||
'workshop_code': '车间编码', |
|||
'remark': '备注', |
|||
'is_enable': '是否启用', |
|||
'is_delete': '是否删除', |
|||
'create_name': '创建人', |
|||
'create_time': '创建时间', |
|||
'update_name': '修改人', |
|||
'update_time': '修改时间', |
|||
'operate': '操作' |
|||
}, |
|||
'placeholder': { |
|||
'code': '编码名称', |
|||
'select': '模糊搜索', |
|||
'workshop_code': '所属车间' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'vehicle': { |
|||
'title': 'Vehicle maintenance', |
|||
'dialog': { |
|||
'code': 'Mother tray code', |
|||
'name': 'Vehicle name', |
|||
'type': 'Vehicle type', |
|||
'one_code': 'One-dimensional code', |
|||
'two_code': 'QR code', |
|||
'rfid_code': 'RFID code', |
|||
'width': 'Vehicle width', |
|||
'long': 'Vehicle length', |
|||
'height': 'Vehicle height', |
|||
'over_type': 'Vehicle overbooking type', |
|||
'occupy_qty': 'Number of warehouse positions occupied', |
|||
'create_name': 'Creator', |
|||
'create_time': 'Creation time', |
|||
'update_name': 'Modified by', |
|||
'update_time': 'Change time', |
|||
'operate': 'operation' |
|||
}, |
|||
'placeholder': { |
|||
'code': 'Vehicle number', |
|||
'select': 'Please choose' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'vehicle': { |
|||
'title': 'Bảo trì tàu sân bay', |
|||
'dialog': { |
|||
'code': 'Mã hóa pallet nữ', |
|||
'name': 'Tên tàu sân bay', |
|||
'type': 'Loại Carrier', |
|||
'one_code': 'Mã một chiều', |
|||
'two_code': 'Mã QR', |
|||
'rfid_code': 'Mã hóa RFID', |
|||
'width': 'Chiều rộng tàu sân bay', |
|||
'long': 'Chiều dài tàu sân bay', |
|||
'height': 'Chiều cao tàu sân bay', |
|||
'over_type': 'Loại siêu vị trí tàu sân bay', |
|||
'occupy_qty': 'Số lượng kho', |
|||
'create_name': 'Tạo bởi', |
|||
'create_time': 'Thời gian tạo', |
|||
'update_name': 'Thay đổi người', |
|||
'update_time': 'Thời gian sửa đổi', |
|||
'operate': 'Hoạt động' |
|||
}, |
|||
'placeholder': { |
|||
'code': 'Số tàu sân bay', |
|||
'select': 'Vui lòng chọn' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'vehicle': { |
|||
'title': '载具维护', |
|||
'dialog': { |
|||
'code': '母托盘编码', |
|||
'name': '载具名称', |
|||
'type': '载具类型', |
|||
'one_code': '一维码', |
|||
'two_code': '二维码', |
|||
'rfid_code': 'RFID编码', |
|||
'width': '载具宽度', |
|||
'long': '载具长度', |
|||
'height': '载具高度', |
|||
'over_type': '载具超仓位类型', |
|||
'occupy_qty': '占仓位数', |
|||
'create_name': '创建人', |
|||
'create_time': '创建时间', |
|||
'update_name': '修改人', |
|||
'update_time': '修改时间', |
|||
'operate': '操作' |
|||
}, |
|||
'placeholder': { |
|||
'code': '载具号', |
|||
'select': '请选择' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
export default { |
|||
'workshop': { |
|||
'title': 'Basic workshop information', |
|||
'dialog': { |
|||
'code': 'Workshop code', |
|||
'name': 'Workshop name', |
|||
'remark': 'remarks', |
|||
'is_used': 'Is it enabled', |
|||
'create_name': 'Creator', |
|||
'create_time': 'Creation time', |
|||
'update_name': 'Modified by', |
|||
'update_time': 'Change time', |
|||
'operate': 'operation' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
export default { |
|||
'workshop': { |
|||
'title': 'Thông tin cơ sở hội thảo', |
|||
'dialog': { |
|||
'code': 'Mã hội thảo', |
|||
'name': 'Tên hội thảo', |
|||
'remark': 'Ghi chú', |
|||
'is_used': 'Bật hay không', |
|||
'create_name': 'Tạo bởi', |
|||
'create_time': 'Thời gian tạo', |
|||
'update_name': 'Thay đổi người', |
|||
'update_time': 'Thời gian sửa đổi', |
|||
'operate': 'Hoạt động' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,16 @@ |
|||
export default { |
|||
'workshop': { |
|||
'title': '车间基础信息', |
|||
'dialog': { |
|||
'code': '车间编码', |
|||
'name': '车间名称', |
|||
'remark': '备注', |
|||
'is_used': '是否启用', |
|||
'create_name': '创建人', |
|||
'create_time': '创建时间', |
|||
'update_name': '修改人', |
|||
'update_time': '修改时间', |
|||
'operate': '操作' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,92 @@ |
|||
import zhLocale from 'element-ui/lib/locale/lang/zh-CN' |
|||
import dataPermission from './dataPermission/zh' |
|||
import workshop from './basedata/workshop/zh' |
|||
import vehicle from './basedata/vehicle/zh' |
|||
import material from './basedata/material/zh' |
|||
import classification from './basedata/classification/zh' |
|||
import taskConfig from './sch/task/zh' |
|||
import SchBasePoint from './sch/point/zh' |
|||
import taskManage from './sch/task_manage/zh' |
|||
import regionManage from './sch/region/zh' |
|||
import sys_redis from './system/redis/zh' |
|||
import record from './record/zh' |
|||
import error_log from './errorLog/zh' |
|||
import operation_log from './operationLog/zh' |
|||
import notice from './system/notice/zh' |
|||
import search from './lucene/search/zh' |
|||
import lucene from './lucene/zh' |
|||
import online from './online/zh' |
|||
import login from './login/zh' |
|||
import zh from './zh-CN' |
|||
import menu from './menu/zh' |
|||
import param from './param/zh' |
|||
import instruction from './instruction/zh' |
|||
import task from './task/zh' |
|||
import history from './history/zh' |
|||
import device from './device/zh' |
|||
import opc from './opc/zh' |
|||
import protocol from './protocol/zh' |
|||
import address from './address/zh' |
|||
import storageCell from './storageCell/zh' |
|||
import route from './route/zh' |
|||
import auto from './auto/zh' |
|||
import customPolicy from './customPolicy/zh' |
|||
import monitor from './monitor/zh' |
|||
import timing from './timing/zh' |
|||
import config from './config/zh' |
|||
import user from './user/zh' |
|||
import deviceErrorInfo from './deviceErrorInfo/zh' |
|||
import role from './role/zh' |
|||
import department from './department/zh' |
|||
import dict from './dict/zh' |
|||
import angle from './angle/zh' |
|||
import regional from './regional/zh' |
|||
import stage from './stage/zh' |
|||
|
|||
export default { |
|||
...zhLocale, |
|||
...dataPermission, |
|||
...zh, |
|||
...workshop, |
|||
...vehicle, |
|||
...material, |
|||
...classification, |
|||
...record, |
|||
...online, |
|||
...operation_log, |
|||
...login, |
|||
...taskConfig, |
|||
...taskManage, |
|||
...error_log, |
|||
...notice, |
|||
...SchBasePoint, |
|||
...regionManage, |
|||
...sys_redis, |
|||
...search, |
|||
...lucene, |
|||
...menu, |
|||
...param, |
|||
...device, |
|||
...opc, |
|||
...protocol, |
|||
...address, |
|||
...storageCell, |
|||
...route, |
|||
...instruction, |
|||
...task, |
|||
...history, |
|||
...auto, |
|||
...customPolicy, |
|||
...monitor, |
|||
...timing, |
|||
...config, |
|||
...deviceErrorInfo, |
|||
...user, |
|||
...role, |
|||
...department, |
|||
...dict, |
|||
...angle, |
|||
...regional, |
|||
...stage |
|||
} |
|||
|
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'config': { |
|||
'table': { |
|||
'device_execution': 'Device Execution', |
|||
'please_select': 'Please Select', |
|||
'end_of_instruction': 'End Of Instructio', |
|||
'end_of_task': 'End Of Task', |
|||
'end_device': 'End Device', |
|||
'max': 'Maximum Quantity', |
|||
'allocation_ratio': 'Allocation Ratio', |
|||
'cancel': 'Cancel', |
|||
'confirm': 'Confirm', |
|||
'device_code': 'Device Code', |
|||
'destination_device': 'Destination Device', |
|||
'inst_nextdevice_code': 'Command Destination Device', |
|||
'destination_configuration': 'Destination Configuration', |
|||
'operation': 'Operation', |
|||
'device_is_not_null': 'Device Code Cannot Be Empty', |
|||
'mapping_relationship': 'Mapping Relationship', |
|||
'inOut': 'Bidirectional point position' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'config': { |
|||
'table': { |
|||
'device_execution': 'Eksekusi Perangkat', |
|||
'please_select': 'Silakan Pilih', |
|||
'end_of_instruction': 'Akhir Instruksi', |
|||
'end_of_task': 'Akhir Tugas', |
|||
'end_device': 'Perangkat Akhir', |
|||
'max': 'Jumlah Maksimum', |
|||
'allocation_ratio': 'Rasio Alokasi', |
|||
'cancel': 'Membatalkan', |
|||
'confirm': 'Mengonfirmasi', |
|||
'device_code': 'Kode Perangkat', |
|||
'destination_device': 'Perangkat Tujuan Tugas', |
|||
'inst_nextdevice_code': 'Perangkat Tujuan Perintah', |
|||
'destination_configuration': 'Konfigurasi Tujuan', |
|||
'operation': 'Operasi', |
|||
'device_is_not_null': 'Kode Perangkat Tidak Boleh Kosong', |
|||
'mapping_relationship': 'Hubungan Pemetaan', |
|||
'inOut': 'Posisi titik bidireksi' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'config': { |
|||
'table': { |
|||
'device_execution': '执行设备', |
|||
'please_select': '请选择', |
|||
'end_of_instruction': '指令终点', |
|||
'end_of_task': '任务终点', |
|||
'end_device': '终点设备', |
|||
'max': '最大数量', |
|||
'allocation_ratio': '分配比例', |
|||
'cancel': '取消', |
|||
'confirm': '确定', |
|||
'device_code': '设备编码', |
|||
'destination_device': '任务终点设备', |
|||
'inst_nextdevice_code': '指令终点设备', |
|||
'destination_configuration': '终点配置', |
|||
'operation': '操作', |
|||
'device_is_not_null': '设备编码不能为空', |
|||
'mapping_relationship': '映射关系', |
|||
'inOut': '双向点位' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
export default { |
|||
'customPolicy': { |
|||
'title': 'Custom Policy', |
|||
'unit_code': 'Policy Number', |
|||
'unit_name': 'Policy Name' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
} |
|||
} |
@ -0,0 +1,11 @@ |
|||
export default { |
|||
'customPolicy': { |
|||
'title': 'Strategi Khusus', |
|||
'unit_code': 'Nomor Strategi', |
|||
'unit_name': 'Nama Strategi' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!' |
|||
} |
|||
} |
|||
|
@ -0,0 +1,11 @@ |
|||
export default { |
|||
'customPolicy': { |
|||
'title': '自定义策略', |
|||
'unit_code': '策略编号', |
|||
'unit_name': '策略名称' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
|
@ -0,0 +1,15 @@ |
|||
export default { |
|||
'dataPermission': { |
|||
'table': { |
|||
'code': 'Code', |
|||
'name': 'Name', |
|||
'sort': 'Sort', |
|||
'enable': 'Enable', |
|||
'description': 'Description', |
|||
'create_by': 'Creator' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot be empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,15 @@ |
|||
export default { |
|||
'dataPermission': { |
|||
'table': { |
|||
'code': 'Mã hóa', |
|||
'name': 'Tên', |
|||
'sort': 'Sắp xếp', |
|||
'enable': 'Bật hay không', |
|||
'description': 'Ghi chú', |
|||
'create_by': 'Tạo bởi' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Không thể để trống' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,15 @@ |
|||
export default { |
|||
'dataPermission': { |
|||
'table': { |
|||
'code': '编码', |
|||
'name': '名称', |
|||
'sort': '排序', |
|||
'enable': '是否启用', |
|||
'description': '备注', |
|||
'create_by': '创建人' |
|||
}, |
|||
'rules': { |
|||
'NotNull': '不能为空' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,40 @@ |
|||
export default { |
|||
'department': { |
|||
'table_title': { |
|||
'Department_name': 'Department Name', |
|||
'enter_department_name': 'Enter Department Name', |
|||
'Department': 'Department', |
|||
'select_dept': 'Select department category' |
|||
}, |
|||
'table_value': { |
|||
'Sort': 'Sort', |
|||
'Name': 'Name', |
|||
'State': 'State', |
|||
'CreateDate': 'CreateDate', |
|||
'Operate': 'Operate', |
|||
'top_departments': 'Superior department' |
|||
}, |
|||
'other': { |
|||
'Department_code': 'Department Code', |
|||
'Department_sort': 'Department Sort', |
|||
'External_identification': 'External Identification', |
|||
'Top_departments': 'Top Departments', |
|||
'enable': 'Enable', |
|||
'disable': 'Disable', |
|||
'Tip1': 'This operation will"', |
|||
'Tip2': '"', |
|||
'Tip3': 'Department, should we continue?', |
|||
'Tip4': 'Tips', |
|||
'succeed': 'success' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?', |
|||
'confirm_delete_msg': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!' |
|||
}, |
|||
'rules': { |
|||
'name': 'Please enter a name', |
|||
'dept_sort': 'Please enter the serial number', |
|||
'top_dept': 'The superior department cannot be empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,40 @@ |
|||
export default { |
|||
'department': { |
|||
'table_title': { |
|||
'Department_name': 'Tên bộ phận', |
|||
'enter_department_name': 'Vui lòng nhập tên bộ phận', |
|||
'Department': 'Trang chủ', |
|||
'select_dept': 'Chọn loại bộ phận' |
|||
}, |
|||
'table_value': { |
|||
'Sort': 'Sắp xếp', |
|||
'Name': 'Tên', |
|||
'State': 'Trạng thái', |
|||
'CreateDate': 'Ngày tạo', |
|||
'Operate': 'Hoạt động', |
|||
'top_departments': 'Bộ phận cao hơn' |
|||
}, |
|||
'other': { |
|||
'Department_code': 'Bộ mã hóa', |
|||
'Department_sort': 'Phân loại ngành', |
|||
'External_identification': 'Nhận dạng bên ngoài', |
|||
'Top_departments': 'Bộ phận hàng đầu', |
|||
'enable': 'Bật', |
|||
'disable': 'Tắt', |
|||
'Tip1': 'Hành động này sẽ"', |
|||
'Tip2': '"', |
|||
'Tip3': 'Bộ phận, có tiếp tục không?', |
|||
'Tip4': 'Mẹo', |
|||
'succeed': 'Thành công' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Xác nhận xóa 1 mục dữ liệu đã chọn?', |
|||
'confirm_delete_msg': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!' |
|||
}, |
|||
'rules': { |
|||
'name': 'Vui lòng nhập tên', |
|||
'dept_sort': 'Vui lòng nhập số serial', |
|||
'top_dept': 'Cấp trên không được để trống' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,40 @@ |
|||
export default { |
|||
'department': { |
|||
'table_title': { |
|||
'Department_name': '部门名称', |
|||
'enter_department_name': '请输入部门名称', |
|||
'Department': '部门', |
|||
'select_dept': '选择部门类目' |
|||
}, |
|||
'table_value': { |
|||
'Sort': '排序', |
|||
'Name': '名称', |
|||
'State': '状态', |
|||
'CreateDate': '创建日期', |
|||
'Operate': '操作', |
|||
'top_departments': '上级部门' |
|||
}, |
|||
'other': { |
|||
'Department_code': '部门编码', |
|||
'Department_sort': '部门排序', |
|||
'External_identification': '外部标识', |
|||
'Top_departments': '顶级部门', |
|||
'enable': '启用', |
|||
'disable': '禁用', |
|||
'Tip1': '此操作将"', |
|||
'Tip2': '"', |
|||
'Tip3': '部门,是否继续 ?', |
|||
'Tip4': '提示', |
|||
'succeed': '成功' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确认删除选中的1条数据?', |
|||
'confirm_delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
}, |
|||
'rules': { |
|||
'name': '请输入名称', |
|||
'dept_sort': '请输入序号', |
|||
'top_dept': '上级部门不能为空' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,34 @@ |
|||
export default { |
|||
'device': { |
|||
'title': 'Device', |
|||
'placeholder': { |
|||
'enter_name_code': 'Enter A Name Or Code', |
|||
'device_type': 'Device Type', |
|||
'please_select': 'Please Select', |
|||
'name_code': 'Name Or Code' |
|||
}, |
|||
'device_table_title': { |
|||
'device_identification': 'Device Identification', |
|||
'device_encoding': 'Device Encoding', |
|||
'device_name': 'Device Name', |
|||
'device_type': 'Device Type', |
|||
'region': 'Region', |
|||
'sequence_number': 'Sequence Number', |
|||
'descriptive_information': 'Descriptive Information', |
|||
'configured': 'Configured', |
|||
'visible': 'Visible', |
|||
'create_time': 'Create Time' |
|||
}, |
|||
'device_dialog': { |
|||
'zh_device_name': 'ZH-name', |
|||
'en_device_name': 'EN-name', |
|||
'ko_device_name': 'KO-Nama' |
|||
}, |
|||
'driver_configuration': { |
|||
'basic_information': 'Basic Information' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, they Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,34 @@ |
|||
export default { |
|||
'device': { |
|||
'title': 'Peralatan', |
|||
'placeholder': { |
|||
'enter_name_code': 'Masukkan Nama Atau Kode', |
|||
'device_type': 'Jenis Perangkat', |
|||
'please_select': 'Silakan Pilih', |
|||
'name_code': 'Nama Atau Kode' |
|||
}, |
|||
'device_table_title': { |
|||
'device_identification': 'Identifikasi Perangkat', |
|||
'device_encoding': 'Pengkodean Perangkat', |
|||
'device_name': 'Nama Perangkat', |
|||
'device_type': 'Jenis Perangkat', |
|||
'region': 'Wilayah', |
|||
'sequence_number': 'Nomor Urut', |
|||
'descriptive_information': 'Informasi Deskriptif', |
|||
'configured': 'Apakah Itu Dikonfigurasi', |
|||
'visible': 'Terlihat', |
|||
'create_time': 'Tanggal Pembuatan' |
|||
}, |
|||
'device_dialog': { |
|||
'zh_device_name': 'ZH-Nama', |
|||
'en_device_name': 'EN-Nama', |
|||
'ko_device_name': 'KO-Nama' |
|||
}, |
|||
'driver_configuration': { |
|||
'basic_information': 'Informasi Dasar' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,34 @@ |
|||
export default { |
|||
'device': { |
|||
'title': '设备', |
|||
'placeholder': { |
|||
'enter_name_code': '输入名称或者编码', |
|||
'device_type': '设备类型', |
|||
'please_select': '请选择', |
|||
'name_code': '名称或编码' |
|||
}, |
|||
'device_table_title': { |
|||
'device_identification': '设备标识', |
|||
'device_encoding': '设备编码', |
|||
'device_name': '设备名字', |
|||
'device_type': '设备类型', |
|||
'region': '所属区域', |
|||
'sequence_number': '顺序号', |
|||
'descriptive_information': '描述信息', |
|||
'configured': '是否配置', |
|||
'visible': '可见', |
|||
'create_time': '创建日期' |
|||
}, |
|||
'device_dialog': { |
|||
'zh_device_name': '中文设备名称', |
|||
'en_device_name': '英文设备名称', |
|||
'ko_device_name': '韩国设备名称' |
|||
}, |
|||
'driver_configuration': { |
|||
'basic_information': '基本信息' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'errorLog': { |
|||
'table': { |
|||
'device_code': 'Device Code', |
|||
'alarm_code': 'Alarm Code', |
|||
'alarm_message': 'Alarm Message', |
|||
'start_time': 'Start Time', |
|||
'end_time': 'End Time', |
|||
'error_time': 'Error Time' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'errorLog': { |
|||
'table': { |
|||
'device_code': 'Kode Perangkat', |
|||
'alarm_code': 'Kode Alarm', |
|||
'alarm_message': 'Pesan Peringatan', |
|||
'start_time': 'Tanggal Mulai', |
|||
'end_time': 'Tanggal Selesai', |
|||
'error_time': 'Waktu Kesalahan' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'errorLog': { |
|||
'table': { |
|||
'device_code': '设备编码', |
|||
'alarm_code': '报警编码', |
|||
'alarm_message': '报警信息', |
|||
'start_time': '开始日期', |
|||
'end_time': '结束日期', |
|||
'error_time': '错误时间' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,41 @@ |
|||
export default { |
|||
'dict': { |
|||
'table_title': { |
|||
'code_Name': 'Code(Name)', |
|||
'enter_code_name': 'Enter Name(Code)' |
|||
}, |
|||
'table_value': { |
|||
'Code': 'Code', |
|||
'Name': 'Name', |
|||
'Operate': 'Operate', |
|||
'Dict': 'Dict' |
|||
}, |
|||
'other': { |
|||
'Dict_detail': 'Dict Detail', |
|||
'Department_label': 'Department Label', |
|||
'Department_label_zh': 'Chinese dictionary tags', |
|||
'Department_label_en': 'English dictionary tags', |
|||
'Department_label_ko': 'Indonesian dictionary labels', |
|||
'Dictionary_value': 'Dictionary Value', |
|||
'Sort': 'Sort', |
|||
'Parameter1': 'Parameter1', |
|||
'Parameter2': 'Parameter2', |
|||
'Parameter3': 'Parameter3', |
|||
'Which_dictionary': 'Which Dictionary', |
|||
'Click_dictionary_see_details': 'Click On The Dictionary To See Details', |
|||
'input': 'Enter name or description to search', |
|||
'name': 'Dictionary name', |
|||
'description': 'describe', |
|||
'input_label': 'Input dictionary label query' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?' |
|||
}, |
|||
'rules': { |
|||
'code': 'Please enter the code', |
|||
'label': 'Please enter dictionary label', |
|||
'value': 'Please enter dictionary value', |
|||
'dict_sort': 'Please enter the serial number' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,41 @@ |
|||
export default { |
|||
'dict': { |
|||
'table_title': { |
|||
'code_Name': 'Tên (mã hóa)', |
|||
'enter_code_name': 'Nhập tên (mã hóa)' |
|||
}, |
|||
'table_value': { |
|||
'Code': 'Mã hóa từ điển', |
|||
'Name': 'Tên', |
|||
'Operate': 'Hoạt động', |
|||
'Dict': 'Từ điển' |
|||
}, |
|||
'other': { |
|||
'Dict_detail': 'Chi tiết từ điển', |
|||
'Department_label': 'Thẻ từ điển', |
|||
'Department_label_zh': '中文字典标签', |
|||
'Department_label_en': '英文字典标签', |
|||
'Department_label_ko': '韩国字典标签', |
|||
'Dictionary_value': 'Giá trị từ điển', |
|||
'Sort': 'Sắp xếp', |
|||
'Parameter1': 'Tham số 1', |
|||
'Parameter2': 'Tham số 2', |
|||
'Parameter3': 'Tham số 3', |
|||
'Which_dictionary': 'Từ điển sở hữu', |
|||
'Click_dictionary_see_details': 'Click vào từ điển để xem chi tiết', |
|||
'input': 'Nhập tên hoặc mô tả tìm kiếm', |
|||
'name': 'Từ điển Name', |
|||
'description': 'Mô tả', |
|||
'input_label': 'Nhập truy vấn nhãn từ điển' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Xác nhận xóa 1 mục dữ liệu đã chọn?' |
|||
}, |
|||
'rules': { |
|||
'code': 'Vui lòng nhập mã', |
|||
'label': 'Vui lòng nhập nhãn từ điển', |
|||
'value': 'Vui lòng nhập giá trị từ điển', |
|||
'dict_sort': 'Vui lòng nhập số serial' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,41 @@ |
|||
export default { |
|||
'dict': { |
|||
'table_title': { |
|||
'code_Name': '名称(编码)', |
|||
'enter_code_name': '输入名称(编码)' |
|||
}, |
|||
'table_value': { |
|||
'Code': '字典编码', |
|||
'Name': '名称', |
|||
'Operate': '操作', |
|||
'Dict': '字典' |
|||
}, |
|||
'other': { |
|||
'Dict_detail': '字典详情', |
|||
'Department_label': '字典标签', |
|||
'Department_label_zh': '中文字典标签', |
|||
'Department_label_en': '英文字典标签', |
|||
'Department_label_ko': '韩国字典标签', |
|||
'Dictionary_value': '字典值', |
|||
'Sort': '排序', |
|||
'Parameter1': '参数1', |
|||
'Parameter2': '参数2', |
|||
'Parameter3': '参数3', |
|||
'Which_dictionary': '所属字典', |
|||
'Click_dictionary_see_details': '点击字典查看详情', |
|||
'input': '输入名称或者描述搜索', |
|||
'name': '字典名称', |
|||
'description': '描述', |
|||
'input_label': '输入字典标签查询' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确认删除选中的1条数据?' |
|||
}, |
|||
'rules': { |
|||
'code': '请输入编码', |
|||
'label': '请输入字典标签', |
|||
'value': '请输入字典值', |
|||
'dict_sort': '请输入序号' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,124 @@ |
|||
export default { |
|||
'lang': 'English', |
|||
'auto': { |
|||
'common': { |
|||
'home': 'Dashboard', |
|||
'Layout_setting': 'Layout Setting', |
|||
'Personal_center': 'Personal Center', |
|||
'Log_out': 'Log Out', |
|||
'Personal_information': 'Personal Information', |
|||
'username': 'UserName', |
|||
'name': 'Name', |
|||
'phone': 'Phone Number', |
|||
'phone2': 'Phone', |
|||
'sex': 'Sex', |
|||
'sex_male': 'Male', |
|||
'sex_female': 'Female', |
|||
'email': 'E-mail', |
|||
'Security_settings': 'Security Settings', |
|||
'Save_settings': 'Save Settings', |
|||
'Reset_settings': 'Reset Settings', |
|||
'Change_password': 'Change Password', |
|||
'New_password': 'New Password', |
|||
'Old_password': 'Old Password', |
|||
'Verify_password': 'Verify Password', |
|||
'User_information': 'User Information', |
|||
'Operation_log': 'Operation Log', |
|||
'action': 'Action', |
|||
'IP_source': 'IP Source', |
|||
'Browser': 'Browser', |
|||
'Request_time': 'Request Time', |
|||
'Creation_date': 'Creation Date', |
|||
'account': 'Account', |
|||
'password': 'Password', |
|||
'verification_code': 'Code', |
|||
'login_rm': 'Remember Me', |
|||
'login': 'Login', |
|||
'login_ing': 'Logging In...', |
|||
'Create': 'Create', |
|||
'Update': 'Update', |
|||
'Delete': 'Delete', |
|||
'Export': 'Export', |
|||
'Editors': 'Editor', |
|||
'SelectAll': 'SelectAll', |
|||
'Query': 'Query', |
|||
'Reset': 'Reset', |
|||
'Confirm': 'Confirm', |
|||
'Cancel': 'Cancel', |
|||
'Forced_cancellation': 'Forced_cancellation', |
|||
'Initialize': 'Initialize', |
|||
'Operate': 'Operate', |
|||
'Refresh': 'Refresh', |
|||
'Closes': 'Close', |
|||
'Closes_l': 'Close Left', |
|||
'Closes_r': 'Close Right', |
|||
'Closes_o': 'Close Other', |
|||
'Closes_a': 'Close All', |
|||
'Theme_style_setting': 'Theme Style Setting', |
|||
'Theme_color': 'Theme Color', |
|||
'System_layout_configuration': 'System Layout Configuration', |
|||
'Open': 'Open', |
|||
'Fixation': 'Fixation', |
|||
'Display': 'Display', |
|||
'Dynamic_titles': 'Dynamic Titles', |
|||
'crudTip': 'Are you sure to delete this data?', |
|||
'startDate': 'StartDate', |
|||
'endDate': 'EndDate', |
|||
'moreMenu': 'MoreMenu', |
|||
'browses': 'Browse', |
|||
'fz': 'Full Screen Zoom', |
|||
'Tips': 'Tips', |
|||
'Tip1': 'Confirm deletion of selected', |
|||
'Tip2': 'Data?', |
|||
'Tip3': 'User name not used as login', |
|||
'Tip4': 'Mobile phone number cannot be duplicate', |
|||
'Tip5': 'Please enter a phone number', |
|||
'Tip6': 'Please enter the correct 11 digit phone number', |
|||
'Tip7': 'Drag and drop the excel file here or', |
|||
'Tip8': 'The two passwords are different', |
|||
'Tip9': 'Please enter your password again', |
|||
'Tip10': 'Please enter your old password', |
|||
'Tip11': 'Please enter your new password', |
|||
'Tip12': '6 to 20 characters in length', |
|||
'Tip13': 'Are you sure to log out and exit the system?', |
|||
'Tip14': 'WebSocket connection error', |
|||
'Tip15': 'Please enter an icon name', |
|||
'loading': 'Loading...', |
|||
'synchronous': 'Synchronous', |
|||
'determine': 'Determine', |
|||
'stop': 'Stop', |
|||
'firing': 'Firing', |
|||
'import': 'Import', |
|||
'driver_configuration': 'Driver Configuration', |
|||
'create_time': 'Create Time', |
|||
'update_time': 'Update Time', |
|||
'create_by': 'Create People', |
|||
'update_by': 'Update People', |
|||
'is_on': 'Enable Or Not', |
|||
'please': 'Please Select', |
|||
'true': 'True', |
|||
'false': 'False', |
|||
'Running': 'Running', |
|||
'Paused': 'Paused', |
|||
'submit_msg': 'Submitted successfully', |
|||
'add_msg': 'Added successfully', |
|||
'edit_msg': 'Edited successfully', |
|||
'del_msg': 'Delete successfully' |
|||
}, |
|||
'monitor': { |
|||
'sys': 'System', |
|||
'day': 'Running Day', |
|||
'status': 'Status', |
|||
'core': 'Core', |
|||
'cpu': 'CPU Utilization', |
|||
'memory': 'Memory Utilization', |
|||
'tality': 'Tality', |
|||
'used': 'Used', |
|||
'leisure': 'Leisure', |
|||
'exchange': 'Exchange Utilization', |
|||
'disk': 'Disk Utilization', |
|||
'cpu_monitoring': 'Cpu Utilization Monitoring', |
|||
'memory_monitoring': 'Memory Utilization Monitoring' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,92 @@ |
|||
import enLocale from 'element-ui/lib/locale/lang/en' |
|||
import dataPermission from './dataPermission/en' |
|||
import en from './en' |
|||
import workshop from './basedata/workshop/en' |
|||
import vehicle from './basedata/vehicle/en' |
|||
import material from './basedata/material/en' |
|||
import classification from './basedata/classification/en' |
|||
import taskConfig from './sch/task/en' |
|||
import taskManage from './sch/task_manage/en' |
|||
import SchBasePoint from './sch/point/en' |
|||
import regionManage from './sch/region/en' |
|||
import sys_redis from './system/redis/en' |
|||
import notice from './system/notice/en' |
|||
import search from './lucene/search/en' |
|||
import lucene from './lucene/en' |
|||
import record from './record/en' |
|||
import login from './login/en' |
|||
import operation_log from './operationLog/en' |
|||
import online from './online/en' |
|||
import error_log from './errorLog/en' |
|||
import menu from './menu/en' |
|||
import param from './param/en' |
|||
import instruction from './instruction/en' |
|||
import task from './task/en' |
|||
import history from './history/en' |
|||
import device from './device/en' |
|||
import opc from './opc/en' |
|||
import protocol from './protocol/en' |
|||
import address from './address/en' |
|||
import storageCell from './storageCell/en' |
|||
import route from './route/en' |
|||
import auto from './auto/en' |
|||
import monitor from './monitor/en' |
|||
import timing from './timing/en' |
|||
import config from './config/en' |
|||
import customPolicy from './customPolicy/en' |
|||
import deviceErrorInfo from './deviceErrorInfo/en' |
|||
import user from './user/en' |
|||
import role from './role/en' |
|||
import department from './department/en' |
|||
import dict from './dict/en' |
|||
import angle from './angle/en' |
|||
import regional from './regional/en' |
|||
import stage from './stage/en' |
|||
|
|||
export default { |
|||
...enLocale, |
|||
...dataPermission, |
|||
...en, |
|||
...menu, |
|||
...workshop, |
|||
...vehicle, |
|||
...material, |
|||
...notice, |
|||
...classification, |
|||
...login, |
|||
...error_log, |
|||
...online, |
|||
...operation_log, |
|||
...taskConfig, |
|||
...record, |
|||
...taskManage, |
|||
...SchBasePoint, |
|||
...regionManage, |
|||
...sys_redis, |
|||
...search, |
|||
...lucene, |
|||
...param, |
|||
...instruction, |
|||
...task, |
|||
...history, |
|||
...device, |
|||
...opc, |
|||
...protocol, |
|||
...address, |
|||
...storageCell, |
|||
...route, |
|||
...auto, |
|||
...customPolicy, |
|||
...monitor, |
|||
...timing, |
|||
...config, |
|||
...deviceErrorInfo, |
|||
...user, |
|||
...role, |
|||
...department, |
|||
...dict, |
|||
...angle, |
|||
...regional, |
|||
...stage |
|||
} |
|||
|
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'error_log': { |
|||
'title': 'Exception log', |
|||
'table': { |
|||
'method': 'Request method', |
|||
'params': 'Request parameters', |
|||
'username': 'user name', |
|||
'request_ip': 'IP', |
|||
'address': 'IP source', |
|||
'description': 'describe', |
|||
'browser': 'browser', |
|||
'create_time': 'Creation date', |
|||
'anomalyDetails': 'Exception Details', |
|||
'findMore': 'View details' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': 'clear', |
|||
'select': 'Please enter the content you want to search for' |
|||
}, |
|||
'msg': { |
|||
'message': 'Are you sure to clear all exception logs?', |
|||
'title': 'Tips' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'error_log': { |
|||
'title': 'Nhật ký ngoại lệ', |
|||
'table': { |
|||
'method': 'Phương thức yêu cầu', |
|||
'params': 'Yêu cầu tham số', |
|||
'username': 'Tên người dùng', |
|||
'request_ip': 'IP', |
|||
'address': 'Nguồn IP', |
|||
'description': 'Mô tả', |
|||
'browser': 'Trình duyệt', |
|||
'create_time': 'Ngày tạo', |
|||
'anomalyDetails': 'Chi tiết bất thường', |
|||
'findMore': 'Xem chi tiết' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': 'Trống rỗng', |
|||
'select': 'Vui lòng nhập những gì bạn muốn tìm kiếm' |
|||
}, |
|||
'msg': { |
|||
'message': 'Xác nhận xóa tất cả nhật ký ngoại lệ?', |
|||
'title': 'Mẹo' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'error_log': { |
|||
'title': '异常日志', |
|||
'table': { |
|||
'method': '请求方法', |
|||
'params': '请求参数', |
|||
'username': '用户名', |
|||
'request_ip': 'IP', |
|||
'address': 'IP来源', |
|||
'description': '描述', |
|||
'browser': '浏览器', |
|||
'create_time': '创建日期', |
|||
'anomalyDetails': '异常详情', |
|||
'findMore': '查看详情' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': '清空', |
|||
'select': '请输入你要搜索的内容' |
|||
}, |
|||
'msg': { |
|||
'message': '确认清空所有异常日志吗?', |
|||
'title': '提示' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'TaskRecord': { |
|||
'table': { |
|||
'Task_code': 'Input Task Number', |
|||
'Vehicle_number': 'Input Vehicle Number', |
|||
'Task_number': 'Task code(Instruction Code)', |
|||
'Status': 'Status', |
|||
'Priority': 'Task Priority', |
|||
'Starting_point_two': 'Starting Point Two', |
|||
'Transit_point': 'Transit Point', |
|||
'Endpoint_two': 'Endpoint Two', |
|||
'Material': 'Material', |
|||
'Quantity': 'Quantity', |
|||
'agv_action_type': 'The type of AGV secondary distribution', |
|||
'Numbering': 'Numbering', |
|||
'Value': 'Value', |
|||
'Input_task_instruction_number': 'Enter Task Number Or Instruction Number', |
|||
'Instruction_code': 'Instruction Code', |
|||
'Instruction_status': 'Instruction Status', |
|||
'Update_by': 'Modifier', |
|||
'Update_time': 'Modification Time', |
|||
'unified_key': 'Unified Key' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'TaskRecord': { |
|||
'table': { |
|||
'Task_code': 'Input Nomor Tugas', |
|||
'Vehicle_number': 'Input Nomor Kendaraan', |
|||
'Task_number': 'Nomor Tugas(Kode Instruksi)', |
|||
'Status': 'Status', |
|||
'Priority': 'Prioritas Tugas', |
|||
'Starting_point_two': 'Titik Awalan Dua', |
|||
'Transit_point': 'Titik transit', |
|||
'Endpoint_two': 'Titik Akhir Dua', |
|||
'Material': 'Bahan', |
|||
'Quantity': 'Jenis distribusi sekunder AGV', |
|||
'agv_action_type': 'agv二次分配类型', |
|||
'Numbering': 'Nomor', |
|||
'Value': 'Nilai', |
|||
'Input_task_instruction_number': 'Masukkan Nomor Tugas Atau Nomor Instruksi', |
|||
'Instruction_code': 'Kode Instruksi', |
|||
'Instruction_status': 'Status Instruksi', |
|||
'Update_by': 'Pengubah', |
|||
'Update_time': 'Waktu Modifikasi', |
|||
'unified_key': 'Nilai Unik' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,27 @@ |
|||
export default { |
|||
'TaskRecord': { |
|||
'table': { |
|||
'Task_code': '输入任务号', |
|||
'Vehicle_number': '输入载具号', |
|||
'Task_number': '任务号(指令编码)', |
|||
'Status': '状态', |
|||
'Priority': '任务优先级', |
|||
'Starting_point_two': '起点2', |
|||
'Transit_point': '中转点', |
|||
'Endpoint_two': '终点2', |
|||
'Material': '物料', |
|||
'Quantity': '数量', |
|||
'agv_action_type': 'agv二次分配类型', |
|||
'Numbering': '编号', |
|||
'Value': '值', |
|||
'Input_task_instruction_number': '输入任务号或指令号', |
|||
'Instruction_code': '指令编码', |
|||
'Instruction_status': '指令状态', |
|||
'Update_by': '修改者', |
|||
'Update_time': '修改时间', |
|||
'unified_key': '唯一值' |
|||
}, |
|||
'rules': { |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,38 @@ |
|||
export default { |
|||
'Inst': { |
|||
'table': { |
|||
'instruction_code': 'Instruction Code', |
|||
'instruction_type': 'Instruction Type', |
|||
'task_code': 'Task Code', |
|||
'vehicle_code': 'Vehicle Code', |
|||
'instruction_status': 'Instruction Status', |
|||
'send_status': 'Send Status', |
|||
'start_point_code': 'Start Device Code', |
|||
'next_point_code': 'Next Device Code', |
|||
'start_point_code2': 'Start Device Code 2', |
|||
'next_point_code2': 'Next Device Code 2', |
|||
'put_point_code': 'Put Point Code', |
|||
'execute_device_code': 'Execute Device Code', |
|||
'carno': 'Carno', |
|||
'remark': 'Remark', |
|||
'create_by': 'Created By', |
|||
'create_time': 'Create Time', |
|||
'update_by': 'Update By', |
|||
'update_time': 'Update Time', |
|||
'input_taskCode_or_instCode': 'Input TaskCode Or InstCode', |
|||
'input_vehicleCode': 'Input VehicleCode', |
|||
'material': 'Material Type', |
|||
'task_status': 'Task Status', |
|||
'input_startCode_or_nextCode': 'Input StartCode Or NextCode', |
|||
'ready': 'Ready', |
|||
'Execution': 'Execution', |
|||
'Finish': 'Finish', |
|||
'undelivered': 'Undelivered', |
|||
'succeed': 'Succeed', |
|||
'fail': 'Fail' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot Be Empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,38 @@ |
|||
export default { |
|||
'Inst': { |
|||
'table': { |
|||
'instruction_code': 'Nomor Instruksi', |
|||
'instruction_type': 'Jenis Instruksi', |
|||
'task_code': 'Nomor Tugas', |
|||
'vehicle_code': 'Nomor Kendaraan', |
|||
'instruction_status': 'Status Perintah', |
|||
'send_status': 'Status Pengiriman', |
|||
'start_point_code': 'Titik Penjemputan', |
|||
'next_point_code': 'Titik Pengantaran', |
|||
'start_point_code2': 'Titik Penjemputan 2', |
|||
'next_point_code2': 'Titik Pengantaran 2', |
|||
'put_point_code': 'Titik Pembuangan', |
|||
'execute_device_code': 'Perangkat Eksekusi', |
|||
'carno': 'Nomor Kendaraan', |
|||
'remark': 'Deskripsi', |
|||
'create_by': 'Dibuat Oleh', |
|||
'create_time': 'Waktu Pembuatan', |
|||
'update_by': 'Diubah Oleh', |
|||
'update_time': 'Ubah Waktu', |
|||
'input_taskCode_or_instCode': 'Masukkan Nomor Tugas Atau Nomor Instruksi', |
|||
'input_vehicleCode': 'Masukkan Nomor Kendaraan', |
|||
'material': 'Jenis Barang', |
|||
'task_status': 'Status Tugas', |
|||
'input_startCode_or_nextCode': 'Jenis Barang', |
|||
'ready': 'Siap', |
|||
'Execution': 'Eksekusi', |
|||
'Finish': 'Selesai', |
|||
'undelivered': 'Tidak Terkirim', |
|||
'succeed': 'Berhasil', |
|||
'fail': 'Gagal' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot Be Empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,38 @@ |
|||
export default { |
|||
'Inst': { |
|||
'table': { |
|||
'instruction_code': '명령 번호', |
|||
'instruction_type': '명령 형식', |
|||
'task_code': 'Task Code', |
|||
'vehicle_code': 'Vehicle Code', |
|||
'instruction_status': '명령 상태', |
|||
'send_status': '발령 상태', |
|||
'start_point_code': 'Start Device Code', |
|||
'next_point_code': 'Next Device Code', |
|||
'start_point_code2': 'Start Device Code 2', |
|||
'next_point_code2': 'Next Device Code 2', |
|||
'put_point_code': 'Put Point Code', |
|||
'execute_device_code': '현재 실행 장치', |
|||
'carno': 'Carno', |
|||
'remark': 'Remark', |
|||
'create_by': 'Created By', |
|||
'create_time': 'Create Time', |
|||
'update_by': 'Update By', |
|||
'update_time': 'Update Time', |
|||
'input_taskCode_or_instCode': '작업 번호나 명령 번호를 입력하십시오', |
|||
'input_vehicleCode': 'Input VehicleCode', |
|||
'material': 'Material Type', |
|||
'task_status': '작업 상태', |
|||
'input_startCode_or_nextCode': '시작점 혹은 끝점을 입력하다', |
|||
'ready': 'Ready', |
|||
'Execution': 'Execution', |
|||
'Finish': '완료', |
|||
'undelivered': 'Undelivered', |
|||
'succeed': 'Succeed', |
|||
'fail': 'Fail' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot Be Empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,38 @@ |
|||
export default { |
|||
'Inst': { |
|||
'table': { |
|||
'instruction_code': '指令编号', |
|||
'instruction_type': '指令类型', |
|||
'task_code': '任务号', |
|||
'vehicle_code': '载具号', |
|||
'instruction_status': '指令状态', |
|||
'send_status': '下发状态', |
|||
'start_point_code': '取货点', |
|||
'next_point_code': '放货点', |
|||
'start_point_code2': '取货点2', |
|||
'next_point_code2': '放货点2', |
|||
'put_point_code': '倒料点', |
|||
'execute_device_code': '当前执行设备', |
|||
'carno': '车号', |
|||
'remark': '描述', |
|||
'create_by': '创建者', |
|||
'create_time': '创建时间', |
|||
'update_by': '修改者', |
|||
'update_time': '修改时间', |
|||
'input_taskCode_or_instCode': '输入任务号或指令号', |
|||
'input_vehicleCode': '输入载具号', |
|||
'material': '物料类型', |
|||
'task_status': '任务状态', |
|||
'input_startCode_or_nextCode': '输入起点或终点', |
|||
'ready': '就绪', |
|||
'Execution': '执行中', |
|||
'Finish': '完成', |
|||
'undelivered': '未下发', |
|||
'succeed': '成功', |
|||
'fail': '失败' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot be empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
export default { |
|||
'login': { |
|||
'loginTimeOut': 'The current login status has expired, please log in again!', |
|||
'rules': { |
|||
'username': 'The username cannot be empty', |
|||
'password': 'Password cannot be empty', |
|||
'code': 'The verification code cannot be empty' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
export default { |
|||
'login': { |
|||
'loginTimeOut': 'Trạng thái đăng nhập hiện tại đã hết hạn, vui lòng đăng nhập lại!', |
|||
'rules': { |
|||
'username': 'Tên người dùng không được để trống', |
|||
'password': 'Mật khẩu không được để trống', |
|||
'code': 'Captcha không được để trống' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,10 @@ |
|||
export default { |
|||
'login': { |
|||
'loginTimeOut': '当前登录状态已过期,请重新登录!', |
|||
'rules': { |
|||
'username': '用户名不能为空', |
|||
'password': '密码不能为空', |
|||
'code': '验证码不能为空' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,21 @@ |
|||
export default { |
|||
'lucene': { |
|||
'title': 'system parameter', |
|||
'table': { |
|||
'operate': 'operation', |
|||
'device_code': 'Equipment number', |
|||
'task_code': 'Task Number', |
|||
'instruct_code': 'Instruction number', |
|||
'method': 'method', |
|||
'status_code': 'Status code', |
|||
'requestparam': 'Request parameters', |
|||
'responseparam': 'Return parameters', |
|||
'logTime': 'Record time', |
|||
'content': 'Content details' |
|||
}, |
|||
'msg': { |
|||
'confirm_msg': 'Are you sure to clear all operation logs?', |
|||
'tips': 'Tips' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'search': { |
|||
'placeholder': { |
|||
'device_code': 'Please enter the device number you want to search for', |
|||
'method': 'Please enter the name of the method you want to search for', |
|||
'status_code': 'Please enter the status code you want to search for', |
|||
'requestparam': 'Please enter the request parameters you want to search for', |
|||
'responseparam': 'Please enter the return parameters you want to search for', |
|||
'blurry': 'Please enter the details of the content you want to search for', |
|||
'reach': 'to' |
|||
}, |
|||
'shortcuts': { |
|||
'week': 'Last week', |
|||
'month': 'Last month', |
|||
'month3': 'In the past three months' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'search': { |
|||
'placeholder': { |
|||
'device_code': 'Vui lòng nhập số thiết bị bạn muốn tìm kiếm', |
|||
'method': 'Vui lòng nhập tên phương pháp bạn muốn tìm kiếm', |
|||
'status_code': 'Vui lòng nhập mã trạng thái bạn muốn tìm kiếm', |
|||
'requestparam': 'Vui lòng nhập thông số yêu cầu bạn muốn tìm kiếm', |
|||
'responseparam': 'Vui lòng nhập tham số trả về mà bạn muốn tìm kiếm', |
|||
'blurry': 'Vui lòng nhập thông tin bạn muốn tìm kiếm', |
|||
'reach': 'Đến' |
|||
}, |
|||
'shortcuts': { |
|||
'week': 'Tuần trước', |
|||
'month': 'Tháng trước', |
|||
'month3': 'Ba tháng qua' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'search': { |
|||
'placeholder': { |
|||
'device_code': '请输入你要搜索的设备号', |
|||
'method': '请输入你要搜索的方法名', |
|||
'status_code': '请输入你要搜索的状态码', |
|||
'requestparam': '请输入你要搜索的请求参数', |
|||
'responseparam': '请输入你要搜索的返回参数', |
|||
'blurry': '请输入你要搜索的内容详情', |
|||
'reach': '至' |
|||
}, |
|||
'shortcuts': { |
|||
'week': '最近一周', |
|||
'month': '最近一个月', |
|||
'month3': '最近三个月' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,22 @@ |
|||
export default { |
|||
'lucene': { |
|||
'title': 'Thông số hệ thống', |
|||
'table': { |
|||
'operate': 'Hoạt động', |
|||
'device_code': 'Số thiết bị', |
|||
'task_code': 'Số nhiệm vụ', |
|||
'instruct_code': 'Số hướng dẫn', |
|||
'method': 'Phương pháp', |
|||
'status_code': 'Mã trạng thái', |
|||
'requestparam': 'Yêu cầu tham số', |
|||
'responseparam': 'Quay lại tham số', |
|||
'logTime': 'Thời gian ghi âm', |
|||
'content': 'Chi tiết nội dung' |
|||
}, |
|||
'msg': { |
|||
'confirm_msg': 'Xác nhận xóa hết nhật ký hoạt động chứ?', |
|||
'tips': 'Mẹo' |
|||
} |
|||
} |
|||
} |
|||
|
@ -0,0 +1,21 @@ |
|||
export default { |
|||
'lucene': { |
|||
'title': '系统参数', |
|||
'table': { |
|||
'operate': '操作', |
|||
'device_code': '设备号', |
|||
'task_code': '任务编号', |
|||
'instruct_code': '指令编号', |
|||
'method': '方法', |
|||
'status_code': '状态码', |
|||
'requestparam': '请求参数', |
|||
'responseparam': '返回参数', |
|||
'logTime': '记录时间', |
|||
'content': '内容详情' |
|||
}, |
|||
'msg': { |
|||
'confirm_msg': '确认清空所有操作日志吗?', |
|||
'tips': '提示' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,57 @@ |
|||
export default { |
|||
'menu': { |
|||
'title': 'Menu', |
|||
'placeholder': { |
|||
'fuzzy_search': 'Fuzzy Search', |
|||
'owning_system': 'System', |
|||
'choose_icon': 'Choose Icon', |
|||
'component_tip': 'Match The Name Field Within The Component', |
|||
'choose_superior_category': 'Choose Superior Category' |
|||
}, |
|||
'table_title': { |
|||
'menu_title': 'Title', |
|||
'system': 'System', |
|||
'icon': 'Icon', |
|||
'sort': 'Sort', |
|||
'permission_ident': 'Permission Mark', |
|||
'path': 'Path', |
|||
'outside_chain': 'Out Chain', |
|||
'cache': 'Cache', |
|||
'visible': 'Visible', |
|||
'create_time': 'Create Time', |
|||
'SystemParam': 'System Parameters', |
|||
'dataPermission': 'Data Permission' |
|||
}, |
|||
'dialog': { |
|||
'menu_type': 'Menu Type', |
|||
'system': 'System', |
|||
'catalogue': 'Catalogue', |
|||
'menu': 'Menu', |
|||
'button': 'Button', |
|||
'button_name': 'Button Name', |
|||
'menu_icon': 'Menu Icon', |
|||
'menu_chain': 'Menu Chain', |
|||
'menu_cache': 'Menu Cache', |
|||
'menu_visible': 'Menu Visible', |
|||
'default_title': 'Default Title', |
|||
'zh_title': 'ZH-Title', |
|||
'en_title': 'EN-Title', |
|||
'id_title': 'ID-Title', |
|||
'ko_title': 'KO-Title', |
|||
'router_path': 'Router Path', |
|||
'menu_sort': 'Menu Sort', |
|||
'component_name': 'Component Name', |
|||
'component_path': 'Component Path', |
|||
'superior_class': 'Superior Class', |
|||
'operate': 'operation', |
|||
'top_class': 'Top Category' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
}, |
|||
'rules': { |
|||
'title': 'Please enter a title', |
|||
'path': 'Please enter the address' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,57 @@ |
|||
export default { |
|||
'menu': { |
|||
'title': 'Thực đơn', |
|||
'placeholder': { |
|||
'fuzzy_search': 'Tìm kiếm mờ', |
|||
'owning_system': 'Hệ thống sở hữu', |
|||
'choose_icon': 'Click chọn icon', |
|||
'component_tip': 'Khớp trường name bên trong component', |
|||
'choose_superior_category': 'Chọn loại cao hơn' |
|||
}, |
|||
'table_title': { |
|||
'menu_title': 'Tiêu đề menu', |
|||
'system': 'Hệ thống sở hữu', |
|||
'icon': 'Biểu tượng', |
|||
'sort': 'Sắp xếp', |
|||
'permission_ident': 'Nhận dạng quyền', |
|||
'path': 'Đường dẫn thành phần', |
|||
'outside_chain': 'Chuỗi ngoài', |
|||
'cache': 'Bộ nhớ tạm', |
|||
'visible': 'Hiển thị', |
|||
'create_time': 'Ngày tạo', |
|||
'SystemParam': 'Thông số hệ thống', |
|||
'dataPermission': 'Quyền dữ liệu' |
|||
}, |
|||
'dialog': { |
|||
'menu_type': 'Loại menu', |
|||
'system': 'Hệ thống', |
|||
'catalogue': 'Thư mục', |
|||
'menu': 'Thực đơn', |
|||
'button': 'Nút bấm', |
|||
'button_name': 'Tên nút', |
|||
'menu_icon': 'Biểu tượng menu', |
|||
'menu_chain': 'Thực đơn chuỗi bên ngoài', |
|||
'menu_cache': 'Bộ nhớ cache trình đơn', |
|||
'menu_visible': 'Hiển thị menu', |
|||
'default_title': 'Tiêu đề mặc định', |
|||
'zh_title': '中文标题', |
|||
'en_title': '英文标题', |
|||
'id_title': '印尼标题', |
|||
'ko_title': '韩国标题', |
|||
'router_path': 'Địa chỉ định tuyến', |
|||
'menu_sort': 'Sắp xếp thực đơn', |
|||
'component_name': 'Tên thành phần', |
|||
'component_path': 'Đường dẫn thành phần', |
|||
'superior_class': 'Lớp trên', |
|||
'operate': 'Hoạt động', |
|||
'top_class': 'Phân loại hàng đầu' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!' |
|||
}, |
|||
'rules': { |
|||
'title': 'Vui lòng nhập tiêu đề', |
|||
'path': 'Vui lòng nhập địa chỉ' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,57 @@ |
|||
export default { |
|||
'menu': { |
|||
'title': '菜单', |
|||
'placeholder': { |
|||
'fuzzy_search': '模糊搜索', |
|||
'owning_system': '所属系统', |
|||
'choose_icon': '点击选择图标', |
|||
'component_tip': '匹配组件内Name字段', |
|||
'choose_superior_category': '选择上级类目' |
|||
}, |
|||
'table_title': { |
|||
'menu_title': '菜单标题', |
|||
'system': '所属系统', |
|||
'icon': '图标', |
|||
'sort': '排序', |
|||
'permission_ident': '权限标识', |
|||
'path': '组件路径', |
|||
'outside_chain': '外链', |
|||
'cache': '缓存', |
|||
'visible': '可见', |
|||
'create_time': '创建日期', |
|||
'SystemParam': '系统参数', |
|||
'dataPermission': '数据权限' |
|||
}, |
|||
'dialog': { |
|||
'menu_type': '菜单类型', |
|||
'system': '系统', |
|||
'catalogue': '目录', |
|||
'menu': '菜单', |
|||
'button': '按钮', |
|||
'button_name': '按钮名称', |
|||
'menu_icon': '菜单图标', |
|||
'menu_chain': '外链菜单', |
|||
'menu_cache': '菜单缓存', |
|||
'menu_visible': '菜单可见', |
|||
'default_title': '默认标题', |
|||
'zh_title': '中文标题', |
|||
'en_title': '英文标题', |
|||
'id_title': '印尼标题', |
|||
'ko_title': '韩国标题', |
|||
'router_path': '路由地址', |
|||
'menu_sort': '菜单排序', |
|||
'component_name': '组件名称', |
|||
'component_path': '组件路径', |
|||
'superior_class': '上级类目', |
|||
'operate': '操作', |
|||
'top_class': '顶级类目' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
}, |
|||
'rules': { |
|||
'title': '请输入标题', |
|||
'path': '请输入地址' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,146 @@ |
|||
export default { |
|||
'monitor': { |
|||
'table': { |
|||
'clear': 'Clear', |
|||
'username': 'Username', |
|||
'IP_source': 'IP Source', |
|||
'description': 'Description', |
|||
'browser': 'Browser', |
|||
'create_time': 'Creation Time', |
|||
'exception_details': 'Exception Details', |
|||
'view_details': 'View Details', |
|||
'clear_log': 'Are You Sure You Want To Clear All Exception Logs?', |
|||
'prompt': 'Prompt', |
|||
'confirm': 'Confirm', |
|||
'cancel': 'Cancel', |
|||
'request_time': 'Request Time', |
|||
'search': 'Please Enter The Content You Want To Search' |
|||
}, |
|||
'lucence': { |
|||
'operate': 'Operation', |
|||
'device_code': 'Device Number', |
|||
'task_code': 'Task Code', |
|||
'instruct_code': 'Instruction Code', |
|||
'method': 'Method', |
|||
'status_code': 'Status Code', |
|||
'requestparam': 'Request Parameter', |
|||
'responseparam': 'Return Parameter', |
|||
'logTime': 'Timestamp', |
|||
'content': 'Content Details', |
|||
'method_name': 'Please Enter The Method Name You Want To Search.', |
|||
'search_status_code': 'Please Enter The Status Code You Want To Search.', |
|||
'search_request_param': 'Please Enter The Request Parameter You Want To Search.', |
|||
'search_response_param': 'Please Enter The Response Parameter You Want To Search.', |
|||
'search_content': 'Please Enter The Details Of The Content You Want To Search.', |
|||
'until': 'Until', |
|||
'start_time': 'Start Date', |
|||
'end_time': 'End Date', |
|||
'the_past_week': 'The Past Week', |
|||
'the_past_month': 'The Past Month', |
|||
'the_past_three_months': 'The Past Three Months' |
|||
}, |
|||
'click': { |
|||
'device_information': 'Device Information', |
|||
'monitor_item': 'Monitor Item', |
|||
'current_value': 'current value', |
|||
'device_setup': 'Device Settings', |
|||
'bar_code': 'Bar code', |
|||
'request_flag': 'Request flag', |
|||
'out_of_stock': 'Out of stock', |
|||
'with_pallets': 'There is a tray', |
|||
'pallets_and_goods': 'There are pallets and goods', |
|||
'material_code': 'Material code', |
|||
'disabled_manipulator': 'Disable manipulator', |
|||
'normal': 'normal', |
|||
'forbidden': 'disable', |
|||
'job_command': 'job command', |
|||
'recall': 'recall', |
|||
'scram': 'crash stop', |
|||
'police_clearance': 'clear the police', |
|||
'keep_out_of_storage': 'Keep out of storag', |
|||
'no_release': 'No export', |
|||
'stop_task': 'Stop task', |
|||
'equipment_number': 'Device number', |
|||
'device_name': 'Device name', |
|||
'exception_message': 'exception message', |
|||
'photoelectric_signal': 'photoelectric signal', |
|||
'mode': 'mode', |
|||
'alarm': 'alarm', |
|||
'last_mission_number': 'Last Mission Number', |
|||
'the_subvolume_number': 'The Subvolume Number', |
|||
'pallet_type': 'Pallet Type', |
|||
'ip_address': 'IP', |
|||
'pallet_quantity': 'Pallet quantity', |
|||
'instruction_information': 'instruction information', |
|||
'note_information': 'Remark information', |
|||
'current_instruction_message': 'current instruction information', |
|||
'last_instruction_message': 'last command information', |
|||
'action_signal': 'action signal', |
|||
'clearance_signal': 'allow in and out signal', |
|||
'materiel': 'material', |
|||
'lot': 'batch', |
|||
'request_task': 'Whether to request a task', |
|||
'request_order': 'Whether to request instructions', |
|||
'apply_labeling': 'Whether to apply for labelling', |
|||
'apply_for_bundling': 'Whether to apply for bundling', |
|||
'device_status': 'Device status', |
|||
'weight': 'weight', |
|||
'front_station_photoelectric_signal': 'forward station photoelectric signal', |
|||
'open': 'On', |
|||
'close': 'Off', |
|||
'AGV_phase': 'AGV Interaction Phase', |
|||
'description_of_the_AGV_phase': 'AGV Interaction Phase Description', |
|||
'AGV_action': 'AGV action', |
|||
'AGV_power': 'AGV Power', |
|||
'post-station_photoelectric_signal': 'post-station photoelectric signal', |
|||
'front_station_action_signal': 'forward motion signal', |
|||
'back_station_action_signal': 'post action signal', |
|||
'walk_y': 'walking column', |
|||
'previous_station_task': 'Former station task number', |
|||
'back_station_task': 'station task Back number', |
|||
'task_number': 'task number', |
|||
'command': 'command', |
|||
'disable': 'Whether to disable', |
|||
'current_temperature': 'Current temperature', |
|||
'oven_finish': 'Oven complete', |
|||
'house': 'Constant temperature countdown-house', |
|||
'minutes': 'Constant temperature countdown-minutes', |
|||
'seconds': 'Constant temperature countdown-seconds', |
|||
'gate_state': 'gate state', |
|||
'task_creation_failure': 'Cause of task creation failure', |
|||
'failed_to_create_instruction': 'Cause of instruction creation failure', |
|||
'no_electrical_signal_feedback_cause': 'Cause of no electrical signal feedback', |
|||
'request_success_flag': 'request success flag', |
|||
'delivery_completed': 'Outbound complete', |
|||
'inventory_quantity': 'inventory quantity', |
|||
'angle': 'Angle', |
|||
'electric_quantity': 'electricity', |
|||
'status': 'state', |
|||
'abnormal': 'exception', |
|||
'floor': 'floor', |
|||
'tray': 'tray', |
|||
'loading_or_not': 'loading or not', |
|||
'barcode': 'Vehicle number', |
|||
'barcode_length': 'Vehicle length', |
|||
'last_container': 'Last vehicle number', |
|||
'applySucess': 'Request task flag', |
|||
'requireSucess': 'Request instruction mark', |
|||
'number_of_air_shafts': 'Number of air shafts', |
|||
'control': 'Control', |
|||
'positioning_confirmation': 'Positioning confirmation', |
|||
'The_status_of_the_waybill': 'The status of the waybill', |
|||
'The_state_of_the_robots_battery_level': 'The state of the robots battery level', |
|||
'Whether_or_not_the_connection_is_disconnected': 'Whether or not the connection is disconnected', |
|||
'Whether_or_not_in_the_scene': 'Whether or not in the scene', |
|||
'Whether_the_order_can_be_accepted': 'Whether the order can be accepted', |
|||
'Connection_status': 'Connection status', |
|||
'Whether_it_is_being_executed': 'Whether or not the waybill placed by the user is being executed', |
|||
'Whether_to_push_the_scenario_waybill': 'Whether to push the scenario waybill', |
|||
'Core_error_identifier': 'Core error identifier', |
|||
'Current_command_information': 'Current command information', |
|||
'The_signal_is_successfully_marked': 'The signal is successfully marked', |
|||
'Complement_information': 'Complement information', |
|||
'agv_task_type': 'task type' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,146 @@ |
|||
export default { |
|||
'monitor': { |
|||
'table': { |
|||
'clear': 'Mengosongkan', |
|||
'username': 'Nama Pengguna', |
|||
'IP_source': 'Sumber IP', |
|||
'description': 'Deskripsi', |
|||
'browser': 'Peramban', |
|||
'create_time': 'Waktu Pembuatan', |
|||
'exception_details': 'Detail Pengecualian', |
|||
'view_details': 'Lihat Detail', |
|||
'clear_log': 'Anda Yakin Ingin Menghapus Semua Log Pengecualian?', |
|||
'prompt': 'Peringatan', |
|||
'confirm': 'Konfirmasi', |
|||
'cancel': 'Batal', |
|||
'request_time': 'Waktu Permintaan', |
|||
'search': 'Silakan Masukkan Konten Yang Ingin Anda Cari' |
|||
}, |
|||
'lucence': { |
|||
'operate': 'Operasi', |
|||
'device_code': 'Nomor Perangkat', |
|||
'task_code': 'Kode Tugas', |
|||
'instruct_code': 'Kode Instruksi', |
|||
'method': 'Metode', |
|||
'status_code': 'Kode Status', |
|||
'requestparam': 'Parameter Permintaan', |
|||
'responseparam': 'Parameter Pengembalian', |
|||
'logTime': 'Stempel Waktu', |
|||
'content': 'Rincian Konten', |
|||
'method_name': 'Silakan Masukkan Nama Metode Yang Ingin Anda Cari.', |
|||
'search_status_code': 'Silakan Masukkan Kode Status Yang Ingin Anda Cari.', |
|||
'search_request_param': 'Silakan Masukkan Parameter Permintaan Yang Ingin Anda Cari.', |
|||
'search_response_param': 'Silakan Masukkan Parameter Respons Yang Ingin Anda Cari.', |
|||
'search_content': 'Silakan Masukkan Rincian Konten Yang Ingin Anda Cari.', |
|||
'until': 'Sampai', |
|||
'start_time': 'Tanggal Mulai', |
|||
'end_time': 'Tanggal Berakhir', |
|||
'the_past_week': 'Minggu Terakhir', |
|||
'the_past_month': 'Bulan Terakhir', |
|||
'the_past_three_months': 'Tiga Bulan Terakhir' |
|||
}, |
|||
'click': { |
|||
'device_information': 'Informasi divaiscomment', |
|||
'monitor_item': 'kata', |
|||
'current_value': 'nilai saat ini', |
|||
'device_setup': 'pengaturan perangkat', |
|||
'bar_code': 'Kode bar', |
|||
'request_flag': 'minta tanda', |
|||
'out_of_stock': 'Tidak ada barang', |
|||
'with_pallets': 'Dengan nampan', |
|||
'pallets_and_goods': 'Seorang baki telah tiba', |
|||
'material_code': 'Kode material', |
|||
'disabled_manipulator': 'Matikan mesinnya', |
|||
'normal': 'normal', |
|||
'forbidden': 'nonaktifkan', |
|||
'job_command': 'Perintah untuk pekerjaan rumah', |
|||
'recall': 'Mengingat', |
|||
'scram': 'Berhenti', |
|||
'police_clearance': 'Polisi bersih', |
|||
'keep_out_of_storage': 'Dilarang masuk', |
|||
'no_release': 'Keluarkan uang', |
|||
'stop_task': 'Hentikan misi', |
|||
'equipment_number': 'nomor divais', |
|||
'device_name': 'nama divais', |
|||
'exception_message': 'pesan yang tidak biasa', |
|||
'photoelectric_signal': 'Sinyal fotolistrik', |
|||
'last_mission_number': 'Nomor misi terakhir', |
|||
'the_subvolume_number': 'Nomor Subvolume', |
|||
'pallet_type': 'Jenis Palet', |
|||
'mode': 'pola', |
|||
'alarm': 'polisi', |
|||
'ip_address': 'IP', |
|||
'pallet_quantity': 'Kuantitas baki', |
|||
'instruction_information': 'pesan ke', |
|||
'note_information': 'Catatan informasi', |
|||
'current_instruction_message': 'Pesan perintah saat ini', |
|||
'last_instruction_message': 'Pesan tindakan terakhir', |
|||
'action_signal': 'sinyal aksi', |
|||
'clearance_signal': 'izin untuk masuk dan keluar sinyal', |
|||
'materiel': 'Bahan', |
|||
'lot': 'Batch', |
|||
'request_task': 'Apakah permintaan tugas', |
|||
'request_order': 'Apakah penerapan perintah', |
|||
'apply_labeling': 'Apakah saya memasukkan sebuah stiker', |
|||
'apply_for_bundling': 'Apakah berkas diterapkan', |
|||
'device_status': 'status divais', |
|||
'weight': 'Berat', |
|||
'front_station_photoelectric_signal': 'Bekas tiang listrik', |
|||
'open': 'Buka', |
|||
'close': 'Hilang', |
|||
'AGV_phase': 'Persetujuan AGV', |
|||
'description_of_the_AGV_phase': 'Persetujuan AGV Keterangan', |
|||
'AGV_action': 'Aksi AGV', |
|||
'AGV_power': 'AGV daya', |
|||
'post-station_photoelectric_signal': 'Tiang layar cahaya', |
|||
'front_station_action_signal': 'Mantan sinyal aksi industri', |
|||
'back_station_action_signal': 'Sinyal aksi tertinggal', |
|||
'walk_y': 'Treks', |
|||
'previous_station_task': 'Mantan pegawai stasiun', |
|||
'back_station_task': 'Back star number', |
|||
'task_number': 'Mission no', |
|||
'command': 'perbuatan', |
|||
'disable': 'apakah dinonaktifkan', |
|||
'current_temperature': 'Suhu saat ini', |
|||
'oven_finish': 'Oven selesai', |
|||
'house': 'Hitung mundur temperatur-waktu', |
|||
'minutes': 'Hitung mundur temperatur-Membagi', |
|||
'seconds': 'Hitung mundur temperatur-Detik', |
|||
'gate_state': 'status pintu', |
|||
'task_creation_failure': 'Penyebab kegagalan penciptaan', |
|||
'failed_to_create_instruction': 'Penyebab kegagalan penciptaan instruksi', |
|||
'no_electrical_signal_feedback_cause': 'Tidak ada umpan balik penyebab listrik', |
|||
'request_success_flag': 'sukses ditandai', |
|||
'delivery_completed': 'Ekspor-impor selesai', |
|||
'inventory_quantity': 'jumlah persediaan', |
|||
'angle': 'Sudut', |
|||
'electric_quantity': 'Baterai', |
|||
'status': 'Status', |
|||
'abnormal': 'Anomali', |
|||
'floor': 'lantai', |
|||
'tray': 'Nampan', |
|||
'loading_or_not': 'dimuat atau tidak', |
|||
'barcode': 'Angkat tanda', |
|||
'barcode_length': 'Perjalanan panjang', |
|||
'last_container': 'Nomor muatan terakhir', |
|||
'applySucess': 'Meminta tanda tugas', |
|||
'requireSucess': 'Kode aplikasicomment', |
|||
'number_of_air_shafts': 'Jumlah poros udara', |
|||
'control': 'Menguasai', |
|||
'positioning_confirmation': 'Konfirmasi posisi', |
|||
'The_status_of_the_waybill': 'Status waybill', |
|||
'The_state_of_the_robots_battery_level': 'Keadaan tingkat baterai robot', |
|||
'Whether_or_not_the_connection_is_disconnected': 'Apakah koneksi terputus atau tidak', |
|||
'Whether_or_not_in_the_scene': 'Apakah di tempat kejadian atau tidak', |
|||
'Whether_the_order_can_be_accepted': 'Apakah pesanan dapat diterima', |
|||
'Connection_status': 'Status koneksi', |
|||
'Whether_it_is_being_executed': 'Apakah waybill yang ditempatkan oleh pengguna sedang dieksekusi atau tidak', |
|||
'Whether_to_push_the_scenario_waybill': 'Apakah akan mendorong waybill skenario', |
|||
'Core_error_identifier': 'Pengenal kesalahan inti', |
|||
'Current_command_information': 'Informasi perintah saat ini', |
|||
'The_signal_is_successfully_marked': 'Sinyal berhasil ditandai', |
|||
'Complement_information': 'Informasi pelengkap', |
|||
'agv_task_type': 'Jenis tugas' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,146 @@ |
|||
export default { |
|||
'monitor': { |
|||
'table': { |
|||
'clear': '清空', |
|||
'username': '用户名', |
|||
'IP_source': 'IP来源', |
|||
'description': '描述', |
|||
'browser': '浏览器', |
|||
'create_time': '创建时间', |
|||
'exception_details': '异常详情', |
|||
'view_details': '查看详情', |
|||
'clear_log': '确认清空所有异常日志吗?', |
|||
'prompt': '提示', |
|||
'confirm': '确认', |
|||
'cancel': '取消', |
|||
'request_time': '请求耗时', |
|||
'search': '请输入你要搜索的内容' |
|||
}, |
|||
'lucence': { |
|||
'operate': '操作', |
|||
'device_code': '设备号', |
|||
'task_code': '任务编码', |
|||
'instruct_code': '指令编码', |
|||
'method': '方法', |
|||
'status_code': '状态码', |
|||
'requestparam': '请求参数', |
|||
'responseparam': '返回参数', |
|||
'logTime': '记录时间', |
|||
'content': '内容详情', |
|||
'method_name': '请输入你要搜索的方法名', |
|||
'search_status_code': '请输入你要搜索的状态码', |
|||
'search_request_param': '请输入你要搜索的请求参数', |
|||
'search_response_param': '请输入你要搜索的返回参数', |
|||
'search_content': '请输入你要搜索的内容详情', |
|||
'until': '至', |
|||
'start_time': '开始日期', |
|||
'end_time': '结束日期', |
|||
'the_past_week': '最近一周', |
|||
'the_past_month': '最近一个月', |
|||
'the_past_three_months': '最近三个月' |
|||
}, |
|||
'click': { |
|||
'device_information': '设备信息', |
|||
'monitor_item': '监控项', |
|||
'current_value': '当前值', |
|||
'device_setup': '设备设置', |
|||
'bar_code': '条码', |
|||
'request_flag': '请求标记', |
|||
'out_of_stock': '无货', |
|||
'with_pallets': '有托盘', |
|||
'pallets_and_goods': '有托盘有货', |
|||
'material_code': '物料编码', |
|||
'disabled_manipulator': '禁用机械手', |
|||
'normal': '正常', |
|||
'forbidden': '禁用', |
|||
'job_command': '作业命令', |
|||
'recall': '召回', |
|||
'scram': '急停', |
|||
'police_clearance': '清警', |
|||
'keep_out_of_storage': '禁止入库', |
|||
'no_release': '禁止出库', |
|||
'stop_task': '停止任务', |
|||
'equipment_number': '设备编号', |
|||
'device_name': '设备名称', |
|||
'exception_message': '异常信息', |
|||
'photoelectric_signal': '光电信号', |
|||
'mode': '模式', |
|||
'alarm': '报警', |
|||
'ip_address': 'IP地址', |
|||
'pallet_quantity': '托盘数量', |
|||
'instruction_information': '指令信息', |
|||
'note_information': '备注信息', |
|||
'current_instruction_message': '当前指令信息', |
|||
'last_instruction_message': '上次指令信息', |
|||
'action_signal': '动作信号', |
|||
'clearance_signal': '允许进出信号', |
|||
'materiel': '物料', |
|||
'lot': '批次', |
|||
'request_task': '是否请求任务', |
|||
'request_order': '是否申请指令', |
|||
'apply_labeling': '是否申请贴标', |
|||
'apply_for_bundling': '是否申请捆扎', |
|||
'device_status': '设备状态', |
|||
'weight': '重量', |
|||
'front_station_photoelectric_signal': '前工位光电信号', |
|||
'open': '开', |
|||
'close': '关', |
|||
'AGV_phase': 'AGV交互阶段', |
|||
'description_of_the_AGV_phase': 'AGV交互阶段说明', |
|||
'AGV_action': 'AGV动作', |
|||
'AGV_power': 'AGV电量', |
|||
'post-station_photoelectric_signal': '后工位光电信号', |
|||
'front_station_action_signal': '前工位动作信号', |
|||
'back_station_action_signal': '后工位动作信号', |
|||
'walk_y': '行走列', |
|||
'previous_station_task': '前工位任务号', |
|||
'back_station_task': '后工位任务号', |
|||
'task_number': '任务号', |
|||
'command': '动作', |
|||
'disable': '是否禁用', |
|||
'last_mission_number': '上次任务号', |
|||
'the_subvolume_number': '子卷编号', |
|||
'pallet_type': '托盘类型', |
|||
'current_temperature': '当前温度', |
|||
'oven_finish': '烘箱完成', |
|||
'house': '恒温倒计时-时', |
|||
'minutes': '恒温倒计时-分', |
|||
'seconds': '恒温倒计时-秒', |
|||
'gate_state': '门状态', |
|||
'task_creation_failure': '任务创建失败原因', |
|||
'failed_to_create_instruction': '指令创建失败原因', |
|||
'no_electrical_signal_feedback_cause': '未反馈电气信号原因', |
|||
'request_success_flag': '请求成功标记', |
|||
'delivery_completed': '出库完成', |
|||
'inventory_quantity': '库存数量', |
|||
'angle': '角度', |
|||
'electric_quantity': '电量', |
|||
'status': '状态', |
|||
'abnormal': '异常', |
|||
'floor': '楼层', |
|||
'tray': '托盘', |
|||
'loading_or_not': '是否装载', |
|||
'barcode': '载具号', |
|||
'barcode_length': '载具长度', |
|||
'last_container': '上次载具号', |
|||
'applySucess': '请求任务标记', |
|||
'requireSucess': '申请指令标记', |
|||
'number_of_air_shafts': '气涨轴数量', |
|||
'control': '控制权', |
|||
'positioning_confirmation': '定位确认', |
|||
'The_status_of_the_waybill': '运单状态', |
|||
'The_state_of_the_robots_battery_level': '机器人电量状态', |
|||
'Whether_or_not_the_connection_is_disconnected': '是否断连', |
|||
'Whether_or_not_in_the_scene': '是否在场景', |
|||
'Whether_the_order_can_be_accepted': '是否可接单', |
|||
'Connection_status': '连接状态', |
|||
'Whether_it_is_being_executed': '是否在执行用户下的运单', |
|||
'Whether_to_push_the_scenario_waybill': '是否推送场景运单', |
|||
'Core_error_identifier': 'Core出错标识位', |
|||
'Current_command_information': '当前指令信息', |
|||
'The_signal_is_successfully_marked': '信号成功标记', |
|||
'Complement_information': '补码信息', |
|||
'agv_task_type': '任务类型' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'online': { |
|||
'title': 'Online users', |
|||
'table': { |
|||
'userName': 'user name', |
|||
'nickName': 'User Name', |
|||
'dept': 'department', |
|||
'ip': 'Login IP', |
|||
'address': 'Login location', |
|||
'browser': 'browser', |
|||
'loginTime': 'login time', |
|||
'operate': 'operation', |
|||
'is_exit': 'Are you sure to force the user to exit?' |
|||
}, |
|||
'placeholder': { |
|||
'fuzzy': 'Full table fuzzy search', |
|||
'retreat': 'Forced withdrawal' |
|||
}, |
|||
'msg': { |
|||
'successful': 'Successful forced withdrawal!', |
|||
'title': 'Tips', |
|||
'message1': 'Confirm the forced withdrawal of the ', |
|||
'message2': 'selected users?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'online': { |
|||
'title': 'Người dùng trực tuyến', |
|||
'table': { |
|||
'userName': 'Tên người dùng', |
|||
'nickName': 'Tên người dùng', |
|||
'dept': 'Trang chủ', |
|||
'ip': 'Đăng nhập IP', |
|||
'address': 'Địa điểm đăng nhập', |
|||
'browser': 'Trình duyệt', |
|||
'loginTime': 'Thời gian đăng nhập', |
|||
'operate': 'Hoạt động', |
|||
'is_exit': 'Bạn có chắc chắn để buộc thoát khỏi người dùng này?' |
|||
}, |
|||
'placeholder': { |
|||
'fuzzy': 'Tìm kiếm mờ toàn bảng', |
|||
'retreat': 'Mạnh lui' |
|||
}, |
|||
'msg': { |
|||
'successful': 'Cường lui thành công!', |
|||
'title': 'Mẹo', |
|||
'message1': 'Xác nhận ', |
|||
'message2': 'người dùng đã chọn?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,26 @@ |
|||
export default { |
|||
'online': { |
|||
'title': '在线用户', |
|||
'table': { |
|||
'userName': '用户名', |
|||
'nickName': '用户姓名', |
|||
'dept': '部门', |
|||
'ip': '登录IP', |
|||
'address': '登录地点', |
|||
'browser': '浏览器', |
|||
'loginTime': '登录时间', |
|||
'operate': '操作', |
|||
'is_exit': '确定强制退出该用户吗?' |
|||
}, |
|||
'placeholder': { |
|||
'fuzzy': '全表模糊搜索', |
|||
'retreat': '强退' |
|||
}, |
|||
'msg': { |
|||
'successful': '强退成功!', |
|||
'title': '提示', |
|||
'message1': '确认强退选中的', |
|||
'message2': '个用户?' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,30 @@ |
|||
export default { |
|||
'opc': { |
|||
'title': 'OPC', |
|||
'placeholder': { |
|||
'enter_name_code_path': 'Enter A Name Or Code Or Path', |
|||
'name_code_path': 'Name Code Address', |
|||
'name_code': 'Name Or Code' |
|||
}, |
|||
'table_title': { |
|||
'opc_code': 'OPC Code', |
|||
'opc_name': 'OPC Name', |
|||
'opc_address': 'OPC Address', |
|||
'program_id': 'Program ID', |
|||
'registry_id': 'Registry ID', |
|||
'remark': 'Remark', |
|||
'plc_code': 'PLC Code', |
|||
'plc_name': 'PLC Name', |
|||
'plc_address': 'PLC Address', |
|||
'type': 'Type', |
|||
'plc_add': 'Plc Add', |
|||
'domain': 'Domain' |
|||
}, |
|||
'dialog': { |
|||
'detail': 'Detail' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,30 @@ |
|||
export default { |
|||
'opc': { |
|||
'title': 'OPC', |
|||
'placeholder': { |
|||
'enter_name_code_path': 'Masukkan Nama, Kode Atau Pencarian Alamat', |
|||
'name_code_path': 'Nama, Kode, Atau Alamat', |
|||
'name_code': 'Nama, Kode Atau' |
|||
}, |
|||
'table_title': { |
|||
'opc_code': 'Opc Kode', |
|||
'opc_name': 'Opc Nama', |
|||
'opc_address': 'Opc Alamat', |
|||
'program_id': 'Program Id', |
|||
'registry_id': 'Pendaftaran ID', |
|||
'remark': 'Informasi', |
|||
'plc_code': 'PLC Kode', |
|||
'plc_name': 'PLC Nama', |
|||
'plc_address': 'PLC Alamat', |
|||
'type': 'Jenis', |
|||
'plc_add': 'PLC Baru', |
|||
'domain': 'Wilayah' |
|||
}, |
|||
'dialog': { |
|||
'detail': 'Detail' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,30 @@ |
|||
export default { |
|||
'opc': { |
|||
'title': 'OPC', |
|||
'placeholder': { |
|||
'enter_name_code_path': '输入名称、编码或者地址搜索', |
|||
'name_code_path': '名称、编码或者地址', |
|||
'name_code': '名称或者编码' |
|||
}, |
|||
'table_title': { |
|||
'opc_code': 'OPC编码', |
|||
'opc_name': 'OPC名称', |
|||
'opc_address': 'OPC地址', |
|||
'program_id': '程序ID', |
|||
'registry_id': '注册表ID', |
|||
'remark': '备注', |
|||
'plc_code': 'PLC编码', |
|||
'plc_name': 'PLC名称', |
|||
'plc_address': 'PLC地址', |
|||
'type': '类型', |
|||
'plc_add': '新增PLC', |
|||
'domain': '域' |
|||
}, |
|||
'dialog': { |
|||
'detail': '详情' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,24 @@ |
|||
export default { |
|||
'operation_log': { |
|||
'title': 'Log', |
|||
'table': { |
|||
'method': 'Request method', |
|||
'params': 'Request parameters', |
|||
'username': 'user name', |
|||
'request_ip': 'IP', |
|||
'address': 'IP source', |
|||
'description': 'describe', |
|||
'browser': 'browser', |
|||
'takesTime': 'Request time consumption', |
|||
'create_time': 'Creation date' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': 'clear' |
|||
}, |
|||
'msg': { |
|||
'message': 'Are you sure to clear all operation logs?', |
|||
'title': 'Tips' |
|||
} |
|||
} |
|||
} |
|||
|
@ -0,0 +1,23 @@ |
|||
export default { |
|||
'operation_log': { |
|||
'title': 'Đăng nhập', |
|||
'table': { |
|||
'method': 'Phương thức yêu cầu', |
|||
'params': 'Yêu cầu tham số', |
|||
'username': 'Tên người dùng', |
|||
'request_ip': 'IP', |
|||
'address': 'Nguồn IP', |
|||
'description': 'Mô tả', |
|||
'browser': 'Trình duyệt', |
|||
'takesTime': 'Yêu cầu tốn thời gian', |
|||
'create_time': 'Ngày tạo' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': 'Trống rỗng' |
|||
}, |
|||
'msg': { |
|||
'message': 'Xác nhận xóa hết nhật ký hoạt động chứ?', |
|||
'title': 'Mẹo' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,23 @@ |
|||
export default { |
|||
'operation_log': { |
|||
'title': '日志', |
|||
'table': { |
|||
'method': '请求方法', |
|||
'params': '请求参数', |
|||
'username': '用户名', |
|||
'request_ip': 'IP', |
|||
'address': 'IP来源', |
|||
'description': '描述', |
|||
'browser': '浏览器', |
|||
'takesTime': '请求耗时', |
|||
'create_time': '创建日期' |
|||
}, |
|||
'placeholder': { |
|||
'cleared': '清空' |
|||
}, |
|||
'msg': { |
|||
'message': '确认清空所有操作日志吗?', |
|||
'title': '提示' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'SysParam': { |
|||
'table': { |
|||
'code': 'Code', |
|||
'name': 'Name', |
|||
'values': 'Value', |
|||
'description': 'Remark' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Cannot Be Empty' |
|||
}, |
|||
'msg': { |
|||
'title': 'error', |
|||
'message1': 'The current browser is unable to receive real-time alarm information. Please use Google Chrome!', |
|||
'message2': 'Server error, unable to receive real-time alarm information' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'SysParam': { |
|||
'table': { |
|||
'code': 'Mã hóa', |
|||
'name': 'Tên', |
|||
'values': 'Giá trị', |
|||
'description': 'Ghi chú' |
|||
}, |
|||
'rules': { |
|||
'NotNull': 'Không thể để trống' |
|||
}, |
|||
'msg': { |
|||
'title': 'Lỗi', |
|||
'message1': 'Trình duyệt hiện tại không thể nhận thông tin cảnh báo theo thời gian thực, hãy sử dụng Google Browser!', |
|||
'message2': 'Lỗi máy chủ, không thể nhận thông tin cảnh báo thời gian thực' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
export default { |
|||
'SysParam': { |
|||
'table': { |
|||
'code': '编码', |
|||
'name': '名称', |
|||
'values': '值', |
|||
'description': '备注' |
|||
}, |
|||
'rules': { |
|||
'NotNull': '不能为空' |
|||
}, |
|||
'msg': { |
|||
'title': '错误', |
|||
'message1': '当前浏览器无法接收实时报警信息,请使用谷歌浏览器!', |
|||
'message2': '服务器错误,无法接收实时报警信息' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'protocol': { |
|||
'table_title': { |
|||
'driver_code': 'Driver Code', |
|||
'extra_code': 'Extra Code', |
|||
'extra_name': 'Extra Code' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'protocol': { |
|||
'table_title': { |
|||
'driver_code': 'Pengkodean Drive', |
|||
'extra_code': 'protokol No', |
|||
'extra_name': 'Nilai kesepakatan' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,12 @@ |
|||
export default { |
|||
'protocol': { |
|||
'table_title': { |
|||
'driver_code': '驱动编码', |
|||
'extra_code': '协议编号', |
|||
'extra_name': '协议值' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'record': { |
|||
'title': 'External system interface records', |
|||
'table': { |
|||
'interact_name': 'Docking Name', |
|||
'code': 'Response code', |
|||
'message': 'Response information', |
|||
'requestParam': 'Request message', |
|||
'responseParam': 'Response results', |
|||
'record_time': 'Record time', |
|||
'state': 'Point status', |
|||
'operate': 'operation', |
|||
'direction': 'direction', |
|||
'requestStatus': 'Request status', |
|||
'is_successful': 'Is it successful', |
|||
'successful': 'success', |
|||
'fail': 'fail' |
|||
}, |
|||
'placeholder': { |
|||
'blurry': 'Fuzzy query', |
|||
'name': 'Docking name/content', |
|||
'interact_direction': 'Request direction' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'record': { |
|||
'title': 'Bản ghi giao diện hệ thống ngoài', |
|||
'table': { |
|||
'interact_name': 'Kết nối Tên', |
|||
'code': 'Mã hóa đáp ứng', |
|||
'message': 'Thông tin phản hồi', |
|||
'requestParam': 'Yêu cầu báo cáo', |
|||
'responseParam': 'Kết quả trả lời', |
|||
'record_time': 'Thời gian ghi âm', |
|||
'state': 'Trạng thái điểm', |
|||
'operate': 'Hoạt động', |
|||
'direction': 'Hướng dẫn', |
|||
'requestStatus': 'Trạng thái yêu cầu', |
|||
'is_successful': 'Thành công hay không', |
|||
'successful': 'Thành công', |
|||
'fail': 'Thất bại' |
|||
}, |
|||
'placeholder': { |
|||
'blurry': 'Truy vấn mờ', |
|||
'name': 'Kết nối Tên/Nội dung', |
|||
'interact_direction': 'Yêu cầu hướng' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,25 @@ |
|||
export default { |
|||
'record': { |
|||
'title': '外部系统接口记录', |
|||
'table': { |
|||
'interact_name': '对接名称', |
|||
'code': '响应编码', |
|||
'message': '响应信息', |
|||
'requestParam': '请求报文', |
|||
'responseParam': '响应结果', |
|||
'record_time': '记录时间', |
|||
'state': '点位状态', |
|||
'operate': '操作', |
|||
'direction': '方向', |
|||
'requestStatus': '请求状态', |
|||
'is_successful': '是否成功', |
|||
'successful': '成功', |
|||
'fail': '失败' |
|||
}, |
|||
'placeholder': { |
|||
'blurry': '模糊查询', |
|||
'name': '对接名称/内容', |
|||
'interact_direction': '请求方向' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'regional': { |
|||
'table': { |
|||
'origin_region': 'Wilayah Asal', |
|||
'target_region': 'Wilayah Tujuan', |
|||
'origin_region_excluded_devices': 'Wilayah Asal Yang Dikecualikan Perangkat', |
|||
'target_region_excluded_devices': 'Wilayah Tujuan Yang Dikecualikan Perangkat', |
|||
'maximum_quantity': 'Jumlah Maksimum', |
|||
'data_limit': 'Batas Data', |
|||
'origin_region_cannot_be_empty': 'Wilayah Asal Tidak Boleh Kosong', |
|||
'destination_region_cannot_be_empty': 'Wilayah Tujuan Tidak Boleh Kosong', |
|||
'maximum_number_cannot_be_empty': 'Jumlah Maksimum Tidak Boleh Kosong', |
|||
'disabled': 'Nonaktif', |
|||
'enabled': 'Diaktifkan' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'regional': { |
|||
'table': { |
|||
'origin_region': 'Origin Region', |
|||
'target_region': 'Target Region', |
|||
'origin_region_excluded_devices': 'Origin Region Excluded Devices', |
|||
'target_region_excluded_devices': 'Target Region Excluded Devices', |
|||
'maximum_quantity': 'Maximum Quantity', |
|||
'data_limit': 'Data Limit', |
|||
'origin_region_cannot_be_empty': 'Origin Region Cannot Be Empty', |
|||
'destination_region_cannot_be_empty': 'Destination Region Cannot Be Empty', |
|||
'maximum_number_cannot_be_empty': 'Maximum Number Cannot Be Empty', |
|||
'disabled': 'Disabled', |
|||
'enabled': 'Enabled' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
export default { |
|||
'regional': { |
|||
'table': { |
|||
'origin_region': '起始区域', |
|||
'target_region': '目标区域', |
|||
'origin_region_excluded_devices': '起始区域排除设备', |
|||
'target_region_excluded_devices': '目标区域排除设备', |
|||
'maximum_quantity': '最大数量', |
|||
'data_limit': '流量限制', |
|||
'origin_region_cannot_be_empty': '起始区域不能为空', |
|||
'destination_region_cannot_be_empty': '目标区域不能为空', |
|||
'maximum_number_cannot_be_empty': '最大数不能为空', |
|||
'disabled': '停用', |
|||
'enabled': '启用' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,32 @@ |
|||
export default { |
|||
'role': { |
|||
'table_title': { |
|||
'taskCode_or_instCode': 'Task Number (Instruction Number)', |
|||
'input_taskCode_or_instCode': 'Input TaskCode Or InstCode', |
|||
'input_name': 'Enter Name' |
|||
}, |
|||
'table_value': { |
|||
'roleList': 'List Of Roles', |
|||
'Name': 'Name', |
|||
'Description': 'Description', |
|||
'CreateDate': 'CreateDate', |
|||
'Operate': 'Operate', |
|||
'Role': 'Role', |
|||
'remark': 'remarks', |
|||
'Name2': 'name' |
|||
}, |
|||
'other': { |
|||
'Menu_assignments': 'Menu Assignments', |
|||
'Save': 'Save', |
|||
'Menu_Tip': 'Select the designated role assignment menu' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?', |
|||
'saveSuccessful': 'Saved successfully' |
|||
}, |
|||
'rules': { |
|||
'name': 'Please enter a name', |
|||
'permission': 'Please enter permissions' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,32 @@ |
|||
export default { |
|||
'role': { |
|||
'table_title': { |
|||
'taskCode_or_instCode': 'Số lệnh (Directive Number)', |
|||
'input_taskCode_or_instCode': 'Nhập số nhiệm vụ hoặc số lệnh', |
|||
'input_name': 'Nhập tên' |
|||
}, |
|||
'table_value': { |
|||
'roleList': 'Danh sách nhân vật', |
|||
'Name': 'Tên nhân vật', |
|||
'Description': 'Mô tả', |
|||
'CreateDate': 'Ngày tạo', |
|||
'Operate': 'Hoạt động', |
|||
'Role': 'Vai trò', |
|||
'remark': 'Ghi chú', |
|||
'Name2': 'Tên' |
|||
}, |
|||
'other': { |
|||
'Menu_assignments': 'Phân bổ menu', |
|||
'Save': 'Lưu', |
|||
'Menu_Tip': 'Chọn menu gán vai trò đã chỉ định' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Xác nhận xóa 1 mục dữ liệu đã chọn?', |
|||
'saveSuccessful': 'Lưu thành công' |
|||
}, |
|||
'rules': { |
|||
'name': 'Vui lòng nhập tên', |
|||
'permission': 'Vui lòng nhập quyền' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,32 @@ |
|||
export default { |
|||
'role': { |
|||
'table_title': { |
|||
'taskCode_or_instCode': '任务号(指令号)', |
|||
'input_taskCode_or_instCode': '输入任务号或指令号', |
|||
'input_name': '输入名称' |
|||
}, |
|||
'table_value': { |
|||
'roleList': '角色列表', |
|||
'Name': '角色名称', |
|||
'Description': '描述', |
|||
'CreateDate': '创建日期', |
|||
'Operate': '操作', |
|||
'Role': '角色', |
|||
'remark': '备注', |
|||
'Name2': '名称' |
|||
}, |
|||
'other': { |
|||
'Menu_assignments': '菜单分配', |
|||
'Save': '保存', |
|||
'Menu_Tip': '选择指定角色分配菜单' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确认删除选中的1条数据?', |
|||
'saveSuccessful': '保存成功' |
|||
}, |
|||
'rules': { |
|||
'name': '请输入名称', |
|||
'permission': '请输入权限' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,28 @@ |
|||
export default { |
|||
'route': { |
|||
'title1': 'Routing Route', |
|||
'title2': 'Routing Scheme', |
|||
'placeholder': { |
|||
'enter_code': 'Please Enter The Device Number', |
|||
'enter_next_device_code': 'Please Enter The Post-device Number', |
|||
'please_type': 'Please Enter Route Type' |
|||
}, |
|||
'table_title': { |
|||
'route_plan_id': 'Routing Scheme', |
|||
'device_code': 'Current Device Name', |
|||
'device_type': 'Current Device Type', |
|||
'next_device_code': 'Post Device Name', |
|||
'next_device_type': 'Post Device Type', |
|||
'type': 'Route Type', |
|||
'transport_route': 'Transport Route', |
|||
'agv_route': 'AGV Route', |
|||
'weights': 'Weights', |
|||
'remark': 'Description Information', |
|||
'code': 'Code', |
|||
'name': 'Name' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,28 @@ |
|||
export default { |
|||
'route': { |
|||
'title1': 'Rute Rute', |
|||
'title2': 'Skema Routing', |
|||
'placeholder': { |
|||
'enter_code': 'Silakan Masukkan Nomor Perangkat Anda', |
|||
'enter_next_device_code': 'Silahkan Masukkan Nomor Perangkat Belakang', |
|||
'please_type': 'Silahkan Pilih Jenis Routing' |
|||
}, |
|||
'table_title': { |
|||
'route_plan_id': 'Skema Rute ', |
|||
'device_code': 'Nama Divais Saat Ini', |
|||
'device_type': 'Nama Divais Saat Tipe', |
|||
'next_device_code': 'Nama Perangkat Rear', |
|||
'next_device_type': 'Nama Perangkat Tipe', |
|||
'type': 'Jenis Rute', |
|||
'transport_rute': 'Rute Pengiriman', |
|||
'agv_rute': 'Agv Rute', |
|||
'weights': 'Kanan', |
|||
'remark': 'Deskripsi Pesan', |
|||
'code': 'Kode', |
|||
'name': 'Nama' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,28 @@ |
|||
export default { |
|||
'route': { |
|||
'title1': '路由路线', |
|||
'title2': '路由方案', |
|||
'placeholder': { |
|||
'enter_code': '请输入设备编号', |
|||
'enter_next_device_code': '请输入后置设备编号', |
|||
'please_type': '请选择路由类型' |
|||
}, |
|||
'table_title': { |
|||
'route_plan_id': '路由方案', |
|||
'device_code': '当前设备名称', |
|||
'device_type': '设备类型', |
|||
'next_device_code': '后置设备名称', |
|||
'next_device_type': '后置设备类型', |
|||
'type': '路由类型', |
|||
'transport_route': '输送路由', |
|||
'agv_route': 'agv路由', |
|||
'weights': '权值', |
|||
'remark': '描述信息', |
|||
'code': '编码', |
|||
'name': '名称' |
|||
}, |
|||
'msg': { |
|||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,57 @@ |
|||
export default { |
|||
'SchBasePoint': { |
|||
'title': 'Point management', |
|||
'dialog': { |
|||
'workshop_code': 'Belonging workshop', |
|||
'region_code': 'Belonging region', |
|||
'workshop_code2': 'Workshop code', |
|||
'code': 'Point code', |
|||
'name': 'Point nameName', |
|||
'region_code2': 'Regional coding', |
|||
'region_name': 'Regional name', |
|||
'isLock': 'Is it locked', |
|||
'type': 'Point type', |
|||
'vehicle_type': 'Material type', |
|||
'vehicle_code': 'Mother tray code', |
|||
'vehicle_code2': 'Sub tray code', |
|||
'vehicle_qty': 'Number of vehicles', |
|||
'is_storage': 'Is the storage location available', |
|||
'ing_task_code': 'Current task code', |
|||
'row': 'Row', |
|||
'column': 'column', |
|||
'layer_num': 'layer', |
|||
'point_height': 'Height of cargo location', |
|||
'remark': 'remark', |
|||
'update_name': 'Modified by', |
|||
'update_time': 'Change time', |
|||
'operate': 'operation' |
|||
}, |
|||
'placeholder': { |
|||
'label': 'Point code', |
|||
'select': 'Fuzzy query', |
|||
'region_code': 'Regional type', |
|||
'vehicle_code': 'Mother tray code', |
|||
'vehicle_code2': 'Sub tray code', |
|||
'lock_type': 'Lock type', |
|||
'is_used': 'Is it enabled', |
|||
'please_select': 'Please choose', |
|||
'point_type': 'Equipment location type' |
|||
}, |
|||
'other': { |
|||
'enable': 'Enable', |
|||
'disable': 'Disable', |
|||
'successful': 'Operation successful' |
|||
}, |
|||
'msg': { |
|||
'title': 'Tips', |
|||
'msg1': 'The current location information has changed. Please confirm that the location information is consistent with the actual situation', |
|||
'msg2': 'Cancelled deletion' |
|||
}, |
|||
'rules': { |
|||
'point_code': 'Point code cannot be empty', |
|||
'point_name': 'Point name cannot be empty', |
|||
'point_type': 'Point type cannot be empty', |
|||
'region_code': 'Region type cannot be empty' |
|||
} |
|||
} |
|||
} |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue