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,37 @@
<?php
return [
'title' => 'Sortu :label',
'breadcrumb' => 'Sortu',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Utzi',
],
'create' => [
'label' => 'Sortu',
],
'create_another' => [
'label' => 'Sortu eta beste bat sortu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Sortuta',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Editatu :label',
'breadcrumb' => 'Editatu',
'navigation_label' => 'Editatu',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Utzi',
],
'save' => [
'label' => 'Gorde aldaketak',
],
],
],
'content' => [
'tab' => [
'label' => 'Editatu',
],
],
'notifications' => [
'saved' => [
'title' => 'Gordeta',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Zerrenda',
];
@@ -0,0 +1,7 @@
<?php
return [
'title' => 'Kudeatu :label :relationship',
];
@@ -0,0 +1,19 @@
<?php
return [
'title' => 'Ikusi :label',
'breadcrumb' => 'Ikusi',
'navigation_label' => 'Ikusi',
'content' => [
'tab' => [
'label' => 'Ikusi',
],
],
];