This commit is contained in:
2023-11-30 10:46:21 +08:00
parent a839f95e59
commit f5e7e2023f
32 changed files with 542 additions and 235 deletions

View File

@@ -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!'
}
}

View File

@@ -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!'
}
}

View File

@@ -0,0 +1,13 @@
export default {
'address': {
'table_title': {
'methods_code': '方法编码',
'methods_name': '方法名称',
'methods_url': '请求地址',
'remark': '备注'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}

View File

@@ -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

View File

@@ -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!'

View File

@@ -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!'

View File

@@ -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': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'

View File

@@ -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',

View File

@@ -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
}

View File

@@ -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',

View File

@@ -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
}

View File

@@ -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!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -0,0 +1,12 @@
export default {
'protocol': {
'table_title': {
'driver_code': '驱动',
'extra_code': '协议编号',
'extra_name': '协议值'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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!'
}
}
}

View File

@@ -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': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}

View File

@@ -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': '系统',