mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 11:14:59 -04:00
12 lines
274 B
PHP
12 lines
274 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => 'Demi-bas',
|
|
'half_even' => 'La moitié',
|
|
'half_five' => 'Moitié de cinq',
|
|
'half_odd' => 'Moitié impair',
|
|
'half_up' => 'À moitié',
|
|
'round_down' => 'Arrondir vers le bas',
|
|
'round_up' => 'Rassembler',
|
|
];
|