<?php

return [

    'direction' => 'rtl',

    'actions' => [

        'logout' => [
            'label' => 'התנתק',
        ],

        'open_database_notifications' => [
            'label' => 'פתח התראות',
        ],

        'open_user_menu' => [
            'label' => 'תפריט משתמש',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'הפעל מצב כהה',
            ],

            'light' => [
                'label' => 'הפעל מצב מואר',
            ],

        ],

    ],

];
