Files
opensourcepos/app/Language/ar-LB/Enum.php
2023-08-30 19:16:11 +02:00

11 lines
280 B
PHP

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