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

62 lines
847 B
PHP

<?php
return [
'single' => [
'label' => 'Esborrar',
'modal' => [
'heading' => 'Esborrar :label',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Esborrat',
],
],
],
'multiple' => [
'label' => 'Esborrar seleccionats',
'modal' => [
'heading' => 'Esborrar :label seleccionats',
'actions' => [
'delete' => [
'label' => 'Esborrar',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Esborrats',
],
],
],
];