searchActions.i18n.json 1.1 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8 9 10 11 12 13
	"nextSearchTerm": "顯示下一個搜尋字詞",
	"previousSearchTerm": "顯示上一個搜尋字詞",
	"focusNextInputBox": "聚焦於下一個輸入方塊",
	"focusPreviousInputBox": "聚焦於上一個輸入方塊",
	"replaceInFiles": "檔案中取代",
	"findInFolder": "在資料夾中尋找",
	"RefreshAction.label": "重新整理",
D
Dirk Baeumer 已提交
14
	"ClearSearchResultsAction.label": "清除搜尋結果",
D
Dirk Baeumer 已提交
15 16
	"FocusNextSearchResult.label": "聚焦於下一個搜尋結果",
	"FocusPreviousSearchResult.label": "聚焦於上一個搜尋結果",
D
Dirk Baeumer 已提交
17 18 19
	"RemoveAction.label": "移除",
	"file.replaceAll.label": "全部取代",
	"match.replace.label": "取代",
20
	"ConfigureGlobalExclusionsAction.label": "開啟設定"
D
Dirk Baeumer 已提交
21
}