2025-06-18 13:24:39 +02:00
{
"de" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Zurück" ,
"title" : "Anmelden mit Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Konten" ,
"description" : "Wählen Sie das Konto aus, das Sie verwenden möchten." ,
"addAnother" : "Ein weiteres Konto hinzufügen" ,
2025-08-29 07:12:12 +02:00
"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."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "Willkommen zurück!" ,
"description" : "Geben Sie Ihre Anmeldedaten ein." ,
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Passwort" ,
"description" : "Geben Sie Ihr Passwort ein." ,
"resetPassword" : "Passwort zurücksetzen" ,
"submit" : "Weiter" ,
"labels" : {
"password" : "Passwort"
} ,
"required" : {
"password" : "Dieses Feld ist erforderlich"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Passwort festlegen" ,
"description" : "Legen Sie das Passwort für Ihr Konto fest" ,
"codeSent" : "Ein 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"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Passwort ändern" ,
"description" : "Legen Sie das Passwort für Ihr Konto fest" ,
"submit" : "Weiter" ,
"labels" : {
"newPassword" : "Neues Passwort" ,
"confirmPassword" : "Neues Passwort wiederholen"
} ,
"required" : {
"newPassword" : "Bitte geben Sie ein neues Passwort ein!" ,
"confirmPassword" : "Dieses Feld ist erforderlich"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Mit SSO anmelden" ,
"description" : "Wählen Sie einen der folgenden Anbieter, um sich anzumelden" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "oder melden Sie sich an mit" ,
2025-06-18 13:24:39 +02:00
"signInWithApple" : "Mit Apple anmelden" ,
"signInWithGoogle" : "Mit Google anmelden" ,
"signInWithAzureAD" : "Mit AzureAD anmelden" ,
"signInWithGithub" : "Mit GitHub anmelden" ,
"signInWithGitlab" : "Mit GitLab anmelden" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Anmeldung erfolgreich" ,
"description" : "Sie haben sich erfolgreich angemeldet!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Konto verknüpft" ,
"description" : "Sie haben Ihr Konto erfolgreich verknüpft!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Registrierung erfolgreich" ,
"description" : "Sie haben sich erfolgreich registriert!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Anmeldung fehlgeschlagen" ,
"description" : "Beim Anmelden ist ein Fehler aufgetreten."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"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."
}
} ,
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Bestätigen Sie Ihre Identität" ,
"description" : "Wählen Sie einen der folgenden Faktoren." ,
"noResults" : "Keine zweiten Faktoren verfügbar, um sie einzurichten."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "2-Faktor einrichten" ,
"description" : "Wählen Sie einen der folgenden zweiten Faktoren." ,
"skip" : "Überspringen"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Mit einem Passkey authentifizieren" ,
"description" : "Ihr Gerät wird nach Ihrem Fingerabdruck, Gesicht oder Bildschirmsperre fragen" ,
"usePassword" : "Passwort verwenden" ,
"submit" : "Weiter"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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" : "Passwortlose Authentifizierung"
} ,
"skip" : "Überspringen" ,
"submit" : "Weiter"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "2-Faktor bestätigen" ,
"description" : "Bestätigen Sie Ihr Konto mit Ihrem Gerät."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "2-Faktor einrichten" ,
"description" : "Richten Sie ein Gerät als zweiten Faktor ein." ,
"submit" : "Weiter"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Passkey" ,
"password" : "Passwort"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Registrierung deaktiviert" ,
"description" : "Die Registrierung ist deaktiviert. Bitte wenden Sie sich an den Administrator."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Registrierung fehlgeschlagen" ,
"description" : "Einige Daten fehlen. Bitte überprüfen Sie Ihre Eingaben."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Registrieren" ,
"description" : "Erstellen Sie Ihr ZITADEL-Konto." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "Keine Authentifizierungsmethode verfügbar. Bitte wenden Sie sich an den Administrator." ,
2025-06-18 13:24:39 +02:00
"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" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "oder verwenden Sie einen Identitätsanbieter" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "Willkommen {user}!" ,
"description" : "Sie sind angemeldet." ,
"continue" : "Weiter" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Fehler" ,
"description" : "Ein Fehler ist aufgetreten."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "Keine Benutzer-ID angegeben!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "Benutzer verifiziert" ,
"successDescription" : "Der Benutzer wurde erfolgreich verifiziert." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Authentifikator einrichten" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"title" : "Gerätecode" ,
"description" : "Geben Sie den Code ein." ,
"submit" : "Weiter" ,
"labels" : {
"code" : "Code"
} ,
"required" : {
"code" : "Dieses Feld ist erforderlich"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"title" : "{appName} möchte eine Verbindung herstellen:" ,
"disclaimer" : "{appName} hat Zugriff auf:" ,
"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." ,
"submit" : "Zulassen" ,
"deny" : "Ablehnen"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"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."
2025-06-18 13:24:39 +02:00
}
} ,
"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"
}
} ,
"en" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Back" ,
"title" : "Login with Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Accounts" ,
"description" : "Select the account you want to use." ,
"addAnother" : "Add another account" ,
2025-08-29 07:12:12 +02:00
"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."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "Welcome back!" ,
"description" : "Enter your login data." ,
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Password" ,
"description" : "Enter your password." ,
"resetPassword" : "Reset Password" ,
"submit" : "Continue" ,
"labels" : {
"password" : "Password"
} ,
"required" : {
"password" : "This field is required"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Set Password" ,
"description" : "Set the password for your account" ,
"codeSent" : "A 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"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Change Password" ,
"description" : "Set the password for your account" ,
"submit" : "Continue" ,
"labels" : {
"newPassword" : "New Password" ,
"confirmPassword" : "Confirm Password"
} ,
"required" : {
"newPassword" : "You have to provide a new password!" ,
"confirmPassword" : "This field is required"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Sign in with SSO" ,
"description" : "Select one of the following providers to sign in" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "or sign in with" ,
2025-06-18 13:24:39 +02:00
"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" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Login successful" ,
"description" : "You have successfully been loggedIn!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Account linked" ,
"description" : "You have successfully linked your account!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Registration successful" ,
"description" : "You have successfully registered!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Login failed" ,
"description" : "An error occurred while trying to login."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"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."
}
} ,
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verify your identity" ,
"description" : "Choose one of the following factors." ,
"noResults" : "No second factors available to setup."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Set up 2-Factor" ,
"description" : "Choose one of the following second factors." ,
"skip" : "Skip"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Authenticate with a passkey" ,
"description" : "Your device will ask for your fingerprint, face, or screen lock" ,
"usePassword" : "Use password" ,
"submit" : "Continue"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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" : "Passwordless Authentication"
} ,
"skip" : "Skip" ,
"submit" : "Continue"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verify 2-Factor" ,
"description" : "Verify your account with your device."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Set up 2-Factor" ,
"description" : "Set up a device as a second factor." ,
"submit" : "Continue"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Passkey" ,
"password" : "Password"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Registration disabled" ,
"description" : "The registration is disabled. Please contact your administrator."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Missing data" ,
"description" : "Provide email, first and last name to register."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Register" ,
"description" : "Create your ZITADEL account." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "No authentication method available. Please contact your administrator." ,
2025-06-18 13:24:39 +02:00
"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" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "or use an Identity Provider" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "Welcome {user}!" ,
"description" : "You are signed in." ,
"continue" : "Continue" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Error" ,
"description" : "An error occurred while trying to sign in."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "No userId provided!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "User verified" ,
"successDescription" : "The user has been verified successfully." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Setup authenticator" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verify user" ,
"description" : "Enter the Code provided in the verification email." ,
"noCodeReceived" : "Didn't receive a code?" ,
"resendCode" : "Resend code" ,
"codeSent" : "A code has just been sent to your email address." ,
"submit" : "Continue" ,
"labels" : {
"code" : "Code"
} ,
"required" : {
"code" : "This field is required"
}
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"title" : "Device code" ,
"description" : "Enter the code displayed on your app or device." ,
"submit" : "Continue" ,
"labels" : {
"code" : "Code"
} ,
"required" : {
"code" : "This field is required"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"openid" : "Verify your identity." ,
"email" : "View your email address." ,
"profile" : "View your full profile information." ,
"offline_access" : "Allow offline access to your account."
2025-06-18 13:24:39 +02:00
}
} ,
"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"
}
} ,
"es" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Atrás" ,
"title" : "Iniciar sesión con Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Cuentas" ,
2025-08-29 07:12:12 +02:00
"description" : "Seleccione la cuenta que desea utilizar." ,
2025-06-18 13:24:39 +02:00
"addAnother" : "Agregar otra cuenta" ,
2025-08-29 07:12:12 +02:00
"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."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "¡Bienvenido de nuevo!" ,
"description" : "Introduce tus datos de acceso." ,
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Contraseña" ,
"description" : "Introduce tu contraseña." ,
"resetPassword" : "Restablecer contraseña" ,
"submit" : "Continuar" ,
"labels" : {
"password" : "Contraseña"
} ,
"required" : {
"password" : "Este campo es obligatorio"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Establecer Contraseña" ,
"description" : "Establece la contraseña para tu cuenta" ,
"codeSent" : "Se ha enviado un código a su 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"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Cambiar Contraseña" ,
"description" : "Establece la contraseña para tu cuenta" ,
"submit" : "Continuar" ,
"labels" : {
"newPassword" : "Nueva contraseña" ,
"confirmPassword" : "Confirmar contraseña"
} ,
"required" : {
"newPassword" : "¡Debes proporcionar una nueva contraseña!" ,
"confirmPassword" : "Este campo es obligatorio"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Iniciar sesión con SSO" ,
"description" : "Selecciona uno de los siguientes proveedores para iniciar sesión" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "o iniciar sesión con" ,
2025-06-18 13:24:39 +02:00
"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" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Inicio de sesión exitoso" ,
"description" : "¡Has iniciado sesión con éxito!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Cuenta vinculada" ,
"description" : "¡Has vinculado tu cuenta con éxito!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Registro exitoso" ,
"description" : "¡Te has registrado con éxito!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Error de inicio de sesión" ,
"description" : "Ocurrió un error al intentar iniciar sesión."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"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."
}
} ,
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verifica tu identidad" ,
"description" : "Elige uno de los siguientes factores." ,
"noResults" : "No hay factores secundarios disponibles para configurar."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Configurar autenticación de 2 factores" ,
"description" : "Elige uno de los siguientes factores secundarios." ,
"skip" : "Omitir"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verificar autenticación de 2 factores" ,
"description" : "Verifica tu cuenta con tu dispositivo."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Configurar autenticación de 2 factores" ,
"description" : "Configura un dispositivo como segundo factor." ,
"submit" : "Continuar"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Clave de acceso" ,
"password" : "Contraseña"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Registro deshabilitado" ,
"description" : "Registrarse está deshabilitado en este momento."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Datos faltantes" ,
"description" : "No se proporcionaron datos suficientes para el registro."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Registrarse" ,
"description" : "Crea tu cuenta ZITADEL." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "No hay métodos de autenticación disponibles. Por favor, contacta a tu administrador." ,
2025-06-18 13:24:39 +02:00
"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" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "o usa un Proveedor de Identidad" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "¡Bienvenido {user}!" ,
"description" : "Has iniciado sesión." ,
"continue" : "Continuar" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Error" ,
"description" : "Ocurrió un error al iniciar sesión."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "¡No se proporcionó userId!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "Usuario verificado" ,
"successDescription" : "El usuario ha sido verificado con éxito." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Configurar autenticador" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"title" : "Código del dispositivo" ,
"description" : "Introduce el código." ,
"submit" : "Continuar" ,
"labels" : {
"code" : "Código"
} ,
"required" : {
"code" : "Este campo es obligatorio"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"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."
2025-06-18 13:24:39 +02:00
}
} ,
"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"
}
} ,
"it" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Indietro" ,
"title" : "Accedi con Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Account" ,
2025-08-29 07:12:12 +02:00
"description" : "Seleziona l'account che vuoi utilizzare." ,
2025-06-18 13:24:39 +02:00
"addAnother" : "Aggiungi un altro account" ,
2025-08-29 07:12:12 +02:00
"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."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "Bentornato!" ,
"description" : "Inserisci i tuoi dati di accesso." ,
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Password" ,
"description" : "Inserisci la tua password." ,
"resetPassword" : "Reimposta Password" ,
"submit" : "Continua" ,
"labels" : {
"password" : "Password"
} ,
"required" : {
"password" : "Questo campo è obbligatorio"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Imposta Password" ,
"description" : "Imposta la password per il tuo account" ,
"codeSent" : "Un 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"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Cambia Password" ,
"description" : "Imposta la password per il tuo account" ,
"submit" : "Continua" ,
"labels" : {
"newPassword" : "Nuova password" ,
"confirmPassword" : "Conferma password"
} ,
"required" : {
"newPassword" : "Devi fornire una nuova password!" ,
"confirmPassword" : "Questo campo è obbligatorio"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Accedi con SSO" ,
"description" : "Seleziona uno dei seguenti provider per accedere" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "o accedi con" ,
2025-06-18 13:24:39 +02:00
"signInWithApple" : "Accedi con Apple" ,
"signInWithGoogle" : "Accedi con Google" ,
"signInWithAzureAD" : "Accedi con AzureAD" ,
"signInWithGithub" : "Accedi con GitHub" ,
"signInWithGitlab" : "Accedi con GitLab" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Accesso riuscito" ,
"description" : "Accesso effettuato con successo!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Account collegato" ,
"description" : "Hai collegato con successo il tuo account!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Registrazione riuscita" ,
"description" : "Registrazione effettuata con successo!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Accesso fallito" ,
"description" : "Si è verificato un errore durante il tentativo di accesso."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"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."
}
} ,
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verifica la tua identità" ,
"description" : "Scegli uno dei seguenti fattori." ,
"noResults" : "Nessun secondo fattore disponibile per la configurazione."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Configura l'autenticazione a 2 fattori" ,
"description" : "Scegli uno dei seguenti secondi fattori." ,
"skip" : "Salta"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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 senza password"
} ,
"skip" : "Salta" ,
"submit" : "Continua"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Verifica l'autenticazione a 2 fattori" ,
"description" : "Verifica il tuo account con il tuo dispositivo."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Configura l'autenticazione a 2 fattori" ,
"description" : "Configura un dispositivo come secondo fattore." ,
"submit" : "Continua"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Passkey" ,
"password" : "Password"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Registration disabled" ,
"description" : "Registrazione disabilitata. Contatta l'amministratore di sistema per assistenza."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Registrazione" ,
"description" : "Inserisci i tuoi dati per registrarti."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Registrati" ,
"description" : "Crea il tuo account ZITADEL." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "Nessun metodo di autenticazione disponibile. Contatta l'amministratore di sistema per assistenza." ,
2025-06-18 13:24:39 +02:00
"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" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "o usa un Identity Provider" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "Benvenuto {user}!" ,
"description" : "Sei connesso." ,
"continue" : "Continua" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Errore" ,
"description" : "Si è verificato un errore durante il tentativo di accesso."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "Nessun userId fornito!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "Utente verificato" ,
"successDescription" : "L'utente è stato verificato con successo." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Configura autenticatore" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"title" : "Codice dispositivo" ,
"description" : "Inserisci il codice." ,
"submit" : "Continua" ,
"labels" : {
"code" : "Codice"
} ,
"required" : {
"code" : "Questo campo è obbligatorio"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"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."
2025-06-18 13:24:39 +02:00
}
} ,
"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"
}
} ,
"pl" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Powrót" ,
"title" : "Zaloguj się za pomocą Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Konta" ,
"description" : "Wybierz konto, którego chcesz użyć." ,
"addAnother" : "Dodaj kolejne konto" ,
2025-08-29 07:12:12 +02:00
"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ś."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "Witamy ponownie!" ,
"description" : "Wprowadź dane logowania." ,
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Hasło" ,
"description" : "Wprowadź swoje hasło." ,
"resetPassword" : "Zresetuj hasło" ,
"submit" : "Kontynuuj" ,
"labels" : {
"password" : "Hasło"
} ,
"required" : {
"password" : "To pole jest wymagane"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Ustaw hasło" ,
"description" : "Ustaw hasło dla swojego konta" ,
"codeSent" : "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"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Zmień hasło" ,
"description" : "Ustaw nowe hasło dla swojego konta" ,
"submit" : "Kontynuuj" ,
"labels" : {
"newPassword" : "Nowe hasło" ,
"confirmPassword" : "Potwierdź nowe hasło"
} ,
"required" : {
"newPassword" : "Musisz podać nowe hasło!" ,
"confirmPassword" : "To pole jest wymagane"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Zaloguj się za pomocą SSO" ,
"description" : "Wybierz jednego z poniższych dostawców, aby się zalogować" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "lub zaloguj się przez" ,
2025-06-18 13:24:39 +02:00
"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" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Logowanie udane" ,
"description" : "Zostałeś pomyślnie zalogowany!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Konto powiązane" ,
"description" : "Pomyślnie powiązałeś swoje konto!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Rejestracja udana" ,
"description" : "Pomyślnie się zarejestrowałeś!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Logowanie nieudane" ,
"description" : "Wystąpił błąd podczas próby logowania."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"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."
}
} ,
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Zweryfikuj swoją tożsamość" ,
"description" : "Wybierz jeden z poniższych sposobów weryfikacji." ,
"noResults" : "Nie znaleziono dostępnych metod uwierzytelniania dwuskładnikowego."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Skonfiguruj uwierzytelnianie dwuskładnikowe" ,
"description" : "Wybierz jedną z poniższych metod drugiego czynnika." ,
"skip" : "Pomiń"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"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 bez hasła"
} ,
"skip" : "Pomiń" ,
"submit" : "Kontynuuj"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Zweryfikuj uwierzytelnianie dwuskładnikowe" ,
"description" : "Zweryfikuj swoje konto za pomocą urządzenia."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Skonfiguruj uwierzytelnianie dwuskładnikowe" ,
"description" : "Skonfiguruj urządzenie jako dodatkowy czynnik uwierzytelniania." ,
"submit" : "Kontynuuj"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Klucz dostępu" ,
"password" : "Hasło"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Rejestracja wyłączona" ,
"description" : "Rejestracja jest wyłączona. Skontaktuj się z administratorem."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Brak danych" ,
"description" : "Podaj e-mail, imię i nazwisko, aby się zarejestrować."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Rejestracja" ,
"description" : "Utwórz konto ZITADEL." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "Brak dostępnych metod uwierzytelniania. Skontaktuj się z administratorem." ,
2025-06-18 13:24:39 +02:00
"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" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "lub użyj dostawcy tożsamości" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "Witaj {user}!" ,
"description" : "Jesteś zalogowany." ,
"continue" : "Kontynuuj" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Błąd" ,
"description" : "Nie można załadować danych. Sprawdź połączenie z internetem lub spróbuj ponownie później."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "Nie podano identyfikatora użytkownika!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "Weryfikacja zakończona" ,
"successDescription" : "Użytkownik został pomyślnie zweryfikowany." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Skonfiguruj uwierzytelnianie" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"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"
}
2025-06-18 13:24:39 +02:00
}
} ,
"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" : {
2025-08-29 07:12:12 +02:00
"title" : "Kod urządzenia" ,
"description" : "Wprowadź kod." ,
"submit" : "Kontynuuj" ,
"labels" : {
"code" : "Kod"
} ,
"required" : {
"code" : "To pole jest wymagane"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"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"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"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."
2025-06-18 13:24:39 +02:00
}
} ,
"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"
}
} ,
"ru" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "Назад" ,
"title" : "Войти с Zitadel"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "Аккаунты" ,
"description" : "Выберите аккаунт, который хотите использовать." ,
"addAnother" : "Добавить другой аккаунт" ,
2025-08-29 07:12:12 +02:00
"noResults" : "Аккаунты не найдены" ,
"verified" : "проверенный" ,
"expired" : "истёк"
} ,
"logout" : {
"title" : "Выход" ,
"description" : "Выберите аккаунт, который хотите удалить" ,
"noResults" : "Аккаунты не найдены" ,
"clear" : "Удалить сессию" ,
"verifiedAt" : "Последняя активность: {time}" ,
"success" : {
"title" : "Выход выполнен успешно" ,
"description" : "Вы успешно вышли из системы."
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "С возвращением!" ,
"description" : "Введите свои данные для входа." ,
2025-08-29 07:12:12 +02:00
"register" : "Зарегистрировать нового пользователя" ,
"submit" : "Продолжить" ,
"labels" : {
"loginname" : "Логин" ,
"username" : "Имя пользователя" ,
"usernameOrPhoneNumber" : "Имя пользователя или номер телефона" ,
"usernameOrEmail" : "Имя пользователя или электронная почта"
} ,
"required" : {
"loginName" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Пароль" ,
"description" : "Введите ваш пароль." ,
"resetPassword" : "Сбросить пароль" ,
"submit" : "Продолжить" ,
"labels" : {
"password" : "Пароль"
} ,
"required" : {
"password" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Установить пароль" ,
"description" : "Установите пароль для вашего аккаунта" ,
"codeSent" : "Код отправлен на ваш адрес электронной почты." ,
"noCodeReceived" : "Н е получили код?" ,
"resend" : "Отправить код повторно" ,
"submit" : "Продолжить" ,
"labels" : {
"code" : "Код" ,
"newPassword" : "Новый пароль" ,
"confirmPassword" : "Подтвердите пароль"
} ,
"required" : {
"code" : "Это поле обязательно для заполнения" ,
"newPassword" : "Вы должны указать пароль!" ,
"confirmPassword" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "Изменить пароль" ,
"description" : "Установите пароль для вашего аккаунта" ,
"submit" : "Продолжить" ,
"labels" : {
"newPassword" : "Новый пароль" ,
"confirmPassword" : "Подтвердите пароль"
} ,
"required" : {
"newPassword" : "Вы должны указать новый пароль!" ,
"confirmPassword" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "Войти через SSO" ,
"description" : "Выберите одного из провайдеров для входа" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "или войти через" ,
2025-06-18 13:24:39 +02:00
"signInWithApple" : "Войти через Apple" ,
"signInWithGoogle" : "Войти через Google" ,
"signInWithAzureAD" : "Войти через AzureAD" ,
"signInWithGithub" : "Войти через GitHub" ,
"signInWithGitlab" : "Войти через GitLab" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Вход выполнен успешно" ,
"description" : "Вы успешно вошли в систему!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Аккаунт привязан" ,
"description" : "Аккаунт успешно привязан!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "Регистрация завершена" ,
"description" : "Вы успешно зарегистрировались!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "Ошибка входа" ,
"description" : "Произошла ошибка при попытке входа."
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"title" : "Ошибка привязки аккаунта" ,
"description" : "Произошла ошибка при попытке привязать аккаунт."
} ,
"completeRegister" : {
"title" : "Завершите регистрацию" ,
"description" : "Завершите регистрацию вашего аккаунта."
}
} ,
"ldap" : {
"title" : "Войти через LDAP" ,
"description" : "Введите ваши учетные данные LDAP." ,
"submit" : "Продолжить" ,
"labels" : {
"username" : "Имя пользователя" ,
"password" : "Пароль"
} ,
"required" : {
"username" : "Это поле обязательно для заполнения" ,
"password" : "Это поле обязательно для заполнения"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Подтвердите вашу личность" ,
"description" : "Выберите один из следующих факторов." ,
"noResults" : "Нет доступных методов двухфакторной аутентификации"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Настройка двухфакторной аутентификации" ,
"description" : "Выберите один из следующих методов." ,
"skip" : "Пропустить"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Подтверждение 2FA" ,
"totpDescription" : "Введите код из приложения-аутентификатора." ,
"smsDescription" : "Введите код, полученный по SMS." ,
"emailDescription" : "Введите код, полученный по email." ,
"noCodeReceived" : "Н е получили код?" ,
"resendCode" : "Отправить код повторно" ,
"submit" : "Продолжить" ,
"labels" : {
"code" : "Код"
} ,
"required" : {
"code" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Настройка двухфакторной аутентификации" ,
"totpDescription" : "Отсканируйте QR-код в приложении-аутентификаторе." ,
"smsDescription" : "Введите номер телефона для получения кода по SMS." ,
"emailDescription" : "Введите email для получения кода." ,
"totpRegisterDescription" : "Отсканируйте QR-код или перейдите по ссылке вручную." ,
"submit" : "Продолжить" ,
"labels" : {
"code" : "Код"
} ,
"required" : {
"code" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Аутентификация с помощью пасскей" ,
"description" : "Устройство запросит отпечаток пальца, лицо или экранный замок" ,
"usePassword" : "Использовать пароль" ,
"submit" : "Продолжить"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Настройка пасскей" ,
"description" : "Устройство запросит отпечаток пальца, лицо или экранный замок" ,
"info" : {
"description" : "Пасскей — метод аутентификации через устройство (отпечаток пальца, Apple FaceID и аналоги)." ,
"link" : "Аутентификация без пароля"
} ,
"skip" : "Пропустить" ,
"submit" : "Продолжить"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Подтверждение 2FA" ,
"description" : "Подтвердите аккаунт с помощью устройства."
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "Настройка двухфакторной аутентификации" ,
"description" : "Настройте устройство как второй фактор." ,
"submit" : "Продолжить"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "Пасскей" ,
"password" : "Пароль"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "Регистрация отключена" ,
"description" : "Регистрация недоступна. Обратитесь к администратору."
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "Недостаточно данных" ,
"description" : "Укажите email, имя и фамилию для регистрации."
2025-06-18 13:24:39 +02:00
} ,
"title" : "Регистрация" ,
"description" : "Создайте свой аккаунт ZITADEL." ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "Нет доступных методов аутентификации. Обратитесь к администратору." ,
2025-06-18 13:24:39 +02:00
"selectMethod" : "Выберите метод аутентификации" ,
"agreeTo" : "Для регистрации необходимо принять условия:" ,
"termsOfService" : "Условия использования" ,
"privacyPolicy" : "Политика конфиденциальности" ,
"submit" : "Продолжить" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "или используйте Identity Provider" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"title" : "Установить пароль" ,
"description" : "Установите пароль для вашего аккаунта" ,
"submit" : "Продолжить" ,
"labels" : {
"password" : "Пароль" ,
"confirmPassword" : "Подтвердите пароль"
} ,
"required" : {
"password" : "Вы должны указать пароль!" ,
"confirmPassword" : "Это поле обязательно для заполнения"
}
} ,
"labels" : {
"firstname" : "Имя" ,
"lastname" : "Фамилия" ,
"email" : "Электронная почта"
} ,
"required" : {
"firstname" : "Это поле обязательно для заполнения" ,
"lastname" : "Это поле обязательно для заполнения" ,
"email" : "Это поле обязательно для заполнения"
2025-06-18 13:24:39 +02:00
}
} ,
"invite" : {
"title" : "Пригласить пользователя" ,
"description" : "Укажите email и имя пользователя для приглашения." ,
"info" : "Пользователь получит email с инструкциями." ,
"notAllowed" : "Ваши настройки не позволяют приглашать пользователей." ,
"submit" : "Продолжить" ,
"success" : {
2025-08-29 07:12:12 +02:00
"title" : "Пользователь приглашён" ,
"description" : "Письмо успешно отправлено." ,
"verified" : "Пользователь приглашён и уже подтвердил email." ,
"notVerifiedYet" : "Пользователь приглашён. Он получит email с инструкциями." ,
"submit" : "Пригласить другого пользователя"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "Добро пожаловать, {user}!" ,
"description" : "Вы вошли в систему." ,
"continue" : "Продолжить" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "Ошибка" ,
"description" : "Н е удалось войти в систему. Проверьте свои данные и попробуйте снова."
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "Н е указан userId!" ,
2025-08-29 07:12:12 +02:00
"successTitle" : "Пользователь подтверждён" ,
"successDescription" : "Пользователь успешно подтверждён." ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "Настроить аутентификатор" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "Подтверждение пользователя" ,
"description" : "Введите код из письма подтверждения." ,
"noCodeReceived" : "Н е получили код?" ,
"resendCode" : "Отправить код повторно" ,
"codeSent" : "Код отправлен на ваш email." ,
"submit" : "Продолжить" ,
"labels" : {
"code" : "Код"
} ,
"required" : {
"code" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
}
} ,
"authenticator" : {
"title" : "Выбор метода аутентификации" ,
"description" : "Выберите предпочитаемый метод аутентификации" ,
"noMethodsAvailable" : "Нет доступных методов аутентификации" ,
"allSetup" : "Аутентификатор уже настроен!" ,
"linkWithIDP" : "или привязать через Identity Provider"
} ,
"device" : {
"usercode" : {
2025-08-29 07:12:12 +02:00
"title" : "Код устройства" ,
"description" : "Введите код." ,
"submit" : "Продолжить" ,
"labels" : {
"code" : "Код"
} ,
"required" : {
"code" : "Это поле обязательно для заполнения"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"title" : "{appName} хочет подключиться:" ,
"description" : "{appName} получит доступ к:" ,
"disclaimer" : "Нажимая «Разрешить», вы разрешаете этому приложению и Zitadel использовать вашу информацию в соответствии с их условиями использования и политиками конфиденциальности. Вы можете отозвать этот доступ в любое время." ,
"submit" : "Разрешить" ,
"deny" : "Запретить"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"openid" : "Проверка вашей личности." ,
"email" : "Доступ к вашему адресу электронной почты." ,
"profile" : "Доступ к полной информации вашего профиля." ,
"offline_access" : "Разрешить офлайн-доступ к вашему аккаунту."
2025-06-18 13:24:39 +02:00
}
} ,
"error" : {
"noUserCode" : "Н е указан код пользователя!" ,
"noDeviceRequest" : "Н е найдена ни одна заявка на устройство." ,
"unknownContext" : "Н е удалось получить контекст пользователя. Укажите имя пользователя или loginName в параметрах поиска." ,
"sessionExpired" : "Ваша сессия истекла. Войдите снова." ,
"failedLoading" : "Ошибка загрузки данных. Попробуйте ещё раз." ,
"tryagain" : "Попробовать снова"
}
} ,
"zh" : {
"common" : {
2025-08-29 07:12:12 +02:00
"back" : "返回" ,
"title" : "使用 Zitadel 登录"
2025-06-18 13:24:39 +02:00
} ,
"accounts" : {
"title" : "账户" ,
2025-08-29 07:12:12 +02:00
"description" : "选择您要使用的账户。" ,
2025-06-18 13:24:39 +02:00
"addAnother" : "添加另一个账户" ,
2025-08-29 07:12:12 +02:00
"noResults" : "未找到账户" ,
"verified" : "已验证" ,
"expired" : "已过期"
} ,
"logout" : {
"title" : "注销" ,
"description" : "选择您想注销的账户" ,
"noResults" : "未找到账户" ,
"clear" : "注销会话" ,
"verifiedAt" : "最后活动时间:{time}" ,
"success" : {
"title" : "注销成功" ,
"description" : "您已成功注销。"
}
2025-06-18 13:24:39 +02:00
} ,
"loginname" : {
"title" : "欢迎回来!" ,
"description" : "请输入您的登录信息。" ,
2025-08-29 07:12:12 +02:00
"register" : "注册新用户" ,
"submit" : "继续" ,
"labels" : {
"loginname" : "登录名" ,
"username" : "用户名" ,
"usernameOrPhoneNumber" : "用户名或电话号码" ,
"usernameOrEmail" : "用户名或电子邮箱"
} ,
"required" : {
"loginName" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
} ,
"password" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "密码" ,
"description" : "请输入您的密码。" ,
"resetPassword" : "重置密码" ,
"submit" : "继续" ,
"labels" : {
"password" : "密码"
} ,
"required" : {
"password" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "设置密码" ,
"description" : "为您的账户设置密码" ,
"codeSent" : "验证码已发送到您的邮箱。" ,
"noCodeReceived" : "没有收到验证码?" ,
"resend" : "重发验证码" ,
"submit" : "继续" ,
"labels" : {
"code" : "验证码" ,
"newPassword" : "新密码" ,
"confirmPassword" : "确认密码"
} ,
"required" : {
"code" : "此字段为必填项" ,
"newPassword" : "必须提供密码!" ,
"confirmPassword" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
} ,
"change" : {
2025-08-29 07:12:12 +02:00
"title" : "更改密码" ,
"description" : "为您的账户设置密码" ,
"submit" : "继续" ,
"labels" : {
"newPassword" : "新密码" ,
"confirmPassword" : "确认密码"
} ,
"required" : {
"newPassword" : "必须提供新密码!" ,
"confirmPassword" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
}
} ,
"idp" : {
"title" : "使用 SSO 登录" ,
"description" : "选择以下提供商中的一个进行登录" ,
2025-08-29 07:12:12 +02:00
"orSignInWith" : "或使用以下方式登录" ,
2025-06-18 13:24:39 +02:00
"signInWithApple" : "用 Apple 登录" ,
"signInWithGoogle" : "用 Google 登录" ,
"signInWithAzureAD" : "用 AzureAD 登录" ,
"signInWithGithub" : "用 GitHub 登录" ,
"signInWithGitlab" : "用 GitLab 登录" ,
"loginSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "登录成功" ,
"description" : "您已成功登录!"
2025-06-18 13:24:39 +02:00
} ,
"linkingSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "账户已链接" ,
"description" : "您已成功链接您的账户!"
2025-06-18 13:24:39 +02:00
} ,
"registerSuccess" : {
2025-08-29 07:12:12 +02:00
"title" : "注册成功" ,
"description" : "您已成功注册!"
2025-06-18 13:24:39 +02:00
} ,
"loginError" : {
2025-08-29 07:12:12 +02:00
"title" : "登录失败" ,
"description" : "登录时发生错误。"
2025-06-18 13:24:39 +02:00
} ,
"linkingError" : {
2025-08-29 07:12:12 +02:00
"title" : "账户链接失败" ,
"description" : "链接账户时发生错误。"
} ,
"completeRegister" : {
"title" : "完成注册" ,
"description" : "完成您的账户注册。"
}
} ,
"ldap" : {
"title" : "使用 LDAP 登录" ,
"description" : "请输入您的 LDAP 凭据。" ,
"submit" : "继续" ,
"labels" : {
"username" : "用户名" ,
"password" : "密码"
} ,
"required" : {
"username" : "此字段为必填项" ,
"password" : "此字段为必填项"
2025-06-18 13:24:39 +02:00
}
} ,
"mfa" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "验证您的身份" ,
"description" : "选择以下的一个因素。" ,
"noResults" : "没有可设置的第二因素。"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "设置双因素认证" ,
"description" : "选择以下的一个第二因素。" ,
"skip" : "跳过"
2025-06-18 13:24:39 +02:00
}
} ,
"otp" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "验证双因素" ,
"totpDescription" : "请输入认证应用程序中的验证码。" ,
"smsDescription" : "输入通过短信收到的验证码。" ,
"emailDescription" : "输入通过电子邮件收到的验证码。" ,
"noCodeReceived" : "没有收到验证码?" ,
"resendCode" : "重发验证码" ,
"submit" : "继续" ,
"labels" : {
"code" : "验证码"
} ,
"required" : {
"code" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "设置双因素认证" ,
"totpDescription" : "使用认证应用程序扫描二维码。" ,
"smsDescription" : "输入您的电话号码以接收短信验证码。" ,
"emailDescription" : "输入您的电子邮箱地址以接收电子邮件验证码。" ,
"totpRegisterDescription" : "扫描二维码或手动导航到URL。" ,
"submit" : "继续" ,
"labels" : {
"code" : "验证码"
} ,
"required" : {
"code" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
}
} ,
"passkey" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "使用密钥认证" ,
"description" : "您的设备将请求指纹、面部识别或屏幕锁" ,
"usePassword" : "使用密码" ,
"submit" : "继续"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "设置密钥" ,
"description" : "您的设备将请求指纹、面部识别或屏幕锁" ,
"info" : {
"description" : "密钥是在设备上如指纹、Apple FaceID 或类似的认证方法。" ,
"link" : "无密码认证"
} ,
"skip" : "跳过" ,
"submit" : "继续"
2025-06-18 13:24:39 +02:00
}
} ,
"u2f" : {
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "验证双因素" ,
"description" : "使用您的设备验证帐户。"
2025-06-18 13:24:39 +02:00
} ,
"set" : {
2025-08-29 07:12:12 +02:00
"title" : "设置双因素认证" ,
"description" : "设置设备为第二因素。" ,
"submit" : "继续"
2025-06-18 13:24:39 +02:00
}
} ,
"register" : {
"methods" : {
2025-08-29 07:12:12 +02:00
"passkey" : "密钥" ,
"password" : "密码"
2025-06-18 13:24:39 +02:00
} ,
"disabled" : {
2025-08-29 07:12:12 +02:00
"title" : "注册已禁用" ,
"description" : "您的设置不允许注册新用户。"
2025-06-18 13:24:39 +02:00
} ,
"missingdata" : {
2025-08-29 07:12:12 +02:00
"title" : "缺少数据" ,
"description" : "请提供所有必需的数据。"
2025-06-18 13:24:39 +02:00
} ,
"title" : "注册" ,
"description" : "创建您的 ZITADEL 账户。" ,
2025-08-29 07:12:12 +02:00
"noMethodAvailableWarning" : "没有可用的认证方法。请联系您的系统管理员。" ,
2025-06-18 13:24:39 +02:00
"selectMethod" : "选择您想使用的认证方法" ,
"agreeTo" : "注册即表示您同意条款和条件" ,
"termsOfService" : "服务条款" ,
"privacyPolicy" : "隐私政策" ,
"submit" : "继续" ,
2025-08-29 07:12:12 +02:00
"orUseIDP" : "或使用身份提供者" ,
2025-06-18 13:24:39 +02:00
"password" : {
2025-08-29 07:12:12 +02:00
"title" : "设置密码" ,
"description" : "为您的账户设置密码" ,
"submit" : "继续" ,
"labels" : {
"password" : "密码" ,
"confirmPassword" : "确认密码"
} ,
"required" : {
"password" : "必须提供密码!" ,
"confirmPassword" : "此字段为必填项"
}
} ,
"labels" : {
"firstname" : "名字" ,
"lastname" : "姓氏" ,
"email" : "电子邮箱"
} ,
"required" : {
"firstname" : "此字段为必填项" ,
"lastname" : "此字段为必填项" ,
"email" : "此字段为必填项"
2025-06-18 13:24:39 +02:00
}
} ,
"invite" : {
"title" : "邀请用户" ,
"description" : "提供您想邀请的用户的电子邮箱地址和姓名。" ,
"info" : "用户将收到一封包含进一步说明的电子邮件。" ,
"notAllowed" : "您的设置不允许邀请用户。" ,
"submit" : "继续" ,
"success" : {
2025-08-29 07:12:12 +02:00
"title" : "用户已邀请" ,
"description" : "邮件已成功发送。" ,
"verified" : "用户已被邀请并已验证其电子邮件。" ,
"notVerifiedYet" : "用户已被邀请。他们将收到一封包含进一步说明的电子邮件。" ,
"submit" : "邀请另一位用户"
2025-06-18 13:24:39 +02:00
}
} ,
"signedin" : {
"title" : "欢迎 {user}! " ,
"description" : "您已登录。" ,
"continue" : "继续" ,
"error" : {
2025-08-29 07:12:12 +02:00
"title" : "错误" ,
"description" : "登录时发生错误。"
2025-06-18 13:24:39 +02:00
}
} ,
"verify" : {
"userIdMissing" : "未提供用户 ID! " ,
2025-08-29 07:12:12 +02:00
"successTitle" : "用户已验证" ,
"successDescription" : "用户已成功验证。" ,
2025-06-18 13:24:39 +02:00
"setupAuthenticator" : "设置认证器" ,
"verify" : {
2025-08-29 07:12:12 +02:00
"title" : "验证用户" ,
"description" : "输入验证邮件中的验证码。" ,
"noCodeReceived" : "没有收到验证码?" ,
"resendCode" : "重发验证码" ,
"codeSent" : "刚刚发送了一封包含验证码的电子邮件。" ,
"submit" : "继续" ,
"labels" : {
"code" : "验证码"
} ,
"required" : {
"code" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
}
} ,
"authenticator" : {
"title" : "选择认证方式" ,
"description" : "选择您想使用的认证方法" ,
"noMethodsAvailable" : "没有可用的认证方法" ,
"allSetup" : "您已经设置好了一个认证器!" ,
"linkWithIDP" : "或将其与身份提供者关联"
} ,
"device" : {
"usercode" : {
2025-08-29 07:12:12 +02:00
"title" : "设备代码" ,
"description" : "输入代码。" ,
"submit" : "继续" ,
"labels" : {
"code" : "验证码"
} ,
"required" : {
"code" : "此字段为必填项"
}
2025-06-18 13:24:39 +02:00
} ,
"request" : {
2025-08-29 07:12:12 +02:00
"title" : "{appName} 想要连接:" ,
"description" : "{appName} 将访问:" ,
"disclaimer" : "点击“允许”即表示您允许此应用程序和 Zitadel 根据其各自的服务条款和隐私政策使用您的信息。您可以随时撤销此访问权限。" ,
"submit" : "允许" ,
"deny" : "拒绝"
2025-06-18 13:24:39 +02:00
} ,
"scope" : {
2025-08-29 07:12:12 +02:00
"openid" : "验证您的身份。" ,
"email" : "访问您的电子邮件地址。" ,
"profile" : "访问您的完整个人资料信息。" ,
"offline_access" : "允许离线访问您的账户。"
2025-06-18 13:24:39 +02:00
}
} ,
"error" : {
"noUserCode" : "未提供用户代码!" ,
"noDeviceRequest" : "没有找到设备请求。" ,
"unknownContext" : "无法获取用户的上下文。请先输入用户名或提供 loginName 作为搜索参数。" ,
"sessionExpired" : "当前会话已过期,请重新登录。" ,
"failedLoading" : "加载数据失败,请再试一次。" ,
"tryagain" : "重试"
}
2025-07-18 15:18:22 +03:00
} ,
"tr" : {
"common" : {
"back" : "Geri"
} ,
"accounts" : {
"title" : "Hesaplar" ,
"description" : "Kullanmak istediğiniz hesabı seçin." ,
"addAnother" : "Başka bir hesap ekle" ,
"noResults" : "Hesap bulunamadı "
} ,
"loginname" : {
"title" : "Tekrar hoş geldiniz!" ,
"description" : "Giriş bilgilerinizi girin." ,
"register" : "Yeni kullanı cı kaydet"
} ,
"password" : {
"verify" : {
"title" : "Şifre" ,
"description" : "Şifrenizi girin." ,
"resetPassword" : "Şifreyi Sı fı rla" ,
"submit" : "Devam Et"
} ,
"set" : {
"title" : "Şifre Belirle" ,
"description" : "Hesabı nı z için şifre belirleyin" ,
"codeSent" : "E-posta adresinize bir kod gönderildi." ,
"noCodeReceived" : "Kod almadı nı z mı ?" ,
"resend" : "Kodu tekrar gönder" ,
"submit" : "Devam Et"
} ,
"change" : {
"title" : "Şifre Değiştir" ,
"description" : "Hesabı nı z için şifre belirleyin" ,
"submit" : "Devam Et"
}
} ,
"idp" : {
"title" : "SSO ile giriş yap" ,
"description" : "Giriş yapmak için aşağı daki sağlayı cı lardan birini seçin" ,
"signInWithApple" : "Apple ile giriş yap" ,
"signInWithGoogle" : "Google ile giriş yap" ,
"signInWithAzureAD" : "AzureAD ile giriş yap" ,
"signInWithGithub" : "GitHub ile giriş yap" ,
"signInWithGitlab" : "GitLab ile giriş yap" ,
"loginSuccess" : {
"title" : "Giriş başarı lı " ,
"description" : "Başarı yla giriş yaptı nı z!"
} ,
"linkingSuccess" : {
"title" : "Hesap bağlandı " ,
"description" : "Hesabı nı zı başarı yla bağladı nı z!"
} ,
"registerSuccess" : {
"title" : "Kayı t başarı lı " ,
"description" : "Başarı yla kayı t oldunuz!"
} ,
"loginError" : {
"title" : "Giriş başarı sı z" ,
"description" : "Giriş yapmaya çalı şı rken bir hata oluştu."
} ,
"linkingError" : {
"title" : "Hesap bağlama başarı sı z" ,
"description" : "Hesabı nı zı bağlamaya çalı şı rken bir hata oluştu."
}
} ,
"mfa" : {
"verify" : {
"title" : "Kimliğinizi doğrulayı n" ,
"description" : "Aşağı daki faktörlerden birini seçin." ,
"noResults" : "Kurulum için kullanı labilir ikinci faktör yok."
} ,
"set" : {
"title" : "2-Faktör kur" ,
"description" : "Aşağı daki ikinci faktörlerden birini seçin." ,
"skip" : "Atla"
}
} ,
"otp" : {
"verify" : {
"title" : "2-Faktör doğrula" ,
"totpDescription" : "Kimlik doğrulayı cı uygulamanı zdan 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 Et"
} ,
"set" : {
"title" : "2-Faktör kur" ,
"totpDescription" : "QR kodunu kimlik doğrulayı cı 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 Et"
}
} ,
"passkey" : {
"verify" : {
"title" : "Passkey ile kimlik doğrula" ,
"description" : "Cihazı nı z parmak izinizi, yüzünüzü veya ekran kilidinizi isteyecek" ,
"usePassword" : "Şifre kullan" ,
"submit" : "Devam Et"
} ,
"set" : {
"title" : "Passkey kur" ,
"description" : "Cihazı nı z parmak izinizi, yüzünüzü veya ekran kilidinizi isteyecek" ,
"info" : {
"description" : "Passkey, parmak iziniz, Apple FaceID veya benzeri gibi bir cihazda kimlik doğrulama yöntemidir." ,
"link" : "Şifresiz Kimlik Doğrulama"
} ,
"skip" : "Atla" ,
"submit" : "Devam Et"
}
} ,
"u2f" : {
"verify" : {
"title" : "2-Faktör doğrula" ,
"description" : "Cihazı nı zla hesabı nı zı doğrulayı n."
} ,
"set" : {
"title" : "2-Faktör kur" ,
"description" : "Bir cihazı ikinci faktör olarak kurun." ,
"submit" : "Devam Et"
}
} ,
"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 Ol" ,
"description" : "ZITADEL hesabı nı zı oluşturun." ,
"selectMethod" : "Kimlik doğrulamak 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 Et" ,
"password" : {
"title" : "Şifre Belirle" ,
"description" : "Hesabı nı z için şifre belirleyin" ,
"submit" : "Devam Et"
}
} ,
"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 Et" ,
"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 alacaklar." ,
"submit" : "Başka bir kullanı cı davet et"
}
} ,
"signedin" : {
"title" : "Hoş geldiniz {user}!" ,
"description" : "Giriş yaptı nı z." ,
"continue" : "Devam Et" ,
"error" : {
"title" : "Hata" ,
"description" : "Giriş yapmaya çalı şı rken bir hata oluştu."
}
} ,
"verify" : {
"userIdMissing" : "userId sağlanmadı !" ,
"success" : "Kullanı cı başarı yla doğrulandı ." ,
"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" ,
"submit" : "Devam Et"
}
} ,
"authenticator" : {
"title" : "Kimlik doğrulama yöntemi seç" ,
"description" : "Kimlik doğrulamak 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ı sı ile bağla"
} ,
"device" : {
"usercode" : {
"title" : "Cihaz kodu" ,
"description" : "Uygulamanı zda veya cihazı nı zda görüntülenen kodu girin." ,
"submit" : "Devam Et"
} ,
"request" : {
"title" : "{appName} bağlanmak istiyor" ,
"description" : "{appName} şunlara erişecek:" ,
"disclaimer" : "İzin Ver'e tı klayarak, {appName} ve Zitadel'in bilgilerinizi kendi hizmet şartları ve gizlilik politikaları na uygun olarak kullanması na izin verirsiniz. 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 arama parametresi 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"
}
2025-06-18 13:24:39 +02:00
}
}