mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
chore(translation): suggest different words (#942)
* use us-en for authorization Replaces instances of 'authorisation' with 'authorization' to use us-en consistently; it was mixed in a couple of places. * Update de.json Replaces instances of 'Authorisierung' with 'Autorisierung'; https://www.duden.de/haeufige_fehler/authorisieren
This commit is contained in:
parent
1fc4034373
commit
6eb9720ee6
@ -878,19 +878,19 @@
|
||||
"ADD":"Berechtigung erstellen",
|
||||
"ADD_BTN":"Neu",
|
||||
"PROJECT": {
|
||||
"TITLE": "Authorisierung",
|
||||
"DESCRIPTION": "Definiere die Operationen und Rechte, die dem Benutzer zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen, für die Du eine Authorisierung besitzt."
|
||||
"TITLE": "Autorisierung",
|
||||
"DESCRIPTION": "Definiere die Operationen und Rechte, die dem Benutzer zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen, für die Du eine Autorisierung besitzt."
|
||||
},
|
||||
"USER": {
|
||||
"TITLE": "Authorisierung",
|
||||
"DESCRIPTION": "Definiere die Operationen und Rechte, die dem Benutzer zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen, für die Du eine Authorisierung besitzt."
|
||||
"TITLE": "Autorisierung",
|
||||
"DESCRIPTION": "Definiere die Operationen und Rechte, die dem Benutzer zur Verfügung gestellt werden. Achtung: Du kannst nur Einträge von Projekten sehen, für die Du eine Autorisierung besitzt."
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Authorisierung erstellen",
|
||||
"TITLE": "Autorisierung erstellen",
|
||||
"DESCRIPTION": "Suche nach der Organisation, dem Projekt und den verfügbaren Rollen."
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Authorisierungsdetails",
|
||||
"TITLE":"Autorisierungsdetails",
|
||||
"DESCRIPTION":""
|
||||
},
|
||||
"TOAST": {
|
||||
|
@ -69,7 +69,7 @@
|
||||
"ERRORS": {
|
||||
"REQUIRED": "Some required fields are missing.",
|
||||
"TOKENINVALID": {
|
||||
"TITLE":"Your authorisation token has expired.",
|
||||
"TITLE":"Your authorization token has expired.",
|
||||
"DESCRIPTION":"Click the button below to log in again."
|
||||
}
|
||||
},
|
||||
@ -872,26 +872,26 @@
|
||||
},
|
||||
"ROLESLABEL":"Roles",
|
||||
"GRANTS": {
|
||||
"TITLE":"Authorisations",
|
||||
"TITLE":"Authorizations",
|
||||
"DESC":"Here you can manage authorizations of your organization users.",
|
||||
"DELETE":"Delete Authorisation",
|
||||
"ADD":"Create Authorisation",
|
||||
"DELETE":"Delete Authorization",
|
||||
"ADD":"Create Authorization",
|
||||
"ADD_BTN":"New",
|
||||
"PROJECT": {
|
||||
"TITLE": "Authorisations",
|
||||
"DESCRIPTION": "Define authorisations for the specified project. Note that you can only see entries of projects and users for which you have the permissions."
|
||||
"TITLE": "Authorization",
|
||||
"DESCRIPTION": "Define authorizations for the specified project. Note that you can only see entries of projects and users for which you have the permissions."
|
||||
},
|
||||
"USER": {
|
||||
"TITLE": "Authorisations",
|
||||
"DESCRIPTION": "Define authorisations for the specified user. Note that you can only see entries of projects and users for which you have the permissions."
|
||||
"TITLE": "Authorization",
|
||||
"DESCRIPTION": "Define authorizations for the specified user. Note that you can only see entries of projects and users for which you have the permissions."
|
||||
},
|
||||
"CREATE": {
|
||||
"TITLE": "Create authorisation",
|
||||
"TITLE": "Create authorization",
|
||||
"DESCRIPTION": "Search for the orgnanisation, the project, and the corresponding roles."
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Authorisation Detail",
|
||||
"DESCRIPTION":"Here you can see all the details of the authorisation."
|
||||
"TITLE":"Authorization Detail",
|
||||
"DESCRIPTION":"Here you can see all the details of the authorization."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED":"Grant updated.",
|
||||
|
Loading…
Reference in New Issue
Block a user