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

extensionManagementService.i18n.json « node « extensionManagement « platform « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f27f13cb3e45a31ee6119d46cc8af28787bc0202 (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
25
26
27
28
29
30
31
32
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
	"restartCode": "请先重启 Code 再重新安装 {0}。",
	"installingOutdatedExtension": "您已安装此扩展的新版程序。是否要使用旧版覆盖?",
	"override": "覆盖",
	"cancel": "取消",
	"errorInstallingDependencies": "安装依赖项时出错。{0}",
	"MarketPlaceDisabled": "商店未启用",
	"removeError": "删除扩展时出错: {0}。请重启 VS Code,然后重试。",
	"Not Market place extension": "只能重新安装商店中的扩展",
	"notFoundCompatible": "无法安装“{0}”;没有可用的版本与 VS Code “{1}”兼容。",
	"malicious extension": "无法安装此扩展,它被报告存在问题。",
	"notFoundCompatibleDependency": "无法安装。找不到与 VS Code 当前版本 ({1}) 兼容的依赖扩展“{0}”。",
	"quitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
	"exitCode": "无法安装扩展。请在重启 VS Code 后重新安装。",
	"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
	"uninstallOnly": "仅",
	"uninstallAll": "全部",
	"uninstallConfirmation": "是否确定要卸载“{0}”?",
	"ok": "确定",
	"singleDependentError": "无法卸载扩展程序“{0}”。扩展程序“{1}”依赖于此。",
	"twoDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”依赖于此。",
	"multipleDependentsError": "无法卸载扩展程序“{0}”。扩展程序“{1}”、“{2}”以及其他扩展程序都依赖于此。",
	"notExists": "找不到扩展"
}