| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | <?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',
            ],
        ],
    ],
];
 |