diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 07ee547c3..88fe1007c 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -109,7 +109,8 @@ "ExecutionList": "Execution list", "Reason": "Reason", "AccountBackup": "Account backup", - "RecipientHelpText": "Currently, only email sending is supported. If both recipients A and B are set, the account key will be split into two parts: front and back" + "RecipientHelpText": "If both recipients A and B are set, the account key will be split into two parts: front and back", + "RecipientServer":"Receiving server" }, "DynamicUsername": "Dynamic username", "AutoCreate": "Auto create", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 16cca66e3..6271f2c4d 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -109,7 +109,8 @@ "ExecutionList": "実行リスト", "Reason": "理由", "AccountBackup": "アカウントのバックアップ", - "RecipientHelpText": "現在はメール送信のみをサポートしており、受信者A Bが設定されている場合、アカウントの鍵は前後2つに分割されます" + "RecipientHelpText": "受信者A Bが設定されている場合、アカウントの鍵は前後2つに分割されます", + "RecipientServer":"受信サーバー" }, "DynamicUsername": "動的ユーザー名", "AutoCreate": "自動作成", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index c94503983..598f0cd92 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -47,7 +47,8 @@ "MailRecipient": "邮件收件人", "IsSuccess": "是否成功", "Reason": "原因", - "RecipientHelpText": "当前只支持邮件发送, 若收件人 A B 都设置,账号的密钥将被拆分成前后两部分" + "RecipientHelpText": "若收件人 A B 都设置,账号的密钥将被拆分成前后两部分", + "RecipientServer":"接收服务器" }, "AccountChangeSecret": { "PasswordRule": "密码生成规则", diff --git a/src/views/accounts/AccountBackup/AccountBackupCreateUpdate.vue b/src/views/accounts/AccountBackup/AccountBackupCreateUpdate.vue index 1404964ba..e78aab3e5 100644 --- a/src/views/accounts/AccountBackup/AccountBackupCreateUpdate.vue +++ b/src/views/accounts/AccountBackup/AccountBackupCreateUpdate.vue @@ -5,6 +5,7 @@