<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => '로그아웃',
        ],

        'open_user_menu' => [
            'label' => '사용자 메뉴',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => '다크모드',
            ],

            'light' => [
                'label' => '라이트모드',
            ],

        ],

    ],

];
