New translations field.php (Turkish)

This commit is contained in:
Fatih Alp 2020-10-01 15:21:38 +03:00
parent 039d1f64be
commit e23a0c2727

View File

@ -250,6 +250,9 @@ return [
'in_the_last_24_hours' => [
'name' => 'Son 24 saat'
],
'in_the_last_day' => [
'name' => 'In The Last 24 Hours'
],
'in_the_last_week' => [
'name' => 'Son 1 hafta'
],
@ -299,5 +302,10 @@ return [
// New create page
'options' => 'Opsiyonlar',
'free' => 'Free'
'free' => 'Free',
'ad_date' => 'Ad Date',
'photo_video' => 'Photo, Video',
'and_above' => 'and above',
'and_below' => 'and below',
'clear_all' => 'Clear All',
];