fix:优化界面、完成国际化剩余部分开发

This commit is contained in:
2023-12-08 17:25:33 +08:00
parent d06fcdbe0e
commit 053751c58f
73 changed files with 2021 additions and 1470 deletions

View File

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