searchActions.i18n.json 1.3 KB
Newer Older
D
Dirk Baeumer 已提交
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
9 10
	"nextSearchIncludePattern": "顯示下一個搜尋包含模式",
	"previousSearchIncludePattern": "顯示上一個搜尋包含模式",
11 12
	"nextSearchExcludePattern": "顯示下一個搜尋排除模式",
	"previousSearchExcludePattern": "顯示上一個搜尋排除模式",
13 14
	"nextSearchTerm": "顯示下一個搜尋字詞",
	"previousSearchTerm": "顯示上一個搜尋字詞",
15
	"findInFiles": "在檔案中尋找",
16 17
	"replaceInFiles": "檔案中取代",
	"RefreshAction.label": "重新整理",
18 19
	"CollapseDeepestExpandedLevelAction.label": "全部摺疊",
	"ClearSearchResultsAction.label": "清除",
20
	"CancelSearchAction.label": "取消搜索",
D
Dirk Baeumer 已提交
21 22
	"FocusNextSearchResult.label": "聚焦於下一個搜尋結果",
	"FocusPreviousSearchResult.label": "聚焦於上一個搜尋結果",
23
	"RemoveAction.label": "關閉",
D
Dirk Baeumer 已提交
24
	"file.replaceAll.label": "全部取代",
25
	"match.replace.label": "取代"
D
Dirk Baeumer 已提交
26
}