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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

38 lines
1.0 KiB

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