Files
opensourcepos/app/Language/id/Enum.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

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