File "detach.php"

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

<?php

return [

    'single' => [

        'label' => 'Odłącz',

        'modal' => [

            'heading' => 'Odłącz :label',

            'actions' => [

                'detach' => [
                    'label' => 'Odłącz',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Odłączono',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'Odłącz zaznaczone',

        'modal' => [

            'heading' => 'Odłącz zaznaczone :label',

            'actions' => [

                'detach' => [
                    'label' => 'Odłącz zaznaczone',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => 'Odłączono',
            ],

        ],

    ],

];