添加 国际化框架
This commit is contained in:
25
wms_pro/qd/src/i18n/langs/config/en.js
Normal file
25
wms_pro/qd/src/i18n/langs/config/en.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Device Execution',
|
||||
'please_select': 'Please Select',
|
||||
'end_of_instruction': 'End Of Instructio',
|
||||
'end_of_task': 'End Of Task',
|
||||
'end_device': 'End Device',
|
||||
'max': 'Maximum Quantity',
|
||||
'allocation_ratio': 'Allocation Ratio',
|
||||
'cancel': 'Cancel',
|
||||
'confirm': 'Confirm',
|
||||
'device_code': 'Device Code',
|
||||
'destination_device': 'Destination Device',
|
||||
'inst_nextdevice_code': 'Command Destination Device',
|
||||
'destination_configuration': 'Destination Configuration',
|
||||
'operation': 'Operation',
|
||||
'device_is_not_null': 'Device Code Cannot Be Empty',
|
||||
'mapping_relationship': 'Mapping Relationship',
|
||||
'inOut': 'Bidirectional point position'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user