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

12 lines
247 B
PHP

<?php
return [
'half_down' => 'Half Down',
'half_even' => 'Half Even',
'half_five' => 'Half Five',
'half_odd' => 'Half Odd',
'half_up' => 'Half Up',
'round_down' => 'Round Down',
'round_up' => 'Round Up',
];