File "create.php"

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

<?php

return [

    'single' => [

        'label' => 'إضافة :label',

        'modal' => [

            'heading' => 'إضافة :label',

            'actions' => [

                'create' => [
                    'label' => 'إضافة',
                ],

                'create_another' => [
                    'label' => 'إضافة وبدء إضافة المزيد',
                ],

            ],

        ],

        'notifications' => [

            'created' => [
                'title' => 'تمت الإضافة',
            ],

        ],

    ],

];