feat(LRL App): init V0

This commit is contained in:
2025-10-22 17:09:48 +02:00
parent d3303fee95
commit 0924da3cda
475 changed files with 44862 additions and 7 deletions

View 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.',
],
],
];