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": "Tüm Raporlar"
4
4
  },
5
5
  "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
6
+ "message": "Kategoriler"
7
7
  },
8
8
  "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
9
  "message": "Erişilebilirlik"
@@ -24,40 +24,46 @@
24
24
  "message": "Masaüstü"
25
25
  },
26
26
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
27
+ "message": "Lighthouse Akış Raporunu Anlama"
28
28
  },
29
29
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
30
+ "message": "Akışları Anlama"
31
31
  },
32
32
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
33
+ "message": "Gezinme raporlarını kullanarak.."
34
34
  },
35
35
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
36
+ "message": "Anlık görüntü raporlarını kullanarak..."
37
37
  },
38
38
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
39
+ "message": "Etkileşim süresi raporlarını kullanarak..."
40
40
  },
41
41
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
42
+ "message": "Lighthouse Performans skoru elde edin."
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": "Largest Contentful Paint ve Speed Index gibi sayfa yükleme performans metriklerini ölçün."
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "Progresif Web Uygulaması özelliklerini değerlendirin."
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": "Tek sayfalık uygulamalardaki veya karmaşık formlardaki erişilebilirlik sorunlarını bulun."
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": "Etkileşimin ardında yatan menülerin ve kullanıcı arayüzü öğelerinin en iyi uygulamalarını değerlendirin."
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": "Bir dizi etkileşimdeki düzen kaymalarını ve JavaScript yürütme süresini ölçün."
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": "Uzun ömürlü sayfalar ve tek sayfalık uygulamalar için deneyimi iyileştirecek performans fırsatlarını keşfedin."
61
+ },
62
+ "flow-report/src/i18n/ui-strings.js | highestImpact": {
63
+ "message": "En yüksek etki"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative,plural, =1{{numInformative} bilgilendirici denetim}other{{numInformative} bilgilendirici denetim}}"
61
67
  },
62
68
  "flow-report/src/i18n/ui-strings.js | mobile": {
63
69
  "message": "Mobil"
@@ -66,11 +72,20 @@
66
72
  "message": "Sayfa yükleme"
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": "Gezinme raporları, orijinal Lighthouse raporlarında olduğu gibi tek bir sayfa yükleme işlemini analiz eder."
70
76
  },
71
77
  "flow-report/src/i18n/ui-strings.js | navigationReport": {
72
78
  "message": "Gezinme raporu"
73
79
  },
80
+ "flow-report/src/i18n/ui-strings.js | navigationReportCount": {
81
+ "message": "{numNavigation,plural, =1{{numNavigation} gezinme raporu}other{{numNavigation} gezinme raporu}}"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits,plural, =1{Geçme ihtimali olan {numPassableAudits} denetim}other{Geçme ihtimali olan {numPassableAudits} denetim}}"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed,plural, =1{{numPassed} denetim başarılı oldu}other{{numPassed} denetim başarılı oldu}}"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "Orta düzey"
76
91
  },
@@ -84,17 +99,20 @@
84
99
  "message": "Başarılı"
85
100
  },
86
101
  "flow-report/src/i18n/ui-strings.js | save": {
87
- "message": "Save"
102
+ "message": "Kaydet"
88
103
  },
89
104
  "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
90
105
  "message": "Sayfanın yakalanmış durumu"
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": "Anlık görüntü raporları, genellikle kullanıcı etkileşimlerinden sonra olmak üzere sayfayı belirli bir durumda analiz eder."
94
109
  },
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
111
  "message": "Anlık görüntü raporu"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} anlık görüntü raporu}other{{numSnapshot} anlık görüntü raporu}}"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "Özet"
100
118
  },
@@ -102,11 +120,14 @@
102
120
  "message": "Kullanıcı etkileşimleri"
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": "Etkileşim süresi raporları, genelde kullanıcı etkileşimlerini içeren herhangi bir zaman dilimini analiz eder."
106
124
  },
107
125
  "flow-report/src/i18n/ui-strings.js | timespanReport": {
108
126
  "message": "Etkileşim süresi raporu"
109
127
  },
128
+ "flow-report/src/i18n/ui-strings.js | timespanReportCount": {
129
+ "message": "{numTimespan,plural, =1{{numTimespan} etkileşim süresi raporu}other{{numTimespan} etkileşim süresi raporu}}"
130
+ },
110
131
  "flow-report/src/i18n/ui-strings.js | title": {
111
132
  "message": "Lighthouse Kullanıcı İşlemleri Akışıyla İlgili Rapor"
112
133
  },
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "Temel [Progresif Web Uygulaması Yapılacaklar Listesi](https://developers.google.com/web/progressive-web-apps/checklist) tarafından zorunlu tutulan bu denetimler, Lighthouse tarafından otomatik olarak kontrol edilmez. Bunlar skorunuzu etkilemez ancak manuel olarak doğrulamanız önemlidir."
1741
1762
  },
1742
1763
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1743
- "message": "Progresif Web Uygulaması"
1764
+ "message": "PWA (Progresif Web Uygulaması)"
1744
1765
  },
1745
1766
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1746
1767
  "message": "Yüklenebilir"
@@ -2042,30 +2063,6 @@
2042
2063
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
2043
2064
  "message": "Sağladığınız URL'nin geçersiz olduğu anlaşılıyor."
2044
2065
  },
2045
- "treemap/app/src/util.js | allLabel": {
2046
- "message": "Tümü"
2047
- },
2048
- "treemap/app/src/util.js | allScriptsDropdownLabel": {
2049
- "message": "Tüm Alfabeler"
2050
- },
2051
- "treemap/app/src/util.js | coverageColumnName": {
2052
- "message": "Kapsam"
2053
- },
2054
- "treemap/app/src/util.js | duplicateModulesLabel": {
2055
- "message": "Yinelenen Modüller"
2056
- },
2057
- "treemap/app/src/util.js | resourceBytesLabel": {
2058
- "message": "Kaynak Baytları"
2059
- },
2060
- "treemap/app/src/util.js | tableColumnName": {
2061
- "message": "Ad"
2062
- },
2063
- "treemap/app/src/util.js | toggleTableButtonLabel": {
2064
- "message": "Tabloyu Aç/Kapat"
2065
- },
2066
- "treemap/app/src/util.js | unusedBytesLabel": {
2067
- "message": "Kullanılmayan Baytlar"
2068
- },
2069
2066
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
2070
2067
  "message": "Animasyonlu içerik için içerik ekran dışındayken CPU kullanımını en aza indirmek amacıyla [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) kullanın."
2071
2068
  },
@@ -2333,6 +2330,9 @@
2333
2330
  "report/renderer/util.js | calculatorLink": {
2334
2331
  "message": "Hesap makinesini göster."
2335
2332
  },
2333
+ "report/renderer/util.js | collapseView": {
2334
+ "message": "Görünümü daralt"
2335
+ },
2336
2336
  "report/renderer/util.js | crcInitialNavigation": {
2337
2337
  "message": "İlk Gezinme"
2338
2338
  },
@@ -2369,9 +2369,15 @@
2369
2369
  "report/renderer/util.js | errorMissingAuditInfo": {
2370
2370
  "message": "Bildirme hatası: denetim bilgisi yok"
2371
2371
  },
2372
+ "report/renderer/util.js | expandView": {
2373
+ "message": "Görünümü genişlet"
2374
+ },
2372
2375
  "report/renderer/util.js | footerIssue": {
2373
2376
  "message": "Sorun bildir"
2374
2377
  },
2378
+ "report/renderer/util.js | hide": {
2379
+ "message": "Gizle"
2380
+ },
2375
2381
  "report/renderer/util.js | labDataTitle": {
2376
2382
  "message": "Test Verileri"
2377
2383
  },
@@ -2393,6 +2399,12 @@
2393
2399
  "report/renderer/util.js | passedAuditsGroupTitle": {
2394
2400
  "message": "Başarılı denetimler"
2395
2401
  },
2402
+ "report/renderer/util.js | runtimeAnalysisWindow": {
2403
+ "message": "İlk sayfa yükleme"
2404
+ },
2405
+ "report/renderer/util.js | runtimeCustom": {
2406
+ "message": "Özel kısıtlamalar"
2407
+ },
2396
2408
  "report/renderer/util.js | runtimeDesktopEmulation": {
2397
2409
  "message": "Emülasyonlu Masaüstü"
2398
2410
  },
@@ -2420,9 +2432,21 @@
2420
2432
  "report/renderer/util.js | runtimeSettingsUANetwork": {
2421
2433
  "message": "Kullanıcı aracısı (ağ)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "Tek sayfa yükleme"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "Bu veriler, birçok oturumu özetleyen alan verilerinin aksine tek bir sayfa yükleme işleminden alınmıştır."
2440
+ },
2441
+ "report/renderer/util.js | runtimeSlow4g": {
2442
+ "message": "Yavaş 4G kısıtlaması"
2443
+ },
2423
2444
  "report/renderer/util.js | runtimeUnknown": {
2424
2445
  "message": "Bilinmiyor"
2425
2446
  },
2447
+ "report/renderer/util.js | show": {
2448
+ "message": "Göster"
2449
+ },
2426
2450
  "report/renderer/util.js | showRelevantAudits": {
2427
2451
  "message": "Şunlarla alakalı denetimleri göster:"
2428
2452
  },
@@ -2452,5 +2476,29 @@
2452
2476
  },
2453
2477
  "report/renderer/util.js | warningHeader": {
2454
2478
  "message": "Uyarılar: "
2479
+ },
2480
+ "treemap/app/src/util.js | allLabel": {
2481
+ "message": "Tümü"
2482
+ },
2483
+ "treemap/app/src/util.js | allScriptsDropdownLabel": {
2484
+ "message": "Tüm Alfabeler"
2485
+ },
2486
+ "treemap/app/src/util.js | coverageColumnName": {
2487
+ "message": "Kapsam"
2488
+ },
2489
+ "treemap/app/src/util.js | duplicateModulesLabel": {
2490
+ "message": "Yinelenen Modüller"
2491
+ },
2492
+ "treemap/app/src/util.js | resourceBytesLabel": {
2493
+ "message": "Kaynak Baytları"
2494
+ },
2495
+ "treemap/app/src/util.js | tableColumnName": {
2496
+ "message": "Ad"
2497
+ },
2498
+ "treemap/app/src/util.js | toggleTableButtonLabel": {
2499
+ "message": "Tabloyu Aç/Kapat"
2500
+ },
2501
+ "treemap/app/src/util.js | unusedBytesLabel": {
2502
+ "message": "Kullanılmayan Baytlar"
2455
2503
  }
2456
2504
  }
@@ -3,13 +3,13 @@
3
3
  "message": "Усі звіти"
4
4
  },
5
5
  "flow-report/src/i18n/ui-strings.js | categories": {
6
- "message": "Categories"
6
+ "message": "Категорії"
7
7
  },
8
8
  "flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
9
9
  "message": "Спеціальні можливості"
10
10
  },
11
11
  "flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
12
- "message": "Практичні поради"
12
+ "message": "Оптимальні методи"
13
13
  },
14
14
  "flow-report/src/i18n/ui-strings.js | categoryPerformance": {
15
15
  "message": "Ефективність"
@@ -24,40 +24,46 @@
24
24
  "message": "Версія для комп’ютера"
25
25
  },
26
26
  "flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
27
- "message": "Understanding the Lighthouse Flow Report"
27
+ "message": "Пояснення звіту Lighthouse про послідовність переходів"
28
28
  },
29
29
  "flow-report/src/i18n/ui-strings.js | helpLabel": {
30
- "message": "Understanding Flows"
30
+ "message": "Пояснення звіту про переходи"
31
31
  },
32
32
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
33
- "message": "Use Navigation reports to..."
33
+ "message": "Звіти про навігацію допоможуть вам…"
34
34
  },
35
35
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
36
- "message": "Use Snapshot reports to..."
36
+ "message": "Звіти про стан на певний момент часу допоможуть вам…"
37
37
  },
38
38
  "flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
39
- "message": "Use Timespan reports to..."
39
+ "message": "Звіти про період часу допоможуть вам…"
40
40
  },
41
41
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
42
- "message": "Obtain a Lighthouse Performance score."
42
+ "message": "Отримати оцінку ефективності в 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": "Вимірювати показники ефективності завантаження сторінки, такі як візуалізація великого контенту й індекс швидкості."
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "Оцінювати можливості прогресивного веб-додатка."
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": "Знаходити проблеми з доступністю в односторінкових додатках чи складних формах."
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": "Оцінювати меню й елементи інтерфейсу на відповідність оптимальним методам підтримки взаємодії."
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": "Вимірювати зміщення макета й час виконання JavaScript для серії взаємодій."
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": "Знаходити можливості покращити ефективність постійних сторінок і односторінкових додатків."
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": "Мобільна версія"
@@ -66,11 +72,20 @@
66
72
  "message": "Завантаження сторінки"
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": "Звіти про навігацію аналізують завантаження однієї сторінки, як і оригінальні звіти Lighthouse."
70
76
  },
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
  },
@@ -84,16 +99,19 @@
84
99
  "message": "Добре"
85
100
  },
86
101
  "flow-report/src/i18n/ui-strings.js | save": {
87
- "message": "Save"
102
+ "message": "Зберегти"
88
103
  },
89
104
  "flow-report/src/i18n/ui-strings.js | snapshotDescription": {
90
105
  "message": "Зафіксований статус сторінки"
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": "Звіти про стан на певний момент часу аналізують сторінку в конкретному стані, зазвичай після дій користувача."
94
109
  },
95
110
  "flow-report/src/i18n/ui-strings.js | snapshotReport": {
96
- "message": "Звіт про поточний статус"
111
+ "message": "Звіт про стан на певний момент часу"
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 }"
97
115
  },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "Підсумок"
@@ -102,11 +120,14 @@
102
120
  "message": "Взаємодії користувача"
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": "Звіти про період часу аналізують довільний період часу та зазвичай містять дані про дії користувачів."
106
124
  },
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
  },
@@ -1686,7 +1707,7 @@
1686
1707
  "message": "Сумісність веб-переглядача"
1687
1708
  },
1688
1709
  "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": {
1689
- "message": "Практичні поради"
1710
+ "message": "Оптимальні методи"
1690
1711
  },
1691
1712
  "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1692
1713
  "message": "Загальні"
@@ -1740,7 +1761,7 @@
1740
1761
  "message": "Ці категорії обов'язкові відповідно до основного [контрольного списку для прогресивних веб-додатків](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": "Схоже, указана вами 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/), щоб зменшити використання ЦП, коли контент поза межами екрана."
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
  }