File "modal.php"
Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/cs/modal.php
File size: 308 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return [
'confirmation' => 'Jste si jistí touto akcí?',
'actions' => [
'cancel' => [
'label' => 'Zrušit',
],
'confirm' => [
'label' => 'Potvrdit',
],
'submit' => [
'label' => 'Odeslat',
],
],
];