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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/extensions/typescript')
-rw-r--r--i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json6
-rw-r--r--i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json7
-rw-r--r--i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json12
-rw-r--r--i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json8
-rw-r--r--i18n/chs/extensions/typescript/package.i18n.json5
5 files changed, 30 insertions, 8 deletions
diff --git a/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{} \ No newline at end of file
diff --git a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
index 06c4e0ea585..bc6724e917f 100644
--- a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -5,14 +5,7 @@
// 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 服务器",
diff --git a/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json
new file mode 100644
index 00000000000..e35174ba693
--- /dev/null
+++ b/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json
@@ -0,0 +1,12 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "useVSCodeVersionOption": "使用 VSCode 的版本",
+ "activeVersion": "当前处于活动状态",
+ "useWorkspaceVersionOption": "使用工作区版本",
+ "learnMore": "了解详细信息",
+ "selectTsVersion": "选择用于 JavaScript 和 TypeScript 语言功能的 TypeScript 版本"
+} \ No newline at end of file
diff --git a/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json
new file mode 100644
index 00000000000..3a3d6c19c92
--- /dev/null
+++ b/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "noBundledServerFound": "其他应用程序(例如运行异常的病毒检测工具)已删除 VSCode 的 tsserver。请重新安装 VS Code。"
+} \ No newline at end of file
diff --git a/i18n/chs/extensions/typescript/package.i18n.json b/i18n/chs/extensions/typescript/package.i18n.json
index 8f30f33deda..063847f20d8 100644
--- a/i18n/chs/extensions/typescript/package.i18n.json
+++ b/i18n/chs/extensions/typescript/package.i18n.json
@@ -28,6 +28,7 @@
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "定义非空括号的左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.3.0。",
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "定义模板字符串的左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.0.6。",
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "定义 JSX 表达式左括号后面和右括号前面的空格处理。要求 TypeScript >= 2.0.6。",
+ "format.insertSpaceAfterTypeAssertion": "定义 TypeScript 中类型断言后的空格处理。要求 TypeScript >= 2.4。",
"format.placeOpenBraceOnNewLineForFunctions": "定义函数的左大括号是否放置在新的一行。",
"format.placeOpenBraceOnNewLineForControlBlocks": "定义控制块的左括号是否放置在新的一行。",
"javascript.validate.enable": "启用/禁用 JavaScript 验证。",
@@ -44,5 +45,7 @@
"typescript.npm": "指定用于自动获取类型的 NPM 可执行文件的路径。要求 TypeScript >= 2.3.4。",
"typescript.check.npmIsInstalled": "检查是否安装了 NPM 以自动获取类型。",
"javascript.nameSuggestions": "启用/禁用在 JavaScript 建议列表中包含文件中的唯一名称。",
- "typescript.tsc.autoDetect": "控制自动检测 tsc 任务是否打开。"
+ "typescript.tsc.autoDetect": "控制自动检测 tsc 任务是否打开。",
+ "typescript.problemMatchers.tsc.label": "TypeScript 问题",
+ "typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)"
} \ No newline at end of file