✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "帳戶設定",
|
||||
"loginPassword": "登入密碼",
|
||||
"newPassword": "新密碼",
|
||||
"passwordMismatch": "兩次密碼輸入不一致",
|
||||
"repeatNewPassword": "重複新密碼",
|
||||
@@ -9,21 +8,64 @@
|
||||
"updateSuccess": "更新成功"
|
||||
},
|
||||
"notify": {
|
||||
"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