File "modal.php"
Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/hu/modal.php
File size: 324 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'confirmation' => 'Biztos, hogy ezt akarod csinálni?',
'actions' => [
'cancel' => [
'label' => 'Mégsem',
],
'confirm' => [
'label' => 'Megerősítés',
],
'submit' => [
'label' => 'Beküldés',
],
],
];