File "edit.php"

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

<?php

return [

    'single' => [

        'label' => 'Επεξεργασία',

        'modal' => [

            'heading' => 'Επεξεργασία :label',

            'actions' => [

                'save' => [
                    'label' => 'Αποθήκευση αλλαγών',
                ],

            ],

        ],

        'notifications' => [

            'saved' => [
                'title' => 'Η αποθήκευση ολοκληρώθηκε',
            ],

        ],

    ],

];