From 95d8df405d5b142790087d668b4c88f4c68cfbfd Mon Sep 17 00:00:00 2001 From: Dracer5 Date: Sun, 5 Apr 2020 22:03:03 +0300 Subject: [PATCH] Update ru_RU 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 58bbf976c..961a02cff 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1415,8 +1415,8 @@ return array( 'Task limit: ' => 'Лимит задач:', 'Change to global tag' => 'Сменить на глобальную метку', 'Do you really want to make the tag "%s" global?' => 'Вы действительно хотите сделать метку "%s" глобальной?', - // 'Enable global tags for this project' => '', - // 'Group membership(s):' => '', + 'Enable global tags for this project' => 'Разрешить глобальные метки в этом проекте', + 'Group membership(s):' => 'Состоит в группах:', // 'hover mouse over group-icon, to show all group-memberships' => '', // '%s is a member of the following group(s):' => '', );