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>
50 lines
1.3 KiB
PHP
50 lines
1.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
'su' => 'B.',
|
||
'mo' => 'B.e.',
|
||
'tu' => 'Ç.a.',
|
||
'we' => 'Ç.',
|
||
'th' => 'C.a.',
|
||
'fr' => 'C.',
|
||
'sa' => 'Ş.',
|
||
'sun' => 'Baz',
|
||
'mon' => 'B.e.',
|
||
'tue' => 'Ç.a.',
|
||
'wed' => 'Çər',
|
||
'thu' => 'C.a.',
|
||
'fri' => 'Cüm',
|
||
'sat' => 'Şən',
|
||
'sunday' => 'Bazar',
|
||
'monday' => 'Bazar ertəsi',
|
||
'tuesday' => 'Çərşənbə axşamı',
|
||
'wednesday' => 'Çərşənbə',
|
||
'thursday' => 'Cümə axşamı',
|
||
'friday' => 'Cümə',
|
||
'saturday' => 'Şənbə',
|
||
'jan' => 'Yan',
|
||
'feb' => 'Fev',
|
||
'mar' => 'Mar',
|
||
'apr' => 'Apr',
|
||
'may' => 'May',
|
||
'jun' => 'İyn',
|
||
'jul' => 'İyl',
|
||
'aug' => 'Avq',
|
||
'sep' => 'Sen',
|
||
'oct' => 'Okt',
|
||
'nov' => 'Noy',
|
||
'dec' => 'Dek',
|
||
'january' => 'Yanvar',
|
||
'february' => 'Fevral',
|
||
'march' => 'Mart',
|
||
'april' => 'Aprel',
|
||
'mayl' => 'May',
|
||
'june' => 'İyun',
|
||
'july' => 'İyul',
|
||
'august' => 'Avqust',
|
||
'september' => 'Sentyabr',
|
||
'october' => 'Oktyabr',
|
||
'november' => 'Noyabr',
|
||
'december' => 'Dekabr',
|
||
];
|