mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-01 20:26:50 -04:00
12 lines
302 B
PHP
12 lines
302 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => 'تقريب نصفي',
|
|
'half_even' => 'نصف مزدوج',
|
|
'half_five' => 'نصف الخمس',
|
|
'half_odd' => 'نصف فردي',
|
|
'half_up' => 'تقريب نصفي',
|
|
'round_down' => 'التقريب',
|
|
'round_up' => 'التقريب',
|
|
];
|