From 6eb9720ee6bf92b9301f3a73e7f4ec951fe7dd1b Mon Sep 17 00:00:00 2001 From: mffap Date: Thu, 5 Nov 2020 21:30:50 +0100 Subject: [PATCH] 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 --- console/src/assets/i18n/de.json | 12 ++++++------ console/src/assets/i18n/en.json | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/console/src/assets/i18n/de.json b/console/src/assets/i18n/de.json index f0e3faa537..862f46c374 100644 --- a/console/src/assets/i18n/de.json +++ b/console/src/assets/i18n/de.json @@ -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": { diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index 75276cae37..a76168ff23 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -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.",