From f5e7e2023f6e31f00dc5094dd34f74b4800428e8 Mon Sep 17 00:00:00 2001 From: lishuai <1793460677@qq.com> Date: Thu, 30 Nov 2023 10:46:21 +0800 Subject: [PATCH] 'test' --- acs/nladmin-ui/src/i18n/langs/address/en.js | 11 ++++ acs/nladmin-ui/src/i18n/langs/address/in.js | 12 ++++ acs/nladmin-ui/src/i18n/langs/address/zh.js | 13 ++++ acs/nladmin-ui/src/i18n/langs/chinese.js | 12 ++++ acs/nladmin-ui/src/i18n/langs/device/en.js | 52 ++++++---------- acs/nladmin-ui/src/i18n/langs/device/in.js | 50 ++++++---------- acs/nladmin-ui/src/i18n/langs/device/zh.js | 48 ++++++--------- acs/nladmin-ui/src/i18n/langs/en.js | 10 +++- acs/nladmin-ui/src/i18n/langs/english.js | 14 ++++- acs/nladmin-ui/src/i18n/langs/in.js | 10 +++- acs/nladmin-ui/src/i18n/langs/indonesian.js | 14 ++++- acs/nladmin-ui/src/i18n/langs/opc/en.js | 23 +++++++ acs/nladmin-ui/src/i18n/langs/opc/in.js | 23 +++++++ acs/nladmin-ui/src/i18n/langs/opc/zh.js | 23 +++++++ acs/nladmin-ui/src/i18n/langs/protocol/en.js | 12 ++++ acs/nladmin-ui/src/i18n/langs/protocol/in.js | 12 ++++ acs/nladmin-ui/src/i18n/langs/protocol/zh.js | 12 ++++ acs/nladmin-ui/src/i18n/langs/route/en.js | 25 ++++++++ acs/nladmin-ui/src/i18n/langs/route/in.js | 25 ++++++++ acs/nladmin-ui/src/i18n/langs/route/zh.js | 25 ++++++++ .../src/i18n/langs/storageCell/en.js | 21 +++++++ .../src/i18n/langs/storageCell/in.js | 21 +++++++ .../src/i18n/langs/storageCell/zh.js | 21 +++++++ acs/nladmin-ui/src/i18n/langs/zh-CN.js | 10 +++- .../src/views/acs/device/address/index.vue | 20 +++---- .../src/views/acs/device/config.vue | 10 ++-- acs/nladmin-ui/src/views/acs/device/index.vue | 60 +++++++++++-------- .../src/views/acs/device/opc/index.vue | 54 ++++++++--------- .../src/views/acs/device/protocol/index.vue | 20 +++---- .../views/acs/device/storageCell/index.vue | 42 ++++++------- .../src/views/acs/route/routeLine/index.vue | 46 +++++++------- .../src/views/acs/route/routePlan/index.vue | 26 ++++---- 32 files changed, 542 insertions(+), 235 deletions(-) create mode 100644 acs/nladmin-ui/src/i18n/langs/address/en.js create mode 100644 acs/nladmin-ui/src/i18n/langs/address/in.js create mode 100644 acs/nladmin-ui/src/i18n/langs/address/zh.js create mode 100644 acs/nladmin-ui/src/i18n/langs/opc/en.js create mode 100644 acs/nladmin-ui/src/i18n/langs/opc/in.js create mode 100644 acs/nladmin-ui/src/i18n/langs/opc/zh.js create mode 100644 acs/nladmin-ui/src/i18n/langs/protocol/en.js create mode 100644 acs/nladmin-ui/src/i18n/langs/protocol/in.js create mode 100644 acs/nladmin-ui/src/i18n/langs/protocol/zh.js create mode 100644 acs/nladmin-ui/src/i18n/langs/route/en.js create mode 100644 acs/nladmin-ui/src/i18n/langs/route/in.js create mode 100644 acs/nladmin-ui/src/i18n/langs/route/zh.js create mode 100644 acs/nladmin-ui/src/i18n/langs/storageCell/en.js create mode 100644 acs/nladmin-ui/src/i18n/langs/storageCell/in.js create mode 100644 acs/nladmin-ui/src/i18n/langs/storageCell/zh.js diff --git a/acs/nladmin-ui/src/i18n/langs/address/en.js b/acs/nladmin-ui/src/i18n/langs/address/en.js new file mode 100644 index 0000000..aa64a03 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/address/en.js @@ -0,0 +1,11 @@ +export default { + 'address': { + 'methods_code': 'methods code', + 'methods_name': 'methods name', + 'methods_url': 'methods url', + 'remark': 'remark' + }, + 'msg': { + 'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!' + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/address/in.js b/acs/nladmin-ui/src/i18n/langs/address/in.js new file mode 100644 index 0000000..a357fb6 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/address/in.js @@ -0,0 +1,12 @@ +export default { + 'address': { + 'methods_code': 'Kode metodologi', + 'methods_name': 'nama metode', + 'methods_url': 'meminta alamat', + 'remark': 'informasi' + }, + 'msg': { + 'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!' + } +} + diff --git a/acs/nladmin-ui/src/i18n/langs/address/zh.js b/acs/nladmin-ui/src/i18n/langs/address/zh.js new file mode 100644 index 0000000..528b303 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/address/zh.js @@ -0,0 +1,13 @@ +export default { + 'address': { + 'table_title': { + 'methods_code': '方法编码', + 'methods_name': '方法名称', + 'methods_url': '请求地址', + 'remark': '备注' + }, + 'msg': { + 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/chinese.js b/acs/nladmin-ui/src/i18n/langs/chinese.js index 5f6e5fc..556f9f4 100644 --- a/acs/nladmin-ui/src/i18n/langs/chinese.js +++ b/acs/nladmin-ui/src/i18n/langs/chinese.js @@ -5,12 +5,24 @@ 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' export default { ...zhLocale, ...zh, ...menu, ...param, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route, ...instruction, ...task, ...history diff --git a/acs/nladmin-ui/src/i18n/langs/device/en.js b/acs/nladmin-ui/src/i18n/langs/device/en.js index 17f495e..04a6878 100644 --- a/acs/nladmin-ui/src/i18n/langs/device/en.js +++ b/acs/nladmin-ui/src/i18n/langs/device/en.js @@ -2,41 +2,27 @@ export default { 'device': { 'title': 'device', 'placeholder': { - 'enter_name_code': 'Enter a name or code', - 'device_type': 'Device type' + 'enter_name_code': 'enter a name or code', + 'device_type': 'device type', + 'please_select': 'please select' }, - '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' + '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' }, - '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', - 'router_path': 'Router Path', - 'menu_sort': 'Menu Sort', - 'component_name': 'Component Name', - 'component_path': 'Component Path', - 'superior_class': 'Superior Class' + 'device_dialog': { + 'zh_device_name': 'ZH-name', + 'en_device_name': 'EN-name', + 'in_device_name': 'IN-name' + }, + '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!' diff --git a/acs/nladmin-ui/src/i18n/langs/device/in.js b/acs/nladmin-ui/src/i18n/langs/device/in.js index 4b49539..7b024ed 100644 --- a/acs/nladmin-ui/src/i18n/langs/device/in.js +++ b/acs/nladmin-ui/src/i18n/langs/device/in.js @@ -3,40 +3,26 @@ export default { 'title': '设备', 'placeholder': { 'enter_name_code': 'Masukkan nama atau kode', - 'device_type': 'Jenis perangkat' + 'device_type': 'Jenis perangkat', + 'please_select': 'Silakan pilih' }, - 'table_title': { - 'menu_title': 'title', - 'system': 'sistem', - 'icon': 'ikon', - 'sort': 'sort', - 'permission_ident': 'otoritas', - 'path': 'assembly', - 'outside_chain': 'rantai luar', - 'cache': 'cache', - 'visible': 'terlihat', - 'create_time': 'tarikh penciptaan' + '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' }, - 'dialog': { - 'menu_type': 'Jenis Menu', - 'system': 'Sistem', - 'catalogue': 'Katalog', - 'menu': 'Menu', - 'button': 'Tombol', - 'button_name': 'Nama Tombol', - 'menu_icon': 'Ikon Menu', - 'menu_chain': 'Menu Link', - 'menu_cache': 'Cache Menu', - 'menu_visible': 'Menu Terlihat', - 'default_title': 'Tajuk Default', - 'zh_title': 'ZH-Title', - 'en_title': 'EN-Title', - 'id_title': 'ID-Title', - 'router_path': 'Alamat Perjalanan', - 'menu_sort': 'Pengurusan Menu', - 'component_name': 'Nama Komponen', - 'component_path': 'Laluan komponen', - 'superior_class': 'Kategori Tertinggi' + 'device_dialog': { + 'zh_device_name': 'ZH-Nama', + 'en_device_name': 'EN-Nama', + 'in_device_name': 'IN-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!' diff --git a/acs/nladmin-ui/src/i18n/langs/device/zh.js b/acs/nladmin-ui/src/i18n/langs/device/zh.js index c35ef6d..767864c 100644 --- a/acs/nladmin-ui/src/i18n/langs/device/zh.js +++ b/acs/nladmin-ui/src/i18n/langs/device/zh.js @@ -3,40 +3,28 @@ export default { 'title': '设备', 'placeholder': { 'enter_name_code': '输入名称或者编码', - 'device_type': '设备类型' + 'device_type': '设备类型', + 'please_select': '请选择' }, - 'table_title': { - 'menu_title': '菜单标题', - 'system': '所属系统', - 'icon': '图标', - 'sort': '排序', - 'permission_ident': '权限标识', - 'path': '组件路径', - 'outside_chain': '外链', - 'cache': '缓存', + 'device_table_title': { + 'device_identification': '设备标识', + 'device_encoding': '设备编码', + 'device_name': '设备名字', + 'device_type': '设备类型', + 'region': '所属区域', + 'sequence_number': '顺序号', + 'descriptive_information': '描述信息', + 'configured': '是否配置', 'visible': '可见', 'create_time': '创建日期' }, - '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': '印尼标题', - 'router_path': '路由地址', - 'menu_sort': '菜单排序', - 'component_name': '组件名称', - 'component_path': '组件路径', - 'superior_class': '上级类目' + 'device_dialog': { + 'zh_device_name': '中文设备名称', + 'en_device_name': '英文设备名称', + 'in_device_name': '印尼设备名称' + }, + 'driver_configuration': { + 'basic_information': '基本信息' }, 'msg': { 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' diff --git a/acs/nladmin-ui/src/i18n/langs/en.js b/acs/nladmin-ui/src/i18n/langs/en.js index d8a71e4..33c67e3 100644 --- a/acs/nladmin-ui/src/i18n/langs/en.js +++ b/acs/nladmin-ui/src/i18n/langs/en.js @@ -84,7 +84,15 @@ export default { 'Tip14': 'WebSocket connection error', 'Tip15': 'Please enter an icon name', 'loading': 'loading...', - 'synchronous': 'synchronous' + 'synchronous': 'synchronous', + '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' }, 'monitor': { 'sys': 'System', diff --git a/acs/nladmin-ui/src/i18n/langs/english.js b/acs/nladmin-ui/src/i18n/langs/english.js index 1206f97..6d709a3 100644 --- a/acs/nladmin-ui/src/i18n/langs/english.js +++ b/acs/nladmin-ui/src/i18n/langs/english.js @@ -5,6 +5,12 @@ 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' export default { ...enLocale, @@ -13,5 +19,11 @@ export default { ...param, ...instruction, ...task, - ...history + ...history, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route } diff --git a/acs/nladmin-ui/src/i18n/langs/in.js b/acs/nladmin-ui/src/i18n/langs/in.js index e63fab5..eeaf99a 100644 --- a/acs/nladmin-ui/src/i18n/langs/in.js +++ b/acs/nladmin-ui/src/i18n/langs/in.js @@ -84,7 +84,15 @@ export default { 'Tip14': 'Koneksi WebSocket error', 'Tip15': 'Silakan masukkan nama ikon', 'loading': 'Memuatkan Data...', - 'synchronous': 'Sinkron' + 'synchronous': 'Sinkron', + 'import': 'Mengimpor', + 'driver_configuration': 'Konfigurasi driver', + 'create_time': 'Buat waktu', + 'update_time': 'Untuk memperbarui waktu', + 'create_by': 'Dibuat oleh', + 'update_by': 'pengubah', + 'is_on': 'Diaktifkan atau tidak', + 'please': 'Silahkan pilih' }, 'monitor': { 'sys': 'Sistem', diff --git a/acs/nladmin-ui/src/i18n/langs/indonesian.js b/acs/nladmin-ui/src/i18n/langs/indonesian.js index 3015d91..008d427 100644 --- a/acs/nladmin-ui/src/i18n/langs/indonesian.js +++ b/acs/nladmin-ui/src/i18n/langs/indonesian.js @@ -5,6 +5,12 @@ import param from './param/in' 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/in' +import storageCell from './storageCell/in' +import route from './route/in' export default { ...idLocale, @@ -13,5 +19,11 @@ export default { ...param, ...instruction, ...task, - ...history + ...history, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route } diff --git a/acs/nladmin-ui/src/i18n/langs/opc/en.js b/acs/nladmin-ui/src/i18n/langs/opc/en.js new file mode 100644 index 0000000..84455de --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/opc/en.js @@ -0,0 +1,23 @@ +export default { + 'opc': { + 'placeholder': { + 'enter_name_code_path': 'enter a name or code or path' + }, + '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' + }, + 'msg': { + 'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/opc/in.js b/acs/nladmin-ui/src/i18n/langs/opc/in.js new file mode 100644 index 0000000..7b79dfc --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/opc/in.js @@ -0,0 +1,23 @@ +export default { + 'opc': { + 'placeholder': { + 'enter_name_code_path': 'Masukkan nama, kode atau pencarian alamat' + }, + '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' + }, + 'msg': { + 'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/opc/zh.js b/acs/nladmin-ui/src/i18n/langs/opc/zh.js new file mode 100644 index 0000000..31bcf8f --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/opc/zh.js @@ -0,0 +1,23 @@ +export default { + 'opc': { + 'placeholder': { + 'enter_name_code_path': '输入名称、编码或者地址搜索' + }, + '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' + }, + 'msg': { + 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/protocol/en.js b/acs/nladmin-ui/src/i18n/langs/protocol/en.js new file mode 100644 index 0000000..934057a --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/protocol/en.js @@ -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!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/protocol/in.js b/acs/nladmin-ui/src/i18n/langs/protocol/in.js new file mode 100644 index 0000000..5e33f7e --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/protocol/in.js @@ -0,0 +1,12 @@ +export default { + 'protocol': { + 'table_title': { + 'driver_code': 'drive ', + 'ekstra_code': 'protokol no', + 'ekstra_name': 'nilai kesepakatan' + }, + 'msg': { + 'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/protocol/zh.js b/acs/nladmin-ui/src/i18n/langs/protocol/zh.js new file mode 100644 index 0000000..c14ee50 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/protocol/zh.js @@ -0,0 +1,12 @@ +export default { + 'protocol': { + 'table_title': { + 'driver_code': '驱动', + 'extra_code': '协议编号', + 'extra_name': '协议值' + }, + 'msg': { + 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/route/en.js b/acs/nladmin-ui/src/i18n/langs/route/en.js new file mode 100644 index 0000000..30567ae --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/route/en.js @@ -0,0 +1,25 @@ +export default { + 'route': { + 'title': 'Routing route', + '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', + 'next_device_code': 'post-device name', + '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!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/route/in.js b/acs/nladmin-ui/src/i18n/langs/route/in.js new file mode 100644 index 0000000..b32bbb2 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/route/in.js @@ -0,0 +1,25 @@ +export default { + 'route': { + 'title': 'Rute rute', + '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', + 'next_device_code': 'nama perangkat rear', + '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!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/route/zh.js b/acs/nladmin-ui/src/i18n/langs/route/zh.js new file mode 100644 index 0000000..071da51 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/route/zh.js @@ -0,0 +1,25 @@ +export default { + 'route': { + 'title': '路由路线', + 'placeholder': { + 'enter_code': '请输入设备编号', + 'enter_next_device_code': '请输入后置设备编号', + 'please_type': '请选择路由类型' + }, + 'table_title': { + 'route_plan_id': '路由方案', + 'device_code': '当前设备名称', + 'next_device_code': '后置设备名称', + 'type': '路由类型', + 'transport_route': '输送路由', + 'agv_route': 'agv路由', + 'weights': '权值', + 'remark': '描述信息', + 'code': '编码', + 'name': '名称' + }, + 'msg': { + 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/storageCell/en.js b/acs/nladmin-ui/src/i18n/langs/storageCell/en.js new file mode 100644 index 0000000..c87da8b --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/storageCell/en.js @@ -0,0 +1,21 @@ +export default { + 'storageCell': { + 'placeholder': { + 'enter_location_code': 'enter location code', + 'enter_parent_location_code': 'enter parent location code', + 'enter_agv_site': 'enter agv site' + }, + 'table_title': { + 'storage_code': 'storage code', + 'x': 'x', + 'y': 'y', + 'z': 'z', + 'address': 'AGV address', + 'parent_storage_code': 'parent storage code', + 'remark': 'remark' + }, + 'msg': { + 'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/storageCell/in.js b/acs/nladmin-ui/src/i18n/langs/storageCell/in.js new file mode 100644 index 0000000..4da6ce5 --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/storageCell/in.js @@ -0,0 +1,21 @@ +export default { + 'storageCell': { + 'placeholder': { + 'enter_location_code': 'Sebenarnyayangsangatbaik', + 'enter_parent_location_code': 'Kucicipi berapamu kucicipi', + 'enter_agv_site': 'Diterjemahkan oleh' + }, + 'table_title': { + 'storage_code': 'Kode lokasi', + 'x': 'x', + 'y': 'y', + 'z': 'z', + 'address': 'AGV Mengkodekan', + 'parent_storage_code': 'Kode sistem induk', + 'remark': 'Informasi' + }, + 'msg': { + 'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/storageCell/zh.js b/acs/nladmin-ui/src/i18n/langs/storageCell/zh.js new file mode 100644 index 0000000..a5df70c --- /dev/null +++ b/acs/nladmin-ui/src/i18n/langs/storageCell/zh.js @@ -0,0 +1,21 @@ +export default { + 'storageCell': { + 'placeholder': { + 'enter_location_code': '输入货位编码', + 'enter_parent_location_code': '输入父级货位编码', + 'enter_agv_site': '输入agv站点' + }, + 'table_title': { + 'storage_code': '货位编码', + 'x': '排', + 'y': '列', + 'z': '层', + 'address': 'AGV编码', + 'parent_storage_code': '父级系统编码', + 'remark': '备注' + }, + 'msg': { + 'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!' + } + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/zh-CN.js b/acs/nladmin-ui/src/i18n/langs/zh-CN.js index 7b0a00d..0c36970 100644 --- a/acs/nladmin-ui/src/i18n/langs/zh-CN.js +++ b/acs/nladmin-ui/src/i18n/langs/zh-CN.js @@ -84,7 +84,15 @@ export default { 'Tip14': 'WebSocket连接发生错误', 'Tip15': '请输入图标名称', 'loading': '数据加载中...', - 'synchronous': '同步' + 'synchronous': '同步', + 'import': '导入', + 'driver_configuration': '驱动配置', + 'create_time': '创建时间', + 'update_time': '更新时间', + 'create_by': '创建者', + 'update_by': '修改者', + 'is_on': '是否启用', + 'please': '请选择' }, 'monitor': { 'sys': '系统', diff --git a/acs/nladmin-ui/src/views/acs/device/address/index.vue b/acs/nladmin-ui/src/views/acs/device/address/index.vue index d5eb9df..c0292ed 100644 --- a/acs/nladmin-ui/src/views/acs/device/address/index.vue +++ b/acs/nladmin-ui/src/views/acs/device/address/index.vue @@ -9,7 +9,7 @@ v-model="query.blurry" size="small" clearable - placeholder="输入名称或者编码" + :placeholder="$t('device.placeholder.enter_name_code')" style="width: 200px;" class="filter-item" @keyup.enter.native="crud.toQuery" @@ -20,16 +20,16 @@ - + - + - + - + @@ -41,11 +41,11 @@ - - - - - + + + + +