Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
index d9fb56c9346..aebaeaf0902 100644
--- a/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
@@ -9,8 +9,6 @@
"label.includes": "搜索包含模式",
"searchScope.excludes": "要排除的文件",
"label.excludes": "搜索排除模式",
- "global.searchScope.folders": "通过设置排除的文件",
- "label.global.excludes": "配置的搜索排除模式",
"replaceAll.confirmation.title": "全部替换",
"replaceAll.confirm.button": "替换",
"replaceAll.occurrence.file.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",
@@ -19,10 +17,10 @@
"removeAll.occurrence.files.message": "已替换 {1} 文件中出现的 {0}。",
"replaceAll.occurrences.file.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",
"removeAll.occurrences.file.message": "已替换 {1} 文件中出现的 {0}。",
- "replaceAll.occurrences.files.message": "已将 {1} 文件中出现的所有 {0} 替换为“{2}”。",
+ "replaceAll.occurrences.files.message": "已将 {1} 个文件中出现的 {0} 处替换为“{2}”。 ",
"removeAll.occurrences.files.message": "已替换 {1} 文件中出现的 {0}。",
"removeAll.occurrence.file.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
- "replaceAll.occurrence.file.confirmation.message": "是否替换 {1} 文件中出现的所有 {0}?",
+ "replaceAll.occurrence.file.confirmation.message": "替换 {1} 个文件中出现的全部 {0} 处? ",
"removeAll.occurrence.files.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
"replaceAll.occurrence.files.confirmation.message": "是否替换 {1} 文件中出现的 {0}?",
"removeAll.occurrences.file.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
@@ -30,7 +28,6 @@
"removeAll.occurrences.files.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
"replaceAll.occurrences.files.confirmation.message": "是否替换 {1} 文件中出现的 {0}?",
"treeAriaLabel": "搜索结果",
- "globLabel": "{1} 时为 {0}",
"searchMaxResultsWarning": "结果集仅包含所有匹配项的子集。请使你的搜索更加具体,减少结果。",
"searchCanceled": "在找到结果前取消了搜索 - ",
"noResultsIncludesExcludes": "在“{0}”中找不到结果(“{1}”除外) - ",