File "restore.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/th/restore.php
File size: 1.02 KB
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    'single' => [

        'label' => 'กู้คืน',

        'modal' => [

            'heading' => 'กู้คืน :label',

            'actions' => [

                'restore' => [
                    'label' => 'กู้คืน',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'กู้คืนข้อมูลเรียบร้อย',
            ],

        ],

    ],

    'multiple' => [

        'label' => 'กู้คืนที่เลือก',

        'modal' => [

            'heading' => 'กู้คืน :label ที่เลือก',

            'actions' => [

                'restore' => [
                    'label' => 'กู้คืน',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => 'กู้คืนข้อมูลเรียบร้อย',
            ],

        ],

    ],

];