summaryrefslogtreecommitdiffstats
path: root/l10n-sl/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-sl/devtools/client/webconsole.properties29
1 files changed, 27 insertions, 2 deletions
diff --git a/l10n-sl/devtools/client/webconsole.properties b/l10n-sl/devtools/client/webconsole.properties
index 8e60af5ccf..53095a3dfa 100644
--- a/l10n-sl/devtools/client/webconsole.properties
+++ b/l10n-sl/devtools/client/webconsole.properties
@@ -112,6 +112,10 @@ selfxss.msg=Opozorilo: bodite previdni pri lepljenju vsebine, ki je ne razumete.
# Please avoid using non-keyboard characters here
selfxss.okstring=dovoli lepljenje
+# LOCALIZATION NOTE (evaluationNotifcation.noOriginalVariableMapping.msg): the text for the notification message that is displayed
+# in the console when the debugger is paused in a non-pretty printed original file and original variable mapping is turned off.
+# `Show original variables` should be kept in sync with the checkbox label in the Scopes panel header.
+
# LOCALIZATION NOTE (messageToggleDetails): the text that is displayed when
# you hover the arrow for expanding/collapsing the message details. For
# console.error() and other messages we show the stacktrace.
@@ -128,14 +132,18 @@ table.iterationIndex=(zaporedni indeks)
table.key=Ključ
table.value=Vrednosti
-# 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=Napaka
level.warn=Opozorilo
level.info=Obvestilo
level.log=Beležka
level.debug=Razhroščevanje
+level.jstracer=Klic funkcije
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Točke dnevnika iz razhroščevalnika
@@ -447,6 +455,23 @@ webconsole.message.componentDidCatch.label=[NAPAKA RAZVOJNIH ORODIJ] Žal nam je
# in the console, for example, copy({hello: "world"}).
webconsole.message.commands.copyValueToClipboard=Niz kopiran na odložišče.
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToWebConsole)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to the web console.
+
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToStdout)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to 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.
+
+# LOCALIZATION NOTE (webconsole.message.commands.stopTracing)
+# Label displayed when the JavaScript tracer stopped
+
+# 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.
+
# 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.