From d22efdcfc35850ea0338c98f7bb7774201e2f9b6 Mon Sep 17 00:00:00 2001 From: Dracer5 Date: Tue, 7 Apr 2020 06:36:48 +0300 Subject: [PATCH] Update ru_RU translation --- app/Locale/ru_RU/translations.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 53225077e..0c2021249 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1417,9 +1417,9 @@ return array( 'Do you really want to make the tag "%s" global?' => 'Вы действительно хотите сделать метку "%s" глобальной?', 'Enable global tags for this project' => 'Разрешить глобальные метки в этом проекте', 'Group membership(s):' => 'Состоит в группах:', - // '%s is a member of the following group(s): %s' => '', - // '%d/%d group(s) shown' => '', - // 'Enable global tags for this project' => '', - // 'Group membership(s):' => '', - // 'Subtask creation or modification' => '', + '%s is a member of the following group(s): %s' => '%s является членом следующих групп: %s', + '%d/%d group(s) shown' => '%d/%d групп показано', + 'Enable global tags for this project' => 'Разрешить глобальные метки в этом проекте', + 'Group membership(s):' => 'Состоит в группах:', + 'Subtask creation or modification' => 'Создание или изменение подзадач', );