mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-22 10:45:03 -04:00
12 lines
261 B
PHP
12 lines
261 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => '',
|
|
'half_even' => '',
|
|
'half_five' => '',
|
|
'half_odd' => '',
|
|
'half_up' => '',
|
|
'round_down' => 'Oкругление в меньшую',
|
|
'round_up' => 'Oкругление в большую',
|
|
];
|