feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+46
@@ -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.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user