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

62 lines
886 B
PHP

<?php
return [
'single' => [
'label' => 'Desvincular',
'modal' => [
'heading' => 'Desvincular :label',
'actions' => [
'detach' => [
'label' => 'Desvincular',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculat',
],
],
],
'multiple' => [
'label' => 'Desvincular seleccionats',
'modal' => [
'heading' => 'Desvincular :label seleccionats',
'actions' => [
'detach' => [
'label' => 'Desvincular seleccionats',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Desvinculats',
],
],
],
];