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

typescriptServiceClient.i18n.json « out « typescript « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ac728237d9c5ac30bff6df7c13b87efe2b77b5d (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。即將回復為配套的 TypeScript 版本。",
	"noBundledServerFound": "其他應用程式已刪除了 VSCode 的 tsserver,例如行為不當的病毒偵測工具。請重新安裝 VS Code。",
	"versionNumber.custom": "自訂",
	"serverCouldNotBeStarted": "無法啟動 TypeScript 語言伺服器。錯誤訊息為: {0}",
	"useVSCodeVersionOption": "使用 VSCode 的版本",
	"activeVersion": "目前使用中",
	"useWorkspaceVersionOption": "使用工作區版本",
	"learnMore": "深入了解",
	"selectTsVersion": "選取 JavaScript 與 TypeScript 功能使用的 TypeScript 版本",
	"typescript.openTsServerLog.notSupported": "TS 伺服器的記錄功能需要 TS 2.2.2+",
	"typescript.openTsServerLog.loggingNotEnabled": "TS 伺服器記錄功能已關閉。請設定 `typescript.tsserver.log` 並重新啟動 TS 伺服器,以啟用記錄功能",
	"typescript.openTsServerLog.enableAndReloadOption": "啟用記錄功能並重新啟動 TS 伺服器",
	"typescript.openTsServerLog.noLogFile": "TS 伺服器尚未開始記錄。",
	"openTsServerLog.openFileFailedFailed": "無法開啟 TS 伺服器記錄檔",
	"serverDiedAfterStart": "TypeScript 語言服務在啟動後立即中止 5 次。服務將不會重新啟動。",
	"serverDiedReportIssue": "回報問題",
	"serverDied": "TypeScript 語言服務在過去 5 分鐘內意外中止 5 次。"
}