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": "Activez la compression de texte"
736
736
  },
737
- "core/audits/content-width.js | description": {
738
- "message": "Si la largeur du contenu de votre appli ne correspond pas à la largeur de la fenêtre d'affichage, il se peut que votre appli ne soit pas optimisée pour les écrans mobiles. [Découvrez comment dimensionner le contenu de la fenêtre d'affichage.](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)"
739
- },
740
- "core/audits/content-width.js | explanation": {
741
- "message": "La dimension de la fenêtre d'affichage ({innerWidth} pixels) ne correspond pas à la taille de la fenêtre ({outerWidth} pixels)."
742
- },
743
- "core/audits/content-width.js | failureTitle": {
744
- "message": "Le contenu n'est pas correctement dimensionné pour la fenêtre d'affichage"
745
- },
746
- "core/audits/content-width.js | title": {
747
- "message": "Le contenu est correctement dimensionné pour la fenêtre d'affichage"
748
- },
749
737
  "core/audits/critical-request-chains.js | description": {
750
738
  "message": "Les chaînes de demandes critiques ci-dessous vous montrent quelles ressources sont chargées avec une priorité élevée. Envisagez de réduire la longueur des chaînes et la taille de téléchargement des ressources ou de reporter le téléchargement de ressources inutiles afin d'améliorer le chargement des pages. [Découvrez comment éviter de créer des chaînes de demandes critiques.](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": "Images diffusées dans la résolution appropriée"
997
985
  },
998
- "core/audits/installable-manifest.js | already-installed": {
999
- "message": "L'application est déjà installée"
1000
- },
1001
- "core/audits/installable-manifest.js | cannot-download-icon": {
1002
- "message": "Impossible de télécharger une icône requise depuis le fichier manifeste"
1003
- },
1004
- "core/audits/installable-manifest.js | columnValue": {
1005
- "message": "Motif de l'échec"
1006
- },
1007
- "core/audits/installable-manifest.js | description": {
1008
- "message": "Service worker est une technologie qui permet à votre appli d'exploiter de nombreuses fonctionnalités propres aux progressive web apps, comme le fonctionnement hors connexion, l'ajout à l'écran d'accueil et les notifications push. Lorsqu'un service worker et un fichier manifeste sont correctement implémentés, les utilisateurs peuvent être invités à ajouter votre appli à leur écran d'accueil par le biais de leur navigateur. Cette fonctionnalité peut contribuer à une hausse de l'engagement. [En savoir plus sur les exigences liées à l'implémentation du fichier manifeste](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)"
1009
- },
1010
- "core/audits/installable-manifest.js | displayValue": {
1011
- "message": "{itemCount,plural, =1{1 motif}one{# motif}other{# motifs}}"
1012
- },
1013
- "core/audits/installable-manifest.js | failureTitle": {
1014
- "message": "Le fichier manifeste ou le service worker de l'application Web ne respectent pas les conditions d'installation requises"
1015
- },
1016
- "core/audits/installable-manifest.js | ids-do-not-match": {
1017
- "message": "L'URL de l'application Play Store et l'ID Play Store ne correspondent pas"
1018
- },
1019
- "core/audits/installable-manifest.js | in-incognito": {
1020
- "message": "La page est chargée dans une fenêtre de navigation privée"
1021
- },
1022
- "core/audits/installable-manifest.js | manifest-display-not-supported": {
1023
- "message": "La propriété `display` du fichier manifeste doit être `standalone`, `fullscreen` ou `minimal-ui`"
1024
- },
1025
- "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
1026
- "message": "Le fichier manifeste contient le champ \"display_override\" et le premier mode d'affichage pris en charge doit être \"standalone\", \"fullscreen\" ou \"minimal-ui\""
1027
- },
1028
- "core/audits/installable-manifest.js | manifest-empty": {
1029
- "message": "Le fichier manifeste n'a pas pu être récupéré, est vide ou n'a pas pu être analysé"
1030
- },
1031
- "core/audits/installable-manifest.js | manifest-location-changed": {
1032
- "message": "L'URL du fichier manifeste a changé pendant la récupération du fichier manifeste."
1033
- },
1034
- "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1035
- "message": "Le manifeste ne contient pas de champ `name` ni `short_name`"
1036
- },
1037
- "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1038
- "message": "Le fichier manifeste ne contient pas d'icône éligible : format PNG, SVG ou WebP d'au moins {value0} px, avec l'attribut de taille défini et l'attribut de fonction non défini ou défini sur \"any\"."
1039
- },
1040
- "core/audits/installable-manifest.js | no-acceptable-icon": {
1041
- "message": "Aucune icône fournie ne fait au moins {value0} px carré(s) au format PNG, SVG ou WebP, avec l'attribut de fonction non défini ou défini sur \"any\""
1042
- },
1043
- "core/audits/installable-manifest.js | no-icon-available": {
1044
- "message": "L'icône téléchargée était vide ou corrompue"
1045
- },
1046
- "core/audits/installable-manifest.js | no-id-specified": {
1047
- "message": "Aucun ID Play Store fourni"
1048
- },
1049
- "core/audits/installable-manifest.js | no-manifest": {
1050
- "message": "La page n'a aucune URL <lien> de fichier manifeste"
1051
- },
1052
- "core/audits/installable-manifest.js | no-url-for-service-worker": {
1053
- "message": "Impossible de contrôler le service worker sans un champ \"start_url\" dans le fichier manifeste"
1054
- },
1055
- "core/audits/installable-manifest.js | noErrorId": {
1056
- "message": "Le code d'erreur d'installation \"{errorId}\" n'est pas reconnu"
1057
- },
1058
- "core/audits/installable-manifest.js | not-from-secure-origin": {
1059
- "message": "L'origine de la page n'est pas sécurisée"
1060
- },
1061
- "core/audits/installable-manifest.js | not-in-main-frame": {
1062
- "message": "La page n'est pas chargée dans le frame principal"
1063
- },
1064
- "core/audits/installable-manifest.js | not-offline-capable": {
1065
- "message": "La page ne fonctionne pas hors connexion"
1066
- },
1067
- "core/audits/installable-manifest.js | pipeline-restarted": {
1068
- "message": "PWA a été désinstallé, et les vérifications d'installabilité sont en cours de réinitialisation."
1069
- },
1070
- "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1071
- "message": "La plate-forme d'applications indiquée n'est pas compatible avec Android"
1072
- },
1073
- "core/audits/installable-manifest.js | prefer-related-applications": {
1074
- "message": "Le fichier manifeste indique prefer_related_applications: true"
1075
- },
1076
- "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1077
- "message": "prefer_related_applications est uniquement disponible dans la version bêta et les versions stables de Chrome sur Android."
1078
- },
1079
- "core/audits/installable-manifest.js | protocol-timeout": {
1080
- "message": "Lighthouse n'a pas pu déterminer si la page pouvait être installée. Veuillez réessayer avec une version plus récente de Chrome."
1081
- },
1082
- "core/audits/installable-manifest.js | start-url-not-valid": {
1083
- "message": "L'URL de démarrage du fichier manifeste n'est pas valide"
1084
- },
1085
- "core/audits/installable-manifest.js | title": {
1086
- "message": "Le fichier manifeste et le service worker de l'application Web respectent les conditions d'installation requises"
1087
- },
1088
- "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1089
- "message": "Une URL du fichier manifeste contient un nom d'utilisateur, un mot de passe ou un port"
1090
- },
1091
- "core/audits/installable-manifest.js | warn-not-offline-capable": {
1092
- "message": "La page ne fonctionne pas hors connexion. La page ne sera pas considérée comme installable après le lancement de la version stable de Chrome 93 en août 2021."
1093
- },
1094
986
  "core/audits/is-on-https.js | allowed": {
1095
987
  "message": "Autorisée"
1096
988
  },
@@ -1202,33 +1094,6 @@
1202
1094
  "core/audits/mainthread-work-breakdown.js | title": {
1203
1095
  "message": "Réduire le travail du thread principal"
1204
1096
  },
1205
- "core/audits/manual/pwa-cross-browser.js | description": {
1206
- "message": "Afin de toucher le plus grand nombre d'utilisateurs possible, les sites doivent fonctionner sur tous les principaux navigateurs. [En savoir plus sur la compatibilité multinavigateur](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)"
1207
- },
1208
- "core/audits/manual/pwa-cross-browser.js | title": {
1209
- "message": "Le site fonctionne sur différents navigateurs"
1210
- },
1211
- "core/audits/manual/pwa-each-page-has-url.js | description": {
1212
- "message": "Veillez à ce que les URL de vos pages puissent être utilisées dans des liens profonds. En outre, chaque URL doit être unique afin de pouvoir être correctement partagée sur les médias sociaux. [En savoir plus sur l'ajout de liens profonds](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": "Chaque page a sa propre URL"
1216
- },
1217
- "core/audits/manual/pwa-page-transitions.js | description": {
1218
- "message": "La navigation sur les pages doit être rapide et fluide, même pour les utilisateurs avec une connexion lente. C'est un critère de performance fondamental pour les utilisateurs. [En savoir plus sur les transitions de pages](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)"
1219
- },
1220
- "core/audits/manual/pwa-page-transitions.js | title": {
1221
- "message": "La navigation entre les différentes pages du site doit être rapide et fluide"
1222
- },
1223
- "core/audits/maskable-icon.js | description": {
1224
- "message": "Une icône masquable empêche l'apparition de bandes noires (format letterbox) et assure que l'image remplit totalement l'espace disponible lorsque l'appli est installée sur un appareil. [En savoir plus sur les icônes masquables du fichier manifeste](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)"
1225
- },
1226
- "core/audits/maskable-icon.js | failureTitle": {
1227
- "message": "Le fichier manifeste ne comporte pas d'icône masquable"
1228
- },
1229
- "core/audits/maskable-icon.js | title": {
1230
- "message": "Le fichier manifeste comporte une icône masquable"
1231
- },
1232
1097
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1233
1098
  "message": "Cumulative Layout Shift mesure le mouvement des éléments visibles dans la fenêtre d'affichage. [En savoir plus sur cette métrique](https://web.dev/articles/cls)"
1234
1099
  },
@@ -1484,24 +1349,6 @@
1484
1349
  "core/audits/server-response-time.js | title": {
1485
1350
  "message": "Le temps de réponse initial du serveur était court"
1486
1351
  },
1487
- "core/audits/splash-screen.js | description": {
1488
- "message": "Avec un écran de démarrage à thème, vous garantissez une expérience de haute qualité aux utilisateurs qui lancent votre appli depuis leur écran d'accueil. [En savoir plus sur les écrans de démarrage](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)"
1489
- },
1490
- "core/audits/splash-screen.js | failureTitle": {
1491
- "message": "Écran de démarrage personnalisé non disponible"
1492
- },
1493
- "core/audits/splash-screen.js | title": {
1494
- "message": "Écran de démarrage personnalisé disponible"
1495
- },
1496
- "core/audits/themed-omnibox.js | description": {
1497
- "message": "Vous pouvez définir un thème assorti à votre site pour la barre d'adresse du navigateur. [En savoir plus sur les thèmes de la barre d'adresse](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)"
1498
- },
1499
- "core/audits/themed-omnibox.js | failureTitle": {
1500
- "message": "Aucune couleur de thème n'est configurée pour la barre d'adresse."
1501
- },
1502
- "core/audits/themed-omnibox.js | title": {
1503
- "message": "Une couleur de thème est configurée pour la barre d'adresse."
1504
- },
1505
1352
  "core/audits/third-party-cookies.js | description": {
1506
1353
  "message": "Les cookies tiers ne seront plus acceptés dans une prochaine version de Chrome. [En savoir plus sur la suppression progressive des cookies tiers](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": "Performances"
1771
1618
  },
1772
- "core/config/default-config.js | pwaCategoryDescription": {
1773
- "message": "Ces contrôles permettent de vérifier que les conditions requises pour les progressive web apps sont remplies. [Découvrez les critères d'une progressive web app de qualité.](https://web.dev/articles/pwa-checklist)"
1774
- },
1775
- "core/config/default-config.js | pwaCategoryManualDescription": {
1776
- "message": "Ces contrôles font partie des [vérifications de base de la checklist PWA](https://web.dev/articles/pwa-checklist), mais ne sont pas exécutés automatiquement par Lighthouse. Même s'ils n'ont pas d'influence sur votre score, il est important de les effectuer manuellement."
1777
- },
1778
- "core/config/default-config.js | pwaCategoryTitle": {
1779
- "message": "PWA"
1780
- },
1781
- "core/config/default-config.js | pwaInstallableGroupTitle": {
1782
- "message": "Possibilités d'installation"
1783
- },
1784
- "core/config/default-config.js | pwaOptimizedGroupTitle": {
1785
- "message": "Optimisation PWA"
1786
- },
1787
1619
  "core/config/default-config.js | seoCategoryDescription": {
1788
1620
  "message": "Ces vérifications garantissent que votre page suit les conseils de base concernant le référencement naturel. De nombreux facteurs supplémentaires ne sont pas évalués par Lighthouse ici, mais peuvent affecter votre classement dans les résultats de recherche, y compris vos performances concernant les [Core Web Vitals](https://web.dev/explore/vitals). [En savoir plus sur les Essentiels de la recherche Google](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": "Performances"
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": "Audits réussis"
3337
3166
  },
3338
- "report/renderer/report-utils.js | pwaRemovalMessage": {
3339
- "message": "Conformément aux [critères d'installabilité mis à jour de Chrome](https://developer.chrome.com/blog/update-install-criteria), Lighthouse abandonnera la catégorie PWA dans une prochaine version. Veuillez consulter la [documentation actualisée sur les PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/) pour en savoir plus sur les futurs tests de PWA."
3340
- },
3341
3167
  "report/renderer/report-utils.js | runtimeAnalysisWindow": {
3342
3168
  "message": "Chargement de page initial"
3343
3169
  },
@@ -734,18 +734,6 @@
734
734
  "core/audits/byte-efficiency/uses-text-compression.js | title": {
735
735
  "message": "יש להפעיל דחיסת טקסט"
736
736
  },
737
- "core/audits/content-width.js | description": {
738
- "message": "אם הרוחב של תוכן האפליקציה לא תואם לרוחב של אזור התצוגה, ייתכן שלא בוצעה אופטימיזציה לאפליקציה שלך עבור מסכים של ניידים. [כאן מוסבר איך להתאים את גודל התוכן לאזור התצוגה](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
739
- },
740
- "core/audits/content-width.js | explanation": {
741
- "message": "גודל אזור התצוגה של {innerWidth} פיקסלים לא תואם לגודל החלון של {outerWidth} פיקסלים."
742
- },
743
- "core/audits/content-width.js | failureTitle": {
744
- "message": "הגודל של התוכן הוגדר בצורה לא תקינה עבור אזור התצוגה"
745
- },
746
- "core/audits/content-width.js | title": {
747
- "message": "הגודל של התוכן הוגדר בצורה תקינה עבור אזור התצוגה"
748
- },
749
737
  "core/audits/critical-request-chains.js | description": {
750
738
  "message": "בקטע 'שרשראות בקשה קריטיות' שבהמשך מוצגים המשאבים שנטענים עם עדיפות גבוהה. כדי לשפר את מהירות טעינת הדף, מומלץ לקצר את השרשראות, להקטין את גודל ההורדה של משאבים או לעכב את ההורדה של משאבים לא נחוצים. [כאן מוסבר איך להימנע משרשור של בקשות קריטיות](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": "מציג תמונות עם רזולוציה מתאימה"
997
985
  },
998
- "core/audits/installable-manifest.js | already-installed": {
999
- "message": "האפליקציה כבר מותקנת"
1000
- },
1001
- "core/audits/installable-manifest.js | cannot-download-icon": {
1002
- "message": "לא ניתן היה להוריד סמל נדרש מהמניפסט"
1003
- },
1004
- "core/audits/installable-manifest.js | columnValue": {
1005
- "message": "סיבה לכשל"
1006
- },
1007
- "core/audits/installable-manifest.js | description": {
1008
- "message": "קובץ שירות (service worker) הוא הטכנולוגיה שמאפשרת לאפליקציה שלך להשתמש במספר תכונות Progressive Web App, כמו 'מצב אופליין', 'הוספה למסך הבית' ו'התראות'. בעזרת הטמעה נכונה של קובצי מניפסט וקובצי שירות (service worker), הדפדפנים יכולים לבקש ממשתמשים באופן יזום להוסיף את האפליקציה שלך למסך הבית שלהם. הפעולה הזו מגדילה את הסיכוי להשגת מעורבות גבוהה יותר. [מידע נוסף על הדרישות בנוגע להתקנה של מניפסט](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)"
1009
- },
1010
- "core/audits/installable-manifest.js | displayValue": {
1011
- "message": "{itemCount,plural, =1{סיבה אחת}one{סיבה אחת}two{שתי סיבות}other{# סיבות}}"
1012
- },
1013
- "core/audits/installable-manifest.js | failureTitle": {
1014
- "message": "קובץ המניפסט של האפליקציה או קובץ השירות (service worker) אינם עומדים בדרישות יכולת ההתקנה"
1015
- },
1016
- "core/audits/installable-manifest.js | ids-do-not-match": {
1017
- "message": "כתובת ה-URL של האפליקציה בחנות Play והמזהה בחנות Play אינם תואמים"
1018
- },
1019
- "core/audits/installable-manifest.js | in-incognito": {
1020
- "message": "הדף נטען בחלון אנונימי"
1021
- },
1022
- "core/audits/installable-manifest.js | manifest-display-not-supported": {
1023
- "message": "המאפיין `display` במניפסט חייב להיות אחד מהערכים `standalone`, `fullscreen` או `minimal-ui`"
1024
- },
1025
- "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
1026
- "message": "המניפסט מכיל את השדה 'display_override' ומצב התצוגה הראשון הנתמך צריך להיות 'standalone',‏ 'fullscreen' או 'minimal-ui'"
1027
- },
1028
- "core/audits/installable-manifest.js | manifest-empty": {
1029
- "message": "לא ניתן לאחזר או לנתח את קובץ המניפסט, או שהוא ריק"
1030
- },
1031
- "core/audits/installable-manifest.js | manifest-location-changed": {
1032
- "message": "כתובת ה-URL של המניפסט השתנתה במהלך אחזור המניפסט."
1033
- },
1034
- "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1035
- "message": "קובץ המניפסט לא מכיל את השדות '`name`' או '`short_name`'"
1036
- },
1037
- "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1038
- "message": "קובץ המניפסט אינו מכיל סמל מתאים. דרוש פורמט PNG‏, SVG או WebP ברזולוציה של ‎{value0}px לפחות, ויש להגדיר את מאפיין הגודל. אם הוגדר המאפיין 'שימוש', הוא חייב לציין \"הכול\"."
1039
- },
1040
- "core/audits/installable-manifest.js | no-acceptable-icon": {
1041
- "message": "לא סיפקת סמל ריבועי באורך/רוחב של {value0} פיקסלים לפחות בפורמט PNG‏, SVG או WebP, עם מאפיין מטרה לא מוגדר או מוגדר ל\"הכול\""
1042
- },
1043
- "core/audits/installable-manifest.js | no-icon-available": {
1044
- "message": "הסמל שהורד היה ריק או פגום"
1045
- },
1046
- "core/audits/installable-manifest.js | no-id-specified": {
1047
- "message": "לא סופק מזהה חנות Play"
1048
- },
1049
- "core/audits/installable-manifest.js | no-manifest": {
1050
- "message": "אין לדף כתובת URL של מניפסט <link>"
1051
- },
1052
- "core/audits/installable-manifest.js | no-url-for-service-worker": {
1053
- "message": "לא ניתן לבדוק את קובץ השירות (service worker) ללא השדה 'כתובת url להתחלה'"
1054
- },
1055
- "core/audits/installable-manifest.js | noErrorId": {
1056
- "message": "המזהה '{errorId}' של השגיאה ביכולת ההתקנה אינו מוכר"
1057
- },
1058
- "core/audits/installable-manifest.js | not-from-secure-origin": {
1059
- "message": "הדף מוצג ממקור לא מאובטח"
1060
- },
1061
- "core/audits/installable-manifest.js | not-in-main-frame": {
1062
- "message": "הדף לא נטען במסגרת הראשית"
1063
- },
1064
- "core/audits/installable-manifest.js | not-offline-capable": {
1065
- "message": "הדף לא פועל ללא חיבור לאינטרנט"
1066
- },
1067
- "core/audits/installable-manifest.js | pipeline-restarted": {
1068
- "message": "PWA הוסרה ומתבצע איפוס של בדיקות לגבי אפשרות התקנה."
1069
- },
1070
- "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1071
- "message": "פלטפורמת האפליקציה שסופקה לא נתמכת ב-Android"
1072
- },
1073
- "core/audits/installable-manifest.js | prefer-related-applications": {
1074
- "message": "המניפסט מפרט אפליקציות שקשורות להעדפות: TRUE"
1075
- },
1076
- "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1077
- "message": "התכונה prefer_related_applications נתמכת רק בגרסת הבטא של Chrome ובערוצים יציבים ב-Android."
1078
- },
1079
- "core/audits/installable-manifest.js | protocol-timeout": {
1080
- "message": "במסגרת Lighthouse אי אפשר היה לקבוע אם ניתן להתקין את הדף. צריך לנסות שוב בגרסה חדשה יותר של Chrome."
1081
- },
1082
- "core/audits/installable-manifest.js | start-url-not-valid": {
1083
- "message": "כתובת ה-URL להתחלה של המניפסט לא חוקית"
1084
- },
1085
- "core/audits/installable-manifest.js | title": {
1086
- "message": "המניפסט של אפליקציית האינטרנט וקובץ השירות (service worker) עומדים בדרישות יכולת ההתקנה"
1087
- },
1088
- "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1089
- "message": "המניפסט מכיל כתובת URL הכוללת שם משתמש, סיסמה או יציאה"
1090
- },
1091
- "core/audits/installable-manifest.js | warn-not-offline-capable": {
1092
- "message": "הדף לא פועל ללא חיבור לאינטרנט. הדף לא ייחשב כדף שניתן להתקנה אחרי Chrome 93, בגרסה היציבה של אוגוסט 2021."
1093
- },
1094
986
  "core/audits/is-on-https.js | allowed": {
1095
987
  "message": "הכתובת אושרה"
1096
988
  },
@@ -1202,33 +1094,6 @@
1202
1094
  "core/audits/mainthread-work-breakdown.js | title": {
1203
1095
  "message": "מצמצם את העבודה על התהליכון הראשי"
1204
1096
  },
1205
- "core/audits/manual/pwa-cross-browser.js | description": {
1206
- "message": "כדי להגדיל את פוטנציאל החשיפה לכמה שיותר משתמשים, האתרים צריכים לעבוד בכל הדפדפנים הנפוצים. [מידע על תאימות לדפדפנים שונים](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)"
1207
- },
1208
- "core/audits/manual/pwa-cross-browser.js | title": {
1209
- "message": "האתר עובד בדפדפנים שונים"
1210
- },
1211
- "core/audits/manual/pwa-each-page-has-url.js | description": {
1212
- "message": "יש לוודא שניתן לבצע קישור עומק לדפים נפרדים דרך כתובת URL ושכתובות ה-URL ייחודיות, כדי שניתן יהיה לשתף אותן ברשתות חברתיות. [מידע נוסף על הוספת קישורי עומק](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": "לכל דף יש כתובת URL"
1216
- },
1217
- "core/audits/manual/pwa-page-transitions.js | description": {
1218
- "message": "כשמשתמשים מקישים באפליקציה, המעברים צריכים להיראות להם מהירים, גם ברשת איטית. החוויה הזו היא אחד הגורמים החשובים לתפיסת הביצועים בעיני המשתמשים. [מידע נוסף על מעברים בין דפים](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)"
1219
- },
1220
- "core/audits/manual/pwa-page-transitions.js | title": {
1221
- "message": "מעברי הדפים לא מרגישים חסומים ברשת"
1222
- },
1223
- "core/audits/maskable-icon.js | description": {
1224
- "message": "סמל שניתן להתאמה (maskable) מבטיח שהתמונה תמלא את כל הצורה במקום שתוצג בפורמט letterbox כשהאפליקציה תותקן במכשיר. [מידע על סמלי מניפסט שניתנים להתאמה (maskable)](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)"
1225
- },
1226
- "core/audits/maskable-icon.js | failureTitle": {
1227
- "message": "המניפסט לא מכיל סמלים שניתנים למיסוך"
1228
- },
1229
- "core/audits/maskable-icon.js | title": {
1230
- "message": "המניפסט מכיל לפחות סמל אחד שניתן למיסוך"
1231
- },
1232
1097
  "core/audits/metrics/cumulative-layout-shift.js | description": {
1233
1098
  "message": "המדד Cumulative Layout Shift ‏(CLS) מודד את התנועה של הרכיבים הגלויים בתוך אזור התצוגה. [מידע נוסף על המדד Cumulative Layout Shift ‏(CLS)](https://web.dev/articles/cls)"
1234
1099
  },
@@ -1484,24 +1349,6 @@
1484
1349
  "core/audits/server-response-time.js | title": {
1485
1350
  "message": "זמן התגובה הראשונית של השרת היה קצר"
1486
1351
  },
1487
- "core/audits/splash-screen.js | description": {
1488
- "message": "מסך פתיחה מעוצב מבטיח חוויה באיכות גבוהה כשמשתמשים מפעילים את האפליקציה שלך ממסכי הבית שלהם. [מידע נוסף על מסכי פתיחה](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)"
1489
- },
1490
- "core/audits/splash-screen.js | failureTitle": {
1491
- "message": "לא מוגדר עבור מסך פתיחה בהתאמה אישית"
1492
- },
1493
- "core/audits/splash-screen.js | title": {
1494
- "message": "מוגדר עבור מסך פתיחה בהתאמה אישית"
1495
- },
1496
- "core/audits/themed-omnibox.js | description": {
1497
- "message": "ניתן לעצב את סרגל הכתובות של הדפדפן כך שיתאים לאתר שלך. [למידע נוסף על תהליך העיצוב של סרגל הכתובות](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)"
1498
- },
1499
- "core/audits/themed-omnibox.js | failureTitle": {
1500
- "message": "לא מגדיר צבע עיצוב עבור סרגל הכתובות."
1501
- },
1502
- "core/audits/themed-omnibox.js | title": {
1503
- "message": "מגדיר צבע עיצוב עבור סרגל הכתובות."
1504
- },
1505
1352
  "core/audits/third-party-cookies.js | description": {
1506
1353
  "message": "התמיכה בקובצי Cookie של צד שלישי תוסר בגרסה עתידית של Chrome. [מידע נוסף על הוצאה משימוש בהדרגה של קובצי Cookie של צד שלישי](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": "ביצועים"
1771
1618
  },
1772
- "core/config/default-config.js | pwaCategoryDescription": {
1773
- "message": "הבדיקות האלה מאמתות את ההיבטים של Progressive Web App. [איך יוצרים אפליקציה מוצלחת מסוג Progressive Web App](https://web.dev/articles/pwa-checklist)"
1774
- },
1775
- "core/config/default-config.js | pwaCategoryManualDescription": {
1776
- "message": "בדיקות אלה נדרשות עבור שורת הבסיס [רשימת משימות של PWA](https://web.dev/articles/pwa-checklist), אך הן לא נבדקות באופן אוטומטי על ידי Lighthouse. הן לא משפיעות על הניקוד שלך, אך חשוב לאמת אותן באופן ידני."
1777
- },
1778
- "core/config/default-config.js | pwaCategoryTitle": {
1779
- "message": "PWA"
1780
- },
1781
- "core/config/default-config.js | pwaInstallableGroupTitle": {
1782
- "message": "ניתן להתקנה"
1783
- },
1784
- "core/config/default-config.js | pwaOptimizedGroupTitle": {
1785
- "message": "מותאם ל-PWA"
1786
- },
1787
1619
  "core/config/default-config.js | seoCategoryDescription": {
1788
1620
  "message": "הבדיקות האלה עוזרות לוודא שהתוכן בדף שלך מותאם לעצות הבסיסיות בנוגע לאופטימיזציה למנועי חיפוש. יש הרבה גורמים אחרים שלא משוקללים על ידי Lighthouse בבדיקות האלה, ועשויים להשפיע על דירוג החיפוש, לרבות הביצועים ב[דוח ה-Web Vitals הבסיסיים](https://web.dev/explore/vitals). [מידע נוסף על היסודות של חיפוש Google](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": "ביצועים"
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": "אופטימיזציה למנועי חיפוש"
2674
2503
  },
@@ -3335,9 +3164,6 @@
3335
3164
  "report/renderer/report-utils.js | passedAuditsGroupTitle": {
3336
3165
  "message": "בדיקות עם ציון 'עובר'"
3337
3166
  },
3338
- "report/renderer/report-utils.js | pwaRemovalMessage": {
3339
- "message": "בהתאם [לקריטריונים המעודכנים של Chrome לגבי אפשרות ההתקנה](https://developer.chrome.com/blog/update-install-criteria), הקטגוריה PWA תצא משימוש בגרסה עתידית במסגרת Lighthouse. אפשר לעיין ב[מסמכי התיעוד המעודכנים בנושא PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/) לצורך בדיקות עתידיות של PWA."
3340
- },
3341
3167
  "report/renderer/report-utils.js | runtimeAnalysisWindow": {
3342
3168
  "message": "טעינת הדף הראשונית"
3343
3169
  },