--- a/eric7/i18n/eric7_ru.ts Fri Mar 04 18:07:10 2022 +0100 +++ b/eric7/i18n/eric7_ru.ts Sat Apr 02 11:23:11 2022 +0200 @@ -1487,6 +1487,26 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> + <source>Upgrader</source> + <translation>Обновление</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> + <source>Upgrader Delay:</source> + <translation>Задержка обновления:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> + <source>Enter the time the upgrader process should wait for eric to exit</source> + <translation>Задайте время, в течение которого процесс обновления должен ожидать завершения eric</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> + <source> s</source> + <translation> сек</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> <source>Reporting</source> <translation>Отчет</translation> </message> @@ -6166,7 +6186,7 @@ <message> <location filename="../Preferences/ConfigurationPages/CondaPage.py" line="31" /> <source>Press to select the conda executable via a file selection dialog.</source> - <translation>Выбор исполняемого файла conda посредством диалога выбора файлов.</translation> + <translation>Выберите исполняемый файл conda посредством диалога выбора файлов.</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0" /> @@ -45201,7 +45221,7 @@ <translation>Pygments</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="473" /> + <location filename="../Preferences/__init__.py" line="471" /> <location filename="../QScintilla/Lexers/__init__.py" line="415" /> <source>Python Files (*.py *.py3)</source> <translation>Файлы Python (*.py *.py3)</translation> @@ -45454,7 +45474,7 @@ <translation>Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="475" /> + <location filename="../Preferences/__init__.py" line="473" /> <location filename="../QScintilla/Lexers/__init__.py" line="585" /> <source>Python3 Files (*.py)</source> <translation>Файлы Python3 (*.py)</translation> @@ -51351,119 +51371,113 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="109" /> + <location filename="../PipInterface/Pip.py" line="123" /> <source>python exited with an error ({0}).</source> <translation>python завершен с ошибкой ({0}).</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="116" /> + <location filename="../PipInterface/Pip.py" line="130" /> <source>python did not finish within 30 seconds.</source> <translation>python не завершился в течение 30 секунд.</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="119" /> + <location filename="../PipInterface/Pip.py" line="133" /> <source>python could not be started.</source> <translation>невозможно запустить python.</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="179" /> + <location filename="../PipInterface/Pip.py" line="193" /> <source><project></source> <translation><project></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="208" /> + <location filename="../PipInterface/Pip.py" line="222" /> <source>Interpreter for Virtual Environment</source> <translation>Интерпретатор для виртуального окружения</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="209" /> + <location filename="../PipInterface/Pip.py" line="223" /> <source>No interpreter configured for the selected virtual environment.</source> <translation>Для выбранного виртуального окружения не настроен интерпретатор.</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="244" /> + <location filename="../PipInterface/Pip.py" line="258" /> <source>Install PIP</source> <translation>Установка PIP</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="286" /> + <location filename="../PipInterface/Pip.py" line="300" /> <source>Repair PIP</source> <translation>Восстановление PIP</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="359" /> - <location filename="../PipInterface/Pip.py" line="311" /> + <location filename="../PipInterface/Pip.py" line="383" /> <source>Upgrade Packages</source> <translation>Обновление пакетов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="312" /> - <source>You are trying to upgrade PyQt packages. This might not work for the current instance of Python ({0}). Do you want to continue?</source> - <translation>Вы пытаетесь обновить PyQt пакеты. Это может не работать для текущего экземпляра Python ({0}). Вы хотите продолжить?</translation> - </message> - <message> - <location filename="../PipInterface/Pip.py" line="399" /> + <location filename="../PipInterface/Pip.py" line="423" /> <source>Install Packages</source> <translation>Установка пакетов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="428" /> + <location filename="../PipInterface/Pip.py" line="452" /> <source>Install Packages from Requirements</source> <translation>Установка пакетов, перечисленных в зависимостях</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="491" /> - <location filename="../PipInterface/Pip.py" line="460" /> - <location filename="../PipInterface/Pip.py" line="451" /> + <location filename="../PipInterface/Pip.py" line="515" /> + <location filename="../PipInterface/Pip.py" line="484" /> + <location filename="../PipInterface/Pip.py" line="475" /> <source>Uninstall Packages</source> <translation>Деинсталяция пакетов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="492" /> - <location filename="../PipInterface/Pip.py" line="452" /> + <location filename="../PipInterface/Pip.py" line="516" /> + <location filename="../PipInterface/Pip.py" line="476" /> <source>Do you really want to uninstall these packages?</source> <translation>Вы действительно хотите деинсталировать эти пакеты?</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="503" /> + <location filename="../PipInterface/Pip.py" line="527" /> <source>Uninstall Packages from Requirements</source> <translation>Деинсталяция пакетов, перечисленных в зависимостях</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="721" /> + <location filename="../PipInterface/Pip.py" line="844" /> <source>Cache Info</source> <translation>Информация о кэше</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="746" /> - <location filename="../PipInterface/Pip.py" line="738" /> + <location filename="../PipInterface/Pip.py" line="869" /> + <location filename="../PipInterface/Pip.py" line="861" /> <source>List Cached Files</source> <translation>Список кэшированных файлов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="739" /> + <location filename="../PipInterface/Pip.py" line="862" /> <source>Enter a file pattern (empty for all):</source> <translation>Задайте шаблон файлов (пустая строка - все файлы):</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="770" /> - <location filename="../PipInterface/Pip.py" line="764" /> + <location filename="../PipInterface/Pip.py" line="893" /> + <location filename="../PipInterface/Pip.py" line="887" /> <source>Remove Cached Files</source> <translation>Удалить кэшированные файлы</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="765" /> + <location filename="../PipInterface/Pip.py" line="888" /> <source>Enter a file pattern:</source> <translation>Задайте шаблон файла:</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="793" /> - <location filename="../PipInterface/Pip.py" line="788" /> + <location filename="../PipInterface/Pip.py" line="916" /> + <location filename="../PipInterface/Pip.py" line="911" /> <source>Purge Cache</source> <translation>Очистить кэш</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="789" /> + <location filename="../PipInterface/Pip.py" line="912" /> <source>Do you really want to purge the pip cache? All files need to be downloaded again.</source> <translation>Вы действительно хотите очистить pip-кэш? Все файлы должны быть загружены снова.</translation> </message> @@ -51582,19 +51596,19 @@ <location filename="../PipInterface/PipFreezeDialog.py" line="230" /> <location filename="../PipInterface/PipFreezeDialog.py" line="210" /> <location filename="../PipInterface/PipFreezeDialog.py" line="198" /> - <location filename="../PipInterface/PipFreezeDialog.py" line="118" /> + <location filename="../PipInterface/PipFreezeDialog.py" line="122" /> <source>Generate Requirements</source> <translation>Генерация зависимостей</translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="119" /> + <location filename="../PipInterface/PipFreezeDialog.py" line="123" /> <source>The requirements were changed. Do you want to overwrite these changes?</source> <translation>Зависимости были изменены. Вы действительно хотите записать эти изменения?</translation> </message> <message> - <location filename="../PipInterface/PipFreezeDialog.py" line="160" /> - <source>No output generated by 'pip freeze'.</source> - <translation>Команда 'pip freeze' ничего не создала.</translation> + <location filename="../PipInterface/PipFreezeDialog.py" line="158" /> + <source>No package specifiers generated by 'pip freeze'.</source> + <translation>Нет спецификаторов пакета созданых 'pip freeze'.</translation> </message> <message> <location filename="../PipInterface/PipFreezeDialog.py" line="199" /> @@ -51614,7 +51628,7 @@ <message> <location filename="../PipInterface/PipFreezeDialog.ui" line="0" /> <source>Select to show requirements for locally-installed packages only</source> - <translation>Отображать зависимости только для локально установленных пакетов</translation> + <translation>Отображать зависимости только для пакетов, установленных локально</translation> </message> <message> <location filename="../PipInterface/PipFreezeDialog.ui" line="0" /> @@ -51623,6 +51637,16 @@ </message> <message> <location filename="../PipInterface/PipFreezeDialog.ui" line="0" /> + <source>Select to show requirements for packages installed to the user-site only</source> + <translation>Отображать зависимости только для пакетов, установленных в user-site</translation> + </message> + <message> + <location filename="../PipInterface/PipFreezeDialog.ui" line="0" /> + <source>User-Site only</source> + <translation>Только в user-site</translation> + </message> + <message> + <location filename="../PipInterface/PipFreezeDialog.ui" line="0" /> <source>Requirements File:</source> <translation>Файл зависимостей:</translation> </message> @@ -51683,6 +51707,65 @@ </message> </context> <context> + <name>PipLicensesDialog</name> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Package Licenses</source> + <translation>Лицензии пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Select to show only licenses of locally installed packages</source> + <translation>Отображать только лицензии локально установленных пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Local packages only</source> + <translation>Только локальные пакеты</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Select to show only licenses of packages installed to the user-site</source> + <translation>Отображать только лицензии пакетов для user-site установленных пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>User-Site only</source> + <translation>Только в user-site</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Package</source> + <translation>Пакет</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Version</source> + <translation>Версия</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>License</source> + <translation>Лицензия</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> + <source>Count</source> + <translation>Количество</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.py" line="61" /> + <source>Licenses of "{0}"</source> + <translation>Лицензии "{0}"</translation> + </message> + <message> + <location filename="../PipInterface/PipLicensesDialog.py" line="65" /> + <source>No environment specified.</source> + <translation>Не задана среда окружения.</translation> + </message> + </context> + <context> <name>PipPackageDetailsDialog</name> <message> <location filename="../PipInterface/PipPackageDetailsDialog.py" line="46" /> @@ -51935,10 +52018,16 @@ <name>PipPackagesWidget</name> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Toggle to show or hide the dependency tree view</source> + <translation>Показать / скрыть представление дерева зависимостей пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Select to show only locally-installed packages</source> - <translation>Разрешить отображать только локально установленные пакеты</translation> - </message> - <message> + <translation>Отображать только локально установленные пакеты</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Local packages only</source> <translation>Только локальные пакеты</translation> @@ -51946,24 +52035,36 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Select to list packages that are not dependencies of installed packages</source> - <translation>Разрешить отображать только пакеты, не зависящие от других установленных пакетов</translation> + <translation>Отображать только пакеты, не зависящие от других установленных пакетов</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Not required Packages</source> - <translation>Независимые пакеты</translation> + <translation>Пакеты без зависимостей</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Select to show only packages installed to the user-site</source> - <translation>Разрешить отображать только пакеты, установленные в user-site</translation> + <translation>Отображать только пакеты, установленные в user-site</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>User-Site only</source> + <translation>Только в user-site</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> - <source>User-Site only</source> - <translation>Только в user-site</translation> - </message> - <message> + <source>Perform vulnerability checks based on "Safety DB".</source> + <translation>Выполнять проверку уязвимостей на основе "Safety DB".</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Vulnerability Check</source> + <translation>Проверка уязвимости</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> @@ -51972,18 +52073,24 @@ </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> - <source>Installed Version</source> - <translation>Установленная версия</translation> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Installed</source> + <translation type="unfinished" /> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> - <source>Available Version</source> - <translation>Доступная версия</translation> + <source>Available</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Affected</source> + <translation type="unfinished" /> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Select to show verbose package information</source> - <translation>Разрешить отображение подробной информации о пакете</translation> + <translation>Разрешить отображать подробную информацию о пакете</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> @@ -51993,7 +52100,7 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Select to show information about installed files</source> - <translation>Разрешить отображение информации об установленных файлах</translation> + <translation>Разрешить отображать информацию об установленных файлах</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> @@ -52023,6 +52130,7 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Press to show details for the selected entry</source> <translation>Показать информацию для выбранной записи</translation> </message> @@ -52033,11 +52141,6 @@ </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> - <source>Press to start the search</source> - <translation>Начать поиск</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Enter the search term for the package name</source> <translation>Введите имя пакета в поисковый запрос</translation> </message> @@ -52048,6 +52151,16 @@ </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Press to start the search</source> + <translation>Начать поиск</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Press to search for more packages</source> + <translation>Поиск следующих пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> <source>Version</source> <translation>Версия</translation> </message> @@ -52072,104 +52185,150 @@ <translation>Установить выбранный пакет в user site</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="169" /> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>View Type</source> + <translation>Тип представления дерева зависимостей пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Select to show which package requires other packages</source> + <translation>Отображение пакетов, от которых зависит выделенный пакет</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Requires</source> + <translation>Зависимости</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Select to show which package is required by others</source> + <translation>Отображение пакета, который требуется другим пакетам</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Required By</source> + <translation>Требования</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Select to show only dependencies of locally installed packages</source> + <translation>Отображать только зависимости локально установленных пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Select to show only dependencies of packages installed to the user-site</source> + <translation>Отображать только зависимости user-site установленных пакетов</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Required</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.ui" line="0" /> + <source>Press to refresh the dependency tree</source> + <translation>Освежить дерево зависимостей</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="185" /> <source>pip Menu</source> <translation>Меню pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="195" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="230" /> <source>Name:</source> <translation>Имя:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="196" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="231" /> <source>Version:</source> <translation>Версия:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="197" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="232" /> <source>Location:</source> <translation>Расположение:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="198" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="233" /> <source>Requires:</source> <translation>Зависимости:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="199" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="234" /> <source>Summary:</source> <translation>Аннотация:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="200" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="235" /> <source>Homepage:</source> <translation>Домашняя страница:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="201" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="236" /> <source>Author:</source> <translation>Автор:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="202" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="237" /> <source>Author Email:</source> <translation>Email автора:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="203" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="238" /> <source>License:</source> <translation>Лицензия:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="204" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="239" /> <source>Metadata Version:</source> <translation>Версия Metadata:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="205" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="240" /> <source>Installer:</source> <translation>Установщик:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="206" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="241" /> <source>Classifiers:</source> <translation>Классификаторы:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="207" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="242" /> <source>Entry Points:</source> <translation>Точки входа:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="208" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="243" /> <source>Files:</source> <translation>Файлы:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="375" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="427" /> <source>Getting installed packages...</source> <translation>Получение списка установленных пакетов...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="390" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="443" /> <source>Getting outdated packages...</source> <translation>Получение списка обновленных пакетов...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="975" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="812" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="790" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1141" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="972" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="961" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="930" /> <source>Search PyPI</source> <translation>Поиск в PyPI</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="791" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="931" /> <source><p>Received an error while searching for <b>{0}</b>.</p><p>Error: {1}</p></source> <translation><p>Получена ошибка при поиске <b>{0}</b>.</p><p>Ошибка: {1}</p></translation> </message> <message numerus="yes"> - <location filename="../PipInterface/PipPackagesWidget.py" line="805" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="946" /> <source>%n package(s) found.</source> <translation> <numerusform>Найден %n пакет.</numerusform> @@ -52178,123 +52337,171 @@ </translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="807" /> - <source>Showing first 20 packages found.</source> - <translation>Показаны первые 20 найденных пакетов.</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="815" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="813" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="950" /> + <source>Showing first {0} packages found.</source> + <translation>Показаны первые {0} найденных пакетов.</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="966" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="962" /> <source><p>There were no results for <b>{0}</b>.</p></source> <translation><p>Нет результатов по запросу <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="976" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="973" /> + <source><p>There were no more results for <b>{0}</b>.</p></source> + <translation><p>По запросу <b>{0}</b> больше нет результатов.</p></translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1142" /> <source><p>No package details info for <b>{0}</b> available.</p></source> <translation><p>Недоступна подробная информация о пакете <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="990" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1156" /> <source>Install Pip</source> <translation>Инсталировать Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="993" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1159" /> <source>Install Pip to User-Site</source> <translation>Инсталировать Pip в User-Site</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="996" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1162" /> <source>Repair Pip</source> <translation>Восстановить Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1116" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1000" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1299" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1166" /> <source>Install Packages</source> <translation>Установить пакеты</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1003" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1169" /> <source>Install Local Package</source> <translation>Установить локальный пакет</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1007" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1173" /> <source>Install Requirements</source> <translation>Установить зависимости</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1010" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1176" /> <source>Re-Install Selected Packages</source> <translation>Переинсталировать выбранные пакеты</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1013" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1179" /> <source>Uninstall Requirements</source> <translation>Деинсталировать зависимости</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1016" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1182" /> <source>Generate Requirements...</source> <translation>Генерация зависимостей...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1020" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1186" /> + <source>Show Licenses...</source> + <translation>Показать лицензии...</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1190" /> + <source>Check Vulnerabilities</source> + <translation>Проверить уязвимости</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1194" /> + <source>Update Vulnerability Database</source> + <translation>Обновить базу уязвимостей</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1198" /> <source>Show Cache Info...</source> <translation>Показать информацию о кэше...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1023" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1201" /> <source>Show Cached Files...</source> <translation>Показать кэшированные файлы...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1026" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1204" /> <source>Remove Cached Files...</source> <translation>Удалить кэшированные файлы...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1029" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1207" /> <source>Purge Cache...</source> <translation>Очистить кэш...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1034" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1212" /> <source>Edit User Configuration...</source> <translation>Правка конфигурации пользователя...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1037" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1215" /> <source>Edit Environment Configuration...</source> <translation>Правка конфигурации среды окружения...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1042" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1220" /> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1237" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1224" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1213" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1421" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1408" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1397" /> <source>Edit Configuration</source> <translation>Правка конфигурации</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1238" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1225" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1214" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1422" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1409" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1398" /> <source>No valid configuration path determined. Aborting</source> <translation>Не определен допустимый путь конфигурации. Прерывание</translation> </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1576" /> + <source>{0} {1}</source> + <comment>package name, package version</comment> + <translation>{0} {1}</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1598" /> + <source>Affected Version:</source> + <translatorcomment>Подверженная уязвимости версия: Пораженная версия Уязвимая</translatorcomment> + <translation>Версия с уязвимостью:</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1601" /> + <source>Advisory:</source> + <translatorcomment>Консультация: Рекомендация</translatorcomment> + <translation>Advisory:</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1716" /> + <source>any</source> + <translation>любая</translation> + </message> </context> <context> <name>PipPage</name> <message> <location filename="../Preferences/ConfigurationPages/PipPage.py" line="30" /> <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> - <translation><b>Примечание:</b> Не заполняйте строку если используете PyPI по умолчанию (<a href="{0}">{0}</a>).</translation> + <translation><b>Примечание:</b> Не заполняйте поле если используете PyPI по умолчанию (<a href="{0}">{0}</a>).</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.py" line="34" /> + <source><b>Note:</b> Leave empty to use the default Safety DB URL ({0}).</source> + <translation><b>Примечание:</b> Оставьте поле пустым, чтобы использовать для 'Safety DB' URL по умолчанию ({0}).</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> @@ -52313,6 +52520,36 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source>Vulnerability Checks</source> + <translation>Проверка уязвимостей</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source>Safety DB URL:</source> + <translation>URL базы данных безопасности:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source>Enter the base URL for the Safety DB mirror to be used</source> + <translation>Задайте базовый URL для использования зеркала 'Safety DB'</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source>Cache Validity:</source> + <translation>Достоверность кэша:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source>Enter the Safety DB cache validity time in hours (2 hours up to 7 days)</source> + <translation>Задайте время достоверности кэша Safety DB в часах (от 2 часов до 7 дней)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> + <source> hours</source> + <translation> час (а, ов)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> <source>Environment</source> <translation>Среда окружения</translation> </message> @@ -52328,6 +52565,19 @@ </message> </context> <context> + <name>PipVulnerabilityChecker</name> + <message> + <location filename="../PipInterface/PipVulnerabilityChecker.py" line="219" /> + <source>Fetching Vulnerability Database</source> + <translation>Получение базы данных уязвимостей</translation> + </message> + <message> + <location filename="../PipInterface/PipVulnerabilityChecker.py" line="220" /> + <source><p>The vulnerability database <b>{0}</b> could not be loaded from <b>{1}</b>.</p><p>The vulnerability check is not available.</p></source> + <translation><p>Не удалось загрузить базу данных уязвимостей <b>{0}</b> из <b>{1}</b>.</p><p>Проверка уязвимостей недоступна.</p></translation> + </message> + </context> + <context> <name>PixmapDiagram</name> <message> <location filename="../Graphics/PixmapDiagram.py" line="164" /> @@ -52742,32 +52992,32 @@ <translation>Модуль не содержит атрибутов 'pluginType' и/или 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="445" /> + <location filename="../PluginManager/PluginManager.py" line="449" /> <source>Module failed to load. Error: {0}</source> <translation>Неудачная загрузка модуля. Ошибка: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="622" /> + <location filename="../PluginManager/PluginManager.py" line="626" /> <source>Incompatible plugin activation method.</source> <translation>Несовместимый метод активации плагина.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1204" /> + <location filename="../PluginManager/PluginManager.py" line="1208" /> <source>Plugin Manager Error</source> <translation>Ошибка менеджера плагинов</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1205" /> + <location filename="../PluginManager/PluginManager.py" line="1209" /> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Директория для загрузки плагинов <b>{0}</b> не может быть создана. Задайте её посредством диалога конфигурации.</p><p>Причина:{1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1271" /> + <location filename="../PluginManager/PluginManager.py" line="1275" /> <source>Error downloading file</source> <translation>Ошибка загрузки файла</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1272" /> + <location filename="../PluginManager/PluginManager.py" line="1276" /> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Не удалось загрузить запрашиваемый файл из {0}.</p><p>Ошибка: {1}</p></translation> </message> @@ -52924,6 +53174,22 @@ <source>Edit URL</source> <translation>Редактировать URL</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" /> + <source>Startup Behavior</source> + <translatorcomment>Поведение при запуске</translatorcomment> + <translation>Поведение при запуске</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" /> + <source>Select, to check for missing plugin dependencies at startup and install them</source> + <translation>Разрешить проверять при запуске наличие отсутствующих зависимостей плагина и установливать их</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" /> + <source>Automatic dependencies installation</source> + <translation>Автоматическая установка зависимостей</translation> + </message> </context> <context> <name>PluginRepositoryDialog</name> @@ -53592,18 +53858,18 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1654" /> + <location filename="../Preferences/__init__.py" line="1658" /> <source>Export Preferences</source> <translation>Экспорт Preferences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1682" /> - <location filename="../Preferences/__init__.py" line="1656" /> + <location filename="../Preferences/__init__.py" line="1686" /> + <location filename="../Preferences/__init__.py" line="1660" /> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы Preferences (*.ini);;Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1680" /> + <location filename="../Preferences/__init__.py" line="1684" /> <source>Import Preferences</source> <translation>Импорт Preferences</translation> </message> @@ -78918,7 +79184,17 @@ <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="582" /> + <location filename="../Tools/TrayStarter.py" line="600" /> + <source>Desktop</source> + <translation>Рабочий стол</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="603" /> + <source>Session Type</source> + <translation>Тип сессии</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="605" /> <source></table></source> <translation></table></translation> </message> @@ -80479,2643 +80755,2558 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="256" /> + <location filename="../UI/UserInterface.py" line="253" /> <source>Initializing Basic Services...</source> <translation>Инициализация базовых служб ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="297" /> + <location filename="../UI/UserInterface.py" line="294" /> <source>Initializing Plugin Manager...</source> <translation>Инициализация менеджера плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="304" /> + <location filename="../UI/UserInterface.py" line="301" /> <source>Generating Main User Interface...</source> <translation>Создание главного пользовательского интерфейса...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="346" /> + <location filename="../UI/UserInterface.py" line="343" /> <source>Setting up connections...</source> <translation>Установка соединений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="593" /> + <location filename="../UI/UserInterface.py" line="590" /> <source>Initializing Tools...</source> <translation>Инициализация инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="603" /> + <location filename="../UI/UserInterface.py" line="600" /> <source>Registering Objects...</source> <translation>Регистрация объектов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="644" /> + <location filename="../UI/UserInterface.py" line="636" /> <source>Initializing Actions...</source> <translation>Инициализация действий...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="646" /> + <location filename="../UI/UserInterface.py" line="638" /> <source>Initializing Menus...</source> <translation>Инициализация меню...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="648" /> + <location filename="../UI/UserInterface.py" line="640" /> <source>Initializing Toolbars...</source> <translation>Инициализация панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650" /> + <location filename="../UI/UserInterface.py" line="642" /> <source>Initializing Statusbar...</source> <translation>Инициализация строки состояния...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="678" /> + <location filename="../UI/UserInterface.py" line="670" /> <source>Initializing Single Application Server...</source> <translation>Инициализация сервера уникального приложения...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="676" /> + <source>Initializing Plugins...</source> + <translation>Инициализация плагинов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="679" /> + <source>Activating Plugins...</source> + <translation>Активация плагинов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="681" /> + <source>Generating Plugins Toolbars...</source> + <translation>Генерация панели инструментов...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="684" /> - <source>Initializing Plugins...</source> - <translation>Инициализация плагинов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="687" /> - <source>Activating Plugins...</source> - <translation>Активация плагинов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="689" /> - <source>Generating Plugins Toolbars...</source> - <translation>Генерация панели инструментов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="692" /> <source>Cleaning Plugins Download Area...</source> <translation>Очистка области загрузки плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="703" /> + <location filename="../UI/UserInterface.py" line="695" /> <source>Restoring Toolbarmanager...</source> <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="712" /> + <location filename="../UI/UserInterface.py" line="704" /> <source>Setting View Profile...</source> <translation>Установка профилей...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="725" /> + <location filename="../UI/UserInterface.py" line="717" /> <source>Reading Tasks...</source> <translation>Чтение задач...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="730" /> + <location filename="../UI/UserInterface.py" line="722" /> <source>Reading Templates...</source> <translation>Чтение шаблонов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="735" /> + <location filename="../UI/UserInterface.py" line="727" /> <source>Starting Debugger...</source> <translation>Запуск отладчика...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041" /> - <location filename="../UI/UserInterface.py" line="1065" /> + <location filename="../UI/UserInterface.py" line="2033" /> + <location filename="../UI/UserInterface.py" line="1057" /> <source>Left Toolbox</source> <translation>Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072" /> - <location filename="../UI/UserInterface.py" line="1073" /> + <location filename="../UI/UserInterface.py" line="2064" /> + <location filename="../UI/UserInterface.py" line="1065" /> <source>Horizontal Toolbox</source> <translation>Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2056" /> - <location filename="../UI/UserInterface.py" line="1081" /> + <location filename="../UI/UserInterface.py" line="2048" /> + <location filename="../UI/UserInterface.py" line="1073" /> <source>Right Toolbox</source> <translation>Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1915" /> - <location filename="../UI/UserInterface.py" line="1237" /> - <location filename="../UI/UserInterface.py" line="1089" /> + <location filename="../UI/UserInterface.py" line="1907" /> + <location filename="../UI/UserInterface.py" line="1229" /> + <location filename="../UI/UserInterface.py" line="1081" /> <source>Multiproject-Viewer</source> <translation>Просмотр мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898" /> - <location filename="../UI/UserInterface.py" line="1242" /> - <location filename="../UI/UserInterface.py" line="1093" /> + <location filename="../UI/UserInterface.py" line="1890" /> + <location filename="../UI/UserInterface.py" line="1234" /> + <location filename="../UI/UserInterface.py" line="1085" /> <source>Project-Viewer</source> <translation>Просмотр проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326" /> - <location filename="../UI/UserInterface.py" line="2325" /> - <location filename="../UI/UserInterface.py" line="1247" /> - <location filename="../UI/UserInterface.py" line="1097" /> + <location filename="../UI/UserInterface.py" line="2318" /> + <location filename="../UI/UserInterface.py" line="2317" /> + <location filename="../UI/UserInterface.py" line="1239" /> + <location filename="../UI/UserInterface.py" line="1089" /> <source>Find/Replace In Files</source> <translation>Найти/Заменить в файлах</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2344" /> - <location filename="../UI/UserInterface.py" line="2343" /> - <location filename="../UI/UserInterface.py" line="1252" /> - <location filename="../UI/UserInterface.py" line="1101" /> + <location filename="../UI/UserInterface.py" line="2336" /> + <location filename="../UI/UserInterface.py" line="2335" /> + <location filename="../UI/UserInterface.py" line="1244" /> + <location filename="../UI/UserInterface.py" line="1093" /> <source>Find File</source> <translation>Найти файл</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1257" /> - <location filename="../UI/UserInterface.py" line="1105" /> + <location filename="../UI/UserInterface.py" line="1249" /> + <location filename="../UI/UserInterface.py" line="1097" /> <source>VCS Status</source> <translation>Статус VCS</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2022" /> - <location filename="../UI/UserInterface.py" line="1263" /> - <location filename="../UI/UserInterface.py" line="1110" /> + <location filename="../UI/UserInterface.py" line="2014" /> + <location filename="../UI/UserInterface.py" line="1255" /> + <location filename="../UI/UserInterface.py" line="1102" /> <source>Template-Viewer</source> <translation>Просмотр шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1968" /> - <location filename="../UI/UserInterface.py" line="1269" /> - <location filename="../UI/UserInterface.py" line="1115" /> + <location filename="../UI/UserInterface.py" line="1960" /> + <location filename="../UI/UserInterface.py" line="1261" /> + <location filename="../UI/UserInterface.py" line="1107" /> <source>File-Browser</source> <translation>Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1275" /> - <location filename="../UI/UserInterface.py" line="1120" /> + <location filename="../UI/UserInterface.py" line="1267" /> + <location filename="../UI/UserInterface.py" line="1112" /> <source>Symbols</source> <translation>Символы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1933" /> - <location filename="../UI/UserInterface.py" line="1295" /> - <location filename="../UI/UserInterface.py" line="1290" /> - <location filename="../UI/UserInterface.py" line="1128" /> + <location filename="../UI/UserInterface.py" line="1925" /> + <location filename="../UI/UserInterface.py" line="1287" /> + <location filename="../UI/UserInterface.py" line="1282" /> + <location filename="../UI/UserInterface.py" line="1120" /> <source>Debug-Viewer</source> <translation>Просмотр отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2215" /> - <location filename="../UI/UserInterface.py" line="2214" /> - <location filename="../UI/UserInterface.py" line="1301" /> - <location filename="../UI/UserInterface.py" line="1133" /> + <location filename="../UI/UserInterface.py" line="2207" /> + <location filename="../UI/UserInterface.py" line="2206" /> + <location filename="../UI/UserInterface.py" line="1293" /> + <location filename="../UI/UserInterface.py" line="1125" /> <source>Code Documentation Viewer</source> <translation>Просмотр документации кода</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2380" /> - <location filename="../UI/UserInterface.py" line="2379" /> - <location filename="../UI/UserInterface.py" line="1307" /> - <location filename="../UI/UserInterface.py" line="1138" /> + <location filename="../UI/UserInterface.py" line="2372" /> + <location filename="../UI/UserInterface.py" line="2371" /> + <location filename="../UI/UserInterface.py" line="1299" /> + <location filename="../UI/UserInterface.py" line="1130" /> <source>Help Viewer</source> <translation>Просмотрщик справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3103" /> - <location filename="../UI/UserInterface.py" line="2289" /> - <location filename="../UI/UserInterface.py" line="2288" /> - <location filename="../UI/UserInterface.py" line="1312" /> - <location filename="../UI/UserInterface.py" line="1142" /> + <location filename="../UI/UserInterface.py" line="3069" /> + <location filename="../UI/UserInterface.py" line="2281" /> + <location filename="../UI/UserInterface.py" line="2280" /> + <location filename="../UI/UserInterface.py" line="1304" /> + <location filename="../UI/UserInterface.py" line="1134" /> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2307" /> - <location filename="../UI/UserInterface.py" line="2306" /> - <location filename="../UI/UserInterface.py" line="1317" /> - <location filename="../UI/UserInterface.py" line="1146" /> + <location filename="../UI/UserInterface.py" line="2299" /> + <location filename="../UI/UserInterface.py" line="2298" /> + <location filename="../UI/UserInterface.py" line="1309" /> + <location filename="../UI/UserInterface.py" line="1138" /> <source>Virtual Environments</source> <translation>Виртуальные окружения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2235" /> - <location filename="../UI/UserInterface.py" line="2234" /> - <location filename="../UI/UserInterface.py" line="1322" /> - <location filename="../UI/UserInterface.py" line="1151" /> + <location filename="../UI/UserInterface.py" line="2227" /> + <location filename="../UI/UserInterface.py" line="2226" /> + <location filename="../UI/UserInterface.py" line="1314" /> + <location filename="../UI/UserInterface.py" line="1143" /> <source>PyPI</source> <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2253" /> - <location filename="../UI/UserInterface.py" line="2252" /> - <location filename="../UI/UserInterface.py" line="1327" /> - <location filename="../UI/UserInterface.py" line="1156" /> + <location filename="../UI/UserInterface.py" line="2245" /> + <location filename="../UI/UserInterface.py" line="2244" /> + <location filename="../UI/UserInterface.py" line="1319" /> + <location filename="../UI/UserInterface.py" line="1148" /> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1332" /> - <location filename="../UI/UserInterface.py" line="1161" /> + <location filename="../UI/UserInterface.py" line="1324" /> + <location filename="../UI/UserInterface.py" line="1153" /> <source>Cooperation</source> <translation>Кооперация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2158" /> - <location filename="../UI/UserInterface.py" line="1337" /> - <location filename="../UI/UserInterface.py" line="1166" /> + <location filename="../UI/UserInterface.py" line="2150" /> + <location filename="../UI/UserInterface.py" line="1329" /> + <location filename="../UI/UserInterface.py" line="1158" /> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271" /> - <location filename="../UI/UserInterface.py" line="2270" /> - <location filename="../UI/UserInterface.py" line="1343" /> - <location filename="../UI/UserInterface.py" line="1171" /> + <location filename="../UI/UserInterface.py" line="2263" /> + <location filename="../UI/UserInterface.py" line="2262" /> + <location filename="../UI/UserInterface.py" line="1335" /> + <location filename="../UI/UserInterface.py" line="1163" /> <source>MicroPython</source> <translation>MicroPython</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1951" /> - <location filename="../UI/UserInterface.py" line="1351" /> - <location filename="../UI/UserInterface.py" line="1179" /> + <location filename="../UI/UserInterface.py" line="1943" /> + <location filename="../UI/UserInterface.py" line="1343" /> + <location filename="../UI/UserInterface.py" line="1171" /> <source>Shell</source> <translation>Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2003" /> - <location filename="../UI/UserInterface.py" line="1355" /> - <location filename="../UI/UserInterface.py" line="1183" /> + <location filename="../UI/UserInterface.py" line="1995" /> + <location filename="../UI/UserInterface.py" line="1347" /> + <location filename="../UI/UserInterface.py" line="1175" /> <source>Task-Viewer</source> <translation>Просмотр задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1985" /> - <location filename="../UI/UserInterface.py" line="1359" /> - <location filename="../UI/UserInterface.py" line="1187" /> + <location filename="../UI/UserInterface.py" line="1977" /> + <location filename="../UI/UserInterface.py" line="1351" /> + <location filename="../UI/UserInterface.py" line="1179" /> <source>Log-Viewer</source> <translation>Просмотр журналов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1364" /> - <location filename="../UI/UserInterface.py" line="1192" /> + <location filename="../UI/UserInterface.py" line="1356" /> + <location filename="../UI/UserInterface.py" line="1184" /> <source>Numbers</source> <translation>Представление чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1752" /> + <location filename="../UI/UserInterface.py" line="1744" /> <source>{0} - Passive Mode</source> <translation>{0} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1759" /> - <location filename="../UI/UserInterface.py" line="1755" /> + <location filename="../UI/UserInterface.py" line="1751" /> + <location filename="../UI/UserInterface.py" line="1747" /> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763" /> + <location filename="../UI/UserInterface.py" line="1755" /> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1786" /> + <location filename="../UI/UserInterface.py" line="1778" /> <source>Quit</source> <translation>Выйти</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788" /> + <location filename="../UI/UserInterface.py" line="1780" /> <source>&Quit</source> <translation>&Выйти</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789" /> + <location filename="../UI/UserInterface.py" line="1781" /> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791" /> + <location filename="../UI/UserInterface.py" line="1783" /> <source>Quit the IDE</source> <translation>Выход из IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1792" /> + <location filename="../UI/UserInterface.py" line="1784" /> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Выход из IDE</b> <p>Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и предпочтения будут сохранены на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1805" /> - <location filename="../UI/UserInterface.py" line="1803" /> + <location filename="../UI/UserInterface.py" line="1797" /> + <location filename="../UI/UserInterface.py" line="1795" /> <source>Restart</source> <translation>Рестарт</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1806" /> + <location filename="../UI/UserInterface.py" line="1798" /> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1808" /> + <location filename="../UI/UserInterface.py" line="1800" /> <source>Restart the IDE</source> <translation>Перезапуск IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809" /> + <location filename="../UI/UserInterface.py" line="1801" /> <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Рестарт IDEE</b><p>Перезапуск среды IDE. Любые несохраненные изменения сохраняются в первую очередь. Любая программа Python, находящаяся в процессе отладки, будет остановлена, предпочтения будут записаны на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822" /> - <location filename="../UI/UserInterface.py" line="1819" /> + <location filename="../UI/UserInterface.py" line="1814" /> + <location filename="../UI/UserInterface.py" line="1811" /> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1820" /> + <location filename="../UI/UserInterface.py" line="1812" /> <source>Save session...</source> <translation>Сохранить сессию...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1823" /> + <location filename="../UI/UserInterface.py" line="1815" /> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7022" /> - <location filename="../UI/UserInterface.py" line="1835" /> - <location filename="../UI/UserInterface.py" line="1832" /> + <location filename="../UI/UserInterface.py" line="7080" /> + <location filename="../UI/UserInterface.py" line="1827" /> + <location filename="../UI/UserInterface.py" line="1824" /> <source>Load session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1833" /> + <location filename="../UI/UserInterface.py" line="1825" /> <source>Load session...</source> <translation>Загрузить сессию...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836" /> + <location filename="../UI/UserInterface.py" line="1828" /> <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> <translation><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1845" /> + <location filename="../UI/UserInterface.py" line="1837" /> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1847" /> + <location filename="../UI/UserInterface.py" line="1839" /> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848" /> + <location filename="../UI/UserInterface.py" line="1840" /> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1850" /> + <location filename="../UI/UserInterface.py" line="1842" /> <source>Open a new eric instance</source> <translation>Запустить ещё один экземпляр eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1852" /> + <location filename="../UI/UserInterface.py" line="1844" /> <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> <translation><b>Новое окно</b><p>Запустить ещё один экземпляр eric IDE.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1866" /> - <location filename="../UI/UserInterface.py" line="1864" /> + <location filename="../UI/UserInterface.py" line="1858" /> + <location filename="../UI/UserInterface.py" line="1856" /> <source>Edit Profile</source> <translation>Профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869" /> + <location filename="../UI/UserInterface.py" line="1861" /> <source>Activate the edit view profile</source> <translation>Активизировать профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1871" /> + <location filename="../UI/UserInterface.py" line="1863" /> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль редактирования</b><p>Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1883" /> - <location filename="../UI/UserInterface.py" line="1881" /> + <location filename="../UI/UserInterface.py" line="1875" /> + <location filename="../UI/UserInterface.py" line="1873" /> <source>Debug Profile</source> <translation>Профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1887" /> + <location filename="../UI/UserInterface.py" line="1879" /> <source>Activate the debug view profile</source> <translation>Активизировать профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1888" /> + <location filename="../UI/UserInterface.py" line="1880" /> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль отладки</b><p>Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1899" /> + <location filename="../UI/UserInterface.py" line="1891" /> <source>&Project-Viewer</source> <translation>Просмотр &проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1900" /> + <location filename="../UI/UserInterface.py" line="1892" /> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1903" /> + <location filename="../UI/UserInterface.py" line="1895" /> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра проекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1905" /> + <location filename="../UI/UserInterface.py" line="1897" /> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Активировать просмотрщик проекта</b><p>Переключить фокус ввода в окно просмотра проекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1916" /> + <location filename="../UI/UserInterface.py" line="1908" /> <source>&Multiproject-Viewer</source> <translation>Просмотр &мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1917" /> + <location filename="../UI/UserInterface.py" line="1909" /> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1920" /> + <location filename="../UI/UserInterface.py" line="1912" /> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра мультипроекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1922" /> + <location filename="../UI/UserInterface.py" line="1914" /> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Активировать просмотрщик проектов</b><p>Переключить фокус ввода в окно просмотра мультипроекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1934" /> + <location filename="../UI/UserInterface.py" line="1926" /> <source>&Debug-Viewer</source> <translation>Просмотр &отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935" /> + <location filename="../UI/UserInterface.py" line="1927" /> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1938" /> + <location filename="../UI/UserInterface.py" line="1930" /> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра отладки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1940" /> + <location filename="../UI/UserInterface.py" line="1932" /> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Активировать просмотрщик отладки</b><p>Переключить фокус ввода в окно просмотра отладки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952" /> + <location filename="../UI/UserInterface.py" line="1944" /> <source>&Shell</source> <translation>&Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1953" /> + <location filename="../UI/UserInterface.py" line="1945" /> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1956" /> + <location filename="../UI/UserInterface.py" line="1948" /> <source>Switch the input focus to the Shell window.</source> <translation>Переключить фокус ввода в окно оболочки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1958" /> + <location filename="../UI/UserInterface.py" line="1950" /> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Активировать оболочку</b><p>Переключить фокус ввода в окно оболочки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1969" /> + <location filename="../UI/UserInterface.py" line="1961" /> <source>&File-Browser</source> <translation>&Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970" /> + <location filename="../UI/UserInterface.py" line="1962" /> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1973" /> + <location filename="../UI/UserInterface.py" line="1965" /> <source>Switch the input focus to the File-Browser window.</source> <translation>Переключить фокус ввода в окно браузера файлов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1975" /> + <location filename="../UI/UserInterface.py" line="1967" /> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Активировать браузер файлов</b><p>Переключить фокус ввода в окно браузера файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1986" /> + <location filename="../UI/UserInterface.py" line="1978" /> <source>Lo&g-Viewer</source> <translation>Просмотр &журнала</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1987" /> + <location filename="../UI/UserInterface.py" line="1979" /> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990" /> + <location filename="../UI/UserInterface.py" line="1982" /> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра журналов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1992" /> + <location filename="../UI/UserInterface.py" line="1984" /> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Активировать просмотрщик журнала</b><p>Переключить фокус ввода в окно просмотра журнала.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004" /> + <location filename="../UI/UserInterface.py" line="1996" /> <source>&Task-Viewer</source> <translation>Просмотр &задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005" /> + <location filename="../UI/UserInterface.py" line="1997" /> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2008" /> + <location filename="../UI/UserInterface.py" line="2000" /> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра задач.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2010" /> + <location filename="../UI/UserInterface.py" line="2002" /> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Активировать просмотрщик задач</b><p>Переключить фокус ввода в окно просмотра задач.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023" /> + <location filename="../UI/UserInterface.py" line="2015" /> <source>Templ&ate-Viewer</source> <translation>Просмотр &шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2024" /> + <location filename="../UI/UserInterface.py" line="2016" /> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027" /> + <location filename="../UI/UserInterface.py" line="2019" /> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра шаблонов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029" /> + <location filename="../UI/UserInterface.py" line="2021" /> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Активировать просмотрщик шаблонов</b><p>Переключить фокус ввода в окно просмотра шаблонов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042" /> + <location filename="../UI/UserInterface.py" line="2034" /> <source>&Left Toolbox</source> <translation>&Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043" /> + <location filename="../UI/UserInterface.py" line="2035" /> <source>Toggle the Left Toolbox window</source> <translation>Показать/Скрыть левую панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2044" /> + <location filename="../UI/UserInterface.py" line="2036" /> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/скрыть левую панель инструментов</b><p>Если левая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057" /> + <location filename="../UI/UserInterface.py" line="2049" /> <source>&Right Toolbox</source> <translation>&Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2059" /> + <location filename="../UI/UserInterface.py" line="2051" /> <source>Toggle the Right Toolbox window</source> <translation>Показать/Скрыть правую панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2060" /> + <location filename="../UI/UserInterface.py" line="2052" /> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть правую панель инструментов</b><p>Если аравая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073" /> + <location filename="../UI/UserInterface.py" line="2065" /> <source>&Horizontal Toolbox</source> <translation>&Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2075" /> + <location filename="../UI/UserInterface.py" line="2067" /> <source>Toggle the Horizontal Toolbox window</source> <translation>Включить/Выключить горизонтальную панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2077" /> + <location filename="../UI/UserInterface.py" line="2069" /> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Включить/Выключить горизонтальную панель инструментов</b><p>Включить/Выключить горизонтальную панель инструментов</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2089" /> + <location filename="../UI/UserInterface.py" line="2081" /> <source>Left Sidebar</source> <translation>Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2090" /> + <location filename="../UI/UserInterface.py" line="2082" /> <source>&Left Sidebar</source> <translation>&Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2092" /> + <location filename="../UI/UserInterface.py" line="2084" /> <source>Toggle the left sidebar window</source> <translation>Показать/Скрыть левую док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093" /> + <location filename="../UI/UserInterface.py" line="2085" /> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть левую док-панель</b> <p>Если левая док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2105" /> + <location filename="../UI/UserInterface.py" line="2097" /> <source>Right Sidebar</source> <translation>Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2106" /> + <location filename="../UI/UserInterface.py" line="2098" /> <source>&Right Sidebar</source> <translation>&Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2108" /> + <location filename="../UI/UserInterface.py" line="2100" /> <source>Toggle the right sidebar window</source> <translation>Показать/Скрыть окно правой боковой панели</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2110" /> + <location filename="../UI/UserInterface.py" line="2102" /> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть окно правой боковой панели</b><p>Если окно правой боковой панели скрыто, то показать его. Если отображается, то закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2122" /> + <location filename="../UI/UserInterface.py" line="2114" /> <source>Bottom Sidebar</source> <translation>Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2123" /> + <location filename="../UI/UserInterface.py" line="2115" /> <source>&Bottom Sidebar</source> <translation>&Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2125" /> + <location filename="../UI/UserInterface.py" line="2117" /> <source>Toggle the bottom sidebar window</source> <translation>Показать/Скрыть нижнюю док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127" /> + <location filename="../UI/UserInterface.py" line="2119" /> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/Скрыть нижнюю док-панель</b> <p>Если нижняя док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139" /> + <location filename="../UI/UserInterface.py" line="2131" /> <source>Cooperation-Viewer</source> <translation>Просмотр кооперации</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2140" /> + <location filename="../UI/UserInterface.py" line="2132" /> <source>Co&operation-Viewer</source> <translation>Просмотр ко&операции</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2141" /> + <location filename="../UI/UserInterface.py" line="2133" /> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2144" /> + <location filename="../UI/UserInterface.py" line="2136" /> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра кооперации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146" /> + <location filename="../UI/UserInterface.py" line="2138" /> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Активировать просмотрщик кооперации</b><p>Переключить фокус ввода в окно просмотра кооперации.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2159" /> + <location filename="../UI/UserInterface.py" line="2151" /> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160" /> + <location filename="../UI/UserInterface.py" line="2152" /> <source>Ctrl+Alt+Shift+I</source> <translation>Ctrl+Alt+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2163" /> + <location filename="../UI/UserInterface.py" line="2155" /> <source>Switch the input focus to the IRC window.</source> <translation>Переключить фокус ввода в окно IRC.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2165" /> + <location filename="../UI/UserInterface.py" line="2157" /> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Активировать IRC</b><p>Переключить фокус ввода в окно IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2176" /> + <location filename="../UI/UserInterface.py" line="2168" /> <source>Symbols-Viewer</source> <translation>Просмотр символов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2177" /> + <location filename="../UI/UserInterface.py" line="2169" /> <source>S&ymbols-Viewer</source> <translation>Просмотр с&имволов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2178" /> + <location filename="../UI/UserInterface.py" line="2170" /> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2181" /> + <location filename="../UI/UserInterface.py" line="2173" /> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра символов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2183" /> + <location filename="../UI/UserInterface.py" line="2175" /> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Активировать просмотрщик символов</b><p>Переключить фокус ввода в окно просмотра символов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2195" /> + <location filename="../UI/UserInterface.py" line="2187" /> <source>Numbers-Viewer</source> <translation>Представление чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2196" /> + <location filename="../UI/UserInterface.py" line="2188" /> <source>Num&bers-Viewer</source> <translation>Представление &чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197" /> + <location filename="../UI/UserInterface.py" line="2189" /> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2200" /> + <location filename="../UI/UserInterface.py" line="2192" /> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра чисел.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2202" /> + <location filename="../UI/UserInterface.py" line="2194" /> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Активировать просмотрщик чисел</b><p>Переключить фокус ввода в окно просмотра чисел.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2216" /> + <location filename="../UI/UserInterface.py" line="2208" /> <source>Ctrl+Alt+Shift+D</source> <translation>Ctrl+Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2219" /> + <location filename="../UI/UserInterface.py" line="2211" /> <source>Switch the input focus to the Code Documentation Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра документации кода.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2222" /> + <location filename="../UI/UserInterface.py" line="2214" /> <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> <translation><b>Просмотр документации кода</b><p>Переключение фокуса ввода в окно просмотра документации кода.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236" /> + <location filename="../UI/UserInterface.py" line="2228" /> <source>Ctrl+Alt+Shift+P</source> <translation>Ctrl+Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2239" /> + <location filename="../UI/UserInterface.py" line="2231" /> <source>Switch the input focus to the PyPI window.</source> <translation>Переключить фокус ввода в окно PyPI.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241" /> + <location filename="../UI/UserInterface.py" line="2233" /> <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> <translation><b>PyPI</b><p>Переключение фокуса ввода в окно PyPI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254" /> + <location filename="../UI/UserInterface.py" line="2246" /> <source>Ctrl+Alt+Shift+C</source> <translation>Ctrl+Alt+Shift+C</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257" /> + <location filename="../UI/UserInterface.py" line="2249" /> <source>Switch the input focus to the Conda window.</source> <translation>Переключить фокус ввода в окно Conda.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2259" /> + <location filename="../UI/UserInterface.py" line="2251" /> <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> <translation><b>Conda</b><p>Переключение фокуса ввода в окно Conda.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2272" /> + <location filename="../UI/UserInterface.py" line="2264" /> <source>Ctrl+Alt+Shift+M</source> <translation>Ctrl+Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2275" /> + <location filename="../UI/UserInterface.py" line="2267" /> <source>Switch the input focus to the MicroPython window.</source> <translation>Переключить фокус ввода в окно MicroPython.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277" /> + <location filename="../UI/UserInterface.py" line="2269" /> <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> <translation><b>MicroPython</b><p>Переключение фокуса ввода в окно MicroPython.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2290" /> + <location filename="../UI/UserInterface.py" line="2282" /> <source>Ctrl+Alt+Shift+R</source> <translation>Ctrl+Alt+Shift+R</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293" /> + <location filename="../UI/UserInterface.py" line="2285" /> <source>Switch the input focus to the Plugin Repository window.</source> <translation>Переключить фокус ввода в окно репозитория плагинов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2295" /> + <location filename="../UI/UserInterface.py" line="2287" /> <source><b>Plugin Repository</b><p>This switches the input focus to the Plugin Repository window.</p></source> <translation><b>Репозиторий плагинов</b><p>Переключение фокуса ввода в окно репозитория подключаемых модулей.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308" /> + <location filename="../UI/UserInterface.py" line="2300" /> <source>Ctrl+Alt+V</source> <translation>Ctrl+Alt+V</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2311" /> + <location filename="../UI/UserInterface.py" line="2303" /> <source>Switch the input focus to the Virtual Environments Manager window.</source> <translation>Переключить фокус ввода в окно диспетчера виртуальных сред.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314" /> + <location filename="../UI/UserInterface.py" line="2306" /> <source><b>Virtual Environments</b><p>This switches the input focus to the Virtual Environments Manager window.</p></source> <translation><b>Виртуальные окружения</b><p>Переключение фокуса ввода в окно диспетчера виртуальных сред.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2327" /> + <location filename="../UI/UserInterface.py" line="2319" /> <source>Ctrl+Alt+Shift+F</source> <translation>Ctrl+Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330" /> + <location filename="../UI/UserInterface.py" line="2322" /> <source>Switch the input focus to the Find/Replace In Files window.</source> <translation>Переключить фокус ввода в окно 'Найти/Заменить в файлах'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332" /> + <location filename="../UI/UserInterface.py" line="2324" /> <source><b>Find/Replace In Files</b><p>This switches the input focus to the Find/Replace In Files window.</p></source> <translation><b>Найти/Заменить в файлах</b><p>Переключение фокуса ввода в окно 'Найти/Заменить в файлах'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2345" /> + <location filename="../UI/UserInterface.py" line="2337" /> <source>Ctrl+Alt+Shift+L</source> <translation>Ctrl+Alt+Shift+L</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2348" /> + <location filename="../UI/UserInterface.py" line="2340" /> <source>Switch the input focus to the Find File window.</source> <translation>Переключить фокус ввода в окно 'Найти файл'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350" /> + <location filename="../UI/UserInterface.py" line="2342" /> <source><b>Find File</b><p>This switches the input focus to the Find File window.</p></source> <translation><b>Найти файл</b><p>Переключение фокус ввода в окно 'Найти файл'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362" /> - <location filename="../UI/UserInterface.py" line="2361" /> + <location filename="../UI/UserInterface.py" line="2354" /> + <location filename="../UI/UserInterface.py" line="2353" /> <source>VCS Status List</source> <translation>Список статусов VCS</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2363" /> + <location filename="../UI/UserInterface.py" line="2355" /> <source>Alt+Shift+V</source> <translation>Alt+Shift+V</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2366" /> + <location filename="../UI/UserInterface.py" line="2358" /> <source>Switch the input focus to the VCS Status List window.</source> <translation>Переключить фокус ввода в окно 'Список статусов VCS'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2368" /> + <location filename="../UI/UserInterface.py" line="2360" /> <source><b>VCS Status List</b><p>This switches the input focus to the VCS Status List window.</p></source> <translation><b>Список статусов VCS</b><p>Переключение фокуса ввода в окно 'Список статусов VCS'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2381" /> + <location filename="../UI/UserInterface.py" line="2373" /> <source>Alt+Shift+H</source> <translation>Alt+Shift+H</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2384" /> + <location filename="../UI/UserInterface.py" line="2376" /> <source>Switch the input focus to the embedded Help Viewer window.</source> <translation>Переключение фокуса ввода в окно встроенного просмотрщика справки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2386" /> + <location filename="../UI/UserInterface.py" line="2378" /> <source><b>Help Viewer</b><p>This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> <translation><b>Просмотрщик справки</b><p>Переключение фокуса ввода в окно встроенного просмотрщика справки. В нем отображаются файлы справки HTML и справка из коллекций справки Qt.</p><p>Если вызов с выбранным словом, это слово ищется в коллекции справки Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2399" /> + <location filename="../UI/UserInterface.py" line="2391" /> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2401" /> + <location filename="../UI/UserInterface.py" line="2393" /> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2402" /> + <location filename="../UI/UserInterface.py" line="2394" /> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2404" /> + <location filename="../UI/UserInterface.py" line="2396" /> <source>Context sensitive help</source> <translation>Контекстнозависимая справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2405" /> + <location filename="../UI/UserInterface.py" line="2397" /> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показ контекстнозависимой справки</b><p>В режиме "What's This?"(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417" /> + <location filename="../UI/UserInterface.py" line="2409" /> <source>Helpviewer</source> <translation>Просмотр справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2419" /> + <location filename="../UI/UserInterface.py" line="2411" /> <source>&Helpviewer...</source> <translation>Просмотр спр&авки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2420" /> + <location filename="../UI/UserInterface.py" line="2412" /> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422" /> + <location filename="../UI/UserInterface.py" line="2414" /> <source>Open the helpviewer window</source> <translation>Открыть окно просмотра справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2424" /> + <location filename="../UI/UserInterface.py" line="2416" /> <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> <translation><b>Просмотр справки</b><p>Открытие eric web-браузера. В его окне будут показываться HTML файлы справки. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.</p><p>Если перед вызовом окна отображения справки был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции справки Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2443" /> + <location filename="../UI/UserInterface.py" line="2435" /> <source>Show Versions</source> <translation>Показать версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2444" /> + <location filename="../UI/UserInterface.py" line="2436" /> <source>Show &Versions</source> <translation>Показать &версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446" /> + <location filename="../UI/UserInterface.py" line="2438" /> <source>Display version information</source> <translation>Информация о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2448" /> + <location filename="../UI/UserInterface.py" line="2440" /> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Показать версии</b><p>Информация о версиях.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2458" /> - <location filename="../UI/UserInterface.py" line="2456" /> - <source>Check for Updates</source> - <translation>Проверить наличие обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2457" /> - <source>Check for &Updates...</source> - <translation>Наличие &обновлений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2459" /> - <source><b>Check for Updates...</b><p>Checks the internet for updates of eric.</p></source> - <translation><b>Проверить наличие обновлений...</b><p>Проверить наличие обновлений eric в интернете.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2467" /> - <source>Show downloadable versions</source> - <translation>Показать версии, доступные для загрузки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2468" /> - <source>Show &downloadable versions...</source> - <translation>Версии, доступные для &загрузки...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2471" /> - <source>Show the versions available for download</source> - <translation>Показать версии, доступные для загрузки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2472" /> - <source><b>Show downloadable versions...</b><p>Shows the eric versions available for download from the internet.</p></source> - <translation><b>Показать версии, доступные для загрузки...</b><p>Показывает версии eric, которые можно скачать с интернета.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2485" /> - <location filename="../UI/UserInterface.py" line="2482" /> + <location filename="../UI/UserInterface.py" line="2451" /> + <location filename="../UI/UserInterface.py" line="2448" /> <source>Show Error Log</source> <translation>Показать журнал ошибок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483" /> + <location filename="../UI/UserInterface.py" line="2449" /> <source>Show Error &Log...</source> <translation>&Журнал ошибок...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2452" /> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2460" /> + <source>Show Install Info</source> + <translation>Показать информацию об установке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2461" /> + <source>Show Install &Info...</source> + <translation>Показать информацию об &установке...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2463" /> + <source>Show Installation Information</source> + <translation>Показать информацию об установке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2465" /> + <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> + <translation><b>Показать информацию об установке...</b><p>Открывает диалоговое окно, в котором отображается некая информация о процессе установки.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4083" /> + <location filename="../UI/UserInterface.py" line="2474" /> + <source>Report Bug</source> + <translation>Сообщение об ошибке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475" /> + <source>Report &Bug...</source> + <translation>Сообщить об &ошибке...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2477" /> + <source>Report a bug</source> + <translation>Сообщить об ошибке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2478" /> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Сообщить об ошибке...</b><p>Открытие диалога для сообщения об ошибке.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2486" /> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2494" /> - <source>Show Install Info</source> - <translation>Показать информацию об установке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2495" /> - <source>Show Install &Info...</source> - <translation>Показать информацию об &установке...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2497" /> - <source>Show Installation Information</source> - <translation>Показать информацию об установке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2499" /> - <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> - <translation><b>Показать информацию об установке...</b><p>Открывает диалоговое окно, в котором отображается некая информация о процессе установки.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4120" /> - <location filename="../UI/UserInterface.py" line="2508" /> - <source>Report Bug</source> - <translation>Сообщение об ошибке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2509" /> - <source>Report &Bug...</source> - <translation>Сообщить об &ошибке...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2511" /> - <source>Report a bug</source> - <translation>Сообщить об ошибке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2512" /> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Сообщить об ошибке...</b><p>Открытие диалога для сообщения об ошибке.</p></translation> + <source>Request Feature</source> + <translation>Запросить функционал</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2487" /> + <source>Request &Feature...</source> + <translation>Запросить &функционал...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2489" /> + <source>Send a feature request</source> + <translation>Послать запрос</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2491" /> + <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> + <translation><b>Послать запрос...</b><p>Отображение диалога создания запроса.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3606" /> + <location filename="../UI/UserInterface.py" line="3583" /> + <location filename="../UI/UserInterface.py" line="2501" /> + <source>Unittest</source> + <translation>Юниттест</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2503" /> + <source>&Unittest...</source> + <translation>&Юниттест...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2505" /> + <source>Start unittest dialog</source> + <translation>Открыть диалог юниттеста</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2506" /> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Юниттест</b> +<p>Выполнение тестов. Диалог даёт возможность выбрать и выполнить комплект юниттестов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515" /> + <source>Unittest Restart</source> + <translation>Перезапуск юниттеста</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2517" /> + <source>&Restart Unittest...</source> + <translation>&Перезапустить юниттест...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2519" /> + <source>Restart last unittest</source> + <translation>Перезапустить последний юниттест</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2520" /> - <source>Request Feature</source> - <translation>Запросить функционал</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2521" /> - <source>Request &Feature...</source> - <translation>Запросить &функционал...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523" /> - <source>Send a feature request</source> - <translation>Послать запрос</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2525" /> - <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> - <translation><b>Послать запрос...</b><p>Отображение диалога создания запроса.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3643" /> - <location filename="../UI/UserInterface.py" line="3620" /> - <location filename="../UI/UserInterface.py" line="2535" /> - <source>Unittest</source> - <translation>Юниттест</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2537" /> - <source>&Unittest...</source> - <translation>&Юниттест...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2539" /> - <source>Start unittest dialog</source> - <translation>Открыть диалог юниттеста</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2540" /> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Юниттест</b> -<p>Выполнение тестов. Диалог даёт возможность выбрать и выполнить комплект юниттестов.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2549" /> - <source>Unittest Restart</source> - <translation>Перезапуск юниттеста</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2551" /> - <source>&Restart Unittest...</source> - <translation>&Перезапустить юниттест...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2553" /> - <source>Restart last unittest</source> - <translation>Перезапустить последний юниттест</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2554" /> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Перезапустить юниттест</b> <p>Перезапустить последний выполненный юниттест.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2563" /> + <location filename="../UI/UserInterface.py" line="2529" /> <source>Unittest Rerun Failed</source> <translation>Неудачный перезапуск юниттеста</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2565" /> + <location filename="../UI/UserInterface.py" line="2531" /> <source>Rerun Failed Tests...</source> <translation>Повторить неудачные тесты...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2567" /> + <location filename="../UI/UserInterface.py" line="2533" /> <source>Rerun failed tests of the last run</source> <translation>Повторить неудачные тесты последнего запуска</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569" /> + <location filename="../UI/UserInterface.py" line="2535" /> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Повторить неудачные тесты</b><p>Перезапустить все тесты, провалившиеся при последней попытке.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2579" /> + <location filename="../UI/UserInterface.py" line="2545" /> <source>Unittest Script</source> <translation>Юниттест на сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2581" /> + <location filename="../UI/UserInterface.py" line="2547" /> <source>Unittest &Script...</source> <translation>Юниттест на &сценарии...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2583" /> + <location filename="../UI/UserInterface.py" line="2549" /> <source>Run unittest with current script</source> <translation>Выполнить юниттест на текущем сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2585" /> + <location filename="../UI/UserInterface.py" line="2551" /> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Юниттест на сценарии</b><p>Выполнить юниттест на с текущем сценарии.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2594" /> + <location filename="../UI/UserInterface.py" line="2560" /> <source>Unittest Project</source> <translation>Юниттест на проекте</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596" /> + <location filename="../UI/UserInterface.py" line="2562" /> <source>Unittest &Project...</source> <translation>Юниттест на &проекте...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2598" /> + <location filename="../UI/UserInterface.py" line="2564" /> <source>Run unittest with current project</source> <translation>Выполнить юниттест на текущем проекте</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600" /> + <location filename="../UI/UserInterface.py" line="2566" /> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Юниттест на проекте</b><p>Выполнить юниттест на текущем проекте.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621" /> + <location filename="../UI/UserInterface.py" line="2587" /> <source>Qt-Designer</source> <translation>Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2623" /> + <location filename="../UI/UserInterface.py" line="2589" /> <source>Qt-&Designer...</source> <translation>Qt-&Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2625" /> + <location filename="../UI/UserInterface.py" line="2591" /> <source>Start Qt-Designer</source> <translation>Запуск Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2626" /> + <location filename="../UI/UserInterface.py" line="2592" /> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Запуск Qt-Designer.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2613" /> + <source>Qt-Linguist</source> + <translation>Qt-Linguist</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2615" /> + <source>Qt-&Linguist...</source> + <translation>Qt-&Linguist...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2617" /> + <source>Start Qt-Linguist</source> + <translation>Запуск Qt-Linguist</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2618" /> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation><b>Qt-Linguist</b><p>Запуск Qt-Linguist.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2628" /> + <source>UI Previewer</source> + <translation>Предпросмотр UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2630" /> + <source>&UI Previewer...</source> + <translation>Предпросмотр &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2632" /> + <source>Start the UI Previewer</source> + <translation>Запуск предпросмотра UI (пользовательского интерфейса)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2633" /> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2641" /> + <source>Translations Previewer</source> + <translation>Предпросмотр переводов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2643" /> + <source>&Translations Previewer...</source> + <translation>&Предпросмотр переводов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2645" /> + <source>Start the Translations Previewer</source> + <translation>Запустить предпросмотр переводов</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2647" /> - <source>Qt-Linguist</source> - <translation>Qt-Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2649" /> - <source>Qt-&Linguist...</source> - <translation>Qt-&Linguist...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2651" /> - <source>Start Qt-Linguist</source> - <translation>Запуск Qt-Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2652" /> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation><b>Qt-Linguist</b><p>Запуск Qt-Linguist.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2662" /> - <source>UI Previewer</source> - <translation>Предпросмотр UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2664" /> - <source>&UI Previewer...</source> - <translation>Предпросмотр &UI...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2666" /> - <source>Start the UI Previewer</source> - <translation>Запуск предпросмотра UI (пользовательского интерфейса)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2667" /> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2675" /> - <source>Translations Previewer</source> - <translation>Предпросмотр переводов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2677" /> - <source>&Translations Previewer...</source> - <translation>&Предпросмотр переводов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2679" /> - <source>Start the Translations Previewer</source> - <translation>Запустить предпросмотр переводов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2681" /> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2689" /> + <location filename="../UI/UserInterface.py" line="2655" /> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691" /> + <location filename="../UI/UserInterface.py" line="2657" /> <source>&Compare Files...</source> <translation>&Сравнить файлы...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2706" /> - <location filename="../UI/UserInterface.py" line="2693" /> + <location filename="../UI/UserInterface.py" line="2672" /> + <location filename="../UI/UserInterface.py" line="2659" /> <source>Compare two files</source> <translation>Сравнить два файла</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2694" /> + <location filename="../UI/UserInterface.py" line="2660" /> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Сравнение файлов</b> <p>Открытие диалога сравнения двух файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702" /> + <location filename="../UI/UserInterface.py" line="2668" /> <source>Compare Files side by side</source> <translation>Сравнение файлов построчно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2704" /> + <location filename="../UI/UserInterface.py" line="2670" /> <source>Compare &Files side by side...</source> <translation>Сравнить &файлы построчно...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2707" /> + <location filename="../UI/UserInterface.py" line="2673" /> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Сравнить файлы построчно (side by side)</b> <p>Открыть диалог, в котором показаны различия между файлами, в две колонки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2716" /> + <location filename="../UI/UserInterface.py" line="2682" /> <source>SQL Browser</source> <translation>SQL браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2718" /> + <location filename="../UI/UserInterface.py" line="2684" /> <source>SQL &Browser...</source> <translation>&SQL браузер...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2720" /> + <location filename="../UI/UserInterface.py" line="2686" /> <source>Browse a SQL database</source> <translation>Просмотреть SQL базу данных</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2721" /> + <location filename="../UI/UserInterface.py" line="2687" /> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL браузер</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2733" /> - <location filename="../UI/UserInterface.py" line="2729" /> + <location filename="../UI/UserInterface.py" line="2699" /> + <location filename="../UI/UserInterface.py" line="2695" /> <source>Mini Editor</source> <translation>Миниредактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2731" /> + <location filename="../UI/UserInterface.py" line="2697" /> <source>Mini &Editor...</source> <translation>Мини&редактор...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2734" /> + <location filename="../UI/UserInterface.py" line="2700" /> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Миниредактор</b><p>Открывает диалог в упрощённым редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2742" /> + <location filename="../UI/UserInterface.py" line="2708" /> <source>Hex Editor</source> <translation>Hex-редактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2744" /> + <location filename="../UI/UserInterface.py" line="2710" /> <source>&Hex Editor...</source> <translation>&Hex-редактор...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2746" /> + <location filename="../UI/UserInterface.py" line="2712" /> <source>Start the eric Hex Editor</source> <translation>Запуск eric Hex-редактора</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2748" /> + <location filename="../UI/UserInterface.py" line="2714" /> <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> <translation><b>Hex-редактор</b><p>Запускает eric Hex-редактор для просмотра или редактирования двоичного файла.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2723" /> + <source>eric Web Browser</source> + <translation>Eric web-браузер</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2725" /> + <source>eric &Web Browser...</source> + <translation>Eric &web-браузер...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2727" /> + <source>Start the eric Web Browser</source> + <translation>Запустить eric web-браузер</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2729" /> + <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> + <translation><b>Eric web-браузер</b><p>Просмотр интернета используя web-браузер, встроенный в eric.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2737" /> + <source>Icon Editor</source> + <translation>Редактор иконок</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2739" /> + <source>&Icon Editor...</source> + <translation>Редактор &иконок...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2741" /> + <source>Start the eric Icon Editor</source> + <translation>Запустить eric редактор иконок</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2743" /> + <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> + <translation><b>Редактор иконок</b><p>Запустить eric редактор иконок.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2751" /> + <source>Snapshot</source> + <translation>Снимки</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2753" /> + <source>&Snapshot...</source> + <translation>&Снимки...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2755" /> + <source>Take snapshots of a screen region</source> + <translation>Сделать снимок области экрана</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2757" /> - <source>eric Web Browser</source> - <translation>Eric web-браузер</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2759" /> - <source>eric &Web Browser...</source> - <translation>Eric &web-браузер...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2761" /> - <source>Start the eric Web Browser</source> - <translation>Запустить eric web-браузер</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2763" /> - <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> - <translation><b>Eric web-браузер</b><p>Просмотр интернета используя web-браузер, встроенный в eric.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2771" /> - <source>Icon Editor</source> - <translation>Редактор иконок</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2773" /> - <source>&Icon Editor...</source> - <translation>Редактор &иконок...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2775" /> - <source>Start the eric Icon Editor</source> - <translation>Запустить eric редактор иконок</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2777" /> - <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> - <translation><b>Редактор иконок</b><p>Запустить eric редактор иконок.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2785" /> - <source>Snapshot</source> - <translation>Снимки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2787" /> - <source>&Snapshot...</source> - <translation>&Снимки...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789" /> - <source>Take snapshots of a screen region</source> - <translation>Сделать снимок области экрана</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2791" /> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Снимки</b><p>Сделать снимок области экрана.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2766" /> + <source>Preferences</source> + <translation>Предпочтения</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2768" /> + <source>&Preferences...</source> + <translation>&Предпочтения...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2770" /> + <source>Set the prefered configuration</source> + <translation>Установите предпочтительную конфигурацию</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2772" /> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Предпочтения</b> +<p>Установка элементов конфигурации приложения согласно вашим предпочтениям.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2782" /> + <source>Export Preferences</source> + <translation>Экспорт предпочтений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2784" /> + <source>E&xport Preferences...</source> + <translation>&Экспорт предпочтений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2786" /> + <source>Export the current configuration</source> + <translation>Экспорт текущих настроек</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2788" /> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2796" /> + <source>Import Preferences</source> + <translation>Импорт предпочтений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2798" /> + <source>I&mport Preferences...</source> + <translation>&Импорт предпочтений...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2800" /> - <source>Preferences</source> - <translation>Предпочтения</translation> + <source>Import a previously exported configuration</source> + <translation>Импорт сохранённых ранее настроек</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2802" /> - <source>&Preferences...</source> - <translation>&Предпочтения...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2804" /> - <source>Set the prefered configuration</source> - <translation>Установите предпочтительную конфигурацию</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2806" /> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Предпочтения</b> -<p>Установка элементов конфигурации приложения согласно вашим предпочтениям.</p></translation> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Импорт предпочтений</b><p>Импорт сохранённой ранее конфигурации.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2810" /> + <source>Export Theme</source> + <translation>Экспорт темы</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2812" /> + <source>Export Theme...</source> + <translation>Экспорт темы...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2814" /> + <source>Export the current theme</source> + <translation>Экспорт текущей темы</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2816" /> - <source>Export Preferences</source> - <translation>Экспорт предпочтений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2818" /> - <source>E&xport Preferences...</source> - <translation>&Экспорт предпочтений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2820" /> - <source>Export the current configuration</source> - <translation>Экспорт текущих настроек</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2822" /> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> + <source><b>Export Theme</b><p>Export the current theme to a file.</p></source> + <translation><b>Экспорт темы</b><p>Экспорт текущей темы в файл.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2824" /> + <source>Import Theme</source> + <translation>Импорт темы</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2826" /> + <source>Import Theme...</source> + <translation>Импорт темы...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2828" /> + <source>Import a previously exported theme</source> + <translation>Импорт ранее экспортированной темы</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2830" /> - <source>Import Preferences</source> - <translation>Импорт предпочтений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2832" /> - <source>I&mport Preferences...</source> - <translation>&Импорт предпочтений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2834" /> - <source>Import a previously exported configuration</source> - <translation>Импорт сохранённых ранее настроек</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2836" /> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Импорт предпочтений</b><p>Импорт сохранённой ранее конфигурации.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2844" /> - <source>Export Theme</source> - <translation>Экспорт темы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2846" /> - <source>Export Theme...</source> - <translation>Экспорт темы...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2848" /> - <source>Export the current theme</source> - <translation>Экспорт текущей темы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2850" /> - <source><b>Export Theme</b><p>Export the current theme to a file.</p></source> - <translation><b>Экспорт темы</b><p>Экспорт текущей темы в файл.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2858" /> - <source>Import Theme</source> - <translation>Импорт темы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2860" /> - <source>Import Theme...</source> - <translation>Импорт темы...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2862" /> - <source>Import a previously exported theme</source> - <translation>Импорт ранее экспортированной темы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2864" /> <source><b>Import Theme</b><p>Import a previously exported theme.</p></source> <translation><b>Импорт темы</b><p>Импорт ранее экспортированной темы.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2872" /> + <location filename="../UI/UserInterface.py" line="2838" /> <source>Reload APIs</source> <translation>Перезагрузить API</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2839" /> + <source>Reload &APIs</source> + <translation>Перезагрузить &API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2841" /> + <source>Reload the API information</source> + <translation>Перезагрузить информацию об API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2843" /> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation><b>Перезагрузить API</b><p>Перезагрузить информацию об API.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2855" /> + <location filename="../UI/UserInterface.py" line="2851" /> + <source>Show external tools</source> + <translation>Показать внешние инструменты</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2853" /> + <source>Show external &tools</source> + <translation>&Внешние инструменты</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2857" /> + <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> + <translation><b>Показать внешние инструменты</b><p>Открытие диалога отображения пути и версий внешних инструментов, используемых eric.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2867" /> + <source>View Profiles</source> + <translation>Профили</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2869" /> + <source>&View Profiles...</source> + <translation>&Профили...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2871" /> + <source>Configure view profiles</source> + <translation>Конфигурация профилей</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2873" /> - <source>Reload &APIs</source> - <translation>Перезагрузить &API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2875" /> - <source>Reload the API information</source> - <translation>Перезагрузить информацию об API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2877" /> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation><b>Перезагрузить API</b><p>Перезагрузить информацию об API.</p></translation> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2884" /> + <source>Toolbars</source> + <translation>Панели инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2886" /> + <source>Tool&bars...</source> + <translation>Панели &инструментов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2888" /> + <source>Configure toolbars</source> + <translation>Настройка панелей инструментов</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2889" /> - <location filename="../UI/UserInterface.py" line="2885" /> - <source>Show external tools</source> - <translation>Показать внешние инструменты</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2887" /> - <source>Show external &tools</source> - <translation>&Внешние инструменты</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2891" /> - <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> - <translation><b>Показать внешние инструменты</b><p>Открытие диалога отображения пути и версий внешних инструментов, используемых eric.</p></translation> + <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> + <translation><b>Панели инструментов</b><p>Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2899" /> + <source>Keyboard Shortcuts</source> + <translation>Горячие клавиши</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2901" /> - <source>View Profiles</source> - <translation>Профили</translation> + <source>Keyboard &Shortcuts...</source> + <translation>Горячие &клавиши...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2903" /> - <source>&View Profiles...</source> - <translation>&Профили...</translation> + <source>Set the keyboard shortcuts</source> + <translation>Определение горячих клавиш</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2905" /> - <source>Configure view profiles</source> - <translation>Конфигурация профилей</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2907" /> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Горячие клавиши</b><p>Определите горячие клавиши приложения согласно вашим предпочтениям.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6756" /> + <location filename="../UI/UserInterface.py" line="6738" /> + <location filename="../UI/UserInterface.py" line="2914" /> + <source>Export Keyboard Shortcuts</source> + <translation>Экспорт горячих клавиш</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2916" /> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Экспорт горячих клавиш...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2918" /> - <source>Toolbars</source> - <translation>Панели инструментов</translation> + <source>Export the keyboard shortcuts</source> + <translation>Экспортировать горячие клавиши</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2920" /> - <source>Tool&bars...</source> - <translation>Панели &инструментов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2922" /> - <source>Configure toolbars</source> - <translation>Настройка панелей инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2923" /> - <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> - <translation><b>Панели инструментов</b><p>Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2933" /> - <source>Keyboard Shortcuts</source> - <translation>Горячие клавиши</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2935" /> - <source>Keyboard &Shortcuts...</source> - <translation>Горячие &клавиши...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2937" /> - <source>Set the keyboard shortcuts</source> - <translation>Определение горячих клавиш</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2939" /> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Горячие клавиши</b><p>Определите горячие клавиши приложения согласно вашим предпочтениям.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6698" /> - <location filename="../UI/UserInterface.py" line="6680" /> - <location filename="../UI/UserInterface.py" line="2948" /> - <source>Export Keyboard Shortcuts</source> - <translation>Экспорт горячих клавиш</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2950" /> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Экспорт горячих клавиш...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2952" /> - <source>Export the keyboard shortcuts</source> - <translation>Экспортировать горячие клавиши</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2954" /> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Экспорт горячих клавиш</b> <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6715" /> - <location filename="../UI/UserInterface.py" line="2962" /> + <location filename="../UI/UserInterface.py" line="6773" /> + <location filename="../UI/UserInterface.py" line="2928" /> <source>Import Keyboard Shortcuts</source> <translation>Импорт горячих клавиш</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2964" /> + <location filename="../UI/UserInterface.py" line="2930" /> <source>&Import Keyboard Shortcuts...</source> <translation>&Импорт горячих клавиш...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2966" /> + <location filename="../UI/UserInterface.py" line="2932" /> <source>Import the keyboard shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2968" /> + <location filename="../UI/UserInterface.py" line="2934" /> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Импорт горячих клавиш</b> <p>Импортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2977" /> + <location filename="../UI/UserInterface.py" line="2943" /> <source>Manage SSL Certificates</source> <translation>Менеджер SSL сертификатов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2979" /> + <location filename="../UI/UserInterface.py" line="2945" /> <source>Manage SSL Certificates...</source> <translation>Менеджер SSL сертификатов...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2947" /> + <source>Manage the saved SSL certificates</source> + <translation>Управление сохранёнными SSL сертификатами</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2949" /> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation><b>Менеджер SSL сертификатов...</b><p>Менеджер сохранённых SSL сертификатов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2959" /> + <source>Edit Message Filters</source> + <translation>Редактировать фильтры сообщений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2961" /> + <source>Edit Message Filters...</source> + <translation>Редактировать фильтры сообщений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2963" /> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation>Редактировать фильтры нежелательных сообщений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2965" /> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2981" /> - <source>Manage the saved SSL certificates</source> - <translation>Управление сохранёнными SSL сертификатами</translation> + <location filename="../UI/UserInterface.py" line="2978" /> + <location filename="../UI/UserInterface.py" line="2976" /> + <source>Clear private data</source> + <translation>Очистить приватные данные</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2983" /> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation><b>Менеджер SSL сертификатов...</b><p>Менеджер сохранённых SSL сертификатов.</p></translation> - </message> - <message> + <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> + <translation><b>Очистить приватные данные</b><p>Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2994" /> <location filename="../UI/UserInterface.py" line="2993" /> - <source>Edit Message Filters</source> - <translation>Редактировать фильтры сообщений</translation> + <source>Activate current editor</source> + <translation>Активировать текущий редактор</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2995" /> - <source>Edit Message Filters...</source> - <translation>Редактировать фильтры сообщений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2997" /> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation>Редактировать фильтры нежелательных сообщений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2999" /> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3015" /> - <location filename="../UI/UserInterface.py" line="3012" /> - <location filename="../UI/UserInterface.py" line="3010" /> - <source>Clear private data</source> - <translation>Очистить приватные данные</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3017" /> - <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> - <translation><b>Очистить приватные данные</b><p>Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3028" /> - <location filename="../UI/UserInterface.py" line="3027" /> - <source>Activate current editor</source> - <translation>Активировать текущий редактор</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3029" /> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3038" /> - <location filename="../UI/UserInterface.py" line="3037" /> + <location filename="../UI/UserInterface.py" line="3004" /> + <location filename="../UI/UserInterface.py" line="3003" /> <source>Show next</source> <translation>Показать следующую</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3039" /> + <location filename="../UI/UserInterface.py" line="3005" /> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3013" /> + <location filename="../UI/UserInterface.py" line="3012" /> + <source>Show previous</source> + <translation>Показать предыдущую</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3014" /> + <source>Shift+Ctrl+Alt+Tab</source> + <translation>Shift+Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3022" /> + <location filename="../UI/UserInterface.py" line="3021" /> + <source>Switch between tabs</source> + <translation>Переключение между вкладками</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3023" /> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3030" /> + <source>Plugin Infos</source> + <translation>Информация о плагинах</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3032" /> + <source>&Plugin Infos...</source> + <translation>Ин&формация о плагинах...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3033" /> + <source>Show Plugin Infos</source> + <translation>Отображение информации о плагинах</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3034" /> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation><b>Информация о плагинах...</b> +<p>Открытие диалога, отображающего информацию о загруженных плагинах.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3047" /> - <location filename="../UI/UserInterface.py" line="3046" /> - <source>Show previous</source> - <translation>Показать предыдущую</translation> + <location filename="../UI/UserInterface.py" line="3043" /> + <source>Install Plugins</source> + <translation>Установить плагины</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3045" /> + <source>&Install Plugins...</source> + <translation>&Установить плагины...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3048" /> - <source>Shift+Ctrl+Alt+Tab</source> - <translation>Shift+Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3056" /> - <location filename="../UI/UserInterface.py" line="3055" /> - <source>Switch between tabs</source> - <translation>Переключение между вкладками</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3057" /> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3064" /> - <source>Plugin Infos</source> - <translation>Информация о плагинах</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3066" /> - <source>&Plugin Infos...</source> - <translation>Ин&формация о плагинах...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3067" /> - <source>Show Plugin Infos</source> - <translation>Отображение информации о плагинах</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3068" /> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation><b>Информация о плагинах...</b> -<p>Открытие диалога, отображающего информацию о загруженных плагинах.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3081" /> - <location filename="../UI/UserInterface.py" line="3077" /> - <source>Install Plugins</source> - <translation>Установить плагины</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3079" /> - <source>&Install Plugins...</source> - <translation>&Установить плагины...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3082" /> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Установить плагины...</b><p>Открытие диалога установки или обновления плагинов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3094" /> - <location filename="../UI/UserInterface.py" line="3090" /> + <location filename="../UI/UserInterface.py" line="3060" /> + <location filename="../UI/UserInterface.py" line="3056" /> <source>Uninstall Plugin</source> <translation>Удалить плагин</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3092" /> + <location filename="../UI/UserInterface.py" line="3058" /> <source>&Uninstall Plugin...</source> <translation>Уда&лить плагин...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3095" /> + <location filename="../UI/UserInterface.py" line="3061" /> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Деинсталлировать плагин...</b><p>Открытие диалога деинсталляции плагина.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3105" /> + <location filename="../UI/UserInterface.py" line="3071" /> <source>Plugin &Repository...</source> <translation>&Репозиторий плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3107" /> + <location filename="../UI/UserInterface.py" line="3073" /> <source>Show Plugins available for download</source> <translation>Показать плагины, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3109" /> + <location filename="../UI/UserInterface.py" line="3075" /> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Репозиторий плагинов...</b><p>Открытие диалога, отображающего список плагинов, доступных для скачивания с интернета.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3101" /> + <location filename="../UI/UserInterface.py" line="3100" /> + <source>Qt5 Documentation</source> + <translation>Документация Qt5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3103" /> + <source>Open Qt5 Documentation</source> + <translation>Открыть документацию Qt5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3104" /> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation><b>Документация Qt5</b><p>Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3116" /> + <location filename="../UI/UserInterface.py" line="3115" /> + <source>Qt6 Documentation</source> + <translation>Документация Qt6</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3118" /> + <source>Open Qt6 Documentation</source> + <translation>Открыть документацию Qt6</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3119" /> + <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation><b>Документация Qt6</b><p>Отображение документации Qt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3131" /> + <location filename="../UI/UserInterface.py" line="3130" /> + <source>PyQt5 Documentation</source> + <translation>Документация PyQt5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3133" /> + <source>Open PyQt5 Documentation</source> + <translation>Открыть документацию PyQt5</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3135" /> - <location filename="../UI/UserInterface.py" line="3134" /> - <source>Qt5 Documentation</source> - <translation>Документация Qt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3137" /> - <source>Open Qt5 Documentation</source> - <translation>Открыть документацию Qt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3138" /> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation><b>Документация Qt5</b><p>Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation><b>Докуметация PyQt5</b><p>Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3148" /> + <location filename="../UI/UserInterface.py" line="3147" /> + <source>PyQt6 Documentation</source> + <translation>Документация PyQt6</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3150" /> - <location filename="../UI/UserInterface.py" line="3149" /> - <source>Qt6 Documentation</source> - <translation>Документация Qt6</translation> + <source>Open PyQt6 Documentation</source> + <translation>Открыть документацию PyQt6</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3152" /> - <source>Open Qt6 Documentation</source> - <translation>Открыть документацию Qt6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3153" /> - <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation><b>Документация Qt6</b><p>Отображение документации Qt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3165" /> - <location filename="../UI/UserInterface.py" line="3164" /> - <source>PyQt5 Documentation</source> - <translation>Документация PyQt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3167" /> - <source>Open PyQt5 Documentation</source> - <translation>Открыть документацию PyQt5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3169" /> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation><b>Докуметация PyQt5</b><p>Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3182" /> - <location filename="../UI/UserInterface.py" line="3181" /> - <source>PyQt6 Documentation</source> - <translation>Документация PyQt6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3184" /> - <source>Open PyQt6 Documentation</source> - <translation>Открыть документацию PyQt6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3186" /> <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>Докуметация PyQt6</b><p>Отображение документации PyQt6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204" /> - <location filename="../UI/UserInterface.py" line="3203" /> + <location filename="../UI/UserInterface.py" line="3170" /> + <location filename="../UI/UserInterface.py" line="3169" /> <source>Python 3 Documentation</source> <translation>Документация Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3206" /> + <location filename="../UI/UserInterface.py" line="3172" /> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3208" /> + <location filename="../UI/UserInterface.py" line="3174" /> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation><b>Документация Python 3</b><p>Показать документацию Python 3. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3226" /> - <location filename="../UI/UserInterface.py" line="3225" /> + <location filename="../UI/UserInterface.py" line="3192" /> + <location filename="../UI/UserInterface.py" line="3191" /> <source>eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3228" /> + <location filename="../UI/UserInterface.py" line="3194" /> <source>Open eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3230" /> + <location filename="../UI/UserInterface.py" line="3196" /> <source><b>eric API Documentation</b><p>Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.</p></source> <translation><b>Документация API eric</b><p>Показать документацию API eric. Местонахождение документации - каталог Documentation/Source, расположенный в директории инсталляции eric.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3247" /> - <location filename="../UI/UserInterface.py" line="3246" /> + <location filename="../UI/UserInterface.py" line="3213" /> + <location filename="../UI/UserInterface.py" line="3212" /> <source>PySide2 Documentation</source> <translation>Документация PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3249" /> + <location filename="../UI/UserInterface.py" line="3215" /> <source>Open PySide2 Documentation</source> <translation>Открыть документацию PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3251" /> + <location filename="../UI/UserInterface.py" line="3217" /> <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PySide2</b><p>Отображение документации PySide2. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3267" /> - <location filename="../UI/UserInterface.py" line="3266" /> + <location filename="../UI/UserInterface.py" line="3233" /> + <location filename="../UI/UserInterface.py" line="3232" /> <source>PySide6 Documentation</source> <translation>Документация PySide6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269" /> + <location filename="../UI/UserInterface.py" line="3235" /> <source>Open PySide6 Documentation</source> <translation>Открыть документацию PySide6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3271" /> + <location filename="../UI/UserInterface.py" line="3237" /> <source><b>PySide6 Documentation</b><p>Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PySide6</b><p>Отображение документации PySide6. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3373" /> + <location filename="../UI/UserInterface.py" line="3339" /> <source>E&xtras</source> <translation>&Дополнительно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383" /> + <location filename="../UI/UserInterface.py" line="3349" /> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3402" /> + <location filename="../UI/UserInterface.py" line="3368" /> <source>P&lugins</source> <translation>Пла&гины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3412" /> + <location filename="../UI/UserInterface.py" line="3378" /> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3421" /> + <location filename="../UI/UserInterface.py" line="3387" /> <source>&Unittest</source> <translation>&Юниттест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3438" /> + <location filename="../UI/UserInterface.py" line="3404" /> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3449" /> + <location filename="../UI/UserInterface.py" line="3415" /> <source>Se&ttings</source> <translation>&Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3482" /> + <location filename="../UI/UserInterface.py" line="3448" /> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3491" /> + <location filename="../UI/UserInterface.py" line="3457" /> <source>&Windows</source> <translation>&Окна</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3496" /> + <location filename="../UI/UserInterface.py" line="3462" /> <source>Central Park</source> <translation>Центральное окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3500" /> + <location filename="../UI/UserInterface.py" line="3466" /> <source>Left Side</source> <translation>Левая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3517" /> + <location filename="../UI/UserInterface.py" line="3483" /> <source>Right Side</source> <translation>Правая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3541" /> + <location filename="../UI/UserInterface.py" line="3507" /> <source>Bottom Side</source> <translation>Нижняя панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3549" /> + <location filename="../UI/UserInterface.py" line="3515" /> <source>Plug-ins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3556" /> + <location filename="../UI/UserInterface.py" line="3522" /> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3569" /> + <location filename="../UI/UserInterface.py" line="3535" /> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3642" /> - <location filename="../UI/UserInterface.py" line="3619" /> + <location filename="../UI/UserInterface.py" line="3605" /> + <location filename="../UI/UserInterface.py" line="3582" /> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3644" /> - <location filename="../UI/UserInterface.py" line="3623" /> + <location filename="../UI/UserInterface.py" line="3607" /> + <location filename="../UI/UserInterface.py" line="3586" /> <source>Settings</source> <translation>Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5541" /> - <location filename="../UI/UserInterface.py" line="3645" /> - <location filename="../UI/UserInterface.py" line="3624" /> + <location filename="../UI/UserInterface.py" line="5600" /> + <location filename="../UI/UserInterface.py" line="3608" /> + <location filename="../UI/UserInterface.py" line="3587" /> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3646" /> - <location filename="../UI/UserInterface.py" line="3625" /> + <location filename="../UI/UserInterface.py" line="3609" /> + <location filename="../UI/UserInterface.py" line="3588" /> <source>Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3647" /> - <location filename="../UI/UserInterface.py" line="3626" /> + <location filename="../UI/UserInterface.py" line="3610" /> + <location filename="../UI/UserInterface.py" line="3589" /> <source>Plugins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3811" /> + <location filename="../UI/UserInterface.py" line="3774" /> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>В этой части строки состояния отображается язык текущего окна редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3818" /> + <location filename="../UI/UserInterface.py" line="3781" /> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>В этой части строки состояния отображается текущая кодировка редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3825" /> + <location filename="../UI/UserInterface.py" line="3788" /> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>В этой части строки состояния отображается режим конца строки текущего редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3832" /> + <location filename="../UI/UserInterface.py" line="3795" /> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>В этой части строки состояния отображается режим ro/rw файла, открытого в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3839" /> + <location filename="../UI/UserInterface.py" line="3802" /> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>В этой части строки состояния отображается номер текущей строки редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3846" /> + <location filename="../UI/UserInterface.py" line="3809" /> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>В этой части строки состояния отображается текущая позиция курсора в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3857" /> + <location filename="../UI/UserInterface.py" line="3820" /> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>В этой части строки состояния разрешено масштабирование редактора или оболочки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922" /> - <location filename="../UI/UserInterface.py" line="3882" /> + <location filename="../UI/UserInterface.py" line="3885" /> + <location filename="../UI/UserInterface.py" line="3845" /> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4028" /> + <location filename="../UI/UserInterface.py" line="3991" /> <source><h2>Version Numbers</h2><table></source> <translation><h2>Номера версий</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4082" /> + <location filename="../UI/UserInterface.py" line="4045" /> <source>Desktop</source> <translation>Рабочий стол</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4085" /> + <location filename="../UI/UserInterface.py" line="4048" /> <source>Session Type</source> <translation>Тип сессии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7778" /> - <location filename="../UI/UserInterface.py" line="4087" /> + <location filename="../UI/UserInterface.py" line="4050" /> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4121" /> + <location filename="../UI/UserInterface.py" line="4084" /> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. <p>Настройте параметры вашей электронной почты в диалоге предпочтений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4432" /> + <location filename="../UI/UserInterface.py" line="4395" /> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4433" /> + <location filename="../UI/UserInterface.py" line="4396" /> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="4420" /> + <source>Upgrade PyQt</source> + <translation>Обновить PyQt</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4421" /> + <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time. + +Shall the upgrade be done now?</source> + <translation>Для обновления PyQt необходимо закрыть eric. Он будет перезапущен после завершения процесса обновления. Это может занять некоторое время. + +Выполнить обновление сейчас?</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="4467" /> + <location filename="../UI/UserInterface.py" line="4443" /> + <source>Upgrade Eric</source> + <translation>Обновить Eric</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4444" /> + <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time. + +Shall the upgrade be done now?</source> + <translation>Для обновления необходимо закрыть eric. Он будет перезапущен после завершения процесса обновления. Это может занять некоторое время. + +Выполнить обновление сейчас?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4468" /> + <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time. + + Shall the upgrade be done now?</source> + <translation>Для обновления PyQt и eric необходимо закрыть eric. Он будет перезапущен после завершения процесса обновления. Это может занять некоторое время. + + Выполнить обновление сейчас?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4526" /> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4484" /> + <location filename="../UI/UserInterface.py" line="4543" /> <source>&Plugin Tools</source> <translation>Инструменты - &плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4487" /> + <location filename="../UI/UserInterface.py" line="4546" /> <source>&User Tools</source> <translation>&Инструменты пользователя</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4513" /> + <location filename="../UI/UserInterface.py" line="4572" /> <source>Configure Tool Groups ...</source> <translation>Настройка группы инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4517" /> + <location filename="../UI/UserInterface.py" line="4576" /> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4558" /> - <location filename="../UI/UserInterface.py" line="4538" /> + <location filename="../UI/UserInterface.py" line="4617" /> + <location filename="../UI/UserInterface.py" line="4597" /> <source>No User Tools Configured</source> <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4632" /> + <location filename="../UI/UserInterface.py" line="4691" /> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4634" /> + <location filename="../UI/UserInterface.py" line="4693" /> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5669" /> - <location filename="../UI/UserInterface.py" line="5659" /> - <location filename="../UI/UserInterface.py" line="5612" /> - <location filename="../UI/UserInterface.py" line="5603" /> - <location filename="../UI/UserInterface.py" line="5442" /> - <location filename="../UI/UserInterface.py" line="5433" /> - <location filename="../UI/UserInterface.py" line="5372" /> - <location filename="../UI/UserInterface.py" line="5363" /> + <location filename="../UI/UserInterface.py" line="5728" /> + <location filename="../UI/UserInterface.py" line="5718" /> + <location filename="../UI/UserInterface.py" line="5671" /> + <location filename="../UI/UserInterface.py" line="5662" /> + <location filename="../UI/UserInterface.py" line="5501" /> + <location filename="../UI/UserInterface.py" line="5492" /> + <location filename="../UI/UserInterface.py" line="5431" /> + <location filename="../UI/UserInterface.py" line="5422" /> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5670" /> - <location filename="../UI/UserInterface.py" line="5660" /> - <location filename="../UI/UserInterface.py" line="5613" /> - <location filename="../UI/UserInterface.py" line="5604" /> - <location filename="../UI/UserInterface.py" line="5443" /> - <location filename="../UI/UserInterface.py" line="5434" /> - <location filename="../UI/UserInterface.py" line="5373" /> - <location filename="../UI/UserInterface.py" line="5364" /> + <location filename="../UI/UserInterface.py" line="5729" /> + <location filename="../UI/UserInterface.py" line="5719" /> + <location filename="../UI/UserInterface.py" line="5672" /> + <location filename="../UI/UserInterface.py" line="5663" /> + <location filename="../UI/UserInterface.py" line="5502" /> + <location filename="../UI/UserInterface.py" line="5493" /> + <location filename="../UI/UserInterface.py" line="5432" /> + <location filename="../UI/UserInterface.py" line="5423" /> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Файл <b>{0}</b> либо не существует, либо нулевой длины.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5877" /> - <location filename="../UI/UserInterface.py" line="5790" /> - <location filename="../UI/UserInterface.py" line="5705" /> - <location filename="../UI/UserInterface.py" line="5682" /> - <location filename="../UI/UserInterface.py" line="5625" /> - <location filename="../UI/UserInterface.py" line="5575" /> - <location filename="../UI/UserInterface.py" line="5555" /> - <location filename="../UI/UserInterface.py" line="5517" /> - <location filename="../UI/UserInterface.py" line="5508" /> - <location filename="../UI/UserInterface.py" line="5473" /> - <location filename="../UI/UserInterface.py" line="5464" /> - <location filename="../UI/UserInterface.py" line="5403" /> - <location filename="../UI/UserInterface.py" line="5394" /> + <location filename="../UI/UserInterface.py" line="5936" /> + <location filename="../UI/UserInterface.py" line="5849" /> + <location filename="../UI/UserInterface.py" line="5764" /> + <location filename="../UI/UserInterface.py" line="5741" /> + <location filename="../UI/UserInterface.py" line="5684" /> + <location filename="../UI/UserInterface.py" line="5634" /> + <location filename="../UI/UserInterface.py" line="5614" /> + <location filename="../UI/UserInterface.py" line="5576" /> + <location filename="../UI/UserInterface.py" line="5567" /> + <location filename="../UI/UserInterface.py" line="5532" /> + <location filename="../UI/UserInterface.py" line="5523" /> + <location filename="../UI/UserInterface.py" line="5462" /> + <location filename="../UI/UserInterface.py" line="5453" /> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5395" /> + <location filename="../UI/UserInterface.py" line="5454" /> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Designer.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5404" /> + <location filename="../UI/UserInterface.py" line="5463" /> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Designer.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5465" /> + <location filename="../UI/UserInterface.py" line="5524" /> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Linguist.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474" /> + <location filename="../UI/UserInterface.py" line="5533" /> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Linguist.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5509" /> + <location filename="../UI/UserInterface.py" line="5568" /> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Assistant.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5518" /> + <location filename="../UI/UserInterface.py" line="5577" /> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Assistant.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5542" /> + <location filename="../UI/UserInterface.py" line="5601" /> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>В настоящее время просмотрщик пользователя не выбран. Используйте диалог предпочтений для его выбора.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5556" /> + <location filename="../UI/UserInterface.py" line="5615" /> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить пользовательский просмотрщик.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5576" /> + <location filename="../UI/UserInterface.py" line="5635" /> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Невозможно запустить просмотрщик справки.<br>Убедитесь, что он доступен под именем <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5626" /> + <location filename="../UI/UserInterface.py" line="5685" /> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить UI Previewer (предпросмотр интерфейсов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5683" /> + <location filename="../UI/UserInterface.py" line="5742" /> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Translation Previewer (предпросмотр переводов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5706" /> + <location filename="../UI/UserInterface.py" line="5765" /> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить SQL браузер.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5791" /> + <location filename="../UI/UserInterface.py" line="5850" /> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5822" /> - <location filename="../UI/UserInterface.py" line="5813" /> + <location filename="../UI/UserInterface.py" line="5881" /> + <location filename="../UI/UserInterface.py" line="5872" /> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814" /> + <location filename="../UI/UserInterface.py" line="5873" /> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5823" /> + <location filename="../UI/UserInterface.py" line="5882" /> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы инструментов '{0}' не найдена.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5859" /> + <location filename="../UI/UserInterface.py" line="5918" /> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5878" /> + <location filename="../UI/UserInterface.py" line="5937" /> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Невозможно запустить инструмент <b>{0}</b>.<br>Убедитесь, что он доступен в <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953" /> + <location filename="../UI/UserInterface.py" line="6012" /> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершен. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6225" /> - <location filename="../UI/UserInterface.py" line="6167" /> - <location filename="../UI/UserInterface.py" line="6126" /> - <location filename="../UI/UserInterface.py" line="6058" /> - <location filename="../UI/UserInterface.py" line="5996" /> + <location filename="../UI/UserInterface.py" line="6284" /> + <location filename="../UI/UserInterface.py" line="6226" /> + <location filename="../UI/UserInterface.py" line="6185" /> + <location filename="../UI/UserInterface.py" line="6117" /> + <location filename="../UI/UserInterface.py" line="6055" /> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6226" /> - <location filename="../UI/UserInterface.py" line="6168" /> - <location filename="../UI/UserInterface.py" line="6127" /> - <location filename="../UI/UserInterface.py" line="6059" /> - <location filename="../UI/UserInterface.py" line="5997" /> + <location filename="../UI/UserInterface.py" line="6285" /> + <location filename="../UI/UserInterface.py" line="6227" /> + <location filename="../UI/UserInterface.py" line="6186" /> + <location filename="../UI/UserInterface.py" line="6118" /> + <location filename="../UI/UserInterface.py" line="6056" /> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Стартовый каталог документации "<b>{0}</b>" не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6208" /> - <location filename="../UI/UserInterface.py" line="6099" /> + <location filename="../UI/UserInterface.py" line="6267" /> + <location filename="../UI/UserInterface.py" line="6158" /> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100" /> + <location filename="../UI/UserInterface.py" line="6159" /> <source><p>The PyQt{0} documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PyQt{0} не настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6209" /> + <location filename="../UI/UserInterface.py" line="6268" /> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Просмотр документации PySide{0} не настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6387" /> - <location filename="../UI/UserInterface.py" line="6323" /> + <location filename="../UI/UserInterface.py" line="6446" /> + <location filename="../UI/UserInterface.py" line="6382" /> <source>Start Web Browser</source> <translation>Запуск web-браузера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6324" /> + <location filename="../UI/UserInterface.py" line="6383" /> <source>The eric web browser could not be started.</source> <translation>Невозможно запустить eric web-браузер.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6388" /> + <location filename="../UI/UserInterface.py" line="6447" /> <source><p>The eric web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Eric web-браузер не запущен.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6430" /> + <location filename="../UI/UserInterface.py" line="6489" /> <source>Open Browser</source> <translation>Открыть браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6431" /> + <location filename="../UI/UserInterface.py" line="6490" /> <source>Could not start a web browser</source> <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6682" /> + <location filename="../UI/UserInterface.py" line="6740" /> <source>Keyboard Shortcuts File (*.ekj)</source> <translation>Файл горячих клавиш (*.ekj)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6699" /> + <location filename="../UI/UserInterface.py" line="6757" /> <source><p>The keyboard shortcuts file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл горячих клавиш <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6717" /> + <location filename="../UI/UserInterface.py" line="6775" /> <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.ekj);;XML-файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6909" /> + <location filename="../UI/UserInterface.py" line="6967" /> <source>Read Tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6910" /> + <location filename="../UI/UserInterface.py" line="6968" /> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл задач: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6957" /> + <location filename="../UI/UserInterface.py" line="7015" /> <source>Read Session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6985" /> - <location filename="../UI/UserInterface.py" line="6958" /> + <location filename="../UI/UserInterface.py" line="7043" /> + <location filename="../UI/UserInterface.py" line="7016" /> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984" /> + <location filename="../UI/UserInterface.py" line="7042" /> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7000" /> + <location filename="../UI/UserInterface.py" line="7058" /> <source>Save Session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7002" /> + <location filename="../UI/UserInterface.py" line="7060" /> <source>eric Session Files (*.esj)</source> <translation>Файлы сессий eric (*.esj)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7024" /> + <location filename="../UI/UserInterface.py" line="7082" /> <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source> <translation>Файлы сессии eric (*.esj);;XML-файл сессии eric (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7072" /> + <location filename="../UI/UserInterface.py" line="7130" /> <source>Crash Session found!</source> <translation>Обнаружена crash-сессия!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7073" /> + <location filename="../UI/UserInterface.py" line="7131" /> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Найден файл crashed-сессии. Должна ли эта сессия быть восстановлена?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7374" /> + <location filename="../UI/UserInterface.py" line="7432" /> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7375" /> + <location filename="../UI/UserInterface.py" line="7433" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7552" /> - <source>&Cancel</source> - <translation>От&мена</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7554" /> - <source>%v/%m</source> - <translation>%v/%m</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7556" /> - <source>Version Check</source> - <translation>Проверка версии</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7561" /> - <source>Trying host {0}</source> - <translation>Подключение к хосту {0}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7630" /> - <location filename="../UI/UserInterface.py" line="7623" /> - <location filename="../UI/UserInterface.py" line="7574" /> - <source>Error getting versions information</source> - <translation>Ошибка при получении информации о версии</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7575" /> - <source>The versions information cannot not be downloaded because the Internet is <b>not reachable</b>. Please try again later.</source> - <translation>Информация о версиях не может быть загружена, потому что Интернет <b>не доступен</b>. Пожалуйста, повторите попытку позже.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7624" /> - <source>The versions information could not be downloaded. Please go online and try again.</source> - <translation>Невозможно загрузить информацию о версии. Пожалуйста попробуйте ещё раз.</translation> - </message> - <message> + <location filename="../UI/UserInterface.py" line="7597" /> + <source>Upgrade available</source> + <translation>Доступно обновление</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7598" /> + <source>A newer version of the <b>eric-ide</b> package is available at <a href="{0}/eric-ide/">PyPI</a>.</source> + <translation>Более новая версия пакета <b>eric-ide</b> доступна по адресу <a href="{0}/eric-ide/">PyPI</a>.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7642" /> <location filename="../UI/UserInterface.py" line="7631" /> - <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> - <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7722" /> - <location filename="../UI/UserInterface.py" line="7688" /> - <source>Update available</source> - <translation>Обновления доступны</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7723" /> - <location filename="../UI/UserInterface.py" line="7689" /> - <source>The update to <b>{0}</b> of eric is available at <b>{1}</b>. Would you like to get it?</source> - <translation>На сайте <b>{1}</b> доступно обновление eric до версии <b>{0}</b>. Загрузить?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7710" /> - <location filename="../UI/UserInterface.py" line="7700" /> - <source>Update Check</source> - <translation>Проверка обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7701" /> - <source>You are using a snapshot release of eric. A more up-to-date stable release might be available.</source> - <translation>Вы используете промежуточный релиз eric. Возможно на сайте доступна и более свежий стабильный релиз.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7711" /> - <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> - <translation>Eric установлен непосредственно из исходного кода. -Наличие обновлений проверить невозможно.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7734" /> - <source>eric is up to date</source> - <translation>eric не требует обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7735" /> - <source>You are using the latest version of eric</source> - <translation>Вы используете самую последнюю версию eric</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7741" /> - <source>Error during updates check</source> - <translation>Ошибка при проверке обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7742" /> - <source>Could not perform updates check.</source> - <translation>Невозможно запустить проверку обновлений.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7763" /> - <source><h3>Available versions</h3><table></source> - <translation><h3>Доступные версии</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7829" /> - <location filename="../UI/UserInterface.py" line="7818" /> <source>First time usage</source> <translation>Первое использование</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7819" /> + <location filename="../UI/UserInterface.py" line="7632" /> <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source> <translation>Eric7 еще не настроен, но доступна конфигурация eric6. Импортировать ее?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7830" /> + <location filename="../UI/UserInterface.py" line="7643" /> <source>eric has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7850" /> + <location filename="../UI/UserInterface.py" line="7663" /> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8027" /> + <location filename="../UI/UserInterface.py" line="7840" /> <source>Unsaved Data Detected</source> <translation>Обнаружены несохраненные данные</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8028" /> + <location filename="../UI/UserInterface.py" line="7841" /> <source>Some editors contain unsaved data. Shall these be saved?</source> <translation>Некоторые редакторы содержат несохраненные данные. Должны ли они быть сохранены?</translation> </message> @@ -84266,6 +84457,49 @@ </message> </context> <context> + <name>VersionsDialog</name> + <message> + <location filename="../UI/VersionsDialog.py" line="49" /> + <source>Check for Upgrades...</source> + <translation>Проверить наличие обновлений...</translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="92" /> + <source>No upgrades available.</source> + <translation>Нет доступных обновлений.</translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="96" /> + <source>Upgrade eric7...</source> + <translation>Обновить eric7...</translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="100" /> + <source><p>An upgrade of <b>eric7</b> is available.</p></source> + <translation><p>Доступно обновление <b>eric7</b>.</p></translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="105" /> + <source>Upgrade PyQt6...</source> + <translation>Обновить PyQt6...</translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="109" /> + <source><p>An upgrade of <b>PyQt6</b> is available.</p></source> + <translation><p>Доступно обновление <b>PyQt6</b>.</p></translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="114" /> + <source>Upgrade Both...</source> + <translation>Обновить оба...</translation> + </message> + <message> + <location filename="../UI/VersionsDialog.py" line="128" /> + <source>Check for Upgrades</source> + <translation>Проверка наличия обновлений</translation> + </message> + </context> + <context> <name>ViewManager</name> <message> <location filename="../HexEdit/HexEditMainWindow.py" line="518" /> @@ -89012,7 +89246,7 @@ <context> <name>VirtualenvInterpreterSelectionDialog</name> <message> - <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.py" line="45" /> + <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.py" line="47" /> <source>Python Interpreter</source> <translation>Интерпретатор Python</translation> </message> @@ -89040,54 +89274,54 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="232" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="243" /> <source>Add Virtual Environment</source> <translation>Добавить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="233" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="244" /> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Виртуальное окружение с именем <b>{0}</b> уже существует.Заменить его?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="295" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="306" /> <source>Change Virtual Environment</source> <translation>Изменить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="346" /> - <location filename="../VirtualEnv/VirtualenvManager.py" line="296" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="357" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307" /> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation>Виртуальное окружение с именем <b>{0}</b> не существует. Прерывание!</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="345" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="356" /> <source>Rename Virtual Environment</source> <translation>Переименовать виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="433" /> - <location filename="../VirtualEnv/VirtualenvManager.py" line="369" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="444" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="380" /> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="377" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="388" /> <source>Delete Virtual Environments</source> <translation>Удалить виртуальные окружения</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="378" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="389" /> <source>Do you really want to delete these virtual environments?</source> <translation>Вы действительно хотите удалить эти виртуальные окружения?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="441" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="452" /> <source>Remove Virtual Environments</source> <translation>Убрать виртуальные окружения из списка</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="442" /> + <location filename="../VirtualEnv/VirtualenvManager.py" line="453" /> <source>Do you really want to remove these virtual environments?</source> <translation>Вы действительно хотите убрать эти виртуальные окружения из списка?</translation> </message> @@ -90016,22 +90250,22 @@ <context> <name>WebBrowserPage</name> <message> - <location filename="../WebBrowser/WebBrowserPage.py" line="195" /> + <location filename="../WebBrowser/WebBrowserPage.py" line="189" /> <source>Suspicuous URL detected</source> <translation>Обнаружен подозрительный URL</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserPage.py" line="196" /> + <location filename="../WebBrowser/WebBrowserPage.py" line="190" /> <source><p>The URL <b>{0}</b> was found in the Safe Browsing database.</p>{1}</source> <translation><p>URL <b>{0}</b> был найден в базе Safe Browsing.</p>{1}</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserPage.py" line="663" /> + <location filename="../WebBrowser/WebBrowserPage.py" line="657" /> <source>SSL Info</source> <translation>SSL инфо</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserPage.py" line="664" /> + <location filename="../WebBrowser/WebBrowserPage.py" line="658" /> <source>This site does not contain SSL information.</source> <translation>Этот сайт не содержит информации SSL.</translation> </message> @@ -91372,12 +91606,12 @@ <translation>Сохранить web-страницу</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2282" /> + <location filename="../WebBrowser/WebBrowserView.py" line="2287" /> <source>Quota Request</source> <translation>Запрос квоты</translation> </message> <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2283" /> + <location filename="../WebBrowser/WebBrowserView.py" line="2288" /> <source><p> Allow the website at <b>{0}</b> to use <b>{1}</b> of persistent storage?</p></source> <translation><p> Разрешить вебсайту <b>{0}</b> использовать <b>{1}</b> постоянного хранилища?</p></translation> </message>