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

View File

@@ -0,0 +1,33 @@
export default {
'SbPointIvt': {
'title': 'Persediaan Titik Foil Mentah',
'table': {
'point_code': 'Kode Titik',
'vehicle_code': 'Kode Kendaraan',
'product_area': 'Area Produksi',
'point_location': 'Posisi',
'ext_code': 'Kode Ekst',
'remark': 'Komentar',
'is_used': 'Aktifkan',
'mes_used': 'MES Aktif',
'update_time': 'Waktu Pembaruan'
},
'dialog': {
'point_code': 'kode titik',
'vehicle_code': 'kode kendaraan',
'product_area': 'area produksi',
'point_location': 'posisi',
'ext_code': 'kode ekst',
'is_used': 'aktifkan',
'mes_used': 'mes aktif'
},
'rules': {
'r1': 'Kode poin tidak boleh kosong',
'r2': 'Status poin tidak boleh kosong',
'r3': 'Aktifkan atau tidak Nilainya tidak boleh kosong'
},
'msg': {
'm1': 'Masukkan kode poin'
}
}
}

View File

@@ -0,0 +1,33 @@
export default {
'SbPointIvt': {
'title': '生箔点位库存',
'table': {
'point_code': '点位编码',
'vehicle_code': '载具编码',
'product_area': '生产区域',
'point_location': '位置',
'ext_code': '外部编码',
'remark': '备注',
'is_used': '是否启用',
'mes_used': 'MES启用',
'update_time': '修改时间'
},
'dialog': {
'point_code': '点位编码',
'vehicle_code': '载具编码',
'product_area': '生产区域',
'point_location': '位置',
'ext_code': '外部编码',
'is_used': '是否启用',
'mes_used': 'MES启用'
},
'rules': {
'r1': '点位编码不能为空',
'r2': '点位状态不能为空',
'r3': '是否启用不能为空'
},
'msg': {
'm1': '输入点位编码'
}
}
}