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' => 'Skapa :label',
'breadcrumb' => 'Skapa',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Avbryt',
],
'create' => [
'label' => 'Skapa',
],
'create_another' => [
'label' => 'Skapa & skapa en till',
],
],
],
'notifications' => [
'created' => [
'title' => 'Skapades',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Redigera :label',
'breadcrumb' => 'Redigera',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Avbryt',
],
'save' => [
'label' => 'Spara ändringar',
],
],
],
'content' => [
'tab' => [
'label' => 'Redigera',
],
],
'notifications' => [
'saved' => [
'title' => 'Sparades',
],
],
'navigation_label' => 'Redigera',
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Lista',
];
@@ -0,0 +1,7 @@
<?php
return [
'title' => 'Hantera :label :relationship',
];
@@ -0,0 +1,19 @@
<?php
return [
'title' => 'Visa :label',
'breadcrumb' => 'Visa',
'content' => [
'tab' => [
'label' => 'Visa',
],
],
'navigation_label' => 'Visa',
];