62 lines
879 B
PHP
62 lines
879 B
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' => 'שוחזר',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|