You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
690 B
24 lines
690 B
1 year ago
|
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!'
|
||
|
}
|
||
|
}
|
||
|
}
|