61 lines
1.7 KiB
JavaScript
61 lines
1.7 KiB
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Edit Profile',
|
|
headImg: 'Avatar',
|
|
account: 'Account',
|
|
username: 'Username',
|
|
nickname: 'Nickname',
|
|
realName: 'Real Name',
|
|
sex: 'Gender',
|
|
birthday: 'Birthday',
|
|
password: 'Password',
|
|
paypassword: 'Payment Password',
|
|
mobilePhone: 'Mobile Phone',
|
|
bindMobile: 'Bind Mobile',
|
|
cancellation: 'Cancel Account',
|
|
lang: "Language",
|
|
logout: 'Logout',
|
|
save: "Save",
|
|
noset: 'Not Set',
|
|
|
|
usernamePlaceholder: "Please enter a new username",
|
|
nickPlaceholder: "Please enter a new nickname",
|
|
pleaseRealName:"Please enter your real name",
|
|
|
|
nowPassword: "Current Password",
|
|
newPassword: "New Password",
|
|
confirmPassword: "Confirm New Password",
|
|
|
|
phoneNumber: "Phone Number",
|
|
|
|
confirmCode: "Verification Code",
|
|
confirmCodeInput: "Please enter verification code",
|
|
confirmCodeInputerror: "Invalid verification code",
|
|
findanimateCode: "Get Dynamic Code",
|
|
animateCode: "Dynamic Code",
|
|
animateCodeInput: "Please enter dynamic code",
|
|
|
|
modifyNickname: "Modify Nickname",
|
|
modifyPassword: "Modify Password",
|
|
bindPhone: "Bind Phone",
|
|
|
|
alikeusername: "Same as original username, no need to modify",
|
|
noEmityUsername: "Username cannot be empty",
|
|
|
|
alikeNickname: "Same as original nickname, no need to modify",
|
|
noEmityNickname: "Nickname cannot be empty",
|
|
|
|
updateSuccess: "Update Successful",
|
|
|
|
pleaseInputOldPassword: "Please enter original password",
|
|
pleaseInputNewPassword: "Please enter new password",
|
|
passwordLength: "Password must be at least 6 characters long",
|
|
alikePassword: "Passwords do not match",
|
|
|
|
samePassword: "New password cannot be the same as current password",
|
|
|
|
surePhoneNumber: "Please enter a valid phone number",
|
|
|
|
alikePhone: "Same as original phone number, no need to modify",
|
|
modify: 'Modify'
|
|
} |