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

extensionHost.i18n.json « electron-browser « extensions « services « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 585bb2496cd7886caa6f1026b107de4fd97d3061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"extensionHostProcess.crash": "扩展主机意外终止。请重新加载窗口以恢复。",
	"extensionHostProcess.error": "扩展主机中的错误: {0}",
	"extensionHostProcess.startupFail": "扩展主机未在 10 秒内启动,这可能是一个问题。",
	"extensionHostProcess.startupFailDebug": "扩展未在 10 秒内启动,可能在第一行已停止,需要调试器才能继续。",
	"extensionUnderDevelopment": "正在 {0} 处加载开发扩展",
	"overwritingExtension": "使用 {1} 覆盖扩展 {0}。"
}