mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
use correct resource type
This commit is contained in:
parent
41349617df
commit
f89a84011d
@ -86,7 +86,7 @@ class DeviceErrorScreen extends ConsumerWidget {
|
||||
color: Theme.of(context).colorScheme.error,
|
||||
),
|
||||
header: l10n.s_restricted_nfc,
|
||||
message: l10n.l_restricted_nfc,
|
||||
message: l10n.p_restricted_nfc,
|
||||
),
|
||||
_ => HomeMessagePage(
|
||||
centered: true,
|
||||
|
@ -168,7 +168,7 @@
|
||||
"l_insert_or_tap_yk": "YubiKey anschließen oder dagegenhalten",
|
||||
"l_unplug_yk": "Entfernen Sie Ihren YubiKey",
|
||||
"l_reinsert_yk": "Schließen Sie Ihren YubiKey wieder an",
|
||||
"l_restricted_nfc": null,
|
||||
"p_restricted_nfc": null,
|
||||
"l_place_on_nfc_reader": "Halten Sie Ihren YubiKey zum NFC-Leser",
|
||||
"l_replace_yk_on_reader": "Halten Sie Ihren YubiKey wieder zum Leser",
|
||||
"l_remove_yk_from_reader": "Entfernen Sie Ihren YubiKey vom NFC-Leser",
|
||||
|
@ -168,7 +168,7 @@
|
||||
"l_insert_or_tap_yk": "Insert or tap a YubiKey",
|
||||
"l_unplug_yk": "Unplug your YubiKey",
|
||||
"l_reinsert_yk": "Reinsert your YubiKey",
|
||||
"l_restricted_nfc": "To remove NFC restrictions, connect the YubiKey to a USB port.",
|
||||
"p_restricted_nfc": "To remove NFC restrictions, connect the YubiKey to a USB port.",
|
||||
"l_place_on_nfc_reader": "Place your YubiKey on the NFC reader",
|
||||
"l_replace_yk_on_reader": "Place your YubiKey back on the reader",
|
||||
"l_remove_yk_from_reader": "Remove your YubiKey from the NFC reader",
|
||||
|
@ -168,7 +168,7 @@
|
||||
"l_insert_or_tap_yk": "Insérez ou appuyez sur YubiKey",
|
||||
"l_unplug_yk": "Retirez votre YubiKey",
|
||||
"l_reinsert_yk": "Réinsérez votre YubiKey",
|
||||
"l_restricted_nfc": null,
|
||||
"p_restricted_nfc": null,
|
||||
"l_place_on_nfc_reader": "Placez votre YubiKey sur le lecteur NFC",
|
||||
"l_replace_yk_on_reader": "Replacez votre YubiKey sur le lecteur",
|
||||
"l_remove_yk_from_reader": "Retirez votre YubiKey du lecteur NFC",
|
||||
|
@ -168,7 +168,7 @@
|
||||
"l_insert_or_tap_yk": "YubiKeyを挿入またはタップしてください",
|
||||
"l_unplug_yk": "YubiKeyを抜いてください",
|
||||
"l_reinsert_yk": "YubiKeyを再挿入してください",
|
||||
"l_restricted_nfc": null,
|
||||
"p_restricted_nfc": null,
|
||||
"l_place_on_nfc_reader": "YubiKeyをNFCリーダーに置いてください",
|
||||
"l_replace_yk_on_reader": "YubiKeyをNFCリーダーに戻してください",
|
||||
"l_remove_yk_from_reader": "YubiKeyをNFCリーダーから外してください",
|
||||
|
@ -168,7 +168,7 @@
|
||||
"l_insert_or_tap_yk": "Podłącz lub przystaw YubiKey",
|
||||
"l_unplug_yk": "Odłącz klucz YubiKey",
|
||||
"l_reinsert_yk": "Ponownie podłącz YubiKey",
|
||||
"l_restricted_nfc": null,
|
||||
"p_restricted_nfc": null,
|
||||
"l_place_on_nfc_reader": "Przyłóż klucz YubiKey do czytnika NFC",
|
||||
"l_replace_yk_on_reader": "Umieść klucz YubiKey z powrotem na czytniku",
|
||||
"l_remove_yk_from_reader": "Odsuń klucz YubiKey od czytnika NFC",
|
||||
|
Loading…
Reference in New Issue
Block a user