mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-30 11:14:59 -04:00
12 lines
289 B
PHP
12 lines
289 B
PHP
<?php
|
||
|
||
return [
|
||
'half_down' => 'Yarım aşağı',
|
||
'half_even' => 'Yarım hətta',
|
||
'half_five' => 'Yarısı',
|
||
'half_odd' => 'Yarım təkliklərdə',
|
||
'half_up' => 'Yarım yuxarı',
|
||
'round_down' => 'Yuvarla aşağı',
|
||
'round_up' => 'Yuvarla yuxarı',
|
||
];
|