mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 15:24:09 +00:00
refactor(lang):清理会员管理语言包内多余的翻译
This commit is contained in:
parent
a1d1f1b1fa
commit
fab02554b4
@ -1,17 +1,14 @@
|
||||
export default {
|
||||
'User name': 'Username',
|
||||
account: 'Username/Mailbox/Mobile Number',
|
||||
nickname: 'Nickname',
|
||||
grouping: 'Group',
|
||||
'head portrait': 'Profile picture',
|
||||
Gender: 'Gender',
|
||||
secrecy: 'Secrecy',
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
mobile: 'Mobile Number',
|
||||
'Last login IP': 'Last login IP',
|
||||
'Last login': 'Last login',
|
||||
mail: 'Mail',
|
||||
email: 'Email',
|
||||
birthday: 'Birthday',
|
||||
balance: 'Balance',
|
||||
@ -22,43 +19,4 @@ export default {
|
||||
'Please leave blank if not modified': 'Please leave blank if you do not modify',
|
||||
'Personal signature': 'Personal signature',
|
||||
'Login account': 'Login account name',
|
||||
reach: ' Reach ',
|
||||
send: 'Send',
|
||||
second: 'Determination',
|
||||
login: 'Login',
|
||||
register: 'Register',
|
||||
'Verification Code': 'Captcha',
|
||||
'Forgot your password?': 'Forgot your password',
|
||||
'Back to login': 'Back to login',
|
||||
'No account yet? Click Register': 'No account yet? click to register.',
|
||||
'Retrieve password': 'Retrieve password',
|
||||
'Retrieval method': 'Retrieval method',
|
||||
'Via email': 'By email',
|
||||
'Via mobile number': 'By mobile number',
|
||||
'New password': 'New password',
|
||||
'Remember me': 'Remember me',
|
||||
'Account name': 'Account',
|
||||
'Filled in': 'Filled in ',
|
||||
'Not filled in': 'Unfilled',
|
||||
'Account information': 'Account information',
|
||||
'personal data': 'Personal data',
|
||||
'Growth statistics': 'Growth statistics',
|
||||
'Change Password': 'Change Password',
|
||||
'User nickname': 'User nickname',
|
||||
'Old password': 'Old password',
|
||||
'Confirm new password': 'Confirm new password',
|
||||
'The duplicate password does not match the new password': 'Repeat password does not match the new password.',
|
||||
'Please enter your current password': 'Please enter your current password',
|
||||
seconds: 'Second',
|
||||
'Click Modify': 'Click Modify',
|
||||
bind: 'Bind',
|
||||
'Operation via right button': 'Operation via right button',
|
||||
'Account verification': 'Account verification',
|
||||
'Account password verification': 'Account password verification',
|
||||
'Mail verification': 'Mail verification',
|
||||
'SMS verification': 'SMS verification',
|
||||
accept: 'accept ',
|
||||
'next step': 'next step',
|
||||
'New email': 'New email',
|
||||
'New mobile': 'New mobile',
|
||||
}
|
||||
|
@ -1,17 +1,14 @@
|
||||
export default {
|
||||
'User name': '用户名',
|
||||
account: '用户名/邮箱/手机号',
|
||||
nickname: '昵称',
|
||||
grouping: '分组',
|
||||
'head portrait': '头像',
|
||||
Gender: '性别',
|
||||
secrecy: '保密',
|
||||
male: '男',
|
||||
female: '女',
|
||||
mobile: '手机号',
|
||||
'Last login IP': '最后登录IP',
|
||||
'Last login': '最后登录',
|
||||
mail: '邮箱',
|
||||
email: '电子邮箱',
|
||||
birthday: '生日',
|
||||
balance: '余额',
|
||||
@ -22,44 +19,4 @@ export default {
|
||||
'Please leave blank if not modified': '不修改请留空',
|
||||
'Personal signature': '个性签名',
|
||||
'Login account': '登录账户名',
|
||||
reach: '到',
|
||||
send: '发送',
|
||||
second: '确定',
|
||||
login: '登录',
|
||||
register: '注册',
|
||||
'Verification Code': '验证码',
|
||||
'Forgot your password?': '忘记密码?',
|
||||
'Back to login': '回到登录',
|
||||
'No account yet? Click Register': '还没有账户?点击注册',
|
||||
'Retrieve password': '找回密码',
|
||||
'Retrieval method': '找回方式',
|
||||
'Registration verification method': '验证方式',
|
||||
'Via email': '通过邮箱',
|
||||
'Via mobile number': '通过手机号',
|
||||
'New password': '新密码',
|
||||
'Remember me': '记住我',
|
||||
'Account name': '账户',
|
||||
'Filled in': '已填写',
|
||||
'Not filled in': '未填写',
|
||||
'Account information': '账户信息',
|
||||
'personal data': '个人资料',
|
||||
'Growth statistics': '增长统计',
|
||||
'Change Password': '修改密码',
|
||||
'User nickname': '用户昵称',
|
||||
'Old password': '旧密码',
|
||||
'Confirm new password': '确认新密码',
|
||||
'The duplicate password does not match the new password': '重复密码与新密码不相符',
|
||||
'Please enter your current password': '请输入现在的密码',
|
||||
seconds: '秒',
|
||||
'Click Modify': '点击修改',
|
||||
bind: '绑定',
|
||||
'Operation via right button': '通过右侧按钮操作',
|
||||
'Account verification': '账户验证',
|
||||
'Account password verification': '账户密码验证',
|
||||
'Mail verification': '邮件验证',
|
||||
'SMS verification': '短信验证',
|
||||
accept: '接受',
|
||||
'next step': '下一步',
|
||||
'New email': '新邮箱',
|
||||
'New mobile': '新手机号',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user