mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 11:48:39 -04:00
12 lines
284 B
PHP
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',
|
|
];
|