fix:优化界面、完成国际化剩余部分开发
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Storage location management',
|
||||
'title': 'Storage Location Management',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'enter location code',
|
||||
'enter_parent_location_code': 'enter parent location code',
|
||||
'enter_agv_site': 'enter agv site'
|
||||
'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'
|
||||
'storage_code': 'Storage Code',
|
||||
'x': 'X',
|
||||
'y': 'Y',
|
||||
'z': 'Z',
|
||||
'address': 'AGV Address',
|
||||
'parent_storage_code': 'Parent Storage Code',
|
||||
'remark': 'Remark',
|
||||
'agv_site': 'AGV Site'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are you sure to delete it? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
export default {
|
||||
'storageCell': {
|
||||
'title': 'Manajemen pustaka',
|
||||
'title': 'Manajemen Pustaka',
|
||||
'placeholder': {
|
||||
'enter_location_code': 'Sebenarnyayangsangatbaik',
|
||||
'enter_parent_location_code': 'Kucicipi berapamu kucicipi',
|
||||
'enter_agv_site': 'Diterjemahkan oleh'
|
||||
'enter_location_code': 'Masukkan Kode Lokasi',
|
||||
'enter_parent_location_code': 'Kucicipi Berapamu Kucicipi',
|
||||
'enter_agv_site': 'Diterjemahkan Oleh'
|
||||
},
|
||||
'table_title': {
|
||||
'storage_code': 'Kode lokasi',
|
||||
'x': 'x',
|
||||
'y': 'y',
|
||||
'z': 'z',
|
||||
'storage_code': 'Kode Lokasi',
|
||||
'x': 'X',
|
||||
'y': 'Y',
|
||||
'z': 'Z',
|
||||
'address': 'AGV Mengkodekan',
|
||||
'parent_storage_code': 'Kode sistem induk',
|
||||
'remark': 'Informasi'
|
||||
'parent_storage_code': 'Kode Sistem Induk',
|
||||
'remark': 'Informasi',
|
||||
'agv_site': 'Situs AGV'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,8 @@ export default {
|
||||
'z': '层',
|
||||
'address': 'AGV编码',
|
||||
'parent_storage_code': '父级系统编码',
|
||||
'remark': '备注'
|
||||
'remark': '备注',
|
||||
'agv_site': 'AGV站点'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
|
||||
Reference in New Issue
Block a user