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>
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'all_time' => 'Bütün vaxt',
|
||
'apply' => 'Tətbiq et',
|
||
'cancel' => 'İmtina',
|
||
'custom' => 'Fərqli',
|
||
'from' => 'Bundan',
|
||
'last_30' => 'Son 30 gün',
|
||
'last_7' => 'Son 7 gün',
|
||
'last_financial_year' => 'Son maliyyə ili',
|
||
'last_month' => 'Ötən ay',
|
||
'last_year' => 'Ötən il',
|
||
'same_month_last_year' => 'Ötən ilin eyni ayı',
|
||
'same_month_to_same_day_last_year' => 'Ötən ilin eyni ayının eyni gününə qədər',
|
||
'this_financial_year' => 'Cari maliyyə ili',
|
||
'this_month' => 'Bu ay',
|
||
'this_year' => 'Bu il',
|
||
'to' => 'Buna',
|
||
'today' => 'Bu gün',
|
||
'today_last_year' => 'Keçən il bu gün',
|
||
'weekstart' => '0',
|
||
'yesterday' => 'Dünən',
|
||
];
|