File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/sv/restore.php
<?php
return [
'single' => [
'label' => 'Återställ',
'modal' => [
'heading' => 'Återställ :label',
'actions' => [
'restore' => [
'label' => 'Återställ',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Återställdes',
],
],
],
'multiple' => [
'label' => 'Återställ valda',
'modal' => [
'heading' => 'Återställ valda :label',
'actions' => [
'restore' => [
'label' => 'Återställ',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Återställdes',
],
],
],
];