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

62 lines
850 B
PHP

<?php
return [
'single' => [
'label' => 'Scollega',
'modal' => [
'heading' => 'Scollega :label',
'actions' => [
'detach' => [
'label' => 'Scollega',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Scollegato',
],
],
],
'multiple' => [
'label' => 'Scollega selezionati',
'modal' => [
'heading' => 'Scollega :label selezionati',
'actions' => [
'detach' => [
'label' => 'Scollega',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Scollegati',
],
],
],
];