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/debugEditorActions.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
index 4afe23d64a7..d80f95667d4 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json
@@ -12,5 +12,7 @@
"runToCursor": "執行至游標處",
"debugEvaluate": "偵錯: 評估",
"debugAddToWatch": "偵錯: 加入監看",
- "showDebugHover": "偵錯: 動態顯示"
+ "showDebugHover": "偵錯: 動態顯示",
+ "goToNextBreakpoint": "偵錯: 移至下一個中斷點",
+ "goToPreviousBreakpoint": "偵錯: 移至上一個中斷點"
} \ No newline at end of file