Files
longdianningxing/nladmin-ui/src/i18n/langs/ivt/hot/en.js

72 lines
2.0 KiB
JavaScript

export default {
'Hot': {
'pan1': {
'title': 'Stock Inquiry',
'table': {
'point_code': 'Point Code',
'point_status': 'Point Status',
'container_name': 'Container Name',
'ivt_qty': 'Ivt Qty',
'instorage_time': 'Instorage Time',
'product_area': 'Product Area',
'temperature': 'Temperature',
'last_time': 'Countdown',
'group_name': 'Group',
'ext_code': 'Ext Code',
'point_location': 'Position',
'is_used': 'Enabled',
'remark': 'Remark',
'update_time': 'Update Time'
},
'dialog': {
'point_code': 'point code',
'product_area': 'product area',
'point_status': 'point status',
'container_name': 'container name',
'temperature': 'temperature',
'is_used': 'enabled',
'point_location': 'position',
'instorage_time': 'instorage time'
},
'search': {
'p1': 'Enter the point code',
'button_1': 'Return MES'
},
'msg': {
'm1': 'Point codes cannot be empty',
'm2': 'The point status cannot be empty',
'm3': 'Please select a point to send back!'
}
},
'pan2': {
'title': 'Oven Task',
'table': {
'bill_code': 'Bill Code',
'container_name': 'Container Name',
'start_point_code': 'Start Point',
'end_point_code': 'End Point',
'temperature': 'Temperature',
'oven_time': 'Oven Time',
'task_code': 'Task Code',
'create_name': 'Create Name',
'create_time': 'Create Time',
'confirm_optname': 'Confirm Name',
'confirm_time': 'Confirm Time'
},
'dialog': {
'bill_code': 'bill code',
'task_code': 'task code',
'start_point_code': 'start point',
'end_point_code': 'end point',
'container_name': 'container name',
'create_time': 'create time'
},
'statusDtlList': {
'build': 'build',
'running': 'running',
'confirm': 'confirm'
}
}
}
}