openclassify/addons/default/visiosoft/advs-module/resources/lang/tr/section.php
Fatih Alp 8dedb559ca
New Crowdin updates (#819)
* New translations message.php (French)

* New translations button.php (French)

* New translations button.php (Romanian)
2020-11-26 10:07:18 +03:00

59 lines
1.2 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 [
'advs' => [
'title' => 'İlanlar',
],
'categories' => [
'title' => 'Kategoriler',
],
'countries' => [
'title' => 'Ülkeler',
],
'cities' => [
'title' => 'Şehirler',
],
'districts' => [
'title' => 'İlçeler',
],
'neighborhoods' => [
'title' => 'Mahalle',
],
'village' => [
'title' => 'köy',
],
'custom_fields' => [
'title' => 'Özel Alanlar',
],
'custom_field_advs' => [
'title' => 'Özel alan İlanları',
],
'cf_values' => [
'title' => 'Cf değerleri',
],
'fields' => [
'title' => 'Özel Alanlar'
],
'assets_clear' => [
'name' => 'Önbellek sil'
],
'general' => 'Genel',
'ads' => 'İlan',
'user' => 'Kullanıcı',
'filter' => 'filtre',
'create_ad' => 'Ürün/İlan oluştur',
'options' => [
'title' => 'Seçenekler',
],
'ads_image' => 'İlan Resmi',
'product_options' => [
'title' => 'Seçenekler',
],
'productoptions_value' => [
'title' => 'Seçenekler Değeri',
],
'option_configuration' => [
'title' => 'Yapılandırma',
],
];