diff --git a/TangemSdk/TangemSdk/Common/Core/TangemSdkError.swift b/TangemSdk/TangemSdk/Common/Core/TangemSdkError.swift index 6ceb3f983..283d3d2e6 100644 --- a/TangemSdk/TangemSdk/Common/Core/TangemSdkError.swift +++ b/TangemSdk/TangemSdk/Common/Core/TangemSdkError.swift @@ -508,6 +508,7 @@ public enum TangemSdkError: Error, LocalizedError, Encodable { case .resetPinWrongCard: return "error_reset_wrong_card".localized("\(self.code)") case .oldCard: return "error_old_card".localized + case .userCodeRecoveryDisabled: return "error_user_code_recovery_disabled".localized default: if let message = self.message { diff --git a/TangemSdk/TangemSdk/Common/Localization/de.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/de.lproj/Localizable.strings index 0ac3d06c4..8188a05d5 100644 --- a/TangemSdk/TangemSdk/Common/Localization/de.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/de.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "Die Konfiguration der Karte erlaubt nicht, das Wallet zu löschen"; "error_reset_wrong_card" = "This card can't be used for code recovery. Error code: %@."; "error_user_cancelled" = "Der Benutzer hat den Vorgang unterbrochen"; +"error_user_code_recovery_disabled" = "Unable to reset the access code using this card"; "error_wrong_card_number_with_card_id" = "You tapped a different card. Please tap card %@."; "error_wrong_card_number_without_card_id" = "You tapped a different card"; "error_wrong_card_type" = "Diese Karte ist für eine andere App konfiguriert. Sehen Sie sich die Informationen auf Ihrer Karte an und laden Sie die entsprechende App herunter."; diff --git a/TangemSdk/TangemSdk/Common/Localization/en.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/en.lproj/Localizable.strings index c7ace6cce..682c554b2 100644 --- a/TangemSdk/TangemSdk/Common/Localization/en.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/en.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "This card's configuration does not allow you to erase the wallet"; "error_reset_wrong_card" = "This card can't be used for code recovery. Error code: %@."; "error_user_cancelled" = "The user cancelled the operation"; +"error_user_code_recovery_disabled" = "Unable to reset the access code using this card"; "error_wrong_card_number_with_card_id" = "You tapped a different card. Please tap card %@."; "error_wrong_card_number_without_card_id" = "You tapped a different card"; "error_wrong_card_type" = "This card is not designed to work with this app"; diff --git a/TangemSdk/TangemSdk/Common/Localization/fr.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/fr.lproj/Localizable.strings index 693d5df22..1db3296a1 100644 --- a/TangemSdk/TangemSdk/Common/Localization/fr.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/fr.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "La configuration de cette carte ne permet pas d'effacer le portefeuille"; "error_reset_wrong_card" = "This card can't be used for code recovery. Error code: %@."; "error_user_cancelled" = "L'utilisateur a annulé l'opération"; +"error_user_code_recovery_disabled" = "Unable to reset the access code using this card"; "error_wrong_card_number_with_card_id" = "You tapped a different card. Please tap card %@."; "error_wrong_card_number_without_card_id" = "You tapped a different card"; "error_wrong_card_type" = "Cette carte est personnalisée pour une autre application. Veuillez lire les informations sur votre carte et télécharger l'application correspondante."; diff --git a/TangemSdk/TangemSdk/Common/Localization/it.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/it.lproj/Localizable.strings index 7686b6ad2..db626b828 100644 --- a/TangemSdk/TangemSdk/Common/Localization/it.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/it.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "La configurazione di questa carta non consente la cancellazione del portafoglio"; "error_reset_wrong_card" = "This card can't be used for code recovery. Error code: %@."; "error_user_cancelled" = "L'utente ha annullato l'operazione"; +"error_user_code_recovery_disabled" = "Unable to reset the access code using this card"; "error_wrong_card_number_with_card_id" = "You tapped a different card. Please tap card %@."; "error_wrong_card_number_without_card_id" = "You tapped a different card"; "error_wrong_card_type" = "Questa carta è creata per un'altra applicazione. Controlla le informazioni sulla mappa e scarica l'apposita applicazione."; diff --git a/TangemSdk/TangemSdk/Common/Localization/ru.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/ru.lproj/Localizable.strings index 97da46c8e..9c0ce5b8b 100644 --- a/TangemSdk/TangemSdk/Common/Localization/ru.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/ru.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "Конфигурация этой карты не позволяет удалить кошелек"; "error_reset_wrong_card" = "Эту карту нельзя использовать для восстановления кода. Код ошибки: %@."; "error_user_cancelled" = "Пользователь отменил операцию"; +"error_user_code_recovery_disabled" = "Невозможно сбросить код доступа, используя эту карту"; "error_wrong_card_number_with_card_id" = "Вы коснулись другой картой. Пожалуйста, приложите карту %@."; "error_wrong_card_number_without_card_id" = "Вы коснулись другой картой"; "error_wrong_card_type" = "Данная карта не предназначена для работы с этим приложением"; diff --git a/TangemSdk/TangemSdk/Common/Localization/zh-Hant.lproj/Localizable.strings b/TangemSdk/TangemSdk/Common/Localization/zh-Hant.lproj/Localizable.strings index 9000e5f46..d91f16c71 100644 --- a/TangemSdk/TangemSdk/Common/Localization/zh-Hant.lproj/Localizable.strings +++ b/TangemSdk/TangemSdk/Common/Localization/zh-Hant.lproj/Localizable.strings @@ -33,6 +33,7 @@ "error_purge_prohibited" = "此卡的配置不允許您清除錢包"; "error_reset_wrong_card" = "此卡不能用於代碼恢復。錯誤代碼:%@。"; "error_user_cancelled" = "用戶取消了操作"; +"error_user_code_recovery_disabled" = "Unable to reset the access code using this card"; "error_wrong_card_number_with_card_id" = "您掃了另一張卡片。 請點擊卡片 %@"; "error_wrong_card_number_without_card_id" = "你掃了另一張牌"; "error_wrong_card_type" = "此卡不適用於此應用";