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

workbenchThemeService.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: db40a8ef3c1dbd4b73d51d26d54a35745124daa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"migration.completed": "ユーザー設定に新しいテーマの設定が追加されました。{0} に利用可能なバックアップがあります。",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"colorTheme": "ワークベンチで使用する配色テーマを指定します。",
	"colorThemeError": "テーマが不明、またはインストールされていません。",
	"iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
	"noIconThemeDesc": "ファイル アイコンがありません",
	"iconThemeError": "ファイル アイコンのテーマが不明、またはインストールされていません。",
	"workbenchColors": "現在選択している配色テーマで配色を上書きします。",
	"editorColors": "現在選択している配色テーマで配色とフォント スタイルを上書きします。",
	"editorColors.comments": "コメントの色とスタイルを設定します",
	"editorColors.strings": "文字列リテラルの色とスタイルを設定します。",
	"editorColors.keywords": "キーワードの色とスタイルを設定します。",
	"editorColors.numbers": "数値リテラルの色とスタイルを設定します。",
	"editorColors.types": "型定義と参照の色とスタイルを設定します。",
	"editorColors.functions": "関数定義と参照の色とスタイルを設定します。",
	"editorColors.variables": "変数定義と参照の色とスタイルを設定します。",
	"editorColors.textMateRules": "textmate テーマ規則 (高度) を使っての色とスタイルを設定します。"
}