<?php

return [

    'single' => [

        'label' => 'Remover',

        'modal' => [

            'heading' => 'Remover :label',

            'actions' => [

                'delete' => [
                    'label' => 'Remover',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Excluído',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Remover selecionado',

        'modal' => [

            'heading' => 'Remover selecionado :label',

            'actions' => [

                'delete' => [
                    'label' => 'Remover selecionado',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Removido!',
            ],

        ],

    ],

];
