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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.4.0-dev.20250324",
4
+ "version": "12.5.0-dev.20250325",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -171,7 +171,7 @@
171
171
  "pako": "^2.0.3",
172
172
  "preact": "^10.7.2",
173
173
  "pretty-json-stringify": "^0.0.2",
174
- "puppeteer": "^24.3.0",
174
+ "puppeteer": "^24.4.0",
175
175
  "resolve": "^1.22.1",
176
176
  "rollup": "^2.52.7",
177
177
  "rollup-plugin-polyfill-node": "^0.12.0",
@@ -187,11 +187,11 @@
187
187
  "dependencies": {
188
188
  "@paulirish/trace_engine": "0.0.50",
189
189
  "@sentry/node": "^7.0.0",
190
- "axe-core": "^4.10.2",
190
+ "axe-core": "^4.10.3",
191
191
  "chrome-launcher": "^1.1.2",
192
192
  "configstore": "^5.0.1",
193
193
  "csp_evaluator": "1.1.5",
194
- "devtools-protocol": "0.0.1423531",
194
+ "devtools-protocol": "0.0.1436416",
195
195
  "enquirer": "^2.3.6",
196
196
  "http-link-header": "^1.1.1",
197
197
  "intl-messageformat": "^10.5.3",
@@ -204,7 +204,7 @@
204
204
  "metaviewport-parser": "0.3.0",
205
205
  "open": "^8.4.0",
206
206
  "parse-cache-control": "1.0.1",
207
- "puppeteer-core": "^24.3.0",
207
+ "puppeteer-core": "^24.4.0",
208
208
  "robots-parser": "^3.0.1",
209
209
  "semver": "^5.3.0",
210
210
  "speedline-core": "^1.4.3",
@@ -215,8 +215,8 @@
215
215
  "yargs-parser": "^21.0.0"
216
216
  },
217
217
  "resolutions": {
218
- "puppeteer/**/devtools-protocol": "0.0.1423531",
219
- "puppeteer-core/**/devtools-protocol": "0.0.1423531"
218
+ "puppeteer/**/devtools-protocol": "0.0.1436416",
219
+ "puppeteer-core/**/devtools-protocol": "0.0.1436416"
220
220
  },
221
221
  "repository": "GoogleChrome/lighthouse",
222
222
  "keywords": [
@@ -660,7 +660,10 @@
660
660
  "message": "‏‮Use‬‏ ‏‮video‬‏ ‏‮formats‬‏ ‏‮for‬‏ ‏‮animated‬‏ ‏‮content‬‏"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "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‬‏ ‏‮shipped‬‏ ‏‮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‬‏ ‏‮ES‬‏6+ ‏‮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‬‏."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "‏‮Avoid‬‏ ‏‮serving‬‏ ‏‮legacy‬‏ ‏‮JavaScript‬‏ ‏‮to‬‏ ‏‮modern‬‏ ‏‮browsers‬‏"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "‏‮Enable‬‏ ‏‮text‬‏ ‏‮compression‬‏"
763
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
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
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/)."
766
781
  },
@@ -1040,6 +1055,9 @@
1040
1055
  "core/audits/image-size-responsive.js | title": {
1041
1056
  "message": "‏‮Serves‬‏ ‏‮images‬‏ ‏‮with‬‏ ‏‮appropriate‬‏ ‏‮resolution‬‏"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "‏‮Layout‬‏ ‏‮shift‬‏ ‏‮score‬‏"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "‏‮Allowed‬‏"
1045
1063
  },
@@ -1658,6 +1676,9 @@
1658
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1659
1677
  "message": "‏‮First‬‏ ‏‮Paint‬‏ ‏‮Improvements‬‏"
1660
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "‏‮Insights‬‏"
1681
+ },
1661
1682
  "core/config/default-config.js | metricGroupTitle": {
1662
1683
  "message": "‏‮Metrics‬‏"
1663
1684
  },
@@ -1919,6 +1940,9 @@
1919
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1920
1941
  "message": "‏‮Third‬‏-‏‮party‬‏"
1921
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "‏‮Total‬‏"
1945
+ },
1922
1946
  "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1923
1947
  "message": "‏‮Total‬‏ ‏‮Blocking‬‏ ‏‮Time‬‏"
1924
1948
  },
@@ -3464,6 +3488,9 @@
3464
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3465
3489
  "message": "‏‮Toggle‬‏ ‏‮Dark‬‏ ‏‮Theme‬‏"
3466
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "‏‮Toggle‬‏ ‏‮experimental‬‏ ‏‮insights‬‏"
3493
+ },
3467
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3468
3495
  "message": "‏‮Print‬‏ ‏‮Expanded‬‏"
3469
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "استخدام تنسيقات الفيديو لمحتوى الصور المتحركة"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "تساعد الرموز البرمجية polyfills وtransforms المتصفّحات القديمة في استخدام ميزات JavaScript الجديدة. ومع ذلك، يكون العديد منها غير ضروري للمتصفّحات الحديثة. وبالنسبة إلى حِزم JavaScript، يمكنك استخدام استراتيجية حديثة لنشر النصوص البرمجية باستخدام ميزة الكشف عن الميزات \"module/nomodule\" لتقليل عدد الرموز البرمجية التي يتم نقلها إلى المتصفّحات الحديثة مع استمرار التوافق مع المتصفّحات القديمة. تعرَّف على [كيفية استخدام لغة JavaScript الحديثة](https://web.dev/articles/publish-modern-javascript)."
663
+ "message": "تساعد الرموز البرمجية polyfills وtransforms المتصفّحات القديمة في استخدام ميزات 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) حيث يمكن تضمين صفحة. ويمكن أن يحد هذان العنصران من خطر هجمات clickjacking من خلال منع بعض أو كل المواقع الإلكترونية من تضمين الصفحة. [مزيد من المعلومات حول الحدّ من هجمات clickjacking](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": "الحدّ من هجمات clickjacking باستخدام 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": "يشير هذا إلى إجراء حظر سلسلة التعليمات الذي يحدث أثناء قياس \"مدة عرض الاستجابة لتفاعل المستخدم\". [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/articles/inp)"
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "تم استغراق {timeInMs, number, milliseconds} ملي ثانية لإكمال الحدث \"{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": "الإحصاءات"
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": "تفعيل الإحصاءات التجريبية أو إيقافها"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "توسيع مدى الطباعة"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Използвайте видеоформати за анимираното съдържание"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Полифиловете и трансформациите дават възможност на старите браузъри да използват нови функции на JavaScript, но в голяма степен не са необходими за съвременните браузъри. За JavaScript пакета си използвайте актуална стратегия за внедряване на скриптове посредством откриване на функции за модулни/немодулни скриптове, за да намалите количеството код, изпращан до новите браузъри, и същевременно да запазите поддръжката за старите такива. [Научете как да използвате съвременен 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": "На страницата бе открита версия 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) контролират къде може да бъде вградена дадена страница. Те могат да намалят риска от атаки с clickjacking, като блокират вграждането на страницата за някои или всички сайтове. [Научете повече за намаляването на риска от clickjacking](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": "Намалете риска от clickjacking с 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": "Това са блокиращите нишката операции, извършвани в периода между взаимодействието и следващото изобразяване. [Научете повече за показателя „Изобразяване след взаимодействие“](https://web.dev/articles/inp)."
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "Събитието {interactionType} отне {timeInMs, number, milliseconds} мсек"
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": "Статистика"
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": "Превключване на експерименталната статистика"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Отпечатване на пълен отчет"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Utilitza formats de vídeo per al contingut animat"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Els polyfills i les transformacions permeten als navegadors heretats fer servir funcions de JavaScript noves. No obstant això, molts no són necessaris per als navegadors moderns. Per al teu JavaScript empaquetat, adopta una estratègia de desenvolupament de scripts moderna utilitzant la detecció de la funció mòdul / no mòdul per reduir la quantitat de codi enviat als navegadors moderns, mantenint al mateix temps la compatibilitat amb els navegadors heretats. [Informació sobre com pots utilitzar el JavaScript modern](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": "S'ha detectat la versió 2 de core-js a la pàgina. L'has d'actualitzar a la versió 3 per obtenir moltes millores de rendiment."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Evita utilitzar JavaScript heretat als navegadors moderns"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Activa la compressió de text"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Gravetat"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "La capçalera `X-Frame-Options` (XFO) o la directiva `frame-ancestors` a la capçalera `Content-Security-Policy` (CSP) controlen on es pot inserir una pàgina. Poden mitigar els atacs de segrest de clics impedint que alguns llocs web, o tots, insereixin la pàgina. [Obtén més informació sobre com pots mitigar el segrest de clics](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "No s'ha trobat cap política de control de marcs"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Mitiga el segrest de clics amb XFO o CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Les cadenes de sol·licituds essencials de sota et mostren quins recursos es carreguen amb prioritat alta. Et recomanem que escurcis les cadenes, redueixis la mida de baixada dels recursos o ajornis la baixada de recursos innecessaris per millorar la càrrega de les pàgines. [Obtén informació sobre com pots evitar encadenar sol·licituds essencials](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": "Utilitza imatges amb una resolució adequada"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Puntuació del canvi de disseny"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Permès"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Aquest és el treball de bloqueig de fils que es produeix durant el mesurament de la interacció amb la renderització següent. [Obtén més informació sobre la mètrica Interacció amb la renderització següent](https://web.dev/articles/inp)."
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "S'han dedicat {timeInMs, number, milliseconds} ms a l'esdeveniment \"{interactionType}\""
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Objectiu de l'esdeveniment"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Millores de la primera renderització"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Estadístiques"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Mètriques"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Tercers"
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 és HTML (s'ha publicat com a tipus MIME {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Aquesta versió de Chrome és massa antiga per admetre \"{featureName}\". Utilitza una versió més recent per veure els resultats complets."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Lighthouse no ha pogut carregar de manera fiable la pàgina que has sol·licitat. Assegura't que estiguis fent la prova de l'URL correcte i que el servidor estigui responent correctament a totes les sol·licituds."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Commuta el tema fosc"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Commuta les estadístiques experimentals"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Imprimeix desplegat"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Pro animovaný obsah používejte formáty videa"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Doplňující kódy polyfill a transformace umožňují starším prohlížečům používat nové funkce JavaScriptu. Moderní prohlížeče ale řadu z nich nepotřebují. U svých balíčků JavaScriptu použijte moderní strategii nasazení skriptu pomocí detekce module/nomodule, abyste omezili množství kódu přenášeného do moderních prohlížečů, a přitom zachovali podporu pro starší prohlížeče. [Jak používat 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": "Na stránce byla zjištěna verze 2 knihovny core-js. Pro mnoho vylepšení výkonu byste měli upgradovat na verzi 3."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Nepoužívejte v moderních prohlížečích zastaralý JavaScript"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Zapněte kompresi textu"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Závažnost"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "Záhlaví `X-Frame-Options` (XFO) nebo direktiva `frame-ancestors` v záhlaví `Content-Security-Policy` (CSP) určují, kam lze stránku vložit. Lze tak zmírnit riziko clickjackingových útoků zakázáním vkládání stránky na některé nebo všechny weby. [Další informace o zmírnění rizika clickjackingu](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "Nebyly nalezeny žádné zásady vkládání do rámců"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Zmírněte riziko clickjackingu pomocí záhlaví XFO nebo CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Řetězce kritických požadavků níže ukazují, které zdroje se načítají s vysokou prioritou. Zvažte, zda byste načítání stránky nemohli vylepšit tím, že řetězce zkrátíte, zmenšíte zdroje nebo odložíte stahování zdrojů, které nejsou nezbytné. [Jak předejít zřetězení kritických požadavků](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": "Zobrazuje obrázky se správným rozlišením"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Skóre změny rozvržení"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Povoleno"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Toto je činnost blokující vlákno, k níž dochází během měření doby od interakce k dalšímu vykreslení. [Další informace o metrice Doba od interakce k dalšímu vykreslení](https://web.dev/articles/inp)"
1555
1573
  },
1574
+ "core/audits/work-during-interaction.js | displayValue": {
1575
+ "message": "Na událost {interactionType} byla vynaložena doba {timeInMs, number, milliseconds} ms"
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Cíl události"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Vylepšení prvního vykreslení"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Statistiky"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Metriky"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Třetí strana"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "Celkem"
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": "Poskytnutá stránka není ve formátu HTML (byla dodána s typem MIME {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Tato verze Chromu je příliš stará a funkci {featureName} nepodporuje. Pokud chcete zobrazit úplné výsledky, použijte novější verzi."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Nástroji Lighthouse se požadovanou stránku nepodařilo spolehlivě načíst. Zkontrolujte, zda testujete správnou adresu URL a zda server správně odpovídá na všechny požadavky."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Přepnout tmavý motiv"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Přepnout experimentální statistiky"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Vytisknout úplný přehled"
3463
3496
  },
@@ -660,7 +660,10 @@
660
660
  "message": "Brug videoformater til animeret indhold"
661
661
  },
662
662
  "core/audits/byte-efficiency/legacy-javascript.js | description": {
663
- "message": "Polyfill-koder og transformeringer gør det muligt for browsere at anvende nye JavaScript-funktioner. Mange af dem er dog ikke nødvendige til moderne browsere. Hvis du har JavaScript-pakker, skal du bruge en strategi til implementering af moderne scripts, der anvender registrering af funktioner med eller uden moduler til at reducere mængden af kode, som sendes til moderne browsere, men som samtidig bevarer understøttelsen af forældede browsere. [ flere oplysninger om, hvordan du bruger moderne 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 af core-js blev registreret på siden. Du bør opgradere til version 3 for at få flere effektivitetsforbedringer."
664
667
  },
665
668
  "core/audits/byte-efficiency/legacy-javascript.js | title": {
666
669
  "message": "Undgå at vise forældet JavaScript i moderne browsere"
@@ -761,6 +764,18 @@
761
764
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
762
765
  "message": "Aktivér tekstkomprimering"
763
766
  },
767
+ "core/audits/clickjacking-mitigation.js | columnSeverity": {
768
+ "message": "Omfang"
769
+ },
770
+ "core/audits/clickjacking-mitigation.js | description": {
771
+ "message": "Headeren `X-Frame-Options` (XFO) eller direktivet `frame-ancestors` i headeren`Content-Security-Policy` (CSP) styrer, hvor en side kan indlejres. De kan mindske risikoen for clickjacking-angreb ved at blokere indlejring af siden for nogle eller alle websites. [Få flere oplysninger om, hvordan du mindsker risikoen for clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
772
+ },
773
+ "core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
774
+ "message": "Der blev ikke fundet nogen politik for styring af rammer"
775
+ },
776
+ "core/audits/clickjacking-mitigation.js | title": {
777
+ "message": "Beskyt mod clickjacking med XFO eller CSP"
778
+ },
764
779
  "core/audits/critical-request-chains.js | description": {
765
780
  "message": "Kæderne med kritiske anmodninger nedenfor viser dig, hvilke ressourcer der indlæses med høj prioritet. Overvej at reducere kædernes længde, så ressourcernes downloadstørrelse bliver mindre, eller at udskyde download af unødvendige ressourcer, så sideindlæsningen forbedres. [Få oplysninger om, hvordan du undgår at sammenkæde kritiske anmodninger](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": "Viser billeder med en passende opløsning"
1042
1057
  },
1058
+ "core/audits/insights/cls-culprits-insight.js | columnScore": {
1059
+ "message": "Resultat for layoutskift"
1060
+ },
1043
1061
  "core/audits/is-on-https.js | allowed": {
1044
1062
  "message": "Tilladt"
1045
1063
  },
@@ -1553,6 +1571,9 @@
1553
1571
  "core/audits/work-during-interaction.js | description": {
1554
1572
  "message": "Dette er trådblokeringopgaver, der sker under interaktionen indtil målingen af næste visning (Interaction to Next Paint). [Få flere oplysninger om metric'en 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 blev brugt på hændelsen \"{interactionType}\""
1576
+ },
1556
1577
  "core/audits/work-during-interaction.js | eventTarget": {
1557
1578
  "message": "Hændelsesmål"
1558
1579
  },
@@ -1655,6 +1676,9 @@
1655
1676
  "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1656
1677
  "message": "Forbedringer af første udfyldning"
1657
1678
  },
1679
+ "core/config/default-config.js | insightGroupTitle": {
1680
+ "message": "Indsigt"
1681
+ },
1658
1682
  "core/config/default-config.js | metricGroupTitle": {
1659
1683
  "message": "Metrics"
1660
1684
  },
@@ -1916,6 +1940,9 @@
1916
1940
  "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1917
1941
  "message": "Tredjepart"
1918
1942
  },
1943
+ "core/lib/i18n/i18n.js | total": {
1944
+ "message": "I alt"
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": "Den angivne side er ikke HTML (vises som MIME-typen {mimeType})."
1954
1981
  },
1982
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
1983
+ "message": "Denne version af Chrome er for gammel til at understøtte \"{featureName}\". Brug en nyere version for at se alle resultater."
1984
+ },
1955
1985
  "core/lib/lh-error.js | pageLoadFailed": {
1956
1986
  "message": "Lighthouse kunne ikke indlæse den side, du anmodede om. Sørg for at teste den rigtige webadresse, og tjek, at serveren svarer korrekt på alle anmodninger."
1957
1987
  },
@@ -3458,6 +3488,9 @@
3458
3488
  "report/renderer/report-utils.js | dropdownDarkTheme": {
3459
3489
  "message": "Slå Mørkt tema til/fra"
3460
3490
  },
3491
+ "report/renderer/report-utils.js | dropdownInsightsToggle": {
3492
+ "message": "Slå eksperimentel indsigt til/fra"
3493
+ },
3461
3494
  "report/renderer/report-utils.js | dropdownPrintExpanded": {
3462
3495
  "message": "Udskriften blev udvidet"
3463
3496
  },