Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchViewlet.i18n.json « browser « search « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18b31ba4fd9390a8b59a67409c19d05dfd64e483 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"moreSearch": "切換搜尋詳細資料",
	"searchScope.includes": "要包含的檔案",
	"label.includes": "搜尋包含模式",
	"searchScope.excludes": "要排除的檔案",
	"label.excludes": "搜尋排除模式",
	"global.searchScope.folders": "透過設定所排除的檔案",
	"label.global.excludes": "設定的搜尋排除模式",
	"replaceAll.confirmation.title": "全部取代",
	"replaceAll.confirm.button": "取代",
	"replaceAll.occurrence.file.message": "已將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}'。",
	"removeAll.occurrence.file.message": "已取代 {1} 個檔案中的 {0} 個相符項目。",
	"replaceAll.occurrence.files.message": "已將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}'。",
	"removeAll.occurrence.files.message": "已取代 {1} 個檔案中的 {0} 個相符項目。",
	"replaceAll.occurrences.file.message": "已將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}'。",
	"removeAll.occurrences.file.message": "已取代 {1} 個檔案中的 {0} 個相符項目。",
	"replaceAll.occurrences.files.message": "已將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}'。",
	"removeAll.occurrences.files.message": "已取代 {1} 個檔案中的 {0} 個相符項目。",
	"removeAll.occurrence.file.confirmation.message": "要將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}' 嗎?",
	"replaceAll.occurrence.file.confirmation.message": "要取代 {1} 個檔案中的 {0} 個相符項目嗎?",
	"removeAll.occurrence.files.confirmation.message": "要將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}' 嗎?",
	"replaceAll.occurrence.files.confirmation.message": "要取代 {1} 個檔案中的 {0} 個相符項目嗎?",
	"removeAll.occurrences.file.confirmation.message": "要將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}' 嗎?",
	"replaceAll.occurrences.file.confirmation.message": "要取代 {1} 個檔案中的 {0} 個相符項目嗎?",
	"removeAll.occurrences.files.confirmation.message": "要將 {1} 個檔案中的 {0} 個相符項目取代為 '{2}' 嗎?",
	"replaceAll.occurrences.files.confirmation.message": "要取代 {1} 個檔案中的 {0} 個相符項目嗎?",
	"treeAriaLabel": "搜尋結果",
	"globLabel": "當 {1} 時為 {0}",
	"searchMaxResultsWarning": "結果集只包含所有符合項的子集。請提供更具體的搜尋條件以縮小結果範圍。",
	"searchCanceled": "在可能找到任何結果之前已取消搜尋 - ",
	"noResultsIncludesExcludes": "在 '{0}' 中找不到排除 '{1}' 的結果 - ",
	"noResultsIncludes": "在 '{0}' 中找不到結果 - ",
	"noResultsExcludes": "找不到排除 '{0}' 的結果 - ",
	"noResultsFound": "找不到結果。請檢閱所設定排除的設定 - ",
	"rerunSearch.message": "再次搜尋",
	"rerunSearchInAll.message": "在所有檔案中再次搜尋",
	"openSettings.message": "開啟設定",
	"ariaSearchResultsStatus": "搜尋傳回 {1} 個檔案中的 {0} 個結果",
	"search.file.result": "{1} 個檔案中有 {0} 個結果",
	"search.files.result": "{1} 個檔案中有 {0} 個結果",
	"search.file.results": "{1} 個檔案中有 {0} 個結果",
	"search.files.results": "{1} 個檔案中有 {0} 個結果",
	"searchWithoutFolder": "您尚未開啟資料夾。只會開啟目前搜尋的檔案 - ",
	"openFolder": "開啟資料夾"
}