File "dissociate.php"

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

<?php

return [

    'single' => [

        'label' => 'Atdalīt',

        'modal' => [

            'heading' => 'Atdalīt :label',

            'actions' => [

                'dissociate' => [
                    'label' => 'Atdalīt',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Atdalīts',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Atdalīt izvēlētos',

        'modal' => [

            'heading' => 'Atdalīt izvēlētos :label',

            'actions' => [

                'dissociate' => [
                    'label' => 'Atdalīt',
                ],

            ],

        ],

        'notifications' => [

            'dissociated' => [
                'title' => 'Atdalīts',
            ],

        ],

    ],

];