Files
data-collection-terminal/vendor/filament/actions/resources/lang/sk/dissociate.php

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é',
],
],
],
];