New translations button.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-10 16:26:46 +03:00
parent 0c3cf3837d
commit ef351af05e

View File

@ -1,27 +1,28 @@
<?php <?php
return[ return [
"new_adv" =>"Yeni İlan", 'new_adv' => 'Yeni İlan',
"new_category" =>"Yeni kategori", 'new_category' => 'Yeni kategori',
"new_country" =>"Yeni ülke", 'new_country' => 'Yeni ülke',
"new_city" =>"Yeni şehir", 'new_city' => 'Yeni şehir',
"new_district" =>"Yeni bölge", 'new_district' => 'Yeni bölge',
"new_neighborhood" =>"Yeni mahalle", 'new_neighborhood' => 'Yeni mahalle',
"new_village" =>"Yeni köy", 'new_village' => 'Yeni köy',
"approve" =>"Onayla", 'approve' => "Onayla",
"decline" =>"Reddet", 'decline' => 'Reddet',
"sub_category" =>"Alt Kategoriler", 'extend' => 'Extend',
"add_sub_category" =>"Alt Kategori Ekle", 'sub_category' => 'Alt Kategoriler',
"sub_cities" =>"Alt Şehirler", 'add_sub_category' => 'Alt Kategori Ekle',
"add_sub_cities" =>"Alt Şehir Ekle", 'sub_cities' => 'Alt Şehirler',
"add_sub_districts" =>"Alt Bölge Ekle", 'add_sub_cities' => 'Alt Şehir Ekle',
"add_sub_neighborhoods" =>"Alt Mahalle Ekle", 'add_sub_districts' => 'Alt Bölge Ekle',
"add_sub_village" =>"Alt Köy Ekle", 'add_sub_neighborhoods' => 'Alt Mahalle Ekle',
"sub_districts" =>"Alt Bölgeler", 'add_sub_village' => 'Alt Köy Ekle',
"sub_neighborhoods" =>"Alt Mahalleler", 'sub_districts' => 'Alt Bölgeler',
"sub_village" =>"Alt Köy", 'sub_neighborhoods' => 'Alt Mahalleler',
"general_settings" =>"Genel Ayarlar", 'sub_village' => 'Alt Köy',
'general_settings' => 'Genel Ayarlar',
'update_category' => [ 'update_category' => [
'name' => 'Kategori Güncelle' 'name' => 'Kategori Güncelle'
], ],
]; ];