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.json3
1 files changed, 3 insertions, 0 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 72e6e57f71b..43e0a7cb1b1 100644
--- a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
@@ -17,6 +17,7 @@
"fontSize": "控制字型大小 (以像素為單位)。",
"fontWeight": "控制字型寬度。",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
+ "glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"insertSpaces": "在按 Tab 時插入空格。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
@@ -41,6 +42,8 @@
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
"snippetSuggestions": "控制程式碼片段是否隨其他建議顯示,以及其排序方式。",
"stablePeek": "讓預覽編輯器在使用者按兩下其內容或點擊 Escape 時保持開啟。",
+ "suggestFontSize": "建議小工具的字型大小",
+ "suggestLineHeight": "建議小工具的行高",
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
"tabCompletion": "在前置詞相符時插入程式碼片段。最適用於未啟用 'quickSuggestions' 時。",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",