File "create.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/km/create.php
File size: 622 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' => 'បានបង្កើត',
            ],

        ],

    ],

];