diff options
author | Dracer5 <dracer5@gmail.com> | 2018-05-03 23:38:34 +0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-03 13:38:34 -0700 |
commit | 46cefbc2baf2ea66024073d1eb3a254fa95fd6b1 (patch) | |
tree | 2680457f402daeef2e86c16c8ea3ddaccef5da3b | |
parent | 511ecda8fdd05df4756fffdd1a08b5750cd68611 (diff) |
Update ru_RU translation
-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"', ); |