init 二期ACS
This commit is contained in:
36
acs2/nladmin-ui/src/i18n/langs/instruction/en.js
Normal file
36
acs2/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': 'Created 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