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

24 lines
325 B
PHP

<?php
return [
'confirmation' => 'Er du sikker på, at du gerne vil gøre dette?',
'actions' => [
'cancel' => [
'label' => 'Annuller',
],
'confirm' => [
'label' => 'Bekræft',
],
'submit' => [
'label' => 'Send',
],
],
];