photogeodata/lang/vendor/filament-actions/it/attach.php
2026-05-12 20:43:17 +02:00

45 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',
],
],
],
];