diff --git a/tangem-sdk-android/src/main/java/com/tangem/sdk/extensions/TangemSdkError.kt b/tangem-sdk-android/src/main/java/com/tangem/sdk/extensions/TangemSdkError.kt
index 8b25ae24..0416671a 100644
--- a/tangem-sdk-android/src/main/java/com/tangem/sdk/extensions/TangemSdkError.kt
+++ b/tangem-sdk-android/src/main/java/com/tangem/sdk/extensions/TangemSdkError.kt
@@ -48,7 +48,6 @@ fun TangemSdkError.localizedDescriptionRes(): TangemSdkErrorDescription {
is TangemSdkError.EmptyBackupCards,
is TangemSdkError.MissingPrimaryAttestSignature,
is TangemSdkError.MissingPrimaryCard,
- is TangemSdkError.NoActiveBackup,
is TangemSdkError.NoBackupCardForIndex,
is TangemSdkError.NoBackupDataForCard,
is TangemSdkError.ResetBackupFailedHasBackedUpWallets,
@@ -111,12 +110,20 @@ fun TangemSdkError.localizedDescriptionRes(): TangemSdkErrorDescription {
is TangemSdkError.BackupFailedIncompatibleBatch,
is TangemSdkError.BackupFailedIncompatibleFirmware,
is TangemSdkError.BackupFailedKeysImportSettings,
- is TangemSdkError.BackupFailedAlreadyCreated,
+
-> TangemSdkErrorDescription(
resId = R.string.error_backup_wrong_card,
args = listOf(TangemSdkErrorDescription.Type.StringType(code.toString())),
)
+ is TangemSdkError.BackupFailedAlreadyCreated -> {
+ TangemSdkErrorDescription(resId = R.string.error_backup_failed_already_created)
+ }
+
+ is TangemSdkError.NoActiveBackup -> {
+ TangemSdkErrorDescription(resId = R.string.error_no_active_backup)
+ }
+
is TangemSdkError.ExtendedLengthNotSupported ->
TangemSdkErrorDescription(resId = R.string.error_extended_apdu_not_supported)
diff --git a/tangem-sdk-android/src/main/res/values-de/strings.xml b/tangem-sdk-android/src/main/res/values-de/strings.xml
index 83706b12..6ef2bb19 100644
--- a/tangem-sdk-android/src/main/res/values-de/strings.xml
+++ b/tangem-sdk-android/src/main/res/values-de/strings.xml
@@ -1,12 +1,12 @@
- This card may be production sample or counterfeit. You can continue at your own risk
+ This card may be production sample or counterfeit. You can continue at your own risk.
This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.
- We cannot finish card\'s online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation
+ At the moment, online attestation of the card cannot be performed. You can continue at your own risk or try again later.
Online attestation failed
- Too many runs of Attest Wallet or Sign looks suspicious.
+ Suspicious use of the wallet on the card has been detected.
Connect your phone and the card you want to use as a backup exactly as it shown above.
- Connect your phone and the backup card with number %s exactly as it shown above.
+ Tap the card with number %s to your phone exactly as shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
Connect your phone and the primary card exactly as it shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
@@ -23,11 +23,13 @@
Soll NFC aktiviert werden?
Ein Wallet ist bereits erstellt worden
This card has already been added to the list
+ This card cannot be used as a backup because it already contains a wallet. Ensure that no funds are stored on the card by scanning it in the app. Then, reset it to factory settings.
This card already has a wallet. If you want to proceed you have to reset it to factory settings first.
This card can\'t be used as a backup card. Error code: %s.
Die Kartenverifizierung ist fehlgeschlagen
It looks like your phone doesn\'t fully support NFC protocol. Please try to use another phone for this operation.
File not found
+ The selected card cannot be used to reset the card access code, because there is no backup on it. Please contact support team.
Sie können die Daten mit diesem Wallet nicht signieren, weil die Karte die Unterschriftsbeschränkung erreicht hat
Diese Karte ist nicht aktiviert worden
The command requires a card with a different firmware version
@@ -35,13 +37,13 @@
%s cannot be changed to this value. Please, enter another one.
%s is required
%1$s must be at least %2$d characters long
- Die Konfiguration der Karte erlaubt nicht, das Wallet zu löschen
+ The wallet cannot be erased
This card can\'t be used for code recovery. Error code: %s.
Der Benutzer hat den Vorgang unterbrochen
Unable to reset the access code using this card
You tapped a different card. Please tap card %s.
You tapped a different card
- 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.
+ This application is not designed to work with this card or needs to be updated
Wrong %s
Während des Vorgangs ist ein Fehler aufgetreten. Code: %s.
Anleitungen
@@ -55,8 +57,8 @@
Um festzustellen, wo die Ihre NFC-Antenne ist, bewegen Sie die Karte nach oben und nach unten, bis eine Bestätigung erscheint.
Nichts passiert? Versuchen Sie die Karte vom Handy wegzunehmen und wieder darauf zu legen.
Halten Sie die Karte hinter dem Handy und scannen Sie sie
- Couldn\'t load the card\'s certificate from the server. Please try again later.
- Die Sitzung ist abgelaufen. Bitte versuchen Sie es erneut.
+ Couldn\'t load the card\'s certificate. Please try again later.
+ Incomplete process. To finalize the operation, kindly tap the card again
Zugangscode
Passcode
Neu %s
@@ -70,7 +72,7 @@
Linked card
Tap the linked card
First, prepare the card for restore process
- Tap the restore card again
+ Tap again the card on which you want to restore the access code
Tap a backup card
Tap the card you want to restore
Scan another linked card
@@ -84,5 +86,5 @@
Tap the card as shown above and hold until the end of the operation
Langes Drücken
To ensure security please hold the card until the operation complete
- This card does not contain the current wallet
+ Looks like you got the wrong card. The operation cannot be performed with this card.
diff --git a/tangem-sdk-android/src/main/res/values-fr/strings.xml b/tangem-sdk-android/src/main/res/values-fr/strings.xml
index 0fa8d97b..3e9ec754 100644
--- a/tangem-sdk-android/src/main/res/values-fr/strings.xml
+++ b/tangem-sdk-android/src/main/res/values-fr/strings.xml
@@ -1,12 +1,12 @@
- This card may be production sample or counterfeit. You can continue at your own risk
+ This card may be production sample or counterfeit. You can continue at your own risk.
This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.
- We cannot finish card\'s online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation
+ At the moment, online attestation of the card cannot be performed. You can continue at your own risk or try again later.
Online attestation failed
- Too many runs of Attest Wallet or Sign looks suspicious.
+ Suspicious use of the wallet on the card has been detected.
Connect your phone and the card you want to use as a backup exactly as it shown above.
- Connect your phone and the backup card with number %s exactly as it shown above.
+ Tap the card with number %s to your phone exactly as shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
Connect your phone and the primary card exactly as it shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
@@ -23,11 +23,13 @@
Activer NFC?
Le portefeuille a déjà été créé
This card has already been added to the list
+ This card cannot be used as a backup because it already contains a wallet. Ensure that no funds are stored on the card by scanning it in the app. Then, reset it to factory settings.
This card already has a wallet. If you want to proceed you have to reset it to factory settings first.
This card can\'t be used as a backup card. Error code: %s.
Erreur de validation de la carte
It looks like your phone doesn\'t fully support NFC protocol. Please try to use another phone for this operation.
File not found
+ The selected card cannot be used to reset the card access code, because there is no backup on it. Please contact support team.
Vous ne pouvez pas signer les données avec ce portefeuille car la carte a atteint sa limite de signatures
Cette carte n\'a pas été activée
The command requires a card with a different firmware version
@@ -35,13 +37,13 @@
%s cannot be changed to this value. Please, enter another one.
%s is required
%1$s must be at least %2$d characters long
- La configuration de cette carte ne permet pas d\'effacer le portefeuille
+ The wallet cannot be erased
This card can\'t be used for code recovery. Error code: %s.
L\'utilisateur a annulé l\'opération
Unable to reset the access code using this card
You tapped a different card. Please tap card %s.
You tapped a different card
- Cette carte est personnalisée pour une autre application. Veuillez lire les informations sur votre carte et télécharger l\'application correspondante.
+ This application is not designed to work with this card or needs to be updated
Wrong %s
Une erreur s\'est produite lors de l\'opération. Code : %s.
Consigne
@@ -53,10 +55,10 @@
Montrer encore une fois
Ceci ne fonctionne toujours pas
Pour déterminer où se trouve votre antenne NFC, déplacez la carte de haut en bas jusqu\'à ce que la confirmation soit reçue
- Aucun résultat? Essayez de retirer la carte de votre téléphone, puis de la reappuyer
+ Aucun résultat? Essayez de retirer la carte de votre téléphone, puis de la reappuyer
Appuyez votre carte au dos de votre téléphone
- Couldn\'t load the card\'s certificate from the server. Please try again later.
- Dépassement de temps imparti de la séance. Essayez encore une fois
+ Couldn\'t load the card\'s certificate. Please try again later.
+ Incomplete process. To finalize the operation, kindly tap the card again
Code d\'accès
Mot de passe
Nouveau %s
@@ -70,7 +72,7 @@
Linked card
Tap the linked card
First, prepare the card for restore process
- Tap the restore card again
+ Tap again the card on which you want to restore the access code
Tap a backup card
Tap the card you want to restore
Scan another linked card
@@ -84,5 +86,5 @@
Tap the card as shown above and hold until the end of the operation
Tenez la carte fermement
To ensure security please hold the card until the operation complete
- This card does not contain the current wallet
+ Looks like you got the wrong card. The operation cannot be performed with this card.
diff --git a/tangem-sdk-android/src/main/res/values-it/strings.xml b/tangem-sdk-android/src/main/res/values-it/strings.xml
index 04a45551..2f41f5ea 100644
--- a/tangem-sdk-android/src/main/res/values-it/strings.xml
+++ b/tangem-sdk-android/src/main/res/values-it/strings.xml
@@ -1,12 +1,12 @@
- This card may be production sample or counterfeit. You can continue at your own risk
+ This card may be production sample or counterfeit. You can continue at your own risk.
This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.
- We cannot finish card\'s online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation
+ At the moment, online attestation of the card cannot be performed. You can continue at your own risk or try again later.
Online attestation failed
- Too many runs of Attest Wallet or Sign looks suspicious.
+ Suspicious use of the wallet on the card has been detected.
Connect your phone and the card you want to use as a backup exactly as it shown above.
- Connect your phone and the backup card with number %s exactly as it shown above.
+ Tap the card with number %s to your phone exactly as shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
Connect your phone and the primary card exactly as it shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
@@ -23,11 +23,13 @@
Disattivare NFC?
Portafoglio già creato
This card has already been added to the list
+ This card cannot be used as a backup because it already contains a wallet. Ensure that no funds are stored on the card by scanning it in the app. Then, reset it to factory settings.
This card already has a wallet. If you want to proceed you have to reset it to factory settings first.
This card can\'t be used as a backup card. Error code: %s.
Non è stata eseguita la verifica della carta
It looks like your phone doesn\'t fully support NFC protocol. Please try to use another phone for this operation.
File not found
+ The selected card cannot be used to reset the card access code, because there is no backup on it. Please contact support team.
Non puoi firmare dati con questo portafoglio perché la carta ha raggiunto il limite di firma
Questa carta non è stata attivata
The command requires a card with a different firmware version
@@ -35,28 +37,28 @@
%s cannot be changed to this value. Please, enter another one.
%s is required
%1$s must be at least %2$d characters long
- La configurazione di questa carta non consente la cancellazione del portafoglio
+ The wallet cannot be erased
This card can\'t be used for code recovery. Error code: %s.
L\'utente ha annullato l\'operazione
Unable to reset the access code using this card
You tapped a different card. Please tap card %s.
You tapped a different card
- Questa carta è creata per un\'altra applicazione. Controlla le informazioni sulla mappa e scarica l\'apposita applicazione.
+ This application is not designed to work with this card or needs to be updated
Wrong %s
Si è verificato un errore durante l\'operazione. Codice: %s.
Istruzioni
Ok, ho capito!
- Qui viene descritto come utilizzare la Tangem Cards con (telefono)
+ La tua antenna NFC è qui
Hai appena trovato la posizione della tua antenna NFC. Per favore, ricordala.
Collega la tua carta sul retro del telefono
- Hai appena trovato la posizione della tua antenna NFC. Per favore, ricordala.
+ Hai appena trovato la posizione della tua antenna NFC. Per favore, ricordala.
Mostra di nuovo
Non funziona ancora
Per determinare dove si trova la tua antenna NFC, sposta la carta su e giù fino a quando non si riceve la conferma.
Non succede nulla? Prova a sollevare la carta dal telefono e quindi a ricollegarla.
Avvicina la tua carta al pannello posteriore del telefono
- Couldn\'t load the card\'s certificate from the server. Please try again later.
- Sessione scaduta. Riprova.
+ Couldn\'t load the card\'s certificate. Please try again later.
+ Incomplete process. To finalize the operation, kindly tap the card again
Codice di accesso
Password
Nuovo %s
@@ -70,7 +72,7 @@
Linked card
Tap the linked card
First, prepare the card for restore process
- Tap the restore card again
+ Tap again the card on which you want to restore the access code
Tap a backup card
Tap the card you want to restore
Scan another linked card
@@ -84,5 +86,5 @@
Tap the card as shown above and hold until the end of the operation
Pressione lunga
To ensure security please hold the card until the operation complete
- This card does not contain the current wallet
+ Looks like you got the wrong card. The operation cannot be performed with this card.
diff --git a/tangem-sdk-android/src/main/res/values-ru/strings.xml b/tangem-sdk-android/src/main/res/values-ru/strings.xml
index 89771ad5..ab8875e7 100644
--- a/tangem-sdk-android/src/main/res/values-ru/strings.xml
+++ b/tangem-sdk-android/src/main/res/values-ru/strings.xml
@@ -1,12 +1,12 @@
- Эта карта – серийный образец или подделка. Вы можете продолжать на свой страх и риск
+ Эта карта – тестовый образец или подделка. Вы можете продолжать на свой страх и риск.
Это карта предназначена для тестовых целей. Её подлинность не может быть проверена. Не принимайте эту карту как средство оплаты.
- В настоящее время мы не можем завершить онлайн-аттестацию карты. Вы можете продолжить на свой страх и риск и повторить попытку позже, повторить сейчас или отменить операцию.
+ В настоящее время онлайн аттестация карты не может быть выполнена. Вы можете продолжить на свой страх и риск или повторить попытку.
Онлайн-аттестация не удалась
- Слишком большое количество вызовов Attest Wallet или Sign выглядит подозрительно.
+ Обнаружено подозрительное использование кошелька на карте.
Соедините телефон и карту, которую вы хотите использовать в качестве резервной, в точности, как показано выше.
- Соедините телефон и резервную карту с номером %s в точности, как показано выше.
+ Поднесите карту с номером %s к телефону в точности, как показано выше.
Соедините телефон и основную карту с номером %s в точности, как показано выше.
Соедините телефон и основную карту в точности, как показано выше.
Соедините телефон и основную карту с номером %s в точности, как показано выше.
@@ -23,11 +23,13 @@
Включить NFC?
Кошелек уже создан
Эта карта уже добавлена в список
+ Резервное копирование не возможно, на выбранной карте уже создан кошелек. Пожалуйста, убедитесь, что на этой карте нет средств, отсканировав её в приложении, и затем сбросьте её до заводских настроек.
На этой карте уже создан кошелёк. Если вы хотите продолжить, сбросьте карту к заводским настройкам.
Эту карту нельзя использовать для резервного копирования. Код ошибки: %s.
Ошибка проверки карты
Похоже, что ваш телефон не полностью поддерживает NFC. Пожалуйста, попробуйте использовать другой телефон для этой операции.
Файл не найден
+ Выбранная карта не может использоваться для сброса кода доступа карты, т.к. на ней нет резервного копирования. Обратитесь, пожалуйста, в поддержку.
Вы не можете подписывать данные с помощью этого кошелька, так как лимит подписей на карте исчерпан.
Эта карта не активирована
Эта команда не поддерживается данной картой
@@ -35,13 +37,13 @@
%s нельзя изменить на это значение. Пожалуйста, введите другое
Введите %s
%1$s должен состоять не менее чем из %2$d символов.
- Конфигурация этой карты не позволяет удалить кошелек
+ Кошелек не может быть удален
Эту карту нельзя использовать для восстановления кода. Код ошибки: %s.
Пользователь отменил операцию
Невозможно сбросить код доступа, используя эту карту
Вы коснулись другой картой. Пожалуйста, приложите карту %s.
Вы коснулись другой картой
- Данная карта не предназначена для работы с этим приложением
+ Данное приложение не предназначено для работы с этой картой или требует обновления
Неверный %s
Во время операции произошла ошибка. Код: %s.
Помощь
@@ -56,7 +58,7 @@
Ничего не случилось? Попробуйте отнести карту от телефона и поднести обратно.
Приложите карту к задней панели телефона
Не удалось загрузить сертификат карты. Пожалуйста, повторите попытку позже.
- Время сессии истекло. Пожалуйста, попробуйте еще раз.
+ Процесс не завершен. Для завершения операции, приложите карту повторно
Код доступа
Пароль
Новый %s
@@ -70,7 +72,7 @@
Связанная карта
Приложите связанную карту
Сначала подготовьте карту к процессу восстановления
- Приложите еще раз карту, которую хотите восстановить
+ Приложите еще раз карту, на которой хотите восстановить код доступа
Приложите резервную карту
Отсканируйте карту, которую хотите восстановить
Отсканируйте другую привязанную карту
@@ -84,5 +86,5 @@
Поднесите карту, как показано выше, и удерживайте до конца операции
Удерживайте карту
Пожалуйста, удерживайте карту до завершения операции
- Эта карта не содержит текущий кошелек
+ Кажется, вы ошиблись картой. Операция не может быть выполнена с этой картой.
diff --git a/tangem-sdk-android/src/main/res/values-zh-rTW/strings.xml b/tangem-sdk-android/src/main/res/values-zh-rTW/strings.xml
index 63db8b0b..f34b044e 100644
--- a/tangem-sdk-android/src/main/res/values-zh-rTW/strings.xml
+++ b/tangem-sdk-android/src/main/res/values-zh-rTW/strings.xml
@@ -1,12 +1,12 @@
- 此卡可能是生產樣本或偽造品。您繼續操作的話請自擔風險
+ This card may be production sample or counterfeit. You can continue at your own risk.
這是一張開發卡。其真實性無從考證。不接受此卡作為付款方式。
- 目前無法完成卡的在線認證。您可以自行承擔風險並稍後重試、立即重試或取消操作
+ At the moment, online attestation of the card cannot be performed. You can continue at your own risk or try again later.
在線認證失敗
- 運行太多的 Attest Wallet 或 Sign 看起來很可疑。
+ Suspicious use of the wallet on the card has been detected.
完全按照上圖所示連接手機和要用作備份的卡
- 完全按照上面顯示的方式連接您的手機和編號為 %s 的備用卡
+ Tap the card with number %s to your phone exactly as shown above.
完全按照上面顯示的方式連接您的手機和編號為 %s 的主卡
完全按照上圖所示連接手機和主卡
完全按照上面顯示的方式連接您的手機和編號為 %s 的主卡
@@ -23,11 +23,13 @@
啟用 NFC?
已創建錢包
此卡已添加到列表中
+ This card cannot be used as a backup because it already contains a wallet. Ensure that no funds are stored on the card by scanning it in the app. Then, reset it to factory settings.
這張卡已經有錢包了。如果要繼續,您必須先將其重置為出廠設置
此卡不能作為備用卡使用。錯誤代碼:%s。
卡驗證失敗
您的手機似乎不完全支持 NFC 協議。請嘗試使用其他手機進行此操作。
文件未找到
+ The selected card cannot be used to reset the card access code, because there is no backup on it. Please contact support team.
您無法使用此錢包簽署數據,因為該卡已達到其簽名限制
此卡尚未激活
該命令需要具有不同固件版本的卡
@@ -35,13 +37,13 @@
%s 不能更改為此值。 請輸入另一個
%s 是必須的
%1$s 必須至少有 %2$d 個字符長
- 此卡的配置不允許您清除錢包
+ The wallet cannot be erased
此卡不能用於代碼恢復。錯誤代碼:%s。
用戶取消了操作
無法使用此卡重置訪問密碼
您掃了另一張卡片。 請點擊卡片 %s
你掃了另一張牌
- 此卡不適用於此應用
+ This application is not designed to work with this card or needs to be updated
錯誤 %s
操作過程中發生錯誤。代碼: %s
如何
@@ -56,7 +58,7 @@
什麼也沒發生? 嘗試從手機中取出卡,然後再放回去
將卡片輕觸手機背面
無法從服務器加載卡的認證。稍後再試
- 會話超時。請再試一遍
+ Incomplete process. To finalize the operation, kindly tap the card again
訪問密碼
密碼
新 %s
@@ -70,7 +72,7 @@
連接卡片
掃描連接的卡片
首先,為恢復過程準備卡片
- 再次掃描恢復卡片
+ Tap again the card on which you want to restore the access code
掃描備用卡片
點按要恢復的卡片
掃描另一張鏈接的卡片
@@ -84,5 +86,5 @@
如上圖觸碰卡片並按住直到操作結束
長按
為確保安全,請持有卡直至操作完成
- 此卡不包含當前錢包
+ Looks like you got the wrong card. The operation cannot be performed with this card.
diff --git a/tangem-sdk-android/src/main/res/values/strings.xml b/tangem-sdk-android/src/main/res/values/strings.xml
index d75845d9..9d16f99f 100644
--- a/tangem-sdk-android/src/main/res/values/strings.xml
+++ b/tangem-sdk-android/src/main/res/values/strings.xml
@@ -1,12 +1,12 @@
- This card may be production sample or counterfeit. You can continue at your own risk
+ This card may be production sample or counterfeit. You can continue at your own risk.
This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.
- We cannot finish card\'s online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation
+ At the moment, online attestation of the card cannot be performed. You can continue at your own risk or try again later.
Online attestation failed
- Too many runs of Attest Wallet or Sign looks suspicious.
+ Suspicious use of the wallet on the card has been detected.
Connect your phone and the card you want to use as a backup exactly as it shown above.
- Connect your phone and the backup card with number %s exactly as it shown above.
+ Tap the card with number %s to your phone exactly as shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
Connect your phone and the primary card exactly as it shown above.
Connect your phone and the primary card with number %s exactly as it shown above.
@@ -23,11 +23,13 @@
Enable NFC?
A wallet has already been created
This card has already been added to the list
+ This card cannot be used as a backup because it already contains a wallet. Ensure that no funds are stored on the card by scanning it in the app. Then, reset it to factory settings.
This card already has a wallet. If you want to proceed you have to reset it to factory settings first.
This card can\'t be used as a backup card. Error code: %s.
Card verification failed
It looks like your phone doesn\'t fully support NFC protocol. Please try to use another phone for this operation.
File not found
+ The selected card cannot be used to reset the card access code, because there is no backup on it. Please contact support team.
You cannot sign data with this wallet because the card has reached its signature limit
This card has not been activated
The command requires a card with a different firmware version
@@ -35,13 +37,13 @@
%s cannot be changed to this value. Please, enter another one.
%s is required
%1$s must be at least %2$d characters long
- This card\'s configuration does not allow you to erase the wallet
+ The wallet cannot be erased
This card can\'t be used for code recovery. Error code: %s.
The user cancelled the operation
Unable to reset the access code using this card
You tapped a different card. Please tap card %s.
You tapped a different card
- This card is not designed to work with this app
+ This application is not designed to work with this card or needs to be updated
Wrong %s
An error occurred during the operation. Code: %s.
How to
@@ -55,8 +57,8 @@
To detect where your NFC antenna is located, move the card up and down until confirmation.
Nothing happened? Try removing your card from the phone and then put it back.
Tap your card to the back of the phone
- Couldn\'t load the card\'s certificate from the server. Please try again later.
- Session timeout. Please, try again.
+ Couldn\'t load the card\'s certificate. Please try again later.
+ Incomplete process. To finalize the operation, kindly tap the card again
Access code
Passcode
New %s
@@ -70,7 +72,7 @@
Linked card
Tap the linked card
First, prepare the card for restore process
- Tap the restore card again
+ Tap again the card on which you want to restore the access code
Tap a backup card
Tap the card you want to restore
Scan another linked card
@@ -84,5 +86,5 @@
Tap the card as shown above and hold until the end of the operation
Long tap
To ensure security please hold the card until the operation complete
- This card does not contain the current wallet
+ Looks like you got the wrong card. The operation cannot be performed with this card.