Files
opensourcepos/app/Language/id/Enum.php
2025-07-11 23:57:46 +02:00

12 lines
284 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',
];