summaryrefslogtreecommitdiffstats
path: root/l10n-ia/devtools/client/markers.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ia/devtools/client/markers.properties')
-rw-r--r--l10n-ia/devtools/client/markers.properties139
1 files changed, 139 insertions, 0 deletions
diff --git a/l10n-ia/devtools/client/markers.properties b/l10n-ia/devtools/client/markers.properties
new file mode 100644
index 0000000000..2ba118c8c5
--- /dev/null
+++ b/l10n-ia/devtools/client/markers.properties
@@ -0,0 +1,139 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE These strings are used inside the Performance Tools
+# which is available from the Web Developer sub-menu -> 'Performance'.
+# The correct localization of this file might be to keep it in
+# English, or another language commonly spoken among web developers.
+# You want to make that choice consistent across the developer tools.
+# A good criteria is the language in which you'd find the best
+# documentation on web development on the web. These strings
+# are specifically for marker names in the performance tool.
+
+# LOCALIZATION NOTE (marker.label.*):
+# These strings are displayed in the Performance Tool waterfall, identifying markers.
+# We want to use the same wording as Google Chrome when appropriate.
+marker.label.styles=Recalcular le stilo
+marker.label.stylesApplyChanges=Applicar cambios de stilo
+marker.label.reflow=Disposition
+marker.label.paint=Pinger
+marker.label.composite=Stratos composite
+marker.label.compositeForwardTransaction=Requesta composite inviate
+marker.label.javascript=Appello de function
+marker.label.parseHTML=Interpretar HTML
+marker.label.parseXML=Interpretar XML
+marker.label.domevent=Evento DOM
+marker.label.consoleTime=Consola
+marker.label.garbageCollection2=Recuperation de memoria
+marker.label.garbageCollection.incremental=Recuperation incremental de memoria
+marker.label.garbageCollection.nonIncremental=Recuperation non incremental de memoria
+marker.label.minorGC=Recuperation minor de memoria
+marker.label.cycleCollection=Collection de cyclo
+marker.label.cycleCollection.forgetSkippable=Reduction del grapho de collection de cyclo
+marker.label.timestamp=Marca temporal
+marker.label.worker=Worker
+marker.label.messagePort=MessagePort
+marker.label.unknown=Incognite
+
+# LOCALIZATION NOTE (marker.label.javascript.*):
+# These strings are displayed as JavaScript markers that have special
+# reasons that can be translated.
+marker.label.javascript.scriptElement=Etiquetta de script
+marker.label.javascript.promiseCallback=Reapello de promissa
+marker.label.javascript.promiseInit=Initialisation de promissa
+marker.label.javascript.workerRunnable=Worker
+marker.label.javascript.jsURI=URI JavaScript
+marker.label.javascript.eventHandler=Manipulator de eventos
+
+# LOCALIZATION NOTE (marker.field.*):
+# Strings used in the waterfall sidebar as property names.
+
+# General marker fields
+marker.field.start=Initiar:
+marker.field.end=Fin:
+marker.field.duration=Duration:
+
+# General "reason" for a marker (JavaScript, Garbage Collection)
+marker.field.causeName=Causa:
+# General "type" for a marker (Cycle Collection, Garbage Collection)
+marker.field.type=Typo:
+# General "label" for a marker (user defined)
+marker.field.label=Etiquetta:
+
+# Field names for stack values
+marker.field.stack=Pila:
+marker.field.startStack=Poner sur le pila:
+marker.field.endStack=Poner al fundo del pila:
+
+# %S is the "Async Cause" of a marker, and this signifies that the cause
+# was an asynchronous one in a displayed stack.
+marker.field.asyncStack=(Asynchrone: %S)
+
+# For console.time markers
+marker.field.consoleTimerName=Nomine del temporisator:
+
+# For DOM Event markers
+marker.field.DOMEventType=Typo de evento:
+marker.field.DOMEventPhase=Phase:
+
+# Non-incremental cause for a Garbage Collection marker
+marker.field.nonIncrementalCause=Causa non incremental:
+
+# For "Recalculate Style" markers
+marker.field.isAnimationOnly=Animation solmente:
+
+# The type of operation performed by a Worker.
+marker.worker.serializeDataOffMainThread=Serialisar le datos in le Worker
+marker.worker.serializeDataOnMainThread=Serialisar le datos in le filo de execution principal
+marker.worker.deserializeDataOffMainThread=Deserialisar le datos in le Worker
+marker.worker.deserializeDataOnMainThread=De-serialisar le datos in le filo de execution principal
+
+# The type of operation performed by a MessagePort
+marker.messagePort.serializeData=Serialisar datos
+marker.messagePort.deserializeData=De-serialisar datos
+
+# Strings used in the waterfall sidebar as values.
+marker.value.unknownFrame=<adresse incognite>
+marker.value.DOMEventTargetPhase=Objectivo
+marker.value.DOMEventCapturingPhase=Capturar
+marker.value.DOMEventBubblingPhase=Bubbling
+
+# LOCALIZATION NOTE (marker.gcreason.label.*):
+# These strings are used to give a concise but readable description of a GC reason.
+marker.gcreason.label.API=Appello de API
+marker.gcreason.label.EAGER_ALLOC_TRIGGER=Actionator de preallocation
+marker.gcreason.label.DESTROY_RUNTIME=Terminar
+marker.gcreason.label.LAST_DITCH=Foras del memoria
+marker.gcreason.label.TOO_MUCH_MALLOC=Troppo de bytes allocate
+marker.gcreason.label.ALLOC_TRIGGER=Troppo de allocationes
+marker.gcreason.label.DEBUG_GC=Depurar le recuperator de memoria
+marker.gcreason.label.COMPARTMENT_REVIVED=Global morte ha revivite
+marker.gcreason.label.RESET=Finir le cyclo incremental
+marker.gcreason.label.OUT_OF_NURSERY=Le nursery es plen
+marker.gcreason.label.EVICT_NURSERY=Eviction del nursery
+marker.gcreason.label.FULL_STORE_BUFFER=Objectos de nursery troppo active
+marker.gcreason.label.SHARED_MEMORY_LIMIT=Grande allocation fallite
+marker.gcreason.label.PERIODIC_FULL_GC=Recuperation de memoria complete e periodic
+marker.gcreason.label.INCREMENTAL_TOO_SLOW=Rhythmo de allocation troppo rapide
+marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC
+marker.gcreason.label.MEM_PRESSURE=Memoria insufficiente
+marker.gcreason.label.CC_WAITING=Fortiate per le collection de cyclos
+marker.gcreason.label.CC_FINISHED=Cyclo de collecta finite
+marker.gcreason.label.CC_FORCED=Fortiate per le collection de cyclos
+marker.gcreason.label.LOAD_END=Carga de pagina finite
+marker.gcreason.label.PAGE_HIDE=Movite a secunde plano
+marker.gcreason.label.NSJSCONTEXT_DESTROY=Destruer le contexto JS
+marker.gcreason.label.SET_NEW_DOCUMENT=Nove documento
+marker.gcreason.label.SET_DOC_SHELL=Nove documento
+marker.gcreason.label.DOM_UTILS=Appello de API
+marker.gcreason.label.DOM_IPC=IPC
+marker.gcreason.label.DOM_WORKER=Recuperation de memoria periodic per worker
+marker.gcreason.label.INTER_SLICE_GC=Trencho de recuperation de memoria incremental e periodic
+marker.gcreason.label.FULL_GC_TIMER=Recuperation de memoria complete e periodic
+marker.gcreason.label.SHUTDOWN_CC=Terminar
+marker.gcreason.label.DOM_WINDOW_UTILS=Usator inactive
+marker.gcreason.label.USER_INACTIVE=Usator inactive
+
+# The name of a nursery collection.
+marker.nurseryCollection=Collection de seminario