searchViewlet.i18n.json 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"CollapseAllAction.label": "摺疊",
	"RefreshAction.label": "重新整理",
	"RemoveAction.label": "移除",
	"SelectOrRemoveAction.removeLabel": "移除",
	"SelectOrRemoveAction.selectLabel": "選取",
	"findInFolder": "在資料夾中尋找",
	"inputFileTypes": "如 *.js",
	"inputFolderExclusions": "如 folder1、folder2",
	"inputFolderIncludes": "如 folder1、folder2",
	"label.Search": "搜尋字詞",
	"noResults": "找不到結果",
	"noResultsConfiguredExcludes": "找不到任何結果。目前的設定會排除某些資料夾。",
	"noResultsExcludes": "找不到排除資料夾 '{0}' - 之外的結果",
	"noResultsIncludes": "'{0}' 中沒有結果 - ",
	"noResultsIncludesPatterns": "檔名為 '{1}' 的 '{0}' 中沒有結果 - ",
	"noResultsPatterns": "檔名 '{0}' 沒有結果 - ",
	"regexp.validationFailure": "運算式符合所有項目",
	"rerunSearch.message": "在所有檔案中再次搜尋",
	"searchMatch": "找到 {0} 個符合項",
	"searchMatches": "找到 {0} 個符合項",
	"searchMaxResultsWarning": "結果集只包含所有符合項的子集。請提供更具體的搜尋條件以縮小結果範圍。",
	"searchScope.files": "要搜尋的檔案",
	"searchScope.folders": "要排除的資料夾",
	"searchScope.include.folders": "要包含的資料夾"
}