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,33 @@
<?php
return [
'title' => ':label संपादित करें',
'breadcrumb' => 'संपादन',
'form' => [
'actions' => [
'cancel' => [
'label' => 'रद्द करें',
],
'save' => [
'label' => 'सेव',
],
],
],
'notifications' => [
'saved' => [
'title' => 'सेव हो गया',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'सूची',
];
@@ -0,0 +1,9 @@
<?php
return [
'title' => ':label देखें',
'breadcrumb' => 'देखें',
];