summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorEugene Batogov <johnbat26@gmail.com>2016-03-21 17:54:43 +0300
committerEugene Batogov <johnbat26@gmail.com>2016-03-21 17:57:10 +0300
commitdc77ac06d9b1fdc91e922892a24b363c6f34d9d2 (patch)
treeb7b45497ce99ac109a27077c299a5399054a3153 /app
parent45f21e1cd8e09e39d5f74d8826b27fc202428b3c (diff)
Update russian translations
Diffstat (limited to 'app')
-rw-r--r--app/Locale/ru_RU/translations.php46
1 files changed, 23 insertions, 23 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 989317a7..74f1deb8 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1128,27 +1128,27 @@ return array(
'Uploaded by %s' => 'Загружено пользователем: %s',
'Filename' => 'Имя файла',
'Size' => 'Размер',
- // 'Column created successfully.' => '',
- // 'Another column with the same name exists in the project' => '',
- // 'Default filters' => '',
- // 'Your board doesn\'t have any column!' => '',
- // 'Change column position' => '',
- // 'Switch to the project overview' => '',
- // 'User filters' => '',
- // 'Category filters' => '',
- // 'Upload a file' => '',
- // 'There is no attachment at the moment.' => '',
- // 'View file' => '',
- // 'Last activity' => '',
- // 'Change subtask position' => '',
- // 'This value must be greater than %d' => '',
- // 'Another swimlane with the same name exists in the project' => '',
- // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
- // 'Actions duplicated successfully.' => '',
- // 'Unable to duplicate actions.' => '',
- // 'Add a new action' => '',
- // 'Import from another project' => '',
- // 'There is no action at the moment.' => '',
- // 'Import actions from another project' => '',
- // 'There is no available project.' => '',
+ 'Column created successfully.' => 'Столбец успешно создан',
+ 'Another column with the same name exists in the project' => 'Столбец с таким именем уже существует в этом проекте',
+ 'Default filters' => 'Стандартные фильтры',
+ 'Your board doesn\'t have any column!' => 'Ваша доска не имеет ни одного столбца!',
+ 'Change column position' => 'Смена позиции столбца',
+ 'Switch to the project overview' => 'Переключение на обзор проекта',
+ 'User filters' => 'Фильтры по пользователям',
+ 'Category filters' => 'Фильтры по категориям',
+ 'Upload a file' => 'Загрузить файл',
+ 'There is no attachment at the moment.' => 'Вложения на данный момент отсутствуют',
+ 'View file' => 'Просмотр файла',
+ 'Last activity' => 'Последняя активность',
+ 'Change subtask position' => 'Смена позиции подзадачи',
+ 'This value must be greater than %d' => 'Это значение должно быть больше чем %d',
+ 'Another swimlane with the same name exists in the project' => 'Другая дорожка с таким же именем уже существует в этом проекте',
+ 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Пример: http://example.kanboard.net/ (используется для генерации абсолютных URLs)',
+ 'Actions duplicated successfully.' => 'Дублирование действий прошло успешно',
+ 'Unable to duplicate actions.' => 'Дублирование действий закончилось неудачно',
+ 'Add a new action' => 'Добавить новое действие',
+ 'Import from another project' => 'Импорт из другого проекта',
+ 'There is no action at the moment.' => 'Действия на данный момент отсутствуют',
+ 'Import actions from another project' => 'Импорт действий из другого проекта',
+ 'There is no available project.' => 'Нет доступного проекта',
);