Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ios 2454 update default nfc message #238

Merged
merged 3 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"view_delegate_scan_description" = "Connect your phone and the card exactly as it shown above";
"view_delegate_scan_description" = "Tap the card as shown above and hold until the end of the operation";
"nfc_alert_default_done" = "Erledigt";
"view_delegate_security_delay_description" = "To ensure security please hold the card until the operation complete";
"cid_format" = "Card #%@";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"view_delegate_scan_description" = "Connect your phone and the card exactly as it shown above";
"view_delegate_scan_description" = "Tap the card as shown above and hold until the end of the operation";
"nfc_alert_default_done" = "Done";
"view_delegate_security_delay_description" = "To ensure security please hold the card until the operation complete";
"cid_format" = "Card #%@";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"view_delegate_scan_description" = "Connect your phone and the card exactly as it shown above";
"view_delegate_scan_description" = "Tap the card as shown above and hold until the end of the operation";
"nfc_alert_default_done" = "Exécuté";
"view_delegate_security_delay_description" = "To ensure security please hold the card until the operation complete";
"cid_format" = "Card #%@";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"view_delegate_scan_description" = "Connect your phone and the card exactly as it shown above";
"view_delegate_scan_description" = "Tap the card as shown above and hold until the end of the operation";
"nfc_alert_default_done" = "Fatto";
"view_delegate_security_delay_description" = "To ensure security please hold the card until the operation complete";
"cid_format" = "Card #%@";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"view_delegate_scan_description" = "Поднесите карту к телефону в точности, как показано выше";
"view_delegate_scan_description" = "Поднесите карту, как показано выше, и удерживайте до конца операции";
"nfc_alert_default_done" = "Готово";
"view_delegate_security_delay_description" = "Пожалуйста, удерживайте карту до завершения операции";
"cid_format" = "Карта #%@";
Expand Down