<?php

return [

    'title' => 'Sukurti :label',

    'breadcrumb' => 'Sukurti',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'Atšaukti',
            ],

            'create' => [
                'label' => 'Sukurti',
            ],

            'create_another' => [
                'label' => 'Sukurti ir sukurti kitą',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
