Files
data-collection-terminal/vendor/filament/actions/resources/lang/cs/modal.php

24 lines
308 B
PHP

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