diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-lv/devtools/client/markers.properties | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-lv/devtools/client/markers.properties')
-rw-r--r-- | l10n-lv/devtools/client/markers.properties | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/l10n-lv/devtools/client/markers.properties b/l10n-lv/devtools/client/markers.properties new file mode 100644 index 0000000000..b4c9041e80 --- /dev/null +++ b/l10n-lv/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=Pārrēķināt stilu +marker.label.stylesApplyChanges=Lietot stila izmaiņas +marker.label.reflow=Izkārtojums +marker.label.paint=Krāsa +marker.label.composite=Kompozītu slāņi +marker.label.compositeForwardTransaction=Kompozītu pieprasījums nosūtīs +marker.label.javascript=Funkcijas izsaukums +marker.label.parseHTML=Apstrādāt HTML +marker.label.parseXML=Apstrādāt XML +marker.label.domevent=DOM Notikumi +marker.label.consoleTime=Konsole +marker.label.garbageCollection2=Atkritumu savākšana +marker.label.garbageCollection.incremental=Inkrementālais GC +marker.label.garbageCollection.nonIncremental=Ne-inkrementālais GC +marker.label.minorGC=Neliels GC +marker.label.cycleCollection=Ciklu kolekcija +marker.label.cycleCollection.forgetSkippable=CC grafika redukcija +marker.label.timestamp=Laika zīmogs +marker.label.worker=Darbinieks +marker.label.messagePort=MessagePort +marker.label.unknown=Nezināms + +# LOCALIZATION NOTE (marker.label.javascript.*): +# These strings are displayed as JavaScript markers that have special +# reasons that can be translated. +marker.label.javascript.scriptElement=Script tags +marker.label.javascript.promiseCallback=Solījuma atgriezeniskais izsaukums +marker.label.javascript.promiseInit=Solījuma inicializācija +marker.label.javascript.workerRunnable=Darbinieks +marker.label.javascript.jsURI=JavaScript URI +marker.label.javascript.eventHandler=Notikumu apstrādātājs + +# LOCALIZATION NOTE (marker.field.*): +# Strings used in the waterfall sidebar as property names. + +# General marker fields +marker.field.start=Sākums: +marker.field.end=Beigas: +marker.field.duration=Ilgums: + +# General "reason" for a marker (JavaScript, Garbage Collection) +marker.field.causeName=Iemesls: +# General "type" for a marker (Cycle Collection, Garbage Collection) +marker.field.type=Tips: +# General "label" for a marker (user defined) +marker.field.label=Etiķete: + +# Field names for stack values +marker.field.stack=Izsaukumu kopa: +marker.field.startStack=Virkne sākumā: +marker.field.endStack=Virkne beigās: + +# %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=(Asinhr: %S) + +# For console.time markers +marker.field.consoleTimerName=Nosaukums: + +# For DOM Event markers +marker.field.DOMEventType=Tips: +marker.field.DOMEventPhase=Fāze: + +# Non-incremental cause for a Garbage Collection marker +marker.field.nonIncrementalCause=Ne-inkrementālais iemesls: + +# For "Recalculate Style" markers +marker.field.isAnimationOnly=Tikai animācija: + +# The type of operation performed by a Worker. +marker.worker.serializeDataOffMainThread=Serializēt datus darbiniekos +marker.worker.serializeDataOnMainThread=Serializēt datus galvenajā pavedienā +marker.worker.deserializeDataOffMainThread=Deserializēt datus darbiniekos +marker.worker.deserializeDataOnMainThread=Deserializēt datus galvenajā pavedienā + +# The type of operation performed by a MessagePort +marker.messagePort.serializeData=Serializēt datus +marker.messagePort.deserializeData=Deserializēt datus + +# Strings used in the waterfall sidebar as values. +marker.value.unknownFrame=<nezināma vieta> +marker.value.DOMEventTargetPhase=Mērķis +marker.value.DOMEventCapturingPhase=Tveršana +marker.value.DOMEventBubblingPhase=Burbuļošana + +# LOCALIZATION NOTE (marker.gcreason.label.*): +# These strings are used to give a concise but readable description of a GC reason. +marker.gcreason.label.API=API izsaukums +marker.gcreason.label.EAGER_ALLOC_TRIGGER=Dedzīgs piešķiršanas izraisītājs +marker.gcreason.label.DESTROY_RUNTIME=Izslēgt +marker.gcreason.label.LAST_DITCH=Pietrūkst atmiņas +marker.gcreason.label.TOO_MUCH_MALLOC=Izdalīts pārāk daudz bitu +marker.gcreason.label.ALLOC_TRIGGER=Pārāk daudz izdalījumu +marker.gcreason.label.DEBUG_GC=Atkļūdot GC +marker.gcreason.label.COMPARTMENT_REVIVED=Miris globālais atdzīvināts +marker.gcreason.label.RESET=Pabeigts inkrementālais cikls +marker.gcreason.label.OUT_OF_NURSERY=Bērnistaba ir pilna +marker.gcreason.label.EVICT_NURSERY=Izlikšana no bērnistabas +marker.gcreason.label.FULL_STORE_BUFFER=Bērnistabas objekti pārāk aktīvi +marker.gcreason.label.SHARED_MEMORY_LIMIT=Liela izdalīšana neizdevās +marker.gcreason.label.PERIODIC_FULL_GC=Periodiska pilnā GC +marker.gcreason.label.INCREMENTAL_TOO_SLOW=Izdalījumu ātrums pārāk liels +marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC +marker.gcreason.label.MEM_PRESSURE=Maz atmiņas +marker.gcreason.label.CC_WAITING=Piespieda ciklu kolekcija +marker.gcreason.label.CC_FORCED=Piespieda ciklu kolekcija\u0020 +marker.gcreason.label.LOAD_END=Lapas ielāde pabeigta +marker.gcreason.label.PAGE_HIDE=Pārvietots fonā +marker.gcreason.label.NSJSCONTEXT_DESTROY=Iznīcina JS kontekstu +marker.gcreason.label.SET_NEW_DOCUMENT=Jauns dokuments +marker.gcreason.label.SET_DOC_SHELL=Jauns dokuments +marker.gcreason.label.DOM_UTILS=API izsaukums +marker.gcreason.label.DOM_IPC=IPC +marker.gcreason.label.DOM_WORKER=Periodiska darbinieka GC +marker.gcreason.label.INTER_SLICE_GC=Periodiska inkrementālā GC gabals +marker.gcreason.label.FULL_GC_TIMER=Periodiska pilnā GC +marker.gcreason.label.SHUTDOWN_CC=Izslēgt +marker.gcreason.label.DOM_WINDOW_UTILS=Lietotājs neaktīvs +marker.gcreason.label.USER_INACTIVE=Lietotājs neaktīvs + +# The name of a nursery collection. +marker.nurseryCollection=Siltumnīcas kolekcija + |