File "restore.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/km/restore.php
File size: 1006 B
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' => 'បានស្ដារឡើងវិញ',
            ],

        ],

    ],

];