diff options
Diffstat (limited to 'l10n-uz/devtools/client/markers.properties')
-rw-r--r-- | l10n-uz/devtools/client/markers.properties | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/l10n-uz/devtools/client/markers.properties b/l10n-uz/devtools/client/markers.properties new file mode 100644 index 0000000000..cca755c717 --- /dev/null +++ b/l10n-uz/devtools/client/markers.properties @@ -0,0 +1,137 @@ +# 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=Uslubni qayta chamalash +marker.label.reflow=Tartib +marker.label.paint=Bo‘yash +marker.label.composite=Murakkab qatlamlar +marker.label.compositeForwardTransaction=Majmuaviy so‘rov yuborildi +marker.label.javascript=Funksiya chaqiruvi +marker.label.parseHTML=HTML’ni tahlil qilish +marker.label.parseXML=XML tahlil qilish +marker.label.domevent=DOM hodisasi +marker.label.consoleTime=Terminal +marker.label.garbageCollection2=Chiqindi to‘plash +marker.label.garbageCollection.incremental=Qo‘shimcha GC +marker.label.garbageCollection.nonIncremental=Ortmaydigan GC +marker.label.minorGC=Ahamiyatsiz GC +marker.label.cycleCollection=Sikl to‘plash +marker.label.cycleCollection.forgetSkippable=CC diagramma kamaytirgich +marker.label.timestamp=Vaqt belgisi +marker.label.worker=Worker +marker.label.messagePort=MessagePort +marker.label.unknown=Noma’lum + +# LOCALIZATION NOTE (marker.label.javascript.*): +# These strings are displayed as JavaScript markers that have special +# reasons that can be translated. +marker.label.javascript.scriptElement=Skript tegi +marker.label.javascript.promiseCallback=Promise Callback +marker.label.javascript.promiseInit=Promise Init +marker.label.javascript.workerRunnable=Worker +marker.label.javascript.jsURI=JavaScript URI +marker.label.javascript.eventHandler=Hodisa tutqichi + +# LOCALIZATION NOTE (marker.field.*): +# Strings used in the waterfall sidebar as property names. + +# General marker fields +marker.field.start=Boshlash: +marker.field.end=End: +marker.field.duration=Davomiyligi: + +# General "reason" for a marker (JavaScript, Garbage Collection) +marker.field.causeName=Sabab: +# General "type" for a marker (Cycle Collection, Garbage Collection) +marker.field.type=Turi: +# General "label" for a marker (user defined) +marker.field.label=Yorliq: + +# Field names for stack values +marker.field.stack=Toʻplam: +marker.field.startStack=Boshlashda to‘plam +marker.field.endStack=Tugashda to‘plam + +# %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=(Asinx: %S) + +# For console.time markers +marker.field.consoleTimerName=Taymer nomi: + +# For DOM Event markers +marker.field.DOMEventType=Hodisa turi: +marker.field.DOMEventPhase=Bosqich: + +# Non-incremental cause for a Garbage Collection marker +marker.field.nonIncrementalCause=Ortmaydigan sabab: + +# For "Recalculate Style" markers + +# The type of operation performed by a Worker. +marker.worker.serializeDataOffMainThread=Ma’lumotlarni Worker’da seriyalash +marker.worker.serializeDataOnMainThread=Ma’lumotlarni asosiy bo‘limda seriyalash +marker.worker.deserializeDataOffMainThread=Ma’lumotlarni Worker’da seriyalamaslik +marker.worker.deserializeDataOnMainThread=Ma’lumotlarni asosiy bo‘limda seriyalamaslik + +# The type of operation performed by a MessagePort +marker.messagePort.serializeData=Ma’lumotlarni seriyalash +marker.messagePort.deserializeData=Ma’lumotlarni seriyalashni bekor qilish + +# Strings used in the waterfall sidebar as values. +marker.value.unknownFrame=<noma’lum manzil> +marker.value.DOMEventTargetPhase=Mo‘ljal +marker.value.DOMEventCapturingPhase=Yozib olish +marker.value.DOMEventBubblingPhase=Pufaklash + +# 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 Call +marker.gcreason.label.EAGER_ALLOC_TRIGGER=Eager Allocation Trigger +marker.gcreason.label.DESTROY_RUNTIME=O‘chirish +marker.gcreason.label.LAST_DITCH=Xotira yetmaydi +marker.gcreason.label.TOO_MUCH_MALLOC=Juda ko‘p bayt ajratildi +marker.gcreason.label.ALLOC_TRIGGER=O‘ta ko‘p marta ajratilgan +marker.gcreason.label.DEBUG_GC=GC’ni tuzatish +marker.gcreason.label.COMPARTMENT_REVIVED=Dead Global Revived +marker.gcreason.label.RESET=Ortadigan siklni tugatish +marker.gcreason.label.OUT_OF_NURSERY=Enaga to‘lgan +marker.gcreason.label.EVICT_NURSERY=Nursery Eviction +marker.gcreason.label.FULL_STORE_BUFFER=Enagalik obyektlari juda faol +marker.gcreason.label.SHARED_MEMORY_LIMIT=Ko‘p miqdorda ajratish amalga oshmadi +marker.gcreason.label.PERIODIC_FULL_GC=Davriy to‘liq GC +marker.gcreason.label.INCREMENTAL_TOO_SLOW=Ajratishlar darajasi juda tez +marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC +marker.gcreason.label.MEM_PRESSURE=Xotira kam +marker.gcreason.label.CC_WAITING=Sikl to‘plash tomonidan majburiy qilingan +marker.gcreason.label.CC_FORCED=Sikl to‘plash tomonidan majburiy qilingan +marker.gcreason.label.LOAD_END=Sahifani yuklash tamomlandi +marker.gcreason.label.PAGE_HIDE=Fonga o‘tkazildi +marker.gcreason.label.NSJSCONTEXT_DESTROY=JS Context’ni buzish +marker.gcreason.label.SET_NEW_DOCUMENT=Yangi hujjat +marker.gcreason.label.SET_DOC_SHELL=Yangi hujjat +marker.gcreason.label.DOM_UTILS=API Call +marker.gcreason.label.DOM_IPC=IPC +marker.gcreason.label.DOM_WORKER=Mavsumiy Worker GC +marker.gcreason.label.INTER_SLICE_GC=Davriy ortadigan GC parchasi +marker.gcreason.label.FULL_GC_TIMER=Davriy to‘liq GC +marker.gcreason.label.SHUTDOWN_CC=O‘chirish +marker.gcreason.label.DOM_WINDOW_UTILS=Foydalanuvchi nofaol +marker.gcreason.label.USER_INACTIVE=Foydalanuvchi nofaol + +# The name of a nursery collection. +marker.nurseryCollection=Nursery Collection + |