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