Thu, 01 Nov 2018 19:13:29 +0100
Updated Russian translations.
ChangeLog | file | annotate | diff | comparison | revisions | |
CxFreeze/i18n/cxfreeze_ru.qm | file | annotate | diff | comparison | revisions | |
CxFreeze/i18n/cxfreeze_ru.ts | file | annotate | diff | comparison | revisions | |
PluginCxFreeze.py | file | annotate | diff | comparison | revisions | |
PluginCxFreeze.zip | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sat Jul 28 19:05:40 2018 +0200 +++ b/ChangeLog Thu Nov 01 19:13:29 2018 +0100 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 6.0.12: +- updated Russian translations + Version 6.0.11: - bug fixes
--- a/CxFreeze/i18n/cxfreeze_ru.ts Sat Jul 28 19:05:40 2018 +0200 +++ b/CxFreeze/i18n/cxfreeze_ru.ts Thu Nov 01 19:13:29 2018 +0100 @@ -8,18 +8,19 @@ <translation>Не найден файл или директория: '{0}'</translation> </message> <message> - <location filename="../CxfreezeExecDialog.py" line="301"/> + <location filename="../CxfreezeExecDialog.py" line="303"/> <source> Copying {0}: </source> - <translation>Копирование {0}:</translation> + <translation> +Копирование {0}: </translation> </message> <message> - <location filename="../CxfreezeExecDialog.py" line="320"/> + <location filename="../CxfreezeExecDialog.py" line="322"/> <source>ok</source> <translation>ok</translation> </message> <message> - <location filename="../CxfreezeExecDialog.py" line="322"/> + <location filename="../CxfreezeExecDialog.py" line="324"/> <source>failed: {0}</source> <translation>failed: {0}</translation> </message> @@ -29,48 +30,48 @@ <message> <location filename="../../PluginCxFreeze.py" line="58"/> <source>Packagers - cx_freeze</source> - <translation>Пакетировщики — cx_freeze</translation> + <translation>Упаковщик - cx_freeze</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="341"/> + <location filename="../../PluginCxFreeze.py" line="349"/> <source>There is no main script defined for the current project.</source> <translation>В текущем проекте не определен главный сценарий.</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="354"/> + <location filename="../../PluginCxFreeze.py" line="362"/> <source>The cxfreeze executable could not be found.</source> <translation>Исполняемый файл cxfreeze не найден.</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="354"/> + <location filename="../../PluginCxFreeze.py" line="362"/> <source>cxfreeze</source> <translation>cxfreeze</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="266"/> + <location filename="../../PluginCxFreeze.py" line="270"/> <source>Use cx_freeze</source> <translation>Использовать cx_freeze</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="266"/> + <location filename="../../PluginCxFreeze.py" line="270"/> <source>Use cx_&freeze</source> <translation>Использовать cx_&freeze</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="270"/> + <location filename="../../PluginCxFreeze.py" line="274"/> <source>Generate a distribution package using cx_freeze</source> <translation>Создать дистрибутивный пакет с помощью cx_freeze</translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="272"/> + <location filename="../../PluginCxFreeze.py" line="276"/> <source><b>Use cx_freeze</b><p>Generate a distribution package using cx_freeze. The command is executed in the project path. All files and directories must be given absolute or relative to the project directory.</p></source> <translation><b>Использовать cx_freeze</b> <p>Создание дистрибутивного пакета с помощью cx_freeze. Команда исполняется в пути проекта. Имена всех файлов и директорий должны быть представлены абсолютно или относительно директории проекта.</p></translation> </message> <message> - <location filename="../../PluginCxFreeze.py" line="210"/> + <location filename="../../PluginCxFreeze.py" line="213"/> <source>The cxfreeze.bat executable could not be found.Did you run the cxfreeze-postinstall script?</source> - <translation>Невозможно найти исполняемый файл cxfreeze.bat. Может быть вы запустите сценарий cxfreeze-postinstall?</translation> + <translation>Невозможно найти исполняемый файл cxfreeze.bat. Вы пробовали запустить сценарий cxfreeze-postinstall?</translation> </message> </context> <context> @@ -437,7 +438,9 @@ <source> {0} finished. </source> - <translation>{0} завершен.</translation> + <translation> +{0} завершен. +</translation> </message> <message> <location filename="../CxfreezeExecDialog.ui" line="29"/> @@ -454,7 +457,9 @@ <source> {0} aborted. </source> - <translation>{0} прерван.</translation> + <translation> +{0} прерван. +</translation> </message> </context> </TS>
--- a/PluginCxFreeze.py Sat Jul 28 19:05:40 2018 +0200 +++ b/PluginCxFreeze.py Thu Nov 01 19:13:29 2018 +0100 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.11" +version = "6.0.12" className = "CxFreezePlugin" packageName = "CxFreeze" shortDescription = "Show the CxFreeze dialogs."