Add new ru translations

This commit is contained in:
Eugene Batogov 2016-02-06 13:17:23 +03:00
parent ffb8494fec
commit 7df68511a5
1 changed files with 20 additions and 20 deletions

40
app/Locale/ru_RU/translations.php Normal file → Executable file
View File

@ -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' => 'Подзадачи',
);