mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Fix a interface error(missed a "$" symbol) in Chinese localization
Close #9589
This commit is contained in:
parent
e27c125ef7
commit
7c73faba57
@ -3,7 +3,7 @@
|
||||
The comments are here for explanation, it's not necessary to translate them.
|
||||
-->
|
||||
<NotepadPlus>
|
||||
<Native-Langue name="简体中文" filename="chineseSimplified.xml" version="7.9.2">
|
||||
<Native-Langue name="简体中文" filename="chineseSimplified.xml" version="7.9.4">
|
||||
<Menu>
|
||||
<Main>
|
||||
<!-- Main Menu Entries -->
|
||||
@ -1383,8 +1383,8 @@ Notepad++会在所有安装结束后重新启动。
|
||||
<replace-in-open-docs-confirm-message value="您是否要在所有打开的文档中替换所有匹配项?"/>
|
||||
<find-result-caption value="搜索结果"/>
|
||||
<find-result-title value="搜索"/> <!-- Must not begin with space or tab character -->
|
||||
<find-result-title-info value="($INT_REPLACE2$个文件中匹配到$INT_REPLACE1$次,总计查找$INT_REPLACE3)"/>
|
||||
<find-result-title-info-selections value="($INT_REPLACE2$个选区中匹配到$INT_REPLACE1$次,总计查找$INT_REPLACE3$)"/>
|
||||
<find-result-title-info value="($INT_REPLACE2$个文件中匹配到$INT_REPLACE1$次,总计查找$INT_REPLACE3$次)"/>
|
||||
<find-result-title-info-selections value="($INT_REPLACE2$个选区中匹配到$INT_REPLACE1$次,总计查找$INT_REPLACE3$次)"/>
|
||||
<find-result-title-info-extra value=" - 仅在搜索结果中查找"/>
|
||||
<find-result-hits value="(匹配$INT_REPLACE$次)"/>
|
||||
<find-result-line-prefix value="行"/> <!-- Must not begin with space or tab character -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user