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

46 lines
680 B
PHP

<?php
return [
'single' => [
'label' => 'Csatolás',
'modal' => [
'heading' => ':label csatolása',
'fields' => [
'record_id' => [
'label' => 'Elemek',
],
],
'actions' => [
'attach' => [
'label' => 'Csatolás',
],
'attach_another' => [
'label' => 'Mentés és új csatolása',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Csatolva',
],
],
],
];