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

46 lines
674 B
PHP

<?php
return [
'single' => [
'label' => 'Collega',
'modal' => [
'heading' => 'Collega :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Collega',
],
'attach_another' => [
'label' => 'Collega & collega un altro',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Collegato',
],
],
],
];