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

extensionManagementService.i18n.json « node « extensionManagement « platform « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0013de0e6a7dd17b3cc44f04c5e7fd0d887d5810 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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}",
	"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": "找不到擴充功能"
}