<?php

return [

    'title' => 'Utwórz :label',

    'breadcrumb' => 'Utwórz',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Anuluj',
            ],

            'create' => [
                'label' => 'Utwórz',
            ],

            'create_another' => [
                'label' => 'Utwórz i utwórz kolejny',
            ],

        ],

    ],

    'notifications' => [

        'created' => [
            'title' => 'Utworzono',
        ],

    ],

];
