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

extensionsActions.i18n.json « electron-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: 52e04f418b720f035cd4516967aaf26b9da2569a (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ConfigureWorkspaceRecommendations.noWorkspace": "只有在工作區資料夾中才能使用建議。",
	"OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。",
	"OpenGlobalExtensionsStorageFile.failed": "無法在 '{0}' 資料夾中建立 'extensions.json' 檔案 ({1})。",
	"builtin": "內建",
	"clearExtensionsInput": "清除擴充功能輸入",
	"configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)",
	"deleteSure": "確定要解除安裝 '{0}' 嗎?",
	"enableAction": "啟用",
	"installAction": "安裝",
	"installExtensions": "安裝擴充功能",
	"installVSIX": "從 VSIX 安裝...",
	"installing": "正在安裝",
	"openExtensionsFolder": "開啟擴充功能資料夾",
	"postUninstallMessage": "已成功將 '{0}' 解除安裝。請重新啟動加以停用。",
	"restart": "為了啟用此擴充功能,必須重新啟動此 VS Code 視窗。\n\n要繼續嗎?",
	"restartNow": "立即重新啟動",
	"showDisabledExtensions": "顯示停用的延伸模組",
	"showInstalledExtensions": "顯示安裝的擴充功能",
	"showOutdatedExtensions": "顯示過期的擴充功能",
	"showPopularExtensions": "顯示熱門擴充功能",
	"showRecommendedExtensions": "顯示建議的擴充功能",
	"showWorkspaceRecommendedExtensions": "顯示工作區的建議擴充功能",
	"toggleExtensionsViewlet": "顯示擴充功能",
	"uninstall": "解除安裝",
	"updateAction": "更新",
	"updateAll": "更新所有擴充功能"
}