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' => 'Креирај :label',
'breadcrumb' => 'Креирај',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Откажи',
],
'create' => [
'label' => 'Креирај',
],
'create_another' => [
'label' => 'Креирај и креирај друг',
],
],
],
'notifications' => [
'created' => [
'title' => 'Креирано',
],
],
];
@@ -0,0 +1,43 @@
<?php
return [
'title' => 'Уреди :label',
'breadcrumb' => 'Уреди',
'navigation_label' => 'Уреди',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Откажи',
],
'save' => [
'label' => 'Зачувај промени',
],
],
],
'content' => [
'tab' => [
'label' => 'Уреди',
],
],
'notifications' => [
'saved' => [
'title' => 'Зачувано',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Список',
];
@@ -0,0 +1,7 @@
<?php
return [
'title' => 'Управувај со :label :relationship',
];
@@ -0,0 +1,19 @@
<?php
return [
'title' => 'Погледни :label',
'breadcrumb' => 'Погледни',
'navigation_label' => 'Погледни',
'content' => [
'tab' => [
'label' => 'Погледни',
],
],
];