mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
11 lines
252 B
PHP
11 lines
252 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",
|
|
];
|