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/electron-browser/debugEditorContribution.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index 02a61914871..226600558bf 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "加入中斷點",
- "addConfiguration": "新增組態..."
+ "addConfiguration": "新增組態...",
+ "disableBreakpointOnLine": "停用行中斷點",
+ "disableColumnBreakpoint": "停用資料行 {0} 的中斷點",
+ "editBreakpointOnColumn": "編輯資料行 {0} 的中斷點",
+ "editBreakpoints": "編輯中斷點",
+ "editLineBrekapoint": "編輯行中斷點",
+ "enableBreakpointOnLine": "啟用行中斷點",
+ "enableBreakpoints": "啟用資料行 {0} 的中斷點",
+ "enableDisableBreakpoints": "啟用/停用中斷點",
+ "removeBreakpointOnColumn": "移除資料行 {0} 的中斷點",
+ "removeBreakpoints": "移除中斷點",
+ "removeLineBreakpoint": "移除行中斷點"
} \ No newline at end of file