Skip to content

Commit

Permalink
IOS-2592 Removed full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoko committed Nov 25, 2022
1 parent 113a852 commit 4c51efd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"error_old_firmware" = "The command requires a card with a different firmware version";
"wallet_not_found" = "This card does not contain the current wallet";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_backup_card_already_added" = "This card has already been added to the list.";
"error_backup_card_already_added" = "This card has already been added to the list";
"error_backup_not_empty_wallets" = "This card already has a wallet. If you want to proceed you have to reset it to factory settings first.";
"error_backup_wrong_card" = "This card can’t be used as a backup card. Error code: %@.";
"error_reset_wrong_card" = "This card can’t be used for code recovery. Error code: %@.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"error_old_firmware" = "The command requires a card with a different firmware version";
"wallet_not_found" = "This card does not contain the current wallet";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_backup_card_already_added" = "This card has already been added to the list.";
"error_backup_card_already_added" = "This card has already been added to the list";
"error_backup_not_empty_wallets" = "This card already has a wallet. If you want to proceed you have to reset it to factory settings first.";
"error_backup_wrong_card" = "This card can’t be used as a backup card. Error code: %@.";
"error_reset_wrong_card" = "This card can’t be used for code recovery. Error code: %@.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"error_old_firmware" = "The command requires a card with a different firmware version";
"wallet_not_found" = "This card does not contain the current wallet";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_backup_card_already_added" = "This card has already been added to the list.";
"error_backup_card_already_added" = "This card has already been added to the list";
"error_backup_not_empty_wallets" = "This card already has a wallet. If you want to proceed you have to reset it to factory settings first.";
"error_backup_wrong_card" = "This card can’t be used as a backup card. Error code: %@.";
"error_reset_wrong_card" = "This card can’t be used for code recovery. Error code: %@.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"error_old_firmware" = "The command requires a card with a different firmware version";
"wallet_not_found" = "This card does not contain the current wallet";
"error_old_card" = "Tangem cards issued before September 2019 cannot sign data using an iPhone due to iOS restrictions";
"error_backup_card_already_added" = "This card has already been added to the list.";
"error_backup_card_already_added" = "This card has already been added to the list";
"error_backup_not_empty_wallets" = "This card already has a wallet. If you want to proceed you have to reset it to factory settings first.";
"error_backup_wrong_card" = "This card can’t be used as a backup card. Error code: %@.";
"error_reset_wrong_card" = "This card can’t be used for code recovery. Error code: %@.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"error_old_firmware" = "Эта команда не поддерживается данной картой";
"wallet_not_found" = "Эта карта не содержит текущий кошелек";
"error_old_card" = "Карты Tangem, выпущенные до сентября 2019 года, не могут подписывать данные с помощью iPhone из-за ограничений iOS.";
"error_backup_card_already_added" = "Эта карта уже добавлена в список ";
"error_backup_card_already_added" = "Эта карта уже добавлена в список";
"error_backup_not_empty_wallets" = "На этой карте уже создан кошелёк. Если вы хотите продолжить, сбросьте карту к заводским настройкам.";
"error_backup_wrong_card" = "Эту карту нельзя использовать для резервного копирования. Код ошибки: %@.";
"error_reset_wrong_card" = "Эту карту нельзя использовать для восстановления кода. Код ошибки: %@.";
Expand Down

0 comments on commit 4c51efd

Please sign in to comment.