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

46 lines
677 B
PHP

<?php
return [
'single' => [
'label' => 'Attach',
'modal' => [
'heading' => 'Vedhæft :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Vedhæft',
],
'attach_another' => [
'label' => 'Vedhæft & vedhæft en mere',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Vedhæftet',
],
],
],
];