feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,46 @@
<?php
return [
'title' => 'Berrezarri zure pasahitza',
'heading' => 'Pasahitza ahaztu duzu?',
'actions' => [
'login' => [
'label' => 'itzuli saio-hasierara',
],
],
'form' => [
'email' => [
'label' => 'Helbide elektronikoa',
],
'actions' => [
'request' => [
'label' => 'Bidali mezu elektronikoa',
],
],
],
'notifications' => [
'sent' => [
'body' => 'Zure kontua existitzen ez bada, ez duzu mezu elektronikoa jasoko.',
],
'throttled' => [
'title' => 'Eskaera gehiegi',
'body' => 'Mesedez, saiatu berriro :seconds segundu barru.',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Berrezarri zure pasahitza',
'heading' => 'Berrezarri zure pasahitza',
'form' => [
'email' => [
'label' => 'Helbide elektronikoa',
],
'password' => [
'label' => 'Pasahitza',
'validation_attribute' => 'pasahitza',
],
'password_confirmation' => [
'label' => 'Berretsi pasahitza',
],
'actions' => [
'reset' => [
'label' => 'Berrezarri pasahitza',
],
],
],
'notifications' => [
'throttled' => [
'title' => 'Berrezartze-saiakera gehiegi',
'body' => 'Mesedez, saiatu berriro :seconds segundu barru.',
],
],
];