New translations field.php (Turkish)

This commit is contained in:
Fatih Alp 2020-10-06 13:59:05 +03:00
parent 7f65e3cc5e
commit 115388838b

View File

@ -251,7 +251,7 @@ return [
'name' => 'Son 24 saat' 'name' => 'Son 24 saat'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'Son 24 Saat İçinde'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'Son 1 hafta' 'name' => 'Son 1 hafta'
@ -302,10 +302,10 @@ return [
// New create page // New create page
'options' => 'Opsiyonlar', 'options' => 'Opsiyonlar',
'free' => 'Free', 'free' => 'Bedava',
'ad_date' => 'Ad Date', 'ad_date' => 'İlan Tarihi',
'photo_video' => 'Photo, Video', 'photo_video' => 'Fotoğraf, Video',
'and_above' => 'and above', 'and_above' => 've yukarıda',
'and_below' => 'and below', 'and_below' => 've aşağıda',
'clear_all' => 'Clear All', 'clear_all' => 'Hepsini temizle',
]; ];