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: 18938fb3a92b8f2a5829c6b0f3ac1e87691d8c0e (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*---------------------------------------------------------------------------------------------
 *  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' です。",
	"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
	"vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
	"vscode.extension.contributes.iconThemes.label": "UI に表示されるアイコン テーマのラベル。",
	"vscode.extension.contributes.iconThemes.path": "アイコン テーマの定義ファイルのパス。このパスは拡張フォルダーの相対パスであり、通常は './icons/awesome-icon-theme.json' です。",
	"migration.completed": "ユーザー設定に新しいテーマの設定が追加されました。{0} に利用可能なバックアップがあります。",
	"error.cannotloadtheme": "Unable to load {0}: {1}",
	"reqarray": "Extension point `{0}` must be an array.",
	"reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
	"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
	"reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
	"error.cannotloadicontheme": "Unable to load {0}",
	"error.cannotparseicontheme": "アイコン ファイルの解析中に問題が発生しました: {0}",
	"colorTheme": "ワークベンチで使用する配色テーマを指定します。",
	"colorThemeError": "テーマが不明、またはインストールされていません。",
	"iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
	"noIconThemeDesc": "ファイル アイコンがありません",
	"iconThemeError": "ファイル アイコンのテーマが不明、またはインストールされていません。",
	"workbenchColors": "現在選択している配色テーマで配色を上書きします。",
	"workbenchColors.deprecated": "この設定はもう試験的なものではなく、名前が 'workbench.colorCustomizations' に変更されています",
	"workbenchColors.deprecatedDescription": "代わりに 'workbench.colorCustomizations' を使用してください",
	"editorColors": "現在選択している配色テーマで配色とフォント スタイルを上書きします。",
	"editorColors.comments": "コメントの色とスタイルを設定します",
	"editorColors.strings": "文字列リテラルの色とスタイルを設定します。",
	"editorColors.keywords": "キーワードの色とスタイルを設定します。",
	"editorColors.numbers": "数値リテラルの色とスタイルを設定します。",
	"editorColors.types": "型定義と参照の色とスタイルを設定します。",
	"editorColors.functions": "関数定義と参照の色とスタイルを設定します。",
	"editorColors.variables": "変数定義と参照の色とスタイルを設定します。",
	"editorColors.textMateRules": "textmate テーマ規則 (高度) を使っての色とスタイルを設定します。"
}