mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
12 lines
250 B
PHP
12 lines
250 B
PHP
<?php
|
|
|
|
return [
|
|
"half_down" => "減半",
|
|
"half_even" => "半偶",
|
|
"half_five" => "半五",
|
|
"half_odd" => "半奇數",
|
|
"half_up" => "半升",
|
|
"round_down" => "無條件捨去",
|
|
"round_up" => "無條件進位",
|
|
];
|