国际化改造

This commit is contained in:
zhang
2024-12-20 16:47:52 +08:00
parent b3133bd5c6
commit e2a8a64208
16 changed files with 536 additions and 212 deletions

View File

@@ -1,5 +1,5 @@
export default {
'classification': {
'classstandard': {
'title': 'Basic category',
'dialog': {
'code': 'Classification code',
@@ -10,6 +10,10 @@ export default {
'update_name': 'Modified by',
'update_time': 'Change time',
'operate': 'operation',
'yes': 'yes',
'no': 'no',
'confirm': 'confirm',
'cancel': 'cancel',
'is_update': 'Can it be modified'
},
'other': {
@@ -20,12 +24,12 @@ export default {
'label': 'Category Name',
'select': 'Please choose a category name',
'open': 'Expand All',
'import': 'import',
'superior_class': 'Select superior category'
},
'msg': {
'delete': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!',
'isNotEmpty': 'Cannot be empty',
'topClassNotEmpty': 'The top-level category cannot be empty'
'isNotEmpty': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,35 @@
export default {
'classstandard': {
'title': 'Categoría básica',
'dialog': {
'code': 'Codificación clasificada',
'name': 'Nombre de la clasificación',
'desc': 'Breve descripción',
'top_class': 'Categoría superior',
'superior_class': 'Categoría superior',
'update_name': 'Modificado por',
'update_time': 'Tiempo de modificación',
'operate': 'Operación',
'yes': 'Sí.',
'no': 'deny',
'confirm': 'Confirmación',
'cancel': 'Cancelación',
'is_update': 'Si se puede modificar'
},
'other': {
'addSibling': 'Nuevo mismo nivel',
'addChildren': 'Nuevos subniveles'
},
'placeholder': {
'label': 'Nombre de la categoría',
'select': 'Por favor, elija el nombre de la clasificación',
'open': 'Todo desplegado',
'import': 'Importar',
'superior_class': 'Selección de la categoría superior'
},
'msg': {
'delete': '¡Está seguro de que se eliminará, si hay nodos inferiores, se eliminará juntos, ¡ esta operación no se puede cancelar!',
'isNotEmpty': 'No puede estar vacío'
}
}
}

View File

@@ -1,5 +1,5 @@
export default {
'classification': {
'classstandard': {
'title': '基础类别',
'dialog': {
'code': '分类编码',
@@ -7,11 +7,13 @@ export default {
'desc': '简要描述',
'top_class': '顶级类目',
'superior_class': '上级类目',
'create_name': '创建人',
'create_time': '创建时间',
'update_name': '修改人',
'update_time': '修改时间',
'operate': '操作',
'yes': '是',
'no': '否',
'confirm': '确认',
'cancel': '取消',
'is_update': '是否可修改'
},
'other': {
@@ -22,12 +24,12 @@ export default {
'label': '类别名称',
'select': '请选择分类名称',
'open': '全部展开',
'import': '导入',
'superior_class': '选择上级类目'
},
'msg': {
'delete': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!',
'isNotEmpty': '不能为空',
'topClassNotEmpty': '顶级类目不能为空'
'isNotEmpty': '不能为空'
}
}
}

View File

@@ -0,0 +1,40 @@
export default {
'customer': {
'title': 'Customer Basic Table',
'dialog': {
'code': 'customer code',
'name': 'Customer Name',
'address': 'Company address',
'jurid_name': 'legal representative',
'tax_no': 'Tax registration number',
'register_no': 'Business registration number',
'manage_lice_no': 'Business license number',
'busi_char_name': 'business license',
'zip_code': 'Postal Code',
'remark': 'remark',
'enable': 'enable',
'ext_id': 'External identification',
'class_basic': 'Basic Classification',
'telephone': 'company phone',
'update_name': 'Modified by',
'update_time': 'Change time',
'operate': 'operation',
'yes': 'yes',
'no': 'no',
'confirm': 'confirm',
'cancel': 'cancel',
'is_update': 'Can it be modified'
},
'placeholder': {
'select': 'Fuzzy Query',
'customer_info': 'customer information',
'is_enable': 'Is it enabled',
'input': 'Enter customer code or customer name',
'please_select': 'Please select',
'import': 'import'
},
'msg': {
'isNotEmpty': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,42 @@
export default {
'customer': {
'title': 'Formulario de base de clientes',
'dialog': {
'code': 'Código del cliente',
'name': 'Nombre del cliente',
'address': 'Dirección de la empresa',
'jurid_name': 'Representante legal',
'tax_no': 'Número de registro fiscal',
'register_no': 'Número de registro industrial y comercial',
'manage_lice_no': 'Número de licencia comercial',
'busi_char_name': 'Licencia comercial',
'zip_code': 'Código postal',
'ext_id': 'Identificación externa',
'class_basic': 'Clasificación básica',
'remark': 'Nota',
'telephone': 'Teléfono de la empresa',
'update_name': 'Revisor',
'enable': 'Habilitar',
'update_time': 'Tiempo de modificación',
'operate': 'Operación',
'yes': 'Sí.',
'no': 'deny',
'confirm': 'Confirmación',
'cancel': 'Cancelación',
'is_update': 'Si se puede modificar'
},
'placeholder': {
'select': 'Consulta inútil',
'customer_info': 'Información del cliente',
'is_enable': 'Si habilitar',
'input': 'Introduzca el Código del cliente o el nombre del cliente',
'please_select': 'Por favor, elija',
'import': 'Importar'
},
'msg': {
'isNotEmpty': 'No puede estar vacío'
}
}
}

View File

@@ -0,0 +1,42 @@
export default {
'customer': {
'title': '客户基础表',
'dialog': {
'code': '客户编码',
'name': '客户名称',
'address': '公司地址',
'jurid_name': '法人代表',
'tax_no': '税务登记号',
'register_no': '工商注册号',
'manage_lice_no': '经营许可证号',
'busi_char_name': '营业执照',
'zip_code': '邮政编码',
'ext_id': '外部标识',
'class_basic': '基础分类',
'remark': '备注',
'telephone': '公司电话',
'update_name': '修改者',
'enable': '启用',
'update_time': '修改时间',
'operate': '操作',
'yes': '是',
'no': '否',
'confirm': '确认',
'cancel': '取消',
'is_update': '是否可修改'
},
'placeholder': {
'select': '模糊查询',
'customer_info': '客户信息',
'is_enable': '是否启用',
'input': '输入客户编码或客户名称',
'please_select': '请选择',
'import': '导入'
},
'msg': {
'isNotEmpty': '不能为空'
}
}
}

View File

@@ -5,10 +5,24 @@ export default {
'code': 'Material code',
'name': 'Material name',
'spec': 'Material specifications',
'material_model': 'Material model',
'nearby_weight': 'Recent weight',
'single_weight': 'Weight',
'gross_weight': 'gross weight',
'ext_id': 'External identification',
'material_type': 'Material type',
'product_series': 'Product series',
'unit_name': 'unit of measurement',
'net_weight': 'Single weight (g)',
'class_id': 'Material classification identification',
'standing_time': 'Return time (hours)',
'workshop_code': 'Workshop code',
'remark': 'remarks',
'yes': 'yes',
'no': 'no',
'confirm': 'confirm',
'cancel': 'cancel',
'enable': 'enabled',
'is_enable': 'Is it enabled',
'is_delete': 'Do you want to delete it',
'create_name': 'Creator',
@@ -18,9 +32,14 @@ export default {
'operate': 'operation'
},
'placeholder': {
'material_type': 'Material type',
'code': 'Code name',
'select': 'Fuzzy search',
'workshop_code': 'Belonging workshop'
'workshop_code': 'Belonging workshop',
'please_select': 'Please select'
},
'msg': {
'isNotEmpty': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,39 @@
export default {
'material': {
'title': 'Material',
'dialog': {
'code': 'Codificación de materiales',
'name': 'Nombre del material',
'spec': 'Especificaciones de materiales',
'material_model': 'Modelo de material',
'nearby_weight': 'Peso reciente',
'single_weight': 'Peso único',
'gross_weight': 'Peso bruto',
'ext_id': 'Identificación externa',
'material_type': 'Clasificación de materiales',
'product_series': 'Gama de productos',
'unit_name': 'Unidad de medida',
'net_weight': 'Peso único (g)',
'class_id': 'Identificación de clasificación de materiales',
'remark': 'Nota',
'yes': 'Sí.',
'no': 'No',
'confirm': 'Confirmación',
'cancel': 'Cancelación',
'enable': 'Habilitar',
'is_enable': 'Si habilitar',
'update_name': 'Modificado por',
'update_time': 'Tiempo de modificación',
'operate': 'Operación'
},
'placeholder': {
'material_type': 'Categoría de material',
'code': 'Nombre del Código',
'select': 'Búsqueda inútil',
'please_select': 'Por favor, elija'
},
'msg': {
'isNotEmpty': 'No puede estar vacío'
}
}
}

View File

@@ -1,14 +1,28 @@
export default {
'material': {
'title': '物料基础信息',
'title': '物料',
'dialog': {
'code': '物料编码',
'name': '物料名称',
'spec': '物料规格',
'material_model': '物料型号',
'nearby_weight': '最近重量',
'single_weight': '单重',
'gross_weight': '毛重',
'ext_id': '外部标识',
'material_type': '物料分类',
'product_series': '产品系列',
'unit_name': '计量单位',
'net_weight': '单重(g)',
'class_id': '物料分类标识',
'standing_time': '回温时间(小时)',
'workshop_code': '车间编码',
'remark': '备注',
'yes': '是',
'no': '否',
'confirm': '确认',
'cancel': '取消',
'enable': '启用',
'is_enable': '是否启用',
'is_delete': '是否删除',
'create_name': '创建人',
@@ -18,9 +32,14 @@ export default {
'operate': '操作'
},
'placeholder': {
'material_type': '物料类别',
'code': '编码名称',
'select': '模糊搜索',
'workshop_code': '所属车间'
'workshop_code': '所属车间',
'please_select': '请选择'
},
'msg': {
'isNotEmpty': '不能为空'
}
}
}

View File

@@ -0,0 +1,26 @@
export default {
'measure': {
'title': 'unit of measurement',
'dialog': {
'unit_code': 'code',
'unit_name': 'name',
'qty_precision': 'data precision',
'desc': 'Description Text',
'ext_id': 'External identification',
'class_basic': 'Basic Classification',
'update_name': 'Modified by',
'update_time': 'Change time',
'operate': 'operation',
'confirm': 'confirm',
'cancel': 'cancel',
'is_update': 'Can it be modified'
},
'placeholder': {
'info': 'Unit Information',
'input': 'Enter the unit code or unit name'
},
'msg': {
'isNotEmpty': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,26 @@
export default {
'measure': {
'title': 'Unidad de medida',
'dialog': {
'unit_code': 'Codificación',
'unit_name': 'Nombre',
'qty_precision': 'Precisión de los datos',
'desc': 'Texto de descripción',
'ext_id': 'Identificación externa',
'update_name': 'Revisor',
'enable': 'Habilitar',
'update_time': 'Tiempo de modificación',
'operate': 'Operación',
'confirm': 'Confirmación',
'cancel': 'Cancelación',
'is_update': 'Si se puede modificar'
},
'placeholder': {
'info': 'Información de la unidad',
'input': 'Introduzca el Código de la unidad o el nombre de la unidad'
},
'msg': {
'isNotEmpty': 'No puede estar vacío'
}
}
}

View File

@@ -0,0 +1,26 @@
export default {
'measure': {
'title': '计量单位',
'dialog': {
'unit_code': '编码',
'unit_name': '名称',
'ext_id': '外部标识',
'qty_precision': '数据精度',
'desc': '描述文字',
'confirm': '确认',
'cancel': '取消',
'enable': '启用',
'is_enable': '是否启用',
'update_name': '修改人',
'update_time': '修改时间',
'operate': '操作'
},
'placeholder': {
'info': '单位信息',
'input': '输入单位编码或单位名称'
},
'msg': {
'isNotEmpty': '不能为空'
}
}
}