Files
opensourcepos/app/Language/he/Enum.php
2023-04-27 21:53:44 -04:00

11 lines
325 B
PHP

<?php
return [
"enum_half_down" => "חצי למטה",
"enum_half_even" => "חצי שווה",
"enum_half_five" => "חצי חמש",
"enum_half_odd" => "חצי מספר אי זוגי",
"enum_half_up" => "חצי למעלה",
"enum_round_down" => "לעגל למטה",
"enum_round_up" => "לעגל למעלה",
];