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')
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json6
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json1
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json3
6 files changed, 17 insertions, 6 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index b6a825d8df7..86768e58c63 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -6,6 +6,8 @@
{
"entryAriaLabel": "{0},偵錯",
"debugAriaLabel": "輸入要執行之啟動組態的名稱。",
+ "addConfigTo": "新增組態 ({0})...",
+ "addConfiguration": "新增組態...",
"noConfigurationsMatching": "沒有任何相符的偵錯組態",
"noConfigurationsFound": "找不到任何偵錯組態。請建立'launch.json' 檔案。"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
new file mode 100644
index 00000000000..24c491ad8e0
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "debug": "偵錯"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
index d0e90daa9e8..19f502a82ef 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
@@ -15,7 +15,6 @@
"vscode.extension.contributes.debuggers.initialConfigurations": "組態,用於產生初始 'launch.json'。",
"vscode.extension.contributes.debuggers.languages": "可將偵錯延伸模組視為「預設偵錯工具」的語言清單。",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "如有指定,VS Code 會呼叫此命令以決定偵錯配接器的可執行檔路徑及要傳遞的引數。",
- "vscode.extension.contributes.debuggers.startSessionCommand": "如有指定,VS Code 會為以此延伸模組為目標的「偵錯」或「執行」動作呼叫此命令。",
"vscode.extension.contributes.debuggers.configurationSnippets": "用於在 'launch.json' 中新增組態的程式碼片段。",
"vscode.extension.contributes.debuggers.configurationAttributes": "JSON 結構描述組態,用於驗證 'launch.json'。",
"vscode.extension.contributes.debuggers.windows": "Windows 特定設定。",
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 4bdc5fb94f2..c949e5dbf8b 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
@@ -12,10 +12,7 @@
"breakpointRemoved": "已移除中斷點,行 {0},檔案 {1}",
"compoundMustHaveConfigurations": "複合必須設有 \"configurations\" 屬性,才能啟動多個組態。",
"configMissing": "'launch.json' 中遺漏組態 '{0}'。",
- "debugRequestNotSupported": "所選的偵錯組態具有不支援的屬性值 '{0}': '{1}'。",
- "debugRequesMissing": "所選的偵錯組態遺漏屬性 '{0}'。",
"debugTypeNotSupported": "不支援設定的偵錯類型 '{0}'。",
- "debugTypeMissing": "遺漏所選啟動設定的屬性 'type'。",
"preLaunchTaskErrors": "執行 preLaunchTask '{0}' 期間偵測到建置錯誤。",
"preLaunchTaskError": "執行 preLaunchTask '{0}' 期間偵測到建置錯誤。",
"preLaunchTaskExitCode": "preLaunchTask '{0}' 已終止,結束代碼為 {1}。",
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
index e7982d93dfd..39f259be4a4 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
@@ -7,6 +7,5 @@
"stateCapture": "第一次評估會擷取物件狀態",
"replVariableAriaLabel": "變數 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
"replExpressionAriaLabel": "運算式 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
- "replValueOutputAriaLabel": "{0},「讀取、求值、輸出」迴圈,偵錯",
- "replKeyValueOutputAriaLabel": "輸出變數 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯"
+ "replValueOutputAriaLabel": "{0},「讀取、求值、輸出」迴圈,偵錯"
} \ No newline at end of file