/*--------------------------------------------------------------------------------------------- * 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. { "error.cannotloadicontheme": "{0} を読み込めません", "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' は暗色のテーマです。" }