<?php

return [

    'title' => 'Uusi :label',

    'breadcrumb' => 'Uusi',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Luo & luo toinen',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
