Skip to content

Commit

Permalink
Add find all button
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Sep 4, 2019
1 parent 109add7 commit c1a1a21
Show file tree
Hide file tree
Showing 6 changed files with 1,556 additions and 0 deletions.
23 changes: 23 additions & 0 deletions i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.closeButton": "关闭",
"label.find": "查找",
"label.matchesLocation": "{0} / {1}",
"label.nextMatchButton": "下一个匹配",
"label.noResults": "无结果",
"label.previousMatchButton": "上一个匹配",
"label".allMatchButton": "选中所有匹配",
"label".findAll": "查找所有",
"label.replace": "替换",
"label.replaceAllButton": "全部替换",
"label.replaceButton": "替换",
"label.toggleReplaceButton": "切换替换模式",
"label.toggleSelectionFind": "在选定内容中查找",
"placeholder.find": "查找",
"placeholder.replace": "替换",
"title.matchesCountLimit": "仅前 999 个结果突出显示,但所有查找操作均针对整个文本。"
}
23 changes: 23 additions & 0 deletions i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.closeButton": "關閉",
"label.find": "尋找",
"label.matchesLocation": "{0} / {1}",
"label.nextMatchButton": "下一個相符項",
"label.noResults": "沒有結果",
"label.previousMatchButton": "上一個符合項",
"label".allMatchButton": "選中所有符合項",
"label".findAll": "尋找所有",
"label.replace": "取代",
"label.replaceAllButton": "全部取代",
"label.replaceButton": "取代",
"label.toggleReplaceButton": "切換取代模式",
"label.toggleSelectionFind": "在選取範圍中尋找",
"placeholder.find": "尋找",
"placeholder.replace": "取代",
"title.matchesCountLimit": "只會將前 999 筆結果醒目提示,但所有尋找作業會在完整文字上執行。"
}
Loading

0 comments on commit c1a1a21

Please sign in to comment.