SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"diff.tooLarge": "因其中一個檔案過大而無法比較。"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.close": "關閉",
"header": "差異 {0} / {1}: 原始 {2}{3} 行,修改後 {4}{5} 行",
"blankLine": "空白",
"equalLine": "原始 {0},修改後{1}: {2",
"insertLine": "+ 修改後 {0}: {1}",
"deleteLine": "- 原始 {0}: {1}",
"editor.action.diffReview.next": "移至下一個差異",
"editor.action.diffReview.prev": "移至上一個差異"
}

View File

@@ -0,0 +1,95 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorConfigurationTitle": "編輯器",
"fontFamily": "控制字型家族。",
"fontWeight": "控制字型寬度。",
"fontSize": "控制字型大小 (以像素為單位)。",
"lineHeight": "控制行高。使用 0 會從 fontSize 計算 lineHeight。",
"letterSpacing": "控制字元間距 (以像素為單位)",
"lineNumbers": "控制行號顯示。可能的值有 'on'、'off' 及 'relative'。'relative' 會從目前的資料指標位置顯示行數。",
"rulers": "要在其中顯示垂直尺規的資料行",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"insertSpaces": "在按 Tab 時插入空格。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。",
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
"roundedSelection": "控制選取範圍是否有圓角",
"scrollBeyondLastLine": "控制編輯器是否會捲動到最後一行之後",
"smoothScrolling": "控制編輯器是否會使用動畫捲動",
"minimap.enabled": "控制是否會顯示迷你地圖",
"minimap.showSlider": "控制是否會自動隱藏迷你地圖滑桿。可能的值為 'always' 與 'mouseover'",
"minimap.renderCharacters": "呈現行內的實際字元 (而不是彩色區塊)",
"minimap.maxColumn": "限制迷你地圖的寬度,以呈現最多的資料行",
"find.seedSearchStringFromSelection": "控制編譯器選取範圍是否預設為尋找工具的搜尋字串",
"find.autoFindInSelection": "控制編譯器內選取多字元或多行內文是否開啟選取範圍尋找功能",
"wordWrap.off": "一律不換行。",
"wordWrap.on": "依檢視區寬度換行。",
"wordWrap.wordWrapColumn": "於 'editor.wordWrapColumn' 換行。",
"wordWrap.bounded": "當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行。",
"wordWrap": "控制是否自動換行。可以是:\n - 'off' (停用換行),\n - 'on' (檢視區換行),\n - 'wordWrapColumn' (於 'editor.wordWrapColumn' 換行`) 或\n - 'bounded' (當檢視區縮至最小並設定 'editor.wordWrapColumn' 時換行).",
"wordWrapColumn": "當 `editor.wordWrap` 為 [wordWrapColumn] 或 [bounded] 時,控制編輯器中的資料行換行。",
"wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。",
"mouseWheelScrollSensitivity": "滑鼠滾輪捲動事件的 'deltaX' 與 'deltaY' 所使用的乘數",
"multiCursorModifier.ctrlCmd": "對應Windows和Linux的'Control'與對應OSX的'Command'",
"multiCursorModifier.alt": "對應Windows和Linux的'Alt'與對應OSX的'Option'",
"multiCursorModifier": "用於新增多個滑鼠游標的修改程式。`ctrlCmd` 會對應到 Windows 及 Linux 上的 `Control` 以及 OSX 上的 `Command`。[移至定義] 及 [開啟連結] 滑鼠手勢將會適應以避免和 multicursor 修改程式衝突。",
"quickSuggestions.strings": "允許在字串內顯示即時建議。",
"quickSuggestions.comments": "允許在註解中顯示即時建議。",
"quickSuggestions.other": "允許在字串與註解以外之處顯示即時建議。",
"quickSuggestions": "控制是否應在輸入時自動顯示建議",
"quickSuggestionsDelay": "控制延遲顯示快速建議的毫秒數",
"parameterHints": "當您輸入時啟用彈出視窗,顯示參數文件與類型資訊",
"autoClosingBrackets": "控制編輯器是否應在左括號後自動插入右括號",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
"formatOnPaste": "控制編輯器是否應自動設定貼上的內容格式。格式器必須可供使用,而且格式器應該能夠設定文件中一個範圍的格式。",
"autoIndent": "控制當使用者輸入, 貼上或移行時,編輯器必須自動調整縮排\n語言的縮排規則必須可用",
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
"acceptSuggestionOnEnter": "控制除了 'Tab' 外,是否也藉由按下 'Enter' 接受建議。如此可避免混淆要插入新行或接受建議。設定值'smart'表示在文字變更同時只透過Enter接受建議。",
"acceptSuggestionOnCommitCharacter": "控制認可字元是否應接受建議。例如在 JavaScript 中,分號 (';') 可以是接受建議並鍵入該字元的認可字元。",
"snippetSuggestions.top": "將程式碼片段建議顯示於其他建議的頂端。",
"snippetSuggestions.bottom": "將程式碼片段建議顯示於其他建議的下方。",
"snippetSuggestions.inline": "將程式碼片段建議與其他建議一同顯示。",
"snippetSuggestions.none": "不顯示程式碼片段建議。",
"snippetSuggestions": "控制程式碼片段是否隨其他建議顯示,以及其排序方式。",
"emptySelectionClipboard": "控制複製時不選取任何項目是否會複製目前程式行。",
"wordBasedSuggestions": "控制是否應根據文件中的單字計算自動完成。",
"suggestFontSize": "建議小工具的字型大小",
"suggestLineHeight": "建議小工具的行高",
"selectionHighlight": "控制編輯器是否應反白顯示與選取範圍相似的符合項",
"occurrencesHighlight": "控制編輯器是否應反白顯示出現的語意符號",
"overviewRulerLanes": "控制可在概觀尺規中相同位置顯示的裝飾項目數",
"overviewRulerBorder": "控制是否應在概觀尺規周圍繪製邊框。",
"cursorBlinking": "控制游標動畫樣式,可能的值為 'blink'、'smooth'、'phase'、'expand' 和 'solid'",
"mouseWheelZoom": "使用滑鼠滾輪並按住 Ctrl 時,縮放編輯器的字型",
"cursorStyle": "控制游標樣式。接受的值為 'block'、'block-outline'、'line'、'line-thin'、'underline' 及 'underline-thin'",
"fontLigatures": "啟用連字字型",
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
"renderWhitespace": "控制編輯器轉譯空白字元的方式,可能為 'none'、'boundary' 及 'all'。'boundary' 選項不會轉譯字組間的單一空格。",
"renderControlCharacters": "控制編輯器是否應顯示控制字元",
"renderIndentGuides": "控制編輯器是否應顯示縮排輔助線",
"renderLineHighlight": "控制編輯器應如何轉譯目前反白的行,可能的值有 'none'、'gutter'、'line' 和 'all'。",
"codeLens": "控制編輯器是否顯示程式碼濾鏡",
"folding": "控制編輯器是否已啟用程式碼摺疊功能",
"showFoldingControls": "自動隱藏摺疊控制向",
"matchBrackets": "當選取某側的括號時,強調顯示另一側的配對括號。",
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"stablePeek": "讓預覽編輯器在使用者按兩下其內容或點擊 Escape 時保持開啟。",
"dragAndDrop": "控制編輯器是否允許透過拖放動作移動選取範圍。",
"accessibilitySupport.auto": "編輯器將使用平台 API 以偵測螢幕助讀程式附加。",
"accessibilitySupport.on": "編輯器將會為螢幕助讀程式的使用方式永久地最佳化。",
"accessibilitySupport.off": "編輯器不會為螢幕助讀程式的使用方式進行最佳化。",
"accessibilitySupport": "控制編輯器是否應於已為螢幕助讀程式最佳化的模式中執行。",
"links": "控制編輯器是否應偵測連結且讓它可點擊",
"colorDecorators": "控制編輯器是否應轉譯內嵌色彩裝飾項目與色彩選擇器。",
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"renderIndicators": "控制 Diff 編輯器是否要為新增的/移除的變更顯示 +/- 標記",
"selectionClipboard": "控制是否應支援 Linux 主要剪貼簿。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorViewAccessibleLabel": "編輯器內容"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"accessibilityOffAriaLabel": "編輯器現在無法存取。按Alt+F1尋求選項",
"editorViewAccessibleLabel": "編輯器內容"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"corrupt.commands": "執行命令時發生未預期的例外狀況。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mode.tokenizationSupportFailed": "將輸入語彙基元化時,模式失敗。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"plainText.alias": "純文字"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"conflict": "這些檔案已同時變更: {0}",
"summary.0": "未進行任何編輯",
"summary.nm": "在 {1} 個檔案中進行了 {0} 項文字編輯",
"summary.n0": "在一個檔案中進行了 {0} 項文字編輯"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"vscode.extension.contributes.languages": "提供語言宣告。",
"vscode.extension.contributes.languages.id": "語言的識別碼。",
"vscode.extension.contributes.languages.aliases": "語言的別名名稱。",
"vscode.extension.contributes.languages.extensions": "與語言相關聯的副檔名。",
"vscode.extension.contributes.languages.filenames": "與語言相關聯的檔案名稱。",
"vscode.extension.contributes.languages.filenamePatterns": "與語言相關聯的檔案名稱 Glob 模式。",
"vscode.extension.contributes.languages.mimetypes": "與語言相關聯的 MIME 類型。",
"vscode.extension.contributes.languages.firstLine": "規則運算式,符合語言檔案的第一行。",
"vscode.extension.contributes.languages.configuration": "檔案的相對路徑,其中該檔案包含語言組態選項。"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"diagAndSourceMultiline": "[{0}]\n{1}",
"diagAndSource": "[{0}] {1}"
}

View File

@@ -0,0 +1,29 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"lineHighlight": "目前游標位置行的反白顯示背景色彩。",
"lineHighlightBorderBox": "目前游標位置行之周圍框線的背景色彩。",
"rangeHighlight": "反白顯示範圍的背景色彩,例如 Quick Open 與尋找功能。",
"caret": "編輯器游標的色彩。",
"editorCursorBackground": "編輯器游標的背景色彩。允許自訂區塊游標重疊的字元色彩。",
"editorWhitespaces": "編輯器中空白字元的色彩。",
"editorIndentGuides": "編輯器縮排輔助線的色彩。",
"editorLineNumbers": "編輯器行號的色彩。",
"editorRuler": "編輯器尺規的色彩",
"editorCodeLensForeground": "編輯器程式碼濾鏡的前景色彩",
"editorBracketMatchBackground": "成對括號背景色彩",
"editorBracketMatchBorder": "成對括號邊框色彩",
"editorOverviewRulerBorder": "預覽檢視編輯器尺規的邊框色彩.",
"editorGutter": "編輯器邊框的背景顏色,包含行號與字形圖示的邊框.",
"errorForeground": "編輯器內錯誤提示線的前景色彩.",
"errorBorder": "編輯器內錯誤提示線的邊框色彩.",
"warningForeground": "編輯器內警告提示線的前景色彩.",
"warningBorder": "編輯器內警告提示線的邊框色彩.",
"overviewRulerRangeHighlight": "範圍醒目提示的概觀尺規標記色彩。",
"overviewRuleError": "錯誤的概觀尺規標記色彩。",
"overviewRuleWarning": "警示的概觀尺規標記色彩。",
"overviewRuleInfo": "資訊的概觀尺規標記色彩。"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"introMsg": "感謝您試用 VS Code 的協助工具選項。",
"status": "狀態:",
"tabFocusModeOnMsg": "在目前的編輯器中按 Tab 鍵會將焦點移至下一個可設定焦點的元素。按 {0} 可切換此行為。",
"tabFocusModeOnMsgNoKb": "在目前的編輯器中按 Tab 鍵會將焦點移至下一個可設定焦點的元素。命令 {0} 目前無法由按鍵繫結關係觸發。",
"tabFocusModeOffMsg": "在目前的編輯器中按 Tab 鍵會插入定位字元。按 {0} 可切換此行為。",
"tabFocusModeOffMsgNoKb": "在目前的編輯器中按 Tab 鍵會插入定位字元。命令 {0} 目前無法由按鍵繫結關係觸發。",
"outroMsg": "您可以按 Esc 鍵來解除此工具提示並返回編輯器。",
"ShowAccessibilityHelpAction": "顯示協助工具說明"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"smartSelect.jumpBracket": "移至方括弧"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caret.moveLeft": "將插入點左移",
"caret.moveRight": "將插入點右移"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"transposeLetters.label": "調換字母"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"actions.clipboard.cutLabel": "剪下",
"actions.clipboard.copyLabel": "複製",
"actions.clipboard.pasteLabel": "貼上",
"actions.clipboard.copyWithSyntaxHighlightingLabel": "隨語法醒目提示複製"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"comment.line": "切換行註解",
"comment.line.add": "加入行註解",
"comment.line.remove": "移除行註解",
"comment.block": "切換區塊註解"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"action.showContextMenu.label": "顯示編輯器內容功能表"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.find": "尋找",
"placeholder.find": "尋找",
"label.previousMatchButton": "上一個符合項",
"label.nextMatchButton": "下一個相符項",
"label.toggleSelectionFind": "在選取範圍中尋找",
"label.closeButton": "關閉",
"label.replace": "取代",
"placeholder.replace": "取代",
"label.replaceButton": "取代",
"label.replaceAllButton": "全部取代",
"label.toggleReplaceButton": "切換取代模式",
"title.matchesCountLimit": "只會將前 999 筆結果醒目提示,但所有尋找作業會在完整文字上執行。",
"label.matchesLocation": "{0} / {1}",
"label.noResults": "沒有結果"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.find": "尋找",
"placeholder.find": "尋找",
"label.previousMatchButton": "上一個符合項",
"label.nextMatchButton": "下一個相符項",
"label.closeButton": "關閉"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"startFindAction": "尋找",
"findNextMatchAction": "尋找下一個",
"findPreviousMatchAction": "尋找上一個",
"nextSelectionMatchFindAction": "尋找下一個選取項目",
"previousSelectionMatchFindAction": "尋找上一個選取項目",
"startReplace": "取代",
"addSelectionToNextFindMatch": "將選取項目加入下一個找到的相符項",
"addSelectionToPreviousFindMatch": "將選取項目加入前一個找到的相符項中",
"moveSelectionToNextFindMatch": "將最後一個選擇項目移至下一個找到的相符項",
"moveSelectionToPreviousFindMatch": "將最後一個選擇項目移至前一個找到的相符項",
"selectAllOccurrencesOfFindMatch": "選取所有找到的相符項目",
"changeAll.label": "變更所有發生次數",
"showNextFindTermAction": "顯示下一個尋找字詞",
"showPreviousFindTermAction": "顯示上一個尋找字詞"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"unfoldAction.label": "展開",
"unFoldRecursivelyAction.label": "以遞迴方式展開",
"foldAction.label": "摺疊",
"foldRecursivelyAction.label": "以遞迴方式摺疊",
"foldAllAction.label": "全部摺疊",
"unfoldAllAction.label": "全部展開",
"foldLevelAction.label": "摺疊層級 {0}"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint11": "在行 {0} 編輯了 1 項格式",
"hintn1": "在行 {1} 編輯了 {0} 項格式",
"hint1n": "在行 {0} 與行 {1} 之間編輯了 1 項格式",
"hintnn": "在行 {1} 與行 {2} 之間編輯了 {0} 項格式",
"formatDocument.label": "將文件格式化",
"formatSelection.label": "將選取項目格式化"
}

View File

@@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noResultWord": "找不到 '{0}' 的定義",
"generic.noResults": "找不到任何定義",
"meta.title": " - {0} 個定義",
"actions.goToDecl.label": "移至定義",
"actions.goToDeclToSide.label": "在一側開啟定義",
"actions.previewDecl.label": "預覽定義",
"goToImplementation.noResultWord": "找不到 '{0}' 的任何實作",
"goToImplementation.generic.noResults": "找不到任何實作",
"meta.implementations.title": " {0} 個實作",
"actions.goToImplementation.label": "前往實作",
"actions.peekImplementation.label": "預覽實作",
"goToTypeDefinition.noResultWord": "找不到 '{0}' 的任何類型定義",
"goToTypeDefinition.generic.noResults": "找不到任何類型定義",
"meta.typeDefinitions.title": " {0} 個定義",
"actions.goToTypeDefinition.label": "移至類型定義",
"actions.peekTypeDefinition.label": "預覽類型定義",
"multipleResults": "按一下以顯示 {0} 項定義。"
}

View File

@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noResultWord": "找不到 '{0}' 的定義",
"generic.noResults": "找不到任何定義",
"meta.title": " - {0} 個定義",
"actions.goToDecl.label": "移至定義",
"actions.goToDeclToSide.label": "在一側開啟定義",
"actions.previewDecl.label": "預覽定義",
"goToImplementation.noResultWord": "找不到 '{0}' 的任何實作",
"goToImplementation.generic.noResults": "找不到任何實作",
"meta.implementations.title": " {0} 個實作",
"actions.goToImplementation.label": "前往實作",
"actions.peekImplementation.label": "預覽實作",
"goToTypeDefinition.noResultWord": "找不到 '{0}' 的任何類型定義",
"goToTypeDefinition.generic.noResults": "找不到任何類型定義",
"meta.typeDefinitions.title": " {0} 個定義",
"actions.goToTypeDefinition.label": "移至類型定義",
"actions.peekTypeDefinition.label": "預覽類型定義"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"multipleResults": "按一下以顯示 {0} 項定義。"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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})",
"markerAction.next.label": "移至下一個錯誤或警告",
"markerAction.previous.label": "移至上一個錯誤或警告",
"editorMarkerNavigationError": "編輯器標記導覽小工具錯誤的色彩。",
"editorMarkerNavigationWarning": "編輯器標記導覽小工具警告的色彩。",
"editorMarkerNavigationBackground": "編輯器標記導覽小工具的背景。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"showHover": "動態顯示"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"modesContentHover.loading": "正在載入..."
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"InPlaceReplaceAction.previous.label": "以上一個值取代",
"InPlaceReplaceAction.next.label": "以下一個值取代"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"indentationToSpaces": "將縮排轉換成空格",
"indentationToTabs": "將縮排轉換成定位點",
"configuredTabSize": "已設定的定位點大小",
"selectTabWidth": "選取目前檔案的定位點大小",
"indentUsingTabs": "使用 Tab 進行縮排",
"indentUsingSpaces": "使用空格鍵進行縮排",
"detectIndentation": "偵測內容中的縮排",
"editor.reindentlines": "重新將行縮排"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"inspectTMScopes": "開發人員: 檢查 TM 範圍",
"inspectTMScopesWidget.loading": "正在載入..."
}

View File

@@ -0,0 +1,25 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"lines.copyUp": "將行向上複製",
"lines.copyDown": "將行向下複製",
"lines.moveUp": "上移一行",
"lines.moveDown": "下移一行",
"lines.sortAscending": "遞增排序行",
"lines.sortDescending": "遞減排序行",
"lines.trimTrailingWhitespace": "修剪尾端空白",
"lines.delete": "刪除行",
"lines.indent": "縮排行",
"lines.outdent": "凸排行",
"lines.insertBefore": "在上方插入行",
"lines.insertAfter": "在下方插入行",
"lines.deleteAllLeft": "左邊全部刪除",
"lines.deleteAllRight": "刪除所有右方項目",
"lines.joinLines": "連接線",
"editor.transpose": "轉置游標周圍的字元數",
"editor.transformToUppercase": "轉換到大寫",
"editor.transformToLowercase": "轉換到小寫"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"links.navigate.mac": "按住 Cmd 並按一下按鍵以追蹤連結",
"links.navigate": "按住 Ctrl 並按一下滑鼠按鈕可連入連結",
"links.command.mac": "按住 Cmd 並按一下滑鼠以執行命令",
"links.command": "按住 Ctrl 並按一下滑鼠以執行命令",
"links.navigate.al": "按住Alt並點擊以追蹤連結",
"links.command.al": "按住 Alt 並按一下滑鼠以執行命令",
"invalid.url": "抱歉,因為此連結的語式不正確,所以無法加以開啟: {0}",
"missing.url": "抱歉,因為此連結遺失目標,所以無法加以開啟。",
"label": "開啟連結"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"mutlicursor.insertAbove": "在上方加入游標",
"mutlicursor.insertBelow": "在下方加入游標",
"mutlicursor.insertAtEndOfEachLineSelected": "在行尾新增游標"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"parameterHints.trigger.label": "觸發參數提示"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hint": "{0},提示"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA 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": "Quick Fix"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"meta.titleReference": " - {0} 個參考",
"references.action.label": "尋找所有參考"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"labelLoading": "正在載入..."
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"aria.oneReference": "個符號位於 {0} 中的第 {1} 行第 {2} 欄",
"aria.fileReferences.1": "1 個符號位於 {0}, 完整路徑 {1}",
"aria.fileReferences.N": "{0} 個符號位於 {1}, 完整路徑 {2}",
"aria.result.0": "找不到結果",
"aria.result.1": "在 {0} 中找到 1 個符號",
"aria.result.n1": "在 {1} 中找到 {0} 個符號",
"aria.result.nm": "在 {1} 個檔案中找到 {0} 個符號"
}

View File

@@ -0,0 +1,27 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"referencesFailre": "無法解析檔案。",
"referencesCount": "{0} 個參考",
"referenceCount": "{0} 個參考",
"missingPreviewMessage": "無法預覽",
"treeAriaLabel": "參考",
"noResults": "沒有結果",
"peekView.alternateTitle": "參考",
"peekViewTitleBackground": "預覽檢視標題區域的背景色彩。",
"peekViewTitleForeground": "預覽檢視標題的色彩。",
"peekViewTitleInfoForeground": "預覽檢視標題資訊的色彩。",
"peekViewBorder": "預覽檢視之框線與箭頭的色彩。",
"peekViewResultsBackground": "預覽檢視中結果清單的背景色彩。",
"peekViewResultsMatchForeground": "預覽檢視結果列表中行節點的前景色彩",
"peekViewResultsFileForeground": "預覽檢視結果列表中檔案節點的前景色彩",
"peekViewResultsSelectionBackground": "在預覽檢視之結果清單中選取項目時的背景色彩。",
"peekViewResultsSelectionForeground": "在預覽檢視之結果清單中選取項目時的前景色彩。",
"peekViewEditorBackground": "預覽檢視編輯器的背景色彩。",
"peekViewEditorGutterBackground": "預覽檢視編輯器邊框(含行號或字形圖示)的背景色彩。",
"peekViewResultsMatchHighlight": "在預覽檢視編輯器中比對時的反白顯示色彩。",
"peekViewEditorMatchHighlight": "預覽檢視編輯器中比對時的反白顯示色彩。"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"no result": "沒有結果。",
"aria": "已成功將 '{0}' 重新命名為 '{1}'。摘要: {2}",
"rename.failed": "抱歉,無法執行重新命名。",
"rename.label": "重新命名符號"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"renameAriaLabel": "為輸入重新命名。請鍵入新名稱,然後按 Enter 以認可。"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"smartSelect.grow": "展開選取",
"smartSelect.shrink": "縮小選取"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"arai.alert.snippet": "接受 '{0}' 時接受了插入下列文字: {1}",
"suggest.trigger.label": "觸發建議"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorSuggestWidgetBackground": "建議小工具的背景色彩。",
"editorSuggestWidgetBorder": "建議小工具的邊界色彩。",
"editorSuggestWidgetForeground": "建議小工具的前景色彩。",
"editorSuggestWidgetSelectedBackground": "建議小工具中所選項目的背景色彩。",
"editorSuggestWidgetHighlightForeground": "建議小工具中相符醒目提示的色彩。",
"readMore": "進一步了解...{0}",
"suggestionWithDetailsAriaLabel": "{0},建議,有詳細資料",
"suggestionAriaLabel": "{0},建議",
"readLess": "簡易說明...{0}",
"suggestWidget.loading": "正在載入...",
"suggestWidget.noSuggestions": "無建議。",
"suggestionAriaAccepted": "{0},接受",
"ariaCurrentSuggestionWithDetails": "{0},建議,有詳細資料",
"ariaCurrentSuggestion": "{0},建議"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggle.tabMovesFocus": "切換 TAB 鍵移動焦點"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"wordHighlight": "讀取存取期間 (例如讀取變數時) 符號的背景色彩。",
"wordHighlightStrong": "寫入存取期間 (例如寫入變數時) 符號的背景色彩。",
"overviewRulerWordHighlightForeground": "符號醒目提示的概觀尺規標記色彩。",
"overviewRulerWordHighlightStrongForeground": "寫入權限符號醒目提示的概觀尺規標記色彩。"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"label.close": "關閉"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.language": "`contributes.{0}.language` 中的不明語言。提供的值: {1}",
"invalid.scopeName": "`contributes.{0}.scopeName` 中的預期字串。提供的值: {1}",
"invalid.path.0": "Expected string in `contributes.{0}.path`. Provided value: {1}",
"invalid.injectTo": "`contributes.{0}.injectTo` 中的值無效。必須是語言範圍名稱的陣列。提供的值: {1}",
"invalid.embeddedLanguages": "`contributes.{0}.embeddedLanguages` 中的值無效。必須是從範圍名稱到語言的物件對應。提供的值: {1}",
"invalid.path.1": "要包含在擴充功能資料夾 ({2}) 中的預期 `contributes.{0}.path` ({1})。這可能會使擴充功能無法移植。",
"no-tm-grammar": "此語言未註冊任何 TM 文法。"
}

View File

@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"parseErrors": "剖析 {0} 時發生錯誤: {1}",
"schema.openBracket": "左括弧字元或字串順序。",
"schema.closeBracket": "右括弧字元或字串順序。",
"schema.comments": "定義註解符號",
"schema.blockComments": "定義標記區塊註解的方式。",
"schema.blockComment.begin": "區塊註解開頭的字元順序。",
"schema.blockComment.end": "區塊註解結尾的字元順序。",
"schema.lineComment": "行註解開頭的字元順序。",
"schema.brackets": "定義增加或減少縮排的括弧符號。",
"schema.autoClosingPairs": "定義成對括弧。輸入左括弧時,即自動插入右括弧。",
"schema.autoClosingPairs.notIn": "定義停用自動配對的範圍清單。",
"schema.surroundingPairs": "定義可用以括住所選字串的成對括弧。",
"schema.wordPattern": "定義語言的文字",
"schema.wordPattern.pattern": "使用正規表示式進行文字比對",
"schema.wordPattern.flags": "使用正規表示式標記進行文字比對",
"schema.wordPattern.flags.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"vscode.extension.contributes.grammars": "提供 textmate 權杖化工具。",
"vscode.extension.contributes.grammars.language": "要提供此語法的目標語言識別碼。",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 檔案所使用的 textmate 範圍名稱。",
"vscode.extension.contributes.grammars.path": "tmLanguage 檔案的路徑。此路徑是擴充功能資料夾的相對路徑,而且一般會以 './syntaxes/' 開頭。",
"vscode.extension.contributes.grammars.embeddedLanguages": "如果此文法包含內嵌語言,即為範圍名稱到語言識別碼的對應。",
"vscode.extension.contributes.grammars.injectTo": "要插入此文法的語言範圍名稱清單。"
}