style: 个人中心多语言
This commit is contained in:
@@ -225,6 +225,85 @@ export default {
|
||||
tipContent: 'Congratulations, {username} account registration succeeded!',
|
||||
tipBtn: 'Go to login',
|
||||
},
|
||||
account: {
|
||||
settings: {
|
||||
baseInfo: "Basic Info",
|
||||
sex: "Gender",
|
||||
sexPleace: "Please select the user's gender",
|
||||
email: "Email",
|
||||
emailPleace: "Please enter the correct e-mail address",
|
||||
phonenumber: "Phone",
|
||||
phonenumberPleace: "Please enter the correct cell phone number",
|
||||
nick: "NickName",
|
||||
nickPleace: "Please enter a user nickname",
|
||||
nickTip: "Nicknames can only contain letters, numbers, Chinese characters and underscores, and no less than 2 digits",
|
||||
profileTip: "Are you sure you want to submit changes to basic user information?",
|
||||
profileOk: "The user's basic information is modified successfully!",
|
||||
know: "I got it.",
|
||||
uploadPleace: "Please choose an equal-sized image for your avatar, such as {txt}",
|
||||
upload: "Upload/Change Images",
|
||||
uploadFormat: 'Only supports uploading image formats ({format})',
|
||||
uploadSize: 'Image file size must be less than {size}MB',
|
||||
uploadTip: "Confirmed to upload/change user avatar?",
|
||||
uploadOk: "Avatar upload/change successful",
|
||||
resetPasswd: "Reset Password",
|
||||
oldPassword: "Old Password",
|
||||
oldPasswordTip: "The old password must not be empty and must be at least 6 digits long",
|
||||
oldPasswordPleace: "Please enter the old password",
|
||||
newPassword: "New Password",
|
||||
newPasswordTip: "Password contains at least upper and lower case letters, numbers, special symbols, and not less than 6 digits",
|
||||
newPassworddPleace: "Please enter a new password",
|
||||
confirmPassword: "Confirm new password",
|
||||
confirmPasswordPleace: "Please confirm the new password",
|
||||
submit: "Submit changes",
|
||||
reset: "Reset",
|
||||
submitTip: "Are you sure you want to submit a password change?",
|
||||
submitOkTip: "Congratulations, {num} account password changed successfully!",
|
||||
submitOk: "Sign in again",
|
||||
equalToPassword: "Please enter a new password to confirm",
|
||||
equalToPasswordOld: "Same as the old password, please re-enter the new password",
|
||||
equalToPasswordErr: "Inconsistent new passwords entered twice",
|
||||
styleLayout: "Personalization",
|
||||
area1: "Layout Properties",
|
||||
layout: "Overall Layout",
|
||||
layoutActions: "Navigation mode module settings",
|
||||
layoutSide: "Left",
|
||||
layoutTop: "Top",
|
||||
layoutMix: "Mixed",
|
||||
color: "Style color scheme",
|
||||
colorActions: "Overall style color scheme setting",
|
||||
colorRandomly: "Randomization",
|
||||
navTheme: "Dark Menu",
|
||||
navThemeActions: "Menus that can only change the navigation mode",
|
||||
fixedHeader: "Fixed top navigation bar",
|
||||
fixedHeaderActions: "Whether the top navigation bar is fixed and does not move with the scroll bar",
|
||||
fixSiderbar: "Fixed left menu",
|
||||
fixSiderbarActions: "Whether the left menu is fixed or not, only valid for left menu layout",
|
||||
splitMenus: "Auto Split Menu",
|
||||
splitMenusActions: "Show left menu when there are multiple levels of menus at the top, valid only for mixed menu layouts",
|
||||
area2: "Content Area",
|
||||
tabRender: "Navigation tabs",
|
||||
tabRenderActions: "Whether to show the top tab navigation items",
|
||||
menuHeaderRender: "Menu Header",
|
||||
menuHeaderRenderActions: "Whether or not to display the logo area at the top of the left menu bar",
|
||||
footerRender: "Footer",
|
||||
footerRenderActions: "Whether to show the bottom navigation bar",
|
||||
headerRender: "Parapet",
|
||||
headerRenderActions: "Whether to display the top navigation bar",
|
||||
},
|
||||
profile: {
|
||||
phonenumber: "Phone",
|
||||
email: "Email",
|
||||
deptName: "Department",
|
||||
postGroup: "Possession of posts",
|
||||
roleGroup: "Ownership",
|
||||
loginIp: "Log in",
|
||||
loginDate: "Login Time",
|
||||
list: "Lists",
|
||||
empty: "Empty State",
|
||||
description: "No data yet, try refreshing",
|
||||
},
|
||||
},
|
||||
configManage: {
|
||||
neManage: {
|
||||
addNe:'Add Network Element',
|
||||
|
||||
Reference in New Issue
Block a user