themeService.i18n.json 1.6 KB
Newer Older
I
isidor 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7
	"error.cannotloadicontheme": "{0} を読み込めません",
I
isidor 已提交
8 9 10 11 12 13 14 15 16 17 18
	"error.cannotloadtheme": "{0} を読み込めません",
	"error.cannotparse": "plist ファイルの解析中に問題が発生しました: {0}",
	"error.cannotparsejson": "JSON テーマ ファイルの解析中に問題が発生しました: {0}",
	"invalid.path.1": "拡張機能のフォルダー ({2}) の中に 'contributes.{0}.path' ({1}) が含まれている必要があります。これにより、拡張機能を移植できなくなる可能性があります。",
	"reqarray": "拡張点 '{0}' は配列でなければなりません。",
	"reqpath": "'contributes.{0}.path' に文字列が必要です。提供された値: {1}",
	"vscode.extension.contributes.themes": "TextMate の配色テーマを提供します。",
	"vscode.extension.contributes.themes.label": "UI で表示される配色テーマのラベル。",
	"vscode.extension.contributes.themes.path": "tmTheme ファイルのパス。拡張機能フォルダーに対する相対パスで、通常 './themes/themeFile.tmTheme' です。",
	"vscode.extension.contributes.themes.uiTheme": "エディターの枠の色を定義する基本テーマ。'vs' は明色のテーマで、'vs-dark' は暗色のテーマです。"
}