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

extensionsActions.i18n.json « browser « extensions « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93653e56482fe9ca81d9bce5e5ba601ed30dda2e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"installAction": "安裝",
	"installing": "安裝中",
	"uninstallAction": "解除安裝",
	"Uninstalling": "正在解除安裝",
	"updateAction": "更新",
	"updateTo": "更新至 {0}",
	"ManageExtensionAction.uninstallingTooltip": "正在解除安裝",
	"enableForWorkspaceAction": "啟用 (工作區)",
	"enableGloballyAction": "啟用",
	"enableAction": "啟用",
	"disableForWorkspaceAction": "停用 (工作區)",
	"disableGloballyAction": "停用",
	"disableAction": "停用",
	"checkForUpdates": "查看是否有更新",
	"enableAutoUpdate": "啟用自動更新延伸模組",
	"disableAutoUpdate": "停用自動更新延伸模組",
	"updateAll": "更新所有延伸模組",
	"reloadAction": "重新載入",
	"postUpdateTooltip": "重新載入以更新",
	"postUpdateMessage": "要重新載入此視窗以啟動已更新的延伸模組 '{0}' 嗎?",
	"postEnableTooltip": "重新載入以啟動",
	"postEnableMessage": "要重新載入此視窗以啟動延伸模組 '{0}' 嗎?",
	"postDisableTooltip": "重新載入以停用",
	"postDisableMessage": "要重新載入此視窗以停用延伸模組 '{0}' 嗎?",
	"postUninstallTooltip": "重新載入以停用",
	"postUninstallMessage": "要重新載入此視窗以停用已解除安裝的延伸模組 '{0}' 嗎?",
	"toggleExtensionsViewlet": "顯示擴充功能",
	"installExtensions": "安裝擴充功能",
	"showEnabledExtensions": "顯示啟用的延伸模組",
	"showInstalledExtensions": "顯示安裝的擴充功能",
	"showDisabledExtensions": "顯示停用的延伸模組",
	"clearExtensionsInput": "清除擴充功能輸入",
	"showBuiltInExtensions": "顯示內建擴充功能",
	"showOutdatedExtensions": "顯示過期的擴充功能",
	"showPopularExtensions": "顯示熱門擴充功能",
	"showRecommendedExtensions": "顯示建議的擴充功能",
	"installWorkspaceRecommendedExtensions": "安裝所有建議的工作區延伸模組",
	"allExtensionsInstalled": "所有建議此工作區使用的延伸模組皆已安裝",
	"installRecommendedExtension": "安裝建議的擴充功能",
	"extensionInstalled": "建議的延伸模組已安裝",
	"showRecommendedKeymapExtensionsShort": "按鍵對應",
	"showLanguageExtensionsShort": "語言擴充功能",
	"showAzureExtensionsShort": "Azure 延伸模組",
	"OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。",
	"configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)",
	"configureWorkspaceFolderRecommendedExtensions": "設定建議的延伸模組 (工作區資料夾) ",
	"malicious tooltip": "這個延伸模組曾經被回報是有問題的。",
	"malicious": "惡意",
	"disableAll": "停用所有已安裝的延伸模組",
	"disableAllWorkspace": "停用此工作區的所有已安裝延伸模組",
	"enableAll": "啟用所有擴充功能",
	"enableAllWorkspace": "啟用此工作區的所有擴充功能",
	"extensionButtonProminentBackground": "突出的動作延伸模組按鈕背景色彩 (例如,[安裝] 按鈕)。",
	"extensionButtonProminentForeground": "突出的動作延伸模組按鈕前景色彩 (例如,[安裝] 按鈕)。",
	"extensionButtonProminentHoverBackground": "突出的動作延伸模組按鈕背景暫留色彩 (例如,[安裝] 按鈕)。"
}