mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
fix(console): application state, add project role bulk, user grant explanations, i18n, ngsw update prompt #341
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"USER": "Benutzer",
|
||||
"LOGOUT": "abmelden",
|
||||
"NEWORG":"Neue Organisation",
|
||||
"IAMADMIN":"Sie sind ein IAM Administrator. Sie haben erweiterte Berechtigungen!"
|
||||
"IAMADMIN":"Sie sind ein IAM Administrator. Sie haben erweiterte Berechtigungen!",
|
||||
"SHOWORGS":"Alle organisationen anzeigen"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "speichern",
|
||||
@@ -355,17 +356,20 @@
|
||||
"USERID":"User Id"
|
||||
},
|
||||
"GRANT": {
|
||||
"TITLE": "Grants",
|
||||
"TITLE": "Berechtigte Organisationen",
|
||||
"DESCRIPTION": "Gewähren Sie einer anderen Organisation Zugriff (Grant) auf dieses Projekt",
|
||||
"CREATE": {
|
||||
"TITLE": "Member Grant erstellen",
|
||||
"TITLE": "Organisation berechtigen",
|
||||
"SEL_USERS": "Selektieren Sie die gewünschten User für das Erstellen des Grants!",
|
||||
"SEL_ROLES": "Selektieren Sie die gewünschten Rollen für das Erstellen des Grants!",
|
||||
"SEL_PROJECT": "Suchen Sie nach dem Projekt",
|
||||
"SEL_USER":"Suchen Sie nach einem User",
|
||||
"SEL_ORG": "Suchen Sie nach der Domain",
|
||||
"SEL_ORG_DESC":"Geben Sie die vollständige Domain ein um Resultate zu erhalten!",
|
||||
"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_FORMFIELD":"Vollständige Domain",
|
||||
"SEL_ORG_BUTTON": "Suche Organisation",
|
||||
"FOR_ORG":"The grant wird erstellt für:"
|
||||
},
|
||||
@@ -377,7 +381,7 @@
|
||||
"USER":"Benutzer",
|
||||
"MEMBERS":"Managers",
|
||||
"PROJECTNAME":"Projekt Name",
|
||||
"GRANTEDORG": "Granted Organization",
|
||||
"GRANTEDORG": "Granted Organisation",
|
||||
"GRANTEDORGDOMAIN": "Domain",
|
||||
"GRANTEDORGNAME":"Org Name",
|
||||
"CREATIONDATE": "Erstelldatum",
|
||||
|
@@ -27,7 +27,8 @@
|
||||
"USER": "Users",
|
||||
"LOGOUT": "Log out",
|
||||
"NEWORG":"New Organization",
|
||||
"IAMADMIN":"You are an IAM Administrator. Note that you have enhanced permissions!"
|
||||
"IAMADMIN":"You are an IAM Administrator. Note that you have enhanced permissions!",
|
||||
"SHOWORGS":"Show all organizations"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
@@ -284,7 +285,7 @@
|
||||
}
|
||||
},
|
||||
"ORG_DETAIL": {
|
||||
"TITLE": "Organisation",
|
||||
"TITLE": "Organization",
|
||||
"DESCRIPTION": "Here you can edit your organization configuration and manage members",
|
||||
"DETAIL": {
|
||||
"TITLE": "Detail",
|
||||
@@ -356,18 +357,21 @@
|
||||
"USERID":"User Id"
|
||||
},
|
||||
"GRANT": {
|
||||
"TITLE": "Grants",
|
||||
"TITLE": "Granted organizations",
|
||||
"DESCRIPTION": "Allow an other organization to use your project",
|
||||
"CREATE": {
|
||||
"TITLE": "Create Member Grant",
|
||||
"TITLE": "Create organization grant",
|
||||
"SEL_USERS": "Select the users you wish to grant",
|
||||
"SEL_PROJECT": "Search for a project",
|
||||
"SEL_ROLES": "Select the roles you want to be added to the grant",
|
||||
"SEL_ORG": "Search for the domain",
|
||||
"SEL_USER":"Search for a user",
|
||||
"SEL_ORG": "Set the domain",
|
||||
"SEL_ORG_DESC":"Enter the complete domain to specify the organization to grant!",
|
||||
"ORG_TITLE":"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",
|
||||
"SEL_ORG_FORMFIELD":"Complete Domain",
|
||||
"SEL_ORG_BUTTON": "Set Organization",
|
||||
"FOR_ORG":"The grant is created for:"
|
||||
},
|
||||
"DETAIL": {
|
||||
@@ -563,7 +567,7 @@
|
||||
"org.domain.primary.set":"set primary domain",
|
||||
"org.domain.removed":"domain removed",
|
||||
"org.iam.policy.added":"IAM policy added",
|
||||
"project.added": "added",
|
||||
"project.added": "project added",
|
||||
"project.changed":"changed",
|
||||
"project.deactivated":"deactivated",
|
||||
"project.member.added":"added member",
|
||||
|
Reference in New Issue
Block a user