diff options
author | SkyFox <skyfox277@gmail.com> | 2017-12-20 22:30:43 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2017-12-20 13:30:43 -0800 |
commit | b4d5ddb83271fb1c27c58533a99f629eb5f6d87a (patch) | |
tree | aac9cc31f7aa8976365a8d6cd2b20927ac8aa396 /app/Locale/ru_RU | |
parent | 8e6476b4028e44687e10bf7fb2617a2d2fff97d2 (diff) |
Add missing translation in DateHelper
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 350a92ff..bc1e769f 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1343,6 +1343,9 @@ return array( 'Subtask added successfully.' => 'Подзадача успешно добавлена.', '%d subtasks added successfully.' => '%d подзадач(а) успешно добавлено.', 'Enter one subtask by line.' => 'Записывайте по одной подзадаче на строку.', + 'days' => 'дней', + 'minutes' => 'минут', + 'seconds' => 'секунд', // 'Predefined Contents' => '', // 'Predefined contents' => '', // 'Predefined Task Description' => '', |