lighthouse 9.5.0-dev.20220728 → 9.5.0-dev.20220731

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 (464) hide show
  1. package/CONTRIBUTING.md +11 -11
  2. package/{lighthouse-cli → cli}/bin.js +5 -5
  3. package/{lighthouse-cli → cli}/cli-flags.js +1 -1
  4. package/{lighthouse-cli → cli}/commands/commands.js +0 -0
  5. package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
  6. package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
  7. package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
  8. package/{lighthouse-cli → cli}/index.js +0 -0
  9. package/{lighthouse-cli → cli}/package.json +0 -0
  10. package/{lighthouse-cli → cli}/printer.js +0 -0
  11. package/{lighthouse-cli → cli}/run.js +3 -3
  12. package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
  13. package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
  14. package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
  15. package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
  16. package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
  17. package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
  18. package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
  19. package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
  20. package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
  21. package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
  22. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
  23. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
  24. package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
  25. package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
  26. package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
  27. package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
  28. package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
  29. package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
  30. package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
  31. package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
  32. package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
  33. package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
  34. package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
  35. package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
  36. package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
  37. package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
  38. package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
  39. package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
  40. package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
  41. package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
  42. package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
  43. package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
  44. package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
  45. package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
  46. package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
  47. package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
  48. package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
  49. package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
  50. package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
  51. package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
  52. package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
  53. package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
  54. package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
  55. package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
  56. package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
  57. package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
  58. package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
  59. package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
  60. package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
  61. package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
  62. package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
  63. package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
  64. package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
  65. package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
  66. package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
  67. package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
  68. package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
  69. package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
  70. package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
  71. package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
  72. package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
  73. package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
  74. package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
  75. package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
  76. package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
  77. package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
  78. package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
  79. package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
  80. package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
  81. package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
  82. package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
  83. package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
  84. package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
  85. package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
  86. package/{lighthouse-core → core}/audits/audit.js +0 -0
  87. package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
  88. package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
  89. package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
  90. package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
  91. package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
  92. package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
  93. package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
  94. package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
  95. package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
  96. package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
  97. package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
  98. package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
  99. package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
  100. package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
  101. package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
  102. package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
  103. package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
  104. package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
  105. package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
  106. package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
  107. package/{lighthouse-core → core}/audits/content-width.js +0 -0
  108. package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
  109. package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
  110. package/{lighthouse-core → core}/audits/deprecations.js +0 -0
  111. package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
  112. package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
  113. package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
  114. package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
  115. package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
  116. package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
  117. package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
  118. package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
  119. package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
  120. package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
  121. package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
  122. package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
  123. package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
  124. package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
  125. package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
  126. package/{lighthouse-core → core}/audits/font-display.js +0 -0
  127. package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
  128. package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
  129. package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
  130. package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
  131. package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
  132. package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
  133. package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
  134. package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
  135. package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
  136. package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
  137. package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
  138. package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
  139. package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
  140. package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
  141. package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
  142. package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
  143. package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
  144. package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
  145. package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
  146. package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
  147. package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
  148. package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
  149. package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
  150. package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
  151. package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
  152. package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
  153. package/{lighthouse-core → core}/audits/metrics.js +0 -0
  154. package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
  155. package/{lighthouse-core → core}/audits/network-requests.js +0 -0
  156. package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
  157. package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
  158. package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
  159. package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
  160. package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
  161. package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
  162. package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
  163. package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
  164. package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
  165. package/{lighthouse-core → core}/audits/redirects.js +0 -0
  166. package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
  167. package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
  168. package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
  169. package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
  170. package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
  171. package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
  172. package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
  173. package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
  174. package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
  175. package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
  176. package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
  177. package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
  178. package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
  179. package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
  180. package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
  181. package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
  182. package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
  183. package/{lighthouse-core → core}/audits/service-worker.js +0 -0
  184. package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
  185. package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
  186. package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
  187. package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
  188. package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
  189. package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
  190. package/{lighthouse-core → core}/audits/user-timings.js +0 -0
  191. package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
  192. package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
  193. package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
  194. package/{lighthouse-core → core}/audits/viewport.js +0 -0
  195. package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
  196. package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
  197. package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
  198. package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
  199. package/{lighthouse-core → core}/computed/image-records.js +0 -0
  200. package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
  201. package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
  202. package/{lighthouse-core → core}/computed/main-resource.js +0 -0
  203. package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
  204. package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
  205. package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
  206. package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
  207. package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
  208. package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
  209. package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
  210. package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
  211. package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
  212. package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
  213. package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
  214. package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
  215. package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
  216. package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
  217. package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
  218. package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
  219. package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
  220. package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
  221. package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
  222. package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
  223. package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
  224. package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
  225. package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
  226. package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
  227. package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
  228. package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
  229. package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
  230. package/{lighthouse-core → core}/computed/network-records.js +0 -0
  231. package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
  232. package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
  233. package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
  234. package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
  235. package/{lighthouse-core → core}/computed/screenshots.js +0 -0
  236. package/{lighthouse-core → core}/computed/speedline.js +0 -0
  237. package/{lighthouse-core → core}/computed/unused-css.js +0 -0
  238. package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
  239. package/{lighthouse-core → core}/computed/user-timings.js +0 -0
  240. package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
  241. package/{lighthouse-core → core}/config/budget.js +0 -0
  242. package/{lighthouse-core → core}/config/config-helpers.js +0 -0
  243. package/{lighthouse-core → core}/config/config-plugin.js +0 -0
  244. package/{lighthouse-core → core}/config/config.js +0 -0
  245. package/{lighthouse-core → core}/config/constants.js +0 -0
  246. package/{lighthouse-core → core}/config/default-config.js +0 -0
  247. package/{lighthouse-core → core}/config/desktop-config.js +0 -0
  248. package/{lighthouse-core → core}/config/experimental-config.js +0 -0
  249. package/{lighthouse-core → core}/config/full-config.js +0 -0
  250. package/{lighthouse-core → core}/config/legacy-default-config.js +0 -0
  251. package/{lighthouse-core → core}/config/lr-desktop-config.js +0 -0
  252. package/{lighthouse-core → core}/config/lr-mobile-config.js +0 -0
  253. package/{lighthouse-core → core}/config/metrics-to-audits.js +0 -0
  254. package/{lighthouse-core → core}/config/perf-config.js +0 -0
  255. package/{lighthouse-core → core}/fraggle-rock/api.js +0 -0
  256. package/{lighthouse-core → core}/fraggle-rock/config/config.js +0 -0
  257. package/{lighthouse-core → core}/fraggle-rock/config/filters.js +0 -0
  258. package/{lighthouse-core → core}/fraggle-rock/config/validation.js +0 -0
  259. package/{lighthouse-core → core}/fraggle-rock/gather/base-artifacts.js +0 -0
  260. package/{lighthouse-core → core}/fraggle-rock/gather/base-gatherer.js +1 -1
  261. package/{lighthouse-core → core}/fraggle-rock/gather/driver.js +0 -0
  262. package/{lighthouse-core → core}/fraggle-rock/gather/navigation-runner.js +0 -0
  263. package/{lighthouse-core → core}/fraggle-rock/gather/runner-helpers.js +0 -0
  264. package/{lighthouse-core → core}/fraggle-rock/gather/session.js +0 -0
  265. package/{lighthouse-core → core}/fraggle-rock/gather/snapshot-runner.js +0 -0
  266. package/{lighthouse-core → core}/fraggle-rock/gather/timespan-runner.js +0 -0
  267. package/{lighthouse-core → core}/fraggle-rock/user-flow.js +0 -0
  268. package/{lighthouse-core → core}/gather/connections/connection.js +0 -0
  269. package/{lighthouse-core → core}/gather/connections/cri.js +0 -0
  270. package/{lighthouse-core → core}/gather/connections/raw.js +0 -0
  271. package/{lighthouse-core → core}/gather/driver/dom.js +0 -0
  272. package/{lighthouse-core → core}/gather/driver/environment.js +0 -0
  273. package/{lighthouse-core → core}/gather/driver/execution-context.js +0 -0
  274. package/{lighthouse-core → core}/gather/driver/navigation.js +0 -0
  275. package/{lighthouse-core → core}/gather/driver/network-monitor.js +0 -0
  276. package/{lighthouse-core → core}/gather/driver/network.js +0 -0
  277. package/{lighthouse-core → core}/gather/driver/prepare.js +0 -0
  278. package/{lighthouse-core → core}/gather/driver/service-workers.js +0 -0
  279. package/{lighthouse-core → core}/gather/driver/storage.js +0 -0
  280. package/{lighthouse-core → core}/gather/driver/target-manager.js +0 -0
  281. package/{lighthouse-core → core}/gather/driver/wait-for-condition.js +0 -0
  282. package/{lighthouse-core → core}/gather/driver.js +0 -0
  283. package/{lighthouse-core → core}/gather/fetcher.js +0 -0
  284. package/{lighthouse-core → core}/gather/gather-runner.js +0 -0
  285. package/{lighthouse-core → core}/gather/gatherers/accessibility.js +0 -0
  286. package/{lighthouse-core → core}/gather/gatherers/anchor-elements.js +0 -0
  287. package/{lighthouse-core → core}/gather/gatherers/cache-contents.js +0 -0
  288. package/{lighthouse-core → core}/gather/gatherers/console-messages.js +0 -0
  289. package/{lighthouse-core → core}/gather/gatherers/css-usage.js +0 -0
  290. package/{lighthouse-core → core}/gather/gatherers/devtools-log-compat.js +0 -0
  291. package/{lighthouse-core → core}/gather/gatherers/devtools-log.js +0 -0
  292. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/doctype.js +0 -0
  293. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/domstats.js +0 -0
  294. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/optimized-images.js +0 -0
  295. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -0
  296. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/response-compression.js +0 -0
  297. package/{lighthouse-core → core}/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -0
  298. package/{lighthouse-core → core}/gather/gatherers/full-page-screenshot.js +0 -0
  299. package/{lighthouse-core → core}/gather/gatherers/gatherer.js +0 -0
  300. package/{lighthouse-core → core}/gather/gatherers/global-listeners.js +0 -0
  301. package/{lighthouse-core → core}/gather/gatherers/iframe-elements.js +0 -0
  302. package/{lighthouse-core → core}/gather/gatherers/image-elements.js +0 -0
  303. package/{lighthouse-core → core}/gather/gatherers/inputs.js +0 -0
  304. package/{lighthouse-core → core}/gather/gatherers/inspector-issues.js +0 -0
  305. package/{lighthouse-core → core}/gather/gatherers/installability-errors.js +0 -0
  306. package/{lighthouse-core → core}/gather/gatherers/js-usage.js +0 -0
  307. package/{lighthouse-core → core}/gather/gatherers/link-elements.js +0 -0
  308. package/{lighthouse-core → core}/gather/gatherers/main-document-content.js +0 -0
  309. package/{lighthouse-core → core}/gather/gatherers/meta-elements.js +0 -0
  310. package/{lighthouse-core → core}/gather/gatherers/network-user-agent.js +0 -0
  311. package/{lighthouse-core → core}/gather/gatherers/script-elements.js +0 -0
  312. package/{lighthouse-core → core}/gather/gatherers/scripts.js +0 -0
  313. package/{lighthouse-core → core}/gather/gatherers/seo/embedded-content.js +0 -0
  314. package/{lighthouse-core → core}/gather/gatherers/seo/font-size.js +0 -0
  315. package/{lighthouse-core → core}/gather/gatherers/seo/robots-txt.js +0 -0
  316. package/{lighthouse-core → core}/gather/gatherers/seo/tap-targets.js +0 -0
  317. package/{lighthouse-core → core}/gather/gatherers/service-worker.js +0 -0
  318. package/{lighthouse-core → core}/gather/gatherers/source-maps.js +0 -0
  319. package/{lighthouse-core → core}/gather/gatherers/stacks.js +0 -0
  320. package/{lighthouse-core → core}/gather/gatherers/trace-compat.js +0 -0
  321. package/{lighthouse-core → core}/gather/gatherers/trace-elements.js +0 -0
  322. package/{lighthouse-core → core}/gather/gatherers/trace.js +0 -0
  323. package/{lighthouse-core → core}/gather/gatherers/viewport-dimensions.js +0 -0
  324. package/{lighthouse-core → core}/gather/gatherers/web-app-manifest.js +0 -0
  325. package/{lighthouse-core → core}/index.cjs +0 -0
  326. package/{lighthouse-core → core}/index.js +1 -1
  327. package/{lighthouse-core → core}/lib/arbitrary-equality-map.js +0 -0
  328. package/{lighthouse-core → core}/lib/asset-saver.js +0 -0
  329. package/{lighthouse-core → core}/lib/axe.js +0 -0
  330. package/{lighthouse-core → core}/lib/cdt/Common.js +0 -0
  331. package/{lighthouse-core → core}/lib/cdt/Platform.js +0 -0
  332. package/{lighthouse-core → core}/lib/cdt/SDK.js +0 -0
  333. package/{lighthouse-core → core}/lib/cdt/generated/ParsedURL.js +0 -0
  334. package/{lighthouse-core → core}/lib/cdt/generated/SourceMap.js +0 -0
  335. package/{lighthouse-core → core}/lib/cdt/package.json +0 -0
  336. package/{lighthouse-core → core}/lib/csp-evaluator.js +0 -0
  337. package/{lighthouse-core → core}/lib/dependency-graph/base-node.js +0 -0
  338. package/{lighthouse-core → core}/lib/dependency-graph/cpu-node.js +0 -0
  339. package/{lighthouse-core → core}/lib/dependency-graph/network-node.js +0 -0
  340. package/{lighthouse-core → core}/lib/dependency-graph/simulator/connection-pool.js +0 -0
  341. package/{lighthouse-core → core}/lib/dependency-graph/simulator/dns-cache.js +0 -0
  342. package/{lighthouse-core → core}/lib/dependency-graph/simulator/network-analyzer.js +0 -0
  343. package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator-timing-map.js +0 -0
  344. package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator.js +0 -0
  345. package/{lighthouse-core → core}/lib/dependency-graph/simulator/tcp-connection.js +0 -0
  346. package/{lighthouse-core → core}/lib/deprecations-strings.js +0 -0
  347. package/{lighthouse-core → core}/lib/emulation.js +0 -0
  348. package/{lighthouse-core → core}/lib/i18n/README.md +2 -2
  349. package/{lighthouse-core → core}/lib/i18n/i18n.js +0 -0
  350. package/{lighthouse-core → core}/lib/icons.js +0 -0
  351. package/{lighthouse-core → core}/lib/lantern-trace-saver.js +0 -0
  352. package/{lighthouse-core → core}/lib/lh-env.js +0 -0
  353. package/{lighthouse-core → core}/lib/lh-error.js +0 -0
  354. package/{lighthouse-core → core}/lib/lh-trace-processor.js +0 -0
  355. package/{lighthouse-core → core}/lib/manifest-parser.js +0 -0
  356. package/{lighthouse-core → core}/lib/median-run.js +0 -0
  357. package/{lighthouse-core → core}/lib/minification-estimator.js +0 -0
  358. package/{lighthouse-core → core}/lib/minify-devtoolslog.js +0 -0
  359. package/{lighthouse-core → core}/lib/minify-trace.js +3 -3
  360. package/{lighthouse-core → core}/lib/navigation-error.js +0 -0
  361. package/{lighthouse-core → core}/lib/network-recorder.js +0 -0
  362. package/{lighthouse-core → core}/lib/network-request.js +0 -0
  363. package/{lighthouse-core → core}/lib/page-functions.js +0 -0
  364. package/{lighthouse-core → core}/lib/proto-preprocessor.js +0 -0
  365. package/{lighthouse-core → core}/lib/rect-helpers.js +0 -0
  366. package/{lighthouse-core → core}/lib/script-helpers.js +0 -0
  367. package/{lighthouse-core → core}/lib/sentry.js +0 -0
  368. package/{lighthouse-core → core}/lib/stack-packs.js +0 -0
  369. package/{lighthouse-core → core}/lib/statistics.js +0 -0
  370. package/{lighthouse-core → core}/lib/tappable-rects.js +0 -0
  371. package/{lighthouse-core → core}/lib/third-party-web.js +0 -0
  372. package/{lighthouse-core → core}/lib/timing-trace-saver.js +0 -0
  373. package/{lighthouse-core → core}/lib/tracehouse/cpu-profile-model.js +0 -0
  374. package/{lighthouse-core → core}/lib/tracehouse/main-thread-tasks.js +0 -0
  375. package/{lighthouse-core → core}/lib/tracehouse/task-groups.js +0 -0
  376. package/{lighthouse-core → core}/lib/tracehouse/task-summary.js +0 -0
  377. package/{lighthouse-core → core}/lib/tracehouse/trace-processor.js +0 -0
  378. package/{lighthouse-core → core}/lib/traces/pwmetrics-events.js +0 -0
  379. package/{lighthouse-core → core}/lib/url-shim.js +0 -0
  380. package/{lighthouse-core → core}/package.json +0 -0
  381. package/{lighthouse-core → core}/runner.js +0 -0
  382. package/{lighthouse-core → core}/scoring.js +0 -0
  383. package/{lighthouse-core → core}/scripts/download-chrome.sh +0 -0
  384. package/{lighthouse-core → core}/scripts/manual-chrome-launcher.js +1 -1
  385. package/{lighthouse-core → core}/scripts/package.json +0 -0
  386. package/{lighthouse-core → core}/util.cjs +1 -1
  387. package/eslint-local-rules.cjs +1 -1
  388. package/flow-report/test/common-test.tsx +1 -1
  389. package/flow-report/test/run-flow-report-tests.sh +1 -1
  390. package/flow-report/test/sample-flow.ts +1 -1
  391. package/flow-report/tsconfig.json +1 -1
  392. package/package.json +36 -36
  393. package/readme.md +4 -4
  394. package/report/clients/bundle.js +1 -1
  395. package/report/test/clients/bundle-test.js +1 -1
  396. package/report/test/generator/report-generator-test.js +2 -2
  397. package/report/test/renderer/category-renderer-test.js +2 -2
  398. package/report/test/renderer/i18n-test.js +1 -1
  399. package/report/test/renderer/performance-category-renderer-test.js +3 -3
  400. package/report/test/renderer/pwa-category-renderer-test.js +2 -2
  401. package/report/test/renderer/report-renderer-axe-test.js +3 -3
  402. package/report/test/renderer/report-renderer-test.js +3 -3
  403. package/report/test/renderer/report-ui-features-test.js +2 -2
  404. package/report/test/renderer/util-test.js +2 -2
  405. package/shared/localization/locales/ar-XB.json +641 -641
  406. package/shared/localization/locales/ar.json +641 -641
  407. package/shared/localization/locales/bg.json +641 -641
  408. package/shared/localization/locales/ca.json +641 -641
  409. package/shared/localization/locales/cs.json +641 -641
  410. package/shared/localization/locales/da.json +641 -641
  411. package/shared/localization/locales/de.json +641 -641
  412. package/shared/localization/locales/el.json +641 -641
  413. package/shared/localization/locales/en-GB.json +641 -641
  414. package/shared/localization/locales/en-US.json +830 -830
  415. package/shared/localization/locales/en-XA.json +641 -641
  416. package/shared/localization/locales/en-XL.json +830 -830
  417. package/shared/localization/locales/es-419.json +641 -641
  418. package/shared/localization/locales/es.json +641 -641
  419. package/shared/localization/locales/fi.json +641 -641
  420. package/shared/localization/locales/fil.json +641 -641
  421. package/shared/localization/locales/fr.json +641 -641
  422. package/shared/localization/locales/he.json +641 -641
  423. package/shared/localization/locales/hi.json +641 -641
  424. package/shared/localization/locales/hr.json +641 -641
  425. package/shared/localization/locales/hu.json +641 -641
  426. package/shared/localization/locales/id.json +641 -641
  427. package/shared/localization/locales/it.json +641 -641
  428. package/shared/localization/locales/ja.json +641 -641
  429. package/shared/localization/locales/ko.json +641 -641
  430. package/shared/localization/locales/lt.json +641 -641
  431. package/shared/localization/locales/lv.json +641 -641
  432. package/shared/localization/locales/nl.json +641 -641
  433. package/shared/localization/locales/no.json +641 -641
  434. package/shared/localization/locales/pl.json +641 -641
  435. package/shared/localization/locales/pt-PT.json +641 -641
  436. package/shared/localization/locales/pt.json +641 -641
  437. package/shared/localization/locales/ro.json +641 -641
  438. package/shared/localization/locales/ru.json +641 -641
  439. package/shared/localization/locales/sk.json +641 -641
  440. package/shared/localization/locales/sl.json +641 -641
  441. package/shared/localization/locales/sr-Latn.json +641 -641
  442. package/shared/localization/locales/sr.json +641 -641
  443. package/shared/localization/locales/sv.json +641 -641
  444. package/shared/localization/locales/ta.json +641 -641
  445. package/shared/localization/locales/te.json +641 -641
  446. package/shared/localization/locales/th.json +641 -641
  447. package/shared/localization/locales/tr.json +641 -641
  448. package/shared/localization/locales/uk.json +641 -641
  449. package/shared/localization/locales/vi.json +641 -641
  450. package/shared/localization/locales/zh-HK.json +641 -641
  451. package/shared/localization/locales/zh-TW.json +641 -641
  452. package/shared/localization/locales/zh.json +641 -641
  453. package/shared/localization/swap-locale.js +3 -3
  454. package/shared/test/localization/format-test.js +5 -5
  455. package/shared/test/localization/swap-locale-test.js +8 -8
  456. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
  457. package/third-party/chromium-synchronization/installability-errors-test.js +1 -1
  458. package/tsconfig.json +84 -84
  459. package/types/artifacts.d.ts +7 -7
  460. package/types/audit.d.ts +1 -1
  461. package/types/config.d.ts +1 -1
  462. package/types/gatherer.d.ts +8 -8
  463. package/types/global-lh.d.ts +2 -2
  464. package/types/user-flow.d.ts +1 -1
@@ -131,1927 +131,1927 @@
131
131
  "flow-report/src/i18n/ui-strings.js | title": {
132
132
  "message": "Lighthouse 用户流报告"
133
133
  },
134
- "lighthouse-core/audits/accessibility/accesskeys.js | description": {
134
+ "core/audits/accessibility/accesskeys.js | description": {
135
135
  "message": "快捷键可让用户快速转到页面的某个部分。为确保正确进行导航,每个快捷键都必须是独一无二的。[了解详情](https://web.dev/accesskeys/)。"
136
136
  },
137
- "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": {
137
+ "core/audits/accessibility/accesskeys.js | failureTitle": {
138
138
  "message": "`[accesskey]` 的值重复"
139
139
  },
140
- "lighthouse-core/audits/accessibility/accesskeys.js | title": {
140
+ "core/audits/accessibility/accesskeys.js | title": {
141
141
  "message": "“`[accesskey]`”值是独一无二的"
142
142
  },
143
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": {
143
+ "core/audits/accessibility/aria-allowed-attr.js | description": {
144
144
  "message": "每个 ARIA“`role`”都支持一部分特定的“`aria-*`”属性。如果这些项不匹配,会导致“`aria-*`”属性无效。[了解详情](https://web.dev/aria-allowed-attr/)。"
145
145
  },
146
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
146
+ "core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
147
147
  "message": "`[aria-*]` 属性与其角色不匹配"
148
148
  },
149
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": {
149
+ "core/audits/accessibility/aria-allowed-attr.js | title": {
150
150
  "message": "`[aria-*]` 属性与其角色匹配"
151
151
  },
152
- "lighthouse-core/audits/accessibility/aria-command-name.js | description": {
152
+ "core/audits/accessibility/aria-command-name.js | description": {
153
153
  "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
154
154
  },
155
- "lighthouse-core/audits/accessibility/aria-command-name.js | failureTitle": {
155
+ "core/audits/accessibility/aria-command-name.js | failureTitle": {
156
156
  "message": "`button`、`link` 和 `menuitem` 元素缺少可供访问的名称。"
157
157
  },
158
- "lighthouse-core/audits/accessibility/aria-command-name.js | title": {
158
+ "core/audits/accessibility/aria-command-name.js | title": {
159
159
  "message": "`button`、`link` 和 `menuitem` 元素都有可供访问的名称"
160
160
  },
161
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": {
161
+ "core/audits/accessibility/aria-hidden-body.js | description": {
162
162
  "message": "在文档 `<body>` 上设置 `aria-hidden=\"true\"` 后,辅助技术(如屏幕阅读器)的工作方式不一致。[了解详情](https://web.dev/aria-hidden-body/)。"
163
163
  },
164
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | failureTitle": {
164
+ "core/audits/accessibility/aria-hidden-body.js | failureTitle": {
165
165
  "message": "文档 `<body>` 中有 `[aria-hidden=\"true\"]`"
166
166
  },
167
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": {
167
+ "core/audits/accessibility/aria-hidden-body.js | title": {
168
168
  "message": "文档 `<body>` 中没有 `[aria-hidden=\"true\"]`"
169
169
  },
170
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": {
170
+ "core/audits/accessibility/aria-hidden-focus.js | description": {
171
171
  "message": "有一个 `[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素,导致这些交互式元素都无法被辅助技术(如屏幕阅读器)用户使用。[了解详情](https://web.dev/aria-hidden-focus/)。"
172
172
  },
173
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
173
+ "core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
174
174
  "message": "`[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素"
175
175
  },
176
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | title": {
176
+ "core/audits/accessibility/aria-hidden-focus.js | title": {
177
177
  "message": "`[aria-hidden=\"true\"]` 元素都不含可聚焦的下级元素"
178
178
  },
179
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | description": {
179
+ "core/audits/accessibility/aria-input-field-name.js | description": {
180
180
  "message": "当某个输入字段没有可供访问的名称时,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
181
181
  },
182
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | failureTitle": {
182
+ "core/audits/accessibility/aria-input-field-name.js | failureTitle": {
183
183
  "message": "ARIA 输入字段缺少可供访问的名称"
184
184
  },
185
- "lighthouse-core/audits/accessibility/aria-input-field-name.js | title": {
185
+ "core/audits/accessibility/aria-input-field-name.js | title": {
186
186
  "message": "ARIA 输入字段都有可供访问的名称"
187
187
  },
188
- "lighthouse-core/audits/accessibility/aria-meter-name.js | description": {
188
+ "core/audits/accessibility/aria-meter-name.js | description": {
189
189
  "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
190
190
  },
191
- "lighthouse-core/audits/accessibility/aria-meter-name.js | failureTitle": {
191
+ "core/audits/accessibility/aria-meter-name.js | failureTitle": {
192
192
  "message": "ARIA `meter` 元素缺少可供访问的名称。"
193
193
  },
194
- "lighthouse-core/audits/accessibility/aria-meter-name.js | title": {
194
+ "core/audits/accessibility/aria-meter-name.js | title": {
195
195
  "message": "ARIA `meter` 元素都有可供访问的名称"
196
196
  },
197
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | description": {
197
+ "core/audits/accessibility/aria-progressbar-name.js | description": {
198
198
  "message": "如果某个 `progressbar` 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
199
199
  },
200
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
200
+ "core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
201
201
  "message": "ARIA `progressbar` 元素缺少可供访问的名称。"
202
202
  },
203
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | title": {
203
+ "core/audits/accessibility/aria-progressbar-name.js | title": {
204
204
  "message": "ARIA `progressbar` 元素都有可供访问的名称"
205
205
  },
206
- "lighthouse-core/audits/accessibility/aria-required-attr.js | description": {
206
+ "core/audits/accessibility/aria-required-attr.js | description": {
207
207
  "message": "一些 ARIA 角色有必需属性,这些属性向屏幕阅读器描述了相应元素的状态。[了解详情](https://web.dev/aria-required-attr/)。"
208
208
  },
209
- "lighthouse-core/audits/accessibility/aria-required-attr.js | failureTitle": {
209
+ "core/audits/accessibility/aria-required-attr.js | failureTitle": {
210
210
  "message": "`[role]` 缺少部分必需的 `[aria-*]` 属性"
211
211
  },
212
- "lighthouse-core/audits/accessibility/aria-required-attr.js | title": {
212
+ "core/audits/accessibility/aria-required-attr.js | title": {
213
213
  "message": "`[role]` 具备所有必需的 `[aria-*]` 属性"
214
214
  },
215
- "lighthouse-core/audits/accessibility/aria-required-children.js | description": {
215
+ "core/audits/accessibility/aria-required-children.js | description": {
216
216
  "message": "一些 ARIA 父角色必须包含特定子角色,才能执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-required-children/)。"
217
217
  },
218
- "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": {
218
+ "core/audits/accessibility/aria-required-children.js | failureTitle": {
219
219
  "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素缺少部分或全部必需子元素。"
220
220
  },
221
- "lighthouse-core/audits/accessibility/aria-required-children.js | title": {
221
+ "core/audits/accessibility/aria-required-children.js | title": {
222
222
  "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素包含全部必需子元素。"
223
223
  },
224
- "lighthouse-core/audits/accessibility/aria-required-parent.js | description": {
224
+ "core/audits/accessibility/aria-required-parent.js | description": {
225
225
  "message": "一些 ARIA 子角色必须包含在特定的父角色中,才能正确执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-required-parent/)。"
226
226
  },
227
- "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": {
227
+ "core/audits/accessibility/aria-required-parent.js | failureTitle": {
228
228
  "message": "`[role]` 未包含在其必需的父元素中"
229
229
  },
230
- "lighthouse-core/audits/accessibility/aria-required-parent.js | title": {
230
+ "core/audits/accessibility/aria-required-parent.js | title": {
231
231
  "message": "`[role]` 包含在其必需的父元素中"
232
232
  },
233
- "lighthouse-core/audits/accessibility/aria-roles.js | description": {
233
+ "core/audits/accessibility/aria-roles.js | description": {
234
234
  "message": "ARIA 角色必须具备有效值,才能执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-roles/)。"
235
235
  },
236
- "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": {
236
+ "core/audits/accessibility/aria-roles.js | failureTitle": {
237
237
  "message": "`[role]` 值无效"
238
238
  },
239
- "lighthouse-core/audits/accessibility/aria-roles.js | title": {
239
+ "core/audits/accessibility/aria-roles.js | title": {
240
240
  "message": "`[role]` 值有效"
241
241
  },
242
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | description": {
242
+ "core/audits/accessibility/aria-toggle-field-name.js | description": {
243
243
  "message": "当某个切换字段没有可供访问的名称时,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
244
244
  },
245
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
245
+ "core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
246
246
  "message": "ARIA 切换字段缺少可供访问的名称"
247
247
  },
248
- "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | title": {
248
+ "core/audits/accessibility/aria-toggle-field-name.js | title": {
249
249
  "message": "ARIA 切换字段都有可供访问的名称"
250
250
  },
251
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | description": {
251
+ "core/audits/accessibility/aria-tooltip-name.js | description": {
252
252
  "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
253
253
  },
254
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
254
+ "core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
255
255
  "message": "ARIA `tooltip` 元素缺少可供访问的名称。"
256
256
  },
257
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | title": {
257
+ "core/audits/accessibility/aria-tooltip-name.js | title": {
258
258
  "message": "ARIA `tooltip` 元素都有可供访问的名称"
259
259
  },
260
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | description": {
260
+ "core/audits/accessibility/aria-treeitem-name.js | description": {
261
261
  "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-name/)。"
262
262
  },
263
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
263
+ "core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
264
264
  "message": "ARIA `treeitem` 元素缺少可供访问的名称。"
265
265
  },
266
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | title": {
266
+ "core/audits/accessibility/aria-treeitem-name.js | title": {
267
267
  "message": "ARIA `treeitem` 元素都有可供访问的名称"
268
268
  },
269
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": {
269
+ "core/audits/accessibility/aria-valid-attr-value.js | description": {
270
270
  "message": "辅助技术(如屏幕阅读器)无法解读值无效的 ARIA 属性。[了解详情](https://web.dev/aria-valid-attr-value/)。"
271
271
  },
272
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
272
+ "core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
273
273
  "message": "`[aria-*]` 属性缺少有效值"
274
274
  },
275
- "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": {
275
+ "core/audits/accessibility/aria-valid-attr-value.js | title": {
276
276
  "message": "`[aria-*]` 属性具备有效值"
277
277
  },
278
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": {
278
+ "core/audits/accessibility/aria-valid-attr.js | description": {
279
279
  "message": "辅助技术(如屏幕阅读器)无法解读名称无效的 ARIA 属性。[了解详情](https://web.dev/aria-valid-attr/)。"
280
280
  },
281
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | failureTitle": {
281
+ "core/audits/accessibility/aria-valid-attr.js | failureTitle": {
282
282
  "message": "`[aria-*]` 属性无效或拼写有误"
283
283
  },
284
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": {
284
+ "core/audits/accessibility/aria-valid-attr.js | title": {
285
285
  "message": "`[aria-*]` 属性有效且拼写正确"
286
286
  },
287
- "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": {
287
+ "core/audits/accessibility/axe-audit.js | failingElementsHeader": {
288
288
  "message": "未通过审核的元素"
289
289
  },
290
- "lighthouse-core/audits/accessibility/button-name.js | description": {
290
+ "core/audits/accessibility/button-name.js | description": {
291
291
  "message": "当某个按钮没有可供访问的名称时,屏幕阅读器会将它读为“按钮”,这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/button-name/)。"
292
292
  },
293
- "lighthouse-core/audits/accessibility/button-name.js | failureTitle": {
293
+ "core/audits/accessibility/button-name.js | failureTitle": {
294
294
  "message": "按钮缺少可供访问的名称"
295
295
  },
296
- "lighthouse-core/audits/accessibility/button-name.js | title": {
296
+ "core/audits/accessibility/button-name.js | title": {
297
297
  "message": "按钮有可供访问的名称"
298
298
  },
299
- "lighthouse-core/audits/accessibility/bypass.js | description": {
299
+ "core/audits/accessibility/bypass.js | description": {
300
300
  "message": "添加用于绕过重复内容的方式有助于键盘用户更高效地浏览页面。[了解详情](https://web.dev/bypass/)。"
301
301
  },
302
- "lighthouse-core/audits/accessibility/bypass.js | failureTitle": {
302
+ "core/audits/accessibility/bypass.js | failureTitle": {
303
303
  "message": "该页面不含任何标题、跳过链接或地标区域"
304
304
  },
305
- "lighthouse-core/audits/accessibility/bypass.js | title": {
305
+ "core/audits/accessibility/bypass.js | title": {
306
306
  "message": "该页面包含一个标题、跳过链接或地标区域"
307
307
  },
308
- "lighthouse-core/audits/accessibility/color-contrast.js | description": {
308
+ "core/audits/accessibility/color-contrast.js | description": {
309
309
  "message": "对于许多用户而言,对比度低的文字都是难以阅读或无法阅读的。[了解详情](https://web.dev/color-contrast/)。"
310
310
  },
311
- "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": {
311
+ "core/audits/accessibility/color-contrast.js | failureTitle": {
312
312
  "message": "背景色和前景色没有足够高的对比度。"
313
313
  },
314
- "lighthouse-core/audits/accessibility/color-contrast.js | title": {
314
+ "core/audits/accessibility/color-contrast.js | title": {
315
315
  "message": "背景色和前景色具有足够高的对比度"
316
316
  },
317
- "lighthouse-core/audits/accessibility/definition-list.js | description": {
317
+ "core/audits/accessibility/definition-list.js | description": {
318
318
  "message": "如果未正确标记定义列表,屏幕阅读器可能会读出令人困惑或不准确的内容。[了解详情](https://web.dev/definition-list/)。"
319
319
  },
320
- "lighthouse-core/audits/accessibility/definition-list.js | failureTitle": {
320
+ "core/audits/accessibility/definition-list.js | failureTitle": {
321
321
  "message": "`<dl>` 并非只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
322
322
  },
323
- "lighthouse-core/audits/accessibility/definition-list.js | title": {
323
+ "core/audits/accessibility/definition-list.js | title": {
324
324
  "message": "`<dl>` 只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
325
325
  },
326
- "lighthouse-core/audits/accessibility/dlitem.js | description": {
326
+ "core/audits/accessibility/dlitem.js | description": {
327
327
  "message": "定义列表项 (`<dt>` 和 `<dd>`) 必须封装在父 `<dl>` 元素中,以确保屏幕阅读器可以正确地读出它们。[了解详情](https://web.dev/dlitem/)。"
328
328
  },
329
- "lighthouse-core/audits/accessibility/dlitem.js | failureTitle": {
329
+ "core/audits/accessibility/dlitem.js | failureTitle": {
330
330
  "message": "定义列表项已封装在 `<dl>` 元素中"
331
331
  },
332
- "lighthouse-core/audits/accessibility/dlitem.js | title": {
332
+ "core/audits/accessibility/dlitem.js | title": {
333
333
  "message": "定义列表项已封装在 `<dl>` 元素中"
334
334
  },
335
- "lighthouse-core/audits/accessibility/document-title.js | description": {
335
+ "core/audits/accessibility/document-title.js | description": {
336
336
  "message": "屏幕阅读器用户可借助标题来大致了解某个页面的内容,搜索引擎用户则非常依赖标题来确定某个页面是否与其搜索相关。[了解详情](https://web.dev/document-title/)。"
337
337
  },
338
- "lighthouse-core/audits/accessibility/document-title.js | failureTitle": {
338
+ "core/audits/accessibility/document-title.js | failureTitle": {
339
339
  "message": "文档不含 `<title>` 元素"
340
340
  },
341
- "lighthouse-core/audits/accessibility/document-title.js | title": {
341
+ "core/audits/accessibility/document-title.js | title": {
342
342
  "message": "文档包含 `<title>` 元素"
343
343
  },
344
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": {
344
+ "core/audits/accessibility/duplicate-id-active.js | description": {
345
345
  "message": "所有可聚焦的元素都必须具有独一无二的 `id`,以确保能被辅助技术识别。[了解详情](https://web.dev/duplicate-id-active/)。"
346
346
  },
347
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | failureTitle": {
347
+ "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
348
348
  "message": "处于活动状态的可聚焦元素的 `[id]` 属性不是独一无二的"
349
349
  },
350
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | title": {
350
+ "core/audits/accessibility/duplicate-id-active.js | title": {
351
351
  "message": "处于活动状态的可聚焦元素的 `[id]` 属性都是独一无二的"
352
352
  },
353
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": {
353
+ "core/audits/accessibility/duplicate-id-aria.js | description": {
354
354
  "message": "ARIA ID 的值必须独一无二,才能防止其他实例被辅助技术忽略。[了解详情](https://web.dev/duplicate-id-aria/)。"
355
355
  },
356
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
356
+ "core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
357
357
  "message": "ARIA ID 不是独一无二的"
358
358
  },
359
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": {
359
+ "core/audits/accessibility/duplicate-id-aria.js | title": {
360
360
  "message": "ARIA ID 都是独一无二的"
361
361
  },
362
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | description": {
362
+ "core/audits/accessibility/form-field-multiple-labels.js | description": {
363
363
  "message": "有多个标签的表单字段可能会被辅助技术(如屏幕阅读器)以令人困惑的方式播报出来,因为这些辅助技术可能会使用第一个标签或最后一个标签,也可能会使用所有标签。[了解详情](https://web.dev/form-field-multiple-labels/)。"
364
364
  },
365
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
365
+ "core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
366
366
  "message": "表单字段有多个标签"
367
367
  },
368
- "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | title": {
368
+ "core/audits/accessibility/form-field-multiple-labels.js | title": {
369
369
  "message": "表单字段都没有多个标签"
370
370
  },
371
- "lighthouse-core/audits/accessibility/frame-title.js | description": {
371
+ "core/audits/accessibility/frame-title.js | description": {
372
372
  "message": "屏幕阅读器用户依靠框架标题来描述框架的内容。[了解详情](https://web.dev/frame-title/)。"
373
373
  },
374
- "lighthouse-core/audits/accessibility/frame-title.js | failureTitle": {
374
+ "core/audits/accessibility/frame-title.js | failureTitle": {
375
375
  "message": "`<frame>` 或 `<iframe>` 元素缺少标题"
376
376
  },
377
- "lighthouse-core/audits/accessibility/frame-title.js | title": {
377
+ "core/audits/accessibility/frame-title.js | title": {
378
378
  "message": "`<frame>` 或 `<iframe>` 元素有标题"
379
379
  },
380
- "lighthouse-core/audits/accessibility/heading-order.js | description": {
380
+ "core/audits/accessibility/heading-order.js | description": {
381
381
  "message": "未跳过任何等级且排序正确的标题会准确传达页面的语义结构,从而使得相应页面在使用辅助技术时更易于浏览和理解。[了解详情](https://web.dev/heading-order/)。"
382
382
  },
383
- "lighthouse-core/audits/accessibility/heading-order.js | failureTitle": {
383
+ "core/audits/accessibility/heading-order.js | failureTitle": {
384
384
  "message": "标题元素未按降序显示"
385
385
  },
386
- "lighthouse-core/audits/accessibility/heading-order.js | title": {
386
+ "core/audits/accessibility/heading-order.js | title": {
387
387
  "message": "标题元素按降序显示"
388
388
  },
389
- "lighthouse-core/audits/accessibility/html-has-lang.js | description": {
389
+ "core/audits/accessibility/html-has-lang.js | description": {
390
390
  "message": "如果页面未指定 lang 属性,屏幕阅读器便会假定该页面采用的是用户在设置屏幕阅读器时选择的默认语言。如果该页面实际上并未采用默认语言,则屏幕阅读器可能无法正确读出该页面中的文字。[了解详情](https://web.dev/html-has-lang/)。"
391
391
  },
392
- "lighthouse-core/audits/accessibility/html-has-lang.js | failureTitle": {
392
+ "core/audits/accessibility/html-has-lang.js | failureTitle": {
393
393
  "message": "`<html>` 元素缺少 `[lang]` 属性"
394
394
  },
395
- "lighthouse-core/audits/accessibility/html-has-lang.js | title": {
395
+ "core/audits/accessibility/html-has-lang.js | title": {
396
396
  "message": "`<html>` 元素包含 `[lang]` 属性"
397
397
  },
398
- "lighthouse-core/audits/accessibility/html-lang-valid.js | description": {
398
+ "core/audits/accessibility/html-lang-valid.js | description": {
399
399
  "message": "指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于屏幕阅读器正确读出文字。[了解详情](https://web.dev/html-lang-valid/)。"
400
400
  },
401
- "lighthouse-core/audits/accessibility/html-lang-valid.js | failureTitle": {
401
+ "core/audits/accessibility/html-lang-valid.js | failureTitle": {
402
402
  "message": "`<html>` 元素的 `[lang]` 属性缺少有效值。"
403
403
  },
404
- "lighthouse-core/audits/accessibility/html-lang-valid.js | title": {
404
+ "core/audits/accessibility/html-lang-valid.js | title": {
405
405
  "message": "`<html>` 元素的 `[lang]` 属性具备有效值"
406
406
  },
407
- "lighthouse-core/audits/accessibility/image-alt.js | description": {
407
+ "core/audits/accessibility/image-alt.js | description": {
408
408
  "message": "说明性元素应力求使用简短的描述性替代文字。未指定 alt 属性的装饰性元素可被忽略。[了解详情](https://web.dev/image-alt/)。"
409
409
  },
410
- "lighthouse-core/audits/accessibility/image-alt.js | failureTitle": {
410
+ "core/audits/accessibility/image-alt.js | failureTitle": {
411
411
  "message": "图片元素缺少 `[alt]` 属性"
412
412
  },
413
- "lighthouse-core/audits/accessibility/image-alt.js | title": {
413
+ "core/audits/accessibility/image-alt.js | title": {
414
414
  "message": "图片元素具备 `[alt]` 属性"
415
415
  },
416
- "lighthouse-core/audits/accessibility/input-image-alt.js | description": {
416
+ "core/audits/accessibility/input-image-alt.js | description": {
417
417
  "message": "将图片用作 `<input>` 按钮时,提供替代文字有助于屏幕阅读器用户了解该按钮的用途。[了解详情](https://web.dev/input-image-alt/)。"
418
418
  },
419
- "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": {
419
+ "core/audits/accessibility/input-image-alt.js | failureTitle": {
420
420
  "message": "`<input type=\"image\">` 元素无对应的 `[alt]` 文字"
421
421
  },
422
- "lighthouse-core/audits/accessibility/input-image-alt.js | title": {
422
+ "core/audits/accessibility/input-image-alt.js | title": {
423
423
  "message": "`<input type=\"image\">` 元素有对应的 `[alt]` 文字"
424
424
  },
425
- "lighthouse-core/audits/accessibility/label.js | description": {
425
+ "core/audits/accessibility/label.js | description": {
426
426
  "message": "标签可确保辅助技术(如屏幕阅读器)正确读出表单控件。[了解详情](https://web.dev/label/)。"
427
427
  },
428
- "lighthouse-core/audits/accessibility/label.js | failureTitle": {
428
+ "core/audits/accessibility/label.js | failureTitle": {
429
429
  "message": "表单元素不具备关联的标签"
430
430
  },
431
- "lighthouse-core/audits/accessibility/label.js | title": {
431
+ "core/audits/accessibility/label.js | title": {
432
432
  "message": "表单元素具有关联的标签"
433
433
  },
434
- "lighthouse-core/audits/accessibility/link-name.js | description": {
434
+ "core/audits/accessibility/link-name.js | description": {
435
435
  "message": "请确保链接文字(以及用作链接的图片替代文字)可识别、独一无二且可成为焦点,这样做会提升屏幕阅读器用户的导航体验。[了解详情](https://web.dev/link-name/)。"
436
436
  },
437
- "lighthouse-core/audits/accessibility/link-name.js | failureTitle": {
437
+ "core/audits/accessibility/link-name.js | failureTitle": {
438
438
  "message": "链接缺少可识别的名称"
439
439
  },
440
- "lighthouse-core/audits/accessibility/link-name.js | title": {
440
+ "core/audits/accessibility/link-name.js | title": {
441
441
  "message": "链接具备可识别的名称"
442
442
  },
443
- "lighthouse-core/audits/accessibility/list.js | description": {
443
+ "core/audits/accessibility/list.js | description": {
444
444
  "message": "屏幕阅读器会采用特定的方法来读出列表内容。确保列表结构正确有助于屏幕阅读器顺利读出相应内容。[了解详情](https://web.dev/list/)。"
445
445
  },
446
- "lighthouse-core/audits/accessibility/list.js | failureTitle": {
446
+ "core/audits/accessibility/list.js | failureTitle": {
447
447
  "message": "列表并非只包含 `<li>` 元素和脚本支持元素(`<script>` 和 `<template>`)。"
448
448
  },
449
- "lighthouse-core/audits/accessibility/list.js | title": {
449
+ "core/audits/accessibility/list.js | title": {
450
450
  "message": "列表只包含 `<li>` 元素和脚本支持元素(`<script>` 和 `<template>`)。"
451
451
  },
452
- "lighthouse-core/audits/accessibility/listitem.js | description": {
452
+ "core/audits/accessibility/listitem.js | description": {
453
453
  "message": "屏幕阅读器要求列表项 (`<li>`) 必须包含在父 `<ul>` 或 `<ol>` 中,这样才能正确读出它们。[了解详情](https://web.dev/listitem/)。"
454
454
  },
455
- "lighthouse-core/audits/accessibility/listitem.js | failureTitle": {
455
+ "core/audits/accessibility/listitem.js | failureTitle": {
456
456
  "message": "列表项 (`<li>`) 未包含在 `<ul>` 或 `<ol>` 父元素中。"
457
457
  },
458
- "lighthouse-core/audits/accessibility/listitem.js | title": {
458
+ "core/audits/accessibility/listitem.js | title": {
459
459
  "message": "列表项 (`<li>`) 包含在 `<ul>` 或 `<ol>` 父元素中"
460
460
  },
461
- "lighthouse-core/audits/accessibility/meta-refresh.js | description": {
461
+ "core/audits/accessibility/meta-refresh.js | description": {
462
462
  "message": "用户并不希望网页自动刷新,因为自动刷新会不断地将焦点移回到页面顶部。这可能会让用户感到沮丧或困惑。[了解详情](https://web.dev/meta-refresh/)。"
463
463
  },
464
- "lighthouse-core/audits/accessibility/meta-refresh.js | failureTitle": {
464
+ "core/audits/accessibility/meta-refresh.js | failureTitle": {
465
465
  "message": "文档使用了 `<meta http-equiv=\"refresh\">`"
466
466
  },
467
- "lighthouse-core/audits/accessibility/meta-refresh.js | title": {
467
+ "core/audits/accessibility/meta-refresh.js | title": {
468
468
  "message": "文档未使用 `<meta http-equiv=\"refresh\">`"
469
469
  },
470
- "lighthouse-core/audits/accessibility/meta-viewport.js | description": {
470
+ "core/audits/accessibility/meta-viewport.js | description": {
471
471
  "message": "对于必须依靠放大屏幕才能清晰看到网页内容的弱视用户而言,停用缩放功能会给他们带来问题。[了解详情](https://web.dev/meta-viewport/)。"
472
472
  },
473
- "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": {
473
+ "core/audits/accessibility/meta-viewport.js | failureTitle": {
474
474
  "message": "`<meta name=\"viewport\">` 元素中使用了 `[user-scalable=\"no\"]`,或者 `[maximum-scale]` 属性小于 5。"
475
475
  },
476
- "lighthouse-core/audits/accessibility/meta-viewport.js | title": {
476
+ "core/audits/accessibility/meta-viewport.js | title": {
477
477
  "message": "`[user-scalable=\"no\"]` 未用在 `<meta name=\"viewport\">` 元素中,并且 `[maximum-scale]` 属性不小于 5。"
478
478
  },
479
- "lighthouse-core/audits/accessibility/object-alt.js | description": {
479
+ "core/audits/accessibility/object-alt.js | description": {
480
480
  "message": "屏幕阅读器无法转换非文字内容。向 `<object>` 元素添加替代文字可帮助屏幕阅读器将含义传达给用户。[了解详情](https://web.dev/object-alt/)。"
481
481
  },
482
- "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
482
+ "core/audits/accessibility/object-alt.js | failureTitle": {
483
483
  "message": "`<object>` 元素无对应的替代文字"
484
484
  },
485
- "lighthouse-core/audits/accessibility/object-alt.js | title": {
485
+ "core/audits/accessibility/object-alt.js | title": {
486
486
  "message": "`<object>` 元素有对应的替代文字"
487
487
  },
488
- "lighthouse-core/audits/accessibility/tabindex.js | description": {
488
+ "core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "值大于 0 意味着明确的导航顺序。尽管这在技术上可行,但往往会让依赖辅助技术的用户感到沮丧。[了解详情](https://web.dev/tabindex/)。"
490
490
  },
491
- "lighthouse-core/audits/accessibility/tabindex.js | failureTitle": {
491
+ "core/audits/accessibility/tabindex.js | failureTitle": {
492
492
  "message": "一些元素的 `[tabindex]` 值大于 0"
493
493
  },
494
- "lighthouse-core/audits/accessibility/tabindex.js | title": {
494
+ "core/audits/accessibility/tabindex.js | title": {
495
495
  "message": "所有元素的 `[tabindex]` 值都不大于 0"
496
496
  },
497
- "lighthouse-core/audits/accessibility/td-headers-attr.js | description": {
497
+ "core/audits/accessibility/td-headers-attr.js | description": {
498
498
  "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请确保那些使用 `[headers]` 属性的 `<td>` 单元格仅引用同一个表格中的其他单元格,这样做可提升屏幕阅读器用户的体验。[了解详情](https://web.dev/td-headers-attr/)。"
499
499
  },
500
- "lighthouse-core/audits/accessibility/td-headers-attr.js | failureTitle": {
500
+ "core/audits/accessibility/td-headers-attr.js | failureTitle": {
501
501
  "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用了在同一表格中找不到的元素 `id`。"
502
502
  },
503
- "lighthouse-core/audits/accessibility/td-headers-attr.js | title": {
503
+ "core/audits/accessibility/td-headers-attr.js | title": {
504
504
  "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用的是同一表格中的单元格。"
505
505
  },
506
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | description": {
506
+ "core/audits/accessibility/th-has-data-cells.js | description": {
507
507
  "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。确保表格标头始终引用特定一组单元格可以提升屏幕阅读器用户的体验。[了解详情](https://web.dev/th-has-data-cells/)。"
508
508
  },
509
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | failureTitle": {
509
+ "core/audits/accessibility/th-has-data-cells.js | failureTitle": {
510
510
  "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素缺少它们所描述的数据单元格。"
511
511
  },
512
- "lighthouse-core/audits/accessibility/th-has-data-cells.js | title": {
512
+ "core/audits/accessibility/th-has-data-cells.js | title": {
513
513
  "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素具备它们所描述的数据单元格。"
514
514
  },
515
- "lighthouse-core/audits/accessibility/valid-lang.js | description": {
515
+ "core/audits/accessibility/valid-lang.js | description": {
516
516
  "message": "为元素指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于确保屏幕阅读器正确读出文字。[了解详情](https://web.dev/valid-lang/)。"
517
517
  },
518
- "lighthouse-core/audits/accessibility/valid-lang.js | failureTitle": {
518
+ "core/audits/accessibility/valid-lang.js | failureTitle": {
519
519
  "message": "`[lang]` 属性缺少有效值"
520
520
  },
521
- "lighthouse-core/audits/accessibility/valid-lang.js | title": {
521
+ "core/audits/accessibility/valid-lang.js | title": {
522
522
  "message": "`[lang]` 属性的值有效"
523
523
  },
524
- "lighthouse-core/audits/accessibility/video-caption.js | description": {
524
+ "core/audits/accessibility/video-caption.js | description": {
525
525
  "message": "如果视频提供了字幕,失聪用户和听障用户便能更轻松地获取此视频中的信息。[了解详情](https://web.dev/video-caption/)。"
526
526
  },
527
- "lighthouse-core/audits/accessibility/video-caption.js | failureTitle": {
527
+ "core/audits/accessibility/video-caption.js | failureTitle": {
528
528
  "message": "`<video>` 元素缺少带 `[kind=\"captions\"]` 的 `<track>` 元素。"
529
529
  },
530
- "lighthouse-core/audits/accessibility/video-caption.js | title": {
530
+ "core/audits/accessibility/video-caption.js | title": {
531
531
  "message": "`<video>` 元素包含带 `[kind=\"captions\"]` 的 `<track>` 元素"
532
532
  },
533
- "lighthouse-core/audits/autocomplete.js | columnCurrent": {
533
+ "core/audits/autocomplete.js | columnCurrent": {
534
534
  "message": "当前值"
535
535
  },
536
- "lighthouse-core/audits/autocomplete.js | columnSuggestions": {
536
+ "core/audits/autocomplete.js | columnSuggestions": {
537
537
  "message": "建议的令牌"
538
538
  },
539
- "lighthouse-core/audits/autocomplete.js | description": {
539
+ "core/audits/autocomplete.js | description": {
540
540
  "message": "`autocomplete`可帮助用户更快地提交表单。如果想减少用户操作,请考虑启用自动补全功能,只需将 `autocomplete` 属性设为一个有效值即可。[了解详情](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
541
541
  },
542
- "lighthouse-core/audits/autocomplete.js | failureTitle": {
542
+ "core/audits/autocomplete.js | failureTitle": {
543
543
  "message": "`<input>` 元素没有正确的 `autocomplete` 属性"
544
544
  },
545
- "lighthouse-core/audits/autocomplete.js | manualReview": {
545
+ "core/audits/autocomplete.js | manualReview": {
546
546
  "message": "需要人工审核"
547
547
  },
548
- "lighthouse-core/audits/autocomplete.js | reviewOrder": {
548
+ "core/audits/autocomplete.js | reviewOrder": {
549
549
  "message": "请检查令牌的顺序"
550
550
  },
551
- "lighthouse-core/audits/autocomplete.js | title": {
551
+ "core/audits/autocomplete.js | title": {
552
552
  "message": "`<input>` 元素正确地使用了 `autocomplete`"
553
553
  },
554
- "lighthouse-core/audits/autocomplete.js | warningInvalid": {
554
+ "core/audits/autocomplete.js | warningInvalid": {
555
555
  "message": "`autocomplete` 令牌:{snippet} 中的“{token}”无效"
556
556
  },
557
- "lighthouse-core/audits/autocomplete.js | warningOrder": {
557
+ "core/audits/autocomplete.js | warningOrder": {
558
558
  "message": "检查令牌的顺序:{snippet} 中的“{tokens}”"
559
559
  },
560
- "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": {
560
+ "core/audits/bootup-time.js | chromeExtensionsWarning": {
561
561
  "message": "Chrome 扩展程序对此网页的加载性能产生了负面影响。请尝试在无痕模式下或使用未安装这些扩展程序的 Chrome 个人资料审核此网页。"
562
562
  },
563
- "lighthouse-core/audits/bootup-time.js | columnScriptEval": {
563
+ "core/audits/bootup-time.js | columnScriptEval": {
564
564
  "message": "脚本评估"
565
565
  },
566
- "lighthouse-core/audits/bootup-time.js | columnScriptParse": {
566
+ "core/audits/bootup-time.js | columnScriptParse": {
567
567
  "message": "脚本解析"
568
568
  },
569
- "lighthouse-core/audits/bootup-time.js | columnTotal": {
569
+ "core/audits/bootup-time.js | columnTotal": {
570
570
  "message": "总 CPU 时间"
571
571
  },
572
- "lighthouse-core/audits/bootup-time.js | description": {
572
+ "core/audits/bootup-time.js | description": {
573
573
  "message": "建议您减少为解析、编译和执行 JS 而花费的时间。您可能会发现,提供较小的 JS 负载有助于实现此目标。[了解详情](https://web.dev/bootup-time/)。"
574
574
  },
575
- "lighthouse-core/audits/bootup-time.js | failureTitle": {
575
+ "core/audits/bootup-time.js | failureTitle": {
576
576
  "message": "缩短 JavaScript 执行用时"
577
577
  },
578
- "lighthouse-core/audits/bootup-time.js | title": {
578
+ "core/audits/bootup-time.js | title": {
579
579
  "message": "JavaScript 执行用时"
580
580
  },
581
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | description": {
581
+ "core/audits/byte-efficiency/duplicated-javascript.js | description": {
582
582
  "message": "从软件包中移除重复的大型 JavaScript 模块可减少网络传输时不必要的流量消耗。 "
583
583
  },
584
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | title": {
584
+ "core/audits/byte-efficiency/duplicated-javascript.js | title": {
585
585
  "message": "请移除 JavaScript 软件包中的重复模块"
586
586
  },
587
- "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": {
587
+ "core/audits/byte-efficiency/efficient-animated-content.js | description": {
588
588
  "message": "使用大型 GIF 提供动画内容会导致效率低下。建议您改用 MPEG4/WebM 视频(来提供动画)和 PNG/WebP(来提供静态图片)以减少网络活动消耗的字节数。[了解详情](https://web.dev/efficient-animated-content/)"
589
589
  },
590
- "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": {
590
+ "core/audits/byte-efficiency/efficient-animated-content.js | title": {
591
591
  "message": "使用视频格式提供动画内容"
592
592
  },
593
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
593
+ "core/audits/byte-efficiency/legacy-javascript.js | description": {
594
594
  "message": "Polyfill 和 transform 让旧版浏览器能够使用新的 JavaScript 功能。不过,其中的很多函数对新型浏览器而言并非必需。对于捆绑的 JavaScript,请采用现代脚本部署策略,以便利用 module/nomodule 功能检测机制来减少传送到新型浏览器的代码量,同时保留对旧版浏览器的支持。[了解详情](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
595
595
  },
596
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
596
+ "core/audits/byte-efficiency/legacy-javascript.js | title": {
597
597
  "message": "应避免向新型浏览器提供旧版 JavaScript"
598
598
  },
599
- "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | description": {
599
+ "core/audits/byte-efficiency/modern-image-formats.js | description": {
600
600
  "message": "WebP 和 AVIF 等图片格式的压缩效果通常优于 PNG 或 JPEG,因而下载速度更快,消耗的数据流量更少。[了解详情](https://web.dev/uses-webp-images/)。"
601
601
  },
602
- "lighthouse-core/audits/byte-efficiency/modern-image-formats.js | title": {
602
+ "core/audits/byte-efficiency/modern-image-formats.js | title": {
603
603
  "message": "采用新一代格式提供图片"
604
604
  },
605
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": {
605
+ "core/audits/byte-efficiency/offscreen-images.js | description": {
606
606
  "message": "建议您在所有关键资源加载完毕后推迟加载屏幕外图片和处于隐藏状态的图片,从而缩短可交互前的耗时。[了解详情](https://web.dev/offscreen-images/)。"
607
607
  },
608
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": {
608
+ "core/audits/byte-efficiency/offscreen-images.js | title": {
609
609
  "message": "推迟加载屏幕外图片"
610
610
  },
611
- "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": {
611
+ "core/audits/byte-efficiency/render-blocking-resources.js | description": {
612
612
  "message": "资源阻止了系统对您网页的首次渲染。建议以内嵌方式提供关键的 JS/CSS,并推迟提供所有非关键的 JS/样式。[了解详情](https://web.dev/render-blocking-resources/)。"
613
613
  },
614
- "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": {
614
+ "core/audits/byte-efficiency/render-blocking-resources.js | title": {
615
615
  "message": "移除阻塞渲染的资源"
616
616
  },
617
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": {
617
+ "core/audits/byte-efficiency/total-byte-weight.js | description": {
618
618
  "message": "网络负载过大不仅会让用户付出真金白银,还极有可能会延长加载用时。[了解详情](https://web.dev/total-byte-weight/)。"
619
619
  },
620
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
620
+ "core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
621
621
  "message": "总大小为 {totalBytes, number, bytes} KiB"
622
622
  },
623
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
623
+ "core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
624
624
  "message": "避免网络负载过大"
625
625
  },
626
- "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": {
626
+ "core/audits/byte-efficiency/total-byte-weight.js | title": {
627
627
  "message": "避免网络负载过大"
628
628
  },
629
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": {
629
+ "core/audits/byte-efficiency/unminified-css.js | description": {
630
630
  "message": "缩减 CSS 文件大小可缩减网络负载规模。[了解详情](https://web.dev/unminified-css/)。"
631
631
  },
632
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": {
632
+ "core/audits/byte-efficiency/unminified-css.js | title": {
633
633
  "message": "缩减 CSS"
634
634
  },
635
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": {
635
+ "core/audits/byte-efficiency/unminified-javascript.js | description": {
636
636
  "message": "如果缩减 JavaScript 文件大小,则既能缩减负载规模,又能缩短脚本解析用时。[了解详情](https://web.dev/unminified-javascript/)。"
637
637
  },
638
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": {
638
+ "core/audits/byte-efficiency/unminified-javascript.js | title": {
639
639
  "message": "缩减 JavaScript"
640
640
  },
641
- "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": {
641
+ "core/audits/byte-efficiency/unused-css-rules.js | description": {
642
642
  "message": "请从样式表中减少未使用的规则,并延迟加载首屏内容未用到的 CSS,以减少网络活动耗用的字节数。[了解详情](https://web.dev/unused-css-rules/)。"
643
643
  },
644
- "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": {
644
+ "core/audits/byte-efficiency/unused-css-rules.js | title": {
645
645
  "message": "减少未使用的 CSS"
646
646
  },
647
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": {
647
+ "core/audits/byte-efficiency/unused-javascript.js | description": {
648
648
  "message": "请减少未使用的 JavaScript,并等到需要使用时再加载脚本,以减少网络活动耗用的字节数。[了解详情](https://web.dev/unused-javascript/)。"
649
649
  },
650
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": {
650
+ "core/audits/byte-efficiency/unused-javascript.js | title": {
651
651
  "message": "减少未使用的 JavaScript"
652
652
  },
653
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
653
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
654
654
  "message": "延长缓存期限可加快重访您网页的速度。[了解详情](https://web.dev/uses-long-cache-ttl/)。"
655
655
  },
656
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
656
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
657
657
  "message": "{itemCount,plural, =1{找到了 1 项资源}other{找到了 # 项资源}}"
658
658
  },
659
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
659
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
660
660
  "message": "采用高效的缓存策略提供静态资源"
661
661
  },
662
- "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
662
+ "core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
663
663
  "message": "针对静态资源使用高效的缓存策略"
664
664
  },
665
- "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": {
665
+ "core/audits/byte-efficiency/uses-optimized-images.js | description": {
666
666
  "message": "如果图片经过了优化,则加载速度会更快,且消耗的移动数据网络流量会更少。[了解详情](https://web.dev/uses-optimized-images/)。"
667
667
  },
668
- "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": {
668
+ "core/audits/byte-efficiency/uses-optimized-images.js | title": {
669
669
  "message": "对图片进行高效编码"
670
670
  },
671
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
671
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
672
672
  "message": "实际尺寸"
673
673
  },
674
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
674
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
675
675
  "message": "显示时的尺寸"
676
676
  },
677
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
677
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
678
678
  "message": "图片大于其显示时的尺寸"
679
679
  },
680
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
680
+ "core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
681
681
  "message": "图片适合其显示时的尺寸"
682
682
  },
683
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": {
683
+ "core/audits/byte-efficiency/uses-responsive-images.js | description": {
684
684
  "message": "提供大小合适的图片可节省移动数据网络流量并缩短加载用时。[了解详情](https://web.dev/uses-responsive-images/)。"
685
685
  },
686
- "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": {
686
+ "core/audits/byte-efficiency/uses-responsive-images.js | title": {
687
687
  "message": "适当调整图片大小"
688
688
  },
689
- "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": {
689
+ "core/audits/byte-efficiency/uses-text-compression.js | description": {
690
690
  "message": "对于文本资源,应先压缩(gzip、deflate 或 brotli),然后再提供,以最大限度地减少网络活动消耗的字节总数。[了解详情](https://web.dev/uses-text-compression/)。"
691
691
  },
692
- "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": {
692
+ "core/audits/byte-efficiency/uses-text-compression.js | title": {
693
693
  "message": "启用文本压缩"
694
694
  },
695
- "lighthouse-core/audits/content-width.js | description": {
695
+ "core/audits/content-width.js | description": {
696
696
  "message": "如果应用内容的宽度与视口的宽度不一致,该应用可能不会针对移动设备屏幕进行优化。[了解详情](https://web.dev/content-width/)。"
697
697
  },
698
- "lighthouse-core/audits/content-width.js | explanation": {
698
+ "core/audits/content-width.js | explanation": {
699
699
  "message": "视口大小({innerWidth} 像素)与窗口大小({outerWidth} 像素)不一致。"
700
700
  },
701
- "lighthouse-core/audits/content-width.js | failureTitle": {
701
+ "core/audits/content-width.js | failureTitle": {
702
702
  "message": "未根据视口正确设置内容尺寸"
703
703
  },
704
- "lighthouse-core/audits/content-width.js | title": {
704
+ "core/audits/content-width.js | title": {
705
705
  "message": "已根据视口正确设置内容尺寸"
706
706
  },
707
- "lighthouse-core/audits/critical-request-chains.js | description": {
707
+ "core/audits/critical-request-chains.js | description": {
708
708
  "message": "下面的关键请求链显示了以高优先级加载的资源。请考虑缩短链长、缩减资源的下载文件大小,或者推迟下载不必要的资源,从而提高网页加载速度。[了解详情](https://web.dev/critical-request-chains/)。"
709
709
  },
710
- "lighthouse-core/audits/critical-request-chains.js | displayValue": {
710
+ "core/audits/critical-request-chains.js | displayValue": {
711
711
  "message": "{itemCount,plural, =1{找到了 1 条请求链}other{找到了 # 条请求链}}"
712
712
  },
713
- "lighthouse-core/audits/critical-request-chains.js | title": {
713
+ "core/audits/critical-request-chains.js | title": {
714
714
  "message": "避免链接关键请求"
715
715
  },
716
- "lighthouse-core/audits/csp-xss.js | columnDirective": {
716
+ "core/audits/csp-xss.js | columnDirective": {
717
717
  "message": "指令"
718
718
  },
719
- "lighthouse-core/audits/csp-xss.js | columnSeverity": {
719
+ "core/audits/csp-xss.js | columnSeverity": {
720
720
  "message": "严重程度"
721
721
  },
722
- "lighthouse-core/audits/csp-xss.js | description": {
722
+ "core/audits/csp-xss.js | description": {
723
723
  "message": "强有力的内容安全政策 (CSP) 可显著降低遭遇跨站脚本攻击 (XSS) 的风险。[了解详情](https://web.dev/csp-xss/)"
724
724
  },
725
- "lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": {
725
+ "core/audits/csp-xss.js | itemSeveritySyntax": {
726
726
  "message": "语法"
727
727
  },
728
- "lighthouse-core/audits/csp-xss.js | metaTagMessage": {
728
+ "core/audits/csp-xss.js | metaTagMessage": {
729
729
  "message": "该页面包含一个在 <meta> 标记中定义的 CSP。如果可以的话,不妨考虑在 HTTP 标头中定义该 CSP。"
730
730
  },
731
- "lighthouse-core/audits/csp-xss.js | noCsp": {
731
+ "core/audits/csp-xss.js | noCsp": {
732
732
  "message": "找不到任何处于强制模式的 CSP"
733
733
  },
734
- "lighthouse-core/audits/csp-xss.js | title": {
734
+ "core/audits/csp-xss.js | title": {
735
735
  "message": "请确保 CSP 能够有效地抵御 XSS 攻击"
736
736
  },
737
- "lighthouse-core/audits/deprecations.js | columnDeprecate": {
737
+ "core/audits/deprecations.js | columnDeprecate": {
738
738
  "message": "弃用/警告"
739
739
  },
740
- "lighthouse-core/audits/deprecations.js | columnLine": {
740
+ "core/audits/deprecations.js | columnLine": {
741
741
  "message": "Line"
742
742
  },
743
- "lighthouse-core/audits/deprecations.js | description": {
743
+ "core/audits/deprecations.js | description": {
744
744
  "message": "已弃用的的 API 最终将从浏览器中移除。[了解详情](https://web.dev/deprecations/)。"
745
745
  },
746
- "lighthouse-core/audits/deprecations.js | displayValue": {
746
+ "core/audits/deprecations.js | displayValue": {
747
747
  "message": "{itemCount,plural, =1{发现了 1 条警告}other{发现了 # 条警告}}"
748
748
  },
749
- "lighthouse-core/audits/deprecations.js | failureTitle": {
749
+ "core/audits/deprecations.js | failureTitle": {
750
750
  "message": "使用了已弃用的 API"
751
751
  },
752
- "lighthouse-core/audits/deprecations.js | title": {
752
+ "core/audits/deprecations.js | title": {
753
753
  "message": "请勿使用已弃用的 API"
754
754
  },
755
- "lighthouse-core/audits/dobetterweb/charset.js | description": {
755
+ "core/audits/dobetterweb/charset.js | description": {
756
756
  "message": "必须声明字符编码。您可以在 HTML 的前 1024 个字节中使用 `<meta>` 标记来声明,也可以在 HTTP 响应标头 Content-Type 中进行声明。[了解详情](https://web.dev/charset/)。"
757
757
  },
758
- "lighthouse-core/audits/dobetterweb/charset.js | failureTitle": {
758
+ "core/audits/dobetterweb/charset.js | failureTitle": {
759
759
  "message": "字符集声明缺失,或者在 HTML 中出现得太晚"
760
760
  },
761
- "lighthouse-core/audits/dobetterweb/charset.js | title": {
761
+ "core/audits/dobetterweb/charset.js | title": {
762
762
  "message": "正确地设定了字符集"
763
763
  },
764
- "lighthouse-core/audits/dobetterweb/doctype.js | description": {
764
+ "core/audits/dobetterweb/doctype.js | description": {
765
765
  "message": "指定 DOCTYPE 会阻止浏览器切换到怪异模式。[了解详情](https://web.dev/doctype/)。"
766
766
  },
767
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
767
+ "core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
768
768
  "message": "DOCTYPE 名称必须为小写字符串 `html`"
769
769
  },
770
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
770
+ "core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
771
771
  "message": "文档必需包含 DOCTYPE"
772
772
  },
773
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationPublicId": {
773
+ "core/audits/dobetterweb/doctype.js | explanationPublicId": {
774
774
  "message": "publicId 应为空字符串"
775
775
  },
776
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationSystemId": {
776
+ "core/audits/dobetterweb/doctype.js | explanationSystemId": {
777
777
  "message": "systemId 应为空字符串"
778
778
  },
779
- "lighthouse-core/audits/dobetterweb/doctype.js | failureTitle": {
779
+ "core/audits/dobetterweb/doctype.js | failureTitle": {
780
780
  "message": "页面缺少 HTML DOCTYPE,从而触发了怪异模式"
781
781
  },
782
- "lighthouse-core/audits/dobetterweb/doctype.js | title": {
782
+ "core/audits/dobetterweb/doctype.js | title": {
783
783
  "message": "页面包含 HTML DOCTYPE"
784
784
  },
785
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": {
785
+ "core/audits/dobetterweb/dom-size.js | columnStatistic": {
786
786
  "message": "统计信息"
787
787
  },
788
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": {
788
+ "core/audits/dobetterweb/dom-size.js | columnValue": {
789
789
  "message": "值"
790
790
  },
791
- "lighthouse-core/audits/dobetterweb/dom-size.js | description": {
791
+ "core/audits/dobetterweb/dom-size.js | description": {
792
792
  "message": "大型 DOM 会增加内存使用量、导致[样式计算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)用时延长,并产生高昂的[布局重排](https://developers.google.com/speed/articles/reflow)成本。[了解详情](https://web.dev/dom-size/)。"
793
793
  },
794
- "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": {
794
+ "core/audits/dobetterweb/dom-size.js | displayValue": {
795
795
  "message": "{itemCount,plural, =1{1 个元素}other{# 个元素}}"
796
796
  },
797
- "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": {
797
+ "core/audits/dobetterweb/dom-size.js | failureTitle": {
798
798
  "message": "避免 DOM 规模过大"
799
799
  },
800
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
800
+ "core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
801
801
  "message": "最大 DOM 深度"
802
802
  },
803
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
803
+ "core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
804
804
  "message": "DOM 元素总数"
805
805
  },
806
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
806
+ "core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
807
807
  "message": "子元素数量最大值"
808
808
  },
809
- "lighthouse-core/audits/dobetterweb/dom-size.js | title": {
809
+ "core/audits/dobetterweb/dom-size.js | title": {
810
810
  "message": "避免 DOM 规模过大"
811
811
  },
812
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
812
+ "core/audits/dobetterweb/geolocation-on-start.js | description": {
813
813
  "message": "如果网站在缺少上下文的情况下请求位置,会导致用户不信任网站或感到困惑。建议将请求与用户操作进行绑定。[了解详情](https://web.dev/geolocation-on-start/)。"
814
814
  },
815
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
815
+ "core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
816
816
  "message": "在网页加载时请求地理定位权限"
817
817
  },
818
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": {
818
+ "core/audits/dobetterweb/geolocation-on-start.js | title": {
819
819
  "message": "避免在网页加载时请求地理定位权限"
820
820
  },
821
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
821
+ "core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
822
822
  "message": "问题类型"
823
823
  },
824
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | description": {
824
+ "core/audits/dobetterweb/inspector-issues.js | description": {
825
825
  "message": "Chrome Devtools 的“`Issues`”面板中记录的问题表明有未解决的问题。这些问题的起因可能是网络请求失败、安全控件不足和其他浏览器问题。如需详细了解每个问题,请打开 Chrome Devtools 的“Issues”面板。"
826
826
  },
827
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | failureTitle": {
827
+ "core/audits/dobetterweb/inspector-issues.js | failureTitle": {
828
828
  "message": "问题记录在 Chrome Devtools 的“`Issues`”面板中"
829
829
  },
830
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
830
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
831
831
  "message": "已被跨源政策屏蔽"
832
832
  },
833
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
833
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
834
834
  "message": "广告占用了大量资源"
835
835
  },
836
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | title": {
836
+ "core/audits/dobetterweb/inspector-issues.js | title": {
837
837
  "message": "Chrome Devtools 的“`Issues`”面板中无任何问题"
838
838
  },
839
- "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": {
839
+ "core/audits/dobetterweb/js-libraries.js | columnVersion": {
840
840
  "message": "版本"
841
841
  },
842
- "lighthouse-core/audits/dobetterweb/js-libraries.js | description": {
842
+ "core/audits/dobetterweb/js-libraries.js | description": {
843
843
  "message": "页面上检测到的所有前端 JavaScript 库。[了解详情](https://web.dev/js-libraries/)。"
844
844
  },
845
- "lighthouse-core/audits/dobetterweb/js-libraries.js | title": {
845
+ "core/audits/dobetterweb/js-libraries.js | title": {
846
846
  "message": "已检测到的 JavaScript 库"
847
847
  },
848
- "lighthouse-core/audits/dobetterweb/no-document-write.js | description": {
848
+ "core/audits/dobetterweb/no-document-write.js | description": {
849
849
  "message": "对于连接速度较慢的用户,通过 `document.write()` 动态注入的外部脚本可将网页加载延迟数十秒。[了解详情](https://web.dev/no-document-write/)。"
850
850
  },
851
- "lighthouse-core/audits/dobetterweb/no-document-write.js | failureTitle": {
851
+ "core/audits/dobetterweb/no-document-write.js | failureTitle": {
852
852
  "message": "避免使用 `document.write()`"
853
853
  },
854
- "lighthouse-core/audits/dobetterweb/no-document-write.js | title": {
854
+ "core/audits/dobetterweb/no-document-write.js | title": {
855
855
  "message": "请勿使用 `document.write()`"
856
856
  },
857
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
857
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
858
858
  "message": "最高严重程度"
859
859
  },
860
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
860
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
861
861
  "message": "库版本"
862
862
  },
863
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
863
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
864
864
  "message": "漏洞数量"
865
865
  },
866
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
866
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
867
867
  "message": "某些第三方脚本可能包含已知的安全漏洞,攻击者很容易识别和利用这些漏洞。[了解详情](https://web.dev/no-vulnerable-libraries/)。"
868
868
  },
869
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
869
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
870
870
  "message": "{itemCount,plural, =1{检测到 1 个漏洞}other{检测到 # 个漏洞}}"
871
871
  },
872
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
872
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
873
873
  "message": "包含有已知安全漏洞的前端 JavaScript 库"
874
874
  },
875
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
875
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
876
876
  "message": "避免使用含已知安全漏洞的前端 JavaScript 库"
877
877
  },
878
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": {
878
+ "core/audits/dobetterweb/notification-on-start.js | description": {
879
879
  "message": "如果网站在缺少上下文的情况下请求发送通知,会导致用户不信任网站或感到困惑。建议将请求与用户手势进行绑定。[了解详情](https://web.dev/notification-on-start/)。"
880
880
  },
881
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | failureTitle": {
881
+ "core/audits/dobetterweb/notification-on-start.js | failureTitle": {
882
882
  "message": "在网页加载时请求通知权限"
883
883
  },
884
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": {
884
+ "core/audits/dobetterweb/notification-on-start.js | title": {
885
885
  "message": "避免在网页加载时请求通知权限"
886
886
  },
887
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
887
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
888
888
  "message": "阻止密码粘贴,会破坏良好的安全政策。[了解详情](https://web.dev/password-inputs-can-be-pasted-into/)。"
889
889
  },
890
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
890
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
891
891
  "message": "不允许用户粘贴内容到密码字段"
892
892
  },
893
- "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
893
+ "core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
894
894
  "message": "允许用户粘贴内容到密码字段"
895
895
  },
896
- "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": {
896
+ "core/audits/dobetterweb/uses-http2.js | columnProtocol": {
897
897
  "message": "协议"
898
898
  },
899
- "lighthouse-core/audits/dobetterweb/uses-http2.js | description": {
899
+ "core/audits/dobetterweb/uses-http2.js | description": {
900
900
  "message": "HTTP/2 提供了许多优于 HTTP/1.1 的益处,包括二进制标头和多路复用。[了解详情](https://web.dev/uses-http2/)。"
901
901
  },
902
- "lighthouse-core/audits/dobetterweb/uses-http2.js | displayValue": {
902
+ "core/audits/dobetterweb/uses-http2.js | displayValue": {
903
903
  "message": "{itemCount,plural, =1{1 条请求未通过 HTTP/2 传送}other{# 条请求未通过 HTTP/2 传送}}"
904
904
  },
905
- "lighthouse-core/audits/dobetterweb/uses-http2.js | title": {
905
+ "core/audits/dobetterweb/uses-http2.js | title": {
906
906
  "message": "使用 HTTP/2"
907
907
  },
908
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
908
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
909
909
  "message": "建议您将触摸和滚轮事件监听器标记为 `passive`,以提高页面的滚动性能。[了解详情](https://web.dev/uses-passive-event-listeners/)。"
910
910
  },
911
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
911
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
912
912
  "message": "未使用被动式监听器来提高滚动性能"
913
913
  },
914
- "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
914
+ "core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
915
915
  "message": "使用被动式监听器来提高滚动性能"
916
916
  },
917
- "lighthouse-core/audits/errors-in-console.js | description": {
917
+ "core/audits/errors-in-console.js | description": {
918
918
  "message": "控制台中记录的错误表明有未解决的问题。导致这些错误的可能原因是网络请求失败和其他浏览器问题。[了解详情](https://web.dev/errors-in-console/)"
919
919
  },
920
- "lighthouse-core/audits/errors-in-console.js | failureTitle": {
920
+ "core/audits/errors-in-console.js | failureTitle": {
921
921
  "message": "控制台日志中已记录浏览器错误"
922
922
  },
923
- "lighthouse-core/audits/errors-in-console.js | title": {
923
+ "core/audits/errors-in-console.js | title": {
924
924
  "message": "控制台日志中未记录浏览器错误"
925
925
  },
926
- "lighthouse-core/audits/font-display.js | description": {
926
+ "core/audits/font-display.js | description": {
927
927
  "message": "利用 font-display 这项 CSS 功能,确保文本在网页字体加载期间始终对用户可见。[了解详情](https://web.dev/font-display/)。"
928
928
  },
929
- "lighthouse-core/audits/font-display.js | failureTitle": {
929
+ "core/audits/font-display.js | failureTitle": {
930
930
  "message": "确保文本在网页字体加载期间保持可见状态"
931
931
  },
932
- "lighthouse-core/audits/font-display.js | title": {
932
+ "core/audits/font-display.js | title": {
933
933
  "message": "在网页字体加载期间,所有文本都保持可见状态"
934
934
  },
935
- "lighthouse-core/audits/font-display.js | undeclaredFontOriginWarning": {
935
+ "core/audits/font-display.js | undeclaredFontOriginWarning": {
936
936
  "message": "{fontCountForOrigin,plural, =1{Lighthouse 无法自动检查来源 {fontOrigin} 的 `font-display` 值。}other{Lighthouse 无法自动检查来源 {fontOrigin} 的 `font-display` 值。}}"
937
937
  },
938
- "lighthouse-core/audits/image-aspect-ratio.js | columnActual": {
938
+ "core/audits/image-aspect-ratio.js | columnActual": {
939
939
  "message": "宽高比(实际)"
940
940
  },
941
- "lighthouse-core/audits/image-aspect-ratio.js | columnDisplayed": {
941
+ "core/audits/image-aspect-ratio.js | columnDisplayed": {
942
942
  "message": "宽高比(显示)"
943
943
  },
944
- "lighthouse-core/audits/image-aspect-ratio.js | description": {
944
+ "core/audits/image-aspect-ratio.js | description": {
945
945
  "message": "图像显示尺寸应与自然宽高比相匹配。[了解详情](https://web.dev/image-aspect-ratio/)。"
946
946
  },
947
- "lighthouse-core/audits/image-aspect-ratio.js | failureTitle": {
947
+ "core/audits/image-aspect-ratio.js | failureTitle": {
948
948
  "message": "显示的图像宽高比不正确"
949
949
  },
950
- "lighthouse-core/audits/image-aspect-ratio.js | title": {
950
+ "core/audits/image-aspect-ratio.js | title": {
951
951
  "message": "显示的图像宽高比正确"
952
952
  },
953
- "lighthouse-core/audits/image-size-responsive.js | columnActual": {
953
+ "core/audits/image-size-responsive.js | columnActual": {
954
954
  "message": "实际大小"
955
955
  },
956
- "lighthouse-core/audits/image-size-responsive.js | columnDisplayed": {
956
+ "core/audits/image-size-responsive.js | columnDisplayed": {
957
957
  "message": "显示时大小"
958
958
  },
959
- "lighthouse-core/audits/image-size-responsive.js | columnExpected": {
959
+ "core/audits/image-size-responsive.js | columnExpected": {
960
960
  "message": "预期大小"
961
961
  },
962
- "lighthouse-core/audits/image-size-responsive.js | description": {
962
+ "core/audits/image-size-responsive.js | description": {
963
963
  "message": "图片的自然尺寸应与显示屏大小及像素比成正比,这样才能令图片达到最清晰的显示效果。[了解详情](https://web.dev/serve-responsive-images/)。"
964
964
  },
965
- "lighthouse-core/audits/image-size-responsive.js | failureTitle": {
965
+ "core/audits/image-size-responsive.js | failureTitle": {
966
966
  "message": "所提供的部分图片采用了较低的分辨率"
967
967
  },
968
- "lighthouse-core/audits/image-size-responsive.js | title": {
968
+ "core/audits/image-size-responsive.js | title": {
969
969
  "message": "所提供的图片都采用了合适的分辨率"
970
970
  },
971
- "lighthouse-core/audits/installable-manifest.js | already-installed": {
971
+ "core/audits/installable-manifest.js | already-installed": {
972
972
  "message": "该应用已安装"
973
973
  },
974
- "lighthouse-core/audits/installable-manifest.js | cannot-download-icon": {
974
+ "core/audits/installable-manifest.js | cannot-download-icon": {
975
975
  "message": "无法从清单下载必需的图标"
976
976
  },
977
- "lighthouse-core/audits/installable-manifest.js | columnValue": {
977
+ "core/audits/installable-manifest.js | columnValue": {
978
978
  "message": "失败原因"
979
979
  },
980
- "lighthouse-core/audits/installable-manifest.js | description": {
980
+ "core/audits/installable-manifest.js | description": {
981
981
  "message": "Service Worker 是一项技术,可让您的应用使用很多渐进式 Web 应用功能,例如离线、添加到主屏幕和推送通知。如果 Service Worker 和清单的实现均正确无误,浏览器可主动提示用户向其主屏幕中添加您的应用,这有助于提高互动度。[了解详情](https://web.dev/installable-manifest/)。"
982
982
  },
983
- "lighthouse-core/audits/installable-manifest.js | displayValue": {
983
+ "core/audits/installable-manifest.js | displayValue": {
984
984
  "message": "{itemCount,plural, =1{1 个原因}other{# 个原因}}"
985
985
  },
986
- "lighthouse-core/audits/installable-manifest.js | failureTitle": {
986
+ "core/audits/installable-manifest.js | failureTitle": {
987
987
  "message": "Web 应用清单或 Service Worker 不符合可安装性要求"
988
988
  },
989
- "lighthouse-core/audits/installable-manifest.js | ids-do-not-match": {
989
+ "core/audits/installable-manifest.js | ids-do-not-match": {
990
990
  "message": "Play 商店应用网址和 Play 商店 ID 不相符"
991
991
  },
992
- "lighthouse-core/audits/installable-manifest.js | in-incognito": {
992
+ "core/audits/installable-manifest.js | in-incognito": {
993
993
  "message": "该网页是在无痕式窗口中加载的"
994
994
  },
995
- "lighthouse-core/audits/installable-manifest.js | manifest-display-not-supported": {
995
+ "core/audits/installable-manifest.js | manifest-display-not-supported": {
996
996
  "message": "清单“display”属性必须是“standalone”、“fullscreen”或“minimal-ui”之一"
997
997
  },
998
- "lighthouse-core/audits/installable-manifest.js | manifest-display-override-not-supported": {
998
+ "core/audits/installable-manifest.js | manifest-display-override-not-supported": {
999
999
  "message": "清单包含“display_override”字段,因此第一个受支持的显示模式必须是“standalone”、“fullscreen”或“minimal-ui”之一"
1000
1000
  },
1001
- "lighthouse-core/audits/installable-manifest.js | manifest-empty": {
1001
+ "core/audits/installable-manifest.js | manifest-empty": {
1002
1002
  "message": "清单无法提取、为空或无法解析"
1003
1003
  },
1004
- "lighthouse-core/audits/installable-manifest.js | manifest-location-changed": {
1004
+ "core/audits/installable-manifest.js | manifest-location-changed": {
1005
1005
  "message": "在提取清单期间,清单网址发生了更改。"
1006
1006
  },
1007
- "lighthouse-core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1007
+ "core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
1008
1008
  "message": "清单未包含“name”或“short_name”字段"
1009
1009
  },
1010
- "lighthouse-core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1010
+ "core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
1011
1011
  "message": "清单未包含合适的图标 - 必须提供不小于 {value0} 像素的 PNG、SVG 或 WebP 格式图标;必须设置 sizes 属性;如果设置了 purpose 属性,其中必须包含“any”。"
1012
1012
  },
1013
- "lighthouse-core/audits/installable-manifest.js | no-acceptable-icon": {
1013
+ "core/audits/installable-manifest.js | no-acceptable-icon": {
1014
1014
  "message": "清单未提供不小于 {value0} 正方形像素的 PNG、SVG 或 WebP 格式图标,而且 purpose 属性设为“any”或未设置"
1015
1015
  },
1016
- "lighthouse-core/audits/installable-manifest.js | no-icon-available": {
1016
+ "core/audits/installable-manifest.js | no-icon-available": {
1017
1017
  "message": "下载的图标为空或已损坏"
1018
1018
  },
1019
- "lighthouse-core/audits/installable-manifest.js | no-id-specified": {
1019
+ "core/audits/installable-manifest.js | no-id-specified": {
1020
1020
  "message": "未提供 Play 商店 ID"
1021
1021
  },
1022
- "lighthouse-core/audits/installable-manifest.js | no-manifest": {
1022
+ "core/audits/installable-manifest.js | no-manifest": {
1023
1023
  "message": "该网页没有清单 <link> 网址"
1024
1024
  },
1025
- "lighthouse-core/audits/installable-manifest.js | no-matching-service-worker": {
1025
+ "core/audits/installable-manifest.js | no-matching-service-worker": {
1026
1026
  "message": "未检测到任何相符的 Service Worker。您可能需要重新加载网页,或检查当前网页的 Service Worker 范围是否包含清单中的范围和起始网址。"
1027
1027
  },
1028
- "lighthouse-core/audits/installable-manifest.js | no-url-for-service-worker": {
1028
+ "core/audits/installable-manifest.js | no-url-for-service-worker": {
1029
1029
  "message": "如果清单不含“start_url”字段,则无法检查 Service Worker"
1030
1030
  },
1031
- "lighthouse-core/audits/installable-manifest.js | noErrorId": {
1031
+ "core/audits/installable-manifest.js | noErrorId": {
1032
1032
  "message": "系统无法识别可安装性错误 ID“{errorId}”"
1033
1033
  },
1034
- "lighthouse-core/audits/installable-manifest.js | not-from-secure-origin": {
1034
+ "core/audits/installable-manifest.js | not-from-secure-origin": {
1035
1035
  "message": "该网页不是从安全来源提供的"
1036
1036
  },
1037
- "lighthouse-core/audits/installable-manifest.js | not-in-main-frame": {
1037
+ "core/audits/installable-manifest.js | not-in-main-frame": {
1038
1038
  "message": "该网页不是在主框架中加载的"
1039
1039
  },
1040
- "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1040
+ "core/audits/installable-manifest.js | not-offline-capable": {
1041
1041
  "message": "该网页无法离线使用"
1042
1042
  },
1043
- "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1043
+ "core/audits/installable-manifest.js | pipeline-restarted": {
1044
1044
  "message": "PWA 已卸载完毕,正在重置可安装性检查。"
1045
1045
  },
1046
- "lighthouse-core/audits/installable-manifest.js | platform-not-supported-on-android": {
1046
+ "core/audits/installable-manifest.js | platform-not-supported-on-android": {
1047
1047
  "message": "指定的应用平台在 Android 设备上不受支持"
1048
1048
  },
1049
- "lighthouse-core/audits/installable-manifest.js | prefer-related-applications": {
1049
+ "core/audits/installable-manifest.js | prefer-related-applications": {
1050
1050
  "message": "清单指定了 prefer_related_applications: true"
1051
1051
  },
1052
- "lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1052
+ "core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
1053
1053
  "message": "prefer_related_applications 仅适用于 Android 设备上的 Chrome Beta 版和稳定版。"
1054
1054
  },
1055
- "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1055
+ "core/audits/installable-manifest.js | protocol-timeout": {
1056
1056
  "message": "Lighthouse 无法确定是否有 Service Worker。请在更新版本的 Chrome 中重试。"
1057
1057
  },
1058
- "lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
1058
+ "core/audits/installable-manifest.js | start-url-not-valid": {
1059
1059
  "message": "清单起始网址无效"
1060
1060
  },
1061
- "lighthouse-core/audits/installable-manifest.js | title": {
1061
+ "core/audits/installable-manifest.js | title": {
1062
1062
  "message": "Web 应用清单和 Service Worker 符合可安装性要求"
1063
1063
  },
1064
- "lighthouse-core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1064
+ "core/audits/installable-manifest.js | url-not-supported-for-webapk": {
1065
1065
  "message": "清单中的某个网址包含用户名、密码或端口"
1066
1066
  },
1067
- "lighthouse-core/audits/installable-manifest.js | warn-not-offline-capable": {
1067
+ "core/audits/installable-manifest.js | warn-not-offline-capable": {
1068
1068
  "message": "该网页无法离线使用。Chrome 于 2021 年 8 月推出 93 稳定版之后,不会将该网页视为可安装。"
1069
1069
  },
1070
- "lighthouse-core/audits/is-on-https.js | allowed": {
1070
+ "core/audits/is-on-https.js | allowed": {
1071
1071
  "message": "允许"
1072
1072
  },
1073
- "lighthouse-core/audits/is-on-https.js | blocked": {
1073
+ "core/audits/is-on-https.js | blocked": {
1074
1074
  "message": "已屏蔽"
1075
1075
  },
1076
- "lighthouse-core/audits/is-on-https.js | columnInsecureURL": {
1076
+ "core/audits/is-on-https.js | columnInsecureURL": {
1077
1077
  "message": "不安全的网址"
1078
1078
  },
1079
- "lighthouse-core/audits/is-on-https.js | columnResolution": {
1079
+ "core/audits/is-on-https.js | columnResolution": {
1080
1080
  "message": "对请求的处理方式"
1081
1081
  },
1082
- "lighthouse-core/audits/is-on-https.js | description": {
1082
+ "core/audits/is-on-https.js | description": {
1083
1083
  "message": "所有网站都应该通过 HTTPS 来保护,即使网站不处理敏感数据也应如此。这包括要避免使用[混合内容](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content)(即:通过 HTTPS 实现初始请求,但却通过 HTTP 加载某些资源)。HTTPS 可防止入侵程序篡改或被动地监听您的应用与用户之间的通信,它是 HTTP/2 和许多新的网络平台 API 的先决条件。[了解详情](https://web.dev/is-on-https/)。"
1084
1084
  },
1085
- "lighthouse-core/audits/is-on-https.js | displayValue": {
1085
+ "core/audits/is-on-https.js | displayValue": {
1086
1086
  "message": "{itemCount,plural, =1{发现 1 条不安全的请求}other{发现 # 条不安全的请求}}"
1087
1087
  },
1088
- "lighthouse-core/audits/is-on-https.js | failureTitle": {
1088
+ "core/audits/is-on-https.js | failureTitle": {
1089
1089
  "message": "未使用 HTTPS"
1090
1090
  },
1091
- "lighthouse-core/audits/is-on-https.js | title": {
1091
+ "core/audits/is-on-https.js | title": {
1092
1092
  "message": "使用 HTTPS"
1093
1093
  },
1094
- "lighthouse-core/audits/is-on-https.js | upgraded": {
1094
+ "core/audits/is-on-https.js | upgraded": {
1095
1095
  "message": "自动升级至 HTTPS"
1096
1096
  },
1097
- "lighthouse-core/audits/is-on-https.js | warning": {
1097
+ "core/audits/is-on-https.js | warning": {
1098
1098
  "message": "允许(附带警告)"
1099
1099
  },
1100
- "lighthouse-core/audits/largest-contentful-paint-element.js | description": {
1100
+ "core/audits/largest-contentful-paint-element.js | description": {
1101
1101
  "message": "这是此视口内渲染的最大内容元素。[了解详情](https://web.dev/lighthouse-largest-contentful-paint/)"
1102
1102
  },
1103
- "lighthouse-core/audits/largest-contentful-paint-element.js | title": {
1103
+ "core/audits/largest-contentful-paint-element.js | title": {
1104
1104
  "message": "最大内容渲染时间元素"
1105
1105
  },
1106
- "lighthouse-core/audits/layout-shift-elements.js | columnContribution": {
1106
+ "core/audits/layout-shift-elements.js | columnContribution": {
1107
1107
  "message": "对 CLS 的影响程度"
1108
1108
  },
1109
- "lighthouse-core/audits/layout-shift-elements.js | description": {
1109
+ "core/audits/layout-shift-elements.js | description": {
1110
1110
  "message": "这些 DOM 元素对该网页的 CLS 影响最大。"
1111
1111
  },
1112
- "lighthouse-core/audits/layout-shift-elements.js | title": {
1112
+ "core/audits/layout-shift-elements.js | title": {
1113
1113
  "message": "请避免出现大幅度的布局偏移"
1114
1114
  },
1115
- "lighthouse-core/audits/lcp-lazy-loaded.js | description": {
1115
+ "core/audits/lcp-lazy-loaded.js | description": {
1116
1116
  "message": "被延迟加载的首屏图片会在页面生命周期内的较晚时间呈现,这可能会致使系统延迟渲染最大内容元素。[了解详情](https://web.dev/lcp-lazy-loading/)。"
1117
1117
  },
1118
- "lighthouse-core/audits/lcp-lazy-loaded.js | failureTitle": {
1118
+ "core/audits/lcp-lazy-loaded.js | failureTitle": {
1119
1119
  "message": "Largest Contentful Paint 所对应的图片被延迟加载了"
1120
1120
  },
1121
- "lighthouse-core/audits/lcp-lazy-loaded.js | title": {
1121
+ "core/audits/lcp-lazy-loaded.js | title": {
1122
1122
  "message": "Largest Contentful Paint 所对应的图片未被延迟加载"
1123
1123
  },
1124
- "lighthouse-core/audits/long-tasks.js | description": {
1124
+ "core/audits/long-tasks.js | description": {
1125
1125
  "message": "列出了主线程中运行时间最长的任务,有助于识别出导致输入延迟的最主要原因。[了解详情](https://web.dev/long-tasks-devtools/)"
1126
1126
  },
1127
- "lighthouse-core/audits/long-tasks.js | displayValue": {
1127
+ "core/audits/long-tasks.js | displayValue": {
1128
1128
  "message": "{itemCount,plural, =1{发现了 # 项长时间运行的任务}other{发现了 # 项长时间运行的任务}}"
1129
1129
  },
1130
- "lighthouse-core/audits/long-tasks.js | title": {
1130
+ "core/audits/long-tasks.js | title": {
1131
1131
  "message": "应避免出现长时间运行的主线程任务"
1132
1132
  },
1133
- "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": {
1133
+ "core/audits/mainthread-work-breakdown.js | columnCategory": {
1134
1134
  "message": "类别"
1135
1135
  },
1136
- "lighthouse-core/audits/mainthread-work-breakdown.js | description": {
1136
+ "core/audits/mainthread-work-breakdown.js | description": {
1137
1137
  "message": "建议您减少为解析、编译和执行 JS 而花费的时间。您可能会发现,提供较小的 JS 负载有助于实现此目标。[了解详情](https://web.dev/mainthread-work-breakdown/)"
1138
1138
  },
1139
- "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": {
1139
+ "core/audits/mainthread-work-breakdown.js | failureTitle": {
1140
1140
  "message": "最大限度地减少主线程工作"
1141
1141
  },
1142
- "lighthouse-core/audits/mainthread-work-breakdown.js | title": {
1142
+ "core/audits/mainthread-work-breakdown.js | title": {
1143
1143
  "message": "最大限度地减少主线程工作"
1144
1144
  },
1145
- "lighthouse-core/audits/manual/pwa-cross-browser.js | description": {
1145
+ "core/audits/manual/pwa-cross-browser.js | description": {
1146
1146
  "message": "网站应该能在所有主流浏览器中正常显示,以便覆盖数量最多的用户。[了解详情](https://web.dev/pwa-cross-browser/)。"
1147
1147
  },
1148
- "lighthouse-core/audits/manual/pwa-cross-browser.js | title": {
1148
+ "core/audits/manual/pwa-cross-browser.js | title": {
1149
1149
  "message": "网站能在各种浏览器中正常显示"
1150
1150
  },
1151
- "lighthouse-core/audits/manual/pwa-each-page-has-url.js | description": {
1151
+ "core/audits/manual/pwa-each-page-has-url.js | description": {
1152
1152
  "message": "确保各个网页可通过网址建立深层链接,并且这些网址是独一无二的,可以在社交媒体上共享。[了解详情](https://web.dev/pwa-each-page-has-url/)。"
1153
1153
  },
1154
- "lighthouse-core/audits/manual/pwa-each-page-has-url.js | title": {
1154
+ "core/audits/manual/pwa-each-page-has-url.js | title": {
1155
1155
  "message": "每个网页都有一个网址"
1156
1156
  },
1157
- "lighthouse-core/audits/manual/pwa-page-transitions.js | description": {
1157
+ "core/audits/manual/pwa-page-transitions.js | description": {
1158
1158
  "message": "无论点按哪个链接,都应能快速跳转到相应页面,即使网速缓慢也应如此。若想让用户感知到出色的网页加载速度,这种体验至关重要。[了解详情](https://web.dev/pwa-page-transitions/)。"
1159
1159
  },
1160
- "lighthouse-core/audits/manual/pwa-page-transitions.js | title": {
1160
+ "core/audits/manual/pwa-page-transitions.js | title": {
1161
1161
  "message": "在不同网页之间跳转时,用户感觉不到网页加载缓慢"
1162
1162
  },
1163
- "lighthouse-core/audits/maskable-icon.js | description": {
1163
+ "core/audits/maskable-icon.js | description": {
1164
1164
  "message": "利用可遮罩的图标,您能确保应用安装到设备上后,图形可填满整个形状轮廓,而不会出现黑边。[了解详情](https://web.dev/maskable-icon-audit/)。"
1165
1165
  },
1166
- "lighthouse-core/audits/maskable-icon.js | failureTitle": {
1166
+ "core/audits/maskable-icon.js | failureTitle": {
1167
1167
  "message": "清单不含可遮罩的图标"
1168
1168
  },
1169
- "lighthouse-core/audits/maskable-icon.js | title": {
1169
+ "core/audits/maskable-icon.js | title": {
1170
1170
  "message": "清单含有可遮罩的图标"
1171
1171
  },
1172
- "lighthouse-core/audits/metrics/cumulative-layout-shift.js | description": {
1172
+ "core/audits/metrics/cumulative-layout-shift.js | description": {
1173
1173
  "message": "“累积布局偏移”旨在衡量可见元素在视口内的移动情况。[了解详情](https://web.dev/cls/)。"
1174
1174
  },
1175
- "lighthouse-core/audits/metrics/first-contentful-paint.js | description": {
1175
+ "core/audits/metrics/first-contentful-paint.js | description": {
1176
1176
  "message": "首次内容渲染时间标记了渲染出首个文本或首张图片的时间。[了解详情](https://web.dev/first-contentful-paint/)。"
1177
1177
  },
1178
- "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": {
1178
+ "core/audits/metrics/first-meaningful-paint.js | description": {
1179
1179
  "message": "首次有效渲染时间测量了网页主要内容开始对用户显示的时间。[了解详情](https://web.dev/first-meaningful-paint/)。"
1180
1180
  },
1181
- "lighthouse-core/audits/metrics/interactive.js | description": {
1181
+ "core/audits/metrics/interactive.js | description": {
1182
1182
  "message": "可交互时间是指网页需要多长时间才能提供完整交互功能。[了解详情](https://web.dev/interactive/)。"
1183
1183
  },
1184
- "lighthouse-core/audits/metrics/largest-contentful-paint.js | description": {
1184
+ "core/audits/metrics/largest-contentful-paint.js | description": {
1185
1185
  "message": "Largest Contentful Paint 标记了渲染出最大文本或图片的时间。[了解详情](https://web.dev/lighthouse-largest-contentful-paint/)"
1186
1186
  },
1187
- "lighthouse-core/audits/metrics/max-potential-fid.js | description": {
1187
+ "core/audits/metrics/max-potential-fid.js | description": {
1188
1188
  "message": "您的用户可能会遇到的最长首次输入延迟是用时最长的任务的耗时。[了解详情](https://web.dev/lighthouse-max-potential-fid/)。"
1189
1189
  },
1190
- "lighthouse-core/audits/metrics/speed-index.js | description": {
1190
+ "core/audits/metrics/speed-index.js | description": {
1191
1191
  "message": "速度指数表明了网页内容的可见填充速度。[了解详情](https://web.dev/speed-index/)。"
1192
1192
  },
1193
- "lighthouse-core/audits/metrics/total-blocking-time.js | description": {
1193
+ "core/audits/metrics/total-blocking-time.js | description": {
1194
1194
  "message": "首次内容渲染 (FCP) 和可交互时间之间的所有时间段的总和,当任务用时超过 50 毫秒时,该数值以毫秒表示。[了解详情](https://web.dev/lighthouse-total-blocking-time/)。"
1195
1195
  },
1196
- "lighthouse-core/audits/network-rtt.js | description": {
1196
+ "core/audits/network-rtt.js | description": {
1197
1197
  "message": "网络往返时间 (RTT) 对性能有很大的影响。如果与来源之间的 RTT 较长,则表明缩短服务器与用户之间的距离可能会提高性能。[了解详情](https://hpbn.co/primer-on-latency-and-bandwidth/)。"
1198
1198
  },
1199
- "lighthouse-core/audits/network-rtt.js | title": {
1199
+ "core/audits/network-rtt.js | title": {
1200
1200
  "message": "网络往返时间"
1201
1201
  },
1202
- "lighthouse-core/audits/network-server-latency.js | description": {
1202
+ "core/audits/network-server-latency.js | description": {
1203
1203
  "message": "服务器延迟时间可能会对网站性能产生不良影响。如果源服务器的延迟时间较长,则表明服务器过载或后端性能较差。[了解详情](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)。"
1204
1204
  },
1205
- "lighthouse-core/audits/network-server-latency.js | title": {
1205
+ "core/audits/network-server-latency.js | title": {
1206
1206
  "message": "服务器后端延迟"
1207
1207
  },
1208
- "lighthouse-core/audits/no-unload-listeners.js | description": {
1208
+ "core/audits/no-unload-listeners.js | description": {
1209
1209
  "message": "“`unload`”事件不会可靠地触发,而且监听该事件可能会妨碍系统实施“往返缓存”之类的浏览器优化策略。请改用“`pagehide`”或“`visibilitychange`”事件。[了解详情](https://web.dev/bfcache/#never-use-the-unload-event)"
1210
1210
  },
1211
- "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1211
+ "core/audits/no-unload-listeners.js | failureTitle": {
1212
1212
  "message": "注册“`unload`”事件监听器"
1213
1213
  },
1214
- "lighthouse-core/audits/no-unload-listeners.js | title": {
1214
+ "core/audits/no-unload-listeners.js | title": {
1215
1215
  "message": "避免使用“`unload`”事件监听器"
1216
1216
  },
1217
- "lighthouse-core/audits/non-composited-animations.js | description": {
1217
+ "core/audits/non-composited-animations.js | description": {
1218
1218
  "message": "未合成的动画可能会卡顿并增加 CLS。[了解详情](https://web.dev/non-composited-animations)"
1219
1219
  },
1220
- "lighthouse-core/audits/non-composited-animations.js | displayValue": {
1220
+ "core/audits/non-composited-animations.js | displayValue": {
1221
1221
  "message": "{itemCount,plural, =1{发现了 # 个动画元素}other{发现了 # 个动画元素}}"
1222
1222
  },
1223
- "lighthouse-core/audits/non-composited-animations.js | filterMayMovePixels": {
1223
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
1224
1224
  "message": "某个过滤相关属性可能会移动像素"
1225
1225
  },
1226
- "lighthouse-core/audits/non-composited-animations.js | incompatibleAnimations": {
1226
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
1227
1227
  "message": "目标中另有一个不兼容的动画"
1228
1228
  },
1229
- "lighthouse-core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1229
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1230
1230
  "message": "效果中含有除了“replace”以外的合成模式"
1231
1231
  },
1232
- "lighthouse-core/audits/non-composited-animations.js | title": {
1232
+ "core/audits/non-composited-animations.js | title": {
1233
1233
  "message": "避免使用未合成的动画"
1234
1234
  },
1235
- "lighthouse-core/audits/non-composited-animations.js | transformDependsBoxSize": {
1235
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
1236
1236
  "message": "某个转换相关属性取决于元素边界框的大小"
1237
1237
  },
1238
- "lighthouse-core/audits/non-composited-animations.js | unsupportedCSSProperty": {
1238
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
1239
1239
  "message": "{propertyCount,plural, =1{不受支持的 CSS 属性:{properties}}other{不受支持的 CSS 属性:{properties}}}"
1240
1240
  },
1241
- "lighthouse-core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1241
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1242
1242
  "message": "效果含有不受支持的时间参数"
1243
1243
  },
1244
- "lighthouse-core/audits/performance-budget.js | description": {
1244
+ "core/audits/performance-budget.js | description": {
1245
1245
  "message": "请将网络请求的数量和数据大小保持在提供的性能预算所设定的目标之内。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
1246
1246
  },
1247
- "lighthouse-core/audits/performance-budget.js | requestCountOverBudget": {
1247
+ "core/audits/performance-budget.js | requestCountOverBudget": {
1248
1248
  "message": "{count,plural, =1{1 条请求}other{# 条请求}}"
1249
1249
  },
1250
- "lighthouse-core/audits/performance-budget.js | title": {
1250
+ "core/audits/performance-budget.js | title": {
1251
1251
  "message": "性能预算"
1252
1252
  },
1253
- "lighthouse-core/audits/preload-fonts.js | description": {
1253
+ "core/audits/preload-fonts.js | description": {
1254
1254
  "message": "请预加载 `optional` 字体以方便初访者使用。[了解详情](https://web.dev/preload-optional-fonts/)"
1255
1255
  },
1256
- "lighthouse-core/audits/preload-fonts.js | failureTitle": {
1256
+ "core/audits/preload-fonts.js | failureTitle": {
1257
1257
  "message": "未预加载使用 `font-display: optional` 的字体"
1258
1258
  },
1259
- "lighthouse-core/audits/preload-fonts.js | title": {
1259
+ "core/audits/preload-fonts.js | title": {
1260
1260
  "message": "已预加载使用 `font-display: optional` 的字体"
1261
1261
  },
1262
- "lighthouse-core/audits/preload-lcp-image.js | description": {
1262
+ "core/audits/preload-lcp-image.js | description": {
1263
1263
  "message": "请预加载 Largest Contentful Paint (LCP) 元素所用的图片,以缩短您的 LCP 用时。[了解详情](https://web.dev/optimize-lcp/#preload-important-resources)。"
1264
1264
  },
1265
- "lighthouse-core/audits/preload-lcp-image.js | title": {
1265
+ "core/audits/preload-lcp-image.js | title": {
1266
1266
  "message": "预加载 LCP 元素所用图片"
1267
1267
  },
1268
- "lighthouse-core/audits/redirects.js | description": {
1268
+ "core/audits/redirects.js | description": {
1269
1269
  "message": "重定向会在网页可加载前引入更多延迟。[了解详情](https://web.dev/redirects/)。"
1270
1270
  },
1271
- "lighthouse-core/audits/redirects.js | title": {
1271
+ "core/audits/redirects.js | title": {
1272
1272
  "message": "避免多次网页重定向"
1273
1273
  },
1274
- "lighthouse-core/audits/resource-summary.js | description": {
1274
+ "core/audits/resource-summary.js | description": {
1275
1275
  "message": "若要设置页面资源数量和大小的预算,请添加 budget.json 文件。[了解详情](https://web.dev/use-lighthouse-for-performance-budgets/)。"
1276
1276
  },
1277
- "lighthouse-core/audits/resource-summary.js | displayValue": {
1277
+ "core/audits/resource-summary.js | displayValue": {
1278
1278
  "message": "{requestCount,plural, =1{1 项请求 • {byteCount, number, bytes} KiB}other{# 项请求 • {byteCount, number, bytes} KiB}}"
1279
1279
  },
1280
- "lighthouse-core/audits/resource-summary.js | title": {
1280
+ "core/audits/resource-summary.js | title": {
1281
1281
  "message": "请保持较低的请求数量和较小的传输大小"
1282
1282
  },
1283
- "lighthouse-core/audits/seo/canonical.js | description": {
1283
+ "core/audits/seo/canonical.js | description": {
1284
1284
  "message": "规范链接用于建议应在搜索结果中显示哪个网址。[了解详情](https://web.dev/canonical/)。"
1285
1285
  },
1286
- "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1286
+ "core/audits/seo/canonical.js | explanationConflict": {
1287
1287
  "message": "存在多个相互冲突的网址({urlList})"
1288
1288
  },
1289
- "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1289
+ "core/audits/seo/canonical.js | explanationInvalid": {
1290
1290
  "message": "网址无效 ({url})"
1291
1291
  },
1292
- "lighthouse-core/audits/seo/canonical.js | explanationPointsElsewhere": {
1292
+ "core/audits/seo/canonical.js | explanationPointsElsewhere": {
1293
1293
  "message": "指向了其他 `hreflang` 位置 ({url})"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationRelative": {
1295
+ "core/audits/seo/canonical.js | explanationRelative": {
1296
1296
  "message": "不是一个绝对网址 ({url})"
1297
1297
  },
1298
- "lighthouse-core/audits/seo/canonical.js | explanationRoot": {
1298
+ "core/audits/seo/canonical.js | explanationRoot": {
1299
1299
  "message": "指向了网域的根网址(首页),而非等效内容页面"
1300
1300
  },
1301
- "lighthouse-core/audits/seo/canonical.js | failureTitle": {
1301
+ "core/audits/seo/canonical.js | failureTitle": {
1302
1302
  "message": "文档缺少有效的 `rel=canonical`"
1303
1303
  },
1304
- "lighthouse-core/audits/seo/canonical.js | title": {
1304
+ "core/audits/seo/canonical.js | title": {
1305
1305
  "message": "文档的 `rel=canonical` 有效"
1306
1306
  },
1307
- "lighthouse-core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1307
+ "core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1308
1308
  "message": "无法抓取的链接"
1309
1309
  },
1310
- "lighthouse-core/audits/seo/crawlable-anchors.js | description": {
1310
+ "core/audits/seo/crawlable-anchors.js | description": {
1311
1311
  "message": "搜索引擎可能会使用链接中的 `href` 属性来抓取网站。请确保锚元素的 `href` 属性链接到合适的目标网站,以便搜索引擎发现该网站上的更多网页。[了解详情](https://support.google.com/webmasters/answer/9112205)"
1312
1312
  },
1313
- "lighthouse-core/audits/seo/crawlable-anchors.js | failureTitle": {
1313
+ "core/audits/seo/crawlable-anchors.js | failureTitle": {
1314
1314
  "message": "有无法抓取的链接"
1315
1315
  },
1316
- "lighthouse-core/audits/seo/crawlable-anchors.js | title": {
1316
+ "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "链接都是可抓取的"
1318
1318
  },
1319
- "lighthouse-core/audits/seo/font-size.js | additionalIllegibleText": {
1319
+ "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
1320
  "message": "其他无法辨认的文字"
1321
1321
  },
1322
- "lighthouse-core/audits/seo/font-size.js | columnFontSize": {
1322
+ "core/audits/seo/font-size.js | columnFontSize": {
1323
1323
  "message": "字号"
1324
1324
  },
1325
- "lighthouse-core/audits/seo/font-size.js | columnPercentPageText": {
1325
+ "core/audits/seo/font-size.js | columnPercentPageText": {
1326
1326
  "message": "网页文本百分比"
1327
1327
  },
1328
- "lighthouse-core/audits/seo/font-size.js | columnSelector": {
1328
+ "core/audits/seo/font-size.js | columnSelector": {
1329
1329
  "message": "选择器"
1330
1330
  },
1331
- "lighthouse-core/audits/seo/font-size.js | description": {
1331
+ "core/audits/seo/font-size.js | description": {
1332
1332
  "message": "12px 以下的字体过小,会导致用户无法辨认;此外,这样的字体需要移动设备访问者“张合双指进行缩放”才能阅读。请尽量让 60% 以上的页面文字不小于 12px。[了解详情](https://web.dev/font-size/)。"
1333
1333
  },
1334
- "lighthouse-core/audits/seo/font-size.js | displayValue": {
1334
+ "core/audits/seo/font-size.js | displayValue": {
1335
1335
  "message": "{decimalProportion, number, extendedPercent} 清晰可辨的文字"
1336
1336
  },
1337
- "lighthouse-core/audits/seo/font-size.js | explanationViewport": {
1337
+ "core/audits/seo/font-size.js | explanationViewport": {
1338
1338
  "message": "无法辨认文字,因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记。"
1339
1339
  },
1340
- "lighthouse-core/audits/seo/font-size.js | failureTitle": {
1340
+ "core/audits/seo/font-size.js | failureTitle": {
1341
1341
  "message": "文档未使用清晰可辨的字体大小"
1342
1342
  },
1343
- "lighthouse-core/audits/seo/font-size.js | legibleText": {
1343
+ "core/audits/seo/font-size.js | legibleText": {
1344
1344
  "message": "清晰可辨的文字"
1345
1345
  },
1346
- "lighthouse-core/audits/seo/font-size.js | title": {
1346
+ "core/audits/seo/font-size.js | title": {
1347
1347
  "message": "文档所用的字体大小清晰可辨"
1348
1348
  },
1349
- "lighthouse-core/audits/seo/hreflang.js | description": {
1349
+ "core/audits/seo/hreflang.js | description": {
1350
1350
  "message": "hreflang 链接用于告知搜索引擎应在特定语言或地区的搜索结果中显示哪种版本的网页。[了解详情](https://web.dev/hreflang/)。"
1351
1351
  },
1352
- "lighthouse-core/audits/seo/hreflang.js | failureTitle": {
1352
+ "core/audits/seo/hreflang.js | failureTitle": {
1353
1353
  "message": "文档的 `hreflang` 无效"
1354
1354
  },
1355
- "lighthouse-core/audits/seo/hreflang.js | notFullyQualified": {
1355
+ "core/audits/seo/hreflang.js | notFullyQualified": {
1356
1356
  "message": "相对 href 值"
1357
1357
  },
1358
- "lighthouse-core/audits/seo/hreflang.js | title": {
1358
+ "core/audits/seo/hreflang.js | title": {
1359
1359
  "message": "文档的 `hreflang` 有效"
1360
1360
  },
1361
- "lighthouse-core/audits/seo/hreflang.js | unexpectedLanguage": {
1361
+ "core/audits/seo/hreflang.js | unexpectedLanguage": {
1362
1362
  "message": "未预料到的语言代码"
1363
1363
  },
1364
- "lighthouse-core/audits/seo/http-status-code.js | description": {
1364
+ "core/audits/seo/http-status-code.js | description": {
1365
1365
  "message": "返回无效 HTTP 状态代码的页面可能无法被正确编入索引。[了解详情](https://web.dev/http-status-code/)。"
1366
1366
  },
1367
- "lighthouse-core/audits/seo/http-status-code.js | failureTitle": {
1367
+ "core/audits/seo/http-status-code.js | failureTitle": {
1368
1368
  "message": "页面返回了无效的 HTTP 状态代码"
1369
1369
  },
1370
- "lighthouse-core/audits/seo/http-status-code.js | title": {
1370
+ "core/audits/seo/http-status-code.js | title": {
1371
1371
  "message": "页面返回了有效的 HTTP 状态代码"
1372
1372
  },
1373
- "lighthouse-core/audits/seo/is-crawlable.js | description": {
1373
+ "core/audits/seo/is-crawlable.js | description": {
1374
1374
  "message": "如果搜索引擎无权抓取您的网页,则无法将它们添加到搜索结果中。[了解详情](https://web.dev/is-crawable/)。"
1375
1375
  },
1376
- "lighthouse-core/audits/seo/is-crawlable.js | failureTitle": {
1376
+ "core/audits/seo/is-crawlable.js | failureTitle": {
1377
1377
  "message": "页面已被屏蔽,无法编入索引"
1378
1378
  },
1379
- "lighthouse-core/audits/seo/is-crawlable.js | title": {
1379
+ "core/audits/seo/is-crawlable.js | title": {
1380
1380
  "message": "页面未被屏蔽,可编入索引"
1381
1381
  },
1382
- "lighthouse-core/audits/seo/link-text.js | description": {
1382
+ "core/audits/seo/link-text.js | description": {
1383
1383
  "message": "描述性链接文字有助于搜索引擎理解您的内容。[了解详情](https://web.dev/link-text/)。"
1384
1384
  },
1385
- "lighthouse-core/audits/seo/link-text.js | displayValue": {
1385
+ "core/audits/seo/link-text.js | displayValue": {
1386
1386
  "message": "{itemCount,plural, =1{找到了 1 个链接}other{找到了 # 个链接}}"
1387
1387
  },
1388
- "lighthouse-core/audits/seo/link-text.js | failureTitle": {
1388
+ "core/audits/seo/link-text.js | failureTitle": {
1389
1389
  "message": "链接缺少描述性文字"
1390
1390
  },
1391
- "lighthouse-core/audits/seo/link-text.js | title": {
1391
+ "core/audits/seo/link-text.js | title": {
1392
1392
  "message": "链接有描述性文字"
1393
1393
  },
1394
- "lighthouse-core/audits/seo/manual/structured-data.js | description": {
1394
+ "core/audits/seo/manual/structured-data.js | description": {
1395
1395
  "message": "运行[结构化数据测试工具](https://search.google.com/structured-data/testing-tool/) 和 [Structured Data Linter](http://linter.structured-data.org/) 可验证结构化数据。[了解详情](https://web.dev/structured-data/)。"
1396
1396
  },
1397
- "lighthouse-core/audits/seo/manual/structured-data.js | title": {
1397
+ "core/audits/seo/manual/structured-data.js | title": {
1398
1398
  "message": "结构化数据有效"
1399
1399
  },
1400
- "lighthouse-core/audits/seo/meta-description.js | description": {
1400
+ "core/audits/seo/meta-description.js | description": {
1401
1401
  "message": "元描述可能会被包含在搜索结果中,以简要概括网页内容。[了解详情](https://web.dev/meta-description/)。"
1402
1402
  },
1403
- "lighthouse-core/audits/seo/meta-description.js | explanation": {
1403
+ "core/audits/seo/meta-description.js | explanation": {
1404
1404
  "message": "描述性文字为空。"
1405
1405
  },
1406
- "lighthouse-core/audits/seo/meta-description.js | failureTitle": {
1406
+ "core/audits/seo/meta-description.js | failureTitle": {
1407
1407
  "message": "文档缺少 meta 描述"
1408
1408
  },
1409
- "lighthouse-core/audits/seo/meta-description.js | title": {
1409
+ "core/audits/seo/meta-description.js | title": {
1410
1410
  "message": "文档有 meta 描述"
1411
1411
  },
1412
- "lighthouse-core/audits/seo/plugins.js | description": {
1412
+ "core/audits/seo/plugins.js | description": {
1413
1413
  "message": "搜索引擎无法将插件内容编入索引,而且许多设备都限制或不支持使用插件。[了解详情](https://web.dev/plugins/)。"
1414
1414
  },
1415
- "lighthouse-core/audits/seo/plugins.js | failureTitle": {
1415
+ "core/audits/seo/plugins.js | failureTitle": {
1416
1416
  "message": "文档使用了插件"
1417
1417
  },
1418
- "lighthouse-core/audits/seo/plugins.js | title": {
1418
+ "core/audits/seo/plugins.js | title": {
1419
1419
  "message": "文档中没有插件"
1420
1420
  },
1421
- "lighthouse-core/audits/seo/robots-txt.js | description": {
1421
+ "core/audits/seo/robots-txt.js | description": {
1422
1422
  "message": "如果 robots.txt 文件的格式不正确,抓取工具可能无法理解您希望以何种方式抓取网站内容或将其编入索引。[了解详情](https://web.dev/robots-txt/)。"
1423
1423
  },
1424
- "lighthouse-core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1424
+ "core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1425
1425
  "message": "对 robots.txt 的请求返回了 HTTP 状态代码:{statusCode}"
1426
1426
  },
1427
- "lighthouse-core/audits/seo/robots-txt.js | displayValueValidationError": {
1427
+ "core/audits/seo/robots-txt.js | displayValueValidationError": {
1428
1428
  "message": "{itemCount,plural, =1{发现了 1 处错误}other{发现了 # 处错误}}"
1429
1429
  },
1430
- "lighthouse-core/audits/seo/robots-txt.js | explanation": {
1430
+ "core/audits/seo/robots-txt.js | explanation": {
1431
1431
  "message": "Lighthouse 无法下载 robots.txt 文件"
1432
1432
  },
1433
- "lighthouse-core/audits/seo/robots-txt.js | failureTitle": {
1433
+ "core/audits/seo/robots-txt.js | failureTitle": {
1434
1434
  "message": "robots.txt 无效"
1435
1435
  },
1436
- "lighthouse-core/audits/seo/robots-txt.js | title": {
1436
+ "core/audits/seo/robots-txt.js | title": {
1437
1437
  "message": "robots.txt 有效"
1438
1438
  },
1439
- "lighthouse-core/audits/seo/tap-targets.js | description": {
1439
+ "core/audits/seo/tap-targets.js | description": {
1440
1440
  "message": "交互式元素(例如按钮和链接)应足够大 (48x48px),且其周围应有足够的空间,以便用户轻松点按且避免遮挡其他元素。[了解详情](https://web.dev/tap-targets/)。"
1441
1441
  },
1442
- "lighthouse-core/audits/seo/tap-targets.js | displayValue": {
1442
+ "core/audits/seo/tap-targets.js | displayValue": {
1443
1443
  "message": "{decimalProportion, number, percent} 的点按目标大小合适"
1444
1444
  },
1445
- "lighthouse-core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1445
+ "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1446
1446
  "message": "点按目标过小,因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记"
1447
1447
  },
1448
- "lighthouse-core/audits/seo/tap-targets.js | failureTitle": {
1448
+ "core/audits/seo/tap-targets.js | failureTitle": {
1449
1449
  "message": "点按目标的大小不合适"
1450
1450
  },
1451
- "lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1451
+ "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1452
1452
  "message": "点按目标重叠"
1453
1453
  },
1454
- "lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader": {
1454
+ "core/audits/seo/tap-targets.js | tapTargetHeader": {
1455
1455
  "message": "点按目标"
1456
1456
  },
1457
- "lighthouse-core/audits/seo/tap-targets.js | title": {
1457
+ "core/audits/seo/tap-targets.js | title": {
1458
1458
  "message": "点按目标的大小合适"
1459
1459
  },
1460
- "lighthouse-core/audits/server-response-time.js | description": {
1460
+ "core/audits/server-response-time.js | description": {
1461
1461
  "message": "请确保服务器响应主文档的用时较短,因为这会影响到所有其他请求的响应时间。[了解详情](https://web.dev/time-to-first-byte/)。"
1462
1462
  },
1463
- "lighthouse-core/audits/server-response-time.js | displayValue": {
1463
+ "core/audits/server-response-time.js | displayValue": {
1464
1464
  "message": "根文档花费了 {timeInMs, number, milliseconds} 毫秒"
1465
1465
  },
1466
- "lighthouse-core/audits/server-response-time.js | failureTitle": {
1466
+ "core/audits/server-response-time.js | failureTitle": {
1467
1467
  "message": "请缩短初始服务器响应用时"
1468
1468
  },
1469
- "lighthouse-core/audits/server-response-time.js | title": {
1469
+ "core/audits/server-response-time.js | title": {
1470
1470
  "message": "初始服务器响应用时较短"
1471
1471
  },
1472
- "lighthouse-core/audits/service-worker.js | description": {
1472
+ "core/audits/service-worker.js | description": {
1473
1473
  "message": "Service Worker 是一项技术,可让您的应用使用很多渐进式 Web 应用功能,例如离线、添加到主屏幕和推送通知。[了解详情](https://web.dev/service-worker/)。"
1474
1474
  },
1475
- "lighthouse-core/audits/service-worker.js | explanationBadManifest": {
1475
+ "core/audits/service-worker.js | explanationBadManifest": {
1476
1476
  "message": "此网页由 Service Worker 控制,但由于清单未能解析为有效的 JSON,因此未找到 `start_url`"
1477
1477
  },
1478
- "lighthouse-core/audits/service-worker.js | explanationBadStartUrl": {
1478
+ "core/audits/service-worker.js | explanationBadStartUrl": {
1479
1479
  "message": "此网页由 Service Worker 控制,但 `start_url` ({startUrl}) 不在 Service Worker 的控制范围内 ({scopeUrl})"
1480
1480
  },
1481
- "lighthouse-core/audits/service-worker.js | explanationNoManifest": {
1481
+ "core/audits/service-worker.js | explanationNoManifest": {
1482
1482
  "message": "此网页由 Service Worker 控制,但由于未提取任何清单,因此未找到 `start_url`。"
1483
1483
  },
1484
- "lighthouse-core/audits/service-worker.js | explanationOutOfScope": {
1484
+ "core/audits/service-worker.js | explanationOutOfScope": {
1485
1485
  "message": "此来源有一个或多个 Service Worker,但网页 ({pageUrl}) 不在控制范围内。"
1486
1486
  },
1487
- "lighthouse-core/audits/service-worker.js | failureTitle": {
1487
+ "core/audits/service-worker.js | failureTitle": {
1488
1488
  "message": "无法注册用于控制网页和 `start_url` 的 Service Worker"
1489
1489
  },
1490
- "lighthouse-core/audits/service-worker.js | title": {
1490
+ "core/audits/service-worker.js | title": {
1491
1491
  "message": "注册用于控制网页和 `start_url` 的 Service Worker"
1492
1492
  },
1493
- "lighthouse-core/audits/splash-screen.js | description": {
1493
+ "core/audits/splash-screen.js | description": {
1494
1494
  "message": "选定主题的启动画面可确保用户在从主屏幕中启动您应用时获得优质体验。[了解详情](https://web.dev/splash-screen/)。"
1495
1495
  },
1496
- "lighthouse-core/audits/splash-screen.js | failureTitle": {
1496
+ "core/audits/splash-screen.js | failureTitle": {
1497
1497
  "message": "未针对自定义启动画面进行配置"
1498
1498
  },
1499
- "lighthouse-core/audits/splash-screen.js | title": {
1499
+ "core/audits/splash-screen.js | title": {
1500
1500
  "message": "已针对自定义启动画面进行配置"
1501
1501
  },
1502
- "lighthouse-core/audits/themed-omnibox.js | description": {
1502
+ "core/audits/themed-omnibox.js | description": {
1503
1503
  "message": "可以为浏览器地址栏设置与您的网站相契合的主题背景。[了解详情](https://web.dev/themed-omnibox/)。"
1504
1504
  },
1505
- "lighthouse-core/audits/themed-omnibox.js | failureTitle": {
1505
+ "core/audits/themed-omnibox.js | failureTitle": {
1506
1506
  "message": "没有为地址栏设置主题背景颜色。"
1507
1507
  },
1508
- "lighthouse-core/audits/themed-omnibox.js | title": {
1508
+ "core/audits/themed-omnibox.js | title": {
1509
1509
  "message": "为地址栏设置主题背景颜色。"
1510
1510
  },
1511
- "lighthouse-core/audits/third-party-facades.js | categoryCustomerSuccess": {
1511
+ "core/audits/third-party-facades.js | categoryCustomerSuccess": {
1512
1512
  "message": "{productName}(客户成功案例)"
1513
1513
  },
1514
- "lighthouse-core/audits/third-party-facades.js | categoryMarketing": {
1514
+ "core/audits/third-party-facades.js | categoryMarketing": {
1515
1515
  "message": "{productName}(营销)"
1516
1516
  },
1517
- "lighthouse-core/audits/third-party-facades.js | categorySocial": {
1517
+ "core/audits/third-party-facades.js | categorySocial": {
1518
1518
  "message": "{productName}(社交)"
1519
1519
  },
1520
- "lighthouse-core/audits/third-party-facades.js | categoryVideo": {
1520
+ "core/audits/third-party-facades.js | categoryVideo": {
1521
1521
  "message": "{productName}(视频)"
1522
1522
  },
1523
- "lighthouse-core/audits/third-party-facades.js | columnProduct": {
1523
+ "core/audits/third-party-facades.js | columnProduct": {
1524
1524
  "message": "产品"
1525
1525
  },
1526
- "lighthouse-core/audits/third-party-facades.js | description": {
1526
+ "core/audits/third-party-facades.js | description": {
1527
1527
  "message": "您可以延迟加载某些第三方嵌入代码。不妨考虑使用 Facade 替换这些代码,直到您需要使用它们为止。[了解详情](https://web.dev/third-party-facades/)。"
1528
1528
  },
1529
- "lighthouse-core/audits/third-party-facades.js | displayValue": {
1529
+ "core/audits/third-party-facades.js | displayValue": {
1530
1530
  "message": "{itemCount,plural, =1{有 # 个备用 Facade}other{有 # 个备用 Facade}}"
1531
1531
  },
1532
- "lighthouse-core/audits/third-party-facades.js | failureTitle": {
1532
+ "core/audits/third-party-facades.js | failureTitle": {
1533
1533
  "message": "可以使用 Facade 延迟加载某些第三方资源"
1534
1534
  },
1535
- "lighthouse-core/audits/third-party-facades.js | title": {
1535
+ "core/audits/third-party-facades.js | title": {
1536
1536
  "message": "使用 Facade 延迟加载第三方资源"
1537
1537
  },
1538
- "lighthouse-core/audits/third-party-summary.js | columnThirdParty": {
1538
+ "core/audits/third-party-summary.js | columnThirdParty": {
1539
1539
  "message": "第三方"
1540
1540
  },
1541
- "lighthouse-core/audits/third-party-summary.js | description": {
1541
+ "core/audits/third-party-summary.js | description": {
1542
1542
  "message": "第三方代码可能会显著影响加载性能。请限制冗余第三方提供商的数量,并尝试在页面完成主要加载后再加载第三方代码。[了解详情](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)。"
1543
1543
  },
1544
- "lighthouse-core/audits/third-party-summary.js | displayValue": {
1544
+ "core/audits/third-party-summary.js | displayValue": {
1545
1545
  "message": "第三方代码将主线程阻止了 {timeInMs, number, milliseconds} 毫秒"
1546
1546
  },
1547
- "lighthouse-core/audits/third-party-summary.js | failureTitle": {
1547
+ "core/audits/third-party-summary.js | failureTitle": {
1548
1548
  "message": "降低第三方代码的影响"
1549
1549
  },
1550
- "lighthouse-core/audits/third-party-summary.js | title": {
1550
+ "core/audits/third-party-summary.js | title": {
1551
1551
  "message": "尽量减少第三方使用"
1552
1552
  },
1553
- "lighthouse-core/audits/timing-budget.js | columnMeasurement": {
1553
+ "core/audits/timing-budget.js | columnMeasurement": {
1554
1554
  "message": "实测值"
1555
1555
  },
1556
- "lighthouse-core/audits/timing-budget.js | columnTimingMetric": {
1556
+ "core/audits/timing-budget.js | columnTimingMetric": {
1557
1557
  "message": "指标"
1558
1558
  },
1559
- "lighthouse-core/audits/timing-budget.js | description": {
1559
+ "core/audits/timing-budget.js | description": {
1560
1560
  "message": "设置时间预算有助于您密切关注网站性能。性能出色的网站既会快速加载,也会快速响应用户输入事件。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
1561
1561
  },
1562
- "lighthouse-core/audits/timing-budget.js | title": {
1562
+ "core/audits/timing-budget.js | title": {
1563
1563
  "message": "时间预算"
1564
1564
  },
1565
- "lighthouse-core/audits/unsized-images.js | description": {
1565
+ "core/audits/unsized-images.js | description": {
1566
1566
  "message": "请为图片元素设置明确的宽度值和高度值,以减少布局偏移并改善 CLS。[了解详情](https://web.dev/optimize-cls/#images-without-dimensions)"
1567
1567
  },
1568
- "lighthouse-core/audits/unsized-images.js | failureTitle": {
1568
+ "core/audits/unsized-images.js | failureTitle": {
1569
1569
  "message": "图片元素没有明确的`width`和`height`"
1570
1570
  },
1571
- "lighthouse-core/audits/unsized-images.js | title": {
1571
+ "core/audits/unsized-images.js | title": {
1572
1572
  "message": "图片元素都有明确的`width`和`height`"
1573
1573
  },
1574
- "lighthouse-core/audits/user-timings.js | columnType": {
1574
+ "core/audits/user-timings.js | columnType": {
1575
1575
  "message": "类型"
1576
1576
  },
1577
- "lighthouse-core/audits/user-timings.js | description": {
1577
+ "core/audits/user-timings.js | description": {
1578
1578
  "message": "建议使用 User Timing API 检测您的应用,从而衡量应用在关键用户体验中的实际性能。[了解详情](https://web.dev/user-timings/)。"
1579
1579
  },
1580
- "lighthouse-core/audits/user-timings.js | displayValue": {
1580
+ "core/audits/user-timings.js | displayValue": {
1581
1581
  "message": "{itemCount,plural, =1{1 项 User Timing 结果}other{# 项 User Timing 结果}}"
1582
1582
  },
1583
- "lighthouse-core/audits/user-timings.js | title": {
1583
+ "core/audits/user-timings.js | title": {
1584
1584
  "message": "User Timing 标记和测量结果"
1585
1585
  },
1586
- "lighthouse-core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1586
+ "core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1587
1587
  "message": "“{securityOrigin}”已有 `<link rel=preconnect>`,但浏览器未使用该链接。请检查并确保您正确地使用了 `crossorigin` 属性。"
1588
1588
  },
1589
- "lighthouse-core/audits/uses-rel-preconnect.js | description": {
1589
+ "core/audits/uses-rel-preconnect.js | description": {
1590
1590
  "message": "建议添加 `preconnect` 或 `dns-prefetch` 资源提示,以尽早与重要的第三方来源建立连接。[了解详情](https://web.dev/uses-rel-preconnect/)。"
1591
1591
  },
1592
- "lighthouse-core/audits/uses-rel-preconnect.js | title": {
1592
+ "core/audits/uses-rel-preconnect.js | title": {
1593
1593
  "message": "预先连接到必要的来源"
1594
1594
  },
1595
- "lighthouse-core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1595
+ "core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1596
1596
  "message": "发现了不止 2 个 `<link rel=preconnect>` 连接。此类连接应尽量少用,且应仅用于指向最重要的来源。"
1597
1597
  },
1598
- "lighthouse-core/audits/uses-rel-preconnect.js | unusedWarning": {
1598
+ "core/audits/uses-rel-preconnect.js | unusedWarning": {
1599
1599
  "message": "“{securityOrigin}”已有 `<link rel=preconnect>`,但浏览器未使用该链接。请仅针对网页肯定会请求的重要来源使用 `preconnect`。"
1600
1600
  },
1601
- "lighthouse-core/audits/uses-rel-preload.js | crossoriginWarning": {
1601
+ "core/audits/uses-rel-preload.js | crossoriginWarning": {
1602
1602
  "message": "“{preloadURL}”已有 preload `<link>`,但浏览器未使用该链接。请检查并确保您正确地使用了 `crossorigin` 属性。"
1603
1603
  },
1604
- "lighthouse-core/audits/uses-rel-preload.js | description": {
1604
+ "core/audits/uses-rel-preload.js | description": {
1605
1605
  "message": "建议使用 `<link rel=preload>` 来优先提取当前在网页加载后期请求的资源。[了解详情](https://web.dev/uses-rel-preload/)。"
1606
1606
  },
1607
- "lighthouse-core/audits/uses-rel-preload.js | title": {
1607
+ "core/audits/uses-rel-preload.js | title": {
1608
1608
  "message": "预加载关键请求"
1609
1609
  },
1610
- "lighthouse-core/audits/valid-source-maps.js | columnMapURL": {
1610
+ "core/audits/valid-source-maps.js | columnMapURL": {
1611
1611
  "message": "映射网址"
1612
1612
  },
1613
- "lighthouse-core/audits/valid-source-maps.js | description": {
1613
+ "core/audits/valid-source-maps.js | description": {
1614
1614
  "message": "源代码映射会将缩减了大小的代码转换成原始源代码。这有助于开发者在正式版中调试。此外,Lighthouse 还能提供进一步的数据分析。您不妨考虑部署源代码映射以充分利用这些好处。[了解详情](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)。"
1615
1615
  },
1616
- "lighthouse-core/audits/valid-source-maps.js | failureTitle": {
1616
+ "core/audits/valid-source-maps.js | failureTitle": {
1617
1617
  "message": "大型第一方 JavaScript 缺少源代码映射"
1618
1618
  },
1619
- "lighthouse-core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1619
+ "core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1620
1620
  "message": "大型 JavaScript 文件缺少源代码映射"
1621
1621
  },
1622
- "lighthouse-core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
1622
+ "core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
1623
1623
  "message": "{missingItems,plural, =1{警告:`.sourcesContent` 中缺少 1 项内容}other{警告:`.sourcesContent` 中缺少 # 项内容}}"
1624
1624
  },
1625
- "lighthouse-core/audits/valid-source-maps.js | title": {
1625
+ "core/audits/valid-source-maps.js | title": {
1626
1626
  "message": "页面包含有效的源代码映射"
1627
1627
  },
1628
- "lighthouse-core/audits/viewport.js | description": {
1628
+ "core/audits/viewport.js | description": {
1629
1629
  "message": "`<meta name=\"viewport\">` 不仅会针对移动设备屏幕尺寸优化您的应用,还会阻止[系统在响应用户输入前出现 300 毫秒的延迟](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away)。[了解详情](https://web.dev/viewport/)。"
1630
1630
  },
1631
- "lighthouse-core/audits/viewport.js | explanationNoTag": {
1631
+ "core/audits/viewport.js | explanationNoTag": {
1632
1632
  "message": "未找到任何 `<meta name=\"viewport\">` 标记"
1633
1633
  },
1634
- "lighthouse-core/audits/viewport.js | failureTitle": {
1634
+ "core/audits/viewport.js | failureTitle": {
1635
1635
  "message": "没有包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 标记"
1636
1636
  },
1637
- "lighthouse-core/audits/viewport.js | title": {
1637
+ "core/audits/viewport.js | title": {
1638
1638
  "message": "具有包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 标记"
1639
1639
  },
1640
- "lighthouse-core/config/default-config.js | a11yAriaGroupDescription": {
1640
+ "core/config/default-config.js | a11yAriaGroupDescription": {
1641
1641
  "message": "这些提示旨在帮助改进 ARIA 在您的应用内的使用情况,从而改善辅助技术(例如屏幕阅读器)用户的体验。"
1642
1642
  },
1643
- "lighthouse-core/config/default-config.js | a11yAriaGroupTitle": {
1643
+ "core/config/default-config.js | a11yAriaGroupTitle": {
1644
1644
  "message": "ARIA"
1645
1645
  },
1646
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription": {
1646
+ "core/config/default-config.js | a11yAudioVideoGroupDescription": {
1647
1647
  "message": "这提示旨在为音频和视频提供替代内容。这或许能改善听障用户或视障用户的体验。"
1648
1648
  },
1649
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle": {
1649
+ "core/config/default-config.js | a11yAudioVideoGroupTitle": {
1650
1650
  "message": "音频和视频"
1651
1651
  },
1652
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription": {
1652
+ "core/config/default-config.js | a11yBestPracticesGroupDescription": {
1653
1653
  "message": "这些条目突出显示了常见的无障碍功能最佳做法。"
1654
1654
  },
1655
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle": {
1655
+ "core/config/default-config.js | a11yBestPracticesGroupTitle": {
1656
1656
  "message": "最佳做法"
1657
1657
  },
1658
- "lighthouse-core/config/default-config.js | a11yCategoryDescription": {
1658
+ "core/config/default-config.js | a11yCategoryDescription": {
1659
1659
  "message": "这些检查会突出显示可[改进您网络应用的无障碍功能](https://developers.google.com/web/fundamentals/accessibility)的提示。系统只能自动检测到一小部分无障碍功能问题,因此您最好也手动测试一下。"
1660
1660
  },
1661
- "lighthouse-core/config/default-config.js | a11yCategoryManualDescription": {
1661
+ "core/config/default-config.js | a11yCategoryManualDescription": {
1662
1662
  "message": "这些条目旨在检查自动化测试工具未涵盖的方面。如需了解详情,请参阅有关如何[执行无障碍功能审查](https://developers.google.com/web/fundamentals/accessibility/how-to-review)的指南。"
1663
1663
  },
1664
- "lighthouse-core/config/default-config.js | a11yCategoryTitle": {
1664
+ "core/config/default-config.js | a11yCategoryTitle": {
1665
1665
  "message": "无障碍"
1666
1666
  },
1667
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription": {
1667
+ "core/config/default-config.js | a11yColorContrastGroupDescription": {
1668
1668
  "message": "这些提示旨在帮助改进您的内容的易读性。"
1669
1669
  },
1670
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle": {
1670
+ "core/config/default-config.js | a11yColorContrastGroupTitle": {
1671
1671
  "message": "对比度"
1672
1672
  },
1673
- "lighthouse-core/config/default-config.js | a11yLanguageGroupDescription": {
1673
+ "core/config/default-config.js | a11yLanguageGroupDescription": {
1674
1674
  "message": "这些提示旨在让不同语言区域中的用户能够更好地解读您的内容。"
1675
1675
  },
1676
- "lighthouse-core/config/default-config.js | a11yLanguageGroupTitle": {
1676
+ "core/config/default-config.js | a11yLanguageGroupTitle": {
1677
1677
  "message": "国际化和本地化"
1678
1678
  },
1679
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1679
+ "core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1680
1680
  "message": "这些提示旨在帮助改进您的应用内控件的语义。这可以改善辅助技术(例如屏幕阅读器)用户的体验。"
1681
1681
  },
1682
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1682
+ "core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1683
1683
  "message": "名称和标签"
1684
1684
  },
1685
- "lighthouse-core/config/default-config.js | a11yNavigationGroupDescription": {
1685
+ "core/config/default-config.js | a11yNavigationGroupDescription": {
1686
1686
  "message": "这些提示旨在改进您应用中的键盘导航。"
1687
1687
  },
1688
- "lighthouse-core/config/default-config.js | a11yNavigationGroupTitle": {
1688
+ "core/config/default-config.js | a11yNavigationGroupTitle": {
1689
1689
  "message": "导航"
1690
1690
  },
1691
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1691
+ "core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1692
1692
  "message": "这些提示旨在改善使用辅助技术(例如屏幕阅读器)查看表格数据或列表数据的体验。"
1693
1693
  },
1694
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1694
+ "core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1695
1695
  "message": "表格和列表"
1696
1696
  },
1697
- "lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1697
+ "core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1698
1698
  "message": "浏览器兼容性"
1699
1699
  },
1700
- "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": {
1700
+ "core/config/default-config.js | bestPracticesCategoryTitle": {
1701
1701
  "message": "最佳做法"
1702
1702
  },
1703
- "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1703
+ "core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1704
1704
  "message": "常规"
1705
1705
  },
1706
- "lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1706
+ "core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1707
1707
  "message": "信任与安全"
1708
1708
  },
1709
- "lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle": {
1709
+ "core/config/default-config.js | bestPracticesUXGroupTitle": {
1710
1710
  "message": "用户体验"
1711
1711
  },
1712
- "lighthouse-core/config/default-config.js | budgetsGroupDescription": {
1712
+ "core/config/default-config.js | budgetsGroupDescription": {
1713
1713
  "message": "性能预算为您的网站的性能设置了标准。"
1714
1714
  },
1715
- "lighthouse-core/config/default-config.js | budgetsGroupTitle": {
1715
+ "core/config/default-config.js | budgetsGroupTitle": {
1716
1716
  "message": "预算"
1717
1717
  },
1718
- "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": {
1718
+ "core/config/default-config.js | diagnosticsGroupDescription": {
1719
1719
  "message": "详细了解您的应用的性能。这些数字不会[直接影响](https://web.dev/performance-scoring/)性能得分。"
1720
1720
  },
1721
- "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": {
1721
+ "core/config/default-config.js | diagnosticsGroupTitle": {
1722
1722
  "message": "诊断结果"
1723
1723
  },
1724
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1724
+ "core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1725
1725
  "message": "像素在屏幕上的呈现速度是性能的最重要方面。关键指标:首次内容绘制时间、首次有效绘制时间"
1726
1726
  },
1727
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1727
+ "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1728
1728
  "message": "改进首次绘制"
1729
1729
  },
1730
- "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": {
1730
+ "core/config/default-config.js | loadOpportunitiesGroupDescription": {
1731
1731
  "message": "这些建议可以帮助您提高网页加载速度。它们不会[直接影响](https://web.dev/performance-scoring/)性能得分。"
1732
1732
  },
1733
- "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": {
1733
+ "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1734
1734
  "message": "优化建议"
1735
1735
  },
1736
- "lighthouse-core/config/default-config.js | metricGroupTitle": {
1736
+ "core/config/default-config.js | metricGroupTitle": {
1737
1737
  "message": "指标"
1738
1738
  },
1739
- "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": {
1739
+ "core/config/default-config.js | overallImprovementsGroupDescription": {
1740
1740
  "message": "改善整体的加载体验,使该网页响应迅速且可尽快投入使用。关键指标:可交互前的耗时、速度指数"
1741
1741
  },
1742
- "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": {
1742
+ "core/config/default-config.js | overallImprovementsGroupTitle": {
1743
1743
  "message": "整体改进"
1744
1744
  },
1745
- "lighthouse-core/config/default-config.js | performanceCategoryTitle": {
1745
+ "core/config/default-config.js | performanceCategoryTitle": {
1746
1746
  "message": "性能"
1747
1747
  },
1748
- "lighthouse-core/config/default-config.js | pwaCategoryDescription": {
1748
+ "core/config/default-config.js | pwaCategoryDescription": {
1749
1749
  "message": "此类检查会验证渐进式 Web 应用的各个方面。[了解详情](https://developers.google.com/web/progressive-web-apps/checklist)。"
1750
1750
  },
1751
- "lighthouse-core/config/default-config.js | pwaCategoryManualDescription": {
1751
+ "core/config/default-config.js | pwaCategoryManualDescription": {
1752
1752
  "message": "基准 [PWA 核对清单](https://developers.google.com/web/progressive-web-apps/checklist)要求必须进行此类检查,但 Lighthouse 不会自动进行此类检查。它们不会影响您的得分,但您必须手动对其进行验证。"
1753
1753
  },
1754
- "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1754
+ "core/config/default-config.js | pwaCategoryTitle": {
1755
1755
  "message": "PWA"
1756
1756
  },
1757
- "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1757
+ "core/config/default-config.js | pwaInstallableGroupTitle": {
1758
1758
  "message": "可安装"
1759
1759
  },
1760
- "lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle": {
1760
+ "core/config/default-config.js | pwaOptimizedGroupTitle": {
1761
1761
  "message": "优化 PWA"
1762
1762
  },
1763
- "lighthouse-core/config/default-config.js | seoCategoryDescription": {
1763
+ "core/config/default-config.js | seoCategoryDescription": {
1764
1764
  "message": "这些检查可确保您的网页遵循了基本的搜索引擎优化建议。还有很多其他因素可能会影响您的网页在搜索引擎结果中的排名,但未被 Lighthouse 纳入此处的评估范围,其中包括[核心网页指标](https://web.dev/learn-web-vitals/)衡量结果。[了解详情](https://support.google.com/webmasters/answer/35769)。"
1765
1765
  },
1766
- "lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
1766
+ "core/config/default-config.js | seoCategoryManualDescription": {
1767
1767
  "message": "请在您的网站上运行这些额外的验证程序,以检查其他 SEO 最佳做法。"
1768
1768
  },
1769
- "lighthouse-core/config/default-config.js | seoCategoryTitle": {
1769
+ "core/config/default-config.js | seoCategoryTitle": {
1770
1770
  "message": "SEO"
1771
1771
  },
1772
- "lighthouse-core/config/default-config.js | seoContentGroupDescription": {
1772
+ "core/config/default-config.js | seoContentGroupDescription": {
1773
1773
  "message": "请确保您的 HTML 格式正确,以便抓取工具更好地了解您的应用的内容。"
1774
1774
  },
1775
- "lighthouse-core/config/default-config.js | seoContentGroupTitle": {
1775
+ "core/config/default-config.js | seoContentGroupTitle": {
1776
1776
  "message": "内容最佳做法"
1777
1777
  },
1778
- "lighthouse-core/config/default-config.js | seoCrawlingGroupDescription": {
1778
+ "core/config/default-config.js | seoCrawlingGroupDescription": {
1779
1779
  "message": "若想让您的应用显示在搜索结果中,您需要先授权抓取工具访问该应用。"
1780
1780
  },
1781
- "lighthouse-core/config/default-config.js | seoCrawlingGroupTitle": {
1781
+ "core/config/default-config.js | seoCrawlingGroupTitle": {
1782
1782
  "message": "抓取和编入索引"
1783
1783
  },
1784
- "lighthouse-core/config/default-config.js | seoMobileGroupDescription": {
1784
+ "core/config/default-config.js | seoMobileGroupDescription": {
1785
1785
  "message": "请确保您的网页适合移动设备,以便用户无需进行缩放即可轻松阅读内容页面。[了解详情](https://developers.google.com/search/mobile-sites/)。"
1786
1786
  },
1787
- "lighthouse-core/config/default-config.js | seoMobileGroupTitle": {
1787
+ "core/config/default-config.js | seoMobileGroupTitle": {
1788
1788
  "message": "适合移动设备"
1789
1789
  },
1790
- "lighthouse-core/gather/driver/environment.js | warningSlowHostCpu": {
1790
+ "core/gather/driver/environment.js | warningSlowHostCpu": {
1791
1791
  "message": "所测试设备的 CPU 速度似乎未达到 Lighthouse 的预期。这可能会对您的性能得分产生负面影响。详细了解如何[校准相应的 CPU 速度减慢倍数](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)。"
1792
1792
  },
1793
- "lighthouse-core/gather/driver/navigation.js | warningRedirected": {
1793
+ "core/gather/driver/navigation.js | warningRedirected": {
1794
1794
  "message": "相应网页可能无法按预期加载,因为您所测试的网址 ({requested}) 重定向到了 {final}。请尝试直接测试第二个网址。"
1795
1795
  },
1796
- "lighthouse-core/gather/driver/navigation.js | warningTimeout": {
1796
+ "core/gather/driver/navigation.js | warningTimeout": {
1797
1797
  "message": "此页面的加载速度太慢,无法在时限内完成。结果可能会不完整。"
1798
1798
  },
1799
- "lighthouse-core/gather/driver/storage.js | warningData": {
1799
+ "core/gather/driver/storage.js | warningData": {
1800
1800
  "message": "{locationCount,plural, =1{下列位置可能存储了会影响加载性能的数据:{locations}。请在无痕式窗口中审核此页面,以防止这些资源影响您的得分。}other{下列位置可能存储了会影响加载性能的数据:{locations}。请在无痕式窗口中审核此页面,以防止这些资源影响您的得分。}}"
1801
1801
  },
1802
- "lighthouse-core/lib/csp-evaluator.js | allowlistFallback": {
1802
+ "core/lib/csp-evaluator.js | allowlistFallback": {
1803
1803
  "message": "建议您添加 https: 和 http: 网址架构(会被支持“strict-dynamic”的浏览器忽略),以便向后兼容旧版浏览器。"
1804
1804
  },
1805
- "lighthouse-core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1805
+ "core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1806
1806
  "message": "自 CSP3 起,disown-opener 已被弃用。请改用 Cross-Origin-Opener-Policy 标头。"
1807
1807
  },
1808
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReferrer": {
1808
+ "core/lib/csp-evaluator.js | deprecatedReferrer": {
1809
1809
  "message": "自 CSP2 起,referrer 已被弃用。请改用 Referrer-Policy 标头。"
1810
1810
  },
1811
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1811
+ "core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1812
1812
  "message": "自 CSP2 起,reflected-xss 已被弃用。请改用 X-XSS-Protection 标头。"
1813
1813
  },
1814
- "lighthouse-core/lib/csp-evaluator.js | missingBaseUri": {
1814
+ "core/lib/csp-evaluator.js | missingBaseUri": {
1815
1815
  "message": "缺少 base-uri 意味着允许使用注入的 <base> 标记将所有相对网址(例如脚本)的基准网址设为一个受攻击者控制的网域。建议您将 base-uri 设为“none”或“self”。"
1816
1816
  },
1817
- "lighthouse-core/lib/csp-evaluator.js | missingObjectSrc": {
1817
+ "core/lib/csp-evaluator.js | missingObjectSrc": {
1818
1818
  "message": "如果缺少 object-src,便无法防止不良之徒注入会执行不安全脚本的插件。建议您将 object-src 设为“none”(如果可以的话)。"
1819
1819
  },
1820
- "lighthouse-core/lib/csp-evaluator.js | missingScriptSrc": {
1820
+ "core/lib/csp-evaluator.js | missingScriptSrc": {
1821
1821
  "message": "缺少 script-src 指令。这意味着允许执行不安全的脚本。"
1822
1822
  },
1823
- "lighthouse-core/lib/csp-evaluator.js | missingSemicolon": {
1823
+ "core/lib/csp-evaluator.js | missingSemicolon": {
1824
1824
  "message": "您忘了要使用英文分号吗?{keyword}似乎是一个指令,而非关键字。"
1825
1825
  },
1826
- "lighthouse-core/lib/csp-evaluator.js | nonceCharset": {
1826
+ "core/lib/csp-evaluator.js | nonceCharset": {
1827
1827
  "message": "Nonces 应该使用 base64 字符集。"
1828
1828
  },
1829
- "lighthouse-core/lib/csp-evaluator.js | nonceLength": {
1829
+ "core/lib/csp-evaluator.js | nonceLength": {
1830
1830
  "message": "Nonces 应包含至少 8 个字符。"
1831
1831
  },
1832
- "lighthouse-core/lib/csp-evaluator.js | plainUrlScheme": {
1832
+ "core/lib/csp-evaluator.js | plainUrlScheme": {
1833
1833
  "message": "请避免在这条指令中仅仅使用网址架构 ({keyword})。如果仅仅使用网址架构,便无法防止脚本来自不安全的网域。"
1834
1834
  },
1835
- "lighthouse-core/lib/csp-evaluator.js | plainWildcards": {
1835
+ "core/lib/csp-evaluator.js | plainWildcards": {
1836
1836
  "message": "请避免在这条指令中仅仅使用通配符 ({keyword})。如果仅仅使用通配符,便无法防止脚本来自不安全的网域。"
1837
1837
  },
1838
- "lighthouse-core/lib/csp-evaluator.js | reportToOnly": {
1838
+ "core/lib/csp-evaluator.js | reportToOnly": {
1839
1839
  "message": "报告目的地只能通过 report-to 指令进行配置。此指令仅适用于基于 Chromium 的浏览器,因此我们建议您同时也使用 report-uri 指令。"
1840
1840
  },
1841
- "lighthouse-core/lib/csp-evaluator.js | reportingDestinationMissing": {
1841
+ "core/lib/csp-evaluator.js | reportingDestinationMissing": {
1842
1842
  "message": "任何 CSP 都未配置报告目的地。这会导致系统很难持续维护 CSP 以及监控故障。"
1843
1843
  },
1844
- "lighthouse-core/lib/csp-evaluator.js | strictDynamic": {
1844
+ "core/lib/csp-evaluator.js | strictDynamic": {
1845
1845
  "message": "主机许可名单经常会被绕过。建议您改用 CSP nonces 或 hashes(以及“strict-dynamic”,若有必要)。"
1846
1846
  },
1847
- "lighthouse-core/lib/csp-evaluator.js | unknownDirective": {
1847
+ "core/lib/csp-evaluator.js | unknownDirective": {
1848
1848
  "message": "CSP 指令不明。"
1849
1849
  },
1850
- "lighthouse-core/lib/csp-evaluator.js | unknownKeyword": {
1850
+ "core/lib/csp-evaluator.js | unknownKeyword": {
1851
1851
  "message": "{keyword}似乎是无效关键字。"
1852
1852
  },
1853
- "lighthouse-core/lib/csp-evaluator.js | unsafeInline": {
1853
+ "core/lib/csp-evaluator.js | unsafeInline": {
1854
1854
  "message": "“unsafe-inline”允许执行不安全的页内脚本和事件处理脚本。建议您使用 CSP nonces 或 hashes 来逐一允许各个脚本。"
1855
1855
  },
1856
- "lighthouse-core/lib/csp-evaluator.js | unsafeInlineFallback": {
1856
+ "core/lib/csp-evaluator.js | unsafeInlineFallback": {
1857
1857
  "message": "建议您添加“unsafe-inline”(会被支持 nonces/hashes 的浏览器忽略),以便向后兼容旧版浏览器。"
1858
1858
  },
1859
- "lighthouse-core/lib/i18n/i18n.js | columnBlockingTime": {
1859
+ "core/lib/i18n/i18n.js | columnBlockingTime": {
1860
1860
  "message": "主线程拦截时间"
1861
1861
  },
1862
- "lighthouse-core/lib/i18n/i18n.js | columnCacheTTL": {
1862
+ "core/lib/i18n/i18n.js | columnCacheTTL": {
1863
1863
  "message": "缓存 TTL"
1864
1864
  },
1865
- "lighthouse-core/lib/i18n/i18n.js | columnDescription": {
1865
+ "core/lib/i18n/i18n.js | columnDescription": {
1866
1866
  "message": "说明"
1867
1867
  },
1868
- "lighthouse-core/lib/i18n/i18n.js | columnDuration": {
1868
+ "core/lib/i18n/i18n.js | columnDuration": {
1869
1869
  "message": "时长"
1870
1870
  },
1871
- "lighthouse-core/lib/i18n/i18n.js | columnElement": {
1871
+ "core/lib/i18n/i18n.js | columnElement": {
1872
1872
  "message": "元素"
1873
1873
  },
1874
- "lighthouse-core/lib/i18n/i18n.js | columnFailingElem": {
1874
+ "core/lib/i18n/i18n.js | columnFailingElem": {
1875
1875
  "message": "与建议不符的元素"
1876
1876
  },
1877
- "lighthouse-core/lib/i18n/i18n.js | columnLocation": {
1877
+ "core/lib/i18n/i18n.js | columnLocation": {
1878
1878
  "message": "位置"
1879
1879
  },
1880
- "lighthouse-core/lib/i18n/i18n.js | columnName": {
1880
+ "core/lib/i18n/i18n.js | columnName": {
1881
1881
  "message": "名称"
1882
1882
  },
1883
- "lighthouse-core/lib/i18n/i18n.js | columnOverBudget": {
1883
+ "core/lib/i18n/i18n.js | columnOverBudget": {
1884
1884
  "message": "超出预算"
1885
1885
  },
1886
- "lighthouse-core/lib/i18n/i18n.js | columnRequests": {
1886
+ "core/lib/i18n/i18n.js | columnRequests": {
1887
1887
  "message": "请求"
1888
1888
  },
1889
- "lighthouse-core/lib/i18n/i18n.js | columnResourceSize": {
1889
+ "core/lib/i18n/i18n.js | columnResourceSize": {
1890
1890
  "message": "资源大小"
1891
1891
  },
1892
- "lighthouse-core/lib/i18n/i18n.js | columnResourceType": {
1892
+ "core/lib/i18n/i18n.js | columnResourceType": {
1893
1893
  "message": "资源类型"
1894
1894
  },
1895
- "lighthouse-core/lib/i18n/i18n.js | columnSize": {
1895
+ "core/lib/i18n/i18n.js | columnSize": {
1896
1896
  "message": "大小"
1897
1897
  },
1898
- "lighthouse-core/lib/i18n/i18n.js | columnSource": {
1898
+ "core/lib/i18n/i18n.js | columnSource": {
1899
1899
  "message": "来源"
1900
1900
  },
1901
- "lighthouse-core/lib/i18n/i18n.js | columnStartTime": {
1901
+ "core/lib/i18n/i18n.js | columnStartTime": {
1902
1902
  "message": "开始时间"
1903
1903
  },
1904
- "lighthouse-core/lib/i18n/i18n.js | columnTimeSpent": {
1904
+ "core/lib/i18n/i18n.js | columnTimeSpent": {
1905
1905
  "message": "花费的时间"
1906
1906
  },
1907
- "lighthouse-core/lib/i18n/i18n.js | columnTransferSize": {
1907
+ "core/lib/i18n/i18n.js | columnTransferSize": {
1908
1908
  "message": "传输文件大小"
1909
1909
  },
1910
- "lighthouse-core/lib/i18n/i18n.js | columnURL": {
1910
+ "core/lib/i18n/i18n.js | columnURL": {
1911
1911
  "message": "网址"
1912
1912
  },
1913
- "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
1913
+ "core/lib/i18n/i18n.js | columnWastedBytes": {
1914
1914
  "message": "可能达到的节省程度"
1915
1915
  },
1916
- "lighthouse-core/lib/i18n/i18n.js | columnWastedMs": {
1916
+ "core/lib/i18n/i18n.js | columnWastedMs": {
1917
1917
  "message": "可能达到的节省程度"
1918
1918
  },
1919
- "lighthouse-core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1919
+ "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1920
1920
  "message": "Cumulative Layout Shift"
1921
1921
  },
1922
- "lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings": {
1922
+ "core/lib/i18n/i18n.js | displayValueByteSavings": {
1923
1923
  "message": "有望节省 {wastedBytes, number, bytes} KiB"
1924
1924
  },
1925
- "lighthouse-core/lib/i18n/i18n.js | displayValueElementsFound": {
1925
+ "core/lib/i18n/i18n.js | displayValueElementsFound": {
1926
1926
  "message": "{nodeCount,plural, =1{发现了 1 个元素}other{发现了 # 个元素}}"
1927
1927
  },
1928
- "lighthouse-core/lib/i18n/i18n.js | displayValueMsSavings": {
1928
+ "core/lib/i18n/i18n.js | displayValueMsSavings": {
1929
1929
  "message": "有望节省 {wastedMs, number, milliseconds} 毫秒"
1930
1930
  },
1931
- "lighthouse-core/lib/i18n/i18n.js | documentResourceType": {
1931
+ "core/lib/i18n/i18n.js | documentResourceType": {
1932
1932
  "message": "文档"
1933
1933
  },
1934
- "lighthouse-core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
1934
+ "core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
1935
1935
  "message": "First Contentful Paint"
1936
1936
  },
1937
- "lighthouse-core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
1937
+ "core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
1938
1938
  "message": "首次有效绘制时间"
1939
1939
  },
1940
- "lighthouse-core/lib/i18n/i18n.js | fontResourceType": {
1940
+ "core/lib/i18n/i18n.js | fontResourceType": {
1941
1941
  "message": "字体"
1942
1942
  },
1943
- "lighthouse-core/lib/i18n/i18n.js | imageResourceType": {
1943
+ "core/lib/i18n/i18n.js | imageResourceType": {
1944
1944
  "message": "图片"
1945
1945
  },
1946
- "lighthouse-core/lib/i18n/i18n.js | interactiveMetric": {
1946
+ "core/lib/i18n/i18n.js | interactiveMetric": {
1947
1947
  "message": "Time to Interactive"
1948
1948
  },
1949
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityHigh": {
1949
+ "core/lib/i18n/i18n.js | itemSeverityHigh": {
1950
1950
  "message": "高"
1951
1951
  },
1952
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityLow": {
1952
+ "core/lib/i18n/i18n.js | itemSeverityLow": {
1953
1953
  "message": "低"
1954
1954
  },
1955
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityMedium": {
1955
+ "core/lib/i18n/i18n.js | itemSeverityMedium": {
1956
1956
  "message": "中"
1957
1957
  },
1958
- "lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
1958
+ "core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
1959
1959
  "message": "Largest Contentful Paint"
1960
1960
  },
1961
- "lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
1961
+ "core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
1962
1962
  "message": "首次输入延迟最长预估值"
1963
1963
  },
1964
- "lighthouse-core/lib/i18n/i18n.js | mediaResourceType": {
1964
+ "core/lib/i18n/i18n.js | mediaResourceType": {
1965
1965
  "message": "媒体"
1966
1966
  },
1967
- "lighthouse-core/lib/i18n/i18n.js | ms": {
1967
+ "core/lib/i18n/i18n.js | ms": {
1968
1968
  "message": "{timeInMs, number, milliseconds} 毫秒"
1969
1969
  },
1970
- "lighthouse-core/lib/i18n/i18n.js | otherResourceType": {
1970
+ "core/lib/i18n/i18n.js | otherResourceType": {
1971
1971
  "message": "其他"
1972
1972
  },
1973
- "lighthouse-core/lib/i18n/i18n.js | otherResourcesLabel": {
1973
+ "core/lib/i18n/i18n.js | otherResourcesLabel": {
1974
1974
  "message": "其他资源"
1975
1975
  },
1976
- "lighthouse-core/lib/i18n/i18n.js | scriptResourceType": {
1976
+ "core/lib/i18n/i18n.js | scriptResourceType": {
1977
1977
  "message": "脚本"
1978
1978
  },
1979
- "lighthouse-core/lib/i18n/i18n.js | seconds": {
1979
+ "core/lib/i18n/i18n.js | seconds": {
1980
1980
  "message": "{timeInMs, number, seconds} 秒"
1981
1981
  },
1982
- "lighthouse-core/lib/i18n/i18n.js | speedIndexMetric": {
1982
+ "core/lib/i18n/i18n.js | speedIndexMetric": {
1983
1983
  "message": "Speed Index"
1984
1984
  },
1985
- "lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType": {
1985
+ "core/lib/i18n/i18n.js | stylesheetResourceType": {
1986
1986
  "message": "样式表"
1987
1987
  },
1988
- "lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType": {
1988
+ "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1989
1989
  "message": "第三方"
1990
1990
  },
1991
- "lighthouse-core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1991
+ "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1992
1992
  "message": "Total Blocking Time"
1993
1993
  },
1994
- "lighthouse-core/lib/i18n/i18n.js | totalResourceType": {
1994
+ "core/lib/i18n/i18n.js | totalResourceType": {
1995
1995
  "message": "总计"
1996
1996
  },
1997
- "lighthouse-core/lib/lh-error.js | badTraceRecording": {
1997
+ "core/lib/lh-error.js | badTraceRecording": {
1998
1998
  "message": "在您加载的网页上录制跟踪记录时发生了错误。请重新运行 Lighthouse。({errorCode})"
1999
1999
  },
2000
- "lighthouse-core/lib/lh-error.js | criTimeout": {
2000
+ "core/lib/lh-error.js | criTimeout": {
2001
2001
  "message": "等待调试程序协议初次连接时超时。"
2002
2002
  },
2003
- "lighthouse-core/lib/lh-error.js | didntCollectScreenshots": {
2003
+ "core/lib/lh-error.js | didntCollectScreenshots": {
2004
2004
  "message": "Chrome 在网页加载期间未收集任何屏幕截图。请确保网页上有可见的内容,然后尝试重新运行 Lighthouse。({errorCode})"
2005
2005
  },
2006
- "lighthouse-core/lib/lh-error.js | dnsFailure": {
2006
+ "core/lib/lh-error.js | dnsFailure": {
2007
2007
  "message": "DNS 服务器无法解析所提供的网域。"
2008
2008
  },
2009
- "lighthouse-core/lib/lh-error.js | erroredRequiredArtifact": {
2009
+ "core/lib/lh-error.js | erroredRequiredArtifact": {
2010
2010
  "message": "必需的 {artifactName} 收集器出现错误:{errorMessage}"
2011
2011
  },
2012
- "lighthouse-core/lib/lh-error.js | internalChromeError": {
2012
+ "core/lib/lh-error.js | internalChromeError": {
2013
2013
  "message": "发生了内部 Chrome 错误。请重新启动 Chrome,然后尝试重新运行 Lighthouse。"
2014
2014
  },
2015
- "lighthouse-core/lib/lh-error.js | missingRequiredArtifact": {
2015
+ "core/lib/lh-error.js | missingRequiredArtifact": {
2016
2016
  "message": "必需的 {artifactName} 收集器未运行。"
2017
2017
  },
2018
- "lighthouse-core/lib/lh-error.js | noFcp": {
2018
+ "core/lib/lh-error.js | noFcp": {
2019
2019
  "message": "该网页未渲染任何内容。请确保在网页加载过程中让浏览器窗口始终位于前台,然后重试。({errorCode})"
2020
2020
  },
2021
- "lighthouse-core/lib/lh-error.js | notHtml": {
2021
+ "core/lib/lh-error.js | notHtml": {
2022
2022
  "message": "所提供的网页不是 HTML(以 MIME 类型 {mimeType} 提供)。"
2023
2023
  },
2024
- "lighthouse-core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2024
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2025
2025
  "message": "这个 Chrome 版本太旧,不支持“{featureName}”。请使用较新版本以查看完整结果。"
2026
2026
  },
2027
- "lighthouse-core/lib/lh-error.js | pageLoadFailed": {
2027
+ "core/lib/lh-error.js | pageLoadFailed": {
2028
2028
  "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。"
2029
2029
  },
2030
- "lighthouse-core/lib/lh-error.js | pageLoadFailedHung": {
2030
+ "core/lib/lh-error.js | pageLoadFailedHung": {
2031
2031
  "message": "Lighthouse 无法可靠地加载您请求的网址,因为页面已停止响应。"
2032
2032
  },
2033
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInsecure": {
2033
+ "core/lib/lh-error.js | pageLoadFailedInsecure": {
2034
2034
  "message": "您提供的网址缺少有效的安全证书。{securityMessages}"
2035
2035
  },
2036
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInterstitial": {
2036
+ "core/lib/lh-error.js | pageLoadFailedInterstitial": {
2037
2037
  "message": "Chrome 阻止了带有插页式广告的网页加载。请确保您测试的网址正确无误并且服务器可正确响应所有请求。"
2038
2038
  },
2039
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithDetails": {
2039
+ "core/lib/lh-error.js | pageLoadFailedWithDetails": {
2040
2040
  "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。(详细信息:{errorDetails})"
2041
2041
  },
2042
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2042
+ "core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2043
2043
  "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。(状态代码:{statusCode})"
2044
2044
  },
2045
- "lighthouse-core/lib/lh-error.js | pageLoadTookTooLong": {
2045
+ "core/lib/lh-error.js | pageLoadTookTooLong": {
2046
2046
  "message": "您的网页加载时间过长。请按照报告中给出的提示缩短网页加载时间,然后尝试重新运行 Lighthouse。({errorCode})"
2047
2047
  },
2048
- "lighthouse-core/lib/lh-error.js | protocolTimeout": {
2048
+ "core/lib/lh-error.js | protocolTimeout": {
2049
2049
  "message": "等待 DevTools 协议响应的用时超出了分配的时间。(方法:{protocolMethod})"
2050
2050
  },
2051
- "lighthouse-core/lib/lh-error.js | requestContentTimeout": {
2051
+ "core/lib/lh-error.js | requestContentTimeout": {
2052
2052
  "message": "提取资源内容的用时超出了分配的时间"
2053
2053
  },
2054
- "lighthouse-core/lib/lh-error.js | urlInvalid": {
2054
+ "core/lib/lh-error.js | urlInvalid": {
2055
2055
  "message": "您提供的网址似乎无效。"
2056
2056
  },
2057
2057
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {