mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
11 lines
325 B
PHP
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' => 'לעגל למעלה',
|
|
];
|