mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
11 lines
297 B
PHP
11 lines
297 B
PHP
<?php
|
|
return [
|
|
'enum_half_down' => 'Turun Setengah',
|
|
'enum_half_even' => 'Setengah Genap',
|
|
'enum_half_five' => 'setengah Lima',
|
|
'enum_half_odd' => 'Setengah ganjil',
|
|
'enum_half_up' => 'Setengah',
|
|
'enum_round_down' => 'Bulatkan ke bawah',
|
|
'enum_round_up' => 'Bulatkan ke atas',
|
|
];
|