summaryrefslogtreecommitdiffstats
path: root/l10n-eo/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-eo/devtools/client/webconsole.properties35
1 files changed, 33 insertions, 2 deletions
diff --git a/l10n-eo/devtools/client/webconsole.properties b/l10n-eo/devtools/client/webconsole.properties
index 1711a984c6..f2b1bd57da 100644
--- a/l10n-eo/devtools/client/webconsole.properties
+++ b/l10n-eo/devtools/client/webconsole.properties
@@ -112,6 +112,11 @@ selfxss.msg=Averto pri trompo: estu singarda kiam vi algluas aĵojn kiujn vi ne
# Please avoid using non-keyboard characters here
selfxss.okstring=permesi algluon
+# 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.
+evaluationNotifcation.noOriginalVariableMapping.msg=Malaktiva mapigado de originaj nomoj de variantoj en la erarserĉilo. La rezultoj de taksado povus ne ĝusti. Alklaku la markobutonon `Montri originalajn variantojn` por aktivigi tion, en la panelo de ampleksoj de la erarserĉilo.
+
# 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 +133,18 @@ table.iterationIndex=(indekso de ripeto)
table.key=Ŝlosilo
table.value=Valoroj
-# 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=Eraro
level.warn=Averto
level.info=Informo
level.log=Registro
level.debug=Senerarigo
+level.jstracer=Alvoko de funkcio
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Registropunktoj de la erarserĉilo
@@ -447,6 +456,28 @@ webconsole.message.componentDidCatch.label=[ERARO EN ILOJ POR PROGRAMISTOJ] Ni b
# in the console, for example, copy({hello: "world"}).
webconsole.message.commands.copyValueToClipboard=Teksto kopiita al la tondujo.
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToWebConsole)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to the web console.
+webconsole.message.commands.startTracingToWebConsole=Spurado al la teksaĵa konzolo komenciĝis
+
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToStdout)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to stdout.
+webconsole.message.commands.startTracingToStdout=Spurado al la norma eligo komenciĝis
+
+# 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=Komenciĝis la spurado de la rulanalizilo. La spuroj estos montritaj en la rulanalizilo, kiam ĝi finos.
+
+# LOCALIZATION NOTE (webconsole.message.commands.stopTracing)
+# Label displayed when the JavaScript tracer stopped
+webconsole.message.commands.stopTracing=Spurado finiĝis
+
+# 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=Spurado finiĝis (kialo: %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.