File: /home/posscale/public_html/printmanager/vendor/filament/actions/resources/lang/he/restore.php
<?php
return [
'single' => [
'label' => 'שחזור',
'modal' => [
'heading' => 'שחזר את :label',
'actions' => [
'restore' => [
'label' => 'שחזור',
],
],
],
'notifications' => [
'restored' => [
'title' => 'שוחזר',
],
],
],
'multiple' => [
'label' => 'שחזר את הנבחרים',
'modal' => [
'heading' => 'שוחזרו הנבחרים מ :label',
'actions' => [
'restore' => [
'label' => 'שחזר',
],
],
],
'notifications' => [
'restored' => [
'title' => 'שוחזר',
],
],
],
];