mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 20:47:53 +00:00
feat: internationalization Polish (#5117)
* Add Polish translations * Add references to Polish translations in files * Make a consistent translation of languages in Chinese translation * Add missing language references to fr, it and zh * Translation corrections * Add missing language references to zh * Translation corrections * add latest translation keys * Translation corrections and addition of some new ones * translate auth requests exhausted * add new untranslated keys * Translation corrections, fix indentation --------- Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
@@ -973,7 +973,8 @@
|
||||
"en": "English",
|
||||
"it": "Italiano",
|
||||
"fr": "Français",
|
||||
"zh": "简体中文"
|
||||
"zh": "简体中文",
|
||||
"pl": "Polski"
|
||||
},
|
||||
"SMTP": {
|
||||
"TITLE": "Paramètres SMTP",
|
||||
@@ -1164,7 +1165,8 @@
|
||||
"en": "English",
|
||||
"it": "Italiano",
|
||||
"fr": "Français",
|
||||
"zh": "简体中文"
|
||||
"zh": "简体中文",
|
||||
"pl": "Polski"
|
||||
},
|
||||
"KEYS": {
|
||||
"emailVerificationDoneText": "Vérification de l'email effectuée",
|
||||
@@ -1926,7 +1928,8 @@
|
||||
"en": "English",
|
||||
"it": "Italiano",
|
||||
"fr": "Français",
|
||||
"zh": "简体中文"
|
||||
"zh": "简体中文",
|
||||
"pl": "Polski"
|
||||
},
|
||||
"MEMBER": {
|
||||
"ADD": "Ajouter un manager",
|
||||
|
Reference in New Issue
Block a user