mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
11 lines
242 B
PHP
11 lines
242 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",
|
|
];
|