opt: 日志管理,用户,角色,系统管理实现国际化

This commit is contained in:
yanps
2024-12-21 15:42:08 +08:00
parent 08731e551a
commit c63404b718
23 changed files with 563 additions and 383 deletions

View File

@@ -1,26 +1,26 @@
export default {
'department': {
'table_title': {
'Department_name': 'Tên bộ phận',
'enter_department_name': 'Vui lòng nhập tên bộ phận',
'Department': 'Trang chủ',
'select_dept': 'Chọn loại bộ phận'
'Department_name': 'Nombre del Departamento',
'enter_department_name': 'Por favor, introduzca el nombre del departamento.',
'Department': 'Departamento',
'select_dept': 'Selección de categorías sectoriales'
},
'table_value': {
'Sort': 'Sắp xếp',
'Name': 'Tên',
'State': 'Trạng thái',
'CreateDate': 'Ngày tạo',
'Operate': 'Hoạt động',
'top_departments': 'Bộ phận cao hơn'
'Sort': 'Ordenar',
'Name': 'Nombre',
'State': 'Estado',
'CreateDate': 'Fecha de creación',
'Operate': 'Operación',
'top_departments': 'Autoridades superiores'
},
'other': {
'Department_code': 'Bộ mã hóa',
'Department_sort': 'Phân loại ngành',
'External_identification': 'Nhận dạng bên ngoài',
'Top_departments': 'Bộ phận hàng đầu',
'enable': 'Bật',
'disable': 'Tắt',
'Department_code': 'Código del Departamento',
'Department_sort': 'Clasificación sectorial',
'External_identification': 'Identificación externa',
'Top_departments': 'Departamento superior',
'enable': 'Habilitar',
'disable': 'Desactivado',
'Tip1': 'Hành động này sẽ"',
'Tip2': '"',
'Tip3': 'Bộ phận, có tiếp tục không?',
@@ -32,9 +32,9 @@ export default {
'confirm_delete_msg': '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ỏ!'
},
'rules': {
'name': 'Vui lòng nhập tên',
'dept_sort': 'Vui lòng nhập số serial',
'top_dept': 'Cấp trên không được để trống'
'name': 'Por favor, introduzca el nombre',
'dept_sort': 'Por favor, introduzca el número de serie',
'top_dept': 'Las autoridades superiores no pueden estar vacías'
}
}
}