searchViewlet.i18n.json 1.9 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ariaSearchResultsStatus": "搜尋傳回 {1} 個檔案中的 {0} 個結果",
	"globLabel": "當 {1} 時為 {0}",
	"global.searchScope.folders": "透過設定所排除的檔案",
	"label.excludes": "搜尋排除模式",
	"label.global.excludes": "設定的搜尋排除模式",
	"label.includes": "搜尋包含模式",
	"moreSearch": "切換搜尋詳細資料",
	"noResultsExcludes": "找不到排除 '{0}' 的結果 - ",
	"noResultsFound": "找不到結果。請檢閱所設定排除的設定 - ",
	"noResultsIncludes": "在 '{0}' 中找不到結果 - ",
	"noResultsIncludesExcludes": "在 '{0}' 中找不到排除 '{1}' 的結果 - ",
	"openSettings.message": "開啟設定",
D
Dirk Baeumer 已提交
19 20
	"removeAll.confirmation.message": "要跨 {1} 個檔案移除 {0} 個發生次數嗎?",
	"removeAll.message": "已跨 {1} 個檔案移除 {0} 個發生次數。",
D
Dirk Baeumer 已提交
21 22 23 24
	"replaceAll.confirm.button": "取代",
	"replaceAll.confirmation.message": "要將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}' 嗎?",
	"replaceAll.confirmation.title": "全部取代",
	"replaceAll.message": "已將取代 {1} 個檔案中的 {0} 個相符項目取代為 {2}。",
D
Dirk Baeumer 已提交
25 26 27 28 29 30 31 32
	"rerunSearch.message": "再次搜尋",
	"rerunSearchInAll.message": "在所有檔案中再次搜尋",
	"searchCanceled": "在可能找到任何結果之前已取消搜尋 - ",
	"searchMaxResultsWarning": "結果集只包含所有符合項的子集。請提供更具體的搜尋條件以縮小結果範圍。",
	"searchScope.excludes": "要排除的檔案",
	"searchScope.includes": "要包含的檔案",
	"treeAriaLabel": "搜尋結果"
}