fix: 添加缺省国际化
This commit is contained in:
71
nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/locale/zh.js
Normal file
71
nladmin-ui/src/views/wms/pdm/ivt/hotpointivt/locale/zh.js
Normal file
@@ -0,0 +1,71 @@
|
||||
export default {
|
||||
'Hot': {
|
||||
'pan1': {
|
||||
'title': '烘烤区点位库存',
|
||||
'table': {
|
||||
'point_code': '点位编码',
|
||||
'point_status': '点位状态',
|
||||
'container_name': '母卷号',
|
||||
'ivt_qty': '库存数',
|
||||
'instorage_time': '入箱时间',
|
||||
'product_area': '生产区域',
|
||||
'temperature': '温度',
|
||||
'last_time': '倒计时',
|
||||
'group_name': '组别',
|
||||
'ext_code': '外部编码',
|
||||
'point_location': '位置',
|
||||
'is_used': '是否启用',
|
||||
'remark': '备注',
|
||||
'update_time': '修改时间'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': '点位编码',
|
||||
'product_area': '生产区域',
|
||||
'point_status': '点位状态',
|
||||
'container_name': '母卷号',
|
||||
'temperature': '温度',
|
||||
'is_used': '是否启用',
|
||||
'point_location': '生产位置',
|
||||
'instorage_time': '入箱时间'
|
||||
},
|
||||
'search': {
|
||||
'p1': '输入点位编码',
|
||||
'button_1': '回传MES'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '点位编码不能为空',
|
||||
'm2': '点位状态不能为空',
|
||||
'm3': '请选择一个点位进行回传!'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': '烘箱任务',
|
||||
'table': {
|
||||
'bill_code': '单据编码',
|
||||
'container_name': '母卷号',
|
||||
'start_point_code': '起始点位',
|
||||
'end_point_code': '终点点位',
|
||||
'temperature': '烤箱温度',
|
||||
'oven_time': '烘烤时间',
|
||||
'task_code': '任务编码',
|
||||
'create_name': '创建人',
|
||||
'create_time': '创建时间',
|
||||
'confirm_optname': '确认人',
|
||||
'confirm_time': '确认时间'
|
||||
},
|
||||
'dialog': {
|
||||
'bill_code': '单据编码',
|
||||
'task_code': '任务编码',
|
||||
'start_point_code': '起点编码',
|
||||
'end_point_code': '终点编码',
|
||||
'container_name': '母卷号',
|
||||
'create_time': '创建时间'
|
||||
},
|
||||
'statusDtlList': {
|
||||
'build': '生成',
|
||||
'running': '执行中',
|
||||
'confirm': '确认'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user