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')
-rw-r--r--i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json10
-rw-r--r--i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json17
-rw-r--r--i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json9
3 files changed, 31 insertions, 5 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 6aabe447ca3..b612294aa45 100644
--- a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/chs/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\" 处换行)。",
"wordWrap.bounded": "将在最小视区和 \"editor.wordWrapColumn\" 处换行。",
diff --git a/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..b2f4ba4c910
--- /dev/null
+++ b/i18n/chs/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/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
new file mode 100644
index 00000000000..96360976b84
--- /dev/null
+++ b/i18n/chs/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