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')
-rw-r--r--i18n/cht/extensions/configuration-editing/out/extension.i18n.json4
-rw-r--r--i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json3
-rw-r--r--i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json8
-rw-r--r--i18n/cht/extensions/git/out/commands.i18n.json6
-rw-r--r--i18n/cht/extensions/git/package.i18n.json7
-rw-r--r--i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json6
-rw-r--r--i18n/cht/extensions/markdown/out/security.i18n.json5
-rw-r--r--i18n/cht/extensions/markdown/package.i18n.json2
-rw-r--r--i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json1
-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
14 files changed, 62 insertions, 21 deletions
diff --git a/i18n/cht/extensions/configuration-editing/out/extension.i18n.json b/i18n/cht/extensions/configuration-editing/out/extension.i18n.json
index 8b6ad71cd4e..23698ee4d00 100644
--- a/i18n/cht/extensions/configuration-editing/out/extension.i18n.json
+++ b/i18n/cht/extensions/configuration-editing/out/extension.i18n.json
@@ -3,4 +3,6 @@
* 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
+{
+ "exampleExtension": "範例"
+} \ No newline at end of file
diff --git a/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
index bfbf51dad3d..54a0b2aaf23 100644
--- a/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
+++ b/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json
@@ -7,7 +7,10 @@
"activeEditorShort": "例如 myFile.txt",
"activeEditorMedium": "例如 myFolder/myFile.txt",
"activeEditorLong": "例如 /Users/Development/myProject/myFolder/myFile.txt",
+ "rootName": "例如 myFolder1, , myFolder2, myFolder3",
"rootPath": "例如 /Users/Development/myProject",
+ "folderName": "例如 myFolder",
+ "folderPath": "例如 /Users/Development/myFolder",
"appName": "例如 VS Code",
"dirty": "若使用中的編輯器已變更,即為已變更的指示區",
"separator": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",
diff --git a/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json
index 8b6ad71cd4e..ee484489a21 100644
--- a/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json
+++ b/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json
@@ -3,4 +3,10 @@
* 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
+{
+ "httpsRequired": "影像必須使用 HTTPS 通訊協定。",
+ "svgsNotValid": "SVGs 不是有效的影像來源。",
+ "embeddedSvgsNotValid": "內嵌 SVGs 不是有效的影像來源。",
+ "dataUrlsNotValid": "資料 URL 不是有效的影像來源。",
+ "relativeUrlRequiresHttpsRepository": "相對影像 URL 在 package.json 中需要 HTTPS 通訊協定的存放庫。"
+} \ No newline at end of file
diff --git a/i18n/cht/extensions/git/out/commands.i18n.json b/i18n/cht/extensions/git/out/commands.i18n.json
index ca70fea046d..d15c4822a77 100644
--- a/i18n/cht/extensions/git/out/commands.i18n.json
+++ b/i18n/cht/extensions/git/out/commands.i18n.json
@@ -6,11 +6,13 @@
{
"tag at": "位於 {0} 的標記",
"remote branch at": "位於 {0} 的遠端分支",
+ "create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cloning": "正在複製 Git 儲存庫...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
+ "HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"revert": "還原變更",
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
@@ -24,12 +26,16 @@
"no changes": "沒有任何變更要認可。",
"commit message": "認可訊息",
"provide commit message": "請提供認可訊息",
+ "select a ref to checkout": "選擇參考進行簽出",
"branch name": "分支名稱",
"provide branch name": "請提供分支名稱",
"select branch to delete": "選擇分支進行刪除",
"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
"delete branch": "刪除分支",
+ "select a branch to merge from": "選擇要合併的分支。",
+ "merge conflicts": "合併衝突。提交前請解決衝突。",
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
+ "pick remote pull repo": "挑選要將分支提取出的遠端",
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
"nobranch": "請簽出分支以推送到遠端。",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
diff --git a/i18n/cht/extensions/git/package.i18n.json b/i18n/cht/extensions/git/package.i18n.json
index e5b0bf72ade..a1542c760c0 100644
--- a/i18n/cht/extensions/git/package.i18n.json
+++ b/i18n/cht/extensions/git/package.i18n.json
@@ -9,6 +9,7 @@
"command.refresh": "重新整理",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
+ "command.openHEADFile": "開啟檔案 (HEAD)",
"command.stage": "暫存變更",
"command.stageAll": "暫存所有變更",
"command.stageSelectedRanges": "暫存選取的範圍",
@@ -27,13 +28,16 @@
"command.checkout": "簽出至...",
"command.branch": "建立分支...",
"command.deleteBranch": "刪除分支...",
+ "command.merge": "合併分支...",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
+ "command.pullFrom": "從...提取",
"command.push": "推送",
"command.pushTo": "推送至...",
"command.sync": "同步處理",
"command.publish": "發行分支",
"command.showOutput": "顯示 Git 輸出",
+ "command.ignore": "將檔案新增到 .gitignore",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑",
"config.autorefresh": "是否啟用自動重新整理",
@@ -44,5 +48,6 @@
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
- "config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置"
+ "config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
+ "config.enableSmartCommit": "無暫存變更時提交所有變更。"
} \ No newline at end of file
diff --git a/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json
index 5680d2f56af..8b6ad71cd4e 100644
--- a/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json
+++ b/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json
@@ -3,8 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{
- "preview.securityMessage.text": "此文件已停用指令碼",
- "preview.securityMessage.title": "Markdown 預覽已停用指令碼。請將 Markdown 預覽安全性設定變更為啟用指令碼",
- "preview.securityMessage.label": "指令碼已停用安全性警告"
-} \ No newline at end of file
+{} \ No newline at end of file
diff --git a/i18n/cht/extensions/markdown/out/security.i18n.json b/i18n/cht/extensions/markdown/out/security.i18n.json
index 11b7a0a2fdc..91ba5ab38b4 100644
--- a/i18n/cht/extensions/markdown/out/security.i18n.json
+++ b/i18n/cht/extensions/markdown/out/security.i18n.json
@@ -4,8 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "不允許指令碼在此工作區的 Markdown 預覽中執行",
- "preview.showPreviewSecuritySelector.currentSelection": "目前的設定",
- "preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "允許指令碼在此工作區的 Markdown 預覽中執行",
- "preview.showPreviewSecuritySelector.title": "變更 Markdown 預覽的安全性設定"
+ "preview.showPreviewSecuritySelector.currentSelection": "目前的設定"
} \ No newline at end of file
diff --git a/i18n/cht/extensions/markdown/package.i18n.json b/i18n/cht/extensions/markdown/package.i18n.json
index 6c7136baba3..2834fa93cb5 100644
--- a/i18n/cht/extensions/markdown/package.i18n.json
+++ b/i18n/cht/extensions/markdown/package.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "markdown.preview.breaks.desc": "設定在 Markdown 預覽中如何顯示分行符號。設為 'trure' 為每個新行建立<br>",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 預覽中按兩下會切換到編輯器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 預覽中使用的字型家族。",
"markdown.preview.fontSize.desc": "控制 Markdown 預覽中使用的字型大小 (以像素為單位)。",
@@ -17,6 +18,5 @@
"markdown.showSource.title": "顯示來源",
"markdown.styles.dec": "可從 Markdown 預覽使用之 CSS 樣式表的 URL 或本機路徑清單。相對路徑是相對於在總管中開啟的資料夾來進行解釋。若沒有開啟資料夾,路徑則是相對於 Markdown 檔案的位置來進行解釋。所有 '\\' 都必須寫成 '\\\\'。",
"markdown.showPreviewSecuritySelector.title": "變更 Markdown 預覽安全性設定",
- "markdown.preview.enableExperimentalExtensionApi.desc": "[實驗性] 允許延伸模組延伸 Markdown 預覽。",
"markdown.trace.desc": "允許 Markdown 延伸模組進行偵錯記錄。"
} \ No newline at end of file
diff --git a/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json
index a82efe04f8a..7e13d2e40eb 100644
--- a/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json
+++ b/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json
@@ -6,6 +6,7 @@
{
"cursorNotInConflict": "編輯器游標不在衝突合併範圍之內",
"compareChangesTitle": "{0}: 當前變更⟷來源變更",
+ "cursorOnCommonAncestorsRange": "編輯器游標在共同上階區塊內,請移動至「當前項目」或「來源項目」區塊",
"cursorOnSplitterRange": "編輯器游標在衝突合併工具範圍內,請移動至\"當前項目\"或來源項目\"區塊",
"noConflicts": "檔案內找不到需要合併衝突項目",
"noOtherConflictsInThisFile": "此檔案內沒有其他的衝突合併項目"
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