add: 添加国际化1

This commit is contained in:
2024-10-29 18:11:33 +08:00
parent e0cc4968cd
commit d3f08322ce
135 changed files with 5221 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
export default {
'classification': {
'title': 'Basic category',
'dialog': {
'code': 'Classification code',
'name': 'Classification Name',
'desc': 'Brief description',
'top_class': 'Top Category',
'superior_class': 'Superior category',
'update_name': 'Modified by',
'update_time': 'Change time',
'operate': 'operation',
'is_update': 'Can it be modified'
},
'other': {
'addSibling': 'Add peers at the same level',
'addChildren': 'Add sub level'
},
'placeholder': {
'label': 'Category Name',
'select': 'Please choose a category name',
'open': 'Expand All',
'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'
}
}
}

View File

@@ -0,0 +1,31 @@
export default {
'classification': {
'title': 'Danh mục cơ bản',
'dialog': {
'code': 'Mã phân loại',
'name': 'Danh mục',
'desc': 'Mô tả ngắn gọn',
'top_class': 'Phân loại hàng đầu',
'superior_class': 'Lớp trên',
'update_name': 'Thay đổi người',
'update_time': 'Thời gian sửa đổi',
'operate': 'Hoạt động',
'is_update': 'Có thể sửa đổi'
},
'other': {
'addSibling': 'Thêm cùng cấp',
'addChildren': 'Thêm lớp con mới'
},
'placeholder': {
'label': 'Danh mục',
'select': 'Vui lòng chọn tên phân loại',
'open': 'Mở rộng tất cả',
'superior_class': 'Chọn loại cao hơn'
},
'msg': {
'delete': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!',
'isNotEmpty': 'Không thể để trống',
'topClassNotEmpty': 'Lớp trên không được để trống.'
}
}
}

View File

@@ -0,0 +1,33 @@
export default {
'classification': {
'title': '基础类别',
'dialog': {
'code': '分类编码',
'name': '分类名称',
'desc': '简要描述',
'top_class': '顶级类目',
'superior_class': '上级类目',
'create_name': '创建人',
'create_time': '创建时间',
'update_name': '修改人',
'update_time': '修改时间',
'operate': '操作',
'is_update': '是否可修改'
},
'other': {
'addSibling': '新增同级',
'addChildren': '新增子级'
},
'placeholder': {
'label': '类别名称',
'select': '请选择分类名称',
'open': '全部展开',
'superior_class': '选择上级类目'
},
'msg': {
'delete': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!',
'isNotEmpty': '不能为空',
'topClassNotEmpty': '顶级类目不能为空'
}
}
}