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' => 'Created',
],
],
];
@@ -0,0 +1,41 @@
<?php
return [
'title' => 'Засах :label',
'breadcrumb' => 'Засах',
'form' => [
'actions' => [
'cancel' => [
'label' => 'Цуцлах',
],
'save' => [
'label' => 'Өөрчлөлтийг хадгалах',
],
],
],
'content' => [
'tab' => [
'label' => 'Засах',
],
],
'notifications' => [
'saved' => [
'title' => 'Хадгалагдсан',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'Жагсаалт',
];
@@ -0,0 +1,17 @@
<?php
return [
'title' => 'Үзэх :label',
'breadcrumb' => 'Үзэх',
'content' => [
'tab' => [
'label' => 'Үзэх',
],
],
];