add: 高级配置模块实现国际化
This commit is contained in:
23
acs/nladmin-ui/src/i18n/langs/config/en.js
Normal file
23
acs/nladmin-ui/src/i18n/langs/config/en.js
Normal file
@@ -0,0 +1,23 @@
|
||||
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'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user