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

debugService.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: 4ff9fe0b2b99b45d5b658004c287005095368702 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"snapshotObj": "只會顯示此物件的基本值。",
	"debuggingPaused": "偵錯已暫停,原因 {0},{1} {2}",
	"debuggingStarted": "偵錯已開始。",
	"debuggingStopped": "偵錯已停止。",
	"breakpointAdded": "已新增中斷點,行 {0},檔案 {1}",
	"breakpointRemoved": "已移除中斷點,行 {0},檔案 {1}",
	"compoundMustHaveConfigurations": "複合必須設有 \"configurations\" 屬性,才能啟動多個組態。",
	"configMissing": "'launch.json' 中遺漏組態 '{0}'。",
	"debugTypeNotSupported": "不支援設定的偵錯類型 '{0}'。",
	"debugTypeMissing": "遺漏所選啟動設定的屬性 'type'。",
	"preLaunchTaskErrors": "執行 preLaunchTask '{0}' 期間偵測到建置錯誤。",
	"preLaunchTaskError": "執行 preLaunchTask '{0}' 期間偵測到建置錯誤。",
	"preLaunchTaskExitCode": "preLaunchTask '{0}' 已終止,結束代碼為 {1}。",
	"debugAnyway": "仍要偵錯",
	"noFolderWorkspaceDebugError": "無法對使用中的檔案偵錯。請確認檔案已儲存在磁碟上,而且您已經為該檔案類型安裝偵錯延伸模組。",
	"NewLaunchConfig": "請為您的應用程式設定啟動組態檔。{0}",
	"DebugTaskNotFound": "找不到 preLaunchTask '{0}'。",
	"differentTaskRunning": "有一個工作 {0} 正在執行。無法在啟動工作 {1} 前執行。"
}