Files
opensourcepos/app/Language/fr/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
263 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",
];