New translations field.php (Russian)

This commit is contained in:
Fatih Alp 2020-10-06 13:59:49 +03:00
parent bb7e1a0c90
commit feb1811fb4

View File

@ -250,7 +250,7 @@ return [
'name' => 'В последние 24 часа' 'name' => 'В последние 24 часа'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'За последние 24 часа'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'В последнюю неделю' 'name' => 'В последнюю неделю'
@ -301,10 +301,10 @@ return [
// New create page // New create page
'options' => 'Параметры', 'options' => 'Параметры',
'free' => 'Free', 'free' => 'Бесплатно',
'ad_date' => 'Ad Date', 'ad_date' => 'Дата объявления',
'photo_video' => 'Photo, Video', 'photo_video' => 'Фото, видео',
'and_above' => 'and above', 'and_above' => 'и выше',
'and_below' => 'and below', 'and_below' => 'и ниже',
'clear_all' => 'Clear All', 'clear_all' => 'Очистить все',
]; ];