feat: add it-IT to internationalization (#2439)

* login it

* deepl translations, corrections

* login, en typos

* it internal, typo fixes

* message texts, optim console texts, guide for internationalization

* missing console, fix de, en

* Add missing keys from main

* translate missing keys

* add it to console selection, change it policy descriptors

* add missing i18n from jwt idp, fixes

* add missing translations

* missing translations

* fix

* auth user language change, interceptor

* remove multiline operator

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2021-11-15 08:23:35 +01:00
committed by GitHub
parent cfdb8c3301
commit 12eed30c08
15 changed files with 3082 additions and 275 deletions

View File

@@ -754,7 +754,9 @@
},
"PRIVATELABELING_POLICY": {
"TITLE": "Private Labeling",
"DESCRIPTION": "Definiere das Erscheinungsbild des Logins."
"BTN":"Datei auswählen",
"DESCRIPTION": "Definiere das Erscheinungsbild des Logins.",
"ACTIVATEPREVIEW":"Preview aktivieren"
},
"LOGIN_POLICY": {
"TITLE": "Login Richtlinien",
@@ -1300,6 +1302,7 @@
}
},
"NEXTSTEPS": {
"TITLE": "Nächste Schritte",
"0": {
"TITLE": "Rollen festlegen",
"DESC": "Erfassen Sie Rollen für ihr Projekt"
@@ -1388,7 +1391,7 @@
"TOKENTYPE": "Auth Token Typ",
"TOKENTYPE0": "Bearer Token",
"TOKENTYPE1": "JWT",
"UNSECUREREDIRECT": "Ich hoffe, Du weisst, was Du tust.",
"UNSECUREREDIRECT": "Wir hoffen, Du weisst, was Du tust.",
"OVERVIEWSECTION": "Übersicht",
"OVERVIEWTITLE": "Deine Konfiguration ist bereit. Du kannst sie hier nochmals prüfen.",
"ACCESSTOKENROLEASSERTION": "Benutzerrollen dem Access Token hinzufügen",
@@ -1480,6 +1483,7 @@
},
"LANGUAGES": {
"de": "Deutsch",
"it": "Italienisch",
"en": "Englisch"
},
"MEMBER": {

View File

@@ -35,7 +35,7 @@
"SECURITYANDPRIVACY_DESC": "Manage Your Information and Security Settings",
"SECURITYANDPRIVACY_BUTTON": "Personalise Information and Security",
"CHANGE_PWD": "Change Password",
"PROTECTION": "Organisational Policies",
"PROTECTION": "Organizational Policies",
"PROTECTION_DESC": "Manage your organisational guidelines. Explore some pre-packaged solutions that save you time and ensure security.",
"PROTECTION_BUTTON": "Explore",
"PROJECTS": "Create and Manage Your Applications and Projects",
@@ -301,8 +301,8 @@
"EXTERNALIDP": {
"TITLE": "External Identity Providers",
"DESC": "",
"IDPCONFIGID": "Idp Config ID",
"IDPNAME": "Idp Name",
"IDPCONFIGID": "IDP Config ID",
"IDPNAME": "IDP Name",
"USERDISPLAYNAME": "External Name",
"EXTERNALUSERID": "External User ID",
"DIALOG": {
@@ -331,7 +331,7 @@
"STATE2": "Inactive",
"STATE3": "Deleted",
"STATE4": "Locked",
"STATE5": "Supend",
"STATE5": "Suspended",
"STATE6": "Initial"
},
"PROFILE": {
@@ -356,7 +356,7 @@
"CURRENT":"Current Picture",
"PREVIEW":"Preview",
"DELETESUCCESS":"Deleted successfully!",
"CROPPERERROR":"An error while uploading your file failed. Try a different format and size if necessary."
"CROPPERERROR":"An error while uploading your file occurred. Try a different format and size if necessary."
}
},
"MACHINE": {
@@ -595,7 +595,7 @@
"VERIFICATION_VALIDATION_ONGOING": "A verification token has already been requested. Click on the button to trigger a verification check.",
"VERIFICATION_VALIDATION_ONGOING_TYPE": "Type of the token:",
"VERIFICATION_SUCCESSFUL": "Domain successfully verified!",
"REQUESTNEWTOKEN": "Request new Token",
"REQUESTNEWTOKEN": "Request new token",
"TYPES": {
"1": "HTTP",
"2": "DNS"
@@ -659,7 +659,7 @@
"POSTAL_CODE": "Postal Code",
"COUNTRY": "Country",
"TITLE": "Zitadel Tier",
"DESCRIPTION": "Zitadel works with Stripe to simplify invoicing. The following link redirects to Stripe.com.",
"DESCRIPTION": "Zitadel works with Stripe to simplify invoicing. The following link redirects to stripe.com.",
"QUESTIONS": "For questions regarding payments contact our support ",
"BTN": "Change Tier"
},
@@ -716,7 +716,7 @@
"BTN":"Select File",
"ACTIVATEPREVIEW":"Apply configuration",
"DARK":"Dark Mode",
"LIGHT":"Lighg Mode",
"LIGHT":"Light Mode",
"CHANGEVIEW":"Change View",
"ACTIVATED":"Policy changes are now LIVE",
"THEME":"Theme",
@@ -1483,6 +1483,7 @@
},
"LANGUAGES": {
"de": "German",
"it": "Italian",
"en": "English"
},
"MEMBER": {

File diff suppressed because it is too large Load Diff