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/cht/src/vs/editor')
-rw-r--r--i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json10
-rw-r--r--i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json17
-rw-r--r--i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json9
3 files changed, 31 insertions, 5 deletions
diff --git a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
index 432fefaa9d5..8f7a2961340 100644
--- a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/cht/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'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
- "wordBasedSuggestions": "啟用字組式建議。",
- "wordBasedSuggestions.comments": "在註解中啟用單字建議。",
- "wordBasedSuggestions.default": "在字串與註解以外之處啟用單字建議。",
- "wordBasedSuggestions.strings": "在字串中啟用單字建議。",
+ "wordBasedSuggestions": "控制是否應根據文件中的單字計算自動完成。",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"wordWrap": "控制是否自動換行。可以是: :\n - [off] (停用換行)、\n - [on] (檢視區換行)、\n - [wordWrapColumn] (於 'editor.wordWrapColumn' 換行) 或\n - [bounded] (當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行)。\n",
"wordWrap.bounded": "當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行。",
diff --git a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..55bb838373e
--- /dev/null
+++ b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------------------------
+ * 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 與尋找功能反白顯示的區域",
+ "referencesFindMatchHighlight": "參考檢視搭配反白顯示色彩",
+ "referencesReferenceHighlight": "參考範圍的反白顯示色彩"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
new file mode 100644
index 00000000000..fc0ee094b84
--- /dev/null
+++ b/i18n/cht/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