mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
Translate user account info page
This commit is contained in:
@@ -77,4 +77,8 @@ export default {
|
||||
newPasswordNotSameOld: "The new password cannot be the same as the old password",
|
||||
enterPasswordAgain: "Please enter the password again",
|
||||
passwordsNotMatch: "The two passwords do not match!",
|
||||
avatar: "Avatar",
|
||||
nickName: "Nickname",
|
||||
phoneNumber: "Phone Number",
|
||||
changePassword: "Change Password",
|
||||
}
|
||||
@@ -289,4 +289,15 @@ export default {
|
||||
step3: "3. Enter the verification code",
|
||||
inputVerifyCode: "Please enter the verification code",
|
||||
cancel: "Cancel",
|
||||
authorizationManagement: "Authorization Management",
|
||||
manageThirdPartyAuth: "Manage third-party system authorization information",
|
||||
name: "Name",
|
||||
pleaseEnterName: "Please enter the name",
|
||||
nameHelper: "Fill in as you like, useful to distinguish when multiple authorizations of the same type exist",
|
||||
level: "Level",
|
||||
system: "System",
|
||||
usera: "User",
|
||||
nickName: "Nickname",
|
||||
max50Chars: "Maximum 50 characters",
|
||||
myInfo: "My Information",
|
||||
};
|
||||
|
||||
@@ -78,4 +78,8 @@ export default {
|
||||
newPasswordNotSameOld: "新密码不能和旧密码相同",
|
||||
enterPasswordAgain: "请再次输入密码",
|
||||
passwordsNotMatch: "两次输入密码不一致!",
|
||||
avatar: "头像",
|
||||
nickName: "昵称",
|
||||
phoneNumber: "手机号",
|
||||
changePassword: "修改密码",
|
||||
}
|
||||
|
||||
@@ -295,4 +295,15 @@ export default {
|
||||
step3: "3. 输入验证码",
|
||||
inputVerifyCode: "请输入验证码",
|
||||
cancel: "取消",
|
||||
authorizationManagement: "授权管理",
|
||||
manageThirdPartyAuth: "管理第三方系统授权信息",
|
||||
name: "名称",
|
||||
pleaseEnterName: "请填写名称",
|
||||
nameHelper: "随便填,当多个相同类型的授权时,便于区分",
|
||||
level: "级别",
|
||||
system: "系统",
|
||||
usera: "用户",
|
||||
nickName: "昵称",
|
||||
max50Chars: "最大50个字符",
|
||||
myInfo: "我的信息",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user