Files
azuredatastudio/i18n/language-pack-zh-hant/translations/extensions/debug-server-ready.i18n.json
Karl Burtram e3f26e8f12 Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources

* Update loc strings
2019-06-24 13:34:30 -07:00

28 lines
1.9 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": {
"displayName": "伺服器就緒動作",
"description": "若正在進行偵錯的伺服器已就緒,則在瀏覽器中開啟 URI。",
"debug.server.ready.serverReadyAction.description": "當正在偵錯的伺服器程式已就緒後,對 URL 採取動作 (作用方式是傳送輸出給偵錯主控台,格式為 'listening on port 3000' 或 'Now listening on: https://localhost:5001'。)",
"debug.server.ready.action.description": "當伺服器已就緒時,如何處理 URI。",
"debug.server.ready.action.openExternally.description": "使用預設應用程式在外部開啟 URI。",
"debug.server.ready.action.debugWithChrome.description": "使用 'Debugger for Chrome 開始偵錯。",
"debug.server.ready.pattern.description": "若此模式出現在偵錯主控台上,表示伺服器已就緒。第一個擷取的群組必須包含 URI 或連接埠號碼。",
"debug.server.ready.uriFormat.description": "從連接埠號碼建構 URI 時使用的格式字串。第一個 '%s 會替代為連接埠號碼。",
"debug.server.ready.webRoot.description": "傳遞給 Debugger for Chrome 偵錯組態的值。"
},
"out/extension": {
"server.ready.nocapture.error": "格式 URI ({0}) 使用替代預留位置,但模式並未擷取任何內容。",
"server.ready.placeholder.error": "格式 URI ('{0}) 必須剛好包含一個替代預留位置。",
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
}
}
}