diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 80c30d150..1a8707950 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1391,6 +1391,8 @@ return array( 'Destination swimlane' => 'Целевая дорожка', 'Assign a category when the task is moved to a specific swimlane' => 'Присвоить категорию, если задача перемещена в определенную дорожку', 'Move the task to another swimlane when the category is changed' => 'Переместить задачу в другую дорожку, если категория изменена', + 'Reorder this column by id (ASC)' => 'Упорядочить колонку по ID (ASC)', + 'Reorder this column by id (DESC)' => 'Упорядочить колонку по ID (DESC)', 'Reorder this column by priority (ASC)' => 'Упорядочить колонку по приоритету (ASC)', 'Reorder this column by priority (DESC)' => 'Упорядочить колонку по приоритету (DESC)', 'Reorder this column by assignee and priority (ASC)' => 'Упорядочить колонку по назначенному пользователю и приоритету (ASC)', @@ -1428,10 +1430,10 @@ return array( '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' => 'Автоматически назначить дату завершения, если задача перемещена из указанной колонки', - // 'No other projects found.' => '', - // 'Please choose a project you want to copy the tasks from.' => '', - // 'Import Tasks' => '', - // 'Copy' => '', - // 'Tasks copied successfully.' => '', - // 'Unable to copy tasks.' => '', + 'No other projects found.' => 'Других проектов не найдено.', + 'Please choose a project you want to copy the tasks from.' => 'Пожалуйста, выберите проект, из которого вы хотите скопировать задачи.', + 'Import Tasks' => 'Импорт задач', + 'Copy' => 'Копировать', + 'Tasks copied successfully.' => 'Задачи успешно скопированы.', + 'Unable to copy tasks.' => 'Не удалось скопировать задачи.', );