<?php

return [

    'single' => [

        'label' => 'Hapus',

        'modal' => [

            'heading' => 'Hapus :label',

            'actions' => [

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

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Data berhasil dihapus',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Hapus yang dipilih',

        'modal' => [

            'heading' => 'Hapus :label yang dipilih',

            'actions' => [

                'delete' => [
                    'label' => 'Hapus yang dipilih',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'Data berhasil dihapus',
            ],

        ],

    ],

];
