mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
11 lines
371 B
PHP
11 lines
371 B
PHP
<?php
|
|
return [
|
|
"enum_half_down" => "ครึ่งล่าง",
|
|
"enum_half_even" => "ครึ่งคู่",
|
|
"enum_half_five" => "ครึ่งห้า",
|
|
"enum_half_odd" => "ครึ่งคี่",
|
|
"enum_half_up" => "ครึ่งบน",
|
|
"enum_round_down" => "ปัดเศษลง",
|
|
"enum_round_up" => "ปัดเศษขึน",
|
|
];
|