summaryrefslogtreecommitdiffstats
path: root/l10n-fur/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-fur/devtools/client/webconsole.properties15
1 files changed, 12 insertions, 3 deletions
diff --git a/l10n-fur/devtools/client/webconsole.properties b/l10n-fur/devtools/client/webconsole.properties
index 0e4f73ef92..f376f66f6a 100644
--- a/l10n-fur/devtools/client/webconsole.properties
+++ b/l10n-fur/devtools/client/webconsole.properties
@@ -133,14 +133,18 @@ table.iterationIndex=(tabele iterazion)
table.key=Clâf
table.value=Valôrs
-# 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=Erôr
level.warn=Avertiment
level.info=Informazion
level.log=Regjistri
level.debug=Debug
+level.jstracer=Clamade di funzion
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Ponts di regjistrazion dal strument pal debug
@@ -466,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=Inviât regjistri di segnadure
webconsole.message.commands.startTracingToProfiler=Inviât segnadure tal Profiladôr. I segns a vignaran visualizâts tal profiladôr cuant che al vignarà fermât.
# 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=Segnadure dal comant trace fermade
+# 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=Segnadure interote (motîf: %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.