Merge pull request #461 from openclassify/vedat

#1185 add views
This commit is contained in:
profstyle1 2020-03-27 14:18:00 +03:00 committed by GitHub
commit d0c52eb32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',
];