Files
opensourcepos/app/Language/es-MX/Enum.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

11 lines
255 B
PHP

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