mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 09:42:04 +00:00
fix(console): sidenav ordering and naming, split eventstore to its own view, documentation link in header (#1021)
* reorg, headers * reorg sidenav, seperate eventstore comp, i18n * lint * lighter project count design * black default * small changes * titles * naming
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
},
|
||||
"MENU": {
|
||||
"PERSONAL_INFO": "Persönliche Informationen",
|
||||
"IAM":"Administration",
|
||||
"DOCUMENTATION":"Dokumentation",
|
||||
"IAMPOLICIES":"IAM",
|
||||
"IAMEVENTSTORE":"Speicher",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"ADMINSECTION":"ZITADEL Administration",
|
||||
"ORGSECTION":"Organisation",
|
||||
@@ -54,7 +56,8 @@
|
||||
"GRANTS":"Berechtigungen",
|
||||
"TOOLTIP": {
|
||||
"PERSONAL":"Verwalte deinen persönlichen Account, deine IDPs, Login Methoden, Faktoren und Berechtigungen",
|
||||
"IAM":"Verwalte ZITADELs globale Zugangsrichtlinien, bereinige views und fehlerhafte events",
|
||||
"IAMPOLICIES":"Verwalte ZITADELs globale Zugangsrichtlinien und verwalte ZITADEL Manager",
|
||||
"IAMEVENTSTORE":"Bereinige views und fehlerhafte Events",
|
||||
"ORG":"Verwalte die Zugangsrichtlinien und Domains deiner Organisation ",
|
||||
"SELFPROJECTS":"Verwalte die Projekte deiner Organisation",
|
||||
"GRANTEDPROJECTS":"Verwalte die berechtigten Projekte von anderen Organisationen",
|
||||
@@ -370,9 +373,13 @@
|
||||
}
|
||||
},
|
||||
"IAM": {
|
||||
"DETAIL": {
|
||||
"TITLE":"Administration Identity- und Access-Management Administration",
|
||||
"DESCRIPTION":"Verwalte die Einstellungen von ZITADEL."
|
||||
"POLICIES": {
|
||||
"TITLE":"IAM Administration",
|
||||
"DESCRIPTION":"Verwalte Richtlinen und Zugangseinstellungen von ZITADEL."
|
||||
},
|
||||
"EVENTSTORE": {
|
||||
"TITLE":"IAM Speicher Administration",
|
||||
"DESCRIPTION":"Verwalte Speicher Einstellungen von ZITADEL."
|
||||
},
|
||||
"MEMBER": {
|
||||
"TITLE":"Manager",
|
||||
|
||||
@@ -36,7 +36,9 @@
|
||||
},
|
||||
"MENU": {
|
||||
"PERSONAL_INFO": "Personal Information",
|
||||
"IAM":"Administration",
|
||||
"DOCUMENTATION":"Documentation",
|
||||
"IAMPOLICIES":"IAM",
|
||||
"IAMEVENTSTORE":"Storage",
|
||||
"ORGANIZATION": "Organisation",
|
||||
"ADMINSECTION":"ZITADEL Administration",
|
||||
"ORGSECTION":"Organisation",
|
||||
@@ -54,7 +56,8 @@
|
||||
"GRANTS":"Authorizations",
|
||||
"TOOLTIP": {
|
||||
"PERSONAL":"Show your Personal Account, your IDPs, Login methods, Factors and Authorisations",
|
||||
"IAM":"Show ZITADELs global access policies, clear views and failed events",
|
||||
"IAMPOLICIES":"Manage ZITADELs global Access policies und elect ZITADEL Managers",
|
||||
"IAMEVENTSTORE":"Clear views and failed events",
|
||||
"ORG":"Show your organisations access policies, and manage your domain names",
|
||||
"SELFPROJECTS":"Show your organisations own projects",
|
||||
"GRANTEDPROJECTS":"Show projects your organisation was granted access",
|
||||
@@ -370,9 +373,13 @@
|
||||
}
|
||||
},
|
||||
"IAM": {
|
||||
"DETAIL": {
|
||||
"TITLE":"Identity and Access Management Administration",
|
||||
"DESCRIPTION":"Manage the ZITADEL settings."
|
||||
"POLICIES": {
|
||||
"TITLE":"IAM Policies and Access Settings",
|
||||
"DESCRIPTION":"Manage your ZITADEL Policies and Management Access Settings."
|
||||
},
|
||||
"EVENTSTORE": {
|
||||
"TITLE":"IAM Storage Administration",
|
||||
"DESCRIPTION":"Manage your ZITADEL views and failed events."
|
||||
},
|
||||
"MEMBER": {
|
||||
"TITLE":"Managers",
|
||||
|
||||
Reference in New Issue
Block a user