From 8280047d3016f1b77772ca4e03c8ed941eb5d663 Mon Sep 17 00:00:00 2001 From: Aleksey Sannikov Date: Fri, 29 Mar 2019 23:02:06 +0400 Subject: [PATCH] Improved Russian Translation (#4221) Credit to @jexme --- modules/system/lang/ru/client.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/lang/ru/client.php b/modules/system/lang/ru/client.php index 9f700eefb..aac460c57 100644 --- a/modules/system/lang/ru/client.php +++ b/modules/system/lang/ru/client.php @@ -63,6 +63,10 @@ return [ 'group' => [ 'all' => 'все' ], + 'scopes' => [ + 'apply_button_text' => 'Применить', + 'clear_button_text' => 'Очистить' + ], 'dates' => [ 'all' => 'все', 'filter_button_text' => 'Фильтр',