From 7c0a239ec399124207b86fcd6b22ade38c5c7574 Mon Sep 17 00:00:00 2001 From: ScarletBlizzard <61126210+ScarletBlizzard@users.noreply.github.com> Date: Wed, 14 Dec 2022 07:55:35 +0300 Subject: [PATCH] Correct and add translation in ru_RU/translations.php (#5106) --- app/Locale/ru_RU/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index d5e2c1ad7..8cf191c8d 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -495,7 +495,7 @@ return array( 'is duplicated by' => 'дублирует', 'is a child of' => 'является продолжением', 'is a parent of' => 'является началом для', - 'targets milestone' => 'часть вехи', + 'targets milestone' => 'нацелена на веху', 'is a milestone of' => 'является вехой для', 'fixes' => 'исправлено', 'is fixed by' => 'исправляет', @@ -1403,6 +1403,7 @@ return array( 'Task #%d "%s" has been moved to the project "%s"' => 'Задача #%d "%s" перемещена в проект "%s"', 'Move the task to another column when the due date is less than a certain number of days' => 'Переместить задачу в другую колонку, если дата окончания меньше заданного количества дней', 'Automatically update the start date when the task is moved away from a specific column' => 'Автоматически обновить дату начала, если задача перемещена из указанной колонки', + 'Automatically set the due date when the task is moved away from a specific column' => 'Автоматически назначить дату завершения, если задача перемещена из указанной колонки', 'HTTP Client:' => 'HTTP Клиент:', 'Assigned' => 'Назначенные', 'Task limits apply to each swimlane individually' => 'Лимиты задач применяются к каждой дорожке отдельно', @@ -1427,5 +1428,4 @@ return array( 'XBT - Bitcoin' => 'XBT - Биткоин', 'You must select a file to upload as your avatar!' => 'Вы должны выбрать файл для загрузки в качестве аватара!', 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'Выбранный вами файл не является изображением! (Допустимые расширения: *.gif, *.jpg, *.jpeg, *.png)', - // 'Automatically set the due date when the task is moved away from a specific column' => '', );