<?php

return [

    'title' => 'Jauns :label',

    'breadcrumb' => 'Jauns',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Izveidot & izveidot citu',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
