@paulirish/trace_engine 0.0.56 → 0.0.58
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/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/README.md +2 -2
- package/core/platform/Brand.d.ts +8 -1
- package/core/platform/Brand.js.map +1 -1
- package/core/platform/DevToolsPath.d.ts +1 -1
- package/core/platform/DevToolsPath.js +1 -1
- package/core/platform/DevToolsPath.js.map +1 -1
- package/core/platform/StringUtilities.d.ts +12 -2
- package/core/platform/StringUtilities.js +31 -7
- package/core/platform/StringUtilities.js.map +1 -1
- package/generated/protocol.d.ts +8290 -7994
- package/locales/af.json +82 -67
- package/locales/am.json +82 -67
- package/locales/ar.json +93 -78
- package/locales/as.json +82 -67
- package/locales/az.json +82 -67
- package/locales/be.json +81 -66
- package/locales/bg.json +82 -67
- package/locales/bn.json +82 -67
- package/locales/bs.json +82 -67
- package/locales/ca.json +82 -67
- package/locales/cs.json +82 -67
- package/locales/cy.json +82 -67
- package/locales/da.json +82 -67
- package/locales/de.json +82 -67
- package/locales/el.json +82 -67
- package/locales/en-GB.json +82 -67
- package/locales/en-US.json +13 -10
- package/locales/en-XL.json +13 -10
- package/locales/es-419.json +82 -67
- package/locales/es.json +82 -67
- package/locales/et.json +82 -67
- package/locales/eu.json +82 -67
- package/locales/fa.json +86 -71
- package/locales/fi.json +82 -67
- package/locales/fil.json +82 -67
- package/locales/fr-CA.json +82 -67
- package/locales/fr.json +82 -67
- package/locales/gl.json +82 -67
- package/locales/gu.json +82 -67
- package/locales/he.json +104 -89
- package/locales/hi.json +82 -67
- package/locales/hr.json +82 -67
- package/locales/hu.json +82 -67
- package/locales/hy.json +82 -67
- package/locales/id.json +82 -67
- package/locales/is.json +82 -67
- package/locales/it.json +82 -67
- package/locales/ja.json +82 -67
- package/locales/ka.json +82 -67
- package/locales/kk.json +82 -67
- package/locales/km.json +82 -67
- package/locales/kn.json +81 -66
- package/locales/ko.json +82 -67
- package/locales/ky.json +81 -66
- package/locales/lo.json +82 -67
- package/locales/lt.json +82 -67
- package/locales/lv.json +82 -67
- package/locales/mk.json +82 -67
- package/locales/ml.json +82 -67
- package/locales/mn.json +82 -67
- package/locales/mr.json +81 -66
- package/locales/ms.json +81 -66
- package/locales/my.json +83 -68
- package/locales/ne.json +83 -68
- package/locales/nl.json +82 -67
- package/locales/no.json +82 -67
- package/locales/or.json +82 -67
- package/locales/pa.json +81 -66
- package/locales/pl.json +82 -67
- package/locales/pt-PT.json +82 -67
- package/locales/pt.json +82 -67
- package/locales/ro.json +82 -67
- package/locales/ru.json +82 -67
- package/locales/si.json +82 -67
- package/locales/sk.json +82 -67
- package/locales/sl.json +82 -67
- package/locales/sq.json +82 -67
- package/locales/sr-Latn.json +82 -67
- package/locales/sr.json +82 -67
- package/locales/sv.json +82 -67
- package/locales/sw.json +81 -66
- package/locales/ta.json +82 -67
- package/locales/te.json +82 -67
- package/locales/th.json +84 -69
- package/locales/tr.json +81 -66
- package/locales/uk.json +81 -66
- package/locales/ur.json +82 -67
- package/locales/uz.json +81 -66
- package/locales/vi.json +82 -67
- package/locales/zh-HK.json +82 -67
- package/locales/zh-TW.json +82 -67
- package/locales/zh.json +82 -67
- package/locales/zu.json +82 -67
- package/models/trace/ModelImpl.d.ts +1 -1
- package/models/trace/ModelImpl.js +17 -7
- package/models/trace/ModelImpl.js.map +1 -1
- package/models/trace/Processor.js +26 -16
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/extras/ThirdParties.js +1 -2
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +4 -2
- package/models/trace/extras/TraceTree.js +7 -5
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/handlers/AnimationFramesHandler.d.ts +1 -0
- package/models/trace/handlers/AnimationFramesHandler.js +8 -0
- package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
- package/models/trace/handlers/ExtensionTraceDataHandler.js +29 -15
- package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
- package/models/trace/handlers/FramesHandler.js +38 -28
- package/models/trace/handlers/FramesHandler.js.map +1 -1
- package/models/trace/handlers/ImagePaintingHandler.d.ts +2 -1
- package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
- package/models/trace/handlers/InitiatorsHandler.js +27 -0
- package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js +12 -2
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.d.ts +0 -5
- package/models/trace/handlers/RendererHandler.js +9 -12
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/SamplesHandler.js +6 -12
- package/models/trace/handlers/SamplesHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +4 -3
- package/models/trace/handlers/ScriptsHandler.js +3 -0
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/SelectorStatsHandler.d.ts +17 -0
- package/models/trace/handlers/SelectorStatsHandler.js +42 -0
- package/models/trace/handlers/SelectorStatsHandler.js.map +1 -1
- package/models/trace/handlers/UserInteractionsHandler.d.ts +4 -2
- package/models/trace/handlers/UserInteractionsHandler.js.map +1 -1
- package/models/trace/handlers/helpers.d.ts +3 -6
- package/models/trace/handlers/helpers.js +17 -9
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/handlers/types.d.ts +4 -1
- package/models/trace/handlers/types.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.d.ts +1 -0
- package/models/trace/helpers/SamplesIntegrator.js +21 -21
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/SyntheticEvents.d.ts +0 -6
- package/models/trace/helpers/SyntheticEvents.js +2 -2
- package/models/trace/helpers/SyntheticEvents.js.map +1 -1
- package/models/trace/helpers/Timing.d.ts +5 -0
- package/models/trace/helpers/Timing.js +55 -3
- package/models/trace/helpers/Timing.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +1 -1
- package/models/trace/helpers/Trace.js +1 -1
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/TreeHelpers.d.ts +1 -1
- package/models/trace/helpers/TreeHelpers.js.map +1 -1
- package/models/trace/insights/CLSCulprits.d.ts +3 -2
- package/models/trace/insights/CLSCulprits.js +24 -2
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/Cache.d.ts +2 -0
- package/models/trace/insights/Cache.js +10 -0
- package/models/trace/insights/Cache.js.map +1 -1
- package/models/trace/insights/Common.d.ts +6 -5
- package/models/trace/insights/Common.js +29 -17
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +2 -1
- package/models/trace/insights/DOMSize.js +9 -1
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +3 -2
- package/models/trace/insights/DocumentLatency.js +44 -2
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicatedJavaScript.d.ts +3 -0
- package/models/trace/insights/DuplicatedJavaScript.js +12 -3
- package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
- package/models/trace/insights/FontDisplay.d.ts +1 -0
- package/models/trace/insights/FontDisplay.js +7 -0
- package/models/trace/insights/FontDisplay.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -3
- package/models/trace/insights/ForcedReflow.js +20 -3
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/INPBreakdown.d.ts +11 -5
- package/models/trace/insights/INPBreakdown.js +36 -5
- package/models/trace/insights/INPBreakdown.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +4 -0
- package/models/trace/insights/ImageDelivery.js +13 -0
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/LCPBreakdown.d.ts +7 -6
- package/models/trace/insights/LCPBreakdown.js +33 -12
- package/models/trace/insights/LCPBreakdown.js.map +1 -1
- package/models/trace/insights/LCPDiscovery.d.ts +14 -2
- package/models/trace/insights/LCPDiscovery.js +60 -2
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/LegacyJavaScript.d.ts +3 -0
- package/models/trace/insights/LegacyJavaScript.js +12 -3
- package/models/trace/insights/LegacyJavaScript.js.map +1 -1
- package/models/trace/insights/ModernHTTP.d.ts +8 -5
- package/models/trace/insights/ModernHTTP.js +27 -14
- package/models/trace/insights/ModernHTTP.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +1 -0
- package/models/trace/insights/NetworkDependencyTree.js +25 -1
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/RenderBlocking.d.ts +3 -1
- package/models/trace/insights/RenderBlocking.js +11 -1
- package/models/trace/insights/RenderBlocking.js.map +1 -1
- package/models/trace/insights/SlowCSSSelector.d.ts +17 -8
- package/models/trace/insights/SlowCSSSelector.js +39 -20
- package/models/trace/insights/SlowCSSSelector.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +3 -0
- package/models/trace/insights/ThirdParties.js +31 -0
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +2 -1
- package/models/trace/insights/Viewport.js +16 -0
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/types.d.ts +4 -1
- package/models/trace/insights/types.js +1 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
- package/models/trace/lantern/graph/BaseNode.js +1 -1
- package/models/trace/lantern/graph/BaseNode.js.map +1 -1
- package/models/trace/lantern/simulation/SimulationTimingMap.js +1 -1
- package/models/trace/lantern/simulation/SimulationTimingMap.js.map +1 -1
- package/models/trace/types/Configuration.d.ts +7 -0
- package/models/trace/types/Configuration.js +1 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/Extensions.d.ts +14 -2
- package/models/trace/types/Extensions.js +5 -1
- package/models/trace/types/Extensions.js.map +1 -1
- package/models/trace/types/File.d.ts +3 -0
- package/models/trace/types/File.js.map +1 -1
- package/models/trace/types/Overlays.d.ts +115 -0
- package/models/trace/types/Overlays.js +5 -0
- package/models/trace/types/Overlays.js.map +1 -0
- package/models/trace/types/TraceEvents.d.ts +79 -36
- package/models/trace/types/TraceEvents.js +8 -13
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/types-tsconfig.json +1 -0
- package/models/trace/types/types.d.ts +1 -0
- package/models/trace/types/types.js +1 -0
- package/models/trace/types/types.js.map +1 -1
- package/package.json +1 -1
- package/test/test-trace-engine.mjs +1 -2
- package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/core/platform/platform.prebundle.d.ts +0 -18
- package/core/platform/platform.prebundle.js +0 -53
- package/core/platform/platform.prebundle.js.map +0 -1
- package/core/platform/platform.prebundle.ts +0 -71
- package/models/cpu_profile/cpu_profile.prebundle.d.ts +0 -3
- package/models/cpu_profile/cpu_profile.prebundle.js +0 -7
- package/models/cpu_profile/cpu_profile.prebundle.js.map +0 -1
- package/models/cpu_profile/cpu_profile.prebundle.ts +0 -11
- package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -61
- package/models/trace/extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/extras/extras.prebundle.d.ts +0 -7
- package/models/trace/extras/extras.prebundle.js +0 -11
- package/models/trace/extras/extras.prebundle.js.map +0 -1
- package/models/trace/extras/extras.prebundle.ts +0 -11
- package/models/trace/handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/handlers/handlers.prebundle.d.ts +0 -4
- package/models/trace/handlers/handlers.prebundle.js +0 -8
- package/models/trace/handlers/handlers.prebundle.js.map +0 -1
- package/models/trace/handlers/handlers.prebundle.ts +0 -8
- package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/helpers/helpers.prebundle.d.ts +0 -7
- package/models/trace/helpers/helpers.prebundle.js +0 -11
- package/models/trace/helpers/helpers.prebundle.js.map +0 -1
- package/models/trace/helpers/helpers.prebundle.ts +0 -11
- package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/insights/insights.prebundle.d.ts +0 -4
- package/models/trace/insights/insights.prebundle.js +0 -8
- package/models/trace/insights/insights.prebundle.js.map +0 -1
- package/models/trace/insights/insights.prebundle.ts +0 -8
- package/models/trace/lantern/core/core.prebundle.d.ts +0 -2
- package/models/trace/lantern/core/core.prebundle.js +0 -6
- package/models/trace/lantern/core/core.prebundle.js.map +0 -1
- package/models/trace/lantern/core/core.prebundle.ts +0 -6
- package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/graph/graph.prebundle.d.ts +0 -4
- package/models/trace/lantern/graph/graph.prebundle.js +0 -8
- package/models/trace/lantern/graph/graph.prebundle.js.map +0 -1
- package/models/trace/lantern/graph/graph.prebundle.ts +0 -8
- package/models/trace/lantern/lantern.prebundle.d.ts +0 -6
- package/models/trace/lantern/lantern.prebundle.js +0 -10
- package/models/trace/lantern/lantern.prebundle.js.map +0 -1
- package/models/trace/lantern/lantern.prebundle.ts +0 -17
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/metrics/metrics.prebundle.d.ts +0 -8
- package/models/trace/lantern/metrics/metrics.prebundle.js +0 -12
- package/models/trace/lantern/metrics/metrics.prebundle.js.map +0 -1
- package/models/trace/lantern/metrics/metrics.prebundle.ts +0 -12
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/simulation/simulation.prebundle.d.ts +0 -6
- package/models/trace/lantern/simulation/simulation.prebundle.js +0 -10
- package/models/trace/lantern/simulation/simulation.prebundle.js.map +0 -1
- package/models/trace/lantern/simulation/simulation.prebundle.ts +0 -10
- package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/lantern/types/types.prebundle.d.ts +0 -1
- package/models/trace/lantern/types/types.prebundle.js +0 -5
- package/models/trace/lantern/types/types.prebundle.js.map +0 -1
- package/models/trace/lantern/types/types.prebundle.ts +0 -5
- package/models/trace/trace.prebundle.d.ts +0 -10
- package/models/trace/trace.prebundle.js +0 -14
- package/models/trace/trace.prebundle.js.map +0 -1
- package/models/trace/trace.prebundle.ts +0 -25
- package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +0 -43
- package/models/trace/types/types.prebundle.d.ts +0 -5
- package/models/trace/types/types.prebundle.js +0 -9
- package/models/trace/types/types.prebundle.js.map +0 -1
- package/models/trace/types/types.prebundle.ts +0 -9
package/locales/lt.json
CHANGED
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
12
12
|
"message": "\u0160altini\u0173 u\u017eklausos, kuri\u0173 URL buvo pa\u0161alint\u0173 matom\u0173 tarp\u0173 \u201e\\(n|r|t)\u201c simboli\u0173 ir simboli\u0173 \u201ema\u017eiau ne\u201c (\u201e<\u201c), yra u\u017eblokuotos. Pa\u0161alinkite naujas eilutes ir u\u017ekoduokite simbolius \u201ema\u017eiau nei\u201c tokiose vietose kaip element\u0173 atribut\u0173 vert\u0117s, kad \u012fkeltum\u0117te \u0161iuos \u0161altinius."
|
|
13
13
|
},
|
|
14
|
-
"generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
|
|
15
|
-
"message": "ISO-2022-JP simboli\u0173 rinkinio automatinis aptikimas nebepalaikomas ir netrukus bus i\u0161jungtas. Nurodykite simboli\u0173 rinkin\u012f turinio tipo antra\u0161t\u0117je arba naudodami meta\u017eym\u0105 (https://developer.mozilla.org/en-US/docs/Glossary/Character_encoding)."
|
|
16
|
-
},
|
|
17
14
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
18
15
|
"message": "Funkcijos \u201echrome.loadTimes()\u201c teikimas nutrauktas; vietoj jos naudokite standartizuot\u0105 API: \u201e2 nar\u0161ymo laiko \u017eym\u0117s\u201c."
|
|
19
16
|
},
|
|
@@ -47,15 +44,9 @@
|
|
|
47
44
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
45
|
"message": "\u201egetUserMedia()\u201c nebeveikia nesaugiuose \u0161altiniuose. Jei norite naudoti \u0161i\u0105 funkcij\u0105, turite apsvarstyti galimyb\u0119 perjungti program\u0105 \u012f saug\u0173 \u0161altin\u012f, pvz., HTTPS. Jei reikia i\u0161samesn\u0117s informacijos, \u017er. https://goo.gle/chrome-insecure-origins."
|
|
49
46
|
},
|
|
50
|
-
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
-
"message": "Rasta <h1> \u017eyma <article>, <aside>, <nav> arba <section>, kurioje n\u0117ra nurodytas \u0161rifto dydis. Netrukus \u0161io antra\u0161t\u0117s teksto dydis \u0161ioje nar\u0161ykl\u0117je pasikeis. Jei reikia daugiau informacijos, \u017er. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1."
|
|
52
|
-
},
|
|
53
47
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
54
48
|
"message": "\u201eRTCPeerConnectionIceErrorEvent.hostCandidate\u201c teikimas nutrauktas. Vietoj jos naudokite funkcij\u0105 \u201eRTCPeerConnectionIceErrorEvent.address\u201c arba \u201eRTCPeerConnectionIceErrorEvent.port\u201c."
|
|
55
49
|
},
|
|
56
|
-
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
-
"message": "\u0160io navigator.credentials.get() u\u017eklausos skaitmenini\u0173 prisijungimo duomen\u0173 formato teikimas nutrauktas. Atnaujinkite skambut\u012f, kad b\u016bt\u0173 naudojamas naujas formatas."
|
|
58
|
-
},
|
|
59
50
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
60
51
|
"message": "Prekybininko \u0161altinio ir atsitiktini\u0173 duomen\u0173 i\u0161 \u201ecanmakepayment\u201c pagalbinio \u201eJavaScript\u201c failo \u012fvykio teikimas nutrauktas ir jie bus pa\u0161alinti: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
61
52
|
},
|
|
@@ -95,6 +86,9 @@
|
|
|
95
86
|
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
96
87
|
"message": "\u017dymose \u201eimg\u201c, \u201evideo\u201c ir \u201ecanvas\u201c nurod\u017eius \u201eoverflow: visible\u201c, vaizdo turinys gali b\u016bti sukurtas u\u017e elemento rib\u0173. \u017dr. https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
97
88
|
},
|
|
89
|
+
"generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
|
|
90
|
+
"message": "Pasenusio \u201eFlash\u201c vaizdo \u012fra\u0161o \u012fterpimas perra\u0161ytas \u012f HTML \u201eiframe\u201c. \u201eFlash\u201c jau seniai neb\u0117ra, \u0161is perra\u0161ymo \u012fsilau\u017eimas nebeteikiamas ir ateityje gali b\u016bti pa\u0161alintas."
|
|
91
|
+
},
|
|
98
92
|
"generated/Deprecation.ts | PaymentInstruments": {
|
|
99
93
|
"message": "\u201epaymentManager.instruments\u201c teikimas nutrauktas. Mok\u0117jim\u0173 dorokl\u0117ms naudokite tiesiogin\u012f diegim\u0105."
|
|
100
94
|
},
|
|
@@ -164,9 +158,6 @@
|
|
|
164
158
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
165
159
|
"message": "Pl\u0117tiniams reikia pasirinkti apsaug\u0105 nuo subjekt\u0173 i\u0161 kit\u0173 domen\u0173, norint toliau naudoti \u201eSharedArrayBuffer\u201c. \u017dr. https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
166
160
|
},
|
|
167
|
-
"generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
|
|
168
|
-
"message": "\u201eGPUAdapter\u201c atributo \u201eisFallbackAdapter\u201c teikimas nutrauktas; vietoj jo naudokite \u201eGPUAdapterInfo\u201c atribut\u0105 \u201eisFallbackAdapter\u201c."
|
|
169
|
-
},
|
|
170
161
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
171
162
|
"message": "UTF-16 nepalaikomas atsako JSON naudojant funkcij\u0105 \u201eXMLHttpRequest\u201c"
|
|
172
163
|
},
|
|
@@ -179,9 +170,6 @@
|
|
|
179
170
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
180
171
|
"message": "I\u0161d\u0117stymo poslinkiai \u012fvyksta, kai elementai juda be naudotojo s\u0105veikos. [I\u0161nagrin\u0117kite i\u0161d\u0117stymo poslinki\u0173 prie\u017eastis](https://web.dev/articles/optimize-cls), pvz., element\u0173 prid\u0117jim\u0105, pa\u0161alinim\u0105 arba \u0161rift\u0173 keitim\u0105, kai puslapis \u012fkeliamas."
|
|
181
172
|
},
|
|
182
|
-
"models/trace/insights/CLSCulprits.ts | fontRequest": {
|
|
183
|
-
"message": "\u0160rifto u\u017eklausa"
|
|
184
|
-
},
|
|
185
173
|
"models/trace/insights/CLSCulprits.ts | injectedIframe": {
|
|
186
174
|
"message": "\u012eterptas \u201eiframe\u201c"
|
|
187
175
|
},
|
|
@@ -200,8 +188,11 @@
|
|
|
200
188
|
"models/trace/insights/CLSCulprits.ts | topCulprits": {
|
|
201
189
|
"message": "Pagrindin\u0117s i\u0161d\u0117stymo poslinkio prie\u017eastys"
|
|
202
190
|
},
|
|
203
|
-
"models/trace/insights/CLSCulprits.ts |
|
|
204
|
-
"message": "Nenustatyto dyd\u017eio
|
|
191
|
+
"models/trace/insights/CLSCulprits.ts | unsizedImage": {
|
|
192
|
+
"message": "Nenustatyto dyd\u017eio vaizdo elementas"
|
|
193
|
+
},
|
|
194
|
+
"models/trace/insights/CLSCulprits.ts | webFont": {
|
|
195
|
+
"message": "\u017diniatinklio \u0161riftas"
|
|
205
196
|
},
|
|
206
197
|
"models/trace/insights/CLSCulprits.ts | worstCluster": {
|
|
207
198
|
"message": "Blogiausia grup\u0117"
|
|
@@ -230,9 +221,18 @@
|
|
|
230
221
|
"models/trace/insights/DOMSize.ts | description": {
|
|
231
222
|
"message": "D\u0117l didelio DOM element\u0173 skai\u010diaus gali b\u016bti ilgiau skai\u010diuojami stiliai ir atliekami i\u0161d\u0117stymo perskai\u010diavimai, o tai daro \u012ftak\u0105 puslapio interaktyvumui. D\u0117l didelio DOM element\u0173 skai\u010diaus bus sunaudojama daugiau atminties. [Su\u017einokite, kaip i\u0161vengti per didelio DOM dyd\u017eio](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
232
223
|
},
|
|
224
|
+
"models/trace/insights/DOMSize.ts | duration": {
|
|
225
|
+
"message": "Trukm\u0117"
|
|
226
|
+
},
|
|
233
227
|
"models/trace/insights/DOMSize.ts | element": {
|
|
234
228
|
"message": "Elementas"
|
|
235
229
|
},
|
|
230
|
+
"models/trace/insights/DOMSize.ts | largeLayout": {
|
|
231
|
+
"message": "I\u0161d\u0117stymas (objekt\u0173: {PH1})"
|
|
232
|
+
},
|
|
233
|
+
"models/trace/insights/DOMSize.ts | largeStyleRecalc": {
|
|
234
|
+
"message": "Stiliaus perskai\u010diavimas (element\u0173: {PH1})"
|
|
235
|
+
},
|
|
236
236
|
"models/trace/insights/DOMSize.ts | maxChildren": {
|
|
237
237
|
"message": "Daugiausia antrini\u0173 element\u0173"
|
|
238
238
|
},
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
"models/trace/insights/DOMSize.ts | title": {
|
|
246
246
|
"message": "Optimizuoti DOM dyd\u012f"
|
|
247
247
|
},
|
|
248
|
+
"models/trace/insights/DOMSize.ts | topUpdatesDescription": {
|
|
249
|
+
"message": "Tai yra did\u017eiausi i\u0161d\u0117stymo ir stiliaus perskai\u010diavimo \u012fvykiai. J\u0173 na\u0161umo poveik\u012f galima suma\u017einti supaprastinus DOM."
|
|
250
|
+
},
|
|
248
251
|
"models/trace/insights/DOMSize.ts | totalElements": {
|
|
249
252
|
"message": "I\u0161 viso element\u0173"
|
|
250
253
|
},
|
|
@@ -258,7 +261,7 @@
|
|
|
258
261
|
"message": "Buvo peradresavim\u0173 (peradresavim\u0173: {PH1}, + {PH2})"
|
|
259
262
|
},
|
|
260
263
|
"models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
|
|
261
|
-
"message": "Serveris atsak\u0117 l\u0117tai (steb\u0117ta {PH1})
|
|
264
|
+
"message": "Serveris atsak\u0117 l\u0117tai (steb\u0117ta {PH1})"
|
|
262
265
|
},
|
|
263
266
|
"models/trace/insights/DocumentLatency.ts | failedTextCompression": {
|
|
264
267
|
"message": "Glaudinimas netaikomas"
|
|
@@ -267,7 +270,7 @@
|
|
|
267
270
|
"message": "I\u0161vengiama peradresavimo"
|
|
268
271
|
},
|
|
269
272
|
"models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
|
|
270
|
-
"message": "Serveris greitai atsako (steb\u0117ta {PH1})
|
|
273
|
+
"message": "Serveris greitai atsako (steb\u0117ta {PH1})"
|
|
271
274
|
},
|
|
272
275
|
"models/trace/insights/DocumentLatency.ts | passingTextCompression": {
|
|
273
276
|
"message": "Taikomas teksto glaudinimas"
|
|
@@ -312,7 +315,7 @@
|
|
|
312
315
|
"message": "(anonimin\u0117)"
|
|
313
316
|
},
|
|
314
317
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
315
|
-
"message": "
|
|
318
|
+
"message": "Priverstinis perskai\u010diavimas \u012fvyksta, kai \u201eJavaScript\u201c u\u017eklausia geometrini\u0173 ypatybi\u0173 (pvz., offsetWidth), kai stiliai buvo pripa\u017einti negaliojan\u010diais d\u0117l DOM b\u016bsenos pakeitimo. D\u0117l to gali b\u016bti prastas na\u0161umas. Su\u017einokite daugiau apie [priverstinius perskai\u010diavimus](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) ir galimus su\u0161velninimus."
|
|
316
319
|
},
|
|
317
320
|
"models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
|
|
318
321
|
"message": "D\u0117klo p\u0117dsakas"
|
|
@@ -329,6 +332,30 @@
|
|
|
329
332
|
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
330
333
|
"message": "[nepriskirta]"
|
|
331
334
|
},
|
|
335
|
+
"models/trace/insights/INPBreakdown.ts | description": {
|
|
336
|
+
"message": "Prad\u0117kite tyrim\u0105 nuo ilgiausios antrin\u0117s dalies. [Galite suma\u017einti v\u0117lavim\u0105](https://web.dev/articles/optimize-inp#optimize_interactions). Kad apdorojimo trukm\u0117 b\u016bt\u0173 trumpesn\u0117, [optimizuokite pagrindin\u0117s grup\u0117s mokes\u010dius](https://web.dev/articles/optimize-long-tasks), da\u017enai JS."
|
|
337
|
+
},
|
|
338
|
+
"models/trace/insights/INPBreakdown.ts | duration": {
|
|
339
|
+
"message": "Trukm\u0117"
|
|
340
|
+
},
|
|
341
|
+
"models/trace/insights/INPBreakdown.ts | inputDelay": {
|
|
342
|
+
"message": "\u012evesties delsa"
|
|
343
|
+
},
|
|
344
|
+
"models/trace/insights/INPBreakdown.ts | noInteractions": {
|
|
345
|
+
"message": "Neaptikta joki\u0173 s\u0105veik\u0173"
|
|
346
|
+
},
|
|
347
|
+
"models/trace/insights/INPBreakdown.ts | presentationDelay": {
|
|
348
|
+
"message": "Pristatymo delsa"
|
|
349
|
+
},
|
|
350
|
+
"models/trace/insights/INPBreakdown.ts | processingDuration": {
|
|
351
|
+
"message": "Apdorojimo trukm\u0117"
|
|
352
|
+
},
|
|
353
|
+
"models/trace/insights/INPBreakdown.ts | subpart": {
|
|
354
|
+
"message": "Antrin\u0117 dalis"
|
|
355
|
+
},
|
|
356
|
+
"models/trace/insights/INPBreakdown.ts | title": {
|
|
357
|
+
"message": "SK\u017d analiz\u0117"
|
|
358
|
+
},
|
|
332
359
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
333
360
|
"message": "Sutrumpinus vaizd\u0173 atsisiuntimo laik\u0105, galima pagerinti puslapio ir DT\u017d \u012fk\u0117limo laik\u0105. [Su\u017einokite daugiau apie vaizdo dyd\u017eio optimizavim\u0105](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
334
361
|
},
|
|
@@ -359,29 +386,35 @@
|
|
|
359
386
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
360
387
|
"message": "Naudojant vaizdo \u012fra\u0161\u0173 formatus vietoj GIF gali b\u016bti suma\u017eintas animuoto turinio atsisiuntimo dydis."
|
|
361
388
|
},
|
|
362
|
-
"models/trace/insights/
|
|
363
|
-
"message": "
|
|
389
|
+
"models/trace/insights/LCPBreakdown.ts | description": {
|
|
390
|
+
"message": "Kiekvienai [antrinei daliai taikomos konkre\u010dios tobulinimo strategijos](https://web.dev/articles/optimize-lcp#lcp-breakdown). Idealiu atveju did\u017ei\u0105j\u0105 DT\u017d laiko dal\u012f tur\u0117t\u0173 sudaryti \u0161altini\u0173 \u012fk\u0117limas, o ne v\u0117lavimai."
|
|
364
391
|
},
|
|
365
|
-
"models/trace/insights/
|
|
392
|
+
"models/trace/insights/LCPBreakdown.ts | duration": {
|
|
366
393
|
"message": "Trukm\u0117"
|
|
367
394
|
},
|
|
368
|
-
"models/trace/insights/
|
|
369
|
-
"message": "
|
|
395
|
+
"models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
|
|
396
|
+
"message": "Elemento pateikimo delsa"
|
|
370
397
|
},
|
|
371
|
-
"models/trace/insights/
|
|
372
|
-
"message": "
|
|
398
|
+
"models/trace/insights/LCPBreakdown.ts | fieldDuration": {
|
|
399
|
+
"message": "75-ojo procentilio laukas"
|
|
373
400
|
},
|
|
374
|
-
"models/trace/insights/
|
|
375
|
-
"message": "
|
|
401
|
+
"models/trace/insights/LCPBreakdown.ts | noLcp": {
|
|
402
|
+
"message": "DT\u017d neaptikta"
|
|
376
403
|
},
|
|
377
|
-
"models/trace/insights/
|
|
378
|
-
"message": "
|
|
404
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
|
|
405
|
+
"message": "\u0160altinio \u012fk\u0117limo delsa"
|
|
379
406
|
},
|
|
380
|
-
"models/trace/insights/
|
|
381
|
-
"message": "
|
|
407
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
|
|
408
|
+
"message": "\u0160altinio \u012fk\u0117limo trukm\u0117"
|
|
409
|
+
},
|
|
410
|
+
"models/trace/insights/LCPBreakdown.ts | subpart": {
|
|
411
|
+
"message": "Antrin\u0117 dalis"
|
|
412
|
+
},
|
|
413
|
+
"models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
|
|
414
|
+
"message": "Laikas iki pirmojo baito"
|
|
382
415
|
},
|
|
383
|
-
"models/trace/insights/
|
|
384
|
-
"message": "
|
|
416
|
+
"models/trace/insights/LCPBreakdown.ts | title": {
|
|
417
|
+
"message": "DT\u017d analiz\u0117"
|
|
385
418
|
},
|
|
386
419
|
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
387
420
|
"message": "Optimizuokite DT\u017d, kad DT\u017d vaizdas b\u016bt\u0173 [aptinkamas](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) i\u0161 karto i\u0161 HTML ir [i\u0161vengtum\u0117te asinchroninio \u012fk\u0117limo](https://web.dev/articles/lcp-lazy-loading)"
|
|
@@ -410,36 +443,6 @@
|
|
|
410
443
|
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
411
444
|
"message": "DT\u017d u\u017eklausos aptikimas"
|
|
412
445
|
},
|
|
413
|
-
"models/trace/insights/LCPPhases.ts | description": {
|
|
414
|
-
"message": "Kiekvienai [fazei taikomos konkre\u010dios tobulinimo strategijos](https://web.dev/articles/optimize-lcp#lcp-breakdown). Idealiu atveju did\u017ei\u0105j\u0105 DT\u017d laiko dal\u012f tur\u0117t\u0173 sudaryti \u0161altini\u0173 \u012fk\u0117limas, o ne v\u0117lavimai."
|
|
415
|
-
},
|
|
416
|
-
"models/trace/insights/LCPPhases.ts | duration": {
|
|
417
|
-
"message": "Trukm\u0117"
|
|
418
|
-
},
|
|
419
|
-
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
420
|
-
"message": "Elemento pateikimo delsa"
|
|
421
|
-
},
|
|
422
|
-
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
423
|
-
"message": "75-ojo procentilio laukas"
|
|
424
|
-
},
|
|
425
|
-
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
426
|
-
"message": "DT\u017d neaptikta"
|
|
427
|
-
},
|
|
428
|
-
"models/trace/insights/LCPPhases.ts | phase": {
|
|
429
|
-
"message": "Faz\u0117"
|
|
430
|
-
},
|
|
431
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
|
|
432
|
-
"message": "\u0160altinio \u012fk\u0117limo delsa"
|
|
433
|
-
},
|
|
434
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
|
|
435
|
-
"message": "\u0160altinio \u012fk\u0117limo trukm\u0117"
|
|
436
|
-
},
|
|
437
|
-
"models/trace/insights/LCPPhases.ts | timeToFirstByte": {
|
|
438
|
-
"message": "Laikas iki pirmojo baito"
|
|
439
|
-
},
|
|
440
|
-
"models/trace/insights/LCPPhases.ts | title": {
|
|
441
|
-
"message": "DT\u017d pagal etap\u0105"
|
|
442
|
-
},
|
|
443
446
|
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
444
447
|
"message": "Scenarijus"
|
|
445
448
|
},
|
|
@@ -456,7 +459,7 @@
|
|
|
456
459
|
"message": "Naudodami HTTP/2 ir HTTP/3 gaunate daugiau prana\u0161um\u0173, nei naudodami HTTP/1.1, pvz., multipleksavim\u0105. [Su\u017einokite daugiau apie \u0161iuolaikinio HTTP naudojim\u0105](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
457
460
|
},
|
|
458
461
|
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
459
|
-
"message": "N\u0117ra u\u017eklaus\u0173, kuriose naudojamas HTTP/1.1"
|
|
462
|
+
"message": "N\u0117ra u\u017eklaus\u0173, kuriose naudojamas HTTP/1.1, arba dabartinis HTTP/1.1 naudojimas nesuteikia reik\u0161mingos optimizavimo galimyb\u0117s. HTTP/1.1 u\u017eklausos pa\u017eymimos tik tada, kai \u0161e\u0161i ar daugiau statini\u0173 i\u0161tekli\u0173 yra i\u0161 to paties \u0161altinio ir jie n\u0117ra teikiami i\u0161 vietin\u0117s k\u016brimo aplinkos arba tre\u010diosios \u0161alies \u0161altinio."
|
|
460
463
|
},
|
|
461
464
|
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
462
465
|
"message": "Protokolas"
|
|
@@ -489,7 +492,7 @@
|
|
|
489
492
|
"message": "[Venkite svarbiausi\u0173 u\u017eklaus\u0173 grandini\u0173](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains), sutrumpindami grandines, suma\u017eindami atsisiun\u010diam\u0173 \u0161altini\u0173 dyd\u012f arba atid\u0117dami neb\u016btin\u0173 \u0161altini\u0173 atsisiuntim\u0105, kad puslapio \u012fk\u0117limas b\u016bt\u0173 sklandesnis."
|
|
490
493
|
},
|
|
491
494
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
|
|
492
|
-
"message": "Prid\u0117kite [i\u0161ankstinio susiejimo](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) nurodym\u0173 prie svarbiausi\u0173 \u0161altini\u0173, bet pabandykite naudoti
|
|
495
|
+
"message": "Prid\u0117kite [i\u0161ankstinio susiejimo](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) nurodym\u0173 prie svarbiausi\u0173 \u0161altini\u0173, bet pabandykite naudoti daugiau nei keturis."
|
|
493
496
|
},
|
|
494
497
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
|
|
495
498
|
"message": "I\u0161ankstinis kandidat\u0173 susiejimas"
|
|
@@ -557,6 +560,12 @@
|
|
|
557
560
|
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
558
561
|
"message": "CSS kalbos parinkiklio mokes\u010diai"
|
|
559
562
|
},
|
|
563
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
|
|
564
|
+
"message": "Populiariausio parinkiklio pra\u0117j\u0119s laikas"
|
|
565
|
+
},
|
|
566
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
|
|
567
|
+
"message": "Populiariausio parinkiklio atitikties bandymas"
|
|
568
|
+
},
|
|
560
569
|
"models/trace/insights/SlowCSSSelector.ts | topSelectors": {
|
|
561
570
|
"message": "Populiariausi parinkikliai"
|
|
562
571
|
},
|
|
@@ -584,6 +593,9 @@
|
|
|
584
593
|
"models/trace/insights/Viewport.ts | description": {
|
|
585
594
|
"message": "Palietimo s\u0105veikos gali [v\u0117luoti iki 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/), jei per\u017ei\u016bros sritis neoptimizuota mobiliesiems."
|
|
586
595
|
},
|
|
596
|
+
"models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
|
|
597
|
+
"message": "Palietimo delsa mobiliesiems"
|
|
598
|
+
},
|
|
587
599
|
"models/trace/insights/Viewport.ts | title": {
|
|
588
600
|
"message": "Per\u017ei\u016bros srities optimizavimas mobiliesiems"
|
|
589
601
|
},
|
|
@@ -875,6 +887,9 @@
|
|
|
875
887
|
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
876
888
|
"message": "Puslapiams, kuriuose naudojamas \u201eSharedWorker\u201c, \u0161iuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
877
889
|
},
|
|
890
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
|
|
891
|
+
"message": "Puslapis buvo pa\u0161alintas i\u0161 talpyklos, nes gavo prane\u0161im\u0105 i\u0161 \u201eSharedWorker\u201c"
|
|
892
|
+
},
|
|
878
893
|
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
879
894
|
"message": "Puslapiams, kuriuose naudojama \u201eSpeechRecognizer\u201c, \u0161iuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
880
895
|
},
|
package/locales/lv.json
CHANGED
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
12
12
|
"message": "Resource requests whose URLs contained both removed whitespace \\(n|r|t) characters and less-than characters (<) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
|
|
13
13
|
},
|
|
14
|
-
"generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
|
|
15
|
-
"message": "ISO-2022-JP rakstz\u012bmju kopas autom\u0101tisk\u0101 noteik\u0161ana vairs netiek atbalst\u012bta un dr\u012bzum\u0101 tiks atsp\u0113jota. L\u016bdzu, nor\u0101diet rakstz\u012bmju kopu satura veida galven\u0113 vai izmantojot metatagu (https://developer.mozilla.org/en-US/docs/Glossary/Character_encoding)."
|
|
16
|
-
},
|
|
17
14
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
18
15
|
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2."
|
|
19
16
|
},
|
|
@@ -47,15 +44,9 @@
|
|
|
47
44
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
45
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
49
46
|
},
|
|
50
|
-
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
-
"message": "Ir atrasts <h1> tags, kas atrodas element\u0101 <article>, <aside>, <nav> vai <section>, kam nav nor\u0101d\u012bts fonta lielums. Tuv\u0101kaj\u0101 n\u0101kotn\u0113 \u0161\u012b p\u0101rl\u016bkprogramma main\u012bs \u0161\u012b virsraksta teksta lielumu. Pla\u0161\u0101ku inform\u0101ciju skatiet vietn\u0113 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1."
|
|
52
|
-
},
|
|
53
47
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
54
48
|
"message": "Lauks RTCPeerConnectionIceErrorEvent.hostCandidate vairs netiek atbalst\u012bts. T\u0101 viet\u0101 izmantojiet lauku RTCPeerConnectionIceErrorEvent.address vai RTCPeerConnectionIceErrorEvent.port."
|
|
55
49
|
},
|
|
56
|
-
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
-
"message": "\u0160is digit\u0101lo akredit\u0101cijas datu piepras\u012bjuma navigator.credentials.get() form\u0101ts vairs netiek atbalst\u012bts. L\u016bdzu, atjauniniet savu izsaukumu, lai izmantotu jauno form\u0101tu."
|
|
58
|
-
},
|
|
59
50
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
60
51
|
"message": "Tirgot\u0101ja izcelsme un patva\u013c\u012bgi noteikti dati no pakalpojumu skripta notikuma canmakepayment ir novecoju\u0161i un tiks no\u0146emti: topOrigin, paymentRequestOrigin, methodData un modifiers."
|
|
61
52
|
},
|
|
@@ -95,6 +86,9 @@
|
|
|
95
86
|
"generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
|
|
96
87
|
"message": "Tagos \u201cimg\u201d, \u201cvideo\u201d un \u201ccanvas\u201d nor\u0101dot v\u0113rt\u012bbu \u201coverflow: visible\u201d, vizu\u0101ls saturs var tikt r\u0101d\u012bts \u0101rpus elementa robe\u017e\u0101m. Skatiet lapu https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md"
|
|
97
88
|
},
|
|
89
|
+
"generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
|
|
90
|
+
"message": "Mantotais Flash iegultais videoklips ir p\u0101rrakst\u012bts uz HTML iframe. Flash jau sen vairs nav pieejams, \u0161\u012b p\u0101rrakst\u012b\u0161anas metode vairs netiek atbalst\u012bts un n\u0101kotn\u0113 var tikt no\u0146emta."
|
|
91
|
+
},
|
|
98
92
|
"generated/Deprecation.ts | PaymentInstruments": {
|
|
99
93
|
"message": "Saskarnei paymentManager.instruments ir p\u0101rtraukts atbalsts. T\u0101 viet\u0101 maks\u0101jumu apdarin\u0101t\u0101jiem izmantojiet instal\u0113\u0161anu tie\u0161i laik\u0101."
|
|
100
94
|
},
|
|
@@ -164,9 +158,6 @@
|
|
|
164
158
|
"generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
165
159
|
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
166
160
|
},
|
|
167
|
-
"generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
|
|
168
|
-
"message": "GPUAdapter atrib\u016bta \u201cisFallbackAdapter\u201d darb\u012bba ir p\u0101rtraukta, t\u0101 viet\u0101 izmantojiet GPUAdapterInfo atrib\u016btu \u201cisFallbackAdapter\u201d."
|
|
169
|
-
},
|
|
170
161
|
"generated/Deprecation.ts | XHRJSONEncodingDetection": {
|
|
171
162
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
172
163
|
},
|
|
@@ -179,9 +170,6 @@
|
|
|
179
170
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
180
171
|
"message": "Izk\u0101rtojuma nob\u012bdes rodas, ja elementi p\u0101rvietojas bez lietot\u0101ja mijiedarb\u012bbas. [Izp\u0113tiet izk\u0101rtojuma nob\u012bdes c\u0113lo\u0146us](https://web.dev/articles/optimize-cls), piem\u0113ram, elementu pievieno\u0161anu un no\u0146em\u0161anu vai to fonta izmai\u0146as lapas iel\u0101des laik\u0101."
|
|
181
172
|
},
|
|
182
|
-
"models/trace/insights/CLSCulprits.ts | fontRequest": {
|
|
183
|
-
"message": "Fonta piepras\u012bjums"
|
|
184
|
-
},
|
|
185
173
|
"models/trace/insights/CLSCulprits.ts | injectedIframe": {
|
|
186
174
|
"message": "Iepludin\u0101ts iframe"
|
|
187
175
|
},
|
|
@@ -200,8 +188,11 @@
|
|
|
200
188
|
"models/trace/insights/CLSCulprits.ts | topCulprits": {
|
|
201
189
|
"message": "Galvenie izk\u0101rtojuma nob\u012bdes c\u0113lo\u0146i"
|
|
202
190
|
},
|
|
203
|
-
"models/trace/insights/CLSCulprits.ts |
|
|
204
|
-
"message": "Att\
|
|
191
|
+
"models/trace/insights/CLSCulprits.ts | unsizedImage": {
|
|
192
|
+
"message": "Att\u0113la elements bez lieluma parametriem"
|
|
193
|
+
},
|
|
194
|
+
"models/trace/insights/CLSCulprits.ts | webFont": {
|
|
195
|
+
"message": "T\u012bmek\u013ca fonts"
|
|
205
196
|
},
|
|
206
197
|
"models/trace/insights/CLSCulprits.ts | worstCluster": {
|
|
207
198
|
"message": "Visslikt\u0101k\u0101 kopa"
|
|
@@ -230,9 +221,18 @@
|
|
|
230
221
|
"models/trace/insights/DOMSize.ts | description": {
|
|
231
222
|
"message": "Liels DOM koks var paildzin\u0101t stila apr\u0113\u0137inus un izk\u0101rtojuma pl\u016bduma p\u0101rk\u0101rto\u0161anu, ietekm\u0113jot lapas rea\u0123\u0113tsp\u0113ju. Liels DOM koks ar\u012b palielin\u0101s atmi\u0146as lietojumu. [Uzziniet, k\u0101 izvair\u012bties no p\u0101rm\u0113r\u012bga DOM lieluma](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
232
223
|
},
|
|
224
|
+
"models/trace/insights/DOMSize.ts | duration": {
|
|
225
|
+
"message": "Ilgums"
|
|
226
|
+
},
|
|
233
227
|
"models/trace/insights/DOMSize.ts | element": {
|
|
234
228
|
"message": "Elements"
|
|
235
229
|
},
|
|
230
|
+
"models/trace/insights/DOMSize.ts | largeLayout": {
|
|
231
|
+
"message": "Izk\u0101rtojums ({PH1}\u00a0objekti)"
|
|
232
|
+
},
|
|
233
|
+
"models/trace/insights/DOMSize.ts | largeStyleRecalc": {
|
|
234
|
+
"message": "Stila p\u0101rr\u0113\u0137in\u0101\u0161ana ({PH1}\u00a0elementi)"
|
|
235
|
+
},
|
|
236
236
|
"models/trace/insights/DOMSize.ts | maxChildren": {
|
|
237
237
|
"message": "Liel\u0101k\u0101 da\u013ca pak\u0101rtoto elementu"
|
|
238
238
|
},
|
|
@@ -245,6 +245,9 @@
|
|
|
245
245
|
"models/trace/insights/DOMSize.ts | title": {
|
|
246
246
|
"message": "DOM lieluma optimiz\u0101cija"
|
|
247
247
|
},
|
|
248
|
+
"models/trace/insights/DOMSize.ts | topUpdatesDescription": {
|
|
249
|
+
"message": "\u0160ie ir liel\u0101kie izk\u0101rtojuma un stila p\u0101rr\u0113\u0137in\u0101\u0161anas notikumi. Ietekmi uz veiktsp\u0113ju var samazin\u0101t, vienk\u0101r\u0161ojot DOM."
|
|
250
|
+
},
|
|
248
251
|
"models/trace/insights/DOMSize.ts | totalElements": {
|
|
249
252
|
"message": "Elementu kopskaits"
|
|
250
253
|
},
|
|
@@ -258,7 +261,7 @@
|
|
|
258
261
|
"message": "Tika veikta novirz\u012b\u0161ana ({PH1} novirz\u012b\u0161ana, +{PH2})"
|
|
259
262
|
},
|
|
260
263
|
"models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
|
|
261
|
-
"message": "Serveris atbild\u0113ja l\u0113ni (nov\
|
|
264
|
+
"message": "Serveris atbild\u0113ja l\u0113ni (nov\u0113rotais \u0101trums: {PH1})"
|
|
262
265
|
},
|
|
263
266
|
"models/trace/insights/DocumentLatency.ts | failedTextCompression": {
|
|
264
267
|
"message": "Saspie\u0161ana netika lietota."
|
|
@@ -267,7 +270,7 @@
|
|
|
267
270
|
"message": "Izvair\u0101s no novirz\u012b\u0161anas"
|
|
268
271
|
},
|
|
269
272
|
"models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
|
|
270
|
-
"message": "Serveris atbild \u0101tri (nov\
|
|
273
|
+
"message": "Serveris atbild \u0101tri (nov\u0113rotais \u0101trums: {PH1})"
|
|
271
274
|
},
|
|
272
275
|
"models/trace/insights/DocumentLatency.ts | passingTextCompression": {
|
|
273
276
|
"message": "Tiek lietota teksta saspie\u0161ana"
|
|
@@ -312,7 +315,7 @@
|
|
|
312
315
|
"message": "(anon\u012bmas)"
|
|
313
316
|
},
|
|
314
317
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
315
|
-
"message": "
|
|
318
|
+
"message": "Piespiedu pl\u016bduma p\u0101rk\u0101rto\u0161ana rodas, kad JavaScript pieprasa \u0123eometriskos parametrus (piem\u0113ram, offsetWidth) p\u0113c tam, kad stili tiek atz\u012bti par neder\u012bgiem, mainot DOM st\u0101vokli. T\u0101 rezult\u0101t\u0101 var pasliktin\u0101ties veiktsp\u0113ja. Uzziniet vair\u0101k par [piespiedu pl\u016bduma p\u0101rk\u0101rto\u0161anu](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) un iesp\u0113jamiem nov\u0113r\u0161anas pas\u0101kumiem."
|
|
316
319
|
},
|
|
317
320
|
"models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
|
|
318
321
|
"message": "Steka tras\u0113jums"
|
|
@@ -329,6 +332,30 @@
|
|
|
329
332
|
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
330
333
|
"message": "[neattiecin\u0101ti]"
|
|
331
334
|
},
|
|
335
|
+
"models/trace/insights/INPBreakdown.ts | description": {
|
|
336
|
+
"message": "Vispirms izp\u0113tiet gar\u0101ko apak\u0161da\u013cu. [Aizkaves var samazin\u0101t](https://web.dev/articles/optimize-inp#optimize_interactions). Lai samazin\u0101tu apstr\u0101des ilgumu, [optimiz\u0113jiet galven\u0101 pavediena izmaksas](https://web.dev/articles/optimize-long-tasks) (parasti JS)."
|
|
337
|
+
},
|
|
338
|
+
"models/trace/insights/INPBreakdown.ts | duration": {
|
|
339
|
+
"message": "Ilgums"
|
|
340
|
+
},
|
|
341
|
+
"models/trace/insights/INPBreakdown.ts | inputDelay": {
|
|
342
|
+
"message": "Ievades aizkave"
|
|
343
|
+
},
|
|
344
|
+
"models/trace/insights/INPBreakdown.ts | noInteractions": {
|
|
345
|
+
"message": "Nav konstat\u0113ta mijiedarb\u012bba"
|
|
346
|
+
},
|
|
347
|
+
"models/trace/insights/INPBreakdown.ts | presentationDelay": {
|
|
348
|
+
"message": "R\u0101d\u012b\u0161anas aizkave"
|
|
349
|
+
},
|
|
350
|
+
"models/trace/insights/INPBreakdown.ts | processingDuration": {
|
|
351
|
+
"message": "Apstr\u0101des ilgums"
|
|
352
|
+
},
|
|
353
|
+
"models/trace/insights/INPBreakdown.ts | subpart": {
|
|
354
|
+
"message": "Apak\u0161da\u013ca"
|
|
355
|
+
},
|
|
356
|
+
"models/trace/insights/INPBreakdown.ts | title": {
|
|
357
|
+
"message": "INP\u00a0iedal\u012bjums"
|
|
358
|
+
},
|
|
332
359
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
333
360
|
"message": "Samazinot att\u0113lu lejupiel\u0101des laiku, var tikt uzlabots lapas iel\u0101des laiks un LCP. [Uzziniet vair\u0101k par att\u0113lu lieluma optimiz\u0101ciju](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)."
|
|
334
361
|
},
|
|
@@ -359,29 +386,35 @@
|
|
|
359
386
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
360
387
|
"message": "Izmantojot video form\u0101tus, nevis GIF\u00a0att\u0113lus, var uzlabot anim\u0113ta satura lejupiel\u0101des lielumu."
|
|
361
388
|
},
|
|
362
|
-
"models/trace/insights/
|
|
363
|
-
"message": "
|
|
389
|
+
"models/trace/insights/LCPBreakdown.ts | description": {
|
|
390
|
+
"message": "Katrai [apak\u0161da\u013cai ir noteiktas uzlabo\u0161anas strat\u0113\u0123ijas](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ide\u0101l\u0101 gad\u012bjum\u0101 liel\u0101ko da\u013cu LCP laika ir j\u0101veido resursu iel\u0101dei, nevis aizkavei."
|
|
364
391
|
},
|
|
365
|
-
"models/trace/insights/
|
|
392
|
+
"models/trace/insights/LCPBreakdown.ts | duration": {
|
|
366
393
|
"message": "Ilgums"
|
|
367
394
|
},
|
|
368
|
-
"models/trace/insights/
|
|
369
|
-
"message": "
|
|
395
|
+
"models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
|
|
396
|
+
"message": "Elementa atveido\u0161anas aizkave"
|
|
370
397
|
},
|
|
371
|
-
"models/trace/insights/
|
|
372
|
-
"message": "
|
|
398
|
+
"models/trace/insights/LCPBreakdown.ts | fieldDuration": {
|
|
399
|
+
"message": "Lauka 75.\u00a0procentile"
|
|
373
400
|
},
|
|
374
|
-
"models/trace/insights/
|
|
375
|
-
"message": "
|
|
401
|
+
"models/trace/insights/LCPBreakdown.ts | noLcp": {
|
|
402
|
+
"message": "Netika konstat\u0113ts\u00a0LCP"
|
|
376
403
|
},
|
|
377
|
-
"models/trace/insights/
|
|
378
|
-
"message": "
|
|
404
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
|
|
405
|
+
"message": "Resursa iel\u0101des aizkave"
|
|
379
406
|
},
|
|
380
|
-
"models/trace/insights/
|
|
381
|
-
"message": "
|
|
407
|
+
"models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
|
|
408
|
+
"message": "Resursa iel\u0101des ilgums"
|
|
409
|
+
},
|
|
410
|
+
"models/trace/insights/LCPBreakdown.ts | subpart": {
|
|
411
|
+
"message": "Apak\u0161da\u013ca"
|
|
412
|
+
},
|
|
413
|
+
"models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
|
|
414
|
+
"message": "Laiks l\u012bdz pirmajam baitam"
|
|
382
415
|
},
|
|
383
|
-
"models/trace/insights/
|
|
384
|
-
"message": "
|
|
416
|
+
"models/trace/insights/LCPBreakdown.ts | title": {
|
|
417
|
+
"message": "LCP iedal\u012bjums"
|
|
385
418
|
},
|
|
386
419
|
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
387
420
|
"message": "Optimiz\u0113jiet LCP, padarot LCP att\u0113lu nekav\u0113joties [atkl\u0101jamu](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) HTML strukt\u016br\u0101 un [nov\u0113r\u0161ot atlikto iel\u0101di](https://web.dev/articles/lcp-lazy-loading)"
|
|
@@ -410,36 +443,6 @@
|
|
|
410
443
|
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
411
444
|
"message": "LCP piepras\u012bjuma atkl\u0101\u0161ana"
|
|
412
445
|
},
|
|
413
|
-
"models/trace/insights/LCPPhases.ts | description": {
|
|
414
|
-
"message": "Katram [posmam ir noteiktas uzlabo\u0161anas strat\u0113\u0123ijas](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ide\u0101l\u0101 gad\u012bjum\u0101 liel\u0101ko da\u013cu LCP laika ir j\u0101veido resursu iel\u0101dei, nevis aizkavei."
|
|
415
|
-
},
|
|
416
|
-
"models/trace/insights/LCPPhases.ts | duration": {
|
|
417
|
-
"message": "Ilgums"
|
|
418
|
-
},
|
|
419
|
-
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
420
|
-
"message": "Elementa atveido\u0161anas aizkave"
|
|
421
|
-
},
|
|
422
|
-
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
423
|
-
"message": "Lauka 75.\u00a0procentile"
|
|
424
|
-
},
|
|
425
|
-
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
426
|
-
"message": "Netika konstat\u0113ts\u00a0LCP"
|
|
427
|
-
},
|
|
428
|
-
"models/trace/insights/LCPPhases.ts | phase": {
|
|
429
|
-
"message": "F\u0101ze"
|
|
430
|
-
},
|
|
431
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
|
|
432
|
-
"message": "Resursa iel\u0101des aizkave"
|
|
433
|
-
},
|
|
434
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
|
|
435
|
-
"message": "Resursa iel\u0101des ilgums"
|
|
436
|
-
},
|
|
437
|
-
"models/trace/insights/LCPPhases.ts | timeToFirstByte": {
|
|
438
|
-
"message": "Laiks l\u012bdz pirmajam baitam"
|
|
439
|
-
},
|
|
440
|
-
"models/trace/insights/LCPPhases.ts | title": {
|
|
441
|
-
"message": "LCP p\u0113c f\u0101zes"
|
|
442
|
-
},
|
|
443
446
|
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
444
447
|
"message": "Skripts"
|
|
445
448
|
},
|
|
@@ -456,7 +459,7 @@
|
|
|
456
459
|
"message": "HTTP/2 un HTTP/3 sniedz daudzas priek\u0161roc\u012bbas sal\u012bdzin\u0101jum\u0101 ar HTTP/1.1, piem\u0113ram, multipleks\u0113\u0161anu. [Uzziniet vair\u0101k par modern\u0101 HTTP izmanto\u0161anu](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
457
460
|
},
|
|
458
461
|
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
459
|
-
"message": "Neviens piepras\u012bjums neizmanto protokolu HTTP/1.1"
|
|
462
|
+
"message": "Neviens piepras\u012bjums neizmanto protokolu HTTP/1.1, vai ar\u012b pa\u0161reiz\u0113j\u0101 protokola HTTP/1.1 izmanto\u0161ana nenodro\u0161ina b\u016btiskas optimiz\u0101cijas iesp\u0113jas. Protokola HTTP/1.1 piepras\u012bjumi tiek atz\u012bm\u0113ti tikai tad, ja se\u0161i vai vair\u0101ki statiski elementi tiek ieg\u016bti no viena avota un tie netiek r\u0101d\u012bti no lok\u0101las izstr\u0101des vides vai tre\u0161\u0101s puses avota."
|
|
460
463
|
},
|
|
461
464
|
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
462
465
|
"message": "Protokols"
|
|
@@ -489,7 +492,7 @@
|
|
|
489
492
|
"message": "[Nov\u0113rsiet kritisko piepras\u012bjumu \u0137\u0113des](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains), samazinot \u0137\u0113\u017eu garumu, samazinot resursu lejupiel\u0101des apjomu vai atliekot nevajadz\u012bgo resursu lejupiel\u0101di, lai uzlabotu lapas iel\u0101di."
|
|
490
493
|
},
|
|
491
494
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
|
|
492
|
-
"message": "Pievienojiet [iepriek\u0161\u0113jas
|
|
495
|
+
"message": "Pievienojiet [iepriek\u0161\u0113jas savienojuma izveides](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) nor\u0101des saviem svar\u012bg\u0101kajiem avotiem, ta\u010du centieties izmantot ne vair\u0101k par \u010detriem avotiem."
|
|
493
496
|
},
|
|
494
497
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
|
|
495
498
|
"message": "Iepriek\u0161\u0113j\u0101s pievieno\u0161anas kandid\u0101ti"
|
|
@@ -557,6 +560,12 @@
|
|
|
557
560
|
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
558
561
|
"message": "CSS atlas\u012bt\u0101ja izmaksas"
|
|
559
562
|
},
|
|
563
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
|
|
564
|
+
"message": "Popul\u0101r\u0101k\u0101 atlas\u012bt\u0101ja pag\u0101ju\u0161ais laiks"
|
|
565
|
+
},
|
|
566
|
+
"models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
|
|
567
|
+
"message": "Popul\u0101r\u0101k\u0101 atlas\u012bt\u0101ja atbilst\u012bbas noteik\u0161anas m\u0113\u0123in\u0101jums"
|
|
568
|
+
},
|
|
560
569
|
"models/trace/insights/SlowCSSSelector.ts | topSelectors": {
|
|
561
570
|
"message": "Visilg\u0101k apstr\u0101d\u0101tie atlas\u012bt\u0101ji"
|
|
562
571
|
},
|
|
@@ -584,6 +593,9 @@
|
|
|
584
593
|
"models/trace/insights/Viewport.ts | description": {
|
|
585
594
|
"message": "Ja skatvieta nav optimiz\u0113ta mobilaj\u0101m ier\u012bc\u0113m, mijiedarb\u012bb\u0101 ar piesk\u0101rieniem var b\u016bt [aizkave l\u012bdz pat 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
586
595
|
},
|
|
596
|
+
"models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
|
|
597
|
+
"message": "Piesk\u0101riena aizkave mobilaj\u0101s ier\u012bc\u0113s"
|
|
598
|
+
},
|
|
587
599
|
"models/trace/insights/Viewport.ts | title": {
|
|
588
600
|
"message": "Skatvietas optimiz\u0101cija mobilaj\u0101m ier\u012bc\u0113m"
|
|
589
601
|
},
|
|
@@ -875,6 +887,9 @@
|
|
|
875
887
|
"panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
|
|
876
888
|
"message": "Lapas, kur\u0101s tiek izmantota saskarne SharedWorker, pa\u0161laik nav piem\u0113rotas piln\u012bgai saglab\u0101\u0161anai ke\u0161atmi\u0146\u0101."
|
|
877
889
|
},
|
|
890
|
+
"panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
|
|
891
|
+
"message": "\u0160\u012bs lapas dati tika no\u0146emti no ke\u0161atmi\u0146as, jo taj\u0101 tika sa\u0146emts zi\u0146ojums no SharedWorker."
|
|
892
|
+
},
|
|
878
893
|
"panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
|
|
879
894
|
"message": "Lapas, kur\u0101s tiek izmantota saskarne SpeedRecognizer, pa\u0161laik nav piem\u0113rotas piln\u012bgai saglab\u0101\u0161anai ke\u0161atmi\u0146\u0101."
|
|
880
895
|
},
|