mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
11 lines
280 B
PHP
11 lines
280 B
PHP
<?php
|
|
return [
|
|
"half_down" => "חצי למטה",
|
|
"half_even" => "חצי שווה",
|
|
"half_five" => "חצי חמש",
|
|
"half_odd" => "חצי מספר אי זוגי",
|
|
"half_up" => "חצי למעלה",
|
|
"round_down" => "לעגל למטה",
|
|
"round_up" => "לעגל למעלה",
|
|
];
|