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

24 lines
380 B
PHP

<?php
return [
'confirmation' => 'Ви впевнені, що хочете це зробити?',
'actions' => [
'cancel' => [
'label' => 'Скасувати',
],
'confirm' => [
'label' => 'Підтвердити',
],
'submit' => [
'label' => 'Відправити',
],
],
];