From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-en-CA/devtools/client/debugger.properties | 161 +++++++++++++++++++++++++ 1 file changed, 161 insertions(+) (limited to 'l10n-en-CA/devtools/client/debugger.properties') diff --git a/l10n-en-CA/devtools/client/debugger.properties b/l10n-en-CA/devtools/client/debugger.properties index a5503155d9..8311147a6c 100644 --- a/l10n-en-CA/devtools/client/debugger.properties +++ b/l10n-en-CA/devtools/client/debugger.properties @@ -151,6 +151,28 @@ traceInWebConsole=Trace in the web console # This is used to force logging JavaScript traces in the stdout. traceInStdout=Trace in the stdout +# LOCALIZATION NOTE (traceValues): 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 enable logging arguments passed to function calls +# as well as returned values (only for JS function calls, but not native function calls) +traceValues=Log function arguments and returned values + +# 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 user interaction (mousedown/keydown) +traceOnNextInteraction=Trace only 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. +traceOnNextLoad=Trace only on next page load (reload or navigation) + +# 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. +traceFunctionReturn=Trace function returns + # LOCALIZATION NOTE (resumeButtonTooltip): The label that is displayed on the pause # button when the debugger is in a paused state. resumeButtonTooltip=Resume %S @@ -175,6 +197,9 @@ skipPausingTooltip.label=Deactivate breakpoints # breakpoints and pausing triggers undoSkipPausingTooltip.label=Activate breakpoints +# LOCALIZATION NOTE (pauseOnDebuggerStatement): The pause on debugger statement checkbox label +pauseOnDebuggerStatement=Pause on debugger statement + # LOCALIZATION NOTE (pauseOnExceptionsItem2): The pause on exceptions checkbox description # when the debugger will pause on all exceptions. pauseOnExceptionsItem2=Pause on exceptions @@ -190,6 +215,9 @@ threadsHeader=Threads # program as opposed to worker threads. mainThread=Main Thread +# LOCALIZATION NOTE (pausedThread): The text to describe the status of paused threads +pausedThread=paused + # LOCALIZATION NOTE (noSourcesText): The text to display in the sources list # when there are no sources. noSourcesText=This page has no sources. @@ -319,6 +347,21 @@ projectTextSearch.excludePatterns.placeholder=e.g. **/node_modules/**,app.js # message when the query did not match any text of all files in a project. projectTextSearch.noResults=No results found +# LOCALIZATION NOTE (projectTextSearch.pageNavigated): Tooltip shown on the refresh +# button, only when it is highlighted because the page navigated to a new document +# and the results might be obsolete. +projectTextSearch.refreshButtonTooltip=Click to refresh search results + +# LOCALIZATION NOTE (projectTextSearch.pageNavigated): Tooltip shown on the refresh +# button, only when it is highlighted because the page navigated to a new document +# and the results might be obsolete. +projectTextSearch.refreshButtonTooltipOnNavigation=The page navigated to a new document. Click to refresh search results + +# LOCALIZATION NOTE (projectTextSearch.sourceNoLongerAvailable): Tooltip message shown +# on Text Search results when the related source no longer exists. +# This typically happens after navigating or reloading the page and search results are obsolete. +projectTextSearch.sourceNoLongerAvailable=This source is no longer available.\nRefresh the search to have latest sources. + # LOCALIZATION NOTE (sourceSearch.search.key2): Key shortcut to open the search # for searching within a the currently opened files in the editor # Do not localize "CmdOrCtrl+F", or change the format of the string. These are @@ -607,8 +650,20 @@ expressions.placeholder=Add watch expression # LOCALIZATION NOTE (expressions.errorMsg): Error text for expression # input element expressions.errorMsg=Invalid expression… + +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element +expressions.placeholder2=Add expression + +# 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 +expressions.noOriginalScopes=Original variables name mapping is turned off. Expression values might not be accurate. + +# LOCALIZATION NOTE (expressions.label): For the "Add watch expression" context menu item in the editor expressions.label=Add watch expression expressions.accesskey=e + +# LOCALIZATION NOTE (expressions.remove.tooltip): For the tooltip on the button to remove a watch expression expressions.remove.tooltip=Remove watch expression # LOCALIZATION NOTE (xhrBreakpoints.header): The pause on any XHR breakpoints headings @@ -713,6 +768,76 @@ sourceFooter.unignore=Unignore source # with the ignore source button when the selected source is on the ignore list sourceFooter.ignoreList=This source is on the ignore list. Please turn off the `Ignore Known Third-party Scripts` option to enable it. +# LOCALIZATION NOTE (sourceFooter.sourceMapButton.disabled): Label displayed next to the +# Source Map icon displayed in editor footer. +# Displayed when Source Maps are disabled. +sourceFooter.sourceMapButton.disabled = Source Maps 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. +sourceFooter.sourceMapButton.sourceNotMapped = No source map found + +# 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. +sourceFooter.sourceMapButton.isOriginalSource = original file + +# 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. +sourceFooter.sourceMapButton.isBundleSource = bundle file + +# 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. +sourceFooter.sourceMapButton.enable = Enable Source Maps + +# 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. +sourceFooter.sourceMapButton.showOriginalSourceByDefault = Show and open original location by default + +# 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. +sourceFooter.sourceMapButton.jumpToGeneratedSource = Jump to the related bundle source + +# 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. +sourceFooter.sourceMapButton.jumpToOriginalSource = Jump to the related original source + +# 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. +sourceFooter.sourceMapButton.openSourceMapInNewTab = Open the Source Map file 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. +sourceFooter.sourceMapButton.title = Source Map status + +# 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. +sourceFooter.sourceMapButton.loadingTitle = Source Map is 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. +sourceFooter.sourceMapButton.errorTitle = Source Map error: %S + +# 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 +editorNotificationFooter.noOriginalScopes=Original variables name mapping is turned off, so all inline and tooltip previews are disabled. Click the `%S` checkbox in the scopes panel to turn them on. + # LOCALIZATION NOTE (ignoreContextItem.ignore): Text associated # with the ignore context menu item ignoreContextItem.ignore=Ignore source @@ -761,6 +886,22 @@ sourceFooter.mappedSource=(From %S) # with a mapped source. %S is replaced by the source map origin. sourceFooter.mappedSourceTooltip=(Source mapped from %S) +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.title): Text associated +# with an original source mapped to a bundle. %S is replaced by the bundle url. +sourceFooter.mappedOriginalSource.title=From %S + +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.tooltip): Tooltip text associated +# with an original source mapped to a bundle. %S is replaced by bundle url. +sourceFooter.mappedOriginalSource.tooltip=Open related bundle (%S) + +# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.title): Text associated +# with a bundled source mapped to an original source. %S is replaced by the original source url. +sourceFooter.mappedGeneratedSource.title=To %S + +# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.tooltip): Tooltip text associated +# with a bundled source mapped to an original source. %S is replaced by the original source url. +sourceFooter.mappedGeneratedSource.tooltip=Open related original source (%S) + # LOCALIZATION NOTE (sourceFooter.mappedSuffix): Text associated # with a mapped source. Displays next to URLs in tree and tabs. sourceFooter.mappedSuffix=(mapped) @@ -784,6 +925,15 @@ scopes.header=Scopes # for when the debugger is paused, but there isn't pause data. scopes.notAvailable=Scopes unavailable +# LOCALIZATION NOTE (scopes.noOriginalScopes): Scopes right sidebar pane message +# for when original variable mapping is disabled. This is only displayed when paused in an original source. +# %S is text from the label for checkbox to show original scopes +scopes.noOriginalScopes=Original variables name mapping is turned off. Scopes cannot be displayed. Click the `%S` checkbox above to turn on. + +# LOCALIZATION NOTE (scopes.loadingOriginalScopes): Scopes right sidebar pane message +# for when the debugger is still loading the original variable mapping information. +scopes.loadingOriginalScopes=Loading variables for the original source… + # LOCALIZATION NOTE (scopes.notPaused): Scopes right sidebar pane message # for when the debugger is not paused. scopes.notPaused=Not paused @@ -806,6 +956,17 @@ scopes.helpTooltip.label=Learn more about map scopes # LOCALIZATION NOTE (scopes.map.label): Checkbox label to map scopes scopes.map.label=Map +# LOCALIZATION NOTE (scopes.showOriginalScopesHelpTooltip): Scopes right sidebar pane +# icon tooltip for link to MDN +scopes.showOriginalScopesHelpTooltip=Learn more about mapping variables and showing the original scopes + +# LOCALIZATION NOTE (scopes.showOriginalScopesTooltip): Scopes right sidebar pane +# tooltip for checkbox and label +scopes.showOriginalScopesTooltip=Show the scopes with mapped variable names for the original source. + +# LOCALIZATION NOTE (scopes.showOriginalScopes): Checkbox label to show original scopes +scopes.showOriginalScopes=Show original variables + # LOCALIZATION NOTE (scopes.block): Refers to a block of code in # the scopes pane when the debugger is paused. scopes.block=Block -- cgit v1.2.3