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

snippetsService.i18n.json « electron-browser « snippets « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f1cdc4c641e991c59834b78a2081506f39060e3 (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": "擴充功能資料夾 ({2}) 應包含 'contributes.{0}.path' ({1})。這可能會導致擴充功能無法移植。",
	"vscode.extension.contributes.snippets": "提供程式碼片段。",
	"vscode.extension.contributes.snippets-language": "要予以提供此程式碼片段的語言識別碼。",
	"vscode.extension.contributes.snippets-path": "程式碼片段檔案的路徑。此路徑是擴充功能資料夾的相對路徑,而且一般會以 './snippets/' 開頭。",
	"badFile": "無法讀取程式碼片段檔案 \"{0}\"。",
	"badVariableUse": "程式碼片段 \"{0}\" 很可能會混淆 snippet-variables 及 snippet-placeholders。如需詳細資料,請參閱 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax。",
	"source.snippet": "使用者程式碼片段",
	"detail.snippet": "{0} ({1})",
	"snippetSuggest.longLabel": "{0},{1}"
}