advs trans add

This commit is contained in:
samet 2021-12-08 16:22:37 +03:00
parent 3db9278f64
commit 117c56cc53
2 changed files with 7 additions and 1 deletions

View File

@ -272,6 +272,9 @@ return [
'in_the_last_month' => [
'name' => 'In The Last Month'
],
'in_the_last_two_days' => [
'name' => 'In The Last Two Days'
],
'ads_with_photo' => [
'name' => 'Ads With Photo'
],

View File

@ -266,7 +266,7 @@ return [
'name' => 'Son 24 Saat İçinde'
],
'in_the_last_day' => [
'name' => 'Son 24 Saat İçinde'
'name' => 'Son 1 Gün İçinde'
],
'in_the_last_week' => [
'name' => 'Son 1 Hafta İçinde'
@ -274,6 +274,9 @@ return [
'in_the_last_month' => [
'name' => 'Son 1 Ay İçinde'
],
'in_the_last_two_days' => [
'name' => 'Son 2 Gün içinde'
],
'ads_with_photo' => [
'name' => 'Fotoğraflı İlanlar'
],