Files
opensourcepos/app/Language/az/Datepicker.php
T
objecttothis 7086b057a6 fix(i18n): align Azerbaijani language files with EN reference, format keys/values consistently
- 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>
2026-08-24 16:30:44 +04:00

25 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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',
];