lighthouse 11.7.0-dev.20240407 → 11.7.0-dev.20240409

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 (72) hide show
  1. package/cli/test/smokehouse/config/exclusions.js +1 -0
  2. package/cli/test/smokehouse/core-tests.js +4 -0
  3. package/core/audits/redirects-http.d.ts +19 -0
  4. package/core/audits/redirects-http.js +75 -0
  5. package/core/computed/metrics/cumulative-layout-shift.js +2 -2
  6. package/core/computed/trace-engine-result.js +1 -1
  7. package/core/config/default-config.js +4 -7
  8. package/core/gather/driver/target-manager.js +1 -1
  9. package/core/gather/driver/wait-for-condition.js +2 -3
  10. package/core/gather/driver.js +1 -0
  11. package/core/gather/gatherers/trace-elements.d.ts +0 -10
  12. package/core/gather/gatherers/trace-elements.js +0 -19
  13. package/core/gather/session.d.ts +8 -0
  14. package/core/gather/session.js +12 -0
  15. package/core/runner.js +18 -23
  16. package/package.json +2 -2
  17. package/shared/localization/locales/ar-XB.json +0 -18
  18. package/shared/localization/locales/ar.json +0 -18
  19. package/shared/localization/locales/bg.json +0 -18
  20. package/shared/localization/locales/ca.json +0 -18
  21. package/shared/localization/locales/cs.json +0 -18
  22. package/shared/localization/locales/da.json +0 -18
  23. package/shared/localization/locales/de.json +0 -18
  24. package/shared/localization/locales/el.json +0 -18
  25. package/shared/localization/locales/en-GB.json +0 -18
  26. package/shared/localization/locales/en-US.json +9 -18
  27. package/shared/localization/locales/en-XA.json +0 -18
  28. package/shared/localization/locales/en-XL.json +9 -18
  29. package/shared/localization/locales/es-419.json +0 -18
  30. package/shared/localization/locales/es.json +0 -18
  31. package/shared/localization/locales/fi.json +0 -18
  32. package/shared/localization/locales/fil.json +0 -18
  33. package/shared/localization/locales/fr.json +0 -18
  34. package/shared/localization/locales/he.json +0 -18
  35. package/shared/localization/locales/hi.json +0 -18
  36. package/shared/localization/locales/hr.json +0 -18
  37. package/shared/localization/locales/hu.json +0 -18
  38. package/shared/localization/locales/id.json +0 -18
  39. package/shared/localization/locales/it.json +0 -18
  40. package/shared/localization/locales/ja.json +0 -18
  41. package/shared/localization/locales/ko.json +0 -18
  42. package/shared/localization/locales/lt.json +0 -18
  43. package/shared/localization/locales/lv.json +0 -18
  44. package/shared/localization/locales/nl.json +0 -18
  45. package/shared/localization/locales/no.json +0 -18
  46. package/shared/localization/locales/pl.json +0 -18
  47. package/shared/localization/locales/pt-PT.json +0 -18
  48. package/shared/localization/locales/pt.json +0 -18
  49. package/shared/localization/locales/ro.json +0 -18
  50. package/shared/localization/locales/ru.json +0 -18
  51. package/shared/localization/locales/sk.json +0 -18
  52. package/shared/localization/locales/sl.json +0 -18
  53. package/shared/localization/locales/sr-Latn.json +0 -18
  54. package/shared/localization/locales/sr.json +0 -18
  55. package/shared/localization/locales/sv.json +0 -18
  56. package/shared/localization/locales/ta.json +0 -18
  57. package/shared/localization/locales/te.json +0 -18
  58. package/shared/localization/locales/th.json +0 -18
  59. package/shared/localization/locales/tr.json +0 -18
  60. package/shared/localization/locales/uk.json +0 -18
  61. package/shared/localization/locales/vi.json +0 -18
  62. package/shared/localization/locales/zh-HK.json +0 -18
  63. package/shared/localization/locales/zh-TW.json +0 -18
  64. package/shared/localization/locales/zh.json +0 -18
  65. package/types/artifacts.d.ts +1 -13
  66. package/types/gatherer.d.ts +1 -0
  67. package/core/audits/layout-shift-elements.d.ts +0 -16
  68. package/core/audits/layout-shift-elements.js +0 -101
  69. package/core/audits/seo/plugins.d.ts +0 -15
  70. package/core/audits/seo/plugins.js +0 -150
  71. package/core/gather/gatherers/seo/embedded-content.d.ts +0 -10
  72. package/core/gather/gatherers/seo/embedded-content.js +0 -63
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "「最大コンテンツの描画」要素"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "レイアウト シフトの影響"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "これらの DOM 要素は、レイアウト シフトの影響を最も受けています。[ウィンドウ処理](https://web.dev/articles/cls#what_is_cls)が原因で、一部のレイアウト シフトが CLS 指標値に含まれていない場合があります。[CLS を改善する方法について](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "レイアウトが大きく変わらないようにする"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "レイアウト シフトのスコア"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "ドキュメントにメタ ディスクリプションが指定されています"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "検索エンジンはプラグイン コンテンツをインデックスに登録できません。多くのデバイスで、プラグインが制限され、プラグインがサポートされていないこともあります。[プラグインの回避についての詳細](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "ドキュメントでプラグインを使用しています"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "ドキュメントではプラグインを使用できません"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "robots.txt ファイルの形式が間違っていると、ウェブサイトのクロールやインデックス登録について指定した設定をクローラが認識できない可能性があります。[robots.txt についての詳細](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "콘텐츠가 포함된 최대 페인트 요소"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "레이아웃 변경 영향"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "이러한 DOM 요소는 레이아웃 변경의 영향을 가장 많이 받았습니다. [윈도잉](https://web.dev/articles/cls#what_is_cls)으로 인해 일부 레이아웃 변경은 CLS 측정항목 값에 포함되지 않을 수 있습니다. [CLS 개선 방법 알아보기](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "대규모 레이아웃 변경 피하기"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "레이아웃 변경 점수"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "문서에 메타 설명이 있음"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "검색엔진은 플러그인 콘텐츠의 색인을 생성할 수 없고 플러그인을 제한하거나 지원하지 않는 기기도 많습니다. [플러그인 방지 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "문서가 플러그인을 사용함"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "문서에서 플러그인을 사용할 수 없음"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "robots.txt 파일 형식이 잘못된 경우 크롤러가 웹사이트를 어떻게 크롤링하고 색인을 생성해야 할지 파악하지 못할 수 있습니다. [robots.txt에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Didžiausio turiningo žymėjimo elementas"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Išdėstymo poslinkio poveikio"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Šiems DOM elementams didžiausią poveikį turėjo išdėstymo poslinkiai. Kai kurie išdėstymo poslinkiai gali būti neįtraukti į KIP metrikos vertę dėl [pateikimo lange](https://web.dev/articles/cls#what_is_cls). [Sužinokite, kaip pagerinti KIP](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Venkite didelių išdėstymo poslinkių"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Išdėstymo poslinkio rezultatas"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumente yra metaaprašas"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Paieškos varikliai negali indeksuoti papildinių turinio ir daug įrenginių riboja papildinius arba jų nepalaiko. [Sužinokite daugiau apie tai, kaip išvengti papildinių](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumente naudojami papildiniai"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumente vengiama papildinių"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Jei failas „robots.txt“ netinkamai suformatuotas, tikrintuvai gali nesuprasti, kaip norite tikrinti ar indeksuoti svetainę. [Sužinokite daugiau apie failą „robots.txt“](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Largest Contentful Paint elements"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Izkārtojuma nobīdes ietekme"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Šos DOM elementus visvairāk ietekmēja izkārtojuma nobīdes. Dažas izkārtojuma nobīdes var nebūt iekļautas CLS metrikas vērtībā [logošanas](https://web.dev/articles/cls#what_is_cls) dēļ. [Uzziniet, kā uzlabot CLS](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Centieties novērst lielas izkārtojuma nobīdes"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Izkārtojuma nobīdes rādītājs"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumentā ir metaapraksts"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Meklētājprogrammas nevar indeksēt spraudņu saturu, un daudzās ierīcēs spraudņi ir ierobežoti vai netiek atbalstīti. [Uzziniet vairāk par izvairīšanos no spraudņiem](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumentā tiek izmantoti spraudņi"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumentā netiek pieļauti spraudņi"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ja jūsu fails “robots.txt” ir nepareizi veidots, rāpuļprogrammas, iespējams, nevarēs saprast, kā vajadzētu pārmeklēt vai indeksēt vietni atbilstoši jūsu vēlmēm. [Uzziniet vairāk par failu “robots.txt”](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "LCP-element (grootste weergave met content)"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impact van indelingsverschuiving"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Deze DOM-elementen zijn het meest beïnvloed door indelingsverschuivingen. Sommige indelingsverschuivingen zijn misschien niet opgenomen in de statistiekwaarde CLS vanwege [normalisatie](https://web.dev/articles/cls#what_is_cls). [Meer informatie over hoe je CLS kunt verbeteren](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Grote indelingsverschuivingen vermijden"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Score voor indelingsverschuiving"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Document bevat een metabeschrijving"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Zoekmachines kunnen content van plug-ins niet indexeren en veel apparaten beperken plug-ins of ondersteunen deze niet. [Meer informatie over het vermijden van plug-ins](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Document gebruikt plug-ins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Document vermijdt plug-ins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Als je robots.txt-bestand niet juist is opgemaakt, begrijpen crawlers mogelijk niet hoe je wilt dat je website wordt gecrawld of geïndexeerd. [Meer informatie over robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elementet med største innholdsrike opptegning (LCP)"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Innvirkning på utseendeforskyvning"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Disse DOM-elementene ble mest påvirket av utseendeforskyvninger. Det kan hende at visse utseendeforskyvninger ikke er tatt med i CLS-beregningsverdien på grunn av [vinduer](https://web.dev/articles/cls#what_is_cls). [Finn ut hvordan du kan gjøre CLS bedre](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Unngå store utseendeforskyvninger"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Poengsum for utseendeforskyvning"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumentet har en metabeskrivelse"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Søkemotorer kan ikke indeksere innholdet i programtillegg, og mange enheter begrenser programtillegg eller støtter dem ikke. [Finn ut mer om hvordan du unngår programtillegg](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumentet bruker programtillegg"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumentet bruker ikke programtillegg"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Hvis robots.txt-filen har feil format, kan det hende at søkeroboter ikke forstår hvordan du vil at nettstedet ditt skal gjennomsøkes eller indekseres. [Finn ut mer om robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Najwięszy wyrenderowany element"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Wpływ przesunięcia układu"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Przesunięcia układu miały największy wpływ na te elementy DOM. Niektóre przesunięcia układu mogą nie być uwzględnione w wartości danych CLS z powodu [okienkowania](https://web.dev/articles/cls#what_is_cls). [Dowiedz się, jak poprawić wartość CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Unikaj dużych przesunięć układu"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Wynik przesunięcia układu"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument ma metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Wyszukiwarki nie potrafią indeksować treści z wtyczek, a wiele urządzeń nie obsługuje wtyczek lub ogranicza ich działanie. [Więcej informacji o unikaniu wtyczek](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument używa wtyczek"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument nie wymaga wtyczek"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Jeśli plik robots.txt ma nieprawidłowy format, roboty indeksujące mogą nie wiedzieć, jak mają indeksować witrynę. [Więcej informacji o plikach robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elemento de Maior preenchimento com conteúdo"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impacto da mudança de esquema"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Estes elementos DOM foram os mais afetados por mudanças de esquema. Algumas mudanças de esquema podem não ser incluídas no valor da métrica CLS devido à [normalização](https://web.dev/articles/cls#what_is_cls). [Saiba como melhorar a CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Evite mudanças de esquemas grandes"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Pontuação da mudança de esquema"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "O documento tem uma meta descrição"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Não é possível aos motores de pesquisa indexar o conteúdo de plug-ins, e muitos dispositivos restringem plug-ins ou não os suportam. [Saiba como evitar plug-ins](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "O documento utiliza plug-ins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "O documento evita plug-ins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Se o ficheiro robots.txt estiver mal formado, os motores de rastreio podem não conseguir compreender como quer que o seu Website seja rastreado ou indexado. [Saiba mais acerca do ficheiro robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elemento de Maior exibição de conteúdo"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impacto da troca de layout"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Esses elementos DOM foram mais afetados pelas trocas de layout. Algumas trocas de layout podem não ser incluídas no valor da métrica de CLS devido ao [janelamento](https://web.dev/articles/cls#what_is_cls). [Aprenda a melhorar o CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Evite grandes mudanças no layout"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Pontuação da troca de layout"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "O documento tem uma metadescrição"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Mecanismos de pesquisa não podem indexar conteúdo de plug-in, e muitos dispositivos restringem plug-ins ou não são compatíveis com eles. [Saiba mais sobre como evitar plug-ins](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "O documento usa plug-ins"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "O documento evita plug-ins"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Se o arquivo robots.txt for inválido, talvez não seja possível aos rastreadores entender como você quer que seu site seja rastreado ou indexado. [Saiba mais sobre o arquivo robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Elementul cu cea mai mare redare de conținut"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Impactul schimbării aspectului"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Aceste elemente DOM au fost afectate cel mai mult de schimbările aspectului. Este posibil ca unele schimbări ale aspectului să nu fie incluse în valoarea CLS din cauza practicii de [windowing](https://web.dev/articles/cls#what_is_cls). [Află cum să îmbunătățești CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Evită schimbările majore ale aspectului"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Scorul pentru schimbarea aspectului"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Documentul are o metadescriere"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Motoarele de căutare nu pot indexa conținutul pluginurilor și multe dispozitive restricționează pluginurile sau nu le acceptă. [Află mai multe despre evitarea pluginurilor](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Documentul folosește pluginuri"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Documentul evită pluginurile"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Dacă fișierul robots.txt este deteriorat, este posibil ca aplicațiile crawler să nu poată înțelege cum vrei să fie site-ul tău accesat cu crawlere sau indexat. [Află mai multe despre robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Элемент \"Отрисовка самого крупного контента\""
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Влияние смещения макета"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Смещения макета больше всего повлияли на эти элементы DOM. Некоторые смещения макета, возможно, не были учтены в показателе CLS, так как использовалась [обработка методом окна](https://web.dev/articles/cls#what_is_cls). Узнайте, [как уменьшить CLS](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Устраните большие смещения макета"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Показатель смещения макета"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "В документе есть метаописание"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Поисковые системы не могут индексировать содержимое плагинов. К тому же на многих устройствах использование плагинов ограничено или не поддерживается. Подробнее о том, [как отказаться от использования плагинов](https://developer.chrome.com/docs/lighthouse/seo/plugins/)…"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "В документе используются плагины"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "В документе нет плагинов"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Если файл robots.txt поврежден, поисковые роботы могут не распознать ваши инструкции по сканированию или индексации сайта. Подробнее [о файле robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)…"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Prvok vykreslenia najväčšieho obsahu"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Vplyv zmeny rozloženia"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Tieto prvky DOM boli najviac ovplyvnené zmenami rozloženia. Niektoré zmeny rozloženia nemusia byť zahrnuté v hodnote metriky súhrnu posunov rozloženia stránky, pretože bol použitý [windowing](https://web.dev/articles/cls#what_is_cls). [Ako zlepšiť súhrn posunov rozloženia stránky](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Nepoužívajte veľké posuny rozloženia"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Skóre posunu rozloženia"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument má metapopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Vyhľadávače nemôžu indexovať obsah doplnkov a mnoho zariadení obmedzuje doplnky alebo ich nepodporuje. [Ako sa vyhnúť doplnkom](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument používa doplnky"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument nepoužíva doplnky"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ak máte chybný súbor robots.txt, prehľadávače nemusia pochopiť, akým spôsobom majú váš web prehľadávať alebo indexovať. [Ďalšie informácie o súboroch robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element največjega vsebinskega izrisa"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Vpliv spremembe postavitve"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Na te elemente DOM so spremembe postavitve vplivale najbolj. Nekatere spremembe postavitve morda niso vključene v vrednost meritve CLS zaradi [prikaza v oknu](https://web.dev/articles/cls#what_is_cls). [Preberite, kako izboljšate CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Izogibajte se velikim pomikom postavitve"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Rezultat spremembe postavitve"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument ima metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Iskalniki ne morejo indeksirati vsebine vtičnikov in številne naprave vtičnike omejujejo ali jih ne podpirajo. [Preberite več o izogibanju vtičnikom](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument uporablja vtičnike"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument ne vsebuje vtičnikov"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Če datoteka robots.txt ni pravilno oblikovana, iskalniki po spletni vsebini morda ne bodo razumeli, kako želite, da se išče po spletni vsebini vašega spletnega mesta in se jo indeksira. [Preberite več o datoteki robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element sa najvećim prikazivanjem sadržaja"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Uticaj promene rasporeda"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Promene rasporeda su najviše uticale na ove DOM elemente. Neke promene rasporeda možda nisu uvrštene u vrednost CLS pokazatelja zbog [prozorskog prikaza](https://web.dev/articles/cls#what_is_cls). [Saznajte kako da poboljšate CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Izbegavajte velike promene rasporeda"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Rezultat promene rasporeda"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument ima metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Pretraživači ne mogu da indeksiraju sadržaj dodatnih komponenata, a mnogi uređaji ograničavaju dodatne komponente ili ih ne podržavaju. [Saznajte više o izbegavanju dodatnih komponenti](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument koristi dodatne komponente"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument izbegava dodatne komponente"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ako fajl robots.txt nije pravilno napravljen, popisivači možda neće moći da razumeju kako želite da se veb-sajt popiše ili indeksira. [Saznajte više o fajlu robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Елемент са највећим приказивањем садржаја"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Утицај промене распореда"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Промене распореда су највише утицале на ове DOM елементе. Неке промене распореда можда нису уврштене у вредност CLS показатеља због [прозорског приказа](https://web.dev/articles/cls#what_is_cls). [Сазнајте како да побољшате CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Избегавајте велике промене распореда"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Резултат промене распореда"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Документ има метаопис"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Претраживачи не могу да индексирају садржај додатних компонената, а многи уређаји ограничавају додатне компоненте или их не подржавају. [Сазнајте више о избегавању додатних компоненти](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Документ користи додатне компоненте"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Документ избегава додатне компоненте"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ако фајл robots.txt није правилно направљен, пописивачи можда неће моћи да разумеју како желите да се веб-сајт попише или индексира. [Сазнајте више о фајлу robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element som största uppritningen av innehåll gjordes för"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Effekt av layoutförskjutning"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Dessa DOM-element påverkades mest av layoutförskjutningar. Vissa layoutförskjutningar kanske inte tas med i CLS-mätvärdet på grund av [windowing](https://web.dev/articles/cls#what_is_cls). [Läs mer om hur du kan förbättra CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Undvik större layoutförskjutningar"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Resultat för layoutförskjutning"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumentet har en metabeskrivning"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Sökmotorer kan inte indexera plugin-innehåll och många enheter begränsar plugin-program eller stöder dem inte. [Läs mer om hur du undviker plugin-program](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumentet använder plugin-program"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumentet undviker plugin-program"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Om robots.txt-filen har felaktigt format kan sökrobotarna inte förstå hur du vill att din webbplats ska genomsökas eller indexeras. [Läs mer om robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "பெரிய பகுதியைக் காண்பிக்கும் நேரத்திற்கான உறுப்பு"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "லே-அவுட் ஷிஃப்ட்டின் பாதிப்பு"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "லே-அவுட் ஷிஃப்ட்களால் இந்த DOM உறுப்புகள் அதிகம் பாதிக்கப்பட்டன. [விண்டோவிங்](https://web.dev/articles/cls#what_is_cls) காரணமாகச் சில லே-அவுட் ஷிஃப்ட்கள் CLS அளவீட்டு மதிப்பில் சேர்க்கப்படாமல் போகலாம். [CLSஸை எப்படி மேம்படுத்துவது என்று தெரிந்துகொள்ளுங்கள்](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "பெரிய தளவமைப்பு ஷிஃப்ட்களைத் தவிர்த்தல்"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "லே-அவுட் ஷிஃப்ட் ஸ்கோர்"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "ஆவணத்தில் மீவிளக்கம் உள்ளது"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "தேடல் இன்ஜின்களால் செருகுநிரல் உள்ளடக்கத்தை இன்டெக்ஸ் செய்ய முடியவில்லை. மேலும் பல சாதனங்கள் அவற்றைக் கட்டுப்படுத்தும் அல்லது ஆதரிக்காது. [செருகுநிரல்களைத் தவிர்ப்பது குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "ஆவணத்தில் செருகுநிரல்கள் உள்ளன"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "ஆவணத்தில் செருகுநிரல்கள் தவிர்க்கப்பட்டுள்ளன"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "உங்கள் robots.txt ஃபைல் தவறான வடிவமைப்பில் இருந்தால் உங்கள் இணையதளத்தை எப்படி உலாவ அல்லது இன்டெக்ஸ் செய்ய விரும்புகிறீர்கள் என்பதை கிராலர் மென்பொருட்களால் புரிந்துகொள்ள முடியாமல் போகக்கூடும். [robots.txt குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "కంటెంట్ కలిగి ఉండే అతిపెద్ద పెయింట్ మూలకం"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "లేఅవుట్ షిఫ్ట్ ప్రభావం"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "ఈ DOM ఎలిమెంట్‌లు లేఅవుట్ షిఫ్ట్‌ల ద్వారా ఎక్కువగా ప్రభావితమయ్యాయి. [విండో తరహా](https://web.dev/articles/cls#what_is_cls) కారణంగా కొన్ని లేఅవుట్ షిఫ్ట్‌లు CLS మెట్రిక్ విలువలో చేర్చబడకపోవచ్చు. [CLSని మెరుగుపరచడం ఎలాగో తెలుసుకోండి](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "పెద్ద లేఅవుట్ షిఫ్ట్‌లను నివారించండి"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "లేఅవుట్ షిఫ్ట్ స్కోర్"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "డాక్యుమెంట్‌లో మెటా వివరణ ఉంది"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "ప్లగ్ఇన్ కంటెంట్‌ను సెర్చ్ ఇంజిన్‌లు ఇండెక్స్ చేయలేవు, చాలా వరకు పరికరాలలో ప్లగ్ఇన్‌ల వినియోగం నియంత్రించబడి ఉంటుంది లేదా వాటికి సపోర్ట్ ఉండదు. [ప్లగ్ఇన్‌లను నివారించడం గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "డాక్యుమెంట్‌లో ప్లగ్ఇన్‌లు ఉపయోగించబడుతున్నాయి"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "డాక్యుమెంట్‌లో ప్లగ్ఇన్‌లు నివారించబడ్డాయి"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "మీ robots.txt ఫైల్ ఫార్మాట్ తప్పుగా ఉంటే, మీరు మీ వెబ్‌సైట్‌ను ఎలా క్రాల్ చేయాలనుకుంటున్నారు లేదా ఎలా ఇండెక్స్ చేయాలనుకుంటున్నారు అన్నది క్రాలర్‌లకు అర్థం కాకపోవచ్చు. [robots.txt గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },