File "attach.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/ar/attach.php
File size: 710 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' => 'تم الإرفاق',
            ],

        ],

    ],

];