File "replicate.php"

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

<?php

return [

    'single' => [

        'label' => 'Клонирай',

        'modal' => [

            'heading' => 'Клонирай :label',

            'actions' => [

                'replicate' => [
                    'label' => 'Клонирай',
                ],

            ],

        ],

        'notifications' => [

            'replicated' => [
                'title' => 'Клониран',
            ],

        ],

    ],

];