Updated Russian translations. release-2.0.1

Thu, 25 Jun 2020 19:15:58 +0200

author
Alexander Barkoff
date
Thu, 25 Jun 2020 19:15:58 +0200
changeset 30
dac0c3cc0b4b
parent 29
4a2310cf9641
child 31
36dd710fcaee

Updated Russian translations.

ChangeLog file | annotate | diff | comparison | revisions
PluginPyInstaller.e4p file | annotate | diff | comparison | revisions
PluginPyInstaller.py file | annotate | diff | comparison | revisions
PluginPyInstaller.zip file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_ru.qm file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_ru.ts file | annotate | diff | comparison | revisions
--- a/ChangeLog	Tue Jun 23 19:14:20 2020 +0200
+++ b/ChangeLog	Thu Jun 25 19:15:58 2020 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 2.0.1:
+- updated Russion translations
+
 Version 2.0.0:
 - removed support for Python2
 
--- a/PluginPyInstaller.e4p	Tue Jun 23 19:14:20 2020 +0200
+++ b/PluginPyInstaller.e4p	Thu Jun 25 19:15:58 2020 +0200
@@ -8,7 +8,7 @@
   <ProgLanguage mixed="0">Python3</ProgLanguage>
   <ProjectType>E6Plugin</ProjectType>
   <Description>This plugin implements an interface to the PyInstaller packager.</Description>
-  <Version>1.x</Version>
+  <Version>2.x</Version>
   <Author>Detlev Offenbach</Author>
   <Email>detlev@die-offenbachs.de</Email>
   <TranslationPattern>PyInstaller/i18n/pyinstaller_%language%.ts</TranslationPattern>
--- a/PluginPyInstaller.py	Tue Jun 23 19:14:20 2020 +0200
+++ b/PluginPyInstaller.py	Thu Jun 25 19:15:58 2020 +0200
@@ -27,7 +27,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.0.0"
+version = "2.0.1"
 className = "PyInstallerPlugin"
 packageName = "PyInstaller"
 shortDescription = "Show dialogs to configure and execute PyInstaller."
Binary file PluginPyInstaller.zip has changed
Binary file PyInstaller/i18n/pyinstaller_ru.qm has changed
--- a/PyInstaller/i18n/pyinstaller_ru.ts	Tue Jun 23 19:14:20 2020 +0200
+++ b/PyInstaller/i18n/pyinstaller_ru.ts	Thu Jun 25 19:15:58 2020 +0200
@@ -171,16 +171,6 @@
         <translation>Введите идентификатор пакета приложений macOS</translation>
     </message>
     <message>
-        <location filename="../PyInstallerConfigDialog.py" line="57"/>
-        <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="obsolete">Файлы Python (*.py *.py2 *.py3);;Файлы Python GUI (*.pyw *.pyw2 *.pyw3);;Spec Files (*.spec);;Все файлы (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="64"/>
-        <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;All Files (*)</source>
-        <translation type="obsolete">Файлы Python (*.py *.py2 *.py3);;Файлы Python GUI (*.pyw *.pyw2 *.pyw3);;Все файлы (*)</translation>
-    </message>
-    <message>
         <location filename="../PyInstallerConfigDialog.py" line="77"/>
         <source>Icon Files (*.icns);;All Files (*)</source>
         <translation>Файлы иконок (*.icns);;Все файлы (*)</translation>
@@ -193,12 +183,12 @@
     <message>
         <location filename="../PyInstallerConfigDialog.py" line="53"/>
         <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="unfinished"></translation>
+        <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Файлы Spec (*.spec);;Все файлы (*)</translation>
     </message>
     <message>
         <location filename="../PyInstallerConfigDialog.py" line="60"/>
         <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation type="unfinished"></translation>
+        <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Все файлы (*)</translation>
     </message>
 </context>
 <context>

eric ide

mercurial