<?php

return [

    'direction' => 'ltr',

    'actions' => [

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

        'open_database_notifications' => [
            'label' => 'Abrir notificaciones',
        ],

        'open_user_menu' => [
            'label' => 'Menú del Usuario',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => 'Contraer barra lateral',
            ],

            'expand' => [
                'label' => 'Expandir barra lateral',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'A modo oscuro',
            ],

            'light' => [
                'label' => 'A modo claro',
            ],

        ],

    ],

];
