Files
opensourcepos/app/Language/es-ES/Enum.php
2025-07-11 23:57:46 +02:00

12 lines
272 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',
];