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

24 lines
308 B
PHP

<?php
return [
'confirmation' => 'האם אתה בטוח?',
'actions' => [
'cancel' => [
'label' => 'ביטול',
],
'confirm' => [
'label' => 'אישור',
],
'submit' => [
'label' => 'שלח',
],
],
];