From 41410bed5054cd5980ddcd93849d9eb1f3f14e5a Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 1 Feb 2026 19:58:14 +0200 Subject: [PATCH] New translations en.json (German) --- frontend/src/lib/i18n/locales/de-DE.json | 25 +++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/locales/de-DE.json b/frontend/src/lib/i18n/locales/de-DE.json index a80acfa..b9c1368 100644 --- a/frontend/src/lib/i18n/locales/de-DE.json +++ b/frontend/src/lib/i18n/locales/de-DE.json @@ -51,12 +51,31 @@ "forgotPasswordTitle": "Passwort vergessen?", "failedToFetchProvidersTitle": "Fehler beim Laden der Authentifizierungsanbieter. Bitte überprüfen Sie Ihre Konfiguration.", "errorTitle": "Ein Fehler ist aufgetreten", - "errorSubtitle": "Beim Versuch, diese Aktion auszuführen, ist ein Fehler aufgetreten. Bitte überprüfen Sie die Konsole für weitere Informationen.", + "errorSubtitleInfo": "The following error occurred while processing your request:", + "errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.", "forgotPasswordMessage": "Das Passwort kann durch Änderung der 'USERS' Variable zurückgesetzt werden.", "fieldRequired": "Dieses Feld ist notwendig", "invalidInput": "Ungültige Eingabe", "domainWarningTitle": "Ungültige Domain", "domainWarningSubtitle": "Diese Instanz ist so konfiguriert, dass sie von {{appUrl}} aufgerufen werden kann, aber {{currentUrl}} wird verwendet. Wenn Sie fortfahren, können Probleme bei der Authentifizierung auftreten.", "ignoreTitle": "Ignorieren", - "goToCorrectDomainTitle": "Zur korrekten Domain gehen" -} \ No newline at end of file + "goToCorrectDomainTitle": "Zur korrekten Domain gehen", + "authorizeTitle": "Authorize", + "authorizeCardTitle": "Continue to {{app}}?", + "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", + "authorizeSubtitleOAuth": "Would you like to continue to this app?", + "authorizeLoadingTitle": "Loading...", + "authorizeLoadingSubtitle": "Please wait while we load the client information.", + "authorizeSuccessTitle": "Authorized", + "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", + "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", + "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", + "openidScopeName": "OpenID Connect", + "openidScopeDescription": "Allows the app to access your OpenID Connect information.", + "emailScopeName": "Email", + "emailScopeDescription": "Allows the app to access your email address.", + "profileScopeName": "Profile", + "profileScopeDescription": "Allows the app to access your profile information.", + "groupsScopeName": "Groups", + "groupsScopeDescription": "Allows the app to access your group information." +}