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/common/config/commonEditorConfig.i18n.json')
-rw-r--r--i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json10
1 files changed, 5 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' 時換行。",