✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,29 +1,71 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "账户设置",
|
||||
"loginPassword": "登录密码",
|
||||
"accountSettings": "密码设置",
|
||||
"newPassword": "新密码",
|
||||
"passwordMismatch": "两次密码输入不一致",
|
||||
"passwordMismatch": "两次密码不一致",
|
||||
"repeatNewPassword": "重复新密码",
|
||||
"updatePassword": "更新密码",
|
||||
"updateSuccess": "更新成功"
|
||||
},
|
||||
"notify": {
|
||||
"bind": "前往绑定",
|
||||
"balanceChange": "余额变动",
|
||||
"bind": "去绑定",
|
||||
"channels": "通知渠道",
|
||||
"emailNotification": "邮件通知",
|
||||
"finance": "财务相关",
|
||||
"login": "登录",
|
||||
"notificationSettings": "通知设置",
|
||||
"telegramId": "Telegram ID",
|
||||
"notificationTypes": "通知类型",
|
||||
"save": "保存更改",
|
||||
"subscribe": "订阅",
|
||||
"telegramIdPlaceholder": "输入 Telegram ID",
|
||||
"telegramNotification": "Telegram 通知",
|
||||
"unbind": "解除绑定",
|
||||
"updateSuccess": "更新成功"
|
||||
},
|
||||
"notifyEvent": {
|
||||
"balanceChange": "余额变动",
|
||||
"finance": "财务",
|
||||
"login": "登录",
|
||||
"notificationEvents": "通知事件",
|
||||
"subscribe": "订阅",
|
||||
"thirdParty": {
|
||||
"apple": {
|
||||
"description": "使用 Apple 登录"
|
||||
},
|
||||
"bind": "绑定",
|
||||
"bindFailed": "绑定失败",
|
||||
"bindMobile": "绑定手机",
|
||||
"bindSuccess": "绑定成功",
|
||||
"change": "更改",
|
||||
"confirm": "确认",
|
||||
"email": {
|
||||
"description": "绑定邮箱地址",
|
||||
"invalid": "请输入有效的邮箱地址",
|
||||
"placeholder": "输入邮箱地址",
|
||||
"title": "更改邮箱"
|
||||
},
|
||||
"facebook": {
|
||||
"description": "使用 Facebook 登录"
|
||||
},
|
||||
"github": {
|
||||
"description": "使用 GitHub 登录"
|
||||
},
|
||||
"google": {
|
||||
"description": "使用 Google 登录"
|
||||
},
|
||||
"mobile": {
|
||||
"description": "绑定手机号",
|
||||
"invalid": "请输入有效的手机号码",
|
||||
"placeholder": "输入手机号",
|
||||
"title": "更改手机号"
|
||||
},
|
||||
"phone": {
|
||||
"description": "链接您的电话号码",
|
||||
"placeholder": "输入您的电话号码",
|
||||
"title": "更改电话"
|
||||
},
|
||||
"save": "保存",
|
||||
"telegram": {
|
||||
"description": "使用 Telegram 登录"
|
||||
},
|
||||
"title": "关联账号",
|
||||
"unbind": "解除绑定",
|
||||
"update": "更新",
|
||||
"updateSuccess": "更新成功"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user