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'
|
||||
}
|
||||
}
|
||||
}
|
||||
36
acs2/nladmin-ui/src/i18n/langs/instruction/in.js
Normal file
36
acs2/nladmin-ui/src/i18n/langs/instruction/in.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Inst': {
|
||||
'table': {
|
||||
'instruction_code': 'Nomor Instruksi',
|
||||
'instruction_type': 'Jenis Instruksi',
|
||||
'task_code': 'Nomor Tugas',
|
||||
'vehicle_code': 'Nomor Kendaraan',
|
||||
'instruction_status': 'Status Perintah',
|
||||
'send_status': 'Status Pengiriman',
|
||||
'start_point_code': 'Titik Penjemputan',
|
||||
'next_point_code': 'Titik Pengantaran',
|
||||
'put_point_code': 'Titik Pembuangan',
|
||||
'execute_device_code': 'Perangkat Eksekusi',
|
||||
'carno': 'Nomor Kendaraan',
|
||||
'remark': 'Deskripsi',
|
||||
'create_by': 'Dibuat Oleh',
|
||||
'create_time': 'Waktu Pembuatan',
|
||||
'update_by': 'Diubah Oleh',
|
||||
'update_time': 'Ubah Waktu',
|
||||
'input_taskCode_or_instCode': 'Masukkan Nomor Tugas Atau Nomor Instruksi',
|
||||
'input_vehicleCode': 'Masukkan Nomor Kendaraan',
|
||||
'material': 'Jenis Barang',
|
||||
'task_status': 'Status Tugas',
|
||||
'input_startCode_or_nextCode': 'Jenis Barang',
|
||||
'ready': 'Siap',
|
||||
'Execution': 'Eksekusi',
|
||||
'Finish': 'Selesai',
|
||||
'undelivered': 'Tidak Terkirim',
|
||||
'succeed': 'Berhasil',
|
||||
'fail': 'Gagal'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
36
acs2/nladmin-ui/src/i18n/langs/instruction/zh.js
Normal file
36
acs2/nladmin-ui/src/i18n/langs/instruction/zh.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Inst': {
|
||||
'table': {
|
||||
'instruction_code': '指令编号',
|
||||
'instruction_type': '指令类型',
|
||||
'task_code': '任务号',
|
||||
'vehicle_code': '载具号',
|
||||
'instruction_status': '指令状态',
|
||||
'send_status': '下发状态',
|
||||
'start_point_code': '取货点',
|
||||
'next_point_code': '放货点',
|
||||
'put_point_code': '倒料点',
|
||||
'execute_device_code': '当前执行设备',
|
||||
'carno': '车号',
|
||||
'remark': '描述',
|
||||
'create_by': '创建者',
|
||||
'create_time': '创建时间',
|
||||
'update_by': '修改者',
|
||||
'update_time': '修改时间',
|
||||
'input_taskCode_or_instCode': '输入任务号或指令号',
|
||||
'input_vehicleCode': '输入载具号',
|
||||
'material': '物料类型',
|
||||
'task_status': '任务状态',
|
||||
'input_startCode_or_nextCode': '输入起点或终点',
|
||||
'ready': '就绪',
|
||||
'Execution': '执行中',
|
||||
'Finish': '完成',
|
||||
'undelivered': '未下发',
|
||||
'succeed': '成功',
|
||||
'fail': '失败'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user