diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-zh-TW/mail/chrome/messenger/devtools | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/mail/chrome/messenger/devtools')
-rw-r--r-- | l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.dtd | 9 | ||||
-rw-r--r-- | l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.properties | 15 |
2 files changed, 24 insertions, 0 deletions
diff --git a/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.dtd b/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.dtd new file mode 100644 index 0000000000..fd921e7521 --- /dev/null +++ b/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.dtd @@ -0,0 +1,9 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY options.title "開發者工具選項"> +<!ENTITY options.status.label "狀態:"> +<!ENTITY options.port.label "Port:"> +<!ENTITY options.forcelocal.label "允許來自其他電腦的連線"> + diff --git a/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.properties b/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.properties new file mode 100644 index 0000000000..3890932faa --- /dev/null +++ b/l10n-zh-TW/mail/chrome/messenger/devtools/dbgserver.properties @@ -0,0 +1,15 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +options.stop.label=停止開發者工具伺服器 +options.start.label=啟動開發者工具伺服器 + +options.connected.label=已連結至 #1 個客戶端 +options.connected.tooltip=開發者工具執行中,已連結客戶端。 +options.listening.label=Listening +options.listening.tooltip=開發者工具執行中,正等待連線。 +options.idle.label=未執行 +options.idle.tooltip=未執行開發者工具伺服器,您可以在此對話框中執行。 +options.unsupported.label=不支援 +options.unsupported.tooltip=載入內建的開發者工具伺服器時發生錯誤。請確定它已正確封裝好,並看看您的錯誤主控台當中有沒有錯誤訊息。 |