Files
opensourcepos/app/Language/es/Enum.php
2023-08-30 19:16:11 +02:00

11 lines
250 B
PHP

<?php
return [
"half_down" => "Mitad abajo",
"half_even" => "Mitad par",
"half_five" => "Mitad y cinco",
"half_odd" => "Mitad impar",
"half_up" => "Mitad arriba",
"round_down" => "Redondeo abajo",
"round_up" => "Redondeo arriba",
];