diff options
author | Eugene Batogov <johnbat26@gmail.com> | 2016-02-06 13:17:23 +0300 |
---|---|---|
committer | Eugene Batogov <johnbat26@gmail.com> | 2016-02-06 13:17:23 +0300 |
commit | 7df68511a5f4445b149f0f1cdea3bafb638bf2b2 (patch) | |
tree | 06e5b9279fa29d9d3ab8602d2bdca86d01df6fa9 /app | |
parent | ffb8494fec7bacedca8921185d69192bff848cd3 (diff) |
Add new ru translations
Diffstat (limited to 'app')
-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' => 'Подзадачи', ); |