openclassify/addons/default/visiosoft/advs-module/resources/lang/tr/button.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

49 lines
1.7 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 [
'new_adv' => 'Yeni ürün/ilan',
'new_classified' => 'Yeni ürün/ilan',
'new_category' => 'Yeni kategori',
'new_country' => 'Yeni ülke',
'new_city' => 'Yeni şehir',
'new_district' => 'Yeni bölge',
'new_neighborhood' => 'Yeni mahalle',
'new_village' => 'Yeni köy',
'edit' => "Düzenle",
'approve' => "Onayla",
'decline' => 'Reddet',
'extend' => 'Uzat',
'extend_all' => 'Tümünün Tarihini Güncelle',
'convert_currency' => 'Para birimini dönüştür',
'categories' => 'Kategoriler',
'sub_category' => 'Alt Kategoriler',
'add_sub_category' => 'Alt Kategori Ekle',
'sub_cities' => 'Alt Şehirler',
'add_sub_cities' => 'Alt Şehir Ekle',
'add_sub_districts' => 'Alt Bölge Ekle',
'add_sub_neighborhoods' => 'Alt Mahalle Ekle',
'add_sub_village' => 'Alt Köy Ekle',
'sub_districts' => 'Alt Bölgeler',
'sub_neighborhoods' => 'Alt Mahalleler',
'sub_village' => 'Alt Köy',
'general_settings' => 'Genel Ayarlar',
'save_category' => 'Kategoriyi Kaydet',
'change_owner' => 'Sahibini Değiştir',
'update_category' => [
'name' => 'Kategori Güncelle'
],
'new_option' => 'Yeni Seçenek',
'export' => 'Dışa aktar',
'new_productoption' => 'Yeni Üretim',
'new_productoptions_value' => 'Yeni Ürün seçeneği değeri',
'new_options_configuration' => 'Yeni Seçenek yapılandırması',
'new_option_configuration' => 'Yeni Seçenek yapılandırması',
'create_configurations' => 'Konfigürasyonlar Oluşturun',
'replicate' => 'Tekrarla',
'fast_create' => 'Hızlı ekle',
'publish' => 'Yayınla',
'import' => 'İçe aktar',
'new_status' => 'Yeni Durum',
'fast_edit' => 'Hızlı Düzenleme',
];