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')
-rw-r--r--i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json10
-rw-r--r--i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json15
-rw-r--r--i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json9
3 files changed, 29 insertions, 5 deletions
diff --git a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json
index 287b7f8c5d9..b952bc48fe9 100644
--- a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json
@@ -38,7 +38,10 @@
"overviewRulerBorder": "概要ルーラーの周囲に境界線が描画されるかどうかを制御します。",
"overviewRulerLanes": "概要ルーラーの同じ位置に表示できる装飾の数を制御します",
"parameterHints": "パラメーター ヒントを有効にする",
- "quickSuggestions": "入力中にクイック候補を表示するかどうかを制御します",
+ "quickSuggestions": "入力中に候補を自動的に表示するかどうかを制御します",
+ "quickSuggestions.comments": "コメント内でクイック候補を有効にします。",
+ "quickSuggestions.other": "文字列およびコメント外でクイック候補を有効にします。",
+ "quickSuggestions.strings": "文字列内でクイック候補を有効にします。",
"quickSuggestionsDelay": "クイック候補が表示されるまでの待ち時間 (ミリ秒) を制御します",
"renderControlCharacters": "エディターで制御文字を表示する必要があるかどうかを制御します",
"renderIndentGuides": "エディターでインデントのガイドを表示する必要があるかどうかを制御します",
@@ -60,10 +63,7 @@
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"trimAutoWhitespace": "自動挿入された末尾の空白を削除する",
"useTabStops": "空白の挿入や削除はタブ位置に従って行われます",
- "wordBasedSuggestions": "単語ベースの修正候補を有効にします。",
- "wordBasedSuggestions.comments": "コメント内の単語ベースの修正候補を有効にします。",
- "wordBasedSuggestions.default": "文字列およびコメント外の単語ベースの修正候補を有効にします。",
- "wordBasedSuggestions.strings": "文字列内の単語ベースの修正候補を有効にします。",
+ "wordBasedSuggestions": "ドキュメント内の単語に基づいて入力候補を計算するかどうかを制御します。",
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
"wordWrap": "行の折り返し方法を制御します。次の値を指定できます。\n - 'off' (折り返さない)\n - 'on' (ビューポート折り返し)\n - 'wordWrapColumn' ('editor.wordWrapColumn' で折り返し)\n - 'bounded' (ビューポートと 'editor.wordWrapColumn' の最小値で折り返し)。",
"wordWrap.bounded": "ビューポートと 'editor.wordWrapColumn' の最小値で行を折り返します。",
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
diff --git a/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
new file mode 100644
index 00000000000..b07d8997da7
--- /dev/null
+++ b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "wordHighlight": "変数の読み取りなど読み取りアクセス中のシンボルの背景色",
+ "wordHighlightStrong": "変数への書き込みなど書き込みアクセス中のシンボルの背景色"
+} \ No newline at end of file