'test'
This commit is contained in:
21
acs/nladmin-ui/src/i18n/langs/storageCell/en.js
Normal file
21
acs/nladmin-ui/src/i18n/langs/storageCell/en.js
Normal 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!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user