mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Merge in translations.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"fontSize": "控制字型大小 (以像素為單位)。",
|
||||
"fontWeight": "控制字型寬度。",
|
||||
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
|
||||
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
|
||||
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
|
||||
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
|
||||
"insertSpaces": "在按 Tab 時插入空格。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
|
||||
@@ -41,6 +42,8 @@
|
||||
"sideBySide": "控制 Diff 編輯器要並排或內嵌顯示差異",
|
||||
"snippetSuggestions": "控制程式碼片段是否隨其他建議顯示,以及其排序方式。",
|
||||
"stablePeek": "讓預覽編輯器在使用者按兩下其內容或點擊 Escape 時保持開啟。",
|
||||
"suggestFontSize": "建議小工具的字型大小",
|
||||
"suggestLineHeight": "建議小工具的行高",
|
||||
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
|
||||
"tabCompletion": "在前置詞相符時插入程式碼片段。最適用於未啟用 'quickSuggestions' 時。",
|
||||
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"actions.goToDeclToSide.label": "在一側開啟定義",
|
||||
"actions.previewDecl.label": "預覽定義",
|
||||
"meta.title": " - {0} 個定義",
|
||||
"multipleResults": "按一下以顯示找到的 {0} 個定義。"
|
||||
"multipleResults": "按一下以顯示 {0} 項定義。"
|
||||
}
|
||||
@@ -4,5 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"quickFix": "顯示修正",
|
||||
"quickFixWithKb": "顯示修正 ({0})",
|
||||
"quickfix.trigger.label": "Quick Fix"
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
"dupe.command": "功能表項目參考了與預設相同的命令和替代命令",
|
||||
"menuId.invalid": "`{0}` 不是有效的功能表識別碼",
|
||||
"menus.editorContext": "編輯器操作功能表",
|
||||
"menus.editorTabContext": "編輯器索引標籤操作功能表",
|
||||
"menus.editorTitle": "編輯器標題功能表",
|
||||
"menus.explorerContext": "檔案總管操作功能表",
|
||||
"missing.altCommand": "功能表項目參考了 'commands' 區段中未定義的替代命令 `{0}`。",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
{
|
||||
"diff": "開啟 Diff 編輯器。要求傳遞兩個檔案路徑作為引數。",
|
||||
"disableExtensions": "停用所有已安裝的擴充功能。",
|
||||
"disableGPU": "停用 GPU 硬體加速。",
|
||||
"extensionHomePath": "設定擴充功能的根路徑。",
|
||||
"goto": "開啟位於行與欄中路徑的檔案 (將 :line[:column] 加入路徑中)。",
|
||||
"gotoValidation": "`--goto` 模式中的引數格式應為 `FILE(:LINE(:COLUMN))`。",
|
||||
@@ -19,6 +20,7 @@
|
||||
"paths": "路徑",
|
||||
"performance": "在已啟用 'Developer: Startup Performance' 命令的情況下開始。",
|
||||
"reuseWindow": "強制在最近使用的視窗中開啟檔案或資料夾。",
|
||||
"showVersions": "使用 --list-extension 時,顯示安裝的擴充功能版本。",
|
||||
"uninstallExtension": "解除安裝擴充功能。",
|
||||
"usage": "使用方式",
|
||||
"userDataDir": "指定保留使用者資料的目錄,這在以根目錄身分執行時有用。",
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
"extensionDescription.publisher": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
|
||||
"extensionDescription.version": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
|
||||
"vscode.extension.activationEvents": "VS Code 擴充功能的啟動事件。",
|
||||
"vscode.extension.badges": "要顯示於 Marketplace 擴充頁面資訊看板的徽章陣列。",
|
||||
"vscode.extension.badges.description": "徽章描述。",
|
||||
"vscode.extension.badges.href": "徽章連結。",
|
||||
"vscode.extension.badges.url": "徽章映像 URL。",
|
||||
"vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。",
|
||||
"vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。",
|
||||
"vscode.extension.displayName": "VS Code 資源庫中使用的擴充功能顯示名稱。",
|
||||
@@ -24,6 +28,8 @@
|
||||
"vscode.extension.galleryBanner": "用於 VS Code Marketplace 的橫幅。",
|
||||
"vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。",
|
||||
"vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。",
|
||||
"vscode.extension.icon": "128 x 128 像素圖示的路徑。",
|
||||
"vscode.extension.preview": "將延伸模組設為在 Marketplace 中標幟為 [預覽]。",
|
||||
"vscode.extension.publisher": "VS Code 擴充功能的發行者。",
|
||||
"vscode.extension.scripts.prepublish": "在封裝作為 VS Code 擴充功能發行前所執行的指令碼。"
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"togglePosition": "切換提要欄位位置",
|
||||
"toggleLocation": "切換提要欄位位置",
|
||||
"view": "檢視"
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
{
|
||||
"closePanel": "關閉",
|
||||
"focusPanel": "將焦點移至面板",
|
||||
"toggleMaximizedPanel": "切換最大化面板",
|
||||
"togglePanel": "切換面板",
|
||||
"view": "檢視"
|
||||
}
|
||||
@@ -11,5 +11,7 @@
|
||||
"inputModeEntry": "按 'Enter' 鍵確認您的輸入或按 'Esc' 鍵取消",
|
||||
"inputModeEntryDescription": "{0} (按 'Enter' 鍵確認或按 'Esc' 鍵取消)",
|
||||
"noResultsFound1": "找不到結果",
|
||||
"quickOpenInput": "輸入 '?' 即可取得相關說明來了解您可以在這裡執行的動作"
|
||||
"pickHistory": "選取編輯器輸入即可從歷程記錄移除",
|
||||
"quickOpenInput": "輸入 '?' 即可取得相關說明來了解您可以在這裡執行的動作",
|
||||
"removeFromEditorHistory": "從編輯器記錄中移除"
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"closeFolder": "關閉資料夾",
|
||||
"closeMessages": "關閉通知訊息",
|
||||
"closeWindow": "關閉視窗",
|
||||
"current": "目前視窗",
|
||||
"diffLeftRightLabel": "{0} ⟷ {1}",
|
||||
"files": "檔案",
|
||||
"folders": "資料夾",
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"restoreFullscreen": "控制當視窗在全螢幕模式下結束後,下次是否仍以全螢幕模式開啟。",
|
||||
"showEditorTabs": "控制已開啟的編輯器是否應顯示在索引標籤中。",
|
||||
"showIcons": "控制開啟的編輯器是否搭配圖示顯示。這需要同時啟用圖示佈景主題。",
|
||||
"sideBarLocation": "控制項資訊看板的位置。可顯示於 Workbench 的左方或右方。",
|
||||
"statusBarVisibility": "控制 Workbench 底端狀態列的可視性。",
|
||||
"updateChannel": "設定是否要從更新頻道接收自動更新。變更後需要重新啟動。",
|
||||
"updateConfigurationTitle": "更新",
|
||||
"view": "檢視",
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"breakpointWidgetAriaLabel": "輸入第 {0} 行的中斷點條件。程式只有在此條件為 True 時才會在此停止。請按 Enter 鍵接受,或按 Esc 鍵取消。",
|
||||
"breakpointWidgetPlaceholder": "第 {0} 行的中斷點只有在此條件為 True 時才會停止。請按 'Enter' 鍵接受或按 'Esc' 鍵取消。"
|
||||
"breakpointWidgetAriaLabel": "程式只有在此條件為 true 時才會在此停止。請按 Enter 鍵接受,或按 Esc 鍵取消。",
|
||||
"breakpointWidgetExpressionPlaceholder": "運算式評估為 true 時中斷",
|
||||
"breakpointWidgetHitCountAriaLabel": "程式只會在符合叫用次數時於此處停止。按 Enter 鍵接受,或按 Escape 鍵取消。",
|
||||
"breakpointWidgetHitCountPlaceholder": "符合叫用次數條件時中斷",
|
||||
"expression": "運算式",
|
||||
"hitCount": "叫用次數"
|
||||
}
|
||||
@@ -5,12 +5,12 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"activateBreakpoints": "啟動中斷點",
|
||||
"addConditionalBreakpoint": "加入條件式中斷點",
|
||||
"addConditionalBreakpoint": "新增條件中斷點...",
|
||||
"addFunctionBreakpoint": "加入函式中斷點",
|
||||
"addToWatchExpressions": "加入監看",
|
||||
"addWatchExpression": "加入運算式",
|
||||
"clearRepl": "清除主控台",
|
||||
"conditionalBreakpointEditorAction": "偵錯: 條件式中斷點",
|
||||
"conditionalBreakpointEditorAction": "偵錯: 新增條件中斷點...",
|
||||
"continueDebug": "繼續",
|
||||
"deactivateBreakpoints": "停用中斷點",
|
||||
"debugActionLabelAndKeybinding": "{0} ({1})",
|
||||
@@ -20,7 +20,7 @@
|
||||
"debugFocusConsole": "焦點偵錯主控台",
|
||||
"disableAllBreakpoints": "停用所有中斷點",
|
||||
"disconnectDebug": "中斷連接",
|
||||
"editConditionalBreakpoint": "編輯中斷點",
|
||||
"editConditionalBreakpoint": "編輯中斷點...",
|
||||
"enableAllBreakpoints": "啟用所有中斷點",
|
||||
"launchJsonNeedsConfigurtion": "設定或修正 'launch.json'",
|
||||
"openLaunchJson": "開啟 {0}",
|
||||
|
||||
@@ -4,11 +4,14 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"allowBreakpointsEverywhere": "允許設定所有檔案的中斷點,無論延伸模組為何。",
|
||||
"debug": "偵錯",
|
||||
"debugCategory": "偵錯",
|
||||
"debugConfigurationTitle": "偵錯",
|
||||
"debugErrorEditor": "對錯誤偵錯",
|
||||
"debugPanel": "偵錯主控台",
|
||||
"launchConfigDoesNotExist": "啟動設定 '{0}' 不存在。",
|
||||
"openExplorerOnEnd": "自動於偵錯工作階段結束時開啟 Explorer Viewlet。",
|
||||
"toggleDebugPanel": "偵錯主控台",
|
||||
"toggleDebugViewlet": "顯示偵錯",
|
||||
"view": "檢視"
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"actions.repl.acceptInput": "REPL 接受輸入",
|
||||
"actions.repl.historyNext": "下一筆記錄",
|
||||
"actions.repl.historyPrevious": "上一筆記錄",
|
||||
"replAriaLabel": "Read Eval Print Loop 面板"
|
||||
"replAriaLabel": "「讀取、求值、輸出」迴圈面板"
|
||||
}
|
||||
@@ -6,9 +6,9 @@
|
||||
{
|
||||
"fileLink": "按一下以追蹤 (Ctrl + 按一下滑鼠左鍵開至側邊)",
|
||||
"fileLinkMac": "按一下以追蹤 (Cmd + 按一下滑鼠左鍵開至側邊)",
|
||||
"replExpressionAriaLabel": "運算式 {0} 具有值 {1},Read Eval Print Loop,偵錯",
|
||||
"replKeyValueOutputAriaLabel": "輸出變數 {0} 具有值 {1},Read Eval Print Loop,偵錯",
|
||||
"replValueOutputAriaLabel": "{0},Read Eval Print Loop,偵錯",
|
||||
"replVariableAriaLabel": "變數 {0} 具有值 {1},Read Eval Print Loop,偵錯",
|
||||
"replExpressionAriaLabel": "運算式 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
|
||||
"replKeyValueOutputAriaLabel": "輸出變數 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
|
||||
"replValueOutputAriaLabel": "{0},「讀取、求值、輸出」迴圈,偵錯",
|
||||
"replVariableAriaLabel": "變數 {0} 具有值 {1},「讀取、求值、輸出」迴圈,偵錯",
|
||||
"stateCapture": "第一次評估會擷取物件狀態"
|
||||
}
|
||||
@@ -5,12 +5,11 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"DebugConfig.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'launch.json' 檔案。",
|
||||
"app.launch.json.configurations": "組態清單。請加入新的組態或編輯現有的組態。",
|
||||
"app.launch.json.configurations": "組態清單。請使用 IntelliSense 新增新的組態或編輯現有的組態。",
|
||||
"app.launch.json.title": "啟動",
|
||||
"app.launch.json.version": "此檔案格式的版本。",
|
||||
"debugNoType": "偵錯配接器 'type' 不能省略且必須屬於 'string' 類型。",
|
||||
"duplicateDebuggerType": "偵錯類型 '{0}' 已註冊並具有屬性 '{1}',即將略過屬性 '{1}'。",
|
||||
"interactiveVariableNotFound": "配接器 {0} 未參與在啟動設定中指定的變數 {1}。",
|
||||
"selectDebug": "選取環境",
|
||||
"vscode.extension.contributes.breakpoints": "提供中斷點。",
|
||||
"vscode.extension.contributes.breakpoints.language": "允許此語言使用中斷點。",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensions.open": "開啟",
|
||||
"extensions.openSide": "開至側邊"
|
||||
}
|
||||
@@ -12,18 +12,24 @@
|
||||
"debugger name": "名稱",
|
||||
"debuggers": "偵錯工具 ({0})",
|
||||
"default": "預設",
|
||||
"dependencies": "相依性",
|
||||
"description": "描述",
|
||||
"details": "詳細資料",
|
||||
"extension id": "延伸模組識別碼",
|
||||
"file extensions": "副檔名",
|
||||
"grammar": "文法",
|
||||
"install count": "安裝計數",
|
||||
"keyboard shortcuts": "鍵盤快速鍵(&&K)",
|
||||
"language id": "識別碼",
|
||||
"language name": "名稱",
|
||||
"languages": "語言 ({0})",
|
||||
"license": "授權",
|
||||
"menuContexts": "功能表內容",
|
||||
"name": "延伸模組名稱",
|
||||
"noChangelog": "沒有可用的 CHANGELOG。",
|
||||
"noReadme": "沒有可用的讀我檔案。",
|
||||
"publisher": "發行者名稱",
|
||||
"rating": "評等",
|
||||
"setting name": "名稱",
|
||||
"settings": "設定 ({0})",
|
||||
"snippets": "程式碼片段",
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"disableGlobalExtensions": "設定停用的延伸模組",
|
||||
"disableWorkspaceExtensions": "設定停用的延伸模組 (工作區)",
|
||||
"extension": "擴充功能",
|
||||
"extensions": "擴充功能",
|
||||
"extensionsAutoUpdate": "自動更新擴充功能",
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
{
|
||||
"ConfigureWorkspaceRecommendations.noWorkspace": "只有在工作區資料夾中才能使用建議。",
|
||||
"OpenExtensionsFile.failed": "無法在 '.vscode' 資料夾 ({0}) 中建立 'extensions.json' 檔案。",
|
||||
"OpenGlobalExtensionsStorageFile.failed": "無法在 '{0}' 資料夾中建立 'extensions.json' 檔案 ({1})。",
|
||||
"builtin": "內建",
|
||||
"clearExtensionsInput": "清除擴充功能輸入",
|
||||
"configureWorkspaceRecommendedExtensions": "設定工作區的建議擴充功能",
|
||||
"configureWorkspaceRecommendedExtensions": "設定建議的延伸模組 (工作區)",
|
||||
"deleteSure": "確定要解除安裝 '{0}' 嗎?",
|
||||
"enableAction": "啟用",
|
||||
"installAction": "安裝",
|
||||
@@ -19,6 +20,7 @@
|
||||
"postUninstallMessage": "已成功將 '{0}' 解除安裝。請重新啟動加以停用。",
|
||||
"restart": "為了啟用此擴充功能,必須重新啟動此 VS Code 視窗。\n\n要繼續嗎?",
|
||||
"restartNow": "立即重新啟動",
|
||||
"showDisabledExtensions": "顯示停用的延伸模組",
|
||||
"showInstalledExtensions": "顯示安裝的擴充功能",
|
||||
"showOutdatedExtensions": "顯示過期的擴充功能",
|
||||
"showPopularExtensions": "顯示熱門擴充功能",
|
||||
|
||||
@@ -6,5 +6,7 @@
|
||||
{
|
||||
"app.extension.identifier.errorMessage": "格式應為 '${publisher}.${name}'。範例: 'vscode.csharp'。",
|
||||
"app.extensions.json.recommendations": "擴充功能的建議清單。擴充功能的識別碼一律為 '${publisher}.${name}'。例如: 'vscode.csharp'。",
|
||||
"app.extensions.json.title": "擴充功能"
|
||||
"app.extensions.json.title": "擴充功能",
|
||||
"app.extensionsstorage.json.disabled": "停用的延伸模組清單。延伸模組的識別碼一律為 '${publisher}.${name}'。例如: 'vscode.csharp'。",
|
||||
"app.extensionsstorage.json.title": "延伸模組儲存體"
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"ascending": "排序依據: ↑",
|
||||
"descending": "排序依據: ↓",
|
||||
"extensions": "延伸模組",
|
||||
"no extensions found": "找不到延伸模組。",
|
||||
"outdatedExtensions": "{0} 過期的擴充功能",
|
||||
"searchExtensions": "在 Marketplace 中搜尋擴充功能",
|
||||
"sort by installs": "排序依據: 安裝計數",
|
||||
|
||||
@@ -4,10 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensions": "延伸模組",
|
||||
"extensionsInstalling": "擴充功能 (有 {0} 個正在安裝...)",
|
||||
"multipleIssues": "擴充功能 (有 {0} 個問題)",
|
||||
"multipleUpdates": "擴充功能 (有 {0} 項更新可用)",
|
||||
"oneIssue": "擴充功能 (有 1 個問題)",
|
||||
"oneUpdate": "擴充功能 (有 1 項更新可用)"
|
||||
"active": "使用中",
|
||||
"disabled": "已停用",
|
||||
"disabledWorkspace": "停用 (工作區)"
|
||||
}
|
||||
@@ -46,6 +46,7 @@
|
||||
"openToSide": "開至側邊",
|
||||
"pasteFile": "貼上",
|
||||
"permDelete": "永久刪除",
|
||||
"pickHistory": "選取編輯器歷程記錄輸入以相比較",
|
||||
"refresh": "重新整理",
|
||||
"refreshExplorer": "重新整理 Explorer",
|
||||
"rename": "重新命名",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"authFailed": "Git 遠端的驗證失敗。",
|
||||
"cancel": "取消",
|
||||
"cleanChangesLabel": "清除變更(&&C)",
|
||||
"commit": "Commit",
|
||||
"commitAll": "全部認可",
|
||||
@@ -22,16 +23,21 @@
|
||||
"confirmUndoMessage": "確定要清除所有變更嗎?",
|
||||
"dirtyTreeCheckout": "無法簽出。請先認可或佈置您的工作。",
|
||||
"dirtyTreePull": "無法提取。請先認可或佈置您的工作。",
|
||||
"do you want to continue": "確定要繼續嗎?",
|
||||
"init": "Init",
|
||||
"irreversible": "此動作無法回復!",
|
||||
"never again": "確定,不要再顯示",
|
||||
"ok": "確定",
|
||||
"openChange": "開啟變更",
|
||||
"openFile": "開啟檔案",
|
||||
"publish": "發行",
|
||||
"publishPickMessage": "挑選要發行分支 '{0}' 的目標遠端:",
|
||||
"pushToRemote": "推送至...",
|
||||
"pushToRemotePickMessage": "挑選遠端作為分支 '{0}' 的發送目標:",
|
||||
"refresh": "重新整理",
|
||||
"stageAllChanges": "全部分段",
|
||||
"stageChanges": "分段",
|
||||
"sureSync": "確定要同步處理您的 GIT 存放庫嗎?",
|
||||
"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
|
||||
"undoAllChanges": "全部清除",
|
||||
"undoChanges": "清除",
|
||||
"undoLastCommit": "復原上次認可",
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"copyMarker": "複製"
|
||||
}
|
||||
@@ -7,12 +7,14 @@
|
||||
"exclude": "設定 Glob 模式,以排除不要搜尋的檔案及資料夾。請從 file.exclude 設定繼承所有的 Glob 模式。",
|
||||
"exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
|
||||
"exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
|
||||
"findInFiles": "在檔案中尋找",
|
||||
"findInFolder": "在資料夾中尋找",
|
||||
"name": "搜尋",
|
||||
"openAnythingHandlerDescription": "前往檔案",
|
||||
"openSymbolDescriptionNormal": "前往工作區中的符號",
|
||||
"search.quickOpen.includeSymbols": "設定以將全域符號搜尋的結果納入 Quick Open 的檔案結果中。",
|
||||
"searchConfigurationTitle": "搜尋",
|
||||
"showSearchViewlet": "顯示搜尋",
|
||||
"showTriggerActions": "前往工作區中的符號...",
|
||||
"view": "檢視"
|
||||
}
|
||||
@@ -10,11 +10,10 @@
|
||||
"RemoveAction.label": "移除",
|
||||
"file.replaceAll.label": "全部取代",
|
||||
"findInFolder": "在資料夾中尋找",
|
||||
"focusNextInputbox": "聚焦下一個輸入方塊",
|
||||
"focusPreviousInputbox": "聚焦上一個輸入方塊",
|
||||
"focusNextInputBox": "聚焦下一個輸入方塊",
|
||||
"focusPreviousInputBox": "聚焦上一個輸入方塊",
|
||||
"match.replace.label": "取代",
|
||||
"nextSearchTerm": "顯示下一個搜尋字詞",
|
||||
"previousSearchTerm": "顯示上一個搜尋字詞",
|
||||
"replaceInFiles": "檔案中取代",
|
||||
"showSearchViewlet": "顯示搜尋"
|
||||
"replaceInFiles": "檔案中取代"
|
||||
}
|
||||
@@ -83,6 +83,7 @@
|
||||
"TerminateAction.noProcess": "啟動的處理序已不存在。如果工作繁衍的背景工作結束,VS Code 可能會產生孤立的處理序。",
|
||||
"TestAction.label": "執行測試工作",
|
||||
"manyMarkers": "99+",
|
||||
"problems": "問題",
|
||||
"taskCommands": "執行工作",
|
||||
"tasks": "工作",
|
||||
"tasksCategory": "工作"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"terminal.integrated.shell.windows": "終端機在 Windows 上使用的殼層路徑。使用隨附於 Windows 的殼層 (cmd、PowerShell 或 Bash on Ubuntu) 時,建議選擇 C:Windowssysnative 而非 C:WindowsSystem32,以使用 64 位元版本。",
|
||||
"terminal.integrated.shellArgs.linux": "在 Linux 終端機要使用的命令列引數。",
|
||||
"terminal.integrated.shellArgs.osx": "在 OS X 終端機要使用的命令列引數。",
|
||||
"terminal.integrated.shellArgs.windows": "在 Windows 終端機上時要使用的命令列引數。",
|
||||
"terminalCategory": "終端機",
|
||||
"terminalIntegratedConfigurationTitle": "整合式終端機",
|
||||
"viewCategory": "檢視"
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"workbench.action.terminal.runSelectedText": "在使用中的終端機執行選取的文字",
|
||||
"workbench.action.terminal.scrollDown": "向下捲動 (行)",
|
||||
"workbench.action.terminal.scrollDownPage": "向下捲動 (頁)",
|
||||
"workbench.action.terminal.scrollToBottom": "捲動至底端",
|
||||
"workbench.action.terminal.scrollToTop": "捲動至頂端",
|
||||
"workbench.action.terminal.scrollUp": "向上捲動 (行)",
|
||||
"workbench.action.terminal.scrollUpPage": "向上捲動 (頁)",
|
||||
"workbench.action.terminal.switchTerminalInstance": "切換終端機執行個體",
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"close": "關閉",
|
||||
"insiderBuilds": "測試人員組建將成為每日組建!",
|
||||
"insiderBuilds": "每日都有測試人員組建及版本!",
|
||||
"license": "閱讀授權",
|
||||
"licenseChanged": "授權條款已有所變更,請仔細閱讀。",
|
||||
"neverShowAgain": "不要再顯示",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"watermark.addCursor": "在上方/下方新增資料指標",
|
||||
"watermark.moveLines": "將行上移/下移",
|
||||
"watermark.quickOpen": "前往檔案",
|
||||
"watermark.showCommands": "命令選擇區",
|
||||
"watermark.toggleTerminal": "切換終端機",
|
||||
"watermark.unboundCommand": "未繫結"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"extensionHostProcess.crash": "延伸主機意外終止。請重新載入視窗以復原。",
|
||||
"extensionHostProcess.error": "延伸主機發生錯誤: {0}",
|
||||
"extensionHostProcess.startupFail": "延伸主機未在 10 秒內啟動,可能發生了問題。",
|
||||
"extensionHostProcess.startupFailDebug": "延伸主機未於 10 秒內開始,可能在第一行就已停止,並需要偵錯工具才能繼續。",
|
||||
"extensionUnderDevelopment": "正在載入位於 {0} 的開發延伸模組",
|
||||
"overwritingExtension": "正在以 {1} 覆寫延伸模組 {0}。"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
{
|
||||
"installNet": "下載 .NET Framework 4.5",
|
||||
"netVersionError": "需要 Microsoft .NET Framework 4.5。請連入此連結進行安裝。",
|
||||
"neverShowAgain": "不要再顯示",
|
||||
"trashFailed": "無法將 '{0}' 移動至垃圾"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"genericSaveError": "無法儲存 '{0}': {1}",
|
||||
"saveFileFirst": "檔案已變更。請先儲存,再以其他編碼重新開啟。"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"allFiles": "所有檔案",
|
||||
"cancel": "取消",
|
||||
"dontSave": "不要儲存(&&N)",
|
||||
"moreFile": "...另外 1 個檔案未顯示",
|
||||
"moreFiles": "...另外 {0} 個檔案未顯示",
|
||||
"noExt": "無擴充功能",
|
||||
"save": "儲存(&&S)",
|
||||
"saveAll": "全部儲存(&&S)",
|
||||
"saveChangesDetail": "如果您不儲存變更,這些變更將會遺失。",
|
||||
"saveChangesMessage": "要儲存對 {0} 所做的變更嗎?",
|
||||
"saveChangesMessages": "要儲存對下列 {0} 個檔案所做的變更嗎?"
|
||||
}
|
||||
Reference in New Issue
Block a user