From 6ce037b87dea02196efa29c0c05535ca2b59f395 Mon Sep 17 00:00:00 2001 From: Jean-Vincent kassi Date: Mon, 24 Jan 2022 15:13:03 +0000 Subject: [PATCH] Add french translations --- resources/lang/fr/default.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/lang/fr/default.php diff --git a/resources/lang/fr/default.php b/resources/lang/fr/default.php new file mode 100644 index 0000000..220ca8f --- /dev/null +++ b/resources/lang/fr/default.php @@ -0,0 +1,25 @@ + [ + "title" => "S'inscrire", + "heading" => "Créer un nouveau compte", + "submit" => [ + "label" => "S'inscrire", + ], + ], + "reset_password" => [ + "title" => "Mot de passe oublié", + "heading" => "Réinitialisez votre mot de passe", + "submit" => [ + "label" => "Envoyer un e-mail de réinitialisation", + ], + ], + "verification" => [ + "title" => "Vérifier votre e-mail", + "heading" => "Vérification de l'e-mail requise", + "submit" => [ + "label" => "Déconnexion", + ], + ], +];