mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 22:17:38 +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": "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",
|
||||
|
Reference in New Issue
Block a user