From 62f9305e7b8d1363f75745ce887431b6aa39a46e Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 2 Dec 2023 13:35:04 +0000 Subject: [PATCH 1/3] Update auth.json with translations --- fr/auth.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fr/auth.json b/fr/auth.json index 32ef586..d6355ec 100644 --- a/fr/auth.json +++ b/fr/auth.json @@ -246,5 +246,11 @@ "email_greeting": "Salut,", "email_disclaimer": "Vous avez reçu cet email car vous avez demandé un code de confirmation de ${business_name}" } + "general_errors": { + "account_not_found": "Compte non trouvé", + "action_allowed_only_once": "L'action demandée n'a pu être executée qu'une fois.", + "no_organization_access": "Désolé, vous n'avez pas l'accès à cette organisation", + "operation_not_permitted": "The requested action could not be completed. L'action demandée n'a pu être effectuée." + } } } From 19dfd1d0c58b1e250bfcd67945c1fa9641b0b4da Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 2 Dec 2023 13:48:01 +0000 Subject: [PATCH 2/3] Deleted english translation --- fr/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/auth.json b/fr/auth.json index d6355ec..d0eaff1 100644 --- a/fr/auth.json +++ b/fr/auth.json @@ -250,7 +250,7 @@ "account_not_found": "Compte non trouvé", "action_allowed_only_once": "L'action demandée n'a pu être executée qu'une fois.", "no_organization_access": "Désolé, vous n'avez pas l'accès à cette organisation", - "operation_not_permitted": "The requested action could not be completed. L'action demandée n'a pu être effectuée." + "operation_not_permitted": "L'action demandée n'a pu être effectuée." } } } From 976c1c3554d9f343008bb6d291882ea3ac74b2bb Mon Sep 17 00:00:00 2001 From: Charlie Date: Wed, 6 Dec 2023 19:08:18 +0000 Subject: [PATCH 3/3] Update auth.json --- fr/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/auth.json b/fr/auth.json index d0eaff1..eae7008 100644 --- a/fr/auth.json +++ b/fr/auth.json @@ -249,7 +249,7 @@ "general_errors": { "account_not_found": "Compte non trouvé", "action_allowed_only_once": "L'action demandée n'a pu être executée qu'une fois.", - "no_organization_access": "Désolé, vous n'avez pas l'accès à cette organisation", + "no_organization_access": "Désolé, vous n'avez pas l'accès à cette organisation.", "operation_not_permitted": "L'action demandée n'a pu être effectuée." } }