feat(LRL App): init V0
This commit is contained in:
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