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')
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json3
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json2
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/node/debugConfigurationManager.i18n.json3
5 files changed, 14 insertions, 8 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index e6ea7dbc283..529f855237a 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
@@ -4,6 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "breakpointWidgetAriaLabel": "为行 {0} 键入断点条件。只有当此条件为 true 时,程序才会在此处停止。按 Enter 以接受或按 Esc 以取消。",
- "breakpointWidgetPlaceholder": "只有当此条件为 true 时行 {0} 上的断点才将停止。按 Enter 以接受或按 Esc 以取消。"
+ "breakpointWidgetAriaLabel": "如果此条件为 true,程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
+ "breakpointWidgetExpressionPlaceholder": "在表达式计算结果为 true 时中断",
+ "breakpointWidgetHitCountAriaLabel": "如果达到命中次数,程序仅会在此处停止。按 Enter 接受或按 Esc 取消。",
+ "breakpointWidgetHitCountPlaceholder": "在满足命中次数条件时中断",
+ "expression": "表达式",
+ "hitCount": "命中次数"
} \ No newline at end of file
diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
index 9ee51063de6..cbdb10a1bed 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
@@ -5,12 +5,12 @@
// Do not edit this file. It is machine generated.
{
"activateBreakpoints": "激活断点",
- "addConditionalBreakpoint": "添加条件断点",
+ "addConditionalBreakpoint": "添加条件断点...",
"addFunctionBreakpoint": "添加函数断点",
"addToWatchExpressions": "添加到监视",
"addWatchExpression": "添加表达式",
"clearRepl": "清除控制台",
- "conditionalBreakpointEditorAction": "调试: 条件断点",
+ "conditionalBreakpointEditorAction": "调试: 添加条件断点...",
"continueDebug": "继续",
"deactivateBreakpoints": "停用断点",
"debugActionLabelAndKeybinding": "{0} ({1})",
@@ -20,7 +20,7 @@
"debugFocusConsole": "焦点调试控制台",
"disableAllBreakpoints": "禁用所有断点",
"disconnectDebug": "断开连接",
- "editConditionalBreakpoint": "编辑断点",
+ "editConditionalBreakpoint": "编辑断点...",
"enableAllBreakpoints": "启用所有断点",
"launchJsonNeedsConfigurtion": "配置或修复 \"launch.json\"",
"openLaunchJson": "打开 {0}",
diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index e2ade66cdb2..b43b7f94756 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -4,11 +4,14 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "allowBreakpointsEverywhere": "允许为所有文件设置断点(不考虑扩展)。",
"debug": "调试",
"debugCategory": "调试",
+ "debugConfigurationTitle": "调试",
"debugErrorEditor": "调试错误",
"debugPanel": "调试控制台",
"launchConfigDoesNotExist": "启动配置“{0}”不存在。",
+ "openExplorerOnEnd": "在调试会话结束时自动打开资源管理器 viewlet。",
"toggleDebugPanel": "调试控制台",
"toggleDebugViewlet": "显示调试",
"view": "查看"
diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index 784d5dd4d09..4d463d54624 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "actions.repl.acceptInput": "REPL 接受输入",
+ "actions.repl.acceptInput": "接受 REPL 的输入",
"actions.repl.historyNext": "下一个历史记录",
"actions.repl.historyPrevious": "上一个历史记录",
"replAriaLabel": "读取 Eval 打印循环面板"
diff --git a/i18n/chs/src/vs/workbench/parts/debug/node/debugConfigurationManager.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/node/debugConfigurationManager.i18n.json
index ff8a48068cd..df054a1d9b2 100644
--- a/i18n/chs/src/vs/workbench/parts/debug/node/debugConfigurationManager.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/debug/node/debugConfigurationManager.i18n.json
@@ -5,12 +5,11 @@
// Do not edit this file. It is machine generated.
{
"DebugConfig.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"launch.json\" 文件。",
- "app.launch.json.configurations": "配置列表。添加新配置或编辑现有配置。",
+ "app.launch.json.configurations": "配置列表。使用 IntelliSense 添加新配置或编辑现有配置。",
"app.launch.json.title": "启动",
"app.launch.json.version": "此文件格式的版本。",
"debugNoType": "不可省略调试适配器“类型”,其类型必须是“字符串”。",
"duplicateDebuggerType": "调试类型“{0}”已注册,且具有属性“{1}”,正在忽略属性“{1}”。",
- "interactiveVariableNotFound": "适配器 {0} 不提供启动配置中指定的变量 {1}。",
"selectDebug": "选择环境",
"vscode.extension.contributes.breakpoints": "贡献断电。",
"vscode.extension.contributes.breakpoints.language": "对此语言允许断点。",