添加 国际化框架
This commit is contained in:
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