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: f8795792adf8304214010ed35ea96628faf33358 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"channelName": "TypeScript",
	"close": "关闭",
	"doNotCheckAgain": "不要再次检查",
	"localTSFound": "工作区文件夹包含 TypeScript 版本 {0}。是否要使用此版本而不是捆绑的版本 {1}?",
	"moreInformation": "详细信息",
	"neverCheckLocalVesion": "从不检查工作区版本",
	"noServerFound": "路径 {0} 未指向有效的 tsserver 安装。将禁用 TypeScript 语言功能。",
	"serverCouldNotBeStarted": "无法启动 TypeScript 语言服务器。错误消息为: {0}",
	"serverDied": "在过去 5 分钟内,TypeScript 语言服务意外中止了 5 次。请考虑启用 bug 报告。",
	"serverDiedAfterStart": "TypeScript 语言服务在其启动后已中止 5 次。将不会重启该服务。请启用 bug 报告。",
	"updateGlobalWorkspaceCheck": "已将用户设置 \"typescript.check.workspaceVersion\" 更新为 false",
	"updateLocalWorkspaceCheck": "已将工作区设置 \"typescript.check.workspaceVersion\" 更新为 false",
	"updateTscCheck": "已将用户设置 \"typescript.check.tscVersion\" 更新为 false",
	"updatedtsdk": "已将工作区设置 \"typescript.tsdk\" 更新为 {0}",
	"use": "使用工作区({0})",
	"useBundled": "捆绑使用({0})",
	"versionMismatch": "检测到全局安装的 tsc 编译器({0})与 VS 代码语言服务({1})版本不匹配。这可能导致不一致的编译错误。",
	"versionNumber.custom": "自定义"
}