Files
opensourcepos/app/Language/ar-LB/Enum.php
2025-07-11 23:57:46 +02:00

12 lines
302 B
PHP

<?php
return [
'half_down' => 'تقريب نصفي',
'half_even' => 'نصف مزدوج',
'half_five' => 'نصف الخمس',
'half_odd' => 'نصف فردي',
'half_up' => 'تقريب نصفي',
'round_down' => 'التقريب',
'round_up' => 'التقريب',
];