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

colorThemeSchema.i18n.json « common « themes « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31dd84eaa5c44a8e5c66d1d1f9c7d02ed2ace451 (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.
{
	"schema.token.settings": "トークンの色とスタイル。",
	"schema.token.foreground": "トークンの前景色。",
	"schema.token.background.warning": "トークンの背景色は、現在サポートされていません。",
	"schema.token.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
	"schema.fontStyle.error": "フォント スタイルは '斜体'、'太字'、'下線'を組み合わせる必要があります。",
	"schema.properties.name": "ルールの説明。",
	"schema.properties.scope": "このルールに一致するスコープ セレクター。",
	"schema.tokenColors.path": "tmTheme ファイルへのパス (現在のファイルとの相対パス)。",
	"schema.colors": "構文の強調表示をする色"
}