diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-cs/toolkit/toolkit/about/aboutWebauthn.ftl | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-cs/toolkit/toolkit/about/aboutWebauthn.ftl b/l10n-cs/toolkit/toolkit/about/aboutWebauthn.ftl index 48229c58fa..97cddeaa7b 100644 --- a/l10n-cs/toolkit/toolkit/about/aboutWebauthn.ftl +++ b/l10n-cs/toolkit/toolkit/about/aboutWebauthn.ftl @@ -18,6 +18,8 @@ about-webauthn-pin-section-title = Správa PIN about-webauthn-credential-management-section-title = Správa přihlašovacích údajů about-webauthn-pin-required-section-title = Vyžadován PIN about-webauthn-confirm-deletion-section-title = Potvrzení smazání +# Registered biometric features for authentication. Mostly, but not exclusively, fingerprints. +about-webauthn-bio-enrollment-section-title = Biometrické zápisy ## Info field texts @@ -27,6 +29,8 @@ about-webauthn-text-select-device = Dotykem na zařízení vyberte požadovaný # CTAP2 refers to Client to Authenticator Protocol version 2 about-webauthn-text-non-ctap2-device = Nelze spravovat možnosti, protože váš bezpečnostní token nepodporuje CTAP2. about-webauthn-text-not-available = Na této platformě není k dispozici. +about-webauthn-bio-enrollment-list-subsection-title = Registrace: +about-webauthn-add-bio-enrollment-section-title = Přidat novou registraci ## Results label @@ -43,6 +47,7 @@ about-webauthn-results-pin-invalid-error = *[other] Chyba: Neplatný PIN. Zkuste to znovu. Zbývá vám { $retriesLeft } pokusů. } about-webauthn-results-pin-blocked-error = Chyba: Váš přístroj byl uzamčen, protože byl příliš mnohokrát zadán špatný PIN. Zařízení je třeba obnovit. +about-webauthn-results-pin-not-set-error = Chyba: PIN není nastaven. Tato operace vyžaduje ochranu pomocí kódu PIN. about-webauthn-results-pin-too-short-error = Chyba: Zadaný PIN je příliš krátký. about-webauthn-results-pin-too-long-error = Chyba: Zadaný PIN je příliš dlouhý. about-webauthn-results-pin-auth-blocked-error = Chyba: vyskytlo se příliš mnoho neúspěšných pokusů za sebou a ověření PINu bylo dočasně zablokováno. Zařízení potřebuje cyklus napájení (odpojení a opětovné zapojení). @@ -55,6 +60,8 @@ about-webauthn-repeat-pin-label = Zopakovat nový PIN: about-webauthn-current-pin-label = Aktuální PIN: about-webauthn-pin-required-label = Zadejte svůj PIN: about-webauthn-credential-list-subsection-title = Přihlašovací údaje: +about-webauthn-enrollment-name-label = Název registrace (volitelné): +about-webauthn-enrollment-list-empty = V zařízení nebyly nalezeny žádné registrace. about-webauthn-credential-list-empty = Na tomto zařízení nebyly nalezeny žádné přihlašovací údaje. about-webauthn-confirm-deletion-label = Chystáte se smazat: @@ -64,9 +71,14 @@ about-webauthn-current-set-pin-button = Nastavit PIN about-webauthn-current-change-pin-button = Změna PIN # List is a verb, as in "Show list of credentials" about-webauthn-list-credentials-button = Zobrazit přihlašovací údaje +# List is a verb, as in "Show list of all enrollments" +about-webauthn-list-bio-enrollments-button = Zobrazit registrace +about-webauthn-add-bio-enrollment-button = Přidat registraci about-webauthn-cancel-button = Zrušit about-webauthn-send-pin-button = OK about-webauthn-delete-button = Smazat +about-webauthn-start-enrollment-button = Spustit registraci +about-webauthn-update-button = Aktualizovat ## Authenticator options fields ## Option fields correspond to the CTAP2 option IDs and definitions found in https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#option-id @@ -109,6 +121,7 @@ about-webauthn-auth-info-remaining-discoverable-credentials = Zbývající zjist about-webauthn-auth-info-certifications = Certifikace about-webauthn-auth-info-uv-modality = Způsob ověření uživatele about-webauthn-auth-info-preferred-platform-uv-attempts = Pokusy o ověření uživatele preferované platformy +about-webauthn-auth-info-max-rpids-for-set-min-pin-length = Maximální ID spoléhající se strany pro nastavenou minimální délku kódu PIN about-webauthn-auth-info-max-cred-blob-length = Maximální délka blobu pověření about-webauthn-auth-info-firmware-version = Verze firmwaru about-webauthn-auth-info-min-pin-length = Minimální délka PIN @@ -129,3 +142,43 @@ about-webauthn-auth-info-true = True # Shows when boolean value for an info field is False. False should not be translated. about-webauthn-auth-info-false = False about-webauthn-auth-info-null = Nepodporováno + +## Bio enrollment sample feedbacks + +# To register a new enrollment (e.g. fingerprint) usually +# multiple scans of the same finger have to be sampled. +# This shows how many the user still has to do. +# Variables: +# $repeatCount (Number): number of tries left +about-webauthn-samples-still-needed = + { $repeatCount -> + [one] Ještě je potřeba { $repeatCount } vzorek. + [few] Ještě jsou potřeba { $repeatCount } vzorky. + [many] Ještě je potřeba { $repeatCount } vzorků. + *[other] Ještě je potřeba { $repeatCount } vzorků. + } +# Scan (e.g. of fingerprint) was successful. +about-webauthn-ctap2-enroll-feedback-good = Vzorek byl dobrý. + +## Scan (e.g. of fingerprint) was off-center (e.g. too high, too left, etc.). + +about-webauthn-ctap2-enroll-feedback-too-high = Vzorek byl příliš vysoký. +about-webauthn-ctap2-enroll-feedback-too-low = Vzorek byl příliš nízký. +about-webauthn-ctap2-enroll-feedback-too-left = Vzorek byl příliš vlevo. +about-webauthn-ctap2-enroll-feedback-too-right = Vzorek byl příliš vpravo. + +## + +about-webauthn-ctap2-enroll-feedback-too-fast = Vzorek byl příliš rychlý. +about-webauthn-ctap2-enroll-feedback-too-slow = Vzorek byl příliš pomalý. +about-webauthn-ctap2-enroll-feedback-poor-quality = Vzorek měl špatnou kvalitu. +# Skewed in the sense of fingerprint/iris scan was too distorted +about-webauthn-ctap2-enroll-feedback-too-skewed = Vzorek byl příliš zkreslený. +about-webauthn-ctap2-enroll-feedback-too-short = Vzorek byl příliš krátký. +# Scan (e.g. of fingerprint) couldn't be merged with previous samples. +about-webauthn-ctap2-enroll-feedback-merge-failure = Selhání sloučení vzorků. +# Scan (e.g. of fingerprint) is somehow identical to an existing sample. +about-webauthn-ctap2-enroll-feedback-exists = Vzorek již existuje. +about-webauthn-ctap2-enroll-feedback-no-user-activity = Žádná aktivita uživatele. +about-webauthn-ctap2-enroll-feedback-no-user-presence-transition = Uživatel nedokončil vytvoření vzorků podle očekávání. +about-webauthn-ctap2-enroll-feedback-other = Chyba vzorku. |