You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
1.8 KiB

export default {
'User': {
'title': 'User Management',
'drawerTitle1': 'Assign Role Permissions',
'drawerTitle2': 'Assign Department Authority',
'placeholder': {
'dep_tip': 'Please enter a department name',
'blu_tip': 'Enter the account number or name',
'dep_select_tip': 'Select a department category'
},
'table': {
'user_name': 'UserName',
'person_name': 'Name',
'gender': 'Sex',
'phone': 'Phone',
'email': 'Email',
'depts': 'Section',
'enabled': 'State',
'permission_scope_type': 'permission type',
'permissionName': 'permission regain',
'deptName': 'section name',
'create_time': 'Create Time',
'create_user': 'create user',
'update_time': 'update time',
'update_user': 'update user',
'reset_pwd': 'Reset Password',
'dept_reg': 'Department Permission',
'data_reg': 'Data Permission',
'account': 'Account',
'assign_roles': 'Assign Roles',
'locked': 'Lock ',
'activate': 'Activate ',
'role_name': 'Role Name'
},
'dialog': {
'role': 'role',
'password': 'password',
'sex_male': 'male',
'sex_female': 'female',
'user_name': 'username',
'person_name': 'name',
'gender': 'sex',
'phone': 'phone',
'email': 'email',
'depts': 'section',
'enabled': 'state'
},
'rules': {
'NotNull': 'Cannot be empty',
'r1': 'Please select a department'
},
'msg': {
'm1': 'Confirm reset the password?',
'm2': 'Password reset succeeded. Password :123456',
'm3': 'This operation will change {display_name} account: {username}. Do you want to continue?',
'm4': 'Account: {username} has been {display_name}'
}
}
}