<?php

return [

    'single' => [

        'label' => 'Bog\'lash',

        'modal' => [

            'heading' => ':labelni bog\'lash',

            'fields' => [

                'record_id' => [
                    'label' => 'Yozib olish',
                ],

            ],

            'actions' => [

                'associate' => [
                    'label' => 'Bog\'lash',
                ],

                'associate_another' => [
                    'label' => 'Bog\'lash va yana boshqa bog\'lash',
                ],

            ],

        ],

        'notifications' => [

            'associated' => [
                'title' => 'Bog\'langan',
            ],

        ],

    ],

];
