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' => 'Перегляд',
],
],
];