diff options
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rwxr-xr-x[-rw-r--r--] | app/Locale/ru_RU/translations.php | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 7ef79d7a..1708dcba 100644..100755 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1105,24 +1105,24 @@ return array( 'Users management' => 'Управление пользователями', 'Groups management' => 'Управление группами', 'Create from another project' => 'Создать из другого проекта', - // 'There is no subtask at the moment.' => '', - // 'open' => '', - // 'closed' => '', - // 'Priority:' => '', - // 'Reference:' => '', - // 'Complexity:' => '', - // 'Swimlane:' => '', - // 'Column:' => '', - // 'Position:' => '', - // 'Creator:' => '', - // 'Time estimated:' => '', - // '%s hours' => '', - // 'Time spent:' => '', - // 'Created:' => '', - // 'Modified:' => '', - // 'Completed:' => '', - // 'Started:' => '', - // 'Moved:' => '', - // 'Task #%d' => '', - // 'Sub-tasks' => '', + 'There is no subtask at the moment.' => 'На данный момент подзадачи отсутствуют', + 'open' => 'открыто', + 'closed' => 'закрыто', + 'Priority:' => 'Приоритет:', + 'Reference:' => 'Ссылка:', + 'Complexity:' => 'Сложность:', + 'Swimlane:' => 'Дорожка:', + 'Column:' => 'Столбец:', + 'Position:' => 'Позиция:', + 'Creator:' => 'Создатель:', + 'Time estimated:' => 'Оценочное время:', + '%s hours' => '%s часов', + 'Time spent:' => 'Времени потрачено:', + 'Created:' => 'Создана:', + 'Modified:' => 'Изменена:', + 'Completed:' => 'Завершена:', + 'Started:' => 'Начата:', + 'Moved:' => 'Перемещена:', + 'Task #%d' => 'Задача #%d', + 'Sub-tasks' => 'Подзадачи', ); |