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:
Max Peintner
2020-11-27 11:11:30 +01:00
committed by GitHub
parent ae26999834
commit 2cd6da361a
13 changed files with 138 additions and 69 deletions

View File

@@ -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",

View File

@@ -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",