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

11 lines
262 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",
];