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

search.contribution.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: ad7c43ade1020cf94360ae1eed6bd4904e8a6767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "转到工作区中的符号...",
	"name": "搜索",
	"search": "搜索",
	"showSearchViewlet": "显示搜索",
	"view": "查看",
	"findInFiles": "在文件中查找",
	"openAnythingHandlerDescription": "转到文件",
	"openSymbolDescriptionNormal": "转到工作区中的符号",
	"searchOutputChannelTitle": "搜索",
	"searchConfigurationTitle": "搜索",
	"exclude": "配置 glob 模式以在搜索中排除文件和文件夹。从 files.exclude 设置中继承所有 glob 模式。",
	"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
	"exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
	"useRipgrep": "控制是否在文本搜索中使用 ripgrep",
	"useIgnoreFilesByDefault": "控制在新工作区中搜索时是否默认使用 .gitignore 和 .ignore 文件。",
	"search.quickOpen.includeSymbols": "配置为在 Quick Open 文件结果中包括全局符号搜索的结果。"
}