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')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
4 files changed, 7 insertions, 6 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index da46c1cbcd0..cdb820233a1 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -8,6 +8,10 @@
"toggleDebugPanel": "偵錯主控台",
"debug": "偵錯",
"debugPanel": "偵錯主控台",
+ "variables": "變數",
+ "watch": "監看",
+ "callStack": "呼叫堆疊",
+ "breakpoints": "中斷點",
"view": "檢視",
"debugCategory": "偵錯",
"debugCommands": "偵錯組態",
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 4ff9fe0b2b9..74156fbcb3a 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -21,5 +21,5 @@
"noFolderWorkspaceDebugError": "無法對使用中的檔案偵錯。請確認檔案已儲存在磁碟上,而且您已經為該檔案類型安裝偵錯延伸模組。",
"NewLaunchConfig": "請為您的應用程式設定啟動組態檔。{0}",
"DebugTaskNotFound": "找不到 preLaunchTask '{0}'。",
- "differentTaskRunning": "有一個工作 {0} 正在執行。無法在啟動工作 {1} 前執行。"
+ "differentTaskRunning": "工作{0}已正在執行。無法在啟動工作\"{1}\"前執行"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
index e199cca6775..e6e2542dc0a 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
@@ -5,16 +5,12 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "變數區段",
- "variables": "變數",
"variablesAriaTreeLabel": "偵錯變數",
"expressionsSection": "運算式區段",
- "watch": "監看",
"watchAriaTreeLabel": "對監看運算式執行偵錯",
"callstackSection": "呼叫堆疊區段",
"debugStopped": "於 {0} 暫停",
- "callStack": "呼叫堆疊",
"callStackAriaLabel": "偵錯呼叫堆疊",
"breakpointsSection": "中斷點區段",
- "breakpoints": "中斷點",
"breakpointsAriaTreeLabel": "偵錯中斷點"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index ed2f5ab853d..4658c319256 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,6 @@
"replAriaLabel": "「讀取、求值、輸出」迴圈面板",
"actions.repl.historyPrevious": "上一筆記錄",
"actions.repl.historyNext": "下一筆記錄",
- "actions.repl.acceptInput": "REPL 接受輸入"
+ "actions.repl.acceptInput": "REPL 接受輸入",
+ "actions.repl.copyAll": "偵錯: 主控台全部複製"
} \ No newline at end of file