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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json')
-rw-r--r--i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..c5c62f4e0f0
--- /dev/null
+++ b/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -0,0 +1,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.
+{
+ "activeLinkForeground": "アクティブなリンクの色",
+ "caret": "エディターのカーソルの色",
+ "guide": "エディター ガイドの色",
+ "hoverHighlight": "エディターのポイント時に表示する背景色",
+ "invisibles": "エディターの非表示項目の色",
+ "lineHighlight": "エディター行の強調表示色",
+ "linkForeground": "リンクの色",
+ "rangeHighlight": "Quick Open 機能や検索機能などによって強調表示された範囲の背景色"
+} \ No newline at end of file