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

62 lines
891 B
PHP

<?php
return [
'single' => [
'label' => 'Desvincular',
'modal' => [
'heading' => 'Desvincular :label',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculado',
],
],
],
'multiple' => [
'label' => 'Desvincular seleccionados',
'modal' => [
'heading' => 'Desvincular :label seleccionados',
'actions' => [
'detach' => [
'label' => 'Desvincular seleccionados',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculados',
],
],
],
];