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

62 lines
856 B
PHP

<?php
return [
'single' => [
'label' => 'Odpojiť',
'modal' => [
'heading' => 'Odpojiť :label',
'actions' => [
'dissociate' => [
'label' => 'Odpojiť',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odpojené',
],
],
],
'multiple' => [
'label' => 'Odpojiť vybrané',
'modal' => [
'heading' => 'Odpojiť vybrané :label',
'actions' => [
'dissociate' => [
'label' => 'Odpojiť',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Odpojené',
],
],
],
];