--- a/src/eric7/i18n/eric7_zh_CN.ts Mon Nov 06 19:12:33 2023 +0100 +++ b/src/eric7/i18n/eric7_zh_CN.ts Tue Nov 07 11:03:13 2023 +0100 @@ -10677,40 +10677,40 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="546" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="525" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="462" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="425" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="333" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="312" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="249" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="568" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="545" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="480" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="441" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="344" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="321" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="256" /> <location filename="../Debugger/DebuggerInterfacePython.py" line="198" /> <source>Start Debugger</source> <translation>启动调试器</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="426" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="442" /> <location filename="../Debugger/DebuggerInterfacePython.py" line="199" /> <source><p>No suitable Python3 environment configured.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="547" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="526" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="463" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="334" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="313" /> - <location filename="../Debugger/DebuggerInterfacePython.py" line="250" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="569" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="546" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="481" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="345" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="322" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="257" /> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1380" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1402" /> <source>Debug Protocol Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1381" /> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1403" /> <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" /> </message> @@ -11027,6 +11027,26 @@ <translation type="unfinished">不要设定调试客户的编码</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" /> + <source>Call Trace Optimization</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" /> + <source>Select to enable the call trace speed optimization.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" /> + <source>Enable Call Trace Speed Optimization</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" /> + <source>This option improves the speed of call tracing by tracing into functions and methods containing a breakpoint only. Please note that functions and methods must not be defined on the very first line of a module for this option to work.</source> + <translation type="unfinished" /> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="53" /> <source>Press to select the Debug Client via a file selection dialog</source> <translation type="unfinished">点击以通过选择对话框选择调试客户</translation> @@ -12478,1001 +12498,1002 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3394" /> - <location filename="../QScintilla/Editor.py" line="430" /> - <location filename="../QScintilla/Editor.py" line="415" /> + <location filename="../QScintilla/Editor.py" line="3391" /> + <location filename="../QScintilla/Editor.py" line="431" /> + <location filename="../QScintilla/Editor.py" line="416" /> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="416" /> + <location filename="../QScintilla/Editor.py" line="417" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b> and exceeds the configured limit of <b>{2} KB</b>. It will not be opened!</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="431" /> + <location filename="../QScintilla/Editor.py" line="432" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>文件 <b>{0}</b> 的大小为 <b>{1} KB</b>。确认要读取它?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="528" /> + <location filename="../QScintilla/Editor.py" line="529" /> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>源代码编辑器窗口</b><p>该窗口用于显示和编辑源文件。可以打开任意多个窗口。文件名显示在窗口标题栏中。</p><p>要设置断点只需在行号与折叠标记之间的空白处点击即可。通过页边空白的上下文菜单可进行编辑。</p><p>要设置书签只需按住 Shift 键再在行号与折叠标记之间的空白处点击即可。</p><p>以上行为都可能通过上下文菜单进行反转。</p><p>按住 Ctrl 再语法错误标记上点击可显示该错误的部分信息。</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="892" /> + <location filename="../QScintilla/Editor.py" line="893" /> <source>Undo</source> <translation>撤消</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="895" /> + <location filename="../QScintilla/Editor.py" line="896" /> <source>Redo</source> <translation>重做</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="898" /> + <location filename="../QScintilla/Editor.py" line="899" /> <source>Revert to last saved state</source> <translation>还原到最后保存的状态</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="902" /> + <location filename="../QScintilla/Editor.py" line="903" /> <source>Cut</source> <translation>剪切</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="905" /> + <location filename="../QScintilla/Editor.py" line="906" /> <source>Copy</source> <translation>复制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908" /> + <location filename="../QScintilla/Editor.py" line="909" /> <source>Paste</source> <translation>粘贴</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="914" /> + <location filename="../QScintilla/Editor.py" line="915" /> <source>Indent</source> <translation>缩进</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="919" /> + <location filename="../QScintilla/Editor.py" line="920" /> <source>Unindent</source> <translation>取消缩进</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="924" /> + <location filename="../QScintilla/Editor.py" line="925" /> <source>Comment</source> <translation>注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="929" /> + <location filename="../QScintilla/Editor.py" line="930" /> <source>Uncomment</source> <translation>取消注释</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9338" /> - <location filename="../QScintilla/Editor.py" line="934" /> + <location filename="../QScintilla/Editor.py" line="9358" /> + <location filename="../QScintilla/Editor.py" line="935" /> <source>Generate Docstring</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="937" /> - <source>Select to brace</source> - <translation>选择括号内容</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="938" /> - <source>Select all</source> - <translation>全选</translation> + <source>Select to brace</source> + <translation>选择括号内容</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="939" /> + <source>Select all</source> + <translation>全选</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="940" /> <source>Deselect all</source> <translation>全部取消选择</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="941" /> + <location filename="../QScintilla/Editor.py" line="942" /> <source>Execute Selection In Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="953" /> + <location filename="../QScintilla/Editor.py" line="954" /> <source>Use Monospaced Font</source> <translation>使用单空格字体</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="958" /> + <location filename="../QScintilla/Editor.py" line="959" /> <source>Autosave enabled</source> <translation>允许自动保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="963" /> + <location filename="../QScintilla/Editor.py" line="964" /> <source>Typing aids enabled</source> <translation>允许输入辅助</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="971" /> + <location filename="../QScintilla/Editor.py" line="972" /> <source>Automatic Completion enabled</source> <translation>允许自动补全</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980" /> + <location filename="../QScintilla/Editor.py" line="981" /> <source>Calltip</source> <translation>调用提示</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="983" /> + <location filename="../QScintilla/Editor.py" line="984" /> <source>Code Info</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="998" /> + <location filename="../QScintilla/Editor.py" line="999" /> <source>New Document View</source> <translation>新建文档视图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1003" /> + <location filename="../QScintilla/Editor.py" line="1004" /> <source>New Document View (with new split)</source> <translation>新建文档视图(在新拆分页中)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1011" /> + <location filename="../QScintilla/Editor.py" line="1012" /> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1015" /> + <location filename="../QScintilla/Editor.py" line="1016" /> <source>Save As...</source> <translation>另存为…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1020" /> + <location filename="../QScintilla/Editor.py" line="1021" /> <source>Save Copy...</source> <translation type="unfinished">保存副本…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1042" /> - <location filename="../QScintilla/Editor.py" line="1039" /> + <location filename="../QScintilla/Editor.py" line="1043" /> + <location filename="../QScintilla/Editor.py" line="1040" /> <source>Complete</source> <translation>补全</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1046" /> + <location filename="../QScintilla/Editor.py" line="1047" /> <source>Clear Completions Cache</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1049" /> + <location filename="../QScintilla/Editor.py" line="1050" /> <source>Complete from Document</source> <translation type="unfinished">从文档</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1051" /> + <location filename="../QScintilla/Editor.py" line="1052" /> <source>Complete from APIs</source> <translation type="unfinished">从 APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1054" /> + <location filename="../QScintilla/Editor.py" line="1055" /> <source>Complete from Document and APIs</source> <translation type="unfinished">从文档和 APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1068" /> + <location filename="../QScintilla/Editor.py" line="1069" /> <source>Check</source> <translation>检查</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1079" /> + <location filename="../QScintilla/Editor.py" line="1080" /> <source>Code Formatting</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1085" /> + <location filename="../QScintilla/Editor.py" line="1086" /> <source>Black</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1090" /> + <location filename="../QScintilla/Editor.py" line="1091" /> <source>Format Code</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1094" /> + <location filename="../QScintilla/Editor.py" line="1095" /> <source>Check Formatting</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1098" /> + <location filename="../QScintilla/Editor.py" line="1099" /> <source>Formatting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1107" /> + <location filename="../QScintilla/Editor.py" line="1108" /> <source>isort</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1112" /> + <location filename="../QScintilla/Editor.py" line="1113" /> <source>Sort Imports</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1116" /> + <location filename="../QScintilla/Editor.py" line="1117" /> <source>Imports Sorting Diff</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1132" /> + <location filename="../QScintilla/Editor.py" line="1133" /> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1143" /> + <location filename="../QScintilla/Editor.py" line="1144" /> <source>Show</source> <translation>显示</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1145" /> + <location filename="../QScintilla/Editor.py" line="1146" /> <source>Code metrics...</source> <translation>代码度量…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1147" /> + <location filename="../QScintilla/Editor.py" line="1148" /> <source>Code coverage...</source> <translation>代码覆盖率…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1150" /> + <location filename="../QScintilla/Editor.py" line="1151" /> <source>Show code coverage annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1153" /> + <location filename="../QScintilla/Editor.py" line="1154" /> <source>Hide code coverage annotations</source> <translation>隐藏代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1157" /> + <location filename="../QScintilla/Editor.py" line="1158" /> <source>Profile data...</source> <translation>剖析数据…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1171" /> + <location filename="../QScintilla/Editor.py" line="1172" /> <source>Diagrams</source> <translation>图表</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1173" /> - <source>Class Diagram...</source> - <translation>类图…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1174" /> - <source>Package Diagram...</source> - <translation>程序包图…</translation> + <source>Class Diagram...</source> + <translation>类图…</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1175" /> + <source>Package Diagram...</source> + <translation>程序包图…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1176" /> <source>Imports Diagram...</source> <translation>引用图…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1177" /> + <location filename="../QScintilla/Editor.py" line="1178" /> <source>Application Diagram...</source> <translation>应用程序图…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1182" /> + <location filename="../QScintilla/Editor.py" line="1183" /> <source>Load Diagram...</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1197" /> + <location filename="../QScintilla/Editor.py" line="1198" /> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201" /> + <location filename="../QScintilla/Editor.py" line="1202" /> <source>Text</source> <translation type="unfinished">文本</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224" /> + <location filename="../QScintilla/Editor.py" line="1225" /> <source>Guessed</source> <translation>猜测</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1554" /> - <location filename="../QScintilla/Editor.py" line="1228" /> + <location filename="../QScintilla/Editor.py" line="1555" /> + <location filename="../QScintilla/Editor.py" line="1229" /> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1245" /> + <location filename="../QScintilla/Editor.py" line="1246" /> <source>Encodings</source> <translation>编码</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1268" /> + <location filename="../QScintilla/Editor.py" line="1269" /> <source>Re-Open With Encoding</source> <translation>使用指定编码重新打开</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1288" /> + <location filename="../QScintilla/Editor.py" line="1289" /> <source>End-of-Line Type</source> <translation>行尾类型</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1292" /> + <location filename="../QScintilla/Editor.py" line="1293" /> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1298" /> + <location filename="../QScintilla/Editor.py" line="1299" /> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1304" /> + <location filename="../QScintilla/Editor.py" line="1305" /> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1322" /> + <location filename="../QScintilla/Editor.py" line="1323" /> <source>Spelling</source> <translation type="unfinished">拼写法</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8436" /> - <location filename="../QScintilla/Editor.py" line="1330" /> + <location filename="../QScintilla/Editor.py" line="8459" /> + <location filename="../QScintilla/Editor.py" line="1331" /> <source>Check spelling...</source> <translation>正在进行拼写检查…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1335" /> + <location filename="../QScintilla/Editor.py" line="1336" /> <source>Check spelling of selection...</source> <translation>正在对所选内容进行拼写检查…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1339" /> + <location filename="../QScintilla/Editor.py" line="1340" /> <source>Remove from dictionary</source> <translation>从词典里移除</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1356" /> + <location filename="../QScintilla/Editor.py" line="1357" /> <source>Spell Check Languages</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1360" /> + <location filename="../QScintilla/Editor.py" line="1361" /> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1387" /> + <location filename="../QScintilla/Editor.py" line="1388" /> <source>Toggle bookmark</source> <translation>切换书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1389" /> + <location filename="../QScintilla/Editor.py" line="1390" /> <source>Next bookmark</source> <translation>下一个书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1392" /> + <location filename="../QScintilla/Editor.py" line="1393" /> <source>Previous bookmark</source> <translation>上一个书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1395" /> + <location filename="../QScintilla/Editor.py" line="1396" /> <source>Clear all bookmarks</source> <translation>清除所有书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1406" /> + <location filename="../QScintilla/Editor.py" line="1407" /> <source>Toggle breakpoint</source> <translation>切换断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1409" /> + <location filename="../QScintilla/Editor.py" line="1410" /> <source>Toggle temporary breakpoint</source> <translation>切换临时断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1412" /> + <location filename="../QScintilla/Editor.py" line="1413" /> <source>Edit breakpoint...</source> <translation>编辑断点…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6039" /> - <location filename="../QScintilla/Editor.py" line="1415" /> + <location filename="../QScintilla/Editor.py" line="6036" /> + <location filename="../QScintilla/Editor.py" line="1416" /> <source>Enable breakpoint</source> <translation>允许断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1418" /> + <location filename="../QScintilla/Editor.py" line="1419" /> <source>Next breakpoint</source> <translation>下一个断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1421" /> + <location filename="../QScintilla/Editor.py" line="1422" /> <source>Previous breakpoint</source> <translation>上一个断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1424" /> + <location filename="../QScintilla/Editor.py" line="1425" /> <source>Clear all breakpoints</source> <translation>清除所有断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1435" /> + <location filename="../QScintilla/Editor.py" line="1436" /> <source>Toggle all folds</source> <translation type="unfinished">开关所有折叠</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1440" /> + <location filename="../QScintilla/Editor.py" line="1441" /> <source>Toggle all folds (including children)</source> <translation type="unfinished">开关所有折叠(包含子项)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1443" /> + <location filename="../QScintilla/Editor.py" line="1444" /> <source>Toggle current fold</source> <translation type="unfinished">开关当前折叠</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1447" /> + <location filename="../QScintilla/Editor.py" line="1448" /> <source>Expand (including children)</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1451" /> + <location filename="../QScintilla/Editor.py" line="1452" /> <source>Collapse (including children)</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1456" /> + <location filename="../QScintilla/Editor.py" line="1457" /> <source>Clear all folds</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1467" /> + <location filename="../QScintilla/Editor.py" line="1468" /> <source>Goto syntax error</source> <translation>转到语法错误处</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1470" /> + <location filename="../QScintilla/Editor.py" line="1471" /> <source>Show syntax error message</source> <translation>显示语法错误消息</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1473" /> + <location filename="../QScintilla/Editor.py" line="1474" /> <source>Clear syntax error</source> <translation>清除语法错误</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1477" /> + <location filename="../QScintilla/Editor.py" line="1478" /> <source>Next warning</source> <translation>下一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1480" /> + <location filename="../QScintilla/Editor.py" line="1481" /> <source>Previous warning</source> <translation>上一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1483" /> + <location filename="../QScintilla/Editor.py" line="1484" /> <source>Show warning message</source> <translation>显示警告信息</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1486" /> + <location filename="../QScintilla/Editor.py" line="1487" /> <source>Clear warnings</source> <translation>清空警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1490" /> + <location filename="../QScintilla/Editor.py" line="1491" /> <source>Next uncovered line</source> <translation>下一个未覆盖行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1493" /> + <location filename="../QScintilla/Editor.py" line="1494" /> <source>Previous uncovered line</source> <translation>上一个未覆盖行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1497" /> + <location filename="../QScintilla/Editor.py" line="1498" /> <source>Next task</source> <translation>下一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1500" /> + <location filename="../QScintilla/Editor.py" line="1501" /> <source>Previous task</source> <translation>上一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1504" /> + <location filename="../QScintilla/Editor.py" line="1505" /> <source>Next change</source> <translation>下一个更改</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1507" /> + <location filename="../QScintilla/Editor.py" line="1508" /> <source>Previous change</source> <translation>上一个更改</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1510" /> + <location filename="../QScintilla/Editor.py" line="1511" /> <source>Clear changes</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1539" /> - <location filename="../QScintilla/Editor.py" line="1530" /> - <source>Export source</source> - <translation>导出源代码</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1531" /> - <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> - <translation type="unfinished" /> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1540" /> + <location filename="../QScintilla/Editor.py" line="1531" /> + <source>Export source</source> + <translation>导出源代码</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1532" /> + <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1541" /> <source>No export format given. Aborting...</source> <translation>没有给定导出格式。终止…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1551" /> + <location filename="../QScintilla/Editor.py" line="1552" /> <source>Alternatives ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="1574" /> - <source>Pygments Lexer</source> - <translation>Pygments 词法分析器</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1575" /> + <source>Pygments Lexer</source> + <translation>Pygments 词法分析器</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1576" /> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2145" /> - <source>Modification of Read Only file</source> - <translation>只读文件的改变</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="2146" /> + <source>Modification of Read Only file</source> + <translation>只读文件的改变</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2147" /> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>试图改变只读文件。请先保存到另一个文件中。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2593" /> + <location filename="../QScintilla/Editor.py" line="2590" /> <source>Add Breakpoint</source> <translation type="unfinished">添加断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2594" /> + <location filename="../QScintilla/Editor.py" line="2591" /> <source>No Python byte code will be created for the selected line. No break point will be set!</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="2941" /> + <location filename="../QScintilla/Editor.py" line="2938" /> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2958" /> + <location filename="../QScintilla/Editor.py" line="2955" /> <source>Printing completed</source> <translation>打印已完成</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="2957" /> + <source>Error while printing</source> + <translation>打印时出错</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="2960" /> - <source>Error while printing</source> - <translation>打印时出错</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2963" /> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3336" /> + <location filename="../QScintilla/Editor.py" line="3333" /> <source>File Modified</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3337" /> + <location filename="../QScintilla/Editor.py" line="3334" /> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>文件 <b>{0}</b> 有未保存的更改。</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3395" /> + <location filename="../QScintilla/Editor.py" line="3392" /> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>文件 <b>{0}</b> 无法打开。</p><p>原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3575" /> - <location filename="../QScintilla/Editor.py" line="3556" /> - <location filename="../QScintilla/Editor.py" line="3518" /> + <location filename="../QScintilla/Editor.py" line="3572" /> + <location filename="../QScintilla/Editor.py" line="3553" /> + <location filename="../QScintilla/Editor.py" line="3515" /> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3519" /> + <location filename="../QScintilla/Editor.py" line="3516" /> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>文件 <b>{0}</b> 无法保存。<br />原因:{1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3576" /> + <location filename="../QScintilla/Editor.py" line="3573" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3711" /> + <location filename="../QScintilla/Editor.py" line="3708" /> <source>Save File to Device</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="3712" /> + <location filename="../QScintilla/Editor.py" line="3709" /> <source>Enter the complete device file path:</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5200" /> + <location filename="../QScintilla/Editor.py" line="5197" /> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5201" /> + <location filename="../QScintilla/Editor.py" line="5198" /> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5333" /> + <location filename="../QScintilla/Editor.py" line="5330" /> <source>Auto-Completion Provider</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5334" /> + <location filename="../QScintilla/Editor.py" line="5331" /> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5629" /> + <location filename="../QScintilla/Editor.py" line="5626" /> <source>Call-Tips Provider</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="5630" /> + <location filename="../QScintilla/Editor.py" line="5627" /> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="6043" /> + <location filename="../QScintilla/Editor.py" line="6040" /> <source>Disable breakpoint</source> <translation>去除断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6443" /> + <location filename="../QScintilla/Editor.py" line="6440" /> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6444" /> + <location filename="../QScintilla/Editor.py" line="6441" /> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6519" /> - <location filename="../QScintilla/Editor.py" line="6511" /> + <location filename="../QScintilla/Editor.py" line="6516" /> + <location filename="../QScintilla/Editor.py" line="6508" /> <source>Show Code Coverage Annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6512" /> + <location filename="../QScintilla/Editor.py" line="6509" /> <source>All lines have been covered.</source> <translation>所有行均被已覆盖。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6520" /> + <location filename="../QScintilla/Editor.py" line="6517" /> <source>There is no coverage file available.</source> <translation>没有有效的覆盖率文件。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6626" /> + <location filename="../QScintilla/Editor.py" line="6623" /> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6627" /> + <location filename="../QScintilla/Editor.py" line="6624" /> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6778" /> - <location filename="../QScintilla/Editor.py" line="6772" /> - <source>Syntax Error</source> - <translation>语法错误</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6779" /> + <location filename="../QScintilla/Editor.py" line="6773" /> + <source>Syntax Error</source> + <translation>语法错误</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6780" /> <source>No syntax error message available.</source> <translation>语法错误消息无效。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6991" /> - <location filename="../QScintilla/Editor.py" line="6985" /> + <location filename="../QScintilla/Editor.py" line="7011" /> + <location filename="../QScintilla/Editor.py" line="7005" /> <source>Warning</source> <translation>警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6991" /> + <location filename="../QScintilla/Editor.py" line="7011" /> <source>No warning messages available.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7069" /> + <location filename="../QScintilla/Editor.py" line="7089" /> <source>Info: {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7071" /> - <source>Style: {0}</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7076" /> - <source>Warning: {0}</source> - <translation>警告:{0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7083" /> + <location filename="../QScintilla/Editor.py" line="7105" /> + <location filename="../QScintilla/Editor.py" line="7091" /> <source>Error: {0}</source> <translation>错误:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7204" /> + <location filename="../QScintilla/Editor.py" line="7093" /> + <source>Style: {0}</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7098" /> + <source>Warning: {0}</source> + <translation>警告:{0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7227" /> <source>Macro Name</source> <translation>宏名称</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7204" /> + <location filename="../QScintilla/Editor.py" line="7227" /> <source>Select a macro name:</source> <translation>选择一个宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7230" /> + <location filename="../QScintilla/Editor.py" line="7253" /> <source>Load macro file</source> <translation>输入宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7276" /> - <location filename="../QScintilla/Editor.py" line="7232" /> + <location filename="../QScintilla/Editor.py" line="7299" /> + <location filename="../QScintilla/Editor.py" line="7255" /> <source>Macro files (*.macro)</source> <translation>宏文件 (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7254" /> - <location filename="../QScintilla/Editor.py" line="7244" /> + <location filename="../QScintilla/Editor.py" line="7277" /> + <location filename="../QScintilla/Editor.py" line="7267" /> <source>Error loading macro</source> <translation>载入宏文件出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7245" /> + <location filename="../QScintilla/Editor.py" line="7268" /> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7255" /> + <location filename="../QScintilla/Editor.py" line="7278" /> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7274" /> + <location filename="../QScintilla/Editor.py" line="7297" /> <source>Save macro file</source> <translation>保存宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7292" /> + <location filename="../QScintilla/Editor.py" line="7315" /> <source>Save macro</source> <translation>保存宏</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7293" /> + <location filename="../QScintilla/Editor.py" line="7316" /> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>宏文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7308" /> + <location filename="../QScintilla/Editor.py" line="7331" /> <source>Error saving macro</source> <translation>保存宏出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7309" /> + <location filename="../QScintilla/Editor.py" line="7332" /> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7322" /> + <location filename="../QScintilla/Editor.py" line="7345" /> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7323" /> + <location filename="../QScintilla/Editor.py" line="7346" /> <source>Macro recording is already active. Start new?</source> <translation>宏录制已激活。开始录制新宏?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7349" /> + <location filename="../QScintilla/Editor.py" line="7372" /> <source>Macro Recording</source> <translation>宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7350" /> + <location filename="../QScintilla/Editor.py" line="7373" /> <source>Enter name of the macro:</source> <translation>输入宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7500" /> + <location filename="../QScintilla/Editor.py" line="7523" /> <source><p>The file <b>{0}</b> has been changed while it was opened in eric. Reread it?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="7506" /> + <location filename="../QScintilla/Editor.py" line="7529" /> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>警告:</b>您在重新打开时将丢失所有更改。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7513" /> + <location filename="../QScintilla/Editor.py" line="7536" /> <source>File changed</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7563" /> + <location filename="../QScintilla/Editor.py" line="7586" /> <source>{0} (ro)</source> <translation>{0}(只读)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7869" /> - <source>Drop Error</source> - <translation>降落误差</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7870" /> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> 不是一个文件。</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7890" /> - <source>Resources</source> - <translation>资源</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7892" /> - <source>Add file...</source> - <translation>添加文件…</translation> + <source>Drop Error</source> + <translation>降落误差</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="7893" /> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> 不是一个文件。</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7913" /> + <source>Resources</source> + <translation>资源</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7915" /> + <source>Add file...</source> + <translation>添加文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7916" /> <source>Add files...</source> <translation>添加文件…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7894" /> + <location filename="../QScintilla/Editor.py" line="7917" /> <source>Add aliased file...</source> <translation>添加别名文件…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7896" /> - <source>Add localized resource...</source> - <translation>添加本地资源…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7899" /> - <source>Add resource frame</source> - <translation>添加资源结构</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="7919" /> + <source>Add localized resource...</source> + <translation>添加本地资源…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7922" /> + <source>Add resource frame</source> + <translation>添加资源结构</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7942" /> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7933" /> + <location filename="../QScintilla/Editor.py" line="7956" /> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7957" /> - <location filename="../QScintilla/Editor.py" line="7951" /> + <location filename="../QScintilla/Editor.py" line="7980" /> + <location filename="../QScintilla/Editor.py" line="7974" /> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7958" /> + <location filename="../QScintilla/Editor.py" line="7981" /> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8033" /> + <location filename="../QScintilla/Editor.py" line="8056" /> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8034" /> + <location filename="../QScintilla/Editor.py" line="8057" /> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8054" /> + <location filename="../QScintilla/Editor.py" line="8077" /> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8055" /> + <location filename="../QScintilla/Editor.py" line="8078" /> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8074" /> + <location filename="../QScintilla/Editor.py" line="8097" /> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8075" /> + <location filename="../QScintilla/Editor.py" line="8098" /> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8440" /> + <location filename="../QScintilla/Editor.py" line="8463" /> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8442" /> + <location filename="../QScintilla/Editor.py" line="8465" /> <source>Ignore All</source> <translation>全部忽略</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8879" /> + <location filename="../QScintilla/Editor.py" line="8902" /> <source>Sort Lines</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8880" /> + <location filename="../QScintilla/Editor.py" line="8903" /> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8973" /> + <location filename="../QScintilla/Editor.py" line="8996" /> <source>Register Mouse Click Handler</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="8974" /> + <location filename="../QScintilla/Editor.py" line="8997" /> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9070" /> + <location filename="../QScintilla/Editor.py" line="9090" /> <source>{0:4d} {1}</source> <comment>line number, source code</comment> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9076" /> + <location filename="../QScintilla/Editor.py" line="9096" /> <source>{0:4d} {1} => {2}</source> <comment>line number, source code, file name</comment> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9145" /> + <location filename="../QScintilla/Editor.py" line="9165" /> <source>EditorConfig Properties</source> <translation type="unfinished" /> </message> <message> - <location filename="../QScintilla/Editor.py" line="9146" /> + <location filename="../QScintilla/Editor.py" line="9166" /> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation type="unfinished" /> </message> @@ -48924,13 +48945,13 @@ <name>Lexers</name> <message> <location filename="../QScintilla/Lexers/__init__.py" line="400" /> - <location filename="../Preferences/__init__.py" line="599" /> + <location filename="../Preferences/__init__.py" line="601" /> <source>Python Files (*.py *.py3)</source> <translation type="unfinished">Python 文件 (*.py *.py3)</translation> </message> <message> <location filename="../QScintilla/Lexers/__init__.py" line="491" /> - <location filename="../Preferences/__init__.py" line="602" /> + <location filename="../Preferences/__init__.py" line="604" /> <source>Python3 Files (*.py)</source> <translation type="unfinished" /> </message> @@ -59990,18 +60011,18 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1864" /> + <location filename="../Preferences/__init__.py" line="1866" /> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> + <location filename="../Preferences/__init__.py" line="1895" /> + <location filename="../Preferences/__init__.py" line="1868" /> + <source>Properties File (*.ini);;All Files (*)</source> + <translation>属性文件 (*.ini);;所有文件 (*)</translation> + </message> + <message> <location filename="../Preferences/__init__.py" line="1893" /> - <location filename="../Preferences/__init__.py" line="1866" /> - <source>Properties File (*.ini);;All Files (*)</source> - <translation>属性文件 (*.ini);;所有文件 (*)</translation> - </message> - <message> - <location filename="../Preferences/__init__.py" line="1891" /> <source>Import Preferences</source> <translation>导入首选项</translation> </message>