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,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' => 'हेर्नुहोस्',
],
],
];