Files
lanzhouhailiang_one/acs2/nladmin-ui/src/i18n/langs/instruction/en.js

41 lines
1.3 KiB
JavaScript

export default {
'Inst': {
'table': {
'instruction_code': 'Instruction Code',
'instruction_type': 'Instruction Type',
'task_code': 'Task Code',
'vehicle_code': 'Vehicle Code',
'vehicle_code2': 'Box Code',
'instruction_status': 'Instruction Status',
'send_status': 'Send Status',
'start_point_code': 'Start Device Code',
'next_point_code': 'Next Device Code',
'start_point_code2': 'Start Device Code 2',
'next_point_code2': 'Next Device Code 2',
'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',
'input_vehicleCode2': 'Input BoxCode',
'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'
}
}
}