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: 06c4e0ea585e7f949269b63ca4ea50971d8e15c0 (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\" 并重启\n TS 服务器以启用日志记录",
	"typescript.openTsServerLog.enableAndReloadOption": "启用日志记录并重启 TS 服务器",
	"typescript.openTsServerLog.noLogFile": "TS 服务器尚未启动日志记录。",
	"openTsServerLog.openFileFailedFailed": "无法打开 TS 服务器日志文件",
	"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。",
	"serverDiedReportIssue": "报告问题",
	"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。"
}