Skip to content

Commit

Permalink
Add new values for fr translation
Browse files Browse the repository at this point in the history
Still requires translation.
  • Loading branch information
jeffgreco13 committed Jan 24, 2022
1 parent cd74756 commit c83f84e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/lang/fr/default.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php

return [
"login" => [
"forgot_password_link" => "Mot de passe oublié?",
],
"registration" => [
"title" => "S'inscrire",
"heading" => "Créer un nouveau compte",
Expand All @@ -14,12 +17,30 @@
"submit" => [
"label" => "Envoyer un e-mail de réinitialisation",
],
"notification_success" => "Vérifier votre e-mail!",
],
"verification" => [
"title" => "Vérifier votre e-mail",
"heading" => "Vérification de l'e-mail requise",
"submit" => [
"label" => "Déconnexion",
],
"notification_success" => "Vérifier votre e-mail!",
],
"profile" => [
"personal_info" => [
"heading" => "Personal Information",
"subheading" => "Manage your personal information.",
"submit" => [
"label" => "Update",
],
],
"password" => [
"heading" => "Mot de passe",
"subheading" => "Must be 8 characters.",
"submit" => [
"label" => "Update",
],
],
],
];

0 comments on commit c83f84e

Please sign in to comment.