openclassify/addons/default/visiosoft/location-module/resources/lang/tr/section.php
2020-01-31 12:02:31 +03:00

23 lines
378 B
PHP

<?php
return [
'countries' => [
'title' => 'Ülke',
],
'cities' => [
'title' => 'İl',
],
'districts' => [
'title' => 'İlçeler',
],
'neighborhoods' => [
'title' => 'Mahalle',
],
'village' => [
'title' => 'Köy',
],
'general' => 'Genel',
'map' => 'Harita',
'setting' => 'Ayarlar',
];