| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | <?php
return [
    'direction' => 'ltr',
    'actions' => [
        'billing' => [
            'label' => 'Gestionați abonările',
        ],
        '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',
            ],
            'system' => [
                'label' => 'Activează modul de sistem',
            ],
        ],
    ],
];
 |