<?php

return [

    'single' => [

        'label' => 'Створити',

        'modal' => [

            'heading' => 'Створити :label',

            'actions' => [

                'create' => [
                    'label' => 'Створити',
                ],

                'create_another' => [
                    'label' => 'Створити та створити наступне',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => 'Створено',
            ],

        ],

    ],

];
