mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 17:17:59 +00:00
feat: show all available organizations when creating project grants (#6040)
* feat: show available orgs (project) grants * feat: add e2e for project grant * feat: add bulgarian missing translations * feat: update docs * fix: add @peintnermax suggested changes --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -1501,7 +1501,7 @@
|
||||
"GRANT": {
|
||||
"EMPTY": "No granted organization.",
|
||||
"TITLE": "Project Grants",
|
||||
"DESCRIPTION": "Allow an other organization to use your project.",
|
||||
"DESCRIPTION": "Allow another organization to use your project.",
|
||||
"EDITTITLE": "Edit roles",
|
||||
"CREATE": {
|
||||
"TITLE": "Create Organization Grant",
|
||||
@@ -1509,13 +1509,11 @@
|
||||
"SEL_PROJECT": "Search for a project",
|
||||
"SEL_ROLES": "Select the roles you want to be added to the grant",
|
||||
"SEL_USER": "Select users",
|
||||
"SEL_ORG": "Set the domain",
|
||||
"SEL_ORG_DESC": "Enter the complete domain to specify the organization to grant.",
|
||||
"ORG_TITLE": "Organization",
|
||||
"SEL_ORG": "Search an organization",
|
||||
"SEL_ORG_DESC": "Search the organization to grant.",
|
||||
"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_FORMFIELD": "Complete Domain",
|
||||
"SEL_ORG_BUTTON": "Search Organization",
|
||||
"SEL_ORG_FORMFIELD": "Organization",
|
||||
"FOR_ORG": "The grant is created for:"
|
||||
},
|
||||
"DETAIL": {
|
||||
|
Reference in New Issue
Block a user