<?php

return [

    'title' => 'Cipta :label',

    'breadcrumb' => 'Cipta',

    'form' => [

        'actions' => [

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

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

            'create_another' => [
                'label' => 'Cipta & cipta yang lain',
            ],

        ],

    ],

    'notifications' => [

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

    ],

];
