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

snippets.contribution.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: 72cf35b045c5fe40308f361d3a58341a46705f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"openSnippet.pickLanguage": "スニペットの言語を選択",
	"openSnippet.errorOnCreate": "{0} を作成できません",
	"openSnippet.label": "ユーザー スニペットを開く",
	"preferences": "基本設定",
	"snippetSchema.json.default": "空のスニペット",
	"snippetSchema.json": "ユーザー スニペット構成",
	"snippetSchema.json.prefix": "intellisense でスニペットを選択するときに使用するプレフィックス",
	"snippetSchema.json.body": "スニペットのコンテンツです。カーソルの位置を定義するには '$1', '${1:defaultText}' を使用し、最後のカーソルの位置には '$0' を使用します。'${varName}' と '${varName:defaultText}' を使用すると変数値を挿入します。例: 'This is file: $TM_FILENAME'.",
	"snippetSchema.json.description": "スニペットについての記述。"
}