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/platform')
-rw-r--r--i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json1
-rw-r--r--i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json12
-rw-r--r--i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json5
3 files changed, 13 insertions, 5 deletions
diff --git a/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json
index 61b499c3553..d1a493c45db 100644
--- a/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json
+++ b/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json
@@ -6,6 +6,5 @@
{
"newWindow": "新建窗口",
"newWindowDesc": "打开一个新窗口",
- "recentFolders": "最近的文件夹",
"folderDesc": "{0} {1}"
} \ No newline at end of file
diff --git a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
index 9926f27ea04..827db2563f1 100644
--- a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -56,5 +56,15 @@
"LegacyProblemMatcherSchema.watchedBegin": "一个正则表达式,发出受监视任务开始执行(通过文件监视触发)的信号。",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "此属性已弃用。请改用观看属性。",
"LegacyProblemMatcherSchema.watchedEnd": "一个正则表达式,发出受监视任务结束执行的信号。",
- "ProblemMatcherExtPoint": "提供问题匹配程序"
+ "NamedProblemMatcherSchema.name": "要引用的问题匹配程序的名称。",
+ "NamedProblemMatcherSchema.label": "问题匹配程序的人类可读标签。",
+ "ProblemMatcherExtPoint": "提供问题匹配程序",
+ "msCompile": "微软编译器问题",
+ "lessCompile": "Less 问题",
+ "gulp-tsc": "Gulp TSC 问题",
+ "jshint": "JSHint 问题",
+ "jshint-stylish": "JSHint stylish 问题",
+ "eslint-compact": "ESLint compact 问题",
+ "eslint-stylish": "ESLint stylish 问题",
+ "go": "Go 问题"
} \ No newline at end of file
diff --git a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
index b2e2b911b38..050fb410334 100644
--- a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
+++ b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -53,14 +53,13 @@
"badgeBackground": "Badge 背景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
"badgeForeground": "Badge 前景色。Badge 是小型的信息标签,如表示搜索结果数量的标签。",
"scrollbarShadow": "表示视图被滚动的滚动条阴影。",
- "scrollbarSliderBackground": "滑块的背景颜色。",
- "scrollbarSliderHoverBackground": "滑块在悬停时的背景颜色。",
- "scrollbarSliderActiveBackground": "滑块在活动的背景颜色。",
"progressBarBackground": "表示长时间操作的进度条的背景色。",
"editorBackground": "编辑器背景颜色。",
"editorForeground": "编辑器默认前景色。",
"editorWidgetBackground": "编辑器组件(如查找/替换)背景颜色。",
"editorWidgetBorder": "编辑器小部件的边框颜色。此颜色仅在小部件有边框且不被小部件重写时适用。",
+ "editorSelectionBackground": "编辑器所选内容的颜色。",
+ "editorSelectionForeground": "用以彰显高对比度的所选文本的颜色。",
"editorInactiveSelection": "非活动编辑器中所选内容的颜色。",
"editorSelectionHighlight": "与所选内容具有相同内容的区域颜色。",
"editorFindMatch": "当前搜索匹配项的颜色。",