mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-24 02:57:57 +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:
@@ -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": "Добавить менеджера",
|
||||
|
Reference in New Issue
Block a user