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