Files
azuredatastudio/i18n/language-pack-zh-hant/translations/extensions/vscode-chrome-debug-core.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

63 lines
3.2 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"errors": {
"eval.not.available": "無法使用",
"not.connected": "未連接至執行階段",
"restartFrame.cannot": "無法重新啟動框架",
"attribute.path.not.exist": "屬性 '{0}' 不存在 ('{1}')。",
"attribute.path.not.absolute": "屬性 '{0}' 非絕對值 ('{1}'),請考慮加入 '{2}' 作為前置詞,使其成為絕對值。",
"more.information": "詳細資訊",
"setVariable.error": "不支援設定值",
"source.not.found": "無法擷取內容。",
"VSND2010": "無法連接至執行階段流程,{0} 毫秒後逾時 - (原因: {1})。",
"VSND2023": "沒有可用的呼叫堆疊。"
},
"chrome/chromeDebugAdapter": {
"exceptions.all": "所有例外狀況",
"exceptions.uncaught": "未攔截的例外狀況",
"exceptions.promise": "承諾 (Promise) 拒絕",
"setBPTimedOut": "設定中斷點要求逾時",
"bp.fail.unbound": "已設定中斷點但尚未繫結",
"bp.fail.noscript": "無法找到中斷點要求的腳本",
"validateBP.sourcemapFail": "因為找不到產生的程式碼 (來源對應問題?),所以忽略中斷點。",
"validateBP.notFound": "因為找不到目標路徑,所以忽略中斷點。",
"invalidHitCondition": "點擊條件無效: {0}",
"skipReason": "(被 '{0}' 省略)",
"scope.exception": "例外狀況"
},
"chrome/chromeTargetDiscoveryStrategy": {
"attach.responseButNoTargets": "已取得目標應用程式回應,但找不到目標頁面",
"attach.cannotConnect": "無法連接至目標: {0}",
"attach.invalidResponse": "目標回應無效。錯誤: {0}. 回應: {1}",
"attach.invalidResponseArray": "目標回應無效: {0}",
"attach.noMatchingTarget": "無法找到相符的有效目標: {0}. 可用的頁面: {1}",
"attach.devToolsAttached": "無法附加至已被 Chrome DevTools 附加的目標: {0}"
},
"chrome/stoppedEvent": {
"reason.description.step": "已在步驟時暫停",
"reason.description.breakpoint": "已在中斷點暫停",
"reason.description.exception": "已在發生例外狀況時暫停",
"reason.description.uncaughtException": "已在發生未攔截的例外狀況時暫停",
"reason.description.caughtException": "已在發生攔截的例外狀況時暫停",
"reason.description.user": "已在使用者要求時暫停",
"reason.description.entry": "已在輸入時暫停",
"reason.description.debugger": "已在偵錯工具陳述式暫停",
"reason.description.restart": "已在框架輸入時暫停",
"reason.description.promiseRejection": "承諾(Promise)拒絕時暫停"
},
"transformers/baseSourceMapTransformer": {
"origin.inlined.source.map": "來源地圖中的唯讀內嵌內容"
},
"transformers/remotePathTransformer": {
"localRootAndRemoteRoot": "localRoot 和 remoteRoot 都必須指定。"
}
}
}