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/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
index b33c53bffbb..04a14b30539 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json
+++ b/i18n/cht/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}",