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": "అన్ని రిపోర్ట్‌లు"
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": "యాక్సెసిబిలిటీ"
@@ -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": "ఇంటరాక్షన్ లోపల ఉన్న మెనూలు, UI ఎలిమెంట్‌ల బెస్ట్ ప్రాక్టీసులను పరిశీలించండి."
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": "అత్యంత ప్రభావవంతమైనవి"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative,plural, =1{{numInformative} సమాచారాత్మక ఆడిట్}other{{numInformative} సమాచారాత్మక ఆడిట్‌లు}}"
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, =1{{numNavigation} నావిగేషన్ రిపోర్ట్}other{{numNavigation} నావిగేషన్ రిపోర్ట్‌లు}}"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits,plural, =1{పాస్ అయ్యే అవకాశం ఉన్న {numPassableAudits} ఆడిట్}other{పాస్ అయ్యే అవకాశం ఉన్న {numPassableAudits} ఆడిట్‌లు}}"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed,plural, =1{{numPassed} ఆడిట్ పాస్ అయ్యింది}other{{numPassed} ఆడిట్‌లు పాస్ అయ్యాయి}}"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "ఓ మోస్తరుగా ఉంది"
76
91
  },
@@ -84,17 +99,20 @@
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
111
  "message": "స్నాప్‌షాట్ రిపోర్ట్"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot,plural, =1{{numSnapshot} స్నాప్‌షాట్ రిపోర్ట్}other{{numSnapshot} స్నాప్‌షాట్ రిపోర్ట్‌లు}}"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "సారాంశం"
100
118
  },
@@ -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, =1{{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": "మీరు అందించిన 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": "యానిమేట్ చేసిన కంటెంట్ కోసం, కంటెంట్ ఆఫ్‌స్క్రీన్‌లో ఉన్నప్పుడు CPU వినియోగాన్ని తగ్గించడానికి, [`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
  }
@@ -3,7 +3,7 @@
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": "การช่วยเหลือพิเศษ"
@@ -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": "วัดเมตริกประสิทธิภาพของการโหลดหน้าเว็บ เช่น Largest Contentful Paint และดัชนีความเร็ว"
46
46
  },
47
47
  "flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
48
- "message": "Assess Progressive Web App capabilities."
48
+ "message": "ประเมินความสามารถของ Progressive Web App"
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": "ประเมินแนวทางปฏิบัติแนะนำของเมนูและองค์ประกอบ UI ที่ซ่อนอยู่หลังการโต้ตอบ"
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": "มีประสิทธิภาพสูงสุด"
64
+ },
65
+ "flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
66
+ "message": "{numInformative,plural, =1{การตรวจสอบที่เป็นประโยชน์ {numInformative} ครั้ง}other{การตรวจสอบที่เป็นประโยชน์ {numInformative} ครั้ง}}"
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": "รายงานการไปยังส่วนต่างๆ จะวิเคราะห์การโหลดหน้าเว็บ 1 ครั้ง เช่นเดียวกับรายงานดั้งเดิมของ 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, =1{รายงานการนำทาง {numNavigation} ฉบับ}other{รายงานการนำทาง {numNavigation} ฉบับ}}"
82
+ },
83
+ "flow-report/src/i18n/ui-strings.js | passableAuditCount": {
84
+ "message": "{numPassableAudits,plural, =1{การตรวจสอบที่ผ่านได้ {numPassableAudits} ครั้ง}other{การตรวจสอบที่ผ่านได้ {numPassableAudits} ครั้ง}}"
85
+ },
86
+ "flow-report/src/i18n/ui-strings.js | passedAuditCount": {
87
+ "message": "{numPassed,plural, =1{การตรวจสอบที่ผ่าน {numPassed} ครั้ง}other{การตรวจสอบที่ผ่าน {numPassed} ครั้ง}}"
88
+ },
74
89
  "flow-report/src/i18n/ui-strings.js | ratingAverage": {
75
90
  "message": "เฉยๆ"
76
91
  },
@@ -84,17 +99,20 @@
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
111
  "message": "รายงานสแนปชอต"
97
112
  },
113
+ "flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
114
+ "message": "{numSnapshot,plural, =1{รายงานสแนปชอต {numSnapshot} ฉบับ}other{รายงานสแนปชอต {numSnapshot} ฉบับ}}"
115
+ },
98
116
  "flow-report/src/i18n/ui-strings.js | summary": {
99
117
  "message": "สรุป"
100
118
  },
@@ -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, =1{รายงานระยะเวลา {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": "Progressive Web App"
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/) เพื่อลดการใช้ 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": "ยุบมุมมอง"
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": "User Agent (เครือข่าย)"
2422
2434
  },
2435
+ "report/renderer/util.js | runtimeSingleLoad": {
2436
+ "message": "การโหลดหน้าเว็บ 1 ครั้ง"
2437
+ },
2438
+ "report/renderer/util.js | runtimeSingleLoadTooltip": {
2439
+ "message": "ข้อมูลนี้มาจากการโหลดหน้าเว็บ 1 ครั้ง ซึ่งตรงกันข้ามกับข้อมูลภาคสนามที่สรุปหลายเซสชัน"
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
  }