Jan Dittberner
16a3dbedc8
- move internal code to internal directory - add translations for texts on missing email in client certificate page - add error handling for missing login_challenge request parameter - add Markdown support via goldmark - use https:// URLs in Apache license headers
102 lines
4.1 KiB
TOML
102 lines
4.1 KiB
TOML
[CertLoginIntroText]
|
|
hash = "sha1-e9f7c0522e49ffacc49e3fc35c6ffd31e495baf6"
|
|
other = "Die Anwendung <strong>{{ .ClientName }}</strong> fragt nach einer Anmeldung."
|
|
|
|
[CertLoginRequestText]
|
|
hash = "sha1-1b20eea0f6fbb4ff139ecfe6b7a93c98cb14b8d7"
|
|
other = "Willst du die ausgewählte Identität für die Anmeldung verwenden?"
|
|
|
|
[ClaimsInformation]
|
|
hash = "sha1-4a6721995b5d87c02be77695910af642ca30b18a"
|
|
other = "Zusätzlich möchte die Anwendung Zugriff auf folgende Informationen:"
|
|
|
|
[EmailChoiceText]
|
|
hash = "sha1-8bba8cd3a8724d8c5b75da9b7d2ac084b6e9df90"
|
|
one = "Du hast ein gültiges Client-Zertifikat für die folgende E-Mail-Adresse vorgelegt:"
|
|
other = "Du hast ein gültiges Client-Zertifikate für mehrere E-Mail-Adressen vorgelegt. Bitte wähle aus, welches Du der Anwendung vorlegen möchtest:"
|
|
|
|
[ErrorTitle]
|
|
hash = "sha1-736aec25a98f5ec5b71400bb0163f891f509b566"
|
|
other = "Es ist ein Fehler aufgetreten"
|
|
|
|
[ErrorUnknown]
|
|
hash = "sha1-e5fd9aa24c9417e7332e6f25936ae2a6ec8f1524"
|
|
other = "Unbekannter Fehler"
|
|
|
|
[HintChooseAnIdentityForAuthentication]
|
|
hash = "sha1-7ee5b067009bbedc061274ee50a3027b50a06163"
|
|
other = "Wähle eine Identität für die Anmeldung."
|
|
|
|
[IntroConsentMoreInformation]
|
|
hash = "sha1-f58b8378238bd433deef3c3e6b0b70d0fd0dd59e"
|
|
other = "Auf der <a href=\"{{ .clientLink }}\">Beschreibungsseite</a> findest du mehr Informationen zu <strong>{{ .client }}</strong>."
|
|
|
|
[IntroConsentRequested]
|
|
hash = "sha1-3ac6a3583d40b5e8930c57531f0be9706f1e0194"
|
|
other = "Die Anwendung <strong>{{ .client }}</strong> hat deine Zustimmung für die Erteilung der folgenden Berechtigungen angefragt:"
|
|
|
|
[LabelAcceptCertLogin]
|
|
description = "Label for a button to accept certificate login"
|
|
hash = "sha1-59723066893f638afd7411540134ce200e970a5f"
|
|
other = "Ja, bitte"
|
|
|
|
[LabelConsent]
|
|
hash = "sha1-5e56a367cf99015bbe98488845541db00b7e04f6"
|
|
other = "Ich erteile hiermit meine Einwilligung, dass die Anwendung die angefragten Berechtigungen erhalten darf."
|
|
|
|
[LabelRejectCertLogin]
|
|
description = "Label for a button to reject certificate login"
|
|
hash = "sha1-49c4d0d1da1c0a7d7e9bf491b28a6e6825f4c2cd"
|
|
other = "Nein, schick mich zurück"
|
|
|
|
[LabelSubmit]
|
|
hash = "sha1-2dacf65959849884a011f36f76a04eebea94c5ea"
|
|
other = "Abschicken"
|
|
|
|
[LoginDeniedByUser]
|
|
hash = "sha1-bbad650536bfb091ad55d576262bbe4358277c73"
|
|
other = "Die Anmeldung wurde durch den Nutzer abgelehnt."
|
|
|
|
[LoginTitle]
|
|
hash = "sha1-9a24c8b64e047edc13f3c41ef7785bb2044a6d69"
|
|
other = "Anmelden mit einem Client-Zertifikat"
|
|
|
|
[NoChallengeInRequestExplanation]
|
|
hash = "sha1-b26a3ef99ecadfbceb62b62eb52e34d197c56c02"
|
|
other = "In Deinem Anmelde-Request fehlt der notwendige `login_challenge`-Parameter. Mehr Informationen zu diesem Parameter findest du in [der ORY Hydra-Dokumentation](https://www.ory.sh/docs/oauth2-oidc/custom-login-consent/flow)."
|
|
|
|
[NoChallengeInRequestTitle]
|
|
hash = "sha1-b039c647fea0e42bcb0c877c58da499d082f5319"
|
|
other = "Kein Challenge-Parameter im Anmelde-Request"
|
|
|
|
[NoEmailsInClientCertificateExplanation]
|
|
hash = "sha1-ab76bd1bed709ebb19a1b9e48c611271551f3343"
|
|
other = "Das genutzte Client-Zertifikate enthielt keine E-Mail-Adressen.\nEine E-Mail-Adresse ist erforderlich, um dich anzumelden."
|
|
|
|
[NoEmailsInClientCertificateTitle]
|
|
hash = "sha1-29820ad8326c1051ec92839dc7662c9279c65329"
|
|
other = "Keine E-Mail-Adresse im Client-Zertifikat"
|
|
|
|
[Scope-email-Description]
|
|
hash = "sha1-3d2b89e9e0c5fcb8221c4e0e5cc3c42a684cd96b"
|
|
other = "Zugriff auf deine E-Mail-Adresse."
|
|
|
|
[Scope-offline-Description]
|
|
hash = "sha1-732881bf998daa62cbad8615b2e6feb7a053b123"
|
|
other = "Zugriff auf deine Daten behalten, bis du diese Berechtigung widerrufst."
|
|
|
|
[Scope-openid-Description]
|
|
hash = "sha1-0ad714e7a22b97d8247b70254990256bffa2ef76"
|
|
other = "Informationen über deine Identität abfragen."
|
|
|
|
[Scope-profile-Description]
|
|
hash = "sha1-67fced5e8a83bdac4b9eb30ec2edccafc8bb47ef"
|
|
other = "Zugriff auf deine Profilinformationen (Deinen Namen)."
|
|
|
|
[TitleRequestConsent]
|
|
hash = "sha1-14984a9e08cda5390677458a98408baa955f9f8b"
|
|
other = "Anwendung erbittet deine Zustimmung"
|
|
|
|
[WrongOrLockedUserOrInvalidPassword]
|
|
hash = "sha1-87e0a0ac67c6c3a06bed184e10b22aae4d075b64"
|
|
other = "Du hast einen ungültigen Nutzernamen oder ein ungültiges Passwort eingegeben oder dein Benutzerkonto wurde gesperrt."
|