Files
opensourcepos/app/Language/ar-LB/Enum.php
2023-04-27 21:53:44 -04:00

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" => "التقريب",
];