This commit is contained in:
vedatakd 2020-03-27 13:53:00 +03:00
parent c3c63c1820
commit f1ed02317f
2 changed files with 7 additions and 4 deletions

View File

@ -276,5 +276,6 @@ return [
'preview_text' => [
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
'part_2' => 'If not, click the "Edit" button.',
]
],
'views' => 'Views',
];

View File

@ -107,8 +107,8 @@ return [
'my_adv' => [
'name' => 'İlan'
],
'description' => 'Detaylar',
'explanation' => 'Açıklama',
'description' => 'Detaylar',
'explanation' => 'Açıklama',
'type' => [
'name' => 'Tip'
],
@ -272,5 +272,7 @@ return [
'pending_message_3' => 'Tahmini Bekleme Süresi',
'pending_message_4' => 'Onay sürecinde geçirilen süre doping zamanına eklenecektir.',
'pending_message_5' => 'Onay sürecinde reklamla ilgili çağrı merkezinden hiçbir işlem yapılamaz.',
'hours' => 'saatler'
'hours' => 'saatler',
'views' => 'Görüntülenme',
];