<?php

return [

    'title' => 'Создать :label',

    'breadcrumb' => 'Создать',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Отмена',
            ],

            'create' => [
                'label' => 'Создать',
            ],

            'create_another' => [
                'label' => 'Создать и Создать еще',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => 'Создано',
        ],

    ],

];
