Files
azuredatastudio/i18n/language-pack-zh-hant/translations/extensions/vscode-node-debug2.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

80 lines
6.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"extension.description": "Node.js 偵錯支援",
"node.label": "Node.js v6.3+ 透過檢查通訊協定附加",
"node.sourceMaps.description": "使用 JavaScript 來源對應 (如果存在)。",
"outDir.deprecationMessage": "屬性 'outDir' 已取代,請改用 'outFiles'。",
"node.outFiles.description": "若已啟用來源對應,這些 Glob 模式會指定所產生的 JavaScript 檔案。若模式開頭為 `!`,會排除檔案。若未指定,所產生的程式碼應在與來源相同的目錄中。",
"node.stopOnEntry.description": "在啟動後自動停止程式。",
"node.port.description": "要附加到的目標偵錯連接埠。預設值為 9229。",
"node.address.description": "偵錯連接埠 TCP/IP 位址。預設為 'localhost'。",
"node.timeout.description": "重試連接到 Node.js 前要等待的毫秒數。預設值為 10000 毫秒。",
"node.smartStep.description": "自動逐步所執行產生無法對應回原始碼的程式碼。",
"node.enableSourceMapCaching.description": "從 URL 下載來源對應後將其快取至磁碟。",
"node.diagnosticLogging.description": "為 true 時,配接器記錄自己的診斷資訊至主控台",
"node.diagnosticLogging.deprecationMessage": "'diagnosticLogging' 已取代,請改用 'trace'。",
"node.verboseDiagnosticLogging.description": "為 true 時,配接器將記錄所有客戶端與目標流量 (以及藉由 'diagnosticLogging' 記錄資訊)",
"node.verboseDiagnosticLogging.deprecationMessage": "'verboseDiagnosticLogging' 已取代,請改用 'trace'。",
"node.trace.description": "為 'true' 時,偵錯工具將記錄追蹤資訊至檔案。為 'verbose' 時,也將在主控台顯示紀錄。",
"node.sourceMapPathOverrides.description": "依據 sourcemap 指示重新寫入一組來源檔案位置對應至磁碟上的位置。如需詳細資訊,請參閱 README。",
"node.skipFiles.description": "偵錯時要跳過的檔案、資料夾名稱或 Glob 模式陣列。",
"node.restart.description": "在 Node.js 終止後重新啟動工作階段。",
"node.showAsyncStacks.description": "顯示導致目前呼叫堆疊的非同步呼叫。",
"node.disableOptimisticBPs.description": "在任何檔案載入 sourcemap 之前,不要在該檔案中設定中斷點。",
"node.launch.program.description": "程式的絕對路徑。",
"node.launch.console.description": "啟動偵錯目標的位置: 內部主控台、整合式終端機或外部終端機。",
"node.launch.args.description": "傳遞給程式的命令列引數。",
"node.launch.cwd.description": "程式工作目錄的絕對路徑 (該程式正在進行偵錯)。",
"node.launch.runtimeExecutable.description": "要使用的執行階段。可以是 PATH 上可用執行階段的絕對路徑或名稱。若省略,即假設為 `node`。",
"node.launch.runtimeArgs.description": "傳遞給執行階段可執行檔的選擇性引數。",
"node.launch.env.description": "已將環境變數傳遞到程式。值 `null` 從環境變數中移除變數。",
"node.launch.envFile.description": "包含環境變數定義之檔案的絕對路徑。",
"node.launch.outputCapture.description": "從該處擷取輸出訊息: 偵錯 API 或 StdOut/STDERR 資料流。",
"node.launch.config.name": "啟動",
"node.attach.processId.description": "要附加的處理序識別碼。",
"node.attach.localRoot.description": "相對應 'remoteRoot' 的本機來源根目錄。",
"node.attach.remoteRoot.description": "遠端主機的來源根目錄.",
"node.attach.config.name": "附加",
"node.processattach.config.name": "附加至處理序",
"toggle.skipping.this.file": "略過此檔案",
"extensionHost.label": "VS Code 延伸模組開發",
"extensionHost.launch.runtimeExecutable.description": "VS Code 的絕對路徑。",
"extensionHost.launch.stopOnEntry.description": "在啟動後自動停止延伸主機。",
"extensionHost.launch.env.description": "已將環境變數傳遞到延伸模組主機。",
"extensionHost.snippet.launch.label": "VS Code 延伸模組開發",
"extensionHost.snippet.launch.description": "在偵錯模式中啟動 VS Code 延伸模組",
"extensionHost.launch.config.name": "啟動擴充功能"
},
"out/src/errors": {
"VSND2001": "PATH 上找不到執行階段 {0}’。安裝 {0} 了嗎?",
"VSND2011": "無法在終端機 ({0}) 啟動偵錯目標。",
"VSND2017": "無法啟動偵錯目標 ({0})。",
"VSND2035": "無法偵錯延伸模組 ({0})。",
"VSND2028": "未知的主控台類型 '{0}'。",
"VSND2002": "無法啟動程式 '{0}'; 設定來源對應可有所幫助。",
"VSND2003": "無法啟動程式 '{0}'。設定 '{1}' 屬性可能會有幫助。",
"VSND2009": "因為找不到對應的 JavaScript所以無法啟動程式 '{0}'。",
"VSND2029": "無法從檔案 ({0}) 載入環境變數。"
},
"out/src/nodeDebugAdapter": {
"attribute.wsl.not.exist": "找不到用於 Linux 安裝的 Windows 子系統",
"program.path.case.mismatch.warning": "程式路徑使用大小寫相異的字元作為磁碟上的文件,這可能導致無法叫用中斷點。",
"node.console.title": "節點偵錯主控台",
"attribute.path.not.exist": "屬性 '{0}' 不存在 ('{1}')。",
"attribute.path.not.absolute": "屬性 '{0}' 非絕對值 ('{1}'),請考慮加入 '{2}' 作為前置詞,使其成為絕對值。",
"VSND2001": "在 PATH 找不到執行階段 '{0}'.請確認{0}是否已安裝.",
"more.information": "詳細資訊",
"origin.from.node": "Node.js 中的唯讀內容",
"origin.core.module": "唯讀核心模組"
}
}
}