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

breakpointsView.i18n.json « browser « debug « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93d62ea4b11bdaa34618f52d6b5f3e984d7b8d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"logPoint": "记录点",
	"breakpoint": "断点",
	"editBreakpoint": "编辑 {0}...",
	"functionBreakpointsNotSupported": "此调试类型不支持函数断点",
	"functionBreakpointPlaceholder": "要断开的函数",
	"functionBreakPointInputAriaLabel": "键入函数断点",
	"breakpointDisabledHover": "已禁用的断点",
	"breakpointUnverifieddHover": "未验证的断点",
	"functionBreakpointUnsupported": "不受此调试类型支持的函数断点",
	"breakpointDirtydHover": "未验证的断点。对文件进行了修改,请重启调试会话。",
	"logBreakpointUnsupported": "不受此调试类型支持的记录点",
	"conditionalBreakpointUnsupported": "不受此调试类型支持的条件断点",
	"hitBreakpointUnsupported": "命中不受此调试类型支持的条件断点"
}