mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Azerbaijani)
This commit is contained in:
parent
8df3548347
commit
3c0fbf7dcd
@ -134,7 +134,7 @@ return [
|
|||||||
'home' => 'Ev',
|
'home' => 'Ev',
|
||||||
'list-page' => 'Siyahı Səhifə',
|
'list-page' => 'Siyahı Səhifə',
|
||||||
'search' => 'Axtarış',
|
'search' => 'Axtarış',
|
||||||
'reset' => 'Reset',
|
'reset' => 'Sıfırlayın',
|
||||||
'recommended' => 'Tövsiyə olunan elanlar',
|
'recommended' => 'Tövsiyə olunan elanlar',
|
||||||
'filter' => 'Filter',
|
'filter' => 'Filter',
|
||||||
'sort' => 'Sırala',
|
'sort' => 'Sırala',
|
||||||
@ -156,6 +156,7 @@ return [
|
|||||||
'phone_gsm' => 'Mobil Telefon',
|
'phone_gsm' => 'Mobil Telefon',
|
||||||
'phone_office' => 'Ofis Telefonu',
|
'phone_office' => 'Ofis Telefonu',
|
||||||
'add_to_favorites' => "Seçilmişlərə əlavə et",
|
'add_to_favorites' => "Seçilmişlərə əlavə et",
|
||||||
|
'add_to_cart'=> "Səbətə əlavə et",
|
||||||
'send' => 'Göndər',
|
'send' => 'Göndər',
|
||||||
'search_name' => 'Axtarış Adı',
|
'search_name' => 'Axtarış Adı',
|
||||||
'my_favorite_searches' => 'Seçilmiş axtarışlar',
|
'my_favorite_searches' => 'Seçilmiş axtarışlar',
|
||||||
@ -273,6 +274,9 @@ return [
|
|||||||
'in_the_last_month' => [
|
'in_the_last_month' => [
|
||||||
'name' => 'Son Ayda'
|
'name' => 'Son Ayda'
|
||||||
],
|
],
|
||||||
|
'in_the_last_two_days' => [
|
||||||
|
'name' => 'Son İki Gündə'
|
||||||
|
],
|
||||||
'ads_with_photo' => [
|
'ads_with_photo' => [
|
||||||
'name' => 'Şəkilli Elanlar'
|
'name' => 'Şəkilli Elanlar'
|
||||||
],
|
],
|
||||||
@ -339,9 +343,9 @@ return [
|
|||||||
'owner' => 'Sahib',
|
'owner' => 'Sahib',
|
||||||
'default_owner_instruction' => 'Heç bir istifadəçi seçilmədiyi təqdirdə sahib cari istifadəçiyə borcludur',
|
'default_owner_instruction' => 'Heç bir istifadəçi seçilmədiyi təqdirdə sahib cari istifadəçiyə borcludur',
|
||||||
'create_page_subtitle' => 'Reklamınız haqqında ətraflı məlumat daxil edərək reklamı qüsursuz bir şəkildə yaradın.',
|
'create_page_subtitle' => 'Reklamınız haqqında ətraflı məlumat daxil edərək reklamı qüsursuz bir şəkildə yaradın.',
|
||||||
'with_my_phone_numbers' => 'With my phone numbers',
|
'with_my_phone_numbers' => 'Telefon nömrələrimlə',
|
||||||
'not_with_my_phone_numbers' => "I don't want to be reached by phone",
|
'not_with_my_phone_numbers' => "Mənə telefonla müraciət etmək istəmirəm",
|
||||||
'how_can_you_be_contacted' => "How can you be contacted?",
|
'how_can_you_be_contacted' => "Sizinlə necə əlaqə saxlamaq olar?",
|
||||||
|
|
||||||
// Listing page
|
// Listing page
|
||||||
'ad_title' => 'Reklam adı',
|
'ad_title' => 'Reklam adı',
|
||||||
@ -379,8 +383,23 @@ return [
|
|||||||
'name' => 'Tarixi dərc edin'
|
'name' => 'Tarixi dərc edin'
|
||||||
],
|
],
|
||||||
'tax' => [
|
'tax' => [
|
||||||
'name' => 'Tax'
|
'name' => 'vergi'
|
||||||
],
|
],
|
||||||
'name_a_z' => 'Name (A to Z)',
|
'name_a_z' => 'Ad (A-dan Z-yə)',
|
||||||
'name_z_a' => 'Name (Z to A)',
|
'name_z_a' => 'Ad (Z-dən A)',
|
||||||
|
'select_lang_ads' => 'reklamların dilini seçin',
|
||||||
|
|
||||||
|
// Report
|
||||||
|
'product_stock_report' => 'Məhsul ehtiyatı hesabatı',
|
||||||
|
'active_passive_products_report' => 'Aktiv-Passiv Məhsullar Hesabatı',
|
||||||
|
'unexplained_products_report' => 'Açıqlanamayan Məhsullar Hesabatı',
|
||||||
|
'non_image_products_report' => 'Qeyri-Şəkil Məhsulları Hesabatı',
|
||||||
|
'product' => 'Məhsul',
|
||||||
|
'count' => 'saymaq',
|
||||||
|
'undefined_product' => 'Müəyyən edilməmiş məhsul',
|
||||||
|
'pages_without_meta_information_report' => 'Meta Məlumatsız Səhifələr Hesabatı',
|
||||||
|
'page' => 'Səhifə',
|
||||||
|
'undefined_page' => 'Müəyyən edilməmiş səhifə',
|
||||||
|
'id' => 'ID',
|
||||||
|
'custom_field' => 'Fərdi Sahə',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user