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

searchViewlet.i18n.json « browser « search « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9fb56c9346824acbb6e02f76899522e09e54f11 (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": "打开文件夹"
}