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/cht/extensions/typescript')
-rw-r--r--i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json9
-rw-r--r--i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json7
-rw-r--r--i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json12
-rw-r--r--i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json8
-rw-r--r--i18n/cht/extensions/typescript/package.i18n.json5
5 files changed, 33 insertions, 8 deletions
diff --git a/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json
new file mode 100644
index 00000000000..d48832c49ca
--- /dev/null
+++ b/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "buildAndWatchTscLabel": "監看 {0}",
+ "buildTscLabel": "建置 {0}"
+} \ No newline at end of file
diff --git a/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json
index 0ac728237d9..d39294b420a 100644
--- a/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json
+++ b/i18n/cht/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` 並重新啟動 TS 伺服器,以啟用記錄功能",
"typescript.openTsServerLog.enableAndReloadOption": "啟用記錄功能並重新啟動 TS 伺服器",
diff --git a/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json
new file mode 100644
index 00000000000..9555f09a5b3
--- /dev/null
+++ b/i18n/cht/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/cht/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json
new file mode 100644
index 00000000000..f883c34b144
--- /dev/null
+++ b/i18n/cht/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/cht/extensions/typescript/package.i18n.json b/i18n/cht/extensions/typescript/package.i18n.json
index adf3f4e32dd..3edb6f44525 100644
--- a/i18n/cht/extensions/typescript/package.i18n.json
+++ b/i18n/cht/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