Files
wms1.0/wms_pro/qd/src/i18n/langs/department/zh.js
2024-12-20 10:55:03 +08:00

41 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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': '上级部门不能为空'
}
}
}