国际化改造

This commit is contained in:
zhang
2024-12-21 10:23:29 +08:00
parent ab400b409f
commit f762ea48e1
4 changed files with 117 additions and 102 deletions

View File

@@ -5,6 +5,7 @@ export default {
'code': 'Vehicle number',
'name': 'Vehicle name',
'type': 'Vehicle type',
'info': 'Vehicle information',
'num': 'Number of vehicles',
'material_code': 'material code',
'material_spec': 'material specification',

View File

@@ -5,6 +5,7 @@ export default {
'code': 'Número de vehículo',
'name': 'Nombre del vehículo',
'type': 'Tipo de vehículo',
'info': 'Información del vehículo',
'num': 'Número de vehículos',
'material_code': 'Codificación de materiales',
'material_spec': 'Especificaciones de materiales',

View File

@@ -6,6 +6,7 @@ export default {
'name': '载具名称',
'type': '载具类型',
'num': '载具数量',
'info': '载具信息',
'material_code': '物料编码',
'material_spec': '物料规格',
'pcsn': '批次',