diff options
Diffstat (limited to 'l10n-he/devtools/client/inspector.properties')
-rw-r--r-- | l10n-he/devtools/client/inspector.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/l10n-he/devtools/client/inspector.properties b/l10n-he/devtools/client/inspector.properties index b2b02c8379..9788145131 100644 --- a/l10n-he/devtools/client/inspector.properties +++ b/l10n-he/devtools/client/inspector.properties @@ -76,6 +76,10 @@ markupView.whitespaceOnly=צומת מלל הכולל רווחים לבנים ב # the markup view. markupView.event.tooltiptext=מאזין לאירועים +# LOCALIZATION NOTE (markupView.event.tooltiptext) +# Used in a tooltip that appears when the user hovers over 'event' badge in +# the markup view. + # LOCALIZATION NOTE (markupView.custom.tooltiptext) # Used in a tooltip that appears when the user hovers over 'custom' badge in # the markup view. Only displayed on custom elements with a shadow root attached. @@ -101,18 +105,29 @@ eyedropper.disabled.title=לא זמין במסמכים שאינם HTML #LOCALIZATION NOTE: Used in the event tooltip to allow the debugger to be opened eventsTooltip.openInDebugger=פתיחה במנפה השגיאות +# LOCALIZATION NOTE: Used in the event tooltip for the toggle button. +# Parameter is the event type (e.g. "click") + +#LOCALIZATION NOTE: Used in the event tooltip to allow the debugger to be opened + #LOCALIZATION NOTE: Used in the event tooltip when a script's filename cannot be detected eventsTooltip.unknownLocation=מיקום לא ידוע #LOCALIZATION NOTE: Used in the mouseover tooltip when hovering "Unknown location." eventsTooltip.unknownLocationExplanation=לא ניתן לזהות את המיקום המקורי של המאזין הזה. יכול להיות שהקוד עבר עיבוד דרך כלי כדוגמת Babel. +# LOCALIZATION NOTE: Label for the checkbox in the event tooltip that toggles event listeners +# Parameter is the event type (e.g. "click") + #LOCALIZATION NOTE: Used in the tooltip for Bubbling eventsTooltip.Bubbling=בעבוע #LOCALIZATION NOTE: Used in the tooltip for Capturing eventsTooltip.Capturing=לכידה +# LOCALIZATION NOTE: Title of the iframe we use in the event tooltip to display the code of +# the event listener. Parameter is the event type (e.g. "click") + # LOCALIZATION NOTE (allTabsMenuButton.tooltip): The tooltip that gets # displayed when hovering over the tabs overflow button. allTabsMenuButton.tooltip=הצגת כל הלשוניות @@ -294,6 +309,7 @@ inspectorAddAttribute.accesskey=ת # LOCALIZATION NOTE (inspectorBreakpointSubmenu.label): This is the label # shown in the inspector contextual-menu for the sub-menu of the DOM breakpoints. +inspectorBreakpointSubmenu.label=עצירה ב־… # LOCALIZATION NOTE (inspectorSubtreeModification.label): This is the label shown # in the inspector contextual-menu for the item that lets users add a DOM breakpoint |