layout.php 571B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. return [
  3. 'direction' => 'ဘယ်မှညာ',
  4. 'actions' => [
  5. 'logout' => [
  6. 'label' => 'ထွက်မည်',
  7. ],
  8. 'open_user_menu' => [
  9. 'label' => 'အသုံးပြုသူမီနူး',
  10. ],
  11. 'theme_switcher' => [
  12. 'dark' => [
  13. 'label' => 'အနက်နောက်ခံပုံစံ',
  14. ],
  15. 'light' => [
  16. 'label' => 'အဖြူနောက်ခံပုံစံ',
  17. ],
  18. ],
  19. ],
  20. ];