| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | <?php
return [
    'direction' => 'ltr',
    'actions' => [
        'billing' => [
            'label' => 'Gestisci abbonamento',
        ],
        'logout' => [
            'label' => 'Disconnetti',
        ],
        'open_database_notifications' => [
            'label' => 'Apri notifiche',
        ],
        'open_user_menu' => [
            'label' => 'Menu utente',
        ],
        'sidebar' => [
            'collapse' => [
                'label' => 'Comprimi sidebar',
            ],
            'expand' => [
                'label' => 'Espandi sidebar',
            ],
        ],
        'theme_switcher' => [
            'dark' => [
                'label' => 'Attiva tema scuro',
            ],
            'light' => [
                'label' => 'Attiva tema chiaro',
            ],
            'system' => [
                'label' => 'Attiva tema di sistema',
            ],
        ],
    ],
    'avatar' => [
        'alt' => 'Avatar di :name',
    ],
    'logo' => [
        'alt' => 'Logo di :name',
    ],
];
 |