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

debug.contribution.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: da46c1cbcd0d385e6bd4b143f9162d6e41f507c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"toggleDebugViewlet": "顯示偵錯",
	"toggleDebugPanel": "偵錯主控台",
	"debug": "偵錯",
	"debugPanel": "偵錯主控台",
	"view": "檢視",
	"debugCategory": "偵錯",
	"debugCommands": "偵錯組態",
	"debugConfigurationTitle": "偵錯",
	"allowBreakpointsEverywhere": "允許在任何檔案設定中斷點",
	"openExplorerOnEnd": "自動於偵錯工作階段結束時開啟總管檢視",
	"inlineValues": "在偵錯時於編輯器以內嵌方式顯示變數值",
	"hideActionBar": "控制是否應隱藏浮點偵錯動作列",
	"launch": "全域偵錯啟動組態。應當做在工作區之間共用的 'launch.json' 替代方案使用"
}