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
+85
View File
@@ -0,0 +1,85 @@
<?php
return [
'title' => 'Hasi saioa',
'heading' => 'Hasi saioa',
'actions' => [
'register' => [
'before' => 'edo',
'label' => 'sortu kontu bat',
],
'request_password_reset' => [
'label' => 'Pasahitza ahaztu duzu?',
],
],
'form' => [
'email' => [
'label' => 'Helbide elektronikoa',
],
'password' => [
'label' => 'Pasahitza',
],
'remember' => [
'label' => 'Gogoratu nazazu',
],
'actions' => [
'authenticate' => [
'label' => 'Hasi saioa',
],
],
],
'multi_factor' => [
'heading' => 'Egiaztatu zure identitatea',
'subheading' => 'Saioa hasten jarraitzeko, zure identitatea egiaztatu behar duzu.',
'form' => [
'provider' => [
'label' => 'Nola nahi duzu egiaztatu?',
],
'actions' => [
'authenticate' => [
'label' => 'Berretsi saio-hasiera',
],
],
],
],
'messages' => [
'failed' => 'Kredentzial hauek ez datoz bat gure erregistroekin.',
],
'notifications' => [
'throttled' => [
'title' => 'Saio-hasiera saiakera gehiegi',
'body' => 'Mesedez, saiatu berriro :seconds segundu barru.',
],
],
];