add:添加指令管理的国际化语言版本
This commit is contained in:
36
acs/nladmin-ui/src/i18n/langs/instruction/en.js
Normal file
36
acs/nladmin-ui/src/i18n/langs/instruction/en.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Inst': {
|
||||
'table': {
|
||||
'instruction_code': 'instruction_code',
|
||||
'instruction_type': 'instruction_type',
|
||||
'task_code': 'task_code',
|
||||
'vehicle_code': 'vehicle_code',
|
||||
'instruction_status': 'instruction_status',
|
||||
'send_status': 'send_status',
|
||||
'start_point_code': 'start_device_code',
|
||||
'next_point_code': 'next_device_code',
|
||||
'put_point_code': 'put_point_code',
|
||||
'execute_device_code': 'execute_device_code',
|
||||
'carno': 'carno',
|
||||
'remark': 'remark',
|
||||
'create_by': 'create_by',
|
||||
'create_time': 'create_time',
|
||||
'update_by': 'update_by',
|
||||
'update_time': 'update_time',
|
||||
'input_taskCode_or_instCode': 'input_taskCode_or_instCode',
|
||||
'input_vehicleCode': 'input_vehicleCode',
|
||||
'material': 'material_type',
|
||||
'task_status': 'task_status',
|
||||
'input_startCode_or_nextCode': 'input_startCode_or_nextCode',
|
||||
'ready': 'ready',
|
||||
'Execution': 'Execution',
|
||||
'Finish': 'Finish',
|
||||
'undelivered': 'undelivered',
|
||||
'succeed': 'succeed',
|
||||
'fail': 'fail'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user