<?php

return [

    'single' => [

        'label' => ':label Oluştur',

        'modal' => [

            'heading' => ':label oluştur',

            'actions' => [

                'create' => [
                    'label' => 'Oluştur',
                ],

                'create_another' => [
                    'label' => 'Oluştur ve başka bir taneye başla',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => 'Oluşturuldu',
            ],

        ],

    ],

];
