Add new ru translations
This commit is contained in:
40
app/Locale/ru_RU/translations.php
Normal file → Executable file
40
app/Locale/ru_RU/translations.php
Normal file → Executable file
@@ -1105,24 +1105,24 @@ return array(
|
|||||||
'Users management' => 'Управление пользователями',
|
'Users management' => 'Управление пользователями',
|
||||||
'Groups management' => 'Управление группами',
|
'Groups management' => 'Управление группами',
|
||||||
'Create from another project' => 'Создать из другого проекта',
|
'Create from another project' => 'Создать из другого проекта',
|
||||||
// 'There is no subtask at the moment.' => '',
|
'There is no subtask at the moment.' => 'На данный момент подзадачи отсутствуют',
|
||||||
// 'open' => '',
|
'open' => 'открыто',
|
||||||
// 'closed' => '',
|
'closed' => 'закрыто',
|
||||||
// 'Priority:' => '',
|
'Priority:' => 'Приоритет:',
|
||||||
// 'Reference:' => '',
|
'Reference:' => 'Ссылка:',
|
||||||
// 'Complexity:' => '',
|
'Complexity:' => 'Сложность:',
|
||||||
// 'Swimlane:' => '',
|
'Swimlane:' => 'Дорожка:',
|
||||||
// 'Column:' => '',
|
'Column:' => 'Столбец:',
|
||||||
// 'Position:' => '',
|
'Position:' => 'Позиция:',
|
||||||
// 'Creator:' => '',
|
'Creator:' => 'Создатель:',
|
||||||
// 'Time estimated:' => '',
|
'Time estimated:' => 'Оценочное время:',
|
||||||
// '%s hours' => '',
|
'%s hours' => '%s часов',
|
||||||
// 'Time spent:' => '',
|
'Time spent:' => 'Времени потрачено:',
|
||||||
// 'Created:' => '',
|
'Created:' => 'Создана:',
|
||||||
// 'Modified:' => '',
|
'Modified:' => 'Изменена:',
|
||||||
// 'Completed:' => '',
|
'Completed:' => 'Завершена:',
|
||||||
// 'Started:' => '',
|
'Started:' => 'Начата:',
|
||||||
// 'Moved:' => '',
|
'Moved:' => 'Перемещена:',
|
||||||
// 'Task #%d' => '',
|
'Task #%d' => 'Задача #%d',
|
||||||
// 'Sub-tasks' => '',
|
'Sub-tasks' => 'Подзадачи',
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user