<?php

return [

    'single' => [

        'label' => 'Atvienot',

        'modal' => [

            'heading' => 'Atvienot :label',

            'actions' => [

                'detach' => [
                    'label' => 'Atvienot',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Atvienots',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Atvienot izvēlētos',

        'modal' => [

            'heading' => 'Atvienot izvēlētos :label',

            'actions' => [

                'detach' => [
                    'label' => 'Atvienot',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Atvienots',
            ],

        ],

    ],

];
