mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -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",
|
|
];
|