mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-13 03:47:52 -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
297 B
PHP
12 lines
297 B
PHP
<?php
|
|
|
|
return [
|
|
"half_down" => "Halbe abrunden",
|
|
"half_even" => "Halbe symmetrisch gerade runden",
|
|
"half_five" => "",
|
|
"half_odd" => "Halbe symmetrisch ungerade runden",
|
|
"half_up" => "Halbe aufrunden",
|
|
"round_down" => "Abrunden",
|
|
"round_up" => "Aufrunden",
|
|
];
|