diff options
Diffstat (limited to 'l10n-sl/devtools/client')
-rw-r--r-- | l10n-sl/devtools/client/debugger.properties | 97 | ||||
-rw-r--r-- | l10n-sl/devtools/client/toolbox-options.ftl | 9 | ||||
-rw-r--r-- | l10n-sl/devtools/client/toolbox.properties | 19 | ||||
-rw-r--r-- | l10n-sl/devtools/client/tooltips.ftl | 1 |
4 files changed, 111 insertions, 15 deletions
diff --git a/l10n-sl/devtools/client/debugger.properties b/l10n-sl/devtools/client/debugger.properties index e804c615e1..f9e99bd2b0 100644 --- a/l10n-sl/devtools/client/debugger.properties +++ b/l10n-sl/devtools/client/debugger.properties @@ -146,6 +146,24 @@ traceInWebConsole=Sledi v spletni konzoli # of the trace button, which is in the top of the debugger right sidebar. # This is used to force logging JavaScript traces 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) + +# 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) + +# 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=Kliknite za nadaljevanje (%S) @@ -618,14 +636,22 @@ original=izvirno # input element expressions.placeholder=Dodaj izraz za spremljanje -# 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=Neveljaven izraz … + +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element +expressions.placeholder2=Dodaj izraz + +# 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.label): For the "Add watch expression" context menu item in the editor expressions.label=Dodaj izraz za spremljanje expressions.accesskey=i + +# LOCALIZATION NOTE (expressions.remove.tooltip): For the tooltip on the button to remove a watch expression expressions.remove.tooltip=Odstrani izraz za spremljanje # LOCALIZATION NOTE (xhrBreakpoints.header): The pause on any XHR breakpoints headings @@ -729,6 +755,59 @@ sourceFooter.unignore=Ne prezri vira # with the ignore source button when the selected source is on the ignore list sourceFooter.ignoreList=Ta vir je na seznamu prezrtih. Izključite možnost "Prezri znane skripte tretjih strani", da ga omogočite. +# 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 @@ -781,6 +860,18 @@ sourceFooter.mappedSource=(Od %S) # with a mapped source. %S is replaced by the source map origin. sourceFooter.mappedSourceTooltip=(Vir preslikan iz %S) +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.title): Text associated +# with an original source mapped to a bundle. %S is replaced by the bundle url. + +# LOCALIZATION NOTE (sourceFooter.mappedOriginalSource.tooltip): Tooltip text associated +# with an original source mapped to a bundle. %S is replaced by bundle url. + +# LOCALIZATION NOTE (sourceFooter.mappedGeneratedSource.title): Text associated +# with a bundled source mapped to an original source. %S is replaced by the original source url. + +# 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. + # LOCALIZATION NOTE (sourceFooter.mappedSuffix): Text associated # with a mapped source. Displays next to URLs in tree and tabs. sourceFooter.mappedSuffix=(preslikano) diff --git a/l10n-sl/devtools/client/toolbox-options.ftl b/l10n-sl/devtools/client/toolbox-options.ftl index 2d849548d8..f6259050da 100644 --- a/l10n-sl/devtools/client/toolbox-options.ftl +++ b/l10n-sl/devtools/client/toolbox-options.ftl @@ -59,6 +59,15 @@ options-default-color-unit-rgb = RGB(A) options-default-color-unit-hwb = HWB options-default-color-unit-name = Imena barv +## Web Console section + +# The heading +options-webconsole-label = Spletna konzola +# The label for the checkbox that toggle whether the Split console is enabled +options-webconsole-split-console-label = Omogoči deljeno konzolo +options-webconsole-split-console-tooltip = + .title = Deljeno konzolo odprete s tipko Escape + ## Style Editor section # The heading diff --git a/l10n-sl/devtools/client/toolbox.properties b/l10n-sl/devtools/client/toolbox.properties index 0ad6cadee0..ff0dc47c9b 100644 --- a/l10n-sl/devtools/client/toolbox.properties +++ b/l10n-sl/devtools/client/toolbox.properties @@ -14,25 +14,16 @@ toolbox.titleTemplate1=Razvojna orodja – %1$S toolbox.titleTemplate2=Razvojna orodja – %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=Razvojna orodja večprocesnega brskalnika # 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=Razvojna orodja za nadrejeni proces -# LOCALIZATION NOTE (toolbox.scope.everything.tooltip): Tooltip used in the iframe dropdown -# to select the "everything" scope where the browser toolbox will debug -# everything from all the processes. - -# LOCALIZATION NOTE (toolbox.scope.parent-process.tooltip): Tooltip used in the iframe dropdown -# to select the "parent process" scope where the browser toolbox will debug -# only resources running in the parent process. - # LOCALIZATION NOTE (toolbox.defaultTitle): This is used as the tool # name when no tool is selected. toolbox.defaultTitle=Razvojna orodja @@ -169,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Prilagodite razvojna orodja in poiščite po toolbox.closebutton.tooltip=Zapri razvojna orodja # 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=Prikaži deljeno konzolo +# 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=Prikaži konzolo + # 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=Prikaži število napak na strani diff --git a/l10n-sl/devtools/client/tooltips.ftl b/l10n-sl/devtools/client/tooltips.ftl index e9d74e1ad4..7859325d51 100644 --- a/l10n-sl/devtools/client/tooltips.ftl +++ b/l10n-sl/devtools/client/tooltips.ftl @@ -62,6 +62,7 @@ inactive-css-text-wrap-balance-fragmented = <strong>{ $property }</strong> ne vp ## not be translated. inactive-css-not-grid-or-flex-container-fix = Poskusite dodati <strong>display:grid</strong> ali <strong>display:flex</strong>. { learn-more } +inactive-css-not-grid-or-flex-or-block-container-fix = Poskusite dodati <strong>display:grid</strong>, <strong>display:flex</strong> ali <strong>display:block</strong>. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Poskusite dodati <strong>display:grid</strong>, <strong>display:flex</strong> ali <strong>columns:2</strong>. { learn-more } inactive-css-not-multicol-container-fix = Poskusite dodati bodisi <strong>column-count</strong> bodisi <strong>column-width</strong>. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Poskusite starševskemu elementu dodati <strong>display:grid</strong>, <strong>display:flex</strong>, <strong>display:inline-grid</strong> ali <strong>display:inline-flex</strong>. { learn-more } |