mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-10 15:06:26 -04:00
11 lines
315 B
PHP
11 lines
315 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' => 'التقريب',
|
|
];
|