New translations button.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-09 13:19:18 +03:00
parent aea6096c92
commit eb21598c78

View File

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