File "replicate.php"

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

<?php

return [

    'single' => [

        'label' => '複製',

        'modal' => [

            'heading' => '複製 :label',

            'actions' => [

                'replicate' => [
                    'label' => '複製',
                ],

            ],

        ],

        'notifications' => [

            'replicated' => [
                'title' => '已複製資料',
            ],

        ],

    ],

];