File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/sk/restore.php
<?php
return [
'single' => [
'label' => 'Obnoviť',
'modal' => [
'heading' => 'Obnoviť :label',
'actions' => [
'restore' => [
'label' => 'Obnoviť',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Obnovené',
],
],
],
'multiple' => [
'label' => 'Obnoviť vybrané',
'modal' => [
'heading' => 'Obnoviť vybrané :label',
'actions' => [
'restore' => [
'label' => 'Obnoviť',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Obnovené',
],
],
],
];