<?php

return [

    'single' => [

        'label' => 'Tách',

        'modal' => [

            'heading' => 'Tách :label',

            'actions' => [

                'detach' => [
                    'label' => 'Tách',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Đã tách',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Tách các mục đã chọn',

        'modal' => [

            'heading' => 'Tách các mục :label đã chọn',

            'actions' => [

                'detach' => [
                    'label' => 'Tách',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Đã tách',
            ],

        ],

    ],

];
