<?php

return [

    'single' => [

        'label' => 'O\'chirish',

        'modal' => [

            'heading' => ':labelni o\'chirish',

            'actions' => [

                'delete' => [
                    'label' => 'O\'chirish',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'O\'chirildi',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Tanlanganlarni o\'chirish',

        'modal' => [

            'heading' => ':labelni o\'chirish',

            'actions' => [

                'delete' => [
                    'label' => 'O\'chirish',
                ],

            ],

        ],

        'notifications' => [

            'deleted' => [
                'title' => 'O\'chirish',
            ],

        ],

    ],

];
