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' => 'ကြည့်ရန်',
],
],
];