mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
11 lines
270 B
PHP
11 lines
270 B
PHP
<?php
|
|
return [
|
|
"half_down" => "تقريب نصفي",
|
|
"half_even" => "نصف مزدوج",
|
|
"half_five" => "نصف الخمس",
|
|
"half_odd" => "نصف فردي",
|
|
"half_up" => "تقريب نصفي",
|
|
"round_down" => "التقريب",
|
|
"round_up" => "التقريب",
|
|
];
|