mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-21 10:15:01 -04:00
- Corrected typos, standardized translations, and fixed formatting in Azerbaijani language files for better consistency. - Aligned language keys and values with EN reference, ensuring proper indentation and `'` usage. - Updated invalid or missing translations in attributes, calendar, cashups, common, employees, enum, error, and expenses modules. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
12 lines
314 B
PHP
12 lines
314 B
PHP
<?php
|
||
|
||
return [
|
||
'half_down' => 'Yarımı aşağı',
|
||
'half_even' => 'Yarımı cütə',
|
||
'half_five' => 'Yarımı beşə',
|
||
'half_odd' => 'Yarımı təkə',
|
||
'half_up' => 'Yarımı yuxarı',
|
||
'round_down' => 'Aşağı yuvarlaqlaşdır',
|
||
'round_up' => 'Yuxarı yuvarlaqlaşdır',
|
||
];
|