photogeodata/lang/vendor/filament-actions/cs/modal.php
2026-05-12 20:43:17 +02:00

23 lines
308 B
PHP

<?php
return [
'confirmation' => 'Jste si jistí touto akcí?',
'actions' => [
'cancel' => [
'label' => 'Zrušit',
],
'confirm' => [
'label' => 'Potvrdit',
],
'submit' => [
'label' => 'Odeslat',
],
],
];