diff options
author | Ars Kurd <A.Kurdyumov@globus.ru> | 2018-05-12 22:51:58 +0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-14 10:15:28 -0700 |
commit | 902986d2fa931e96e58ca7b8b521ccb089067755 (patch) | |
tree | 35ac27580d495809437c93657a9386a173cd41be /app | |
parent | 788ef9f2867dabe69d83168dd77a3bfd050a164e (diff) |
Update ru_RU translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index b0ac79b7..19f7e344 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1375,6 +1375,6 @@ return array( '%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"', - // '%sh spent' => '', - // '%sh estimated' => '', + '%sh spent' => '%sч затрачено', + '%sh estimated' => '%sч запланировано', ); |