File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/cs/force-delete.php
<?php
return [
'single' => [
'label' => 'Trvale smazat',
'modal' => [
'heading' => 'Trvale smazat :label',
'actions' => [
'delete' => [
'label' => 'Smazat',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Smazáno',
],
],
],
'multiple' => [
'label' => 'Trvale smazat vybrané',
'modal' => [
'heading' => 'Trvale smazat vybrané :label',
'actions' => [
'delete' => [
'label' => 'Smazat',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Smazáno',
],
],
],
];