<?php

return [

    'single' => [

        'label' => 'Vincular',

        'modal' => [

            'heading' => 'Vincular :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Registo',
                ],

            ],

            'actions' => [

                'attach' => [
                    'label' => 'Vincular',
                ],

                'attach_another' => [
                    'label' => 'Vincular e Vincular outro',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => 'Vinculado!',
            ],

        ],

    ],

];
