New translations en.json (Dutch)

This commit is contained in:
Stavros
2026-02-07 10:13:36 +02:00
parent cc3b6d6f66
commit bc94385001

View File

@@ -51,8 +51,8 @@
"forgotPasswordTitle": "Wachtwoord vergeten?", "forgotPasswordTitle": "Wachtwoord vergeten?",
"failedToFetchProvidersTitle": "Fout bij het laden van de authenticatie-providers. Controleer je configuratie.", "failedToFetchProvidersTitle": "Fout bij het laden van de authenticatie-providers. Controleer je configuratie.",
"errorTitle": "Er is een fout opgetreden", "errorTitle": "Er is een fout opgetreden",
"errorSubtitleInfo": "The following error occurred while processing your request:", "errorSubtitleInfo": "De volgende fout is opgetreden bij het verwerken van het verzoek:",
"errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.", "errorSubtitle": "Er is een fout opgetreden tijdens het uitvoeren van deze actie. Controleer de browserconsole of de logboeken van de app voor meer informatie.",
"forgotPasswordMessage": "Je kunt je wachtwoord opnieuw instellen door de `USERS` omgevingsvariabele te wijzigen.", "forgotPasswordMessage": "Je kunt je wachtwoord opnieuw instellen door de `USERS` omgevingsvariabele te wijzigen.",
"fieldRequired": "Dit veld is verplicht", "fieldRequired": "Dit veld is verplicht",
"invalidInput": "Ongeldige invoer", "invalidInput": "Ongeldige invoer",
@@ -60,22 +60,22 @@
"domainWarningSubtitle": "Deze instantie is geconfigureerd voor toegang tot <code>{{appUrl}}</code>, maar <code>{{currentUrl}}</code> wordt gebruikt. Als je doorgaat, kun je problemen ondervinden met authenticatie.", "domainWarningSubtitle": "Deze instantie is geconfigureerd voor toegang tot <code>{{appUrl}}</code>, maar <code>{{currentUrl}}</code> wordt gebruikt. Als je doorgaat, kun je problemen ondervinden met authenticatie.",
"ignoreTitle": "Negeren", "ignoreTitle": "Negeren",
"goToCorrectDomainTitle": "Ga naar het juiste domein", "goToCorrectDomainTitle": "Ga naar het juiste domein",
"authorizeTitle": "Authorize", "authorizeTitle": "Autoriseren",
"authorizeCardTitle": "Continue to {{app}}?", "authorizeCardTitle": "Doorgaan naar {{app}}?",
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", "authorizeSubtitle": "Doorgaan naar deze app? Controleer de machtigingen die door de app worden gevraagd.",
"authorizeSubtitleOAuth": "Would you like to continue to this app?", "authorizeSubtitleOAuth": "Doorgaan naar deze app?",
"authorizeLoadingTitle": "Loading...", "authorizeLoadingTitle": "Laden...",
"authorizeLoadingSubtitle": "Please wait while we load the client information.", "authorizeLoadingSubtitle": "Even geduld bij het laden van de cliëntinformatie.",
"authorizeSuccessTitle": "Authorized", "authorizeSuccessTitle": "Geautoriseerd",
"authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", "authorizeSuccessSubtitle": "Je wordt binnen enkele seconden doorgestuurd naar de app.",
"authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", "authorizeErrorClientInfo": "Er is een fout opgetreden tijdens het laden van de cliëntinformatie. Probeer het later opnieuw.",
"authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", "authorizeErrorMissingParams": "De volgende parameters ontbreken: {{missingParams}}",
"openidScopeName": "OpenID Connect", "openidScopeName": "OpenID Connect",
"openidScopeDescription": "Allows the app to access your OpenID Connect information.", "openidScopeDescription": "Hiermee kan de app toegang krijgen tot jouw OpenID Connect-informatie.",
"emailScopeName": "Email", "emailScopeName": "E-mail",
"emailScopeDescription": "Allows the app to access your email address.", "emailScopeDescription": "Hiermee kan de app toegang krijgen tot jouw e-mailadres.",
"profileScopeName": "Profile", "profileScopeName": "Profiel",
"profileScopeDescription": "Allows the app to access your profile information.", "profileScopeDescription": "Hiermee kan de app toegang krijgen tot je profielinformatie.",
"groupsScopeName": "Groups", "groupsScopeName": "Groepen",
"groupsScopeDescription": "Allows the app to access your group information." "groupsScopeDescription": "Hiermee kan de app toegang krijgen tot jouw groepsinformatie."
} }