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/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json')
-rw-r--r--i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json
index 028bab0655d..4bbe233a52f 100644
--- a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json
@@ -17,6 +17,7 @@
"fontSize": "以像素为单位控制字号。",
"fontWeight": "控制字体粗细。",
"formatOnType": "控制编辑器是否应在键入后自动设置行的格式",
+ "glyphMargin": "控制编辑器是否应呈现垂直字形边距。字形边距最常用于调试。",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"insertSpaces": "按 \"Tab\" 时插入空格。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
@@ -41,6 +42,8 @@
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"snippetSuggestions": "控制是否将代码段与其他建议一起显示以及它们的排序方式。",
"stablePeek": "即使在双击编辑器内容或按 Esc 键时,也要保持速览编辑器的打开状态。",
+ "suggestFontSize": "建议小组件的字号",
+ "suggestLineHeight": "建议小组件的行高",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"tabCompletion": "当其前缀匹配时插入代码段。当 \"quickSuggestions\" 未启用时,效果最佳。",
"tabSize": "一个制表符等于的空格数。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",