添加 国际化框架
This commit is contained in:
27
wms_pro/qd/src/i18n/langs/history/en.js
Normal file
27
wms_pro/qd/src/i18n/langs/history/en.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
'TaskRecord': {
|
||||
'table': {
|
||||
'Task_code': 'Input Task Number',
|
||||
'Vehicle_number': 'Input Vehicle Number',
|
||||
'Task_number': 'Task code(Instruction Code)',
|
||||
'Status': 'Status',
|
||||
'Priority': 'Task Priority',
|
||||
'Starting_point_two': 'Starting Point Two',
|
||||
'Transit_point': 'Transit Point',
|
||||
'Endpoint_two': 'Endpoint Two',
|
||||
'Material': 'Material',
|
||||
'Quantity': 'Quantity',
|
||||
'agv_action_type': 'The type of AGV secondary distribution',
|
||||
'Numbering': 'Numbering',
|
||||
'Value': 'Value',
|
||||
'Input_task_instruction_number': 'Enter Task Number Or Instruction Number',
|
||||
'Instruction_code': 'Instruction Code',
|
||||
'Instruction_status': 'Instruction Status',
|
||||
'Update_by': 'Modifier',
|
||||
'Update_time': 'Modification Time',
|
||||
'unified_key': 'Unified Key'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
27
wms_pro/qd/src/i18n/langs/history/in.js
Normal file
27
wms_pro/qd/src/i18n/langs/history/in.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
'TaskRecord': {
|
||||
'table': {
|
||||
'Task_code': 'Input Nomor Tugas',
|
||||
'Vehicle_number': 'Input Nomor Kendaraan',
|
||||
'Task_number': 'Nomor Tugas(Kode Instruksi)',
|
||||
'Status': 'Status',
|
||||
'Priority': 'Prioritas Tugas',
|
||||
'Starting_point_two': 'Titik Awalan Dua',
|
||||
'Transit_point': 'Titik transit',
|
||||
'Endpoint_two': 'Titik Akhir Dua',
|
||||
'Material': 'Bahan',
|
||||
'Quantity': 'Jenis distribusi sekunder AGV',
|
||||
'agv_action_type': 'agv二次分配类型',
|
||||
'Numbering': 'Nomor',
|
||||
'Value': 'Nilai',
|
||||
'Input_task_instruction_number': 'Masukkan Nomor Tugas Atau Nomor Instruksi',
|
||||
'Instruction_code': 'Kode Instruksi',
|
||||
'Instruction_status': 'Status Instruksi',
|
||||
'Update_by': 'Pengubah',
|
||||
'Update_time': 'Waktu Modifikasi',
|
||||
'unified_key': 'Nilai Unik'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
27
wms_pro/qd/src/i18n/langs/history/zh.js
Normal file
27
wms_pro/qd/src/i18n/langs/history/zh.js
Normal file
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
'TaskRecord': {
|
||||
'table': {
|
||||
'Task_code': '输入任务号',
|
||||
'Vehicle_number': '输入载具号',
|
||||
'Task_number': '任务号(指令编码)',
|
||||
'Status': '状态',
|
||||
'Priority': '任务优先级',
|
||||
'Starting_point_two': '起点2',
|
||||
'Transit_point': '中转点',
|
||||
'Endpoint_two': '终点2',
|
||||
'Material': '物料',
|
||||
'Quantity': '数量',
|
||||
'agv_action_type': 'agv二次分配类型',
|
||||
'Numbering': '编号',
|
||||
'Value': '值',
|
||||
'Input_task_instruction_number': '输入任务号或指令号',
|
||||
'Instruction_code': '指令编码',
|
||||
'Instruction_status': '指令状态',
|
||||
'Update_by': '修改者',
|
||||
'Update_time': '修改时间',
|
||||
'unified_key': '唯一值'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user