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/workbench/parts/debug/electron-browser/debugService.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 0a2caf6c161..8a42e364b44 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,8 +12,8 @@
"breakpointRemoved": "已删除断点,行 {0},文件 {1}",
"compoundMustHaveConfigurations": "复合项必须拥有 \"configurations\" 属性集,才能启动多个配置。",
"configMissing": "\"launch.json\" 中缺少配置“{0}”。",
- "debugRequestNotSupported": "所选的调试配置有一个不支持的属性值“{0}”: “{1}”。",
- "debugRequesMissing": "所选的调试配置缺少属性“{0}”。",
+ "debugRequestNotSupported": "所选调试配置的属性“{0}”的值“{1}”不受支持。",
+ "debugRequesMissing": "在所选的调试配置中缺少属性 '{0}' 。",
"debugTypeNotSupported": "配置的类型“{0}”不受支持。",
"debugTypeMissing": "所选的启动配置缺少属性 \"type\"。",
"preLaunchTaskErrors": "preLaunchTask“{0}”期间检测到多个生成错误。",