feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+63
@@ -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 လိုဂို',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user