lighthouse 11.7.0-dev.20240408 → 11.7.0-dev.20240410

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 (110) hide show
  1. package/cli/cli-flags.js +3 -3
  2. package/cli/test/smokehouse/config/exclusions.js +1 -0
  3. package/cli/test/smokehouse/core-tests.js +4 -16
  4. package/cli/test/smokehouse/frontends/smokehouse-bin.js +2 -2
  5. package/core/audits/redirects-http.d.ts +19 -0
  6. package/core/audits/redirects-http.js +75 -0
  7. package/core/config/default-config.js +10 -52
  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/session.d.ts +8 -0
  12. package/core/gather/session.js +12 -0
  13. package/core/lib/lantern/network-node.js +28 -4
  14. package/core/runner.js +18 -23
  15. package/dist/report/bundle.esm.js +11 -95
  16. package/dist/report/flow.js +16 -100
  17. package/dist/report/standalone.js +12 -96
  18. package/flow-report/src/help-dialog.tsx +0 -1
  19. package/flow-report/src/i18n/i18n.d.ts +0 -4
  20. package/flow-report/src/i18n/ui-strings.d.ts +0 -1
  21. package/flow-report/src/i18n/ui-strings.js +0 -2
  22. package/package.json +1 -1
  23. package/readme.md +2 -2
  24. package/report/assets/styles.css +1 -43
  25. package/report/assets/templates.html +0 -95
  26. package/report/renderer/components.d.ts +2 -2
  27. package/report/renderer/components.js +2 -103
  28. package/report/renderer/report-renderer.js +2 -12
  29. package/report/renderer/report-ui-features.js +1 -1
  30. package/report/renderer/report-utils.d.ts +0 -1
  31. package/report/renderer/report-utils.js +0 -3
  32. package/shared/localization/locales/ar-XB.json +0 -174
  33. package/shared/localization/locales/ar.json +0 -174
  34. package/shared/localization/locales/bg.json +0 -174
  35. package/shared/localization/locales/ca.json +0 -174
  36. package/shared/localization/locales/cs.json +0 -174
  37. package/shared/localization/locales/da.json +0 -174
  38. package/shared/localization/locales/de.json +0 -174
  39. package/shared/localization/locales/el.json +0 -174
  40. package/shared/localization/locales/en-GB.json +0 -174
  41. package/shared/localization/locales/en-US.json +9 -177
  42. package/shared/localization/locales/en-XA.json +0 -174
  43. package/shared/localization/locales/en-XL.json +9 -177
  44. package/shared/localization/locales/es-419.json +0 -174
  45. package/shared/localization/locales/es.json +0 -174
  46. package/shared/localization/locales/fi.json +0 -174
  47. package/shared/localization/locales/fil.json +0 -174
  48. package/shared/localization/locales/fr.json +0 -174
  49. package/shared/localization/locales/he.json +0 -174
  50. package/shared/localization/locales/hi.json +0 -174
  51. package/shared/localization/locales/hr.json +0 -174
  52. package/shared/localization/locales/hu.json +0 -174
  53. package/shared/localization/locales/id.json +0 -174
  54. package/shared/localization/locales/it.json +0 -174
  55. package/shared/localization/locales/ja.json +0 -174
  56. package/shared/localization/locales/ko.json +0 -174
  57. package/shared/localization/locales/lt.json +0 -174
  58. package/shared/localization/locales/lv.json +0 -174
  59. package/shared/localization/locales/nl.json +0 -174
  60. package/shared/localization/locales/no.json +0 -174
  61. package/shared/localization/locales/pl.json +0 -174
  62. package/shared/localization/locales/pt-PT.json +0 -174
  63. package/shared/localization/locales/pt.json +0 -174
  64. package/shared/localization/locales/ro.json +0 -174
  65. package/shared/localization/locales/ru.json +0 -174
  66. package/shared/localization/locales/sk.json +0 -174
  67. package/shared/localization/locales/sl.json +0 -174
  68. package/shared/localization/locales/sr-Latn.json +0 -174
  69. package/shared/localization/locales/sr.json +0 -174
  70. package/shared/localization/locales/sv.json +0 -174
  71. package/shared/localization/locales/ta.json +0 -174
  72. package/shared/localization/locales/te.json +0 -174
  73. package/shared/localization/locales/th.json +0 -174
  74. package/shared/localization/locales/tr.json +0 -174
  75. package/shared/localization/locales/uk.json +0 -174
  76. package/shared/localization/locales/vi.json +0 -174
  77. package/shared/localization/locales/zh-HK.json +0 -174
  78. package/shared/localization/locales/zh-TW.json +0 -174
  79. package/shared/localization/locales/zh.json +0 -174
  80. package/types/artifacts.d.ts +0 -27
  81. package/types/audit.d.ts +0 -10
  82. package/types/gatherer.d.ts +1 -0
  83. package/types/internal/smokehouse.d.ts +1 -1
  84. package/core/audits/content-width.d.ts +0 -17
  85. package/core/audits/content-width.js +0 -76
  86. package/core/audits/installable-manifest.d.ts +0 -111
  87. package/core/audits/installable-manifest.js +0 -248
  88. package/core/audits/manual/pwa-cross-browser.d.ts +0 -12
  89. package/core/audits/manual/pwa-cross-browser.js +0 -40
  90. package/core/audits/manual/pwa-each-page-has-url.d.ts +0 -12
  91. package/core/audits/manual/pwa-each-page-has-url.js +0 -38
  92. package/core/audits/manual/pwa-page-transitions.d.ts +0 -12
  93. package/core/audits/manual/pwa-page-transitions.js +0 -38
  94. package/core/audits/maskable-icon.d.ts +0 -25
  95. package/core/audits/maskable-icon.js +0 -70
  96. package/core/audits/multi-check-audit.d.ts +0 -28
  97. package/core/audits/multi-check-audit.js +0 -82
  98. package/core/audits/splash-screen.d.ts +0 -37
  99. package/core/audits/splash-screen.js +0 -98
  100. package/core/audits/themed-omnibox.d.ts +0 -42
  101. package/core/audits/themed-omnibox.js +0 -102
  102. package/core/computed/manifest-values.d.ts +0 -24
  103. package/core/computed/manifest-values.js +0 -136
  104. package/core/gather/gatherers/installability-errors.d.ts +0 -17
  105. package/core/gather/gatherers/installability-errors.js +0 -56
  106. package/core/gather/gatherers/web-app-manifest.d.ts +0 -32
  107. package/core/gather/gatherers/web-app-manifest.js +0 -106
  108. package/report/renderer/pwa-category-renderer.d.ts +0 -55
  109. package/report/renderer/pwa-category-renderer.js +0 -184
  110. package/third-party/chromium-synchronization/installability-errors-test.js +0 -79
@@ -734,18 +734,6 @@
734
734
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
735
735
  "message": "Iespējojiet teksta saspiešanu"
736
736
  },
737
- "core/audits/content-width.js | description": {
738
- "message": "Ja lietotnes satura platums neatbilst skatvietas platumam, lietotne var nebūt optimizēta mobilo ierīču ekrāniem. [Uzziniet, kā pielāgot skatvietas satura izmērus](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
739
- },
740
- "core/audits/content-width.js | explanation": {
741
- "message": "Skatvietas izmērs ({innerWidth} px) neatbilst loga izmēram ({outerWidth} px)."
742
- },
743
- "core/audits/content-width.js | failureTitle": {
744
- "message": "Satura izmērs nav pareizs, salīdzinot ar skatvietu"
745
- },
746
- "core/audits/content-width.js | title": {
747
- "message": "Satura izmērs ir pareizs, salīdzinot ar skatvietu"
748
- },
749
737
  "core/audits/critical-request-chains.js | description": {
750
738
  "message": "Rādītājs “Kritisko pieprasījumu ķēdes” tālāk parāda, kuri resursi ir ielādēti ar augstāko prioritāti. Lai uzlabotu lapas ielādi, ieteicams samazināt ķēžu garumu, samazināt resursu lejupielādes apjomu vai atlikt nevajadzīgo resursu lejupielādi. [Uzziniet, kā izvairīties no kritisku pieprasījumu ķēdēm](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
751
739
  },
@@ -995,102 +983,6 @@
995
983
  "core/audits/image-size-responsive.js | title": {
996
984
  "message": "Attēli tiek rādīti piemērotā izšķirtspējā"
997
985
  },
998
- "core/audits/installable-manifest.js | already-installed": {
999
- "message": "Lietotne jau ir instalēta"
1000
- },
1001
- "core/audits/installable-manifest.js | cannot-download-icon": {
1002
- "message": "Nevarēja ielādēt obligātu ikonu no manifesta."
1003
- },
1004
- "core/audits/installable-manifest.js | columnValue": {
1005
- "message": "Atteices iemesls"
1006
- },
1007
- "core/audits/installable-manifest.js | description": {
1008
- "message": "Pakalpojumu skripts ir tehnoloģija, kas palīdz nodrošināt daudzas progresīvo tīmekļa lietotņu funkcijas, piemēram, lietotnes izmantošanu bezsaistē, pievienošanu sākuma ekrānam un informatīvos paziņojumus. Atbilstoši ieviešot pakalpojumu skriptu un manifestu, pārlūkprogrammās var aktīvi rādīt lietotājiem uzvednes ar aicinājumu pievienot jūsu lietotni sākuma ekrānam. Tādējādi var izdoties palielināt iesaisti. [Uzziniet vairāk par manifesta instalējamības prasībām](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)."
1009
- },
1010
- "core/audits/installable-manifest.js | displayValue": {
1011
- "message": "{itemCount,plural, =1{Viens iemesls}zero{# iemeslu}one{# iemesls}other{# iemesli}}"
1012
- },
1013
- "core/audits/installable-manifest.js | failureTitle": {
1014
- "message": "Tīmekļa lietotnes manifests vai pakalpojumu skripts neatbilst instalējamības prasībām"
1015
- },
1016
- "core/audits/installable-manifest.js | ids-do-not-match": {
1017
- "message": "Play veikala ID neatbilst Play veikala lietotnes vietrādim URL"
1018
- },
1019
- "core/audits/installable-manifest.js | in-incognito": {
1020
- "message": "Lapa ir ielādēta inkognito logā"
1021
- },
1022
- "core/audits/installable-manifest.js | manifest-display-not-supported": {
1023
- "message": "Manifesta “`display`” rekvizīta vērtībai ir jābūt “`standalone`”, “`fullscreen`” vai “`minimal-ui`”."
1024
- },
1025
- "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
1026
- "message": "Manifestā ir ietverts lauks “display_override”, un pirmajam atbalstītajam attēlošanas režīmam jābūt “standalone”, “fullscreen” vai “minimal-ui”"
1027
- },
1028
- "core/audits/installable-manifest.js | manifest-empty": {
1029
- "message": "Manifestu nevarēja ienest, tas ir tukšs, vai to nevarēja parsēt"
1030
- },
1031
- "core/audits/installable-manifest.js | manifest-location-changed": {
1032
- "message": "Manifesta ienešanas laikā mainījās manifesta URL."
1033
- },
1034
- "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1035
- "message": "Manifestā nav lauka “`name`” vai “`short_name`”."
1036
- },
1037
- "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1038
- "message": "Manifestā nav piemērotas ikonas. Nepieciešams PNG, SVG vai WebP formāta fails, kura izmēriem jābūt vismaz {value0} piks. un atribūtam “sizes” jābūt iestatītam. Ja ir iestatīts atribūts “purpose”, tā vērtībai jāietver “any”."
1039
- },
1040
- "core/audits/installable-manifest.js | no-acceptable-icon": {
1041
- "message": "Nav nodrošināta neviena PNG, SVG vai WebP formāta ikona, kura ir vismaz {value0} piks. liels kvadrāts un kuras atribūts “purpose” nav iestatīts vai tam iestatīta vērtība “any”."
1042
- },
1043
- "core/audits/installable-manifest.js | no-icon-available": {
1044
- "message": "Lejupielādētā ikona bija tukša vai bojāta."
1045
- },
1046
- "core/audits/installable-manifest.js | no-id-specified": {
1047
- "message": "Nav norādīts Play veikala ID"
1048
- },
1049
- "core/audits/installable-manifest.js | no-manifest": {
1050
- "message": "Lapā nav <link> taga ar manifesta vietrādi URL"
1051
- },
1052
- "core/audits/installable-manifest.js | no-url-for-service-worker": {
1053
- "message": "Nevarēja pārbaudīt pakalpojumu skriptu, jo manifestā nav lauka “start_url”"
1054
- },
1055
- "core/audits/installable-manifest.js | noErrorId": {
1056
- "message": "Instalējamības kļūdas ID {errorId} netika atpazīts"
1057
- },
1058
- "core/audits/installable-manifest.js | not-from-secure-origin": {
1059
- "message": "Lapas rādīšanai vajadzīgie dati netiek ienesti no droša sākotnējā servera"
1060
- },
1061
- "core/audits/installable-manifest.js | not-in-main-frame": {
1062
- "message": "Lapa nav ielādēta galvenajā ietvarā"
1063
- },
1064
- "core/audits/installable-manifest.js | not-offline-capable": {
1065
- "message": "Lapa nedarbojas bezsaistē"
1066
- },
1067
- "core/audits/installable-manifest.js | pipeline-restarted": {
1068
- "message": "PTL ir atinstalēta, un notiek instalējamības pārbaužu atiestatīšana."
1069
- },
1070
- "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1071
- "message": "Norādītā lietojumprogrammu platforma netiek atbalstīta operētājsistēmā Android"
1072
- },
1073
- "core/audits/installable-manifest.js | prefer-related-applications": {
1074
- "message": "Rekvizītam “prefer_related_applications” manifestā ir norādīta vērtība “true”"
1075
- },
1076
- "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1077
- "message": "Rekvizīts “prefer_related_applications” tiek atbalstīts tikai pārlūkprogrammas Chrome beta un stabilās versijās operētājsistēmā Android."
1078
- },
1079
- "core/audits/installable-manifest.js | protocol-timeout": {
1080
- "message": "Lighthouse nevarēja noteikt, vai lapa ir instalējama. Pamēģiniet izmantot jaunāku pārlūka Chrome versiju."
1081
- },
1082
- "core/audits/installable-manifest.js | start-url-not-valid": {
1083
- "message": "Manifesta sākuma URL nav derīgs"
1084
- },
1085
- "core/audits/installable-manifest.js | title": {
1086
- "message": "Tīmekļa lietotnes manifests un pakalpojumu skripts atbilst instalējamības prasībām"
1087
- },
1088
- "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1089
- "message": "Manifestā ir norādīts URL, kas satur lietotājvārdu, paroli vai portu"
1090
- },
1091
- "core/audits/installable-manifest.js | warn-not-offline-capable": {
1092
- "message": "Lapa nedarbojas bezsaistē. Lapa vairs netiks uzskatīta par instalējamu, kad 2021. gada augustā būs izlaista Chrome 93 stabilā versija."
1093
- },
1094
986
  "core/audits/is-on-https.js | allowed": {
1095
987
  "message": "Atļauts"
1096
988
  },
@@ -1202,33 +1094,6 @@
1202
1094
  "core/audits/mainthread-work-breakdown.js | title": {
1203
1095
  "message": "Galvenā pavediena darba samazināšana"
1204
1096
  },
1205
- "core/audits/manual/pwa-cross-browser.js | description": {
1206
- "message": "Lai sasniegtu pēc iespējas vairāk lietotāju, ieteicams izstrādāt vietnes, kas darbojas visos lielākajos pārlūkos. [Uzziniet vairāk par saderību dažādos pārlūkos](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
1207
- },
1208
- "core/audits/manual/pwa-cross-browser.js | title": {
1209
- "message": "Vietne darbojas dažādās pārlūkprogrammās"
1210
- },
1211
- "core/audits/manual/pwa-each-page-has-url.js | description": {
1212
- "message": "Nodrošiniet, lai lietotāji varētu veidot un atvērt dziļās saites uz atsevišķām lapām, izmantojot URL. Turklāt URL jābūt unikāliem, lai varētu kopīgot lapas sociālajos saziņas līdzekļos. [Uzziniet vairāk par dziļo saišu nodrošināšanu](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)."
1213
- },
1214
- "core/audits/manual/pwa-each-page-has-url.js | title": {
1215
- "message": "Katrai lapai ir URL"
1216
- },
1217
- "core/audits/manual/pwa-page-transitions.js | description": {
1218
- "message": "Ieteicams, lai, pieskaroties lietotnes elementiem, pārejas būtu ātras pat tad, ja tīkla darbība ir lēna. Šis ir galvenais faktors, kas nosaka to, kā lietotājs uztver veiktspēju. [Uzziniet vairāk par lapu pārejām](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)."
1219
- },
1220
- "core/audits/manual/pwa-page-transitions.js | title": {
1221
- "message": "Tīklā nerodas sajūta, ka lēna ielāde bloķētu pārejas starp lapām"
1222
- },
1223
- "core/audits/maskable-icon.js | description": {
1224
- "message": "Maskējama ikona nodrošina, ka attēls aizpilda visu formu, nepielāgojot to standarta platumam, kad lietotne tiek instalēta ierīcē. [Uzziniet par maskējamām manifesta ikonām](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)."
1225
- },
1226
- "core/audits/maskable-icon.js | failureTitle": {
1227
- "message": "Manifestam nav maskējamas ikonas"
1228
- },
1229
- "core/audits/maskable-icon.js | title": {
1230
- "message": "Manifestā ir maskējama ikona"
1231
- },
1232
1097
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1233
1098
  "message": "Cumulative Layout Shift norāda redzamo elementu kustību skatvietā. [Uzziniet vairāk par rādītāju “Cumulative Layout Shift”](https://web.dev/articles/cls)."
1234
1099
  },
@@ -1484,24 +1349,6 @@
1484
1349
  "core/audits/server-response-time.js | title": {
1485
1350
  "message": "Sākotnējās servera atbildes laika bija īss"
1486
1351
  },
1487
- "core/audits/splash-screen.js | description": {
1488
- "message": "Uzplaiksnījuma ekrāns ar piemērotu motīvu nodrošina labu pieredzi, lietotājiem palaižot lietotni no sākuma ekrāna. [Uzziniet vairāk par uzplaiksnījuma ekrāniem](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)."
1489
- },
1490
- "core/audits/splash-screen.js | failureTitle": {
1491
- "message": "Nav konfigurēta ar pielāgotu uzplaiksnījuma ekrānu"
1492
- },
1493
- "core/audits/splash-screen.js | title": {
1494
- "message": "Konfigurēta ar pielāgotu uzplaiksnījuma ekrānu"
1495
- },
1496
- "core/audits/themed-omnibox.js | description": {
1497
- "message": "Pārlūka adreses joslu var noformēt atbilstoši jūsu vietnes motīvam. [Uzziniet vairāk par adreses joslas motīva pielāgošanu](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)."
1498
- },
1499
- "core/audits/themed-omnibox.js | failureTitle": {
1500
- "message": "Lapa neiestata adreses joslas motīva krāsu."
1501
- },
1502
- "core/audits/themed-omnibox.js | title": {
1503
- "message": "Lapa iestata adreses joslas motīva krāsu."
1504
- },
1505
1352
  "core/audits/third-party-cookies.js | description": {
1506
1353
  "message": "Chrome nākotnes versijā vairs netiks atbalstīti trešo pušu sīkfaili. [Uzziniet vairāk par trešo pušu sīkfailu lietošanas pārtraukšanu](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
1507
1354
  },
@@ -1769,21 +1616,6 @@
1769
1616
  "core/config/default-config.js | performanceCategoryTitle": {
1770
1617
  "message": "Veiktspēja"
1771
1618
  },
1772
- "core/config/default-config.js | pwaCategoryDescription": {
1773
- "message": "Veicot šīs pārbaudes, varat validēt progresīvo tīmekļa lietotņu aspektus. [Uzziniet, kas veido labu progresīvo tīmekļa lietotni](https://web.dev/articles/pwa-checklist)."
1774
- },
1775
- "core/config/default-config.js | pwaCategoryManualDescription": {
1776
- "message": "Šīs pārbaudes ir vajadzīgas saskaņā ar standarta [PWA kontrolsarakstu](https://web.dev/articles/pwa-checklist), taču Lighthouse neveic tās automātiski. Tās neietekmē jūsu rezultātu, taču ir svarīgi pārbaudīt šos lietotnes aspektus manuāli."
1777
- },
1778
- "core/config/default-config.js | pwaCategoryTitle": {
1779
- "message": "PTL"
1780
- },
1781
- "core/config/default-config.js | pwaInstallableGroupTitle": {
1782
- "message": "Instalēšana"
1783
- },
1784
- "core/config/default-config.js | pwaOptimizedGroupTitle": {
1785
- "message": "PTL optimizācija"
1786
- },
1787
1619
  "core/config/default-config.js | seoCategoryDescription": {
1788
1620
  "message": "Šīs pārbaudes nodrošina, ka jūsu lapa atbilst meklētājprogrammu optimizācijas pamatnostādnēm. Ir daudz papildu faktoru, kurus Lighthouse neņem vērā, taču kuri var ietekmēt jūsu meklēšanas rezultātu ranžēšanu, tostarp [Core Web Vitals](https://web.dev/explore/vitals) veiktspēju. [Uzziniet vairāk par Google meklēšanas pamatiem](https://support.google.com/webmasters/answer/35769)."
1789
1621
  },
@@ -2666,9 +2498,6 @@
2666
2498
  "flow-report/src/i18n/ui-strings.js | categoryPerformance": {
2667
2499
  "message": "Veiktspēja"
2668
2500
  },
2669
- "flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
2670
- "message": "Progresīvā tīmekļa lietotne"
2671
- },
2672
2501
  "flow-report/src/i18n/ui-strings.js | categorySeo": {
2673
2502
  "message": "MPO"
2674
2503
  },
@@ -3335,9 +3164,6 @@
3335
3164
  "report/renderer/report-utils.js | passedAuditsGroupTitle": {
3336
3165
  "message": "Izpildītās pārbaudes"
3337
3166
  },
3338
- "report/renderer/report-utils.js | pwaRemovalMessage": {
3339
- "message": "Saskaņā ar [Chrome atjauninātajiem instalējamības kritērijiem](https://developer.chrome.com/blog/update-install-criteria) turpmākajā laidienā vairs netiks atbalstīta PTL kategorija rīkā Lighthouse. Lūdzu, skatiet [atjaunināto PTL dokumentāciju](https://developer.chrome.com/docs/devtools/progressive-web-apps/), lai turpmāk veiktu PTL testēšanu."
3340
- },
3341
3167
  "report/renderer/report-utils.js | runtimeAnalysisWindow": {
3342
3168
  "message": "Sākotnējā lapas ielāde"
3343
3169
  },
@@ -734,18 +734,6 @@
734
734
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
735
735
  "message": "Zet tekstcompressie aan"
736
736
  },
737
- "core/audits/content-width.js | description": {
738
- "message": "Als de breedte van de content van je app niet overeenkomt met de breedte van de viewport, is je app mogelijk niet geoptimaliseerd voor mobiele schermen. [Meer informatie over hoe je het formaat instelt van content voor de viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)"
739
- },
740
- "core/audits/content-width.js | explanation": {
741
- "message": "Het kijkvensterformaat van {innerWidth}px komt niet overeen met het vensterformaat van {outerWidth}px."
742
- },
743
- "core/audits/content-width.js | failureTitle": {
744
- "message": "De content heeft niet het juiste formaat voor het kijkvenster"
745
- },
746
- "core/audits/content-width.js | title": {
747
- "message": "De content heeft het juiste formaat voor het kijkvenster"
748
- },
749
737
  "core/audits/critical-request-chains.js | description": {
750
738
  "message": "De onderstaande ketens met kritieke verzoeken laten zien welke bronnen met een hoge prioriteit worden geladen. Overweeg de lengte van ketens te verkleinen, de downloadgrootte van bronnen te beperken of het downloaden van onnodige bronnen uit te stellen om de laadtijd van de pagina te verbeteren. [Meer informatie over hoe je ketens van kritieke verzoeken voorkomt](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
751
739
  },
@@ -995,102 +983,6 @@
995
983
  "core/audits/image-size-responsive.js | title": {
996
984
  "message": "Levert afbeeldingen met de juiste resolutie"
997
985
  },
998
- "core/audits/installable-manifest.js | already-installed": {
999
- "message": "De app is al geïnstalleerd"
1000
- },
1001
- "core/audits/installable-manifest.js | cannot-download-icon": {
1002
- "message": "Kan een vereist icoon niet downloaden uit het manifest"
1003
- },
1004
- "core/audits/installable-manifest.js | columnValue": {
1005
- "message": "Oorzaak van fout"
1006
- },
1007
- "core/audits/installable-manifest.js | description": {
1008
- "message": "De service worker is de technologie waarmee je app veel functies van progressive web-apps kan gebruiken, zoals offline functionaliteit, toevoegen aan het startscherm en pushmeldingen. Met goede implementaties van de service worker en het manifest kunnen browsers gebruikers proactief vragen je app aan hun startscherm toe te voegen. Dit kan leiden tot grotere betrokkenheid. [Meer informatie over de vereisten voor installeerbaarheid van manifesten](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)"
1009
- },
1010
- "core/audits/installable-manifest.js | displayValue": {
1011
- "message": "{itemCount,plural, =1{1 reden}other{# redenen}}"
1012
- },
1013
- "core/audits/installable-manifest.js | failureTitle": {
1014
- "message": "Het manifest van de web-app of de service worker voldoet niet aan de vereisten voor installeerbaarheid"
1015
- },
1016
- "core/audits/installable-manifest.js | ids-do-not-match": {
1017
- "message": "De app-URL en de ID van de Play Store komen niet overeen"
1018
- },
1019
- "core/audits/installable-manifest.js | in-incognito": {
1020
- "message": "Je laadt de pagina in een incognitovenster"
1021
- },
1022
- "core/audits/installable-manifest.js | manifest-display-not-supported": {
1023
- "message": "De eigenschap `display` van het manifest moet `standalone`, `fullscreen` of `minimal-ui` zijn"
1024
- },
1025
- "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
1026
- "message": "Het manifest bevat het veld 'display_override'. De eerste ondersteunde weergavemodus moet 'standalone', 'fullscreen' of 'minimal-ui' zijn."
1027
- },
1028
- "core/audits/installable-manifest.js | manifest-empty": {
1029
- "message": "Het manifest kan niet worden opgehaald, is leeg of kan niet worden geparseerd"
1030
- },
1031
- "core/audits/installable-manifest.js | manifest-location-changed": {
1032
- "message": "De manifest-URL is gewijzigd tijdens het ophalen van het manifest."
1033
- },
1034
- "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1035
- "message": "Manifest bevat geen veld `name` of `short_name`"
1036
- },
1037
- "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1038
- "message": "Het manifest bevat geen geschikt icoon. Een png-, svg- of webp-indeling van ten minste {value0} pixels is vereist, het formaatkenmerk moet zijn ingesteld en het doelkenmerk (indien ingesteld) moet 'any' bevatten."
1039
- },
1040
- "core/audits/installable-manifest.js | no-acceptable-icon": {
1041
- "message": "Geen enkel geleverd icoon is een vierkant van minstens {value0} pixels in png-, svg- of webp-indeling met het doelkenmerk niet ingesteld of ingesteld op 'any'."
1042
- },
1043
- "core/audits/installable-manifest.js | no-icon-available": {
1044
- "message": "Het gedownloade icoon is leeg of beschadigd"
1045
- },
1046
- "core/audits/installable-manifest.js | no-id-specified": {
1047
- "message": "Geen Play Store-ID opgegeven"
1048
- },
1049
- "core/audits/installable-manifest.js | no-manifest": {
1050
- "message": "De pagina heeft geen manifest-URL <link>"
1051
- },
1052
- "core/audits/installable-manifest.js | no-url-for-service-worker": {
1053
- "message": "Kan de service worker niet checken zonder een veld 'start_url' in het manifest"
1054
- },
1055
- "core/audits/installable-manifest.js | noErrorId": {
1056
- "message": "De ID van de installeerbaarheidsfout '{errorId}' wordt niet herkend"
1057
- },
1058
- "core/audits/installable-manifest.js | not-from-secure-origin": {
1059
- "message": "De pagina wordt niet weergegeven via een beveiligde bron"
1060
- },
1061
- "core/audits/installable-manifest.js | not-in-main-frame": {
1062
- "message": "De pagina wordt niet in het hoofdframe geladen"
1063
- },
1064
- "core/audits/installable-manifest.js | not-offline-capable": {
1065
- "message": "De pagina werkt niet offline"
1066
- },
1067
- "core/audits/installable-manifest.js | pipeline-restarted": {
1068
- "message": "PWA is verwijderd en de installeerbaarheidschecks worden gereset."
1069
- },
1070
- "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1071
- "message": "Het opgegeven app-platform wordt niet ondersteund op Android"
1072
- },
1073
- "core/audits/installable-manifest.js | prefer-related-applications": {
1074
- "message": "Het manifest specificeert prefer_related_applications: true"
1075
- },
1076
- "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1077
- "message": "prefer_related_applications wordt alleen ondersteund op bèta- en stabiele kanalen van Chrome op Android."
1078
- },
1079
- "core/audits/installable-manifest.js | protocol-timeout": {
1080
- "message": "Lighthouse kan niet bepalen of de pagina installeerbaar is. Probeer het met een nieuwere versie van Chrome."
1081
- },
1082
- "core/audits/installable-manifest.js | start-url-not-valid": {
1083
- "message": "De start-URL voor het manifest is ongeldig"
1084
- },
1085
- "core/audits/installable-manifest.js | title": {
1086
- "message": "Het manifest van de web-app en de service worker voldoen aan de vereisten voor installeerbaarheid"
1087
- },
1088
- "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1089
- "message": "Een URL in het manifest bevat een gebruikersnaam, wachtwoord of poort"
1090
- },
1091
- "core/audits/installable-manifest.js | warn-not-offline-capable": {
1092
- "message": "De pagina werkt niet offline. Vanaf de stabiele release van Chrome 93 in augustus 2021 wordt deze pagina niet meer als installeerbaar beschouwd."
1093
- },
1094
986
  "core/audits/is-on-https.js | allowed": {
1095
987
  "message": "Toegestaan"
1096
988
  },
@@ -1202,33 +1094,6 @@
1202
1094
  "core/audits/mainthread-work-breakdown.js | title": {
1203
1095
  "message": "Primaire threadbewerkingen minimaliseren"
1204
1096
  },
1205
- "core/audits/manual/pwa-cross-browser.js | description": {
1206
- "message": "Sites moeten in alle grote browsers werken om zoveel mogelijk gebruikers te bereiken. [Meer informatie over compatibiliteit met verschillende browsers](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)"
1207
- },
1208
- "core/audits/manual/pwa-cross-browser.js | title": {
1209
- "message": "De site werkt in verschillende browsers"
1210
- },
1211
- "core/audits/manual/pwa-each-page-has-url.js | description": {
1212
- "message": "Zorg ervoor dat deep links voor afzonderlijke pagina's via een URL kunnen worden opgenomen en dat URL's uniek zijn zodat ze op social media kunnen worden gedeeld. [Meer informatie over het opgeven van deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)"
1213
- },
1214
- "core/audits/manual/pwa-each-page-has-url.js | title": {
1215
- "message": "Elke pagina heeft een URL"
1216
- },
1217
- "core/audits/manual/pwa-page-transitions.js | description": {
1218
- "message": "Overgangen moeten snel aanvoelen als je op een pagina tikt, zelfs bij gebruik van een langzaam netwerk. Dit is essentieel voor hoe de prestaties bij de gebruiker overkomen. [Meer informatie over paginaovergangen](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)"
1219
- },
1220
- "core/audits/manual/pwa-page-transitions.js | title": {
1221
- "message": "Paginaovergangen voelen niet alsof ze vastlopen op het netwerk"
1222
- },
1223
- "core/audits/maskable-icon.js | description": {
1224
- "message": "Een maskeerbaar icoon zorgt ervoor dat de afbeelding de hele vorm zonder horizontale zwarte balken uitvult als een app wordt geïnstalleerd op het apparaat. [Meer informatie over maskeerbare manifesticonen](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)"
1225
- },
1226
- "core/audits/maskable-icon.js | failureTitle": {
1227
- "message": "Manifest heeft geen maskeerbaar icoon"
1228
- },
1229
- "core/audits/maskable-icon.js | title": {
1230
- "message": "Manifest heeft een maskeerbaar icoon"
1231
- },
1232
1097
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1233
1098
  "message": "Cumulatieve indelingsverschuiving (CLS) meet de beweging van zichtbare elementen binnen de viewport. [Meer informatie over de statistiek Cumulatieve indelingsverschuiving (CLS)](https://web.dev/articles/cls)"
1234
1099
  },
@@ -1484,24 +1349,6 @@
1484
1349
  "core/audits/server-response-time.js | title": {
1485
1350
  "message": "Eerste reactietijd van server was kort"
1486
1351
  },
1487
- "core/audits/splash-screen.js | description": {
1488
- "message": "Een startscherm met een thema zorgt voor een gebruikerservaring van hoge kwaliteit als gebruikers je app starten vanaf hun startscherm. [Meer informatie over startschermen](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)"
1489
- },
1490
- "core/audits/splash-screen.js | failureTitle": {
1491
- "message": "Is niet geconfigureerd voor een aangepast startscherm"
1492
- },
1493
- "core/audits/splash-screen.js | title": {
1494
- "message": "Is geconfigureerd voor een aangepast startscherm"
1495
- },
1496
- "core/audits/themed-omnibox.js | description": {
1497
- "message": "Het thema van de adresbalk van de browser kan worden aangepast aan je site. [Meer informatie over thema's voor de adresbalk](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)"
1498
- },
1499
- "core/audits/themed-omnibox.js | failureTitle": {
1500
- "message": "Hiermee wordt geen themakleur voor de adresbalk ingesteld."
1501
- },
1502
- "core/audits/themed-omnibox.js | title": {
1503
- "message": "Hiermee wordt een themakleur voor de adresbalk ingesteld."
1504
- },
1505
1352
  "core/audits/third-party-cookies.js | description": {
1506
1353
  "message": "Cookies van derden worden in een toekomstige versie van Chrome niet meer ondersteund. [Meer informatie over de uitfasering van cookies van derden](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)"
1507
1354
  },
@@ -1769,21 +1616,6 @@
1769
1616
  "core/config/default-config.js | performanceCategoryTitle": {
1770
1617
  "message": "Prestaties"
1771
1618
  },
1772
- "core/config/default-config.js | pwaCategoryDescription": {
1773
- "message": "Deze checks valideren de aspecten van een progressive web-app. [Meer informatie over wat een goede progressive web-app is](https://web.dev/articles/pwa-checklist)"
1774
- },
1775
- "core/config/default-config.js | pwaCategoryManualDescription": {
1776
- "message": "Deze controles worden vereist door de baseline [PWA-checklist](https://web.dev/articles/pwa-checklist) maar worden niet automatisch gecontroleerd door Lighthouse. Ze zijn niet van invloed op je score, maar het is wel belangrijk dat je ze handmatig verifieert."
1777
- },
1778
- "core/config/default-config.js | pwaCategoryTitle": {
1779
- "message": "PWA"
1780
- },
1781
- "core/config/default-config.js | pwaInstallableGroupTitle": {
1782
- "message": "Installeerbaar"
1783
- },
1784
- "core/config/default-config.js | pwaOptimizedGroupTitle": {
1785
- "message": "Geoptimaliseerd voor PWA"
1786
- },
1787
1619
  "core/config/default-config.js | seoCategoryDescription": {
1788
1620
  "message": "Deze checks zorgen ervoor dat je pagina het algemene advies voor zoekmachineoptimalisatie volgt. Er zijn veel aanvullende factoren waarvoor Lighthouse hier geen score geeft, maar die wel van invloed kunnen zijn op je zoekpositie, waaronder de prestaties voor [Site-vitaliteit](https://web.dev/explore/vitals). [Meer informatie over Google Search Essentials](https://support.google.com/webmasters/answer/35769)"
1789
1621
  },
@@ -2666,9 +2498,6 @@
2666
2498
  "flow-report/src/i18n/ui-strings.js | categoryPerformance": {
2667
2499
  "message": "Prestaties"
2668
2500
  },
2669
- "flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
2670
- "message": "Progressive web-app"
2671
- },
2672
2501
  "flow-report/src/i18n/ui-strings.js | categorySeo": {
2673
2502
  "message": "SEO"
2674
2503
  },
@@ -3335,9 +3164,6 @@
3335
3164
  "report/renderer/report-utils.js | passedAuditsGroupTitle": {
3336
3165
  "message": "Geslaagde controles"
3337
3166
  },
3338
- "report/renderer/report-utils.js | pwaRemovalMessage": {
3339
- "message": "Volgens de [geüpdatete Installeerbaarheidscriteria van Chrome](https://developer.chrome.com/blog/update-install-criteria) beëindigt Lighthouse de categorie PWA in een toekomstige release. Raadpleeg de [geüpdatete PWA-documentatie](https://developer.chrome.com/docs/devtools/progressive-web-apps/) voor toekomstige PWA-tests."
3340
- },
3341
3167
  "report/renderer/report-utils.js | runtimeAnalysisWindow": {
3342
3168
  "message": "Eerste keer laden van de pagina"
3343
3169
  },