From c1701504b2366542c32c5e6eeff1ba62cc75f8f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:40:09 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- l10n-he/devtools/client/debugger.properties | 72 +++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'l10n-he/devtools/client/debugger.properties') diff --git a/l10n-he/devtools/client/debugger.properties b/l10n-he/devtools/client/debugger.properties index c48b333062..e8c5ae0a51 100644 --- a/l10n-he/devtools/client/debugger.properties +++ b/l10n-he/devtools/client/debugger.properties @@ -154,6 +154,15 @@ pausePendingButtonTooltip=בהמתנה להרצה הבאה # of the trace button, which is in the top of the debugger right sidebar. # This is used to automatically start the tracing on next user interaction (mousedown/keydown) +# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu +# of the trace button, which is in the top of the debugger right sidebar. +# This is used to automatically start the tracing on next page load. + +# LOCALIZATION NOTE (traceFunctionReturn): The label that is displayed in the context menu +# of the trace button, which is in the top of the debugger right sidebar. +# This is used to also log when a function call just returned. +# Depending on "traceValues", this will log or not log the returned value. + # LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause # button when the debugger is in a paused state. resumeButtonTooltip=המשך (%S) @@ -610,14 +619,22 @@ original=מקורי # input element expressions.placeholder=הוספת ביטוי מעקב +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element +expressions.placeholder2=הוספת ביטוי + # LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message # for when the`map variable names`is off and the debugger is paused in an original source # LOCALIZATION NOTE (expressions.errorMsg): Error text for expression # input element expressions.errorMsg=ביטוי שגוי… + +# LOCALIZATION NOTE (expressions.label): For the "Add watch expression" context menu item in the editor expressions.label=הוספת ביטוי מעקב expressions.accesskey=ב + +# LOCALIZATION NOTE (expressions.remove.tooltip): For the tooltip on the button to remove a watch expression expressions.remove.tooltip=הסרת ביטוי במעקב # LOCALIZATION NOTE (xhrBreakpoints.header): The pause on any XHR breakpoints headings @@ -636,6 +653,7 @@ xhrBreakpoints.item.label=כתובת האתר מכילה “%S” pauseOnAnyXHR=השהיה על כל כתובת שהיא # LOCALIZATION NOTE (watchpoints.submenu): This is the text for the watchpoints sub-menu. +watchpoints.submenu=עצירה ב־… # LOCALIZATION NOTE (watchpoints.getWatchpoint): This is the text that appears in the # watchpoints sub-menu to add a "get" watchpoint on an object property. @@ -711,6 +729,59 @@ sourceFooter.unignore=ביטול התעלמות מהמקור # LOCALIZATION NOTE (sourceFooter.ignoreList): Tooltip text associated # with the ignore source button when the selected source is on the ignore list +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.disabled): Label displayed next to the +# Source Map icon displayed in editor footer. +# Displayed when Source Maps are disabled. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.sourceNotMapped): Label displayed next to the +# Source Map icon displayed in editor footer. +# Displayed when the selected source is a regular source, without any source map. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.isOriginalSource): Label displayed next to the +# Source Map icon displayed in editor footer. +# Displayed when the selected source is an original source. +# i.e. a file which may not be in JavaScript and isn't being executed by Firefox. +# This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the +# Source Map icon displayed in editor footer. +# Displayed when the selected source is a bundle. i.e. a file referring to a source map file, +# which will be mapped to one or many original sources. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.enable): Label displayed in the menu opened +# from the Source Map icon displayed in editor footer. +# This allows to toggle Source Map support. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.showOriginalSourceByDefault): Label displayed in the menu opened +# from the Source Map icon displayed in editor footer. +# This controls the settings which will make the debugger automatically show and open original source by default. +# This typically happens when you pause or hit a breakpoint. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToGeneratedSource): Label displayed in the menu opened +# from the Source Map icon displayed in editor footer. +# This allows to select the related bundle source, when we are currently selecting an original one. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToOriginalSource): Label displayed in the menu opened +# from the Source Map icon displayed in editor footer. +# This allows to select the related original source, when we are currently selecting a bundle. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.openSourceMapInNewTab): Label displayed in the menu opened +# from the Source Map icon displayed in editor footer. +# When selecting a bundle with a valid source map, link to open the source map in a new tab. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.title): Tooltip displayed on +# the Source Map icon displayed in editor footer. +# This is the default title. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.loadingTitle): Tooltip displayed on +# the Source Map icon displayed in editor footer. +# This title is displayed when the source map is still loading. + +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.errorTitle): Tooltip displayed on +# the Source Map icon displayed in editor footer. +# This title is displayed when the source map has an error. +# %S will be the error string. + # LOCALIZATION NOTE (editorNotificationFooter.noOriginalScopes): The notification message displayed in the editor notification footer # when paused in an original file and original variable mapping is turned off # %S is text from the label for checkbox to show original scopes @@ -822,6 +893,7 @@ scopes.map.label=מפה # tooltip for checkbox and label # LOCALIZATION NOTE (scopes.showOriginalScopes): Checkbox label to show original scopes +scopes.showOriginalScopes=הצגת משתנים מקוריים # LOCALIZATION NOTE (scopes.block): Refers to a block of code in # the scopes pane when the debugger is paused. -- cgit v1.2.3