Files
zitadel/internal/query/v2-default.json
1e09b4fc19 feat(login): hu translations + I18n consistency v2 (#12447)
# Which Problems Are Solved

Fixes i18n consistency and adds HU translations for login v2

# How the Problems Are Solved

- Updated i18n files and added hu.json
- Moved all translations to v2-default.json

---------

Co-authored-by: Dobos Zoltán <dzolko1997@gmail.com>
Co-authored-by: Liam Neville <liam@zitadel.com>
2026-07-15 11:27:25 +00:00

6918 lines
318 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"de": {
"common": {
"back": "Zurück",
"title": "Anmelden mit Zitadel"
},
"accounts": {
"title": "Konten",
"description": "Wählen Sie das Konto aus, das Sie verwenden möchten.",
"addAnother": "Ein weiteres Konto hinzufügen",
"noResults": "Keine Konten gefunden",
"verified": "verifiziert",
"expired": "abgelaufen"
},
"logout": {
"title": "Logout",
"description": "Wählen Sie den Account aus, das Sie entfernen möchten",
"noResults": "Keine Konten gefunden",
"clear": "Session beenden",
"verifiedAt": "Zuletzt aktiv: {time}",
"success": {
"title": "Logout erfolgreich",
"description": "Sie haben sich erfolgreich abgemeldet."
}
},
"loginname": {
"title": "Willkommen zurück!",
"description": "Geben Sie Ihre Anmeldedaten ein.",
"register": "Neuen Benutzer registrieren",
"submit": "Weiter",
"labels": {
"loginname": "Loginname",
"username": "Benutzername",
"usernameOrPhoneNumber": "Benutzername oder Telefonnummer",
"usernameOrEmail": "Benutzername oder E-Mail"
},
"required": {
"loginName": "Dieses Feld ist erforderlich"
},
"errors": {
"internalError": "Ein interner Fehler ist aufgetreten",
"couldNotGetLoginSettings": "Anmeldeeinstellungen konnten nicht abgerufen werden",
"couldNotSearchUsers": "Benutzer konnten nicht durchsucht werden",
"couldNotGetDomain": "Domain konnte nicht abgerufen werden",
"couldNotGetHost": "Host konnte nicht abgerufen werden",
"couldNotStartIDPFlow": "IDP-Ablauf konnte nicht gestartet werden",
"moreThanOneUserFound": "Mehr als ein Benutzer gefunden. Bitte geben Sie einen eindeutigen Identifikator an.",
"userNotFound": "Benutzer im System nicht gefunden",
"couldNotCreateSession": "Sitzung für Benutzer konnte nicht erstellt werden",
"initialUserNotSupported": "Initialer Benutzer wird nicht unterstützt",
"localAuthenticationNotAllowed": "Lokale Authentifizierung nicht zulässig! Wenden Sie sich für weitere Informationen an Ihren Administrator.",
"passkeysNotAllowed": "Passkeys nicht zulässig! Wenden Sie sich für weitere Informationen an Ihren Administrator.",
"couldNotFindIdentityProvider": "Identitätsanbieter konnte nicht gefunden werden.",
"userNotActive": "Das Benutzerkonto ist inaktiv. Wenden Sie sich für weitere Informationen an Ihren Administrator."
}
},
"zitadel": {
"errors": {
"errorOccured": "Ein Fehler ist aufgetreten",
"multipleUsersFound": "Mehrere Benutzer gefunden",
"userNotFound": "Benutzer im System nicht gefunden"
}
},
"password": {
"verify": {
"title": "Passwort",
"description": "Geben Sie Ihr Passwort ein.",
"resetPassword": "Passwort zurücksetzen",
"submit": "Weiter",
"labels": {
"password": "Passwort"
},
"required": {
"password": "Dieses Feld ist erforderlich"
},
"errors": {
"couldNotVerifyPassword": "Passwort konnte nicht verifiziert werden",
"couldNotResetPassword": "Passwort konnte nicht zurückgesetzt werden"
},
"info": {
"passwordResetSent": "Passwort wurde zurückgesetzt. Bitte prüfen Sie Ihre E-Mails"
}
},
"set": {
"title": "Passwort festlegen",
"description": "Legen Sie das Passwort für Ihr Konto fest",
"codeSent": "Ein neuer Code wurde an Ihre E-Mail-Adresse gesendet.",
"noCodeReceived": "Keinen Code erhalten?",
"resend": "Erneut senden",
"submit": "Weiter",
"labels": {
"code": "Code",
"newPassword": "Neues Passwort",
"confirmPassword": "Neues Passwort wiederholen"
},
"required": {
"code": "Dieses Feld ist erforderlich",
"newPassword": "Bitte geben Sie ein Passwort ein!",
"confirmPassword": "Dieses Feld ist erforderlich"
},
"errors": {
"couldNotSetPassword": "Passwort konnte nicht gesetzt werden",
"couldNotResetPassword": "Passwort konnte nicht zurückgesetzt werden",
"couldNotVerifyPassword": "Passwort konnte nicht verifiziert werden"
}
},
"change": {
"title": "Passwort ändern",
"description": "Legen Sie das Passwort für Ihr Konto fest",
"submit": "Weiter",
"labels": {
"currentPassword": "Aktuelles Passwort",
"newPassword": "Neues Passwort",
"confirmPassword": "Neues Passwort wiederholen"
},
"required": {
"currentPassword": "Bitte geben Sie Ihr aktuelles Passwort ein!",
"newPassword": "Bitte geben Sie ein neues Passwort ein!",
"confirmPassword": "Dieses Feld ist erforderlich"
},
"errors": {
"currentPasswordInvalid": "Das aktuelle Passwort ist falsch.",
"couldNotChangePassword": "Passwort konnte nicht geändert werden",
"couldNotVerifyPassword": "Passwort konnte nicht verifiziert werden",
"unknownError": "Unbekannter Fehler"
}
},
"complexity": {
"length": "Muss mindestens {minLength} Zeichen lang sein.",
"hasSymbol": "Muss ein Symbol enthalten.",
"hasNumber": "Muss eine Zahl enthalten.",
"hasUppercase": "Muss einen Großbuchstaben enthalten.",
"hasLowercase": "Muss einen Kleinbuchstaben enthalten.",
"equals": "Passwortbestätigung stimmt überein.",
"matches": "Stimmt überein",
"doesNotMatch": "Stimmt nicht überein"
},
"errors": {
"noHostFound": "Kein Host gefunden",
"couldNotSendResetLink": "Passwort-Zurücksetzungslink konnte nicht gesendet werden",
"couldNotCreateSessionForUser": "Sitzung für Benutzer konnte nicht erstellt werden",
"couldNotVerifyPassword": "Passwort konnte nicht verifiziert werden",
"failedToAuthenticate": "Authentifizierung fehlgeschlagen. Sie haben {failedAttempts} von {maxPasswordAttempts} Passwortversuchen.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Authentifizierung fehlgeschlagen.",
"accountLockedContactAdmin": " Kontaktieren Sie Ihren Administrator, um Ihr Konto zu entsperren",
"userNotFound": "Benutzer nicht im System gefunden",
"initialUserNotSupported": "Initialbenutzer wird nicht unterstützt",
"userInitialStateNotSupported": "Anfangszustand des Benutzers wird nicht unterstützt",
"codeOrVerificationRequired": "Sie müssen einen Code angeben oder eine gültige Benutzerverifizierung durchführen",
"verificationRequired": "Die Benutzerverifizierung muss durchgeführt werden",
"couldNotLoadSession": "Sitzung konnte nicht geladen werden",
"couldNotLoadAuthMethods": "Authentifizierungsmethoden konnten nicht geladen werden",
"failedPrecondition": "Vorbedingung fehlgeschlagen",
"sessionNotValid": "Sitzung ist nicht gültig",
"passwordVerificationMissing": "Passwort-Verifizierung fehlt.",
"passwordVerificationTooOld": "Passwort-Verifizierung ist zu alt. Bitte verifizieren Sie Ihr Passwort erneut."
}
},
"idp": {
"title": "Mit SSO anmelden",
"description": "Wählen Sie einen der folgenden Anbieter, um sich anzumelden",
"orSignInWith": "oder melden Sie sich an mit",
"signInWithApple": "Mit Apple anmelden",
"signInWithGoogle": "Mit Google anmelden",
"signInWithAzureAD": "Mit AzureAD anmelden",
"signInWithGithub": "Mit GitHub anmelden",
"signInWithGitlab": "Mit GitLab anmelden",
"loginError": {
"title": "Anmeldung fehlgeschlagen",
"description": "Beim Anmelden ist ein Fehler aufgetreten."
},
"linkingError": {
"title": "Konto-Verknüpfung fehlgeschlagen",
"description": "Beim Verknüpfen Ihres Kontos ist ein Fehler aufgetreten."
},
"completeRegister": {
"title": "Registrierung abschließen",
"description": "Bitte vervollständige die Registrierung, um dein Konto zu erstellen."
},
"accountNotFound": {
"title": "Konto nicht gefunden",
"description": "Wir konnten kein Konto finden, das mit Ihren Identitätsanbieter-Anmeldedaten verknüpft ist.",
"info": "Es wurde kein bestehendes Konto gefunden. Bitte melden Sie sich mit einem bestehenden Konto an oder wenden Sie sich an Ihren Administrator.",
"backToLogin": "Zurück zur Anmeldung"
},
"registrationFailed": {
"title": "Registrierung nicht verfügbar",
"description": "Wir konnten den Registrierungsprozess nicht abschließen.",
"info": "Die Organisation für die Registrierung konnte nicht ermittelt werden. Bitte wenden Sie sich an Ihren Administrator.",
"backToLogin": "Zurück zur Anmeldung"
},
"processing": {
"message": "Authentifizierung wird verarbeitet...",
"noRedirect": "Keine Weiterleitung oder Fehler vom Server erhalten",
"unexpectedError": "Ein unerwarteter Fehler ist aufgetreten"
},
"errors": {
"missingParameters": "Erforderliche Parameter fehlen",
"missingIdpInfo": "IDP-Informationen fehlen",
"idpNotFound": "Identitätsanbieter nicht gefunden",
"linkingNotAllowed": "Verknüpfung ist für diesen Identitätsanbieter nicht erlaubt",
"linkingFailed": "Verknüpfung des Identitätsanbieters zum Konto fehlgeschlagen",
"autoLinkingFailed": "Automatische Verknüpfung des Kontos fehlgeschlagen",
"userCreationFailed": "Erstellen des Benutzerkontos fehlgeschlagen",
"orgResolutionFailed": "Organisation für Registrierung konnte nicht ermittelt werden",
"sessionCreationFailed": "Sitzung konnte nicht erstellt oder Weiterleitung konnte nicht ermittelt werden",
"unknownError": "Ein unbekannter Fehler ist aufgetreten"
}
},
"ldap": {
"title": "LDAP Login",
"description": "Geben Sie Ihre LDAP-Anmeldedaten ein.",
"submit": "Weiter",
"labels": {
"username": "Benutzername",
"password": "Passwort"
},
"required": {
"username": "Dieses Feld ist erforderlich",
"password": "Dieses Feld ist erforderlich"
}
},
"mfa": {
"verify": {
"title": "Bestätigen Sie Ihre Identität",
"description": "Wählen Sie einen der folgenden Faktoren.",
"noResults": "Keine zweiten Faktoren verfügbar, um sie einzurichten."
},
"set": {
"title": "2-Faktor einrichten",
"description": "Wählen Sie einen der folgenden zweiten Faktoren.",
"skip": "Überspringen"
}
},
"otp": {
"verify": {
"title": "2-Faktor bestätigen",
"totpDescription": "Geben Sie den Code aus Ihrer Authentifizierungs-App ein.",
"smsDescription": "Geben Sie den Code ein, den Sie per SMS erhalten haben.",
"emailDescription": "Geben Sie den Code ein, den Sie per E-Mail erhalten haben.",
"noCodeReceived": "Keinen Code erhalten?",
"resendCode": "Code erneut senden",
"submit": "Weiter",
"labels": {
"code": "Code"
},
"required": {
"code": "Dieses Feld ist erforderlich"
}
},
"set": {
"title": "2-Faktor einrichten",
"totpDescription": "Scannen Sie den QR-Code mit Ihrer Authentifizierungs-App.",
"smsDescription": "Geben Sie Ihre Telefonnummer ein, um einen Code per SMS zu erhalten.",
"emailDescription": "Geben Sie Ihre E-Mail-Adresse ein, um einen Code per E-Mail zu erhalten.",
"totpRegisterDescription": "Scannen Sie den QR-Code oder navigieren Sie manuell zur URL.",
"submit": "Weiter",
"labels": {
"code": "Code"
},
"required": {
"code": "Dieses Feld ist erforderlich"
}
}
},
"passkey": {
"verify": {
"title": "Mit einem Passkey authentifizieren",
"description": "Ihr Gerät wird nach Ihrem Fingerabdruck, Gesicht oder Bildschirmsperre fragen",
"usePassword": "Passwort verwenden",
"submit": "Weiter",
"errors": {
"couldNotRequestChallenge": "Passkey-Challenge konnte nicht angefordert werden",
"couldNotVerifyPasskey": "Passkey konnte nicht verifiziert werden",
"noResponseReceived": "Passkey-Verifizierung fehlgeschlagen - keine Antwort erhalten",
"noRedirectProvided": "Passkey-Verifizierung abgeschlossen, aber keine Weiterleitung bereitgestellt",
"couldNotRetrievePasskey": "Fehler beim Abrufen des Passkeys",
"verificationCancelled": "Passkey-Verifizierung wurde abgebrochen",
"verificationFailed": "Fehler bei der Passkey-Verifizierung",
"couldNotFindSession": "Sitzung konnte nicht gefunden werden",
"couldNotUpdateSession": "Sitzung konnte nicht aktualisiert werden",
"userNotFound": "Benutzer nicht im System gefunden",
"couldNotDetermineRedirect": "Weiterleitungs-URL nach Passkey-Verifizierung konnte nicht ermittelt werden"
}
},
"set": {
"title": "Passkey einrichten",
"description": "Ihr Gerät wird nach Ihrem Fingerabdruck, Gesicht oder Bildschirmsperre fragen",
"info": {
"description": "Ein Passkey ist eine Authentifizierungsmethode auf einem Gerät wie Ihr Fingerabdruck, Apple FaceID oder ähnliches.",
"link": "Passkey-Authentifizierung"
},
"skip": "Überspringen",
"submit": "Weiter"
}
},
"u2f": {
"verify": {
"title": "2-Faktor bestätigen",
"description": "Bestätigen Sie Ihr Konto mit Ihrem Gerät."
},
"set": {
"title": "2-Faktor einrichten",
"description": "Richten Sie ein Gerät als zweiten Faktor ein.",
"submit": "Weiter"
}
},
"register": {
"methods": {
"passkey": "Passkey",
"password": "Passwort"
},
"disabled": {
"title": "Registrierung deaktiviert",
"description": "Die Registrierung ist deaktiviert. Bitte wenden Sie sich an den Administrator."
},
"missingdata": {
"title": "Registrierung fehlgeschlagen",
"description": "Einige Daten fehlen. Bitte überprüfen Sie Ihre Eingaben."
},
"title": "Registrieren",
"description": "Erstellen Sie Ihr Zitadel-Konto.",
"noMethodAvailableWarning": "Keine Authentifizierungsmethode verfügbar. Bitte wenden Sie sich an den Administrator.",
"selectMethod": "Wählen Sie die Methode, mit der Sie sich authentifizieren möchten",
"agreeTo": "Um sich zu registrieren, müssen Sie den Nutzungsbedingungen zustimmen",
"termsOfService": "Nutzungsbedingungen",
"privacyPolicy": "Datenschutzrichtlinie",
"submit": "Weiter",
"password": {
"title": "Passwort festlegen",
"description": "Legen Sie das Passwort für Ihr Konto fest",
"submit": "Weiter",
"labels": {
"password": "Passwort",
"confirmPassword": "Neues Passwort wiederholen"
},
"required": {
"password": "Bitte geben Sie ein Passwort ein!",
"confirmPassword": "Dieses Feld ist erforderlich"
}
},
"labels": {
"firstname": "Vorname",
"lastname": "Nachname",
"email": "E-Mail"
},
"required": {
"firstname": "Dieses Feld ist erforderlich",
"lastname": "Dieses Feld ist erforderlich",
"email": "Dieses Feld ist erforderlich"
},
"errors": {
"couldNotCreateUser": "Benutzer konnte nicht erstellt werden",
"couldNotCreateSession": "Sitzung konnte nicht erstellt werden",
"userNotFound": "Benutzer nicht im System gefunden",
"couldNotLinkIDP": "IDP konnte nicht mit dem Benutzer verknüpft werden",
"couldNotRegisterUser": "Benutzer konnte nicht registriert werden"
}
},
"invite": {
"title": "Benutzer einladen",
"description": "Geben Sie die E-Mail-Adresse des Benutzers ein, den Sie einladen möchten.",
"info": "Der Benutzer erhält eine E-Mail mit einem Link, um sich zu registrieren.",
"notAllowed": "Sie haben keine Berechtigung, Benutzer einzuladen.",
"submit": "Einladen",
"success": {
"title": "Einladung erfolgreich",
"description": "Der Benutzer wurde erfolgreich eingeladen.",
"verified": "Der Benutzer wurde eingeladen und hat seine E-Mail bereits verifiziert.",
"notVerifiedYet": "Der Benutzer wurde eingeladen. Er erhält eine E-Mail mit weiteren Anweisungen.",
"submit": "Weiteren Benutzer einladen"
}
},
"signedin": {
"title": "Willkommen {user}!",
"description": "Sie sind angemeldet.",
"continue": "Weiter",
"error": {
"title": "Fehler",
"description": "Ein Fehler ist aufgetreten."
}
},
"verify": {
"userIdMissing": "Keine Benutzer-ID angegeben!",
"successTitle": "Benutzer verifiziert",
"successDescription": "Der Benutzer wurde erfolgreich verifiziert.",
"successContinue": "Weiter",
"setupAuthenticator": "Authentifikator einrichten",
"verify": {
"title": "Benutzer verifizieren",
"description": "Geben Sie den Code ein, der in der Bestätigungs-E-Mail angegeben ist.",
"noCodeReceived": "Keinen Code erhalten?",
"resendCode": "Code erneut senden",
"codeSent": "Ein Code wurde gerade an Ihre E-Mail-Adresse gesendet.",
"submit": "Weiter",
"labels": {
"code": "Code"
},
"required": {
"code": "Dieses Feld ist erforderlich"
}
},
"errors": {
"couldNotResendEmail": "E-Mail konnte nicht erneut gesendet werden",
"couldNotVerifyUser": "Benutzer konnte nicht verifiziert werden",
"couldNotVerifyInvite": "Einladung konnte nicht verifiziert werden",
"couldNotVerifyEmail": "E-Mail konnte nicht verifiziert werden",
"couldNotVerify": "Konnte nicht verifizieren",
"couldNotLoadUser": "Benutzer konnte nicht geladen werden",
"couldNotLoadAuthenticators": "Mögliche Authentifikatoren konnten nicht geladen werden",
"couldNotCreateSession": "Sitzung konnte nicht erstellt werden",
"noHostFound": "Kein Host gefunden",
"userAlreadyVerified": "Benutzer ist bereits verifiziert!",
"couldNotResendInvite": "Einladung konnte nicht erneut gesendet werden",
"inviteSendFailed": "Einladungs-E-Mail konnte nicht gesendet werden",
"emailSendFailed": "Verifizierungs-E-Mail konnte nicht gesendet werden",
"contextMissing": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut."
}
},
"authenticator": {
"title": "Authentifizierungsmethode auswählen",
"description": "Wählen Sie die Methode, mit der Sie sich authentifizieren möchten.",
"noMethodsAvailable": "Keine Authentifizierungsmethoden verfügbar",
"allSetup": "Sie haben bereits einen Authentifikator eingerichtet!",
"linkWithIDP": "oder verknüpfe mit einem Identitätsanbieter"
},
"device": {
"usercode": {
"title": "Gerätecode",
"description": "Geben Sie den Code ein.",
"submit": "Weiter",
"labels": {
"code": "Code"
},
"required": {
"code": "Dieses Feld ist erforderlich"
}
},
"request": {
"title": "{appName} möchte eine Verbindung herstellen:",
"description": "Durch Klicken auf Zulassen erlauben Sie {appName} und Zitadel, Ihre Informationen gemäß ihren jeweiligen Nutzungsbedingungen und Datenschutzrichtlinien zu verwenden. Sie können diesen Zugriff jederzeit widerrufen.",
"disclaimer": "{appName} hat Zugriff auf:",
"submit": "Zulassen",
"deny": "Ablehnen"
},
"scope": {
"openid": "Überprüfen Ihrer Identität.",
"email": "Zugriff auf Ihre E-Mail-Adresse.",
"profile": "Zugriff auf Ihre vollständigen Profilinformationen.",
"offline_access": "Erlauben Sie den Offline-Zugriff auf Ihr Konto."
}
},
"error": {
"noUserCode": "Kein Benutzercode angegeben!",
"noDeviceRequest": " Es wurde keine Geräteanforderung gefunden. Bitte überprüfen Sie die URL.",
"unknownContext": "Der Kontext des Benutzers konnte nicht ermittelt werden. Stellen Sie sicher, dass Sie zuerst den Benutzernamen eingeben oder einen loginName als Suchparameter angeben.",
"sessionExpired": "Ihre aktuelle Sitzung ist abgelaufen. Bitte melden Sie sich erneut an.",
"failedLoading": "Daten konnten nicht geladen werden. Bitte versuchen Sie es erneut.",
"tryagain": "Erneut versuchen",
"couldNotContinueSession": "Sitzung konnte nicht fortgesetzt werden - fehlende Benutzerinformationen"
}
},
"en": {
"common": {
"back": "Back",
"title": "Login with Zitadel"
},
"accounts": {
"title": "Accounts",
"description": "Select the account you want to use.",
"addAnother": "Add another account",
"noResults": "No accounts found",
"verified": "verified",
"expired": "expired"
},
"logout": {
"title": "Logout",
"description": "Click an account to end the session",
"noResults": "No accounts found",
"clear": "End Session",
"verifiedAt": "Last active: {time}",
"success": {
"title": "Logout successful",
"description": "You have successfully logged out."
}
},
"loginname": {
"title": "Welcome back!",
"description": "Enter your login details.",
"register": "Register new user",
"submit": "Continue",
"labels": {
"loginname": "Loginname",
"username": "Username",
"usernameOrPhoneNumber": "Username or phone number",
"usernameOrEmail": "Username or email"
},
"required": {
"loginName": "This field is required"
},
"errors": {
"internalError": "An internal error occurred",
"couldNotGetLoginSettings": "Could not get login settings",
"couldNotSearchUsers": "Could not search users",
"couldNotGetDomain": "Could not get domain",
"couldNotGetHost": "Could not get host",
"couldNotStartIDPFlow": "Could not start IDP flow",
"moreThanOneUserFound": "More than one user found. Provide a unique identifier.",
"userNotFound": "User not found in the system",
"couldNotCreateSession": "Could not create session for user",
"initialUserNotSupported": "Initial User not supported",
"localAuthenticationNotAllowed": "Local authentication is not allowed! Contact your administrator for more information.",
"passkeysNotAllowed": "Passkeys not allowed! Contact your administrator for more information.",
"couldNotFindIdentityProvider": "Could not find identity provider.",
"userNotActive": "User is not active. Contact your administrator for more information."
}
},
"zitadel": {
"errors": {
"errorOccured": "An error occurred",
"multipleUsersFound": "Multiple users found",
"userNotFound": "User not found in the system"
}
},
"password": {
"verify": {
"title": "Password",
"description": "Enter your password.",
"resetPassword": "Reset Password",
"submit": "Continue",
"labels": {
"password": "Password"
},
"required": {
"password": "This field is required"
},
"errors": {
"couldNotVerifyPassword": "Could not verify password",
"couldNotResetPassword": "Could not reset password"
},
"info": {
"passwordResetSent": "Password was reset. Please check your email"
}
},
"set": {
"title": "Set Password",
"description": "Set the password for your account",
"codeSent": "A new code has been sent to your email address.",
"noCodeReceived": "Didn't receive a code?",
"resend": "Resend code",
"submit": "Continue",
"labels": {
"code": "Code",
"newPassword": "New Password",
"confirmPassword": "Confirm Password"
},
"required": {
"code": "This field is required",
"newPassword": "You have to provide a password!",
"confirmPassword": "This field is required"
},
"errors": {
"couldNotSetPassword": "Could not set password",
"couldNotResetPassword": "Could not reset password",
"couldNotVerifyPassword": "Could not verify password"
}
},
"change": {
"title": "Change Password",
"description": "Set the password for your account",
"submit": "Continue",
"labels": {
"currentPassword": "Current Password",
"newPassword": "New Password",
"confirmPassword": "Confirm Password"
},
"required": {
"currentPassword": "You have to provide your current password!",
"newPassword": "You have to provide a new password!",
"confirmPassword": "This field is required"
},
"errors": {
"currentPasswordInvalid": "Current password is incorrect.",
"couldNotChangePassword": "Could not change password",
"couldNotVerifyPassword": "Could not verify password",
"unknownError": "Unknown error"
}
},
"complexity": {
"length": "Must be at least {minLength} characters long.",
"hasSymbol": "Must include a symbol.",
"hasNumber": "Must include a number.",
"hasUppercase": "Must include an uppercase letter.",
"hasLowercase": "Must include a lowercase letter.",
"equals": "Password confirmation matched.",
"matches": "Matches",
"doesNotMatch": "Doesn't match"
},
"errors": {
"noHostFound": "No host found",
"couldNotSendResetLink": "Could not send Password Reset Link",
"couldNotCreateSessionForUser": "Could not create session for user",
"couldNotVerifyPassword": "Could not verify password",
"failedToAuthenticate": "Failed to authenticate. You had {failedAttempts} of {maxPasswordAttempts} password attempts.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Failed to authenticate.",
"accountLockedContactAdmin": " Contact your administrator to unlock your account",
"userNotFound": "User not found in the system",
"initialUserNotSupported": "Initial User not supported",
"userInitialStateNotSupported": "User Initial State is not supported",
"codeOrVerificationRequired": "You have to provide a code or have a valid User Verification Check",
"verificationRequired": "User Verification Check has to be done",
"couldNotLoadSession": "Could not load session",
"couldNotLoadAuthMethods": "Could not load auth methods",
"failedPrecondition": "Failed precondition",
"sessionNotValid": "Session is not valid",
"passwordVerificationMissing": "Password verification is missing.",
"passwordVerificationTooOld": "Password verification is too old. Please verify your password again."
}
},
"idp": {
"title": "Sign in with SSO",
"description": "Select one of the following providers to sign in",
"orSignInWith": "or sign in with",
"signInWithApple": "Sign in with Apple",
"signInWithGoogle": "Sign in with Google",
"signInWithAzureAD": "Sign in with AzureAD",
"signInWithGithub": "Sign in with GitHub",
"signInWithGitlab": "Sign in with GitLab",
"loginError": {
"title": "Login failed",
"description": "An error occurred while trying to login."
},
"linkingError": {
"title": "Account linking failed",
"description": "An error occurred while trying to link your account."
},
"completeRegister": {
"title": "Complete your data",
"description": "You need to complete your registration by providing your email address and name."
},
"accountNotFound": {
"title": "Account Not Found",
"description": "We couldn't find an account associated with your identity provider credentials.",
"info": "No existing account was found. Please sign in with an existing account or contact your administrator for assistance.",
"backToLogin": "Back to Login"
},
"registrationFailed": {
"title": "Registration Not Available",
"description": "We couldn't complete the registration process.",
"info": "Unable to determine the organization for registration. Please contact your administrator for assistance.",
"backToLogin": "Back to Login"
},
"processing": {
"message": "Processing authentication...",
"noRedirect": "No redirect or error returned from server",
"unexpectedError": "An unexpected error occurred"
},
"errors": {
"missingParameters": "Missing required parameters",
"missingIdpInfo": "IDP information missing",
"idpNotFound": "Identity provider not found",
"linkingNotAllowed": "Linking is not allowed for this identity provider",
"linkingFailed": "Failed to link identity provider to account",
"autoLinkingFailed": "Failed to automatically link account",
"userCreationFailed": "Failed to create user account",
"orgResolutionFailed": "Could not determine organization for registration",
"sessionCreationFailed": "Could not create session or determine redirect",
"unknownError": "An unknown error occurred"
}
},
"ldap": {
"title": "LDAP Login",
"description": "Enter your LDAP credentials.",
"submit": "Continue",
"labels": {
"username": "Username",
"password": "Password"
},
"required": {
"username": "This field is required",
"password": "This field is required"
}
},
"mfa": {
"verify": {
"title": "Verify your identity",
"description": "Choose one of the following factors.",
"noResults": "No second factors available to setup."
},
"set": {
"title": "Set up 2-Factor",
"description": "Choose one of the following second factors.",
"skip": "Skip"
}
},
"otp": {
"verify": {
"title": "Verify 2-Factor",
"totpDescription": "Enter the code from your authenticator app.",
"smsDescription": "Enter the code you received via SMS.",
"emailDescription": "Enter the code you received via email.",
"noCodeReceived": "Didn't receive a code?",
"resendCode": "Resend code",
"submit": "Continue",
"labels": {
"code": "Code"
},
"required": {
"code": "This field is required"
}
},
"set": {
"title": "Set up 2-Factor",
"totpDescription": "Scan the QR code with your authenticator app.",
"smsDescription": "Enter your phone number to receive a code via SMS.",
"emailDescription": "Enter your email address to receive a code via email.",
"totpRegisterDescription": "Scan the QR Code or navigate to the URL manually.",
"submit": "Continue",
"labels": {
"code": "Code"
},
"required": {
"code": "This field is required"
}
}
},
"passkey": {
"verify": {
"title": "Authenticate with a passkey",
"description": "Your device will ask for your fingerprint, face, or screen lock",
"usePassword": "Use password",
"submit": "Continue",
"errors": {
"couldNotRequestChallenge": "Could not request passkey challenge",
"couldNotVerifyPasskey": "Could not verify passkey",
"noResponseReceived": "Passkey verification failed - no response received",
"noRedirectProvided": "Passkey verification completed but no redirect was provided",
"couldNotRetrievePasskey": "An error occurred while retrieving passkey",
"verificationCancelled": "Passkey verification was cancelled",
"verificationFailed": "An error occurred during passkey verification",
"couldNotFindSession": "Could not find session",
"couldNotUpdateSession": "Could not update session",
"userNotFound": "User not found in the system",
"couldNotDetermineRedirect": "Could not determine redirect URL after passkey verification"
}
},
"set": {
"title": "Setup a passkey",
"description": "Your device will ask for your fingerprint, face, or screen lock",
"info": {
"description": "A passkey is an authentication method on a device like your fingerprint, Apple FaceID or similar. ",
"link": "Passkey Authentication"
},
"skip": "Skip",
"submit": "Continue"
}
},
"u2f": {
"verify": {
"title": "Verify 2-Factor",
"description": "Verify your account with your device."
},
"set": {
"title": "Set up 2-Factor",
"description": "Set up a device as a second factor.",
"submit": "Continue"
}
},
"register": {
"methods": {
"passkey": "Passkey",
"password": "Password"
},
"disabled": {
"title": "Registration disabled",
"description": "The registration is disabled. Please contact your administrator."
},
"missingdata": {
"title": "Missing data",
"description": "Provide email, first and last name to register."
},
"title": "Register",
"description": "Create your Zitadel account.",
"noMethodAvailableWarning": "No authentication method available. Please contact your administrator.",
"selectMethod": "Select the method you would like to authenticate",
"agreeTo": "To register you must agree to the terms and conditions",
"termsOfService": "Terms of Service",
"privacyPolicy": "Privacy Policy",
"submit": "Continue",
"password": {
"title": "Set Password",
"description": "Set the password for your account",
"submit": "Continue",
"labels": {
"password": "Password",
"confirmPassword": "Confirm Password"
},
"required": {
"password": "You have to provide a password!",
"confirmPassword": "This field is required"
}
},
"labels": {
"firstname": "First name",
"lastname": "Last name",
"email": "E-mail"
},
"required": {
"firstname": "This field is required",
"lastname": "This field is required",
"email": "This field is required"
},
"errors": {
"couldNotCreateUser": "Could not create user",
"couldNotCreateSession": "Could not create session",
"userNotFound": "User not found in the system",
"couldNotLinkIDP": "Could not link IDP to user",
"couldNotRegisterUser": "Could not register user"
}
},
"invite": {
"title": "Invite User",
"description": "Provide the email address and the name of the user you want to invite.",
"info": "The user will receive an email with further instructions.",
"notAllowed": "Your settings do not allow you to invite users.",
"submit": "Continue",
"success": {
"title": "User invited",
"description": "The email has successfully been sent.",
"verified": "The user has been invited and has already verified his email.",
"notVerifiedYet": "The user has been invited. They will receive an email with further instructions.",
"submit": "Invite another user"
}
},
"signedin": {
"title": "Welcome {user}!",
"description": "You are signed in.",
"continue": "Continue",
"error": {
"title": "Error",
"description": "An error occurred while trying to sign in."
}
},
"verify": {
"userIdMissing": "No userId provided!",
"successTitle": "User verified",
"successDescription": "The user has been verified successfully.",
"successContinue": "Continue",
"setupAuthenticator": "Setup authenticator",
"verify": {
"title": "Verify user",
"description": "Enter the Code provided in the verification email.",
"noCodeReceived": "Didn't receive a code?",
"resendCode": "Resend code",
"codeSent": "A new code has just been sent to your email address.",
"submit": "Continue",
"labels": {
"code": "Code"
},
"required": {
"code": "This field is required"
}
},
"errors": {
"couldNotResendEmail": "Could not resend email",
"couldNotVerifyUser": "Could not verify user",
"couldNotVerifyInvite": "Could not verify invite",
"couldNotVerifyEmail": "Could not verify email",
"couldNotVerify": "Could not verify",
"couldNotLoadUser": "Could not load user",
"couldNotLoadAuthenticators": "Could not load possible authenticators",
"couldNotCreateSession": "Could not create session",
"noHostFound": "No host found",
"userAlreadyVerified": "User is already verified!",
"couldNotResendInvite": "Could not resend invite",
"inviteSendFailed": "Failed to send invitation email",
"emailSendFailed": "Failed to send verification email",
"contextMissing": "An error occurred. Please try again."
}
},
"authenticator": {
"title": "Choose authentication method",
"description": "Select the method you would like to authenticate",
"noMethodsAvailable": "No authentication methods available",
"allSetup": "You have already setup an authenticator!",
"linkWithIDP": "or link with an Identity Provider"
},
"device": {
"usercode": {
"title": "Device code",
"description": "Enter the code displayed on your app or device.",
"submit": "Continue",
"labels": {
"code": "Code"
},
"required": {
"code": "This field is required"
}
},
"request": {
"title": "{appName} would like to connect",
"description": "{appName} will have access to:",
"disclaimer": "By clicking Allow, you allow {appName} and Zitadel to use your information in accordance with their respective terms of service and privacy policies. You can revoke this access at any time.",
"submit": "Allow",
"deny": "Deny"
},
"scope": {
"openid": "Verify your identity.",
"email": "View your email address.",
"profile": "View your full profile information.",
"offline_access": "Allow offline access to your account."
}
},
"error": {
"noUserCode": "No user code provided!",
"noDeviceRequest": "No device request found.",
"unknownContext": "Could not get the context of the user. Make sure to enter the username first or provide a loginName as searchParam.",
"sessionExpired": "Your current session has expired. Please login again.",
"failedLoading": "Failed to load data. Please try again.",
"tryagain": "Try Again",
"couldNotContinueSession": "Could not continue with session - missing user information"
}
},
"es": {
"common": {
"back": "Atrás",
"title": "Iniciar sesión con Zitadel"
},
"accounts": {
"title": "Cuentas",
"description": "Seleccione la cuenta que desea utilizar.",
"addAnother": "Agregar otra cuenta",
"noResults": "No se encontraron cuentas",
"verified": "verificado",
"expired": "expirado"
},
"logout": {
"title": "Cerrar sesión",
"description": "Selecciona la cuenta que deseas eliminar",
"noResults": "No se encontraron cuentas",
"clear": "Eliminar sesión",
"verifiedAt": "Última actividad: {time}",
"success": {
"title": "Cierre de sesión exitoso",
"description": "Has cerrado sesión correctamente."
}
},
"loginname": {
"title": "¡Bienvenido de nuevo!",
"description": "Introduce tus datos de acceso.",
"register": "Registrar nuevo usuario",
"submit": "Continuar",
"labels": {
"loginname": "Nombre de inicio de sesión",
"username": "Nombre de usuario",
"usernameOrPhoneNumber": "Nombre de usuario o número de teléfono",
"usernameOrEmail": "Nombre de usuario o correo electrónico"
},
"required": {
"loginName": "Este campo es obligatorio"
},
"errors": {
"internalError": "Se produjo un error interno",
"couldNotGetLoginSettings": "No se pudieron obtener los ajustes de inicio de sesión",
"couldNotSearchUsers": "No se pudieron buscar usuarios",
"couldNotGetDomain": "No se pudo obtener el dominio",
"couldNotGetHost": "No se pudo obtener el host",
"couldNotStartIDPFlow": "No se pudo iniciar el flujo de IDP",
"moreThanOneUserFound": "Se encontró más de un usuario. Proporcione un identificador único.",
"userNotFound": "Usuario no encontrado en el sistema",
"couldNotCreateSession": "No se pudo crear la sesión para el usuario",
"initialUserNotSupported": "Usuario inicial no admitido",
"localAuthenticationNotAllowed": "¡La autenticación local no está permitida! Contacte con su administrador para más información.",
"passkeysNotAllowed": "Las passkeys no están permitidas. Contacte con su administrador para más información.",
"couldNotFindIdentityProvider": "No se pudo encontrar el proveedor de identidad.",
"userNotActive": "El usuario no está activo. Contacte con su administrador para más información."
}
},
"zitadel": {
"errors": {
"errorOccured": "Ocurrió un error",
"multipleUsersFound": "Se encontraron varios usuarios",
"userNotFound": "Usuario no encontrado en el sistema"
}
},
"password": {
"verify": {
"title": "Contraseña",
"description": "Introduce tu contraseña.",
"resetPassword": "Restablecer contraseña",
"submit": "Continuar",
"labels": {
"password": "Contraseña"
},
"required": {
"password": "Este campo es obligatorio"
},
"errors": {
"couldNotVerifyPassword": "No se pudo verificar la contraseña",
"couldNotResetPassword": "No se pudo restablecer la contraseña"
},
"info": {
"passwordResetSent": "Se restableció la contraseña. Por favor, revise su correo electrónico"
}
},
"set": {
"title": "Establecer Contraseña",
"description": "Establece la contraseña para tu cuenta",
"codeSent": "Se ha enviado un nuevo código a su dirección de correo electrónico.",
"noCodeReceived": "¿No recibiste un código?",
"resend": "Reenviar código",
"submit": "Continuar",
"labels": {
"code": "Código",
"newPassword": "Nueva contraseña",
"confirmPassword": "Confirmar contraseña"
},
"required": {
"code": "Este campo es obligatorio",
"newPassword": "¡Debes proporcionar una contraseña!",
"confirmPassword": "Este campo es obligatorio"
},
"errors": {
"couldNotSetPassword": "No se pudo establecer la contraseña",
"couldNotResetPassword": "No se pudo restablecer la contraseña",
"couldNotVerifyPassword": "No se pudo verificar la contraseña"
}
},
"change": {
"title": "Cambiar Contraseña",
"description": "Establece la contraseña para tu cuenta",
"submit": "Continuar",
"labels": {
"currentPassword": "Contraseña actual",
"newPassword": "Nueva contraseña",
"confirmPassword": "Confirmar contraseña"
},
"required": {
"currentPassword": "¡Debes proporcionar tu contraseña actual!",
"newPassword": "¡Debes proporcionar una nueva contraseña!",
"confirmPassword": "Este campo es obligatorio"
},
"errors": {
"currentPasswordInvalid": "La contraseña actual es incorrecta.",
"couldNotChangePassword": "No se pudo cambiar la contraseña",
"couldNotVerifyPassword": "No se pudo verificar la contraseña",
"unknownError": "Error desconocido"
}
},
"complexity": {
"length": "Debe tener al menos {minLength} caracteres de longitud.",
"hasSymbol": "Debe incluir un símbolo.",
"hasNumber": "Debe incluir un número.",
"hasUppercase": "Debe incluir una letra mayúscula.",
"hasLowercase": "Debe incluir una letra minúscula.",
"equals": "La confirmación de la contraseña coincide.",
"matches": "Coincide",
"doesNotMatch": "No coincide"
},
"errors": {
"noHostFound": "No se encontró el host",
"couldNotSendResetLink": "No se pudo enviar el enlace de restablecimiento de contraseña",
"couldNotCreateSessionForUser": "No se pudo crear la sesión para el usuario",
"couldNotVerifyPassword": "No se pudo verificar la contraseña",
"failedToAuthenticate": "Error al autenticar. Tuvo {failedAttempts} de {maxPasswordAttempts} intentos de contraseña.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Error al autenticar.",
"accountLockedContactAdmin": " Comuníquese con su administrador para desbloquear su cuenta",
"userNotFound": "Usuario no encontrado en el sistema",
"initialUserNotSupported": "Usuario inicial no compatible",
"userInitialStateNotSupported": "El estado inicial del usuario no es compatible",
"codeOrVerificationRequired": "Debe proporcionar un código o tener una verificación de usuario válida",
"verificationRequired": "Se debe realizar la verificación de usuario",
"couldNotLoadSession": "No se pudo cargar la sesión",
"couldNotLoadAuthMethods": "No se pudieron cargar los métodos de autenticación",
"failedPrecondition": "Precondición fallida",
"sessionNotValid": "La sesión no es válida",
"passwordVerificationMissing": "Falta la verificación de la contraseña.",
"passwordVerificationTooOld": "La verificación de la contraseña es demasiado antigua. Por favor, verifique su contraseña de nuevo."
}
},
"idp": {
"title": "Iniciar sesión con SSO",
"description": "Selecciona uno de los siguientes proveedores para iniciar sesión",
"orSignInWith": "o iniciar sesión con",
"signInWithApple": "Iniciar sesión con Apple",
"signInWithGoogle": "Iniciar sesión con Google",
"signInWithAzureAD": "Iniciar sesión con AzureAD",
"signInWithGithub": "Iniciar sesión con GitHub",
"signInWithGitlab": "Iniciar sesión con GitLab",
"loginError": {
"title": "Error de inicio de sesión",
"description": "Ocurrió un error al intentar iniciar sesión."
},
"linkingError": {
"title": "Error al vincular la cuenta",
"description": "Ocurrió un error al intentar vincular tu cuenta."
},
"completeRegister": {
"title": "Completar registro",
"description": "Para completar el registro, debes establecer una contraseña."
},
"accountNotFound": {
"title": "Cuenta no encontrada",
"description": "No pudimos encontrar una cuenta asociada con tus credenciales del proveedor de identidad.",
"info": "No se encontró ninguna cuenta existente. Por favor, inicia sesión con una cuenta existente o contacta a tu administrador para obtener asistencia.",
"backToLogin": "Volver al inicio de sesión"
},
"registrationFailed": {
"title": "Registro no disponible",
"description": "No pudimos completar el proceso de registro.",
"info": "No se pudo determinar la organización para el registro. Por favor, contacta a tu administrador para obtener asistencia.",
"backToLogin": "Volver al inicio de sesión"
},
"processing": {
"message": "Procesando autenticación...",
"noRedirect": "No se recibió redirección ni error del servidor",
"unexpectedError": "Ocurrió un error inesperado"
},
"errors": {
"missingParameters": "Faltan parámetros requeridos",
"missingIdpInfo": "Falta información del IDP",
"idpNotFound": "Proveedor de identidad no encontrado",
"linkingNotAllowed": "La vinculación no está permitida para este proveedor de identidad",
"linkingFailed": "Error al vincular el proveedor de identidad con la cuenta",
"autoLinkingFailed": "Error al vincular automáticamente la cuenta",
"userCreationFailed": "Error al crear la cuenta de usuario",
"orgResolutionFailed": "No se pudo determinar la organización para el registro",
"sessionCreationFailed": "No se pudo crear la sesión o determinar la redirección",
"unknownError": "Ocurrió un error desconocido"
}
},
"ldap": {
"title": "Iniciar sesión con LDAP",
"description": "Introduce tus credenciales LDAP.",
"submit": "Continuar",
"labels": {
"username": "Nombre de usuario",
"password": "Contraseña"
},
"required": {
"username": "Este campo es obligatorio",
"password": "Este campo es obligatorio"
}
},
"mfa": {
"verify": {
"title": "Verifica tu identidad",
"description": "Elige uno de los siguientes factores.",
"noResults": "No hay factores secundarios disponibles para configurar."
},
"set": {
"title": "Configurar autenticación de 2 factores",
"description": "Elige uno de los siguientes factores secundarios.",
"skip": "Omitir"
}
},
"otp": {
"verify": {
"title": "Verificar autenticación de 2 factores",
"totpDescription": "Introduce el código de tu aplicación de autenticación.",
"smsDescription": "Introduce el código que recibiste por SMS.",
"emailDescription": "Introduce el código que recibiste por correo electrónico.",
"noCodeReceived": "¿No recibiste un código?",
"resendCode": "Reenviar código",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo es obligatorio"
}
},
"set": {
"title": "Configurar autenticación de 2 factores",
"totpDescription": "Escanea el código QR con tu aplicación de autenticación.",
"smsDescription": "Introduce tu número de teléfono para recibir un código por SMS.",
"emailDescription": "Introduce tu dirección de correo electrónico para recibir un código por correo electrónico.",
"totpRegisterDescription": "Escanea el código QR o navega manualmente a la URL.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo es obligatorio"
}
}
},
"passkey": {
"verify": {
"title": "Autenticar con una clave de acceso",
"description": "Tu dispositivo pedirá tu huella digital, rostro o bloqueo de pantalla",
"usePassword": "Usar contraseña",
"submit": "Continuar",
"errors": {
"couldNotRequestChallenge": "No se pudo solicitar el desafío de clave de acceso",
"couldNotVerifyPasskey": "No se pudo verificar la clave de acceso",
"noResponseReceived": "Verificación de clave de acceso fallida - no se recibió respuesta",
"noRedirectProvided": "Verificación de clave de acceso completada pero no se proporcionó redirección",
"couldNotRetrievePasskey": "Ocurrió un error al recuperar la clave de acceso",
"verificationCancelled": "La verificación de clave de acceso fue cancelada",
"verificationFailed": "Ocurrió un error durante la verificación de clave de acceso",
"couldNotFindSession": "No se pudo encontrar la sesión",
"couldNotUpdateSession": "No se pudo actualizar la sesión",
"userNotFound": "Usuario no encontrado en el sistema",
"couldNotDetermineRedirect": "No se pudo determinar la URL de redirección después de la verificación de clave de acceso"
}
},
"set": {
"title": "Configurar una clave de acceso",
"description": "Tu dispositivo pedirá tu huella digital, rostro o bloqueo de pantalla",
"info": {
"description": "Una clave de acceso es un método de autenticación en un dispositivo como tu huella digital, Apple FaceID o similar.",
"link": "Autenticación sin contraseña"
},
"skip": "Omitir",
"submit": "Continuar"
}
},
"u2f": {
"verify": {
"title": "Verificar autenticación de 2 factores",
"description": "Verifica tu cuenta con tu dispositivo."
},
"set": {
"title": "Configurar autenticación de 2 factores",
"description": "Configura un dispositivo como segundo factor.",
"submit": "Continuar"
}
},
"register": {
"methods": {
"passkey": "Clave de acceso",
"password": "Contraseña"
},
"disabled": {
"title": "Registro deshabilitado",
"description": "Registrarse está deshabilitado en este momento."
},
"missingdata": {
"title": "Datos faltantes",
"description": "No se proporcionaron datos suficientes para el registro."
},
"title": "Registrarse",
"description": "Crea tu cuenta Zitadel.",
"noMethodAvailableWarning": "No hay métodos de autenticación disponibles. Por favor, contacta a tu administrador.",
"selectMethod": "Selecciona el método con el que deseas autenticarte",
"agreeTo": "Para registrarte debes aceptar los términos y condiciones",
"termsOfService": "Términos de Servicio",
"privacyPolicy": "Política de Privacidad",
"submit": "Continuar",
"password": {
"title": "Establecer Contraseña",
"description": "Establece la contraseña para tu cuenta",
"submit": "Continuar",
"labels": {
"password": "Contraseña",
"confirmPassword": "Confirmar contraseña"
},
"required": {
"password": "¡Debes proporcionar una contraseña!",
"confirmPassword": "Este campo es obligatorio"
}
},
"labels": {
"firstname": "Nombre",
"lastname": "Apellidos",
"email": "Correo electrónico"
},
"required": {
"firstname": "Este campo es obligatorio",
"lastname": "Este campo es obligatorio",
"email": "Este campo es obligatorio"
},
"errors": {
"couldNotCreateUser": "No se pudo crear el usuario",
"couldNotCreateSession": "No se pudo crear la sesión",
"userNotFound": "Usuario no encontrado en el sistema",
"couldNotLinkIDP": "No se pudo vincular el IdP al usuario",
"couldNotRegisterUser": "No se pudo registrar el usuario"
}
},
"invite": {
"title": "Invitar usuario",
"description": "Introduce el correo electrónico del usuario que deseas invitar.",
"info": "El usuario recibirá un correo electrónico con un enlace para completar el registro.",
"notAllowed": "No tienes permiso para invitar usuarios.",
"submit": "Invitar usuario",
"success": {
"title": "¡Usuario invitado!",
"description": "El usuario ha sido invitado.",
"verified": "El usuario ha sido invitado y ya ha verificado su correo electrónico.",
"notVerifiedYet": "El usuario ha sido invitado. Recibirá un correo electrónico con más instrucciones.",
"submit": "Invitar a otro usuario"
}
},
"signedin": {
"title": "¡Bienvenido {user}!",
"description": "Has iniciado sesión.",
"continue": "Continuar",
"error": {
"title": "Error",
"description": "Ocurrió un error al iniciar sesión."
}
},
"verify": {
"userIdMissing": "¡No se proporcionó userId!",
"successTitle": "Usuario verificado",
"successDescription": "El usuario ha sido verificado con éxito.",
"successContinue": "Continuar",
"setupAuthenticator": "Configurar autenticador",
"verify": {
"title": "Verificar usuario",
"description": "Introduce el código proporcionado en el correo electrónico de verificación.",
"noCodeReceived": "¿No recibiste un código?",
"resendCode": "Reenviar código",
"codeSent": "Se ha enviado un código a tu dirección de correo electrónico.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo es obligatorio"
}
},
"errors": {
"couldNotResendEmail": "No se pudo reenviar el correo electrónico",
"couldNotVerifyUser": "No se pudo verificar al usuario",
"couldNotVerifyInvite": "No se pudo verificar la invitación",
"couldNotVerifyEmail": "No se pudo verificar el correo electrónico",
"couldNotVerify": "No se pudo verificar",
"couldNotLoadUser": "No se pudo cargar al usuario",
"couldNotLoadAuthenticators": "No se pudieron cargar los autenticadores posibles",
"couldNotCreateSession": "No se pudo crear la sesión",
"noHostFound": "No se encontró el host",
"userAlreadyVerified": "¡El usuario ya está verificado!",
"couldNotResendInvite": "No se pudo reenviar la invitación",
"inviteSendFailed": "No se pudo enviar el correo de invitación",
"emailSendFailed": "No se pudo enviar el correo electrónico de verificación",
"contextMissing": "Ocurrió un error. Por favor inténtelo de nuevo."
}
},
"authenticator": {
"title": "Seleccionar método de autenticación",
"description": "Selecciona el método con el que deseas autenticarte",
"noMethodsAvailable": "No hay métodos de autenticación disponibles",
"allSetup": "¡Ya has configurado un autenticador!",
"linkWithIDP": "o vincúlalo con un proveedor de identidad"
},
"device": {
"usercode": {
"title": "Código del dispositivo",
"description": "Introduce el código.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo es obligatorio"
}
},
"request": {
"title": "{appName} desea conectarse:",
"description": "{appName} tendrá acceso a:",
"disclaimer": "Al hacer clic en Permitir, autorizas a {appName} y a Zitadel a usar tu información de acuerdo con sus respectivos términos de servicio y políticas de privacidad. Puedes revocar este acceso en cualquier momento.",
"submit": "Permitir",
"deny": "Denegar"
},
"scope": {
"openid": "Verifica tu identidad.",
"email": "Accede a tu dirección de correo electrónico.",
"profile": "Accede a la información completa de tu perfil.",
"offline_access": "Permitir acceso sin conexión a tu cuenta."
}
},
"error": {
"noUserCode": "¡No se proporcionó código de usuario!",
"noDeviceRequest": "No se encontró ninguna solicitud de dispositivo.",
"unknownContext": "No se pudo obtener el contexto del usuario. Asegúrate de ingresar primero el nombre de usuario o proporcionar un loginName como parámetro de búsqueda.",
"sessionExpired": "Tu sesión actual ha expirado. Por favor, inicia sesión de nuevo.",
"failedLoading": "No se pudieron cargar los datos. Por favor, inténtalo de nuevo.",
"tryagain": "Intentar de nuevo",
"couldNotContinueSession": "No se pudo continuar con la sesión - falta información del usuario"
}
},
"it": {
"common": {
"back": "Indietro",
"title": "Accedi con Zitadel"
},
"accounts": {
"title": "Account",
"description": "Seleziona l'account che vuoi utilizzare.",
"addAnother": "Aggiungi un altro account",
"noResults": "Nessun account trovato",
"verified": "verificato",
"expired": "scaduto"
},
"logout": {
"title": "Esci",
"description": "Seleziona l'account che desideri uscire",
"noResults": "Nessun account trovato",
"clear": "Elimina sessione",
"verifiedAt": "Ultima attività: {time}",
"success": {
"title": "Uscita riuscita",
"description": "Hai effettuato l'uscita con successo."
}
},
"loginname": {
"title": "Bentornato!",
"description": "Inserisci i tuoi dati di accesso.",
"register": "Registrati come nuovo utente",
"submit": "Continua",
"labels": {
"loginname": "Nome di accesso",
"username": "Nome utente",
"usernameOrPhoneNumber": "Nome utente o numero di telefono",
"usernameOrEmail": "Nome utente o e-mail"
},
"required": {
"loginName": "Questo campo è obbligatorio"
},
"errors": {
"internalError": "Si è verificato un errore interno",
"couldNotGetLoginSettings": "Impossibile ottenere le impostazioni di accesso",
"couldNotSearchUsers": "Impossibile cercare gli utenti",
"couldNotGetDomain": "Impossibile ottenere il dominio",
"couldNotGetHost": "Impossibile ottenere l'host",
"couldNotStartIDPFlow": "Impossibile avviare il flusso IDP",
"moreThanOneUserFound": "È stato trovato più di un utente. Fornisci un identificatore univoco.",
"userNotFound": "Utente non trovato nel sistema",
"couldNotCreateSession": "Impossibile creare la sessione per l'utente",
"initialUserNotSupported": "Utente iniziale non supportato",
"localAuthenticationNotAllowed": "L'autenticazione locale non è consentita! Contatta il tuo amministratore per ulteriori informazioni.",
"passkeysNotAllowed": "Passkey non consentite! Contatta l'amministratore per maggiori informazioni.",
"couldNotFindIdentityProvider": "Impossibile trovare il provider di identità.",
"userNotActive": "L'utente non è attivo. Contatta l'amministratore per maggiori informazioni."
}
},
"zitadel": {
"errors": {
"errorOccured": "Si è verificato un errore",
"multipleUsersFound": "Trovati più utenti",
"userNotFound": "Utente non trovato nel sistema"
}
},
"password": {
"verify": {
"title": "Password",
"description": "Inserisci la tua password.",
"resetPassword": "Reimposta Password",
"submit": "Continua",
"labels": {
"password": "Password"
},
"required": {
"password": "Questo campo è obbligatorio"
},
"errors": {
"couldNotVerifyPassword": "Impossibile verificare la password",
"couldNotResetPassword": "Impossibile reimpostare la password"
},
"info": {
"passwordResetSent": "La password è stata reimpostata. Controlla la tua e-mail"
}
},
"set": {
"title": "Imposta Password",
"description": "Imposta la password per il tuo account",
"codeSent": "Un nuovo codice è stato inviato al tuo indirizzo email.",
"noCodeReceived": "Non hai ricevuto un codice?",
"resend": "Invia di nuovo",
"submit": "Continua",
"labels": {
"code": "Codice",
"newPassword": "Nuova password",
"confirmPassword": "Conferma password"
},
"required": {
"code": "Questo campo è obbligatorio",
"newPassword": "Devi fornire una password!",
"confirmPassword": "Questo campo è obbligatorio"
},
"errors": {
"couldNotSetPassword": "Impossibile impostare la password",
"couldNotResetPassword": "Impossibile reimpostare la password",
"couldNotVerifyPassword": "Impossibile verificare la password"
}
},
"change": {
"title": "Cambia Password",
"description": "Imposta la password per il tuo account",
"submit": "Continua",
"labels": {
"currentPassword": "Password attuale",
"newPassword": "Nuova password",
"confirmPassword": "Conferma password"
},
"required": {
"currentPassword": "Devi fornire la tua password attuale!",
"newPassword": "Devi fornire una nuova password!",
"confirmPassword": "Questo campo è obbligatorio"
},
"errors": {
"currentPasswordInvalid": "La password attuale non è corretta.",
"couldNotChangePassword": "Impossibile modificare la password",
"couldNotVerifyPassword": "Impossibile verificare la password",
"unknownError": "Errore sconosciuto"
}
},
"complexity": {
"length": "Deve contenere almeno {minLength} caratteri.",
"hasSymbol": "Deve includere un simbolo.",
"hasNumber": "Deve includere un numero.",
"hasUppercase": "Deve includere una lettera maiuscola.",
"hasLowercase": "Deve includere una lettera minuscola.",
"equals": "La conferma della password corrisponde.",
"matches": "Corrisponde",
"doesNotMatch": "Non corrisponde"
},
"errors": {
"noHostFound": "Nessun host trovato",
"couldNotSendResetLink": "Impossibile inviare il link per il ripristino della password",
"couldNotCreateSessionForUser": "Impossibile creare una sessione per l'utente",
"couldNotVerifyPassword": "Impossibile verificare la password",
"failedToAuthenticate": "Autenticazione non riuscita. Hai effettuato {failedAttempts} di {maxPasswordAttempts} tentativi di password.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Autenticazione non riuscita.",
"accountLockedContactAdmin": " Contatta l'amministratore per sbloccare il tuo account",
"userNotFound": "Utente non trovato nel sistema",
"initialUserNotSupported": "Utente iniziale non supportato",
"userInitialStateNotSupported": "Lo stato iniziale dell'utente non è supportato",
"codeOrVerificationRequired": "Devi fornire un codice o avere una verifica utente valida",
"verificationRequired": "È necessario effettuare la verifica utente",
"couldNotLoadSession": "Impossibile caricare la sessione",
"couldNotLoadAuthMethods": "Impossibile caricare i metodi di autenticazione",
"failedPrecondition": "Precondizione non soddisfatta",
"sessionNotValid": "La sessione non è valida",
"passwordVerificationMissing": "Manca la verifica della password.",
"passwordVerificationTooOld": "La verifica della password è troppo vecchia. Si prega di verificare nuovamente la password."
}
},
"idp": {
"title": "Accedi con SSO",
"description": "Seleziona uno dei seguenti provider per accedere",
"orSignInWith": "o accedi con",
"signInWithApple": "Accedi con Apple",
"signInWithGoogle": "Accedi con Google",
"signInWithAzureAD": "Accedi con AzureAD",
"signInWithGithub": "Accedi con GitHub",
"signInWithGitlab": "Accedi con GitLab",
"loginError": {
"title": "Accesso fallito",
"description": "Si è verificato un errore durante il tentativo di accesso."
},
"linkingError": {
"title": "Collegamento account fallito",
"description": "Si è verificato un errore durante il tentativo di collegare il tuo account."
},
"completeRegister": {
"title": "Completa la registrazione",
"description": "Completa la registrazione del tuo account."
},
"accountNotFound": {
"title": "Account non trovato",
"description": "Non siamo riusciti a trovare un account associato alle tue credenziali del provider di identità.",
"info": "Nessun account esistente è stato trovato. Accedi con un account esistente o contatta il tuo amministratore per assistenza.",
"backToLogin": "Torna al login"
},
"registrationFailed": {
"title": "Registrazione non disponibile",
"description": "Non siamo riusciti a completare il processo di registrazione.",
"info": "Impossibile determinare l'organizzazione per la registrazione. Contatta il tuo amministratore per assistenza.",
"backToLogin": "Torna al login"
},
"processing": {
"message": "Elaborazione autenticazione in corso...",
"noRedirect": "Nessun reindirizzamento o errore ricevuto dal server",
"unexpectedError": "Si è verificato un errore imprevisto"
},
"errors": {
"missingParameters": "Parametri richiesti mancanti",
"missingIdpInfo": "Informazioni IDP mancanti",
"idpNotFound": "Provider di identità non trovato",
"linkingNotAllowed": "Il collegamento non è consentito per questo provider di identità",
"linkingFailed": "Collegamento del provider di identità all'account non riuscito",
"autoLinkingFailed": "Collegamento automatico dell'account non riuscito",
"userCreationFailed": "Creazione dell'account utente non riuscita",
"orgResolutionFailed": "Impossibile determinare l'organizzazione per la registrazione",
"sessionCreationFailed": "Impossibile creare la sessione o determinare il reindirizzamento",
"unknownError": "Si è verificato un errore sconosciuto"
}
},
"ldap": {
"title": "Accedi con LDAP",
"description": "Inserisci le tue credenziali LDAP.",
"submit": "Continua",
"labels": {
"username": "Nome utente",
"password": "Password"
},
"required": {
"username": "Questo campo è obbligatorio",
"password": "Questo campo è obbligatorio"
}
},
"mfa": {
"verify": {
"title": "Verifica la tua identità",
"description": "Scegli uno dei seguenti fattori.",
"noResults": "Nessun secondo fattore disponibile per la configurazione."
},
"set": {
"title": "Configura l'autenticazione a 2 fattori",
"description": "Scegli uno dei seguenti secondi fattori.",
"skip": "Salta"
}
},
"otp": {
"verify": {
"title": "Verifica l'autenticazione a 2 fattori",
"totpDescription": "Inserisci il codice dalla tua app di autenticazione.",
"smsDescription": "Inserisci il codice ricevuto via SMS.",
"emailDescription": "Inserisci il codice ricevuto via email.",
"noCodeReceived": "Non hai ricevuto un codice?",
"resendCode": "Invia di nuovo il codice",
"submit": "Continua",
"labels": {
"code": "Codice"
},
"required": {
"code": "Questo campo è obbligatorio"
}
},
"set": {
"title": "Configura l'autenticazione a 2 fattori",
"totpDescription": "Scansiona il codice QR con la tua app di autenticazione.",
"smsDescription": "Inserisci il tuo numero di telefono per ricevere un codice via SMS.",
"emailDescription": "Inserisci il tuo indirizzo email per ricevere un codice via email.",
"totpRegisterDescription": "Scansiona il codice QR o naviga manualmente all'URL.",
"submit": "Continua",
"labels": {
"code": "Codice"
},
"required": {
"code": "Questo campo è obbligatorio"
}
}
},
"passkey": {
"verify": {
"title": "Autenticati con una passkey",
"description": "Il tuo dispositivo chiederà la tua impronta digitale, il volto o il blocco schermo",
"usePassword": "Usa password",
"submit": "Continua",
"errors": {
"couldNotRequestChallenge": "Impossibile richiedere la sfida passkey",
"couldNotVerifyPasskey": "Impossibile verificare la passkey",
"noResponseReceived": "Verifica passkey fallita - nessuna risposta ricevuta",
"noRedirectProvided": "Verifica passkey completata ma nessun reindirizzamento fornito",
"couldNotRetrievePasskey": "Si è verificato un errore durante il recupero della passkey",
"verificationCancelled": "La verifica della passkey è stata annullata",
"verificationFailed": "Si è verificato un errore durante la verifica della passkey",
"couldNotFindSession": "Impossibile trovare la sessione",
"couldNotUpdateSession": "Impossibile aggiornare la sessione",
"userNotFound": "Utente non trovato nel sistema",
"couldNotDetermineRedirect": "Impossibile determinare l'URL di reindirizzamento dopo la verifica passkey"
}
},
"set": {
"title": "Configura una passkey",
"description": "Il tuo dispositivo chiederà la tua impronta digitale, il volto o il blocco schermo",
"info": {
"description": "Una passkey è un metodo di autenticazione su un dispositivo come la tua impronta digitale, Apple FaceID o simili.",
"link": "Autenticazione con Passkey"
},
"skip": "Salta",
"submit": "Continua"
}
},
"u2f": {
"verify": {
"title": "Verifica l'autenticazione a 2 fattori",
"description": "Verifica il tuo account con il tuo dispositivo."
},
"set": {
"title": "Configura l'autenticazione a 2 fattori",
"description": "Configura un dispositivo come secondo fattore.",
"submit": "Continua"
}
},
"register": {
"methods": {
"passkey": "Passkey",
"password": "Password"
},
"disabled": {
"title": "Registration disabled",
"description": "Registrazione disabilitata. Contatta l'amministratore di sistema per assistenza."
},
"missingdata": {
"title": "Registrazione",
"description": "Inserisci i tuoi dati per registrarti."
},
"title": "Registrati",
"description": "Crea il tuo account Zitadel.",
"noMethodAvailableWarning": "Nessun metodo di autenticazione disponibile. Contatta l'amministratore di sistema per assistenza.",
"selectMethod": "Seleziona il metodo con cui desideri autenticarti",
"agreeTo": "Per registrarti devi accettare i termini e le condizioni",
"termsOfService": "Termini di Servizio",
"privacyPolicy": "Informativa sulla Privacy",
"submit": "Continua",
"password": {
"title": "Imposta Password",
"description": "Imposta la password per il tuo account",
"submit": "Continua",
"labels": {
"password": "Password",
"confirmPassword": "Conferma password"
},
"required": {
"password": "Devi fornire una password!",
"confirmPassword": "Questo campo è obbligatorio"
}
},
"labels": {
"firstname": "Nome",
"lastname": "Cognome",
"email": "E-mail"
},
"required": {
"firstname": "Questo campo è obbligatorio",
"lastname": "Questo campo è obbligatorio",
"email": "Questo campo è obbligatorio"
},
"errors": {
"couldNotCreateUser": "Impossibile creare l'utente",
"couldNotCreateSession": "Impossibile creare la sessione",
"userNotFound": "Utente non trovato nel sistema",
"couldNotLinkIDP": "Impossibile collegare l'IDP all'utente",
"couldNotRegisterUser": "Impossibile registrare l'utente"
}
},
"invite": {
"title": "Invita Utente",
"description": "Inserisci l'indirizzo email dell'utente che desideri invitare.",
"info": "L'utente riceverà un'email con ulteriori istruzioni.",
"notAllowed": "Non hai i permessi per invitare un utente.",
"submit": "Invita Utente",
"success": {
"title": "Invito inviato",
"description": "L'utente è stato invitato con successo.",
"verified": "L'utente è stato invitato e ha già verificato la sua email.",
"notVerifiedYet": "L'utente è stato invitato. Riceverà un'email con ulteriori istruzioni.",
"submit": "Invita un altro utente"
}
},
"signedin": {
"title": "Benvenuto {user}!",
"description": "Sei connesso.",
"continue": "Continua",
"error": {
"title": "Errore",
"description": "Si è verificato un errore durante il tentativo di accesso."
}
},
"verify": {
"userIdMissing": "Nessun userId fornito!",
"successTitle": "Utente verificato",
"successDescription": "L'utente è stato verificato con successo.",
"successContinue": "Continua",
"setupAuthenticator": "Configura autenticatore",
"verify": {
"title": "Verifica utente",
"description": "Inserisci il codice fornito nell'email di verifica.",
"noCodeReceived": "Non hai ricevuto un codice?",
"resendCode": "Invia di nuovo il codice",
"codeSent": "Un codice è stato appena inviato al tuo indirizzo email.",
"submit": "Continua",
"labels": {
"code": "Codice"
},
"required": {
"code": "Questo campo è obbligatorio"
}
},
"errors": {
"couldNotResendEmail": "Impossibile reinviare l'email",
"couldNotVerifyUser": "Impossibile verificare l'utente",
"couldNotVerifyInvite": "Impossibile verificare l'invito",
"couldNotVerifyEmail": "Impossibile verificare l'email",
"couldNotVerify": "Impossibile verificare",
"couldNotLoadUser": "Impossibile caricare l'utente",
"couldNotLoadAuthenticators": "Impossibile caricare gli autenticatori possibili",
"couldNotCreateSession": "Impossibile creare la sessione",
"noHostFound": "Nessun host trovato",
"userAlreadyVerified": "L'utente è già verificato!",
"couldNotResendInvite": "Impossibile reinviare l'invito",
"inviteSendFailed": "Impossibile inviare l'email di invito",
"emailSendFailed": "Impossibile inviare l'email di verifica",
"contextMissing": "Si è verificato un errore. Riprova."
}
},
"authenticator": {
"title": "Seleziona metodo di autenticazione",
"description": "Seleziona il metodo con cui desideri autenticarti",
"noMethodsAvailable": "Nessun metodo di autenticazione disponibile",
"allSetup": "Hai già configurato un autenticatore!",
"linkWithIDP": "o collega con un Identity Provider"
},
"device": {
"usercode": {
"title": "Codice dispositivo",
"description": "Inserisci il codice.",
"submit": "Continua",
"labels": {
"code": "Codice"
},
"required": {
"code": "Questo campo è obbligatorio"
}
},
"request": {
"title": "{appName} desidera connettersi:",
"description": "{appName} avrà accesso a:",
"disclaimer": "Cliccando su Consenti, autorizzi {appName} e Zitadel a utilizzare le tue informazioni in conformità con i rispettivi termini di servizio e politiche sulla privacy. Puoi revocare questo accesso in qualsiasi momento.",
"submit": "Consenti",
"deny": "Nega"
},
"scope": {
"openid": "Verifica la tua identità.",
"email": "Accedi al tuo indirizzo email.",
"profile": "Accedi alle informazioni complete del tuo profilo.",
"offline_access": "Consenti l'accesso offline al tuo account."
}
},
"error": {
"noUserCode": "Nessun codice utente fornito!",
"noDeviceRequest": "Nessuna richiesta di dispositivo trovata.",
"unknownContext": "Impossibile ottenere il contesto dell'utente. Assicurati di inserire prima il nome utente o di fornire un loginName come parametro di ricerca.",
"sessionExpired": "La tua sessione attuale è scaduta. Effettua nuovamente l'accesso.",
"failedLoading": "Impossibile caricare i dati. Riprova.",
"tryagain": "Riprova",
"couldNotContinueSession": "Impossibile continuare con la sessione - informazioni utente mancanti"
}
},
"nl": {
"common": {
"back": "Terug",
"title": "Inloggen met Zitadel"
},
"accounts": {
"title": "Accounts",
"description": "Selecteer het account dat je wilt gebruiken.",
"addAnother": "Nog een account toevoegen",
"noResults": "Geen accounts gevonden",
"verified": "geverifieerd",
"expired": "verlopen"
},
"logout": {
"title": "Uitloggen",
"description": "Klik op een account om de sessie te beëindigen",
"noResults": "Geen accounts gevonden",
"clear": "Sessie beëindigen",
"verifiedAt": "Laatst actief: {time}",
"success": {
"title": "Succesvol uitgelogd",
"description": "Je bent succesvol uitgelogd."
}
},
"loginname": {
"title": "Welkom terug!",
"description": "Voer jouw inloggegevens in.",
"register": "Nieuwe gebruiker registreren",
"submit": "Verder",
"labels": {
"loginname": "Loginnaam",
"username": "Gebruikersnaam",
"usernameOrPhoneNumber": "Telefoonnummer of gebruikersnaam",
"usernameOrEmail": "E-mail of gebruikersnaam"
},
"required": {
"loginName": "Dit veld is verplicht"
},
"errors": {
"internalError": "Er is een interne fout opgetreden",
"couldNotGetLoginSettings": "Kon aanmeldinstellingen niet ophalen",
"couldNotSearchUsers": "Kon gebruikers niet zoeken",
"couldNotGetDomain": "Kon domein niet ophalen",
"couldNotGetHost": "Kon host niet ophalen",
"couldNotStartIDPFlow": "Kon IDP-stroom niet starten",
"moreThanOneUserFound": "Meer dan één gebruiker gevonden. Geef een unieke identificatie op.",
"userNotFound": "Gebruiker niet in het systeem gevonden",
"couldNotCreateSession": "Kon sessie voor gebruiker niet aanmaken",
"initialUserNotSupported": "Initiële gebruiker wordt niet ondersteund",
"localAuthenticationNotAllowed": "Lokale authenticatie is niet toegestaan! Neem contact op met uw beheerder voor meer informatie.",
"passkeysNotAllowed": "Passkeys niet toegestaan! Neem contact op met jouw beheerder voor meer informatie.",
"couldNotFindIdentityProvider": "Kon identiteitsprovider niet vinden.",
"userNotActive": "Gebruiker is niet actief. Neem contact op met jouw beheerder voor meer informatie."
}
},
"zitadel": {
"errors": {
"errorOccured": "Er is een fout opgetreden",
"multipleUsersFound": "Meerdere gebruikers gevonden",
"userNotFound": "Gebruiker niet in het systeem gevonden"
}
},
"password": {
"verify": {
"title": "Wachtwoord",
"description": "Voer jouw wachtwoord in.",
"resetPassword": "Wachtwoord resetten",
"submit": "Verder",
"labels": {
"password": "Wachtwoord"
},
"required": {
"password": "Dit veld is verplicht"
},
"errors": {
"couldNotVerifyPassword": "Kon wachtwoord niet verifiëren",
"couldNotResetPassword": "Kon wachtwoord niet resetten"
},
"info": {
"passwordResetSent": "Het wachtwoord is opnieuw ingesteld. Controleer jouw e-mail"
}
},
"set": {
"title": "Stel Wachtwoord in",
"description": "Stel het wachtwoord voor jouw account in",
"codeSent": "Er is een nieuwe code naar uw e-mailadres verzonden.",
"noCodeReceived": "Geen code ontvangen?",
"resend": "Code opnieuw versturen",
"submit": "Verder",
"labels": {
"code": "Code",
"newPassword": "Nieuw Wachtwoord",
"confirmPassword": "Bevestig Wachtwoord"
},
"required": {
"code": "Dit veld is verplicht",
"newPassword": "U moet een wachtwoord opgeven!",
"confirmPassword": "Dit veld is verplicht"
},
"errors": {
"couldNotSetPassword": "Kon wachtwoord niet instellen",
"couldNotResetPassword": "Kon wachtwoord niet resetten",
"couldNotVerifyPassword": "Kon wachtwoord niet verifiëren"
}
},
"change": {
"title": "Verander Wachtwoord",
"description": "Stel het wachtwoord voor jouw account in",
"submit": "Verder",
"labels": {
"currentPassword": "Huidig wachtwoord",
"newPassword": "Nieuw wachtwoord",
"confirmPassword": "Bevestig wachtwoord"
},
"required": {
"currentPassword": "Je moet je huidige wachtwoord opgeven!",
"newPassword": "Je moet een nieuw wachtwoord opgeven!",
"confirmPassword": "Dit veld is verplicht"
},
"errors": {
"currentPasswordInvalid": "Het huidige wachtwoord is onjuist.",
"couldNotChangePassword": "Kon wachtwoord niet wijzigen",
"couldNotVerifyPassword": "Kon wachtwoord niet verifiëren",
"unknownError": "Onbekende fout"
}
},
"complexity": {
"length": "Moet minstens {minLength} tekens lang zijn.",
"hasSymbol": "Moet een symbool bevatten.",
"hasNumber": "Moet een nummer bevatten.",
"hasUppercase": "Moet een hoofdletter bevatten.",
"hasLowercase": "Moet een kleine letter bevatten.",
"equals": "Wachtwoordbevestiging komt overeen.",
"matches": "Komt overeen",
"doesNotMatch": "Komt niet overeen"
},
"errors": {
"noHostFound": "Geen host gevonden",
"couldNotSendResetLink": "Kon link voor wachtwoordherstel niet verzenden",
"couldNotCreateSessionForUser": "Kon sessie voor gebruiker niet aanmaken",
"couldNotVerifyPassword": "Kon wachtwoord niet verifiëren",
"failedToAuthenticate": "Authenticatie mislukt. U had {failedAttempts} van {maxPasswordAttempts} wachtwoordpogingen.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Authenticatie mislukt.",
"accountLockedContactAdmin": " Neem contact op met jouw beheerder om jouw account te ontgrendelen",
"userNotFound": "Gebruiker niet in het systeem gevonden",
"initialUserNotSupported": "Initiële gebruiker wordt niet ondersteund",
"userInitialStateNotSupported": "Initiële gebruikersstatus wordt niet ondersteund",
"codeOrVerificationRequired": "U moet een code opgeven of een geldige gebruikersverificatie hebben",
"verificationRequired": "Gebruikersverificatie moet worden uitgevoerd",
"couldNotLoadSession": "Kon sessie niet laden",
"couldNotLoadAuthMethods": "Kon verificatiemethoden niet laden",
"failedPrecondition": "Voorwaarde mislukt",
"sessionNotValid": "Sessie is niet geldig",
"passwordVerificationMissing": "Wachtwoordverificatie ontbreekt.",
"passwordVerificationTooOld": "Wachtwoordverificatie is te oud. Verifieer je wachtwoord opnieuw."
}
},
"idp": {
"title": "Aanmelden met SSO",
"description": "Selecteer een van de volgende providers om u aan te melden",
"orSignInWith": "of meld u aan met",
"signInWithApple": "Aanmelden met Apple",
"signInWithGoogle": "Aanmelden met Google",
"signInWithAzureAD": "Aanmelden met AzureAD",
"signInWithGithub": "Aanmelden met GitHub",
"signInWithGitlab": "Aanmelden met GitLab",
"loginError": {
"title": "Inloggen mislukt",
"description": "Er is een fout opgetreden tijdens het inloggen."
},
"linkingError": {
"title": "Koppelen van account mislukt",
"description": "Er is een fout opgetreden tijdens het koppelen van jouw account."
},
"completeRegister": {
"title": "Vul jouw gegevens aan",
"description": "U moet jouw registratie voltooien door jouw e-mailadres en naam op te geven."
},
"accountNotFound": {
"title": "Account niet gevonden",
"description": "We hebben geen account gevonden dat aan jouw identiteitsprovidergegevens is gekoppeld.",
"info": "Er is geen bestaand account gevonden. Meld u aan met een bestaand account of neem contact op met jouw beheerder voor hulp.",
"backToLogin": "Terug naar inloggen"
},
"registrationFailed": {
"title": "Registratie niet beschikbaar",
"description": "We konden het registratieproces niet voltooien.",
"info": "Kan de organisatie voor registratie niet bepalen. Neem contact op met jouw beheerder voor hulp.",
"backToLogin": "Terug naar inloggen"
},
"processing": {
"message": "Authenticatie wordt verwerkt...",
"noRedirect": "Geen omleiding of fout van server ontvangen",
"unexpectedError": "Er is een onverwachte fout opgetreden"
},
"errors": {
"missingParameters": "Vereiste parameters ontbreken",
"missingIdpInfo": "IDP-informatie ontbreekt",
"idpNotFound": "Identiteitsprovider niet gevonden",
"linkingNotAllowed": "Koppelen is niet toegestaan voor deze identiteitsprovider",
"linkingFailed": "Koppelen van identiteitsprovider aan account mislukt",
"autoLinkingFailed": "Automatisch koppelen van account mislukt",
"userCreationFailed": "Aanmaken van gebruikersaccount mislukt",
"orgResolutionFailed": "Kon organisatie voor registratie niet bepalen",
"sessionCreationFailed": "Kon sessie niet aanmaken of omleiding bepalen",
"unknownError": "Er is een onbekende fout opgetreden"
}
},
"ldap": {
"title": "LDAP-inlog",
"description": "Voer jouw LDAP-inloggegevens in.",
"submit": "Verder",
"labels": {
"username": "Gebruikersnaam",
"password": "Wachtwoord"
},
"required": {
"username": "Dit veld is verplicht",
"password": "Dit veld is verplicht"
}
},
"mfa": {
"verify": {
"title": "Verifieer jouw identiteit",
"description": "Kies een van de volgende factoren.",
"noResults": "Er zijn geen tweede factoren beschikbaar om in te stellen."
},
"set": {
"title": "Stel 2-factor in",
"description": "Kies een van de volgende tweede factoren.",
"skip": "Overslaan"
}
},
"otp": {
"verify": {
"title": "Verifieer 2-Factor",
"totpDescription": "Voer de code uit jouw authenticator-app in.",
"smsDescription": "Voer de code in die u via sms heeft ontvangen.",
"emailDescription": "Voer de code in die u via e-mail heeft ontvangen.",
"noCodeReceived": "Geen code ontvangen?",
"resendCode": "Code opnieuw versturen",
"submit": "Verder",
"labels": {
"code": "Code"
},
"required": {
"code": "Dit veld is verplicht"
}
},
"set": {
"title": "Stel 2-factor in",
"totpDescription": "Scan de QR-code met jouw authenticator-app.",
"smsDescription": "Voer jouw telefoonnummer in om een code via sms te ontvangen.",
"emailDescription": "Voer jouw e-mailadres in om een code via e-mail te ontvangen.",
"totpRegisterDescription": "Scan de QR-code of navigeer handmatig naar de URL.",
"submit": "Verder",
"labels": {
"code": "Code"
},
"required": {
"code": "Dit veld is verplicht"
}
}
},
"passkey": {
"verify": {
"title": "Authenticeer met een passkey",
"description": "Jouw apparaat vraagt om jouw vingerafdruk, gezicht of schermvergrendeling",
"usePassword": "Gebruik wachtwoord",
"submit": "Doorgaan",
"errors": {
"couldNotRequestChallenge": "Kon passkey-uitdaging niet aanvragen",
"couldNotVerifyPasskey": "Kon passkey niet verifiëren",
"noResponseReceived": "Passkey-verificatie mislukt - geen reactie ontvangen",
"noRedirectProvided": "Passkey-verificatie voltooid maar er werd geen omleiding geleverd",
"couldNotRetrievePasskey": "Er trad een fout op bij het ophalen van de passkey",
"verificationCancelled": "Passkey-verificatie is geannuleerd",
"verificationFailed": "Er trad een fout op tijdens de passkey-verificatie",
"couldNotFindSession": "Kon sessie niet vinden",
"couldNotUpdateSession": "Kon sessie niet bijwerken",
"userNotFound": "Gebruiker niet in het systeem gevonden",
"couldNotDetermineRedirect": "Kon omleidings-URL na passkey-verificatie niet bepalen"
}
},
"set": {
"title": "Stel een passkey in",
"description": "Uw apparaat vraagt om jouw vingerafdruk, gezicht of schermvergrendeling",
"info": {
"description": "Een passkey is een authenticatiemethode op een apparaat zoals jouw vingerafdruk, Apple FaceID of iets dergelijks. ",
"link": "Passkey authenticatie"
},
"skip": "Overslaan",
"submit": "Doorgaan"
}
},
"u2f": {
"verify": {
"title": "Verifieer 2-Factor",
"description": "Verifieer jouw account met jouw apparaat."
},
"set": {
"title": "Stel 2-factor in",
"description": "Stel een apparaat in als tweede factor.",
"submit": "Doorgaan"
}
},
"register": {
"methods": {
"passkey": "Passkey",
"password": "Wachtwoord"
},
"disabled": {
"title": "Registratie uitgeschakeld",
"description": "Registratie is uitgeschakeld. Neem contact op met jouw beheerder."
},
"missingdata": {
"title": "Ontbrekende gegevens",
"description": "Geef e-mail, voornaam en achternaam op om te registreren."
},
"title": "Registreren",
"description": "Maak jouw Zitadel-account aan.",
"noMethodAvailableWarning": "Geen authenticatiemethode beschikbaar. Neem contact op met jouw beheerder.",
"selectMethod": "Selecteer de methode waarmee u wilt verifiëren",
"agreeTo": "Om te registreren moet u akkoord gaan met de voorwaarden",
"termsOfService": "Servicevoorwaarden",
"privacyPolicy": "Privacybeleid",
"submit": "Doorgaan",
"password": {
"title": "Stel Wachtwoord in",
"description": "Stel het wachtwoord voor jouw account in",
"submit": "Doorgaan",
"labels": {
"password": "Wachtwoord",
"confirmPassword": "Bevestig Wachtwoord"
},
"required": {
"password": "U moet een wachtwoord opgeven!",
"confirmPassword": "Dit veld is verplicht"
}
},
"labels": {
"firstname": "Voornaam",
"lastname": "Achternaam",
"email": "E-Mail"
},
"required": {
"firstname": "Dit veld is verplicht",
"lastname": "Dit veld is verplicht",
"email": "Dit veld is verplicht"
},
"errors": {
"couldNotCreateUser": "Kon gebruiker niet aanmaken",
"couldNotCreateSession": "Kon sessie niet aanmaken",
"userNotFound": "Gebruiker niet in het systeem gevonden",
"couldNotLinkIDP": "Kon IDP niet aan gebruiker koppelen",
"couldNotRegisterUser": "Kon gebruiker niet registreren"
}
},
"invite": {
"title": "Gebruiker uitnodigen",
"description": "Geef het e-mailadres en de naam op van de gebruiker die u wilt uitnodigen.",
"info": "De gebruiker ontvangt een e-mail met verdere instructies.",
"notAllowed": "Uw instellingen staan het uitnodigen van gebruikers niet toe.",
"submit": "Doorgaan",
"success": {
"title": "Gebruiker uitgenodigd",
"description": "De e-mail is succesvol verzonden.",
"verified": "De gebruiker is uitgenodigd en heeft zijn e-mail al geverifieerd.",
"notVerifiedYet": "De gebruiker is uitgenodigd. Zij ontvangen een e-mail met verdere instructies.",
"submit": "Nog een gebruiker uitnodigen"
}
},
"signedin": {
"title": "Welkom {user}!",
"description": "U bent aangemeld.",
"continue": "Verder",
"error": {
"title": "Fout",
"description": "Er is een fout opgetreden tijdens het aanmelden."
}
},
"verify": {
"userIdMissing": "Geen gebruikers-ID opgegeven!",
"successTitle": "Gebruiker geverifieerd",
"successDescription": "De gebruiker is succesvol geverifieerd.",
"successContinue": "Doorgaan",
"setupAuthenticator": "Authenticator instellen",
"verify": {
"title": "Gebruiker verifiëren",
"description": "Voer de code in uit de verificatie-e-mail.",
"noCodeReceived": "Geen code ontvangen?",
"resendCode": "Code opnieuw versturen",
"codeSent": "Er is zojuist een code naar jouw e-mailadres gestuurd.",
"submit": "Doorgaan",
"labels": {
"code": "Code"
},
"required": {
"code": "Dit veld is verplicht"
}
},
"errors": {
"couldNotResendEmail": "Kon e-mail niet opnieuw versturen",
"couldNotVerifyUser": "Kon gebruiker niet verifiëren",
"couldNotVerifyInvite": "Kon uitnodiging niet verifiëren",
"couldNotVerifyEmail": "Kon e-mail niet verifiëren",
"couldNotVerify": "Kon niet verifiëren",
"couldNotLoadUser": "Kon gebruiker niet laden",
"couldNotLoadAuthenticators": "Kon mogelijke authenticators niet laden",
"couldNotCreateSession": "Kon sessie niet aanmaken",
"noHostFound": "Geen host gevonden",
"userAlreadyVerified": "Gebruiker is al geverifieerd!",
"couldNotResendInvite": "Kon uitnodiging niet opnieuw versturen",
"inviteSendFailed": "Versturen van uitnodigingsmail mislukt",
"emailSendFailed": "Versturen van verificatie-e-mail mislukt",
"contextMissing": "Er is een fout opgetreden. Probeer het opnieuw."
}
},
"authenticator": {
"title": "Kies authenticatiemethode",
"description": "Selecteer de methode waarmee u wilt verifiëren",
"noMethodsAvailable": "Geen authenticatiemethoden beschikbaar",
"allSetup": "U heeft al een authenticator ingesteld!",
"linkWithIDP": "of link met een identiteitsprovider"
},
"device": {
"usercode": {
"title": "Apparaatcode",
"description": "Voer de code in die op jouw app of apparaat wordt weergegeven.",
"submit": "Doorgaan",
"labels": {
"code": "Code"
},
"required": {
"code": "Dit veld is verplicht"
}
},
"request": {
"title": "{appName} wil verbinding maken",
"description": "{appName} krijgt toegang tot:",
"disclaimer": "Door op Toestaan te klikken geeft u {appName} en Zitadel toestemming om jouw informatie te gebruiken overeenkomstig hun respectieve servicevoorwaarden en privacybeleid. U kunt deze toegang op elk moment intrekken.",
"submit": "Toestaan",
"deny": "Weigeren"
},
"scope": {
"openid": "Verifieer jouw identiteit.",
"email": "Bekijk jouw e-mailadres.",
"profile": "Bekijk jouw volledige profielinformatie.",
"offline_access": "Sta offline toegang tot jouw account toe."
}
},
"error": {
"noUserCode": "Geen gebruikerscode opgegeven!",
"noDeviceRequest": "Geen apparaatverzoek gevonden.",
"unknownContext": "Kon de context van de gebruiker niet ophalen. Zorg ervoor dat u eerst de gebruikersnaam invoert of een loginName als zoekparameter opgeeft.",
"sessionExpired": "Uw huidige sessie is verlopen. Log opnieuw in.",
"failedLoading": "Gegevens laden mislukt. Probeer het opnieuw.",
"tryagain": "Opnieuw proberen",
"couldNotContinueSession": "Kon de sessie niet voortzetten - ontbrekende gebruikersinformatie"
}
},
"pl": {
"common": {
"back": "Powrót",
"title": "Zaloguj się za pomocą Zitadel"
},
"accounts": {
"title": "Konta",
"description": "Wybierz konto, którego chcesz użyć.",
"addAnother": "Dodaj kolejne konto",
"noResults": "Nie znaleziono kont",
"verified": "zweryfikowany",
"expired": "wygasł"
},
"logout": {
"title": "Wyloguj się",
"description": "Wybierz konto, które chcesz usunąć",
"noResults": "Nie znaleziono kont",
"clear": "Usuń sesję",
"verifiedAt": "Ostatnia aktywność: {time}",
"success": {
"title": "Wylogowanie udane",
"description": "Pomyślnie się wylogowałeś."
}
},
"loginname": {
"title": "Witamy ponownie!",
"description": "Wprowadź dane logowania.",
"register": "Zarejestruj nowego użytkownika",
"submit": "Kontynuuj",
"labels": {
"loginname": "Login",
"username": "Nazwa użytkownika",
"usernameOrPhoneNumber": "Nazwa użytkownika lub numer telefonu",
"usernameOrEmail": "Nazwa użytkownika lub e-mail"
},
"required": {
"loginName": "To pole jest wymagane"
},
"errors": {
"internalError": "Wystąpił błąd wewnętrzny",
"couldNotGetLoginSettings": "Nie udało się pobrać ustawień logowania",
"couldNotSearchUsers": "Nie udało się wyszukać użytkowników",
"couldNotGetDomain": "Nie udało się pobrać domeny",
"couldNotGetHost": "Nie udało się pobrać hosta",
"couldNotStartIDPFlow": "Nie udało się rozpocząć procesu IDP",
"moreThanOneUserFound": "Znaleziono więcej niż jednego użytkownika. Podaj unikalny identyfikator.",
"userNotFound": "Użytkownik nie został znaleziony w systemie",
"couldNotCreateSession": "Nie udało się utworzyć sesji dla użytkownika",
"initialUserNotSupported": "Użytkownik inicjalny nie jest obsługiwany",
"localAuthenticationNotAllowed": "Uwierzytelnianie lokalne nie jest dozwolone! Skontaktuj się z administratorem, aby uzyskać więcej informacji.",
"passkeysNotAllowed": "Klucze dostępu są niedozwolone! Skontaktuj się z administratorem, aby uzyskać więcej informacji.",
"couldNotFindIdentityProvider": "Nie udało się znaleźć dostawcy tożsamości.",
"userNotActive": "Użytkownik jest nieaktywny. Skontaktuj się z administratorem, aby uzyskać więcej informacji."
}
},
"zitadel": {
"errors": {
"errorOccured": "Wystąpił błąd",
"multipleUsersFound": "Znaleziono wielu użytkowników",
"userNotFound": "Użytkownik nie został znaleziony w systemie"
}
},
"password": {
"verify": {
"title": "Hasło",
"description": "Wprowadź swoje hasło.",
"resetPassword": "Zresetuj hasło",
"submit": "Kontynuuj",
"labels": {
"password": "Hasło"
},
"required": {
"password": "To pole jest wymagane"
},
"errors": {
"couldNotVerifyPassword": "Nie można zweryfikować hasła",
"couldNotResetPassword": "Nie można zresetować hasła"
},
"info": {
"passwordResetSent": "Hasło zostało zresetowane. Sprawdź swoją pocztę e-mail"
}
},
"set": {
"title": "Ustaw hasło",
"description": "Ustaw hasło dla swojego konta",
"codeSent": "Nowy kod został wysłany na Twój adres e-mail.",
"noCodeReceived": "Nie otrzymałeś kodu?",
"resend": "Wyślij kod ponownie",
"submit": "Kontynuuj",
"labels": {
"code": "Kod",
"newPassword": "Nowe hasło",
"confirmPassword": "Potwierdź nowe hasło"
},
"required": {
"code": "To pole jest wymagane",
"newPassword": "Musisz podać hasło!",
"confirmPassword": "To pole jest wymagane"
},
"errors": {
"couldNotSetPassword": "Nie można ustawić hasła",
"couldNotResetPassword": "Nie można zresetować hasła",
"couldNotVerifyPassword": "Nie można zweryfikować hasła"
}
},
"change": {
"title": "Zmień hasło",
"description": "Ustaw nowe hasło dla swojego konta",
"submit": "Kontynuuj",
"labels": {
"currentPassword": "Aktualne hasło",
"newPassword": "Nowe hasło",
"confirmPassword": "Potwierdź nowe hasło"
},
"required": {
"currentPassword": "Musisz podać aktualne hasło!",
"newPassword": "Musisz podać nowe hasło!",
"confirmPassword": "To pole jest wymagane"
},
"errors": {
"currentPasswordInvalid": "Aktualne hasło jest nieprawidłowe.",
"couldNotChangePassword": "Nie można zmienić hasła",
"couldNotVerifyPassword": "Nie można zweryfikować hasła",
"unknownError": "Nieznany błąd"
}
},
"complexity": {
"length": "Musi zawierać co najmniej {minLength} znaków.",
"hasSymbol": "Musi zawierać symbol.",
"hasNumber": "Musi zawierać numer.",
"hasUppercase": "Musi zawierać dużą literę.",
"hasLowercase": "Musi zawierać małą literę.",
"equals": "Potwierdzenie hasła pasuje.",
"matches": "Pasuje",
"doesNotMatch": "Nie pasuje"
},
"errors": {
"noHostFound": "Nie znaleziono hosta",
"couldNotSendResetLink": "Nie można wysłać linku do resetowania hasła",
"couldNotCreateSessionForUser": "Nie można utworzyć sesji dla użytkownika",
"couldNotVerifyPassword": "Nie można zweryfikować hasła",
"failedToAuthenticate": "Uwierzytelnianie nie powiodło się. Wykorzystałeś {failedAttempts} z {maxPasswordAttempts} prób wprowadzenia hasła.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Uwierzytelnianie nie powiodło się.",
"accountLockedContactAdmin": " Skontaktuj się z administratorem, aby odblokować konto",
"userNotFound": "Użytkownik nie został znaleziony w systemie",
"initialUserNotSupported": "Użytkownik początkowy nie jest obsługiwany",
"userInitialStateNotSupported": "Początkowy stan użytkownika nie jest obsługiwany",
"codeOrVerificationRequired": "Musisz podać kod lub mieć ważną weryfikację użytkownika",
"verificationRequired": "Wymagana jest weryfikacja użytkownika",
"couldNotLoadSession": "Nie można załadować sesji",
"couldNotLoadAuthMethods": "Nie można załadować metod uwierzytelniania",
"failedPrecondition": "Nie spełniono warunków wstępnych",
"sessionNotValid": "Sesja jest nieważna",
"passwordVerificationMissing": "Brak weryfikacji hasła.",
"passwordVerificationTooOld": "Weryfikacja hasła jest przestarzała. Proszę zweryfikować hasło ponownie."
}
},
"idp": {
"title": "Zaloguj się za pomocą SSO",
"description": "Wybierz jednego z poniższych dostawców, aby się zalogować",
"orSignInWith": "lub zaloguj się przez",
"signInWithApple": "Zaloguj się przez Apple",
"signInWithGoogle": "Zaloguj się przez Google",
"signInWithAzureAD": "Zaloguj się przez AzureAD",
"signInWithGithub": "Zaloguj się przez GitHub",
"signInWithGitlab": "Zaloguj się przez GitLab",
"loginError": {
"title": "Logowanie nieudane",
"description": "Wystąpił błąd podczas próby logowania."
},
"linkingError": {
"title": "Powiązanie konta nie powiodło się",
"description": "Wystąpił błąd podczas próby powiązania konta."
},
"completeRegister": {
"title": "Ukończ rejestrację",
"description": "Ukończ rejestrację swojego konta."
},
"accountNotFound": {
"title": "Nie znaleziono konta",
"description": "Nie mogliśmy znaleźć konta powiązanego z danymi logowania Twojego dostawcy tożsamości.",
"info": "Nie znaleziono istniejącego konta. Zaloguj się przy użyciu istniejącego konta lub skontaktuj się z administratorem w celu uzyskania pomocy.",
"backToLogin": "Powrót do logowania"
},
"registrationFailed": {
"title": "Rejestracja niedostępna",
"description": "Nie mogliśmy ukończyć procesu rejestracji.",
"info": "Nie można określić organizacji do rejestracji. Skontaktuj się z administratorem w celu uzyskania pomocy.",
"backToLogin": "Powrót do logowania"
},
"processing": {
"message": "Przetwarzanie uwierzytelniania...",
"noRedirect": "Nie otrzymano przekierowania ani błędu z serwera",
"unexpectedError": "Wystąpił nieoczekiwany błąd"
},
"errors": {
"missingParameters": "Brakuje wymaganych parametrów",
"missingIdpInfo": "Brak informacji IDP",
"idpNotFound": "Dostawca tożsamości nie znaleziony",
"linkingNotAllowed": "Łączenie nie jest dozwolone dla tego dostawcy tożsamości",
"linkingFailed": "Nie udało się połączyć dostawcy tożsamości z kontem",
"autoLinkingFailed": "Nie udało się automatycznie połączyć konta",
"userCreationFailed": "Nie udało się utworzyć konta użytkownika",
"orgResolutionFailed": "Nie można określić organizacji do rejestracji",
"sessionCreationFailed": "Nie można utworzyć sesji lub określić przekierowania",
"unknownError": "Wystąpił nieznany błąd"
}
},
"ldap": {
"title": "Zaloguj się przez LDAP",
"description": "Wprowadź swoje dane logowania LDAP.",
"submit": "Kontynuuj",
"labels": {
"username": "Nazwa użytkownika",
"password": "Hasło"
},
"required": {
"username": "To pole jest wymagane",
"password": "To pole jest wymagane"
}
},
"mfa": {
"verify": {
"title": "Zweryfikuj swoją tożsamość",
"description": "Wybierz jeden z poniższych sposobów weryfikacji.",
"noResults": "Nie znaleziono dostępnych metod uwierzytelniania dwuskładnikowego."
},
"set": {
"title": "Skonfiguruj uwierzytelnianie dwuskładnikowe",
"description": "Wybierz jedną z poniższych metod drugiego czynnika.",
"skip": "Pomiń"
}
},
"otp": {
"verify": {
"title": "Zweryfikuj uwierzytelnianie dwuskładnikowe",
"totpDescription": "Wprowadź kod z aplikacji uwierzytelniającej.",
"smsDescription": "Wprowadź kod otrzymany SMS-em.",
"emailDescription": "Wprowadź kod otrzymany e-mailem.",
"noCodeReceived": "Nie otrzymałeś kodu?",
"resendCode": "Wyślij kod ponownie",
"submit": "Kontynuuj",
"labels": {
"code": "Kod"
},
"required": {
"code": "To pole jest wymagane"
}
},
"set": {
"title": "Skonfiguruj uwierzytelnianie dwuskładnikowe",
"totpDescription": "Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej.",
"smsDescription": "Wprowadź swój numer telefonu, aby otrzymać kod SMS-em.",
"emailDescription": "Wprowadź swój adres e-mail, aby otrzymać kod e-mailem.",
"totpRegisterDescription": "Zeskanuj kod QR lub otwórz adres URL ręcznie.",
"submit": "Kontynuuj",
"labels": {
"code": "Kod"
},
"required": {
"code": "To pole jest wymagane"
}
}
},
"passkey": {
"verify": {
"title": "Uwierzytelnij się za pomocą klucza dostępu",
"description": "Twoje urządzenie poprosi o użycie odcisku palca, rozpoznawania twarzy lub blokady ekranu.",
"usePassword": "Użyj hasła",
"submit": "Kontynuuj",
"errors": {
"couldNotRequestChallenge": "Nie można zażądać wyzwania klucza dostępu",
"couldNotVerifyPasskey": "Nie można zweryfikować klucza dostępu",
"noResponseReceived": "Weryfikacja klucza dostępu nie powiodła się - nie otrzymano odpowiedzi",
"noRedirectProvided": "Weryfikacja klucza dostępu zakończona, ale nie podano przekierowania",
"couldNotRetrievePasskey": "Wystąpił błąd podczas pobierania klucza dostępu",
"verificationCancelled": "Weryfikacja klucza dostępu została anulowana",
"verificationFailed": "Wystąpił błąd podczas weryfikacji klucza dostępu",
"couldNotFindSession": "Nie można znaleźć sesji",
"couldNotUpdateSession": "Nie można zaktualizować sesji",
"userNotFound": "Użytkownik nie znaleziony w systemie",
"couldNotDetermineRedirect": "Nie można określić adresu URL przekierowania po weryfikacji klucza dostępu"
}
},
"set": {
"title": "Skonfiguruj klucz dostępu",
"description": "Twoje urządzenie poprosi o użycie odcisku palca, rozpoznawania twarzy lub blokady ekranu.",
"info": {
"description": "Klucz dostępu to metoda uwierzytelniania na urządzeniu, wykorzystująca np. odcisk palca, Apple FaceID lub podobne rozwiązania.",
"link": "Uwierzytelnianie kluczem dostępu"
},
"skip": "Pomiń",
"submit": "Kontynuuj"
}
},
"u2f": {
"verify": {
"title": "Zweryfikuj uwierzytelnianie dwuskładnikowe",
"description": "Zweryfikuj swoje konto za pomocą urządzenia."
},
"set": {
"title": "Skonfiguruj uwierzytelnianie dwuskładnikowe",
"description": "Skonfiguruj urządzenie jako dodatkowy czynnik uwierzytelniania.",
"submit": "Kontynuuj"
}
},
"register": {
"methods": {
"passkey": "Klucz dostępu",
"password": "Hasło"
},
"disabled": {
"title": "Rejestracja wyłączona",
"description": "Rejestracja jest wyłączona. Skontaktuj się z administratorem."
},
"missingdata": {
"title": "Brak danych",
"description": "Podaj e-mail, imię i nazwisko, aby się zarejestrować."
},
"title": "Rejestracja",
"description": "Utwórz konto Zitadel.",
"noMethodAvailableWarning": "Brak dostępnych metod uwierzytelniania. Skontaktuj się z administratorem.",
"selectMethod": "Wybierz metodę uwierzytelniania, której chcesz użyć",
"agreeTo": "Aby się zarejestrować, musisz zaakceptować warunki korzystania",
"termsOfService": "Regulamin",
"privacyPolicy": "Polityka prywatności",
"submit": "Kontynuuj",
"password": {
"title": "Ustaw hasło",
"description": "Ustaw hasło dla swojego konta",
"submit": "Kontynuuj",
"labels": {
"password": "Hasło",
"confirmPassword": "Potwierdź hasło"
},
"required": {
"password": "Musisz podać hasło!",
"confirmPassword": "To pole jest wymagane"
}
},
"labels": {
"firstname": "Imię",
"lastname": "Nazwisko",
"email": "E-mail"
},
"required": {
"firstname": "To pole jest wymagane",
"lastname": "To pole jest wymagane",
"email": "To pole jest wymagane"
},
"errors": {
"couldNotCreateUser": "Nie udało się utworzyć użytkownika",
"couldNotCreateSession": "Nie udało się utworzyć sesji",
"userNotFound": "Nie znaleziono użytkownika w systemie",
"couldNotLinkIDP": "Nie udało się powiązać IDP z użytkownikiem",
"couldNotRegisterUser": "Nie udało się zarejestrować użytkownika"
}
},
"invite": {
"title": "Zaproś użytkownika",
"description": "Podaj adres e-mail oraz imię i nazwisko użytkownika, którego chcesz zaprosić.",
"info": "Użytkownik otrzyma e-mail z dalszymi instrukcjami.",
"notAllowed": "Twoje ustawienia nie pozwalają na zapraszanie użytkowników.",
"submit": "Kontynuuj",
"success": {
"title": "Użytkownik zaproszony",
"description": "E-mail został pomyślnie wysłany.",
"verified": "Użytkownik został zaproszony i już zweryfikował swój e-mail.",
"notVerifiedYet": "Użytkownik został zaproszony. Otrzyma e-mail z dalszymi instrukcjami.",
"submit": "Zaproś kolejnego użytkownika"
}
},
"signedin": {
"title": "Witaj {user}!",
"description": "Jesteś zalogowany.",
"continue": "Kontynuuj",
"error": {
"title": "Błąd",
"description": "Nie można załadować danych. Sprawdź połączenie z internetem lub spróbuj ponownie później."
}
},
"verify": {
"userIdMissing": "Nie podano identyfikatora użytkownika!",
"successTitle": "Weryfikacja zakończona",
"successDescription": "Użytkownik został pomyślnie zweryfikowany.",
"successContinue": "Kontynuuj",
"setupAuthenticator": "Skonfiguruj uwierzytelnianie",
"verify": {
"title": "Zweryfikuj użytkownika",
"description": "Wprowadź kod z wiadomości weryfikacyjnej.",
"noCodeReceived": "Nie otrzymałeś kodu?",
"resendCode": "Wyślij kod ponownie",
"codeSent": "Kod został właśnie wysłany na twój adres e-mail.",
"submit": "Kontynuuj",
"labels": {
"code": "Kod"
},
"required": {
"code": "To pole jest wymagane"
}
},
"errors": {
"couldNotResendEmail": "Nie udało się ponownie wysłać wiadomości e-mail",
"couldNotVerifyUser": "Nie udało się zweryfikować użytkownika",
"couldNotVerifyInvite": "Nie udało się zweryfikować zaproszenia",
"couldNotVerifyEmail": "Nie udało się zweryfikować adresu e-mail",
"couldNotVerify": "Nie udało się zweryfikować",
"couldNotLoadUser": "Nie udało się załadować użytkownika",
"couldNotLoadAuthenticators": "Nie udało się wczytać dostępnych metod uwierzytelniania",
"couldNotCreateSession": "Nie udało się utworzyć sesji",
"noHostFound": "Nie znaleziono hosta",
"userAlreadyVerified": "Użytkownik jest już zweryfikowany!",
"couldNotResendInvite": "Nie udało się ponownie wysłać zaproszenia",
"inviteSendFailed": "Nie udało się wysłać wiadomości e-mail z zaproszeniem",
"emailSendFailed": "Nie udało się wysłać wiadomości e-mail weryfikacyjnej",
"contextMissing": "Wystąpił błąd. Spróbuj ponownie."
}
},
"authenticator": {
"title": "Wybierz metodę uwierzytelniania",
"description": "Wybierz metodę, której chcesz użyć do uwierzytelnienia.",
"noMethodsAvailable": "Brak dostępnych metod uwierzytelniania",
"allSetup": "Już skonfigurowałeś metodę uwierzytelniania!",
"linkWithIDP": "lub połącz z dostawcą tożsamości"
},
"device": {
"usercode": {
"title": "Kod urządzenia",
"description": "Wprowadź kod.",
"submit": "Kontynuuj",
"labels": {
"code": "Kod"
},
"required": {
"code": "To pole jest wymagane"
}
},
"request": {
"title": "{appName} chce się połączyć:",
"description": "{appName} będzie miało dostęp do:",
"disclaimer": "Klikając Zezwól, pozwalasz tej aplikacji i Zitadel na korzystanie z Twoich informacji zgodnie z ich odpowiednimi warunkami użytkowania i politykami prywatności. Możesz cofnąć ten dostęp w dowolnym momencie.",
"submit": "Zezwól",
"deny": "Odmów"
},
"scope": {
"openid": "Zweryfikuj swoją tożsamość.",
"email": "Uzyskaj dostęp do swojego adresu e-mail.",
"profile": "Uzyskaj dostęp do pełnych informacji o swoim profilu.",
"offline_access": "Zezwól na dostęp offline do swojego konta."
}
},
"error": {
"noUserCode": "Nie podano kodu użytkownika!",
"noDeviceRequest": "Nie znaleziono żądania urządzenia.",
"unknownContext": "Nie udało się pobrać kontekstu użytkownika. Upewnij się, że najpierw wprowadziłeś nazwę użytkownika lub podałeś login jako parametr wyszukiwania.",
"sessionExpired": "Twoja sesja wygasła. Zaloguj się ponownie.",
"failedLoading": "Nie udało się załadować danych. Spróbuj ponownie.",
"tryagain": "Spróbuj ponownie",
"couldNotContinueSession": "Nie udało się kontynuować sesji - brak informacji o użytkowniku"
}
},
"ru": {
"common": {
"back": "Назад",
"title": "Войти с Zitadel"
},
"accounts": {
"title": "Аккаунты",
"description": "Выберите аккаунт, который хотите использовать.",
"addAnother": "Добавить другой аккаунт",
"noResults": "Аккаунты не найдены",
"verified": "проверенный",
"expired": "истёк"
},
"logout": {
"title": "Выход",
"description": "Выберите аккаунт, который хотите удалить",
"noResults": "Аккаунты не найдены",
"clear": "Удалить сессию",
"verifiedAt": "Последняя активность: {time}",
"success": {
"title": "Выход выполнен успешно",
"description": "Вы успешно вышли из системы."
}
},
"loginname": {
"title": "С возвращением!",
"description": "Введите свои данные для входа.",
"register": "Зарегистрировать нового пользователя",
"submit": "Продолжить",
"labels": {
"loginname": "Логин",
"username": "Имя пользователя",
"usernameOrPhoneNumber": "Имя пользователя или номер телефона",
"usernameOrEmail": "Имя пользователя или электронная почта"
},
"required": {
"loginName": "Это поле обязательно для заполнения"
},
"errors": {
"internalError": "Произошла внутренняя ошибка",
"couldNotGetLoginSettings": "Не удалось получить настройки входа",
"couldNotSearchUsers": "Не удалось выполнить поиск пользователей",
"couldNotGetDomain": "Не удалось получить домен",
"couldNotGetHost": "Не удалось получить хост",
"couldNotStartIDPFlow": "Не удалось запустить поток IDP",
"moreThanOneUserFound": "Найдено более одного пользователя. Укажите уникальный идентификатор.",
"userNotFound": "Пользователь не найден в системе",
"couldNotCreateSession": "Не удалось создать сессию для пользователя",
"initialUserNotSupported": "Начальный пользователь не поддерживается",
"localAuthenticationNotAllowed": "Локальная аутентификация запрещена! Обратитесь к администратору за дополнительной информацией.",
"passkeysNotAllowed": "Ключи доступа не разрешены! Обратитесь к администратору за дополнительной информацией.",
"couldNotFindIdentityProvider": "Не удалось найти поставщика удостоверений.",
"userNotActive": "Пользователь неактивен. Обратитесь к администратору за дополнительной информацией."
}
},
"zitadel": {
"errors": {
"errorOccured": "Произошла ошибка",
"multipleUsersFound": "Найдено несколько пользователей",
"userNotFound": "Пользователь не найден в системе"
}
},
"password": {
"verify": {
"title": "Пароль",
"description": "Введите ваш пароль.",
"resetPassword": "Сбросить пароль",
"submit": "Продолжить",
"labels": {
"password": "Пароль"
},
"required": {
"password": "Это поле обязательно для заполнения"
},
"errors": {
"couldNotVerifyPassword": "Не удалось проверить пароль",
"couldNotResetPassword": "Не удалось сбросить пароль"
},
"info": {
"passwordResetSent": "Пароль был сброшен. Пожалуйста, проверьте свою электронную почту"
}
},
"set": {
"title": "Установить пароль",
"description": "Установите пароль для вашего аккаунта",
"codeSent": "Новый код был отправлен на ваш адрес электронной почты.",
"noCodeReceived": "Не получили код?",
"resend": "Отправить код повторно",
"submit": "Продолжить",
"labels": {
"code": "Код",
"newPassword": "Новый пароль",
"confirmPassword": "Подтвердите пароль"
},
"required": {
"code": "Это поле обязательно для заполнения",
"newPassword": "Вы должны указать пароль!",
"confirmPassword": "Это поле обязательно для заполнения"
},
"errors": {
"couldNotSetPassword": "Не удалось установить пароль",
"couldNotResetPassword": "Не удалось сбросить пароль",
"couldNotVerifyPassword": "Не удалось проверить пароль"
}
},
"change": {
"title": "Изменить пароль",
"description": "Установите пароль для вашего аккаунта",
"submit": "Продолжить",
"labels": {
"currentPassword": "Текущий пароль",
"newPassword": "Новый пароль",
"confirmPassword": "Подтвердите пароль"
},
"required": {
"currentPassword": "Вы должны указать текущий пароль!",
"newPassword": "Вы должны указать новый пароль!",
"confirmPassword": "Это поле обязательно для заполнения"
},
"errors": {
"currentPasswordInvalid": "Текущий пароль неверен.",
"couldNotChangePassword": "Не удалось изменить пароль",
"couldNotVerifyPassword": "Не удалось проверить пароль",
"unknownError": "Неизвестная ошибка"
}
},
"complexity": {
"length": "Минимум {minLength} символов.",
"hasSymbol": "Должен содержать специальный символ.",
"hasNumber": "Должен содержать цифру.",
"hasUppercase": "Должен содержать заглавную букву.",
"hasLowercase": "Должен содержать строчную букву.",
"equals": "Пароли должны совпадать.",
"matches": "Совпадает",
"doesNotMatch": "Не совпадает"
},
"errors": {
"noHostFound": "Хост не найден",
"couldNotSendResetLink": "Не удалось отправить ссылку для сброса пароля",
"couldNotCreateSessionForUser": "Не удалось создать сессию для пользователя",
"couldNotVerifyPassword": "Не удалось проверить пароль",
"failedToAuthenticate": "Не удалось пройти аутентификацию. У вас было {failedAttempts} из {maxPasswordAttempts} попыток ввода пароля.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Не удалось пройти аутентификацию.",
"accountLockedContactAdmin": " Свяжитесь с администратором, чтобы разблокировать вашу учетную запись",
"userNotFound": "Пользователь не найден в системе",
"initialUserNotSupported": "Первичный пользователь не поддерживается",
"userInitialStateNotSupported": "Начальное состояние пользователя не поддерживается",
"codeOrVerificationRequired": "Вы должны предоставить код или иметь действительную проверку пользователя",
"verificationRequired": "Необходимо выполнить проверку пользователя",
"couldNotLoadSession": "Не удалось загрузить сессию",
"couldNotLoadAuthMethods": "Не удалось загрузить методы аутентификации",
"failedPrecondition": "Нарушено предварительное условие",
"sessionNotValid": "Сессия недействительна",
"passwordVerificationMissing": "Отсутствует проверка пароля.",
"passwordVerificationTooOld": "Проверка пароля устарела. Пожалуйста, подтвердите пароль еще раз."
}
},
"idp": {
"title": "Войти через SSO",
"description": "Выберите одного из провайдеров для входа",
"orSignInWith": "или войти через",
"signInWithApple": "Войти через Apple",
"signInWithGoogle": "Войти через Google",
"signInWithAzureAD": "Войти через AzureAD",
"signInWithGithub": "Войти через GitHub",
"signInWithGitlab": "Войти через GitLab",
"loginError": {
"title": "Ошибка входа",
"description": "Произошла ошибка при попытке входа."
},
"linkingError": {
"title": "Ошибка привязки аккаунта",
"description": "Произошла ошибка при попытке привязать аккаунт."
},
"completeRegister": {
"title": "Завершите регистрацию",
"description": "Завершите регистрацию вашего аккаунта."
},
"accountNotFound": {
"title": "Аккаунт не найден",
"description": "Мы не смогли найти аккаунт, связанный с учетными данными вашего провайдера идентификации.",
"info": "Существующий аккаунт не найден. Пожалуйста, войдите с существующим аккаунтом или обратитесь к администратору за помощью.",
"backToLogin": "Вернуться к входу"
},
"registrationFailed": {
"title": "Регистрация недоступна",
"description": "Мы не смогли завершить процесс регистрации.",
"info": "Не удалось определить организацию для регистрации. Пожалуйста, обратитесь к администратору за помощью.",
"backToLogin": "Вернуться к входу"
},
"processing": {
"message": "Обработка аутентификации...",
"noRedirect": "Не получено перенаправления или ошибки от сервера",
"unexpectedError": "Произошла неожиданная ошибка"
},
"errors": {
"missingParameters": "Отсутствуют обязательные параметры",
"missingIdpInfo": "Отсутствует информация IDP",
"idpNotFound": "Провайдер идентификации не найден",
"linkingNotAllowed": "Связывание не разрешено для этого провайдера идентификации",
"linkingFailed": "Не удалось связать провайдера идентификации с учетной записью",
"autoLinkingFailed": "Не удалось автоматически связать учетную запись",
"userCreationFailed": "Не удалось создать учетную запись пользователя",
"orgResolutionFailed": "Не удалось определить организацию для регистрации",
"sessionCreationFailed": "Не удалось создать сеанс или определить перенаправление",
"unknownError": "Произошла неизвестная ошибка"
}
},
"ldap": {
"title": "Войти через LDAP",
"description": "Введите ваши учетные данные LDAP.",
"submit": "Продолжить",
"labels": {
"username": "Имя пользователя",
"password": "Пароль"
},
"required": {
"username": "Это поле обязательно для заполнения",
"password": "Это поле обязательно для заполнения"
}
},
"mfa": {
"verify": {
"title": "Подтвердите вашу личность",
"description": "Выберите один из следующих факторов.",
"noResults": "Нет доступных методов двухфакторной аутентификации"
},
"set": {
"title": "Настройка двухфакторной аутентификации",
"description": "Выберите один из следующих методов.",
"skip": "Пропустить"
}
},
"otp": {
"verify": {
"title": "Подтверждение 2FA",
"totpDescription": "Введите код из приложения-аутентификатора.",
"smsDescription": "Введите код, полученный по SMS.",
"emailDescription": "Введите код, полученный по email.",
"noCodeReceived": "Не получили код?",
"resendCode": "Отправить код повторно",
"submit": "Продолжить",
"labels": {
"code": "Код"
},
"required": {
"code": "Это поле обязательно для заполнения"
}
},
"set": {
"title": "Настройка двухфакторной аутентификации",
"totpDescription": "Отсканируйте QR-код в приложении-аутентификаторе.",
"smsDescription": "Введите номер телефона для получения кода по SMS.",
"emailDescription": "Введите email для получения кода.",
"totpRegisterDescription": "Отсканируйте QR-код или перейдите по ссылке вручную.",
"submit": "Продолжить",
"labels": {
"code": "Код"
},
"required": {
"code": "Это поле обязательно для заполнения"
}
}
},
"passkey": {
"verify": {
"title": "Аутентификация с помощью пасскей",
"description": "Устройство запросит отпечаток пальца, лицо или экранный замок",
"usePassword": "Использовать пароль",
"submit": "Продолжить",
"errors": {
"couldNotRequestChallenge": "Не удалось запросить вызов пасскей",
"couldNotVerifyPasskey": "Не удалось проверить пасскей",
"noResponseReceived": "Проверка пасскей не удалась - ответ не получен",
"noRedirectProvided": "Проверка пасскей завершена, но перенаправление не предоставлено",
"couldNotRetrievePasskey": "Произошла ошибка при получении пасскей",
"verificationCancelled": "Проверка пасскей была отменена",
"verificationFailed": "Произошла ошибка при проверке пасскей",
"couldNotFindSession": "Не удалось найти сеанс",
"couldNotUpdateSession": "Не удалось обновить сеанс",
"userNotFound": "Пользователь не найден в системе",
"couldNotDetermineRedirect": "Не удалось определить URL перенаправления после проверки пасскей"
}
},
"set": {
"title": "Настройка пасскей",
"description": "Устройство запросит отпечаток пальца, лицо или экранный замок",
"info": {
"description": "Пасскей — метод аутентификации через устройство (отпечаток пальца, Apple FaceID и аналоги).",
"link": "Аутентификация по Пасскею"
},
"skip": "Пропустить",
"submit": "Продолжить"
}
},
"u2f": {
"verify": {
"title": "Подтверждение 2FA",
"description": "Подтвердите аккаунт с помощью устройства."
},
"set": {
"title": "Настройка двухфакторной аутентификации",
"description": "Настройте устройство как второй фактор.",
"submit": "Продолжить"
}
},
"register": {
"methods": {
"passkey": "Пасскей",
"password": "Пароль"
},
"disabled": {
"title": "Регистрация отключена",
"description": "Регистрация недоступна. Обратитесь к администратору."
},
"missingdata": {
"title": "Недостаточно данных",
"description": "Укажите email, имя и фамилию для регистрации."
},
"title": "Регистрация",
"description": "Создайте свой аккаунт Zitadel.",
"noMethodAvailableWarning": "Нет доступных методов аутентификации. Обратитесь к администратору.",
"selectMethod": "Выберите метод аутентификации",
"agreeTo": "Для регистрации необходимо принять условия:",
"termsOfService": "Условия использования",
"privacyPolicy": "Политика конфиденциальности",
"submit": "Продолжить",
"password": {
"title": "Установить пароль",
"description": "Установите пароль для вашего аккаунта",
"submit": "Продолжить",
"labels": {
"password": "Пароль",
"confirmPassword": "Подтвердите пароль"
},
"required": {
"password": "Вы должны указать пароль!",
"confirmPassword": "Это поле обязательно для заполнения"
}
},
"labels": {
"firstname": "Имя",
"lastname": "Фамилия",
"email": "Электронная почта"
},
"required": {
"firstname": "Это поле обязательно для заполнения",
"lastname": "Это поле обязательно для заполнения",
"email": "Это поле обязательно для заполнения"
},
"errors": {
"couldNotCreateUser": "Не удалось создать пользователя",
"couldNotCreateSession": "Не удалось создать сессию",
"userNotFound": "Пользователь не найден в системе",
"couldNotLinkIDP": "Не удалось привязать IDP к пользователю",
"couldNotRegisterUser": "Не удалось зарегистрировать пользователя"
}
},
"invite": {
"title": "Пригласить пользователя",
"description": "Укажите email и имя пользователя для приглашения.",
"info": "Пользователь получит email с инструкциями.",
"notAllowed": "Ваши настройки не позволяют приглашать пользователей.",
"submit": "Продолжить",
"success": {
"title": "Пользователь приглашён",
"description": "Письмо успешно отправлено.",
"verified": "Пользователь приглашён и уже подтвердил email.",
"notVerifiedYet": "Пользователь приглашён. Он получит email с инструкциями.",
"submit": "Пригласить другого пользователя"
}
},
"signedin": {
"title": "Добро пожаловать, {user}!",
"description": "Вы вошли в систему.",
"continue": "Продолжить",
"error": {
"title": "Ошибка",
"description": "Не удалось войти в систему. Проверьте свои данные и попробуйте снова."
}
},
"verify": {
"userIdMissing": "Не указан userId!",
"successTitle": "Пользователь подтверждён",
"successDescription": "Пользователь успешно подтверждён.",
"successContinue": "Продолжить",
"setupAuthenticator": "Настроить аутентификатор",
"verify": {
"title": "Подтверждение пользователя",
"description": "Введите код из письма подтверждения.",
"noCodeReceived": "Не получили код?",
"resendCode": "Отправить код повторно",
"codeSent": "Код отправлен на ваш email.",
"submit": "Продолжить",
"labels": {
"code": "Код"
},
"required": {
"code": "Это поле обязательно для заполнения"
}
},
"errors": {
"couldNotResendEmail": "Не удалось повторно отправить электронное письмо",
"couldNotVerifyUser": "Не удалось подтвердить пользователя",
"couldNotVerifyInvite": "Не удалось подтвердить приглашение",
"couldNotVerifyEmail": "Не удалось подтвердить электронную почту",
"couldNotVerify": "Не удалось подтвердить",
"couldNotLoadUser": "Не удалось загрузить пользователя",
"couldNotLoadAuthenticators": "Не удалось загрузить доступные средства аутентификации",
"couldNotCreateSession": "Не удалось создать сеанс",
"noHostFound": "Хост не найден",
"userAlreadyVerified": "Пользователь уже подтверждён!",
"couldNotResendInvite": "Не удалось повторно отправить приглашение",
"inviteSendFailed": "Не удалось отправить письмо с приглашением",
"emailSendFailed": "Не удалось отправить письмо с подтверждением",
"contextMissing": "Произошла ошибка. Пожалуйста, попробуйте еще раз."
}
},
"authenticator": {
"title": "Выбор метода аутентификации",
"description": "Выберите предпочитаемый метод аутентификации",
"noMethodsAvailable": "Нет доступных методов аутентификации",
"allSetup": "Аутентификатор уже настроен!",
"linkWithIDP": "или привязать через Identity Provider"
},
"device": {
"usercode": {
"title": "Код устройства",
"description": "Введите код.",
"submit": "Продолжить",
"labels": {
"code": "Код"
},
"required": {
"code": "Это поле обязательно для заполнения"
}
},
"request": {
"title": "{appName} хочет подключиться:",
"description": "{appName} получит доступ к:",
"disclaimer": "Нажимая «Разрешить», вы разрешаете этому приложению и Zitadel использовать вашу информацию в соответствии с их условиями использования и политиками конфиденциальности. Вы можете отозвать этот доступ в любое время.",
"submit": "Разрешить",
"deny": "Запретить"
},
"scope": {
"openid": "Проверка вашей личности.",
"email": "Доступ к вашему адресу электронной почты.",
"profile": "Доступ к полной информации вашего профиля.",
"offline_access": "Разрешить офлайн-доступ к вашему аккаунту."
}
},
"error": {
"noUserCode": "Не указан код пользователя!",
"noDeviceRequest": "Не найдена ни одна заявка на устройство.",
"unknownContext": "Не удалось получить контекст пользователя. Укажите имя пользователя или loginName в параметрах поиска.",
"sessionExpired": "Ваша сессия истекла. Войдите снова.",
"failedLoading": "Ошибка загрузки данных. Попробуйте ещё раз.",
"tryagain": "Попробовать снова",
"couldNotContinueSession": "Не удалось продолжить сеанс - отсутствует информация о пользователе"
}
},
"zh": {
"common": {
"back": "返回",
"title": "使用 Zitadel 登录"
},
"accounts": {
"title": "账户",
"description": "选择您要使用的账户。",
"addAnother": "添加另一个账户",
"noResults": "未找到账户",
"verified": "已验证",
"expired": "已过期"
},
"logout": {
"title": "注销",
"description": "选择您想注销的账户",
"noResults": "未找到账户",
"clear": "注销会话",
"verifiedAt": "最后活动时间:{time}",
"success": {
"title": "注销成功",
"description": "您已成功注销。"
}
},
"loginname": {
"title": "欢迎回来!",
"description": "请输入您的登录信息。",
"register": "注册新用户",
"submit": "继续",
"labels": {
"loginname": "登录名",
"username": "用户名",
"usernameOrPhoneNumber": "用户名或电话号码",
"usernameOrEmail": "用户名或电子邮箱"
},
"required": {
"loginName": "此字段为必填项"
},
"errors": {
"internalError": "发生内部错误",
"couldNotGetLoginSettings": "无法获取登录设置",
"couldNotSearchUsers": "无法搜索用户",
"couldNotGetDomain": "无法获取域名",
"couldNotGetHost": "无法获取主机",
"couldNotStartIDPFlow": "无法启动身份提供者流程",
"moreThanOneUserFound": "找到多个用户。请提供唯一标识符。",
"userNotFound": "系统中未找到用户",
"couldNotCreateSession": "无法为用户创建会话",
"initialUserNotSupported": "不支持初始用户",
"localAuthenticationNotAllowed": "不允许本地身份验证!请联系您的管理员以获取更多信息。",
"passkeysNotAllowed": "不允许使用 Passkey!请联系管理员了解更多信息。",
"couldNotFindIdentityProvider": "找不到身份提供者。",
"userNotActive": "用户未激活。请联系管理员了解更多信息。"
}
},
"zitadel": {
"errors": {
"errorOccured": "发生错误",
"multipleUsersFound": "找到多个用户",
"userNotFound": "系统中未找到用户"
}
},
"password": {
"verify": {
"title": "密码",
"description": "请输入您的密码。",
"resetPassword": "重置密码",
"submit": "继续",
"labels": {
"password": "密码"
},
"required": {
"password": "此字段为必填项"
},
"errors": {
"couldNotVerifyPassword": "无法验证密码",
"couldNotResetPassword": "无法重置密码"
},
"info": {
"passwordResetSent": "密码已重置。请检查您的电子邮件"
}
},
"set": {
"title": "设置密码",
"description": "为您的账户设置密码",
"codeSent": "新代码已发送到您的电子邮件地址。",
"noCodeReceived": "没有收到验证码?",
"resend": "重发验证码",
"submit": "继续",
"labels": {
"code": "验证码",
"newPassword": "新密码",
"confirmPassword": "确认密码"
},
"required": {
"code": "此字段为必填项",
"newPassword": "必须提供密码!",
"confirmPassword": "此字段为必填项"
},
"errors": {
"couldNotSetPassword": "无法设置密码",
"couldNotResetPassword": "无法重置密码",
"couldNotVerifyPassword": "无法验证密码"
}
},
"change": {
"title": "更改密码",
"description": "为您的账户设置密码",
"submit": "继续",
"labels": {
"currentPassword": "当前密码",
"newPassword": "新密码",
"confirmPassword": "确认密码"
},
"required": {
"currentPassword": "必须提供当前密码!",
"newPassword": "必须提供新密码!",
"confirmPassword": "此字段为必填项"
},
"errors": {
"currentPasswordInvalid": "当前密码不正确。",
"couldNotChangePassword": "无法更改密码",
"couldNotVerifyPassword": "无法验证密码",
"unknownError": "未知错误"
}
},
"complexity": {
"length": "必须至少有 {minLength} 个字符。",
"hasSymbol": "必须包含一个符号。",
"hasNumber": "必须包含一个数字。",
"hasUppercase": "必须包含一个大写字母。",
"hasLowercase": "必须包含一个小写字母。",
"equals": "密码确认匹配。",
"matches": "匹配",
"doesNotMatch": "不匹配"
},
"errors": {
"noHostFound": "未找到主机",
"couldNotSendResetLink": "无法发送密码重置链接",
"couldNotCreateSessionForUser": "无法为用户创建会话",
"couldNotVerifyPassword": "无法验证密码",
"failedToAuthenticate": "身份验证失败。您已尝试输入密码 {failedAttempts} 次,共允许 {maxPasswordAttempts} 次。{lockoutMessage}",
"failedToAuthenticateNoLimit": "身份验证失败。",
"accountLockedContactAdmin": " 请联系管理员以解锁您的账户",
"userNotFound": "系统中未找到用户",
"initialUserNotSupported": "不支持初始用户",
"userInitialStateNotSupported": "不支持用户初始状态",
"codeOrVerificationRequired": "您必须提供验证码或通过有效的用户验证",
"verificationRequired": "必须完成用户验证",
"couldNotLoadSession": "无法加载会话",
"couldNotLoadAuthMethods": "无法加载验证方法",
"failedPrecondition": "前置条件失败",
"sessionNotValid": "会话无效",
"passwordVerificationMissing": "缺少密码验证。",
"passwordVerificationTooOld": "密码验证已过期。请重新通过验证。"
}
},
"idp": {
"title": "使用 SSO 登录",
"description": "选择以下提供商中的一个进行登录",
"orSignInWith": "或使用以下方式登录",
"signInWithApple": "用 Apple 登录",
"signInWithGoogle": "用 Google 登录",
"signInWithAzureAD": "用 AzureAD 登录",
"signInWithGithub": "用 GitHub 登录",
"signInWithGitlab": "用 GitLab 登录",
"loginError": {
"title": "登录失败",
"description": "登录时发生错误。"
},
"linkingError": {
"title": "账户链接失败",
"description": "链接账户时发生错误。"
},
"completeRegister": {
"title": "完成注册",
"description": "完成您的账户注册。"
},
"accountNotFound": {
"title": "未找到账户",
"description": "我们无法找到与您的身份提供商凭据关联的账户。",
"info": "未找到现有账户。请使用现有账户登录或联系您的管理员寻求帮助。",
"backToLogin": "返回登录"
},
"registrationFailed": {
"title": "注册不可用",
"description": "我们无法完成注册过程。",
"info": "无法确定注册的组织。请联系您的管理员寻求帮助。",
"backToLogin": "返回登录"
},
"processing": {
"message": "正在处理身份验证...",
"noRedirect": "未从服务器收到重定向或错误",
"unexpectedError": "发生意外错误"
},
"errors": {
"missingParameters": "缺少必需参数",
"missingIdpInfo": "缺少身份提供商信息",
"idpNotFound": "未找到身份提供商",
"linkingNotAllowed": "此身份提供商不允许关联",
"linkingFailed": "无法将身份提供商关联到账户",
"autoLinkingFailed": "无法自动关联账户",
"userCreationFailed": "无法创建用户账户",
"orgResolutionFailed": "无法确定注册的组织",
"sessionCreationFailed": "无法创建会话或确定重定向",
"unknownError": "发生未知错误"
}
},
"ldap": {
"title": "使用 LDAP 登录",
"description": "请输入您的 LDAP 凭据。",
"submit": "继续",
"labels": {
"username": "用户名",
"password": "密码"
},
"required": {
"username": "此字段为必填项",
"password": "此字段为必填项"
}
},
"mfa": {
"verify": {
"title": "验证您的身份",
"description": "选择以下的一个因素。",
"noResults": "没有可设置的第二因素。"
},
"set": {
"title": "设置双因素认证",
"description": "选择以下的一个第二因素。",
"skip": "跳过"
}
},
"otp": {
"verify": {
"title": "验证双因素",
"totpDescription": "请输入认证应用程序中的验证码。",
"smsDescription": "输入通过短信收到的验证码。",
"emailDescription": "输入通过电子邮件收到的验证码。",
"noCodeReceived": "没有收到验证码?",
"resendCode": "重发验证码",
"submit": "继续",
"labels": {
"code": "验证码"
},
"required": {
"code": "此字段为必填项"
}
},
"set": {
"title": "设置双因素认证",
"totpDescription": "使用认证应用程序扫描二维码。",
"smsDescription": "输入您的电话号码以接收短信验证码。",
"emailDescription": "输入您的电子邮箱地址以接收电子邮件验证码。",
"totpRegisterDescription": "扫描二维码或手动导航到URL。",
"submit": "继续",
"labels": {
"code": "验证码"
},
"required": {
"code": "此字段为必填项"
}
}
},
"passkey": {
"verify": {
"title": "使用密钥认证",
"description": "您的设备将请求指纹、面部识别或屏幕锁",
"usePassword": "使用密码",
"submit": "继续",
"errors": {
"couldNotRequestChallenge": "无法请求密钥挑战",
"couldNotVerifyPasskey": "无法验证密钥",
"noResponseReceived": "密钥验证失败 - 未收到响应",
"noRedirectProvided": "密钥验证完成但未提供重定向",
"couldNotRetrievePasskey": "检索密钥时发生错误",
"verificationCancelled": "密钥验证已取消",
"verificationFailed": "密钥验证期间发生错误",
"couldNotFindSession": "找不到会话",
"couldNotUpdateSession": "无法更新会话",
"userNotFound": "系统中未找到用户",
"couldNotDetermineRedirect": "密钥验证后无法确定重定向URL"
}
},
"set": {
"title": "设置密钥",
"description": "您的设备将请求指纹、面部识别或屏幕锁",
"info": {
"description": "密钥是在设备上如指纹、Apple FaceID 或类似的认证方法。",
"link": "密码密钥认证"
},
"skip": "跳过",
"submit": "继续"
}
},
"u2f": {
"verify": {
"title": "验证双因素",
"description": "使用您的设备验证帐户。"
},
"set": {
"title": "设置双因素认证",
"description": "设置设备为第二因素。",
"submit": "继续"
}
},
"register": {
"methods": {
"passkey": "密钥",
"password": "密码"
},
"disabled": {
"title": "注册已禁用",
"description": "您的设置不允许注册新用户。"
},
"missingdata": {
"title": "缺少数据",
"description": "请提供所有必需的数据。"
},
"title": "注册",
"description": "创建您的 Zitadel 账户。",
"noMethodAvailableWarning": "没有可用的认证方法。请联系您的系统管理员。",
"selectMethod": "选择您想使用的认证方法",
"agreeTo": "注册即表示您同意条款和条件",
"termsOfService": "服务条款",
"privacyPolicy": "隐私政策",
"submit": "继续",
"password": {
"title": "设置密码",
"description": "为您的账户设置密码",
"submit": "继续",
"labels": {
"password": "密码",
"confirmPassword": "确认密码"
},
"required": {
"password": "必须提供密码!",
"confirmPassword": "此字段为必填项"
}
},
"labels": {
"firstname": "名字",
"lastname": "姓氏",
"email": "电子邮箱"
},
"required": {
"firstname": "此字段为必填项",
"lastname": "此字段为必填项",
"email": "此字段为必填项"
},
"errors": {
"couldNotCreateUser": "无法创建用户",
"couldNotCreateSession": "无法创建会话",
"userNotFound": "系统中未找到用户",
"couldNotLinkIDP": "无法将 IDP 关联到用户",
"couldNotRegisterUser": "无法注册用户"
}
},
"invite": {
"title": "邀请用户",
"description": "提供您想邀请的用户的电子邮箱地址和姓名。",
"info": "用户将收到一封包含进一步说明的电子邮件。",
"notAllowed": "您的设置不允许邀请用户。",
"submit": "继续",
"success": {
"title": "用户已邀请",
"description": "邮件已成功发送。",
"verified": "用户已被邀请并已验证其电子邮件。",
"notVerifiedYet": "用户已被邀请。他们将收到一封包含进一步说明的电子邮件。",
"submit": "邀请另一位用户"
}
},
"signedin": {
"title": "欢迎 {user}",
"description": "您已登录。",
"continue": "继续",
"error": {
"title": "错误",
"description": "登录时发生错误。"
}
},
"verify": {
"userIdMissing": "未提供用户 ID",
"successTitle": "用户已验证",
"successDescription": "用户已成功验证。",
"successContinue": "继续",
"setupAuthenticator": "设置认证器",
"verify": {
"title": "验证用户",
"description": "输入验证邮件中的验证码。",
"noCodeReceived": "没有收到验证码?",
"resendCode": "重发验证码",
"codeSent": "刚刚发送了一封包含验证码的电子邮件。",
"submit": "继续",
"labels": {
"code": "验证码"
},
"required": {
"code": "此字段为必填项"
}
},
"errors": {
"couldNotResendEmail": "无法重新发送邮件",
"couldNotVerifyUser": "无法验证用户",
"couldNotVerifyInvite": "无法验证邀请",
"couldNotVerifyEmail": "无法验证邮箱",
"couldNotVerify": "无法验证",
"couldNotLoadUser": "无法加载用户",
"couldNotLoadAuthenticators": "无法加载可用的身份验证器",
"couldNotCreateSession": "无法创建会话",
"noHostFound": "未找到主机",
"userAlreadyVerified": "用户已验证!",
"couldNotResendInvite": "无法重新发送邀请",
"inviteSendFailed": "发送邀请邮件失败",
"emailSendFailed": "发送验证邮件失败",
"contextMissing": "发生错误。请重试。"
}
},
"authenticator": {
"title": "选择认证方式",
"description": "选择您想使用的认证方法",
"noMethodsAvailable": "没有可用的认证方法",
"allSetup": "您已经设置好了一个认证器!",
"linkWithIDP": "或将其与身份提供者关联"
},
"device": {
"usercode": {
"title": "设备代码",
"description": "输入代码。",
"submit": "继续",
"labels": {
"code": "验证码"
},
"required": {
"code": "此字段为必填项"
}
},
"request": {
"title": "{appName} 想要连接:",
"description": "{appName} 将访问:",
"disclaimer": "点击“允许”即表示您允许此应用程序和 Zitadel 根据其各自的服务条款和隐私政策使用您的信息。您可以随时撤销此访问权限。",
"submit": "允许",
"deny": "拒绝"
},
"scope": {
"openid": "验证您的身份。",
"email": "访问您的电子邮件地址。",
"profile": "访问您的完整个人资料信息。",
"offline_access": "允许离线访问您的账户。"
}
},
"error": {
"noUserCode": "未提供用户代码!",
"noDeviceRequest": "没有找到设备请求。",
"unknownContext": "无法获取用户的上下文。请先输入用户名或提供 loginName 作为搜索参数。",
"sessionExpired": "当前会话已过期,请重新登录。",
"failedLoading": "加载数据失败,请再试一次。",
"tryagain": "重试",
"couldNotContinueSession": "无法继续会话 - 缺少用户信息"
}
},
"tr": {
"common": {
"back": "Geri",
"title": "Zitadel ile Giriş"
},
"accounts": {
"title": "Hesaplar",
"description": "Kullanmak istediğiniz hesabı seçin.",
"addAnother": "Başka hesap ekle",
"noResults": "Hesap bulunamadı",
"verified": "doğrulandı",
"expired": "süresi doldu"
},
"logout": {
"title": "Çıkış",
"description": "Oturumu sonlandırmak için bir hesaba tıklayın",
"noResults": "Hesap bulunamadı",
"clear": "Oturumu Sonlandır",
"verifiedAt": "Son aktif: {time}",
"success": {
"title": "Çıkış başarılı",
"description": "Başarıyla çıkış yaptınız."
}
},
"loginname": {
"title": "Tekrar hoş geldiniz!",
"description": "Giriş bilgilerinizi girin.",
"register": "Yeni kullanıcı kaydet",
"submit": "Devam",
"labels": {
"loginname": "Kullanıcı adı",
"username": "Kullanıcı adı",
"usernameOrPhoneNumber": "Kullanıcı adı veya telefon numarası",
"usernameOrEmail": "Kullanıcı adı veya e-posta"
},
"required": {
"loginName": "Bu alan zorunludur"
},
"errors": {
"internalError": "Bir iç hata oluştu",
"couldNotGetLoginSettings": "Giriş ayarları alınamadı",
"couldNotSearchUsers": "Kullanıcılar aranamadı",
"couldNotGetDomain": "Alan adı alınamadı",
"couldNotGetHost": "Host alınamadı",
"couldNotStartIDPFlow": "IDP akışı başlatılamadı",
"moreThanOneUserFound": "Birden fazla kullanıcı bulundu. Benzersiz bir tanımlayıcı sağlayın.",
"userNotFound": "Kullanıcı sistemde bulunamadı",
"couldNotCreateSession": "Kullanıcı için oturum oluşturulamadı",
"initialUserNotSupported": "İlk kullanıcı desteklenmiyor",
"localAuthenticationNotAllowed": "Yerel kimlik doğrulamasına izin verilmiyor! Daha fazla bilgi için yöneticinize başvurun.",
"passkeysNotAllowed": "Passkey'ler izin verilmiyor! Daha fazla bilgi için yöneticinizle iletişime geçin.",
"couldNotFindIdentityProvider": "Kimlik sağlayıcı bulunamadı.",
"userNotActive": "Kullanıcı aktif değil. Daha fazla bilgi için yöneticinizle iletişime geçin."
}
},
"zitadel": {
"errors": {
"errorOccured": "Bir hata oluştu",
"multipleUsersFound": "Birden fazla kullanıcı bulundu",
"userNotFound": "Kullanıcı sistemde bulunamadı"
}
},
"password": {
"verify": {
"title": "Şifre",
"description": "Şifrenizi girin.",
"resetPassword": "Şifreyi Sıfırla",
"submit": "Devam",
"labels": {
"password": "Şifre"
},
"required": {
"password": "Bu alan zorunludur"
},
"errors": {
"couldNotVerifyPassword": "Şifre doğrulanamadı",
"couldNotResetPassword": "Şifre sıfırlanamadı"
},
"info": {
"passwordResetSent": "Şifre sıfırlandı. Lütfen e-postanızı kontrol edin"
}
},
"set": {
"title": "Şifre Belirle",
"description": "Hesabınız için şifre belirleyin",
"codeSent": "E-posta adresinize yeni bir kod gönderildi.",
"noCodeReceived": "Kod almadınız mı?",
"resend": "Kodu tekrar gönder",
"submit": "Devam",
"labels": {
"code": "Kod",
"newPassword": "Yeni Şifre",
"confirmPassword": "Şifreyi Onayla"
},
"required": {
"code": "Bu alan zorunludur",
"newPassword": "Bir şifre sağlamalısınız!",
"confirmPassword": "Bu alan zorunludur"
},
"errors": {
"couldNotSetPassword": "Şifre belirlenemedi",
"couldNotResetPassword": "Şifre sıfırlanamadı",
"couldNotVerifyPassword": "Şifre doğrulanamadı"
}
},
"change": {
"title": "Şifre Değiştir",
"description": "Hesabınız için şifre belirleyin",
"submit": "Devam",
"labels": {
"currentPassword": "Mevcut Şifre",
"newPassword": "Yeni Şifre",
"confirmPassword": "Şifreyi Onayla"
},
"required": {
"currentPassword": "Mevcut şifrenizi girmelisiniz!",
"newPassword": "Yeni bir şifre sağlamalısınız!",
"confirmPassword": "Bu alan zorunludur"
},
"errors": {
"currentPasswordInvalid": "Mevcut şifre yanlış.",
"couldNotChangePassword": "Şifre değiştirilemedi",
"couldNotVerifyPassword": "Şifre doğrulanamadı",
"unknownError": "Bilinmeyen hata"
}
},
"complexity": {
"length": "En az {minLength} karakter uzunluğunda olmalıdır.",
"hasSymbol": "Bir sembol içermelidir.",
"hasNumber": "Bir sayı içermelidir.",
"hasUppercase": "Bir büyük harf içermelidir.",
"hasLowercase": "Bir küçük harf içermelidir.",
"equals": "Şifre onayı eşleşti.",
"matches": "Eşleşiyor",
"doesNotMatch": "Eşleşmiyor"
},
"errors": {
"noHostFound": "Host bulunamadı",
"couldNotSendResetLink": "Şifre Sıfırlama Bağlantısı gönderilemedi",
"couldNotCreateSessionForUser": "Kullanıcı için oturum oluşturulamadı",
"couldNotVerifyPassword": "Şifre doğrulanamadı",
"failedToAuthenticate": "Kimlik doğrulama başarısız. {maxPasswordAttempts} denemeden {failedAttempts} tanesini kullandınız.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Kimlik doğrulama başarısız.",
"accountLockedContactAdmin": " Hesabınızın kilidini açmak için yöneticinizle iletişime geçin",
"userNotFound": "Kullanıcı sistemde bulunamadı",
"initialUserNotSupported": "İlk kullanıcı desteklenmiyor",
"userInitialStateNotSupported": "Kullanıcı İlk Durumu desteklenmiyor",
"codeOrVerificationRequired": "Bir kod sağlamalı veya geçerli bir Kullanıcı Doğrulama Kontrolüne sahip olmalısınız",
"verificationRequired": "Kullanıcı Doğrulama Kontrolü yapılmalıdır",
"couldNotLoadSession": "Oturum yüklenemedi",
"couldNotLoadAuthMethods": "Kimlik doğrulama yöntemleri yüklenemedi",
"failedPrecondition": "Ön koşul başarısız",
"sessionNotValid": "Oturum geçerli değil",
"passwordVerificationMissing": "Şifre doğrulaması eksik.",
"passwordVerificationTooOld": "Şifre doğrulaması çok eski. Lütfen şifrenizi tekrar doğrulayın."
}
},
"idp": {
"title": "SSO ile Giriş",
"description": "Giriş yapmak için aşağıdaki sağlayıcılardan birini seçin",
"orSignInWith": "veya şununla giriş yapın",
"signInWithApple": "Apple ile Giriş",
"signInWithGoogle": "Google ile Giriş",
"signInWithAzureAD": "AzureAD ile Giriş",
"signInWithGithub": "GitHub ile Giriş",
"signInWithGitlab": "GitLab ile Giriş",
"loginError": {
"title": "Giriş başarısız",
"description": "Giriş yapılmaya çalışılırken bir hata oluştu."
},
"linkingError": {
"title": "Hesap bağlama başarısız",
"description": "Hesabınız bağlanmaya çalışılırken bir hata oluştu."
},
"completeRegister": {
"title": "Bilgilerinizi tamamlayın",
"description": "E-posta adresinizi ve adınızı sağlayarak kaydınızı tamamlamalısınız."
},
"accountNotFound": {
"title": "Hesap Bulunamadı",
"description": "Kimlik sağlayıcı bilgilerinizle ilişkili bir hesap bulamadık.",
"info": "Mevcut bir hesap bulunamadı. Lütfen mevcut bir hesapla giriş yapın veya yardım için yöneticinizle iletişime geçin.",
"backToLogin": "Girişe Dön"
},
"registrationFailed": {
"title": "Kayıt Kullanılamıyor",
"description": "Kayıt işlemini tamamlayamadık.",
"info": "Kayıt için organizasyon belirlenemedi. Lütfen yardım için yöneticinizle iletişime geçin.",
"backToLogin": "Girişe Dön"
},
"processing": {
"message": "Kimlik doğrulama işleniyor...",
"noRedirect": "Sunucudan yönlendirme veya hata dönmedi",
"unexpectedError": "Beklenmeyen bir hata oluştu"
},
"errors": {
"missingParameters": "Eksik gerekli parametreler",
"missingIdpInfo": "IDP bilgisi eksik",
"idpNotFound": "Kimlik sağlayıcı bulunamadı",
"linkingNotAllowed": "Bu kimlik sağlayıcı için bağlantıya izin verilmiyor",
"linkingFailed": "Kimlik sağlayıcı hesaba bağlanamadı",
"autoLinkingFailed": "Hesap otomatik olarak bağlanamadı",
"userCreationFailed": "Kullanıcı hesabı oluşturulamadı",
"orgResolutionFailed": "Kayıt için organizasyon belirlenemedi",
"sessionCreationFailed": "Oturum oluşturulamadı veya yönlendirme belirlenemedi",
"unknownError": "Bilinmeyen bir hata oluştu"
}
},
"ldap": {
"title": "LDAP Girişi",
"description": "LDAP bilgilerinizi girin.",
"submit": "Devam",
"labels": {
"username": "Kullanıcı adı",
"password": "Şifre"
},
"required": {
"username": "Bu alan zorunludur",
"password": "Bu alan zorunludur"
}
},
"mfa": {
"verify": {
"title": "Kimliğinizi doğrulayın",
"description": "Aşağıdaki faktörlerden birini seçin.",
"noResults": "Kurulum için ikinci faktör mevcut değil."
},
"set": {
"title": "2 Faktörlü Doğrulama Kur",
"description": "Aşağıdaki ikinci faktörlerden birini seçin.",
"skip": "Atla"
}
},
"otp": {
"verify": {
"title": "2 Faktörlü Doğrulama",
"totpDescription": "Kimlik doğrulama uygulamanızdaki kodu girin.",
"smsDescription": "SMS ile aldığınız kodu girin.",
"emailDescription": "E-posta ile aldığınız kodu girin.",
"noCodeReceived": "Kod almadınız mı?",
"resendCode": "Kodu tekrar gönder",
"submit": "Devam",
"labels": {
"code": "Kod"
},
"required": {
"code": "Bu alan zorunludur"
}
},
"set": {
"title": "2 Faktörlü Doğrulama Kur",
"totpDescription": "QR kodunu kimlik doğrulama uygulamanızla tarayın.",
"smsDescription": "SMS ile kod almak için telefon numaranızı girin.",
"emailDescription": "E-posta ile kod almak için e-posta adresinizi girin.",
"totpRegisterDescription": "QR Kodunu tarayın veya URL'ye manuel olarak gidin.",
"submit": "Devam",
"labels": {
"code": "Kod"
},
"required": {
"code": "Bu alan zorunludur"
}
}
},
"passkey": {
"verify": {
"title": "Passkey ile kimlik doğrulama",
"description": "Cihazınız parmak izinizi, yüzünüzü veya ekran kilidinizi isteyecektir",
"usePassword": "Şifre kullan",
"submit": "Devam",
"errors": {
"couldNotRequestChallenge": "Passkey meydan okuması istenemedi",
"couldNotVerifyPasskey": "Passkey doğrulanamadı",
"noResponseReceived": "Passkey doğrulaması başarısız - yanıt alınamadı",
"noRedirectProvided": "Passkey doğrulaması tamamlandı ancak yönlendirme sağlanmadı",
"couldNotRetrievePasskey": "Passkey alınırken bir hata oluştu",
"verificationCancelled": "Passkey doğrulaması iptal edildi",
"verificationFailed": "Passkey doğrulaması sırasında bir hata oluştu",
"couldNotFindSession": "Oturum bulunamadı",
"couldNotUpdateSession": "Oturum güncellenemedi",
"userNotFound": "Kullanıcı sistemde bulunamadı",
"couldNotDetermineRedirect": "Passkey doğrulamasından sonra yönlendirme URL'si belirlenemedi"
}
},
"set": {
"title": "Passkey kur",
"description": "Cihazınız parmak izinizi, yüzünüzü veya ekran kilidinizi isteyecektir",
"info": {
"description": "Passkey, parmak izi, Apple FaceID veya benzeri gibi bir cihazdaki kimlik doğrulama yöntemidir. ",
"link": "Passkey ile Kimlik Doğrulama"
},
"skip": "Atla",
"submit": "Devam"
}
},
"u2f": {
"verify": {
"title": "2 Faktörlü Doğrulama",
"description": "Hesabınızı cihazınızla doğrulayın."
},
"set": {
"title": "2 Faktörlü Doğrulama Kur",
"description": "İkinci faktör olarak bir cihaz kurun.",
"submit": "Devam"
}
},
"register": {
"methods": {
"passkey": "Passkey",
"password": "Şifre"
},
"disabled": {
"title": "Kayıt devre dışı",
"description": "Kayıt devre dışı. Lütfen yöneticinizle iletişime geçin."
},
"missingdata": {
"title": "Eksik veri",
"description": "Kayıt olmak için e-posta, ad ve soyadı sağlayın."
},
"title": "Kayıt",
"description": "Zitadel hesabınızı oluşturun.",
"noMethodAvailableWarning": "Kullanılabilir kimlik doğrulama yöntemi yok. Lütfen yöneticinizle iletişime geçin.",
"selectMethod": "Kimlik doğrulaması yapmak istediğiniz yöntemi seçin",
"agreeTo": "Kayıt olmak için şartları ve koşulları kabul etmelisiniz",
"termsOfService": "Hizmet Şartları",
"privacyPolicy": "Gizlilik Politikası",
"submit": "Devam",
"password": {
"title": "Şifre Belirle",
"description": "Hesabınız için şifre belirleyin",
"submit": "Devam",
"labels": {
"password": "Şifre",
"confirmPassword": "Şifreyi Onayla"
},
"required": {
"password": "Bir şifre sağlamalısınız!",
"confirmPassword": "Bu alan zorunludur"
}
},
"labels": {
"firstname": "Ad",
"lastname": "Soyad",
"email": "E-posta"
},
"required": {
"firstname": "Bu alan zorunludur",
"lastname": "Bu alan zorunludur",
"email": "Bu alan zorunludur"
},
"errors": {
"couldNotCreateUser": "Kullanıcı oluşturulamadı",
"couldNotCreateSession": "Oturum oluşturulamadı",
"userNotFound": "Kullanıcı sistemde bulunamadı",
"couldNotLinkIDP": "IDP kullanıcıya bağlanamadı",
"couldNotRegisterUser": "Kullanıcı kayıt edilemedi"
}
},
"invite": {
"title": "Kullanıcı Davet Et",
"description": "Davet etmek istediğiniz kullanıcının e-posta adresini ve adını sağlayın.",
"info": "Kullanıcı, daha fazla talimat içeren bir e-posta alacaktır.",
"notAllowed": "Ayarlarınız kullanıcı davet etmenize izin vermiyor.",
"submit": "Devam",
"success": {
"title": "Kullanıcı davet edildi",
"description": "E-posta başarıyla gönderildi.",
"verified": "Kullanıcı davet edildi ve e-postasını zaten doğruladı.",
"notVerifiedYet": "Kullanıcı davet edildi. Daha fazla talimat içeren bir e-posta alacaktır.",
"submit": "Başka kullanıcı davet et"
}
},
"signedin": {
"title": "Hoş geldin {user}!",
"description": "Giriş yaptınız.",
"continue": "Devam",
"error": {
"title": "Hata",
"description": "Giriş yapılmaya çalışılırken bir hata oluştu."
}
},
"verify": {
"userIdMissing": "userId sağlanmadı!",
"successTitle": "Kullanıcı doğrulandı",
"successDescription": "Kullanıcı başarıyla doğrulandı.",
"successContinue": "Devam",
"setupAuthenticator": "Kimlik doğrulayıcı kur",
"verify": {
"title": "Kullanıcıyı doğrula",
"description": "Doğrulama e-postasında sağlanan Kodu girin.",
"noCodeReceived": "Kod almadınız mı?",
"resendCode": "Kodu tekrar gönder",
"codeSent": "E-posta adresinize bir kod gönderildi.",
"submit": "Devam",
"labels": {
"code": "Kod"
},
"required": {
"code": "Bu alan zorunludur"
}
},
"errors": {
"couldNotResendEmail": "E-posta yeniden gönderilemedi",
"couldNotVerifyUser": "Kullanıcı doğrulanamadı",
"couldNotVerifyInvite": "Davet doğrulanamadı",
"couldNotVerifyEmail": "E-posta doğrulanamadı",
"couldNotVerify": "Doğrulanamadı",
"couldNotLoadUser": "Kullanıcı yüklenemedi",
"couldNotLoadAuthenticators": "Olası kimlik doğrulayıcılar yüklenemedi",
"couldNotCreateSession": "Oturum oluşturulamadı",
"noHostFound": "Host bulunamadı",
"userAlreadyVerified": "Kullanıcı zaten doğrulanmış!",
"couldNotResendInvite": "Davet yeniden gönderilemedi",
"inviteSendFailed": "Davet e-postası gönderilemedi",
"emailSendFailed": "Doğrulama e-postası gönderilemedi",
"contextMissing": "Bir hata oluştu. Lütfen tekrar deneyin."
}
},
"authenticator": {
"title": "Kimlik doğrulama yöntemi seçin",
"description": "Kimlik doğrulaması yapmak istediğiniz yöntemi seçin",
"noMethodsAvailable": "Kullanılabilir kimlik doğrulama yöntemi yok",
"allSetup": "Zaten bir kimlik doğrulayıcı kurdunuz!",
"linkWithIDP": "veya bir Kimlik Sağlayıcı ile bağlantı kurun"
},
"device": {
"usercode": {
"title": "Cihaz kodu",
"description": "Uygulamanızda veya cihazınızda görüntülenen kodu girin.",
"submit": "Devam",
"labels": {
"code": "Kod"
},
"required": {
"code": "Bu alan zorunludur"
}
},
"request": {
"title": "{appName} bağlanmak istiyor",
"description": "{appName} şunlara erişim sahibi olacak:",
"disclaimer": "İzin Ver'e tıklayarak, {appName} ve Zitadel'in bilgilerinizi kendi hizmet şartları ve gizlilik politikalarına uygun olarak kullanmasına izin vermiş olursunuz. Bu erişimi istediğiniz zaman iptal edebilirsiniz.",
"submit": "İzin Ver",
"deny": "Reddet"
},
"scope": {
"openid": "Kimliğinizi doğrulayın.",
"email": "E-posta adresinizi görüntüleyin.",
"profile": "Tam profil bilgilerinizi görüntüleyin.",
"offline_access": "Hesabınıza çevrimdışı erişime izin verin."
}
},
"error": {
"noUserCode": "Kullanıcı kodu sağlanmadı!",
"noDeviceRequest": "Cihaz isteği bulunamadı.",
"unknownContext": "Kullanıcının bağlamı alınamadı. Önce kullanıcı adını girdiğinizden emin olun veya searchParam olarak bir loginName sağlayın.",
"sessionExpired": "Mevcut oturumunuzun süresi doldu. Lütfen tekrar giriş yapın.",
"failedLoading": "Veri yüklenemedi. Lütfen tekrar deneyin.",
"tryagain": "Tekrar Dene",
"couldNotContinueSession": "Oturuma devam edilemedi - kullanıcı bilgileri eksik"
}
},
"uk": {
"common": {
"back": "Назад",
"title": "Вхід через Zitadel"
},
"accounts": {
"title": "Облікові записи",
"description": "Виберіть обліковий запис, який хочете використовувати.",
"addAnother": "Додати інший обліковий запис",
"noResults": "Облікові записи не знайдено",
"verified": "підтверджено",
"expired": "закінчився"
},
"logout": {
"title": "Вихід",
"description": "Натисніть на обліковий запис, щоб завершити сеанс",
"noResults": "Облікові записи не знайдено",
"clear": "Завершити сеанс",
"verifiedAt": "Остання активність: {time}",
"success": {
"title": "Вихід успішний",
"description": "Ви успішно вийшли з системи."
}
},
"loginname": {
"title": "З поверненням!",
"description": "Введіть свої дані для входу.",
"register": "Зареєструвати нового користувача",
"submit": "Продовжити",
"labels": {
"loginname": "Ім'я для входу",
"username": "Ім'я користувача",
"usernameOrPhoneNumber": "Ім'я користувача або номер телефону",
"usernameOrEmail": "Ім'я користувача або електронна пошта"
},
"required": {
"loginName": "Це поле обов'язкове"
},
"errors": {
"internalError": "Сталася внутрішня помилка",
"couldNotGetLoginSettings": "Не вдалося отримати налаштування входу",
"couldNotSearchUsers": "Не вдалося знайти користувачів",
"couldNotGetDomain": "Не вдалося отримати домен",
"couldNotGetHost": "Не вдалося отримати хост",
"couldNotStartIDPFlow": "Не вдалося запустити потік IDP",
"moreThanOneUserFound": "Знайдено більше одного користувача. Вкажіть унікальний ідентифікатор.",
"userNotFound": "Користувача не знайдено в системі",
"couldNotCreateSession": "Не вдалося створити сеанс для користувача",
"initialUserNotSupported": "Початковий користувач не підтримується",
"localAuthenticationNotAllowed": "Локальна аутентифікація заборонена! Зверніться до адміністратора за додатковою інформацією.",
"passkeysNotAllowed": "Ключі доступу не дозволені! Зверніться до адміністратора для отримання додаткової інформації.",
"couldNotFindIdentityProvider": "Не вдалося знайти постачальника ідентичності.",
"userNotActive": "Користувач неактивний. Зверніться до адміністратора для отримання додаткової інформації."
}
},
"zitadel": {
"errors": {
"errorOccured": "Сталася помилка",
"multipleUsersFound": "Знайдено кількох користувачів",
"userNotFound": "Користувача не знайдено в системі"
}
},
"password": {
"verify": {
"title": "Пароль",
"description": "Введіть свій пароль.",
"resetPassword": "Скинути пароль",
"submit": "Продовжити",
"labels": {
"password": "Пароль"
},
"required": {
"password": "Це поле обов'язкове"
},
"errors": {
"couldNotVerifyPassword": "Не вдалося перевірити пароль",
"couldNotResetPassword": "Не вдалося скинути пароль"
},
"info": {
"passwordResetSent": "Пароль було скинуто. Будь ласка, перевірте свою електронну пошту"
}
},
"set": {
"title": "Встановити пароль",
"description": "Встановіть пароль для свого облікового запису",
"codeSent": "Новий код надіслано на вашу електронну адресу.",
"noCodeReceived": "Не отримали код?",
"resend": "Надіслати код повторно",
"submit": "Продовжити",
"labels": {
"code": "Код",
"newPassword": "Новий пароль",
"confirmPassword": "Підтвердити пароль"
},
"required": {
"code": "Це поле обов'язкове",
"newPassword": "Ви повинні вказати пароль!",
"confirmPassword": "Це поле обов'язкове"
},
"errors": {
"couldNotSetPassword": "Не вдалося встановити пароль",
"couldNotResetPassword": "Не вдалося скинути пароль",
"couldNotVerifyPassword": "Не вдалося перевірити пароль"
}
},
"change": {
"title": "Змінити пароль",
"description": "Встановіть пароль для свого облікового запису",
"submit": "Продовжити",
"labels": {
"currentPassword": "Поточний пароль",
"newPassword": "Новий пароль",
"confirmPassword": "Підтвердити пароль"
},
"required": {
"currentPassword": "Ви повинні вказати поточний пароль!",
"newPassword": "Ви повинні вказати новий пароль!",
"confirmPassword": "Це поле обов'язкове"
},
"errors": {
"currentPasswordInvalid": "Поточний пароль невірний.",
"couldNotChangePassword": "Не вдалося змінити пароль",
"couldNotVerifyPassword": "Не вдалося перевірити пароль",
"unknownError": "Невідома помилка"
}
},
"complexity": {
"length": "Повинен містити щонайменше {minLength} символів.",
"hasSymbol": "Повинен містити символ.",
"hasNumber": "Повинен містити цифру.",
"hasUppercase": "Повинен містити велику літеру.",
"hasLowercase": "Повинен містити малу літеру.",
"equals": "Підтвердження пароля збігається.",
"matches": "Збігається",
"doesNotMatch": "Не збігається"
},
"errors": {
"noHostFound": "Хост не знайдено",
"couldNotSendResetLink": "Не вдалося надіслати посилання для скидання пароля",
"couldNotCreateSessionForUser": "Не вдалося створити сеанс для користувача",
"couldNotVerifyPassword": "Не вдалося перевірити пароль",
"failedToAuthenticate": "Не вдалося автентифікуватися. Ви використали {failedAttempts} з {maxPasswordAttempts} спроб введення пароля.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Не вдалося автентифікуватися.",
"accountLockedContactAdmin": " Зверніться до адміністратора, щоб розблокувати свій обліковий запис",
"userNotFound": "Користувача не знайдено в системі",
"initialUserNotSupported": "Початковий користувач не підтримується",
"userInitialStateNotSupported": "Початковий стан користувача не підтримується",
"codeOrVerificationRequired": "Ви повинні надати код або мати дійсну перевірку користувача",
"verificationRequired": "Необхідно виконати перевірку користувача",
"couldNotLoadSession": "Не вдалося завантажити сеанс",
"couldNotLoadAuthMethods": "Не вдалося завантажити методи автентифікації",
"failedPrecondition": "Не виконано передумову",
"sessionNotValid": "Сеанс недійсний",
"passwordVerificationMissing": "Відсутня перевірка пароля.",
"passwordVerificationTooOld": "Перевірка пароля застаріла. Будь ласка, перевірте пароль ще раз."
}
},
"idp": {
"title": "Увійти через SSO",
"description": "Виберіть одного з наступних постачальників для входу",
"orSignInWith": "або увійти через",
"signInWithApple": "Увійти через Apple",
"signInWithGoogle": "Увійти через Google",
"signInWithAzureAD": "Увійти через AzureAD",
"signInWithGithub": "Увійти через GitHub",
"signInWithGitlab": "Увійти через GitLab",
"loginError": {
"title": "Помилка входу",
"description": "Сталася помилка під час спроби входу."
},
"linkingError": {
"title": "Помилка прив'язки облікового запису",
"description": "Сталася помилка під час спроби прив'язати ваш обліковий запис."
},
"completeRegister": {
"title": "Заповніть свої дані",
"description": "Вам потрібно завершити реєстрацію, вказавши свою електронну адресу та ім'я."
},
"accountNotFound": {
"title": "Обліковий запис не знайдено",
"description": "Ми не змогли знайти обліковий запис, пов'язаний з вашими обліковими даними постачальника ідентичності.",
"info": "Існуючий обліковий запис не знайдено. Будь ласка, увійдіть за допомогою існуючого облікового запису або зверніться до адміністратора за допомогою.",
"backToLogin": "Повернутися до входу"
},
"registrationFailed": {
"title": "Реєстрація недоступна",
"description": "Ми не змогли завершити процес реєстрації.",
"info": "Не вдалося визначити організацію для реєстрації. Будь ласка, зверніться до адміністратора за допомогою.",
"backToLogin": "Повернутися до входу"
},
"processing": {
"message": "Обробка автентифікації...",
"noRedirect": "Сервер не повернув перенаправлення або помилку",
"unexpectedError": "Сталася неочікувана помилка"
},
"errors": {
"missingParameters": "Відсутні обов'язкові параметри",
"missingIdpInfo": "Відсутня інформація IDP",
"idpNotFound": "Постачальника ідентичності не знайдено",
"linkingNotAllowed": "Прив'язка не дозволена для цього постачальника ідентичності",
"linkingFailed": "Не вдалося прив'язати постачальника ідентичності до облікового запису",
"autoLinkingFailed": "Не вдалося автоматично прив'язати обліковий запис",
"userCreationFailed": "Не вдалося створити обліковий запис користувача",
"orgResolutionFailed": "Не вдалося визначити організацію для реєстрації",
"sessionCreationFailed": "Не вдалося створити сеанс або визначити перенаправлення",
"unknownError": "Сталася невідома помилка"
}
},
"ldap": {
"title": "Вхід LDAP",
"description": "Введіть свої облікові дані LDAP.",
"submit": "Продовжити",
"labels": {
"username": "Ім'я користувача",
"password": "Пароль"
},
"required": {
"username": "Це поле обов'язкове",
"password": "Це поле обов'язкове"
}
},
"mfa": {
"verify": {
"title": "Підтвердіть свою особу",
"description": "Виберіть один з наступних факторів.",
"noResults": "Немає доступних других факторів для налаштування."
},
"set": {
"title": "Налаштувати 2-факторну автентифікацію",
"description": "Виберіть один з наступних других факторів.",
"skip": "Пропустити"
}
},
"otp": {
"verify": {
"title": "Перевірити 2-факторну автентифікацію",
"totpDescription": "Введіть код з вашого додатку автентифікації.",
"smsDescription": "Введіть код, отриманий через SMS.",
"emailDescription": "Введіть код, отриманий на електронну пошту.",
"noCodeReceived": "Не отримали код?",
"resendCode": "Надіслати код повторно",
"submit": "Продовжити",
"labels": {
"code": "Код"
},
"required": {
"code": "Це поле обов'язкове"
}
},
"set": {
"title": "Налаштувати 2-факторну автентифікацію",
"totpDescription": "Відскануйте QR-код вашим додатком автентифікації.",
"smsDescription": "Введіть номер телефону для отримання коду через SMS.",
"emailDescription": "Введіть електронну адресу для отримання коду на пошту.",
"totpRegisterDescription": "Відскануйте QR-код або перейдіть за URL вручну.",
"submit": "Продовжити",
"labels": {
"code": "Код"
},
"required": {
"code": "Це поле обов'язкове"
}
}
},
"passkey": {
"verify": {
"title": "Автентифікація за допомогою ключа доступу",
"description": "Ваш пристрій запитає відбиток пальця, обличчя або блокування екрана",
"usePassword": "Використати пароль",
"submit": "Продовжити",
"errors": {
"couldNotRequestChallenge": "Не вдалося запросити виклик ключа доступу",
"couldNotVerifyPasskey": "Не вдалося перевірити ключ доступу",
"noResponseReceived": "Перевірка ключа доступу не вдалася - відповідь не отримано",
"noRedirectProvided": "Перевірка ключа доступу завершена, але перенаправлення не надано",
"couldNotRetrievePasskey": "Сталася помилка під час отримання ключа доступу",
"verificationCancelled": "Перевірку ключа доступу скасовано",
"verificationFailed": "Сталася помилка під час перевірки ключа доступу",
"couldNotFindSession": "Не вдалося знайти сеанс",
"couldNotUpdateSession": "Не вдалося оновити сеанс",
"userNotFound": "Користувача не знайдено в системі",
"couldNotDetermineRedirect": "Не вдалося визначити URL перенаправлення після перевірки ключа доступу"
}
},
"set": {
"title": "Налаштувати ключ доступу",
"description": "Ваш пристрій запитає відбиток пальця, обличчя або блокування екрана",
"info": {
"description": "Ключ доступу - це метод автентифікації на пристрої, такий як відбиток пальця, Apple FaceID або подібний. ",
"link": "Автентифікація за допомогою ключа доступу"
},
"skip": "Пропустити",
"submit": "Продовжити"
}
},
"u2f": {
"verify": {
"title": "Перевірити 2-факторну автентифікацію",
"description": "Підтвердіть свій обліковий запис за допомогою пристрою."
},
"set": {
"title": "Налаштувати 2-факторну автентифікацію",
"description": "Налаштуйте пристрій як другий фактор.",
"submit": "Продовжити"
}
},
"register": {
"methods": {
"passkey": "Ключ доступу",
"password": "Пароль"
},
"disabled": {
"title": "Реєстрацію вимкнено",
"description": "Реєстрацію вимкнено. Будь ласка, зверніться до адміністратора."
},
"missingdata": {
"title": "Відсутні дані",
"description": "Вкажіть електронну пошту, ім'я та прізвище для реєстрації."
},
"title": "Реєстрація",
"description": "Створіть свій обліковий запис Zitadel.",
"noMethodAvailableWarning": "Немає доступного методу автентифікації. Будь ласка, зверніться до адміністратора.",
"selectMethod": "Виберіть метод автентифікації",
"agreeTo": "Для реєстрації ви повинні погодитися з умовами та положеннями",
"termsOfService": "Умови надання послуг",
"privacyPolicy": "Політика конфіденційності",
"submit": "Продовжити",
"password": {
"title": "Встановити пароль",
"description": "Встановіть пароль для свого облікового запису",
"submit": "Продовжити",
"labels": {
"password": "Пароль",
"confirmPassword": "Підтвердити пароль"
},
"required": {
"password": "Ви повинні вказати пароль!",
"confirmPassword": "Це поле обов'язкове"
}
},
"labels": {
"firstname": "Ім'я",
"lastname": "Прізвище",
"email": "Електронна пошта"
},
"required": {
"firstname": "Це поле обов'язкове",
"lastname": "Це поле обов'язкове",
"email": "Це поле обов'язкове"
},
"errors": {
"couldNotCreateUser": "Не вдалося створити користувача",
"couldNotCreateSession": "Не вдалося створити сеанс",
"userNotFound": "Користувача не знайдено в системі",
"couldNotLinkIDP": "Не вдалося прив'язати IDP до користувача",
"couldNotRegisterUser": "Не вдалося зареєструвати користувача"
}
},
"invite": {
"title": "Запросити користувача",
"description": "Вкажіть електронну адресу та ім'я користувача, якого хочете запросити.",
"info": "Користувач отримає електронний лист з подальшими інструкціями.",
"notAllowed": "Ваші налаштування не дозволяють запрошувати користувачів.",
"submit": "Продовжити",
"success": {
"title": "Користувача запрошено",
"description": "Електронний лист успішно надіслано.",
"verified": "Користувача запрошено, і він вже підтвердив свою електронну пошту.",
"notVerifiedYet": "Користувача запрошено. Він отримає електронний лист з подальшими інструкціями.",
"submit": "Запросити іншого користувача"
}
},
"signedin": {
"title": "Ласкаво просимо, {user}!",
"description": "Ви увійшли в систему.",
"continue": "Продовжити",
"error": {
"title": "Помилка",
"description": "Сталася помилка під час спроби входу."
}
},
"verify": {
"userIdMissing": "userId не надано!",
"successTitle": "Користувача підтверджено",
"successDescription": "Користувача успішно підтверджено.",
"successContinue": "Продовжити",
"setupAuthenticator": "Налаштувати автентифікатор",
"verify": {
"title": "Підтвердити користувача",
"description": "Введіть код, наданий у листі підтвердження.",
"noCodeReceived": "Не отримали код?",
"resendCode": "Надіслати код повторно",
"codeSent": "Код щойно надіслано на вашу електронну адресу.",
"submit": "Продовжити",
"labels": {
"code": "Код"
},
"required": {
"code": "Це поле обов'язкове"
}
},
"errors": {
"couldNotResendEmail": "Не вдалося повторно надіслати електронний лист",
"couldNotVerifyUser": "Не вдалося підтвердити користувача",
"couldNotVerifyInvite": "Не вдалося підтвердити запрошення",
"couldNotVerifyEmail": "Не вдалося підтвердити електронну пошту",
"couldNotVerify": "Не вдалося підтвердити",
"couldNotLoadUser": "Не вдалося завантажити користувача",
"couldNotLoadAuthenticators": "Не вдалося завантажити можливі автентифікатори",
"couldNotCreateSession": "Не вдалося створити сеанс",
"noHostFound": "Хост не знайдено",
"userAlreadyVerified": "Користувача вже підтверджено!",
"couldNotResendInvite": "Не вдалося повторно надіслати запрошення",
"inviteSendFailed": "Не вдалося надіслати лист-запрошення",
"emailSendFailed": "Не вдалося надіслати лист підтвердження",
"contextMissing": "Сталася помилка. Будь ласка, спробуйте ще раз."
}
},
"authenticator": {
"title": "Виберіть метод автентифікації",
"description": "Виберіть метод автентифікації",
"noMethodsAvailable": "Немає доступних методів автентифікації",
"allSetup": "Ви вже налаштували автентифікатор!",
"linkWithIDP": "або прив'яжіть до постачальника ідентичності"
},
"device": {
"usercode": {
"title": "Код пристрою",
"description": "Введіть код, показаний у вашому додатку або на пристрої.",
"submit": "Продовжити",
"labels": {
"code": "Код"
},
"required": {
"code": "Це поле обов'язкове"
}
},
"request": {
"title": "{appName} хоче підключитися",
"description": "{appName} матиме доступ до:",
"disclaimer": "Натискаючи Дозволити, ви дозволяєте {appName} та Zitadel використовувати вашу інформацію відповідно до їхніх умов надання послуг та політик конфіденційності. Ви можете скасувати цей доступ у будь-який час.",
"submit": "Дозволити",
"deny": "Відхилити"
},
"scope": {
"openid": "Підтвердити вашу особу.",
"email": "Переглянути вашу електронну адресу.",
"profile": "Переглянути повну інформацію вашого профілю.",
"offline_access": "Дозволити офлайн-доступ до вашого облікового запису."
}
},
"error": {
"noUserCode": "Код користувача не надано!",
"noDeviceRequest": "Запит пристрою не знайдено.",
"unknownContext": "Не вдалося отримати контекст користувача. Переконайтеся, що спочатку ввели ім'я користувача або вкажіть loginName як параметр пошуку.",
"sessionExpired": "Ваш поточний сеанс закінчився. Будь ласка, увійдіть знову.",
"failedLoading": "Не вдалося завантажити дані. Будь ласка, спробуйте ще раз.",
"tryagain": "Спробувати ще раз",
"couldNotContinueSession": "Не вдалося продовжити сеанс - відсутня інформація про користувача"
}
},
"ar": {
"common": {
"back": "رجوع",
"title": "تسجيل الدخول باستخدام Zitadel"
},
"accounts": {
"title": "الحسابات",
"description": "حدد الحساب الذي تريد استخدامه.",
"addAnother": "إضافة حساب آخر",
"noResults": "لم يتم العثور على حسابات",
"verified": "تم التحقق",
"expired": "منتهي الصلاحية"
},
"logout": {
"title": "تسجيل الخروج",
"description": "انقر فوق حساب لإنهاء الجلسة",
"noResults": "لم يتم العثور على حسابات",
"clear": "إنهاء الجلسة",
"verifiedAt": "آخر نشاط: {time}",
"success": {
"title": "تم تسجيل الخروج بنجاح",
"description": "لقد قمت بتسجيل الخروج بنجاح."
}
},
"loginname": {
"title": "مرحباً بعودتك!",
"description": "أدخل بيانات الدخول الخاصة بك.",
"register": "تسجيل مستخدم جديد",
"submit": "متابعة",
"labels": {
"loginname": "اسم الدخول",
"username": "اسم المستخدم",
"usernameOrPhoneNumber": "اسم المستخدم أو رقم الهاتف",
"usernameOrEmail": "اسم المستخدم أو البريد الإلكتروني"
},
"required": {
"loginName": "هذا الحقل مطلوب"
},
"errors": {
"internalError": "حدث خطأ داخلي",
"couldNotGetLoginSettings": "تعذر الحصول على إعدادات تسجيل الدخول",
"couldNotSearchUsers": "تعذر البحث عن المستخدمين",
"couldNotGetDomain": "تعذر الحصول على النطاق",
"couldNotGetHost": "تعذر الحصول على المضيف",
"couldNotStartIDPFlow": "تعذر بدء تدفق مزود الهوية (IDP)",
"moreThanOneUserFound": "تم العثور على أكثر من مستخدم. يرجى تقديم معرف فريد.",
"userNotFound": "المستخدم غير موجود في النظام",
"couldNotCreateSession": "تعذر إنشاء جلسة للمستخدم",
"initialUserNotSupported": "المستخدم الأولي غير مدعوم",
"localAuthenticationNotAllowed": "المصادقة المحلية غير مسموح بها! اتصل بالمسؤول لمزيد من المعلومات.",
"passkeysNotAllowed": "مفاتيح المرور غير مسموح بها! اتصل بالمسؤول لمزيد من المعلومات.",
"couldNotFindIdentityProvider": "تعذر العثور على مزود الهوية.",
"userNotActive": "المستخدم غير نشط. اتصل بالمسؤول لمزيد من المعلومات."
}
},
"zitadel": {
"errors": {
"errorOccured": "حدث خطأ",
"multipleUsersFound": "تم العثور على مستخدمين متعددين",
"userNotFound": "المستخدم غير موجود في النظام"
}
},
"password": {
"verify": {
"title": "كلمة المرور",
"description": "أدخل كلمة المرور الخاصة بك.",
"resetPassword": "إعادة تعيين كلمة المرور",
"submit": "متابعة",
"labels": {
"password": "كلمة المرور"
},
"required": {
"password": "هذا الحقل مطلوب"
},
"errors": {
"couldNotVerifyPassword": "تعذر التحقق من كلمة المرور",
"couldNotResetPassword": "تعذر إعادة تعيين كلمة المرور"
},
"info": {
"passwordResetSent": "تمت إعادة تعيين كلمة المرور. يرجى التحقق من بريدك الإلكتروني"
}
},
"set": {
"title": "تعيين كلمة المرور",
"description": "تعيين كلمة المرور لحسابك",
"codeSent": "تم إرسال رمز جديد إلى عنوان بريدك الإلكتروني.",
"noCodeReceived": "لم تستلم رمزاً؟",
"resend": "إعادة إرسال الرمز",
"submit": "متابعة",
"labels": {
"code": "الرمز",
"newPassword": "كلمة المرور الجديدة",
"confirmPassword": "تأكيد كلمة المرور"
},
"required": {
"code": "هذا الحقل مطلوب",
"newPassword": "عليك تقديم كلمة مرور!",
"confirmPassword": "هذا الحقل مطلوب"
},
"errors": {
"couldNotSetPassword": "تعذر تعيين كلمة المرور",
"couldNotResetPassword": "تعذر إعادة تعيين كلمة المرور",
"couldNotVerifyPassword": "تعذر التحقق من كلمة المرور"
}
},
"change": {
"title": "تغيير كلمة المرور",
"description": "تعيين كلمة المرور لحسابك",
"submit": "متابعة",
"labels": {
"currentPassword": "كلمة المرور الحالية",
"newPassword": "كلمة المرور الجديدة",
"confirmPassword": "تأكيد كلمة المرور"
},
"required": {
"currentPassword": "عليك تقديم كلمة المرور الحالية!",
"newPassword": "عليك تقديم كلمة مرور جديدة!",
"confirmPassword": "هذا الحقل مطلوب"
},
"errors": {
"currentPasswordInvalid": "كلمة المرور الحالية غير صحيحة.",
"couldNotChangePassword": "تعذر تغيير كلمة المرور",
"couldNotVerifyPassword": "تعذر التحقق من كلمة المرور",
"unknownError": "خطأ غير معروف"
}
},
"complexity": {
"length": "يجب أن تكون على الأقل {minLength} حرفاً.",
"hasSymbol": "يجب أن تتضمن رمزاً.",
"hasNumber": "يجب أن تتضمن رقماً.",
"hasUppercase": "يجب أن تتضمن حرفاً كبيراً.",
"hasLowercase": "يجب أن تتضمن حرفاً صغيراً.",
"equals": "تأكيد كلمة المرور متطابق.",
"matches": "مطابق",
"doesNotMatch": "غير مطابق"
},
"errors": {
"noHostFound": "لم يتم العثور على مضيف",
"couldNotSendResetLink": "تعذر إرسال رابط إعادة تعيين كلمة المرور",
"couldNotCreateSessionForUser": "تعذر إنشاء جلسة للمستخدم",
"couldNotVerifyPassword": "تعذر التحقق من كلمة المرور",
"failedToAuthenticate": "فشلت المصادقة. لقد استهلكت {failedAttempts} من {maxPasswordAttempts} محاولة لكلمة المرور.{lockoutMessage}",
"failedToAuthenticateNoLimit": "فشلت المصادقة.",
"accountLockedContactAdmin": " اتصل بالمسؤول لفتح قفل حسابك",
"userNotFound": "المستخدم غير موجود في النظام",
"initialUserNotSupported": "المستخدم الأولي غير مدعوم",
"userInitialStateNotSupported": "حالة المستخدم الأولية غير مدعومة",
"codeOrVerificationRequired": "عليك تقديم رمز أو الحصول على فحص تحقق صالح للمستخدم",
"verificationRequired": "يجب إجراء فحص التحقق من المستخدم",
"couldNotLoadSession": "تعذر تحميل الجلسة",
"couldNotLoadAuthMethods": "تعذر تحميل طرق المصادقة",
"failedPrecondition": "فشل الشرط المسبق",
"sessionNotValid": "الجلسة غير صالحة",
"passwordVerificationMissing": "التحقق من كلمة المرور مفقود.",
"passwordVerificationTooOld": "التحقق من كلمة المرور قديم جدًا. يرجى التحقق من كلمة المرور مرة أخرى."
}
},
"idp": {
"title": "تسجيل الدخول باستخدام SSO",
"description": "حدد أحد المزودين التاليين لتسجيل الدخول",
"orSignInWith": "أو تسجيل الدخول باستخدام",
"signInWithApple": "تسجيل الدخول باستخدام Apple",
"signInWithGoogle": "تسجيل الدخول باستخدام Google",
"signInWithAzureAD": "تسجيل الدخول باستخدام AzureAD",
"signInWithGithub": "تسجيل الدخول باستخدام GitHub",
"signInWithGitlab": "تسجيل الدخول باستخدام GitLab",
"loginError": {
"title": "فشل تسجيل الدخول",
"description": "حدث خطأ أثناء محاولة تسجيل الدخول."
},
"linkingError": {
"title": "فشل ربط الحساب",
"description": "حدث خطأ أثناء محاولة ربط حسابك."
},
"completeRegister": {
"title": "أكمل بياناتك",
"description": "تحتاج إلى إكمال تسجيلك من خلال توفير عنوان بريدك الإلكتروني واسمك."
},
"accountNotFound": {
"title": "الحساب غير موجود",
"description": "لم نتمكن من العثور على حساب مرتبط ببيانات اعتماد مزود الهوية الخاص بك.",
"info": "لم يتم العثور على حساب موجود. يرجى تسجيل الدخول بحساب موجود أو الاتصال بالمسؤول للحصول على المساعدة.",
"backToLogin": "العودة إلى تسجيل الدخول"
},
"registrationFailed": {
"title": "التسجيل غير متاح",
"description": "لم نتمكن من إكمال عملية التسجيل.",
"info": "تعذر تحديد المنظمة للتسجيل. يرجى الاتصال بالمسؤول للحصول على المساعدة.",
"backToLogin": "العودة إلى تسجيل الدخول"
},
"processing": {
"message": "جاري معالجة المصادقة...",
"noRedirect": "لم يتم إرجاع إعادة توجيه أو خطأ من الخادم",
"unexpectedError": "حدث خطأ غير متوقع"
},
"errors": {
"missingParameters": "معلمات مطلوبة مفقودة",
"missingIdpInfo": "معلومات IDP مفقودة",
"idpNotFound": "مزود الهوية غير موجود",
"linkingNotAllowed": "الربط غير مسموح به لمزود الهوية هذا",
"linkingFailed": "فشل ربط مزود الهوية بالحساب",
"autoLinkingFailed": "فشل ربط الحساب تلقائياً",
"userCreationFailed": "فشل إنشاء حساب المستخدم",
"orgResolutionFailed": "تعذر تحديد المنظمة للتسجيل",
"sessionCreationFailed": "تعذر إنشاء الجلسة أو تحديد إعادة التوجيه",
"unknownError": "حدث خطأ غير معروف"
}
},
"ldap": {
"title": "تسجيل الدخول LDAP",
"description": "أدخل بيانات اعتماد LDAP الخاصة بك.",
"submit": "متابعة",
"labels": {
"username": "اسم المستخدم",
"password": "كلمة المرور"
},
"required": {
"username": "هذا الحقل مطلوب",
"password": "هذا الحقل مطلوب"
}
},
"mfa": {
"verify": {
"title": "التحقق من هويتك",
"description": "اختر أحد العوامل التالية.",
"noResults": "لا توجد عوامل ثانية متاحة للإعداد."
},
"set": {
"title": "إعداد المصادقة الثنائية",
"description": "اختر أحد العوامل الثانية التالية.",
"skip": "تخطي"
}
},
"otp": {
"verify": {
"title": "التحقق من المصادقة الثنائية",
"totpDescription": "أدخل الرمز من تطبيق المصادقة الخاص بك.",
"smsDescription": "أدخل الرمز الذي تلقيته عبر الرسائل القصيرة.",
"emailDescription": "أدخل الرمز الذي تلقيته عبر البريد الإلكتروني.",
"noCodeReceived": "لم تستلم رمزاً؟",
"resendCode": "إعادة إرسال الرمز",
"submit": "متابعة",
"labels": {
"code": "الرمز"
},
"required": {
"code": "هذا الحقل مطلوب"
}
},
"set": {
"title": "إعداد المصادقة الثنائية",
"totpDescription": "امسح رمز الاستجابة السريعة باستخدام تطبيق المصادقة الخاص بك.",
"smsDescription": "أدخل رقم هاتفك لتلقي رمز عبر الرسائل القصيرة.",
"emailDescription": "أدخل عنوان بريدك الإلكتروني لتلقي رمز عبر البريد الإلكتروني.",
"totpRegisterDescription": "امسح رمز الاستجابة السريعة أو انتقل إلى عنوان URL يدوياً.",
"submit": "متابعة",
"labels": {
"code": "الرمز"
},
"required": {
"code": "هذا الحقل مطلوب"
}
}
},
"passkey": {
"verify": {
"title": "المصادقة باستخدام مفتاح مرور",
"description": "سيطلب جهازك بصمة إصبعك، أو وجهك، أو قفل الشاشة",
"usePassword": "استخدم كلمة المرور",
"submit": "متابعة",
"errors": {
"couldNotRequestChallenge": "تعذر طلب تحدي مفتاح المرور",
"couldNotVerifyPasskey": "تعذر التحقق من مفتاح المرور",
"noResponseReceived": "فشل التحقق من مفتاح المرور - لم يتم استلام أي استجابة",
"noRedirectProvided": "اكتمل التحقق من مفتاح المرور ولكن لم يتم توفير إعادة توجيه",
"couldNotRetrievePasskey": "حدث خطأ أثناء استرداد مفتاح المرور",
"verificationCancelled": "تم إلغاء التحقق من مفتاح المرور",
"verificationFailed": "حدث خطأ أثناء التحقق من مفتاح المرور",
"couldNotFindSession": "تعذر العثور على الجلسة",
"couldNotUpdateSession": "تعذر تحديث الجلسة",
"userNotFound": "المستخدم غير موجود في النظام",
"couldNotDetermineRedirect": "تعذر تحديد عنوان URL لإعادة التوجيه بعد التحقق من مفتاح المرور"
}
},
"set": {
"title": "إعداد مفتاح مرور",
"description": "سيطلب جهازك بصمة إصبعك، أو وجهك، أو قفل الشاشة",
"info": {
"description": "مفتاح المرور هو طريقة مصادقة على جهاز مثل بصمة الإصبع، Apple FaceID أو ما شابه. ",
"link": "المصادقة بدون كلمة مرور"
},
"skip": "تخطي",
"submit": "متابعة"
}
},
"u2f": {
"verify": {
"title": "التحقق من المصادقة الثنائية",
"description": "تحقق من حسابك باستخدام جهازك."
},
"set": {
"title": "إعداد المصادقة الثنائية",
"description": "إعداد جهاز كعامل ثانٍ.",
"submit": "متابعة"
}
},
"register": {
"methods": {
"passkey": "مفتاح مرور",
"password": "كلمة المرور"
},
"disabled": {
"title": "التسجيل معطل",
"description": "التسجيل معطل. يرجى الاتصال بالمسؤول."
},
"missingdata": {
"title": "بيانات مفقودة",
"description": "قدم البريد الإلكتروني والاسم الأول والأخير للتسجيل."
},
"title": "تسجيل",
"description": "أنشئ حساب ZITADEL الخاص بك.",
"noMethodAvailableWarning": "لا توجد طريقة مصادقة متاحة. يرجى الاتصال بالمسؤول.",
"selectMethod": "حدد الطريقة التي ترغب في المصادقة بها",
"agreeTo": "للتسجيل يجب عليك الموافقة على الشروط والأحكام",
"termsOfService": "شروط الخدمة",
"privacyPolicy": "سياسة الخصوصية",
"submit": "متابعة",
"password": {
"title": "تعيين كلمة المرور",
"description": "تعيين كلمة المرور لحسابك",
"submit": "متابعة",
"labels": {
"password": "كلمة المرور",
"confirmPassword": "تأكيد كلمة المرور"
},
"required": {
"password": "عليك تقديم كلمة مرور!",
"confirmPassword": "هذا الحقل مطلوب"
}
},
"labels": {
"firstname": "الاسم الأول",
"lastname": "اسم العائلة",
"email": "البريد الإلكتروني"
},
"required": {
"firstname": "هذا الحقل مطلوب",
"lastname": "هذا الحقل مطلوب",
"email": "هذا الحقل مطلوب"
},
"errors": {
"couldNotCreateUser": "تعذر إنشاء المستخدم",
"couldNotCreateSession": "تعذر إنشاء الجلسة",
"userNotFound": "المستخدم غير موجود في النظام",
"couldNotLinkIDP": "تعذر ربط IDP بالمستخدم",
"couldNotRegisterUser": "تعذر تسجيل المستخدم"
}
},
"invite": {
"title": "دعوة مستخدم",
"description": "قدم عنوان البريد الإلكتروني واسم المستخدم الذي تريد دعوته.",
"info": "سيتلقى المستخدم بريداً إلكترونياً يحتوي على مزيد من التعليمات.",
"notAllowed": "إعداداتك لا تسمح لك بدعوة المستخدمين.",
"submit": "متابعة",
"success": {
"title": "تمت دعوة المستخدم",
"description": "تم إرسال البريد الإلكتروني بنجاح.",
"verified": "تمت دعوة المستخدم وقد تحقق بالفعل من بريده الإلكتروني.",
"notVerifiedYet": "تمت دعوة المستخدم. سيتلقى بريداً إلكترونياً يحتوي على مزيد من التعليمات.",
"submit": "دعوة مستخدم آخر"
}
},
"signedin": {
"title": "مرحباً {user}!",
"description": "أنت مسجل الدخول.",
"continue": "متابعة",
"error": {
"title": "خطأ",
"description": "حدث خطأ أثناء محاولة تسجيل الدخول."
}
},
"verify": {
"userIdMissing": "لم يتم تقديم userId!",
"successTitle": "تم التحقق من المستخدم",
"successDescription": "تم التحقق من المستخدم بنجاح.",
"successContinue": "متابعة",
"setupAuthenticator": "إعداد المصادق",
"verify": {
"title": "التحقق من المستخدم",
"description": "أدخل الرمز المقدم في البريد الإلكتروني للتحقق.",
"noCodeReceived": "لم تستلم رمزاً؟",
"resendCode": "إعادة إرسال الرمز",
"codeSent": "تم إرسال رمز للتو إلى عنوان بريدك الإلكتروني.",
"submit": "متابعة",
"labels": {
"code": "الرمز"
},
"required": {
"code": "هذا الحقل مطلوب"
}
},
"errors": {
"couldNotResendEmail": "تعذر إعادة إرسال البريد الإلكتروني",
"couldNotVerifyUser": "تعذر التحقق من المستخدم",
"couldNotVerifyInvite": "تعذر التحقق من الدعوة",
"couldNotVerifyEmail": "تعذر التحقق من البريد الإلكتروني",
"couldNotVerify": "تعذر التحقق",
"couldNotLoadUser": "تعذر تحميل المستخدم",
"couldNotLoadAuthenticators": "تعذر تحميل المصادقين المحتملين",
"couldNotCreateSession": "تعذر إنشاء الجلسة",
"noHostFound": "لم يتم العثور على مضيف",
"userAlreadyVerified": "تم التحقق من المستخدم بالفعل!",
"couldNotResendInvite": "تعذر إعادة إرسال الدعوة",
"inviteSendFailed": "فشل إرسال بريد الدعوة الإلكتروني",
"emailSendFailed": "فشل إرسال بريد التحقق الإلكتروني",
"contextMissing": "حدث خطأ. يرجى المحاولة مرة أخرى."
}
},
"authenticator": {
"title": "اختيار طريقة المصادقة",
"description": "حدد الطريقة التي ترغب في المصادقة بها",
"noMethodsAvailable": "لا توجد طرق مصادقة متاحة",
"allSetup": "لقد قمت بالفعل بإعداد مصادق!",
"linkWithIDP": "أو الربط مع مزود هوية"
},
"device": {
"usercode": {
"title": "رمز الجهاز",
"description": "أدخل الرمز المعروض على تطبيقك أو جهازك.",
"submit": "متابعة",
"labels": {
"code": "الرمز"
},
"required": {
"code": "هذا الحقل مطلوب"
}
},
"request": {
"title": "{appName} يود الاتصال",
"description": "{appName} سيكون لديه حق الوصول إلى:",
"disclaimer": "بالنقر فوق سماح، فإنك تسمح لـ {appName} و Zitadel استخدام معلوماتك وفقاً لشروط الخدمة وسياسات الخصوصية الخاصة بكل منهما. يمكنك إلغاء هذا الوصول في أي وقت.",
"submit": "سماح",
"deny": "رفض"
},
"scope": {
"openid": "التحقق من هويتك.",
"email": "عرض عنوان بريدك الإلكتروني.",
"profile": "عرض معلومات ملفك الشخصي الكاملة.",
"offline_access": "السماح بالوصول دون اتصال إلى حسابك."
}
},
"error": {
"noUserCode": "لم يتم تقديم رمز مستخدم!",
"noDeviceRequest": "لم يتم العثور على طلب جهاز.",
"unknownContext": "تعذر الحصول على سياق المستخدم. تأكد من إدخال اسم المستخدم أولاً أو تقديم loginName كمعلمة بحث.",
"sessionExpired": "انتهت صلاحية جلستك الحالية. يرجى تسجيل الدخول مرة أخرى.",
"failedLoading": "فشل تحميل البيانات. يرجى المحاولة مرة أخرى.",
"tryagain": "حاول مرة أخرى",
"couldNotContinueSession": "تعذر المتابعة مع الجلسة - معلومات المستخدم مفقودة"
}
},
"hu": {
"common": {
"back": "Vissza",
"title": "Bejelentkezés a Zitadel-lel"
},
"accounts": {
"title": "Fiókok",
"description": "Válaszd ki a használni kívánt fiókot.",
"addAnother": "Másik fiók hozzáadása",
"noResults": "Nem található fiók",
"verified": "ellenőrizve",
"expired": "lejárt"
},
"logout": {
"title": "Kijelentkezés",
"description": "Kattints egy fiókra a munkamenet befejezéséhez",
"noResults": "Nem található fiók",
"clear": "Munkamenet befejezése",
"verifiedAt": "Utoljára aktív: {time}",
"success": {
"title": "Sikeres kijelentkezés",
"description": "Sikeresen kijelentkeztél."
}
},
"loginname": {
"title": "Üdvözlünk újra!",
"description": "Add meg a bejelentkezési adataidat.",
"register": "Új felhasználó regisztrálása",
"submit": "Tovább",
"labels": {
"loginname": "Bejelentkezési név",
"username": "Felhasználónév",
"usernameOrPhoneNumber": "Felhasználónév vagy telefonszám",
"usernameOrEmail": "Felhasználónév vagy e-mail cím"
},
"required": {
"loginName": "Ez a mező kötelező"
},
"errors": {
"internalError": "Belső hiba történt",
"couldNotGetLoginSettings": "Nem sikerült lekérni a bejelentkezési beállításokat",
"couldNotSearchUsers": "Nem sikerült keresni a felhasználók között",
"couldNotGetDomain": "Nem sikerült lekérni a domaint",
"couldNotGetHost": "Nem sikerült lekérni a kiszolgálót (hostot)",
"couldNotStartIDPFlow": "Nem sikerült elindítani az IDP folyamatát",
"moreThanOneUserFound": "Több felhasználót találtunk. Adj meg egy egyedi azonosítót.",
"userNotFound": "A felhasználó nem található a rendszerben",
"couldNotCreateSession": "Nem sikerült munkamenetet létrehozni a felhasználóhoz",
"initialUserNotSupported": "A kezdeti felhasználó nem támogatott",
"localAuthenticationNotAllowed": "A helyi hitelesítés nem engedélyezett! További információért fordulj a rendszergazdához.",
"passkeysNotAllowed": "A jelkulcsok nem engedélyezettek! További információért fordulj a rendszergazdához.",
"couldNotFindIdentityProvider": "Nem található azonosítószolgáltató.",
"userNotActive": "A felhasználó nem aktív. További információért fordulj a rendszergazdához."
}
},
"zitadel": {
"errors": {
"errorOccured": "Hiba történt",
"multipleUsersFound": "Több felhasználó is található",
"userNotFound": "A felhasználó nem található a rendszerben"
}
},
"password": {
"verify": {
"title": "Jelszó",
"description": "Add meg a jelszavadat.",
"resetPassword": "Jelszó visszaállítása",
"submit": "Tovább",
"labels": {
"password": "Jelszó"
},
"required": {
"password": "Ez a mező kötelező"
},
"errors": {
"couldNotVerifyPassword": "Nem sikerült ellenőrizni a jelszót",
"couldNotResetPassword": "Nem sikerült visszaállítani a jelszót"
},
"info": {
"passwordResetSent": "A jelszó-visszaállító linket elküldtük. Ellenőrizd az e-mail fiókodat."
}
},
"set": {
"title": "Jelszó beállítása",
"description": "Állítsd be a fiókod jelszavát",
"codeSent": "Az új kódot elküldtük az e-mail címedre.",
"noCodeReceived": "Nem kaptál kódot?",
"resend": "Kód újraküldése",
"submit": "Tovább",
"labels": {
"code": "Kód",
"newPassword": "Új jelszó",
"confirmPassword": "Jelszó megerősítése"
},
"required": {
"code": "Ez a mező kötelező",
"newPassword": "Adj meg egy jelszót!",
"confirmPassword": "Ez a mező kötelező"
},
"errors": {
"couldNotSetPassword": "Nem sikerült beállítani a jelszót",
"couldNotResetPassword": "Nem sikerült visszaállítani a jelszót",
"couldNotVerifyPassword": "Nem sikerült ellenőrizni a jelszót"
}
},
"change": {
"title": "Jelszó módosítása",
"description": "Állítsd be a fiókod jelszavát",
"submit": "Tovább",
"labels": {
"currentPassword": "Jelenlegi jelszó",
"newPassword": "Új jelszó",
"confirmPassword": "Jelszó megerősítése"
},
"required": {
"currentPassword": "Add meg a jelenlegi jelszavadat!",
"newPassword": "Add meg az új jelszavadat!",
"confirmPassword": "Ez a mező kötelező"
},
"errors": {
"currentPasswordInvalid": "A jelenlegi jelszó helytelen.",
"couldNotChangePassword": "Nem sikerült módosítani a jelszót",
"couldNotVerifyPassword": "Nem sikerült ellenőrizni a jelszót",
"unknownError": "Ismeretlen hiba"
}
},
"complexity": {
"length": "Legalább {minLength} karakter hosszúnak kell lennie.",
"hasSymbol": "Tartalmaznia kell egy szimbólumot.",
"hasNumber": "Tartalmaznia kell egy számot.",
"hasUppercase": "Tartalmaznia kell egy nagybetűt.",
"hasLowercase": "Tartalmaznia kell egy kisbetűt.",
"equals": "A jelszavak megegyeznek.",
"matches": "Egyezik",
"doesNotMatch": "Nem egyezik"
},
"errors": {
"noHostFound": "Nem található kiszolgáló (host)",
"couldNotSendResetLink": "Nem sikerült elküldeni a jelszó visszaállító linket",
"couldNotCreateSessionForUser": "Nem sikerült munkamenetet létrehozni a felhasználóhoz",
"couldNotVerifyPassword": "Nem sikerült ellenőrizni a jelszót",
"failedToAuthenticate": "Sikertelen hitelesítés. Eddig {failedAttempts} sikertelen jelszópróbálkozása volt a megengedett {maxPasswordAttempts} próbálkozásból. {lockoutMessage}",
"failedToAuthenticateNoLimit": "A hitelesítés sikertelen.",
"accountLockedContactAdmin": " A fiókod feloldásához fordulj a rendszergazdához",
"userNotFound": "A felhasználó nem található a rendszerben",
"initialUserNotSupported": "A kezdeti felhasználó nem támogatott",
"userInitialStateNotSupported": "A felhasználó kezdeti állapota nem támogatott",
"codeOrVerificationRequired": "Meg kell adnod egy ellenőrző kódot, vagy érvényes felhasználó-ellenőrzéssel kell rendelkezned",
"verificationRequired": "El kell végezni a felhasználói ellenőrzést",
"couldNotLoadSession": "Nem sikerült betölteni a munkamenetet",
"couldNotLoadAuthMethods": "Nem sikerült betölteni a hitelesítési módszereket",
"failedPrecondition": "Az előfeltétel nem teljesült",
"sessionNotValid": "A munkamenet nem érvényes",
"passwordVerificationMissing": "A jelszó hitelesítés hiányzik.",
"passwordVerificationTooOld": "A jelszó hitelesítés túl régi. Kérjük, erősítsd meg újra a jelszavadat."
}
},
"idp": {
"title": "Bejelentkezés SSO-val",
"description": "Válaszd ki az egyik szolgáltatót a bejelentkezéshez",
"orSignInWith": "vagy jelentkezz be ezzel",
"signInWithApple": "Bejelentkezés Apple-lel",
"signInWithGoogle": "Bejelentkezés Google-lel",
"signInWithAzureAD": "Bejelentkezés AzureAD-vel",
"signInWithGithub": "Bejelentkezés GitHubbal",
"signInWithGitlab": "Bejelentkezés GitLabbal",
"loginError": {
"title": "Sikertelen bejelentkezés",
"description": "Hiba történt a bejelentkezés során."
},
"linkingError": {
"title": "Sikertelen fiókösszekapcsolás",
"description": "Hiba történt a fiókod összekapcsolása során."
},
"completeRegister": {
"title": "Add meg az adataidat",
"description": "A regisztráció befejezéséhez add meg az e-mail címedet és a nevedet."
},
"accountNotFound": {
"title": "A fiók nem található",
"description": "Nem találtunk fiókot, amely az azonosítószolgáltatód hitelesítő adataihoz kapcsolódna.",
"info": "Nem található összekapcsolt fiók. Jelentkezz be egy már létező fiókkal, vagy fordulj segítségért a rendszergazdához.",
"backToLogin": "Vissza a bejelentkezéshez"
},
"registrationFailed": {
"title": "A regisztráció nem elérhető",
"description": "Nem sikerült befejezni a regisztrációs folyamatot.",
"info": "Nem sikerült meghatározni a szervezetet a regisztrációhoz. Fordulj segítségért a rendszergazdához.",
"backToLogin": "Vissza a bejelentkezéshez"
},
"processing": {
"message": "Hitelesítés folyamatban...",
"noRedirect": "A szerver nem adott vissza sem átirányítást, sem hibaüzenetet",
"unexpectedError": "Váratlan hiba történt"
},
"errors": {
"missingParameters": "Hiányzó kötelező paraméterek",
"missingIdpInfo": "Hiányoznak az azonosítószolgáltató (IDP) adatai",
"idpNotFound": "Az azonosítószolgáltató nem található",
"linkingNotAllowed": "Az összekapcsolás nem engedélyezett ennél az azonosítószolgáltatónál",
"linkingFailed": "Nem sikerült összekapcsolni az azonosítószolgáltatót a fiókkal",
"autoLinkingFailed": "Nem sikerült automatikusan összekapcsolni a fiókot",
"userCreationFailed": "Nem sikerült létrehozni a felhasználói fiókot",
"orgResolutionFailed": "Nem sikerült meghatározni a szervezetet a regisztrációhoz",
"sessionCreationFailed": "Nem sikerült létrehozni a munkamenetet vagy meghatározni az átirányítási címet",
"unknownError": "Ismeretlen hiba történt"
}
},
"ldap": {
"title": "LDAP bejelentkezés",
"description": "Add meg az LDAP hitelesítő adataidat.",
"submit": "Tovább",
"labels": {
"username": "Felhasználónév",
"password": "Jelszó"
},
"required": {
"username": "Ez a mező kötelező",
"password": "Ez a mező kötelező"
}
},
"mfa": {
"verify": {
"title": "Igazold a személyazonosságodat",
"description": "Válaszd ki az alábbi hitelesítési módok egyikét.",
"noResults": "Nincs beállítható hitelesítési mód."
},
"set": {
"title": "Kétlépcsős azonosítás beállítása",
"description": "Válaszd ki az alábbi hitelesítési módok egyikét.",
"skip": "Kihagyás"
}
},
"otp": {
"verify": {
"title": "Kétlépcsős azonosítás igazolása",
"totpDescription": "Add meg a hitelesítő alkalmazásodban megjelenő kódot.",
"smsDescription": "Add meg az SMS-ben kapott kódot.",
"emailDescription": "Add meg az e-mailben kapott kódot.",
"noCodeReceived": "Nem kaptál kódot?",
"resendCode": "Kód újraküldése",
"submit": "Tovább",
"labels": {
"code": "Kód"
},
"required": {
"code": "Ez a mező kötelező"
}
},
"set": {
"title": "Kétlépcsős azonosítás beállítása",
"totpDescription": "Olvasd be a QR-kódot a hitelesítő alkalmazásoddal.",
"smsDescription": "Add meg a telefonszámodat, hogy SMS-ben elküldhessük az ellenőrző kódot.",
"emailDescription": "Add meg az e-mail címedet, hogy e-mailben elküldhessük az ellenőrző kódot.",
"totpRegisterDescription": "Olvasd be a QR-kódot, vagy navigálj az URL-re manuálisan.",
"submit": "Tovább",
"labels": {
"code": "Kód"
},
"required": {
"code": "Ez a mező kötelező"
}
}
},
"passkey": {
"verify": {
"title": "Hitelesítés jelkulccsal (Passkey)",
"description": "A készüléked az ujjlenyomatodat, arcodat vagy a képernyőzárat fogja kérni",
"usePassword": "Jelszó használata",
"submit": "Tovább",
"errors": {
"couldNotRequestChallenge": "Nem sikerült elindítani a jelkulcsos azonosítást",
"couldNotVerifyPasskey": "Nem sikerült ellenőrizni a jelkulcsot",
"noResponseReceived": "A jelkulcs ellenőrzése sikertelen - nem érkezett válasz",
"noRedirectProvided": "A jelkulcs ellenőrzése befejeződött, de nem érkezett átirányítás",
"couldNotRetrievePasskey": "Hiba történt a jelkulcs lekérése közben",
"verificationCancelled": "A jelkulcs ellenőrzése megszakadt",
"verificationFailed": "Hiba történt a jelkulcs ellenőrzése közben",
"couldNotFindSession": "Nem található munkamenet",
"couldNotUpdateSession": "Nem sikerült frissíteni a munkamenetet",
"userNotFound": "A felhasználó nem található a rendszerben",
"couldNotDetermineRedirect": "Nem sikerült meghatározni az átirányítási címet a jelkulcs ellenőrzése után"
}
},
"set": {
"title": "Jelkulcs beállítása",
"description": "A készüléked az ujjlenyomatodat, arcodat vagy a képernyőzárat fogja kérni",
"info": {
"description": "A jelkulcs egy olyan hitelesítési módszer, amely az eszközödön használható, például ujjlenyomattal, Apple Face ID-val vagy más hasonló megoldással.",
"link": "Jelkulcsos hitelesítés"
},
"skip": "Kihagyás",
"submit": "Tovább"
}
},
"u2f": {
"verify": {
"title": "Kétlépcsős azonosítás igazolása",
"description": "Igazold a fiókodat a készülékeddel."
},
"set": {
"title": "Kétlépcsős azonosítás beállítása",
"description": "Állíts be egy készüléket második hitelesítési módként.",
"submit": "Tovább"
}
},
"register": {
"methods": {
"passkey": "Jelkulcs",
"password": "Jelszó"
},
"disabled": {
"title": "A regisztráció letiltva",
"description": "A regisztráció le van tiltva. Fordulj a rendszergazdához."
},
"missingdata": {
"title": "Hiányzó adatok",
"description": "A regisztrációhoz add meg az e-mail címedet, keresztneved és vezetékneved."
},
"title": "Regisztráció",
"description": "Hozd létre a Zitadel fiókodat.",
"noMethodAvailableWarning": "Nincs elérhető hitelesítési módszer. Fordulj a rendszergazdához.",
"selectMethod": "Válaszd ki, milyen módszerrel szeretnél hitelesíteni",
"agreeTo": "A regisztrációhoz el kell fogadnod a felhasználási feltételeket",
"termsOfService": "Felhasználási feltételek",
"privacyPolicy": "Adatvédelmi irányelvek",
"submit": "Tovább",
"password": {
"title": "Jelszó beállítása",
"description": "Állítsd be a fiókod jelszavát",
"submit": "Tovább",
"labels": {
"password": "Jelszó",
"confirmPassword": "Jelszó megerősítése"
},
"required": {
"password": "Adj meg egy jelszót!",
"confirmPassword": "Ez a mező kötelező"
}
},
"labels": {
"firstname": "Keresztnév",
"lastname": "Vezetéknév",
"email": "E-mail cím"
},
"required": {
"firstname": "Ez a mező kötelező",
"lastname": "Ez a mező kötelező",
"email": "Ez a mező kötelező"
},
"errors": {
"couldNotCreateUser": "Nem sikerült létrehozni a felhasználót",
"couldNotCreateSession": "Nem sikerült létrehozni a munkamenetet",
"userNotFound": "A felhasználó nem található a rendszerben",
"couldNotLinkIDP": "Nem sikerült összekapcsolni az azonosítószolgáltatót a felhasználóval",
"couldNotRegisterUser": "Nem sikerült regisztrálni a felhasználót"
}
},
"invite": {
"title": "Felhasználó meghívása",
"description": "Add meg a meghívni kívánt felhasználó e-mail címét és nevét.",
"info": "A felhasználó e-mailben kapja meg a további teendőket.",
"notAllowed": "A beállításaid nem teszik lehetővé felhasználók meghívását.",
"submit": "Tovább",
"success": {
"title": "Felhasználó meghívva",
"description": "Az e-mail sikeresen elküldve.",
"verified": "A felhasználót meghívtuk, és már ellenőrizte az e-mail címét.",
"notVerifiedYet": "A felhasználót meghívtuk. E-mailben kapja meg a további teendőket.",
"submit": "Másik felhasználó meghívása"
}
},
"signedin": {
"title": "Üdvözlünk, {user}!",
"description": "Sikeresen bejelentkeztél.",
"continue": "Tovább",
"error": {
"title": "Hiba",
"description": "Hiba történt a bejelentkezés során."
}
},
"verify": {
"userIdMissing": "Nincs megadva felhasználói azonosító!",
"successTitle": "Felhasználó ellenőrizve",
"successDescription": "A felhasználó ellenőrzése sikeresen megtörtént.",
"successContinue": "Tovább",
"setupAuthenticator": "Hitelesítő beállítása",
"verify": {
"title": "Felhasználó ellenőrzése",
"description": "Add meg az ellenőrző e-mailben kapott kódot.",
"noCodeReceived": "Nem kaptál kódot?",
"resendCode": "Kód újraküldése",
"codeSent": "Új kódot küldtünk az e-mail címedre.",
"submit": "Tovább",
"labels": {
"code": "Kód"
},
"required": {
"code": "Ez a mező kötelező"
}
},
"errors": {
"couldNotResendEmail": "Nem sikerült újraküldeni az e-mailt",
"couldNotVerifyUser": "Nem sikerült ellenőrizni a felhasználót",
"couldNotVerifyInvite": "Nem sikerült ellenőrizni a meghívást",
"couldNotVerifyEmail": "Nem sikerült ellenőrizni az e-mail címet",
"couldNotVerify": "Nem sikerült ellenőrizni",
"couldNotLoadUser": "Nem sikerült betölteni a felhasználót",
"couldNotLoadAuthenticators": "Nem sikerült betölteni a lehetséges hitelesítőket",
"couldNotCreateSession": "Nem sikerült létrehozni a munkamenetet",
"noHostFound": "Nem található kiszolgáló (host)",
"userAlreadyVerified": "A felhasználót már ellenőriztük!",
"couldNotResendInvite": "Nem sikerült újraküldeni a meghívást",
"inviteSendFailed": "Nem sikerült elküldeni a meghívó e-mailt",
"emailSendFailed": "Nem sikerült elküldeni az ellenőrző e-mailt",
"contextMissing": "Hiba történt. Kérjük, próbáld újra."
}
},
"authenticator": {
"title": "Válassz hitelesítési módszert",
"description": "Válaszd ki, milyen módszerrel szeretnél hitelesíteni",
"noMethodsAvailable": "Nincs elérhető hitelesítési módszer",
"allSetup": "Már beállítottál egy hitelesítőt!",
"linkWithIDP": "vagy kapcsold össze egy azonosítószolgáltatóval"
},
"device": {
"usercode": {
"title": "Eszközkód",
"description": "Add meg az alkalmazásodban vagy eszközödön megjelenő kódot.",
"submit": "Tovább",
"labels": {
"code": "Kód"
},
"required": {
"code": "Ez a mező kötelező"
}
},
"request": {
"title": "A(z) {appName} kapcsolódni szeretne",
"description": "A(z) {appName} hozzáférést kap a következőkhöz:",
"disclaimer": "Az Engedélyezés gombra kattintva engedélyezed, hogy a(z) {appName} és a Zitadel a saját felhasználási feltételeik és adatvédelmi irányelveik szerint használja az adataidat. Ezt a hozzáférést bármikor visszavonhatod.",
"submit": "Engedélyezés",
"deny": "Elutasítás"
},
"scope": {
"openid": "A személyazonosságod igazolása.",
"email": "Az e-mail címed megtekintése.",
"profile": "A teljes profilinformációd megtekintése.",
"offline_access": "Offline hozzáférés engedélyezése a fiókodhoz."
}
},
"error": {
"noUserCode": "Nincs megadva felhasználói kód!",
"noDeviceRequest": "Nem található eszközkérés.",
"unknownContext": "Nem sikerült meghatározni a felhasználó kontextusát. Győződj meg róla, hogy előbb megadtad a felhasználónevet, vagy add meg a bejelentkezési nevet keresési paraméterként.",
"sessionExpired": "A munkameneted lejárt. Kérjük, jelentkezz be újra.",
"failedLoading": "Nem sikerült betölteni az adatokat. Kérjük, próbáld újra.",
"tryagain": "Próbáld újra",
"couldNotContinueSession": "Nem sikerült folytatni a munkamenetet - hiányzó felhasználói információk"
}
},
"fr": {
"common": {
"back": "Retour",
"title": "Connexion avec Zitadel"
},
"accounts": {
"title": "Comptes",
"description": "Choisissez le compte que vous souhaitez utiliser.",
"addAnother": "Ajouter un nouveau compte",
"noResults": "Pas de compte trouvé",
"verified": "vérifié",
"expired": "expiré"
},
"logout": {
"title": "Déconnexion",
"description": "Cliquez sur un compte pour terminer la session",
"noResults": "Pas de compte trouvé",
"clear": "Fin de session",
"verifiedAt": "Dernière connexion: {time}",
"success": {
"title": "Déconnexion réussie",
"description": "Vous vous êtes déconnecté avec succès."
}
},
"loginname": {
"title": "Bienvenue!",
"description": "Entrez vos données de connexion.",
"register": "Enregistrer un nouveau compte",
"submit": "Continuer",
"labels": {
"loginname": "Identifiant",
"username": "Nom d'utilisateur",
"usernameOrPhoneNumber": "Nom d'utilisateur ou numéro de téléphone",
"usernameOrEmail": "Nom d'utilisateur ou e-mail"
},
"required": {
"loginName": "Ce champ est requis"
},
"errors": {
"internalError": "Une erreur interne s'est produite",
"couldNotGetLoginSettings": "Impossible d'obtenir les paramètres de connexion",
"couldNotSearchUsers": "Impossible de rechercher des utilisateurs",
"couldNotGetDomain": "Impossible d'obtenir le domaine",
"couldNotGetHost": "Impossible d'obtenir l'hôte",
"couldNotStartIDPFlow": "Impossible de démarrer le flux IDP",
"moreThanOneUserFound": "Plus d'un utilisateur trouvé. Fournissez un identifiant unique.",
"userNotFound": "Utilisateur non trouvé dans le système",
"couldNotCreateSession": "Impossible de créer une session pour l'utilisateur",
"initialUserNotSupported": "Utilisateur initial non pris en charge",
"localAuthenticationNotAllowed": "L'authentification locale n'est pas autorisée ! Contactez votre administrateur pour plus d'informations.",
"passkeysNotAllowed": "Les clés d'accès ne sont pas autorisées ! Contactez votre administrateur pour plus d'informations.",
"couldNotFindIdentityProvider": "Impossible de trouver le fournisseur d'identité.",
"userNotActive": "L'utilisateur n'est pas actif. Contactez votre administrateur pour plus d'informations."
}
},
"zitadel": {
"errors": {
"errorOccured": "Une erreur s'est produite",
"multipleUsersFound": "Plusieurs utilisateurs trouvés",
"userNotFound": "Utilisateur non trouvé dans le système"
}
},
"password": {
"verify": {
"title": "Mot de passe",
"description": "Entrez votre mot de passe.",
"resetPassword": "Réinitialiser mot de passe",
"submit": "Continuer",
"labels": {
"password": "Mot de passe"
},
"required": {
"password": "Ce champ est requis"
},
"errors": {
"couldNotVerifyPassword": "Impossible de vérifier le mot de passe",
"couldNotResetPassword": "Impossible de réinitialiser le mot de passe"
},
"info": {
"passwordResetSent": "Le mot de passe a été réinitialisé. Veuillez vérifier vos e-mails."
}
},
"set": {
"title": "Définir le mot de passe",
"description": "Définissez le mot de passe de votre compte",
"codeSent": "Un nouveau code a été envoyé à votre adresse e-mail.",
"noCodeReceived": "Vous n'avez pas reçu de code ?",
"resend": "Renvoyer le code",
"submit": "Continuer",
"labels": {
"code": "Code",
"newPassword": "Nouveau mot de passe",
"confirmPassword": "Confirmez le mot de passe"
},
"required": {
"code": "Ce champ est requis",
"newPassword": "Vous devez fournir un mot de passe !",
"confirmPassword": "Ce champ est requis"
},
"errors": {
"couldNotSetPassword": "Impossible de définir le mot de passe",
"couldNotResetPassword": "Impossible de réinitialiser le mot de passe",
"couldNotVerifyPassword": "Impossible de vérifier le mot de passe"
}
},
"change": {
"title": "Changer le mot de passe",
"description": "Définissez le mot de passe de votre compte",
"submit": "Continuer",
"labels": {
"currentPassword": "Mot de passe actuel",
"newPassword": "Nouveau mot de passe",
"confirmPassword": "Confirmez le mot de passe"
},
"required": {
"currentPassword": "Vous devez fournir votre mot de passe actuel !",
"newPassword": "Vous devez fournir un nouveau mot de passe !",
"confirmPassword": "Ce champ est requis"
},
"errors": {
"currentPasswordInvalid": "Le mot de passe actuel est incorrect.",
"couldNotChangePassword": "Impossible de changer le mot de passe",
"couldNotVerifyPassword": "Impossible de vérifier le mot de passe",
"unknownError": "Erreur inconnue"
}
},
"complexity": {
"length": "Doit contenir au moins {minLength} caractères.",
"hasSymbol": "Doit inclure un symbole.",
"hasNumber": "Doit inclure un chiffre.",
"hasUppercase": "Doit inclure une lettre majuscule.",
"hasLowercase": "Doit inclure une lettre minuscule.",
"equals": "La confirmation du mot de passe correspond.",
"matches": "Correspond",
"doesNotMatch": "Ne correspond pas"
},
"errors": {
"noHostFound": "Aucun hôte trouvé",
"couldNotSendResetLink": "Impossible d'envoyer le lien de réinitialisation du mot de passe",
"couldNotCreateSessionForUser": "Impossible de créer une session pour l'utilisateur",
"couldNotVerifyPassword": "Impossible de vérifier le mot de passe",
"failedToAuthenticate": "Échec de l'authentification. Vous avez utilisé {failedAttempts} sur {maxPasswordAttempts} tentatives.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Échec de l'authentification.",
"accountLockedContactAdmin": " Contactez votre administrateur pour déverrouiller votre compte",
"userNotFound": "Utilisateur non trouvé dans le système",
"initialUserNotSupported": "Utilisateur initial non pris en charge",
"userInitialStateNotSupported": "État initial de l'utilisateur non pris en charge",
"codeOrVerificationRequired": "Vous devez fournir un code ou avoir une vérification utilisateur valide",
"verificationRequired": "Une vérification utilisateur doit être effectuée",
"couldNotLoadSession": "Impossible de charger la session",
"couldNotLoadAuthMethods": "Impossible de charger les méthodes d'authentification",
"failedPrecondition": "Pré-condition non remplie",
"sessionNotValid": "La session n'est pas valide",
"passwordVerificationMissing": "La vérification du mot de passe est manquante.",
"passwordVerificationTooOld": "La vérification du mot de passe est trop ancienne. Veuillez vérifier à nouveau votre mot de passe."
}
},
"idp": {
"title": "Se connecter avec SSO",
"description": "Sélectionnez un des fournisseurs suivants pour vous connecter",
"orSignInWith": "ou connectez-vous avec",
"signInWithApple": "Se connecter avec Apple",
"signInWithGoogle": "Se connecter avec Google",
"signInWithAzureAD": "Se connecter avec AzureAD",
"signInWithGithub": "Se connecter avec GitHub",
"signInWithGitlab": "Se connecter avec GitLab",
"loginError": {
"title": "Échec de la connexion",
"description": "Une erreur est survenue lors de la tentative de connexion."
},
"linkingError": {
"title": "Échec de la liaison du compte",
"description": "Une erreur est survenue lors de la tentative de lier votre compte."
},
"completeRegister": {
"title": "Complétez vos informations",
"description": "Vous devez compléter votre inscription en fournissant votre adresse e-mail et votre nom."
},
"accountNotFound": {
"title": "Compte introuvable",
"description": "Nous n'avons pas trouvé de compte associé aux identifiants de votre fournisseur d'identité.",
"info": "Aucun compte existant n'a été trouvé. Veuillez vous connecter avec un compte existant ou contacter votre administrateur pour obtenir de l'aide.",
"backToLogin": "Retour à la connexion"
},
"registrationFailed": {
"title": "Inscription non disponible",
"description": "Nous n'avons pas pu terminer le processus d'inscription.",
"info": "Impossible de déterminer l'organisation pour l'inscription. Veuillez contacter votre administrateur pour obtenir de l'aide.",
"backToLogin": "Retour à la connexion"
},
"processing": {
"message": "Traitement de l'authentification...",
"noRedirect": "Aucune redirection ou erreur renvoyée par le serveur",
"unexpectedError": "Une erreur inattendue s'est produite"
},
"errors": {
"missingParameters": "Paramètres requis manquants",
"missingIdpInfo": "Informations du fournisseur d'identité manquantes",
"idpNotFound": "Fournisseur d'identité introuvable",
"linkingNotAllowed": "La liaison n'est pas autorisée pour ce fournisseur d'identité",
"linkingFailed": "Échec de la liaison du fournisseur d'identité au compte",
"autoLinkingFailed": "Échec de la liaison automatique du compte",
"userCreationFailed": "Échec de la création du compte utilisateur",
"orgResolutionFailed": "Impossible de déterminer l'organisation pour l'inscription",
"sessionCreationFailed": "Impossible de créer la session ou de déterminer la redirection",
"unknownError": "Une erreur inconnue s'est produite"
}
},
"ldap": {
"title": "Connexion LDAP",
"description": "Entrez vos identifiants LDAP.",
"submit": "Continuer",
"labels": {
"username": "Nom d'utilisateur",
"password": "Mot de passe"
},
"required": {
"username": "Ce champ est requis",
"password": "Ce champ est requis"
}
},
"mfa": {
"verify": {
"title": "Vérifiez votre identité",
"description": "Choisissez l'un des facteurs suivants.",
"noResults": "Aucun second facteur disponible à configurer."
},
"set": {
"title": "Configurer l'authentification à deux facteurs",
"description": "Choisissez l'un des seconds facteurs suivants.",
"skip": "Ignorer"
}
},
"otp": {
"verify": {
"title": "Vérification à deux facteurs",
"totpDescription": "Entrez le code de votre application d'authentification.",
"smsDescription": "Entrez le code reçu par SMS.",
"emailDescription": "Entrez le code reçu par e-mail.",
"noCodeReceived": "Vous n'avez pas reçu de code ?",
"resendCode": "Renvoyer le code",
"submit": "Continuer",
"labels": {
"code": "Code"
},
"required": {
"code": "Ce champ est requis"
}
},
"set": {
"title": "Configurer l'authentification à deux facteurs",
"totpDescription": "Scannez le QR code avec votre application d'authentification.",
"smsDescription": "Entrez votre numéro de téléphone pour recevoir un code par SMS.",
"emailDescription": "Entrez votre adresse e-mail pour recevoir un code par e-mail.",
"totpRegisterDescription": "Scannez le QR code ou saisissez l'URL manuellement.",
"submit": "Continuer",
"labels": {
"code": "Code"
},
"required": {
"code": "Ce champ est requis"
}
}
},
"passkey": {
"verify": {
"title": "S'authentifier avec une clé d'accès",
"description": "Votre appareil vous demandera votre empreinte digitale, votre visage ou votre verrouillage d'écran",
"usePassword": "Utiliser un mot de passe",
"submit": "Continuer",
"errors": {
"couldNotRequestChallenge": "Impossible de demander le défi de la clé d'accès",
"couldNotVerifyPasskey": "Impossible de vérifier la clé d'accès",
"noResponseReceived": "Échec de la vérification de la clé d'accès - aucune réponse reçue",
"noRedirectProvided": "La vérification de la clé d'accès est terminée mais aucune redirection n'a été fournie",
"couldNotRetrievePasskey": "Une erreur s'est produite lors de la récupération de la clé d'accès",
"verificationCancelled": "La vérification de la clé d'accès a été annulée",
"verificationFailed": "Une erreur s'est produite lors de la vérification de la clé d'accès",
"couldNotFindSession": "Session introuvable",
"couldNotUpdateSession": "Impossible de mettre à jour la session",
"userNotFound": "Utilisateur introuvable dans le système",
"couldNotDetermineRedirect": "Impossible de déterminer l'URL de redirection après la vérification de la clé d'accès"
}
},
"set": {
"title": "Configurer une clé d'accès",
"description": "Votre appareil vous demandera votre empreinte digitale, votre visage ou votre verrouillage d'écran",
"info": {
"description": "Une clé d'accès est une méthode d'authentification sur un appareil, comme votre empreinte digitale, Apple FaceID ou équivalent.",
"link": "Authentification par clé d'accès"
},
"skip": "Ignorer",
"submit": "Continuer"
}
},
"u2f": {
"verify": {
"title": "Vérification à deux facteurs",
"description": "Vérifiez votre compte avec votre appareil."
},
"set": {
"title": "Configurer la double authentification",
"description": "Configurez un appareil comme second facteur.",
"submit": "Continuer"
}
},
"register": {
"methods": {
"passkey": "Clé d'accès",
"password": "Mot de passe"
},
"disabled": {
"title": "Inscription désactivée",
"description": "L'inscription est désactivée. Veuillez contacter votre administrateur."
},
"missingdata": {
"title": "Données manquantes",
"description": "Fournissez un e-mail, un prénom et un nom pour vous inscrire."
},
"title": "S'inscrire",
"description": "Créez votre compte Zitadel.",
"noMethodAvailableWarning": "Aucune méthode d'authentification disponible. Veuillez contacter votre administrateur.",
"selectMethod": "Sélectionnez la méthode que vous souhaitez utiliser pour vous authentifier",
"agreeTo": "Pour vous inscrire, vous devez accepter les conditions d'utilisation",
"termsOfService": "Conditions d'utilisation",
"privacyPolicy": "Politique de confidentialité",
"submit": "Continuer",
"password": {
"title": "Définir un mot de passe",
"description": "Définissez le mot de passe de votre compte",
"submit": "Continuer",
"labels": {
"password": "Mot de passe",
"confirmPassword": "Confirmez le mot de passe"
},
"required": {
"password": "Vous devez fournir un mot de passe !",
"confirmPassword": "Ce champ est requis"
}
},
"labels": {
"firstname": "Prénom",
"lastname": "Nom",
"email": "E-mail"
},
"required": {
"firstname": "Ce champ est requis",
"lastname": "Ce champ est requis",
"email": "Ce champ est requis"
},
"errors": {
"couldNotCreateUser": "Impossible de créer l'utilisateur",
"couldNotCreateSession": "Impossible de créer la session",
"userNotFound": "Utilisateur non trouvé dans le système",
"couldNotLinkIDP": "Impossible de lier le fournisseur d'identité à l'utilisateur",
"couldNotRegisterUser": "Impossible d'inscrire l'utilisateur"
}
},
"invite": {
"title": "Inviter un utilisateur",
"description": "Fournissez l'adresse e-mail et le nom de l'utilisateur que vous souhaitez inviter.",
"info": "L'utilisateur recevra un e-mail avec de plus amples instructions.",
"notAllowed": "Vos paramètres ne vous permettent pas d'inviter des utilisateurs.",
"submit": "Continuer",
"success": {
"title": "Utilisateur invité",
"description": "L'e-mail a été envoyé avec succès.",
"verified": "L'utilisateur a été invité et a déjà vérifié son e-mail.",
"notVerifiedYet": "L'utilisateur a été invité. Il recevra un e-mail avec de plus amples instructions.",
"submit": "Inviter un autre utilisateur"
}
},
"signedin": {
"title": "Bienvenue {user} !",
"description": "Vous êtes connecté.",
"continue": "Continuer",
"error": {
"title": "Erreur",
"description": "Une erreur est survenue lors de la connexion."
}
},
"verify": {
"userIdMissing": "Aucun identifiant utilisateur fourni !",
"successTitle": "Utilisateur vérifié",
"successDescription": "L'utilisateur a été vérifié avec succès.",
"successContinue": "Continuer",
"setupAuthenticator": "Configurer l'authentificateur",
"verify": {
"title": "Vérifier l'utilisateur",
"description": "Entrez le code fourni dans l'e-mail de vérification.",
"noCodeReceived": "Vous n'avez pas reçu de code ?",
"resendCode": "Renvoyer le code",
"codeSent": "Un code vient d'être envoyé à votre adresse e-mail.",
"submit": "Continuer",
"labels": {
"code": "Code"
},
"required": {
"code": "Ce champ est requis"
}
},
"errors": {
"couldNotResendEmail": "Impossible de renvoyer l'e-mail",
"couldNotVerifyUser": "Impossible de vérifier l'utilisateur",
"couldNotVerifyInvite": "Impossible de vérifier l'invitation",
"couldNotVerifyEmail": "Impossible de vérifier l'e-mail",
"couldNotVerify": "Impossible de vérifier",
"couldNotLoadUser": "Impossible de charger l'utilisateur",
"couldNotLoadAuthenticators": "Impossible de charger les authentificateurs disponibles",
"couldNotCreateSession": "Impossible de créer la session",
"noHostFound": "Aucun hôte trouvé",
"userAlreadyVerified": "L'utilisateur est déjà vérifié !",
"couldNotResendInvite": "Impossible de renvoyer l'invitation",
"inviteSendFailed": "Échec de l'envoi de l'e-mail d'invitation",
"emailSendFailed": "Échec de l'envoi de l'e-mail de vérification",
"contextMissing": "Une erreur s'est produite. Veuillez réessayer."
}
},
"authenticator": {
"title": "Choisir la méthode d'authentification",
"description": "Sélectionnez la méthode que vous souhaitez utiliser pour vous authentifier",
"noMethodsAvailable": "Aucune méthode d'authentification disponible",
"allSetup": "Vous avez déjà configuré un authentificateur !",
"linkWithIDP": "ou lier avec un fournisseur d'identité"
},
"device": {
"usercode": {
"title": "Code de l'appareil",
"description": "Entrez le code affiché sur votre application ou appareil.",
"submit": "Continuer",
"labels": {
"code": "Code"
},
"required": {
"code": "Ce champ est requis"
}
},
"request": {
"title": "{appName} souhaite se connecter",
"description": "{appName} aura accès à :",
"disclaimer": "En cliquant sur Autoriser, vous permettez à {appName} et à Zitadel d'utiliser vos informations conformément à leurs conditions d'utilisation et politiques de confidentialité respectives. Vous pouvez révoquer cet accès à tout moment.",
"submit": "Autoriser",
"deny": "Refuser"
},
"scope": {
"openid": "Vérifiez votre identité.",
"email": "Afficher votre adresse e-mail.",
"profile": "Afficher les informations complètes de votre profil.",
"offline_access": "Autoriser l'accès hors ligne à votre compte."
}
},
"error": {
"noUserCode": "Aucun code utilisateur fourni !",
"noDeviceRequest": "Aucune demande d'appareil trouvée.",
"unknownContext": "Impossible d'obtenir le contexte de l'utilisateur. Assurez-vous d'abord de saisir le nom d'utilisateur ou de fournir un loginName comme paramètre de recherche.",
"sessionExpired": "Votre session actuelle a expiré. Veuillez vous reconnecter.",
"failedLoading": "Échec du chargement des données. Veuillez réessayer.",
"tryagain": "Réessayer",
"couldNotContinueSession": "Impossible de continuer la session - informations utilisateur manquantes"
}
},
"ja": {
"common": {
"back": "戻る",
"title": "Zitadelでログイン"
},
"accounts": {
"title": "アカウント",
"description": "使用するアカウントを選択してください。",
"addAnother": "別のアカウントを追加",
"noResults": "アカウントが見つかりません",
"verified": "認証済み",
"expired": "期限切れ"
},
"logout": {
"title": "ログアウト",
"description": "セッションを終了するアカウントをクリックしてください",
"noResults": "アカウントが見つかりません",
"clear": "セッション終了",
"verifiedAt": "最後のアクティブ: {time}",
"success": {
"title": "ログアウト完了",
"description": "正常にログアウトしました。"
}
},
"loginname": {
"title": "お帰りなさい!",
"description": "ログイン情報を入力してください。",
"register": "新規ユーザー登録",
"submit": "続行",
"labels": {
"loginname": "ログイン名",
"username": "ユーザー名",
"usernameOrPhoneNumber": "ユーザー名または電話番号",
"usernameOrEmail": "ユーザー名またはメールアドレス"
},
"required": {
"loginName": "必須項目です"
},
"errors": {
"internalError": "内部エラーが発生しました",
"couldNotGetLoginSettings": "ログイン設定を取得できませんでした",
"couldNotSearchUsers": "ユーザーを検索できませんでした",
"couldNotGetDomain": "ドメインを取得できませんでした",
"couldNotGetHost": "ホストを取得できませんでした",
"couldNotStartIDPFlow": "IDPフローを開始できませんでした",
"moreThanOneUserFound": "複数のユーザーが見つかりました。一意の識別子を指定してください。",
"userNotFound": "ユーザーがシステムに見つかりません",
"couldNotCreateSession": "ユーザーのセッションを作成できませんでした",
"initialUserNotSupported": "初期ユーザーはサポートされていません",
"localAuthenticationNotAllowed": "ローカル認証は許可されていません! 詳細については管理者に問い合わせてください。",
"passkeysNotAllowed": "パスキーは許可されていません!詳細については管理者にお問い合わせください。",
"couldNotFindIdentityProvider": "IDプロバイダーが見つかりませんでした。",
"userNotActive": "ユーザーはアクティブではありません。詳細については管理者にお問い合わせください。"
}
},
"zitadel": {
"errors": {
"errorOccured": "エラーが発生しました",
"multipleUsersFound": "複数のユーザーが見つかりました",
"userNotFound": "ユーザーがシステムに見つかりません"
}
},
"password": {
"verify": {
"title": "パスワード",
"description": "パスワードを入力してください。",
"resetPassword": "パスワードをリセット",
"submit": "続行",
"labels": {
"password": "パスワード"
},
"required": {
"password": "必須項目です"
},
"errors": {
"couldNotVerifyPassword": "パスワードを確認できませんでした",
"couldNotResetPassword": "パスワードをリセットできませんでした"
},
"info": {
"passwordResetSent": "パスワードがリセットされました。メールを確認してください"
}
},
"set": {
"title": "パスワード設定",
"description": "アカウントのパスワードを設定してください",
"codeSent": "新しいコードがメールアドレスに送信されました。",
"noCodeReceived": "コードが届きませんか?",
"resend": "コードを再送信",
"submit": "続行",
"labels": {
"code": "コード",
"newPassword": "新しいパスワード",
"confirmPassword": "パスワード確認"
},
"required": {
"code": "必須項目です",
"newPassword": "パスワードを入力してください!",
"confirmPassword": "必須項目です"
},
"errors": {
"couldNotSetPassword": "パスワードを設定できませんでした",
"couldNotResetPassword": "パスワードをリセットできませんでした",
"couldNotVerifyPassword": "パスワードを確認できませんでした"
}
},
"change": {
"title": "パスワード変更",
"description": "アカウントのパスワードを設定してください",
"submit": "続行",
"labels": {
"currentPassword": "現在のパスワード",
"newPassword": "新しいパスワード",
"confirmPassword": "パスワード確認"
},
"required": {
"currentPassword": "現在のパスワードを入力してください!",
"newPassword": "新しいパスワードを入力してください!",
"confirmPassword": "必須項目です"
},
"errors": {
"currentPasswordInvalid": "現在のパスワードが正しくありません。",
"couldNotChangePassword": "パスワードを変更できませんでした",
"couldNotVerifyPassword": "パスワードを確認できませんでした",
"unknownError": "不明なエラー"
}
},
"complexity": {
"length": "{minLength} 文字以上である必要があります。",
"hasSymbol": "記号を含める必要があります。",
"hasNumber": "数字を含める必要があります。",
"hasUppercase": "大文字を含める必要があります。",
"hasLowercase": "小文字を含める必要があります。",
"equals": "パスワード確認が一致しました。",
"matches": "一致します",
"doesNotMatch": "一致しません"
},
"errors": {
"noHostFound": "ホストが見つかりません",
"couldNotSendResetLink": "パスワードリセットリンクを送信できませんでした",
"couldNotCreateSessionForUser": "ユーザーのセッションを作成できませんでした",
"couldNotVerifyPassword": "パスワードを確認できませんでした",
"failedToAuthenticate": "認証に失敗しました。パスワード試行回数 {maxPasswordAttempts} 回中 {failedAttempts} 回失敗しました。{lockoutMessage}",
"failedToAuthenticateNoLimit": "認証に失敗しました。",
"accountLockedContactAdmin": " アカウントのロックを解除するには管理者に連絡してください",
"userNotFound": "ユーザーがシステムに見つかりません",
"initialUserNotSupported": "初期ユーザーはサポートされていません",
"userInitialStateNotSupported": "ユーザーの初期状態はサポートされていません",
"codeOrVerificationRequired": "コードを提供するか、有効なユーザー確認チェックを行う必要があります",
"verificationRequired": "ユーザー確認チェックを行う必要があります",
"couldNotLoadSession": "セッションを読み込めませんでした",
"couldNotLoadAuthMethods": "認証方法を読み込めませんでした",
"failedPrecondition": "前提条件に失敗しました",
"sessionNotValid": "セッションが無効です",
"passwordVerificationMissing": "パスワード確認がありません。",
"passwordVerificationTooOld": "パスワード確認が古すぎます。もう一度パスワードを確認してください。"
}
},
"idp": {
"title": "SSOでサインイン",
"description": "以下のプロバイダーを選択してサインインしてください",
"orSignInWith": "または次でサインイン",
"signInWithApple": "Appleでサインイン",
"signInWithGoogle": "Googleでサインイン",
"signInWithAzureAD": "AzureADでサインイン",
"signInWithGithub": "GitHubでサインイン",
"signInWithGitlab": "GitLabでサインイン",
"loginError": {
"title": "ログイン失敗",
"description": "ログインの際にエラーが発生しました。"
},
"linkingError": {
"title": "アカウント連携失敗",
"description": "アカウント連携の際にエラーが発生しました。"
},
"completeRegister": {
"title": "データを完成させる",
"description": "メールアドレスと名前を入力して登録を完了してください。"
},
"accountNotFound": {
"title": "アカウントが見つかりません",
"description": "アイデンティティプロバイダの認証情報に関連付けられたアカウントが見つかりませんでした。",
"info": "既存のアカウントが見つかりませんでした。既存のアカウントでサインインするか、管理者にお問い合わせください。",
"backToLogin": "ログインに戻る"
},
"registrationFailed": {
"title": "登録が利用できません",
"description": "登録プロセスを完了できませんでした。",
"info": "登録する組織を特定できませんでした。管理者にお問い合わせください。",
"backToLogin": "ログインに戻る"
},
"processing": {
"message": "認証を処理しています...",
"noRedirect": "サーバーからリダイレクトまたはエラーが返されませんでした",
"unexpectedError": "予期しないエラーが発生しました"
},
"errors": {
"missingParameters": "必要なパラメータが不足しています",
"missingIdpInfo": "IDP情報が不足しています",
"idpNotFound": "アイデンティティプロバイダが見つかりません",
"linkingNotAllowed": "このアイデンティティプロバイダとの連携は許可されていません",
"linkingFailed": "アイデンティティプロバイダのアカウントへの連携に失敗しました",
"autoLinkingFailed": "アカウントの自動連携に失敗しました",
"userCreationFailed": "ユーザーアカウントの作成に失敗しました",
"orgResolutionFailed": "登録する組織を特定できませんでした",
"sessionCreationFailed": "セッションの作成またはリダイレクトの決定に失敗しました",
"unknownError": "不明なエラーが発生しました"
}
},
"ldap": {
"title": "LDAPログイン",
"description": "LDAP認証情報を入力してください。",
"submit": "続行",
"labels": {
"username": "ユーザー名",
"password": "パスワード"
},
"required": {
"username": "必須項目です",
"password": "必須項目です"
}
},
"mfa": {
"verify": {
"title": "本人確認",
"description": "以下の要素の中から一つを選択してください。",
"noResults": "設定可能な二要素認証がありません。"
},
"set": {
"title": "二要素認証の設定",
"description": "以下の二要素認証の中から一つを選択してください。",
"skip": "スキップ"
}
},
"otp": {
"verify": {
"title": "二要素認証",
"totpDescription": "認証アプリからコードを入力してください。",
"smsDescription": "SMSで受信したコードを入力してください。",
"emailDescription": "メールで受信したコードを入力してください。",
"noCodeReceived": "コードが届きませんか?",
"resendCode": "コードを再送信",
"submit": "続行",
"labels": {
"code": "コード"
},
"required": {
"code": "必須項目です"
}
},
"set": {
"title": "二要素認証の設定",
"totpDescription": "認証アプリでQRコードをスキャンしてください。",
"smsDescription": "SMSでコードを受信する電話番号を入力してください。",
"emailDescription": "メールでコードを受信するメールアドレスを入力してください。",
"totpRegisterDescription": "QRコードをスキャンするか、URLに手動でアクセスしてください。",
"submit": "続行",
"labels": {
"code": "コード"
},
"required": {
"code": "必須項目です"
}
}
},
"passkey": {
"verify": {
"title": "パスキーで認証",
"description": "デバイスが指紋、顔、または画面ロックの入力を求めます",
"usePassword": "パスワードを使用",
"submit": "続行",
"errors": {
"couldNotRequestChallenge": "パスキーチャレンジを要求できませんでした",
"couldNotVerifyPasskey": "パスキーを確認できませんでした",
"noResponseReceived": "パスキー確認に失敗しました - 応答がありません",
"noRedirectProvided": "パスキー確認は完了しましたが、リダイレクトが提供されませんでした",
"couldNotRetrievePasskey": "パスキーの取得中にエラーが発生しました",
"verificationCancelled": "パスキー確認がキャンセルされました",
"verificationFailed": "パスキー確認中にエラーが発生しました",
"couldNotFindSession": "セッションが見つかりませんでした",
"couldNotUpdateSession": "セッションを更新できませんでした",
"userNotFound": "ユーザーがシステムに見つかりません",
"couldNotDetermineRedirect": "パスキー確認後のリダイレクトURLを決定できませんでした"
}
},
"set": {
"title": "パスキーの設定",
"description": "デバイスが指紋、顔、または画面ロックの入力を求めます",
"info": {
"description": "パスキーは、指紋やApple FaceIDなどのデバイス上の認証方法です。",
"link": "パスキー認証"
},
"skip": "スキップ",
"submit": "続行"
}
},
"u2f": {
"verify": {
"title": "二要素認証",
"description": "デバイスでアカウントを確認してください。"
},
"set": {
"title": "二要素認証の設定",
"description": "デバイスを二要素認証として設定します。",
"submit": "続行"
}
},
"register": {
"methods": {
"passkey": "パスキー",
"password": "パスワード"
},
"disabled": {
"title": "登録が無効",
"description": "登録が無効になっています。管理者にお問い合わせください。"
},
"missingdata": {
"title": "データが不足",
"description": "登録するにはメールアドレス、姓、名を入力してください。"
},
"title": "登録",
"description": "Zitadelアカウントを作成します。",
"noMethodAvailableWarning": "使用可能な認証方法がありません。管理者にお問い合わせください。",
"selectMethod": "認証に使用する方法を選択してください",
"agreeTo": "登録するには利用規約に同意する必要があります",
"termsOfService": "利用規約",
"privacyPolicy": "プライバシーポリシー",
"submit": "続行",
"password": {
"title": "パスワード設定",
"description": "アカウントのパスワードを設定してください",
"submit": "続行",
"labels": {
"password": "パスワード",
"confirmPassword": "パスワード確認"
},
"required": {
"password": "パスワードを入力してください!",
"confirmPassword": "必須項目です"
}
},
"labels": {
"firstname": "名",
"lastname": "姓",
"email": "メールアドレス"
},
"required": {
"firstname": "必須項目です",
"lastname": "必須項目です",
"email": "必須項目です"
},
"errors": {
"couldNotCreateUser": "ユーザーを作成できませんでした",
"couldNotCreateSession": "セッションを作成できませんでした",
"userNotFound": "ユーザーがシステムに見つかりません",
"couldNotLinkIDP": "IDPをユーザーにリンクできませんでした",
"couldNotRegisterUser": "ユーザーを登録できませんでした"
}
},
"invite": {
"title": "ユーザー招待",
"description": "招待するユーザーのメールアドレスと名前を入力してください。",
"info": "ユーザーには詳細な手順が記載されたメールが送信されます。",
"notAllowed": "設定によりユーザーを招待できません。",
"submit": "続行",
"success": {
"title": "ユーザーを招待しました",
"description": "メールが正常に送信されました。",
"verified": "ユーザーが招待され、既にメールアドレスが確認済みです。",
"notVerifiedYet": "ユーザーが招待されました。詳細な手順が記載されたメールを受信します。",
"submit": "別のユーザーを招待"
}
},
"signedin": {
"title": "ようこそ {user}さん!",
"description": "サインインしました。",
"continue": "続行",
"error": {
"title": "エラー",
"description": "サインインの際にエラーが発生しました。"
}
},
"verify": {
"userIdMissing": "ユーザーIDが指定されていません!",
"successTitle": "ユーザー確認完了",
"successDescription": "ユーザーの確認が正常に完了しました。",
"successContinue": "続行",
"setupAuthenticator": "認証の設定",
"verify": {
"title": "ユーザー確認",
"description": "確認メールに記載されたコードを入力してください。",
"noCodeReceived": "コードが届きませんか?",
"resendCode": "コードを再送信",
"codeSent": "確認コードをメールアドレスに送信しました。",
"submit": "続行",
"labels": {
"code": "コード"
},
"required": {
"code": "必須項目です"
}
},
"errors": {
"couldNotResendEmail": "メールを再送信できませんでした",
"couldNotVerifyUser": "ユーザーを確認できませんでした",
"couldNotVerifyInvite": "招待を確認できませんでした",
"couldNotVerifyEmail": "メールアドレスを確認できませんでした",
"couldNotVerify": "確認できませんでした",
"couldNotLoadUser": "ユーザーを読み込めませんでした",
"couldNotLoadAuthenticators": "認証方法を読み込めませんでした",
"couldNotCreateSession": "セッションを作成できませんでした",
"noHostFound": "ホストが見つかりません",
"userAlreadyVerified": "ユーザーは既に確認済みです!",
"couldNotResendInvite": "招待を再送信できませんでした",
"inviteSendFailed": "招待メールの送信に失敗しました",
"emailSendFailed": "確認メールの送信に失敗しました",
"contextMissing": "エラーが発生しました。もう一度お試しください。"
}
},
"authenticator": {
"title": "認証方法を選択",
"description": "認証に使用する方法を選択してください",
"noMethodsAvailable": "使用可能な認証方法がありません",
"allSetup": "認証の設定は既に完了しています!",
"linkWithIDP": "またはIDプロバイダーと連携"
},
"device": {
"usercode": {
"title": "デバイスコード",
"description": "アプリまたはデバイスに表示されるコードを入力してください。",
"submit": "続行",
"labels": {
"code": "コード"
},
"required": {
"code": "必須項目です"
}
},
"request": {
"title": "{appName}が接続を要求しています",
"description": "{appName}は以下にアクセスします:",
"disclaimer": "「許可」をクリックすることで、{appName}とZitadelがそれぞれの利用規約およびプライバシーポリシーに従ってあなたの情報を使用することを許可します。このアクセスはいつでも取り消すことができます。",
"submit": "許可",
"deny": "拒否"
},
"scope": {
"openid": "本人確認を行います。",
"email": "メールアドレスを表示します。",
"profile": "すべてのプロフィール情報を表示します。",
"offline_access": "アカウントへのオフラインアクセスを許可します。"
}
},
"error": {
"noUserCode": "ユーザーコードが指定されていません!",
"noDeviceRequest": "デバイスリクエストが見つかりません。",
"unknownContext": "ユーザーのコンテキストを取得できませんでした。最初にユーザー名を入力するか、検索パラメータとしてloginNameを指定してください。",
"sessionExpired": "現在のセッションが期限切れです。再度ログインしてください。",
"failedLoading": "データの読み込みに失敗しました。再試行してください。",
"tryagain": "再試行",
"couldNotContinueSession": "セッションを継続できませんでした - ユーザー情報が不足しています"
}
},
"pt": {
"common": {
"back": "Voltar",
"title": "Entrar com Zitadel"
},
"accounts": {
"title": "Contas",
"description": "Selecione a conta que deseja utilizar.",
"addAnother": "Adicionar outra conta",
"noResults": "Nenhuma conta encontrada",
"verified": "verificado",
"expired": "expirado"
},
"logout": {
"title": "Sair",
"description": "Clique em uma conta para encerrar a sessão",
"noResults": "Nenhuma conta encontrada",
"clear": "Encerrar Sessão",
"verifiedAt": "Último acesso: {time}",
"success": {
"title": "Sessão encerrada",
"description": "Você saiu com sucesso."
}
},
"loginname": {
"title": "Bem-vindo de volta!",
"description": "Insira seus dados de acesso.",
"register": "Cadastrar novo usuário",
"submit": "Continuar",
"labels": {
"loginname": "Nome de usuário",
"username": "Usuário",
"usernameOrPhoneNumber": "Usuário ou número de telefone",
"usernameOrEmail": "Usuário ou e-mail"
},
"required": {
"loginName": "Este campo é obrigatório"
},
"errors": {
"internalError": "Ocorreu um erro interno",
"couldNotGetLoginSettings": "Não foi possível obter as configurações de login",
"couldNotSearchUsers": "Não foi possível pesquisar usuários",
"couldNotGetDomain": "Não foi possível obter o domínio",
"couldNotGetHost": "Não foi possível obter o host",
"couldNotStartIDPFlow": "Não foi possível iniciar o fluxo do provedor de identidade",
"moreThanOneUserFound": "Mais de um usuário encontrado. Forneça um identificador único.",
"userNotFound": "Usuário não encontrado no sistema",
"couldNotCreateSession": "Não foi possível criar sessão para o usuário",
"initialUserNotSupported": "Usuário inicial não suportado",
"localAuthenticationNotAllowed": "A autenticação local não é permitida! Entre em contato com o administrador para mais informações.",
"passkeysNotAllowed": "Chaves de acesso não são permitidas! Entre em contato com o administrador para mais informações.",
"couldNotFindIdentityProvider": "Não foi possível encontrar o provedor de identidade.",
"userNotActive": "O usuário não está ativo. Entre em contato com o administrador para mais informações."
}
},
"zitadel": {
"errors": {
"errorOccured": "Ocorreu um erro",
"multipleUsersFound": "Múltiplos usuários encontrados",
"userNotFound": "Usuário não encontrado no sistema"
}
},
"password": {
"verify": {
"title": "Senha",
"description": "Insira sua senha.",
"resetPassword": "Redefinir Senha",
"submit": "Continuar",
"labels": {
"password": "Senha"
},
"required": {
"password": "Este campo é obrigatório"
},
"errors": {
"couldNotVerifyPassword": "Não foi possível verificar a senha",
"couldNotResetPassword": "Não foi possível redefinir a senha"
},
"info": {
"passwordResetSent": "A senha foi redefinida. Por favor, verifique seu e-mail"
}
},
"set": {
"title": "Definir Senha",
"description": "Defina a senha da sua conta",
"codeSent": "Um código foi enviado para o seu e-mail.",
"noCodeReceived": "Não recebeu o código?",
"resend": "Reenviar código",
"submit": "Continuar",
"labels": {
"code": "Código",
"newPassword": "Nova Senha",
"confirmPassword": "Confirmar Senha"
},
"required": {
"code": "Este campo é obrigatório",
"newPassword": "Você precisa fornecer uma senha!",
"confirmPassword": "Este campo é obrigatório"
},
"errors": {
"couldNotSetPassword": "Não foi possível definir a senha",
"couldNotResetPassword": "Não foi possível redefinir a senha",
"couldNotVerifyPassword": "Não foi possível verificar a senha"
}
},
"change": {
"title": "Alterar Senha",
"description": "Defina a senha da sua conta",
"submit": "Continuar",
"labels": {
"currentPassword": "Senha Atual",
"newPassword": "Nova Senha",
"confirmPassword": "Confirmar Senha"
},
"required": {
"currentPassword": "Você precisa fornecer sua senha atual!",
"newPassword": "Você precisa fornecer uma nova senha!",
"confirmPassword": "Este campo é obrigatório"
},
"errors": {
"currentPasswordInvalid": "A senha atual está incorreta.",
"couldNotChangePassword": "Não foi possível alterar a senha",
"couldNotVerifyPassword": "Não foi possível verificar a senha",
"unknownError": "Erro desconhecido"
}
},
"complexity": {
"length": "Deve ter pelo menos {minLength} caracteres.",
"hasSymbol": "Deve incluir um símbolo.",
"hasNumber": "Deve incluir um número.",
"hasUppercase": "Deve incluir uma letra maiúscula.",
"hasLowercase": "Deve incluir uma letra minúscula.",
"equals": "A confirmação de senha coincide.",
"matches": "Coincide",
"doesNotMatch": "Não coincide"
},
"errors": {
"noHostFound": "Nenhum host encontrado",
"couldNotSendResetLink": "Não foi possível enviar o link de redefinição de senha",
"couldNotCreateSessionForUser": "Não foi possível criar sessão para o usuário",
"couldNotVerifyPassword": "Não foi possível verificar a senha",
"failedToAuthenticate": "Falha na autenticação. Você usou {failedAttempts} de {maxPasswordAttempts} tentativas de senha.{lockoutMessage}",
"failedToAuthenticateNoLimit": "Falha na autenticação.",
"accountLockedContactAdmin": " Entre em contato com o administrador para desbloquear sua conta",
"userNotFound": "Usuário não encontrado no sistema",
"initialUserNotSupported": "Usuário inicial não suportado",
"userInitialStateNotSupported": "Estado inicial do usuário não é suportado",
"codeOrVerificationRequired": "Você precisa fornecer um código ou ter uma verificação de usuário válida",
"verificationRequired": "A verificação do usuário precisa ser realizada",
"couldNotLoadSession": "Não foi possível carregar a sessão",
"couldNotLoadAuthMethods": "Não foi possível carregar os métodos de autenticação",
"failedPrecondition": "Pré-condição falhou",
"sessionNotValid": "A sessão não é válida",
"passwordVerificationMissing": "A verificação de senha está ausente.",
"passwordVerificationTooOld": "A verificação de senha expirou. Por favor, verifique sua senha novamente."
}
},
"idp": {
"title": "Entrar com SSO",
"description": "Selecione um dos provedores abaixo para entrar",
"orSignInWith": "ou entre com",
"signInWithApple": "Entrar com Apple",
"signInWithGoogle": "Entrar com Google",
"signInWithAzureAD": "Entrar com AzureAD",
"signInWithGithub": "Entrar com GitHub",
"signInWithGitlab": "Entrar com GitLab",
"loginError": {
"title": "Falha no login",
"description": "Ocorreu um erro ao tentar fazer login."
},
"linkingError": {
"title": "Falha na vinculação de conta",
"description": "Ocorreu um erro ao tentar vincular sua conta."
},
"completeRegister": {
"title": "Complete seus dados",
"description": "Você precisa completar seu cadastro fornecendo seu endereço de e-mail e nome."
},
"accountNotFound": {
"title": "Conta Não Encontrada",
"description": "Não encontramos uma conta associada às suas credenciais do provedor de identidade.",
"info": "Nenhuma conta existente foi encontrada. Por favor, entre com uma conta existente ou entre em contato com o administrador para assistência.",
"backToLogin": "Voltar ao Login"
},
"registrationFailed": {
"title": "Cadastro Indisponível",
"description": "Não foi possível completar o processo de cadastro.",
"info": "Não foi possível determinar a organização para o cadastro. Por favor, entre em contato com o administrador para assistência.",
"backToLogin": "Voltar ao Login"
},
"processing": {
"message": "Processando autenticação...",
"noRedirect": "Nenhum redirecionamento ou erro retornado pelo servidor",
"unexpectedError": "Ocorreu um erro inesperado"
},
"errors": {
"missingParameters": "Parâmetros obrigatórios ausentes",
"missingIdpInfo": "Informações do provedor de identidade ausentes",
"idpNotFound": "Provedor de identidade não encontrado",
"linkingNotAllowed": "A vinculação não é permitida para este provedor de identidade",
"linkingFailed": "Falha ao vincular o provedor de identidade à conta",
"autoLinkingFailed": "Falha ao vincular automaticamente a conta",
"userCreationFailed": "Falha ao criar conta de usuário",
"orgResolutionFailed": "Não foi possível determinar a organização para o cadastro",
"sessionCreationFailed": "Não foi possível criar sessão ou determinar redirecionamento",
"unknownError": "Ocorreu um erro desconhecido"
}
},
"ldap": {
"title": "Login LDAP",
"description": "Insira suas credenciais LDAP.",
"submit": "Continuar",
"labels": {
"username": "Usuário",
"password": "Senha"
},
"required": {
"username": "Este campo é obrigatório",
"password": "Este campo é obrigatório"
}
},
"mfa": {
"verify": {
"title": "Verifique sua identidade",
"description": "Escolha um dos fatores abaixo.",
"noResults": "Nenhum segundo fator disponível para configurar."
},
"set": {
"title": "Configurar 2º Fator",
"description": "Escolha um dos seguintes segundos fatores.",
"skip": "Pular"
}
},
"otp": {
"verify": {
"title": "Verificar 2º Fator",
"totpDescription": "Insira o código do seu aplicativo autenticador.",
"smsDescription": "Insira o código que você recebeu via SMS.",
"emailDescription": "Insira o código que você recebeu por e-mail.",
"noCodeReceived": "Não recebeu o código?",
"resendCode": "Reenviar código",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo é obrigatório"
}
},
"set": {
"title": "Configurar 2º Fator",
"totpDescription": "Escaneie o QR Code com seu aplicativo autenticador.",
"smsDescription": "Insira seu número de telefone para receber um código via SMS.",
"emailDescription": "Insira seu endereço de e-mail para receber um código por e-mail.",
"totpRegisterDescription": "Escaneie o QR Code ou acesse a URL manualmente.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo é obrigatório"
}
}
},
"passkey": {
"verify": {
"title": "Autenticar com chave de acesso",
"description": "Seu dispositivo solicitará sua impressão digital, rosto ou bloqueio de tela",
"usePassword": "Usar senha",
"submit": "Continuar",
"errors": {
"couldNotRequestChallenge": "Não foi possível solicitar desafio da chave de acesso",
"couldNotVerifyPasskey": "Não foi possível verificar a chave de acesso",
"noResponseReceived": "Falha na verificação da chave de acesso - nenhuma resposta recebida",
"noRedirectProvided": "Verificação da chave de acesso concluída, mas nenhum redirecionamento foi fornecido",
"couldNotRetrievePasskey": "Ocorreu um erro ao recuperar a chave de acesso",
"verificationCancelled": "A verificação da chave de acesso foi cancelada",
"verificationFailed": "Ocorreu um erro durante a verificação da chave de acesso",
"couldNotFindSession": "Não foi possível encontrar a sessão",
"couldNotUpdateSession": "Não foi possível atualizar a sessão",
"userNotFound": "Usuário não encontrado no sistema",
"couldNotDetermineRedirect": "Não foi possível determinar a URL de redirecionamento após verificação da chave de acesso"
}
},
"set": {
"title": "Configurar chave de acesso",
"description": "Seu dispositivo solicitará sua impressão digital, rosto ou bloqueio de tela",
"info": {
"description": "Uma chave de acesso é um método de autenticação no seu dispositivo, como impressão digital, Apple FaceID ou similar. ",
"link": "Autenticação por Chave de Acesso"
},
"skip": "Pular",
"submit": "Continuar"
}
},
"u2f": {
"verify": {
"title": "Verificar 2º Fator",
"description": "Verifique sua conta com seu dispositivo."
},
"set": {
"title": "Configurar 2º Fator",
"description": "Configure um dispositivo como segundo fator.",
"submit": "Continuar"
}
},
"register": {
"methods": {
"passkey": "Chave de Acesso",
"password": "Senha"
},
"disabled": {
"title": "Cadastro desativado",
"description": "O cadastro está desativado. Por favor, entre em contato com o administrador."
},
"missingdata": {
"title": "Dados incompletos",
"description": "Forneça e-mail, nome e sobrenome para se cadastrar."
},
"title": "Cadastrar",
"description": "Crie sua conta Zitadel.",
"noMethodAvailableWarning": "Nenhum método de autenticação disponível. Por favor, entre em contato com o administrador.",
"selectMethod": "Selecione o método de autenticação desejado",
"agreeTo": "Para se cadastrar, você deve concordar com os termos e condições",
"termsOfService": "Termos de Serviço",
"privacyPolicy": "Política de Privacidade",
"submit": "Continuar",
"password": {
"title": "Definir Senha",
"description": "Defina a senha da sua conta",
"submit": "Continuar",
"labels": {
"password": "Senha",
"confirmPassword": "Confirmar Senha"
},
"required": {
"password": "Você precisa fornecer uma senha!",
"confirmPassword": "Este campo é obrigatório"
}
},
"labels": {
"firstname": "Nome",
"lastname": "Sobrenome",
"email": "E-mail"
},
"required": {
"firstname": "Este campo é obrigatório",
"lastname": "Este campo é obrigatório",
"email": "Este campo é obrigatório"
},
"errors": {
"couldNotCreateUser": "Não foi possível criar o usuário",
"couldNotCreateSession": "Não foi possível criar a sessão",
"userNotFound": "Usuário não encontrado no sistema",
"couldNotLinkIDP": "Não foi possível vincular o provedor de identidade ao usuário",
"couldNotRegisterUser": "Não foi possível cadastrar o usuário"
}
},
"invite": {
"title": "Convidar Usuário",
"description": "Forneça o endereço de e-mail e o nome do usuário que deseja convidar.",
"info": "O usuário receberá um e-mail com instruções.",
"notAllowed": "Suas configurações não permitem convidar usuários.",
"submit": "Continuar",
"success": {
"title": "Usuário convidado",
"description": "O e-mail foi enviado com sucesso.",
"verified": "O usuário foi convidado e já verificou seu e-mail.",
"notVerifiedYet": "O usuário foi convidado. Ele receberá um e-mail com instruções.",
"submit": "Convidar outro usuário"
}
},
"signedin": {
"title": "Bem-vindo, {user}!",
"description": "Você está conectado.",
"continue": "Continuar",
"error": {
"title": "Erro",
"description": "Ocorreu um erro ao tentar entrar."
}
},
"verify": {
"userIdMissing": "Nenhum ID de usuário fornecido!",
"successTitle": "Usuário verificado",
"successDescription": "O usuário foi verificado com sucesso.",
"successContinue": "Continuar",
"setupAuthenticator": "Configurar autenticador",
"verify": {
"title": "Verificar usuário",
"description": "Insira o código fornecido no e-mail de verificação.",
"noCodeReceived": "Não recebeu o código?",
"resendCode": "Reenviar código",
"codeSent": "Um código foi enviado para o seu endereço de e-mail.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo é obrigatório"
}
},
"errors": {
"couldNotResendEmail": "Não foi possível reenviar o e-mail",
"couldNotVerifyUser": "Não foi possível verificar o usuário",
"couldNotVerifyInvite": "Não foi possível verificar o convite",
"couldNotVerifyEmail": "Não foi possível verificar o e-mail",
"couldNotVerify": "Não foi possível verificar",
"couldNotLoadUser": "Não foi possível carregar o usuário",
"couldNotLoadAuthenticators": "Não foi possível carregar os autenticadores disponíveis",
"couldNotCreateSession": "Não foi possível criar a sessão",
"noHostFound": "Nenhum host encontrado",
"userAlreadyVerified": "O usuário já foi verificado!",
"couldNotResendInvite": "Não foi possível reenviar o convite",
"inviteSendFailed": "Falha ao enviar e-mail de convite",
"emailSendFailed": "Falha ao enviar e-mail de verificação",
"contextMissing": "Ocorreu um erro. Por favor, tente novamente."
}
},
"authenticator": {
"title": "Escolha o método de autenticação",
"description": "Selecione o método de autenticação desejado",
"noMethodsAvailable": "Nenhum método de autenticação disponível",
"allSetup": "Você já configurou um autenticador!",
"linkWithIDP": "ou vincule com um Provedor de Identidade"
},
"device": {
"usercode": {
"title": "Código do dispositivo",
"description": "Insira o código exibido no seu aplicativo ou dispositivo.",
"submit": "Continuar",
"labels": {
"code": "Código"
},
"required": {
"code": "Este campo é obrigatório"
}
},
"request": {
"title": "{appName} deseja se conectar",
"description": "{appName} terá acesso a:",
"disclaimer": "Ao clicar em Permitir, você autoriza {appName} e Zitadel a usar suas informações de acordo com seus respectivos termos de serviço e políticas de privacidade. Você pode revogar este acesso a qualquer momento.",
"submit": "Permitir",
"deny": "Negar"
},
"scope": {
"openid": "Verificar sua identidade.",
"email": "Ver seu endereço de e-mail.",
"profile": "Ver suas informações completas de perfil.",
"offline_access": "Permitir acesso offline à sua conta."
}
},
"error": {
"noUserCode": "Nenhum código de usuário fornecido!",
"noDeviceRequest": "Nenhuma solicitação de dispositivo encontrada.",
"unknownContext": "Não foi possível obter o contexto do usuário. Certifique-se de inserir o nome de usuário primeiro ou forneça um loginName como parâmetro de busca.",
"sessionExpired": "Sua sessão atual expirou. Por favor, faça login novamente.",
"failedLoading": "Falha ao carregar dados. Por favor, tente novamente.",
"tryagain": "Tentar Novamente",
"couldNotContinueSession": "Não foi possível continuar a sessão — informações do usuário ausentes"
}
}
}