mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 13:50:29 -04:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"label.close": "關閉",
|
||||
"header": "差異 {0} / {1}: 原始 {2},{3} 行,修改後 {4},{5} 行",
|
||||
"no_lines": "沒有任何行",
|
||||
"one_line": "1 個行",
|
||||
"more_lines": "{0} 個行",
|
||||
"header": "{1} 的 {0} 不同: 原始為 {2},{3},修改後為 {4},{5}",
|
||||
"blankLine": "空白",
|
||||
"equalLine": "原始 {0},修改後{1}: {2",
|
||||
"insertLine": "+ 修改後 {0}: {1}",
|
||||
|
||||
10
i18n/cht/src/vs/editor/common/commonCodeEditor.i18n.json
Normal file
10
i18n/cht/src/vs/editor/common/commonCodeEditor.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"cursors.maximum": "游標數已限制為 {0} 個。"
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"lineNumbers.on": "行號以絕對值顯示。",
|
||||
"lineNumbers.relative": "行號以目前游標的相對值顯示。",
|
||||
"lineNumbers.interval": "每 10 行顯示行號。",
|
||||
"lineNumbers": "控制行號的顯示方式。允許的設定值為 'on'、 'off'、'relative' 及 'interval'",
|
||||
"lineNumbers": "控制行號的顯示。",
|
||||
"rulers": "在特定的等寬字元數之後轉譯垂直尺規。有多個尺規就使用多個值。若陣列為空,則不繪製任何尺規。",
|
||||
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
|
||||
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
|
||||
@@ -28,8 +28,8 @@
|
||||
"scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後",
|
||||
"smoothScrolling": "控制編輯器是否會使用動畫捲動",
|
||||
"minimap.enabled": "控制是否會顯示迷你地圖",
|
||||
"minimap.side": "控制要轉譯迷你地圖的方向。可能的值為 'right' 與 'left'",
|
||||
"minimap.showSlider": "控制是否會自動隱藏迷你地圖滑桿。可能的值為 'always' 與 'mouseover'",
|
||||
"minimap.side": "控制要在哪端呈現迷你地圖。",
|
||||
"minimap.showSlider": "自動隱藏迷你地圖滑桿",
|
||||
"minimap.renderCharacters": "呈現行內的實際字元 (而不是彩色區塊)",
|
||||
"minimap.maxColumn": "限制迷你地圖的寬度,以呈現最多的資料行",
|
||||
"find.seedSearchStringFromSelection": "控制編譯器選取範圍是否預設為尋找工具的搜尋字串",
|
||||
@@ -46,6 +46,7 @@
|
||||
"multiCursorModifier.ctrlCmd": "對應 Windows 和 Linux 的 `Control` 與對應 macOS 的 `Command`",
|
||||
"multiCursorModifier.alt": "對應 Windows 和 Linux 的 `Alt` 與對應 macOS 的 `Option`",
|
||||
"multiCursorModifier": "用於新增多個滑鼠游標的修改。 `ctrlCmd` 會對應到 Windows 和 Linux 上的 `Control` 以及 macOS 上的 `Command`。 [移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改衝突。",
|
||||
"multiCursorMergeOverlapping": "在重疊時合併多個游標。",
|
||||
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
|
||||
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
|
||||
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
|
||||
@@ -76,7 +77,7 @@
|
||||
"occurrencesHighlight": "控制編輯器是否應反白顯示出現的語意符號",
|
||||
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
|
||||
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
|
||||
"cursorBlinking": "控制游標動畫樣式,可能的值為 'blink'、'smooth'、'phase'、'expand' 和 'solid'",
|
||||
"cursorBlinking": "控制游標動畫樣式。",
|
||||
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
|
||||
"cursorStyle": "控制游標樣式。接受的值為 'block'、'block-outline'、'line'、'line-thin'、'underline' 及 'underline-thin'",
|
||||
"cursorWidth": "控制游標寬度,當 editor.cursorStyle 設定為 'line' 時。",
|
||||
@@ -86,8 +87,11 @@
|
||||
"renderControlCharacters": "控制編輯器是否應顯示控制字元",
|
||||
"renderIndentGuides": "控制編輯器是否應顯示縮排輔助線",
|
||||
"renderLineHighlight": "控制編輯器應如何轉譯目前反白的行,可能的值有 'none'、'gutter'、'line' 和 'all'。",
|
||||
"codeLens": "控制編輯器是否顯示程式碼濾鏡",
|
||||
"codeLens": "控制編輯器是否顯示 CodeLens",
|
||||
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
|
||||
"foldingStrategyAuto": "如果可行,請使用語言特定摺疊策略,否則請退回至縮排式策略。",
|
||||
"foldingStrategyIndentation": "一律使用縮排式摺疊策略",
|
||||
"foldingStrategy": "控制折疊範圍的計算方式。'auto' 會在可行的情況下挑選使用語言特定摺疊策略。'indentation' 則會強制使用縮排式摺疊策略。",
|
||||
"showFoldingControls": "自動隱藏摺疊控制向",
|
||||
"matchBrackets": "當選取某側的括號時,強調顯示另一側的配對括號。",
|
||||
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
|
||||
@@ -102,8 +106,12 @@
|
||||
"links": "控制編輯器是否應偵測連結且讓它可點擊",
|
||||
"colorDecorators": "控制編輯器是否應轉譯內嵌色彩裝飾項目與色彩選擇器。",
|
||||
"codeActions": "啟用程式動作燈泡提示",
|
||||
"codeActionsOnSave.organizeImports": "要在儲存時執行組織匯入嗎?",
|
||||
"codeActionsOnSave": "要在儲存時執行的程式碼動作種類。",
|
||||
"codeActionsOnSaveTimeout": "儲存時執行的程式碼動作逾時。",
|
||||
"selectionClipboard": "控制是否應支援 Linux 主要剪貼簿。",
|
||||
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
|
||||
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
|
||||
"largeFileOptimizations": "針對大型檔案停用部分高記憶體需求功能的特殊處理方式。",
|
||||
"renderIndicators": "控制 Diff 編輯器是否要為新增的/移除的變更顯示 +/- 標記"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -14,8 +14,10 @@
|
||||
"editorCursorBackground": "編輯器游標的背景色彩。允許自訂區塊游標重疊的字元色彩。",
|
||||
"editorWhitespaces": "編輯器中空白字元的色彩。",
|
||||
"editorIndentGuides": "編輯器縮排輔助線的色彩。",
|
||||
"editorActiveIndentGuide": "使用中編輯器縮排輔助線的色彩。",
|
||||
"editorLineNumbers": "編輯器行號的色彩。",
|
||||
"editorActiveLineNumber": "編輯器使用中行號的色彩 ",
|
||||
"deprecatedEditorActiveLineNumber": "Id 已取代。請改用 'editorLineNumber.activeForeground' 。",
|
||||
"editorRuler": "編輯器尺規的色彩",
|
||||
"editorCodeLensForeground": "編輯器程式碼濾鏡的前景色彩",
|
||||
"editorBracketMatchBackground": "成對括號背景色彩",
|
||||
@@ -28,7 +30,9 @@
|
||||
"warningBorder": "編輯器內警告提示線的邊框色彩.",
|
||||
"infoForeground": "編輯器內資訊提示線的前景色彩",
|
||||
"infoBorder": "編輯器內資訊提示線的邊框色彩",
|
||||
"overviewRulerRangeHighlight": "範圍醒目提示的概觀尺規標記色彩。",
|
||||
"hintForeground": "編輯器內提示訊息的提示線前景色彩",
|
||||
"hintBorder": "編輯器內提示訊息的提示線邊框色彩",
|
||||
"overviewRulerRangeHighlight": "概述反白範圍的尺規標記顏色。不能使用非透明的顏色來隱藏底層的樣式。",
|
||||
"overviewRuleError": "錯誤的概觀尺規標記色彩。",
|
||||
"overviewRuleWarning": "警示的概觀尺規標記色彩。",
|
||||
"overviewRuleInfo": "資訊的概觀尺規標記色彩。"
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"quickFixWithKb": "顯示修正 ({0})",
|
||||
"quickFix": "顯示修正",
|
||||
"quickfix.trigger.label": "快速修復...",
|
||||
"editor.action.quickFix.noneMessage": "沒有可用的程式碼操作",
|
||||
"refactor.label": "重構...",
|
||||
"editor.action.refactor.noneMessage": "沒有可用的重構",
|
||||
"source.label": "來源動作...",
|
||||
"editor.action.source.noneMessage": "沒有可用的來源動作",
|
||||
"organizeImports.label": "組織匯入",
|
||||
"editor.action.organize.noneMessage": "沒有任何可用的組織匯入動作"
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"startFindAction": "尋找",
|
||||
"startFindWithSelectionAction": "尋找選取項目",
|
||||
"findNextMatchAction": "尋找下一個",
|
||||
"findPreviousMatchAction": "尋找上一個",
|
||||
"nextSelectionMatchFindAction": "尋找下一個選取項目",
|
||||
|
||||
@@ -12,5 +12,7 @@
|
||||
"hintnn": "在行 {1} 與行 {2} 之間編輯了 {0} 項格式",
|
||||
"no.provider": "尚無安裝適用於 '{0}' 檔案的格式器",
|
||||
"formatDocument.label": "將文件格式化",
|
||||
"formatSelection.label": "將選取項目格式化"
|
||||
"no.documentprovider": "未安裝 '{0}' 檔案的文件格式器。",
|
||||
"formatSelection.label": "將選取項目格式化",
|
||||
"no.selectionprovider": "未安裝 '{0}' 檔案的選擇格式器。"
|
||||
}
|
||||
@@ -6,11 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"title.wo_source": "({0}/{1})",
|
||||
"markerAction.next.label": "移至下一個問題 (錯誤, 警告, 資訊)",
|
||||
"markerAction.previous.label": "移至上一個問題 (錯誤, 警告, 資訊)",
|
||||
"editorMarkerNavigationError": "編輯器標記導覽小工具錯誤的色彩。",
|
||||
"editorMarkerNavigationWarning": "編輯器標記導覽小工具警告的色彩。",
|
||||
"editorMarkerNavigationInfo": "編輯器標記導覽小工具資訊的色彩",
|
||||
"editorMarkerNavigationBackground": "編輯器標記導覽小工具的背景。"
|
||||
"markerAction.previous.label": "移至上一個問題 (錯誤, 警告, 資訊)"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"title.wo_source": "({0}/{1})",
|
||||
"editorMarkerNavigationError": "編輯器標記導覽小工具錯誤的色彩。",
|
||||
"editorMarkerNavigationWarning": "編輯器標記導覽小工具警告的色彩。",
|
||||
"editorMarkerNavigationInfo": "編輯器標記導覽小工具資訊的色彩",
|
||||
"editorMarkerNavigationBackground": "編輯器標記導覽小工具的背景。"
|
||||
}
|
||||
@@ -10,7 +10,9 @@
|
||||
"links.navigate": "按住 Ctrl 並按一下滑鼠按鈕可連入連結",
|
||||
"links.command.mac": "按住 Cmd 並按一下滑鼠以執行命令",
|
||||
"links.command": "按住 Ctrl 並按一下滑鼠以執行命令",
|
||||
"links.navigate.al.mac": "按住 Option 並按一下滑鼠按鈕以追蹤連結",
|
||||
"links.navigate.al": "按住Alt並點擊以追蹤連結",
|
||||
"links.command.al.mac": "按住 Option 並按一下滑鼠以執行命令",
|
||||
"links.command.al": "按住 Alt 並按一下滑鼠以執行命令",
|
||||
"invalid.url": "因為此連結的格式不正確,所以無法開啟: {0}",
|
||||
"missing.url": "因為此連結目標遺失,所以無法開啟。",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"editor.readonly": "無法在唯讀編輯器中編輯"
|
||||
}
|
||||
@@ -25,5 +25,6 @@
|
||||
"peekViewEditorBackground": "預覽檢視編輯器的背景色彩。",
|
||||
"peekViewEditorGutterBackground": "預覽檢視編輯器邊框(含行號或字形圖示)的背景色彩。",
|
||||
"peekViewResultsMatchHighlight": "在預覽檢視編輯器中比對時的反白顯示色彩。",
|
||||
"peekViewEditorMatchHighlight": "預覽檢視編輯器中比對時的反白顯示色彩。"
|
||||
"peekViewEditorMatchHighlight": "預覽檢視編輯器中比對時的反白顯示色彩。",
|
||||
"peekViewEditorMatchHighlightBorder": "在預覽檢視編輯器中比對時的反白顯示邊界。"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"Sunday": "星期日",
|
||||
"Monday": "星期一",
|
||||
"Tuesday": "星期二",
|
||||
"Wednesday": "星期三",
|
||||
"Thursday": "星期四",
|
||||
"Friday": "星期五",
|
||||
"Saturday": "星期六",
|
||||
"SundayShort": "週日",
|
||||
"MondayShort": "週一",
|
||||
"TuesdayShort": "週二",
|
||||
"WednesdayShort": "週三",
|
||||
"ThursdayShort": "週四",
|
||||
"FridayShort": "週五",
|
||||
"SaturdayShort": "週六",
|
||||
"January": "1月",
|
||||
"February": "2月",
|
||||
"March": "3月",
|
||||
"April": "4月",
|
||||
"May": "5月",
|
||||
"June": "6月",
|
||||
"July": "7月",
|
||||
"August": "8月",
|
||||
"September": "9月",
|
||||
"October": "10月",
|
||||
"November": "11月",
|
||||
"December": "12月",
|
||||
"JanuaryShort": "1月",
|
||||
"FebruaryShort": "2月",
|
||||
"MarchShort": "3月",
|
||||
"AprilShort": "4月",
|
||||
"MayShort": "5月",
|
||||
"JuneShort": "6月",
|
||||
"JulyShort": "7月",
|
||||
"AugustShort": "8月",
|
||||
"SeptemberShort": "9月",
|
||||
"OctoberShort": "10月",
|
||||
"NovemberShort": "11月",
|
||||
"DecemberShort": "12月"
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"wordHighlightStrong": "寫入存取符號時的背景顏色,如寫入變數。不能使用非透明的顏色來隱藏底層的樣式。",
|
||||
"wordHighlightBorder": "讀取存取期間 (例如讀取變數時) 符號的邊框顏色。",
|
||||
"wordHighlightStrongBorder": "寫入存取期間 (例如寫入變數時) 符號的邊框顏色。 ",
|
||||
"overviewRulerWordHighlightForeground": "符號醒目提示的概觀尺規標記色彩。",
|
||||
"overviewRulerWordHighlightStrongForeground": "寫入權限符號醒目提示的概觀尺規標記色彩。",
|
||||
"overviewRulerWordHighlightForeground": "概述反白符號的尺規標記顏色。不能使用非透明的顏色來隱藏底層的樣式。",
|
||||
"overviewRulerWordHighlightStrongForeground": "概述反白寫入權限符號的尺規標記顏色。不能使用非透明的顏色來隱藏底層的樣式。",
|
||||
"wordHighlight.next.label": "移至下一個反白符號",
|
||||
"wordHighlight.previous.label": "移至上一個反白符號"
|
||||
}
|
||||
Reference in New Issue
Block a user