'test'
This commit is contained in:
21
acs/nladmin-ui/src/i18n/langs/storageCell/en.js
Normal file
21
acs/nladmin-ui/src/i18n/langs/storageCell/en.js
Normal 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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
21
acs/nladmin-ui/src/i18n/langs/storageCell/in.js
Normal file
21
acs/nladmin-ui/src/i18n/langs/storageCell/in.js
Normal 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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
21
acs/nladmin-ui/src/i18n/langs/storageCell/zh.js
Normal file
21
acs/nladmin-ui/src/i18n/langs/storageCell/zh.js
Normal 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': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user