summaryrefslogtreecommitdiffstats
path: root/l10n-cs/devtools/client/webconsole.properties
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:21:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 05:21:19 +0000
commit520a92573ce79e3628762e4ce06e284d50c2e548 (patch)
treedd7bece82fdce266f06a6a2a6043264255631ee7 /l10n-cs/devtools/client/webconsole.properties
parentAdding debian version 115.10.0esr-1~deb12u1. (diff)
downloadfirefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.tar.xz
firefox-esr-520a92573ce79e3628762e4ce06e284d50c2e548.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-cs/devtools/client/webconsole.properties')
-rw-r--r--l10n-cs/devtools/client/webconsole.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n-cs/devtools/client/webconsole.properties b/l10n-cs/devtools/client/webconsole.properties
index 29fa6b3d83..f2f7b9df2c 100644
--- a/l10n-cs/devtools/client/webconsole.properties
+++ b/l10n-cs/devtools/client/webconsole.properties
@@ -143,6 +143,7 @@ level.info=Info
level.log=Protokol
level.debug=Ladění
+level.jstracer=Volání funkce
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
@@ -466,11 +467,17 @@ webconsole.message.commands.startTracingToStdout=Zahájeno trasování do stdout
# LOCALIZATION NOTE (webconsole.message.commands.startTracingToProfiler)
# Label displayed when :trace command was executed and the JavaScript tracer will open the profiler showing all the traces,
# but only on stop.
+webconsole.message.commands.startTracingToProfiler=Spustilo se trasování do nástroje Profiler. Při zastavení se stopy zobrazí v profileru.
# 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=Sledování bylo zastaveno
+# 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=Sledování se zastavilo (důvod: %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.