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

debugService.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: 15235fff2c5a5daef6f447b594ac88c4ed46b5ca (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"snapshotObj": "仅显示了此对象的基元值。",
	"debuggingPaused": "已暂停调试,原因 {0},{1} {2}",
	"debuggingStarted": "已开始调试。",
	"debuggingStopped": "已停止调试。",
	"breakpointAdded": "已添加断点,行 {0}, 文件 {1}",
	"breakpointRemoved": "已删除断点,行 {0},文件 {1}",
	"compoundMustHaveConfigurations": "复合项必须拥有 \"configurations\" 属性集,才能启动多个配置。",
	"configMissing": "\"launch.json\" 中缺少配置“{0}”。",
	"debugTypeNotSupported": "配置的类型“{0}”不受支持。",
	"debugTypeMissing": "所选的启动配置缺少属性 \"type\"。",
	"preLaunchTaskErrors": "preLaunchTask“{0}”期间检测到多个生成错误。",
	"preLaunchTaskError": "preLaunchTask“{0}”期间检测到一个生成错误。",
	"preLaunchTaskExitCode": "preLaunchTask“{0}”已终止,退出代码为 {1}。",
	"debugAnyway": "仍进行调试",
	"noFolderWorkspaceDebugError": "无法调试活动文件。请确保它保存在磁盘上,并确保已为该文件类型安装了调试扩展。",
	"NewLaunchConfig": "请设置应用程序的启动配置文件。{0}",
	"DebugTaskNotFound": "找不到 preLaunchTask“{0}”。"
}