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' } } }