Skip to content

Commit b65de7a

Browse files
committed
Merge branch 'develop' into feature/IOS-5453-add-spm-support
2 parents fdbe938 + d7f37df commit b65de7a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

TangemSdk/TangemSdk/Common/Localization/Resources/de.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "Während des Vorgangs ist ein Fehler aufgetreten. Code: %@.";
4040
"issuer_signature_loading_failed" = "Couldn't load the card's certificate. Please try again later.";
4141
"nfc_alert_default_done" = "Erledigt";
42-
"nfc_session_timeout" = "Die Sitzung ist abgelaufen. Bitte versuchen Sie es erneut.";
42+
"nfc_session_timeout" = "Incomplete process. To finalize the operation, kindly tap the card again";
4343
"nfc_stuck_error" = "It seems that NFC does not work properly on your iPhone. Try to reboot your phone.";
4444
"pin1" = "Zugangscode";
4545
"pin2" = "Passcode";

TangemSdk/TangemSdk/Common/Localization/Resources/en.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "An error occurred during the operation. Code: %@.";
4040
"issuer_signature_loading_failed" = "Couldn't load the card's certificate. Please try again later.";
4141
"nfc_alert_default_done" = "Done";
42-
"nfc_session_timeout" = "Session timeout. Please, try again.";
42+
"nfc_session_timeout" = "Incomplete process. To finalize the operation, kindly tap the card again";
4343
"nfc_stuck_error" = "It seems that NFC does not work properly on your iPhone. Try to reboot your phone.";
4444
"pin1" = "Access code";
4545
"pin2" = "Passcode";

TangemSdk/TangemSdk/Common/Localization/Resources/fr.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "Une erreur s'est produite lors de l'opération. Code : %@.";
4040
"issuer_signature_loading_failed" = "Couldn't load the card's certificate. Please try again later.";
4141
"nfc_alert_default_done" = "Exécuté";
42-
"nfc_session_timeout" = "Dépassement de temps imparti de la séance. Essayez encore une fois";
42+
"nfc_session_timeout" = "Incomplete process. To finalize the operation, kindly tap the card again";
4343
"nfc_stuck_error" = "It seems that NFC does not work properly on your iPhone. Try to reboot your phone.";
4444
"pin1" = "Code d'accès";
4545
"pin2" = "Mot de passe";

TangemSdk/TangemSdk/Common/Localization/Resources/it.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "Si è verificato un errore durante l'operazione. Codice: %@.";
4040
"issuer_signature_loading_failed" = "Couldn't load the card's certificate. Please try again later.";
4141
"nfc_alert_default_done" = "Fatto";
42-
"nfc_session_timeout" = "Sessione scaduta. Riprova.";
42+
"nfc_session_timeout" = "Incomplete process. To finalize the operation, kindly tap the card again";
4343
"nfc_stuck_error" = "It seems that NFC does not work properly on your iPhone. Try to reboot your phone.";
4444
"pin1" = "Codice di accesso";
4545
"pin2" = "Password";

TangemSdk/TangemSdk/Common/Localization/Resources/ru.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "Во время операции произошла ошибка. Код: %@.";
4040
"issuer_signature_loading_failed" = "Не удалось загрузить сертификат карты. Пожалуйста, повторите попытку позже.";
4141
"nfc_alert_default_done" = "Готово";
42-
"nfc_session_timeout" = "Время сессии истекло. Пожалуйста, попробуйте еще раз.";
42+
"nfc_session_timeout" = "Процесс не завершен. Для завершения операции, приложите карту повторно";
4343
"nfc_stuck_error" = "Судя по всему, NFC не работает должным образом на вашем iPhone. Попробуйте перезагрузить телефон.";
4444
"pin1" = "Код доступа";
4545
"pin2" = "Пароль";

TangemSdk/TangemSdk/Common/Localization/Resources/zh-Hant.lproj/Localizable.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generic_error_code" = "操作過程中發生錯誤。代碼: %@";
4040
"issuer_signature_loading_failed" = "無法從服務器加載卡的認證。稍後再試";
4141
"nfc_alert_default_done" = "完畢";
42-
"nfc_session_timeout" = "會話超時。請再試一遍";
42+
"nfc_session_timeout" = "Incomplete process. To finalize the operation, kindly tap the card again";
4343
"nfc_stuck_error" = "It seems that NFC does not work properly on your iPhone. Try to reboot your phone.";
4444
"pin1" = "訪問密碼";
4545
"pin2" = "密碼";

0 commit comments

Comments
 (0)