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' => 'Создание или изменение подзадач', );