Files
opensourcepos/app/Language/it/Enum.php
2023-04-27 21:53:44 -04:00

11 lines
273 B
PHP

<?php
return [
"enum_half_down" => "Arrotondamento difetto",
"enum_half_even" => "Half Even",
"enum_half_five" => "Half Five",
"enum_half_odd" => "Half Odd",
"enum_half_up" => "Half Up",
"enum_round_down" => "Round Down",
"enum_round_up" => "Round Up",
];