mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 01:57:39 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user