diff options
author | James <18580089+thoja21@users.noreply.github.com> | 2018-05-25 09:09:53 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-05-25 01:09:53 -0700 |
commit | 0759535939a87143c038f8797af4bb6b9b978f3f (patch) | |
tree | 77e8b2233e33b6fb22eb59343f08fd71b78a1ee0 /app/Locale/ru_RU/translations.php | |
parent | ba0455d8e43d6eb26dbb7e48d2d50da24366c992 (diff) |
Correct typos in English text
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index f8de84c7..e3decf38 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -682,20 +682,20 @@ return array( 'Search by category: ' => 'Поиск по категориям: ', 'Search by description: ' => 'Поиск по описанию: ', 'Search by due date: ' => 'Поиск по дате завершения: ', - 'Average time spent into each column' => 'Затрачено времени в среднем в каждой колонке', + 'Average time spent in each column' => 'Затрачено времени в среднем в каждой колонке', 'Average time spent' => 'Затрачено времени в среднем', - 'This chart show the average time spent into each column for the last %d tasks.' => 'Эта диаграмма показывает среднее время, проведенное в каждой колонке для последних %d задач.', + 'This chart shows the average time spent in each column for the last %d tasks.' => 'Эта диаграмма показывает среднее время, проведенное в каждой колонке для последних %d задач.', 'Average Lead and Cycle time' => 'Среднее время выполнения и цикла', 'Average lead time: ' => 'Среднее время выполнения: ', 'Average cycle time: ' => 'Среднее время цикла: ', 'Cycle Time' => 'Время цикла', 'Lead Time' => 'Время выполнения', - 'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Эта диаграмма показывает среднее время выполнения и цикла для последних %d задач.', + 'This chart shows the average lead and cycle time for the last %d tasks over the time.' => 'Эта диаграмма показывает среднее время выполнения и цикла для последних %d задач.', 'Average time into each column' => 'Среднее время в каждом столбце', 'Lead and cycle time' => 'Время выполнения и цикла', 'Lead time: ' => 'Время выполнения:', 'Cycle time: ' => 'Время цикла:', - 'Time spent into each column' => 'Время, проведенное в каждой колонке', + 'Time spent in each column' => 'Время, проведенное в каждой колонке', 'The lead time is the duration between the task creation and the completion.' => 'Время выполнения - период между созданием задачи и её завершением.', 'The cycle time is the duration between the start date and the completion.' => 'Время цикла - период времени между датой начала и завершения.', 'If the task is not closed the current time is used instead of the completion date.' => 'Если задача не закрыта, то текущая дата будет указана в дате завершения задачи.', |