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

extensionsWorkbenchService.i18n.json « node « extensions « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44a55467fbff854a63a55f517fe9c0fbba027d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"enableDependeciesConfirmation": "啟用 '{0}' 也會啟用其相依性。仍要繼續嗎?",
	"enable": "是",
	"doNotEnable": "否",
	"disableDependeciesConfirmation": "只要停用 '{0}',還是一併停用其相依性?",
	"disableOnly": "只有",
	"disableAll": "全部",
	"cancel": "取消",
	"singleDependentError": "無法停用延伸模組 '{0}'。'{1}' 延伸模組相依於此項。",
	"twoDependentsError": "無法停用延伸模組 '{0}'。'{1}' 及 '{2}' 延伸模組相依於此項。",
	"multipleDependentsError": "無法停用延伸模組 '{0}'。'{1}'、'{2}' 及其他延伸模組相依於此項。",
	"installConfirmation": "您要安裝 '{0}' 延伸模組嗎?",
	"install": "安裝"
}