fix(console): application state, add project role bulk, user grant explanations, i18n, ngsw update prompt #341

This commit is contained in:
Max Peintner
2020-07-03 15:07:43 +02:00
committed by GitHub
parent 7b67b55f4e
commit 73a4b7baef
9 changed files with 42 additions and 24 deletions

View File

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