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/browser/debugActions.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
1 files changed, 3 insertions, 3 deletions
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}",