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": "Všechny přehledy"
4
4
  },
5
5
  "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
6
+ "message": "Kategorie"
7
7
  },
8
8
  "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
9
  "message": "Přístupnost"
@@ -24,40 +24,46 @@
24
24
  "message": "Počítač"
25
25
  },
26
26
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
27
+ "message": "Vysvětlení přehledu procesu Lighthouse"
28
28
  },
29
29
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
30
+ "message": "Vysvětlení procesů"
31
31
  },
32
32
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
33
+ "message": "Pomocí přehledů navigace můžete…"
34
34
  },
35
35
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
36
+ "message": "Pomocí přehledů v konkrétním okamžiku můžete…"
37
37
  },
38
38
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
39
+ "message": "Pomocí přehledů časového rozpětí můžete…"
40
40
  },
41
41
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
42
+ "message": "Získat skóre výkonu 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": "Měřit metriky načítání stránek, jako jsou vykreslení největšího obsahu a index rychlosti."
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "Vyhodnotit funkce progresivních webových aplikací."
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": "Odhalit problémy s přístupností v jednostránkových aplikacích nebo složitých formulářích."
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": "Vyhodnotit doporučené postupy týkající se nabídek a prvků uživatelského rozhraní skryté za interakcí."
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": "Měřit změny rozvržení a dobu běhu JavaScriptu v sériích interakcí."
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": "Objevit příležitosti ke zlepšení výkonu, které vám umožní vylepšit výkon dlouho používaných stránek a jednostránkových aplikací."
61
+ },
62
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
+ "message": "Nejvyšší dopad"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative,plural, =1{{numInformative} informativní audit}few{{numInformative} informativní audity}many{{numInformative} informativního auditu}other{{numInformative} informativních auditů}}"
61
67
  },
62
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
63
69
  "message": "Mobil"
@@ -66,11 +72,20 @@
66
72
  "message": "Načtení stránky"
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": "Přehledy navigace analyzují jedno načtení stránky, stejně jako původní přehledy Lighthouse."
70
76
  },
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "Přehled navigace"
73
79
  },
80
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
+ "message": "{numNavigation,plural, =1{{numNavigation} přehled navigace}few{{numNavigation} přehledy navigace}many{{numNavigation} přehledu navigace}other{{numNavigation} přehledů navigace}}"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits,plural, =1{{numPassableAudits} proveditelný audit}few{{numPassableAudits} proveditelné audity}many{{numPassableAudits} proveditelného auditu}other{{numPassableAudits} proveditelných auditů}}"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed,plural, =1{{numPassed} splněný audit}few{{numPassed} splněné audity}many{{numPassed} splněného auditu}other{{numPassed} splněných auditů}}"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "Průměr"
76
91
  },
@@ -84,17 +99,20 @@
84
99
  "message": "Dobré"
85
100
  },
86
101
  "flow-report/src/i18n/ui-strings.js | save": {
87
- "message": "Save"
102
+ "message": "Uložit"
88
103
  },
89
104
  "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
90
105
  "message": "Zachycený stav stránky"
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": "Přehledy v konkrétním okamžiku analyzují stránku v konkrétním stavu, obvykle po interakcích uživatelů."
94
109
  },
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "Přehled v konkrétním okamžiku"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} přehled v konkrétním okamžiku}few{{numSnapshot} přehledy v konkrétním okamžiku}many{{numSnapshot} přehledu v konkrétním okamžiku}other{{numSnapshot} přehledů v konkrétním okamžiku}}"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "Souhrn"
100
118
  },
@@ -102,11 +120,14 @@
102
120
  "message": "Interakce uživatelů"
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": "Přehledy časového rozpětí analyzují libovolné období, které obvykle zahrnuje interakce uživatelů."
106
124
  },
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "Přehled časového rozpětí"
109
127
  },
128
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
+ "message": "{numTimespan,plural, =1{{numTimespan} přehled časového rozpětí}few{{numTimespan} přehledy časového rozpětí}many{{numTimespan} přehledu časového rozpětí}other{{numTimespan} přehledů časového rozpětí}}"
130
+ },
110
131
  "flow-report/src/i18n/ui-strings.js | title": {
111
132
  "message": "Přehled toku uživatelů služby Lighthouse"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "Tyto kontroly vyžaduje základní [kontrolní seznam aplikace PWA](https://developers.google.com/web/progressive-web-apps/checklist), ale nástroj Lighthouse je automaticky neprovádí. Na vaše skóre vliv nemají, ale je důležité, abyste je ověřili ručně."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "Progresivní webová aplikace"
1764
+ "message": "PWA"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "Instalovatelné"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "Adresa URL, kterou jste poskytli, se zdá být neplatná."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "Vše"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "Všechna písma"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "Pokrytí"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "Duplicitní moduly"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "Počet bajtů zdroje"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "Název"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "Zobrazit nebo skrýt tabulku"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "Nevyužité bajty"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "Pro animovaný obsah použijte prvek [`amp-anim`](https://amp.dev/documentation/components/amp-anim/), abyste minimalizovali využití procesoru, když příslušný obsah není na obrazovce."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "Zobrazit kalkulačku."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "Sbalit zobrazení"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "Počáteční navigace"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "Chyba přehledu: žádné informace o auditu"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "Rozbalit zobrazení"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "Zaznamenat problém"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "Skrýt"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "Laboratorní data"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "Úspěšné audity"
2395
2401
  },
2402
+ "report/renderer/util.js | runtimeAnalysisWindow": {
2403
+ "message": "První načtení stránky"
2404
+ },
2405
+ "report/renderer/util.js | runtimeCustom": {
2406
+ "message": "Vlastní omezení"
2407
+ },
2396
2408
  "report/renderer/util.js | runtimeDesktopEmulation": {
2397
2409
  "message": "Emulovaná plocha"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "User agent (síť)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "Jedno načtení stránky"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "Tato data pocházejí z jednoho načtení stránky – v protikladu k datům z terénu, která sumarizují mnoho relací."
2440
+ },
2441
+ "report/renderer/util.js | runtimeSlow4g": {
2442
+ "message": "Pomalé omezení 4G"
2443
+ },
2423
2444
  "report/renderer/util.js | runtimeUnknown": {
2424
2445
  "message": "Není známo"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "Zobrazit"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "Zobrazit audity relevantní pro:"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "Upozornění: "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "Vše"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "Všechna písma"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "Pokrytí"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "Duplicitní moduly"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "Počet bajtů zdroje"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "Název"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "Zobrazit nebo skrýt tabulku"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "Nevyužité bajty"
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": "Mobil"
64
70
  },
@@ -71,6 +77,15 @@
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "Rapport over 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": "Gennemsnit"
76
91
  },
@@ -95,6 +110,9 @@
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "Rapport med øjebliksbillede"
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": "Oversigt"
100
118
  },
@@ -107,6 +125,9 @@
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "Rapport over tidsperiode"
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 over brugerflow i Lighthouse"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "Disse tjek kræves af den grundlæggende [tjekliste til progressive webapps](https://developers.google.com/web/progressive-web-apps/checklist), men de udføres ikke automatisk af Lighthouse. De påvirker ikke dine resultater, men det er vigtigt, at du bekræfter dem manuelt."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "Progressiv webapp"
1764
+ "message": "PWA"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "Websitet kan installeres"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "Den angivne webadresse lader til at være ugyldig."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "Alle"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "Alle scripts"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "Dækning"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "Identiske moduler"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "Bytes i ressourcefil"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "Navn"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "Vis/skjul tabel"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "Ubrugte bytes"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "Ved animeret indhold bør du bruge [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) til at minimere brugen af CPU, når indholdet er uden for skærmbilledet."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "Se beregner."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "Collapse view"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "Indledende navigation"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "Rapportfejl: Der er ingen revisionsoplysninger"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "Expand view"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "Indsend et problem"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "Hide"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "Laboratoriedata"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "Beståede revisioner"
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": "Emuleret computer"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "Brugeragent (netværk)"
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": "Ukendt"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "Show"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "Vis gennemgange, som er relevante for:"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "Advarsler! "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "Alle"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "Alle scripts"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "Dækning"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "Identiske moduler"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "Bytes i ressourcefil"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "Navn"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "Vis/skjul tabel"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "Ubrugte bytes"
2455
2503
  }
2456
2504
  }