<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => 'Deconectare',
        ],

        'open_database_notifications' => [
            'label' => 'Deschideți notificările',
        ],

        'open_user_menu' => [
            'label' => 'meniul utilizatorului',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => 'Restrânge bara laterală',
            ],

            'expand' => [
                'label' => 'Extinde bara laterală',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Comutați modul întunecat',
            ],

            'light' => [
                'label' => 'Comutați modul deschis',
            ],

        ],

    ],

];
