Add new ru translations
This commit is contained in:
parent
ffb8494fec
commit
7df68511a5
|
|
@ -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' => 'Подзадачи',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue