Skip to content

Commit

Permalink
IOS-3943 Removed error_not_activated
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Jul 4, 2023
1 parent 4eb47ac commit 5c382cb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion TangemSdk/TangemSdk/Common/Core/TangemSdkError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ public enum TangemSdkError: Error, LocalizedError, Encodable {
case .nfcStuck: return "nfc_stuck_error".localized
case .alreadyCreated: return "error_already_created".localized
case .noRemainingSignatures: return "error_no_remaining_signatures".localized
case .notActivated: return "error_not_activated".localized
case .accessCodeCannotBeChanged: return "error_pin_cannot_be_changed_format".localized(UserCodeType.accessCode.name)
case .passcodeCannotBeChanged: return "error_pin_cannot_be_changed_format".localized(UserCodeType.passcode.name)
case .accessCodeCannotBeDefault: return "error_pin_cannot_be_default_format".localized(UserCodeType.accessCode.name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "Die Kartenverifizierung ist fehlgeschlagen";
"error_file_not_found" = "File not found";
"error_no_remaining_signatures" = "Sie können die Daten mit diesem Wallet nicht signieren, weil die Karte die Unterschriftsbeschränkung erreicht hat";
"error_not_activated" = "Diese Karte ist nicht aktiviert worden";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_old_firmware" = "The command requires a card with a different firmware version";
"error_pin_cannot_be_changed_format" = "%@ cannot be changed";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "Card verification failed";
"error_file_not_found" = "File not found";
"error_no_remaining_signatures" = "You cannot sign data with this wallet because the card has reached its signature limit";
"error_not_activated" = "This card has not been activated";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_old_firmware" = "The command requires a card with a different firmware version";
"error_pin_cannot_be_changed_format" = "%@ cannot be changed";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "Erreur de validation de la carte";
"error_file_not_found" = "File not found";
"error_no_remaining_signatures" = "Vous ne pouvez pas signer les données avec ce portefeuille car la carte a atteint sa limite de signatures ";
"error_not_activated" = "Cette carte n'a pas été activée";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_old_firmware" = "The command requires a card with a different firmware version";
"error_pin_cannot_be_changed_format" = "%@ cannot be changed";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "Non è stata eseguita la verifica della carta";
"error_file_not_found" = "File not found";
"error_no_remaining_signatures" = "Non puoi firmare dati con questo portafoglio perché la carta ha raggiunto il limite di firma";
"error_not_activated" = "Questa carta non è stata attivata";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_old_firmware" = "The command requires a card with a different firmware version";
"error_pin_cannot_be_changed_format" = "%@ cannot be changed";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "Ошибка проверки карты";
"error_file_not_found" = "Файл не найден";
"error_no_remaining_signatures" = "Вы не можете подписывать данные с помощью этого кошелька, так как лимит подписей на карте исчерпан.";
"error_not_activated" = "Эта карта не активирована";
"error_old_card" = "Карты Tangem, выпущенные до сентября 2019 года, не могут подписывать данные с помощью iPhone из-за ограничений iOS.";
"error_old_firmware" = "Эта команда не поддерживается данной картой";
"error_pin_cannot_be_changed_format" = "%@ не может быть изменен";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"error_card_verification_failed" = "卡驗證失敗";
"error_file_not_found" = "文件未找到";
"error_no_remaining_signatures" = "您無法使用此錢包簽署數據,因為該卡已達到其簽名限制";
"error_not_activated" = "此卡尚未激活";
"error_old_card" = "由於 iOS 限制,2019 年 9 月之前發行的 Tangem 卡無法使用 iPhone 簽署數據";
"error_old_firmware" = "該命令需要具有不同固件版本的卡";
"error_pin_cannot_be_changed_format" = "%@ 無法更改";
Expand Down

0 comments on commit 5c382cb

Please sign in to comment.