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
+61
View File
@@ -0,0 +1,61 @@
<?php
return [
'title' => 'အကောင့်ဝင်ရန်',
'heading' => 'အကောင့်ဝင်ပါ',
'actions' => [
'register' => [
'before' => 'သို့မဟုတ်',
'label' => 'အကောင့်အသစ်ဖွင့်ရန်',
],
'request_password_reset' => [
'label' => 'စကားဝှက်မေ့နေပါသလား?',
],
],
'form' => [
'email' => [
'label' => 'အီးမေးလ်လိပ်စာ',
],
'password' => [
'label' => 'စကားဝှက်',
],
'remember' => [
'label' => 'မှတ်ထားပါ',
],
'actions' => [
'authenticate' => [
'label' => 'ဝင်ရောက်မည်',
],
],
],
'messages' => [
'failed' => 'ဖြည့်သွင်းထားသော အချက်အလက်များ မှားယွင်းနေပါသည်။',
],
'notifications' => [
'throttled' => [
'title' => 'အကောင့်ဝင်ရန် ကြိုးပမ်းမှု များလွန်းနေပါသည်',
'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှ ပြန်လည်ကြိုးစားပါ။',
],
],
];
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'field' => [
'label' => 'ကမ္ဘာလုံးဆိုင်ရာ ရှာဖွေမှု',
'placeholder' => 'ရှာမယ်',
],
'no_results_message' => 'ရှာဖွေမှုရလဒ်များ မတွေ့ပါ',
];
+63
View File
@@ -0,0 +1,63 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'စာရင်းရှင်းရန်',
],
'logout' => [
'label' => 'ထွက်ရန်',
],
'open_database_notifications' => [
'label' => 'အကြောင်းကြားချက်များ ဖွင့်ရန်',
],
'open_user_menu' => [
'label' => 'အသုံးပြုသူမီနူး',
],
'sidebar' => [
'collapse' => [
'label' => 'ဘေးတန်းကို ချုံ့ရန်',
],
'expand' => [
'label' => 'ဘေးတန်းကို ချဲ့ရန်',
],
],
'theme_switcher' => [
'dark' => [
'label' => 'အနက်ရောင်သွင်ပြင် သုံးရန်',
],
'light' => [
'label' => 'အဖြူရောင်သွင်ပြင် သုံးရန်',
],
'system' => [
'label' => 'စနစ်သွင်ပြင် သုံးရန်',
],
],
],
'avatar' => [
'alt' => ':name ၏ ပရိုဖိုင်ပုံ',
],
'logo' => [
'alt' => ':name လိုဂို',
],
];
+33
View File
@@ -0,0 +1,33 @@
<?php
return [
'title' => 'ဒက်ရှ်ဘုတ်',
'actions' => [
'filter' => [
'label' => 'စီစစ်ရန်',
'modal' => [
'heading' => 'စီစစ်ရန်',
'actions' => [
'apply' => [
'label' => 'အတည်ပြုမည်',
],
],
],
],
],
];
@@ -0,0 +1,25 @@
<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => 'ပြောင်းလဲမှုများကို သိမ်းဆည်းမည်',
],
],
],
'notifications' => [
'saved' => [
'title' => 'သိမ်းဆည်းပြီးပါပြီ',
],
],
];
@@ -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' => 'ကြည့်ရန်',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'body' => 'မသိမ်းဆည်းရသေးသော ပြောင်းလဲမှုများ ရှိနေပါသည်။ ဤစာမျက်နှာမှ ထွက်ခွာမှာ သေချာပါသလား?',
];
@@ -0,0 +1,15 @@
<?php
return [
'actions' => [
'logout' => [
'label' => 'ထွက်မည်',
],
],
'welcome' => 'ကြိုဆိုပါတယ်',
];
@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'open_documentation' => [
'label' => 'အညွန်း',
],
'open_github' => [
'label' => 'GitHub',
],
],
];