extensionManagementService.i18n.json 1.2 KB
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 7
{
	"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
8
	"restartCodeLocal": "请先重启 Code 再重新安装 {0}。",
9
	"restartCodeGallery": "请先重启 Code 再重新安装。",
10 11
	"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
	"uninstallOnly": "仅",
D
Dirk Baeumer 已提交
12
	"uninstallAll": "全部",
13
	"cancel": "取消",
D
Dirk Baeumer 已提交
14
	"uninstallConfirmation": "是否确定要卸载“{0}”?",
15 16 17 18 19
	"ok": "确定",
	"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",
	"twoDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”依赖于此。",
	"multipleDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”以及其他扩展程序都依赖于此。",
	"notExists": "找不到扩展"
D
Dirk Baeumer 已提交
20
}