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

colorThemeStore.i18n.json « electron-browser « themes « services « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c985a8de47f5e197702e00cb5619ece64b081804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.themes": "TextMate の配色テーマを提供します。",
	"vscode.extension.contributes.themes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
	"vscode.extension.contributes.themes.label": "UI で表示される配色テーマのラベル。",
	"vscode.extension.contributes.themes.uiTheme": "エディターの周囲の色を定義する基本テーマ: 'vs' は明るい色のテーマで、'vs-dark' は濃い色のテーマです。'hc-black' は濃い色のハイ コントラストのテーマです。",
	"vscode.extension.contributes.themes.path": "tmTheme ファイルのパス。拡張機能フォルダーに対する相対パスで、通常 './themes/themeFile.tmTheme' です。",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
	"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。"
}