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/editor/contrib/find')
-rw-r--r--i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json1
-rw-r--r--i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json6
2 files changed, 0 insertions, 7 deletions
diff --git a/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json
index 214239c0607..8cd6a9a0ef4 100644
--- a/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json
+++ b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json
@@ -15,7 +15,6 @@
"label.replaceButton": "替换",
"label.replaceAllButton": "全部替换",
"label.toggleReplaceButton": "切换替换模式",
- "title.matchesCountLimit": "仅前 999 个结果突出显示,但所有查找操作均针对整个文本。",
"label.matchesLocation": "第 {0} 个(共 {1} 个)",
"label.noResults": "无结果"
} \ No newline at end of file
diff --git a/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json
index 8f77be77375..385ba32bfeb 100644
--- a/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json
+++ b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json
@@ -10,12 +10,6 @@
"nextSelectionMatchFindAction": "查找下一个选择",
"previousSelectionMatchFindAction": "查找上一个选择",
"startReplace": "替换",
- "addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
- "addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
- "moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
- "moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
- "selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项",
- "changeAll.label": "更改所有匹配项",
"showNextFindTermAction": "显示下一个搜索结果",
"showPreviousFindTermAction": "显示上一个搜索结果"
} \ No newline at end of file