searchViewlet.i18n.json 3.4 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
7 8 9 10
	"moreSearch": "切换搜索详细信息",
	"searchScope.includes": "要包含的文件",
	"label.includes": "搜索包含模式",
	"searchScope.excludes": "要排除的文件",
D
Dirk Baeumer 已提交
11
	"label.excludes": "搜索排除模式",
12 13 14
	"replaceAll.confirmation.title": "全部替换",
	"replaceAll.confirm.button": "替换",
	"replaceAll.occurrence.file.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",
D
Dirk Baeumer 已提交
15
	"removeAll.occurrence.file.message": "已替换 {1} 文件中出现的 {0}。",
16
	"replaceAll.occurrence.files.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",
D
Dirk Baeumer 已提交
17
	"removeAll.occurrence.files.message": "已替换 {1} 文件中出现的 {0}。",
18
	"replaceAll.occurrences.file.message": "已将 {1} 文件中出现的 {0} 替换为“{2}”。",
D
Dirk Baeumer 已提交
19
	"removeAll.occurrences.file.message": "已替换 {1} 文件中出现的 {0}。",
20
	"replaceAll.occurrences.files.message": "已将 {1} 个文件中出现的 {0} 处替换为“{2}”。 ",
D
Dirk Baeumer 已提交
21
	"removeAll.occurrences.files.message": "已替换 {1} 文件中出现的 {0}。",
22
	"removeAll.occurrence.file.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
23
	"replaceAll.occurrence.file.confirmation.message": "替换 {1} 个文件中出现的全部 {0} 处? ",
24
	"removeAll.occurrence.files.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
D
Dirk Baeumer 已提交
25
	"replaceAll.occurrence.files.confirmation.message": "是否替换 {1} 文件中出现的 {0}?",
26
	"removeAll.occurrences.file.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
D
Dirk Baeumer 已提交
27
	"replaceAll.occurrences.file.confirmation.message": "是否替换 {1} 文件中出现的 {0}?",
28
	"removeAll.occurrences.files.confirmation.message": "是否将 {1} 文件中出现的 {0} 替换为“{2}”?",
D
Dirk Baeumer 已提交
29
	"replaceAll.occurrences.files.confirmation.message": "是否替换 {1} 文件中出现的 {0}?",
30
	"treeAriaLabel": "搜索结果",
31
	"searchPathNotFoundError": "找不到搜索路径: {0}",
32 33 34 35 36
	"searchMaxResultsWarning": "结果集仅包含所有匹配项的子集。请使你的搜索更加具体,减少结果。",
	"searchCanceled": "在找到结果前取消了搜索 - ",
	"noResultsIncludesExcludes": "在“{0}”中找不到结果(“{1}”除外) - ",
	"noResultsIncludes": "“{0}”中未找到任何结果 - ",
	"noResultsExcludes": "除“{0}”外,未找到任何结果 - ",
37
	"noResultsFound": "找不到结果。查看设置中配置的排除项并忽略文件 - ",
D
Dirk Baeumer 已提交
38 39
	"rerunSearch.message": "再次搜索",
	"rerunSearchInAll.message": "在所有文件中再次搜索",
40
	"openSettings.message": "打开设置",
41
	"openSettings.learnMore": "了解详细信息",
42
	"ariaSearchResultsStatus": "搜索 {1} 文件中返回的 {0} 个结果",
D
Dirk Baeumer 已提交
43 44
	"search.file.result": "{1} 文件中有 {0} 个结果",
	"search.files.result": "{1} 文件中有 {0} 个结果",
45
	"search.file.results": "{1} 文件中有 {0} 个结果",
D
Dirk Baeumer 已提交
46
	"search.files.results": "{1} 文件中有 {0} 个结果",
D
Dirk Baeumer 已提交
47
	"searchWithoutFolder": "尚未打开文件夹。当前仅可搜索打开的文件夹 - ",
48
	"openFolder": "打开文件夹"
D
Dirk Baeumer 已提交
49
}