From 75b4cfcd6fb8496c64260b4b6871302278724d36 Mon Sep 17 00:00:00 2001 From: l-vanel <61557161+l-vanel@users.noreply.github.com> Date: Sun, 15 Jan 2023 19:40:27 +0100 Subject: [PATCH 1/2] Create french ShieldOAuthLang file --- src/Language/fr/ShieldOAuthLang.php | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/Language/fr/ShieldOAuthLang.php diff --git a/src/Language/fr/ShieldOAuthLang.php b/src/Language/fr/ShieldOAuthLang.php new file mode 100644 index 0000000..a495109 --- /dev/null +++ b/src/Language/fr/ShieldOAuthLang.php @@ -0,0 +1,45 @@ + + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + +namespace Datamweb\ShieldOAuth\Language\en; + +// ShieldOAuthLang language file +return [ + // Errors List + 'unknown' => 'Erreur inconnue!', + 'Callback' => [ + 'oauth_class_not_set' => 'Une erreur s’est produite, il semble que la classe OAuth n’est pas définie.', + 'anti_forgery' => 'Votre demande a été détectée comme erronée. Nous sommes désolés!', + ], + + // ShieldOAuthButton in views + 'other' => 'Autre', + 'login_by' => 'Connectez-vous avec : ', + 'register_by' => 'Inscrivez-vous avec : ', + + // Errors List For all OAuth + 'Github' => [ + 'github' => 'Github', + 'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec GitHub maintenant!", + ], + 'Google' => [ + 'google' => 'Google', + 'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec Google maintenant!", + + ], + // 'Yahoo' => [ + // 'yahoo' => 'Yahoo', + // 'not_allow' => "Vous ne pouvez pas vous connecter ou vous inscrire avec Yahoo maintenant!", + + // ], +]; From 0d16111bd6de5a8d7159a305aa4ac06657829bf0 Mon Sep 17 00:00:00 2001 From: l-vanel <61557161+l-vanel@users.noreply.github.com> Date: Sun, 15 Jan 2023 19:50:57 +0100 Subject: [PATCH 2/2] Update ShieldOAuthLang.php --- src/Language/fr/ShieldOAuthLang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/fr/ShieldOAuthLang.php b/src/Language/fr/ShieldOAuthLang.php index a495109..ed6a72a 100644 --- a/src/Language/fr/ShieldOAuthLang.php +++ b/src/Language/fr/ShieldOAuthLang.php @@ -11,7 +11,7 @@ * the LICENSE file that was distributed with this source code. */ -namespace Datamweb\ShieldOAuth\Language\en; +namespace Datamweb\ShieldOAuth\Language\fr; // ShieldOAuthLang language file return [