feat(LRL App): init V0
This commit is contained in:
68
lang/vendor/filament-panels/fr/auth/pages/edit-profile.php
vendored
Normal file
68
lang/vendor/filament-panels/fr/auth/pages/edit-profile.php
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Profil',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresse Email',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Nom',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Nouveau mot de passe',
|
||||
'validation_attribute' => 'mot de passe',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmer le nouveau mot de passe',
|
||||
'validation_attribute' => 'confirmation du nouveau mot de passe',
|
||||
],
|
||||
|
||||
'current_password' => [
|
||||
'label' => 'Mot de passe actuel',
|
||||
'below_content' => 'Pour des raisons de sécurité, veuillez confirmer votre mot de passe pour continuer.',
|
||||
'validation_attribute' => 'mot de passe actuel',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Sauvegarder les modifications',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor_authentication' => [
|
||||
'label' => 'Authentification à deux facteurs (2FA)',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'email_change_verification_sent' => [
|
||||
'title' => 'Demande de modification de l\'adresse email envoyée',
|
||||
'body' => 'Une demande de modification de votre adresse email a été envoyée à :email. Veuillez vérifier votre email pour vérifier la modification.',
|
||||
],
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Sauvegardé',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
35
lang/vendor/filament-panels/fr/auth/pages/email-verification/email-verification-prompt.php
vendored
Normal file
35
lang/vendor/filament-panels/fr/auth/pages/email-verification/email-verification-prompt.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Vérifier votre adresse email',
|
||||
|
||||
'heading' => 'Vérifier votre adresse email',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Renvoyer',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => "Vous n'avez pas reçu l'email envoyé ?",
|
||||
'notification_sent' => "Nous vous avons envoyé un email à l'adresse :email contenant les informations pour vérifier votre adresse email.",
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'Nous avons renvoyé un email',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Trop de tentatives de renvoi',
|
||||
'body' => 'Merci de réessayer dans :seconds secondes.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
85
lang/vendor/filament-panels/fr/auth/pages/login.php
vendored
Normal file
85
lang/vendor/filament-panels/fr/auth/pages/login.php
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Connexion',
|
||||
|
||||
'heading' => 'Connectez-vous à votre compte',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'ou',
|
||||
'label' => 'créer un compte',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Mot de passe oublié ?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresse e-mail',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Mot de passe',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Se souvenir de moi',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Connexion',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Vérifier votre identité',
|
||||
|
||||
'subheading' => 'Pour continuer à vous connecter, vous devez vérifier votre identité.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Comment souhaitez-vous vérifier ?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Confirmer la connexion',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Trop de tentatives de connexion',
|
||||
'body' => 'Merci de réessayer dans :seconds secondes.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
46
lang/vendor/filament-panels/fr/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
46
lang/vendor/filament-panels/fr/auth/pages/password-reset/request-password-reset.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Réinitialiser votre mot de passe',
|
||||
|
||||
'heading' => 'Mot de passe oublié ?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'retour à la connexion',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresse Email',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => "Envoyer l'email",
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'sent' => [
|
||||
'body' => 'Si votre compte n\'existe pas, vous ne recevrez pas l\'email.',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Trop de requêtes',
|
||||
'body' => 'Merci de réessayer dans :seconds secondes.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
43
lang/vendor/filament-panels/fr/auth/pages/password-reset/reset-password.php
vendored
Normal file
43
lang/vendor/filament-panels/fr/auth/pages/password-reset/reset-password.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Réinitialiser votre mot de passe',
|
||||
|
||||
'heading' => 'Réinitialiser votre mot de passe',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresse Email',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Mot de passe',
|
||||
'validation_attribute' => 'mot de passe',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmer le mot de passe',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Réinitialiser le mot de passe',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Trop de tentatives de réinitialisation',
|
||||
'body' => 'Merci de réessayer dans :seconds secondes.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
56
lang/vendor/filament-panels/fr/auth/pages/register.php
vendored
Normal file
56
lang/vendor/filament-panels/fr/auth/pages/register.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => "S'inscrire",
|
||||
|
||||
'heading' => "S'inscrire",
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'ou',
|
||||
'label' => 'connectez-vous à votre compte',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Adresse Email',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Nom',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Mot de passe',
|
||||
'validation_attribute' => 'mot de passe',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmer le mot de passe',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => "S'inscrire",
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => "Trop de tentatives d'inscription",
|
||||
'body' => 'Merci de réessayer dans :seconds secondes.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user