Files
data-collection-terminal/vendor/filament/actions/resources/lang/he/delete.php

62 lines
855 B
PHP

<?php
return [
'single' => [
'label' => 'מחיקה',
'modal' => [
'heading' => 'מחק את :label',
'actions' => [
'delete' => [
'label' => 'מחק',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'נמחק',
],
],
],
'multiple' => [
'label' => 'מחק נבחרים',
'modal' => [
'heading' => 'מחק את הנבחרים של :label',
'actions' => [
'delete' => [
'label' => 'מחק',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'נמחק',
],
],
],
];