File "associate.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/es/associate.php
File size: 679 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    'single' => [

        'label' => 'Asociar',

        'modal' => [

            'heading' => 'Asociar :label',

            'fields' => [

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

            ],

            'actions' => [

                'associate' => [
                    'label' => 'Asociar',
                ],

                'associate_another' => [
                    'label' => 'Asociar y asociar otra',
                ],

            ],

        ],

        'notifications' => [

            'associated' => [
                'title' => 'Asociada',
            ],

        ],

    ],

];