Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debugConfigurationManager.i18n.json « electron-browser « debug « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19f502a82ef9d8b8636615696381bb1fa8817834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.debuggers": "提供偵錯配接器。",
	"vscode.extension.contributes.debuggers.type": "此偵錯配接器的唯一識別碼。",
	"vscode.extension.contributes.debuggers.label": "此偵錯配接器的顯示名稱。",
	"vscode.extension.contributes.debuggers.program": "偵錯配接器程式的路徑。可以是擴充功能資料夾的絕對或相對路徑。",
	"vscode.extension.contributes.debuggers.args": "要傳遞至配接器的選擇性引數。",
	"vscode.extension.contributes.debuggers.runtime": "程式屬性不是可執行檔但需要執行階段時的選擇性執行階段。",
	"vscode.extension.contributes.debuggers.runtimeArgs": "選擇性執行階段引數。",
	"vscode.extension.contributes.debuggers.variables": "從 `launch.json` 中的互動式變數 (例如 ${action.pickProcess}) 對應到命令。",
	"vscode.extension.contributes.debuggers.initialConfigurations": "組態,用於產生初始 'launch.json'。",
	"vscode.extension.contributes.debuggers.languages": "可將偵錯延伸模組視為「預設偵錯工具」的語言清單。",
	"vscode.extension.contributes.debuggers.adapterExecutableCommand": "如有指定,VS Code 會呼叫此命令以決定偵錯配接器的可執行檔路徑及要傳遞的引數。",
	"vscode.extension.contributes.debuggers.configurationSnippets": "用於在 'launch.json' 中新增組態的程式碼片段。",
	"vscode.extension.contributes.debuggers.configurationAttributes": "JSON 結構描述組態,用於驗證 'launch.json'。",
	"vscode.extension.contributes.debuggers.windows": "Windows 特定設定。",
	"vscode.extension.contributes.debuggers.windows.runtime": "用於 Windows 的執行階段。",
	"vscode.extension.contributes.debuggers.osx": "OS X 特定設定。",
	"vscode.extension.contributes.debuggers.osx.runtime": "用於 OSX 的執行階段。",
	"vscode.extension.contributes.debuggers.linux": "Linux 特定設定。",
	"vscode.extension.contributes.debuggers.linux.runtime": "用於 Linux 的執行階段。",
	"vscode.extension.contributes.breakpoints": "提供中斷點。",
	"vscode.extension.contributes.breakpoints.language": "允許此語言使用中斷點。",
	"app.launch.json.title": "啟動",
	"app.launch.json.version": "此檔案格式的版本。",
	"app.launch.json.configurations": "組態清單。請使用 IntelliSense 新增新的組態或編輯現有的組態。",
	"app.launch.json.compounds": "複合的清單。每個複合都參考將會同時啟動的多重組態。",
	"app.launch.json.compound.name": "複合的名稱。顯示於啟動組態下拉式功能表。",
	"app.launch.json.compounds.configurations": "將會作為此複合一部份而啟動之組態的名稱。",
	"debugNoType": "偵錯配接器 'type' 不能省略且必須屬於 'string' 類型。",
	"selectDebug": "選取環境",
	"DebugConfig.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'launch.json' 檔案。"
}