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
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Lotu',
'modal' => [
'heading' => 'Lotu :label',
'fields' => [
'record_id' => [
'label' => 'Erregistroa',
],
],
'actions' => [
'associate' => [
'label' => 'Lotu',
],
'associate_another' => [
'label' => 'Lotu eta beste bat lotu',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Lotuta',
],
],
],
];
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Erantsi',
'modal' => [
'heading' => 'Erantsi :label',
'fields' => [
'record_id' => [
'label' => 'Erregistroa',
],
],
'actions' => [
'attach' => [
'label' => 'Erantsi',
],
'attach_another' => [
'label' => 'Erantsi eta beste bat erantsi',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Erantsita',
],
],
],
];
+37
View File
@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => ':label berria',
'modal' => [
'heading' => 'Sortu :label',
'actions' => [
'create' => [
'label' => 'Sortu',
],
'create_another' => [
'label' => 'Sortu eta beste bat sortu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Sortuta',
],
],
],
];
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Ezabatu',
'modal' => [
'heading' => 'Ezabatu :label',
'actions' => [
'delete' => [
'label' => 'Ezabatu',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ezabatuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak ezabatu',
'modal' => [
'heading' => 'Hautatutako :label ezabatu',
'actions' => [
'delete' => [
'label' => 'Ezabatu',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ezabatuta',
],
'deleted_partial' => [
'title' => ':count / :total ezabatu dira',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count ezabatzeko.',
'missing_processing_failure_message' => ':count ezin izan dira ezabatu.',
],
'deleted_none' => [
'title' => 'Ezin izan da ezabatu',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count ezabatzeko.',
'missing_processing_failure_message' => ':count ezin izan dira ezabatu.',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Askatu',
'modal' => [
'heading' => 'Askatu :label',
'actions' => [
'detach' => [
'label' => 'Askatu',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Askatuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak askatu',
'modal' => [
'heading' => 'Hautatutako :label askatu',
'actions' => [
'detach' => [
'label' => 'Askatu',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Askatuta',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Deslotu',
'modal' => [
'heading' => 'Deslotu :label',
'actions' => [
'dissociate' => [
'label' => 'Deslotu',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Deslotuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak deslotu',
'modal' => [
'heading' => 'Hautatutako :label deslotu',
'actions' => [
'dissociate' => [
'label' => 'Deslotu',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Deslotuta',
],
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Editatu',
'modal' => [
'heading' => 'Editatu :label',
'actions' => [
'save' => [
'label' => 'Gorde aldaketak',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Gordeta',
],
],
],
];
+94
View File
@@ -0,0 +1,94 @@
<?php
return [
'label' => 'Esportatu :label',
'modal' => [
'heading' => 'Esportatu :label',
'form' => [
'columns' => [
'label' => 'Zutabeak',
'actions' => [
'select_all' => [
'label' => 'Aukeratu guztia',
],
'deselect_all' => [
'label' => 'Deselektatu guztia',
],
],
'form' => [
'is_enabled' => [
'label' => ':column gaituta',
],
'label' => [
'label' => ':column etiketa',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Esportatu',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Esportazioa osatuta',
'actions' => [
'download_csv' => [
'label' => 'Deskargatu .csv',
],
'download_xlsx' => [
'label' => 'Deskargatu .xlsx',
],
],
],
'max_rows' => [
'title' => 'Esportazioa handiegia da',
'body' => 'Ezin duzu errenkada bat baino gehiago esportatu aldi berean.|Ezin dituzu :count errenkada baino gehiago esportatu aldi berean.',
],
'no_columns' => [
'title' => 'Ez da zutaberik hautatu',
'body' => 'Mesedez, hautatu gutxienez zutabe bat esportatzeko.',
],
'started' => [
'title' => 'Esportazioa hasita',
'body' => 'Esportazioa hasi da eta errenkada bat atzeko planoan prozesatuko da. Deskarga-estekarekin jakinarazpen bat jasoko duzu amaitzean.|Esportazioa hasi da eta :count errenkada atzeko planoan prozesatuko dira. Deskarga-estekarekin jakinarazpen bat jasoko duzu amaitzean.',
],
],
'file_name' => 'export-:export_id-:model',
];
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Behartu ezabatzera',
'modal' => [
'heading' => 'Behartu :label ezabatzera',
'actions' => [
'delete' => [
'label' => 'Ezabatu',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ezabatuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak behartu ezabatzera',
'modal' => [
'heading' => 'Hautatutako :label behartu ezabatzera',
'actions' => [
'delete' => [
'label' => 'Ezabatu',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Ezabatuta',
],
'deleted_partial' => [
'title' => ':count / :total ezabatu dira',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count ezabatzeko.',
'missing_processing_failure_message' => ':count ezin izan dira ezabatu.',
],
'deleted_none' => [
'title' => 'Ezin izan da ezabatu',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count ezabatzeko.',
'missing_processing_failure_message' => ':count ezin izan dira ezabatu.',
],
],
],
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Ekintzak',
],
];
+85
View File
@@ -0,0 +1,85 @@
<?php
return [
'label' => 'Inportatu :label',
'modal' => [
'heading' => 'Inportatu :label',
'form' => [
'file' => [
'label' => 'Fitxategia',
'placeholder' => 'Igo CSV fitxategia',
'rules' => [
'duplicate_columns' => '{0} Fitxategiak ezin du zutabe-goiburu huts bat baino gehiago izan.|{1,*} Fitxategiak ezin ditu bikoiztutako zutabe-goiburuak izan: :columns.',
],
],
'columns' => [
'label' => 'Zutabeak',
'placeholder' => 'Hautatu zutabe bat',
],
],
'actions' => [
'download_example' => [
'label' => 'Deskargatu CSV fitxategi eredua',
],
'import' => [
'label' => 'Inportatu',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Inportazioa osatuta',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Deskargatu huts egindako errenkadaren informazioa|Deskargatu huts egindako errenkaden informazioa',
],
],
],
'max_rows' => [
'title' => 'Igotako CSV fitxategia handiegia da',
'body' => 'Ezin duzu errenkada bat baino gehiago inportatu aldi berean.|Ezin dituzu :count errenkada baino gehiago inportatu aldi berean.',
],
'started' => [
'title' => 'Inportazioa hasita',
'body' => 'Inportazioa hasi da eta errenkada bat atzeko planoan prozesatuko da.|Inportazioa hasi da eta :count errenkada atzeko planoan prozesatuko dira.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'errorea',
'system_error' => 'Sistemaren errorea, jarri harremanetan laguntza-zerbitzuarekin.',
'column_mapping_required_for_new_record' => ':attribute zutabea ez da fitxategiko zutabe batekin mapeatu, baina beharrezkoa da erregistro berriak sortzeko.',
],
];
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Ziur zaude hau egin nahi duzula?',
'actions' => [
'cancel' => [
'label' => 'Utzi',
],
'confirm' => [
'label' => 'Berretsi',
],
'submit' => [
'label' => 'Bidali',
],
],
];
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'throttled' => [
'title' => 'Saiakera gehiegi',
'body' => 'Mesedez, saiatu berriro :seconds segundu barru.',
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Erreplikatu',
'modal' => [
'heading' => 'Erreplikatu :label',
'actions' => [
'replicate' => [
'label' => 'Erreplikatu',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Errepikatuta',
],
],
],
];
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Berreskuratu',
'modal' => [
'heading' => 'Berreskuratu :label',
'actions' => [
'restore' => [
'label' => 'Berreskuratu',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Berreskuratuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak berreskuratu',
'modal' => [
'heading' => 'Hautatutako :label berreskuratu',
'actions' => [
'restore' => [
'label' => 'Berreskuratu',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Berreskuratuta',
],
'restored_partial' => [
'title' => ':count / :total berreskuratu dira',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count berreskuratzeko.',
'missing_processing_failure_message' => ':count ezin izan dira berreskuratu.',
],
'restored_none' => [
'title' => 'Ezin izan da berreskuratu',
'missing_authorization_failure_message' => 'Ez duzu baimenik :count berreskuratzeko.',
'missing_processing_failure_message' => ':count ezin izan dira berreskuratu.',
],
],
],
];
+25
View File
@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Ikusi',
'modal' => [
'heading' => 'Ikusi :label',
'actions' => [
'close' => [
'label' => 'Itxi',
],
],
],
],
];