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

callStackView.i18n.json « electron-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: ba75f29be7870fe32e5e5f1e8281013477133702 (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."
	],
	"callstackSection": "调用堆栈部分",
	"debugStopped": "因 {0} 已暂停",
	"callStackAriaLabel": "调试调用堆栈",
	"session": "会话",
	"paused": "已暂停",
	"running": "正在运行",
	"thread": "线程",
	"pausedOn": "因 {0} 已暂停",
	"loadMoreStackFrames": "加载多个堆栈帧",
	"threadAriaLabel": "线程 {0},调用堆栈,调试",
	"stackFrameAriaLabel": "堆栈帧 {0} 行 {1} {2},调用堆栈,调试"
}