layout.php 651B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'direction' => 'বাম থেকে ডানে',
  4. 'actions' => [
  5. 'logout' => [
  6. 'label' => 'সাইন আউট',
  7. ],
  8. 'open_database_notifications' => [
  9. 'label' => 'বিজ্ঞপ্তি খুলুন',
  10. ],
  11. 'open_user_menu' => [
  12. 'label' => 'ব্যবহার সূচী',
  13. ],
  14. 'theme_switcher' => [
  15. 'dark' => [
  16. 'label' => 'ডার্ক মোড',
  17. ],
  18. 'light' => [
  19. 'label' => 'লাইট মোড',
  20. ],
  21. ],
  22. ],
  23. ];