File "attach.php"

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

<?php

return [

    'single' => [

        'label' => 'Կցել',

        'modal' => [

            'heading' => 'Կցել :label',

            'fields' => [

                'record_id' => [
                    'label' => 'Գրառումներ',
                ],

            ],

            'actions' => [

                'attach' => [
                    'label' => 'Կցել',
                ],

                'attach_another' => [
                    'label' => 'Կցել և կցել մեկ այլ',
                ],

            ],

        ],

        'notifications' => [

            'attached' => [
                'title' => 'Կցվել է',
            ],

        ],

    ],

];