Fix a interface error(missed a "$" symbol) in Chinese localization

Close #9589
pull/9622/head
Haoran Du 4 years ago committed by Don HO
parent e27c125ef7
commit 7c73faba57
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

@ -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…
Cancel
Save