Skip to content

Commit

Permalink
Merge pull request #1 from jvkassi/locales-fr
Browse files Browse the repository at this point in the history
Add french translations
  • Loading branch information
jeffgreco13 authored Jan 24, 2022
2 parents 48439b1 + 6ce037b commit cd74756
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/fr/default.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
"registration" => [
"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",
],
],
];

0 comments on commit cd74756

Please sign in to comment.