<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'billing' => [
            'label' => 'Manage subscription',
        ],

        'logout' => [
            'label' => 'Sign out',
        ],

        'open_database_notifications' => [
            'label' => 'Open notifications',
        ],

        'open_user_menu' => [
            'label' => 'User menu',
        ],

        'sidebar' => [

            'collapse' => [
                'label' => 'Collapse sidebar',
            ],

            'expand' => [
                'label' => 'Expand sidebar',
            ],

        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Enable dark theme',
            ],

            'light' => [
                'label' => 'Enable light theme',
            ],

            'system' => [
                'label' => 'Enable system theme',
            ],

        ],

    ],

];
