openclassify/addons/default/visiosoft/location-module/resources/lang/tr/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

57 lines
1.3 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 [
'home_page_location' => [
'name' => 'Anasayfa lokasyon gösterimi',
],
'list_page_location' => [
'name' => 'Listeleme sayfası lokasyon gösterimi',
],
'detail_page_location' => [
'name' => 'Detay sayfası lokasyon gösterimi',
],
'show_search_location_btn' => [
'name' => 'Arama Lokasyon buton gösterimi',
],
'default_country' => [
'name' => 'Varsayılan Ülke',
],
'create_ad_page_location' => [
'name' => 'İlan Sayfası Konumu Oluşturun',
],
'default_city' => [
'name' => 'Varsayılan İl',
],
'default_district' => [
'name' => 'Varsayılan İlçe',
],
'default_neighborhood' => [
'name' => 'Varsayılan Mahalle',
],
'google_map_key' => [
'name' => 'Google Haritalar Api Anahtarı',
],
'map_coordinates_long' => [
'name' => 'Varsayılan Long',
],
'map_coordinates_lat' => [
'name' => 'Varsayılan Lat',
],
'hide_location_filter' => [
'name' => 'Konum Filtresini Gizle',
],
'country_for_phone_field' => [
'name' => 'Kayıtlı Telefon Alanı İçin Varsayılan Ülke'
],
'sorting_column' => [
'name' => 'Sıralama Sütunu',
],
'sorting_type' => [
'name' => 'Sıralama Türü',
],
];