diff options
Diffstat (limited to 'app/Locales/ru_RU/translations.php')
-rw-r--r-- | app/Locales/ru_RU/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/ru_RU/translations.php b/app/Locales/ru_RU/translations.php index 12a5bfe6..5c634184 100644 --- a/app/Locales/ru_RU/translations.php +++ b/app/Locales/ru_RU/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'расчетное', 'Sub-Tasks' => 'Подзадачи', 'Add a sub-task' => 'Добавить подзадачу', - 'Original Estimate' => 'Начальная оценка', + 'Original estimate' => 'Начальная оценка', 'Create another sub-task' => 'Создать другую подзадачу', - 'Time Spent' => 'Времени затрачено', + 'Time spent' => 'Времени затрачено', 'Edit a sub-task' => 'Изменить подзадачу', 'Remove a sub-task' => 'Удалить подзадачу', 'The time must be a numeric value' => 'Время должно быть числом!', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); |