From aa801fecb4faae33db2ab4be7d842badc5c85f2d Mon Sep 17 00:00:00 2001 From: Gres Date: Sat, 2 May 2020 11:21:05 +0300 Subject: [PATCH] Update help message --- share/translations/screentranslator_ru.ts | 64 ++++++++++++----------- src/settingseditor.cpp | 1 + 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/share/translations/screentranslator_ru.ts b/share/translations/screentranslator_ru.ts index f0ebd3b..35299c9 100644 --- a/share/translations/screentranslator_ru.ts +++ b/share/translations/screentranslator_ru.ts @@ -1073,16 +1073,18 @@ in %1 2. Recognition of the selected area 3. Correction of the recognized text (optional) 4. Translation of the corrected text (optional) +User interaction is only required for step 1. Steps 2, 3 and 4 require additional data that can be downloaded from the updates page. Процесс работы с программой состоит из следующих шагов: 1. Выделение области экрана 2. Распознавание выделенной области 3. Коррекция распознанного текста (не обязательно) 4. Перевод откорректированного текста (не обязательно) +Действия пользователя требуются только на первом шаге. Шаги 2,3 и 4 требуют дополнительных данных, которые можно скачать на странице обновлений. - + Portable changed. Apply settings first Portable режиме изменени. Сначала применить настройки @@ -1263,23 +1265,23 @@ Steps 2, 3 and 4 require additional data that can be downloaded from the updates Установить/Обновить - - + + Directory is not writable %1 Папка недоступна для записи %1 - + Downloaded file not exists %1 Скачанный файл не существует %1 - - + + Failed to remove file %1 Error %2 @@ -1288,14 +1290,14 @@ Error %2 Текст %2 - + Failed to create path %1 Ошибка создания папки %1 - + Failed to move file %1 to %2 @@ -1317,66 +1319,66 @@ Error %3 update::Loader - + Empty updates info from %1 Пустой файл обновлений из %1 - + Empty updates info unpacked from %1 Пустой файл обновлений распакован из %1 - + Failed to parse updates from %1 (%2) Ошибка разбора файла обновлений %1 (%2) - + Failed to download file %1. Error %2 Ошибка скачивания файла %1. Текст %2 - + Already updating Обновление в процессе - + No actions selected Нет выделенных действий - + Failed to create temp path %1 Ошибка создания временной папки %1 - + Empty data downloaded from %1 Пустой файл из %1 - + Empty data unpacked from %1 Пустой файл распакован из %1 - + Failed to save downloaded file %1 to %2 @@ -1387,7 +1389,7 @@ Error %3 Текст %3 - + Update failed: %1 Ошибка обновления: %1 @@ -1395,62 +1397,62 @@ Error %3 update::Model - + Select all updates Выбрать все обновления - + Reset actions Сбросить действия - + Failed to parse: %1 at %2 Ошибка разбора: %1 в %2 - + Wrong updates version: %1 Неверная версия файла обновлений: %1 - + No data parsed Нет разобранных данных - + Name Название - + State Состояние - + Action Действие - + Size Размер - + Version Версия - + Progress Прогресс - + Files Файла diff --git a/src/settingseditor.cpp b/src/settingseditor.cpp index fd68917..a490418 100644 --- a/src/settingseditor.cpp +++ b/src/settingseditor.cpp @@ -118,6 +118,7 @@ SettingsEditor::SettingsEditor(Manager &manager, update::Loader &updater) 2. Recognition of the selected area 3. Correction of the recognized text (optional) 4. Translation of the corrected text (optional) +User interaction is only required for step 1. Steps 2, 3 and 4 require additional data that can be downloaded from the updates page.)")); }