extensionManagementService.i18n.json 898 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5
/*---------------------------------------------------------------------------------------------
 *  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.
D
Dirk Baeumer 已提交
6
{
D
Dirk Baeumer 已提交
7 8 9
	"doNotInstall": "否",
	"install": "是",
	"installDependeciesConfirmation": "安装”{0}“还会安装其依赖项。是否要继续?",
D
Dirk Baeumer 已提交
10 11 12 13 14 15 16
	"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
	"invalidName": "扩展无效: 清单名不匹配。",
	"invalidPublisher": "扩展无效: 清单发布服务器不匹配。",
	"invalidVersion": "扩展无效: 清单版本不匹配。",
	"notExists": "找不到扩展",
	"restartCode": "请先重启 Code 再重新安装 {0}。"
}