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

24 lines
367 B
PHP

<?php
return [
'confirmation' => "Είστε σίγουρος/η γι' αυτή την ενέργεια;",
'actions' => [
'cancel' => [
'label' => 'Άκυρο',
],
'confirm' => [
'label' => 'Επιβεβαίωση',
],
'submit' => [
'label' => 'Submit',
],
],
];