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

62 lines
864 B
PHP

<?php
return [
'single' => [
'label' => 'Dissocia',
'modal' => [
'heading' => 'Dissocia :label',
'actions' => [
'dissociate' => [
'label' => 'Dissocia',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociato',
],
],
],
'multiple' => [
'label' => 'Dissocia selezionati',
'modal' => [
'heading' => 'Dissocia :label selezionati',
'actions' => [
'dissociate' => [
'label' => 'Dissocia',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociati',
],
],
],
];