File "restore.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/hy/restore.php
File size: 1016 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' => 'Գրառումները վերականգնել են',
            ],

        ],

    ],

];