From 678317f802b9b66f8f8e3241cb0fb841acdd0e12 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 16 Sep 2025 14:27:40 +0300 Subject: [PATCH] New translations en.json (French) --- frontend/src/lib/i18n/locales/fr-FR.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/lib/i18n/locales/fr-FR.json b/frontend/src/lib/i18n/locales/fr-FR.json index 67101bc..a508fac 100644 --- a/frontend/src/lib/i18n/locales/fr-FR.json +++ b/frontend/src/lib/i18n/locales/fr-FR.json @@ -14,6 +14,9 @@ "loginOauthFailSubtitle": "Impossible d'obtenir l'URL OAuth", "loginOauthSuccessTitle": "Redirection", "loginOauthSuccessSubtitle": "Redirection vers votre fournisseur OAuth", + "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", + "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", + "loginOauthAutoRedirectButton": "Redirect now", "continueTitle": "Continuer", "continueRedirectingTitle": "Redirection...", "continueRedirectingSubtitle": "Vous devriez être redirigé vers l'application bientôt",