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/typescriptServiceClient.i18n.json2
-rw-r--r--i18n/chs/extensions/typescript/package.i18n.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
index f8795792adf..ed0542dbc0d 100644
--- a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json
@@ -20,6 +20,6 @@
"updatedtsdk": "已将工作区设置 \"typescript.tsdk\" 更新为 {0}",
"use": "使用工作区({0})",
"useBundled": "捆绑使用({0})",
- "versionMismatch": "检测到全局安装的 tsc 编译器({0})与 VS 代码语言服务({1})版本不匹配。这可能导致不一致的编译错误。",
+ "versionMismatch": "版本不匹配! 全局 tsc ({0}) != VS Code 的语言服务({1})。可能出现不一致的编译错误",
"versionNumber.custom": "自定义"
} \ 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 d27d9710483..12014ffee91 100644
--- a/i18n/chs/extensions/typescript/package.i18n.json
+++ b/i18n/chs/extensions/typescript/package.i18n.json
@@ -8,8 +8,10 @@
"format.insertSpaceAfterCommaDelimiter": "定义逗号分隔符后面的空格处理",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "定义匿名函数的函数关键字之后的空格处理",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "定义控制流语句中的关键字之后的空格处理",
+ "format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "定义 JSX 表达式的左括号之后和右括号之前的空格处理。要求 TypeScript >= 2.0.6",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "定义非空方括号的左括号之后和右括号之前的空格处理。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "定义非空圆括号的左括号之后和右括号之前的空格处理。",
+ "format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "定义模板字符串的左括号之后和右括号之前的空格处理。要求 TypeScript >= 2.0.6",
"format.insertSpaceAfterSemicolonInForStatements": "在 For 语句中,定义分号之后的空格处理",
"format.insertSpaceBeforeAndAfterBinaryOperators": "定义二进制运算符后面的空格处理",
"format.placeOpenBraceOnNewLineForControlBlocks": "定义左大括号是否针对控制块而放置在新的一行",
@@ -18,6 +20,7 @@
"javascript.validate.enable": "启用/禁用 JavaScript 验证",
"typescript.check.tscVersion": "检查全局安装的 TypeScript 编译器(例如 tsc )是否不同于使用的 TypeScript 语言服务。",
"typescript.check.workspaceVersion": "检查工作区中的 TypeScript 版本是否可用",
+ "typescript.experimentalAutomaticTypeAcquisition": "启用自动类型获取。要求 TypeScript >= 2.0.6,并需在对其进行更改后重启。",
"typescript.reloadProjects.title": "重新加载 TypeScript 项目",
"typescript.tsdk.desc": "指定包含要使用的 tsserver 和 lib*.d.ts 文件的文件夹路径。",
"typescript.tsdk_version.desc": "指定 tsserver 的版本。仅在未使用 npm 安装 tsserver 时需要。",