From cb9d02ff1d047e9abd80a87121796f94376b54d3 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 21 Sep 2022 10:06:59 +0200 Subject: [PATCH] Client - update OAuth translations --- fittrackee_client/src/locales/en/oauth2.json | 6 +++--- fittrackee_client/src/locales/fr/oauth2.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fittrackee_client/src/locales/en/oauth2.json b/fittrackee_client/src/locales/en/oauth2.json index 5dfe92fc..a0967ae0 100644 --- a/fittrackee_client/src/locales/en/oauth2.json +++ b/fittrackee_client/src/locales/en/oauth2.json @@ -19,17 +19,17 @@ }, "URL": "Application URL" }, - "APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?", "APP_CREATED_SUCCESSFULLY": "Application created successfully. Make sure to copy the secret now, it won't show up again.", + "APP_DELETION_CONFIRMATION": "Are you sure you want to delete this app?", "APP_REQUESTING_ACCESS": "The application {0} is requesting:", "APPS_LIST": "OAuth2 applications", "AUTHORIZE_APP": "Authorize {0} to use your account?", "COPY_TO_CLIPBOARD": "copy to the clipboard", "DELETE_APP": "Delete application", - "NEW_APP": "New OAuth App", - "NO_DESCRIPTION": "no description", + "NEW_APP": "Add an application", "NO_APP": "Application not found!", "NO_APPS": "no applications", + "NO_DESCRIPTION": "no description", "REVOKE_ALL_TOKENS": "Revoke all tokens", "TOKENS_REVOCATION_CONFIRMATION": "Are you sure you want to revoke all tokens?", "TOKENS_REVOKED": "All existing associated tokens have been revoked." diff --git a/fittrackee_client/src/locales/fr/oauth2.json b/fittrackee_client/src/locales/fr/oauth2.json index 864e20c8..695ae541 100644 --- a/fittrackee_client/src/locales/fr/oauth2.json +++ b/fittrackee_client/src/locales/fr/oauth2.json @@ -3,7 +3,7 @@ "APP": { "CLIENT_ID": "Identifiant", "CLIENT_SECRET": "Secret", - "DESCRIPTION": "Application description", + "DESCRIPTION": "Description de l'application", "ISSUE_AT": "Créée le", "NAME": "Nom de l'application", "REDIRECT_URL": "URL de redirection", @@ -19,17 +19,17 @@ }, "URL": "URL de l'application" }, - "APP_DELETION_CONFIRMATION": "Êtes-vous sûr de vouloir supprimer cette application ?", "APP_CREATED_SUCCESSFULLY": "Application créée avec succès. Assurez-vous de copier le secret maintenant, il ne s'affichera plus.", - "APP_REQUESTING_ACCESS": "L'application {0} demande les accès suivants :", + "APP_DELETION_CONFIRMATION": "Êtes-vous sûr de vouloir supprimer cette application ?", + "APP_REQUESTING_ACCESS": "L'application {0} demande les accès suivants :", "APPS_LIST": "Applications OAuth2", "AUTHORIZE_APP": "Autoriser {0} à utiliser votre compte ?", "COPY_TO_CLIPBOARD": "copier dans le presse papier", "DELETE_APP": "Supprimer l'application", - "NEW_APP": "Ajouter une App OAuth", - "NO_DESCRIPTION": "pas de description", + "NEW_APP": "Ajouter une application", "NO_APP": "Application introuvable !", "NO_APPS": "pas de applications", + "NO_DESCRIPTION": "pas de description", "REVOKE_ALL_TOKENS": "Révoquer tous les jetons", "TOKENS_REVOCATION_CONFIRMATION": "Êtes-vous sûr de vouloir révoquer tous les jetons ?", "TOKENS_REVOKED": "Tous les jetons associés existants ont été révoqués."