mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-04 13:49:12 -04:00
12 lines
272 B
PHP
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',
|
|
];
|