mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 18:37:32 +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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user