feat(LRL App): init V0
This commit is contained in:
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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user