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