Files
WuXiDiKe/nladmin-ui/src/views/acs/device/storageCell/locale/en.js
2024-05-29 14:38:26 +08:00

24 lines
690 B
JavaScript

export default {
'storageCell': {
'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'
},
'table_title': {
'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!'
}
}
}