mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 02:59:30 +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
@@ -1399,7 +1399,8 @@
|
||||
"sv": "Svenska",
|
||||
"id": "Bahasa Indonesia",
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어"
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
}
|
||||
},
|
||||
"SMTP": {
|
||||
@@ -1639,7 +1640,9 @@
|
||||
"nl": "Nederlands",
|
||||
"sv": "Svenska",
|
||||
"id": "Bahasa Indonesia",
|
||||
"ko": "한국어"
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
},
|
||||
"KEYS": {
|
||||
"emailVerificationDoneText": "Е-поштата е верифицирана",
|
||||
@@ -2584,7 +2587,9 @@
|
||||
"nl": "Nederlands",
|
||||
"sv": "Svenska",
|
||||
"id": "Bahasa Indonesia",
|
||||
"ko": "한국어"
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
},
|
||||
"MEMBER": {
|
||||
"ADD": "Додај Менаџер",
|
||||
|
Reference in New Issue
Block a user