diff options
-rw-r--r-- | app/Locale/ru_RU/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 28ab82a0..23fca4ed 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1377,7 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Удалена связь с отношением "%s" к задаче %s', 'Custom Filter:' => 'Настраиваемый фильтр:', 'Unable to find this group.' => 'Невозможно найти эту группу.', - // '%s moved the task #%d to the column "%s"' => '', - // '%s moved the task #%d to the position %d in the column "%s"' => '', - // '%s moved the task #%d to the swimlane "%s"' => '', + '%s moved the task #%d to the column "%s"' => '%s перенёс задачу #%d в колонку "%s"', + '%s moved the task #%d to the position %d in the column "%s"' => '%s перенёс задачу #%d на позицию %d в колонку "%s"', + '%s moved the task #%d to the swimlane "%s"' => '%s перенёс задачу #%d на дорожку "%s"', ); |