Files
biiproject-kit-v1/lang/vendor/filament-actions/it/attach.php
T

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