Files
biiproject-kit-v1/lang/vendor/filament-actions/eu/dissociate.php
T

62 lines
854 B
PHP

<?php
return [
'single' => [
'label' => 'Deslotu',
'modal' => [
'heading' => 'Deslotu :label',
'actions' => [
'dissociate' => [
'label' => 'Deslotu',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Deslotuta',
],
],
],
'multiple' => [
'label' => 'Hautatuak deslotu',
'modal' => [
'heading' => 'Hautatutako :label deslotu',
'actions' => [
'dissociate' => [
'label' => 'Deslotu',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Deslotuta',
],
],
],
];