mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
fix(console): project member grants, user grants (#329)
* checkbox color * project grant preview * project grante expandable row * add grant detail component * proto regen * project grant members shared module * fix project grant members dialog * fix create dialog * lint * add avatar colors, meta component styling * light theme * dl report * styles * move grants out of user context, grant detail * i18n grant pipe * lint * user grants * clear expandable view project grants * fix project member routing * fix granted members routing * fix group label * rename project grant * disable zitadel grant members * fix routing user grant creation * rest member writes * ignore case searches * forkjoin observables for project search * fix grant creation with users * fix projectid reference * formfield table style, user grant dynamic load * show key if no displayvalue is set * Delete report.20200630.163913.44081.0.001.json Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
@@ -158,14 +158,6 @@
|
||||
"REGION": "Kanton",
|
||||
"COUNTRY": "Land"
|
||||
},
|
||||
"GRANTS": {
|
||||
"TITLE": "Grants",
|
||||
"DESCRIPTION": "Definieren Sie die Operationen und Rechte die dem User zur Verfügung gestellt werden.",
|
||||
"CREATE": {
|
||||
"TITLE": "User Grant erstellen",
|
||||
"DESCRIPTION": "Suchen Sie nach der Organisation, dem Project und den verfügbaren Rollen!"
|
||||
}
|
||||
},
|
||||
"VALIDATION": {
|
||||
"INVALIDPATTERN": "Das Password muss aus mindestens 8 Zeichen bestehen und einen Grossbuchstaben, ein Sonderzeichen und eine Zahl enthalten. Die maximale Anzahl an Zeichen ist 72!",
|
||||
"REQUIRED": "Das Feld ist leer",
|
||||
@@ -192,7 +184,7 @@
|
||||
"SIGNEDOUT":"Du bist abgemeldet. Klicke den Button um dich wieder anzumelden!",
|
||||
"SIGNEDOUT_BTN":"Anmelden",
|
||||
"EDITACCOUNT":"Account bearbeiten",
|
||||
"ADDACCOUNT":"mit einem anderen Account anmelden"
|
||||
"ADDACCOUNT":"Account hinzufügen"
|
||||
},
|
||||
"IAM": {
|
||||
"DETAIL": {
|
||||
@@ -321,7 +313,11 @@
|
||||
"CREATE_DESC": "Geben Sie den Namen ein",
|
||||
"ROLE": "Rolle",
|
||||
"NOITEMS": "Keine Projekte",
|
||||
"ZITADELPROJECT":"Diese Einstellungen gehören zum Zitadel-Projekt. Wenn Sie etwas ändern, verhält sich Zitadel möglicherweise nicht wie beabsichtigt!"
|
||||
"ZITADELPROJECT":"Diese Einstellungen gehören zum Zitadel-Projekt. Wenn Sie etwas ändern, verhält sich Zitadel möglicherweise nicht wie beabsichtigt!",
|
||||
"TYPE":{
|
||||
"OWNED":"Eigene Projekte",
|
||||
"GRANTED":"Berechtigte Projekte"
|
||||
}
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"Status",
|
||||
@@ -359,11 +355,20 @@
|
||||
"ORG_TITLE":"Organisation",
|
||||
"ORG_DESCRIPTION":"Sie sind im Begriff einen Nutzer für die Organisation {{name}} zu berechtigen",
|
||||
"ORG_DESCRIPTION_DESC":"Wechseln Sie den Context um die Organisation zu wechseln!",
|
||||
"SEL_ORG_BUTTON": "Suche Organisation"
|
||||
"SEL_ORG_BUTTON": "Suche Organisation",
|
||||
"FOR_ORG":"The grant wird erstellt für:"
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Berechtigte Manager der Organisation",
|
||||
"DESC":"Dies sind die Manager der berechtigten Organisation. Wählen Sie die Benutzer, die Zugriff zum editieren der jeweiligen Zugänge erhalten."
|
||||
},
|
||||
"SHOWDETAIL":"Zeige Details",
|
||||
"USER":"Benutzer",
|
||||
"MEMBERS":"Managers",
|
||||
"PROJECTNAME":"Projekt Name",
|
||||
"GRANTEDORG": "Granted Organization",
|
||||
"GRANTEDORGDOMAIN": "Domain",
|
||||
"GRANTEDORGNAME":"Org Name",
|
||||
"CREATIONDATE": "Erstelldatum",
|
||||
"CHANGEDATE": "Letzte Änderung",
|
||||
"ROLENAMESLIST": "Rollen"
|
||||
@@ -500,7 +505,23 @@
|
||||
"GRANTS": {
|
||||
"DELETE":"Grant löschen",
|
||||
"ADD":"Grant erstellen",
|
||||
"ADD_BTN":"Neu"
|
||||
"ADD_BTN":"Neu",
|
||||
"PROJECT": {
|
||||
"TITLE": "Authorisierung",
|
||||
"DESCRIPTION": "Definieren Sie die Operationen und Rechte die dem User zur Verfügung gestellt werden. Achtung: Sie können nur Einträge von Projekten sehen bei denen Sie eine Authorisierung besitzen!"
|
||||
},
|
||||
"USER": {
|
||||
"TITLE": "Authorisierung",
|
||||
"DESCRIPTION": "Definieren Sie die Operationen und Rechte die dem User zur Verfügung gestellt werden. Achtung: Sie können nur Einträge von Projekten sehen bei denen Sie eine Authorisierung besitzen!"
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Authorisierung erstellen",
|
||||
"DESCRIPTION": "Suchen Sie nach der Organisation, dem Project und den verfügbaren Rollen!"
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Authorisierung Detail",
|
||||
"DESCRIPTION":""
|
||||
}
|
||||
},
|
||||
"CHANGES": {
|
||||
"LISTTITLE":"Letzte Änderungen",
|
||||
|
@@ -158,14 +158,6 @@
|
||||
"REGION": "Region",
|
||||
"COUNTRY": "Country"
|
||||
},
|
||||
"GRANTS": {
|
||||
"TITLE": "Grants",
|
||||
"DESCRIPTION": "Define the operations and rights that are made available to the user",
|
||||
"CREATE": {
|
||||
"TITLE": "Create User Grant",
|
||||
"DESCRIPTION": "Search for the organization, the project and the corresponding project roles!"
|
||||
}
|
||||
},
|
||||
"VALIDATION": {
|
||||
"INVALIDPATTERN": "The password must consist of at least 8 characters and contain a capital letter, a special character and a number. The maximum length is 72.",
|
||||
"REQUIRED": "The input field is empty",
|
||||
@@ -322,7 +314,11 @@
|
||||
"CREATE_DESC": "Insert your projects name",
|
||||
"ROLE": "Role",
|
||||
"NOITEMS": "No projects",
|
||||
"ZITADELPROJECT":"This belongs to Zitadel project. If you change something, Zitadel may not behave as intended!"
|
||||
"ZITADELPROJECT":"This belongs to Zitadel project. If you change something, Zitadel may not behave as intended!",
|
||||
"TYPE":{
|
||||
"OWNED":"Owned Projects",
|
||||
"GRANTED":"Granted Projects"
|
||||
}
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"State",
|
||||
@@ -355,16 +351,25 @@
|
||||
"TITLE": "Create Member Grant",
|
||||
"SEL_USERS": "Select the users you wish to grant",
|
||||
"SEL_PROJECT": "Search for a project",
|
||||
"SEL_ROLES": "Select the roles you want be be added to the grant",
|
||||
"SEL_ROLES": "Select the roles you want to be added to the grant",
|
||||
"SEL_ORG": "Search for the domain",
|
||||
"ORG_TITLE":"Organization",
|
||||
"ORG_DESCRIPTION":"You are about to grant a user on the organization {{name}}",
|
||||
"ORG_DESCRIPTION_DESC":"Switch the context in the header above to grant a user of another organization",
|
||||
"SEL_ORG_BUTTON": "Search Organization"
|
||||
"ORG_DESCRIPTION":"You are about to grant a user for the organization {{name}}",
|
||||
"ORG_DESCRIPTION_DESC":"Switch the context in the header above to grant a user for another organization",
|
||||
"SEL_ORG_BUTTON": "Search Organization",
|
||||
"FOR_ORG":"The grant is created for:"
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Managers of the granted organization",
|
||||
"DESC":"These are the Managers of the granted organization. You can select which users are allowed to maintain control of the project."
|
||||
},
|
||||
"SHOWDETAIL":"Show Details",
|
||||
"USER":"User",
|
||||
"MEMBERS":"Managers",
|
||||
"PROJECTNAME":"Project Name",
|
||||
"GRANTEDORG": "Granted Organization",
|
||||
"GRANTEDORGDOMAIN": "Domain",
|
||||
"GRANTEDORGNAME":"Org Name",
|
||||
"CREATIONDATE": "Creation Date",
|
||||
"CHANGEDATE": "Last Modified",
|
||||
"ROLENAMESLIST": "Roles"
|
||||
@@ -499,9 +504,25 @@
|
||||
"PROJECT_GRANT_USER_GRANT_VIEWER":"Project Grant User Grant Viewer"
|
||||
},
|
||||
"GRANTS": {
|
||||
"DELETE":"Delete grant",
|
||||
"ADD":"Create grant",
|
||||
"ADD_BTN":"New"
|
||||
"DELETE":"delete authorization",
|
||||
"ADD":"create authorization",
|
||||
"ADD_BTN":"new",
|
||||
"PROJECT": {
|
||||
"TITLE": "Authorizations",
|
||||
"DESCRIPTION": "Define Authorizations for the specified project. Note that you can only see entries from projects and users where you are permitted to."
|
||||
},
|
||||
"USER": {
|
||||
"TITLE": "Authorizations",
|
||||
"DESCRIPTION": "Define Authorizations for the specified user. Note that you can only see entries from projects and users where you are permitted to."
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Create authorization",
|
||||
"DESCRIPTION": "Search for the orgnanization, the project and the corresponding roles."
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Authorization Detail",
|
||||
"DESCRIPTION":""
|
||||
}
|
||||
},
|
||||
"CHANGES": {
|
||||
"LISTTITLE":"Last Changes",
|
||||
|
Reference in New Issue
Block a user