From 294e8fe6534f7d24aa7a30b99dbbe8a0adaf3767 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 1 Oct 2020 15:20:31 +0300 Subject: [PATCH] New translations field.php (Russian) --- .../visiosoft/advs-module/resources/lang/ru/field.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/field.php b/addons/default/visiosoft/advs-module/resources/lang/ru/field.php index d675cea00..22b3979e7 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/field.php @@ -249,6 +249,9 @@ return [ 'in_the_last_24_hours' => [ 'name' => 'В последние 24 часа' ], + 'in_the_last_day' => [ + 'name' => 'In The Last 24 Hours' + ], 'in_the_last_week' => [ 'name' => 'В последнюю неделю' ], @@ -298,5 +301,10 @@ return [ // New create page 'options' => 'Параметры', - 'free' => 'Free' + 'free' => 'Free', + 'ad_date' => 'Ad Date', + 'photo_video' => 'Photo, Video', + 'and_above' => 'and above', + 'and_below' => 'and below', + 'clear_all' => 'Clear All', ];