diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index caedf2787b..780ee87973 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -7330,5 +7330,41 @@ { "id": "api.admin.saml.failure_reset_authdata_to_email.app_error", "translation": "無法寄出重設AuthData欄位失敗的電子郵件。" + }, + { + "id": "api.command_remote.fetch_status.error", + "translation": "無法取得安全連線: {{.Error}}" + }, + { + "id": "api.command_remote.encrypt_invitation.error", + "translation": "無法加密邀請: {{.Error}}" + }, + { + "id": "api.command_remote.displayname.hint", + "translation": "安全連線的顯示名稱" + }, + { + "id": "api.command_remote.displayname.help", + "translation": "安全連線顯示名稱" + }, + { + "id": "api.command_remote.decode_invitation.error", + "translation": "無法解析邀請碼: {{.Error}}" + }, + { + "id": "api.command_remote.cluster_removed", + "translation": "安全連線 {{.RemoteId}} {{.Result}}。" + }, + { + "id": "api.command_remote.incorrect_password.error", + "translation": "無法解密邀請。密碼錯誤或邀請損毀: {{.Error}}" + }, + { + "id": "api.command_remote.hint", + "translation": "[動作]" + }, + { + "id": "api.command_remote.invitation.help", + "translation": "來自安全連線的邀請" } ]