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: d9d627e8b23ff4509d997b73748e93df8090e2b6 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "偵錯主控台",
	"variables": "變數",
	"watch": "監看",
	"callStack": "呼叫堆疊",
	"breakpoints": "中斷點",
	"view": "檢視",
	"debugCategory": "偵錯",
	"debugCommands": "偵錯組態",
	"debugConfigurationTitle": "偵錯",
	"allowBreakpointsEverywhere": "允許在任何檔案設定中斷點",
	"openExplorerOnEnd": "自動於偵錯工作階段結束時開啟總管檢視",
	"inlineValues": "在偵錯時於編輯器以內嵌方式顯示變數值",
	"hideActionBar": "控制是否應隱藏浮點偵錯動作列",
	"never": "一律不在狀態列顯示偵錯",
	"always": "遠用在狀態列中顯示偵錯",
	"onFirstSessionStart": "只有第一次啟動偵錯後才在狀態列中顯示偵錯",
	"showInStatusBar": "控制何時應該顯示偵錯狀態列",
	"openDebug": "控制是否應於偵錯工作階段開始時開啟偵錯檢視。",
	"launch": "全域偵錯啟動組態。應當做在工作區之間共用的 'launch.json' 替代方案使用"
}