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

snippetsService.i18n.json « electron-browser « snippets « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 057c918a74d5e9d586e7ee85430342119a7b4c2d (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/' で始まります。",
	"badVariableUse": "スニペット \"{0}\" は、スニペット変数とスニペット プレースホルダーを混乱させる可能性が非常にあります。詳細については https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax をご覧ください。",
	"badFile": "スニペット ファイル \"{0}\" を読み込むことができませんでした。",
	"source.snippet": "ユーザー スニペット",
	"detail.snippet": "{0} ({1})",
	"snippetSuggest.longLabel": "{0}, {1}"
}