| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | <?php
return [
    'direction' => 'ltr',
    'actions' => [
        'billing' => [
            'label' => 'Gestionar subscripció',
        ],
        'logout' => [
            'label' => 'Tancar la sessió',
        ],
        'open_database_notifications' => [
            'label' => 'Obrir notificacions',
        ],
        'open_user_menu' => [
            'label' => 'Menú de l\'usuari',
        ],
        'sidebar' => [
            'collapse' => [
                'label' => 'Replegar barra lateral',
            ],
            'expand' => [
                'label' => 'Ampliar barra lateral',
            ],
        ],
        'theme_switcher' => [
            'dark' => [
                'label' => 'Habilitar tema fosc',
            ],
            'light' => [
                'label' => 'Habilitar tema clar',
            ],
            'system' => [
                'label' => 'Habilitar tema del sistema',
            ],
        ],
    ],
    'avatar' => [
        'alt' => 'Avatar de :name',
    ],
    'logo' => [
        'alt' => 'Logotip de :name',
    ],
];
 |