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>
13 lines
456 B
PHP
13 lines
456 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => 'hamısı',
|
||
'columns' => 'Sütunlar',
|
||
'hide_show_pagination' => 'Səhifələməni gizlət/göstər',
|
||
'loading' => 'Yüklənir, zəhmət olmasa gözləyin',
|
||
'page_from_to' => '{2} sətirdən {0}-{1} arası göstərilir',
|
||
'refresh' => 'Yenilə',
|
||
'rows_per_page' => 'Səhifədə {0} sətir',
|
||
'toggle' => 'Keçid',
|
||
];
|