feat: 业务功能前端国际化

This commit is contained in:
2024-04-16 13:53:43 +08:00
parent 67ae97d6da
commit eb08f3f43f
43 changed files with 1387 additions and 304 deletions

View 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'
}
}
}