Merge pull request #225 from openclassify/fatih

Language is fixed
This commit is contained in:
Fatih Alp 2020-01-10 21:30:10 +03:00 committed by GitHub
commit a0117ddf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -128,7 +128,7 @@ return [
'newest' => 'En yeni', 'newest' => 'En yeni',
'categories' => 'Kategoriler', 'categories' => 'Kategoriler',
'all_categories' => 'Tüm Kategoriler', 'all_categories' => 'Tüm Kategoriler',
'location' => 'Bölge', 'location' => 'Lokasyon',
'send_message' => 'Mesaj gönder', 'send_message' => 'Mesaj gönder',
'phone_gsm' => 'GSM Telefonu', 'phone_gsm' => 'GSM Telefonu',
'phone_office' => 'Ofis telefonu', 'phone_office' => 'Ofis telefonu',

View File

@ -63,13 +63,13 @@ return [
'name' => 'Varsayılan İlan Şehri', 'name' => 'Varsayılan İlan Şehri',
], ],
'default_district' => [ 'default_district' => [
'name' => 'Varsayılan İlan Bölgesi', 'name' => 'Varsayılan İlçe',
], ],
'default_neighborhood' => [ 'default_neighborhood' => [
'name' => 'Varsayılan İlan Mahalle', 'name' => 'Varsayılan Mahalle',
], ],
'default_currency' => [ 'default_currency' => [
'name' => 'Varsayılan İlan Para Birimi', 'name' => 'Varsayılan Para Birimi',
], ],
'default_GET' => [ 'default_GET' => [
'name' => 'Varsayılan İlan GET', 'name' => 'Varsayılan İlan GET',

View File

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'title' => 'Bölge', 'title' => 'Lokasyon',
'name' => 'Bölge Modülü', 'name' => 'Lokasyon Modülü',
'description' => 'Bölge Modülü', 'description' => 'Lokasyon Modülü',
]; ];

View File

@ -7,10 +7,10 @@ return [
'new_neighborhood' => 'Yeni mahalle', 'new_neighborhood' => 'Yeni mahalle',
'new_village' => 'Yeni köy', 'new_village' => 'Yeni köy',
'sub_cities' => 'Alt Şehirler', 'sub_cities' => 'Alt Şehirler',
'add_sub_cities' => 'Alt Şehir Ekle', 'add_sub_cities' => 'Şehir Ekle',
'add_sub_districts' => 'Alt Bölge Ekle', 'add_sub_districts' => 'İlçe Ekle',
'add_sub_neighborhoods' => 'Alt Mahalle Ekle', 'add_sub_neighborhoods' => 'Mahalle Ekle',
'add_sub_village' => 'Alt Köy Ekle', 'add_sub_village' => 'Köy Ekle',
'sub_districts' => 'Alt Bölgeler', 'sub_districts' => 'Alt Bölgeler',
'sub_neighborhoods' => 'Alt Mahalleler', 'sub_neighborhoods' => 'Alt Mahalleler',
'sub_village' => 'Alt Köy', 'sub_village' => 'Alt Köy',