diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php index 1fab777fa..cc2f95416 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/field.php @@ -251,7 +251,7 @@ return [ 'name' => 'Son 24 saat' ], 'in_the_last_day' => [ - 'name' => 'In The Last 24 Hours' + 'name' => 'Son 24 Saat İçinde' ], 'in_the_last_week' => [ 'name' => 'Son 1 hafta' @@ -302,10 +302,10 @@ return [ // New create page 'options' => 'Opsiyonlar', - 'free' => 'Free', - 'ad_date' => 'Ad Date', - 'photo_video' => 'Photo, Video', - 'and_above' => 'and above', - 'and_below' => 'and below', - 'clear_all' => 'Clear All', + 'free' => 'Bedava', + 'ad_date' => 'İlan Tarihi', + 'photo_video' => 'Fotoğraf, Video', + 'and_above' => 've yukarıda', + 'and_below' => 've aşağıda', + 'clear_all' => 'Hepsini temizle', ];