From 12d55408fef40b872fb637c5a34275b97efbd645 Mon Sep 17 00:00:00 2001 From: Mef45 Date: Fri, 15 Nov 2019 09:34:28 +0500 Subject: [PATCH] Update ru_RU (Russian) translation --- app/Locale/ru_RU/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 4cd90c412..13b56d293 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -489,8 +489,8 @@ return array( 'Unable to update your link.' => 'Не удаётся обновить эту ссылку.', 'Unable to remove this link.' => 'Не удаётся удалить эту ссылку.', 'relates to' => 'относится к', - 'blocks' => 'блокирована', - 'is blocked by' => 'блокирует', + 'blocks' => 'блокирует', + 'is blocked by' => 'заблокирована', 'duplicates' => 'дублирована', 'is duplicated by' => 'дублирует', 'is a child of' => 'является продолжением',