chrome-devtools-frontend 1.0.982087 → 1.0.995629
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AUTHORS +2 -0
- package/config/gni/devtools_grd_files.gni +8 -7
- package/config/gni/devtools_image_files.gni +1 -0
- package/front_end/.eslintrc.js +10 -0
- package/front_end/Images/src/ic_rendering.svg +3 -0
- package/front_end/core/common/ParsedURL.ts +39 -28
- package/front_end/core/common/ResourceType.ts +1 -1
- package/front_end/core/common/SettingRegistration.ts +1 -0
- package/front_end/core/host/InspectorFrontendHost.ts +4 -4
- package/front_end/core/host/InspectorFrontendHostAPI.ts +7 -6
- package/front_end/core/host/Platform.ts +11 -2
- package/front_end/core/host/UserMetrics.ts +27 -2
- package/front_end/core/i18n/DevToolsLocale.ts +4 -0
- package/front_end/core/i18n/locales/af.json +76 -16
- package/front_end/core/i18n/locales/am.json +76 -16
- package/front_end/core/i18n/locales/ar.json +77 -17
- package/front_end/core/i18n/locales/as.json +76 -16
- package/front_end/core/i18n/locales/az.json +76 -16
- package/front_end/core/i18n/locales/be.json +75 -15
- package/front_end/core/i18n/locales/bg.json +76 -16
- package/front_end/core/i18n/locales/bn.json +76 -16
- package/front_end/core/i18n/locales/bs.json +88 -28
- package/front_end/core/i18n/locales/ca.json +76 -16
- package/front_end/core/i18n/locales/cs.json +76 -16
- package/front_end/core/i18n/locales/cy.json +76 -16
- package/front_end/core/i18n/locales/da.json +77 -17
- package/front_end/core/i18n/locales/de.json +178 -118
- package/front_end/core/i18n/locales/el.json +76 -16
- package/front_end/core/i18n/locales/en-GB.json +76 -16
- package/front_end/core/i18n/locales/en-US.json +193 -52
- package/front_end/core/i18n/locales/en-XL.json +193 -52
- package/front_end/core/i18n/locales/es-419.json +76 -16
- package/front_end/core/i18n/locales/es.json +76 -16
- package/front_end/core/i18n/locales/et.json +76 -16
- package/front_end/core/i18n/locales/eu.json +76 -16
- package/front_end/core/i18n/locales/fa.json +83 -23
- package/front_end/core/i18n/locales/fi.json +76 -16
- package/front_end/core/i18n/locales/fil.json +76 -16
- package/front_end/core/i18n/locales/fr-CA.json +76 -16
- package/front_end/core/i18n/locales/fr.json +76 -16
- package/front_end/core/i18n/locales/gl.json +76 -16
- package/front_end/core/i18n/locales/gu.json +76 -16
- package/front_end/core/i18n/locales/he.json +76 -16
- package/front_end/core/i18n/locales/hi.json +76 -16
- package/front_end/core/i18n/locales/hr.json +76 -16
- package/front_end/core/i18n/locales/hu.json +76 -16
- package/front_end/core/i18n/locales/hy.json +76 -16
- package/front_end/core/i18n/locales/id.json +79 -19
- package/front_end/core/i18n/locales/is.json +75 -15
- package/front_end/core/i18n/locales/it.json +124 -64
- package/front_end/core/i18n/locales/ja.json +76 -16
- package/front_end/core/i18n/locales/ka.json +76 -16
- package/front_end/core/i18n/locales/kk.json +76 -16
- package/front_end/core/i18n/locales/km.json +76 -16
- package/front_end/core/i18n/locales/kn.json +76 -16
- package/front_end/core/i18n/locales/ko.json +76 -16
- package/front_end/core/i18n/locales/ky.json +76 -16
- package/front_end/core/i18n/locales/lo.json +76 -16
- package/front_end/core/i18n/locales/lt.json +76 -16
- package/front_end/core/i18n/locales/lv.json +76 -16
- package/front_end/core/i18n/locales/mk.json +76 -16
- package/front_end/core/i18n/locales/ml.json +76 -16
- package/front_end/core/i18n/locales/mn.json +76 -16
- package/front_end/core/i18n/locales/mr.json +76 -16
- package/front_end/core/i18n/locales/ms.json +76 -16
- package/front_end/core/i18n/locales/my.json +78 -18
- package/front_end/core/i18n/locales/ne.json +76 -16
- package/front_end/core/i18n/locales/nl.json +77 -17
- package/front_end/core/i18n/locales/no.json +76 -16
- package/front_end/core/i18n/locales/or.json +76 -16
- package/front_end/core/i18n/locales/pa.json +76 -16
- package/front_end/core/i18n/locales/pl.json +78 -18
- package/front_end/core/i18n/locales/pt-PT.json +123 -63
- package/front_end/core/i18n/locales/pt.json +78 -18
- package/front_end/core/i18n/locales/ro.json +76 -16
- package/front_end/core/i18n/locales/ru.json +77 -17
- package/front_end/core/i18n/locales/si.json +76 -16
- package/front_end/core/i18n/locales/sk.json +76 -16
- package/front_end/core/i18n/locales/sl.json +76 -16
- package/front_end/core/i18n/locales/sq.json +76 -16
- package/front_end/core/i18n/locales/sr-Latn.json +76 -16
- package/front_end/core/i18n/locales/sr.json +76 -16
- package/front_end/core/i18n/locales/sv.json +76 -16
- package/front_end/core/i18n/locales/sw.json +76 -16
- package/front_end/core/i18n/locales/ta.json +77 -17
- package/front_end/core/i18n/locales/te.json +76 -16
- package/front_end/core/i18n/locales/th.json +76 -16
- package/front_end/core/i18n/locales/tr.json +76 -16
- package/front_end/core/i18n/locales/uk.json +76 -16
- package/front_end/core/i18n/locales/ur.json +76 -16
- package/front_end/core/i18n/locales/uz.json +77 -17
- package/front_end/core/i18n/locales/vi.json +76 -16
- package/front_end/core/i18n/locales/zh-HK.json +76 -16
- package/front_end/core/i18n/locales/zh-TW.json +76 -16
- package/front_end/core/i18n/locales/zh.json +76 -16
- package/front_end/core/i18n/locales/zu.json +76 -16
- package/front_end/core/platform/dom-utilities.ts +16 -0
- package/front_end/core/platform/platform.ts +2 -0
- package/front_end/core/protocol_client/InspectorBackend.ts +2 -1
- package/front_end/core/protocol_client/NodeURL.ts +1 -1
- package/front_end/core/root/Runtime.ts +6 -0
- package/front_end/core/sdk/AccessibilityModel.ts +7 -6
- package/front_end/core/sdk/CSSMatchedStyles.ts +71 -17
- package/front_end/core/sdk/CSSMetadata.ts +15 -0
- package/front_end/core/sdk/CSSModel.ts +9 -7
- package/front_end/core/sdk/CSSProperty.ts +97 -11
- package/front_end/core/sdk/CSSStyleSheetHeader.ts +9 -5
- package/front_end/core/sdk/CSSSupports.ts +4 -1
- package/front_end/core/sdk/ChildTargetManager.ts +3 -1
- package/front_end/core/sdk/Connections.ts +3 -2
- package/front_end/core/sdk/ConsoleModel.ts +6 -5
- package/front_end/core/sdk/Cookie.ts +4 -2
- package/front_end/core/sdk/DOMDebuggerModel.ts +10 -6
- package/front_end/core/sdk/DOMModel.ts +2 -2
- package/front_end/core/sdk/DebuggerModel.ts +27 -5
- package/front_end/core/sdk/HeapProfilerModel.ts +2 -1
- package/front_end/core/sdk/NetworkManager.ts +13 -12
- package/front_end/core/sdk/NetworkRequest.ts +1 -1
- package/front_end/core/sdk/PageLoad.ts +3 -1
- package/front_end/core/sdk/PageResourceLoader.ts +9 -7
- package/front_end/core/sdk/ProfileTreeModel.ts +3 -2
- package/front_end/core/sdk/RemoteObject.ts +18 -6
- package/front_end/core/sdk/ResourceTreeModel.ts +17 -11
- package/front_end/core/sdk/ScreenCaptureModel.ts +3 -0
- package/front_end/core/sdk/Script.ts +4 -3
- package/front_end/core/sdk/ServiceWorkerCacheModel.ts +2 -1
- package/front_end/core/sdk/SourceMap.ts +10 -6
- package/front_end/core/sdk/SourceMapManager.ts +47 -5
- package/front_end/core/sdk/TracingModel.ts +0 -9
- package/front_end/devtools_compatibility.js +1 -0
- package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -1
- package/front_end/entrypoints/lighthouse_worker/LighthouseWorkerService.ts +10 -3
- package/front_end/entrypoints/main/MainImpl.ts +22 -2
- package/front_end/generated/InspectorBackendCommands.js +79 -14
- package/front_end/generated/SupportedCSSProperties.js +21 -8
- package/front_end/generated/protocol-mapping.d.ts +4 -0
- package/front_end/generated/protocol-proxy-api.d.ts +5 -0
- package/front_end/generated/protocol.ts +158 -28
- package/front_end/legacy/legacy-defs.d.ts +0 -4
- package/front_end/legacy_test_runner/heap_profiler_test_runner/heap_profiler_test_runner.js +1 -1
- package/front_end/legacy_test_runner/test_runner/TestRunner.js +1 -0
- package/front_end/models/bindings/BreakpointManager.ts +68 -11
- package/front_end/models/bindings/CSSWorkspaceBinding.ts +9 -2
- package/front_end/models/bindings/CompilerScriptMapping.ts +3 -2
- package/front_end/models/bindings/ContentProviderBasedProject.ts +12 -9
- package/front_end/models/bindings/DebuggerLanguagePlugins.ts +10 -8
- package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +8 -1
- package/front_end/models/bindings/DefaultScriptMapping.ts +8 -2
- package/front_end/models/bindings/IgnoreListManager.ts +5 -5
- package/front_end/models/bindings/ResourceUtils.ts +5 -4
- package/front_end/models/emulation/EmulatedDevices.ts +17 -0
- package/front_end/models/extensions/ExtensionAPI.ts +5 -2
- package/front_end/models/extensions/ExtensionPanel.ts +2 -1
- package/front_end/models/extensions/ExtensionServer.ts +13 -8
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +0 -63
- package/front_end/models/issues_manager/CookieIssue.ts +7 -0
- package/front_end/models/issues_manager/DeprecationIssue.ts +326 -8
- package/front_end/models/issues_manager/IssuesManager.ts +4 -0
- package/front_end/models/issues_manager/descriptions/CookieAttributeValueExceedsMaxSize.md +5 -0
- package/front_end/models/issues_manager/descriptions/deprecation.md +1 -1
- package/front_end/models/logs/LogManager.ts +2 -1
- package/front_end/models/logs/NetworkLog.ts +14 -12
- package/front_end/models/persistence/Automapping.ts +17 -16
- package/front_end/models/persistence/EditFileSystemView.ts +5 -4
- package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +24 -24
- package/front_end/models/persistence/IsolatedFileSystem.ts +2 -2
- package/front_end/models/persistence/IsolatedFileSystemManager.ts +7 -6
- package/front_end/models/persistence/NetworkPersistenceManager.ts +92 -54
- package/front_end/models/persistence/PersistenceImpl.ts +7 -7
- package/front_end/models/persistence/PlatformFileSystem.ts +7 -8
- package/front_end/models/persistence/WorkspaceSettingsTab.ts +3 -2
- package/front_end/models/text_utils/CodeMirrorUtils.ts +53 -0
- package/front_end/models/text_utils/text_utils.ts +2 -0
- package/front_end/models/timeline_model/TimelineModel.ts +31 -30
- package/front_end/models/timeline_model/TimelineProfileTree.ts +3 -2
- package/front_end/models/workspace/UISourceCode.ts +16 -14
- package/front_end/models/workspace/WorkspaceImpl.ts +40 -16
- package/front_end/panels/accessibility/AccessibilitySubPane.ts +2 -1
- package/front_end/panels/application/AppManifestView.ts +1 -1
- package/front_end/panels/application/ApplicationPanelCacheSection.ts +5 -4
- package/front_end/panels/application/ApplicationPanelSidebar.ts +34 -30
- package/front_end/panels/application/ApplicationPanelTreeElement.ts +5 -4
- package/front_end/panels/application/DatabaseQueryView.ts +2 -1
- package/front_end/panels/application/InterestGroupTreeElement.ts +3 -2
- package/front_end/panels/application/ReportingApiTreeElement.ts +3 -2
- package/front_end/panels/application/ResourcesPanel.ts +4 -3
- package/front_end/panels/application/ServiceWorkerCacheViews.ts +6 -1
- package/front_end/panels/application/TrustTokensTreeElement.ts +3 -2
- package/front_end/panels/application/components/BackForwardCacheStrings.ts +10 -1
- package/front_end/panels/application/components/BackForwardCacheView.ts +163 -13
- package/front_end/panels/application/components/backForwardCacheView.css +15 -4
- package/front_end/panels/browser_debugger/XHRBreakpointsSidebarPane.ts +19 -19
- package/front_end/panels/changes/ChangesView.ts +38 -0
- package/front_end/panels/console/ConsolePinPane.ts +7 -0
- package/front_end/panels/console/ConsolePrompt.ts +11 -1
- package/front_end/panels/console/ConsoleSidebar.ts +2 -1
- package/front_end/panels/console/ConsoleView.ts +57 -31
- package/front_end/panels/console/ConsoleViewMessage.ts +12 -9
- package/front_end/panels/console/ConsoleViewport.ts +2 -1
- package/front_end/panels/console/ErrorStackParser.ts +8 -4
- package/front_end/panels/console/consoleView.css +0 -1
- package/front_end/panels/coverage/CoverageListView.ts +1 -1
- package/front_end/panels/coverage/CoverageModel.ts +6 -6
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -1
- package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +7 -6
- package/front_end/panels/css_overview/components/cssOverviewStartView.css +0 -48
- package/front_end/panels/css_overview/cssOverviewCompletedView.css +5 -0
- package/front_end/panels/css_overview/cssOverviewSidebarPanel.css +2 -0
- package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +2 -1
- package/front_end/panels/elements/ComputedStyleWidget.ts +2 -1
- package/front_end/panels/elements/ElementStatePaneWidget.ts +4 -6
- package/front_end/panels/elements/ElementsPanel.ts +16 -5
- package/front_end/panels/elements/ImagePreviewPopover.ts +6 -4
- package/front_end/panels/elements/PropertiesWidget.ts +4 -24
- package/front_end/panels/elements/StyleEditorWidget.ts +2 -1
- package/front_end/panels/elements/StylePropertiesSection.ts +1614 -0
- package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -1
- package/front_end/panels/elements/StylePropertyTreeElement.ts +20 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +97 -1675
- package/front_end/panels/elements/elements-legacy.ts +3 -3
- package/front_end/panels/elements/elements.ts +3 -0
- package/front_end/panels/elements/stylesSidebarPane.css +3 -1
- package/front_end/panels/input/InputTimeline.ts +1 -1
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +0 -50
- package/front_end/panels/issues/ComboBoxOfCheckBoxes.ts +14 -2
- package/front_end/panels/issues/IssueAggregator.ts +8 -0
- package/front_end/panels/issues/issues.ts +2 -0
- package/front_end/panels/lighthouse/LighthouseController.ts +5 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +3 -1
- package/front_end/panels/lighthouse/LighthouseTimespanView.ts +3 -3
- package/front_end/panels/network/BlockedURLsPane.ts +3 -2
- package/front_end/panels/network/NetworkConfigView.ts +6 -0
- package/front_end/panels/network/NetworkDataGridNode.ts +4 -0
- package/front_end/panels/network/NetworkLogView.ts +1 -1
- package/front_end/panels/network/RequestHTMLView.ts +1 -0
- package/front_end/panels/network/RequestHeadersView.ts +71 -10
- package/front_end/panels/network/networkLogView.css +9 -17
- package/front_end/panels/network/requestHeadersTree.css +16 -0
- package/front_end/panels/profiler/HeapSnapshotView.ts +2 -0
- package/front_end/panels/profiler/LiveHeapProfileView.ts +3 -1
- package/front_end/panels/profiler/ProfilesPanel.ts +2 -1
- package/front_end/panels/profiler/heapProfiler.css +15 -3
- package/front_end/panels/screencast/ScreencastView.ts +1 -1
- package/front_end/panels/search/SearchConfig.ts +2 -1
- package/front_end/panels/settings/KeybindsSettingsTab.ts +3 -2
- package/front_end/panels/settings/emulation/components/userAgentClientHintsForm.css +1 -2
- package/front_end/panels/snippets/ScriptSnippetFileSystem.ts +4 -4
- package/front_end/panels/sources/BreakpointEditDialog.ts +0 -1
- package/front_end/panels/sources/CSSPlugin.ts +6 -6
- package/front_end/panels/sources/CoveragePlugin.ts +2 -1
- package/front_end/panels/sources/DebuggerPlugin.ts +4 -4
- package/front_end/panels/sources/EditingLocationHistoryManager.ts +4 -1
- package/front_end/panels/sources/NavigatorView.ts +28 -20
- package/front_end/panels/sources/SearchSourcesView.ts +2 -2
- package/front_end/panels/sources/SourcesNavigator.ts +4 -2
- package/front_end/panels/sources/SourcesPanel.ts +4 -4
- package/front_end/panels/sources/SourcesSearchScope.ts +12 -8
- package/front_end/panels/sources/SourcesView.ts +3 -1
- package/front_end/panels/sources/TabbedEditorContainer.ts +1 -1
- package/front_end/panels/sources/components/HeadersView.ts +1 -1
- package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +9 -9
- package/front_end/panels/timeline/TimelinePanel.ts +1 -1
- package/front_end/panels/timeline/timelinePanel.css +1 -2
- package/front_end/panels/utils/utils.ts +97 -0
- package/front_end/third_party/codemirror.next/bundle.ts +27 -25
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/cpp.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/java.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/json.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/legacy.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/markdown.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/php.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/python.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/wast.js +2 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js +2 -1
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +1884 -2281
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +21 -32
- package/front_end/third_party/lit-html/README.chromium +3 -3
- package/front_end/third_party/lit-html/package/README.md +1 -1
- package/front_end/third_party/lit-html/package/async-directive.d.ts +1 -1
- package/front_end/third_party/lit-html/package/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.d.ts +1 -1
- package/front_end/third_party/lit-html/package/development/async-directive.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/directives/choose.d.ts +32 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.js +41 -0
- package/front_end/third_party/lit-html/package/development/directives/choose.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/join.d.ts +21 -0
- package/front_end/third_party/lit-html/package/development/directives/join.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/join.js +19 -0
- package/front_end/third_party/lit-html/package/development/directives/join.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts +23 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.js +39 -0
- package/front_end/third_party/lit-html/package/development/directives/keyed.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/map.d.ts +23 -0
- package/front_end/third_party/lit-html/package/development/directives/map.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/map.js +30 -0
- package/front_end/third_party/lit-html/package/development/directives/map.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/range.d.ts +24 -0
- package/front_end/third_party/lit-html/package/development/directives/range.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/range.js +13 -0
- package/front_end/third_party/lit-html/package/development/directives/range.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/template-content.d.ts +1 -1
- package/front_end/third_party/lit-html/package/development/directives/when.d.ts +26 -0
- package/front_end/third_party/lit-html/package/development/directives/when.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/development/directives/when.js +9 -0
- package/front_end/third_party/lit-html/package/development/directives/when.js.map +1 -0
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts +182 -1
- package/front_end/third_party/lit-html/package/development/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/lit-html.js +187 -4
- package/front_end/third_party/lit-html/package/development/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/development/static.js +7 -0
- package/front_end/third_party/lit-html/package/development/static.js.map +1 -1
- package/front_end/third_party/lit-html/package/directives/choose.d.ts +32 -0
- package/front_end/third_party/lit-html/package/directives/choose.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/choose.js +7 -0
- package/front_end/third_party/lit-html/package/directives/choose.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/class-map.js +1 -1
- package/front_end/third_party/lit-html/package/directives/guard.js +1 -1
- package/front_end/third_party/lit-html/package/directives/join.d.ts +21 -0
- package/front_end/third_party/lit-html/package/directives/join.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/join.js +7 -0
- package/front_end/third_party/lit-html/package/directives/join.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/keyed.d.ts +23 -0
- package/front_end/third_party/lit-html/package/directives/keyed.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/keyed.js +7 -0
- package/front_end/third_party/lit-html/package/directives/keyed.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/map.d.ts +23 -0
- package/front_end/third_party/lit-html/package/directives/map.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/map.js +7 -0
- package/front_end/third_party/lit-html/package/directives/map.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/range.d.ts +24 -0
- package/front_end/third_party/lit-html/package/directives/range.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/range.js +7 -0
- package/front_end/third_party/lit-html/package/directives/range.js.map +1 -0
- package/front_end/third_party/lit-html/package/directives/ref.js +1 -1
- package/front_end/third_party/lit-html/package/directives/repeat.js +1 -1
- package/front_end/third_party/lit-html/package/directives/style-map.js +1 -1
- package/front_end/third_party/lit-html/package/directives/template-content.d.ts +1 -1
- package/front_end/third_party/lit-html/package/directives/template-content.js +1 -1
- package/front_end/third_party/lit-html/package/directives/unsafe-html.js +1 -1
- package/front_end/third_party/lit-html/package/directives/until.js +1 -1
- package/front_end/third_party/lit-html/package/directives/when.d.ts +26 -0
- package/front_end/third_party/lit-html/package/directives/when.d.ts.map +1 -0
- package/front_end/third_party/lit-html/package/directives/when.js +7 -0
- package/front_end/third_party/lit-html/package/directives/when.js.map +1 -0
- package/front_end/third_party/lit-html/package/lit-html.d.ts +182 -1
- package/front_end/third_party/lit-html/package/lit-html.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js +1 -1
- package/front_end/third_party/lit-html/package/lit-html.js.map +1 -1
- package/front_end/third_party/lit-html/package/package.json +25 -1
- package/front_end/third_party/lit-html/package/private-ssr-support.js +1 -1
- package/front_end/third_party/lit-html/package/static.d.ts.map +1 -1
- package/front_end/third_party/lit-html/package/static.js +1 -1
- package/front_end/third_party/lit-html/package/static.js.map +1 -1
- package/front_end/third_party/puppeteer/README.chromium +1 -1
- package/front_end/third_party/puppeteer/package/README.md +12 -13
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api-docs-entry.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/FrameManager.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js +4 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkEventManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js +10 -0
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts +4 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js +12 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js +5 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/fetch.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js +7 -6
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/helper.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js +8 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js +6 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js +6 -2
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/FrameManager.js +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts +2 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js +13 -6
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js +4 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkEventManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts +1 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js +10 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts +4 -2
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PDFOptions.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js +12 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Page.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.d.ts.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js +2 -5
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/helper.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js +3 -0
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/Launcher.js.map +1 -1
- package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +1 -1
- package/front_end/third_party/puppeteer/package/lib/types.d.ts +10 -6
- package/front_end/third_party/puppeteer/package/package.json +17 -17
- package/front_end/ui/components/code_highlighter/CodeHighlighter.ts +1 -1
- package/front_end/ui/components/data_grid/DataGrid.ts +8 -9
- package/front_end/ui/components/data_grid/DataGridController.ts +3 -1
- package/front_end/ui/components/docs/panel_introduction_steps/basic.html +25 -0
- package/front_end/ui/components/docs/panel_introduction_steps/basic.ts +25 -0
- package/front_end/ui/components/input/input.ts +2 -2
- package/front_end/ui/components/linkifier/LinkifierUtils.ts +3 -1
- package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +44 -0
- package/front_end/ui/components/panel_introduction_steps/panelIntroductionSteps.css +56 -0
- package/front_end/ui/components/panel_introduction_steps/panel_introduction_steps.ts +5 -0
- package/front_end/ui/components/render_coordinator/RenderCoordinator.ts +3 -4
- package/front_end/ui/components/text_editor/TextEditor.ts +1 -1
- package/front_end/ui/components/text_editor/config.ts +1 -35
- package/front_end/ui/components/text_editor/javascript.ts +8 -8
- package/front_end/ui/components/tree_outline/TreeOutline.ts +10 -9
- package/front_end/ui/components/tree_outline/treeOutline.css +1 -1
- package/front_end/ui/legacy/ARIAUtils.ts +4 -2
- package/front_end/ui/legacy/ContextMenu.ts +14 -0
- package/front_end/ui/legacy/DockController.ts +2 -1
- package/front_end/ui/legacy/SettingsUI.ts +3 -3
- package/front_end/ui/legacy/SoftContextMenu.ts +43 -14
- package/front_end/ui/legacy/Toolbar.ts +16 -0
- package/front_end/ui/legacy/Treeoutline.ts +17 -7
- package/front_end/ui/legacy/UIUtils.ts +2 -2
- package/front_end/ui/legacy/View.ts +14 -8
- package/front_end/ui/legacy/ViewManager.ts +2 -1
- package/front_end/ui/legacy/ViewRegistration.ts +6 -0
- package/front_end/ui/legacy/Widget.ts +2 -1
- package/front_end/ui/legacy/components/color_picker/Spectrum.ts +43 -11
- package/front_end/ui/legacy/components/data_grid/DataGrid.ts +98 -48
- package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +4 -3
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +24 -28
- package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +5 -11
- package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +8 -1
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +10 -7
- package/front_end/ui/legacy/components/perf_ui/LineLevelProfile.ts +11 -10
- package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +7 -1
- package/front_end/ui/legacy/components/utils/ImagePreview.ts +12 -7
- package/front_end/ui/legacy/components/utils/Linkifier.ts +7 -5
- package/front_end/ui/legacy/reportView.css +1 -0
- package/front_end/ui/legacy/splitWidget.css +1 -1
- package/front_end/ui/legacy/tabbedPane.css +1 -0
- package/front_end/ui/legacy/themeColors.css +1 -1
- package/front_end/ui/legacy/toolbar.css +17 -1
- package/front_end/ui/legacy/utils/focus-changed.ts +3 -1
- package/inspector_overlay/.eslintrc.js +9 -0
- package/package.json +17 -17
- package/scripts/eslint_rules/lib/check_component_naming.js +4 -0
- package/scripts/eslint_rules/lib/es_modules_import.js +6 -0
- package/scripts/eslint_rules/lib/inject_checkbox_styles.js +121 -0
- package/scripts/eslint_rules/tests/es_modules_import_test.js +12 -0
- package/scripts/eslint_rules/tests/inject_checkbox_styles_test.js +127 -0
- package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +0 -4
- package/front_end/models/issues_manager/descriptions/arAttributionTriggerDataTooLarge.md +0 -4
- package/front_end/models/issues_manager/descriptions/arInvalidAttributionData.md +0 -8
- package/front_end/models/issues_manager/descriptions/arInvalidEventSourceTriggerData.md +0 -9
- package/front_end/models/issues_manager/descriptions/arInvalidTriggerDedupKey.md +0 -5
- package/front_end/models/issues_manager/descriptions/arInvalidTriggerPriority.md +0 -5
- package/front_end/models/issues_manager/descriptions/arMissingAttributionData.md +0 -7
@@ -1325,6 +1325,21 @@
|
|
1325
1325
|
"models/issues_manager/ContentSecurityPolicyIssue.ts | trustedTypesPolicyViolation": {
|
1326
1326
|
"message": "Trusted Types - Violazione delle norme"
|
1327
1327
|
},
|
1328
|
+
"models/issues_manager/CookieIssue.ts | aSecure": {
|
1329
|
+
"message": "a secure"
|
1330
|
+
},
|
1331
|
+
"models/issues_manager/CookieIssue.ts | anInsecure": {
|
1332
|
+
"message": "an insecure"
|
1333
|
+
},
|
1334
|
+
"models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
|
1335
|
+
"message": "First-Party Sets e l'attributo SameParty"
|
1336
|
+
},
|
1337
|
+
"models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
|
1338
|
+
"message": "Come funziona Schemeful Same-Site"
|
1339
|
+
},
|
1340
|
+
"models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
|
1341
|
+
"message": "Spiegazione dei cookie SameSite"
|
1342
|
+
},
|
1328
1343
|
"models/issues_manager/CorsIssue.ts | CORS": {
|
1329
1344
|
"message": "Condivisione delle risorse tra origini (CORS)"
|
1330
1345
|
},
|
@@ -1376,21 +1391,6 @@
|
|
1376
1391
|
"models/issues_manager/QuirksModeIssue.ts | documentCompatibilityMode": {
|
1377
1392
|
"message": "Modalità di compatibilità del documento"
|
1378
1393
|
},
|
1379
|
-
"models/issues_manager/CookieIssue.ts | aSecure": {
|
1380
|
-
"message": "a secure"
|
1381
|
-
},
|
1382
|
-
"models/issues_manager/CookieIssue.ts | anInsecure": {
|
1383
|
-
"message": "an insecure"
|
1384
|
-
},
|
1385
|
-
"models/issues_manager/CookieIssue.ts | firstPartySetsExplained": {
|
1386
|
-
"message": "First-Party Sets e l'attributo SameParty"
|
1387
|
-
},
|
1388
|
-
"models/issues_manager/CookieIssue.ts | howSchemefulSamesiteWorks": {
|
1389
|
-
"message": "Come funziona Schemeful Same-Site"
|
1390
|
-
},
|
1391
|
-
"models/issues_manager/CookieIssue.ts | samesiteCookiesExplained": {
|
1392
|
-
"message": "Spiegazione dei cookie SameSite"
|
1393
|
-
},
|
1394
1394
|
"models/issues_manager/SharedArrayBufferIssue.ts | enablingSharedArrayBuffer": {
|
1395
1395
|
"message": "Attivazione di SharedArrayBuffer"
|
1396
1396
|
},
|
@@ -3236,6 +3236,9 @@
|
|
3236
3236
|
"panels/application/components/BackForwardCacheView.ts | backForwardCacheTitle": {
|
3237
3237
|
"message": "Cache back-forward"
|
3238
3238
|
},
|
3239
|
+
"panels/application/components/BackForwardCacheView.ts | blockingExtensionId": {
|
3240
|
+
"message": "ID estensione: "
|
3241
|
+
},
|
3239
3242
|
"panels/application/components/BackForwardCacheView.ts | circumstantial": {
|
3240
3243
|
"message": "Nessuna azione possibile"
|
3241
3244
|
},
|
@@ -3516,7 +3519,7 @@
|
|
3516
3519
|
"message": "Impossibile visualizzare l'analisi dello stack"
|
3517
3520
|
},
|
3518
3521
|
"panels/application/components/StackTrace.ts | showSMoreFrames": {
|
3519
|
-
"message": "{n,plural, =1{Mostra # altro frame}
|
3522
|
+
"message": "{n,plural, =1{Mostra # altro frame}other{Mostra altri # frame}}"
|
3520
3523
|
},
|
3521
3524
|
"panels/application/components/TrustTokensView.ts | allStoredTrustTokensAvailableIn": {
|
3522
3525
|
"message": "Tutti i Trust Tokens archiviati disponibili in questa istanza del browser."
|
@@ -3681,10 +3684,10 @@
|
|
3681
3684
|
"message": "Ripristina tutte le modifiche al file corrente"
|
3682
3685
|
},
|
3683
3686
|
"panels/changes/ChangesView.ts | sDeletions": {
|
3684
|
-
"message": "{n,plural, =1{# eliminazione (-)}
|
3687
|
+
"message": "{n,plural, =1{# eliminazione (-)}other{# eliminazioni (-)}}"
|
3685
3688
|
},
|
3686
3689
|
"panels/changes/ChangesView.ts | sInsertions": {
|
3687
|
-
"message": "{n,plural, =1{# inserimento (+)}
|
3690
|
+
"message": "{n,plural, =1{# inserimento (+)}other{# inserimenti (+)}}"
|
3688
3691
|
},
|
3689
3692
|
"panels/changes/changes-meta.ts | changes": {
|
3690
3693
|
"message": "Modifiche"
|
@@ -3729,22 +3732,22 @@
|
|
3729
3732
|
"message": "Richiesta console"
|
3730
3733
|
},
|
3731
3734
|
"panels/console/ConsoleSidebar.ts | dErrors": {
|
3732
|
-
"message": "{n,plural, =0{Nessun errore}=1{# errore}
|
3735
|
+
"message": "{n,plural, =0{Nessun errore}=1{# errore}other{# errori}}"
|
3733
3736
|
},
|
3734
3737
|
"panels/console/ConsoleSidebar.ts | dInfo": {
|
3735
|
-
"message": "{n,plural, =0{Nessuna informazione}=1{# informazione}
|
3738
|
+
"message": "{n,plural, =0{Nessuna informazione}=1{# informazione}other{# informazioni}}"
|
3736
3739
|
},
|
3737
3740
|
"panels/console/ConsoleSidebar.ts | dMessages": {
|
3738
|
-
"message": "{n,plural, =0{Nessun messaggio}=1{# messaggio}
|
3741
|
+
"message": "{n,plural, =0{Nessun messaggio}=1{# messaggio}other{# messaggi}}"
|
3739
3742
|
},
|
3740
3743
|
"panels/console/ConsoleSidebar.ts | dUserMessages": {
|
3741
|
-
"message": "{n,plural, =0{Nessun messaggio utente}=1{# messaggio utente}
|
3744
|
+
"message": "{n,plural, =0{Nessun messaggio utente}=1{# messaggio utente}other{# messaggi utente}}"
|
3742
3745
|
},
|
3743
3746
|
"panels/console/ConsoleSidebar.ts | dVerbose": {
|
3744
|
-
"message": "{n,plural, =0{Nessun messaggio dettagliato}=1{# messaggio dettagliato}
|
3747
|
+
"message": "{n,plural, =0{Nessun messaggio dettagliato}=1{# messaggio dettagliato}other{# messaggi dettagliati}}"
|
3745
3748
|
},
|
3746
3749
|
"panels/console/ConsoleSidebar.ts | dWarnings": {
|
3747
|
-
"message": "{n,plural, =0{Nessun avviso}=1{# avviso}
|
3750
|
+
"message": "{n,plural, =0{Nessun avviso}=1{# avviso}other{# avvisi}}"
|
3748
3751
|
},
|
3749
3752
|
"panels/console/ConsoleSidebar.ts | other": {
|
3750
3753
|
"message": "<altro>"
|
@@ -3825,7 +3828,7 @@
|
|
3825
3828
|
"message": "Alcuni errori non generano più messaggi nella console, ma vengono mostrati nella scheda Problemi."
|
3826
3829
|
},
|
3827
3830
|
"panels/console/ConsoleView.ts | issuesWithColon": {
|
3828
|
-
"message": "{n,plural, =0{Nessun problema}=1{# problema:}
|
3831
|
+
"message": "{n,plural, =0{Nessun problema}=1{# problema:}other{# problemi:}}"
|
3829
3832
|
},
|
3830
3833
|
"panels/console/ConsoleView.ts | logLevelS": {
|
3831
3834
|
"message": "Livello di log: {PH1}"
|
@@ -3846,7 +3849,7 @@
|
|
3846
3849
|
"message": "Ripeti XHR"
|
3847
3850
|
},
|
3848
3851
|
"panels/console/ConsoleView.ts | sHidden": {
|
3849
|
-
"message": "{n,plural, =1{# nascosto}
|
3852
|
+
"message": "{n,plural, =1{# nascosto}other{# nascosti}}"
|
3850
3853
|
},
|
3851
3854
|
"panels/console/ConsoleView.ts | sOnly": {
|
3852
3855
|
"message": "Solo {PH1}"
|
@@ -3903,7 +3906,7 @@
|
|
3903
3906
|
"message": "Errore"
|
3904
3907
|
},
|
3905
3908
|
"panels/console/ConsoleViewMessage.ts | errorS": {
|
3906
|
-
"message": "{n,plural, =1{Errore ripetuto # volta}
|
3909
|
+
"message": "{n,plural, =1{Errore ripetuto # volta}other{Errore ripetuto # volte}}"
|
3907
3910
|
},
|
3908
3911
|
"panels/console/ConsoleViewMessage.ts | exception": {
|
3909
3912
|
"message": "<exception>"
|
@@ -3918,7 +3921,7 @@
|
|
3918
3921
|
"message": "[Intervention] {PH1}"
|
3919
3922
|
},
|
3920
3923
|
"panels/console/ConsoleViewMessage.ts | repeatS": {
|
3921
|
-
"message": "{n,plural, =1{Ripetuto # volta}
|
3924
|
+
"message": "{n,plural, =1{Ripetuto # volta}other{Ripetuto # volte}}"
|
3922
3925
|
},
|
3923
3926
|
"panels/console/ConsoleViewMessage.ts | someEvent": {
|
3924
3927
|
"message": "un <certo> evento"
|
@@ -3951,7 +3954,7 @@
|
|
3951
3954
|
"message": "Avviso"
|
3952
3955
|
},
|
3953
3956
|
"panels/console/ConsoleViewMessage.ts | warningS": {
|
3954
|
-
"message": "{n,plural, =1{Avviso, ripetuto # volta}
|
3957
|
+
"message": "{n,plural, =1{Avviso, ripetuto # volta}other{Avviso, ripetuto # volte}}"
|
3955
3958
|
},
|
3956
3959
|
"panels/console/console-meta.ts | autocompleteFromHistory": {
|
3957
3960
|
"message": "Completa automaticamente dalla cronologia"
|
@@ -4032,13 +4035,13 @@
|
|
4032
4035
|
"message": "Apri Console per visualizzare {PH1}"
|
4033
4036
|
},
|
4034
4037
|
"panels/console_counters/WarningErrorCounter.ts | openIssuesToView": {
|
4035
|
-
"message": "{n,plural, =1{Apri la scheda Problemi per visualizzare # problema:}
|
4038
|
+
"message": "{n,plural, =1{Apri la scheda Problemi per visualizzare # problema:}other{Apri la scheda Problemi per visualizzare # problemi:}}"
|
4036
4039
|
},
|
4037
4040
|
"panels/console_counters/WarningErrorCounter.ts | sErrors": {
|
4038
|
-
"message": "{n,plural, =1{# errore}
|
4041
|
+
"message": "{n,plural, =1{# errore}other{# errori}}"
|
4039
4042
|
},
|
4040
4043
|
"panels/console_counters/WarningErrorCounter.ts | sWarnings": {
|
4041
|
-
"message": "{n,plural, =1{# avviso}
|
4044
|
+
"message": "{n,plural, =1{# avviso}other{# avvisi}}"
|
4042
4045
|
},
|
4043
4046
|
"panels/coverage/CoverageListView.ts | codeCoverage": {
|
4044
4047
|
"message": "Copertura del codice"
|
@@ -4059,10 +4062,10 @@
|
|
4059
4062
|
"message": "JS (per funzione)"
|
4060
4063
|
},
|
4061
4064
|
"panels/coverage/CoverageListView.ts | sBytes": {
|
4062
|
-
"message": "{n,plural, =1{# byte}
|
4065
|
+
"message": "{n,plural, =1{# byte}other{# byte}}"
|
4063
4066
|
},
|
4064
4067
|
"panels/coverage/CoverageListView.ts | sBytesS": {
|
4065
|
-
"message": "{n,plural, =1{# byte, {percentage}}
|
4068
|
+
"message": "{n,plural, =1{# byte, {percentage}}other{# byte, {percentage}}}"
|
4066
4069
|
},
|
4067
4070
|
"panels/coverage/CoverageListView.ts | sBytesSBelongToBlocksOf": {
|
4068
4071
|
"message": "{PH1} byte ({PH2}) appartengono ai blocchi di JavaScript non (ancora) eseguiti."
|
@@ -4221,7 +4224,7 @@
|
|
4221
4224
|
"message": "Query supporti"
|
4222
4225
|
},
|
4223
4226
|
"panels/css_overview/CSSOverviewCompletedView.ts | nOccurrences": {
|
4224
|
-
"message": "{n,plural, =1{# occorrenza}
|
4227
|
+
"message": "{n,plural, =1{# occorrenza}other{# occorrenze}}"
|
4225
4228
|
},
|
4226
4229
|
"panels/css_overview/CSSOverviewCompletedView.ts | nonsimpleSelectors": {
|
4227
4230
|
"message": "Selettori non semplici"
|
@@ -4335,7 +4338,7 @@
|
|
4335
4338
|
"message": "in attesa"
|
4336
4339
|
},
|
4337
4340
|
"panels/developer_resources/DeveloperResourcesListView.ts | sBytes": {
|
4338
|
-
"message": "{n,plural, =1{# byte}
|
4341
|
+
"message": "{n,plural, =1{# byte}other{# byte}}"
|
4339
4342
|
},
|
4340
4343
|
"panels/developer_resources/DeveloperResourcesListView.ts | status": {
|
4341
4344
|
"message": "Stato"
|
@@ -4359,7 +4362,7 @@
|
|
4359
4362
|
"message": "Carica risorse per sviluppatori HTTP(S) tramite il target ispezionato"
|
4360
4363
|
},
|
4361
4364
|
"panels/developer_resources/DeveloperResourcesView.ts | resources": {
|
4362
|
-
"message": "{n,plural, =1{# risorsa}
|
4365
|
+
"message": "{n,plural, =1{# risorsa}other{# risorse}}"
|
4363
4366
|
},
|
4364
4367
|
"panels/developer_resources/DeveloperResourcesView.ts | resourcesCurrentlyLoading": {
|
4365
4368
|
"message": "{PH1} risorse, {PH2} attualmente in caricamento"
|
@@ -4622,6 +4625,12 @@
|
|
4622
4625
|
"panels/elements/EventListenersWidget.ts | showListenersOnTheAncestors": {
|
4623
4626
|
"message": "Mostra listener sui predecessori"
|
4624
4627
|
},
|
4628
|
+
"panels/elements/LayersWidget.ts | cssLayersTitle": {
|
4629
|
+
"message": "Livelli CSS"
|
4630
|
+
},
|
4631
|
+
"panels/elements/LayersWidget.ts | toggleCSSLayers": {
|
4632
|
+
"message": "Attiva/disattiva la visualizzazione Livelli CSS"
|
4633
|
+
},
|
4625
4634
|
"panels/elements/MarkerDecorator.ts | domBreakpoint": {
|
4626
4635
|
"message": "Punto di interruzione DOM"
|
4627
4636
|
},
|
@@ -4632,7 +4641,7 @@
|
|
4632
4641
|
"message": "Nessuna analisi dello stack disponibile"
|
4633
4642
|
},
|
4634
4643
|
"panels/elements/PlatformFontsWidget.ts | dGlyphs": {
|
4635
|
-
"message": "{n,plural, =1{(# glifo)}
|
4644
|
+
"message": "{n,plural, =1{(# glifo)}other{(# glifi)}}"
|
4636
4645
|
},
|
4637
4646
|
"panels/elements/PlatformFontsWidget.ts | localFile": {
|
4638
4647
|
"message": "File locale"
|
@@ -4703,6 +4712,9 @@
|
|
4703
4712
|
"panels/elements/StylePropertyTreeElement.ts | viewComputedValue": {
|
4704
4713
|
"message": "Visualizza valore calcolato"
|
4705
4714
|
},
|
4715
|
+
"panels/elements/StylesSidebarPane.ts | clickToRevealLayer": {
|
4716
|
+
"message": "Fai clic per mostrare il livello nell'albero dei livelli"
|
4717
|
+
},
|
4706
4718
|
"panels/elements/StylesSidebarPane.ts | constructedStylesheet": {
|
4707
4719
|
"message": "foglio di stile costruito"
|
4708
4720
|
},
|
@@ -4757,6 +4769,9 @@
|
|
4757
4769
|
"panels/elements/StylesSidebarPane.ts | invalidString": {
|
4758
4770
|
"message": "{PH1}, nome della proprietà: {PH2}, valore della proprietà: {PH3}"
|
4759
4771
|
},
|
4772
|
+
"panels/elements/StylesSidebarPane.ts | layer": {
|
4773
|
+
"message": "Livello"
|
4774
|
+
},
|
4760
4775
|
"panels/elements/StylesSidebarPane.ts | newStyleRule": {
|
4761
4776
|
"message": "Nuova regola di stile"
|
4762
4777
|
},
|
@@ -5121,7 +5136,7 @@
|
|
5121
5136
|
"message": "Risorsa bloccata"
|
5122
5137
|
},
|
5123
5138
|
"panels/issues/AffectedBlockedByResponseView.ts | nRequests": {
|
5124
|
-
"message": "{n,plural, =1{# richiesta}
|
5139
|
+
"message": "{n,plural, =1{# richiesta}other{# richieste}}"
|
5125
5140
|
},
|
5126
5141
|
"panels/issues/AffectedBlockedByResponseView.ts | parentFrame": {
|
5127
5142
|
"message": "Frame principale"
|
@@ -5136,10 +5151,10 @@
|
|
5136
5151
|
"message": "Mostra richieste di rete che includono questa intestazione Set-Cookie nel riquadro Network"
|
5137
5152
|
},
|
5138
5153
|
"panels/issues/AffectedCookiesView.ts | nCookies": {
|
5139
|
-
"message": "{n,plural, =1{# cookie}
|
5154
|
+
"message": "{n,plural, =1{# cookie}other{# cookie}}"
|
5140
5155
|
},
|
5141
5156
|
"panels/issues/AffectedCookiesView.ts | nRawCookieLines": {
|
5142
|
-
"message": "{n,plural, =1{1 intestazione Set-Cookie non elaborata}
|
5157
|
+
"message": "{n,plural, =1{1 intestazione Set-Cookie non elaborata}other{# intestazioni Set-Cookie non elaborate}}"
|
5143
5158
|
},
|
5144
5159
|
"panels/issues/AffectedCookiesView.ts | name": {
|
5145
5160
|
"message": "Nome"
|
@@ -5160,7 +5175,7 @@
|
|
5160
5175
|
"message": "Elemento"
|
5161
5176
|
},
|
5162
5177
|
"panels/issues/AffectedDirectivesView.ts | nDirectives": {
|
5163
|
-
"message": "{n,plural, =1{# istruzione}
|
5178
|
+
"message": "{n,plural, =1{# istruzione}other{# istruzioni}}"
|
5164
5179
|
},
|
5165
5180
|
"panels/issues/AffectedDirectivesView.ts | reportonly": {
|
5166
5181
|
"message": "solo report"
|
@@ -5181,13 +5196,13 @@
|
|
5181
5196
|
"message": "Modalità"
|
5182
5197
|
},
|
5183
5198
|
"panels/issues/AffectedDocumentsInQuirksModeView.ts | nDocuments": {
|
5184
|
-
"message": "{n,plural, =1{ documento}
|
5199
|
+
"message": "{n,plural, =1{ documento}other{ documenti}}"
|
5185
5200
|
},
|
5186
5201
|
"panels/issues/AffectedDocumentsInQuirksModeView.ts | url": {
|
5187
5202
|
"message": "URL"
|
5188
5203
|
},
|
5189
5204
|
"panels/issues/AffectedElementsView.ts | nElements": {
|
5190
|
-
"message": "{n,plural, =1{# elemento}
|
5205
|
+
"message": "{n,plural, =1{# elemento}other{# elementi}}"
|
5191
5206
|
},
|
5192
5207
|
"panels/issues/AffectedElementsWithLowContrastView.ts | contrastRatio": {
|
5193
5208
|
"message": "Rapporto del contrasto"
|
@@ -5220,7 +5235,7 @@
|
|
5220
5235
|
"message": "Limite superato"
|
5221
5236
|
},
|
5222
5237
|
"panels/issues/AffectedHeavyAdView.ts | nResources": {
|
5223
|
-
"message": "{n,plural, =1{# risorsa}
|
5238
|
+
"message": "{n,plural, =1{# risorsa}other{# risorse}}"
|
5224
5239
|
},
|
5225
5240
|
"panels/issues/AffectedHeavyAdView.ts | networkLimit": {
|
5226
5241
|
"message": "Limite di rete"
|
@@ -5253,7 +5268,7 @@
|
|
5253
5268
|
"message": "Creazione istanza"
|
5254
5269
|
},
|
5255
5270
|
"panels/issues/AffectedSharedArrayBufferIssueDetailsView.ts | nViolations": {
|
5256
|
-
"message": "{n,plural, =1{# violazione}
|
5271
|
+
"message": "{n,plural, =1{# violazione}other{# violazioni}}"
|
5257
5272
|
},
|
5258
5273
|
"panels/issues/AffectedSharedArrayBufferIssueDetailsView.ts | sharedarraybufferWasTransferedTo": {
|
5259
5274
|
"message": "SharedArrayBuffer trasferito in un contesto senza isolamento interorigine"
|
@@ -5274,10 +5289,10 @@
|
|
5274
5289
|
"message": "Avviso"
|
5275
5290
|
},
|
5276
5291
|
"panels/issues/AffectedSourcesView.ts | nSources": {
|
5277
|
-
"message": "{n,plural, =1{# fonte}
|
5292
|
+
"message": "{n,plural, =1{# fonte}other{# fonti}}"
|
5278
5293
|
},
|
5279
5294
|
"panels/issues/AffectedTrustedWebActivityIssueDetailsView.ts | nResources": {
|
5280
|
-
"message": "{n,plural, =1{# risorsa}
|
5295
|
+
"message": "{n,plural, =1{# risorsa}other{# risorse}}"
|
5281
5296
|
},
|
5282
5297
|
"panels/issues/AffectedTrustedWebActivityIssueDetailsView.ts | packageName": {
|
5283
5298
|
"message": "Nome pacchetto"
|
@@ -5319,7 +5334,7 @@
|
|
5319
5334
|
"message": "Valore priority non valido"
|
5320
5335
|
},
|
5321
5336
|
"panels/issues/AttributionReportingIssueDetailsView.ts | nViolations": {
|
5322
|
-
"message": "{n,plural, =1{# violazione}
|
5337
|
+
"message": "{n,plural, =1{# violazione}other{# violazioni}}"
|
5323
5338
|
},
|
5324
5339
|
"panels/issues/AttributionReportingIssueDetailsView.ts | request": {
|
5325
5340
|
"message": "Richiesta"
|
@@ -5364,7 +5379,7 @@
|
|
5364
5379
|
"message": "Valore non valido (se disponibile)"
|
5365
5380
|
},
|
5366
5381
|
"panels/issues/CorsIssueDetailsView.ts | nRequests": {
|
5367
|
-
"message": "{n,plural, =1{# richiesta}
|
5382
|
+
"message": "{n,plural, =1{# richiesta}other{# richieste}}"
|
5368
5383
|
},
|
5369
5384
|
"panels/issues/CorsIssueDetailsView.ts | preflightDisallowedRedirect": {
|
5370
5385
|
"message": "La risposta alla richiesta preflight era un reindirizzamento"
|
@@ -5415,7 +5430,7 @@
|
|
5415
5430
|
"message": "Frame"
|
5416
5431
|
},
|
5417
5432
|
"panels/issues/GenericIssueDetailsView.ts | nResources": {
|
5418
|
-
"message": "{n,plural, =1{# risorsa}
|
5433
|
+
"message": "{n,plural, =1{# risorsa}other{# risorse}}"
|
5419
5434
|
},
|
5420
5435
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
5421
5436
|
"message": "Problemi nascosti"
|
@@ -5448,10 +5463,10 @@
|
|
5448
5463
|
"message": "Scopri di più: {PH1}"
|
5449
5464
|
},
|
5450
5465
|
"panels/issues/IssueView.ts | nRequests": {
|
5451
|
-
"message": "{n,plural, =1{# richiesta}
|
5466
|
+
"message": "{n,plural, =1{# richiesta}other{# richieste}}"
|
5452
5467
|
},
|
5453
5468
|
"panels/issues/IssueView.ts | nResources": {
|
5454
|
-
"message": "{n,plural, =1{# risorsa}
|
5469
|
+
"message": "{n,plural, =1{# risorsa}other{# risorse}}"
|
5455
5470
|
},
|
5456
5471
|
"panels/issues/IssueView.ts | name": {
|
5457
5472
|
"message": "Nome"
|
@@ -5739,7 +5754,7 @@
|
|
5739
5754
|
"message": "È possibile eseguire un controllo solo su pagine HTTP/HTTPS ed estensioni Chrome. Vai a una pagina diversa per avviare un controllo."
|
5740
5755
|
},
|
5741
5756
|
"panels/lighthouse/LighthouseController.ts | clearStorage": {
|
5742
|
-
"message": "Cancella
|
5757
|
+
"message": "Cancella dati archiviati"
|
5743
5758
|
},
|
5744
5759
|
"panels/lighthouse/LighthouseController.ts | desktop": {
|
5745
5760
|
"message": "Desktop"
|
@@ -5816,8 +5831,11 @@
|
|
5816
5831
|
"panels/lighthouse/LighthouseController.ts | thereMayBeStoredDataAffectingSingular": {
|
5817
5832
|
"message": "Potrebbero esserci dei dati memorizzati che incidono sulle prestazioni di caricamento in questa posizione: {PH1}. Controlla questa pagina in una finestra di navigazione in incognito per evitare che queste risorse incidano sui tuoi punteggi."
|
5818
5833
|
},
|
5834
|
+
"panels/lighthouse/LighthouseController.ts | timespan": {
|
5835
|
+
"message": "Periodo di tempo"
|
5836
|
+
},
|
5819
5837
|
"panels/lighthouse/LighthouseController.ts | useLegacyNavigation": {
|
5820
|
-
"message": "
|
5838
|
+
"message": "Analizza la pagina usando la versione classica di Lighthouse in modalità Navigazione."
|
5821
5839
|
},
|
5822
5840
|
"panels/lighthouse/LighthouseController.ts | webSql": {
|
5823
5841
|
"message": "SQL web"
|
@@ -5876,9 +5894,18 @@
|
|
5876
5894
|
"panels/lighthouse/LighthouseStartView.ts | learnMore": {
|
5877
5895
|
"message": "Scopri di più"
|
5878
5896
|
},
|
5897
|
+
"panels/lighthouse/LighthouseStartViewFR.ts | analyzeNavigation": {
|
5898
|
+
"message": "Analizza la navigazione"
|
5899
|
+
},
|
5900
|
+
"panels/lighthouse/LighthouseStartViewFR.ts | analyzeSnapshot": {
|
5901
|
+
"message": "Analizza istantanea"
|
5902
|
+
},
|
5879
5903
|
"panels/lighthouse/LighthouseStartViewFR.ts | mode": {
|
5880
5904
|
"message": "Modalità"
|
5881
5905
|
},
|
5906
|
+
"panels/lighthouse/LighthouseStartViewFR.ts | startTimespan": {
|
5907
|
+
"message": "Avvia periodo di tempo"
|
5908
|
+
},
|
5882
5909
|
"panels/lighthouse/LighthouseStatusView.ts | OfGlobalMobileUsersInWereOnGOrG": {
|
5883
5910
|
"message": "Nel 2016, il 75% degli utenti di dispositivi mobili nel mondo ha utilizzato la rete 2G o 3G [Fonte: GSMA Mobile]"
|
5884
5911
|
},
|
@@ -5966,6 +5993,18 @@
|
|
5966
5993
|
"panels/lighthouse/LighthouseStatusView.ts | walmartSawAIncreaseInRevenueFor": {
|
5967
5994
|
"message": "Walmart ha visto un aumento dell'1% delle entrate per ogni miglioramento di 100 ms nel caricamento pagina [Fonte: WPO Stats]"
|
5968
5995
|
},
|
5996
|
+
"panels/lighthouse/LighthouseTimespanView.ts | cancel": {
|
5997
|
+
"message": "Annulla"
|
5998
|
+
},
|
5999
|
+
"panels/lighthouse/LighthouseTimespanView.ts | endTimespan": {
|
6000
|
+
"message": "Termina periodo di tempo"
|
6001
|
+
},
|
6002
|
+
"panels/lighthouse/LighthouseTimespanView.ts | timespanStarted": {
|
6003
|
+
"message": "Periodo di tempo avviato; interagisci con la pagina"
|
6004
|
+
},
|
6005
|
+
"panels/lighthouse/LighthouseTimespanView.ts | timespanStarting": {
|
6006
|
+
"message": "Avvio del periodo di tempo in corso…"
|
6007
|
+
},
|
5969
6008
|
"panels/lighthouse/lighthouse-meta.ts | showLighthouse": {
|
5970
6009
|
"message": "Mostra Lighthouse"
|
5971
6010
|
},
|
@@ -8604,7 +8643,7 @@
|
|
8604
8643
|
"message": "Visualizza certificato"
|
8605
8644
|
},
|
8606
8645
|
"panels/security/SecurityPanel.ts | viewDRequestsInNetworkPanel": {
|
8607
|
-
"message": "{n,plural, =1{Visualizza # richiesta nel riquadro Rete}
|
8646
|
+
"message": "{n,plural, =1{Visualizza # richiesta nel riquadro Rete}other{Visualizza # richieste nel riquadro Rete}}"
|
8608
8647
|
},
|
8609
8648
|
"panels/security/SecurityPanel.ts | viewRequestsInNetworkPanel": {
|
8610
8649
|
"message": "Visualizza le richieste nel riquadro Rete"
|
@@ -9303,13 +9342,13 @@
|
|
9303
9342
|
"message": "Configura"
|
9304
9343
|
},
|
9305
9344
|
"panels/sources/DebuggerPlugin.ts | disableBreakpoint": {
|
9306
|
-
"message": "{n,plural, =1{Disattiva punto di interruzione}
|
9345
|
+
"message": "{n,plural, =1{Disattiva punto di interruzione}other{Disattiva tutti i punti di interruzione nella riga}}"
|
9307
9346
|
},
|
9308
9347
|
"panels/sources/DebuggerPlugin.ts | editBreakpoint": {
|
9309
9348
|
"message": "Modica punto di interruzione…"
|
9310
9349
|
},
|
9311
9350
|
"panels/sources/DebuggerPlugin.ts | enableBreakpoint": {
|
9312
|
-
"message": "{n,plural, =1{Attiva punto di interruzione}
|
9351
|
+
"message": "{n,plural, =1{Attiva punto di interruzione}other{Attiva tutti i punti di interruzione nella riga}}"
|
9313
9352
|
},
|
9314
9353
|
"panels/sources/DebuggerPlugin.ts | neverPauseHere": {
|
9315
9354
|
"message": "Non mettere mai in pausa qui"
|
@@ -9324,7 +9363,7 @@
|
|
9324
9363
|
"message": "La formattazione del codice di questo file verrà effettuata in una nuova scheda, dove potrai proseguire il debug. Puoi anche formattare il codice di questo file facendo clic sul pulsante {PH1} nella barra di stato in basso."
|
9325
9364
|
},
|
9326
9365
|
"panels/sources/DebuggerPlugin.ts | removeBreakpoint": {
|
9327
|
-
"message": "{n,plural, =1{Rimuovi punto di interruzione}
|
9366
|
+
"message": "{n,plural, =1{Rimuovi punto di interruzione}other{Rimuovi tutti i punti di interruzione nella riga}}"
|
9328
9367
|
},
|
9329
9368
|
"panels/sources/DebuggerPlugin.ts | removeFromIgnoreList": {
|
9330
9369
|
"message": "Rimuovi dall'elenco di elementi da ignorare"
|
@@ -9698,6 +9737,24 @@
|
|
9698
9737
|
"panels/sources/WatchExpressionsSidebarPane.ts | refreshWatchExpressions": {
|
9699
9738
|
"message": "Aggiorna espressioni di controllo"
|
9700
9739
|
},
|
9740
|
+
"panels/sources/components/HeadersView.ts | addHeader": {
|
9741
|
+
"message": "Aggiungi un'intestazione"
|
9742
|
+
},
|
9743
|
+
"panels/sources/components/HeadersView.ts | addHeaderOverride": {
|
9744
|
+
"message": "Aggiungi override intestazione"
|
9745
|
+
},
|
9746
|
+
"panels/sources/components/HeadersView.ts | errorWhenParsing": {
|
9747
|
+
"message": "Errore durante l'analisi di ''{PH1}''."
|
9748
|
+
},
|
9749
|
+
"panels/sources/components/HeadersView.ts | parsingErrorExplainer": {
|
9750
|
+
"message": "Molto probabilmente il problema è dovuto a un errore di sintassi nel file ''{PH1}''. Prova ad aprire il file in un editor esterno per correggere l'errore oppure elimina il file e ricrea l'override."
|
9751
|
+
},
|
9752
|
+
"panels/sources/components/HeadersView.ts | removeBlock": {
|
9753
|
+
"message": "Rimuovi questa sezione \"ApplyTo\""
|
9754
|
+
},
|
9755
|
+
"panels/sources/components/HeadersView.ts | removeHeader": {
|
9756
|
+
"message": "Rimuovi questa intestazione"
|
9757
|
+
},
|
9701
9758
|
"panels/sources/sources-meta.ts | activateBreakpoints": {
|
9702
9759
|
"message": "Attiva punti di interruzione"
|
9703
9760
|
},
|
@@ -10874,6 +10931,9 @@
|
|
10874
10931
|
"panels/timeline/TimelineUIUtils.ts | pinchUpdate": {
|
10875
10932
|
"message": "Aggiornamento pizzico"
|
10876
10933
|
},
|
10934
|
+
"panels/timeline/TimelineUIUtils.ts | prePaint": {
|
10935
|
+
"message": "Precolorazione"
|
10936
|
+
},
|
10877
10937
|
"panels/timeline/TimelineUIUtils.ts | preview": {
|
10878
10938
|
"message": "Anteprima"
|
10879
10939
|
},
|
@@ -10956,7 +11016,7 @@
|
|
10956
11016
|
"message": "{PH1} (a {PH2})"
|
10957
11017
|
},
|
10958
11018
|
"panels/timeline/TimelineUIUtils.ts | sBytes": {
|
10959
|
-
"message": "{n,plural, =1{# byte}
|
11019
|
+
"message": "{n,plural, =1{# byte}other{# byte}}"
|
10960
11020
|
},
|
10961
11021
|
"panels/timeline/TimelineUIUtils.ts | sCLSInformation": {
|
10962
11022
|
"message": "{PH1} può compromettere l'esperienza utente. Si è recentemente {PH2}."
|
@@ -11451,13 +11511,13 @@
|
|
11451
11511
|
"message": "Eliminazione:"
|
11452
11512
|
},
|
11453
11513
|
"ui/components/issue_counter/IssueCounter.ts | breakingChanges": {
|
11454
|
-
"message": "{issueCount,plural, =1{# modifica che provoca un errore}
|
11514
|
+
"message": "{issueCount,plural, =1{# modifica che provoca un errore}other{# modifiche che provocano un errore}}"
|
11455
11515
|
},
|
11456
11516
|
"ui/components/issue_counter/IssueCounter.ts | pageErrors": {
|
11457
|
-
"message": "{issueCount,plural, =1{# errore di pagina}
|
11517
|
+
"message": "{issueCount,plural, =1{# errore di pagina}other{# errori di pagina}}"
|
11458
11518
|
},
|
11459
11519
|
"ui/components/issue_counter/IssueCounter.ts | possibleImprovements": {
|
11460
|
-
"message": "{issueCount,plural, =1{# possibile miglioramento}
|
11520
|
+
"message": "{issueCount,plural, =1{# possibile miglioramento}other{# possibili miglioramenti}}"
|
11461
11521
|
},
|
11462
11522
|
"ui/components/issue_counter/IssueLinkIcon.ts | clickToShowIssue": {
|
11463
11523
|
"message": "Fai clic per mostrare il problema nella scheda Problemi"
|
@@ -12363,7 +12423,7 @@
|
|
12363
12423
|
"message": "Rimuovi dall'elenco di elementi da ignorare"
|
12364
12424
|
},
|
12365
12425
|
"ui/legacy/components/utils/JSPresentationUtils.ts | showSMoreFrames": {
|
12366
|
-
"message": "{n,plural, =1{Mostra # altro frame}
|
12426
|
+
"message": "{n,plural, =1{Mostra # altro frame}other{Mostra altri # frame}}"
|
12367
12427
|
},
|
12368
12428
|
"ui/legacy/components/utils/JSPresentationUtils.ts | unknownSource": {
|
12369
12429
|
"message": "sconosciuto"
|