<?php

return [

    'direction' => 'ဘယ်မှညာ',

    'actions' => [

        'logout' => [
            'label' => 'ထွက်မည်',
        ],

        'open_user_menu' => [
            'label' => 'အသုံးပြုသူမီနူး',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'အနက်နောက်ခံပုံစံ',
            ],

            'light' => [
                'label' => 'အဖြူနောက်ခံပုံစံ',
            ],

        ],

    ],

];
