From ffba8b2ee19f1299a7c65519e68b175da2c5b64c Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 1 Feb 2026 19:58:17 +0200 Subject: [PATCH] New translations en.json (Dutch) --- frontend/src/lib/i18n/locales/nl-NL.json | 25 +++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/locales/nl-NL.json b/frontend/src/lib/i18n/locales/nl-NL.json index 011be2b..18606b0 100644 --- a/frontend/src/lib/i18n/locales/nl-NL.json +++ b/frontend/src/lib/i18n/locales/nl-NL.json @@ -51,12 +51,31 @@ "forgotPasswordTitle": "Wachtwoord vergeten?", "failedToFetchProvidersTitle": "Fout bij het laden van de authenticatie-providers. Controleer je configuratie.", "errorTitle": "Er is een fout opgetreden", - "errorSubtitle": "Er is een fout opgetreden tijdens het uitvoeren van deze actie. Controleer de console voor meer informatie.", + "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": "Je kunt je wachtwoord opnieuw instellen door de `USERS` omgevingsvariabele te wijzigen.", "fieldRequired": "Dit veld is verplicht", "invalidInput": "Ongeldige invoer", "domainWarningTitle": "Ongeldig domein", "domainWarningSubtitle": "Deze instantie is geconfigureerd voor toegang tot {{appUrl}}, maar {{currentUrl}} wordt gebruikt. Als je doorgaat, kun je problemen ondervinden met authenticatie.", "ignoreTitle": "Negeren", - "goToCorrectDomainTitle": "Ga naar het juiste domein" -} \ No newline at end of file + "goToCorrectDomainTitle": "Ga naar het juiste domein", + "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." +}