1234567891011121314151617181920212223242526272829303132 |
- <?php
-
- return [
-
- 'direction' => 'ဘယ်မှညာ',
-
- 'actions' => [
-
- 'logout' => [
- 'label' => 'ထွက်မည်',
- ],
-
- 'open_user_menu' => [
- 'label' => 'အသုံးပြုသူမီနူး',
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'အနက်နောက်ခံပုံစံ',
- ],
-
- 'light' => [
- 'label' => 'အဖြူနောက်ခံပုံစံ',
- ],
-
- ],
-
- ],
-
- ];
|