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-rm/devtools/client/debugger.properties | 85 ++++++++++++++++++++++++++++- l10n-rm/devtools/client/toolbox-options.ftl | 33 ++++------- l10n-rm/devtools/client/toolbox.properties | 11 ++-- l10n-rm/devtools/client/tooltips.ftl | 9 ++- 4 files changed, 109 insertions(+), 29 deletions(-) (limited to 'l10n-rm/devtools') diff --git a/l10n-rm/devtools/client/debugger.properties b/l10n-rm/devtools/client/debugger.properties index 97761bb7ec..db6c35b2ce 100644 --- a/l10n-rm/devtools/client/debugger.properties +++ b/l10n-rm/devtools/client/debugger.properties @@ -167,6 +167,12 @@ traceOnNextInteraction=Trace only on next user interaction (mousedown/keydown) # 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=Click to resume (%S) @@ -641,15 +647,23 @@ original=original # input element 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.errorMsg): Error text for expression -# input element -expressions.errorMsg=Invalid expression… +# 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 @@ -754,6 +768,71 @@ 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 diff --git a/l10n-rm/devtools/client/toolbox-options.ftl b/l10n-rm/devtools/client/toolbox-options.ftl index 404b16755e..968c600ee4 100644 --- a/l10n-rm/devtools/client/toolbox-options.ftl +++ b/l10n-rm/devtools/client/toolbox-options.ftl @@ -10,19 +10,15 @@ # The heading options-select-default-tools-label = Default Developer Tools - # The label for the explanation of the * marker on a tool which is currently not supported # for the target of the toolbox. options-tool-not-supported-label = * Not supported for current toolbox target - # The label for the heading of group of checkboxes corresponding to the developer tools # added by add-ons. This heading is hidden when there is no developer tool installed by add-ons. options-select-additional-tools-label = Developer Tools installed by add-ons - # The label for the heading of group of checkboxes corresponding to the default developer # tool buttons. options-select-enabled-toolbox-buttons-label = Available Toolbox Buttons - # The label for the heading of the radiobox corresponding to the theme options-select-dev-tools-theme-label = Themes @@ -30,27 +26,28 @@ options-select-dev-tools-theme-label = Themes # The heading options-context-inspector = Inspector - # The label for the checkbox option to show user agent styles options-show-user-agent-styles-label = Show Browser Styles options-show-user-agent-styles-tooltip = .title = Turning this on will show default styles that are loaded by the browser. - # The label for the checkbox option to enable collapse attributes options-collapse-attrs-label = Truncate DOM attributes options-collapse-attrs-tooltip = .title = Truncate long attributes in the inspector - # The label for the checkbox option to enable the "drag to update" feature options-inspector-draggable-properties-label = Click and drag to edit size values options-inspector-draggable-properties-tooltip = .title = Click and drag to edit size values in the inspector rules view. - # The label for the checkbox option to enable simplified highlighting on page elements # within the inspector for users who enabled prefers-reduced-motion = reduce options-inspector-simplified-highlighters-label = Use simpler highlighters with prefers-reduced-motion options-inspector-simplified-highlighters-tooltip = .title = Enables simplified highlighters when prefers-reduced-motion is enabled. Draws lines instead of filled rectangles around highlighted elements to avoid flashing effects. +# The label for the checkbox option to make the Enter key move the focus to the next input +# when editing a property name or value in the Inspector rules view +options-inspector-rules-focus-next-on-enter-label = Focus next input on Enter +options-inspector-rules-focus-next-on-enter-tooltip = + .title = When enabled, hitting the Enter key when editing a selector, a property name or value will move the focus to the next input. ## "Default Color Unit" options for the Inspector @@ -62,11 +59,17 @@ options-default-color-unit-rgb = RGB(A) options-default-color-unit-hwb = HWB options-default-color-unit-name = Color Names +## Web Console section + +# The label for the checkbox that toggle whether the Split console is enabled +options-webconsole-split-console-label = Enable Split Console +options-webconsole-split-console-tooltip = + .title = Open Split Console with the Escape Key + ## Style Editor section # The heading options-styleeditor-label = Style Editor - # The label for the checkbox that toggles autocompletion of css in the Style Editor options-stylesheet-autocompletion-label = Autocomplete CSS options-stylesheet-autocompletion-tooltip = @@ -76,12 +79,10 @@ options-stylesheet-autocompletion-tooltip = # The heading options-screenshot-label = Screenshot Behavior - # Label for the checkbox that toggles screenshot to clipboard feature options-screenshot-clipboard-only-label = Screenshot to clipboard only options-screenshot-clipboard-tooltip2 = .title = Saves the screenshot directly to the clipboard - # Label for the checkbox that toggles the camera shutter audio for screenshot tool options-screenshot-audio-label = Play camera shutter sound options-screenshot-audio-tooltip = @@ -91,7 +92,6 @@ options-screenshot-audio-tooltip = # The heading options-sourceeditor-label = Editor Preferences - options-sourceeditor-detectindentation-tooltip = .title = Guess indentation based on source content options-sourceeditor-detectindentation-label = Detect indentation @@ -109,46 +109,37 @@ options-sourceeditor-keybinding-default-label = Default # The heading (this item is also used in perftools.ftl) options-context-advanced-settings = Advanced settings - # The label for the checkbox that toggles the HTTP cache on or off options-disable-http-cache-label = Disable HTTP Cache (when toolbox is open) options-disable-http-cache-tooltip = .title = Turning this option on will disable the HTTP cache for all tabs that have the toolbox open. Service Workers are not affected by this option. - # The label for checkbox that toggles JavaScript on or off options-disable-javascript-label = Disable JavaScript * options-disable-javascript-tooltip = .title = Turning this option on will disable JavaScript for the current tab. If the tab or the toolbox is closed then this setting will be forgotten. - # The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference options-enable-chrome-label = Enable browser chrome and add-on debugging toolboxes options-enable-chrome-tooltip = .title = Turning this option on will allow you to use various developer tools in browser context (via Tools > Web Developer > Browser Toolbox) and debug add-ons from the Add-ons Manager - # The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference options-enable-remote-label = Enable remote debugging options-enable-remote-tooltip2 = .title = Turning this option on will allow to debug this browser instance remotely - # The label for checkbox that enables F12 as a shortcut to open DevTools options-enable-f12-label = Use the F12 key to open or close DevTools options-enable-f12-tooltip = .title = Turning this option on will bind the F12 key to open or close the DevTools toolbox - # The label for checkbox that toggles custom formatters for objects options-enable-custom-formatters-label = Enable custom formatters options-enable-custom-formatters-tooltip = .title = Turning this option on will allow sites to define custom formatters for DOM objects - # The label for checkbox that toggles the service workers testing over HTTP on or off. options-enable-service-workers-http-label = Enable Service Workers over HTTP (when toolbox is open) options-enable-service-workers-http-tooltip = .title = Turning this option on will enable the service workers over HTTP for all tabs that have the toolbox open. - # The label for the checkbox that toggles source maps in all tools. options-source-maps-label = Enable Source Maps options-source-maps-tooltip = .title = If you enable this option sources will be mapped in the tools. - # The message shown for settings that trigger page reload options-context-triggers-page-refresh = * Current session only, reloads the page diff --git a/l10n-rm/devtools/client/toolbox.properties b/l10n-rm/devtools/client/toolbox.properties index 059aaef1e8..c48e2ca15a 100644 --- a/l10n-rm/devtools/client/toolbox.properties +++ b/l10n-rm/devtools/client/toolbox.properties @@ -14,14 +14,13 @@ toolbox.titleTemplate1=Developer Tools - %1$S toolbox.titleTemplate2=Developer Tools - %1$S - %2$S # LOCALIZATION NOTE (toolbox.multiProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` is true. +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "everything". # This Browser Toolbox allows to debug the parent process as well as the content # processes in the same toolbox. toolbox.multiProcessBrowserToolboxTitle=Multiprocess Browser Toolbox # LOCALIZATION NOTE (toolbox.parentProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` and -# `devtools.browsertoolbox.scope` is set to "parent-process". +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "parent-process". # This Browser Toolbox allows to debug only the parent process resources. toolbox.parentProcessBrowserToolboxTitle=Parent process Browser Toolbox @@ -161,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Customize Developer Tools and get help toolbox.closebutton.tooltip=Close Developer Tools # LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for -# the error count button displayed in the developer tools toolbox. +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is checked. toolbox.errorCountButton.tooltip=Show Split Console +# LOCALIZATION NOTE (toolbox.errorCountButtonConsoleTab.tooltip): This is the tooltip for +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is unchecked. +toolbox.errorCountButtonConsoleTab.tooltip=Show Console + # LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that # will be used for the error count button in the devTools settings panel. toolbox.errorCountButton.description=Show the number of errors on the page diff --git a/l10n-rm/devtools/client/tooltips.ftl b/l10n-rm/devtools/client/tooltips.ftl index 349f700859..d167c900d9 100644 --- a/l10n-rm/devtools/client/tooltips.ftl +++ b/l10n-rm/devtools/client/tooltips.ftl @@ -38,6 +38,11 @@ inactive-css-not-table-cell = { $property } has no effect on th inactive-scroll-padding-when-not-scroll-container = { $property } has no effect on this element since it doesn’t scroll. inactive-css-border-image = { $property } has no effect on this element since it cannot be applied to internal table elements where border-collapse is set to collapse on the parent table element. inactive-css-ruby-element = { $property } has no effect on this element since it is a ruby element. Its size is determined by the font size of the ruby text. + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + inactive-css-highlight-pseudo-elements-not-supported = { $property } is not supported on highlight pseudo-elements. inactive-css-cue-pseudo-element-not-supported = { $property } is not supported on ::cue pseudo-elements. # Variables: @@ -51,9 +56,11 @@ inactive-css-text-wrap-balance-fragmented = { $property } has n ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain how -## the problem can be solved. +## the problem can be solved. CSS properties and values in tags should +## not be translated. inactive-css-not-grid-or-flex-container-fix = Try adding display:grid or display:flex. { learn-more } +inactive-css-not-grid-or-flex-or-block-container-fix = Try adding display:grid, display:flex or display:block. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Try adding either display:grid, display:flex, or columns:2. { learn-more } inactive-css-not-multicol-container-fix = Try adding either column-count or column-width. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Try adding display:grid, display:flex, display:inline-grid, or display:inline-flex to the element’s parent. { learn-more } -- cgit v1.2.3