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
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": "添加管理者",