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

typescriptServiceClient.i18n.json « out « typescript « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc6724e917f4911591b016b78a727c8185958540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*---------------------------------------------------------------------------------------------
 *  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 版本。",
	"serverCouldNotBeStarted": "无法启动 TypeScript 语言服务器。错误消息为: {0}",
	"typescript.openTsServerLog.notSupported": "TS 服务器日志记录需要 TS 2.2.2+",
	"typescript.openTsServerLog.loggingNotEnabled": "TS 服务器日志记录已关闭。请设置 \"typescript.tsserver.log\" 并重启\n TS 服务器以启用日志记录",
	"typescript.openTsServerLog.enableAndReloadOption": "启用日志记录并重启 TS 服务器",
	"typescript.openTsServerLog.noLogFile": "TS 服务器尚未启动日志记录。",
	"openTsServerLog.openFileFailedFailed": "无法打开 TS 服务器日志文件",
	"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。",
	"serverDiedReportIssue": "报告问题",
	"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。"
}