You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
export default {
|
|
'Inst': {
|
|
'table': {
|
|
'instruction_code': '명령 번호',
|
|
'instruction_type': '명령 형식',
|
|
'task_code': 'Task Code',
|
|
'vehicle_code': 'Vehicle Code',
|
|
'instruction_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': '현재 실행 장치',
|
|
'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_vehicleCode': 'Input VehicleCode',
|
|
'material': 'Material Type',
|
|
'task_status': '작업 상태',
|
|
'input_startCode_or_nextCode': '시작점 혹은 끝점을 입력하다',
|
|
'ready': 'Ready',
|
|
'Execution': 'Execution',
|
|
'Finish': '완료',
|
|
'undelivered': 'Undelivered',
|
|
'succeed': 'Succeed',
|
|
'fail': 'Fail'
|
|
},
|
|
'rules': {
|
|
'NotNull': 'Cannot Be Empty'
|
|
}
|
|
}
|
|
}
|
|
|