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/platform/theme/common/colorRegistry.i18n.json')
-rw-r--r--i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
new file mode 100644
index 00000000000..b7f392582bb
--- /dev/null
+++ b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "currentFindMatchHighlight": "検索条件に一致する現在の領域の背景色",
+ "editorBackground": "エディターの背景色",
+ "editorForeground": "エディターの既定の前景色",
+ "editorInactiveSelection": "非アクティブなエディターの選択範囲の色",
+ "editorSelection": "エディターの選択範囲の色",
+ "editorsSelectionHighlightColor": "選択時に強調表示される領域の背景色",
+ "findMatchHighlight": "検索条件に一致する領域の背景色",
+ "findRangeHighlight": "検索のために選択した領域の背景色",
+ "schema.colors": "ワークベンチで使用する色。"
+} \ No newline at end of file