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:
mffap 2020-11-05 21:30:50 +01:00 committed by GitHub
parent 1fc4034373
commit 6eb9720ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -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": {

View File

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