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' => 'Saistīt',
'modal' => [
'heading' => 'Saistīt :label',
'fields' => [
'record_id' => [
'label' => 'Ieraksts',
],
],
'actions' => [
'associate' => [
'label' => 'Saistīt',
],
'associate_another' => [
'label' => 'Saistīt & saistīt citu',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Saistīts',
],
],
],
];
+45
View File
@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Pievienot',
'modal' => [
'heading' => 'Pievienot :label',
'fields' => [
'record_id' => [
'label' => 'Ieraksts',
],
],
'actions' => [
'attach' => [
'label' => 'Pievienot',
],
'attach_another' => [
'label' => 'Pievienot & pievienot citu',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Pievienots',
],
],
],
];
+37
View File
@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Jauns :label',
'modal' => [
'heading' => 'Izveidot :label',
'actions' => [
'create' => [
'label' => 'Izveidot',
],
'create_another' => [
'label' => 'Izveidot & izveidot citu',
],
],
],
'notifications' => [
'created' => [
'title' => 'Izveidots',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Dzēst',
'modal' => [
'heading' => 'Dzēst :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
'multiple' => [
'label' => 'Dzēst izvēlētos',
'modal' => [
'heading' => 'Dzēst izvēlētos :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atvienot',
'modal' => [
'heading' => 'Atvienot :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
'multiple' => [
'label' => 'Atvienot izvēlētos',
'modal' => [
'heading' => 'Atvienot izvēlētos :label',
'actions' => [
'detach' => [
'label' => 'Atvienot',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Atvienots',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atdalīt',
'modal' => [
'heading' => 'Atdalīt :label',
'actions' => [
'dissociate' => [
'label' => 'Atdalīt',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Atdalīts',
],
],
],
'multiple' => [
'label' => 'Atdalīt izvēlētos',
'modal' => [
'heading' => 'Atdalīt izvēlētos :label',
'actions' => [
'dissociate' => [
'label' => 'Atdalīt',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Atdalīts',
],
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Rediģēt',
'modal' => [
'heading' => 'Rediģēt :label',
'actions' => [
'save' => [
'label' => 'Saglabāt izmaiņas',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Saglabāts',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Piespiedu kārtā dzēst',
'modal' => [
'heading' => 'Piespiedu kārtā dzēst :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
'multiple' => [
'label' => 'Piespiedu kārtā dzēst izvēlētos',
'modal' => [
'heading' => 'Piespiedu kārtā dzēst izvēlētos :label',
'actions' => [
'delete' => [
'label' => 'Dzēst',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Dzēsts',
],
],
],
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Darbības',
],
];
+23
View File
@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Vai tiešām vēlaties to darīt?',
'actions' => [
'cancel' => [
'label' => 'Atcelt',
],
'confirm' => [
'label' => 'Apstiprināt',
],
'submit' => [
'label' => 'Iesniegt',
],
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Atkārtot',
'modal' => [
'heading' => 'Atkārtot :label',
'actions' => [
'replicate' => [
'label' => 'Atkārtot',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Atkārtots',
],
],
],
];
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Atjaunot',
'modal' => [
'heading' => 'Atjaunot :label',
'actions' => [
'restore' => [
'label' => 'Atjaunot',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Atjaunots',
],
],
],
'multiple' => [
'label' => 'Atjaunot izvēlētos',
'modal' => [
'heading' => 'Atjaunot izvēlētos :label',
'actions' => [
'restore' => [
'label' => 'Atjaunot',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Atjaunots',
],
],
],
];
+25
View File
@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Skatīt',
'modal' => [
'heading' => 'Skatīt :label',
'actions' => [
'close' => [
'label' => 'Aizvērt',
],
],
],
],
];