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":"Berechtigung erstellen",
|
||||||
"ADD_BTN":"Neu",
|
"ADD_BTN":"Neu",
|
||||||
"PROJECT": {
|
"PROJECT": {
|
||||||
"TITLE": "Authorisierung",
|
"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 Authorisierung besitzt."
|
"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": {
|
"USER": {
|
||||||
"TITLE": "Authorisierung",
|
"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 Authorisierung besitzt."
|
"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": {
|
"CREATE": {
|
||||||
"TITLE": "Authorisierung erstellen",
|
"TITLE": "Autorisierung erstellen",
|
||||||
"DESCRIPTION": "Suche nach der Organisation, dem Projekt und den verfügbaren Rollen."
|
"DESCRIPTION": "Suche nach der Organisation, dem Projekt und den verfügbaren Rollen."
|
||||||
},
|
},
|
||||||
"DETAIL": {
|
"DETAIL": {
|
||||||
"TITLE":"Authorisierungsdetails",
|
"TITLE":"Autorisierungsdetails",
|
||||||
"DESCRIPTION":""
|
"DESCRIPTION":""
|
||||||
},
|
},
|
||||||
"TOAST": {
|
"TOAST": {
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
"ERRORS": {
|
"ERRORS": {
|
||||||
"REQUIRED": "Some required fields are missing.",
|
"REQUIRED": "Some required fields are missing.",
|
||||||
"TOKENINVALID": {
|
"TOKENINVALID": {
|
||||||
"TITLE":"Your authorisation token has expired.",
|
"TITLE":"Your authorization token has expired.",
|
||||||
"DESCRIPTION":"Click the button below to log in again."
|
"DESCRIPTION":"Click the button below to log in again."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -872,26 +872,26 @@
|
|||||||
},
|
},
|
||||||
"ROLESLABEL":"Roles",
|
"ROLESLABEL":"Roles",
|
||||||
"GRANTS": {
|
"GRANTS": {
|
||||||
"TITLE":"Authorisations",
|
"TITLE":"Authorizations",
|
||||||
"DESC":"Here you can manage authorizations of your organization users.",
|
"DESC":"Here you can manage authorizations of your organization users.",
|
||||||
"DELETE":"Delete Authorisation",
|
"DELETE":"Delete Authorization",
|
||||||
"ADD":"Create Authorisation",
|
"ADD":"Create Authorization",
|
||||||
"ADD_BTN":"New",
|
"ADD_BTN":"New",
|
||||||
"PROJECT": {
|
"PROJECT": {
|
||||||
"TITLE": "Authorisations",
|
"TITLE": "Authorization",
|
||||||
"DESCRIPTION": "Define authorisations for the specified project. Note that you can only see entries of projects and users for which you have the permissions."
|
"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": {
|
"USER": {
|
||||||
"TITLE": "Authorisations",
|
"TITLE": "Authorization",
|
||||||
"DESCRIPTION": "Define authorisations for the specified user. Note that you can only see entries of projects and users for which you have the permissions."
|
"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": {
|
"CREATE": {
|
||||||
"TITLE": "Create authorisation",
|
"TITLE": "Create authorization",
|
||||||
"DESCRIPTION": "Search for the orgnanisation, the project, and the corresponding roles."
|
"DESCRIPTION": "Search for the orgnanisation, the project, and the corresponding roles."
|
||||||
},
|
},
|
||||||
"DETAIL": {
|
"DETAIL": {
|
||||||
"TITLE":"Authorisation Detail",
|
"TITLE":"Authorization Detail",
|
||||||
"DESCRIPTION":"Here you can see all the details of the authorisation."
|
"DESCRIPTION":"Here you can see all the details of the authorization."
|
||||||
},
|
},
|
||||||
"TOAST": {
|
"TOAST": {
|
||||||
"UPDATED":"Grant updated.",
|
"UPDATED":"Grant updated.",
|
||||||
|
Loading…
Reference in New Issue
Block a user