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.
{
"exampleExtension": "範例"
}

View File

@@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"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": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",
"assocLabelFile": "檔案副檔名",
"assocDescriptionFile": "將檔案名稱符合 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
"assocLabelPath": "檔案路徑",
"assocDescriptionPath": "將檔案路徑符合絕對路徑 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
"fileLabel": "依副檔名排列的檔案",
"fileDescription": "比對所有具特定副檔名的檔案。",
"filesLabel": "具多個副檔名的檔案",
"filesDescription": "比對所有具任何副檔名的檔案。",
"derivedLabel": "依名稱排列且同層級的檔案",
"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
"topFolderLabel": "依名稱排列的資料夾 (最上層)",
"topFolderDescription": "比對具特定名稱的最上層資料夾。",
"topFoldersLabel": "具多個名稱的資料夾 (最上層)",
"topFoldersDescription": "比對多個最上層資料夾。",
"folderLabel": "依名稱排列的資料夾 (任何位置)",
"folderDescription": "在所有位置比對具特定名稱的資料夾。",
"falseDescription": "停用模式。",
"trueDescription": "啟用模式。",
"siblingsDescription": "比對名稱相同但副檔名不同的同層級檔案。",
"languageSpecificEditorSettings": "語言專用編輯器設定",
"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定"
}

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.
{
"cssserver.name": "CSS 語言伺服器"
}

View File

@@ -0,0 +1,74 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"css.lint.argumentsInColorFunction.desc": "參數數目無效",
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"css.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"css.lint.emptyRules.desc": "請勿使用空白規則集",
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"css.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"css.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"css.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"css.lint.importStatement.desc": "匯入陳述式不會平行載入",
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"css.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"css.lint.unknownProperties.desc": "未知的屬性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"css.lint.zeroUnits.desc": "零不需要任何單位",
"css.trace.server.desc": "追蹤 VS Code 與 CSS 語言伺服器之間的通訊。",
"css.validate.title": "控制 CSS 驗證與問題嚴重性。",
"css.validate.desc": "啟用或停用所有驗證",
"less.lint.argumentsInColorFunction.desc": "參數數目無效",
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"less.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"less.lint.emptyRules.desc": "請勿使用空白規則集",
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"less.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"less.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"less.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"less.lint.importStatement.desc": "匯入陳述式不會平行載入",
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"less.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"less.lint.unknownProperties.desc": "未知的屬性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"less.lint.zeroUnits.desc": "零不需要任何單位",
"less.validate.title": "控制 LESS 驗證與問題嚴重性。",
"less.validate.desc": "啟用或停用所有驗證",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效",
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"scss.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"scss.lint.emptyRules.desc": "請勿使用空白規則集",
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"scss.lint.idSelector.desc": "選取器不應包含 ID因為這些規則與 HTML 結合過於緊密。",
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"scss.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"scss.lint.importStatement.desc": "匯入陳述式不會平行載入",
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"scss.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"scss.lint.unknownProperties.desc": "未知的屬性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"scss.lint.zeroUnits.desc": "零不需要任何單位",
"scss.validate.title": "控制 SCSS 驗證與問題嚴重性。",
"scss.validate.desc": "啟用或停用所有驗證",
"less.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"scss.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"scss.colorDecorators.enable.deprecationMessage": "設定 `scss.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。",
"less.colorDecorators.enable.deprecationMessage": "設定 `less.colorDecorators.enable` 已淘汰,改為 `editor.colorDecorators`。"
}

View File

@@ -0,0 +1,48 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"command.wrapWithAbbreviation": "使用縮寫換行",
"command.wrapIndividualLinesWithAbbreviation": "使用縮寫換每一行",
"command.removeTag": "移除標籤",
"command.updateTag": "更新標記",
"command.matchTag": "前往相符的配對",
"command.balanceIn": "平衡(向內)",
"command.balanceOut": "平衡(向外)",
"command.prevEditPoint": "移至上一個編輯端點",
"command.nextEditPoint": "移至下一個編輯端點",
"command.mergeLines": "合併行",
"command.selectPrevItem": "選取上一個項目",
"command.selectNextItem": "選取下一個項目",
"command.splitJoinTag": "分割/聯結標記",
"command.toggleComment": "切換註解",
"command.evaluateMathExpression": "評估數學運算式",
"command.updateImageSize": "更新影像大小",
"command.reflectCSSValue": "反射 CSS 值",
"command.incrementNumberByOne": "依 1 遞增",
"command.decrementNumberByOne": "依 1 遞減",
"command.incrementNumberByOneTenth": "依 0.1 遞增",
"command.decrementNumberByOneTenth": "依 0.1 遞減",
"command.incrementNumberByTen": "依 10 遞增",
"command.decrementNumberByTen": "依 10 遞減",
"emmetSyntaxProfiles": "為指定的語法定義設定檔,或透過特定規則使用自己的設定檔。",
"emmetExclude": "不應展開 Emmet 縮寫的語言陣列。",
"emmetExtensionsPath": "包含 Emmet 設定檔與程式碼片段的資料夾路徑。」",
"emmetShowExpandedAbbreviation": "顯示建議之展開的 Emmet 縮寫\n\"inMarkupAndStylesheetFilesOnly\" 選項適用於 html、haml、jade、slim、xml、xsl、css、scss、sass、less 和 stylus。\n不論標記/css 為何,該選項「一律」適用於檔案的所有部分。",
"emmetShowAbbreviationSuggestions": "顯示建議之可能的 Emmet 縮寫。但在樣式表內,或若 emmet.showExpandedAbbreviation 設為「永不」,則不適用。",
"emmetIncludeLanguages": "以預設未支援的語言啟用 Emmet 縮寫。在此新增該語言和 Emmet 支援的語言間之對應。例如: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"} ",
"emmetVariables": "要在 Emmet 程式碼片段中使用的變數",
"emmetTriggerExpansionOnTab": "如有啟用,只要按 Tab 鍵就能展開 Emmet 縮寫。",
"emmetPreferences": "喜好設定,用以修改某些動作的行為及 Emmet 的解析程式。",
"emmetPreferencesIntUnit": "整數值的預設單位",
"emmetPreferencesFloatUnit": "浮點值的預設單位",
"emmetPreferencesCssAfter": "展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號 ",
"emmetPreferencesSassAfter": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
"emmetPreferencesStylusAfter": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性結尾的符號",
"emmetPreferencesCssBetween": "展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetPreferencesSassBetween": "在 SASS 檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetPreferencesStylusBetween": "在手寫筆檔案中展開 CSS 縮寫時,要放在 CSS 屬性與值之間的符號",
"emmetShowSuggestionsAsSnippets": "若為 true則 Emmet 建議會顯示為程式碼片段,可讓您在每個 editor.snippetSuggestions 設定為其排序。"
}

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.
{
"httpsRequired": "影像必須使用 HTTPS 通訊協定。",
"svgsNotValid": "SVGs 不是有效的影像來源。",
"embeddedSvgsNotValid": "內嵌 SVGs 不是有效的影像來源。",
"dataUrlsNotValid": "資料 URL 不是有效的影像來源。",
"relativeUrlRequiresHttpsRepository": "相對影像 URL 必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。",
"relativeIconUrlRequiresHttpsRepository": "圖示必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。",
"relativeBadgeUrlRequiresHttpsRepository": "相對徽章 URL 必須在 package.json 中指定使用 HTTPS 通訊協定的存放庫。"
}

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.
{
"languageSpecificEditorSettings": "語言專用編輯器設定",
"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定"
}

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.
{
"missOrInvalid": "缺少認證或其無效。"
}

View File

@@ -0,0 +1,77 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"tag at": "位於 {0} 的標記",
"remote branch at": "位於 {0} 的遠端分支",
"create branch": "$(plus) 建立新的分支",
"repourl": "儲存庫 URL",
"parent": "父目錄",
"cloning": "正在複製 Git 儲存庫...",
"openrepo": "開啟儲存庫",
"proposeopen": "要開啟複製的儲存庫嗎?",
"path to init": "資料夾路徑",
"provide path": "請提供資料夾路徑以初始化 Git 存放庫",
"HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
"confirm stage files with merge conflicts": "確定要暫存 {0} 個有合併衝突的檔案嗎?",
"confirm stage file with merge conflicts": "確定要暫存有合併衝突的 {0} 嗎?",
"yes": "是",
"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
"revert": "還原變更",
"discard": "捨棄變更",
"confirm delete": "您確定要刪除'{0}'嗎?",
"delete file": "刪除檔案",
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
"confirm discard multiple": "確定要捨棄 {0} 檔案中的變更嗎?",
"warn untracked": "這會刪除 {0} 個未追蹤的檔案!",
"confirm discard all single": "確定要捨棄 {0} 中的變更嗎?",
"confirm discard all": "確定要捨棄在 {0} 個檔案中的所有變更嗎? 此動作無法復原! 您會永遠失去目前的工作集。",
"discardAll multiple": "捨棄1個檔案",
"discardAll": "捨棄所有 {0} 檔案",
"confirm delete multiple": "確定要刪除 {0} 個檔案嗎?",
"delete files": "刪除檔案",
"there are untracked files single": "下列未追蹤檔案若被捨棄,將會從磁碟中刪除: {0}。",
"there are untracked files": "有 {0} 個未追蹤檔案若被捨棄,將會從磁碟中刪除。",
"confirm discard all 2": "{0}\n\n這項動作無法復原您會永久失去目前的工作集。",
"yes discard tracked": "捨棄 1 個追蹤的檔案",
"yes discard tracked multiple": "捨棄 {0} 個追蹤的檔案",
"no staged changes": "沒有暫存變更進行提交\n\n您希望自動暫存您所有變更並直接提交?",
"always": "永遠",
"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": "合併衝突。提交前請解決衝突。",
"tag name": "標籤名稱",
"provide tag name": "請提供標籤名稱",
"tag message": "訊息",
"provide tag message": "請提供訊息以標註標籤",
"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
"pick remote pull repo": "挑選要將分支提取出的遠端",
"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
"push with tags success": "已成功使用標籤推送。",
"nobranch": "請簽出分支以推送到遠端。",
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
"ok": "確定",
"never again": "確定不要再顯示",
"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
"no changes stash": "沒有變更可供隱藏。",
"provide stash message": "可選擇提供隱藏訊息",
"stash message": "隱藏訊息",
"no stashes": "沒有要隱藏可供還原。",
"pick stash to pop": "請挑選要快顯的隱藏",
"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
"git error details": "Git: {0}",
"git error": "Git 錯誤",
"open git log": "開啟 Git 記錄"
}

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.
{
"using git": "正在使用來自 {1} 的 git {0}",
"updateGit": "更新 Git",
"neverShowAgain": "不要再顯示",
"git20": "您似乎已安裝 Git {0}。Code 搭配 Git >= 2 的執行效果最佳"
}

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.
{
"no repositories": "沒有存放庫可供使用",
"pick repo": "請選擇存放庫"
}

View File

@@ -0,0 +1,31 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"open": "開啟",
"index modified": "已修改索引",
"modified": "已修改",
"index added": "已新增索引",
"index deleted": "已刪除索引",
"deleted": "已刪除",
"index renamed": "已重新命名索引",
"index copied": "已複製索引",
"untracked": "已取消追蹤",
"ignored": "已忽略",
"both deleted": "皆已刪除",
"added by us": "已由我們新增",
"deleted by them": "已受到他們刪除",
"added by them": "已由他們新增",
"deleted by us": "已受到我們刪除",
"both added": "皆已新增",
"both modified": "皆已修改",
"commit": "認可",
"merge changes": "合併變更",
"staged changes": "已分段的變更",
"changes": "變更",
"ok": "確定",
"neveragain": "不要再顯示",
"huge": "位於 '{0}' 的 Git 儲存庫有過多使用中的變更,只有部份 Git 功能會被啟用。"
}

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.
{
"commit": "認可"
}

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.
{
"checkout": "簽出...",
"sync changes": "同步處理變更",
"publish changes": "發行變更",
"syncing changes": "正在同步處理變更..."
}

View File

@@ -0,0 +1,63 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"command.clone": "複製",
"command.init": "初始化儲存庫",
"command.close": "關閉存放庫",
"command.refresh": "重新整理",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
"command.openHEADFile": "開啟檔案 (HEAD)",
"command.stage": "暫存變更",
"command.stageAll": "暫存所有變更",
"command.stageSelectedRanges": "暫存選取的範圍",
"command.revertSelectedRanges": "還原選取的範圍",
"command.unstage": "取消暫存變更",
"command.unstageAll": "取消暫存所有變更",
"command.unstageSelectedRanges": "取消暫存選取的範圍",
"command.clean": "捨棄變更",
"command.cleanAll": "捨棄所有變更",
"command.commit": "Commit",
"command.commitStaged": "認可暫存",
"command.commitStagedSigned": "認可暫存 (已簽章)",
"command.commitStagedAmend": "認可暫存 (修改)",
"command.commitAll": "全部認可",
"command.commitAllSigned": "全部認可 (已簽章)",
"command.commitAllAmend": "全部認可(修改)",
"command.undoCommit": "復原上次認可",
"command.checkout": "簽出至...",
"command.branch": "建立分支...",
"command.deleteBranch": "刪除分支...",
"command.merge": "合併分支...",
"command.createTag": "建立標籤",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
"command.pullFrom": "從...提取",
"command.push": "推送",
"command.pushTo": "推送至...",
"command.pushWithTags": "使用標籤推送",
"command.sync": "同步處理",
"command.publish": "發行分支",
"command.showOutput": "顯示 Git 輸出",
"command.ignore": "將檔案新增到 .gitignore",
"command.stash": "隱藏",
"command.stashPop": "快顯隱藏...",
"command.stashPopLatest": "快顯上一次的隱藏",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑",
"config.autorefresh": "是否啟用自動重新整理",
"config.autofetch": "是否啟用自動擷取",
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
"config.enableCommitSigning": "啟用 GPG 認可簽署。",
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。"
}

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.
{
"execFailed": "Grunt 的自動偵測失敗。錯誤: {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.
{
"config.grunt.autoDetect": "控制 Grunt 工作的自動偵測為開啟或關閉。預設為開。"
}

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.
{
"execFailed": "Gulp 的自動偵測失敗。錯誤: {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.
{
"config.gulp.autoDetect": "控制 Gulp 工作的自動偵測為開啟或關閉。預設為開。"
}

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.
{
"htmlserver.name": "HTML 語言伺服器"
}

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.
{
"html.format.enable.desc": "啟用/停用預設 HTML 格式器",
"html.format.wrapLineLength.desc": "每行的字元數上限 (0 = 停用)。",
"html.format.unformatted.desc": "不應重新格式化的逗號分隔標記清單。'null' 預設為 https://www.w3.org/TR/html5/dom.html#phrasing-content 中列出的所有標記。",
"html.format.contentUnformatted.desc": "逗點分隔的標記清單,其中內容的格式不應重新設定。'null' 預設為 'pre' 標記。",
"html.format.indentInnerHtml.desc": "縮排 <head> 及 <body> 區段。",
"html.format.preserveNewLines.desc": "是否應保留項目前方現有的分行符號。僅適用於項目前方,而不適用於標記內或文字。",
"html.format.maxPreserveNewLines.desc": "一個區塊要保留的最大分行符號數。使用 'null' 表示無限制。",
"html.format.indentHandlebars.desc": "格式化並縮排 {{#foo}} 及 {{/foo}}。",
"html.format.endWithNewline.desc": "以新行字元結尾。",
"html.format.extraLiners.desc": "前方應有額外新行字元的標記清單,須以逗號分隔。'null' 的預設值為 \"head, body, /html\"。",
"html.format.wrapAttributes.desc": "將屬性換行。",
"html.format.wrapAttributes.auto": "只在超過行的長度時將屬性換行。",
"html.format.wrapAttributes.force": "將第一個以外的每個屬性換行。",
"html.format.wrapAttributes.forcealign": "將第一個以外的每個屬性換行,並保持對齊。",
"html.format.wrapAttributes.forcemultiline": "將每個屬性換行。",
"html.suggest.angular1.desc": "設定內建 HTML 語言支援是否建議 Angular V1 標記和屬性。",
"html.suggest.ionic.desc": "設定內建 HTML 語言支援是否建議 Ionic 標記、屬性和值。",
"html.suggest.html5.desc": "設定內建 HTML 語言支援是否建議 HTML5 標記、屬性和值。",
"html.trace.server.desc": "追蹤 VS Code 與 HTML 語言伺服器之間的通訊。",
"html.validate.scripts": "設定內建 HTML 語言支援是否會驗證內嵌指定碼。",
"html.validate.styles": "設定內建 HTML 語言支援是否會驗證內嵌樣式。",
"html.autoClosingTags": "啟用/停用 HTML 標籤的自動關閉功能。"
}

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.
{
"execFailed": "Jake 的自動偵測失敗。錯誤: {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.
{
"config.jake.autoDetect": "控制 Jake 工作的自動偵測為開啟或關閉。預設為開。"
}

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.
{
"json.bower.default": "預設 bower.json",
"json.bower.error.repoaccess": "對 Bower 儲存機制的要求失敗: {0}",
"json.bower.latest.version": "最新"
}

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.
{
"json.package.default": "預設 package.json",
"json.npm.error.repoaccess": "對 NPM 儲存機制的要求失敗: {0}",
"json.npm.latestversion": "封裝目前的最新版本",
"json.npm.majorversion": "比對最新的主要版本 (1.x.x)",
"json.npm.minorversion": "比對最新的次要版本 (1.2.x)",
"json.npm.version.hover": "最新版本: {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.
{
"jsonserver.name": "JSON 語言伺服器"
}

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.
{
"json.schemas.desc": "在結構描述與目前專案的 JSON 檔案之間建立關聯",
"json.schemas.url.desc": "目前目錄中的結構描述 URL 或結構描述相對路徑",
"json.schemas.fileMatch.desc": "檔案模式陣列,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
"json.format.enable.desc": "啟用/停用預設 JSON 格式器 (需要重新啟動)",
"json.tracing.desc": "追蹤 VS Code 與 JSON 語言伺服器之間的通訊。",
"json.colorDecorators.enable.desc": "啟用或停用彩色裝飾項目",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` 已淘汰,將改為 `editor.colorDecorators`。"
}

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.
{
"onPreviewStyleLoadError": "無法載入 markdown.style' 樣式:{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.
{
"preview.securityMessage.text": "此文件中的部分內容已停用",
"preview.securityMessage.title": "Markdown 預覽中已停用可能不安全或不安全的內容。請將 Markdown 預覽的安全性設定變更為允許不安全內容,或啟用指令碼",
"preview.securityMessage.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.
{
"strict.title": "嚴謹",
"strict.description": "僅載入安全內容",
"insecureContent.title": "允許不安全的內容",
"insecureContent.description": "啟用 http 載入內容",
"disable.title": "停用",
"disable.description": "允許所有內容與指令碼執行。不建議",
"moreInfo.title": "詳細資訊",
"preview.showPreviewSecuritySelector.title": "選擇此工作區 Markdown 預覽的安全性設定"
}

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.
{
"markdown.preview.breaks.desc": "設定在 Markdown 預覽中如何顯示分行符號。設為 'trure' 為每個新行建立<br>",
"markdown.preview.linkify": "啟用或停用在 Markdown 預覽中將類似 URL 的文字轉換為連結。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 預覽中按兩下會切換到編輯器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 預覽中使用的字型家族。",
"markdown.preview.fontSize.desc": "控制 Markdown 預覽中使用的字型大小 (以像素為單位)。",
"markdown.preview.lineHeight.desc": "控制 Markdown 預覽中使用的行高。此數字相對於字型大小。",
"markdown.preview.markEditorSelection.desc": "在 Markdown 預覽中標記目前的編輯器選取範圍。",
"markdown.preview.scrollEditorWithPreview.desc": "捲動 Markdown 預覽時會更新編輯器的檢視。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "捲動 Markdown 預覽以顯示目前從編輯器選取的行。",
"markdown.preview.title": "開啟預覽",
"markdown.previewFrontMatter.dec": "設定 YAML 前端在 Markdown 預覽中呈現的方式。[隱藏] 會移除前端。否則,前端會視為 Markdown 內容。",
"markdown.previewSide.title": "在一側開啟預覽",
"markdown.showSource.title": "顯示來源",
"markdown.styles.dec": "可從 Markdown 預覽使用之 CSS 樣式表的 URL 或本機路徑清單。相對路徑是相對於在總管中開啟的資料夾來進行解釋。若沒有開啟資料夾,路徑則是相對於 Markdown 檔案的位置來進行解釋。所有 '\\' 都必須寫成 '\\\\'。",
"markdown.showPreviewSecuritySelector.title": "變更預覽的安全性設定",
"markdown.trace.desc": "允許 Markdown 延伸模組進行偵錯記錄。",
"markdown.refreshPreview.title": "重新整理預覽"
}

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.
{
"acceptCurrentChange": "接受當前變更",
"acceptIncomingChange": "接受來源變更",
"acceptBothChanges": "接受兩者變更",
"compareChanges": "比較變更"
}

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.
{
"cursorNotInConflict": "編輯器游標不在衝突合併範圍之內",
"compareChangesTitle": "{0}: 當前變更⟷來源變更",
"cursorOnCommonAncestorsRange": "編輯器游標在共同上階區塊內,請移動至「當前項目」或「來源項目」區塊",
"cursorOnSplitterRange": "編輯器游標在衝突合併工具範圍內,請移動至\"當前項目\"或來源項目\"區塊",
"noConflicts": "檔案內找不到需要合併衝突項目",
"noOtherConflictsInThisFile": "此檔案內沒有其他的衝突合併項目"
}

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.
{
"currentChange": "(目前變更)",
"incomingChange": "(來源變更)"
}

View File

@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"command.category": "合併衝突",
"command.accept.all-incoming": "接受所有來源",
"command.accept.all-both": "接受兩者所有項目",
"command.accept.current": "接受當前項目",
"command.accept.incoming": "接受來源項目",
"command.accept.selection": "接受選取項目",
"command.accept.both": "接受兩者",
"command.next": "下一個衝突",
"command.previous": "前一個衝突",
"command.compare": "比較目前衝突",
"config.title": "合併衝突",
"config.codeLensEnabled": "啟用/停用 編輯器CodeLens衝突合併 ",
"config.decoratorsEnabled": "啟用/停用 編輯器衝突合併色彩裝飾"
}

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.
{
"config.npm.autoDetect": "控制是否自動檢測npm腳本.預設為開啟.",
"config.npm.runSilent": "以 '--silent' 選項執行 npm 命令 "
}

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.
{
"php.useExecutablePath": "要允許 {0} (定義為工作區設定) 執行,以使用 lint 標記 PHP 檔案嗎?",
"php.yes": "允許",
"php.no": "不允許",
"wrongExecutable": "因為 {0} 不是有效的 PHP 可執行檔,所以無法驗證。您可以使用設定 'php.validate.executablePath' 設定 PHP 可執行檔。",
"noExecutable": "因為未設定任何 PHP 可執行檔,所以無法驗證。您可以使用 'php.validate.executablePath' 設定可執行檔。",
"unknownReason": "無法使用路徑 {0} 執行 PHP。原因不明。"
}

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.
{
"configuration.suggest.basic": "設定是否啟用內建 PHP 語言建議。此支援會建議 PHP 全域和變數。",
"configuration.validate.enable": "啟用/停用內建 PHP 驗證。",
"configuration.validate.executablePath": "指向 PHP 可執行檔。",
"configuration.validate.run": "是否在儲存或輸入時執行 linter。",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "禁止 PHP 驗證可執行檔 (定義為工作區設定)"
}

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.
{
"moreInformation": "詳細資訊",
"doNotCheckAgain": "不要再檢查",
"close": "關閉",
"updateTscCheck": "已將使用者設定 'typescript.check.tscVersion' 更新為 false"
}

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.
{
"acquiringTypingsLabel": "正在擷取 typings...",
"acquiringTypingsDetail": "正在為 IntelliSense 擷取 typings 定義。"
}

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.
{
"ts-check": "啟用 JavaScript 檔案的語意檢查。必須在檔案的最上面。",
"ts-nocheck": "停用 JavaScript 檔案的語意檢查。必須在檔案的最上面。",
"ts-ignore": "隱藏下一行@ts-check 的錯誤警告。"
}

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.
{
"oneImplementationLabel": "1 個實作",
"manyImplementationLabel": "{0} 個實作",
"implementationsErrorLabel": "無法判斷實作數"
}

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.
{
"typescript.jsDocCompletionItem.documentation": "JSDoc 註解"
}

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.
{
"oneReferenceLabel": "1 個參考",
"manyReferenceLabel": "{0} 個參考",
"referenceErrorLabel": "無法判斷參考"
}

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.
{
"buildAndWatchTscLabel": "監看 - {0}",
"buildTscLabel": "建置 - {0}"
}

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.
{
"typescript.projectConfigNoWorkspace": "請在 VS Code 中開啟資料夾,以使用 TypeScript 或 JavaScript 專案",
"typescript.projectConfigUnsupportedFile": "無法判斷 TypeScript 或 JavaScript 專案。不支援的檔案類型",
"typescript.projectConfigCouldNotGetInfo": "無法判斷 TypeScript 或 JavaScript 專案",
"typescript.noTypeScriptProjectConfig": "檔案不是 TypeScript 專案的一部份",
"typescript.noJavaScriptProjectConfig": "檔案不是 JavaScript 專案的一部份",
"typescript.configureTsconfigQuickPick": "設定 tsconfig.json",
"typescript.configureJsconfigQuickPick": "設定 jsconfig.json",
"typescript.projectConfigLearnMore": "深入了解"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。即將回復為配套的 TypeScript 版本。",
"serverCouldNotBeStarted": "無法啟動 TypeScript 語言伺服器。錯誤訊息為: {0}",
"typescript.openTsServerLog.notSupported": "TS 伺服器的記錄功能需要 TS 2.2.2+",
"typescript.openTsServerLog.loggingNotEnabled": "TS 伺服器記錄功能已關閉。請設定 `typescript.tsserver.log` 並重新啟動 TS 伺服器,以啟用記錄功能",
"typescript.openTsServerLog.enableAndReloadOption": "啟用記錄功能並重新啟動 TS 伺服器",
"typescript.openTsServerLog.noLogFile": "TS 伺服器尚未開始記錄。",
"openTsServerLog.openFileFailedFailed": "無法開啟 TS 伺服器記錄檔",
"serverDiedAfterStart": "TypeScript 語言服務在啟動後立即中止 5 次。服務將不會重新啟動。",
"serverDiedReportIssue": "回報問題",
"serverDied": "TypeScript 語言服務在過去 5 分鐘內意外中止 5 次。"
}

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.
{
"invalidVersion": "無效的版本"
}

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.
{
"channelName": "TypeScript"
}

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.
{
"hintExclude": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含許多檔案的資料夾,例如: {0}",
"hintExclude.generic": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含您未使用之來源檔案的大型資料夾。",
"large.label": "設定排除項目",
"hintExclude.tooltip": "若要讓整個專案都能使用 JavaScript/TypeScript 語言功能,請排除內含您未使用之來源檔案的大型資料夾。"
}

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.
{
"installingPackages": "正在擷取資料以改善 TypeScript IntelliSense",
"typesInstallerInitializationFailed.title": "無法安裝typings檔案Javascript語言功能,請確認NPM是否已安裝且配置'typescript.npm'",
"typesInstallerInitializationFailed.moreInformation": "詳細資訊",
"typesInstallerInitializationFailed.doNotCheckAgain": "不要再檢查",
"typesInstallerInitializationFailed.close": "關閉"
}

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.
{
"useVSCodeVersionOption": "使用 VS Code 的版本",
"useWorkspaceVersionOption": "使用工作區版本",
"learnMore": "深入了解",
"selectTsVersion": "選取 JavaScript 與 TypeScript 功能使用的 TypeScript 版本"
}

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.
{
"couldNotLoadTsVersion": "無法在此路徑載入 TypeScript 版本",
"noBundledServerFound": "其他應用程式已刪除了 VS Code 的 tsserver例如行為不當的病毒偵測工具。請重新安裝 VS Code。"
}

View File

@@ -0,0 +1,50 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"typescript.reloadProjects.title": "重新載入專案",
"javascript.reloadProjects.title": "重新載入專案",
"configuration.typescript": "TypeScript",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "使用其參數簽章完成函式。",
"typescript.tsdk.desc": "指定資料夾路徑,其中包含要使用的 tsserver 和 lib*.d.ts 檔案。",
"typescript.disableAutomaticTypeAcquisition": "停用自動類型取得。需要 TypeScript >= 2.0.6。",
"typescript.tsserver.log": "允許 TS 伺服器記錄到檔案。此記錄可用來診斷 TS 伺服器問題。記錄可能包含檔案路徑、原始程式碼及您專案中可能具有敏感性的其他資訊。",
"typescript.tsserver.trace": "允許將訊息追蹤傳送到 TS 伺服器。此追蹤可用來診斷 TS 伺服器問題。追蹤可能包含檔案路徑、原始程式碼及您專案中可能具有敏感性的其他資訊。",
"typescript.validate.enable": "啟用/停用 TypeScript 驗證。",
"typescript.format.enable": "啟用/停用預設 TypeScript 格式器。",
"javascript.format.enable": "啟用/停用預設 JavaScript 格式器。",
"format.insertSpaceAfterCommaDelimiter": "定義逗號分隔符號後的空格處理。",
"format.insertSpaceAfterConstructor": "定義 constructor 關鍵字後空格處理。需要 TypeScript >= 2.3.0。",
"format.insertSpaceAfterSemicolonInForStatements": " 定義 for 陳述式內分號後的空格處理。",
"format.insertSpaceBeforeAndAfterBinaryOperators": "定義二元運算子後的空格處理。",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "定義控制流程陳述式內關鍵字後的空格處理方式。",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "定義匿名函式之函式關鍵字後的空格處理。",
"format.insertSpaceBeforeFunctionParenthesis": "定義如何處理函式引數括號之前的空格。TypeScript 必須 >= 2.1.5。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "定義左右非空白括弧間的空格處理。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "定義左右非空白中括弧間的空格處理。",
"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 驗證。",
"typescript.goToProjectConfig.title": "移至專案組態",
"javascript.goToProjectConfig.title": "移至專案組態",
"javascript.referencesCodeLens.enabled": "在JavaScript檔案啟用/停用 參考CodeLens ",
"typescript.referencesCodeLens.enabled": "在TypeScript檔案啟用/停用CodeLens參考。需要TypeScript>=2.0.6。",
"typescript.implementationsCodeLens.enabled": "啟用/停用實作 CodeLens。需要 TypeScript >= 2.2.0。",
"typescript.openTsServerLog.title": "開啟 TS 伺服器記錄",
"typescript.restartTsServer": "重新啟動TS伺服器",
"typescript.selectTypeScriptVersion.title": "選取 TypeScript 版本",
"jsDocCompletion.enabled": "啟用/停用自動 JSDoc 註解",
"javascript.implicitProjectConfig.checkJs": "啟用/停用 JavaScript 檔案的語意檢查。現有的 jsconfig.json 或 tsconfig.json 檔案會覆寫此設定。需要 TypeScript >=2.3.1。",
"typescript.npm": "指定用於自動類型取得的 NPM 可執行檔路徑。TypeScript 必須 >= 2.3.4.",
"typescript.check.npmIsInstalled": "檢查是否已安裝NPM用以取得自動類型擷取.",
"javascript.nameSuggestions": "從JavaScript推薦表檔案中啟用/停用包含唯一檔名",
"typescript.tsc.autoDetect": "控制 tsc 工作的自動偵測為開啟或關閉。",
"typescript.problemMatchers.tsc.label": "TypeScript 問題",
"typescript.problemMatchers.tscWatch.label": " TypeScript 問題 (監看模式)"
}

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.
{
"titleLabel": "{0} ({1})"
}

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.
{
"repeated": "{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.
{
"defaultLabel": "輸入"
}

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.
{
"caseDescription": "大小寫須相符",
"wordsDescription": "全字拼寫須相符",
"regexDescription": "使用規則運算式"
}

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.
{
"alertErrorMessage": "錯誤: {0}",
"alertWarningMessage": "警告: {0}",
"alertInfoMessage": "資訊: {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.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "因為影像太大,無法在編輯器中顯示。",
"resourceOpenExternalButton": "要使用外部程式打開影像嗎?",
"nativeBinaryError": "檔案為二進位檔、非常大或使用不支援的文字編碼,因此將不會顯示於編輯器中。",
"sizeB": "{0}B",
"sizeKB": "{0}KB",
"sizeMB": "{0}MB",
"sizeGB": "{0}GB",
"sizeTB": "{0}TB"
}

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.
{
"more": "其他"
}

View File

@@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"message": "{0}。錯誤碼: {1}",
"error.permission.verbose": "使用權限遭拒 (HTTP {0})",
"error.permission": "使用權限遭拒",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.http": "{0} (HTTP {1})",
"error.connection.unknown.verbose": "未知的連線錯誤 ({0})",
"error.connection.unknown": "發生未知的連接錯誤。可能是您已經沒有連線到網際網路,或是您連接的伺服器已離線。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "發生未知的錯誤。如需詳細資訊,請參閱記錄檔。",
"nodeExceptionMessage": "發生系統錯誤 ({0})",
"error.moreErrors": "{0} (總計 {1} 個錯誤)"
}

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.
{
"error.invalidSymbol": "符號無效",
"error.invalidNumberFormat": "數字格式無效",
"error.propertyNameExpected": "必須有屬性名稱",
"error.valueExpected": "必須有值",
"error.colonExpected": "必須為冒號",
"error.commaExpected": "必須為逗號",
"error.closeBraceExpected": "必須為右大括號",
"error.closeBracketExpected": "必須為右中括號",
"error.endOfFileExpected": "必須為檔案結尾"
}

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.
{
"error.invalidSymbol": "無效的符號",
"error.invalidNumberFormat": "無效的數字格式",
"error.propertyNameExpected": "須有屬性名稱",
"error.valueExpected": "必須有值",
"error.colonExpected": "必須有冒號",
"error.commaExpected": "必須有逗號",
"error.closeBraceExpected": "必須為右大括號",
"error.closeBracketExpected": "必須為右中括號",
"error.endOfFileExpected": "必須有檔案結尾"
}

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.
{
"ctrlKey": "Ctrl",
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "Command",
"windowsKey.long": "Windows"
}

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.
{
"ExecutableParser.commandMissing": "錯誤: 可執行檔資訊必須定義字串類型的命令。",
"ExecutableParser.isShellCommand": "警告: isShellCommand 必須屬於布林值類型。即將忽略值 {0}。",
"ExecutableParser.args": "警告: args 必須屬於 string[] 類型。即將忽略值 {0}。",
"ExecutableParser.invalidCWD": "警告: options.cwd 必須屬於字串類型。即將忽略值 {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.
{
"sev.error": "錯誤",
"sev.warning": "警告",
"sev.info": "資訊"
}

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.
{
"TaskRunner.UNC": "無法在 UNC 磁碟機上執行殼層命令。"
}

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.
{
"notFound": "在 ZIP 中找不到 {0}。"
}

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.
{
"quickOpenAriaLabelEntry": "{0},選擇器",
"quickOpenAriaLabel": "選擇器"
}

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.
{
"quickOpenAriaLabel": "快速選擇器。輸入以縮小結果範圍。",
"treeAriaLabel": "快速選擇器"
}

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.
{
"collapse": "摺疊"
}

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.
{
"authRequire": "必須進行 Proxy 驗證 ",
"proxyauth": "Proxy {0} 必須進行驗證。"
}

View File

@@ -0,0 +1,185 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"mFile": "檔案 (&&F)",
"mEdit": "編輯(&&E)",
"mSelection": "選取項目(&&S)",
"mView": "檢視 (&&V)",
"mGoto": "前往(&&G)",
"mDebug": "偵錯 (&&D)",
"mWindow": "視窗",
"mHelp": "說明 (&&H)",
"mTask": "工作(&&T)",
"miNewWindow": "開新視窗(&&W)",
"mAbout": "關於 {0}",
"mServices": "服務",
"mHide": "隱藏 {0}",
"mHideOthers": "隱藏其他",
"mShowAll": "全部顯示",
"miQuit": "結束 {0}",
"miNewFile": "新增檔案(&&N)",
"miOpen": "開啟(&&O)...",
"miOpenWorkspace": "開啟工作區(&&O)...",
"miOpenFolder": "開啟資料夾(&&F)...",
"miOpenFile": "開啟檔案(&&O)...",
"miOpenRecent": "開啟最近的檔案(&&R)",
"miSaveWorkspaceAs": "將工作區另存為(&&S)...",
"miAddFolderToWorkspace": "將資料夾新增到工作區(&&A)",
"miSave": "儲存(&&S)",
"miSaveAs": "另存新檔(&&A)...",
"miSaveAll": "全部儲存(&&L)",
"miAutoSave": "自動儲存",
"miRevert": "還原檔案(&&V)",
"miCloseWindow": "關閉視窗(&&E)",
"miCloseWorkspace": "關閉工作區(&&W)",
"miCloseFolder": "關閉資料夾(&&F)",
"miCloseEditor": "關閉編輯器(&&C)",
"miExit": "結束(&&X)",
"miOpenSettings": "設定(&&S)",
"miOpenKeymap": "鍵盤快速鍵(&&K)",
"miOpenKeymapExtensions": "按鍵對應延伸模組(&&K)",
"miOpenSnippets": "使用者程式碼片段(&&S)",
"miSelectColorTheme": "色彩佈景主題(&&C)",
"miSelectIconTheme": "檔案圖示佈景主題(&&I)",
"miPreferences": "喜好設定(&&P)",
"miReopenClosedEditor": "重新開啟已關閉的編輯器(&&R)",
"miMore": "更多(&&M)...",
"miClearRecentOpen": "清除最近開啟的(&&C)",
"miUndo": "復原(&&U)",
"miRedo": "重做(&&R)",
"miCut": "剪下(&&T)",
"miCopy": "複製(&&C)",
"miPaste": "貼上(&&P)",
"miFind": "尋找(&&F)",
"miReplace": "取代(&&R)",
"miFindInFiles": "在檔案中尋找(&&I)",
"miReplaceInFiles": "檔案中取代(&&I)",
"miEmmetExpandAbbreviation": "Emmet: 展開縮寫(&&X)",
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "切換行註解(&&T)",
"miToggleBlockComment": "切換區塊註解(&&B)",
"miMultiCursorAlt": "切換到 Alt+ 按一下啟用多重游標",
"miMultiCursorCmd": "切換到 Cmd+ 按一下啟用多重游標",
"miMultiCursorCtrl": "切換到 Ctrl+ 按一下啟用多重游標",
"miInsertCursorAbove": "在上方新增游標(&&A)",
"miInsertCursorBelow": "在下方新增游標(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾新增游標(&&U)",
"miAddSelectionToNextFindMatch": "新增下一個項目(&&N)",
"miAddSelectionToPreviousFindMatch": "新增上一個項目(&&R)",
"miSelectHighlights": "選取所有項目(&&O)",
"miCopyLinesUp": "將行向上複製(&&C)",
"miCopyLinesDown": "將行向下複製(&&P)",
"miMoveLinesUp": "上移一行(&&V)",
"miMoveLinesDown": "下移一行(&&L)",
"miSelectAll": "全選(&&S)",
"miSmartSelectGrow": "展開選取範圍(&&E)",
"miSmartSelectShrink": "壓縮選取範圍(&&S)",
"miViewExplorer": "檔案總管(&&E)",
"miViewSearch": "搜尋(&&S)",
"miViewSCM": "SCM",
"miViewDebug": "偵錯 (&&D)",
"miViewExtensions": "擴充功能(&&X)",
"miToggleOutput": "輸出(&&O)",
"miToggleDebugConsole": "偵錯主控台(&&B)",
"miToggleIntegratedTerminal": "整合式終端機(&&I)",
"miMarker": "問題(&&P)",
"miAdditionalViews": "其他檢視(&&V)",
"miCommandPalette": "命令選擇區(&&C)...",
"miToggleFullScreen": "切換全螢幕(&&F)",
"miToggleZenMode": "切換無干擾模式",
"miToggleMenuBar": "切換功能表列(&&B)",
"miSplitEditor": "分割編輯器(&&E)",
"miToggleEditorLayout": "切換編輯器群組配置(&&L)",
"miToggleSidebar": "切換提要欄位(&&T)",
"miMoveSidebarRight": "將提要欄位右移(&&M)",
"miMoveSidebarLeft": "將提要欄位左移(&&M)",
"miTogglePanel": "切換面板(&&P)",
"miHideStatusbar": "隱藏狀態列(&&H)",
"miShowStatusbar": "顯示狀態列(&&S)",
"miHideActivityBar": "隱藏活動列(&&A)",
"miShowActivityBar": "顯示活動列(&&A)",
"miToggleWordWrap": "切換自動換行(&&W)",
"miToggleMinimap": "切換迷你地圖(&M)",
"miToggleRenderWhitespace": "切換轉譯空白字元(&&R)",
"miToggleRenderControlCharacters": "切換&&控制字元",
"miZoomIn": "放大(&&Z)",
"miZoomOut": "縮小(&&U)",
"miZoomReset": "重設縮放(&&R)",
"miBack": "上一步(&B)",
"miForward": "轉寄(&&F)",
"miNextEditor": "下一個編輯器(&&N)",
"miPreviousEditor": "上一個編輯器(&&P)",
"miNextEditorInGroup": "群組中下一個已使用的編輯器(&&N)",
"miPreviousEditorInGroup": "群組中上一個已使用的編輯器(&&P)",
"miSwitchEditor": "切換編輯器(&&E)",
"miFocusFirstGroup": "第一個群組(&&F)",
"miFocusSecondGroup": "第二個群組(&&S)",
"miFocusThirdGroup": "第三個群組(&&T)",
"miNextGroup": "下一個群組(&&N)",
"miPreviousGroup": "上一個群組(&&P)",
"miSwitchGroup": "切換群組(&&G)",
"miGotoFile": "移至檔案(&&F)...",
"miGotoSymbolInFile": "前往檔案中的符號(&&S)...",
"miGotoSymbolInWorkspace": "前往工作區中的符號(&&W)...",
"miGotoDefinition": "移至定義(&&D)",
"miGotoTypeDefinition": "移至類型定義(&&T)",
"miGotoImplementation": "前往實作(&&I)",
"miGotoLine": "移至行(&&L)...",
"miStartDebugging": "啟動偵錯(&&S)",
"miStartWithoutDebugging": "只啟動但不偵錯(&&W)",
"miStopDebugging": "停止偵錯(&&S)",
"miRestart Debugging": "重新啟動偵錯(&&R)",
"miOpenConfigurations": "開啟設定(&&C)",
"miAddConfiguration": "新增組態...",
"miStepOver": "不進入函式(&&O)",
"miStepInto": "逐步執行(&&I)",
"miStepOut": "跳離函式(&&U)",
"miContinue": "繼續(&&C)",
"miToggleBreakpoint": "切換中斷點(&&B)",
"miConditionalBreakpoint": "條件式中斷點(&&C)...",
"miColumnBreakpoint": "資料行中斷點(&&O)",
"miFunctionBreakpoint": "函式中斷點(&&F}...",
"miNewBreakpoint": "新增中斷點(&&N)",
"miEnableAllBreakpoints": "啟用所有中斷點",
"miDisableAllBreakpoints": "停用所有中斷點(&&L)",
"miRemoveAllBreakpoints": "移除所有中斷點(&&R)",
"miInstallAdditionalDebuggers": "安裝其他偵錯工具(&&I)...",
"mMinimize": "最小化",
"mZoom": "縮放",
"mBringToFront": "全部提到最上層",
"miSwitchWindow": "切換視窗(&&W)",
"miToggleDevTools": "切換開發人員工具(&&T)",
"miAccessibilityOptions": "協助工具選項(&&O)",
"miReportIssues": "回報問題(&&I)",
"miWelcome": "歡迎使用(&&W)",
"miInteractivePlayground": "Interactive Playground(&&I)",
"miDocumentation": "文件(&&D)",
"miReleaseNotes": "版本資訊(&&R)",
"miKeyboardShortcuts": "鍵盤快速鍵參考(&&K)",
"miIntroductoryVideos": "簡介影片(&&V)",
"miTipsAndTricks": "秘訣與提示(&&T)",
"miTwitter": "加入我們的 Twitter(&&J)",
"miUserVoice": "搜尋功能要求(&&S)",
"miLicense": "檢視授權(&&L)",
"miPrivacyStatement": "隱私權聲明(&&P)",
"miAbout": "關於(&&A)",
"miRunTask": "執行工作(&&R)",
"miBuildTask": " 執行建置工作(&&B)...",
"miRunningTask": "顯示執行中的工作(&&G)...",
"miRestartTask": "重新開始執行工作(&&E)...",
"miTerminateTask": "終止工作(&&T)...",
"miConfigureTask": "設定工作(&&C)",
"miConfigureBuildTask": "設定預設建置工作(&&F)",
"accessibilityOptionsWindowTitle": "協助工具選項",
"miRestartToUpdate": "重新啟動以更新...",
"miCheckingForUpdates": "正在查看是否有更新...",
"miDownloadUpdate": "下載可用更新",
"miDownloadingUpdate": "正在下載更新...",
"miInstallingUpdate": "正在安裝更新...",
"miCheckForUpdates": "查看是否有更新",
"aboutDetail": "\n版本 {0}\n認可 {1}\n日期 {2}\nShell {3}\n轉譯器 {4}\n節點 {5}\n架構 {6}",
"okButton": "確定"
}

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.
{
"hiddenMenuBar": "您仍然可以按 **Alt** 鍵來存取功能表列。"
}

View File

@@ -0,0 +1,28 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"ok": "確定",
"pathNotExistTitle": "路徑不存在",
"pathNotExistDetail": "磁碟上似乎已沒有路徑 '{0}'。",
"openWorkspace": "開啟(&&O)...",
"openWorkspaceTitle": "開啟工作區",
"save": "儲存(&&S)",
"doNotSave": "不要儲存(&&N)",
"cancel": "取消",
"saveWorkspaceMessage": "要將工作區組態儲存為檔案嗎?",
"saveWorkspaceDetail": "如果您預計再次開啟工作區,請儲存工作區。",
"saveWorkspace": "儲存工作區",
"reopen": "重新開啟",
"wait": "繼續等候",
"close": "關閉",
"appStalled": "視窗已沒有回應",
"appStalledDetail": "您可以重新開啟或關閉視窗,或是繼續等候。",
"appCrashed": "視窗已損毀",
"appCrashedDetail": "很抱歉造成您的不便! 您可以重新開啟視窗,從您離開的地方繼續進行。",
"open": "開啟",
"openFolder": "開啟資料夾",
"openFile": "開啟檔案"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"notFound": "找不到擴充功能 '{0}'。",
"notInstalled": "未安裝擴充功能 '{0}'。",
"useId": "請確定您使用完整擴充功能識別碼 (包括發行者),例如: {0}",
"successVsixInstall": "已成功安裝延伸模組 '{0}'!",
"alreadyInstalled": "已安裝過擴充功能 '{0}'。",
"foundExtension": "在市集中找到 '{0}'。",
"installing": "正在安裝...",
"successInstall": "已成功安裝擴充功能 '{0}' v{1}!",
"uninstalling": "正在將 {0} 解除安裝...",
"successUninstall": "已成功將擴充功能 '{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.
{
"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}"
}

Some files were not shown because too many files have changed in this diff Show More