refactor: 前后端基础部分
This commit is contained in:
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/en.js
Normal file
33
nladmin-ui/src/i18n/langs/ivt/sbPointIvt/en.js
Normal file
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
'SbPointIvt': {
|
||||
'title': 'Raw Foil Point Inventory',
|
||||
'table': {
|
||||
'point_code': 'Point Code',
|
||||
'vehicle_code': 'Vehicle Code',
|
||||
'product_area': 'Production Area',
|
||||
'point_location': 'Position',
|
||||
'ext_code': 'Ext Code',
|
||||
'remark': 'Remark',
|
||||
'is_used': 'Enable',
|
||||
'mes_used': 'MES Enable',
|
||||
'update_time': 'Update Time'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'point code',
|
||||
'vehicle_code': 'vehicle code',
|
||||
'product_area': 'production area',
|
||||
'point_location': 'position',
|
||||
'ext_code': 'ext code',
|
||||
'is_used': 'enable',
|
||||
'mes_used': 'mes enable'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Point codes cannot be empty',
|
||||
'r2': 'The point status cannot be empty',
|
||||
'r3': 'Enable or not The value cannot be empty'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Enter the point code'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user