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

11 lines
252 B
PHP

<?php
return [
"half_down" => "Turun Setengah",
"half_even" => "Setengah Genap",
"half_five" => "setengah Lima",
"half_odd" => "Setengah ganjil",
"half_up" => "Setengah",
"round_down" => "Bulatkan ke bawah",
"round_up" => "Bulatkan ke atas",
];