lighthouse 8.6.0-dev.20211107 → 9.0.0

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 (84) hide show
  1. package/dist/report/bundle.esm.js +5994 -0
  2. package/dist/report/flow.js +16 -16
  3. package/dist/report/standalone.js +8 -8
  4. package/flow-report/src/app.tsx +10 -9
  5. package/flow-report/src/help-dialog.tsx +0 -1
  6. package/lighthouse-cli/run.js +1 -1
  7. package/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js +0 -0
  8. package/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit.js +2 -0
  9. package/lighthouse-core/audits/deprecations.js +33 -11
  10. package/lighthouse-core/audits/dobetterweb/uses-http2.js +27 -11
  11. package/lighthouse-core/audits/installable-manifest.js +5 -3
  12. package/lighthouse-core/config/constants.js +3 -4
  13. package/lighthouse-core/config/default-config.js +2 -2
  14. package/lighthouse-core/fraggle-rock/config/default-config.js +3 -1
  15. package/lighthouse-core/fraggle-rock/gather/session.js +3 -4
  16. package/lighthouse-core/gather/driver.js +3 -7
  17. package/lighthouse-core/gather/fetcher.js +4 -7
  18. package/lighthouse-core/gather/gather-runner.js +29 -6
  19. package/lighthouse-core/gather/gatherers/inspector-issues.js +5 -0
  20. package/lighthouse-core/lib/emulation.js +45 -1
  21. package/lighthouse-core/util-commonjs.js +17 -0
  22. package/package.json +8 -5
  23. package/report/assets/styles.css +9 -8
  24. package/report/renderer/components.js +1 -1
  25. package/report/renderer/performance-category-renderer.js +0 -1
  26. package/report/renderer/report-renderer.js +1 -1
  27. package/report/renderer/topbar-features.js +2 -1
  28. package/report/renderer/util.js +17 -0
  29. package/report/test/renderer/performance-category-renderer-test.js +15 -4
  30. package/report/test/renderer/util-test.js +22 -0
  31. package/shared/localization/locales/ar-XB.json +73 -25
  32. package/shared/localization/locales/ar.json +73 -25
  33. package/shared/localization/locales/bg.json +73 -25
  34. package/shared/localization/locales/ca.json +73 -25
  35. package/shared/localization/locales/cs.json +90 -42
  36. package/shared/localization/locales/da.json +73 -25
  37. package/shared/localization/locales/de.json +90 -42
  38. package/shared/localization/locales/el.json +73 -25
  39. package/shared/localization/locales/en-GB.json +73 -25
  40. package/shared/localization/locales/en-US.json +3 -0
  41. package/shared/localization/locales/en-XA.json +73 -25
  42. package/shared/localization/locales/en-XL.json +3 -0
  43. package/shared/localization/locales/es-419.json +91 -43
  44. package/shared/localization/locales/es.json +91 -43
  45. package/shared/localization/locales/fi.json +73 -25
  46. package/shared/localization/locales/fil.json +73 -25
  47. package/shared/localization/locales/fr.json +90 -42
  48. package/shared/localization/locales/he.json +74 -26
  49. package/shared/localization/locales/hi.json +73 -25
  50. package/shared/localization/locales/hr.json +73 -25
  51. package/shared/localization/locales/hu.json +90 -42
  52. package/shared/localization/locales/id.json +90 -42
  53. package/shared/localization/locales/it.json +90 -42
  54. package/shared/localization/locales/ja.json +90 -42
  55. package/shared/localization/locales/ko.json +90 -42
  56. package/shared/localization/locales/lt.json +90 -42
  57. package/shared/localization/locales/lv.json +96 -48
  58. package/shared/localization/locales/nl.json +90 -42
  59. package/shared/localization/locales/no.json +73 -25
  60. package/shared/localization/locales/pl.json +73 -25
  61. package/shared/localization/locales/pt-PT.json +73 -25
  62. package/shared/localization/locales/pt.json +90 -42
  63. package/shared/localization/locales/ro.json +91 -43
  64. package/shared/localization/locales/ru.json +90 -42
  65. package/shared/localization/locales/sk.json +90 -42
  66. package/shared/localization/locales/sl.json +90 -42
  67. package/shared/localization/locales/sr-Latn.json +90 -42
  68. package/shared/localization/locales/sr.json +90 -42
  69. package/shared/localization/locales/sv.json +73 -25
  70. package/shared/localization/locales/ta.json +90 -42
  71. package/shared/localization/locales/te.json +90 -42
  72. package/shared/localization/locales/th.json +90 -42
  73. package/shared/localization/locales/tr.json +90 -42
  74. package/shared/localization/locales/uk.json +93 -45
  75. package/shared/localization/locales/vi.json +90 -42
  76. package/shared/localization/locales/zh-HK.json +90 -42
  77. package/shared/localization/locales/zh-TW.json +90 -42
  78. package/shared/localization/locales/zh.json +90 -42
  79. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +19 -11
  80. package/types/artifacts.d.ts +1 -0
  81. package/types/lhr/audit-details.d.ts +1 -0
  82. package/types/lhr/lhr.d.ts +1 -1
  83. package/changelog.md +0 -5490
  84. package/lighthouse-core/scripts/package.json +0 -4
@@ -3,7 +3,7 @@
3
3
  "message": "Tous les rapports"
4
4
  },
5
5
  "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
6
+ "message": "Catégories"
7
7
  },
8
8
  "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
9
  "message": "Accessibilité"
@@ -24,40 +24,46 @@
24
24
  "message": "Bureau"
25
25
  },
26
26
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
27
+ "message": "Comprendre le rapport Lighthouse sur les flux"
28
28
  },
29
29
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
30
+ "message": "Comprendre les flux"
31
31
  },
32
32
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
33
+ "message": "Utiliser les rapports sur la navigation pour…"
34
34
  },
35
35
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
36
+ "message": "Utiliser les rapports sur un instantané pour…"
37
37
  },
38
38
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
39
+ "message": "Utiliser les rapports sur la période pour…"
40
40
  },
41
41
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
42
+ "message": "Obtenir un score de performances Lighthouse."
43
43
  },
44
44
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
45
- "message": "Measure page load Performance metrics such as Largest Contentful Paint and Speed Index."
45
+ "message": "Mesurer les métriques liées aux performances de chargement des pages comme Largest Contentful Paint et Speed Index."
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "Évaluer les fonctionnalités des progressive web apps."
49
49
  },
50
50
  "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
51
- "message": "Find accessibility issues in single page applications or complex forms."
51
+ "message": "Identifier des problèmes d'accessibilité dans les applis monopages ou les formulaires complexes."
52
52
  },
53
53
  "flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
54
- "message": "Evaluate best practices of menus and UI elements hidden behind interaction."
54
+ "message": "Évaluer les bonnes pratiques concernant les menus et les éléments d'UI cachés derrière l'interaction."
55
55
  },
56
56
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
57
- "message": "Measure layout shifts and JavaScript execution time on a series of interactions."
57
+ "message": "Mesurer les décalages de mise en page et le délai d'exécution de JavaScript dans une série d'interactions."
58
58
  },
59
59
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
60
- "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
60
+ "message": "Découvrir des opportunités de performances pour améliorer l'expérience utilisateur concernant les pages de longue durée et les applis Web monopages."
61
+ },
62
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
+ "message": "Highest impact"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
61
67
  },
62
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
63
69
  "message": "Mobile"
@@ -66,11 +72,20 @@
66
72
  "message": "Chargement de page"
67
73
  },
68
74
  "flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
69
- "message": "Navigation reports analyze a single page load, exactly like the original Lighthouse reports."
75
+ "message": "À l'instar des rapports Lighthouse d'origine, les rapports sur la navigation analysent le chargement d'une seule page."
70
76
  },
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "Rapport sur la navigation"
73
79
  },
80
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
+ "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "Moyenne"
76
91
  },
@@ -84,17 +99,20 @@
84
99
  "message": "Bonne"
85
100
  },
86
101
  "flow-report/src/i18n/ui-strings.js | save": {
87
- "message": "Save"
102
+ "message": "Enregistrer"
88
103
  },
89
104
  "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
90
105
  "message": "État capturé de la page"
91
106
  },
92
107
  "flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
93
- "message": "Snapshot reports analyze the page in a particular state, typically after user interactions."
108
+ "message": "Les rapports sur un instantané analysent la page à un moment donné, généralement après des interactions d'utilisateurs."
94
109
  },
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "Rapport sur un instantané"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "Résumé"
100
118
  },
@@ -102,11 +120,14 @@
102
120
  "message": "Interactions des utilisateurs"
103
121
  },
104
122
  "flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
105
- "message": "Timespan reports analyze an arbitrary period of time, typically containing user interactions."
123
+ "message": "Les rapports sur la période analysent une période arbitraire, contenant généralement des interactions d'utilisateurs."
106
124
  },
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "Rapport sur la période"
109
127
  },
128
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
+ "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
130
+ },
110
131
  "flow-report/src/i18n/ui-strings.js | title": {
111
132
  "message": "Rapport sur le flux d'utilisateurs Lighthouse"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "Ces contrôles font partie des [vérifications de base de la checklist PWA](https://developers.google.com/web/progressive-web-apps/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."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "Progressive web app"
1764
+ "message": "PWA"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "Possibilités d'installation"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "L'URL que vous avez fournie ne semble pas valide."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "Tout"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "Tous les scripts"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "Couverture"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "Modules en double"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "Octets de la ressource"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "Nom"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "Activer/Désactiver le tableau"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "Octets inutilisés"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "Pour le contenu animé, utilisez [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) afin que le processeur soit sollicité le moins possible lorsque le contenu se situe hors écran."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "Affichez la calculatrice."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "Collapse view"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "Navigation initiale"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "Erreur de rapport : pas d'information d'audit"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "Expand view"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "Signaler un problème"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "Hide"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "Données de test"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "Audits réussis"
2395
2401
  },
2402
+ "report/renderer/util.js | runtimeAnalysisWindow": {
2403
+ "message": "Initial page load"
2404
+ },
2405
+ "report/renderer/util.js | runtimeCustom": {
2406
+ "message": "Custom throttling"
2407
+ },
2396
2408
  "report/renderer/util.js | runtimeDesktopEmulation": {
2397
2409
  "message": "Émulation (ordinateur)"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "User-agent (réseau)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "Single page load"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2440
+ },
2441
+ "report/renderer/util.js | runtimeSlow4g": {
2442
+ "message": "Slow 4G throttling"
2443
+ },
2423
2444
  "report/renderer/util.js | runtimeUnknown": {
2424
2445
  "message": "Inconnu"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "Show"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "Afficher les audits pertinents pour :"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "Avertissements : "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "Tout"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "Tous les scripts"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "Couverture"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "Modules en double"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "Octets de la ressource"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "Nom"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "Activer/Désactiver le tableau"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "Octets inutilisés"
2455
2503
  }
2456
2504
  }
@@ -59,6 +59,12 @@
59
59
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
60
60
  "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
61
61
  },
62
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
+ "message": "Highest impact"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
67
+ },
62
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
63
69
  "message": "ניידים"
64
70
  },
@@ -71,6 +77,15 @@
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "דוח לגבי ניווט"
73
79
  },
80
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
+ "message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "ממוצעת"
76
91
  },
@@ -95,6 +110,9 @@
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "דוח תמונת מצב"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "סיכום"
100
118
  },
@@ -107,6 +125,9 @@
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "דוח על טווח זמן"
109
127
  },
128
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
+ "message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
130
+ },
110
131
  "flow-report/src/i18n/ui-strings.js | title": {
111
132
  "message": "דוח Lighthouse על מסלולי משתמשים בדף"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "בדיקות אלה נדרשות עבור שורת הבסיס [רשימת משימות של PWA](https://developers.google.com/web/progressive-web-apps/checklist), אך הן לא נבדקות באופן אוטומטי על ידי Lighthouse. הן לא משפיעות על הניקוד שלך, אך חשוב לאמת אותן באופן ידני."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "Progressive Web App"
1764
+ "message": "PWA"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "ניתן להתקנה"
@@ -1896,7 +1917,7 @@
1896
1917
  "message": "גודל ההעברה"
1897
1918
  },
1898
1919
  "lighthouse-core/lib/i18n/i18n.js | columnURL": {
1899
- "message": "כתובת ה-URL"
1920
+ "message": "כתובת אתר"
1900
1921
  },
1901
1922
  "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
1902
1923
  "message": "פוטנציאל חיסכון"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "נראה שכתובת ה-URL שסיפקת אינה חוקית."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "הכול"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "כל הסקריפטים"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "כיסוי"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "מודולים כפולים"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "בייטים בשימוש המשאב"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "שם"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "החלפת מצב התצוגה של הטבלה"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "בייטים לא בשימוש"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "להצגת תוכן באנימציה, כשהתוכן לא מוצג במסך כדאי להשתמש ב-[`amp-anim`](https://amp.dev/documentation/components/amp-anim/) כדי לצמצם את השימוש ביחידת העיבוד המרכזית (CPU)."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "להצגת המחשבון."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "Collapse view"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "ניווט התחלתי"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "שגיאה בדוח: אין מידע על הבדיקה"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "Expand view"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "דיווח על בעיה"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "Hide"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "נתוני בדיקה"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "בדיקות עם ציון 'עובר'"
2395
2401
  },
2402
+ "report/renderer/util.js | runtimeAnalysisWindow": {
2403
+ "message": "Initial page load"
2404
+ },
2405
+ "report/renderer/util.js | runtimeCustom": {
2406
+ "message": "Custom throttling"
2407
+ },
2396
2408
  "report/renderer/util.js | runtimeDesktopEmulation": {
2397
2409
  "message": "אמולציה של מחשב שולחני"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "סוכן משתמש (רשת)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "Single page load"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
2440
+ },
2441
+ "report/renderer/util.js | runtimeSlow4g": {
2442
+ "message": "Slow 4G throttling"
2443
+ },
2423
2444
  "report/renderer/util.js | runtimeUnknown": {
2424
2445
  "message": "ערך לא ידוע"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "Show"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "הצגת הביקורות שרלוונטיות למדדים:"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "אזהרות: "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "הכול"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "כל הסקריפטים"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "כיסוי"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "מודולים כפולים"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "בייטים בשימוש המשאב"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "שם"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "החלפת מצב התצוגה של הטבלה"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "בייטים לא בשימוש"
2455
2503
  }
2456
2504
  }
@@ -59,6 +59,12 @@
59
59
  "flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
60
60
  "message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
61
61
  },
62
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
+ "message": "सबसे असरदार ऑडिट"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative,plural, =1{जानकारी देने वाला {numInformative} ऑडिट}one{जानकारी देने वाला {numInformative} ऑडिट}other{जानकारी देने वाले {numInformative} ऑडिट}}"
67
+ },
62
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
63
69
  "message": "मोबाइल"
64
70
  },
@@ -71,6 +77,15 @@
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "नेविगेशन रिपोर्ट"
73
79
  },
80
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
+ "message": "{numNavigation,plural, =1{{numNavigation} नेविगेशन रिपोर्ट}one{{numNavigation} नेविगेशन रिपोर्ट}other{{numNavigation} नेविगेशन रिपोर्ट}}"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} पासेबल ऑडिट}one{{numPassableAudits} पासेबल ऑडिट}other{{numPassableAudits} पासेबल ऑडिट}}"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed,plural, =1{{numPassed} ऑडिट पास किया गया}one{{numPassed} ऑडिट पास किया गया}other{{numPassed} ऑडिट पास किए गए}}"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "ठीक-ठाक"
76
91
  },
@@ -95,6 +110,9 @@
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "किसी खास समय पर, वेब पेज की स्थिति बताने वाली रिपोर्ट"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} स्नैपशॉट रिपोर्ट}one{{numSnapshot} स्नैपशॉट रिपोर्ट}other{{numSnapshot} स्नैपशॉट रिपोर्ट}}"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "खास जानकारी"
100
118
  },
@@ -107,6 +125,9 @@
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "पेज पर उपयोगकर्ता के इंटरैक्शन की जानकारी देने वाली रिपोर्ट"
109
127
  },
128
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
+ "message": "{numTimespan,plural, =1{{numTimespan} टाइमस्पैन रिपोर्ट}one{{numTimespan} टाइमस्पैन रिपोर्ट}other{{numTimespan} टाइमस्पैन रिपोर्ट}}"
130
+ },
110
131
  "flow-report/src/i18n/ui-strings.js | title": {
111
132
  "message": "Lighthouse की यूज़र फ़्लो रिपोर्ट"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "इस तरह की जांच, बेसलाइन [PWA चेकलिस्ट](https://developers.google.com/web/progressive-web-apps/checklist) के लिए ज़रूरी हैं, लेकिन Lighthouse इनकी जांच अपने आप नहीं करता है. वे आपके स्कोर पर असर नहीं डालते हैं, लेकिन इनकी मैन्युअल तरीके से पुष्टि करना ज़रूरी है."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "प्रगतिशील वेब ऐप्लिकेशन"
1764
+ "message": "PWA"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "इंस्टॉल किया जा सकता है"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "आपका दिया हुआ यूआरएल गलत लगता है."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "सभी"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "सभी स्क्रिप्ट"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "कवरेज"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "डुप्लीकेट मॉड्यूल"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "फ़ाइल का साइज़ (बाइट में)"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "नाम"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "टेबल को टॉगल करें"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "इस्तेमाल न की गई बाइट की संख्या"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "ऐनिमेशन वाले कॉन्टेंट के लिए, [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) का इस्तेमाल करें. इससे, कॉन्टेंट के ऑफ़स्क्रीन होने पर सीपीयू का इस्तेमाल कम होगा."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "कैलकुलेटर देखें."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "व्यू को छोटा करें"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "शुरुआती नेविगेशन"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "गड़बड़ी की रिपोर्ट करें: कोई ऑडिट जानकारी नहीं"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "व्यू को बड़ा करें"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "समस्या की रिपोर्ट करें"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "छिपाएं"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "किसी नई या दुबारा जाँची जाने वाली ऐप्लिकेशन के लिए तैयार किया गया डेटा"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "पास हुए ऑडिट"
2395
2401
  },
2402
+ "report/renderer/util.js | runtimeAnalysisWindow": {
2403
+ "message": "शुरुआती पेज लोड"
2404
+ },
2405
+ "report/renderer/util.js | runtimeCustom": {
2406
+ "message": "कस्टम थ्रॉटलिंग"
2407
+ },
2396
2408
  "report/renderer/util.js | runtimeDesktopEmulation": {
2397
2409
  "message": "एम्युलेट किया गया डेस्कटॉप"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "उपयोगकर्ता एजेंट (नेटवर्क)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "एक पेज लोड"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "यह डेटा, कई सेशन के बारे में जानकारी देने वाले फ़ील्ड डेटा के बजाय, लोड हुए एक पेज से लिया गया है."
2440
+ },
2441
+ "report/renderer/util.js | runtimeSlow4g": {
2442
+ "message": "धीमी 4G थ्रॉटलिंग"
2443
+ },
2423
2444
  "report/renderer/util.js | runtimeUnknown": {
2424
2445
  "message": "अज्ञात"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "दिखाएं"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "वे ऑडिट दिखाएं जो इनके लिए काम के हों:"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "चेतावनियां: "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "सभी"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "सभी स्क्रिप्ट"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "कवरेज"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "डुप्लीकेट मॉड्यूल"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "फ़ाइल का साइज़ (बाइट में)"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "नाम"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "टेबल को टॉगल करें"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "इस्तेमाल न की गई बाइट की संख्या"
2455
2503
  }
2456
2504
  }