diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:21:16 +0000 |
commit | dff06b6adc3a5183dccd4dc2ef47ef7053ca7e99 (patch) | |
tree | 985e5b2434e3111cc12983a19e107d7122ace1ce /l10n-sk/devtools/client/webconsole.properties | |
parent | Adding upstream version 115.10.0esr. (diff) | |
download | firefox-esr-upstream/115.11.0esr.tar.xz firefox-esr-upstream/115.11.0esr.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-sk/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-sk/devtools/client/webconsole.properties | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/l10n-sk/devtools/client/webconsole.properties b/l10n-sk/devtools/client/webconsole.properties index 01811d19f3..045100ddd6 100644 --- a/l10n-sk/devtools/client/webconsole.properties +++ b/l10n-sk/devtools/client/webconsole.properties @@ -133,14 +133,18 @@ table.iterationIndex=(index iterácie) table.key=Kľúč table.value=Hodnoty -# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug): -# tooltip for icons next to console output +# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug, level.jstracer): +# tooltip for icons next to console output. +# "level.jstracer" isn't related to console.api call, but rather to the JavaScript Tracer, +# each item represents a function call being logged in the console. level.error=Chyba level.warn=Upozornenie level.info=Informácia level.log=Záznam level.debug=Ladenie +level.jstracer=Volanie funkcie + # LOCALIZATION NOTE (logpoint.title) # Tooltip shown for logpoints sent from the debugger logpoint.title=Body záznamu z ladenia @@ -466,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Začalo sa sledovanie do stdout webconsole.message.commands.startTracingToProfiler=Spustilo sa sledovanie profilu v nástroji Profiler. Stopy sa po zastavení zobrazia v profilovači. # 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=Sledovanie bolo zastavené +# 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=Sledovanie sa 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. |