添加 国际化框架
This commit is contained in:
40
wms_pro/qd/src/i18n/langs/department/en.js
Normal file
40
wms_pro/qd/src/i18n/langs/department/en.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'department': {
|
||||
'table_title': {
|
||||
'Department_name': 'Department Name',
|
||||
'enter_department_name': 'Enter Department Name',
|
||||
'Department': 'Department',
|
||||
'select_dept': 'Select department category'
|
||||
},
|
||||
'table_value': {
|
||||
'Sort': 'Sort',
|
||||
'Name': 'Name',
|
||||
'State': 'State',
|
||||
'CreateDate': 'CreateDate',
|
||||
'Operate': 'Operate',
|
||||
'top_departments': 'Superior department'
|
||||
},
|
||||
'other': {
|
||||
'Department_code': 'Department Code',
|
||||
'Department_sort': 'Department Sort',
|
||||
'External_identification': 'External Identification',
|
||||
'Top_departments': 'Top Departments',
|
||||
'enable': 'Enable',
|
||||
'disable': 'Disable',
|
||||
'Tip1': 'This operation will"',
|
||||
'Tip2': '"',
|
||||
'Tip3': 'Department, should we continue?',
|
||||
'Tip4': 'Tips',
|
||||
'succeed': 'success'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?',
|
||||
'confirm_delete_msg': 'Are you sure to delete? If there are subordinate nodes, they will be deleted together. This operation cannot be undone!'
|
||||
},
|
||||
'rules': {
|
||||
'name': 'Please enter a name',
|
||||
'dept_sort': 'Please enter the serial number',
|
||||
'top_dept': 'The superior department cannot be empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
40
wms_pro/qd/src/i18n/langs/department/vi.js
Normal file
40
wms_pro/qd/src/i18n/langs/department/vi.js
Normal file
@@ -0,0 +1,40 @@
|
||||
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'
|
||||
},
|
||||
'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'
|
||||
},
|
||||
'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',
|
||||
'Tip1': 'Hành động này sẽ"',
|
||||
'Tip2': '"',
|
||||
'Tip3': 'Bộ phận, có tiếp tục không?',
|
||||
'Tip4': 'Mẹo',
|
||||
'succeed': 'Thành công'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Xác nhận xóa 1 mục dữ liệu đã chọn?',
|
||||
'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'
|
||||
}
|
||||
}
|
||||
}
|
||||
40
wms_pro/qd/src/i18n/langs/department/zh.js
Normal file
40
wms_pro/qd/src/i18n/langs/department/zh.js
Normal file
@@ -0,0 +1,40 @@
|
||||
export default {
|
||||
'department': {
|
||||
'table_title': {
|
||||
'Department_name': '部门名称',
|
||||
'enter_department_name': '请输入部门名称',
|
||||
'Department': '部门',
|
||||
'select_dept': '选择部门类目'
|
||||
},
|
||||
'table_value': {
|
||||
'Sort': '排序',
|
||||
'Name': '名称',
|
||||
'State': '状态',
|
||||
'CreateDate': '创建日期',
|
||||
'Operate': '操作',
|
||||
'top_departments': '上级部门'
|
||||
},
|
||||
'other': {
|
||||
'Department_code': '部门编码',
|
||||
'Department_sort': '部门排序',
|
||||
'External_identification': '外部标识',
|
||||
'Top_departments': '顶级部门',
|
||||
'enable': '启用',
|
||||
'disable': '禁用',
|
||||
'Tip1': '此操作将"',
|
||||
'Tip2': '"',
|
||||
'Tip3': '部门,是否继续 ?',
|
||||
'Tip4': '提示',
|
||||
'succeed': '成功'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确认删除选中的1条数据?',
|
||||
'confirm_delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
},
|
||||
'rules': {
|
||||
'name': '请输入名称',
|
||||
'dept_sort': '请输入序号',
|
||||
'top_dept': '上级部门不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user