mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 15:32:02 +00:00
feat: add Romanian language support (#9388)
# Which Problems Are Solved - Lack of support for the Romanian language in the application. # How the Problems Are Solved - Added translations for the Romanian language --------- Co-authored-by: Silvan <27845747+adlerhurst@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0c87a96e2c
commit
007c96d54a
@@ -1398,7 +1398,8 @@
|
||||
"sv": "Svéd",
|
||||
"id": "Indonéz",
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어"
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
}
|
||||
},
|
||||
"SMTP": {
|
||||
@@ -1623,9 +1624,9 @@
|
||||
"de": "Deutsch",
|
||||
"en": "English",
|
||||
"es": "Español",
|
||||
"fr": "Francia",
|
||||
"it": "Olasz",
|
||||
"ja": "Japán",
|
||||
"fr": "Français",
|
||||
"it": "Italiano",
|
||||
"ja": "日本語",
|
||||
"pl": "Lengyel",
|
||||
"zh": "Egyszerűsített kínai",
|
||||
"bg": "Bolgár",
|
||||
@@ -1636,7 +1637,9 @@
|
||||
"nl": "Holland",
|
||||
"sv": "Svéd",
|
||||
"id": "Indonéz",
|
||||
"ko": "한국어"
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
},
|
||||
"KEYS": {
|
||||
"emailVerificationDoneText": "E-mail ellenőrzés kész",
|
||||
@@ -2594,12 +2597,12 @@
|
||||
"3": "Egyéb"
|
||||
},
|
||||
"LANGUAGES": {
|
||||
"de": "Német",
|
||||
"en": "Angol",
|
||||
"es": "Spanyol",
|
||||
"fr": "Francia",
|
||||
"it": "Olasz",
|
||||
"ja": "Japán",
|
||||
"de": "Deutsch",
|
||||
"en": "English",
|
||||
"es": "Español",
|
||||
"fr": "Français",
|
||||
"it": "Italiano",
|
||||
"ja": "日本語",
|
||||
"pl": "Lengyel",
|
||||
"zh": "Egyszerűsített kínai",
|
||||
"bg": "Bolgár",
|
||||
@@ -2610,7 +2613,9 @@
|
||||
"nl": "Holland",
|
||||
"sv": "Svéd",
|
||||
"id": "Indonéz",
|
||||
"hu": "Magyar"
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
},
|
||||
"MEMBER": {
|
||||
"ADD": "Hozzáadás egy menedzsert",
|
||||
|
||||
Reference in New Issue
Block a user