Tue, 22 Sep 2020 19:03:19 +0200
PyFlakes interface: fixed a wrong format specification in the error messages contained in translate.py.
--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Tue Sep 22 19:03:19 2020 +0200 @@ -146,7 +146,7 @@ "'...' % ... has unsupported format character {0!r}"), 'F43': QCoreApplication.translate( 'pyFlakes', - "'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)"), + "'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)"), 'F44': QCoreApplication.translate( 'pyFlakes', "'...' % ... has unused named argument(s): {0}"),
--- a/eric6/i18n/eric6_cs.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_cs.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7931,22 +7931,22 @@ <translation type="unfinished">Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation type="unfinished">Rodičovský proces</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation type="unfinished">Dětský proces</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished">Dětský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished">Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Pokračovat ve fork větvi.</translation> </message> @@ -7956,12 +7956,12 @@ <translation type="unfinished"><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -58589,37 +58589,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished">Modul</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -58672,7 +58672,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -58682,22 +58682,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -91017,11 +91017,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -91051,6 +91046,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_de.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_de.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7803,32 +7803,32 @@ <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation>Vaterprozess</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation>Kindprozess</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation>Kindprozess</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation>Client forkt</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation>Wähle den zu folgenden Forkpfad.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{1}</p></translation> </message> @@ -55331,37 +55331,37 @@ <translation>Qelltextbereich</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation>Modul</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation>{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation>{0},{1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation>Es wurde kein Editor geöffnet.</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation>Der aktuelle Editor enthält keinen Quelltext.</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation>Der aktuelle Editor enthält keinen Python Quelltext.</translation> </message> @@ -55414,7 +55414,7 @@ <translation>Alle einklappen</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation>Codeobjekt '{0}'</translation> </message> @@ -55424,22 +55424,22 @@ <translation>Disassembly</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation>Es wurde kein Editor geöffnet.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation>Der aktuelle Editor enthält keinen Quelltext.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation>Der aktuelle Editor enthält keinen Python Quelltext.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation>Disassembly der letzten Ausnahme</translation> </message> @@ -87493,11 +87493,6 @@ <translation>'...' % ... hat nicht unterstützte Formatzeichen {0!r}</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation>'...' % ... hat {0!d} Platzhalter aber {1!d} Ersetzung(en)</translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation>'...' % ... hat ungenutzte benannte Argumente: {0}</translation> @@ -87527,6 +87522,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation>'if tuple literal' ist immer wahr. Entferne möglicherweise fehlerhaftes Komma?</translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation>'...' % ... hat {0:d} Platzhalter aber {1:d} Ersetzung(en)</translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_empty.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_empty.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7728,32 +7728,32 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> + <source>Parent Process</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> - <source>Parent Process</source> + <source>Child process</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -55000,37 +55000,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -55083,7 +55083,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -55093,22 +55093,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -86794,11 +86794,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -86828,6 +86823,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_en.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_en.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7736,32 +7736,32 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> + <source>Parent Process</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> - <source>Parent Process</source> + <source>Child process</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -55044,37 +55044,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -55127,7 +55127,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -55137,22 +55137,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -86844,11 +86844,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -86878,6 +86873,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_es.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_es.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7809,32 +7809,32 @@ <translation><p>No ha sido posible lanzar el extremo del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation>Proceso Padre</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation>Proceso hijo</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation>Proceso hijo</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation>Fork del cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation>Seleccionar la rama de fork para continuar.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation>Error de Protocolo de Depuración</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.</p><p>Error: {0}</p><p>Datos:<br/>{1}</p></translation> </message> @@ -55323,37 +55323,37 @@ <translation type="obsolete">El texto en el editor actual no contiene código fuente Python.</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation>Módulo</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation>{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation>{0},{1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -55411,7 +55411,7 @@ <translation type="obsolete">El texto en el editor actual no contiene código fuente Python.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -55421,22 +55421,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -87487,7 +87487,7 @@ <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation>'...' % ... tiene {0!d} placeholder(s) pero {1!d} substitución(es)</translation> + <translation type="obsolete">'...' % ... tiene {0!d} placeholder(s) pero {1!d} substitución(es)</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> @@ -87519,6 +87519,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation>'if tuple literal' siempre es true, ¿quizá se deba eliminar una coma accidental?</translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_fr.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_fr.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7963,32 +7963,32 @@ <translation><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> + <source>Parent Process</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> - <source>Parent Process</source> + <source>Child process</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -57817,37 +57817,37 @@ <translation type="obsolete">L'éditeur de texte courant ne contient pas de source Python.</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation>Module</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation>{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation>{0},{1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -57905,7 +57905,7 @@ <translation type="obsolete">L'éditeur de texte courant ne contient pas de source Python.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -57915,22 +57915,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -90256,11 +90256,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -90290,6 +90285,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_it.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_it.ts Tue Sep 22 19:03:19 2020 +0200 @@ -8075,32 +8075,32 @@ <translation type="unfinished"><p>Il debugger non può essere avviato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation type="unfinished">Processo padre</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation type="unfinished">Processo figlio</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished">Processo figlio</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished">Lancio processo figlio in corso</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Seleziona il client da seguire.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -60328,37 +60328,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished">Modulo</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished">{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -60411,7 +60411,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -60421,22 +60421,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -92908,11 +92908,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -92942,6 +92937,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_pt.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_pt.ts Tue Sep 22 19:03:19 2020 +0200 @@ -8077,32 +8077,32 @@ <translation type="unfinished"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation type="unfinished">Processo Pai</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation type="unfinished">Processo Filho</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished">Processo Filho</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished">Bifurcação do Cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Selecionar o ramo da bifurcação a seguir.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -59699,37 +59699,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished">Módulo</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished">{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -59782,7 +59782,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -59792,22 +59792,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -91974,11 +91974,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -92008,6 +92003,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_ru.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_ru.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7839,32 +7839,32 @@ <translation><p>Невозможно запустить бэкэнд отладчика</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation>Родительский процесс</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation>Порожденный процесс</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation>Порожденный процесс</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation>Разветвление процесса</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation>Выберите fork-ветвь для отслеживания.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation>Протокол ошибок отладки</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Невозможно декодировать ответ, полученный от бэкэнда отладчика. Сообщите об этой проблеме, отправив полученные данные на электронную почту eric bugs.</p><p>Error: {0}</p><p>Data: <br/>{1}</p></translation> </message> @@ -55460,37 +55460,37 @@ <translation type="obsolete">Текст текущего окна редактора не является кодом Python.</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation>Модуль</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation>{0}: {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation>{0},{1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -55548,7 +55548,7 @@ <translation type="obsolete">Текст текущего окна редактора не является кодом Python.</translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -55558,22 +55558,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -87736,7 +87736,7 @@ <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation>'...' % ... имеет {0!d} заполнитель(и) но {1!d} подстановку(ок)</translation> + <translation type="obsolete">'...' % ... имеет {0!d} заполнитель(и) но {1!d} подстановку(ок)</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> @@ -87768,6 +87768,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation>'if tuple literal' всегда верно, может быть удалить случайную запятую?</translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_tr.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_tr.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7951,32 +7951,32 @@ <translation type="unfinished"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation type="unfinished">Ana İşlem</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation type="unfinished">Alt işlem</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation type="unfinished">Alt işlem</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished">İstemci çatallaşması</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Takip eden çatallaşmadaki branşı seç.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -58791,37 +58791,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished">Modül</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -58874,7 +58874,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -58884,22 +58884,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -91082,11 +91082,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -91116,6 +91111,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>
--- a/eric6/i18n/eric6_zh_CN.ts Mon Sep 21 19:51:00 2020 +0200 +++ b/eric6/i18n/eric6_zh_CN.ts Tue Sep 22 19:03:19 2020 +0200 @@ -7986,32 +7986,32 @@ <translation type="unfinished"><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1019"/> <source>Parent Process</source> <translation>父进程</translation> </message> <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1020"/> + <source>Child process</source> + <translation>子进程</translation> + </message> + <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> - <source>Child process</source> - <translation>子进程</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1022"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1021"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1068"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1067"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation type="unfinished"></translation> </message> @@ -59518,37 +59518,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="243"/> + <location filename="../UI/PythonAstViewer.py" line="246"/> <source>Module</source> <translation type="unfinished">模块</translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="277"/> + <location filename="../UI/PythonAstViewer.py" line="280"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="298"/> + <location filename="../UI/PythonAstViewer.py" line="301"/> <source>{0},{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="305"/> + <location filename="../UI/PythonAstViewer.py" line="308"/> <source>{0} - {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="207"/> + <location filename="../UI/PythonAstViewer.py" line="210"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="218"/> + <location filename="../UI/PythonAstViewer.py" line="221"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonAstViewer.py" line="224"/> + <location filename="../UI/PythonAstViewer.py" line="227"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> @@ -59601,7 +59601,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="626"/> + <location filename="../UI/PythonDisViewer.py" line="632"/> <source>Code Object '{0}'</source> <translation type="unfinished"></translation> </message> @@ -59611,22 +59611,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="390"/> + <location filename="../UI/PythonDisViewer.py" line="393"/> <source>No editor has been opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="401"/> + <location filename="../UI/PythonDisViewer.py" line="404"/> <source>The current editor does not contain any source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="407"/> + <location filename="../UI/PythonDisViewer.py" line="410"/> <source>The current editor does not contain Python source code.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/PythonDisViewer.py" line="453"/> + <location filename="../UI/PythonDisViewer.py" line="459"/> <source>Disassembly of last traceback</source> <translation type="unfinished"></translation> </message> @@ -92052,11 +92052,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> - <source>'...' % ... has {0!d} placeholder(s) but {1!d} substitution(s)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="150"/> <source>'...' % ... has unused named argument(s): {0}</source> <translation type="unfinished"></translation> @@ -92086,6 +92081,11 @@ <source>'if tuple literal' is always true, perhaps remove accidental comma?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="147"/> + <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pycodestyle</name>