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.
39 lines
1.0 KiB
39 lines
1.0 KiB
2 years ago
|
export default {
|
||
|
user: {
|
||
|
title: 'Personal Information',
|
||
|
username: 'User Name',
|
||
|
nickname: 'Nick Name',
|
||
|
mobile: 'Phone Number',
|
||
|
email: 'User Mail',
|
||
|
dept: 'Department',
|
||
|
posts: 'Position',
|
||
|
roles: 'Own Role',
|
||
|
sex: 'Sex',
|
||
|
man: 'Man',
|
||
|
woman: 'Woman',
|
||
|
createTime: 'Created Date'
|
||
|
},
|
||
|
info: {
|
||
|
title: 'Basic Information',
|
||
|
basicInfo: 'Basic Information',
|
||
|
resetPwd: 'Reset Password',
|
||
|
userSocial: 'Social Information'
|
||
|
},
|
||
|
rules: {
|
||
|
nickname: 'Please Enter User Nickname',
|
||
|
mail: 'Please Input The Email Address',
|
||
|
truemail: 'Please Input The Correct Email Address',
|
||
|
phone: 'Please Enter The Phone Number',
|
||
|
truephone: 'Please Enter The Correct Phone Number'
|
||
|
},
|
||
|
password: {
|
||
|
oldPassword: 'Old PassWord',
|
||
|
newPassword: 'New Password',
|
||
|
confirmPassword: 'Confirm Password',
|
||
|
oldPwdMsg: 'Please Enter Old Password',
|
||
|
newPwdMsg: 'Please Enter New Password',
|
||
|
cfPwdMsg: 'Please Enter Confirm Password',
|
||
|
diffPwd: 'The Passwords Entered Twice No Match'
|
||
|
}
|
||
|
}
|