<?php

return [

    'single' => [

        'label' => 'Forçar exclusão',

        'modal' => [

            'heading' => 'Forçar exclusão de :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

    'multiple' => [

        'label' => 'Forçar exclusão selecionado',

        'modal' => [

            'heading' => 'Forçar exclusão de :label selecionado',

            'actions' => [

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

            ],

        ],

        'notifications' => [

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

        ],

    ],

];
