feat(i18n): Dutch language support (#6952)

* feat(i18n): Dutch language support

* Fixed formatting issues

* add missing error lines

---------

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
jacob-buckaroo 2023-11-22 15:35:21 +01:00 committed by GitHub
parent 39c26ffa7b
commit 1fac15e186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 4200 additions and 43 deletions

View File

@ -13,6 +13,7 @@ import localePl from '@angular/common/locales/pl';
import localePt from '@angular/common/locales/pt';
import localeZh from '@angular/common/locales/zh';
import localeRu from '@angular/common/locales/ru';
import localeNl from '@angular/common/locales/nl';
import { APP_INITIALIZER, NgModule } from '@angular/core';
import { MatNativeDateModule } from '@angular/material/core';
import { MatDialogModule } from '@angular/material/dialog';
@ -95,6 +96,8 @@ registerLocaleData(localeRu);
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/ru.json'));
registerLocaleData(localeCs);
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/cs.json'));
registerLocaleData(localeNl);
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/nl.json'));
export class WebpackTranslateLoader implements TranslateLoader {
getTranslation(lang: string): Observable<any> {

View File

@ -1,3 +1,3 @@
export const supportedLanguages = ['de', 'en', 'es', 'fr', 'it', 'ja', 'pl', 'zh', 'bg', 'pt', 'mk', 'cs', 'ru'];
export const supportedLanguagesRegexp: RegExp = /de|en|es|fr|it|ja|pl|zh|bg|pt|mk|cs|ru/;
export const supportedLanguages = ['de', 'en', 'es', 'fr', 'it', 'ja', 'pl', 'zh', 'bg', 'pt', 'mk', 'cs', 'ru', 'nl'];
export const supportedLanguagesRegexp: RegExp = /de|en|es|fr|it|ja|pl|zh|bg|pt|mk|cs|ru|nl/;
export const fallbackLanguage: string = 'en';

View File

@ -1055,7 +1055,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP настройки",
@ -1268,7 +1269,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Проверката на имейл е извършена",
@ -2157,7 +2159,8 @@
"pt": "португалски",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Добавяне на мениджър",

View File

@ -1062,7 +1062,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Nastavení SMTP",
@ -1275,7 +1276,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Ověření e-mailu dokončeno",
@ -2175,7 +2177,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Přidat manažera",

View File

@ -1061,7 +1061,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP Einstellungen",
@ -1274,7 +1275,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Email Verification erfolgreich",
@ -2166,7 +2168,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Manager hinzufügen",

View File

@ -1062,7 +1062,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP Settings",
@ -1275,7 +1276,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Email verification done",
@ -2185,7 +2187,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Add a Manager",

View File

@ -1062,7 +1062,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Ajustes SMTP",
@ -1275,7 +1276,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Verificación de email realizada",
@ -2163,7 +2165,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Añadir un Mánager",

View File

@ -1061,7 +1061,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Paramètres SMTP",
@ -1274,7 +1275,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Vérification de l'email effectuée",
@ -2167,7 +2169,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Ajouter un manager",

View File

@ -1061,7 +1061,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Impostazioni SMTP",
@ -1274,7 +1275,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Verifica dell'e-mail terminata con successo.",
@ -2167,7 +2169,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Aggiungi un manager",

View File

@ -1062,7 +1062,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP設定",
@ -1270,7 +1271,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "メール認証が完了しました",
@ -2158,7 +2160,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "マネージャーを追加する",

View File

@ -1063,7 +1063,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP подесувања",
@ -1276,7 +1277,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Е-поштата е верифицирана",
@ -2164,7 +2166,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Додај Менаџер",

File diff suppressed because it is too large Load Diff

View File

@ -1061,7 +1061,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Ustawienia SMTP",
@ -1274,7 +1275,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Weryfikacja adresu e-mail zakończona",
@ -2167,7 +2169,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Dodaj managera",

View File

@ -1063,7 +1063,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Configurações SMTP",
@ -1276,7 +1277,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Verificação de email concluída",
@ -2162,7 +2164,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Adicionar um Gerente",

View File

@ -1054,7 +1054,8 @@
"bg": "Български",
"pt": "Portuguese",
"mk": "Македонски",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "Настройки SMTP",
@ -1260,7 +1261,8 @@
"bg": "Български",
"pt": "Portuguese",
"mk": "Македонски",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "Проверка электронной почты завершена",
@ -2155,7 +2157,8 @@
"bg": "Български",
"pt": "Portuguese",
"mk": "Македонски",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "Добавить менеджера",

View File

@ -1061,7 +1061,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"SMTP": {
"TITLE": "SMTP 设置",
@ -1273,7 +1274,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"KEYS": {
"emailVerificationDoneText": "电子邮件验证完成",
@ -2166,7 +2168,8 @@
"pt": "Portuguese",
"mk": "Македонски",
"cs": "Čeština",
"ru": "Русский"
"ru": "Русский",
"nl": "Nederlands"
},
"MEMBER": {
"ADD": "添加管理者",

View File

@ -46,7 +46,8 @@ ZITADEL is available in the following languages
- Portuguese (pt)
- Macedonian (mk)
- Czech (cs)
- Russina (ru)
- Russian (ru)
- Dutch (nl)
A language is displayed based on your agent's language header. The default language is English.

View File

@ -244,6 +244,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Пол
Female: Женски пол
Male: Мъжки
@ -281,6 +282,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Правила и условия
TosConfirm: Приемам
TosLinkText: TOS
@ -342,6 +344,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Упълномощаване на устройството
UserCode:

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Pohlaví
Female: Žena
Male: Muž
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Obchodní podmínky
TosConfirm: Souhlasím s
TosLinkText: obchodními podmínkami
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Autorizace zařízení
UserCode:

View File

@ -247,6 +247,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Geschlecht
Female: weiblich
Male: männlich
@ -285,6 +286,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Allgemeine Geschäftsbedingungen und Datenschutz
TosConfirm: Ich akzeptiere die
TosLinkText: AGB
@ -351,6 +353,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Gerätezulassung
UserCode:

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Gender
Female: Female
Male: Male
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Terms and conditions
TosConfirm: I accept the
TosLinkText: TOS
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Device Authorization
UserCode:

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Género
Female: Mujer
Male: Hombre
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Términos y condiciones
TosConfirm: Acepto los
TosLinkText: TDS
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
Footer:
PoweredBy: Powered By

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Genre
Female: Femme
Male: Homme
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Termes et conditions
TosConfirm: J'accepte les
TosLinkText: TOS
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Autorisation de l'appareil

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Genere
Female: Femminile
Male: Maschile
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Termini di servizio
TosConfirm: Accetto i
TosLinkText: Termini di servizio
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Autorizzazione del dispositivo

View File

@ -240,6 +240,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: 性別
Female: 女性
Male: 男性
@ -278,6 +279,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: 利用規約
TosConfirm: 私は利用規約を承諾します。
TosLinkText: TOS
@ -344,6 +346,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: デバイス認証

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Пол
Female: Женски
Male: Машки
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Правила и услови
TosConfirm: Се согласувам со
TosLinkText: правилата за користење
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Овластување преку уред

View File

@ -0,0 +1,490 @@
Login:
Title: Welkom terug!
Description: Voer uw inloggegevens in.
TitleLinking: Inloggen voor gebruikerskoppeling
DescriptionLinking: Voer uw inloggegevens in om uw externe gebruiker te koppelen.
LoginNameLabel: Inlognaam
UsernamePlaceHolder: gebruikersnaam
LoginnamePlaceHolder: gebruikersnaam@domein
ExternalUserDescription: Inloggen met een externe gebruiker.
MustBeMemberOfOrg: De gebruiker moet lid zijn van de {{.OrgName}} organisatie.
RegisterButtonText: Registreren
NextButtonText: Volgende
LDAP:
Title: Inloggen
Description: Voer uw inloggegevens in.
LoginNameLabel: Inlognaam
PasswordLabel: Wachtwoord
NextButtonText: Volgende
SelectAccount:
Title: Selecteer Account
Description: Gebruik uw account
TitleLinking: Selecteer account voor gebruikerskoppeling
DescriptionLinking: Selecteer uw account om te koppelen met uw externe gebruiker.
OtherUser: Andere gebruiker
SessionState0: actief
SessionState1: Uitgelogd
MustBeMemberOfOrg: De gebruiker moet lid zijn van de {{.OrgName}} organisatie.
Password:
Title: Wachtwoord
Description: Voer uw inloggegevens in.
PasswordLabel: Wachtwoord
MinLength: Minimum lengte
HasUppercase: Hoofdletter
HasLowercase: Kleine letter
HasNumber: Nummer
HasSymbol: Symbool
Confirmation: Bevestiging komt overeen
ResetLinkText: Reset Wachtwoord
BackButtonText: Terug
NextButtonText: Volgende
UsernameChange:
Title: Verander Gebruikersnaam
Description: Stel uw nieuwe gebruikersnaam in
UsernameLabel: Gebruikersnaam
CancelButtonText: Annuleren
NextButtonText: Volgende
UsernameChangeDone:
Title: Gebruikersnaam Veranderd
Description: Uw gebruikersnaam is succesvol veranderd.
NextButtonText: Volgende
InitPassword:
Title: Stel Wachtwoord in
Description: U heeft een code ontvangen, die u in het onderstaande formulier moet invoeren, om uw nieuwe wachtwoord in te stellen.
CodeLabel: Code
NewPasswordLabel: Nieuw Wachtwoord
NewPasswordConfirmLabel: Bevestig Wachtwoord
ResendButtonText: Verstuur Code Opnieuw
NextButtonText: Volgende
InitPasswordDone:
Title: Wachtwoord Ingesteld
Description: Wachtwoord succesvol ingesteld
NextButtonText: Volgende
CancelButtonText: Annuleren
InitUser:
Title: Activeer Gebruiker
Description: Verifieer uw e-mail met de onderstaande code en stel uw wachtwoord in.
CodeLabel: Code
NewPasswordLabel: Nieuw Wachtwoord
NewPasswordConfirm: Bevestig Wachtwoord
NextButtonText: Volgende
ResendButtonText: Verstuur Code Opnieuw
InitUserDone:
Title: Gebruiker Geactiveerd
Description: E-mail geverifieerd en Wachtwoord succesvol ingesteld
NextButtonText: Volgende
CancelButtonText: Annuleren
InitMFAPrompt:
Title: 2-Factor Setup
Description: 2-factor authenticatie geeft u extra beveiliging voor uw gebruikersaccount. Hierdoor bent u de enige die toegang heeft tot uw account.
Provider0: Authenticator App (bijv. Google/Microsoft Authenticator, Authy)
Provider1: Apparaat afhankelijk (bijv. FaceID, Windows Hello, Vingerafdruk)
Provider3: OTP SMS
Provider4: OTP Email
NextButtonText: Volgende
SkipButtonText: Overslaan
InitMFAOTP:
Title: 2-Factor Verificatie
Description: Maak uw 2-factor aan. Download een authenticator app als u er nog geen heeft.
OTPDescription: Scan de code met uw authenticator app (bijv. Google/Microsoft Authenticator, Authy) of kopieer het geheim en voer de gegenereerde code hieronder in.
SecretLabel: Geheim
CodeLabel: Code
NextButtonText: Volgende
CancelButtonText: Annuleren
InitMFAOTPSMS:
Title: 2-Factor Verificatie
DescriptionPhone: Maak uw 2-factor aan. Voer uw telefoonnummer in om te verifiëren.
DescriptionCode: Maak uw 2-factor aan. Voer de ontvangen code in om uw telefoonnummer te verifiëren.
PhoneLabel: Telefoon
CodeLabel: Code
EditButtonText: Bewerken
ResendButtonText: Verstuur Code Opnieuw
NextButtonText: Volgende
InitMFAU2F:
Title: Voeg Beveiligingssleutel Toe
Description: Een beveiligingssleutel is een verificatiemethode die kan worden ingebouwd in uw telefoon, gebruik maakt van Bluetooth, of direct in de USB-poort van uw computer wordt gestoken.
TokenNameLabel: Naam van de beveiligingssleutel / apparaat
NotSupported: WebAuthN wordt niet ondersteund door uw browser. Zorg ervoor dat het up-to-date is of gebruik een andere (bijv. Chrome, Safari, Firefox)
RegisterTokenButtonText: Voeg beveiligingssleutel toe
ErrorRetry: Probeer opnieuw, maak een nieuwe uitdaging of kies een andere methode.
InitMFADone:
Title: 2-factor Geverifieerd
Description: Geweldig! U heeft zojuist uw 2-factor succesvol ingesteld en uw account veel veiliger gemaakt. De Factor moet bij elke login worden ingevoerd.
NextButtonText: Volgende
CancelButtonText: Annuleren
MFAProvider:
Provider0: Authenticator App (bijv. Google/Microsoft Authenticator, Authy)
Provider1: Apparaat afhankelijk (bijv. FaceID, Windows Hello, Vingerafdruk)
Provider3: OTP SMS
Provider4: OTP Email
ChooseOther: of kies een andere optie
VerifyMFAOTP:
Title: Verifieer 2-Factor
Description: Verifieer uw tweede factor
CodeLabel: Code
NextButtonText: Volgende
VerifyOTP:
Title: Verifieer 2-Factor
Description: Verifieer uw tweede factor
CodeLabel: Code
ResendButtonText: Verstuur Code Opnieuw
NextButtonText: Volgende
VerifyMFAU2F:
Title: 2-Factor Verificatie
Description: Verifieer uw 2-Factor met het geregistreerde apparaat (bijv. FaceID, Windows Hello, Vingerafdruk)
NotSupported: WebAuthN wordt niet ondersteund door uw browser. Zorg ervoor dat het up-to-date is of gebruik een andere (bijv. Chrome, Safari, Firefox)
ErrorRetry: Probeer opnieuw, maak een nieuwe aanvraag of kies een andere methode.
ValidateTokenButtonText: Verifieer 2-Factor
Passwordless:
Title: Wachtwoordloze Login
Description: Log in met authenticatiemethoden die door uw apparaat worden verstrekt, zoals FaceID, Windows Hello of Vingerafdruk.
NotSupported: WebAuthN wordt niet ondersteund door uw browser. Zorg ervoor dat het up-to-date is of gebruik een andere (bijv. Chrome, Safari, Firefox)
ErrorRetry: Probeer opnieuw, maak een nieuwe uitdaging of kies een andere methode.
LoginWithPwButtonText: Inloggen met wachtwoord
ValidateTokenButtonText: Inloggen met wachtwoordloos
PasswordlessPrompt:
Title: Wachtwoordloze Setup
Description: Wilt u wachtwoordloze login instellen? (Authenticatiemethoden van uw apparaat zoals FaceID, Windows Hello of Vingerafdruk)
DescriptionInit: U moet wachtwoordloze login instellen. Gebruik de link die u heeft gekregen om uw apparaat te registreren.
PasswordlessButtonText: Ga wachtwoordloos
NextButtonText: Volgende
SkipButtonText: Overslaan
PasswordlessRegistration:
Title: Wachtwoordloze Setup
Description: Voeg uw authenticatie toe door een naam te geven (bijv. MyMobilePhone, MacBook, etc.) en vervolgens op de knop 'Registreer wachtwoordloos' hieronder te klikken.
TokenNameLabel: Naam van het apparaat
NotSupported: WebAuthN wordt niet ondersteund door uw browser. Zorg ervoor dat het up-to-date is of gebruik een andere (bijv. Chrome, Safari, Firefox)
RegisterTokenButtonText: Registreer wachtwoordloos
ErrorRetry: Probeer opnieuw, maak een nieuwe uitdaging of kies een andere methode.
PasswordlessRegistrationDone:
Title: Wachtwoordloze Setup
Description: Apparaat voor wachtwoordloos succesvol toegevoegd.
DescriptionClose: U kunt dit venster nu sluiten.
NextButtonText: Volgende
CancelButtonText: Annuleren
PasswordChange:
Title: Verander Wachtwoord
Description: Verander uw wachtwoord. Voer uw oude en nieuwe wachtwoord in.
OldPasswordLabel: Oud Wachtwoord
NewPasswordLabel: Nieuw Wachtwoord
NewPasswordConfirmLabel: Bevestig Wachtwoord
CancelButtonText: Annuleren
NextButtonText: Volgende
Footer: Footer
PasswordChangeDone:
Title: Verander Wachtwoord
Description: Uw wachtwoord is succesvol veranderd.
NextButtonText: Volgende
PasswordResetDone:
Title: Wachtwoord Reset Link Verstuurd
Description: Controleer uw e-mail om uw wachtwoord te resetten.
NextButtonText: Volgende
EmailVerification:
Title: E-Mail Verificatie
Description: We hebben u een e-mail gestuurd om uw adres te verifiëren. Voer de code in het onderstaande formulier in.
CodeLabel: Code
NextButtonText: Volgende
ResendButtonText: Verstuur Code Opnieuw
EmailVerificationDone:
Title: E-Mail Verificatie
Description: Uw e-mailadres is met succes geverifieerd.
NextButtonText: Volgende
CancelButtonText: Annuleren
LoginButtonText: Inloggen
RegisterOption:
Title: Registratie Opties
Description: Kies hoe u wilt registreren
RegisterUsernamePasswordButtonText: Met gebruikersnaam en wachtwoord
ExternalLoginDescription: of registreer met een externe gebruiker
LoginButtonText: Inloggen
RegistrationUser:
Title: Registratie
Description: Voer uw gebruikersgegevens in. Uw e-mailadres wordt gebruikt als uw inlognaam.
DescriptionOrgRegister: Voer uw gebruikersgegevens in.
EmailLabel: E-Mail
UsernameLabel: Gebruikersnaam
FirstnameLabel: Voornaam
LastnameLabel: Achternaam
LanguageLabel: Taal
German: Deutsch
English: English
Italian: Italiano
French: Français
Chinese: 简体中文
Polish: Polski
Japanese: 日本語
Spanish: Español
Bulgarian: Български
Portuguese: Português
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Geslacht
Female: Vrouw
Male: Man
Diverse: divers / X
PasswordLabel: Wachtwoord
PasswordConfirmLabel: Bevestig wachtwoord
TosAndPrivacyLabel: Algemene voorwaarden
TosConfirm: Ik accepteer de
TosLinkText: AV
PrivacyConfirm: Ik accepteer het
PrivacyLinkText: privacybeleid
ExternalLogin: of registreer met een externe gebruiker
BackButtonText: Inloggen
NextButtonText: Volgende
ExternalRegistrationUserOverview:
Title: Externe Gebruiker Registratie
Description: We hebben uw gebruikersgegevens van de geselecteerde provider overgenomen. U kunt ze nu wijzigen of aanvullen.
EmailLabel: E-Mail
UsernameLabel: Gebruikersnaam
FirstnameLabel: Voornaam
LastnameLabel: Achternaam
NicknameLabel: Bijnaam
PhoneLabel: Telefoonnummer
LanguageLabel: Taal
German: Deutsch
English: English
Italian: Italiano
French: Français
Chinese: 简体中文
Polish: Polski
Japanese: 日本語
Spanish: Español
Bulgarian: Български
Portuguese: Português
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Nederlands: Nederlands
TosAndPrivacyLabel: Algemene voorwaarden
TosConfirm: Ik accepteer de
TosLinkText: AV
PrivacyConfirm: Ik accepteer het
PrivacyLinkText: privacybeleid
ExternalLogin: of registreer met een externe gebruiker
BackButtonText: Terug
NextButtonText: Opslaan
RegistrationOrg:
Title: Organisatie Registratie
Description: Voer uw organisatienaam en gebruikersgegevens in.
OrgNameLabel: Organisatienaam
EmailLabel: E-Mail
UsernameLabel: Gebruikersnaam
FirstnameLabel: Voornaam
LastnameLabel: Achternaam
PasswordLabel: Wachtwoord
PasswordConfirmLabel: Bevestig wachtwoord
TosAndPrivacyLabel: Algemene voorwaarden
TosConfirm: Ik accepteer de
TosLinkText: AV
PrivacyConfirm: Ik accepteer het
PrivacyLinkText: privacybeleid
SaveButtonText: Creëer organisatie
LoginSuccess:
Title: Inloggen Succesvol
AutoRedirectDescription: U wordt automatisch teruggeleid naar uw toepassing. Zo niet, klik dan op de onderstaande knop. U mag het venster daarna sluiten.
RedirectedDescription: U mag dit venster nu sluiten.
NextButtonText: Volgende
LogoutDone:
Title: Uitgelogd
Description: U heeft succesvol uitgelogd.
LoginButtonText: Inloggen
LinkingUsersDone:
Title: Koppeling Gebruiker
Description: Gebruiker gekoppeld.
CancelButtonText: Annuleren
NextButtonText: Volgende
ExternalNotFound:
Title: Externe Gebruiker Niet Gevonden
Description: Externe gebruiker niet gevonden. Wilt u uw gebruiker koppelen of automatisch een nieuwe registreren.
LinkButtonText: Koppelen
AutoRegisterButtonText: Registreren
TosAndPrivacyLabel: Algemene voorwaarden
TosConfirm: Ik accepteer de
TosLinkText: AV
PrivacyConfirm: Ik accepteer het
PrivacyLinkText: privacybeleid
German: Deutsch
English: English
Italian: Italiano
French: Français
Chinese: 简体中文
Polish: Polski
Japanese: 日本語
Spanish: Español
Bulgarian: Български
Portuguese: Português
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Apparaat Autorisatie
UserCode:
Label: Gebruikerscode
Description: Voer de gebruikerscode in die op het apparaat wordt weergegeven.
ButtonNext: Volgende
Action:
Description: Verleen apparaattoegang.
GrantDevice: u staat op het punt om apparaat
AccessToScopes: toegang te verlenen tot de volgende scopes
Button:
Allow: Toestaan
Deny: Weigeren
Done:
Description: Klaar.
Approved: Apparaat autorisatie goedgekeurd. U kunt nu teruggaan naar het apparaat.
Denied: Apparaat autorisatie geweigerd. U kunt nu teruggaan naar het apparaat.
Footer:
PoweredBy: Mogelijk gemaakt door
Tos: AV
PrivacyPolicy: Privacybeleid
Help: Help
SupportEmail: Ondersteuning E-mail
SignIn: Inloggen met {{.Provider}}
Errors:
Internal: Er is een interne fout opgetreden
AuthRequest:
NotFound: Kon authrequest niet vinden
UserAgentNotCorresponding: User Agent komt niet overeen
UserAgentNotFound: User Agent ID niet gevonden
TokenNotFound: Token niet gevonden
RequestTypeNotSupported: Request type wordt niet ondersteund
MissingParameters: Verplichte parameters ontbreken
User:
NotFound: Gebruiker kon niet worden gevonden
AlreadyExists: Gebruiker bestaat al
Inactive: Gebruiker is inactief
NotFoundOnOrg: Gebruiker kon niet worden gevonden op gekozen organisatie
NotAllowedOrg: Gebruiker is geen lid van de vereiste organisatie
NotMatchingUserID: Gebruiker en gebruiker in authrequest komen niet overeen
UserIDMissing: UserID is leeg
Invalid: Ongeldige gebruikersgegevens
DomainNotAllowedAsUsername: Domein is al gereserveerd en kan niet worden gebruikt
NotAllowedToLink: Gebruiker mag niet koppelen met externe inlogprovider
Profile:
NotFound: Profiel niet gevonden
NotChanged: Profiel niet veranderd
Empty: Profiel is leeg
FirstNameEmpty: Voornaam in profiel is leeg
LastNameEmpty: Achternaam in profiel is leeg
IDMissing: Profiel ID ontbreekt
Email:
NotFound: E-mail niet gevonden
Invalid: E-mail is ongeldig
AlreadyVerified: E-mail is al geverifieerd
NotChanged: E-mail niet veranderd
Empty: E-mail is leeg
IDMissing: E-mail ID ontbreekt
Phone:
NotFound: Telefoon niet gevonden
Invalid: Telefoon is ongeldig
AlreadyVerified: Telefoon is al geverifieerd
Empty: Telefoon is leeg
NotChanged: Telefoon niet veranderd
Address:
NotFound: Adres niet gevonden
NotChanged: Adres niet veranderd
Username:
AlreadyExists: Gebruikersnaam is al ingenomen
Reserved: Gebruikersnaam is al ingenomen
Empty: Gebruikersnaam is leeg
Password:
ConfirmationWrong: Wachtwoordbevestiging is onjuist
Empty: Wachtwoord is leeg
Invalid: Wachtwoord is ongeldig
InvalidAndLocked: Wachtwoord is ongeldig en gebruiker is vergrendeld, neem contact op met uw beheerder.
NotChanged: Nieuw wachtwoord kan niet hetzelfde zijn als uw huidige wachtwoord
UsernameOrPassword:
Invalid: Gebruikersnaam of wachtwoord is ongeldig
PasswordComplexityPolicy:
NotFound: Wachtwoordbeleid niet gevonden
MinLength: Wachtwoord is te kort
HasLower: Wachtwoord moet een kleine letter bevatten
HasUpper: Wachtwoord moet een hoofdletter bevatten
HasNumber: Wachtwoord moet een nummer bevatten
HasSymbol: Wachtwoord moet een symbool bevatten
Code:
Expired: Code is verlopen
Invalid: Code is ongeldig
Empty: Code is leeg
CryptoCodeNil: Crypto code is nil
NotFound: Kon code niet vinden
GeneratorAlgNotSupported: Generator algoritme wordt niet ondersteund
EmailVerify:
UserIDEmpty: UserID is leeg
ExternalData:
CouldNotRead: Externe gegevens konden niet correct worden gelezen
MFA:
NoProviders: Geen beschikbare multifactor providers
OTP:
AlreadyReady: Multifactor OTP (OneTimePassword) is al ingesteld
NotExisting: Multifactor OTP (OneTimePassword) bestaat niet
InvalidCode: Ongeldige code
NotReady: Multifactor OTP (OneTimePassword) is niet klaar
Locked: Gebruiker is vergrendeld
SomethingWentWrong: Er is iets misgegaan
NotActive: Gebruiker is niet actief
ExternalIDP:
IDPTypeNotImplemented: IDP Type is niet geïmplementeerd
NotAllowed: Externe Inlog Provider niet toegestaan
IDPConfigIDEmpty: Identity Provider ID is leeg
ExternalUserIDEmpty: Externe Gebruiker ID is leeg
UserDisplayNameEmpty: Gebruiker Weergavenaam is leeg
NoExternalUserData: Geen externe Gebruiker Data ontvangen
CreationNotAllowed: Creatie van een nieuwe gebruiker is niet toegestaan op deze Provider
LinkingNotAllowed: Koppeling van een gebruiker is niet toegestaan op deze Provider
GrantRequired: Inloggen niet mogelijk. De gebruiker moet minimaal één grant hebben op de applicatie. Neem contact op met uw beheerder.
ProjectRequired: Inloggen niet mogelijk. De organisatie van de gebruiker moet toegekend zijn aan het project. Neem contact op met uw beheerder.
IdentityProvider:
InvalidConfig: Identity Provider configuratie is ongeldig
IAM:
LockoutPolicy:
NotExisting: Lockout Beleid bestaat niet
Org:
LoginPolicy:
RegistrationNotAllowed: Registratie is niet toegestaan
DeviceAuth:
NotExisting: Gebruikerscode bestaat niet
optional: (optioneel)

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Płeć
Female: Kobieta
Male: Mężczyzna
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Warunki i zasady
TosConfirm: Akceptuję
TosLinkText: Warunki korzystania
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Autoryzacja urządzenia

View File

@ -244,6 +244,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Gênero
Female: Feminino
Male: Masculino
@ -282,6 +283,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Termos e condições
TosConfirm: Eu aceito os
TosLinkText: termos de serviço
@ -348,6 +350,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Autorização de dispositivo

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: Род
Female: Женский
Male: Мужской
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: Правила и условия
TosConfirm: Я принимаю
TosLinkText: ТОТ
@ -352,6 +354,8 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: Авторизация устройства
UserCode:

View File

@ -248,6 +248,7 @@ RegistrationUser:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
GenderLabel: 性别
Female: 女性
Male: 男性
@ -286,6 +287,7 @@ ExternalRegistrationUserOverview:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
TosAndPrivacyLabel: 条款和条款
TosConfirm: 我接受
TosLinkText: 服务条款
@ -352,6 +354,7 @@ ExternalNotFound:
Macedonian: Македонски
Czech: Čeština
Russian: Русский
Dutch: Nederlands
DeviceAuth:
Title: 设备授权
UserCode:

View File

@ -88,7 +88,9 @@
</option>
<option value="cs" id="cs" {{if (selectedLanguage "cs")}} selected {{end}}>{{t "ExternalNotFound.Czech"}}
</option>
<option value="ru" id="mk" {{if (selectedLanguage "ru")}} selected {{end}}>{{t "ExternalNotFound.Russian"}}
<option value="ru" id="ru" {{if (selectedLanguage "ru")}} selected {{end}}>{{t "ExternalNotFound.Russian"}}
</option>
<option value="nl" id="nl" {{if (selectedLanguage "nl")}} selected {{end}}>{{t "ExternalNotFound.Dutch"}}
</option>
</select>
</div>

View File

@ -0,0 +1,61 @@
InitCode:
Title: Gebruiker Initialiseren
PreHeader: Gebruiker Initialiseren
Subject: Gebruiker Initialiseren
Greeting: Hallo {{.DisplayName}},
Text: Deze gebruiker is aangemaakt. Gebruik de gebruikersnaam {{.PreferredLoginName}} om in te loggen. Klik op de knop hieronder om het initialisatieproces te voltooien. (Code {{.Code}}) Als u niet om deze mail heeft gevraagd, negeer deze dan.
ButtonText: Voltooi initialisatie
PasswordReset:
Title: Wachtwoord resetten
PreHeader: Wachtwoord resetten
Subject: Wachtwoord resetten
Greeting: Hallo {{.DisplayName}},
Text: We hebben een verzoek ontvangen om uw wachtwoord te resetten. Gebruik de knop hieronder om uw wachtwoord te resetten. (Code {{.Code}}) Als u niet om deze mail heeft gevraagd, negeer deze dan.
ButtonText: Reset wachtwoord
VerifyEmail:
Title: Verifieer email
PreHeader: Verifieer email
Subject: Verifieer email
Greeting: Hallo {{.DisplayName}},
Text: Er is een nieuwe email toegevoegd. Gebruik de knop hieronder om uw email te verifiëren. (Code {{.Code}}) Als u geen nieuwe email heeft toegevoegd, negeer deze email dan.
ButtonText: Verifieer email
VerifyPhone:
Title: Verifieer telefoon
PreHeader: Verifieer telefoon
Subject: Verifieer telefoon
Greeting: Hallo {{.DisplayName}},
Text: Er is een nieuw telefoonnummer toegevoegd. Gebruik de volgende code om het te verifiëren {{.Code}}
ButtonText: Verifieer telefoon
VerifyEmailOTP:
Title: Verifieer One-Time Wachtwoord
PreHeader: Verifieer One-Time Wachtwoord
Subject: Verifieer One-Time Wachtwoord
Greeting: Hallo {{.DisplayName}},
Text: Gebruik het eenmalige wachtwoord {{.OTP}} om binnen de volgende vijf minuten te authenticeren of klik op de "Authenticeer" knop.
ButtonText: Authenticeer
VerifySMSOTP:
Text: >-
{{.OTP}} is uw eenmalige wachtwoord voor {{ .Domain }}. Gebruik het binnen de volgende {{.Expiry}} minuten.
@{{.Domain}} #{{.OTP}}
DomainClaimed:
Title: Domein is geclaimd
PreHeader: Verander email / gebruikersnaam
Subject: Domein is geclaimd
Greeting: Hallo {{.DisplayName}},
Text: Het domein {{.Domain}} is geclaimd door een organisatie. Uw huidige gebruiker {{.Username}} is geen onderdeel van deze organisatie. Daarom moet u uw email veranderen wanneer u inlogt. We hebben een tijdelijke gebruikersnaam ({{.TempUsername}}) voor deze login gecreëerd.
ButtonText: Inloggen
PasswordlessRegistration:
Title: Voeg Wachtwoordloze Login Toe
PreHeader: Voeg Wachtwoordloze Login Toe
Subject: Voeg Wachtwoordloze Login Toe
Greeting: Hallo {{.DisplayName}},
Text: We hebben een verzoek ontvangen om een token toe te voegen voor wachtwoordloze login. Gebruik de knop hieronder om uw token of apparaat toe te voegen voor wachtwoordloze login.
ButtonText: Voeg Wachtwoordloze Login Toe
PasswordChange:
Title: Wachtwoord van gebruiker is veranderd
PreHeader: Verander wachtwoord
Subject: Wachtwoord van gebruiker is veranderd
Greeting: Hallo {{.DisplayName}},
Text: Het wachtwoord van uw gebruiker is veranderd. Als deze wijziging niet door u is gedaan, wordt u geadviseerd om direct uw wachtwoord te resetten.
ButtonText: Inloggen

1255
internal/static/i18n/nl.yaml Normal file

File diff suppressed because it is too large Load Diff