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

breakpointsView.i18n.json « 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: c9aa5d596d9f9924102535d68e92181d388f9991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"editConditionalBreakpoint": "編輯中斷點...",
	"functionBreakpointsNotSupported": "此偵錯類型不支援函式中斷點",
	"functionBreakpointPlaceholder": "要中斷的函式",
	"functionBreakPointInputAriaLabel": "輸入函式中斷點",
	"functionBreakpointUnsupported": "此偵錯類型不支援函式中斷點",
	"breakpointDirtydHover": "未驗證的中斷點。檔案已修改,請重新啟動偵錯工作階段。",
	"conditionalBreakpointUnsupported": "此偵錯類型不支援的條件式中斷點",
	"hitBreakpointUnsupported": "此偵錯類型不支援點擊條件式中斷點"
}