diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-zh-CN/mail/chrome/messenger/devtools | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/mail/chrome/messenger/devtools')
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd | 4 | ||||
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd new file mode 100755 index 0000000000..fcf62bfb67 --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.dtd @@ -0,0 +1,4 @@ +<!ENTITY options.title "开发者工具选项"> +<!ENTITY options.status.label "状态:"> +<!ENTITY options.port.label "端口:"> +<!ENTITY options.forcelocal.label "允许来自其它计算机的连接"> diff --git a/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties new file mode 100755 index 0000000000..8975a9e08a --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/devtools/dbgserver.properties @@ -0,0 +1,11 @@ +options.stop.label=停止开发者工具服务器 +options.start.label=启动开发者工具服务器 + +options.connected.label=已连接 #1 个客户端 +options.connected.tooltip=开发者工具服务器正在运行并且有客户端连接。 +options.listening.label=正在监听 +options.listening.tooltip=开发者工具服务器正在运行并等待连接。 +options.idle.label=并未运行 +options.idle.tooltip=开发者工具服务器没有运行,你可以从这个对话框启动他。 +options.unsupported.label=已不支持 +options.unsupported.tooltip=载入内置开发者工具服务器时发生错误。确定已经打包并检查错误控制台的信息。 |