mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
* New translations en.json (Serbian (Cyrillic)) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Polish) * New translations en.json (Greek) * New translations en.json (Chinese Traditional)
57 lines
3.7 KiB
JSON
57 lines
3.7 KiB
JSON
{
|
|
"loginTitle": "Welkom terug, log in met",
|
|
"loginTitleSimple": "Welcome back, please login",
|
|
"loginDivider": "Or",
|
|
"loginUsername": "Gebruikersnaam",
|
|
"loginPassword": "Wachtwoord",
|
|
"loginSubmit": "Log in",
|
|
"loginFailTitle": "Mislukt om in te loggen",
|
|
"loginFailSubtitle": "Controleer je gebruikersnaam en wachtwoord",
|
|
"loginFailRateLimit": "You failed to login too many times. Please try again later",
|
|
"loginSuccessTitle": "Ingelogd",
|
|
"loginSuccessSubtitle": "Welkom terug!",
|
|
"loginOauthFailTitle": "An error occurred",
|
|
"loginOauthFailSubtitle": "Fout bij het ophalen van OAuth URL",
|
|
"loginOauthSuccessTitle": "Omleiden",
|
|
"loginOauthSuccessSubtitle": "Omleiden naar je OAuth provider",
|
|
"continueRedirectingTitle": "Omleiden...",
|
|
"continueRedirectingSubtitle": "Je wordt naar de app doorgestuurd",
|
|
"continueInvalidRedirectTitle": "Ongeldige omleiding",
|
|
"continueInvalidRedirectSubtitle": "De omleidings-URL is ongeldig",
|
|
"continueInsecureRedirectTitle": "Onveilige doorverwijzing",
|
|
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
|
|
"continueTitle": "Ga verder",
|
|
"continueSubtitle": "Klik op de knop om door te gaan naar de app.",
|
|
"logoutFailTitle": "Afmelden mislukt",
|
|
"logoutFailSubtitle": "Probeer het opnieuw",
|
|
"logoutSuccessTitle": "Afgemeld",
|
|
"logoutSuccessSubtitle": "Je bent afgemeld",
|
|
"logoutTitle": "Afmelden",
|
|
"logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.",
|
|
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
|
|
"notFoundTitle": "Pagina niet gevonden",
|
|
"notFoundSubtitle": "De pagina die je zoekt bestaat niet.",
|
|
"notFoundButton": "Naar startpagina",
|
|
"totpFailTitle": "Verifiëren van code mislukt",
|
|
"totpFailSubtitle": "Controleer je code en probeer het opnieuw",
|
|
"totpSuccessTitle": "Geverifiëerd",
|
|
"totpSuccessSubtitle": "Omleiden naar je app",
|
|
"totpTitle": "Voer je TOTP-code in",
|
|
"totpSubtitle": "Please enter the code from your authenticator app.",
|
|
"unauthorizedTitle": "Ongeautoriseerd",
|
|
"unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
|
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
|
|
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
|
|
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
|
"unauthorizedButton": "Opnieuw proberen",
|
|
"untrustedRedirectTitle": "Untrusted redirect",
|
|
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?",
|
|
"cancelTitle": "Cancel",
|
|
"forgotPasswordTitle": "Forgot your password?",
|
|
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
|
|
"errorTitle": "An error occurred",
|
|
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
|
|
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
|
|
"fieldRequired": "This field is required",
|
|
"invalidInput": "Invalid input"
|
|
} |