lighthouse 12.7.1-dev.20250710 → 12.8.0-dev.20250711
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/core/audits/insights/modern-http-insight.js +1 -1
- package/core/audits/trusted-types-xss.js +1 -1
- package/package.json +2 -2
- package/shared/localization/locales/ar-XB.json +9 -6
- package/shared/localization/locales/ar.json +9 -6
- package/shared/localization/locales/bg.json +9 -6
- package/shared/localization/locales/ca.json +9 -6
- package/shared/localization/locales/cs.json +9 -6
- package/shared/localization/locales/da.json +9 -6
- package/shared/localization/locales/de.json +9 -6
- package/shared/localization/locales/el.json +9 -6
- package/shared/localization/locales/en-GB.json +9 -6
- package/shared/localization/locales/en-US.json +15 -6
- package/shared/localization/locales/en-XL.json +15 -6
- package/shared/localization/locales/es-419.json +9 -6
- package/shared/localization/locales/es.json +9 -6
- package/shared/localization/locales/fi.json +9 -6
- package/shared/localization/locales/fil.json +9 -6
- package/shared/localization/locales/fr.json +9 -6
- package/shared/localization/locales/he.json +9 -6
- package/shared/localization/locales/hi.json +9 -6
- package/shared/localization/locales/hr.json +9 -6
- package/shared/localization/locales/hu.json +9 -6
- package/shared/localization/locales/id.json +9 -6
- package/shared/localization/locales/it.json +9 -6
- package/shared/localization/locales/ja.json +9 -6
- package/shared/localization/locales/ko.json +9 -6
- package/shared/localization/locales/lt.json +9 -6
- package/shared/localization/locales/lv.json +9 -6
- package/shared/localization/locales/nl.json +9 -6
- package/shared/localization/locales/no.json +9 -6
- package/shared/localization/locales/pl.json +9 -6
- package/shared/localization/locales/pt-PT.json +9 -6
- package/shared/localization/locales/pt.json +9 -6
- package/shared/localization/locales/ro.json +9 -6
- package/shared/localization/locales/ru.json +9 -6
- package/shared/localization/locales/sk.json +9 -6
- package/shared/localization/locales/sl.json +9 -6
- package/shared/localization/locales/sr-Latn.json +9 -6
- package/shared/localization/locales/sr.json +9 -6
- package/shared/localization/locales/sv.json +9 -6
- package/shared/localization/locales/ta.json +9 -6
- package/shared/localization/locales/te.json +9 -6
- package/shared/localization/locales/th.json +9 -6
- package/shared/localization/locales/tr.json +8 -5
- package/shared/localization/locales/uk.json +8 -5
- package/shared/localization/locales/vi.json +9 -6
- package/shared/localization/locales/zh-HK.json +9 -6
- package/shared/localization/locales/zh-TW.json +9 -6
- package/shared/localization/locales/zh.json +9 -6
|
@@ -1497,7 +1497,7 @@
|
|
|
1497
1497
|
"message": "Severity"
|
|
1498
1498
|
},
|
|
1499
1499
|
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
-
"message": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://
|
|
1500
|
+
"message": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
1501
|
},
|
|
1502
1502
|
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
1503
|
"message": "No `Content-Security-Policy` header with Trusted Types directive found"
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"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."
|
|
2224
2224
|
},
|
|
2225
2225
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | H1UserAgentFontSizeInSection": {
|
|
2226
|
-
"message": "Found an
|
|
2226
|
+
"message": "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
|
|
2227
2227
|
},
|
|
2228
2228
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | HostCandidateAttributeGetter": {
|
|
2229
2229
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
@@ -2270,6 +2270,9 @@
|
|
|
2270
2270
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | OverflowVisibleOnReplacedElement": {
|
|
2271
2271
|
"message": "Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
|
|
2272
2272
|
},
|
|
2273
|
+
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | OverrideFlashEmbedwithHTML": {
|
|
2274
|
+
"message": "Legacy flash video embed has been rewritten to HTML iframe. Flash is long gone, this rewriting hack is deprecated and may be removed in the future."
|
|
2275
|
+
},
|
|
2273
2276
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | PaymentInstruments": {
|
|
2274
2277
|
"message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
|
|
2275
2278
|
},
|
|
@@ -2339,9 +2342,6 @@
|
|
|
2339
2342
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2340
2343
|
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2341
2344
|
},
|
|
2342
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2343
|
-
"message": "The GPUAdapter isFallbackAdapter attribute is deprecated, instead use the GPUAdapterInfo isFallbackAdapter attribute."
|
|
2344
|
-
},
|
|
2345
2345
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2346
2346
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
2347
2347
|
},
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
2644
2644
|
},
|
|
2645
2645
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | noOldProtocolRequests": {
|
|
2646
|
-
"message": "No requests used HTTP/1.1"
|
|
2646
|
+
"message": "No requests used HTTP/1.1, or its current use of HTTP/1.1 does not present a significant optimization opportunity. HTTP/1.1 requests are only flagged if six or more static assets originate from the same origin, and they are not served from a local development environment or a third-party source."
|
|
2647
2647
|
},
|
|
2648
2648
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | protocol": {
|
|
2649
2649
|
"message": "Protocol"
|
|
@@ -2744,6 +2744,12 @@
|
|
|
2744
2744
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
|
|
2745
2745
|
"message": "CSS Selector costs"
|
|
2746
2746
|
},
|
|
2747
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2748
|
+
"message": "Top selector elaspsed time"
|
|
2749
|
+
},
|
|
2750
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2751
|
+
"message": "Top selector match attempt"
|
|
2752
|
+
},
|
|
2747
2753
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectors": {
|
|
2748
2754
|
"message": "Top selectors"
|
|
2749
2755
|
},
|
|
@@ -3065,6 +3071,9 @@
|
|
|
3065
3071
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | sharedWorker": {
|
|
3066
3072
|
"message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
|
|
3067
3073
|
},
|
|
3074
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | sharedWorkerMessage": {
|
|
3075
|
+
"message": "The page was evicted from the cache because it received a message from a SharedWorker"
|
|
3076
|
+
},
|
|
3068
3077
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | speechRecognizer": {
|
|
3069
3078
|
"message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
|
|
3070
3079
|
},
|
|
@@ -1497,7 +1497,7 @@
|
|
|
1497
1497
|
"message": "Ŝév̂ér̂ít̂ý"
|
|
1498
1498
|
},
|
|
1499
1499
|
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
-
"message": "T̂h́ê `require-trusted-types-for` d́îŕêćt̂ív̂é îń t̂h́ê `Content-Security-Policy` (ĆŜṔ) ĥéâd́êŕ îńŝt́r̂úĉt́ŝ úŝér̂ áĝén̂t́ŝ t́ô ćôńt̂ŕôĺ t̂h́ê d́ât́â ṕâśŝéd̂ t́ô D́ÔḾ X̂ŚŜ śîńk̂ f́ûńĉt́îón̂ś. [L̂éâŕn̂ ḿôŕê áb̂óût́ m̂ít̂íĝát̂ín̂ǵ D̂ÓM̂-b́âśêd́ X̂ŚŜ ẃît́ĥ T́r̂úŝt́êd́ T̂ýp̂éŝ](https://
|
|
1500
|
+
"message": "T̂h́ê `require-trusted-types-for` d́îŕêćt̂ív̂é îń t̂h́ê `Content-Security-Policy` (ĆŜṔ) ĥéâd́êŕ îńŝt́r̂úĉt́ŝ úŝér̂ áĝén̂t́ŝ t́ô ćôńt̂ŕôĺ t̂h́ê d́ât́â ṕâśŝéd̂ t́ô D́ÔḾ X̂ŚŜ śîńk̂ f́ûńĉt́îón̂ś. [L̂éâŕn̂ ḿôŕê áb̂óût́ m̂ít̂íĝát̂ín̂ǵ D̂ÓM̂-b́âśêd́ X̂ŚŜ ẃît́ĥ T́r̂úŝt́êd́ T̂ýp̂éŝ](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
1501
|
},
|
|
1502
1502
|
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
1503
|
"message": "N̂ó `Content-Security-Policy` ĥéâd́êŕ ŵít̂h́ T̂ŕûśt̂éd̂ T́ŷṕêś d̂ír̂éĉt́îv́ê f́ôún̂d́"
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"message": "getUserMedia() n̂ó l̂ón̂ǵêŕ ŵór̂ḱŝ ón̂ ín̂śêćûŕê ór̂íĝín̂ś. T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://ǵôó.ĝĺê/ćĥŕôḿê-ín̂śêćûŕê-ór̂íĝín̂ś f̂ór̂ ḿôŕê d́êt́âíl̂ś."
|
|
2224
2224
|
},
|
|
2225
2225
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | H1UserAgentFontSizeInSection": {
|
|
2226
|
-
"message": "F̂óûńd̂ án̂
|
|
2226
|
+
"message": "F̂óûńd̂ án̂ <h1> t́âǵ ŵít̂h́îń âń <article>, <aside>, <nav>, ôŕ <section> ŵh́îćĥ d́ôéŝ ńôt́ ĥáv̂é â śp̂éĉíf̂íêd́ f̂ón̂t́-ŝíẑé. T̂h́ê śîźê óf̂ t́ĥíŝ h́êád̂ín̂ǵ t̂éx̂t́ ŵíl̂ĺ b̂é ĉh́âńĝín̂ǵ îń t̂h́îś b̂ŕôẃŝér̂ ín̂ t́ĥé n̂éâŕ f̂út̂úr̂é. Ŝéê h́t̂t́p̂ś://d̂év̂él̂óp̂ér̂.ḿôźîĺl̂á.ôŕĝ/én̂-ÚŜ/d́ôćŝ/Ẃêb́/ĤT́M̂Ĺ/Êĺêḿêńt̂/H́êád̂ín̂ǵ_Êĺêḿêńt̂ś#ŝṕêćîf́ŷín̂ǵ_â_ún̂íf̂ór̂ḿ_f̂ón̂t́_ŝíẑé_f̂ór̂_h́1 f̂ór̂ ḿôŕê ín̂f́ôŕm̂át̂íôń."
|
|
2227
2227
|
},
|
|
2228
2228
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | HostCandidateAttributeGetter": {
|
|
2229
2229
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê RTCPeerConnectionIceErrorEvent.address ór̂ RTCPeerConnectionIceErrorEvent.port ín̂śt̂éâd́."
|
|
@@ -2270,6 +2270,9 @@
|
|
|
2270
2270
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | OverflowVisibleOnReplacedElement": {
|
|
2271
2271
|
"message": "Ŝṕêćîf́ŷín̂ǵ overflow: visible ôń îḿĝ, v́îd́êó âńd̂ ćâńv̂áŝ t́âǵŝ ḿâý ĉáûśê t́ĥém̂ t́ô ṕr̂ód̂úĉé v̂íŝúâĺ ĉón̂t́êńt̂ óût́ŝíd̂é ôf́ t̂h́ê él̂ém̂én̂t́ b̂óûńd̂ś. Ŝéê h́t̂t́p̂ś://ĝít̂h́ûb́.ĉóm̂/ẂÎĆĜ/śĥár̂éd̂-él̂ém̂én̂t́-t̂ŕâńŝít̂íôńŝ/b́l̂ób̂/ḿâín̂/d́êb́ûǵĝín̂ǵ_ôv́êŕf̂ĺôẃ_ôń_îḿâǵêś.m̂d́."
|
|
2272
2272
|
},
|
|
2273
|
+
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | OverrideFlashEmbedwithHTML": {
|
|
2274
|
+
"message": "L̂éĝáĉý f̂ĺâśĥ v́îd́êó êḿb̂éd̂ h́âś b̂éêń r̂éŵŕît́t̂én̂ t́ô H́T̂ḾL̂ íf̂ŕâḿê. F́l̂áŝh́ îś l̂ón̂ǵ ĝón̂é, t̂h́îś r̂éŵŕît́îńĝ h́âćk̂ íŝ d́êṕr̂éĉát̂éd̂ án̂d́ m̂áŷ b́ê ŕêḿôv́êd́ îń t̂h́ê f́ût́ûŕê."
|
|
2275
|
+
},
|
|
2273
2276
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | PaymentInstruments": {
|
|
2274
2277
|
"message": "paymentManager.instruments îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê j́ûśt̂-ín̂-t́îḿê ín̂śt̂ál̂ĺ f̂ór̂ ṕâým̂én̂t́ ĥán̂d́l̂ér̂ś îńŝt́êád̂."
|
|
2275
2278
|
},
|
|
@@ -2339,9 +2342,6 @@
|
|
|
2339
2342
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2340
2343
|
"message": "Êx́t̂én̂śîón̂ś ŝh́ôúl̂d́ ôṕt̂ ín̂t́ô ćr̂óŝś-ôŕîǵîń îśôĺât́îón̂ t́ô ćôńt̂ín̂úê úŝín̂ǵ SharedArrayBuffer. Ŝéê h́t̂t́p̂ś://d̂év̂él̂óp̂ér̂.ćĥŕôḿê.ćôḿ/d̂óĉś/êx́t̂én̂śîón̂ś/m̂v́3/ĉŕôśŝ-ór̂íĝín̂-íŝól̂át̂íôń/."
|
|
2341
2344
|
},
|
|
2342
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2343
|
-
"message": "T̂h́ê ǴP̂ÚÂd́âṕt̂ér̂ isFallbackAdapter át̂t́r̂íb̂út̂é îś d̂ép̂ŕêćât́êd́, îńŝt́êád̂ úŝé t̂h́ê ǴP̂ÚÂd́âṕt̂ér̂Ín̂f́ô isFallbackAdapter át̂t́r̂íb̂út̂é."
|
|
2344
|
-
},
|
|
2345
2345
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2346
2346
|
"message": "ÛT́F̂-16 íŝ ńôt́ ŝúp̂ṕôŕt̂éd̂ b́ŷ ŕêśp̂ón̂śê j́ŝón̂ ín̂ XMLHttpRequest"
|
|
2347
2347
|
},
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"message": "ĤT́T̂Ṕ/2 âńd̂ H́T̂T́P̂/3 óf̂f́êŕ m̂án̂ý b̂én̂éf̂ít̂ś ôv́êŕ ĤT́T̂Ṕ/1.1, ŝúĉh́ âś m̂úl̂t́îṕl̂éx̂ín̂ǵ. [L̂éâŕn̂ ḿôŕê áb̂óût́ ûśîńĝ ḿôd́êŕn̂ H́T̂T́P̂](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
2644
2644
|
},
|
|
2645
2645
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | noOldProtocolRequests": {
|
|
2646
|
-
"message": "N̂ó r̂éq̂úêśt̂ś ûśêd́ ĤT́T̂Ṕ/1.1"
|
|
2646
|
+
"message": "N̂ó r̂éq̂úêśt̂ś ûśêd́ ĤT́T̂Ṕ/1.1, ôŕ ît́ŝ ćûŕr̂én̂t́ ûśê óf̂ H́T̂T́P̂/1.1 d́ôéŝ ńôt́ p̂ŕêśêńt̂ á ŝíĝńîf́îćâńt̂ óp̂t́îḿîźât́îón̂ óp̂ṕôŕt̂ún̂ít̂ý. ĤT́T̂Ṕ/1.1 r̂éq̂úêśt̂ś âŕê ón̂ĺŷ f́l̂áĝǵêd́ îf́ ŝíx̂ ór̂ ḿôŕê śt̂át̂íĉ áŝśêt́ŝ ór̂íĝín̂át̂é f̂ŕôḿ t̂h́ê śâḿê ór̂íĝín̂, án̂d́ t̂h́êý âŕê ńôt́ ŝér̂v́êd́ f̂ŕôḿ â ĺôćâĺ d̂év̂él̂óp̂ḿêńt̂ én̂v́îŕôńm̂én̂t́ ôŕ â t́ĥír̂d́-p̂ár̂t́ŷ śôúr̂ćê."
|
|
2647
2647
|
},
|
|
2648
2648
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ModernHTTP.js | protocol": {
|
|
2649
2649
|
"message": "P̂ŕôt́ôćôĺ"
|
|
@@ -2744,6 +2744,12 @@
|
|
|
2744
2744
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | title": {
|
|
2745
2745
|
"message": "ĈŚŜ Śêĺêćt̂ór̂ ćôśt̂ś"
|
|
2746
2746
|
},
|
|
2747
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2748
|
+
"message": "T̂óp̂ śêĺêćt̂ór̂ él̂áŝṕŝéd̂ t́îḿê"
|
|
2749
|
+
},
|
|
2750
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2751
|
+
"message": "T̂óp̂ śêĺêćt̂ór̂ ḿât́ĉh́ ât́t̂ém̂ṕt̂"
|
|
2752
|
+
},
|
|
2747
2753
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectors": {
|
|
2748
2754
|
"message": "T̂óp̂ śêĺêćt̂ór̂ś"
|
|
2749
2755
|
},
|
|
@@ -3065,6 +3071,9 @@
|
|
|
3065
3071
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | sharedWorker": {
|
|
3066
3072
|
"message": "P̂áĝéŝ t́ĥát̂ úŝé Ŝh́âŕêd́Ŵór̂ḱêŕ âŕê ńôt́ ĉúr̂ŕêńt̂ĺŷ él̂íĝíb̂ĺê f́ôŕ b̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé."
|
|
3067
3073
|
},
|
|
3074
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | sharedWorkerMessage": {
|
|
3075
|
+
"message": "T̂h́ê ṕâǵê ẃâś êv́îćt̂éd̂ f́r̂óm̂ t́ĥé ĉáĉh́ê b́êćâúŝé ît́ r̂éĉéîv́êd́ â ḿêśŝáĝé f̂ŕôḿ â Śĥár̂éd̂Ẃôŕk̂ér̂"
|
|
3076
|
+
},
|
|
3068
3077
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | speechRecognizer": {
|
|
3069
3078
|
"message": "P̂áĝéŝ t́ĥát̂ úŝé Ŝṕêéĉh́R̂éĉóĝńîźêŕ âŕê ńôt́ ĉúr̂ŕêńt̂ĺŷ él̂íĝíb̂ĺê f́ôŕ b̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé."
|
|
3070
3079
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Las extensiones deben habilitar el aislamiento de origen cruzado a fin de seguir utilizando SharedArrayBuffer. Consulta https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "El atributo isFallbackAdapter de GPUAdapter está obsoleto. En su lugar, usa el atributo isFallbackAdapter de GPUAdapterInfo."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "UTF-16 no es compatible con el archivo json de respuesta de XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Principales causantes del cambio de diseño"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Elemento de imagen sin tamaño"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Peor clúster"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Tuvo redireccionamientos ({PH1} redireccionamientos, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "El servidor respondió con lentitud ({PH1} observado)
|
|
2412
|
+
"message": "El servidor respondió con lentitud ({PH1} observado)"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "No se aplicó ninguna compresión"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Evita redireccionamientos"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "El servidor responde rápidamente ({PH1} observado)
|
|
2421
|
+
"message": "El servidor responde rápidamente ({PH1} observado)"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Aplicar la compresión de texto"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Evita encadenar solicitudes críticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) reduciendo la longitud de las cadenas, disminuyendo el tamaño de los recursos para la descarga o postergando la descarga de recursos innecesarios para mejorar la carga de la página."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Agrega sugerencias de [conexión previa](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) a tus orígenes más importantes, pero intenta usar
|
|
2589
|
+
"message": "Agrega sugerencias de [conexión previa](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) a tus orígenes más importantes, pero intenta usar no más de 4."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Candidatos para la conexión previa"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Las interacciones de presión pueden [retrasarse hasta 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) si el viewport no está optimizado para dispositivos móviles."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Retraso de toque en dispositivo móvil"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Optimiza el viewport para dispositivos móviles"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Las extensiones deben aceptar el aislamiento de otros orígenes para seguir usando SharedArrayBuffer. Consulta https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "El atributo isFallbackAdapter de GPUAdapter no está disponible. En su lugar, usa el atributo isFallbackAdapter de GPUAdapterInfo."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "UTF‑16 no es compatible con response.json en XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Principales causantes de los cambios de diseño"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Peor clúster"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Tenía redirecciones ({PH1} redirecciones, más de {PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "El servidor ha respondido lentamente (observado: {PH1})
|
|
2412
|
+
"message": "El servidor ha respondido lentamente (observado: {PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Ninguna compresión aplicada"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Evita las redirecciones"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "El servidor responde rápidamente (observado: {PH1})
|
|
2421
|
+
"message": "El servidor responde rápidamente (observado: {PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Aplica compresión de texto"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Evita encadenar solicitudes críticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) reduciendo la longitud de las cadenas, disminuyendo el tamaño de los recursos o posponiendo la descarga de recursos innecesarios para mejorar la carga de la página."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Añade sugerencias para [establecer conexión previamente](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) con tus orígenes más importantes, pero intenta usar
|
|
2589
|
+
"message": "Añade sugerencias para [establecer conexión previamente](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) con tus orígenes más importantes, pero intenta usar 4 como máximo."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Candidatos para establecer conexión previamente"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Las interacciones de toque pueden [retrasarse hasta 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) si el viewport no está optimizado para móviles."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Retraso de toque en móvil"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Optimizar viewport para móviles"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Laajennusten pitäisi ottaa muista lähteistä eristäminen käyttöön, jotta ne voivat jatkaa tämän käyttöä: SharedArrayBuffer. Lue lisää osoitteesta https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter ‑määrite on poistettu käytöstä. Käytä sen sijaan GPUAdapterInfo isFallbackAdapter ‑määritettä."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "Vastaus-JSON ei tue UTF-16:ta kohteessa XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Asettelun muutoksen yleisimmät aiheuttajat"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Kuvaelementti, jonka kokoa ei ole asetettu"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Huonoin klusteri"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Uudelleenohjauksia ({PH1} uudelleenohjausta, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Palvelin vastasi hitaasti (havaittu {PH1})
|
|
2412
|
+
"message": "Palvelin vastasi hitaasti (havaittu {PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Ei pakattu"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Välttää uudelleenohjaukset"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Palvelin vastaa nopeasti (havaittu {PH1})
|
|
2421
|
+
"message": "Palvelin vastaa nopeasti (havaittu {PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Pakkaa tekstin"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Vältä kriittisten pyyntöjen ketjuttamista](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) lyhentämällä ketjuja, pienentämällä resurssien latauskokoa ja lykkäämällä tarpeettomien resurssien lataamista."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Lisää [ennakkoyhdistämisen](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) vihjeitä tärkeimpiin alkuperiin, mutta pyri käyttämään
|
|
2589
|
+
"message": "Lisää [ennakkoyhdistämisen](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) vihjeitä tärkeimpiin alkuperiin, mutta pyri käyttämään enintään neljää."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Ennakkoyhteydet"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Napautusinteraktiot voivat [viivästyä jopa 300 ms:lla](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/), jos näkymää ei ole optimoitu mobiililaitteille."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Mobiililaitteen napautuksen viive"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Optimoi näkymä mobiililaitteille"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Dapat mag-opt in ang mga extension sa mga pag-isolate ng cross-origin para patuloy na magamit ang SharedArrayBuffer. Tingnan ang https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "Hindi na ginagamit ang attribute na isFallbackAdapter ng GPUAdapter, sa halip ay gamitin ang attribute na isFallbackAdapter ng GPUAdapterInfo."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "Hindi sinusuportahan ang UTF-16 ng sagot na json sa XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Mga nangungunang dahilan ng pagbabago sa layout"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Pinakahindi magandang cluster"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Nagkaroon ng mga pag-redirect ({PH1} (na) pag-redirect, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Mabagal na tumutugon ang server (naobserbahan ang {PH1})
|
|
2412
|
+
"message": "Mabagal na tumutugon ang server (naobserbahan ang {PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Wala inilapat na pag-compress"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Umiiwas sa mga pag-redirect"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Mabilis na tumutugon ang server (naobserbahan ang {PH1})
|
|
2421
|
+
"message": "Mabilis na tumutugon ang server (naobserbahan ang {PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Naglalapat ng pag-compress ng text"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Iwasan ang pag-chain ng mahahalagang request](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) sa pamamagitan ng pagbabawas sa haba ng mga chain, pagbabawas sa laki ng mga dina-download na resource, o pagpapaliban sa pag-download ng mga hindi kinakailangang resource para mapabilis ang pag-load ng page."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Magdagdag ng mga hint sa [pag-preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) sa mga pinakamahalagang origin mo, pero subukang gumamit ng
|
|
2589
|
+
"message": "Magdagdag ng mga hint sa [pag-preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) sa mga pinakamahalagang origin mo, pero subukang gumamit ng hindi lalampas sa 4."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Mag-preconnect ng mga candidate"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Posibleng [maantala nang hanggang 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) ang mga interaction sa pag-tap kung hindi na-optimize para sa mobile ang viewport."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Pagkaantala sa pag-tap sa mobile"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "I-optimize ang viewport para sa mobile"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Les extensions doivent activer l'isolation multi-origine pour pouvoir continuer à utiliser SharedArrayBuffer. Consultez https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "L'attribut isFallbackAdapter de GPUAdapter est obsolète. Utilisez plutôt l'attribut isFallbackAdapter de GPUAdapterInfo."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "Les réponses json n'acceptent pas l'encodage UTF-16 dans XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Principales causes des décalages de mise en page"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Pire cluster"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "A eu des redirections ({PH1} redirections, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Le serveur a répondu lentement ({PH1} observées)
|
|
2412
|
+
"message": "Le serveur a répondu lentement ({PH1} observées)"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Aucune compression appliquée"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Pas de redirections"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Le serveur répond rapidement ({PH1} observées)
|
|
2421
|
+
"message": "Le serveur répond rapidement ({PH1} observées)"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Applique la compression de texte"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Évitez les chaînes de requêtes critiques](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) en réduisant la longueur des chaînes ou la taille de téléchargement des ressources, ou en reportant le téléchargement de ressources inutiles, afin d'améliorer le chargement des pages."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Ajoutez des hints de [préconnexion](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) à vos origines les plus importantes, mais essayez
|
|
2589
|
+
"message": "Ajoutez des hints de [préconnexion](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) à vos origines les plus importantes, mais essayez de ne pas en utiliser plus de quatre."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Candidats pour la préconnexion"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Les interactions tactiles peuvent être [retardées jusqu'à 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) si la fenêtre d'affichage n'est pas optimisée pour les mobiles."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Retard de l'appui sur mobile"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Optimiser la fenêtre d'affichage pour les mobiles"
|
|
2686
2689
|
},
|
|
@@ -2318,9 +2318,6 @@
|
|
|
2318
2318
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2319
2319
|
"message": "כדי להמשיך להשתמש ב-SharedArrayBuffer, צריך לאשר חסימה לגישה מדומיינים אחרים בתוספים. הסבר זמין בכתובת https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2320
2320
|
},
|
|
2321
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2322
|
-
"message": "המאפיין isFallbackAdapter של GPUAdapter הוצא משימוש. צריך להשתמש במקומו במאפיין isFallbackAdapter של GPUAdapterInfo."
|
|
2323
|
-
},
|
|
2324
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2325
2322
|
"message": "אין תמיכה ב-UTF-16 ב-JSON של התגובה ב-XMLHttpRequest"
|
|
2326
2323
|
},
|
|
@@ -2351,6 +2348,9 @@
|
|
|
2351
2348
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2352
2349
|
"message": "הגורמים המובילים לשינוי הפריסה"
|
|
2353
2350
|
},
|
|
2351
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2352
|
+
"message": "Unsized image element"
|
|
2353
|
+
},
|
|
2354
2354
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2355
2355
|
"message": "האשכול הגרוע ביותר"
|
|
2356
2356
|
},
|
|
@@ -2406,7 +2406,7 @@
|
|
|
2406
2406
|
"message": "היו הפניות אוטומטיות ({PH1} הפניות אוטומטיות, +{PH2})"
|
|
2407
2407
|
},
|
|
2408
2408
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2409
|
-
"message": "השרת הגיב באיטיות ({PH1}
|
|
2409
|
+
"message": "השרת הגיב באיטיות (הערך שנמדד הוא {PH1})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2412
2412
|
"message": "לא הוחלה דחיסת נתונים"
|
|
@@ -2415,7 +2415,7 @@
|
|
|
2415
2415
|
"message": "בקשת המסמך לא מבצעת הפניות לכתובות אחרות"
|
|
2416
2416
|
},
|
|
2417
2417
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2418
|
-
"message": "השרת מגיב במהירות ({PH1}
|
|
2418
|
+
"message": "השרת מגיב במהירות (הערך שנמדד הוא {PH1})"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2421
2421
|
"message": "החלת דחיסת טקסט"
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
"message": "[כדאי להימנע משרשראות של בקשות קריטיות](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains). מומלץ לקצר את השרשראות, להקטין את גודל ההורדה של משאבים או לעכב את ההורדה של משאבים לא נחוצים כדי לשפר את מהירות טעינת הדף."
|
|
2584
2584
|
},
|
|
2585
2585
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2586
|
-
"message": "אפשר להוסיף רמזים [לקישורים מקדימים](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) למקורות החשובים ביותר, אבל כדאי להשתמש
|
|
2586
|
+
"message": "אפשר להוסיף רמזים [לקישורים מקדימים](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) למקורות החשובים ביותר, אבל כדאי להשתמש ב-4 רמזים לכל היותר."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2589
2589
|
"message": "מקורות מתאימים לקישור מקדים"
|
|
@@ -2678,6 +2678,9 @@
|
|
|
2678
2678
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2679
2679
|
"message": "יכול להיות שאינטראקציות של לחיצה [יעוכבו בעד 300 אלפיות השנייה](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) אם אזור התצוגה לא עבר אופטימיזציה לנייד."
|
|
2680
2680
|
},
|
|
2681
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2682
|
+
"message": "עיכוב בלחיצה על הנייד"
|
|
2683
|
+
},
|
|
2681
2684
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2682
2685
|
"message": "אופטימיזציה של אזור התצוגה לנייד"
|
|
2683
2686
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter एट्रिब्यूट अब काम नहीं करता. इसके बजाय, GPUAdapterInfo isFallbackAdapter एट्रिब्यूट इस्तेमाल करें."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "UTF-16 is not supported by response json in XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "लेआउट शिफ़्ट की मुख्य वजहें"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "सबसे खराब क्लस्टर"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "डॉक्यूमेंट के अनुरोध में रीडायरेक्ट करने वाले लिंक मौजूद थे ({PH1} रीडायरेक्ट, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "सर्वर धीरे काम कर रहा है ({PH1} तक इंतज़ार किया)
|
|
2412
|
+
"message": "सर्वर धीरे काम कर रहा है ({PH1} तक इंतज़ार किया)"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "कोई कंप्रेस नहीं किया गया"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "डॉक्यूमेंट के अनुरोध में रीडायरेक्ट करने वाला कोई लिंक मौजूद नहीं था"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "सर्वर
|
|
2421
|
+
"message": "सर्वर तेज़ी से काम कर रहा है ({PH1} तक इंतज़ार किया)"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "टेक्स्ट कंप्रेस कर दिया गया है"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "पेज लोड होने की प्रोसेस को बेहतर बनाने के लिए, [एक-दूसरे पर निर्भर रहने वाले ज़रूरी अनुरोधों की चेन न बनाएं](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains). इसके लिए चेन की लेंथ कम रखें और कम साइज़ वाले रिसॉर्स डाउनलोड करें. इसके अलावा, अनचाहे रिसॉर्स डाउनलोड न करें."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "सबसे अहम
|
|
2589
|
+
"message": "सबसे अहम वेबसाइटों में, [प्रीकनेक्ट](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) (पहले से लोड करने का निर्देश) करने के लिए संकेत जोड़ें. हालांकि, चार से ज़्यादा संकेत नहीं जोड़ें जा सकते."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "ऑरिजिन को पहले से कनेक्ट करें"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "अगर व्यूपोर्ट को मोबाइल के लिए ऑप्टिमाइज़ नहीं किया गया है, तो टैप इंटरैक्शन में [300 मि॰से॰ तक की देरी](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) हो सकती है."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "मोबाइल की स्क्रीन पर टैप करके कार्रवाई करने में देरी हुई"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "मोबाइल के लिए व्यूपोर्ट को ऑप्टिमाइज़ करें"
|
|
2686
2689
|
},
|