添加 国际化框架
This commit is contained in:
25
wms_pro/qd/src/i18n/langs/config/en.js
Normal file
25
wms_pro/qd/src/i18n/langs/config/en.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Device Execution',
|
||||
'please_select': 'Please Select',
|
||||
'end_of_instruction': 'End Of Instructio',
|
||||
'end_of_task': 'End Of Task',
|
||||
'end_device': 'End Device',
|
||||
'max': 'Maximum Quantity',
|
||||
'allocation_ratio': 'Allocation Ratio',
|
||||
'cancel': 'Cancel',
|
||||
'confirm': 'Confirm',
|
||||
'device_code': 'Device Code',
|
||||
'destination_device': 'Destination Device',
|
||||
'inst_nextdevice_code': 'Command Destination Device',
|
||||
'destination_configuration': 'Destination Configuration',
|
||||
'operation': 'Operation',
|
||||
'device_is_not_null': 'Device Code Cannot Be Empty',
|
||||
'mapping_relationship': 'Mapping Relationship',
|
||||
'inOut': 'Bidirectional point position'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
25
wms_pro/qd/src/i18n/langs/config/in.js
Normal file
25
wms_pro/qd/src/i18n/langs/config/in.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Eksekusi Perangkat',
|
||||
'please_select': 'Silakan Pilih',
|
||||
'end_of_instruction': 'Akhir Instruksi',
|
||||
'end_of_task': 'Akhir Tugas',
|
||||
'end_device': 'Perangkat Akhir',
|
||||
'max': 'Jumlah Maksimum',
|
||||
'allocation_ratio': 'Rasio Alokasi',
|
||||
'cancel': 'Membatalkan',
|
||||
'confirm': 'Mengonfirmasi',
|
||||
'device_code': 'Kode Perangkat',
|
||||
'destination_device': 'Perangkat Tujuan Tugas',
|
||||
'inst_nextdevice_code': 'Perangkat Tujuan Perintah',
|
||||
'destination_configuration': 'Konfigurasi Tujuan',
|
||||
'operation': 'Operasi',
|
||||
'device_is_not_null': 'Kode Perangkat Tidak Boleh Kosong',
|
||||
'mapping_relationship': 'Hubungan Pemetaan',
|
||||
'inOut': 'Posisi titik bidireksi'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
25
wms_pro/qd/src/i18n/langs/config/zh.js
Normal file
25
wms_pro/qd/src/i18n/langs/config/zh.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': '执行设备',
|
||||
'please_select': '请选择',
|
||||
'end_of_instruction': '指令终点',
|
||||
'end_of_task': '任务终点',
|
||||
'end_device': '终点设备',
|
||||
'max': '最大数量',
|
||||
'allocation_ratio': '分配比例',
|
||||
'cancel': '取消',
|
||||
'confirm': '确定',
|
||||
'device_code': '设备编码',
|
||||
'destination_device': '任务终点设备',
|
||||
'inst_nextdevice_code': '指令终点设备',
|
||||
'destination_configuration': '终点配置',
|
||||
'operation': '操作',
|
||||
'device_is_not_null': '设备编码不能为空',
|
||||
'mapping_relationship': '映射关系',
|
||||
'inOut': '双向点位'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user