diff --git a/frontend/messages/ca.json b/frontend/messages/ca.json index b788664a..08a01c7e 100644 --- a/frontend/messages/ca.json +++ b/frontend/messages/ca.json @@ -7,6 +7,7 @@ "key": "Clau", "value": "Valor", "remove_custom_claim": "Elimina l'atribut personalitzat", + "remove_url": "Elimina l'URL {identifier}", "add_custom_claim": "Afegeix un atribut personalitzat", "add_another": "Afegeix-ne una altra", "select_a_date": "Selecciona una data", @@ -37,17 +38,21 @@ "expiration": "Expiració", "name": "Nom", "an_unknown_error_occurred": "S'ha produït un error desconegut", - "authentication_process_was_aborted": "El procés d'autenticació s'ha cancel·lat", - "error_occurred_with_authenticator": "S'ha produït un error amb l'autenticador", - "authenticator_does_not_support_discoverable_credentials": "L'autenticador no admet credencials descobribles", - "authenticator_does_not_support_resident_keys": "L'autenticador no admet claus residents", + "authentication_process_was_aborted": "La verificació de Passkey s'ha cancel·lat", + "error_occurred_with_authenticator": "S'ha produït un error mentre feies servir la teva clau d'accés.", + "authenticator_does_not_support_discoverable_credentials": "Aquest dispositiu no admet el tipus de clau d'accés requerit.", + "authenticator_does_not_support_resident_keys": "Aquest dispositiu no admet el tipus de clau d'accés requerit.", "passkey_was_previously_registered": "Aquesta clau d'accés ja estava registrada", - "authenticator_does_not_support_any_of_the_requested_algorithms": "L'autenticador no admet cap dels algoritmes sol·licitats", - "webauthn_error_invalid_rp_id": "L'identificador de relying party configurat no és vàlid.", - "webauthn_error_invalid_domain": "El domini configurat no és vàlid.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Aquest dispositiu no admet una clau d'accés compatible.", + "webauthn_error_invalid_rp_id": "Les passkeys no estan configurades correctament per a aquest domini.", + "webauthn_error_invalid_domain": "Les passkeys no es poden utilitzar en el domini configurat.", "contact_administrator_to_fix": "Contacta amb l'administrador per solucionar-ho.", - "webauthn_operation_not_allowed_or_timed_out": "L'operació no està permesa o ha expirat", + "webauthn_operation_not_allowed_or_timed_out": "La sol·licitud de la clau d'accés s'ha cancel·lat o ha expirat el temps d'espera", "webauthn_not_supported_by_browser": "Les claus d'accés no són compatibles amb aquest navegador. Utilitza un mètode alternatiu per iniciar la sessió.", + "passkey_request_expired": "La vostra sol·licitud de clau d'accés ha caducat", + "passkey_response_invalid": "No hem pogut processar la resposta de la teva clau d'accés.", + "passkey_verification_failed": "No hem pogut verificar la teva clau d'accés.", + "passkey_user_verification_required": "La teva clau d'accés no t'ha pogut verificar. Si estàs utilitzant una clau de seguretat, configura un PIN FIDO2 i torna-ho a provar.", "critical_error_occurred_contact_administrator": "S'ha produït un error crític. Contacta amb l'administrador.", "sign_in_to": "Inicia la sessió a {name}", "account_selection_signin_confirmation": "Vols utilitzar el compte següent per continuar a {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Activat", "disabled": "Desactivat", "oidc_client_updated_successfully": "Client OIDC actualitzat correctament", + "client_type": "Tipus", + "client_type_standard": "Estàndard", + "client_type_metadata_document": "Metadades Document", + "cimd_client_managed_fields_title": "Algunes propietats són només de lectura.", + "cimd_client_managed_fields_description": "Aquest client es gestiona mitjançant un Document de Metadades d'ID de Client (CIMD), de manera que les propietats subministrades pel document no es poden editar aquí.", + "client_id_metadata_documents": "ID de client Metadades Documents", + "client_id_metadata_documents_description": "Els Documents de Metadades d'ID de Client (CIMD) permeten als clients OAuth identificar-se mitjançant una URL. No cal cap preregistre.", + "cimd_url_allowlist": "URL de documents de metadades permeses", + "cimd_url_allowlist_description": "Restricció de les URL de documents de metadades d'ID de client que s'accepten. Es permeten caràcters comodí. Una llista buida bloqueja totes les URL.", + "refresh": "Actualitzar", + "oidc_client_metadata_refreshed_successfully": "El document de metadades del client s'ha actualitzat correctament.", "create_new_client_secret": "Crea un nou secret de client", "are_you_sure_you_want_to_create_a_new_client_secret": "Segur que vols crear un nou secret de client? L'anterior quedarà invalidat.", "generate": "Genera", @@ -562,5 +578,7 @@ "deny": "Negar", "approve": "Aprovar", "or": "o", - "visit_and_enter": "Visita {url} i introdueix:" + "visit_and_enter": "Visita {url} i introdueix:", + "oidc": "OIDC", + "device_login_request_expired": "El vostre codi QR ha expirat. Si us plau, torneu a començar el procés d'inici de sessió." } diff --git a/frontend/messages/cs.json b/frontend/messages/cs.json index 85432b70..f75c8c9f 100644 --- a/frontend/messages/cs.json +++ b/frontend/messages/cs.json @@ -7,6 +7,7 @@ "key": "Klíč", "value": "Hodnota", "remove_custom_claim": "Odstranit vlastní nárok", + "remove_url": "Odstranit URL {identifier}", "add_custom_claim": "Přidat vlastní nárok", "add_another": "Přidat další", "select_a_date": "Vyberte datum", @@ -37,23 +38,27 @@ "expiration": "Expirace", "name": "Jméno", "an_unknown_error_occurred": "Došlo k neznámé chybě", - "authentication_process_was_aborted": "Proces přihlášení byl přerušen", - "error_occurred_with_authenticator": "Došlo k chybě s autentifikátorem", - "authenticator_does_not_support_discoverable_credentials": "Autentifikátor nepodporuje vyhledatelné přihlašovací údaje", - "authenticator_does_not_support_resident_keys": "Autentikátor nepodporuje rezidentní klíče", + "authentication_process_was_aborted": "Ověření pomocí přístupového klíče bylo zrušeno", + "error_occurred_with_authenticator": "Při použití vašeho přístupového klíče došlo k chybě", + "authenticator_does_not_support_discoverable_credentials": "Toto zařízení nepodporuje požadovaný typ přístupového klíče", + "authenticator_does_not_support_resident_keys": "Toto zařízení nepodporuje požadovaný typ přístupového klíče", "passkey_was_previously_registered": "Tento přístupový klíč byl již dříve zaregistrován", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Autentikátor nepodporuje žádný z požadovaných algoritmů", - "webauthn_error_invalid_rp_id": "Nakonfigurované ID spoléhající strany je neplatné.", - "webauthn_error_invalid_domain": "Nakonfigurovaná doména je neplatná.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Toto zařízení nepodporuje kompatibilní přístupový kód", + "webauthn_error_invalid_rp_id": "Pro tuto doménu nejsou správně nakonfigurovány přístupové klíče.", + "webauthn_error_invalid_domain": "V nakonfigurované doméně nelze používat přístupové klíče.", "contact_administrator_to_fix": "Kontaktujte svého správce, aby tento problém vyřešil.", - "webauthn_operation_not_allowed_or_timed_out": "Operace nebyla povolena nebo vypršela časová lhůta.", + "webauthn_operation_not_allowed_or_timed_out": "Výzva k zadání přístupového klíče byla zrušena nebo vypršela časová lhůta", "webauthn_not_supported_by_browser": "Tento prohlížeč nepodporuje přístupové klíče. Použijte prosím alternativní způsob přihlášení.", + "passkey_request_expired": "Platnost vaší žádosti o přístupový klíč vypršela", + "passkey_response_invalid": "Nepodařilo se nám zpracovat odpověď z vašeho přístupového klíče", + "passkey_verification_failed": "Nepodařilo se nám ověřit váš přístupový klíč", + "passkey_user_verification_required": "Váš bezpečnostní klíč vás nedokázal ověřit. Pokud používáte bezpečnostní klíč, nastavte si PIN kód FIDO2 a zkuste to znovu.", "critical_error_occurred_contact_administrator": "Došlo k kritické chybě. Obraťte se na správce.", "sign_in_to": "Přihlásit se k {name}", - "account_selection_signin_confirmation": "Chcete pokračovat pomocí následujícího účtu {#b}{name}{/b}?", + "account_selection_signin_confirmation": "Chcete pokračovat na stránce {#b}{name}{/b} pomocí následujícího účtu?", "use_a_different_account": "Použijte jiný účet", "client_wants_to_access_the_following_information": "{#b}{client}{/b} chce získat přístup k následujícím informacím:", - "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Chcete se přihlásit do {#b}{client}{/b} s vaším {appName} účtem?", + "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Chcete se přihlásit na {#b}{client}{/b} pomocí svého účtu na {appName}?", "email": "E-mail", "view_your_email_address": "Zobrazit vaši e-mailovou adresu", "profile": "Profil", @@ -65,7 +70,7 @@ "try_again": "Zkusit znovu", "client_logo": "Logo klienta", "sign_out": "Odhlásit se", - "do_you_want_to_sign_out_of_pocketid_with_the_account": "Chcete se s účtem {#b}{username}{/b} odhlásit z Pocket ID?", + "do_you_want_to_sign_out_of_pocketid_with_the_account": "Chcete se odhlásit ze stránky {appName} pomocí účtu {#b}{username}{/b}?", "sign_in_to_appname": "Přihlásit se k {appName}", "please_try_to_sign_in_again": "Zkuste se prosím znovu přihlásit.", "authenticate_with_passkey_to_access_account": "Pro přístup k vašemu účtu použijte přístupový klíč.", @@ -136,7 +141,7 @@ "name_passkey": "Jméno přístupového klíče", "name_your_passkey_to_easily_identify_it_later": "Pojmenujte Váš přístupový klíč, abyste ho snadno identifikovali později.", "create_api_key": "Vytvořit API klíč", - "add_a_new_api_key_for_programmatic_access": "Přidejte nový klíč API pro programový přístup k {#link href=|https://pocket-id.org/docs/api|}API Pocket ID{/link}.", + "add_a_new_api_key_for_programmatic_access": "Přidejte nový klíč API pro programový přístup k {#link href=|https://pocket-id.org/docs/api|}Pocket ID API{/link}.", "add_api_key": "Přidat API klíč", "manage_api_keys": "Spravovat API klíče", "api_key_created": "API klíč vytvořen", @@ -296,6 +301,17 @@ "enabled": "Povoleno", "disabled": "Zakázáno", "oidc_client_updated_successfully": "OIDC klient úspěšně aktualizován", + "client_type": "Typ", + "client_type_standard": "Standardní", + "client_type_metadata_document": "Dokument s metadaty", + "cimd_client_managed_fields_title": "Některé vlastnosti jsou pouze pro čtení", + "cimd_client_managed_fields_description": "Tento klient je spravován prostřednictvím dokumentu s metadaty identifikátoru klienta (CIMD), takže vlastnosti uvedené v tomto dokumentu zde nelze upravovat.", + "client_id_metadata_documents": "Dokumenty s metadaty k ID klienta", + "client_id_metadata_documents_description": "Dokumenty s metadaty identifikátoru klienta (CIMD) umožňují klientům OAuth identifikovat se pomocí URL adresy. Není nutná žádná předběžná registrace.", + "cimd_url_allowlist": "Povolené adresy URL dokumentů s metadaty", + "cimd_url_allowlist_description": "Omezte, které adresy URL dokumentů s metadaty o ID klientů budou přijímány. Podporují se zástupné znaky. Prázdný seznam zablokuje všechny adresy URL.", + "refresh": "Obnovit", + "oidc_client_metadata_refreshed_successfully": "Dokument s metadaty klienta byl úspěšně aktualizován", "create_new_client_secret": "Vytvořit nový client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Jste si jisti, že chcete vytvořit nový client secret? Dosavadní bude zneplatněn.", "generate": "Generovat", @@ -562,5 +578,7 @@ "deny": "Odmítnout", "approve": "Schválit", "or": "nebo", - "visit_and_enter": "Navštivte stránku {url} a zadejte:" + "visit_and_enter": "Navštivte stránku {url} a zadejte:", + "oidc": "OIDC", + "device_login_request_expired": "Platnost vašeho QR kódu vypršela. Zahajte prosím proces přihlášení znovu." } diff --git a/frontend/messages/da.json b/frontend/messages/da.json index 9f736f11..de47070d 100644 --- a/frontend/messages/da.json +++ b/frontend/messages/da.json @@ -7,6 +7,7 @@ "key": "Nøgle", "value": "Værdi", "remove_custom_claim": "Fjern brugerdefineret claim", + "remove_url": "Fjern URL {identifier}", "add_custom_claim": "Tilføj brugerdefineret claim", "add_another": "Tilføj endnu en", "select_a_date": "Vælg en dato", @@ -37,17 +38,21 @@ "expiration": "Udløbstid", "name": "Navn", "an_unknown_error_occurred": "En ukendt fejl opstod", - "authentication_process_was_aborted": "Godkendelsesprocessen blev afbrudt", - "error_occurred_with_authenticator": "Der opstod en fejl med godkendelsesenheden", - "authenticator_does_not_support_discoverable_credentials": "Godkenderen understøtter ikke synlige legitimationsoplysninger", - "authenticator_does_not_support_resident_keys": "Godkenderen understøtter ikke gemte nøgler", + "authentication_process_was_aborted": "Bekræftelsen af adgangskoden blev annulleret", + "error_occurred_with_authenticator": "Der opstod en fejl under brugen af din adgangskode", + "authenticator_does_not_support_discoverable_credentials": "Denne enhed understøtter ikke den krævede type adgangskode", + "authenticator_does_not_support_resident_keys": "Denne enhed understøtter ikke den krævede type adgangskode", "passkey_was_previously_registered": "Denne adgangsnøgle er allerede registreret", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Godkenderen understøtter ikke nogen af de algoritmer, der anmodes om", - "webauthn_error_invalid_rp_id": "Den konfigurerede afhængige parts ID er ugyldig.", - "webauthn_error_invalid_domain": "Det konfigurerede domæne er ugyldigt.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Denne enhed understøtter ikke en kompatibel adgangskode", + "webauthn_error_invalid_rp_id": "Adgangsnøglerne er ikke konfigureret korrekt for dette domæne.", + "webauthn_error_invalid_domain": "Adgangsnøgler kan ikke bruges på det konfigurerede domæne.", "contact_administrator_to_fix": "Kontakt din administrator for at løse dette problem.", - "webauthn_operation_not_allowed_or_timed_out": "Operationen var ikke tilladt eller timet ud", + "webauthn_operation_not_allowed_or_timed_out": "Anmodningen om adgangskode blev afbrudt eller timet ud", "webauthn_not_supported_by_browser": "Passkeys understøttes ikke af denne browser. Brug en alternativ login-metode.", + "passkey_request_expired": "Din anmodning om adgangskode er udløbet", + "passkey_response_invalid": "Vi kunne ikke behandle svaret fra din adgangskode", + "passkey_verification_failed": "Vi kunne ikke bekræfte din adgangskode", + "passkey_user_verification_required": "Din adgangsnøgle kunne ikke bekræfte din identitet. Hvis du bruger en sikkerhedsnøgle, skal du konfigurere en FIDO2-PIN-kode og prøve igen", "critical_error_occurred_contact_administrator": "En kritisk fejl opstod. Kontakt venligst din administrator.", "sign_in_to": "Log ind på {name}", "account_selection_signin_confirmation": "Vil du bruge følgende konto til at fortsætte {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Aktiveret", "disabled": "Deaktiveret", "oidc_client_updated_successfully": "OIDC-klient blev opdateret", + "client_type": "Type", + "client_type_standard": "Standard", + "client_type_metadata_document": "Metadata-dokument", + "cimd_client_managed_fields_title": "Nogle egenskaber er skrivebeskyttede", + "cimd_client_managed_fields_description": "Denne klient administreres via et CIMD-dokument (Client ID Metadata Document), så de egenskaber, der er angivet i dokumentet, kan ikke redigeres her.", + "client_id_metadata_documents": "Metadatadokumenter vedrørende klient-ID’er", + "client_id_metadata_documents_description": "Med metadata-dokumenter til klient-ID (CIMD) kan OAuth-klienter identificere sig ved hjælp af en URL. Der kræves ingen forudgående registrering.", + "cimd_url_allowlist": "Tilladte URL-adresser til metadatadokumenter", + "cimd_url_allowlist_description": "Begræns, hvilke URL’er til metadata-dokumenter for klient-ID’er der accepteres. Der understøttes jokertegn. En tom liste blokerer alle URL’er.", + "refresh": "Opdater", + "oidc_client_metadata_refreshed_successfully": "Metadatadokumentet for klienten er blevet opdateret uden problemer", "create_new_client_secret": "Opret ny client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Vil du oprette en ny client secret? Den gamle bliver ugyldig og kan ikke længere bruges.", "generate": "Generér", @@ -562,5 +578,7 @@ "deny": "Afvis", "approve": "Godkend", "or": "eller", - "visit_and_enter": "Besøg {url} og indtast:" + "visit_and_enter": "Besøg {url} og indtast:", + "oidc": "OIDC", + "device_login_request_expired": "Din QR-kode er udløbet. Start venligst log-in-processen forfra." } diff --git a/frontend/messages/de.json b/frontend/messages/de.json index 8b278174..8c1997ee 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -7,6 +7,7 @@ "key": "Schlüssel", "value": "Wert", "remove_custom_claim": "Benutzerdefinierten Claim entfernen", + "remove_url": "URL entfernen {identifier}", "add_custom_claim": "Benutzerdefinierten Claim hinzufügen", "add_another": "Weitere hinzufügen", "select_a_date": "Datum auswählen", @@ -37,17 +38,21 @@ "expiration": "Zeitspanne", "name": "Name", "an_unknown_error_occurred": "Ein unbekannter Fehler ist aufgetreten", - "authentication_process_was_aborted": "Der Authentifizierungsprozess wurde abgebrochen", - "error_occurred_with_authenticator": "Beim Authentifikator ist ein Fehler aufgetreten", - "authenticator_does_not_support_discoverable_credentials": "Der Authentifikator unterstützt keine erkennbaren Anmeldeinformationen", - "authenticator_does_not_support_resident_keys": "Der Authentifikator unterstützt keine residenten Schlüssel", + "authentication_process_was_aborted": "Die Passkey-Überprüfung wurde abgebrochen", + "error_occurred_with_authenticator": "Bei der Verwendung deines Passworts ist ein Fehler aufgetreten", + "authenticator_does_not_support_discoverable_credentials": "Dieses Gerät unterstützt die erforderliche Art von Passwort nicht", + "authenticator_does_not_support_resident_keys": "Dieses Gerät unterstützt die erforderliche Art von Passwort nicht", "passkey_was_previously_registered": "Dieser Passkey wurde bereits registriert", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Der Authentifikator unterstützt keinen der angeforderten Algorithmen", - "webauthn_error_invalid_rp_id": "Die eingestellte Relying Party ID ist ungültig.", - "webauthn_error_invalid_domain": "Die eingestellte Domain ist ungültig.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Dieses Gerät unterstützt keinen kompatiblen Passkey.", + "webauthn_error_invalid_rp_id": "Die Passkeys sind für diese Domain nicht richtig konfiguriert.", + "webauthn_error_invalid_domain": "Passkeys können auf der konfigurierten Domäne nicht verwendet werden.", "contact_administrator_to_fix": "Kontaktiere deinen Administrator, um das Problem zu lösen.", - "webauthn_operation_not_allowed_or_timed_out": "Die Anfrage ist nicht erlaubt oder hat zu lange gedauert", + "webauthn_operation_not_allowed_or_timed_out": "Die Aufforderung zur Eingabe des Passworts wurde abgebrochen oder ist abgelaufen", "webauthn_not_supported_by_browser": "Passkeys werden von diesem Browser nicht unterstützt. Bitte verwende eine andere Anmeldemethode.", + "passkey_request_expired": "Deine Passwortanforderung ist abgelaufen", + "passkey_response_invalid": "Wir konnten die Antwort auf deinen Passkey nicht verarbeiten", + "passkey_verification_failed": "Wir konnten dein Passwort nicht überprüfen", + "passkey_user_verification_required": "Dein Passkey konnte dich nicht authentifizieren. Wenn du einen Sicherheitsschlüssel verwendest, richte eine FIDO2-PIN ein und versuche es erneut", "critical_error_occurred_contact_administrator": "Ein kritischer Fehler ist aufgetreten. Bitte kontaktiere deinen Administrator.", "sign_in_to": "Anmelden bei {name}", "account_selection_signin_confirmation": "Möchtest du mit dem folgenden Konto zu {#b}{name}{/b} fortfahren?", @@ -296,6 +301,17 @@ "enabled": "Aktiviert", "disabled": "Deaktiviert", "oidc_client_updated_successfully": "OIDC-Client erfolgreich aktualisiert", + "client_type": "Typ", + "client_type_standard": "Standard", + "client_type_metadata_document": "Metadaten-Dokument", + "cimd_client_managed_fields_title": "Manche Eigenschaften sind schreibgeschützt", + "cimd_client_managed_fields_description": "Dieser Client wird über ein Client-ID-Metadaten-Dokument (CIMD) verwaltet, daher können die in diesem Dokument angegebenen Eigenschaften hier nicht bearbeitet werden.", + "client_id_metadata_documents": "Metadaten-Dokumente zur Kunden-ID", + "client_id_metadata_documents_description": "Mit Client-ID-Metadaten-Dokumenten (CIMD) können sich OAuth-Clients über eine URL identifizieren. Eine Vorregistrierung ist nicht erforderlich.", + "cimd_url_allowlist": "Zulässige URLs für Metadaten-Dokumente", + "cimd_url_allowlist_description": "Lege fest, welche URLs von Metadaten-Dokumenten für Client-IDs akzeptiert werden. Platzhalter werden unterstützt. Eine leere Liste blockiert alle URLs.", + "refresh": "Aktualisieren", + "oidc_client_metadata_refreshed_successfully": "Das Dokument mit den Client-Metadaten wurde erfolgreich aktualisiert", "create_new_client_secret": "Neues Client-Geheimnis erstellen", "are_you_sure_you_want_to_create_a_new_client_secret": "Bist du sicher, dass du ein neues Client-Geheimnis erstellen möchtest? Das alte Client-Geheimnis wird dadurch ungültig.", "generate": "Generieren", @@ -562,5 +578,7 @@ "deny": "Ablehnen", "approve": "Genehmigen", "or": "oder", - "visit_and_enter": "Geh auf {url} und gib Folgendes ein:" + "visit_and_enter": "Geh auf {url} und gib Folgendes ein:", + "oidc": "OIDC", + "device_login_request_expired": "Dein QR-Code ist abgelaufen. Bitte starte den Anmeldevorgang erneut." } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 000877a9..afea82b5 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -7,6 +7,7 @@ "key": "Clave", "value": "Valor", "remove_custom_claim": "Eliminar reclamo personalizado", + "remove_url": "Eliminar URL {identifier}", "add_custom_claim": "Añadir reclamo personalizado", "add_another": "Añadir otro", "select_a_date": "Seleccione una fecha", @@ -37,17 +38,21 @@ "expiration": "Expiración", "name": "Nombre", "an_unknown_error_occurred": "Ocurrió un error desconocido", - "authentication_process_was_aborted": "El proceso de autenticación fue abortado", - "error_occurred_with_authenticator": "Ha ocurrido un error con el autenticador", - "authenticator_does_not_support_discoverable_credentials": "El autenticador no soporta credenciales detectables", - "authenticator_does_not_support_resident_keys": "El autenticador no soporta claves residentes", + "authentication_process_was_aborted": "Se ha cancelado la verificación de la clave de acceso", + "error_occurred_with_authenticator": "Ha surgido un problema al usar tu clave de acceso", + "authenticator_does_not_support_discoverable_credentials": "Este dispositivo no admite el tipo de clave de acceso que se requiere", + "authenticator_does_not_support_resident_keys": "Este dispositivo no admite el tipo de clave de acceso que se requiere", "passkey_was_previously_registered": "Esta Passkey ha sido registrado previamente", - "authenticator_does_not_support_any_of_the_requested_algorithms": "El autenticador no soporta ninguno de los algoritmos solicitados", - "webauthn_error_invalid_rp_id": "El ID de la parte confiable configurado no es válido.", - "webauthn_error_invalid_domain": "El dominio configurado no es válido.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Este dispositivo no admite una clave de acceso compatible", + "webauthn_error_invalid_rp_id": "Las claves de acceso no están bien configuradas para este dominio.", + "webauthn_error_invalid_domain": "Las claves de acceso no se pueden usar en el dominio configurado.", "contact_administrator_to_fix": "Ponte en contacto con tu administrador para solucionar este problema.", - "webauthn_operation_not_allowed_or_timed_out": "La operación no fue permitida o se agotó el tiempo de espera.", + "webauthn_operation_not_allowed_or_timed_out": "Se ha cancelado la solicitud de la clave de acceso o se ha agotado el tiempo de espera", "webauthn_not_supported_by_browser": "Este navegador no admite claves de acceso. Utiliza otro método para iniciar sesión.", + "passkey_request_expired": "Tu solicitud de clave de acceso ha caducado", + "passkey_response_invalid": "No hemos podido procesar la respuesta de tu clave de acceso", + "passkey_verification_failed": "No hemos podido verificar tu clave de acceso", + "passkey_user_verification_required": "Tu clave de acceso no ha podido verificar tu identidad. Si utilizas una llave de seguridad, configura un PIN FIDO2 y vuelve a intentarlo", "critical_error_occurred_contact_administrator": "Ha ocurrido un error crítico. Por favor, contacte a su administrador.", "sign_in_to": "Iniciar sesión en {name}", "account_selection_signin_confirmation": "¿Quieres usar la siguiente cuenta para seguir {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Habilitado", "disabled": "Deshabilitado", "oidc_client_updated_successfully": "Cliente OIDC actualizado correctamente", + "client_type": "Tipo", + "client_type_standard": "Estándar", + "client_type_metadata_document": "Documento de metadatos", + "cimd_client_managed_fields_title": "Algunas propiedades son de solo lectura", + "cimd_client_managed_fields_description": "Este cliente se gestiona a través de un documento de metadatos de identificación de cliente (CIMD), así que las propiedades que proporciona el documento no se pueden editar aquí.", + "client_id_metadata_documents": "Documentos de metadatos de identificación de clientes", + "client_id_metadata_documents_description": "Los documentos de metadatos de identificación de cliente (CIMD) permiten a los clientes OAuth identificarse mediante una URL. No hace falta registrarse previamente.", + "cimd_url_allowlist": "URL de documentos de metadatos permitidas", + "cimd_url_allowlist_description": "Restringe qué URL de documentos de metadatos de ID de cliente se aceptan. Se admiten comodines. Una lista vacía bloquea todas las URL.", + "refresh": "Actualizar", + "oidc_client_metadata_refreshed_successfully": "El documento de metadatos del cliente se ha actualizado correctamente", "create_new_client_secret": "Crear nuevo secreto de cliente", "are_you_sure_you_want_to_create_a_new_client_secret": "¿Estás seguro de que deseas crear un nuevo secreto de cliente? El antiguo quedará invalidado.", "generate": "Generar", @@ -562,5 +578,7 @@ "deny": "Negar", "approve": "Aprobar", "or": "o", - "visit_and_enter": "Entra en {url} e introduce:" + "visit_and_enter": "Entra en {url} e introduce:", + "oidc": "OIDC", + "device_login_request_expired": "Tu código QR ha caducado. Por favor, vuelve a iniciar el proceso de inicio de sesión." } diff --git a/frontend/messages/et.json b/frontend/messages/et.json index 9cd40ef4..1a8ac067 100644 --- a/frontend/messages/et.json +++ b/frontend/messages/et.json @@ -7,6 +7,7 @@ "key": "Key", "value": "Value", "remove_custom_claim": "Remove custom claim", + "remove_url": "Eemalda URL {identifier}", "add_custom_claim": "Add custom claim", "add_another": "Add another", "select_a_date": "Select a date", @@ -37,23 +38,27 @@ "expiration": "Expiration", "name": "Name", "an_unknown_error_occurred": "An unknown error occurred", - "authentication_process_was_aborted": "The authentication process was aborted", - "error_occurred_with_authenticator": "An error occurred with the authenticator", - "authenticator_does_not_support_discoverable_credentials": "The authenticator does not support discoverable credentials", - "authenticator_does_not_support_resident_keys": "The authenticator does not support resident keys", + "authentication_process_was_aborted": "Parooli kinnitamine tühistati", + "error_occurred_with_authenticator": "Salasõna kasutamisel tekkis viga", + "authenticator_does_not_support_discoverable_credentials": "See seade ei toeta nõutavat parooli tüüpi", + "authenticator_does_not_support_resident_keys": "See seade ei toeta nõutavat parooli tüüpi", "passkey_was_previously_registered": "This passkey was previously registered", - "authenticator_does_not_support_any_of_the_requested_algorithms": "The authenticator does not support any of the requested algorithms", - "webauthn_error_invalid_rp_id": "The configured relying party ID is invalid.", - "webauthn_error_invalid_domain": "The configured domain is invalid.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "See seade ei toeta ühtegi ühilduvat parooli", + "webauthn_error_invalid_rp_id": "Selle domeeni jaoks ei ole juurdepääsuvõtmeid õigesti konfigureeritud.", + "webauthn_error_invalid_domain": "Konfigureeritud domeenis ei saa kasutada juurdepääsuvõtmeid.", "contact_administrator_to_fix": "Contact your administrator to fix this issue.", - "webauthn_operation_not_allowed_or_timed_out": "The operation was not allowed or timed out", + "webauthn_operation_not_allowed_or_timed_out": "Parooli sisestamise palve tühistati või aegus", "webauthn_not_supported_by_browser": "Passkeys are not supported by this browser. Please use an alternative sign in method.", + "passkey_request_expired": "Teie juurdepääsukoodi taotluse kehtivusaeg on lõppenud", + "passkey_response_invalid": "Meil ei õnnestunud töödelda teie parooli vastust", + "passkey_verification_failed": "Meil ei õnnestunud teie parooli kinnitada", + "passkey_user_verification_required": "Teie juurdepääsuvõti ei suutnud teie identiteeti kinnitada. Kui kasutate turvavõtit, seadistage FIDO2-PIN-kood ja proovige uuesti", "critical_error_occurred_contact_administrator": "A critical error occurred. Please contact your administrator.", "sign_in_to": "Sign in to {name}", "account_selection_signin_confirmation": "Kas soovite jätkata järgmise kontoga {#b}{name}{/b}?", "use_a_different_account": "Kasuta teist kontot", - "client_wants_to_access_the_following_information": "{#b}{client}{/b} wants to access the following information:", - "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Do you want to sign in to {#b}{client}{/b} with your {appName} account?", + "client_wants_to_access_the_following_information": "{#b}{client}{/b} soovib juurdepääsu järgmisele teabele:", + "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Kas soovid sisse logida veebisaidile {#b}{client}{/b} oma {appName} kontoga?", "email": "Email", "view_your_email_address": "View your email address", "profile": "Profile", @@ -65,7 +70,7 @@ "try_again": "Try again", "client_logo": "Client Logo", "sign_out": "Sign out", - "do_you_want_to_sign_out_of_pocketid_with_the_account": "Do you want to sign out of {appName} with the account {#b}{username}{/b}?", + "do_you_want_to_sign_out_of_pocketid_with_the_account": "Kas soovid logida välja veebisaidilt {appName} kontoga {#b}{username}{/b}?", "sign_in_to_appname": "Sign in to {appName}", "please_try_to_sign_in_again": "Please try to sign in again.", "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", @@ -136,7 +141,7 @@ "name_passkey": "Name Passkey", "name_your_passkey_to_easily_identify_it_later": "Name your passkey to easily identify it later.", "create_api_key": "Create API Key", - "add_a_new_api_key_for_programmatic_access": "Add a new API key for programmatic access to the {#link href=|https://pocket-id.org/docs/api|}Pocket ID API{/link}.", + "add_a_new_api_key_for_programmatic_access": "Lisa uus API-võti, et saada programmiline juurdepääs {#link href=|https://pocket-id.org/docs/api|}Pocket ID API-le{/link}.", "add_api_key": "Add API Key", "manage_api_keys": "Manage API Keys", "api_key_created": "API Key Created", @@ -296,6 +301,17 @@ "enabled": "Enabled", "disabled": "Disabled", "oidc_client_updated_successfully": "OIDC client updated successfully", + "client_type": "Tüüp", + "client_type_standard": "Standard", + "client_type_metadata_document": "Metadata-dokument", + "cimd_client_managed_fields_title": "Mõned omadused on ainult lugemiseks", + "cimd_client_managed_fields_description": "Seda klienti hallatakse kliendi ID metaandmete dokumendi (CIMD) kaudu, seega ei saa selles dokumendis esitatud omadusi siin muuta.", + "client_id_metadata_documents": "Kliendi ID-ga seotud metaandmed ja dokumendid", + "client_id_metadata_documents_description": "Kliendi-ID metaandmete dokumendid (CIMD) võimaldavad OAuth-klientidel end URL-i abil identifitseerida. Eelregistreerimine pole vajalik.", + "cimd_url_allowlist": "Lubatud metaandmete dokumentide URL-id", + "cimd_url_allowlist_description": "Määrake kindlaks, milliste kliendi-ID metaandmete dokumentide URL-aadresseid aktsepteeritakse. Toetatakse metamärke. Tühi nimekiri blokeerib kõik URL-aadressid.", + "refresh": "Värskenda", + "oidc_client_metadata_refreshed_successfully": "Kliendi metaandmete dokument uuendati edukalt", "create_new_client_secret": "Create new client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Are you sure you want to create a new client secret? The old one will be invalidated.", "generate": "Generate", @@ -323,7 +339,7 @@ "reset_to_default": "Reset to default", "profile_picture_has_been_reset": "Profile picture has been reset. It may take a few minutes to update.", "select_the_language_you_want_to_use": "Select the language you want to use. Please note that some text may be automatically translated and could be inaccurate.", - "contribute_to_translation": "If you find an issue you're welcome to contribute to the translation on {#link href=|https://crowdin.com/project/pocket-id|}Crowdin{/link}.", + "contribute_to_translation": "Kui leiad vea, oled oodatud tõlkimisel kaasa aitama veebilehel {#link href=|https://crowdin.com/project/pocket-id|}Crowdin{/link}.", "personal": "Personal", "global": "Global", "all_users": "All Users", @@ -354,7 +370,7 @@ "send_email": "Send Email", "show_code": "Show Code", "callback_url_description": "Teie kliendi poolt esitatud URL-id. Toetatakse {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}metamärke{/link}.", - "logout_callback_url_description": "URL(s) provided by your client for logout. {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}Wildcards{/link} are supported.", + "logout_callback_url_description": "Teie kliendi poolt väljalogimiseks esitatud URL-id. {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}Toetatakse metamärke{/link}.", "api_key_expiration": "API Key Expiration", "send_an_email_to_the_user_when_their_api_key_is_about_to_expire": "Send an email to the user when their API key is about to expire.", "authorize_device": "Authorize Device", @@ -444,7 +460,7 @@ "client_description": "Kirjeldus", "client_description_description": "Kliendi valikuline kirjeldus, mis kuvatakse Pocket ID kasutajaliideses.", "revoke_access": "Revoke Access", - "revoke_access_description": "Revoke access to {#b}{clientName}{/b}. {#b}{clientName}{/b} will no longer be able to access your account information.", + "revoke_access_description": "Tühista {#b}{clientName}{/b} juurdepääs. {#b}{clientName}{/b} ei saa enam sinu kontoandmetele juurde pääseda.", "revoke_access_successful": "The access to {clientName} has been successfully revoked.", "last_signed_in_ago": "Last signed in {time} ago", "invalid_client_id": "Client ID can only contain letters, numbers, underscores, and hyphens", @@ -457,7 +473,7 @@ "configure_application_images": "Configure Application Images", "ui_config_disabled_info_title": "UI Configuration Disabled", "ui_config_disabled_info_description": "The UI configuration is disabled because the application configuration settings are managed through environment variables. Some settings may not be editable.", - "logo_from_url_description": "Paste a direct image URL (svg, png, webp). Find icons at {#link href=|https://selfh.st/icons|}Selfh.st Icons{/link} or {#link href=|https://dashboardicons.com|}Dashboard Icons{/link}.", + "logo_from_url_description": "Kopeeri pildi otsene URL-aadress (svg, png, webp). Ikoone leiad aadressilt {#link href=|https://selfh.st/icons|}Selfh.st Icons{/link} või {#link href=|https://dashboardicons.com|}Dashboard Icons{/link}.", "invalid_url": "Invalid URL", "require_user_email": "Require Email Address", "require_user_email_description": "Requires users to have an email address. If disabled, the users without an email address won't be able to use features that require an email address.", @@ -475,13 +491,13 @@ "allowed_oidc_clients": "Allowed OIDC Clients", "allowed_oidc_clients_description": "Select the OIDC clients that members of this user group are allowed to sign in to.", "unrestrict_oidc_client": "Unrestrict {clientName}", - "confirm_unrestrict_oidc_client_description": "Are you sure you want to unrestrict the OIDC client {#b}{clientName}{/b}? This will remove all group assignments for this client and any user will be able to sign in.", + "confirm_unrestrict_oidc_client_description": "Kas oled kindel, et soovid tühistada OIDC-kliendi {#b}{clientName}{/b} piirangud? See eemaldab kõik selle kliendi rühmamääramised ja iga kasutaja saab sisse logida.", "allowed_oidc_clients_updated_successfully": "Allowed OIDC clients updated successfully", "yes": "Yes", "no": "No", "restricted": "Restricted", "scim_provisioning": "SCIM Provisioning", - "scim_provisioning_description": "SCIM provisioning allows you to automatically provision and deprovision users and groups from your OIDC client. Learn more in the {#link href=|https://pocket-id.org/docs/configuration/scim|}docs{/link}.", + "scim_provisioning_description": "SCIM-i haldamisfunktsioon võimaldab teil automaatselt lisada ja eemaldada kasutajaid ja rühmi oma OIDC-kliendist. Lisateavet leiate {#link href=|https://pocket-id.org/docs/configuration/scim|}dokumentatsioonist{/link}.", "scim_endpoint": "SCIM Endpoint", "scim_token": "SCIM Token", "last_successful_sync_at": "Last successful sync: {time}", @@ -489,7 +505,7 @@ "scim_enabled_successfully": "SCIM enabled successfully.", "scim_disabled_successfully": "SCIM disabled successfully.", "disable_scim_provisioning": "Disable SCIM Provisioning", - "disable_scim_provisioning_confirm_description": "Are you sure you want to disable SCIM provisioning for {#b}{clientName}{/b}? This will stop all automatic user and group provisioning and deprovisioning.", + "disable_scim_provisioning_confirm_description": "Kas oled kindel, et soovid {#b}{clientName}{/b} jaoks SCIM-i konfigureerimise välja lülitada? See peatab kõik kasutajate ja rühmade automaatsed lisamise ja eemaldamise toimingud.", "scim_sync_failed": "SCIM sync failed. Check the server logs for more information.", "scim_sync_successful": "The SCIM sync has been completed successfully.", "save_and_sync": "Save and Sync", @@ -562,5 +578,7 @@ "deny": "Eita", "approve": "Kinnita", "or": "või", - "visit_and_enter": "Külasta veebilehte {url} ja sisesta:" + "visit_and_enter": "Külasta veebilehte {url} ja sisesta:", + "oidc": "OIDC", + "device_login_request_expired": "Teie QR-kood on aegunud. Palun alustage sisselogimist uuesti." } diff --git a/frontend/messages/fi.json b/frontend/messages/fi.json index d7bef107..156df8af 100644 --- a/frontend/messages/fi.json +++ b/frontend/messages/fi.json @@ -7,6 +7,7 @@ "key": "Avain", "value": "Arvo", "remove_custom_claim": "Poista mukautettu vaatimus", + "remove_url": "Poista URL-osoite {identifier}", "add_custom_claim": "Lisää mukautettu vaatimus", "add_another": "Lisää toinen", "select_a_date": "Valitse päivämäärä", @@ -37,17 +38,21 @@ "expiration": "Vanhentuminen", "name": "Nimi", "an_unknown_error_occurred": "Tapahtui tuntematon virhe", - "authentication_process_was_aborted": "Todentamisprosessi keskeytettiin", - "error_occurred_with_authenticator": "Todentajan kanssa tapahtui virhe", - "authenticator_does_not_support_discoverable_credentials": "Todentaja ei tue löydettäviä käyttäjätietoja", - "authenticator_does_not_support_resident_keys": "Todentaja ei tue laiteavaimia", + "authentication_process_was_aborted": "Salasanan vahvistus peruutettiin", + "error_occurred_with_authenticator": "Salasanan käytön yhteydessä ilmeni virhe", + "authenticator_does_not_support_discoverable_credentials": "Tämä laite ei tue vaadittua salasanaa", + "authenticator_does_not_support_resident_keys": "Tämä laite ei tue vaadittua salasanatyyppiä", "passkey_was_previously_registered": "Tämä pääsyavain on aiemmin rekisteröity", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Todentaja ei tue mitään pyydetyistä algoritmeista", - "webauthn_error_invalid_rp_id": "Määritetty luottavan osapuolen tunnus on virheellinen.", - "webauthn_error_invalid_domain": "Määritetty verkkotunnus ei ole kelvollinen.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Tämä laite ei tue yhteensopivaa salasanaa", + "webauthn_error_invalid_rp_id": "Tämän verkkotunnuksen avaimia ei ole määritetty oikein.", + "webauthn_error_invalid_domain": "Pääkäyttäjätunnuksia ei voi käyttää määritetyllä verkkotunnuksella.", "contact_administrator_to_fix": "Ota yhteyttä järjestelmänvalvojaan tämän ongelman korjaamiseksi.", - "webauthn_operation_not_allowed_or_timed_out": "Toimintoa ei sallittu tai sen aikakatkaisu umpeutui.", + "webauthn_operation_not_allowed_or_timed_out": "Salasanan syöttökehote peruutettiin tai sen aikaraja umpeutui", "webauthn_not_supported_by_browser": "Tämä selain ei tue salasanan sijaan käytettäviä tunnuksia. Käytä vaihtoehtoista kirjautumistapaa.", + "passkey_request_expired": "Salasanapyynnön voimassaoloaika on päättynyt", + "passkey_response_invalid": "Emme pystyneet käsittelemään salasanasi avulla lähetettyä vastausta", + "passkey_verification_failed": "Emme pystyneet vahvistamaan salasanaasi", + "passkey_user_verification_required": "Salasanaasi ei voitu käyttää tunnistautumiseen. Jos käytät turva-avainta, määritä FIDO2-PIN-koodi ja yritä uudelleen", "critical_error_occurred_contact_administrator": "Kriittinen virhe tapahtui. Ota yhteyttä järjestelmänvalvojaan.", "sign_in_to": "Kirjaudu palveluun {name}", "account_selection_signin_confirmation": "Haluatko jatkaa seuraavalla tilillä {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Käytössä", "disabled": "Pois käytöstä", "oidc_client_updated_successfully": "OIDC-asiakasohjelma päivitetty onnistuneesti", + "client_type": "Tyyppi", + "client_type_standard": "Vakio", + "client_type_metadata_document": "Metatietodokumentti", + "cimd_client_managed_fields_title": "Jotkin ominaisuudet ovat vain luku -muotoisia", + "cimd_client_managed_fields_description": "Tätä asiakasta hallitaan asiakastunnusmetatietodokumentin (CIMD) avulla, joten dokumentissa määritettyjä ominaisuuksia ei voi muokata tässä.", + "client_id_metadata_documents": "Asiakastunnuksen metatiedot ja asiakirjat", + "client_id_metadata_documents_description": "Asiakastunnusmetatietodokumenttien (CIMD) avulla OAuth-asiakkaat voivat tunnistaa itsensä URL-osoitteen avulla. Ennakkorekisteröitymistä ei tarvita.", + "cimd_url_allowlist": "Sallitut metatietodokumenttien URL-osoitteet", + "cimd_url_allowlist_description": "Määritä, mitkä asiakastunnuksen metatietodokumenttien URL-osoitteet hyväksytään. Yleismerkkejä tuetaan. Tyhjä luettelo estää kaikki URL-osoitteet.", + "refresh": "Päivitä", + "oidc_client_metadata_refreshed_successfully": "Asiakkaan metatietodokumentti päivitettiin onnistuneesti", "create_new_client_secret": "Luo uusi asiakassalaisuus", "are_you_sure_you_want_to_create_a_new_client_secret": "Haluatko varmasti luoda uuden asiakassalaisuuden? Vanha salaisuus mitätöidään.", "generate": "Luo", @@ -562,5 +578,7 @@ "deny": "Hylkää", "approve": "Hyväksy", "or": "tai", - "visit_and_enter": "Käy osoitteessa {url} ja kirjoita:" + "visit_and_enter": "Käy osoitteessa {url} ja kirjoita:", + "oidc": "OIDC", + "device_login_request_expired": "QR-koodisi on vanhentunut. Aloita kirjautuminen alusta." } diff --git a/frontend/messages/fr.json b/frontend/messages/fr.json index 5abeaadd..59808f3b 100644 --- a/frontend/messages/fr.json +++ b/frontend/messages/fr.json @@ -7,6 +7,7 @@ "key": "Clé", "value": "Valeur", "remove_custom_claim": "Supprimer la revendication personnalisée", + "remove_url": "Supprimer l'URL {identifier}", "add_custom_claim": "Ajouter une revendication personnalisée", "add_another": "Ajouter un autre", "select_a_date": "Sélectionner une date", @@ -37,20 +38,24 @@ "expiration": "Expiration", "name": "Nom", "an_unknown_error_occurred": "Une erreur inconnue est survenue", - "authentication_process_was_aborted": "Le processus d'authentification a été interrompu", - "error_occurred_with_authenticator": "Une erreur est survenue pendant l'authentification", - "authenticator_does_not_support_discoverable_credentials": "L'authentificateur ne prend pas en charge les identifiants découvrables", - "authenticator_does_not_support_resident_keys": "L'authentificateur ne prend pas en charge les clés résidentes", + "authentication_process_was_aborted": "La vérification du mot de passe a été annulée", + "error_occurred_with_authenticator": "Une erreur s'est produite lors de l'utilisation de ton mot de passe", + "authenticator_does_not_support_discoverable_credentials": "Cet appareil ne prend pas en charge le type de mot de passe requis", + "authenticator_does_not_support_resident_keys": "Cet appareil ne prend pas en charge le type de mot de passe requis", "passkey_was_previously_registered": "Cette clé d'accès a déjà été enregistrée", - "authenticator_does_not_support_any_of_the_requested_algorithms": "L'authentificateur ne supporte aucun des algorithmes requis", - "webauthn_error_invalid_rp_id": "L'ID de la partie de confiance configurée n'est pas valide.", - "webauthn_error_invalid_domain": "Le domaine configuré n'est pas valide.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Cet appareil ne prend pas en charge cette clé d'accès", + "webauthn_error_invalid_rp_id": "Les clés d'accès ne sont pas configurées correctement pour ce domaine.", + "webauthn_error_invalid_domain": "Les clés d'accès ne peuvent pas être utilisées sur le domaine configuré.", "contact_administrator_to_fix": "Contactez votre administrateur pour régler ce problème.", - "webauthn_operation_not_allowed_or_timed_out": "L'opération n'a pas été autorisée ou a expiré.", + "webauthn_operation_not_allowed_or_timed_out": "La demande de mot de passe a été annulée ou le délai d'attente a expiré", "webauthn_not_supported_by_browser": "Les clés d'accès ne sont pas prises en charge par ce navigateur. Essaie une autre méthode de connexion.", + "passkey_request_expired": "Votre demande de mot de passe a expiré", + "passkey_response_invalid": "Nous n'avons pas pu traiter la réponse de votre clé d'accès", + "passkey_verification_failed": "Nous n'avons pas pu vérifier votre clé d'accès", + "passkey_user_verification_required": "Votre clé d'accès n'a pas pu vous vérifier. Si vous utilisez une clé de sécurité, configurez un code PIN FIDO2 et réessayez", "critical_error_occurred_contact_administrator": "Une erreur critique s'est produite. Veuillez contacter votre administrateur.", "sign_in_to": "Connexion à {name}", - "account_selection_signin_confirmation": "Veux-tu utiliser le compte suivant pour continuer {#b}{name}{/b}?", + "account_selection_signin_confirmation": "Voulez-vous utiliser le compte suivant pour continuer vers {#b}{name}{/b} ?", "use_a_different_account": "Utilise un autre compte", "client_wants_to_access_the_following_information": "{#b}{client}{/b} souhaite accéder aux informations suivantes :", "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Voulez-vous vous connecter à {#b}{client}{/b} avec votre compte {appName}?", @@ -65,7 +70,7 @@ "try_again": "Réessayer", "client_logo": "Logo du client", "sign_out": "Déconnexion", - "do_you_want_to_sign_out_of_pocketid_with_the_account": "Voulez-vous vous déconnecter de Pocket ID avec le compte {#b}{username}{/b}?", + "do_you_want_to_sign_out_of_pocketid_with_the_account": "Voulez-vous vous déconnecter de {appName} avec le compte {#b}{username}{/b}?", "sign_in_to_appname": "Se connecter à {appName}", "please_try_to_sign_in_again": "Veuillez essayer de vous connecter à nouveau.", "authenticate_with_passkey_to_access_account": "Authentifiez-vous avec votre clé d'accès pour accéder à votre compte.", @@ -296,6 +301,17 @@ "enabled": "Activé", "disabled": "Désactivé", "oidc_client_updated_successfully": "Client OIDC mis à jour avec succès", + "client_type": "Type", + "client_type_standard": "Standard", + "client_type_metadata_document": "Document de métadonnées", + "cimd_client_managed_fields_title": "Certaines propriétés sont en lecture seule", + "cimd_client_managed_fields_description": "Ce client est géré via un document de métadonnées d'identifiant client (CIMD) ; les propriétés fournies par ce document ne peuvent donc pas être modifiées ici.", + "client_id_metadata_documents": "Documents de métadonnées relatifs à l'identifiant client", + "client_id_metadata_documents_description": "Les documents de métadonnées d'identification client (CIMD) permettent aux clients OAuth de s'identifier à l'aide d'une URL. Aucune inscription préalable n'est nécessaire.", + "cimd_url_allowlist": "URL de documents de métadonnées autorisées", + "cimd_url_allowlist_description": "Définis les URL de documents de métadonnées d'ID client qui sont acceptées. Les caractères génériques sont pris en charge. Une liste vide bloque toutes les URL.", + "refresh": "Actualiser", + "oidc_client_metadata_refreshed_successfully": "Le document de métadonnées du client a été mis à jour avec succès", "create_new_client_secret": "Créer un nouveau secret client", "are_you_sure_you_want_to_create_a_new_client_secret": "Êtes-vous sûr de vouloir créer un nouveau secret client ? L'ancien secret sera invalidé.", "generate": "Générer", @@ -562,5 +578,7 @@ "deny": "Refuser", "approve": "Valider", "or": "ou", - "visit_and_enter": "Rends-toi sur {url} et saisis :" + "visit_and_enter": "Rends-toi sur {url} et saisis :", + "oidc": "OIDC", + "device_login_request_expired": "Ton code QR a expiré. Relance la procédure de connexion." } diff --git a/frontend/messages/it.json b/frontend/messages/it.json index fab8c894..68825505 100644 --- a/frontend/messages/it.json +++ b/frontend/messages/it.json @@ -7,6 +7,7 @@ "key": "Chiave", "value": "Valore", "remove_custom_claim": "Rimuovi attributo personalizzato", + "remove_url": "Rimuovi URL {identifier}", "add_custom_claim": "Aggiungi attributo personalizzato", "add_another": "Aggiungi altro", "select_a_date": "Seleziona una data", @@ -37,17 +38,21 @@ "expiration": "Scadenza", "name": "Nome", "an_unknown_error_occurred": "Si è verificato un errore sconosciuto", - "authentication_process_was_aborted": "Il processo di autenticazione è stato interrotto", - "error_occurred_with_authenticator": "Si è verificato un errore con l'autenticatore", - "authenticator_does_not_support_discoverable_credentials": "L'autenticatore non supporta le credenziali rilevabili", - "authenticator_does_not_support_resident_keys": "L'autenticatore non supporta le chiavi residenti", + "authentication_process_was_aborted": "La verifica del passkey è stata annullata", + "error_occurred_with_authenticator": "Si è verificato un errore durante l'utilizzo della tua passkey", + "authenticator_does_not_support_discoverable_credentials": "Questo dispositivo non supporta il tipo di passkey richiesto", + "authenticator_does_not_support_resident_keys": "Questo dispositivo non supporta il tipo di passkey richiesto", "passkey_was_previously_registered": "Questa passkey è stata registrata in precedenza", - "authenticator_does_not_support_any_of_the_requested_algorithms": "L'autenticatore non supporta nessuno degli algoritmi richiesti", - "webauthn_error_invalid_rp_id": "L'ID della parte affidabile che hai impostato non va bene.", - "webauthn_error_invalid_domain": "Il dominio che hai impostato non va bene.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Questo dispositivo non supporta una passkey compatibile", + "webauthn_error_invalid_rp_id": "Le passkey non sono configurate correttamente per questo dominio.", + "webauthn_error_invalid_domain": "Le passkey non possono essere utilizzate sul dominio configurato.", "contact_administrator_to_fix": "Chiedi al tuo amministratore di risolvere questo problema.", - "webauthn_operation_not_allowed_or_timed_out": "L'operazione non è stata autorizzata o è scaduta.", + "webauthn_operation_not_allowed_or_timed_out": "La richiesta della passkey è stata annullata o è scaduto il tempo a disposizione", "webauthn_not_supported_by_browser": "Questo browser non supporta le passkey. Prova a usare un altro modo per accedere.", + "passkey_request_expired": "La tua richiesta di passkey è scaduta", + "passkey_response_invalid": "Non siamo riusciti a elaborare la risposta del tuo codice di accesso", + "passkey_verification_failed": "Non siamo riusciti a verificare la tua passkey", + "passkey_user_verification_required": "La tua passkey non è riuscita a verificare la tua identità. Se stai usando una chiave di sicurezza, imposta un PIN FIDO2 e riprova", "critical_error_occurred_contact_administrator": "Si è verificato un errore critico. Contatta il tuo amministratore.", "sign_in_to": "Accedi a {name}", "account_selection_signin_confirmation": "Vuoi usare il seguente account per continuare a {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Abilitato", "disabled": "Disabilitato", "oidc_client_updated_successfully": "Client OIDC aggiornato con successo", + "client_type": "Tipo", + "client_type_standard": "Standard", + "client_type_metadata_document": "Documento sui metadati", + "cimd_client_managed_fields_title": "Alcune proprietà sono di sola lettura", + "cimd_client_managed_fields_description": "Questo cliente è gestito tramite un documento di metadati dell'ID cliente (CIMD), quindi le proprietà fornite dal documento non possono essere modificate qui.", + "client_id_metadata_documents": "Documenti relativi ai metadati dell'ID cliente", + "client_id_metadata_documents_description": "I documenti di metadati dell'ID cliente (CIMD) permettono ai client OAuth di identificarsi tramite un URL. Non serve alcuna registrazione preventiva.", + "cimd_url_allowlist": "URL dei documenti di metadati consentiti", + "cimd_url_allowlist_description": "Limita gli URL dei documenti di metadati relativi agli ID client che vengono accettati. Sono supportati i caratteri jolly. Un elenco vuoto blocca tutti gli URL.", + "refresh": "Aggiorna", + "oidc_client_metadata_refreshed_successfully": "Il documento dei metadati del cliente è stato aggiornato con successo", "create_new_client_secret": "Crea nuovo client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Sei sicuro di voler creare un nuovo client secret? Quello vecchio sarà invalidato.", "generate": "Genera", @@ -562,5 +578,7 @@ "deny": "Negare", "approve": "Approva", "or": "oppure", - "visit_and_enter": "Visita il sito {url} e inserisci:" + "visit_and_enter": "Visita il sito {url} e inserisci:", + "oidc": "OIDC", + "device_login_request_expired": "Il tuo codice QR è scaduto. Ricomincia la procedura di accesso." } diff --git a/frontend/messages/ja.json b/frontend/messages/ja.json index b26f77fc..ba97f9c7 100644 --- a/frontend/messages/ja.json +++ b/frontend/messages/ja.json @@ -7,6 +7,7 @@ "key": "キー", "value": "値", "remove_custom_claim": "カスタムクレームを削除", + "remove_url": "URLを削除する {identifier}", "add_custom_claim": "カスタムクレームを追加", "add_another": "さらに追加", "select_a_date": "日付を選択", @@ -37,17 +38,21 @@ "expiration": "有効期限", "name": "名前", "an_unknown_error_occurred": "不明なエラーが発生しました", - "authentication_process_was_aborted": "認証プロセスが中止されました", - "error_occurred_with_authenticator": "認証ツールでエラーが発生しました", - "authenticator_does_not_support_discoverable_credentials": "認証ツールは discoverable credential をサポートしていません", - "authenticator_does_not_support_resident_keys": "認証ツールは resident key をサポートしていません", + "authentication_process_was_aborted": "パスキーによる認証がキャンセルされました", + "error_occurred_with_authenticator": "パスキーの使用中に問題が発生しました", + "authenticator_does_not_support_discoverable_credentials": "このデバイスは、必要なパスキーの形式に対応していません", + "authenticator_does_not_support_resident_keys": "このデバイスは、必要なパスキーの形式に対応していません", "passkey_was_previously_registered": "このパスキーは既に登録されています", - "authenticator_does_not_support_any_of_the_requested_algorithms": "認証ツールは要求されたアルゴリズムのいずれをもサポートしていません", - "webauthn_error_invalid_rp_id": "設定された信頼当事者IDは無効です。", - "webauthn_error_invalid_domain": "設定されたドメインは無効です。", + "authenticator_does_not_support_any_of_the_requested_algorithms": "このデバイスは、互換性のあるパスキーに対応していません", + "webauthn_error_invalid_rp_id": "このドメインでは、パスキーが正しく設定されていません。", + "webauthn_error_invalid_domain": "設定されたドメインでは、パスキーは使用できません。", "contact_administrator_to_fix": "この問題を修正するには、管理者にお問い合わせください。", - "webauthn_operation_not_allowed_or_timed_out": "操作は許可されませんでした、またはタイムアウトしました", + "webauthn_operation_not_allowed_or_timed_out": "パスキーの入力を求めるプロンプトがキャンセルされたか、タイムアウトしました", "webauthn_not_supported_by_browser": "このブラウザではパスキーはサポートされていません。別のサインイン方法をご利用ください。", + "passkey_request_expired": "パスキーのリクエストの有効期限が切れました", + "passkey_response_invalid": "お客様のパスキーからの応答を処理できませんでした", + "passkey_verification_failed": "パスキーを確認できませんでした", + "passkey_user_verification_required": "パスキーによる本人確認に失敗しました。セキュリティキーを使用している場合は、FIDO2 PINを設定してから、もう一度お試しください。", "critical_error_occurred_contact_administrator": "重大なエラーが発生しました。管理者にお問い合わせください。", "sign_in_to": "{name} にサインイン", "account_selection_signin_confirmation": "以下のアカウントを使用して続行しますか {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "有効", "disabled": "無効", "oidc_client_updated_successfully": "OIDC クライアントが正常に更新されました", + "client_type": "種類", + "client_type_standard": "標準", + "client_type_metadata_document": "メタデータ文書", + "cimd_client_managed_fields_title": "一部のプロパティは読み取り専用です", + "cimd_client_managed_fields_description": "このクライアントはクライアントIDメタデータドキュメント(CIMD)を通じて管理されているため、このドキュメントで指定されたプロパティはここで編集することはできません。", + "client_id_metadata_documents": "クライアントIDメタデータ文書", + "client_id_metadata_documents_description": "クライアントIDメタデータドキュメント(CIMD)により、OAuthクライアントはURLを使用して自身を識別することができます。事前の登録は不要です。", + "cimd_url_allowlist": "許可されているメタデータ文書のURL", + "cimd_url_allowlist_description": "受け入れられるクライアント ID メタデータ ドキュメントの URL を制限します。ワイルドカードが使用可能です。リストを空にすると、すべての URL がブロックされます。", + "refresh": "更新", + "oidc_client_metadata_refreshed_successfully": "クライアントのメタデータドキュメントの更新に成功しました", "create_new_client_secret": "新しいクライアントシークレットを作成する", "are_you_sure_you_want_to_create_a_new_client_secret": "新しいクライアントシークレットを作成してもよろしいですか?古いシークレットは無効化されます。", "generate": "生成", @@ -562,5 +578,7 @@ "deny": "拒否する", "approve": "承認する", "or": "または", - "visit_and_enter": "{url} にアクセスし、以下を入力してください:" + "visit_and_enter": "{url} にアクセスし、以下を入力してください:", + "oidc": "OIDC", + "device_login_request_expired": "QRコードの有効期限が切れています。サインインの手順を最初からやり直してください。" } diff --git a/frontend/messages/ko.json b/frontend/messages/ko.json index 60ccc1cb..30f9f6ab 100644 --- a/frontend/messages/ko.json +++ b/frontend/messages/ko.json @@ -7,6 +7,7 @@ "key": "키", "value": "값", "remove_custom_claim": "사용자 정의 클레임 제거", + "remove_url": "URL 삭제 {identifier}", "add_custom_claim": "사용자 정의 클레임 추가", "add_another": "추가", "select_a_date": "날짜 선택", @@ -37,17 +38,21 @@ "expiration": "만료", "name": "이름", "an_unknown_error_occurred": "알 수 없는 오류 발생", - "authentication_process_was_aborted": "인증 프로세스가 중단되었습니다", - "error_occurred_with_authenticator": "인증기에서 오류가 발생했습니다", - "authenticator_does_not_support_discoverable_credentials": "인증기가 발견 가능한 자격 증명을 지원하지 않습니다", - "authenticator_does_not_support_resident_keys": "인증기가 레지던트 키를 지원하지 않습니다", + "authentication_process_was_aborted": "패스키 인증이 취소되었습니다.", + "error_occurred_with_authenticator": "패스키를 사용하는 동안 문제가 발생했습니다.", + "authenticator_does_not_support_discoverable_credentials": "이 기기는 필요한 패스키 유형을 지원하지 않습니다.", + "authenticator_does_not_support_resident_keys": "이 기기는 필요한 패스키 유형을 지원하지 않습니다.", "passkey_was_previously_registered": "이 패스키는 이미 등록되었습니다", - "authenticator_does_not_support_any_of_the_requested_algorithms": "인증기가 요청된 알고리즘 중 어느 것도 지원하지 않습니다", - "webauthn_error_invalid_rp_id": "구성된 신뢰 당사자 ID가 유효하지 않습니다.", - "webauthn_error_invalid_domain": "구성된 도메인이 유효하지 않습니다.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "이 기기는 호환되는 패스키를 지원하지 않습니다.", + "webauthn_error_invalid_rp_id": "이 도메인에 대해 패스키가 올바르게 구성되지 않았습니다.", + "webauthn_error_invalid_domain": "설정된 도메인에서는 패스키를 사용할 수 없습니다.", "contact_administrator_to_fix": "이 문제를 해결하려면 관리자에게 문의하십시오.", - "webauthn_operation_not_allowed_or_timed_out": "작업이 허용되지 않았거나 시간 초과되었습니다.", + "webauthn_operation_not_allowed_or_timed_out": "패스키 입력 요청이 취소되었거나 시간 초과되었습니다.", "webauthn_not_supported_by_browser": "이 브라우저에서는 패스키를 지원하지 않습니다. 다른 로그인 방법을 사용해 주세요.", + "passkey_request_expired": "귀하의 패스키 요청이 만료되었습니다.", + "passkey_response_invalid": "귀하의 패스키에서 전송된 응답을 처리할 수 없었습니다.", + "passkey_verification_failed": "귀하의 패스키를 확인할 수 없습니다.", + "passkey_user_verification_required": "패스키로 신원 확인이 불가능했습니다. 보안 키를 사용 중이라면 FIDO2 PIN을 설정한 후 다시 시도해 주세요.", "critical_error_occurred_contact_administrator": "치명적인 오류가 발생했습니다. 관리자에게 연락해주세요.", "sign_in_to": "{name}에 로그인", "account_selection_signin_confirmation": "다음 계정으로 계속 진행하시겠습니까? {#b}{name}{/b}계속하시겠습니까?", @@ -296,6 +301,17 @@ "enabled": "활성화됨", "disabled": "비활성화됨", "oidc_client_updated_successfully": "OIDC 클라이언트가 성공적으로 업데이트되었습니다", + "client_type": "유형", + "client_type_standard": "표준", + "client_type_metadata_document": "메타데이터 문서", + "cimd_client_managed_fields_title": "일부 속성은 읽기 전용입니다.", + "cimd_client_managed_fields_description": "이 클라이언트는 클라이언트 ID 메타데이터 문서(CIMD)를 통해 관리되므로, 해당 문서에서 제공하는 속성은 여기에서 편집할 수 없습니다.", + "client_id_metadata_documents": "고객 ID 메타데이터 문서", + "client_id_metadata_documents_description": "CIMD(Client ID Metadata Documents)를 통해 OAuth 클라이언트는 URL을 사용하여 자신을 식별할 수 있습니다. 사전 등록이 필요하지 않습니다.", + "cimd_url_allowlist": "허용되는 메타데이터 문서 URL", + "cimd_url_allowlist_description": "수락할 클라이언트 ID 메타데이터 문서 URL을 제한합니다. 와일드카드가 지원됩니다. 목록을 비워두면 모든 URL이 차단됩니다.", + "refresh": "새로 고침", + "oidc_client_metadata_refreshed_successfully": "클라이언트 메타데이터 문서가 성공적으로 갱신되었습니다.", "create_new_client_secret": "새로운 클라이언트 시크릿 생성", "are_you_sure_you_want_to_create_a_new_client_secret": "새로운 클라이언트 시크릿 생성하시겠습니까? 기존 클라이언트 시크릿은 무효화됩니다.", "generate": "생성", @@ -562,5 +578,7 @@ "deny": "거부", "approve": "승인", "or": "또는", - "visit_and_enter": "{url} 에 접속하여 다음을 입력하세요:" + "visit_and_enter": "{url} 에 접속하여 다음을 입력하세요:", + "oidc": "OIDC", + "device_login_request_expired": "귀하의 QR 코드가 만료되었습니다. 로그인 절차를 다시 시작해 주세요." } diff --git a/frontend/messages/lv.json b/frontend/messages/lv.json index 7a623487..56562c88 100644 --- a/frontend/messages/lv.json +++ b/frontend/messages/lv.json @@ -7,6 +7,7 @@ "key": "Atslēga", "value": "Vērtība", "remove_custom_claim": "Noņemt pielāgoto claim", + "remove_url": "Dzēst URL {identifier}", "add_custom_claim": "Pievienot pielāgoto claim", "add_another": "Pievienot vēl vienu", "select_a_date": "Izvēlieties datumu", @@ -37,17 +38,21 @@ "expiration": "Derīguma termiņš", "name": "Nosaukums", "an_unknown_error_occurred": "Radās nezināma kļūda", - "authentication_process_was_aborted": "Autentifikācijas process tika pārtraukts", - "error_occurred_with_authenticator": "Radās kļūda ar autentifikatoru", - "authenticator_does_not_support_discoverable_credentials": "Autentifikators neatbalsta atklājamus akreditācijas datus", - "authenticator_does_not_support_resident_keys": "Autentifikators neatbalsta rezidentās atslēgas", + "authentication_process_was_aborted": "Piekļuves atslēgas pārbaude tika atcelta", + "error_occurred_with_authenticator": "Izmantojot piekļuves atslēgu, radās kļūda", + "authenticator_does_not_support_discoverable_credentials": "Šī ierīce neatbalsta nepieciešamo paroles veidu", + "authenticator_does_not_support_resident_keys": "Šī ierīce neatbalsta nepieciešamo paroles veidu", "passkey_was_previously_registered": "Šī piekļuves atslēga jau iepriekš tika reģistrēta", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Autentifikators neatbalsta nevienu no pieprasītajiem algoritmiem", - "webauthn_error_invalid_rp_id": "Norādītais relying party ID nav derīgs.", - "webauthn_error_invalid_domain": "Norādītais domēns nav derīgs.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Šī ierīce neatbalsta saderīgu piekļuves kodu", + "webauthn_error_invalid_rp_id": "Šim domēnam piekļuves atslēgas nav pareizi konfigurētas.", + "webauthn_error_invalid_domain": "Konfigurētajā domēnā nevar izmantot piekļuves atslēgas.", "contact_administrator_to_fix": "Sazinieties ar administratoru, lai novērstu šo problēmu.", - "webauthn_operation_not_allowed_or_timed_out": "Darbība nebija atļauta vai arī iestājās noildze", + "webauthn_operation_not_allowed_or_timed_out": "Piekļuves atslēgas pieprasījums tika atcelts vai beidzās tā laika limits", "webauthn_not_supported_by_browser": "Šis pārlūks neatbalsta piekļuves atslēgas. Lūdzu, izmantojiet alternatīvu pierakstīšanās metodi.", + "passkey_request_expired": "Jūsu piekļuves atslēgas pieprasījuma derīguma termiņš ir beidzies", + "passkey_response_invalid": "Mums neizdevās apstrādāt atbildi, kas saņemta no jūsu piekļuves atslēgas", + "passkey_verification_failed": "Mums neizdevās pārbaudīt jūsu piekļuves atslēgu", + "passkey_user_verification_required": "Jūsu piekļuves atslēga nevarēja apstiprināt jūsu identitāti. Ja izmantojat drošības atslēgu, iestatiet FIDO2 PIN kodu un mēģiniet vēlreiz", "critical_error_occurred_contact_administrator": "Radās kritiska kļūda. Lūdzu, sazinieties ar administratoru.", "sign_in_to": "Pierakstīties {name}", "account_selection_signin_confirmation": "Vai vēlaties izmantot šo kontu, lai turpinātu {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Iespējots", "disabled": "Atspējots", "oidc_client_updated_successfully": "OIDC klients veiksmīgi atjaunināts", + "client_type": "Tips", + "client_type_standard": "Standarts", + "client_type_metadata_document": "Metadatu dokuments", + "cimd_client_managed_fields_title": "Daži īpašumi ir tikai lasāmi", + "cimd_client_managed_fields_description": "Šis klients tiek pārvaldīts, izmantojot klienta identifikatora metadatu dokumentu (CIMD), tāpēc šajā vietā nav iespējams rediģēt dokumentā norādītās īpašības.", + "client_id_metadata_documents": "Klienta identifikācijas numura metadatu dokumenti", + "client_id_metadata_documents_description": "Klienta identifikatora metadatu dokumenti (CIMD) ļauj OAuth klientiem identificēties, izmantojot URL. Iepriekšēja reģistrācija nav nepieciešama.", + "cimd_url_allowlist": "Atļautie metadatu dokumentu URL", + "cimd_url_allowlist_description": "Ierobežojiet, kuras klienta ID metadatu dokumentu URL adreses tiek pieņemtas. Tiek atbalstīti aizstājējzīmes. Tukšs saraksts bloķē visas URL adreses.", + "refresh": "Atjaunināt", + "oidc_client_metadata_refreshed_successfully": "Klienta metadatu dokuments veiksmīgi atjaunināts", "create_new_client_secret": "Izveidot jaunu client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Vai tiešām vēlaties izveidot jaunu client secret? Vecais tiks padarīts nederīgs.", "generate": "Ģenerēt", @@ -562,5 +578,7 @@ "deny": "Noliegt", "approve": "Apstiprināt", "or": "vai", - "visit_and_enter": "Apmeklējiet vietni {url} un ievadiet:" + "visit_and_enter": "Apmeklējiet vietni {url} un ievadiet:", + "oidc": "OIDC", + "device_login_request_expired": "Jūsu QR-kods ir zaudējis derīgumu. Lūdzu, sāciet pieteikšanās procesu no jauna." } diff --git a/frontend/messages/nl.json b/frontend/messages/nl.json index e607376e..89a5be09 100644 --- a/frontend/messages/nl.json +++ b/frontend/messages/nl.json @@ -7,6 +7,7 @@ "key": "Sleutel", "value": "Waarde", "remove_custom_claim": "Aangepaste claim verwijderen", + "remove_url": "URL verwijderen {identifier}", "add_custom_claim": "Aangepaste claim toevoegen", "add_another": "Nog een toevoegen", "select_a_date": "Selecteer een datum", @@ -37,17 +38,21 @@ "expiration": "Vervaldatum", "name": "Naam", "an_unknown_error_occurred": "Er is een onbekende fout opgetreden", - "authentication_process_was_aborted": "Het authenticatieproces is afgebroken", - "error_occurred_with_authenticator": "Er is een fout opgetreden met de authenticator", - "authenticator_does_not_support_discoverable_credentials": "De authenticator ondersteunt geen vindbare referenties", - "authenticator_does_not_support_resident_keys": "De authenticator ondersteunt geen vaste sleutels", + "authentication_process_was_aborted": "De verificatie met de passkey is geannuleerd", + "error_occurred_with_authenticator": "Er is iets misgegaan bij het gebruik van je toegangscode", + "authenticator_does_not_support_discoverable_credentials": "Dit apparaat ondersteunt het vereiste type toegangscode niet", + "authenticator_does_not_support_resident_keys": "Dit apparaat ondersteunt het vereiste type toegangscode niet", "passkey_was_previously_registered": "Deze passkey is eerder geregistreerd", - "authenticator_does_not_support_any_of_the_requested_algorithms": "De authenticator ondersteunt geen van de gevraagde algoritmen", - "webauthn_error_invalid_rp_id": "De ID van de vertrouwende partij die je hebt ingesteld, klopt niet.", - "webauthn_error_invalid_domain": "Het domein dat je hebt ingesteld, klopt niet.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Dit apparaat ondersteunt geen compatibele toegangscode", + "webauthn_error_invalid_rp_id": "De passkeys zijn niet goed ingesteld voor dit domein.", + "webauthn_error_invalid_domain": "Passkeys kunnen niet worden gebruikt op het geconfigureerde domein.", "contact_administrator_to_fix": "Neem contact op met je beheerder om dit probleem op te lossen.", - "webauthn_operation_not_allowed_or_timed_out": "De bewerking is niet toegestaan of de tijd is verstreken.", + "webauthn_operation_not_allowed_or_timed_out": "De vraag om de toegangscode is geannuleerd of de tijd is verstreken", "webauthn_not_supported_by_browser": "Passkeys worden niet ondersteund door deze browser. Probeer een andere manier om in te loggen.", + "passkey_request_expired": "Je aanvraag voor een toegangscode is verlopen", + "passkey_response_invalid": "We konden het antwoord op je toegangscode niet verwerken", + "passkey_verification_failed": "We konden je wachtwoord niet verifiëren", + "passkey_user_verification_required": "Je beveiligingssleutel kon je identiteit niet verifiëren. Als je een beveiligingssleutel gebruikt, stel dan een FIDO2-pincode in en probeer het nog eens", "critical_error_occurred_contact_administrator": "Er is een kritieke fout opgetreden. Neem contact op met de beheerder.", "sign_in_to": "Meld je aan bij {name}", "account_selection_signin_confirmation": "Wil je met het volgende account verdergaan {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Ingeschakeld", "disabled": "Uitgeschakeld", "oidc_client_updated_successfully": "OIDC-client succesvol bijgewerkt", + "client_type": "Type", + "client_type_standard": "Standaard", + "client_type_metadata_document": "Metadatadocument", + "cimd_client_managed_fields_title": "Sommige eigenschappen zijn alleen-lezen", + "cimd_client_managed_fields_description": "Deze klant wordt beheerd via een Client ID Metadata Document (CIMD), dus de eigenschappen die in dat document staan, kun je hier niet bewerken.", + "client_id_metadata_documents": "Documenten met metadata over klant-ID’s", + "client_id_metadata_documents_description": "Met Client ID Metadata Documents (CIMD) kunnen OAuth-clients zich identificeren via een URL. Vooraf registreren is niet nodig.", + "cimd_url_allowlist": "Toegestane URL’s van metadatadocumenten", + "cimd_url_allowlist_description": "Bepaal welke URL’s van metadata-documenten voor client-ID’s je wilt toestaan. Je kunt jokertekens gebruiken. Als je de lijst leeg laat, worden alle URL’s geblokkeerd.", + "refresh": "Vernieuwen", + "oidc_client_metadata_refreshed_successfully": "Het document met client-metadata is succesvol bijgewerkt", "create_new_client_secret": "Nieuw clientgeheim aanmaken", "are_you_sure_you_want_to_create_a_new_client_secret": "Weet je zeker dat je een nieuw clientgeheim wilt aanmaken? Het oude wordt ongeldig.", "generate": "Genereren", @@ -562,5 +578,7 @@ "deny": "Ontkennen", "approve": "Goedkeuren", "or": "of", - "visit_and_enter": "Ga naar {url} en voer het volgende in:" + "visit_and_enter": "Ga naar {url} en voer het volgende in:", + "oidc": "OIDC", + "device_login_request_expired": "Je QR-code is verlopen. Begin alsjeblieft opnieuw met het inlogproces." } diff --git a/frontend/messages/no.json b/frontend/messages/no.json index 35b98cea..ef0d0d10 100644 --- a/frontend/messages/no.json +++ b/frontend/messages/no.json @@ -7,6 +7,7 @@ "key": "Nøkkel", "value": "Verdi", "remove_custom_claim": "Fjern egendefinert krav", + "remove_url": "Remove URL {identifier}", "add_custom_claim": "Legg til egendefinert krav", "add_another": "Legg til ny", "select_a_date": "Velg dato", @@ -37,17 +38,21 @@ "expiration": "Utløper", "name": "Navn", "an_unknown_error_occurred": "En ukjent feil oppstod", - "authentication_process_was_aborted": "Autentiseringsprosessen ble avbrutt", - "error_occurred_with_authenticator": "En feil oppsto med autentisering", - "authenticator_does_not_support_discoverable_credentials": "Autentisereren støtter ikke oppdagbare påloggingsinformasjon", - "authenticator_does_not_support_resident_keys": "Autentiseringsenheten støtter ikke faste nøkler (resident keys)", + "authentication_process_was_aborted": "Passkey verification was canceled", + "error_occurred_with_authenticator": "Something went wrong while using your passkey", + "authenticator_does_not_support_discoverable_credentials": "This device does not support the type of passkey required", + "authenticator_does_not_support_resident_keys": "This device does not support the type of passkey required", "passkey_was_previously_registered": "Denne passnøkkelen er allerede registrert", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Autentiseringsmetoden støtter ikke noen av de forespurte algoritmene", - "webauthn_error_invalid_rp_id": "Den konfigurerte tjenesteleverandør-ID-en (RP-ID) er ugyldig.", - "webauthn_error_invalid_domain": "Det konfigurerte domenet er ugyldig.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "This device does not support a compatible passkey", + "webauthn_error_invalid_rp_id": "Passkeys are not configured correctly for this domain.", + "webauthn_error_invalid_domain": "Passkeys cannot be used on the configured domain.", "contact_administrator_to_fix": "Kontakt administratoren for å fikse feilen.", - "webauthn_operation_not_allowed_or_timed_out": "Operasjonen ble ikke tillatt eller tidsavbrutt", + "webauthn_operation_not_allowed_or_timed_out": "The passkey prompt was canceled or timed out", "webauthn_not_supported_by_browser": "Tilgangsnøkler støttes ikke av denne nettleseren. Bruk en alternativ innloggingsmetode.", + "passkey_request_expired": "Your passkey request has expired", + "passkey_response_invalid": "We couldn't process the response from your passkey", + "passkey_verification_failed": "We couldn't verify your passkey", + "passkey_user_verification_required": "Your passkey couldn't verify you. If you're using a security key, configure a FIDO2 PIN and try again", "critical_error_occurred_contact_administrator": "Det oppstod en kritisk feil. Kontakt systemansvarlig.", "sign_in_to": "Logg inn på {name}", "account_selection_signin_confirmation": "Vil du bruke følgende konto for å fortsette til {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Aktivert", "disabled": "Deaktivert", "oidc_client_updated_successfully": "OIDC client updated successfully", + "client_type": "Type", + "client_type_standard": "Standard", + "client_type_metadata_document": "Metadata Document", + "cimd_client_managed_fields_title": "Some properties are read-only", + "cimd_client_managed_fields_description": "This client is managed through a Client ID Metadata Document (CIMD), so properties supplied by the document can't be edited here.", + "client_id_metadata_documents": "Client ID Metadata Documents", + "client_id_metadata_documents_description": "Client ID Metadata Documents (CIMD) let OAuth clients identify themselves using a URL. No preregistration necessary.", + "cimd_url_allowlist": "Allowed metadata document URLs", + "cimd_url_allowlist_description": "Restrict which client ID metadata document URLs are accepted. Wildcards are supported. An empty list blocks all URLs.", + "refresh": "Refresh", + "oidc_client_metadata_refreshed_successfully": "Client metadata document refreshed successfully", "create_new_client_secret": "Create new client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Are you sure you want to create a new client secret? The old one will be invalidated.", "generate": "Generer", @@ -562,5 +578,7 @@ "deny": "Deny", "approve": "Approve", "or": "or", - "visit_and_enter": "Visit {url} and enter:" + "visit_and_enter": "Visit {url} and enter:", + "oidc": "OIDC", + "device_login_request_expired": "Your QR-Code has expired. Please start the sign-in process again." } diff --git a/frontend/messages/pl.json b/frontend/messages/pl.json index e7c6caae..08474746 100644 --- a/frontend/messages/pl.json +++ b/frontend/messages/pl.json @@ -7,6 +7,7 @@ "key": "Klucz", "value": "Wartość", "remove_custom_claim": "Usuń niestandardowy atrybut", + "remove_url": "Usuń adres URL {identifier}", "add_custom_claim": "Dodaj niestandardowy atrybut", "add_another": "Dodaj kolejny", "select_a_date": "Wybierz datę", @@ -37,17 +38,21 @@ "expiration": "Wygaśnięcie", "name": "Nazwa", "an_unknown_error_occurred": "Wystąpił nieznany błąd", - "authentication_process_was_aborted": "Proces uwierzytelniania został przerwany", - "error_occurred_with_authenticator": "Wystąpił błąd z autoryzatorem", - "authenticator_does_not_support_discoverable_credentials": "Autoryzator nie obsługuje wykrywalnych poświadczeń", - "authenticator_does_not_support_resident_keys": "Autoryzator nie obsługuje kluczy rezydentnych", + "authentication_process_was_aborted": "Weryfikacja kodu dostępu została anulowana", + "error_occurred_with_authenticator": "Podczas korzystania z klucza dostępu wystąpił błąd", + "authenticator_does_not_support_discoverable_credentials": "To urządzenie nie obsługuje wymaganego typu hasła", + "authenticator_does_not_support_resident_keys": "To urządzenie nie obsługuje wymaganego typu hasła", "passkey_was_previously_registered": "Ten klucz był już wcześniej zarejestrowany", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Autoryzator nie obsługuje żadnego z żądanych algorytmów", - "webauthn_error_invalid_rp_id": "Skonfigurowany identyfikator strony ufającej jest nieprawidłowy.", - "webauthn_error_invalid_domain": "Skonfigurowana domena jest nieprawidłowa.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "To urządzenie nie obsługuje zgodnego klucza dostępu", + "webauthn_error_invalid_rp_id": "Klucze dostępu nie są poprawnie skonfigurowane dla tej domeny.", + "webauthn_error_invalid_domain": "W skonfigurowanej domenie nie można używać kluczy dostępu.", "contact_administrator_to_fix": "Skontaktuj się z administratorem, aby rozwiązać ten problem.", - "webauthn_operation_not_allowed_or_timed_out": "Operacja nie została dozwolona lub przekroczono limit czasu", + "webauthn_operation_not_allowed_or_timed_out": "Monit o podanie hasła został anulowany lub upłynął limit czasu", "webauthn_not_supported_by_browser": "Ta przeglądarka nie obsługuje kluczy dostępu. Proszę skorzystać z alternatywnej metody logowania.", + "passkey_request_expired": "Twój wniosek o klucz dostępu stracił ważność", + "passkey_response_invalid": "Nie udało nam się przetworzyć odpowiedzi z twojego klucza dostępu", + "passkey_verification_failed": "Nie udało nam się zweryfikować twojego hasła", + "passkey_user_verification_required": "Twój klucz bezpieczeństwa nie zweryfikował Twojej tożsamości. Jeśli korzystasz z klucza bezpieczeństwa, skonfiguruj kod PIN zgodny ze standardem FIDO2 i spróbuj jeszcze raz", "critical_error_occurred_contact_administrator": "Wystąpił krytyczny błąd. Skontaktuj się z administratorem.", "sign_in_to": "Zaloguj się do {name}", "account_selection_signin_confirmation": "Czy chcesz użyć poniższego konta, aby kontynuować {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Włączony", "disabled": "Wyłączony", "oidc_client_updated_successfully": "Sukces! Klient OIDC został zaktualizowany.", + "client_type": "Typ", + "client_type_standard": "Standard", + "client_type_metadata_document": "Dokument z metadanymi", + "cimd_client_managed_fields_title": "Niektóre właściwości są tylko do odczytu", + "cimd_client_managed_fields_description": "Ten klient jest zarządzany za pomocą dokumentu metadanych identyfikatora klienta (CIMD), więc właściwości zawarte w tym dokumencie nie mogą być tutaj edytowane.", + "client_id_metadata_documents": "Dokumenty zawierające metadane identyfikacyjne klienta", + "client_id_metadata_documents_description": "Dokumenty metadanych identyfikatora klienta (CIMD) pozwalają klientom OAuth identyfikować się za pomocą adresu URL. Nie trzeba się wcześniej rejestrować.", + "cimd_url_allowlist": "Dopuszczalne adresy URL dokumentów metadanych", + "cimd_url_allowlist_description": "Ogranicz, które adresy URL dokumentów metadanych identyfikatorów klientów są akceptowane. Obsługiwane są symbole wieloznaczne. Pusta lista blokuje wszystkie adresy URL.", + "refresh": "Odśwież", + "oidc_client_metadata_refreshed_successfully": "Dokument z metadanymi klienta został pomyślnie zaktualizowany", "create_new_client_secret": "Utwórz nowy tajny klucz klienta", "are_you_sure_you_want_to_create_a_new_client_secret": "Czy na pewno chcesz utworzyć nowy tajny klucz klienta? Stary zostanie unieważniony.", "generate": "Generuj", @@ -562,5 +578,7 @@ "deny": "Odrzuć", "approve": "Zatwierdź", "or": "albo", - "visit_and_enter": "Wejdź na stronę {url} i wpisz:" + "visit_and_enter": "Wejdź na stronę {url} i wpisz:", + "oidc": "OIDC", + "device_login_request_expired": "Twój kod QR stracił ważność. Rozpocznij proces logowania od nowa." } diff --git a/frontend/messages/pt-BR.json b/frontend/messages/pt-BR.json index 0e13ad67..bcd1677f 100644 --- a/frontend/messages/pt-BR.json +++ b/frontend/messages/pt-BR.json @@ -7,6 +7,7 @@ "key": "Chave", "value": "Valor", "remove_custom_claim": "Remover reivindicação personalizada", + "remove_url": "Remover URL {identifier}", "add_custom_claim": "Adicionar reivindicação personalizada", "add_another": "Adicionar outro", "select_a_date": "Selecione uma data", @@ -37,17 +38,21 @@ "expiration": "Expiração", "name": "Nome", "an_unknown_error_occurred": "Ocorreu um erro desconhecido", - "authentication_process_was_aborted": "O processo de autenticação foi abortado", - "error_occurred_with_authenticator": "Ocorreu um erro com o autenticador", - "authenticator_does_not_support_discoverable_credentials": "O autenticador não suporta credenciais detectáveis", - "authenticator_does_not_support_resident_keys": "O autenticador não aceita chaves residentes", + "authentication_process_was_aborted": "A verificação da senha foi cancelada", + "error_occurred_with_authenticator": "Ocorreu um erro ao usar sua senha", + "authenticator_does_not_support_discoverable_credentials": "Este aparelho não é compatível com o tipo de senha exigido", + "authenticator_does_not_support_resident_keys": "Este aparelho não é compatível com o tipo de senha exigido", "passkey_was_previously_registered": "Esta chave de acesso já está registrada", - "authenticator_does_not_support_any_of_the_requested_algorithms": "O autenticador não suporta nenhum dos algoritmos solicitados", - "webauthn_error_invalid_rp_id": "A identificação da parte confiável configurada não está válida.", - "webauthn_error_invalid_domain": "O domínio configurado não está certo.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Este aparelho não é compatível com essa senha", + "webauthn_error_invalid_rp_id": "As chaves de acesso não estão configuradas corretamente para este domínio.", + "webauthn_error_invalid_domain": "As chaves de acesso não podem ser usadas no domínio configurado.", "contact_administrator_to_fix": "Fala com o administrador para resolver esse problema.", - "webauthn_operation_not_allowed_or_timed_out": "A operação não foi permitida ou expirou", + "webauthn_operation_not_allowed_or_timed_out": "O pedido da senha foi cancelado ou expirou", "webauthn_not_supported_by_browser": "Chaves de acesso não são suportadas por este navegador. Por favor, use um método de login alternativo.", + "passkey_request_expired": "Seu pedido de senha expirou", + "passkey_response_invalid": "Não conseguimos processar a resposta da sua chave de acesso", + "passkey_verification_failed": "Não conseguimos verificar sua senha", + "passkey_user_verification_required": "Sua chave de acesso não conseguiu confirmar sua identidade. Se você estiver usando uma chave de segurança, configure um PIN FIDO2 e tente novamente", "critical_error_occurred_contact_administrator": "Ocorreu um erro grave. Por favor, entre em contato com o administrador.", "sign_in_to": "Entrar em {name}", "account_selection_signin_confirmation": "Queres usar a seguinte conta para continuar {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Habilitado", "disabled": "Desativado", "oidc_client_updated_successfully": "Cliente OIDC atualizado com sucesso", + "client_type": "Tipo", + "client_type_standard": "Padrão", + "client_type_metadata_document": "Documento de metadados", + "cimd_client_managed_fields_title": "Algumas propriedades são somente de leitura", + "cimd_client_managed_fields_description": "Esse cliente é gerenciado por meio de um Documento de Metadados de ID do Cliente (CIMD), então as propriedades fornecidas pelo documento não podem ser editadas aqui.", + "client_id_metadata_documents": "Documentos de metadados de identificação do cliente", + "client_id_metadata_documents_description": "Os Documentos de Metadados de Identificação do Cliente (CIMD) permitem que os clientes OAuth se identifiquem usando uma URL. Não é necessário fazer nenhum cadastro prévio.", + "cimd_url_allowlist": "URLs de documentos de metadados permitidos", + "cimd_url_allowlist_description": "Restringe quais URLs de documentos de metadados de ID de cliente são aceitas. Caracteres curinga são permitidos. Uma lista vazia bloqueia todas as URLs.", + "refresh": "Atualizar", + "oidc_client_metadata_refreshed_successfully": "O documento de metadados do cliente foi atualizado com sucesso", "create_new_client_secret": "Criar novo segredo do cliente", "are_you_sure_you_want_to_create_a_new_client_secret": "Tem certeza que deseja criar um segredo de cliente? O antigo será invalidado.", "generate": "Gerar", @@ -558,9 +574,11 @@ "remote_sign_in": "Login remoto", "the_requesting_device_has_been_signed_in": "O dispositivo que fez a solicitação já está conectado.", "the_sign_in_request_was_denied": "O pedido de login foi negado.", - "review_the_request_before_approving_it": "Dá uma olhada no dispositivo que fez a solicitação antes de aprovar esse login.", + "review_the_request_before_approving_it": "Revise o dispositivo que fez a solicitação antes de aprovar esse login.", "deny": "Negar", "approve": "Aprovar", "or": "ou", - "visit_and_enter": "Acesse {url} e digite:" + "visit_and_enter": "Acesse {url} e digite:", + "oidc": "OIDC", + "device_login_request_expired": "Seu código QR expirou. Por favor, reinicie o processo de login." } diff --git a/frontend/messages/pt.json b/frontend/messages/pt.json index 097d53ee..9b7fe0e4 100644 --- a/frontend/messages/pt.json +++ b/frontend/messages/pt.json @@ -7,6 +7,7 @@ "key": "Chave", "value": "Valor", "remove_custom_claim": "Remover reivindicação personalizada", + "remove_url": "Remover URL {identifier}", "add_custom_claim": "Adicionar reivindicação personalizada", "add_another": "Adicionar outro", "select_a_date": "Seleciona uma data", @@ -37,23 +38,27 @@ "expiration": "Expiração", "name": "Nome", "an_unknown_error_occurred": "Ocorreu um erro desconhecido", - "authentication_process_was_aborted": "O processo de autenticação foi interrompido", - "error_occurred_with_authenticator": "Ocorreu um erro com o autenticador", - "authenticator_does_not_support_discoverable_credentials": "O autenticador não suporta credenciais detectáveis", - "authenticator_does_not_support_resident_keys": "O autenticador não suporta chaves residentes", + "authentication_process_was_aborted": "A verificação da chave de acesso foi cancelada", + "error_occurred_with_authenticator": "Ocorreu um erro ao utilizar a tua chave de acesso", + "authenticator_does_not_support_discoverable_credentials": "Este dispositivo não suporta o tipo de chave de acesso necessária", + "authenticator_does_not_support_resident_keys": "Este dispositivo não suporta o tipo de chave de acesso necessária", "passkey_was_previously_registered": "Esta chave-passe já foi registada antes", - "authenticator_does_not_support_any_of_the_requested_algorithms": "O autenticador não suporta nenhum dos algoritmos solicitados", - "webauthn_error_invalid_rp_id": "O ID da entidade de confiança configurado não é válido.", - "webauthn_error_invalid_domain": "O domínio configurado não é válido.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Este dispositivo não suporta uma chave de acesso compatível", + "webauthn_error_invalid_rp_id": "As chaves de acesso não estão configuradas corretamente para este domínio.", + "webauthn_error_invalid_domain": "As chaves de acesso não podem ser utilizadas no domínio configurado.", "contact_administrator_to_fix": "Contacta o teu administrador para resolver este problema.", - "webauthn_operation_not_allowed_or_timed_out": "The operation was not allowed or timed out", + "webauthn_operation_not_allowed_or_timed_out": "O pedido da chave de acesso foi cancelado ou expirou", "webauthn_not_supported_by_browser": "Passkeys are not supported by this browser. Please use an alternative sign in method.", + "passkey_request_expired": "O teu pedido de chave de acesso expirou", + "passkey_response_invalid": "Não conseguimos processar a resposta da tua chave de acesso", + "passkey_verification_failed": "Não conseguimos verificar a tua chave de acesso", + "passkey_user_verification_required": "A tua chave de acesso não conseguiu verificar a tua identidade. Se estiveres a usar uma chave de segurança, configura um PIN FIDO2 e tenta novamente", "critical_error_occurred_contact_administrator": "A critical error occurred. Please contact your administrator.", "sign_in_to": "Sign in to {name}", "account_selection_signin_confirmation": "Queres usar a seguinte conta para continuar a {#b}{name}{/b}?", "use_a_different_account": "Usa outra conta", - "client_wants_to_access_the_following_information": "{#b}{client}{/b} wants to access the following information:", - "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Do you want to sign in to {#b}{client}{/b} with your {appName} account?", + "client_wants_to_access_the_following_information": "{#b}{client}{/b} quer aceder às seguintes informações:", + "do_you_want_to_sign_in_to_client_with_your_app_name_account": "Queres iniciar sessão no {#b}{client}{/b} com a tua conta do {appName}?", "email": "Email", "view_your_email_address": "View your email address", "profile": "Profile", @@ -65,7 +70,7 @@ "try_again": "Try again", "client_logo": "Client Logo", "sign_out": "Sign out", - "do_you_want_to_sign_out_of_pocketid_with_the_account": "Do you want to sign out of {appName} with the account {#b}{username}{/b}?", + "do_you_want_to_sign_out_of_pocketid_with_the_account": "Queres sair do site {appName} com a conta {#b}{username}{/b}?", "sign_in_to_appname": "Sign in to {appName}", "please_try_to_sign_in_again": "Please try to sign in again.", "authenticate_with_passkey_to_access_account": "Authenticate yourself with your passkey to access your account.", @@ -296,6 +301,17 @@ "enabled": "Enabled", "disabled": "Disabled", "oidc_client_updated_successfully": "OIDC client updated successfully", + "client_type": "Tipo", + "client_type_standard": "Padrão", + "client_type_metadata_document": "Documento de metadados", + "cimd_client_managed_fields_title": "Algumas propriedades são só de leitura", + "cimd_client_managed_fields_description": "Este cliente é gerido através de um Documento de Metadados de Identificação do Cliente (CIMD), pelo que as propriedades fornecidas pelo documento não podem ser editadas aqui.", + "client_id_metadata_documents": "Documentos de metadados de identificação do cliente", + "client_id_metadata_documents_description": "Os Documentos de Metadados de Identificação do Cliente (CIMD) permitem que os clientes OAuth se identifiquem através de um URL. Não é preciso fazer nenhum registo prévio.", + "cimd_url_allowlist": "URLs de documentos de metadados permitidos", + "cimd_url_allowlist_description": "Restringe quais URLs de documentos de metadados de ID de cliente são aceites. São suportados caracteres curinga. Uma lista vazia bloqueia todas as URLs.", + "refresh": "Atualizar", + "oidc_client_metadata_refreshed_successfully": "O documento de metadados do cliente foi atualizado com sucesso", "create_new_client_secret": "Create new client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Are you sure you want to create a new client secret? The old one will be invalidated.", "generate": "Generate", @@ -323,7 +339,7 @@ "reset_to_default": "Reset to default", "profile_picture_has_been_reset": "Profile picture has been reset. It may take a few minutes to update.", "select_the_language_you_want_to_use": "Select the language you want to use. Please note that some text may be automatically translated and could be inaccurate.", - "contribute_to_translation": "If you find an issue you're welcome to contribute to the translation on {#link href=|https://crowdin.com/project/pocket-id|}Crowdin{/link}.", + "contribute_to_translation": "Se encontrares algum problema, podes contribuir para a tradução no {#link href=|https://crowdin.com/project/pocket-id|}Crowdin{/link}.", "personal": "Personal", "global": "Global", "all_users": "All Users", @@ -354,7 +370,7 @@ "send_email": "Send Email", "show_code": "Show Code", "callback_url_description": "URL(s) fornecidas pelo teu cliente. São suportados {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}caracteres curinga{/link}.", - "logout_callback_url_description": "URL(s) provided by your client for logout. {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}Wildcards{/link} are supported.", + "logout_callback_url_description": "URL(s) fornecidas pelo teu cliente para sair da sessão. {#link href=|https://pocket-id.org/docs/advanced/callback-url-wildcards|}São suportados caracteres curinga{/link}.", "api_key_expiration": "API Key Expiration", "send_an_email_to_the_user_when_their_api_key_is_about_to_expire": "Send an email to the user when their API key is about to expire.", "authorize_device": "Authorize Device", @@ -444,7 +460,7 @@ "client_description": "Descrição", "client_description_description": "Uma descrição opcional do cliente que aparece na interface do Pocket ID.", "revoke_access": "Revoke Access", - "revoke_access_description": "Revoke access to {#b}{clientName}{/b}. {#b}{clientName}{/b} will no longer be able to access your account information.", + "revoke_access_description": "Revoga o acesso a {#b}{clientName}{/b}. {#b}{clientName}{/b} já não vai poder aceder às informações da tua conta.", "revoke_access_successful": "The access to {clientName} has been successfully revoked.", "last_signed_in_ago": "Last signed in {time} ago", "invalid_client_id": "Client ID can only contain letters, numbers, underscores, and hyphens", @@ -457,7 +473,7 @@ "configure_application_images": "Configure Application Images", "ui_config_disabled_info_title": "UI Configuration Disabled", "ui_config_disabled_info_description": "The UI configuration is disabled because the application configuration settings are managed through environment variables. Some settings may not be editable.", - "logo_from_url_description": "Paste a direct image URL (svg, png, webp). Find icons at {#link href=|https://selfh.st/icons|}Selfh.st Icons{/link} or {#link href=|https://dashboardicons.com|}Dashboard Icons{/link}.", + "logo_from_url_description": "Cola o URL direto da imagem (svg, png, webp). Encontra ícones em {#link href=|https://selfh.st/icons|}Ícones do Selfh.st{/link} ou {#link href=|https://dashboardicons.com|}Ícones do Dashboard{/link}.", "invalid_url": "Invalid URL", "require_user_email": "Require Email Address", "require_user_email_description": "Requires users to have an email address. If disabled, the users without an email address won't be able to use features that require an email address.", @@ -475,13 +491,13 @@ "allowed_oidc_clients": "Allowed OIDC Clients", "allowed_oidc_clients_description": "Select the OIDC clients that members of this user group are allowed to sign in to.", "unrestrict_oidc_client": "Unrestrict {clientName}", - "confirm_unrestrict_oidc_client_description": "Are you sure you want to unrestrict the OIDC client {#b}{clientName}{/b}? This will remove all group assignments for this client and any user will be able to sign in.", + "confirm_unrestrict_oidc_client_description": "Tens a certeza de que queres remover as restrições do cliente OIDC {#b}{clientName}{/b}? Isto vai remover todas as atribuições de grupo para este cliente e qualquer utilizador poderá iniciar sessão.", "allowed_oidc_clients_updated_successfully": "Allowed OIDC clients updated successfully", "yes": "Yes", "no": "No", "restricted": "Restricted", "scim_provisioning": "SCIM Provisioning", - "scim_provisioning_description": "SCIM provisioning allows you to automatically provision and deprovision users and groups from your OIDC client. Learn more in the {#link href=|https://pocket-id.org/docs/configuration/scim|}docs{/link}.", + "scim_provisioning_description": "O aprovisionamento SCIM permite-te aprovisionar e desaprovisionar automaticamente utilizadores e grupos a partir do teu cliente OIDC. Sabe mais na {#link href=|https://pocket-id.org/docs/configuration/scim|}documentação{/link}.", "scim_endpoint": "SCIM Endpoint", "scim_token": "SCIM Token", "last_successful_sync_at": "Last successful sync: {time}", @@ -489,7 +505,7 @@ "scim_enabled_successfully": "SCIM enabled successfully.", "scim_disabled_successfully": "SCIM disabled successfully.", "disable_scim_provisioning": "Disable SCIM Provisioning", - "disable_scim_provisioning_confirm_description": "Are you sure you want to disable SCIM provisioning for {#b}{clientName}{/b}? This will stop all automatic user and group provisioning and deprovisioning.", + "disable_scim_provisioning_confirm_description": "Tens a certeza de que queres desativar o aprovisionamento SCIM para {#b}{clientName}{/b}? Isto vai interromper todo o aprovisionamento e desaprovisionamento automático de utilizadores e grupos.", "scim_sync_failed": "SCIM sync failed. Check the server logs for more information.", "scim_sync_successful": "The SCIM sync has been completed successfully.", "save_and_sync": "Save and Sync", @@ -562,5 +578,7 @@ "deny": "Negar", "approve": "Aprovar", "or": "ou", - "visit_and_enter": "Visita o site {url} e introduz:" + "visit_and_enter": "Visita o site {url} e introduz:", + "oidc": "OIDC", + "device_login_request_expired": "O teu código QR expirou. Por favor, reinicia o processo de início de sessão." } diff --git a/frontend/messages/ru.json b/frontend/messages/ru.json index 200d4351..18987998 100644 --- a/frontend/messages/ru.json +++ b/frontend/messages/ru.json @@ -7,6 +7,7 @@ "key": "Ключ", "value": "Значение", "remove_custom_claim": "Удалить пользовательский claim", + "remove_url": "Удалить URL {identifier}", "add_custom_claim": "Добавить пользовательский claim", "add_another": "Добавить ещё", "select_a_date": "Выбрать дату", @@ -37,17 +38,21 @@ "expiration": "Срок действия", "name": "Имя", "an_unknown_error_occurred": "Произошла неизвестная ошибка", - "authentication_process_was_aborted": "Процесс аутентификации был прерван", - "error_occurred_with_authenticator": "Произошла ошибка аутентификатора", - "authenticator_does_not_support_discoverable_credentials": "Аутентификатор не поддерживает обнаруживаемые учетные данные", - "authenticator_does_not_support_resident_keys": "Аутентификатор не поддерживает резидентные ключи", + "authentication_process_was_aborted": "Проверка пароля была отменена", + "error_occurred_with_authenticator": "При использовании твоего пароля произошла ошибка", + "authenticator_does_not_support_discoverable_credentials": "Это устройство не поддерживает требуемый тип пароля", + "authenticator_does_not_support_resident_keys": "Это устройство не поддерживает требуемый тип пароля", "passkey_was_previously_registered": "Этот ключ доступа был ранее зарегистрирован", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Аутентификатор не поддерживает ни один из запрошенных алгоритмов", - "webauthn_error_invalid_rp_id": "Настроенный идентификатор доверяющей стороны является недопустимым.", - "webauthn_error_invalid_domain": "Настроенный домен является недопустимым.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Это устройство не поддерживает совместимый пароль", + "webauthn_error_invalid_rp_id": "Для этого домена неправильно настроены ключи доступа.", + "webauthn_error_invalid_domain": "Пароли-ключи нельзя использовать в настроенном домене.", "contact_administrator_to_fix": "Обратись к своему администратору, чтобы решить эту проблему.", - "webauthn_operation_not_allowed_or_timed_out": "Операция не разрешена или истекло время ожидания", + "webauthn_operation_not_allowed_or_timed_out": "Запрос на ввод пароля был отменен или истек срок ожидания", "webauthn_not_supported_by_browser": "Этот браузер не поддерживает ключи доступа. Попробуйте войти другим способом.", + "passkey_request_expired": "Срок действия твоего запроса на пароль истек", + "passkey_response_invalid": "Нам не удалось обработать ответ, полученный с помощью твоего ключа доступа", + "passkey_verification_failed": "Нам не удалось подтвердить твой пароль", + "passkey_user_verification_required": "Твой ключ безопасности не смог подтвердить твою личность. Если ты используешь ключ безопасности, настрой PIN-код FIDO2 и попробуй ещё раз", "critical_error_occurred_contact_administrator": "Произошла критическая ошибка. Обратитесь к администратору.", "sign_in_to": "Войти в {name}", "account_selection_signin_confirmation": "Вы хотите использовать следующий аккаунт для перехода к {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Включено", "disabled": "Отключено", "oidc_client_updated_successfully": "Клиент OIDC успешно обновлен", + "client_type": "Тип", + "client_type_standard": "Стандартный", + "client_type_metadata_document": "Документ с метаданными", + "cimd_client_managed_fields_title": "Некоторые свойства доступны только для чтения", + "cimd_client_managed_fields_description": "Этот клиент управляется с помощью документа метаданных идентификатора клиента (CIMD), поэтому свойства, указанные в этом документе, здесь редактировать нельзя.", + "client_id_metadata_documents": "Документы с метаданными об идентификаторах клиентов", + "client_id_metadata_documents_description": "Документы метаданных идентификатора клиента (CIMD) позволяют клиентам OAuth идентифицировать себя с помощью URL-адреса. Предварительная регистрация не требуется.", + "cimd_url_allowlist": "Допустимые URL-адреса документов с метаданными", + "cimd_url_allowlist_description": "Ограничь список URL-адресов документов с метаданными идентификаторов клиентов, которые будут приниматься. Поддерживаются подстановочные знаки. Пустой список блокирует все URL-адреса.", + "refresh": "Обновить", + "oidc_client_metadata_refreshed_successfully": "Документ с метаданными клиента успешно обновлен", "create_new_client_secret": "Создать новый секрет клиента", "are_you_sure_you_want_to_create_a_new_client_secret": "Вы уверены, что хотите создать новый секрет клиента? Старый будет аннулирован.", "generate": "Сгенерировать", @@ -562,5 +578,7 @@ "deny": "Отклонить", "approve": "Утвердить", "or": "или", - "visit_and_enter": "Зайди на сайт {url} и введи:" + "visit_and_enter": "Зайди на сайт {url} и введи:", + "oidc": "OIDC", + "device_login_request_expired": "Срок действия твоего QR-кода истек. Пожалуйста, начни процедуру входа заново." } diff --git a/frontend/messages/sv.json b/frontend/messages/sv.json index 61290772..18f58af3 100644 --- a/frontend/messages/sv.json +++ b/frontend/messages/sv.json @@ -7,6 +7,7 @@ "key": "Nyckel", "value": "Värde", "remove_custom_claim": "Ta bort anpassad claim", + "remove_url": "Ta bort URL {identifier}", "add_custom_claim": "Lägg till anpassad claim", "add_another": "Lägg till fler", "select_a_date": "Välj ett datum", @@ -37,17 +38,21 @@ "expiration": "Upphör", "name": "Namn", "an_unknown_error_occurred": "Ett okänt fel har uppstått", - "authentication_process_was_aborted": "Autentiseringsprocessen avbröts", - "error_occurred_with_authenticator": "Ett fel uppstod med autentiseraren", - "authenticator_does_not_support_discoverable_credentials": "Autentiseraren stöder inte upptäckbara autentiseringsuppgifter", - "authenticator_does_not_support_resident_keys": "Autentiseraren stöder inte lagrade nycklar", + "authentication_process_was_aborted": "Verifieringen med lösenord har avbrutits", + "error_occurred_with_authenticator": "Något gick fel när du använde din åtkomstkod", + "authenticator_does_not_support_discoverable_credentials": "Den här enheten stöder inte den typ av lösenord som krävs", + "authenticator_does_not_support_resident_keys": "Den här enheten stöder inte den typ av lösenord som krävs", "passkey_was_previously_registered": "Denna lösennyckel har redan registrerats", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Autentiseraren stöder inte någon av de begärda algoritmerna", - "webauthn_error_invalid_rp_id": "Det konfigurerade ID:t för den förlitande parten är ogiltigt.", - "webauthn_error_invalid_domain": "Den konfigurerade domänen är ogiltig.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Den här enheten stöder inte ett kompatibelt lösenord", + "webauthn_error_invalid_rp_id": "Åtkomstnycklarna är inte korrekt konfigurerade för den här domänen.", + "webauthn_error_invalid_domain": "Passnycklar kan inte användas på den konfigurerade domänen.", "contact_administrator_to_fix": "Kontakta din administratör för att åtgärda detta problem.", - "webauthn_operation_not_allowed_or_timed_out": "Operationen var inte tillåten eller tidsgränsen överskreds", + "webauthn_operation_not_allowed_or_timed_out": "Inmatningsuppmaningen för lösenordet avbröts eller tiden löpte ut", "webauthn_not_supported_by_browser": "Lösennycklar stöds inte av denna webbläsare. Använd en alternativ inloggningsmetod.", + "passkey_request_expired": "Din begäran om lösenord har gått ut", + "passkey_response_invalid": "Vi kunde inte bearbeta svaret från din åtkomstnyckel", + "passkey_verification_failed": "Vi kunde inte verifiera din åtkomstkod", + "passkey_user_verification_required": "Ditt passord kunde inte verifiera dig. Om du använder en säkerhetsnyckel ska du ställa in en FIDO2-PIN-kod och försöka igen", "critical_error_occurred_contact_administrator": "Ett kritiskt fel har inträffat. Kontakta din administratör.", "sign_in_to": "Logga in på {name}", "account_selection_signin_confirmation": "Vill du använda följande konto för att fortsätta till {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Aktiverad", "disabled": "Inaktiverad", "oidc_client_updated_successfully": "OIDC-klient har uppdaterats", + "client_type": "Typ", + "client_type_standard": "Standard", + "client_type_metadata_document": "Metadatadokument", + "cimd_client_managed_fields_title": "Vissa egenskaper är skrivskyddade", + "cimd_client_managed_fields_description": "Denna klient hanteras via ett CIMD-dokument (Client ID Metadata Document), vilket innebär att de egenskaper som anges i dokumentet inte kan redigeras här.", + "client_id_metadata_documents": "Metadatadokument för klient-ID", + "client_id_metadata_documents_description": "Med hjälp av CIMD-dokument (Client ID Metadata Documents) kan OAuth-klienter identifiera sig med hjälp av en URL. Ingen förhandsregistrering krävs.", + "cimd_url_allowlist": "Tillåtna URL:er till metadatadokument", + "cimd_url_allowlist_description": "Ange vilka URL:er till metadata-dokument för klient-ID som ska accepteras. Jokertecken stöds. En tom lista blockerar alla URL:er.", + "refresh": "Uppdatera", + "oidc_client_metadata_refreshed_successfully": "Dokumentet med klientmetadata har uppdaterats utan problem", "create_new_client_secret": "Skapa ny client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "Är du säker på att du vill skapa en ny klienthemlighet? Den gamla kommer att ogiltigförklaras.", "generate": "Generera", @@ -562,5 +578,7 @@ "deny": "Förneka", "approve": "Godkänn", "or": "eller", - "visit_and_enter": "Besök {url} och ange:" + "visit_and_enter": "Besök {url} och ange:", + "oidc": "OIDC", + "device_login_request_expired": "Din QR-kod har gått ut. Vänligen börja inloggningsprocessen på nytt." } diff --git a/frontend/messages/tr.json b/frontend/messages/tr.json index dcfe1e25..32296bd5 100644 --- a/frontend/messages/tr.json +++ b/frontend/messages/tr.json @@ -7,6 +7,7 @@ "key": "Anahtar", "value": "Değer", "remove_custom_claim": "Özel yetkiyi kaldır", + "remove_url": "URL'yi kaldır {identifier}", "add_custom_claim": "Özel yetki ekle", "add_another": "Başka bir tane ekle", "select_a_date": "Bir tarih seçin", @@ -37,17 +38,21 @@ "expiration": "Son Geçerlilik Tarihi", "name": "İsim", "an_unknown_error_occurred": "Bilinmeyen bir hata oluştu", - "authentication_process_was_aborted": "Kimlik doğrulama süreci iptal edildi", - "error_occurred_with_authenticator": "Kimlik doğrulayıcıda bir hata oluştu", - "authenticator_does_not_support_discoverable_credentials": "Kimlik doğrulayıcı, keşfedilebilir kimlik bilgilerini desteklemiyor", - "authenticator_does_not_support_resident_keys": "Kimlik doğrulayıcı yerleşik anahtarları desteklemiyor", + "authentication_process_was_aborted": "Şifre doğrulama işlemi iptal edildi", + "error_occurred_with_authenticator": "Şifrenizi kullanırken bir sorun oluştu", + "authenticator_does_not_support_discoverable_credentials": "Bu cihaz, istenen şifre türünü desteklemiyor", + "authenticator_does_not_support_resident_keys": "Bu cihaz, istenen şifre türünü desteklemiyor", "passkey_was_previously_registered": "Bu geçiş anahtarı daha önce kaydedilmiştir", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Kimlik doğrulayıcı, talep edilen algoritmalardan hiçbirini desteklemiyor", - "webauthn_error_invalid_rp_id": "Yapılandırılan güvenen taraf kimliği geçersiz.", - "webauthn_error_invalid_domain": "Yapılandırılan etki alanı geçersiz.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Bu cihaz, uyumlu bir şifreyi desteklemiyor", + "webauthn_error_invalid_rp_id": "Bu etki alanı için erişim anahtarları doğru şekilde yapılandırılmamıştır.", + "webauthn_error_invalid_domain": "Yapılandırılan etki alanında geçiş anahtarları kullanılamaz.", "contact_administrator_to_fix": "Bu sorunu gidermek için yöneticinize başvurun.", - "webauthn_operation_not_allowed_or_timed_out": "İşlem izin verilmedi veya zaman aşımına uğradı", + "webauthn_operation_not_allowed_or_timed_out": "Şifre sorgusu iptal edildi veya zaman aşımına uğradı", "webauthn_not_supported_by_browser": "Bu tarayıcıda geçiş anahtarları desteklenmemektedir. Lütfen alternatif bir oturum açma yöntemi kullanın.", + "passkey_request_expired": "Şifre talebinizin geçerlilik süresi dolmuştur", + "passkey_response_invalid": "Şifrenizden gelen yanıtı işleyemedik", + "passkey_verification_failed": "Şifrenizi doğrulayamadık", + "passkey_user_verification_required": "Şifreniz kimliğinizi doğrulayamadı. Güvenlik anahtarı kullanıyorsanız, bir FIDO2 PIN kodu ayarlayın ve tekrar deneyin", "critical_error_occurred_contact_administrator": "Kritik bir hata oluştu. Lütfen sistem yöneticinizle iletişime geçin.", "sign_in_to": "{name} hesabına giriş yap", "account_selection_signin_confirmation": "Devam etmek için aşağıdaki hesabı kullanmak ister misiniz {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Etkin", "disabled": "Devre dışı", "oidc_client_updated_successfully": "OIDC istemcisi başarıyla güncellendi", + "client_type": "Tür", + "client_type_standard": "Standart", + "client_type_metadata_document": "Meta Veri Belgesi", + "cimd_client_managed_fields_title": "Bazı özellikler salt okunurdur", + "cimd_client_managed_fields_description": "Bu istemci, İstemci Kimliği Meta Veri Belgesi (CIMD) aracılığıyla yönetildiğinden, belge tarafından sağlanan özellikler burada düzenlenemez.", + "client_id_metadata_documents": "Müşteri Kimliği Meta Verileri Belgeleri", + "client_id_metadata_documents_description": "Müşteri Kimliği Meta Veri Belgeleri (CIMD), OAuth istemcilerinin bir URL kullanarak kimliklerini doğrulamasına olanak tanır. Ön kayıt gerekmez.", + "cimd_url_allowlist": "İzin verilen meta veri belge URL’leri", + "cimd_url_allowlist_description": "Hangi istemci kimliği meta veri belgesi URL’lerinin kabul edileceğini sınırlayın. Joker karakterler desteklenmektedir. Boş bir liste, tüm URL’leri engeller.", + "refresh": "Yenile", + "oidc_client_metadata_refreshed_successfully": "Müşteri meta veri belgesi başarıyla güncellendi", "create_new_client_secret": "Yeni istemci sırrı oluştur", "are_you_sure_you_want_to_create_a_new_client_secret": "Yeni bir istemci sırrı oluşturmak istediğinizden emin misiniz? Eskisi geçersiz kılınacaktır.", "generate": "Üret", @@ -562,5 +578,7 @@ "deny": "Reddet", "approve": "Onayla", "or": "veya", - "visit_and_enter": "{url} adresini ziyaret edin ve şunları girin:" + "visit_and_enter": "{url} adresini ziyaret edin ve şunları girin:", + "oidc": "OIDC", + "device_login_request_expired": "QR kodunuzun geçerlilik süresi dolmuştur. Lütfen oturum açma işlemini yeniden başlatın." } diff --git a/frontend/messages/uk.json b/frontend/messages/uk.json index b06556ac..9b46d354 100644 --- a/frontend/messages/uk.json +++ b/frontend/messages/uk.json @@ -7,6 +7,7 @@ "key": "Ключ", "value": "Значення", "remove_custom_claim": "Видалити власний атрибут", + "remove_url": "Видалити URL-адресу {identifier}", "add_custom_claim": "Додати власний атрибут", "add_another": "Додати ще", "select_a_date": "Обрати дату", @@ -37,17 +38,21 @@ "expiration": "Термін дії", "name": "Назва", "an_unknown_error_occurred": "Сталася невідома помилка", - "authentication_process_was_aborted": "Процес автентифікації було перервано", - "error_occurred_with_authenticator": "Сталася помилка з автентифікатором", - "authenticator_does_not_support_discoverable_credentials": "Автентифікатор не підтримує виявлені облікові дані", - "authenticator_does_not_support_resident_keys": "Автентифікатор не підтримує локальні ключі", + "authentication_process_was_aborted": "Перевірка пароля була скасована", + "error_occurred_with_authenticator": "Під час використання вашого пароля сталася помилка", + "authenticator_does_not_support_discoverable_credentials": "Цей пристрій не підтримує необхідний тип пароля", + "authenticator_does_not_support_resident_keys": "Цей пристрій не підтримує необхідний тип пароля", "passkey_was_previously_registered": "Цей ключ доступу був раніше зареєстрований", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Автентифікатор не підтримує жоден із запитаних алгоритмів", - "webauthn_error_invalid_rp_id": "Налаштований ідентифікатор сторони, що покладається, є недійсним.", - "webauthn_error_invalid_domain": "Налаштований домен є недійсним.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Цей пристрій не підтримує сумісний пароль", + "webauthn_error_invalid_rp_id": "Для цього домену неправильно налаштовані ключі доступу.", + "webauthn_error_invalid_domain": "Паролі-ключі не можна використовувати в налаштованому домені.", "contact_administrator_to_fix": "Зверніться до адміністратора, щоб вирішити цю проблему.", - "webauthn_operation_not_allowed_or_timed_out": "Операція не була дозволена або закінчився час очікування", + "webauthn_operation_not_allowed_or_timed_out": "Запит на введення пароля було скасовано або закінчився час очікування", "webauthn_not_supported_by_browser": "Цей браузер не підтримує ключі доступу. Будь ласка, скористайтеся альтернативним методом входу.", + "passkey_request_expired": "Термін дії вашого запиту на отримання пароля закінчився", + "passkey_response_invalid": "Нам не вдалося обробити відповідь, отриману з вашого ключа доступу", + "passkey_verification_failed": "Нам не вдалося перевірити ваш пароль", + "passkey_user_verification_required": "Ваш ключ безпеки не зміг підтвердити вашу особу. Якщо ви використовуєте ключ безпеки, налаштуйте PIN-код FIDO2 і спробуйте ще раз", "critical_error_occurred_contact_administrator": "Виникла критична помилка. Будь ласка, зверніться до адміністратора.", "sign_in_to": "Увійти в {name}", "account_selection_signin_confirmation": "Ви хочете продовжити, використовуючи цей обліковий запис {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Увімкнено", "disabled": "Вимкнено", "oidc_client_updated_successfully": "OIDC-клієнт успішно оновлений", + "client_type": "Тип", + "client_type_standard": "Стандартний", + "client_type_metadata_document": "Документ з метаданими", + "cimd_client_managed_fields_title": "Деякі властивості доступні лише для читання", + "cimd_client_managed_fields_description": "Цей клієнт управляється за допомогою документа метаданих ідентифікатора клієнта (CIMD), тому властивості, визначені в цьому документі, тут редагувати не можна.", + "client_id_metadata_documents": "Документи з метаданими ідентифікаторів клієнтів", + "client_id_metadata_documents_description": "Документи метаданих ідентифікатора клієнта (CIMD) дають змогу клієнтам OAuth ідентифікувати себе за допомогою URL-адреси. Попередня реєстрація не потрібна.", + "cimd_url_allowlist": "Дозволені URL-адреси документів з метаданими", + "cimd_url_allowlist_description": "Обмежте перелік URL-адрес документів метаданих з ідентифікаторами клієнтів, які приймаються. Підтримується використання символів-замінників. Порожній список блокує всі URL-адреси.", + "refresh": "Оновити", + "oidc_client_metadata_refreshed_successfully": "Документ з метаданими клієнта успішно оновлено", "create_new_client_secret": "Створити новий секретний ключ клієнта", "are_you_sure_you_want_to_create_a_new_client_secret": "Ви впевнені, що хочете створити новий секретний ключ клієнта? Старий стане недійсним.", "generate": "Згенерувати", @@ -562,5 +578,7 @@ "deny": "Відхилити", "approve": "Затвердити", "or": "або", - "visit_and_enter": "Зайдіть на сайт {url} та введіть:" + "visit_and_enter": "Зайдіть на сайт {url} та введіть:", + "oidc": "OIDC", + "device_login_request_expired": "Термін дії вашого QR-коду закінчився. Будь ласка, почніть процедуру входу заново." } diff --git a/frontend/messages/vi.json b/frontend/messages/vi.json index f4cf91ba..a39f40de 100644 --- a/frontend/messages/vi.json +++ b/frontend/messages/vi.json @@ -7,6 +7,7 @@ "key": "Key", "value": "Value", "remove_custom_claim": "Xóa yêu cầu tùy chỉnh", + "remove_url": "Xóa URL {identifier}", "add_custom_claim": "Thêm yêu cầu tùy chỉnh", "add_another": "Thêm một cái nữa", "select_a_date": "Chọn ngày", @@ -37,17 +38,21 @@ "expiration": "Hết hiệu lực", "name": "Tên", "an_unknown_error_occurred": "Một lỗi chưa biết đã xảy ra", - "authentication_process_was_aborted": "Quá trình xác thực đã bị hủy bỏ", - "error_occurred_with_authenticator": "Đã xảy ra lỗi với trình xác thực", - "authenticator_does_not_support_discoverable_credentials": "Thiết bị xác thực không hỗ trợ tìm kiếm chứng chỉ tự động", - "authenticator_does_not_support_resident_keys": "Thiết bị xác thực không hỗ trợ khóa nhà", + "authentication_process_was_aborted": "Việc xác minh mật khẩu đã bị hủy bỏ", + "error_occurred_with_authenticator": "Đã xảy ra sự cố trong quá trình sử dụng mã thông báo của bạn", + "authenticator_does_not_support_discoverable_credentials": "Thiết bị này không hỗ trợ loại mật khẩu được yêu cầu", + "authenticator_does_not_support_resident_keys": "Thiết bị này không hỗ trợ loại mật khẩu được yêu cầu", "passkey_was_previously_registered": "Passkey này đã được đăng ký trước đó rồi", - "authenticator_does_not_support_any_of_the_requested_algorithms": "Thiết bị xác thực không hỗ trợ bất kỳ phương pháp nào trong số các phương pháp được yêu cầu", - "webauthn_error_invalid_rp_id": "ID của bên tin cậy đã cấu hình là không hợp lệ.", - "webauthn_error_invalid_domain": "Domain đã cấu hình không hợp lệ.", + "authenticator_does_not_support_any_of_the_requested_algorithms": "Thiết bị này không hỗ trợ mã khóa tương thích", + "webauthn_error_invalid_rp_id": "Các khóa truy cập chưa được cấu hình đúng cho miền này.", + "webauthn_error_invalid_domain": "Không thể sử dụng mã truy cập trên miền đã được cấu hình.", "contact_administrator_to_fix": "Liên hệ với quản trị viên của bạn để khắc phục sự cố này.", - "webauthn_operation_not_allowed_or_timed_out": "Hoạt động này không được phép hoặc đã hết thời gian chờ.", + "webauthn_operation_not_allowed_or_timed_out": "Yêu cầu nhập mật khẩu đã bị hủy hoặc hết thời gian chờ", "webauthn_not_supported_by_browser": "Chìa khóa truy cập không được hỗ trợ bởi trình duyệt này. Vui lòng sử dụng phương thức đăng nhập thay thế.", + "passkey_request_expired": "Yêu cầu mã thông báo của bạn đã hết hạn", + "passkey_response_invalid": "Chúng tôi không thể xử lý phản hồi từ mã thông báo của bạn", + "passkey_verification_failed": "Chúng tôi không thể xác minh mã xác thực của bạn", + "passkey_user_verification_required": "Mã thông báo của bạn không thể xác thực danh tính của bạn. Nếu bạn đang sử dụng khóa bảo mật, hãy thiết lập mã PIN FIDO2 và thử lại", "critical_error_occurred_contact_administrator": "Đã xảy ra lỗi nghiêm trọng. Vui lòng liên hệ với quản trị viên.", "sign_in_to": "Đăng nhập {name}", "account_selection_signin_confirmation": "Bạn có muốn sử dụng tài khoản sau đây để tiếp tục {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "Bật", "disabled": "Tắt", "oidc_client_updated_successfully": "OIDC client đã được cập nhật thành công", + "client_type": "Loại", + "client_type_standard": "Tiêu chuẩn", + "client_type_metadata_document": "Tài liệu siêu dữ liệu", + "cimd_client_managed_fields_title": "Một số thuộc tính chỉ cho phép đọc", + "cimd_client_managed_fields_description": "Khách hàng này được quản lý thông qua Tài liệu siêu dữ liệu ID khách hàng (CIMD), do đó các thuộc tính được cung cấp bởi tài liệu này không thể được chỉnh sửa tại đây.", + "client_id_metadata_documents": "Tài liệu siêu dữ liệu về ID khách hàng", + "client_id_metadata_documents_description": "Các tài liệu siêu dữ liệu ID khách hàng (CIMD) cho phép các khách hàng OAuth xác thực danh tính của mình thông qua một URL. Không cần đăng ký trước.", + "cimd_url_allowlist": "Các URL tài liệu siêu dữ liệu được phép", + "cimd_url_allowlist_description": "Hạn chế các URL của tài liệu siêu dữ liệu ID khách hàng được chấp nhận. Hệ thống hỗ trợ ký tự đại diện. Danh sách trống sẽ chặn tất cả các URL.", + "refresh": "Làm mới", + "oidc_client_metadata_refreshed_successfully": "Tài liệu siêu dữ liệu khách hàng đã được cập nhật thành công", "create_new_client_secret": "Tạo client secret mới", "are_you_sure_you_want_to_create_a_new_client_secret": "Bạn có chắc chắn muốn tạo một client secret? Client secret cũ sẽ bị vô hiệu hóa.", "generate": "Tạo ra", @@ -562,5 +578,7 @@ "deny": "Từ chối", "approve": "Phê duyệt", "or": "hoặc", - "visit_and_enter": "Hãy truy cập trang web {url} và nhập:" + "visit_and_enter": "Hãy truy cập trang web {url} và nhập:", + "oidc": "OIDC", + "device_login_request_expired": "Mã QR của bạn đã hết hạn. Vui lòng thực hiện lại quy trình đăng nhập." } diff --git a/frontend/messages/zh-CN.json b/frontend/messages/zh-CN.json index 2c569878..7403c11b 100644 --- a/frontend/messages/zh-CN.json +++ b/frontend/messages/zh-CN.json @@ -7,6 +7,7 @@ "key": "键名", "value": "键值", "remove_custom_claim": "删除自定义声明", + "remove_url": "删除网址 {identifier}", "add_custom_claim": "添加自定义声明", "add_another": "再添加一个", "select_a_date": "选择日期", @@ -37,17 +38,21 @@ "expiration": "到期时间", "name": "名称", "an_unknown_error_occurred": "发生未知错误", - "authentication_process_was_aborted": "认证过程被中止", - "error_occurred_with_authenticator": "认证器发生错误", - "authenticator_does_not_support_discoverable_credentials": "认证器不支持可发现的凭据", - "authenticator_does_not_support_resident_keys": "认证器不支持常驻密钥", + "authentication_process_was_aborted": "密钥验证已被取消", + "error_occurred_with_authenticator": "使用密钥时出现了一些问题", + "authenticator_does_not_support_discoverable_credentials": "该设备不支持所需的密钥类型", + "authenticator_does_not_support_resident_keys": "该设备不支持所需的密钥类型", "passkey_was_previously_registered": "此通行密钥曾被注册", - "authenticator_does_not_support_any_of_the_requested_algorithms": "认证器不支持任何请求的算法", - "webauthn_error_invalid_rp_id": "配置的依赖方ID无效。", - "webauthn_error_invalid_domain": "配置的域名无效。", + "authenticator_does_not_support_any_of_the_requested_algorithms": "该设备不支持此密钥", + "webauthn_error_invalid_rp_id": "此域的密钥配置不正确。", + "webauthn_error_invalid_domain": "密钥无法在已配置的域中使用。", "contact_administrator_to_fix": "请联系您的管理员以解决此问题。", - "webauthn_operation_not_allowed_or_timed_out": "该操作未被允许或超时", + "webauthn_operation_not_allowed_or_timed_out": "密钥提示已被取消或超时", "webauthn_not_supported_by_browser": "此浏览器不支持密钥登录。请使用其他登录方式。", + "passkey_request_expired": "您的密钥请求已过期", + "passkey_response_invalid": "我们无法处理您密钥的响应", + "passkey_verification_failed": "我们无法验证您的密钥", + "passkey_user_verification_required": "您的密钥无法验证您的身份。如果您使用的是安全密钥,请设置一个 FIDO2 密码,然后重试", "critical_error_occurred_contact_administrator": "发生严重错误。请联系您的管理员。", "sign_in_to": "登录到 {name}", "account_selection_signin_confirmation": "您是否要使用以下账户继续 {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "已启用", "disabled": "已禁用", "oidc_client_updated_successfully": "OIDC 客户端更新成功", + "client_type": "类型", + "client_type_standard": "标准", + "client_type_metadata_document": "元数据文档", + "cimd_client_managed_fields_title": "某些属性是只读的", + "cimd_client_managed_fields_description": "该客户端通过“客户端 ID 元数据文档”(CIMD)进行管理,因此无法在此处编辑该文档提供的属性。", + "client_id_metadata_documents": "客户 ID 元数据文档", + "client_id_metadata_documents_description": "客户端 ID 元数据文档(CIMD)允许 OAuth 客户端通过 URL 进行身份识别。无需预先注册。", + "cimd_url_allowlist": "允许的元数据文档 URL", + "cimd_url_allowlist_description": "限制接受哪些客户端 ID 元数据文档的 URL。支持通配符。空列表将阻止所有 URL。", + "refresh": "刷新", + "oidc_client_metadata_refreshed_successfully": "客户端元数据文档已成功更新", "create_new_client_secret": "创建新的客户端密钥", "are_you_sure_you_want_to_create_a_new_client_secret": "您确定要创建新的客户端密钥吗?旧的密钥将被失效。", "generate": "生成", @@ -562,5 +578,7 @@ "deny": "拒绝", "approve": "批准", "or": "或", - "visit_and_enter": "请访问 {url} 并输入:" + "visit_and_enter": "请访问 {url} 并输入:", + "oidc": "OIDC", + "device_login_request_expired": "您的二维码已过期。请重新开始登录流程。" } diff --git a/frontend/messages/zh-TW.json b/frontend/messages/zh-TW.json index c1f6eb1e..c94a4a1b 100644 --- a/frontend/messages/zh-TW.json +++ b/frontend/messages/zh-TW.json @@ -7,6 +7,7 @@ "key": "Key", "value": "Value", "remove_custom_claim": "移除自定義 claim", + "remove_url": "移除網址 {identifier}", "add_custom_claim": "添加自定義 claim", "add_another": "新增另一個", "select_a_date": "選擇日期", @@ -37,17 +38,21 @@ "expiration": "到期時間", "name": "名稱", "an_unknown_error_occurred": "發生未知的錯誤", - "authentication_process_was_aborted": "驗證程序已中止", - "error_occurred_with_authenticator": "驗證器發生錯誤", - "authenticator_does_not_support_discoverable_credentials": "此驗證器不支援可被發現的憑證", - "authenticator_does_not_support_resident_keys": "此驗證器不支援常駐金鑰", + "authentication_process_was_aborted": "密鑰驗證已被取消", + "error_occurred_with_authenticator": "使用您的通行密鑰時發生了錯誤", + "authenticator_does_not_support_discoverable_credentials": "此裝置不支援所需的密鑰類型", + "authenticator_does_not_support_resident_keys": "此裝置不支援所需的密鑰類型", "passkey_was_previously_registered": "這個密碼金鑰先前已註冊", - "authenticator_does_not_support_any_of_the_requested_algorithms": "驗證器不支援任何一種所要求的演算法", - "webauthn_error_invalid_rp_id": "已設定的信賴方識別碼無效。", - "webauthn_error_invalid_domain": "設定的網域無效。", + "authenticator_does_not_support_any_of_the_requested_algorithms": "此裝置不支援相容的通行碼", + "webauthn_error_invalid_rp_id": "此網域的通行金鑰未正確設定。", + "webauthn_error_invalid_domain": "無法在已設定的網域上使用通行金鑰。", "contact_administrator_to_fix": "請聯絡您的管理員以解決此問題。", - "webauthn_operation_not_allowed_or_timed_out": "此操作未獲許可或已超時", + "webauthn_operation_not_allowed_or_timed_out": "密鑰提示已被取消或已超時", "webauthn_not_supported_by_browser": "此瀏覽器不支援通行密鑰。請使用其他登入方式。", + "passkey_request_expired": "您的密鑰請求已過期", + "passkey_response_invalid": "我們無法處理您密鑰的回應", + "passkey_verification_failed": "我們無法驗證您的密鑰", + "passkey_user_verification_required": "您的通行金鑰無法驗證您的身分。若您使用的是安全金鑰,請設定 FIDO2 密碼,然後再試一次", "critical_error_occurred_contact_administrator": "發生嚴重錯誤,請聯絡您的管理員。", "sign_in_to": "登入 {name}", "account_selection_signin_confirmation": "您要使用以下帳戶繼續 {#b}{name}{/b}?", @@ -296,6 +301,17 @@ "enabled": "啟用", "disabled": "停用", "oidc_client_updated_successfully": "OIDC 客戶端更新成功", + "client_type": "類型", + "client_type_standard": "標準", + "client_type_metadata_document": "元資料文件", + "cimd_client_managed_fields_title": "某些屬性為唯讀", + "cimd_client_managed_fields_description": "此客戶是透過「客戶識別碼元資料文件」(CIMD)進行管理的,因此此處無法編輯該文件所提供的屬性。", + "client_id_metadata_documents": "客戶 ID 元數據文件", + "client_id_metadata_documents_description": "「客戶端識別碼元資料文件」(CIMD)讓 OAuth 客戶端能透過 URL 進行自我識別。無需預先註冊。", + "cimd_url_allowlist": "允許的元資料文件網址", + "cimd_url_allowlist_description": "限制可接受的客戶端 ID 元資料文件 URL。支援萬用字元。若清單為空,則會封鎖所有 URL。", + "refresh": "重新整理", + "oidc_client_metadata_refreshed_successfully": "已成功更新客戶元資料文件", "create_new_client_secret": "建立新 client secret", "are_you_sure_you_want_to_create_a_new_client_secret": "確定要建立新的 client secret 嗎?舊的將會失效。", "generate": "產生", @@ -562,5 +578,7 @@ "deny": "拒絕", "approve": "批准", "or": "或", - "visit_and_enter": "請造訪 {url} 並輸入:" + "visit_and_enter": "請造訪 {url} 並輸入:", + "oidc": "OIDC", + "device_login_request_expired": "您的 QR 碼已過期。請重新開始登入程序。" }