<?php

return [

    'title' => 'Nuovo :label',

    'breadcrumb' => 'Nuovo',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Salva & nuovo',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
