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

34 lines
433 B
PHP

<?php
return [
'single' => [
'label' => 'ערוך',
'modal' => [
'heading' => 'ערך את :label',
'actions' => [
'save' => [
'label' => 'שמור שינויים',
],
],
],
'notifications' => [
'saved' => [
'title' => 'נשמר',
],
],
],
];