diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:39:18 +0000 |
commit | 353bc139ab36792cf8199d4ad06ee655f1d0ce13 (patch) | |
tree | 985e5b2434e3111cc12983a19e107d7122ace1ce /l10n-zh-TW/devtools/client/webconsole.properties | |
parent | Adding upstream version 115.10.0esr. (diff) | |
download | firefox-esr-353bc139ab36792cf8199d4ad06ee655f1d0ce13.tar.xz firefox-esr-353bc139ab36792cf8199d4ad06ee655f1d0ce13.zip |
Adding upstream version 115.11.0esr.upstream/115.11.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-zh-TW/devtools/client/webconsole.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n-zh-TW/devtools/client/webconsole.properties b/l10n-zh-TW/devtools/client/webconsole.properties index d859cb723f..6df04ddba7 100644 --- a/l10n-zh-TW/devtools/client/webconsole.properties +++ b/l10n-zh-TW/devtools/client/webconsole.properties @@ -470,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=已開始記錄追蹤資訊到 webconsole.message.commands.startTracingToProfiler=已開始輸出追蹤資料至效能檢測器,追蹤結束時將會顯示於效能檢測器中。 # LOCALIZATION NOTE (webconsole.message.commands.stopTracing) -# Label displayed when :trace command was executed and the JavaScript tracer stopped. +# Label displayed when the JavaScript tracer stopped webconsole.message.commands.stopTracing=已停止記錄追蹤資訊 +# LOCALIZATION NOTE (webconsole.message.commands.stopTracingWithReason) +# Label displayed when the JavaScript tracer stopped with a particular reason +# which isn't user explicit stop request. Can be reaching the max-depth option, or an infinite loop. +webconsole.message.commands.stopTracingWithReason=已停止追蹤(原因:%S) + # LOCALIZATION NOTE (webconsole.error.commands.copyError): # the error that is displayed when the "copy" command can't stringify an object # "copy" should not be translated, because is a function name. |