# 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=חישוב הסגנון מחדש marker.label.stylesApplyChanges=החלת שינויי סגנון marker.label.reflow=פריסה marker.label.paint=צביעה marker.label.composite=Composite Layers marker.label.compositeForwardTransaction=נשלחה בקשת הרכבה marker.label.javascript=קריאה לפונקציה marker.label.parseHTML=פענוח HTML marker.label.parseXML=פענוח HTML marker.label.domevent=אירוע DOM marker.label.consoleTime=מסוף marker.label.garbageCollection2=איסוף אשפה marker.label.garbageCollection.incremental=איסוף אשפה מצטבר marker.label.garbageCollection.nonIncremental=איסוף זבל לא-מצטבר marker.label.minorGC=איסוף זבל קטן marker.label.timestamp=חותמת זמן marker.label.messagePort=MessagePort marker.label.unknown=לא ידוע # 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 marker.label.javascript.jsURI=JavaScript URI # LOCALIZATION NOTE (marker.field.*): # Strings used in the waterfall sidebar as property names. # General marker fields marker.field.start=התחלה: marker.field.end=סיום: marker.field.duration=משך זמן: # General "reason" for a marker (JavaScript, Garbage Collection) marker.field.causeName=גורם: # General "type" for a marker (Cycle Collection, Garbage Collection) marker.field.type=סוג: # General "label" for a marker (user defined) marker.field.label=תווית: # Field names for stack values marker.field.stack=מחסנית: marker.field.startStack=המחסנית בהתחלה: marker.field.endStack=מחסנית בסוף: # %S is the "Async Cause" of a marker, and this signifies that the cause # was an asynchronous one in a displayed stack. # For console.time markers marker.field.consoleTimerName=שם שעון העצר: # For DOM Event markers marker.field.DOMEventType=סוג האירוע: marker.field.DOMEventPhase=שלב: # Non-incremental cause for a Garbage Collection marker # For "Recalculate Style" markers marker.field.isAnimationOnly=הנפשה בלבד: # The type of operation performed by a Worker. marker.worker.deserializeDataOnMainThread=מיצוי הנתונים אצל החוט הראשי # The type of operation performed by a MessagePort marker.messagePort.serializeData=סידור נתונים marker.messagePort.deserializeData=מיצוי נתונים # Strings used in the waterfall sidebar as values. marker.value.unknownFrame=<מיקום לא ידוע> marker.value.DOMEventTargetPhase=יעד marker.value.DOMEventCapturingPhase=לכידה marker.value.DOMEventBubblingPhase=בעבוע # 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 marker.gcreason.label.EAGER_ALLOC_TRIGGER=תנאי להקצאה להוטה marker.gcreason.label.DESTROY_RUNTIME=כיבוי marker.gcreason.label.LAST_DITCH=אזל הזיכרון marker.gcreason.label.TOO_MUCH_MALLOC=הוקצו יותר מדי בתים marker.gcreason.label.ALLOC_TRIGGER=יותר מדי הקצאות marker.gcreason.label.DEBUG_GC=ניפוי שגיאות GC marker.gcreason.label.COMPARTMENT_REVIVED=גלובלי מת הוחזר לחיים marker.gcreason.label.RESET=סיום מחזור מצטבר marker.gcreason.label.OUT_OF_NURSERY=משתלה מלאה marker.gcreason.label.EVICT_NURSERY=פינוי משתלה marker.gcreason.label.FULL_STORE_BUFFER=עצם במשתלה פעיל מדי marker.gcreason.label.SHARED_MEMORY_LIMIT=הקצאה גדולה נכשלה marker.gcreason.label.PERIODIC_FULL_GC=איסוף זבל מלא תקופתי marker.gcreason.label.INCREMENTAL_TOO_SLOW=קצב ההקצאות מהיר מדי marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC marker.gcreason.label.MEM_PRESSURE=זיכרון מועט marker.gcreason.label.CC_WAITING=אולץ על־ידי מחזור איסוף marker.gcreason.label.CC_FORCED=אולץ על־ידי מחזור איסוף marker.gcreason.label.LOAD_END=טעינת העמוד הסתיימה marker.gcreason.label.PAGE_HIDE=הועבר לרקע marker.gcreason.label.NSJSCONTEXT_DESTROY=השמדת הקשר JS marker.gcreason.label.SET_NEW_DOCUMENT=מסמך חדש marker.gcreason.label.SET_DOC_SHELL=מסמך חדש marker.gcreason.label.DOM_UTILS=קריאת API marker.gcreason.label.DOM_IPC=IPC marker.gcreason.label.DOM_WORKER=פועל איסוף זבל תקופתי marker.gcreason.label.INTER_SLICE_GC=פלח איסוף זבל מצטבר תקופתי marker.gcreason.label.FULL_GC_TIMER=איסוף זבל מלא תקופתי marker.gcreason.label.SHUTDOWN_CC=כיבוי marker.gcreason.label.DOM_WINDOW_UTILS=משתמש בלתי פעיל marker.gcreason.label.USER_INACTIVE=משתמש בלתי פעיל # The name of a nursery collection. marker.nurseryCollection=איסוף המשתלה