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

snippetsService.i18n.json « electron-browser « snippets « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2110b961fc7a2271cf472cc657a837b54147fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}",
	"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
	"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
	"vscode.extension.contributes.snippets": "添加代码段。",
	"vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
	"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。",
	"badFile": "无法读取代码片段文件“{0}”。",
	"badVariableUse": "“{0}”代码片段很可能混淆了片段变量和片段占位符。有关详细信息,请访问 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax。",
	"source.snippet": "用户代码片段",
	"detail.snippet": "{0} ({1})",
	"snippetSuggest.longLabel": "{0},{1}"
}