mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:01:38 +00:00
feat(console): split granted from owned project modules, general ui ux fixes (#286)
* add iam label, user avatar * avatar component * split granted and owned modules * move components to resp module * refactor project contributors, g project nav * rem console logs, add avatar for org members * fix changes loading, auth user page * refactor home, i18n * fix changes side overflow * lint
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"APP_NAME": "zitadel",
|
||||
"HOME": {
|
||||
"TITLE": "zitadel",
|
||||
"DESCRIPTION": "Hier können Sie Ihre Daten sowie die Datenschutz- und Sicherheitseinstellungen verwalten, um Caos optimal an Ihre Bedürfnisse anzupassen",
|
||||
"SECURITYANDPRIVACY": "Datenschutz und Personalisierung",
|
||||
"SECURITYANDPRIVACY_DESC": "Sie können die Daten in Ihrem Caos-Konto sehen und auswählen, welche Aktivitäten gespeichert werden, um Caos für sich zu personalisieren",
|
||||
"SECURITYANDPRIVACY_BUTTON": "Daten verwalten und personalisieren",
|
||||
@@ -24,9 +23,11 @@
|
||||
"IAM":"IAM",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"PROJECT": "Projekte",
|
||||
"GRANTEDPROJECT":"Berechtigte Projekte",
|
||||
"USER": "Benutzer",
|
||||
"LOGOUT": "abmelden",
|
||||
"NEWORG":"Neue Organisation"
|
||||
"NEWORG":"Neue Organisation",
|
||||
"IAMADMIN":"Sie sind ein IAM Administrator. Sie haben erweiterte Berechtigungen!"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "speichern",
|
||||
@@ -567,6 +568,7 @@
|
||||
"user.mfa.init.skipped":"MFA init übersprungen",
|
||||
"user.mfa.otp.added":"MFA OTP hinzugefügt",
|
||||
"user.mfa.otp.verified":"MFA OTP verifiziert",
|
||||
"user.mfa.otp.removed":"MFA OTP entfernt",
|
||||
"user.selfregistered":"selbst registriert"
|
||||
}
|
||||
}
|
||||
|
@@ -2,7 +2,6 @@
|
||||
"APP_NAME": "zitadel",
|
||||
"HOME": {
|
||||
"TITLE": "zitadel",
|
||||
"DESCRIPTION": "Here you can manage your data as well as data protection and security settings in order to optimally adapt Caos to your needs",
|
||||
"SECURITYANDPRIVACY": "Data protection and personalization",
|
||||
"SECURITYANDPRIVACY_DESC": "You can view the data in your Caos account and choose which activities are saved in order to personalize Caos for you",
|
||||
"SECURITYANDPRIVACY_BUTTON": "Personalize data",
|
||||
@@ -24,9 +23,11 @@
|
||||
"IAM":"IAM",
|
||||
"ORGANIZATION": "Organization",
|
||||
"PROJECT": "Projects",
|
||||
"GRANTEDPROJECT":"Granted Projects",
|
||||
"USER": "Users",
|
||||
"LOGOUT": "Log out",
|
||||
"NEWORG":"New Organization"
|
||||
"NEWORG":"New Organization",
|
||||
"IAMADMIN":"You are an IAM Administrator. Note that you have enhanced permissions!"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
@@ -568,6 +569,7 @@
|
||||
"user.mfa.init.skipped":"MFA init skipped",
|
||||
"user.mfa.otp.added":"MFA OTP added",
|
||||
"user.mfa.otp.verified":"MFA OTP verified",
|
||||
"user.mfa.otp.removed":"MFA OTP removed",
|
||||
"user.selfregistered":"self registered"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user