Thu, 01 Nov 2018 19:17:02 +0100
Updated Russian translations.
--- a/ChangeLog Sun Apr 22 14:35:39 2018 +0200 +++ b/ChangeLog Thu Nov 01 19:17:02 2018 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.0.2: +- updated Russion translations + Version 1.0.1: - added a separator to the project packagers menu
--- a/PluginPyInstaller.py Sun Apr 22 14:35:39 2018 +0200 +++ b/PluginPyInstaller.py Thu Nov 01 19:17:02 2018 +0100 @@ -32,7 +32,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.0.1" +version = "1.0.2" className = "PyInstallerPlugin" packageName = "PyInstaller" shortDescription = "Show dialogs to configure and execute PyInstaller."
--- a/PyInstaller/i18n/pyinstaller_ru.ts Sun Apr 22 14:35:39 2018 +0200 +++ b/PyInstaller/i18n/pyinstaller_ru.ts Thu Nov 01 19:17:02 2018 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="ru_RU"> +<!DOCTYPE TS><TS version="2.0" language="ru_RU" sourcelanguage=""> <context> <name>PyInstallerCleanupDialog</name> <message> @@ -250,7 +249,7 @@ <message> <location filename="../../PluginPyInstaller.py" line="67"/> <source>Packagers - PyInstaller</source> - <translation>Упаковщики - PyInstaller</translation> + <translation>Упаковщик - PyInstaller</translation> </message> <message> <location filename="../../PluginPyInstaller.py" line="229"/> @@ -258,82 +257,82 @@ <translation>Невозможно найти исполняемый файл pyinstaller.exe.</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="416"/> + <location filename="../../PluginPyInstaller.py" line="421"/> <source>The pyinstaller executable could not be found.</source> <translation>Невозможно найти исполняемый файл pyinstaller.</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="293"/> + <location filename="../../PluginPyInstaller.py" line="296"/> <source>Execute PyInstaller</source> <translation>Выполнить PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="293"/> + <location filename="../../PluginPyInstaller.py" line="296"/> <source>Execute Py&Installer</source> <translation>Выполнить Py&Installer</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="297"/> + <location filename="../../PluginPyInstaller.py" line="300"/> <source>Generate a distribution package using PyInstaller</source> <translation>Создать дистрибутивный пакет с помощью PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="299"/> + <location filename="../../PluginPyInstaller.py" line="302"/> <source><b>Execute PyInstaller</b><p>Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.</p></source> <translation><b>Выполнить PyInstaller</b><p>Создание дистрибутивного пакета посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.</p></translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="311"/> + <location filename="../../PluginPyInstaller.py" line="314"/> <source>Make PyInstaller Spec File</source> <translation>Создать файл спецификации PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="311"/> + <location filename="../../PluginPyInstaller.py" line="314"/> <source>Make PyInstaller &Spec File</source> <translation>Создать файл &спецификации PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="315"/> + <location filename="../../PluginPyInstaller.py" line="318"/> <source>Generate a spec file to be used by PyInstaller</source> <translation>Создать файл спецификации, который будет использован PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="317"/> + <location filename="../../PluginPyInstaller.py" line="320"/> <source><b>Make PyInstaller Spec File</b><p>Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.</p></source> <translation><b>Создать файл спецификации PyInstaller</b><p>Создание файла спецификации посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.</p></translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="329"/> + <location filename="../../PluginPyInstaller.py" line="332"/> <source>Clean PyInstaller</source> <translation>Очистить PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="329"/> + <location filename="../../PluginPyInstaller.py" line="332"/> <source>&Clean PyInstaller</source> <translation>&Очистить PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="333"/> + <location filename="../../PluginPyInstaller.py" line="336"/> <source>Remove the PyInstaller created directories</source> <translation>Удалить директории, созданные PyInstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="335"/> + <location filename="../../PluginPyInstaller.py" line="338"/> <source><b>Clean PyInstaller</b><p>Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.</p></source> <translation><b>Очистить PyInstaller</b><p>Удаление директорий (dist и build), созданных PyInstaller. Эти поддиректории находятся в путях проекта.</p></translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="416"/> + <location filename="../../PluginPyInstaller.py" line="421"/> <source>pyinstaller</source> <translation>pyinstaller</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="457"/> + <location filename="../../PluginPyInstaller.py" line="462"/> <source>pyi-makespec</source> <translation>pyi-makespec</translation> </message> <message> - <location filename="../../PluginPyInstaller.py" line="457"/> + <location filename="../../PluginPyInstaller.py" line="462"/> <source>The pyi-makespec executable could not be found.</source> <translation>Невозможно найти исполняемый файл pyi-makespec.</translation> </message>