lighthouse 12.4.0-dev.20250324 → 12.5.0-dev.20250325

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.
Files changed (47) hide show
  1. package/package.json +7 -7
  2. package/shared/localization/locales/ar-XB.json +28 -1
  3. package/shared/localization/locales/ar.json +34 -1
  4. package/shared/localization/locales/bg.json +34 -1
  5. package/shared/localization/locales/ca.json +34 -1
  6. package/shared/localization/locales/cs.json +34 -1
  7. package/shared/localization/locales/da.json +34 -1
  8. package/shared/localization/locales/de.json +34 -1
  9. package/shared/localization/locales/el.json +34 -1
  10. package/shared/localization/locales/en-GB.json +46 -1
  11. package/shared/localization/locales/en-XA.json +34 -1
  12. package/shared/localization/locales/es-419.json +34 -1
  13. package/shared/localization/locales/es.json +34 -1
  14. package/shared/localization/locales/fi.json +34 -1
  15. package/shared/localization/locales/fil.json +28 -1
  16. package/shared/localization/locales/fr.json +34 -1
  17. package/shared/localization/locales/he.json +28 -1
  18. package/shared/localization/locales/hi.json +28 -1
  19. package/shared/localization/locales/hr.json +34 -1
  20. package/shared/localization/locales/hu.json +35 -2
  21. package/shared/localization/locales/id.json +28 -1
  22. package/shared/localization/locales/it.json +34 -1
  23. package/shared/localization/locales/ja.json +34 -1
  24. package/shared/localization/locales/ko.json +43 -1
  25. package/shared/localization/locales/lt.json +34 -1
  26. package/shared/localization/locales/lv.json +34 -1
  27. package/shared/localization/locales/nl.json +31 -1
  28. package/shared/localization/locales/no.json +34 -1
  29. package/shared/localization/locales/pl.json +35 -2
  30. package/shared/localization/locales/pt-PT.json +28 -1
  31. package/shared/localization/locales/pt.json +28 -1
  32. package/shared/localization/locales/ro.json +28 -1
  33. package/shared/localization/locales/ru.json +28 -1
  34. package/shared/localization/locales/sk.json +29 -2
  35. package/shared/localization/locales/sl.json +29 -2
  36. package/shared/localization/locales/sr-Latn.json +28 -1
  37. package/shared/localization/locales/sr.json +28 -1
  38. package/shared/localization/locales/sv.json +28 -1
  39. package/shared/localization/locales/ta.json +28 -1
  40. package/shared/localization/locales/te.json +28 -1
  41. package/shared/localization/locales/th.json +28 -1
  42. package/shared/localization/locales/tr.json +28 -1
  43. package/shared/localization/locales/uk.json +28 -1
  44. package/shared/localization/locales/vi.json +29 -2
  45. package/shared/localization/locales/zh-HK.json +28 -1
  46. package/shared/localization/locales/zh-TW.json +28 -1
  47. package/shared/localization/locales/zh.json +28 -1
@@ -660,7 +660,10 @@
660
660
  "message": "Videoformate für animierte Inhalte verwenden"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Dank Polyfills und Transformationen können veraltete Browser die neuen JavaScript-Funktionen nutzen. Bei modernen Browsern hingegen sind viele davon nicht erforderlich. Für dein JavaScript-Bundle solltest du eine moderne Skriptimplementierungsstrategie unter Verwendung der module/nomodule-Funktionserkennung einsetzen. So kannst du einerseits den an moderne Browser übermittelten Code auf das Nötige reduzieren und gleichzeitig veraltete Browser bestmöglich unterstützen. [Informationen zur Verwendung modernen JavaScripts](https://web.dev/articles/publish-modern-javascript)"
663
+ "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "Auf der Seite wurde Version 2 von core-js erkannt. Ein Upgrade auf Version 3 bietet viele Leistungsverbesserungen."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Verhindern, dass in modernen Browsern veraltetes JavaScript bereitgestellt wird"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Textkomprimierung aktivieren"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Schweregrad"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "Der `X-Frame-Options`-Header (XFO) oder die `frame-ancestors`-Anweisung im `Content-Security-Policy`-Header (CSP) steuern, wo eine Seite eingebettet werden kann. Wenn das Einbetten der Seite auf einigen oder allen Websites blockiert wird, können dadurch Clickjacking-Angriffe abgeschwächt werden. [Weitere Informationen](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "Keine Richtlinie zur Kontrolle von Frames gefunden"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Clickjacking mit XFO oder CSP abschwächen"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "In den unten aufgeführten Ketten kritischer Anfragen kannst du sehen, welche Ressourcen mit einer hohen Priorität geladen werden. Versuche, die Ketten zu kürzen, die Downloadgröße von Ressourcen zu reduzieren oder das Herunterladen unnötiger Ressourcen zurückzustellen, um den Seitenaufbau zu beschleunigen. [Informationen dazu, wie sich das Verketten kritischer Anfragen vermeiden lässt.](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "Stellt Bilder mit angemessener Auflösung bereit"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Layout-Shift-Ergebnis"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Zugelassen"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Dies sind die Aufgaben zur Blockierung des Threads, die beim Erfassen des Messwerts „Interaction to Next Paint“ ausgeführt werden. [Weitere Informationen zum Messwert „Interaction to Next Paint“.](https://web.dev/articles/inp)"
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "{timeInMs, number, milliseconds} ms für {interactionType}-Ereignis benötigt"
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Ereignisziel"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Verbesserungen beim Zeichnen der ersten Inhalte"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Statistiken"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Messwerte"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Drittanbieter"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Gesamt"
1945
+ },
1919
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1920
1947
  "message": "Total Blocking Time"
1921
1948
  },
@@ -1952,6 +1979,9 @@
1952
1979
  "core/lib/lh-error.js | notHtml": {
1953
1980
  "message": "Die bereitgestellte Seite ist nicht vom Typ HTML (als MIME-Typ {mimeType} bereitgestellt)."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Diese Version von Chrome ist zu alt, um \"{featureName}\" zu unterstützen. Verwende eine neuere Version, um vollständige Ergebnisse anzusehen."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Die von dir angeforderte Seite konnte von Lighthouse nicht zuverlässig geladen werden. Überprüfe, ob du die richtige URL testest und der Server auf alle Anfragen angemessen reagiert."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Auf dunkles Design umschalten"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Experimentelle Statistiken ein-/ausschalten"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Erweiterten Bericht drucken"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Χρήση μορφών βίντεο για περιεχόμενο κινούμενων εικόνων"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Τα Polyfill και οι μετασχηματισμοί επιτρέπουν στα προγράμματα περιήγησης παλαιού τύπου να χρησιμοποιούν νέες λειτουργίες JavaScript. Ωστόσο, πολλές από αυτές δεν είναι απαραίτητες για σύγχρονα προγράμματα περιήγησης. Για JavaScript σε πακέτο, υιοθετήστε μια σύγχρονη στρατηγική ανάπτυξης σεναρίων χρησιμοποιώντας εντοπισμό λειτουργίας module/nomodule για μείωση του όγκου κώδικα που αποστέλλεται σε σύγχρονα προγράμματα περιήγησης, διατηρώντας την υποστήριξη για προγράμματα περιήγησης παλαιού τύπου. [Μάθετε πώς να χρησιμοποιείτε τη σύγχρονη JavaScript](https://web.dev/articles/publish-modern-javascript)"
663
+ "message": "Τα Polyfill και οι μετασχηματισμοί επιτρέπουν στα προγράμματα περιήγησης παλαιού τύπου να χρησιμοποιούν νέες λειτουργίες JavaScript. Ωστόσο, πολλές από αυτές δεν είναι απαραίτητες για σύγχρονα προγράμματα περιήγησης. Εξετάστε το ενδεχόμενο να τροποποιήσετε τη διαδικασία κατασκευής JavaScript, ώστε να μην μετατρέπονται οι λειτουργίες [Baseline](https://web.dev/baseline), εκτός εάν γνωρίζετε ότι πρέπει να υποστηρίζετε τα προγράμματα περιήγησης παλαιού τύπου. [Μάθετε γιατί οι περισσότεροι ιστότοποι μπορούν να αναπτύξουν κώδικα ES6+ χωρίς μετατροπή](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "Εντοπίστηκε στη σελίδα η έκδοση 2 του core-js. Για πολλές βελτιώσεις απόδοσης, θα πρέπει να αναβαθμίσετε στην έκδοση 3."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Αποφύγετε την προβολή JavaScript παλαιού τύπου σε σύγχρονα προγράμματα περιήγησης"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Ενεργοποίηση συμπίεσης κειμένου"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Σοβαρότητα"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "Η κεφαλίδα `X-Frame-Options` (XFO) ή η οδηγία `frame-ancestors` στο στοιχείο ελέγχου κεφαλίδας `Content-Security-Policy` (CSP) όπου μπορεί να ενσωματωθεί μια σελίδα. Μπορούν να μετριάσουν τις επιθέσεις click-jacking, εμποδίζοντας ορισμένους ή όλους τους ιστοτόπους να ενσωματώσουν τη σελίδα. [Μάθετε περισσότερα σχετικά με τον μετριασμό των επιθέσεων click-jacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "Δεν βρέθηκε πολιτική ελέγχου πλαισίου"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Μετριάστε τις επιθέσεις click-jacking με XFO ή CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Στις ακόλουθες αλυσίδες κρίσιμων αιτημάτων φαίνεται ποιοι πόροι φορτώνονται με υψηλή προτεραιότητα. Για τη βελτίωση της φόρτωσης των σελίδων, εξετάστε το ενδεχόμενο μείωσης του μεγέθους των αλυσίδων, μείωσης του μεγέθους λήψης πόρων ή καθυστέρησης λήψης των μη απαραίτητων πόρων. [Μάθετε πώς μπορείτε να αποφύγετε τη συσσώρευση κρίσιμων αιτημάτων](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "Προβάλλει εικόνες με κατάλληλη ανάλυση"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Βαθμολογία αλλαγής διάταξης"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Επιτρέπεται"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Αυτή είναι η εργασία αποκλεισμού νημάτων που πραγματοποιείται κατά τη μέτρηση Interaction to Next Paint. [Μάθετε περισσότερα σχετικά με τη μέτρηση Interaction to Next Paint](https://web.dev/articles/inp)."
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "Δαπανήθηκαν {timeInMs, number, milliseconds} ms στο συμβάν {interactionType}."
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Στόχος συμβάντος"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Βελτιώσεις πρώτης μορφής"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Insight"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Μετρήσεις"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Τρίτο μέρος"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Σύνολο"
1945
+ },
1919
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1920
1947
  "message": "Total Blocking Time"
1921
1948
  },
@@ -1952,6 +1979,9 @@
1952
1979
  "core/lib/lh-error.js | notHtml": {
1953
1980
  "message": "Η σελίδα που καταχωρίσατε δεν είναι HTML (προβάλλεται ως τύπος MIME {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Αυτή η έκδοση του Chrome είναι πολύ παλιά για να υποστηρίζει τη λειτουργία {featureName}. Χρησιμοποιήστε μια νεότερη έκδοση για να δείτε τα πλήρη αποτελέσματα."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Το Lighthouse δεν ήταν δυνατό να φορτώσει με αξιοπιστία τη σελίδα που ζητήσατε. Βεβαιωθείτε ότι ελέγχετε το σωστό URL και ότι ο διακομιστής ανταποκρίνεται σωστά σε όλα τα αιτήματα."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Εναλλαγή σκούρου θέματος"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Εναλλαγή πειραματικών insight"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Πλήρης εκτύπωση"
3463
3496
  },
@@ -590,6 +590,12 @@
590
590
  "core/audits/autocomplete.js | title": {
591
591
  "message": "`<input>` elements correctly use `autocomplete`"
592
592
  },
593
+ "core/audits/autocomplete.js | warningInvalid": {
594
+ "message": "`autocomplete` token(s): '{token}' is invalid in {snippet}"
595
+ },
596
+ "core/audits/autocomplete.js | warningOrder": {
597
+ "message": "Review order of tokens: '{tokens}' in {snippet}"
598
+ },
593
599
  "core/audits/bf-cache.js | actionableFailureType": {
594
600
  "message": "Actionable"
595
601
  },
@@ -654,7 +660,10 @@
654
660
  "message": "Use video formats for animated content"
655
661
  },
656
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
657
- "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code delivered to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https://web.dev/articles/publish-modern-javascript)"
663
+ "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "Version 2 of core-js was detected on the page. You should upgrade to version 3 for many performance improvements."
658
667
  },
659
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
660
669
  "message": "Avoid serving legacy JavaScript to modern browsers"
@@ -755,6 +764,18 @@
755
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
756
765
  "message": "Enable text compression"
757
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Severity"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "No frame control policy found"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Mitigate clickjacking with XFO or CSP"
778
+ },
758
779
  "core/audits/critical-request-chains.js | description": {
759
780
  "message": "The critical request chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
760
781
  },
@@ -1034,6 +1055,9 @@
1034
1055
  "core/audits/image-size-responsive.js | title": {
1035
1056
  "message": "Serves images with appropriate resolution"
1036
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Layout shift score"
1060
+ },
1037
1061
  "core/audits/is-on-https.js | allowed": {
1038
1062
  "message": "Allowed"
1039
1063
  },
@@ -1490,6 +1514,9 @@
1490
1514
  "core/audits/user-timings.js | title": {
1491
1515
  "message": "User Timing marks and measures"
1492
1516
  },
1517
+ "core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1518
+ "message": "A `<link rel=preconnect>` was found for '{securityOrigin}' but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
1519
+ },
1493
1520
  "core/audits/uses-rel-preconnect.js | description": {
1494
1521
  "message": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)."
1495
1522
  },
@@ -1499,6 +1526,12 @@
1499
1526
  "core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1500
1527
  "message": "More than two `<link rel=preconnect>` connections were found. These should be used sparingly and only to the most important origins."
1501
1528
  },
1529
+ "core/audits/uses-rel-preconnect.js | unusedWarning": {
1530
+ "message": "A `<link rel=preconnect>` was found for '{securityOrigin}' but was not used by the browser. Only use `preconnect` for important origins that the page will certainly request."
1531
+ },
1532
+ "core/audits/uses-rel-preload.js | crossoriginWarning": {
1533
+ "message": "A preload `<link>` was found for '{preloadURL}' but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
1534
+ },
1502
1535
  "core/audits/uses-rel-preload.js | description": {
1503
1536
  "message": "Consider using `<link rel=preload>` to prioritise fetching resources that are currently requested later in page load. [Learn how to preload key requests](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preload/)."
1504
1537
  },
@@ -1538,6 +1571,9 @@
1538
1571
  "core/audits/work-during-interaction.js | description": {
1539
1572
  "message": "This is the thread-blocking work occurring during the Interaction to Next Paint measurement. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
1540
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "{timeInMs, number, milliseconds} ms spent on event ‘{interactionType}’"
1576
+ },
1541
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1542
1578
  "message": "Event target"
1543
1579
  },
@@ -1640,6 +1676,9 @@
1640
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1641
1677
  "message": "First Paint Improvements"
1642
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Insights"
1681
+ },
1643
1682
  "core/config/default-config.js | metricGroupTitle": {
1644
1683
  "message": "Metrics"
1645
1684
  },
@@ -1901,6 +1940,9 @@
1901
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1902
1941
  "message": "Third-party"
1903
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Total"
1945
+ },
1904
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1905
1947
  "message": "Total Blocking Time"
1906
1948
  },
@@ -3446,6 +3488,9 @@
3446
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3447
3489
  "message": "Toggle Dark theme"
3448
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Toggle experimental insights"
3493
+ },
3449
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3450
3495
  "message": "Print expanded"
3451
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "[Ûšé vîðéö ƒöŕmåţš ƒöŕ åñîmåţéð çöñţéñţ one two three four five six seven eight]"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "[Þöļýƒîļļš åñð ţŕåñšƒöŕmš éñåбļé ļéĝåçý бŕöŵšéŕš ţö ûšé ñéŵ ĴåvåŠçŕîþţ ƒéåţûŕéš. Ĥöŵévéŕ, måñý åŕéñ'ţ ñéçéššåŕý ƒöŕ möðéŕñ бŕöŵšéŕš. Föŕ ýöûŕ бûñðļéð ĴåvåŠçŕîþţ, åðöþţ å möðéŕñ šçŕîþţ ðéþļöýméñţ šţŕåţéĝý ûšîñĝ möðûļé/ñömöðûļé ƒéåţûŕé ðéţéçţîöñ ţö ŕéðûçé ţĥé åmöûñţ öƒ çöðé šĥîþþéð ţö möðéŕñ бŕöŵšéŕš, ŵĥîļé ŕéţåîñîñĝ šûþþöŕţ ƒöŕ ļéĝåçý бŕöŵšéŕš. ᐅ[ᐊĻéåŕñ ĥöŵ ţö ûšé möðéŕñ ĴåvåŠçŕîþţᐅ](https://web.dev/articles/publish-modern-javascript)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty one two three four five six seven eight nine]"
663
+ "message": "[Þöļýƒîļļš åñð ţŕåñšƒöŕmš éñåбļé ļéĝåçý бŕöŵšéŕš ţö ûšé ñéŵ ĴåvåŠçŕîþţ ƒéåţûŕéš. Ĥöŵévéŕ, måñý åŕéñ'ţ ñéçéššåŕý ƒöŕ möðéŕñ бŕöŵšéŕš. Çöñšîðéŕ möðîƒýîñĝ ýöûŕ ĴåvåŠçŕîþţ бûîļð þŕöçéšš ţö ñöţ ţŕåñšþîļé ᐅ[ᐊБåšéļîñéᐅ](https://web.dev/baseline)ᐊ ƒéåţûŕéš, ûñļéšš ýöû ķñöŵ ýöû mûšţ šûþþöŕţ ļéĝåçý бŕöŵšéŕš. ᐅ[ᐊĻéåŕñ ŵĥý möšţ šîţéš çåñ ðéþļöý ÉŠ6+ çöðé ŵîţĥöûţ ţŕåñšþîļîñĝᐅ](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty]"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "[Véŕšîöñ 2 öƒ çöŕé-ĵš ŵåš ðéţéçţéð öñ ţĥé þåĝé. Ýöû šĥöûļð ûþĝŕåðé ţö véŕšîöñ 3 ƒöŕ måñý þéŕƒöŕmåñçé îmþŕövéméñţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "[Åvöîð šéŕvîñĝ ļéĝåçý ĴåvåŠçŕîþţ ţö möðéŕñ бŕöŵšéŕš one two three four five six seven eight nine ten eleven]"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "[Éñåбļé ţéxţ çömþŕéššîöñ one two three]"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "[Šévéŕîţý one]"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "[Ţĥé ᐅ`X-Frame-Options`ᐊ (XFÖ) ĥéåðéŕ öŕ ţĥé ᐅ`frame-ancestors`ᐊ ðîŕéçţîvé îñ ţĥé ᐅ`Content-Security-Policy`ᐊ (ÇŠÞ) ĥéåðéŕ çöñţŕöļ ŵĥéŕé å þåĝé çåñ бé émбéððéð. Ţĥéšé çåñ mîţîĝåţé çļîçķĵåçķîñĝ åţţåçķš бý бļöçķîñĝ šömé öŕ åļļ šîţéš ƒŕöm émбéððîñĝ ţĥé þåĝé. ᐅ[ᐊĻéåŕñ möŕé åбöûţ mîţîĝåţîñĝ çļîçķĵåçķîñĝᐅ](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone]"
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "[Ñö ƒŕåmé çöñţŕöļ þöļîçý ƒöûñð one two three four five six seven]"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "[Mîţîĝåţé çļîçķĵåçķîñĝ ŵîţĥ XFÖ öŕ ÇŠÞ one two three four five six seven eight]"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "[Ţĥé Çŕîţîçåļ Ŕéqûéšţ Çĥåîñš бéļöŵ šĥöŵ ýöû ŵĥåţ ŕéšöûŕçéš åŕé ļöåðéð ŵîţĥ å ĥîĝĥ þŕîöŕîţý. Çöñšîðéŕ ŕéðûçîñĝ ţĥé ļéñĝţĥ öƒ çĥåîñš, ŕéðûçîñĝ ţĥé ðöŵñļöåð šîžé öƒ ŕéšöûŕçéš, öŕ ðéƒéŕŕîñĝ ţĥé ðöŵñļöåð öƒ ûññéçéššåŕý ŕéšöûŕçéš ţö îmþŕövé þåĝé ļöåð. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð çĥåîñîñĝ çŕîţîçåļ ŕéqûéšţšᐅ](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix]"
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "[Šéŕvéš îmåĝéš ŵîţĥ åþþŕöþŕîåţé ŕéšöļûţîöñ one two three four five six seven eight nine]"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "[Ļåýöûţ šĥîƒţ šçöŕé one two three]"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "[Åļļöŵéð one]"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "[Ţĥîš îš ţĥé ţĥŕéåð-бļöçķîñĝ ŵöŕķ öççûŕŕîñĝ ðûŕîñĝ ţĥé Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méåšûŕéméñţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Îñţéŕåçţîöñ ţö Ñéxţ Þåîñţ méţŕîçᐅ](https://web.dev/articles/inp)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "[ᐅ{timeInMs, number, milliseconds}ᐊ mš šþéñţ öñ évéñţ 'ᐅ{interactionType}ᐊ' one two three four five six]"
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "[Évéñţ ţåŕĝéţ one two]"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "[Îñšîĝĥţš one]"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "[Méţŕîçš one]"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "[Ţĥîŕð-þåŕţý one two]"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "[Ţöţåļ one]"
1945
+ },
1919
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1920
1947
  "message": "[Ţöţåļ Бļöçķîñĝ Ţîmé one two three]"
1921
1948
  },
@@ -1952,6 +1979,9 @@
1952
1979
  "core/lib/lh-error.js | notHtml": {
1953
1980
  "message": "[Ţĥé þåĝé þŕövîðéð îš ñöţ ĤŢMĻ (šéŕvéð åš MÎMÉ ţýþé ᐅ{mimeType}ᐊ). one two three four five six seven eight nine ten eleven]"
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "[Ţĥîš véŕšîöñ öƒ Çĥŕömé îš ţöö öļð ţö šûþþöŕţ 'ᐅ{featureName}ᐊ'. Ûšé å ñéŵéŕ véŕšîöñ ţö šéé ƒûļļ ŕéšûļţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ŕéļîåбļý ļöåð ţĥé þåĝé ýöû ŕéqûéšţéð. Måķé šûŕé ýöû åŕé ţéšţîñĝ ţĥé çöŕŕéçţ ÛŔĻ åñð ţĥåţ ţĥé šéŕvéŕ îš þŕöþéŕļý ŕéšþöñðîñĝ ţö åļļ ŕéqûéšţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1957
1987
  },
@@ -2624,6 +2654,9 @@
2624
2654
  "report/renderer/report-utils.js | dropdownDarkTheme": {
2625
2655
  "message": "[Ţöĝĝļé Ðåŕķ Ţĥémé one two three]"
2626
2656
  },
2657
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
2658
+ "message": "[Ţöĝĝļé éxþéŕîméñţåļ îñšîĝĥţš one two three]"
2659
+ },
2627
2660
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
2628
2661
  "message": "[Þŕîñţ Éxþåñðéð one two]"
2629
2662
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Usa formatos de video para incluir contenido animado"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "El complemento Polyfill y las transformaciones permiten que los navegadores heredados utilicen nuevas funciones de JavaScript. Sin embargo, la mayoría no es necesaria en los navegadores actualizados. Para tus paquetes de JavaScript, adopta una estrategia moderna de implementación de secuencias de comandos mediante la detección de funciones de módulo/no módulo a fin de reducir la cantidad de código que se envía a los navegadores actualizados, mientras se mantiene la compatibilidad con navegadores heredados. [Más información sobre cómo usar JavaScript actualizado](https://web.dev/articles/publish-modern-javascript)"
663
+ "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "Se detectó la versión 2 de core-js en la página. Debes actualizar a la versión 3 para obtener muchas mejoras en el rendimiento."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Evita entregar instancias heredadas de JavaScript a navegadores modernos"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Habilita la compresión de texto"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Gravedad"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "El encabezado `X-Frame-Options` (XFO) o la directiva `frame-ancestors` en el encabezado `Content-Security-Policy` (CSP) controlan dónde se puede incorporar una página. Esto puede mitigar los ataques de clickjacking, ya que se bloquea que algunos o todos los sitios incorporen la página. [Obtén más información para mitigar el clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "No se encontró ninguna política de control de marcos"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Mitigar el clickjacking con XFO o CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Las cadenas de solicitudes críticas que se muestran a continuación indican qué recursos son de alta prioridad en la carga. Te recomendamos que reduzcas la longitud de las cadenas, disminuyas el tamaño de los recursos para la descarga o postergues la descarga de recursos innecesarios para mejorar la carga de la página. [Obtén información para evitar encadenar solicitudes críticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "Entrega imágenes con la resolución adecuada"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Puntuación de cambio de diseño"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Permitida"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Este es el trabajo de bloqueo de subprocesos que se produce durante la medición de la interacción a la siguiente pintura. [Obtén más información sobre la métrica de Interacción a la siguiente pintura](https://web.dev/articles/inp)."
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "Se dedican {timeInMs, number, milliseconds} ms al evento \"{interactionType}\""
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Objetivo del evento"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Mejoras del primer procesamiento de imagen"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Estadísticas"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Métricas"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Terceros"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Total"
1945
+ },
1919
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1920
1947
  "message": "Total Blocking Time"
1921
1948
  },
@@ -1952,6 +1979,9 @@
1952
1979
  "core/lib/lh-error.js | notHtml": {
1953
1980
  "message": "La página proporcionada no es HTML (se proporciona como el tipo de MIME {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Esta versión de Chrome no admite \"{featureName}\" porque es demasiado antigua. Usa una versión más reciente para ver los resultados completos."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Lighthouse no pudo cargar correctamente la página que solicitaste. Comprueba que estás probando la URL correcta y que el servidor responde correctamente a todas las solicitudes."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Activar o desactivar el Tema oscuro"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Activar o desactivar las estadísticas experimentales"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Se expandió la impresión"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Usa formatos de vídeo para incluir contenido animado"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Los polyfills y los transforms permiten que los navegadores antiguos utilicen las nuevas funciones de JavaScript. Sin embargo, muchos de estos polyfills y transforms no son necesarios para los navegadores modernos. Para tu JavaScript empaquetado, adopta una estrategia moderna de implementación de secuencias de comandos usando la detección de funciones module/nomodule para reducir la cantidad de código que se envía a los navegadores modernos sin perder la compatibilidad con los navegadores antiguos. [Consulta cómo utilizar JavaScript moderno](https://web.dev/articles/publish-modern-javascript)"
663
+ "message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
664
+ },
665
+ "core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
666
+ "message": "Se ha detectado la versión 2 de core-js en la página. Debes actualizar a la versión 3 para disfrutar de muchas mejoras de rendimiento."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Evita usar JavaScript antiguo en navegadores modernos"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Habilita la compresión de texto"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Gravedad"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "El encabezado `X-Frame-Options` (XFO) o la directiva `frame-ancestors` en el encabezado `Content-Security-Policy` (CSP) controlan dónde se puede insertar una página. Pueden mitigar los ataques de secuestro de clics impidiendo que algunos o todos los sitios puedan insertar la página. [Más información sobre cómo mitigar el secuestro de clics](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "No se han encontrado políticas de control de marcos"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Mitiga el secuestro de clics con XFO o CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Las cadenas de solicitud crítica que se muestran a continuación indican qué recursos son de alta prioridad. Te recomendamos que reduzcas la longitud de las cadenas, disminuyas el tamaño de los recursos o pospongas la descarga de recursos innecesarios para mejorar la carga de la página. [Consulta cómo evitar encadenar solicitudes críticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "Muestra imágenes con una resolución adecuada"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Puntuación del cambio de diseño"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Permitida"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Se trata del trabajo de bloqueo del hilo que se produce mientras se aplica la métrica Interacción con el siguiente renderizado. [Más información sobre la métrica Interacción con el siguiente renderizado](https://web.dev/articles/inp)"
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "{timeInMs, number, milliseconds} ms invertidos en el evento \"{interactionType}\""
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Objetivo de evento"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Mejoras del primer renderizado"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Estadísticas"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Métricas"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Recursos externos"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Total"
1945
+ },
1919
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1920
1947
  "message": "Total Blocking Time"
1921
1948
  },
@@ -1952,6 +1979,9 @@
1952
1979
  "core/lib/lh-error.js | notHtml": {
1953
1980
  "message": "La página proporcionada no es HTML (publicada en tipo de MIME {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Esta versión de Chrome es demasiado antigua y no es compatible con {featureName}. Usa una versión más reciente para ver resultados completos."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Lighthouse no ha podido cargar correctamente la página que has solicitado. Comprueba que estás probando la URL correcta y que el servidor responde correctamente a todas las solicitudes."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Activar o desactivar el tema oscuro"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Activar o desactivar estadísticas experimentales"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Imprimir versión ampliada"
3463
3496
  },