mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
fix: minor change to the label text
This commit is contained in:
parent
b80a3cb748
commit
9ca8d057db
|
@ -1197,6 +1197,10 @@ between classic and school orthography in cyrillic)</source>
|
|||
<source>Indexing...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Loading...</source>
|
||||
<translation type="unfinished">加载中……</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Language</name>
|
||||
|
@ -3400,10 +3404,6 @@ clears its network cache from disk during exit.</source>
|
|||
<source>Session collapse</source>
|
||||
<translation>搜索期间保持折叠</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>When using clipboard,strip everything after newline</source>
|
||||
<translation>当使用剪贴板时,忽略剪贴板中换行之后的内容</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On a new search, focus the main or popup window even if it's visible</source>
|
||||
<translation>查询时,窗口获取焦点</translation>
|
||||
|
@ -3611,6 +3611,10 @@ from Stardict, Babylon and GLS dictionaries</source>
|
|||
<source>Create fulltext index with parallel threads </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>When using clipboard, strip everything after newline</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ProgramTypeEditor</name>
|
||||
|
|
|
@ -1936,7 +1936,7 @@ from Stardict, Babylon and GLS dictionaries</string>
|
|||
<item>
|
||||
<widget class="QCheckBox" name="stripClipboard">
|
||||
<property name="text">
|
||||
<string>When using clipboard,strip everything after newline</string>
|
||||
<string>When using clipboard, strip everything after newline</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue