2023-11-30 10:46:21 +08:00
|
|
|
export default {
|
|
|
|
|
'storageCell': {
|
2023-11-30 13:07:39 +08:00
|
|
|
'title': 'Storage location management',
|
2023-11-30 10:46:21 +08:00
|
|
|
'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!'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|