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