summaryrefslogtreecommitdiffstats
path: root/l10n-dsb/devtools/client/webconsole.properties
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
commitc1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch)
tree81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-dsb/devtools/client/webconsole.properties
parentReleasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff)
downloadfirefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz
firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--l10n-dsb/devtools/client/webconsole.properties15
1 files changed, 12 insertions, 3 deletions
diff --git a/l10n-dsb/devtools/client/webconsole.properties b/l10n-dsb/devtools/client/webconsole.properties
index c1f6b11fd9..b43fa2f3c6 100644
--- a/l10n-dsb/devtools/client/webconsole.properties
+++ b/l10n-dsb/devtools/client/webconsole.properties
@@ -133,14 +133,18 @@ table.iterationIndex=(iteraciski indeks)
table.key=Kluc
table.value=Gódnoty
-# 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=Zmólka
level.warn=Warnowanje
level.info=Info
level.log=Protokol
level.debug=Za zmólkami pytaś
+level.jstracer=Funkciske wołanje
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Protokolowe dypki pytanja zmólkow
@@ -466,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Slědowanje do stdout startowan
webconsole.message.commands.startTracingToProfiler=Slědowanje we wugbaśowej analyzy jo se startowało. Slědy se we wugbaśowej analyzy pśi zastaśu pokažu.
# 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=Slědowanje zastajone
+# 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=Slědowanje zastajone (pśicyna: %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.