File "dissociate.php"

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

<?php

return [

    'single' => [

        'label' => 'Dissosiere',

        'modal' => [

            'heading' => 'Dissosiere :label',

            'actions' => [

                'dissociate' => [
                    'label' => 'Dissosier',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Dissosiert',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Dissosiere valgte',

        'modal' => [

            'heading' => 'Dissosiere valgte :label',

            'actions' => [

                'dissociate' => [
                    'label' => 'Dissosier',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Dissosiert',
            ],

        ],

    ],

];