File "associate.php"

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

<?php

return [

    'single' => [

        'label' => 'Assosiere',

        'modal' => [

            'heading' => 'Assosiere :label',

            'fields' => [

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

            ],

            'actions' => [

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

                'associate_another' => [
                    'label' => 'Assosiere & assosiere en til',
                ],

            ],

        ],

        'notifications' => [

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

        ],

    ],

];