Files
opensourcepos/app/Language/ar-EG/Enum.php
2024-06-15 17:19:15 +02:00

11 lines
270 B
PHP

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