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/src')
-rw-r--r--i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json10
-rw-r--r--i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json17
-rw-r--r--i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json9
-rw-r--r--i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json45
-rw-r--r--i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json16
-rw-r--r--i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json1
-rw-r--r--i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/common/theme.i18n.json18
-rw-r--r--i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
-rw-r--r--i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json10
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json6
-rw-r--r--i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json23
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json11
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json5
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json10
-rw-r--r--i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json3
-rw-r--r--i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json8
-rw-r--r--i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json7
-rw-r--r--i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json2
-rw-r--r--i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json9
-rw-r--r--i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json1
30 files changed, 237 insertions, 31 deletions
diff --git a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
index 432fefaa9d5..8f7a2961340 100644
--- a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
+++ b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json
@@ -38,7 +38,10 @@
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"parameterHints": "啟用參數提示",
- "quickSuggestions": "控制輸入時是否應顯示快速建議",
+ "quickSuggestions": "控制是否應在輸入時自動顯示建議",
+ "quickSuggestions.comments": "允許在註解中顯示即時建議。",
+ "quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
+ "quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestionsDelay": "控制延遲顯示快速建議的毫秒數",
"renderControlCharacters": "控制編輯器是否應顯示控制字元",
"renderIndentGuides": "控制編輯器是否應顯示縮排輔助線",
@@ -60,10 +63,7 @@
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
- "wordBasedSuggestions": "啟用字組式建議。",
- "wordBasedSuggestions.comments": "在註解中啟用單字建議。",
- "wordBasedSuggestions.default": "在字串與註解以外之處啟用單字建議。",
- "wordBasedSuggestions.strings": "在字串中啟用單字建議。",
+ "wordBasedSuggestions": "控制是否應根據文件中的單字計算自動完成。",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"wordWrap": "控制是否自動換行。可以是: :\n - [off] (停用換行)、\n - [on] (檢視區換行)、\n - [wordWrapColumn] (於 'editor.wordWrapColumn' 換行) 或\n - [bounded] (當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行)。\n",
"wordWrap.bounded": "當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行。",
diff --git a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
new file mode 100644
index 00000000000..55bb838373e
--- /dev/null
+++ b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activeLinkForeground": "使用中之連結的色彩",
+ "caret": "編輯器游標色彩",
+ "guide": "編輯輔助線色彩",
+ "hoverHighlight": "編輯器動態顯示的背景色彩",
+ "invisibles": "編輯器隱藏項目的色彩",
+ "lineHighlight": "編輯器行的反白顯示色彩",
+ "linkForeground": "連結的色彩",
+ "rangeHighlight": "反白顯示之範圍的背景色彩,例如由 Quick Open 與尋找功能反白顯示的區域",
+ "referencesFindMatchHighlight": "參考檢視搭配反白顯示色彩",
+ "referencesReferenceHighlight": "參考範圍的反白顯示色彩"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json
new file mode 100644
index 00000000000..fc0ee094b84
--- /dev/null
+++ b/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.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.
+{
+ "wordHighlight": "讀取存取期間 (例如讀取變數時) 符號的背景色彩",
+ "wordHighlightStrong": "寫入存取期間 (例如寫入變數時) 符號的背景色彩"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
index 8a3e7a51dee..f0e21469822 100644
--- a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -4,12 +4,47 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "LegacyProblemMatcherSchema.watchedBegin": "規則運算式,指示監看的工作開始執行 (透過檔案監看觸發)。",
+ "LegacyProblemMatcherSchema.watchedBegin.deprecated": "此屬性即將淘汰。請改用關注的屬性。",
+ "LegacyProblemMatcherSchema.watchedEnd": "規則運算式,指示監看的工作結束執行。",
+ "LegacyProblemMatcherSchema.watchedEnd.deprecated": "此屬性即將淘汰。請改用關注的屬性。",
+ "NamedMultiLineProblemPatternSchema.name": "多行問題模式的名稱。",
+ "NamedMultiLineProblemPatternSchema.patterns": "實際的模式。",
+ "NamedProblemMatcherSchema.name": "問題比對器的名稱。",
+ "NamedProblemPatternSchema.name": "問題模式的名稱。",
+ "PatternTypeSchema.description": "問題模式或所提供或預先定義之問題模式的名稱。如有指定基底,即可發出。",
+ "PatternTypeSchema.name": "所提供或預先定義之模式的名稱",
+ "ProblemMatcherExtPoint": "提供問題比對器",
"ProblemMatcherParser.invalidMarkerDescription": "錯誤: problemMatcher 描述無效。比對器必須至少定義一個模式、擁有者和一個檔案位置。有問題的比對器為:\n{0}\n",
"ProblemMatcherParser.invalidRegexp": "錯誤: 字串 {0} 不是有效的規則運算式。\n",
- "ProblemMatcherParser.loopProperty.notLast": "只有最後一行比對器才支援迴圈屬性。",
- "ProblemMatcherParser.loopProperty.notMultiLine": "只有多行比對器才支援迴圈屬性。",
- "ProblemMatcherParser.problemPattern.missingProperty": "問題模式無效。其必須至少有一個檔案、訊息以及行或位置符合群組。",
- "ProblemMatcherParser.problemPattern.missingRegExp": "問題模式遺漏規則運算式。",
"ProblemMatcherParser.problemPattern.watchingMatcher": "問題比對器必須同時定義監控的開始模式和結束模式。",
- "ProblemMatcherParser.unknownSeverity": "資訊: 嚴重性 {0} 不明。有效值為錯誤、警告和資訊。\n"
+ "ProblemMatcherParser.unknownSeverity": "資訊: 嚴重性 {0} 不明。有效值為錯誤、警告和資訊。\n",
+ "ProblemMatcherSchema.applyTo": "控制文字文件上所回報的問題僅會套用至開啟的文件、關閉的文件或所有文件。",
+ "ProblemMatcherSchema.base": "要使用之基底問題比對器的名稱。",
+ "ProblemMatcherSchema.fileLocation": "定義問題模式中所回報檔案名稱的解譯方式。",
+ "ProblemMatcherSchema.owner": "Code 內的問題擁有者。如果指定基底,則可以省略。如果省略且未指定基底,預設為 [外部]。",
+ "ProblemMatcherSchema.severity": "擷取項目問題的預設嚴重性。如果模式未定義嚴重性的符合群組,就會加以使用。",
+ "ProblemMatcherSchema.watching": "這些模式可用於從頭到尾追蹤所關注的模式。",
+ "ProblemMatcherSchema.watching.activeOnStart": "如果設定為 True,監控程式在工作啟動時處於主動模式。這相當於發出符合 beginPattern 的行",
+ "ProblemMatcherSchema.watching.beginsPattern": "如果在輸出中相符,則會指示監看工作開始。",
+ "ProblemMatcherSchema.watching.endsPattern": "如果在輸出中相符,則會指示監看工作結束。",
+ "ProblemPatternExtPoint": "提供問題模式",
+ "ProblemPatternParser.invalidRegexp": "錯誤: 字串 {0} 不是有效的規則運算式。\n",
+ "ProblemPatternParser.loopProperty.notLast": "只有最後一行比對器才支援迴圈屬性。",
+ "ProblemPatternParser.problemPattern.missingProperty": "問題模式無效。其必須至少有一個檔案、訊息以及行或位置符合群組。",
+ "ProblemPatternParser.problemPattern.missingRegExp": "此問題模式缺少規則運算式。",
+ "ProblemPatternRegistry.error": "問題模式無效。此模式將予忽略。",
+ "ProblemPatternSchema.code": "問題之代碼的符合群組索引。預設為未定義",
+ "ProblemPatternSchema.column": "問題行中字元的符合群組索引。預設為 3",
+ "ProblemPatternSchema.endColumn": "問題之結尾行字元的符合群組索引。預設為未定義",
+ "ProblemPatternSchema.endLine": "問題之結尾行的符合群組索引。預設為未定義",
+ "ProblemPatternSchema.file": "檔案名稱的符合群組索引。如果省略,則會使用 1。",
+ "ProblemPatternSchema.line": "問題之行的符合群組索引。預設為 2",
+ "ProblemPatternSchema.location": "問題之位置的符合群組索引。有效的位置模式為: (line)、(line,column) 和 (startLine,startColumn,endLine,endColumn)。如果省略,則會假設 (line,column)。",
+ "ProblemPatternSchema.loop": "在多行比對器迴圈中,指出此模式是否只要相符就會以迴圈執行。只能在多行模式中的最後一個模式指定。",
+ "ProblemPatternSchema.message": "訊息的符合群組索引。如果省略並指定位置,預設為 4。否則預設為 5。",
+ "ProblemPatternSchema.regexp": "規則運算式,用來在輸出中尋找錯誤、警告或資訊。",
+ "ProblemPatternSchema.severity": "問題之嚴重性的符合群組索引。預設為未定義",
+ "WatchingPatternSchema.file": "檔案名稱的符合群組索引。可以省略。",
+ "WatchingPatternSchema.regexp": "規則運算式,用來偵測監看工作開始或結束。"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json
new file mode 100644
index 00000000000..7d2c318dc39
--- /dev/null
+++ b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json
@@ -0,0 +1,16 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "currentFindMatchHighlight": "符合搜尋之目前區域的背景色彩",
+ "editorBackground": "編輯器背景色彩",
+ "editorForeground": "編輯器預設前景色彩",
+ "editorInactiveSelection": "非使用中之編輯器選取範圍的色彩",
+ "editorSelection": "編輯器選取範圍的色彩",
+ "editorsSelectionHighlightColor": "選取時,反白顯示之區域的背景色彩",
+ "findMatchHighlight": "符合搜尋之區域的背景色彩",
+ "findRangeHighlight": "選定要搜尋之區域的背景色彩",
+ "schema.colors": "工作台中使用的色彩。"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json
index fade7e99e93..8e3133ba5ff 100644
--- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json
@@ -20,6 +20,7 @@
"focusPreviousGroup": "聚焦上一個群組",
"focusSecondEditorGroup": "聚焦第二個編輯器群組",
"focusThirdEditorGroup": "聚焦第三個編輯器群組",
+ "joinTwoGroups": "聯結兩個群組的編輯器",
"keepEditor": "保留編輯器",
"maximizeEditor": "將編輯器群組最大化並隱藏側邊欄",
"minimizeOtherEditorGroups": "將其他編輯器群組最小化",
diff --git a/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json
index 071ee4136c3..88068ab965c 100644
--- a/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json
@@ -6,6 +6,8 @@
{
"closePanel": "關閉面板",
"focusPanel": "將焦點移至面板",
+ "maximizePanel": "最大化面板大小",
+ "minimizePanel": "還原面板大小",
"panelActionTooltip": "{0} ({1})",
"toggleMaximizedPanel": "切換最大化面板",
"togglePanel": "切換面板",
diff --git a/i18n/cht/src/vs/workbench/common/theme.i18n.json b/i18n/cht/src/vs/workbench/common/theme.i18n.json
new file mode 100644
index 00000000000..50f3bb75313
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/common/theme.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "activeTabActiveGroupForeground": "使用中的群組內,使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "activeTabBackground": "使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "activeTabInactiveGroupForeground": "非使用中的群組內,使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "inactiveTabActiveGroupForeground": "使用中的群組內,非使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "inactiveTabBackground": "非使用中之索引標籤的背景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "inactiveTabInactiveGroupForeground": "非使用中的群組內,非使用中之索引標籤的前景色彩。索引標籤是編輯器在編輯器區域中的容器。同一個編輯器群組中的多個索引標籤可以同時開啟。可能會有多個編輯器群組。",
+ "panelBackground": "面板的前景色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
+ "panelBorderTopColor": "面板頂端用以分隔編輯器的邊框色彩。面板會顯示在編輯器區域的下方,其中包含諸如輸出與整合式終端機等檢視。",
+ "statusBarBackground": "標準狀態列的背景色彩。狀態列會顯示在視窗的底部",
+ "statusBarForeground": "狀態列的前景色彩。狀態列會顯示在視窗的底部",
+ "statusBarNoFolderBackground": "當未開啟任何資料夾時,狀態列的背景色彩。狀態列會顯示在視窗的底部"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json
index 6bb1935c811..2647e774b9d 100644
--- a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json
+++ b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json
@@ -13,6 +13,10 @@
"files": "檔案",
"folders": "資料夾",
"keybindingsReference": "鍵盤快速鍵參考",
+ "navigateDown": "移至 [檢視下方的組件]",
+ "navigateLeft": "移至 [檢視左側的組件]",
+ "navigateRight": "移至 [檢視右側的組件]",
+ "navigateUp": "移至 [檢視上方的組件]",
"newWindow": "開新視窗",
"noFolderOpened": "此執行個體中目前沒有開啟的資料夾可以關閉。",
"openDocumentationUrl": "文件",
diff --git a/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json
index 77e09c71724..be87ec27126 100644
--- a/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json
@@ -6,7 +6,7 @@
{
"activityBarVisibility": "控制活動列在 workbench 中的可見度。",
"autoDetectHighContrast": "若啟用,如果 Windows 使用高對比佈景主題,就會自動變更為高對比佈景主題,切換掉 Windows 高對比佈景主題時則變更為深色佈景主題。",
- "closeOnExternalFileDelete": "控制顯示檔案的編輯器是否應在其他處理序刪除或重新命名該檔案時自動關閉。若停用此選項,當發生前述狀況時,編輯器會保持開啟,並呈現已變更的狀態。請注意,從應用程式內刪除一律會關閉編輯器,但已變更的檔案在資料未儲存前一律不會關閉。",
+ "closeOnFileDelete": "控制顯示檔案的編輯器是否應在其他處理序刪除或重新命名該檔案時自動關閉。若停用此選項,當發生前述狀況時,編輯器會保持開啟,並呈現已變更的狀態。請注意,從應用程式內刪除一律會關閉編輯器,但已變更的檔案在資料未儲存前一律不會關閉。",
"closeOnFocusLost": "控制是否在 Quick Open 失去焦點時自動關閉。",
"editorOpenPositioning": "控制要在何處開啟編輯器。選取 [左] 或 [右] 在目前使用中編輯器的左側或右側開啟編輯器。選取 [先] 或 [後] 從目前使用中編輯器另外開啟編輯器。",
"editorTabCloseButton": "控制編輯器的索引標籤關閉按鈕位置,或在設為 'off' 時將其停用。",
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index 02a61914871..226600558bf 100644
--- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "加入中斷點",
- "addConfiguration": "新增組態..."
+ "addConfiguration": "新增組態...",
+ "disableBreakpointOnLine": "停用行中斷點",
+ "disableColumnBreakpoint": "停用資料行 {0} 的中斷點",
+ "editBreakpointOnColumn": "編輯資料行 {0} 的中斷點",
+ "editBreakpoints": "編輯中斷點",
+ "editLineBrekapoint": "編輯行中斷點",
+ "enableBreakpointOnLine": "啟用行中斷點",
+ "enableBreakpoints": "啟用資料行 {0} 的中斷點",
+ "enableDisableBreakpoints": "啟用/停用中斷點",
+ "removeBreakpointOnColumn": "移除資料行 {0} 的中斷點",
+ "removeBreakpoints": "移除中斷點",
+ "removeLineBreakpoint": "移除行中斷點"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
new file mode 100644
index 00000000000..259df04a8b1
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.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.
+{
+ "statusBarDebuggingBackground": "對程式執行偵錯時狀態列的背景色彩。狀態列會顯示在視窗的底部"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index 8054f5a4b89..3ca823fdaaa 100644
--- a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -22,8 +22,11 @@
"deleteButtonLabel": "刪除(&&D)",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
+ "dirtyMessageFile": "您要重新命名的檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
+ "dirtyMessageFolder": "您要重新命名的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
+ "dirtyMessageFolderOne": "您要重新命名的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderOneDelete": "您要刪除的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"duplicateFile": "複製",
@@ -44,8 +47,6 @@
"openFile": "開啟檔案...",
"openFileInNewWindow": "在新視窗中開啟使用中的檔案",
"openFileToCompare": "先開啟檔案以與其他檔案進行比較",
- "openFileToCopy": "先開啟檔案以複製其路徑",
- "openFileToReveal": "先開啟檔案以顯示",
"openFileToShow": "先開啟檔案,以在總管中加以顯示",
"openFileToShowInNewWindow": "先開啟檔案以在新視窗中開啟",
"openFolderFirst": "先開啟資料夾,以在其中建立檔案或資料夾。",
@@ -56,11 +57,12 @@
"refresh": "重新整理",
"refreshExplorer": "重新整理 Explorer",
"rename": "重新命名",
+ "renameLabel": "重新命名(&&R)",
"replaceButtonLabel": "取代(&&R)",
"retry": "重試",
- "revealActiveFileInMac": "在搜尋工具中顯示使用中的檔案",
+ "revealActiveFileInMac": "在 Finder 中顯示使用中的檔案",
"revealActiveFileInWindows": "在 Windows 檔案總管中顯示使用中的檔案",
- "revealInMac": "在搜尋工具中顯示",
+ "revealInMac": "在 Finder 中顯示",
"revealInWindows": "在檔案總管中顯示",
"revert": "還原檔案",
"save": "儲存",
diff --git a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
index 8b6ad71cd4e..953df2579ae 100644
--- a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.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
+{
+ "dirtyFiles": "{0} 個未儲存的檔案"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.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/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
index 1dc1f00f83a..6512bdefc06 100644
--- a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json
@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "": "此動作無法回復!",
"confirmRevertMessage": "確定要還原選取的變更嗎?",
"git": "Git",
+ "irreversible": "此動作無法回復!",
"openChange": "開啟變更",
"openFile": "開啟檔案",
"openInEditor": "切換至編輯器檢視",
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json
new file mode 100644
index 00000000000..767dfb4a5a3
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.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.
+{
+ "defineKeybinding.initial": "按下所需按鍵組合及 ENTER。ESCAPE 可取消。"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
new file mode 100644
index 00000000000..fb594af27dc
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json
@@ -0,0 +1,23 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "SearchKeybindings.AriaLabel": "搜尋按鍵繫結關係",
+ "SearchKeybindings.Placeholder": "搜尋按鍵繫結關係",
+ "add": "新增按鍵繫結關係",
+ "cancel": "取消",
+ "change": "變更按鍵繫結關係",
+ "command": "命令",
+ "confirmRemove": "移除命令 '{1}' 中的按鍵繫結關係 '{0}'",
+ "default": "預設",
+ "header-message": "開啟及編輯進階自訂項目時使用",
+ "keybinding": "按鍵繫結關係",
+ "keybindingsInputName": "按鍵繫結關係",
+ "ok": "確定",
+ "removeLabel": "移除按鍵繫結關係",
+ "source": "來源",
+ "user": "使用者",
+ "when": "當"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
new file mode 100644
index 00000000000..c91e7402620
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json
@@ -0,0 +1,11 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "DefineKeybindingAction": "定義按鍵繫結關係",
+ "defineKeybinding.kbLayoutErrorMessage": "您無法在目前的鍵盤配置下產生此按鍵組合。",
+ "defineKeybinding.kbLayoutInfoMessage": "針對您目前的鍵盤配置,請按 ",
+ "defineKeybinding.start": "定義按鍵繫結關係"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
index b389aa6c163..873f4709812 100644
--- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json
@@ -4,7 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "collapseAll": "全部摺疊",
"defaultPreferencesEditor": "預設喜好設定編輯器",
+ "keybindings.editor.define.description": "定義按鍵繫結關係",
+ "keybindings.editor.remove.description": "移除按鍵繫結關係",
+ "keybindings.editor.search.description": "搜尋按鍵繫結關係",
+ "keybindingsEditor": "按鍵繫結關係編輯器",
"preferences": "喜好設定"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
index a92b326a328..7ccd106bc82 100644
--- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json
@@ -4,16 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "copyDefaultValue": "複製到設定",
- "editTtile": "編輯",
+ "SearchSettingsWidget.AriaLabel": "搜尋設定",
+ "SearchSettingsWidget.Placeholder": "搜尋設定",
"noSettingsFound": "沒有結果",
"oneSettingFound": "1 項相符設定",
"preferencesAriaLabel": "預設喜好設定。唯讀文字編輯器。",
- "replaceDefaultValue": "在設定中取代",
"settingsEditorName": "預設設定",
"settingsFound": "{0} 項相符設定",
- "totalSettingsMessage": "共 {0} 項設定",
- "unsupportedPHPExecutablePathSetting": "這項設定必須是使用者設定。若要設定工作區的 PHP,請開啟 PHP 檔案並按一下狀態列中的 [PHP 路徑]。",
- "unsupportedTypeScriptTsdkSetting": "這項設定必須是使用者設定。若要設定工作區的 TypeScript,請開啟 TypeScript 檔案並按一下狀態列中的 TypeScript 版本。",
- "unsupportedWorkspaceSetting": "這項設定必須是使用者設定。"
+ "totalSettingsMessage": "共 {0} 項設定"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json
new file mode 100644
index 00000000000..5bb26424a57
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.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.
+{
+ "editorCategory": "編輯器"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
index 416c1c9a889..cf25cfe70c8 100644
--- a/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
@@ -6,5 +6,6 @@
{
"defaultLabel": "輸入",
"patternDescription": "使用 Glob 模式",
- "patternHelpInclude": "要比對的模式。例如 **\\*\\*/*.js** 可比對所有 JavaScript 檔案,或 **myFolder/\\*\\*** 可比對資料夾和所有子系。\n\n**參考**:\n**\\*** 比對 0 或多個字元\n**?** 比對 1 個字元\n**\\*\\*** 比對 0 或多個目錄\n**[a-z]** 比對某個範圍的字元\n**{a,b}** 比對任何模式)"
+ "patternHelpInclude": "要比對的模式。例如 **\\*\\*/*.js** 可比對所有 JavaScript 檔案,或 **myFolder/\\*\\*** 可比對資料夾和所有子系。\n\n**參考**:\n**\\*** 比對 0 或多個字元\n**?** 比對 1 個字元\n**\\*\\*** 比對 0 或多個目錄\n**[a-z]** 比對某個範圍的字元\n**{a,b}** 比對任何模式)",
+ "useIgnoreFilesDescription": "使用忽略檔案"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
index 07286b5d05d..67e950eb90b 100644
--- a/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
@@ -8,7 +8,6 @@
"exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
"exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
"findInFiles": "在檔案中尋找",
- "findInFolder": "在資料夾中尋找",
"name": "搜尋",
"openAnythingHandlerDescription": "前往檔案",
"openSymbolDescriptionNormal": "前往工作區中的符號",
@@ -16,5 +15,6 @@
"searchConfigurationTitle": "搜尋",
"showSearchViewlet": "顯示搜尋",
"showTriggerActions": "前往工作區中的符號...",
+ "useRipgrep": "控制是否要在文字搜尋中使用 ripgrep",
"view": "檢視"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json
new file mode 100644
index 00000000000..b9f17f62d8d
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.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.
+{
+ "terminal.ansiColor": "'{0}' 在終端機中的 ANSI 色彩"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
index 8b6ad71cd4e..41f4f8e8d78 100644
--- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
@@ -3,4 +3,9 @@
* 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
+{
+ "cancel": "取消",
+ "terminalService.terminalCloseConfirmationPlural": "目前共有 {0} 個使用中的終端機工作階段。要予以終止嗎?",
+ "terminalService.terminalCloseConfirmationSingular": "仍有一個使用中的終端機工作階段。要予以終止嗎?",
+ "yes": "是"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
index 396c9d7c0ca..58241085418 100644
--- a/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json
@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
+ "tips.enabled": "如有啟用,將會在編輯器未開啟時以浮水印方式顯示提示。",
"watermark.findInFiles": "在檔案中尋找",
"watermark.keybindingsReference": "鍵盤參考",
"watermark.newUntitledFile": "新增未命名檔案",
@@ -18,5 +19,6 @@
"watermark.showCommands": "顯示所有命令",
"watermark.startDebugging": "開始偵錯",
"watermark.toggleTerminal": "切換終端機",
- "watermark.unboundCommand": "未繫結"
+ "watermark.unboundCommand": "未繫結",
+ "workbenchConfigurationTitle": "工作台"
} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
index be5d5087ea0..d8593adce70 100644
--- a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json
@@ -33,7 +33,7 @@
"welcomePage.showCommands": "尋找並執行所有命令",
"welcomePage.showCommandsDescription": "從控制台快速存取及搜尋命令 ({0})",
"welcomePage.showOnStartup": "啟動時顯示歡迎頁面",
- "welcomePage.stackOverflow": "堆疊溢位",
+ "welcomePage.stackOverflow": "Stack Overflow",
"welcomePage.start": "開始",
"welcomePage.sublime": "壯麗",
"welcomePage.sublimeCurrent": "壯麗 (目前)",
diff --git a/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json
new file mode 100644
index 00000000000..5a4d4335b28
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.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.
+{
+ "errorInvalidConfiguration": "無法寫入按鍵繫結關係。請開啟「按鍵繫結檔案」更正其中的錯誤/警告,然後再試一次。",
+ "errorKeybindingsFileDirty": "因為檔案已變更,所以無法寫入。請儲存按鍵繫結檔案,然後再試一次。"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
index 65d9e293c5e..a8c85dc99bc 100644
--- a/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
+++ b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json
@@ -13,6 +13,7 @@
"nonempty": "必須是非空白值。",
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
+ "unboundCommands": "其他可用命令如下: ",
"vscode.extension.contributes.keybindings": "提供按鍵繫結關係。",
"vscode.extension.contributes.keybindings.command": "觸發按鍵繫結關係時所要執行命令的識別碼。",
"vscode.extension.contributes.keybindings.key": "按鍵或按鍵順序 (以加號分隔按鍵並以空格分隔順序,例如 Ctrl+O 和 Ctrl+L L 進行同步選取",