<?php

return [

    'direction' => 'ltr',

    'actions' => [

        'logout' => [
            'label' => 'Atsijungti',
        ],

        'open_database_notifications' => [
            'label' => 'Atidaryti pranešimus',
        ],

        'open_user_menu' => [
            'label' => 'Vartotojo meniu',
        ],

        'theme_switcher' => [

            'dark' => [
                'label' => 'Perjungti tamsos režimą',
            ],

            'light' => [
                'label' => 'Perjungti šviesos režimą',
            ],

        ],

    ],

];
