init
This commit is contained in:
56
lang/zh-cn/member/info.js
Normal file
56
lang/zh-cn/member/info.js
Normal file
@@ -0,0 +1,56 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '个人资料',
|
||||
headImg: '头像',
|
||||
account: '账号',
|
||||
nickname: '昵称',
|
||||
realName: '真实姓名',
|
||||
sex: '性别',
|
||||
birthday: '生日',
|
||||
password: '密码',
|
||||
paypassword: '支付密码',
|
||||
mobilePhone: '手机',
|
||||
bindMobile: '绑定手机',
|
||||
cancellation: '注销账号',
|
||||
lang: "语言",
|
||||
logout: '退出登录',
|
||||
save: "保存",
|
||||
noset: '未设置',
|
||||
|
||||
nickPlaceholder: "请输入新昵称",
|
||||
pleaseRealName:"请输入真实姓名",
|
||||
|
||||
nowPassword: "当前密码",
|
||||
newPassword: "新密码",
|
||||
confirmPassword: "确认新密码",
|
||||
|
||||
phoneNumber: "手机号",
|
||||
|
||||
confirmCode: "验证码",
|
||||
confirmCodeInput: "请输入验证码",
|
||||
confirmCodeInputerror: "验证码错误",
|
||||
findanimateCode: "获取动态码",
|
||||
animateCode: "动态码",
|
||||
animateCodeInput: "请输入动态码",
|
||||
|
||||
modifyNickname: "修改昵称",
|
||||
modifyPassword: "修改密码",
|
||||
bindPhone: "绑定手机",
|
||||
|
||||
alikeNickname: "与原昵称一致,无需修改",
|
||||
noEmityNickname: "昵称不能为空",
|
||||
|
||||
updateSuccess: "修改成功",
|
||||
|
||||
pleaseInputOldPassword: "请输入原始密码",
|
||||
pleaseInputNewPassword: "请输入新密码",
|
||||
passwordLength: "密码长度不能小于6位",
|
||||
alikePassword: "两次密码不一致",
|
||||
|
||||
samePassword: "新密码不能与原密码相同",
|
||||
|
||||
surePhoneNumber: "请输入正确的手机号",
|
||||
|
||||
alikePhone: "与原手机号一致,无需修改",
|
||||
modify: '修改'
|
||||
}
|
||||
Reference in New Issue
Block a user