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

62 lines
845 B
PHP

<?php
return [
'single' => [
'label' => 'Odebrat',
'modal' => [
'heading' => 'Odebrat :label',
'actions' => [
'detach' => [
'label' => 'Odebrat',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odebráno',
],
],
],
'multiple' => [
'label' => 'Odebrat zvolené',
'modal' => [
'heading' => 'Odebrat zvolené :label',
'actions' => [
'detach' => [
'label' => 'Odebrat zvolené',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Odebráno',
],
],
],
];