Files
azuredatastudio/i18n/language-pack-zh-hans/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": "当正在调试的服务器程序准备就绪时执行URI (通过 \"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."
}
}
}