添加前端国际化框架
This commit is contained in:
28
lms/nladmin-ui/src/i18n/langs/route/en.js
Normal file
28
lms/nladmin-ui/src/i18n/langs/route/en.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'route': {
|
||||
'title1': 'Routing Route',
|
||||
'title2': 'Routing Scheme',
|
||||
'placeholder': {
|
||||
'enter_code': 'Please Enter The Device Number',
|
||||
'enter_next_device_code': 'Please Enter The Post-device Number',
|
||||
'please_type': 'Please Enter Route Type'
|
||||
},
|
||||
'table_title': {
|
||||
'route_plan_id': 'Routing Scheme',
|
||||
'device_code': 'Current Device Name',
|
||||
'device_type': 'Current Device Type',
|
||||
'next_device_code': 'Post Device Name',
|
||||
'next_device_type': 'Post Device Type',
|
||||
'type': 'Route Type',
|
||||
'transport_route': 'Transport Route',
|
||||
'agv_route': 'AGV Route',
|
||||
'weights': 'Weights',
|
||||
'remark': 'Description Information',
|
||||
'code': 'Code',
|
||||
'name': 'Name'
|
||||
},
|
||||
'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