123456789101112131415161718192021222324252627282930313233343536 |
- <?php
-
- return [
-
- 'direction' => 'বাম থেকে ডানে',
-
- 'actions' => [
-
- 'logout' => [
- 'label' => 'সাইন আউট',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'বিজ্ঞপ্তি খুলুন',
- ],
-
- 'open_user_menu' => [
- 'label' => 'ব্যবহার সূচী',
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'ডার্ক মোড',
- ],
-
- 'light' => [
- 'label' => 'লাইট মোড',
- ],
-
- ],
-
- ],
-
- ];
|