lighthouse 9.5.0-dev.20220728 → 9.5.0-dev.20220729

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": "[Ļîĝĥţĥöûšé Ûšéŕ Fļöŵ Ŕéþöŕţ one two three four five six]"
133
133
  },
134
- "lighthouse-core/audits/accessibility/accesskeys.js | description": {
134
+ "core/audits/accessibility/accesskeys.js | description": {
135
135
  "message": "[Åççéšš ķéýš ļéţ ûšéŕš qûîçķļý ƒöçûš å þåŕţ öƒ ţĥé þåĝé. Föŕ þŕöþéŕ ñåvîĝåţîöñ, éåçĥ åççéšš ķéý mûšţ бé ûñîqûé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/accesskeys/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
136
136
  },
137
- "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": {
137
+ "core/audits/accessibility/accesskeys.js | failureTitle": {
138
138
  "message": "[ᐅ`[accesskey]`ᐊ våļûéš åŕé ñöţ ûñîqûé one two three four five six]"
139
139
  },
140
- "lighthouse-core/audits/accessibility/accesskeys.js | title": {
140
+ "core/audits/accessibility/accesskeys.js | title": {
141
141
  "message": "[ᐅ`[accesskey]`ᐊ våļûéš åŕé ûñîqûé one two three four five]"
142
142
  },
143
- "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": {
143
+ "core/audits/accessibility/aria-allowed-attr.js | description": {
144
144
  "message": "[Éåçĥ ÅŔÎÅ ᐅ`role`ᐊ šûþþöŕţš å šþéçîƒîç šûбšéţ öƒ ᐅ`aria-*`ᐊ åţţŕîбûţéš. Mîšmåţçĥîñĝ ţĥéšé îñvåļîðåţéš ţĥé ᐅ`aria-*`ᐊ åţţŕîбûţéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-allowed-attr/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
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-*]`ᐊ åţţŕîбûţéš ðö ñöţ måţçĥ ţĥéîŕ ŕöļéš one two three four five six seven eight]"
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-*]`ᐊ åţţŕîбûţéš måţçĥ ţĥéîŕ ŕöļéš one two three four five six seven]"
151
151
  },
152
- "lighthouse-core/audits/accessibility/aria-command-name.js | description": {
152
+ "core/audits/accessibility/aria-command-name.js | description": {
153
153
  "message": "[Ŵĥéñ åñ éļéméñţ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
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`ᐊ éļéméñţš ðö ñöţ ĥåvé åççéššîбļé ñåméš. one two three four five six seven eight nine ten eleven]"
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`ᐊ éļéméñţš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight nine ten]"
160
160
  },
161
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": {
161
+ "core/audits/accessibility/aria-hidden-body.js | description": {
162
162
  "message": "[Åššîšţîvé ţéçĥñöļöĝîéš, ļîķé šçŕééñ ŕéåðéŕš, ŵöŕķ îñçöñšîšţéñţļý ŵĥéñ ᐅ`aria-hidden=\"true\"`ᐊ îš šéţ öñ ţĥé ðöçûméñţ ᐅ`<body>`ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-hidden-body/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
163
163
  },
164
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | failureTitle": {
164
+ "core/audits/accessibility/aria-hidden-body.js | failureTitle": {
165
165
  "message": "[ᐅ`[aria-hidden=\"true\"]`ᐊ îš þŕéšéñţ öñ ţĥé ðöçûméñţ ᐅ`<body>`ᐊ one two three four five six seven]"
166
166
  },
167
- "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": {
167
+ "core/audits/accessibility/aria-hidden-body.js | title": {
168
168
  "message": "[ᐅ`[aria-hidden=\"true\"]`ᐊ îš ñöţ þŕéšéñţ öñ ţĥé ðöçûméñţ ᐅ`<body>`ᐊ one two three four five six seven eight]"
169
169
  },
170
- "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": {
170
+ "core/audits/accessibility/aria-hidden-focus.js | description": {
171
171
  "message": "[Föçûšåбļé ðéšçéñðéñţš ŵîţĥîñ åñ ᐅ`[aria-hidden=\"true\"]`ᐊ éļéméñţ þŕévéñţ ţĥöšé îñţéŕåçţîvé éļéméñţš ƒŕöm бéîñĝ åvåîļåбļé ţö ûšéŕš öƒ åššîšţîvé ţéçĥñöļöĝîéš ļîķé šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-hidden-focus/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
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\"]`ᐊ éļéméñţš çöñţåîñ ƒöçûšåбļé ðéšçéñðéñţš one two three four five six seven eight nine]"
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\"]`ᐊ éļéméñţš ðö ñöţ çöñţåîñ ƒöçûšåбļé ðéšçéñðéñţš one two three four five six seven eight nine ten]"
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": "[Ŵĥéñ åñ îñþûţ ƒîéļð ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
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": "[ÅŔÎÅ îñþûţ ƒîéļðš ðö ñöţ ĥåvé åççéššîбļé ñåméš one two three four five six seven eight nine ten]"
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": "[ÅŔÎÅ îñþûţ ƒîéļðš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
187
187
  },
188
- "lighthouse-core/audits/accessibility/aria-meter-name.js | description": {
188
+ "core/audits/accessibility/aria-meter-name.js | description": {
189
189
  "message": "[Ŵĥéñ åñ éļéméñţ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
190
190
  },
191
- "lighthouse-core/audits/accessibility/aria-meter-name.js | failureTitle": {
191
+ "core/audits/accessibility/aria-meter-name.js | failureTitle": {
192
192
  "message": "[ÅŔÎÅ ᐅ`meter`ᐊ éļéméñţš ðö ñöţ ĥåvé åççéššîбļé ñåméš. one two three four five six seven eight nine ten]"
193
193
  },
194
- "lighthouse-core/audits/accessibility/aria-meter-name.js | title": {
194
+ "core/audits/accessibility/aria-meter-name.js | title": {
195
195
  "message": "[ÅŔÎÅ ᐅ`meter`ᐊ éļéméñţš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
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`ᐊ éļéméñţ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
199
199
  },
200
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
200
+ "core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
201
201
  "message": "[ÅŔÎÅ ᐅ`progressbar`ᐊ éļéméñţš ðö ñöţ ĥåvé åççéššîбļé ñåméš. one two three four five six seven eight nine ten]"
202
202
  },
203
- "lighthouse-core/audits/accessibility/aria-progressbar-name.js | title": {
203
+ "core/audits/accessibility/aria-progressbar-name.js | title": {
204
204
  "message": "[ÅŔÎÅ ᐅ`progressbar`ᐊ éļéméñţš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
205
205
  },
206
- "lighthouse-core/audits/accessibility/aria-required-attr.js | description": {
206
+ "core/audits/accessibility/aria-required-attr.js | description": {
207
207
  "message": "[Šömé ÅŔÎÅ ŕöļéš ĥåvé ŕéqûîŕéð åţţŕîбûţéš ţĥåţ ðéšçŕîбé ţĥé šţåţé öƒ ţĥé éļéméñţ ţö šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-required-attr/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
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]`ᐊš ðö ñöţ ĥåvé åļļ ŕéqûîŕéð ᐅ`[aria-*]`ᐊ åţţŕîбûţéš one two three four five six seven eight nine]"
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]`ᐊš ĥåvé åļļ ŕéqûîŕéð ᐅ`[aria-*]`ᐊ åţţŕîбûţéš one two three four five six seven eight]"
214
214
  },
215
- "lighthouse-core/audits/accessibility/aria-required-children.js | description": {
215
+ "core/audits/accessibility/aria-required-children.js | description": {
216
216
  "message": "[Šömé ÅŔÎÅ þåŕéñţ ŕöļéš mûšţ çöñţåîñ šþéçîƒîç çĥîļð ŕöļéš ţö þéŕƒöŕm ţĥéîŕ îñţéñðéð åççéššîбîļîţý ƒûñçţîöñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-required-children/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
217
217
  },
218
- "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": {
218
+ "core/audits/accessibility/aria-required-children.js | failureTitle": {
219
219
  "message": "[Éļéméñţš ŵîţĥ åñ ÅŔÎÅ ᐅ`[role]`ᐊ ţĥåţ ŕéqûîŕé çĥîļðŕéñ ţö çöñţåîñ å šþéçîƒîç ᐅ`[role]`ᐊ åŕé mîššîñĝ šömé öŕ åļļ öƒ ţĥöšé ŕéqûîŕéð çĥîļðŕéñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
220
220
  },
221
- "lighthouse-core/audits/accessibility/aria-required-children.js | title": {
221
+ "core/audits/accessibility/aria-required-children.js | title": {
222
222
  "message": "[Éļéméñţš ŵîţĥ åñ ÅŔÎÅ ᐅ`[role]`ᐊ ţĥåţ ŕéqûîŕé çĥîļðŕéñ ţö çöñţåîñ å šþéçîƒîç ᐅ`[role]`ᐊ ĥåvé åļļ ŕéqûîŕéð çĥîļðŕéñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
223
223
  },
224
- "lighthouse-core/audits/accessibility/aria-required-parent.js | description": {
224
+ "core/audits/accessibility/aria-required-parent.js | description": {
225
225
  "message": "[Šömé ÅŔÎÅ çĥîļð ŕöļéš mûšţ бé çöñţåîñéð бý šþéçîƒîç þåŕéñţ ŕöļéš ţö þŕöþéŕļý þéŕƒöŕm ţĥéîŕ îñţéñðéð åççéššîбîļîţý ƒûñçţîöñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-required-parent/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
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]`ᐊš åŕé ñöţ çöñţåîñéð бý ţĥéîŕ ŕéqûîŕéð þåŕéñţ éļéméñţ one two three four five six seven eight nine ten eleven]"
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]`ᐊš åŕé çöñţåîñéð бý ţĥéîŕ ŕéqûîŕéð þåŕéñţ éļéméñţ one two three four five six seven eight nine ten eleven]"
232
232
  },
233
- "lighthouse-core/audits/accessibility/aria-roles.js | description": {
233
+ "core/audits/accessibility/aria-roles.js | description": {
234
234
  "message": "[ÅŔÎÅ ŕöļéš mûšţ ĥåvé våļîð våļûéš îñ öŕðéŕ ţö þéŕƒöŕm ţĥéîŕ îñţéñðéð åççéššîбîļîţý ƒûñçţîöñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-roles/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
235
235
  },
236
- "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": {
236
+ "core/audits/accessibility/aria-roles.js | failureTitle": {
237
237
  "message": "[ᐅ`[role]`ᐊ våļûéš åŕé ñöţ våļîð one two three four five]"
238
238
  },
239
- "lighthouse-core/audits/accessibility/aria-roles.js | title": {
239
+ "core/audits/accessibility/aria-roles.js | title": {
240
240
  "message": "[ᐅ`[role]`ᐊ våļûéš åŕé våļîð one two three four five]"
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": "[Ŵĥéñ å ţöĝĝļé ƒîéļð ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
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": "[ÅŔÎÅ ţöĝĝļé ƒîéļðš ðö ñöţ ĥåvé åççéššîбļé ñåméš one two three four five six seven eight nine ten]"
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": "[ÅŔÎÅ ţöĝĝļé ƒîéļðš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
250
250
  },
251
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | description": {
251
+ "core/audits/accessibility/aria-tooltip-name.js | description": {
252
252
  "message": "[Ŵĥéñ åñ éļéméñţ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
253
253
  },
254
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
254
+ "core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
255
255
  "message": "[ÅŔÎÅ ᐅ`tooltip`ᐊ éļéméñţš ðö ñöţ ĥåvé åççéššîбļé ñåméš. one two three four five six seven eight nine ten]"
256
256
  },
257
- "lighthouse-core/audits/accessibility/aria-tooltip-name.js | title": {
257
+ "core/audits/accessibility/aria-tooltip-name.js | title": {
258
258
  "message": "[ÅŔÎÅ ᐅ`tooltip`ᐊ éļéméñţš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
259
259
  },
260
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | description": {
260
+ "core/audits/accessibility/aria-treeitem-name.js | description": {
261
261
  "message": "[Ŵĥéñ åñ éļéméñţ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ ŵîţĥ å ĝéñéŕîç ñåmé, måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
262
262
  },
263
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
263
+ "core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
264
264
  "message": "[ÅŔÎÅ ᐅ`treeitem`ᐊ éļéméñţš ðö ñöţ ĥåvé åççéššîбļé ñåméš. one two three four five six seven eight nine ten]"
265
265
  },
266
- "lighthouse-core/audits/accessibility/aria-treeitem-name.js | title": {
266
+ "core/audits/accessibility/aria-treeitem-name.js | title": {
267
267
  "message": "[ÅŔÎÅ ᐅ`treeitem`ᐊ éļéméñţš ĥåvé åççéššîбļé ñåméš one two three four five six seven eight]"
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": "[Åššîšţîvé ţéçĥñöļöĝîéš, ļîķé šçŕééñ ŕéåðéŕš, çåñ'ţ îñţéŕþŕéţ ÅŔÎÅ åţţŕîбûţéš ŵîţĥ îñvåļîð våļûéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-valid-attr-value/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
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-*]`ᐊ åţţŕîбûţéš ðö ñöţ ĥåvé våļîð våļûéš one two three four five six seven eight]"
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-*]`ᐊ åţţŕîбûţéš ĥåvé våļîð våļûéš one two three four five six seven]"
277
277
  },
278
- "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": {
278
+ "core/audits/accessibility/aria-valid-attr.js | description": {
279
279
  "message": "[Åššîšţîvé ţéçĥñöļöĝîéš, ļîķé šçŕééñ ŕéåðéŕš, çåñ'ţ îñţéŕþŕéţ ÅŔÎÅ åţţŕîбûţéš ŵîţĥ îñvåļîð ñåméš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/aria-valid-attr/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
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-*]`ᐊ åţţŕîбûţéš åŕé ñöţ våļîð öŕ mîššþéļļéð one two three four five six seven eight nine]"
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-*]`ᐊ åţţŕîбûţéš åŕé våļîð åñð ñöţ mîššþéļļéð one two three four five six seven eight nine]"
286
286
  },
287
- "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": {
287
+ "core/audits/accessibility/axe-audit.js | failingElementsHeader": {
288
288
  "message": "[Fåîļîñĝ Éļéméñţš one two]"
289
289
  },
290
- "lighthouse-core/audits/accessibility/button-name.js | description": {
290
+ "core/audits/accessibility/button-name.js | description": {
291
291
  "message": "[Ŵĥéñ å бûţţöñ ðöéšñ'ţ ĥåvé åñ åççéššîбļé ñåmé, šçŕééñ ŕéåðéŕš åññöûñçé îţ åš \"бûţţöñ\", måķîñĝ îţ ûñûšåбļé ƒöŕ ûšéŕš ŵĥö ŕéļý öñ šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/button-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
292
292
  },
293
- "lighthouse-core/audits/accessibility/button-name.js | failureTitle": {
293
+ "core/audits/accessibility/button-name.js | failureTitle": {
294
294
  "message": "[Бûţţöñš ðö ñöţ ĥåvé åñ åççéššîбļé ñåmé one two three four five six seven eight]"
295
295
  },
296
- "lighthouse-core/audits/accessibility/button-name.js | title": {
296
+ "core/audits/accessibility/button-name.js | title": {
297
297
  "message": "[Бûţţöñš ĥåvé åñ åççéššîбļé ñåmé one two three four five six seven]"
298
298
  },
299
- "lighthouse-core/audits/accessibility/bypass.js | description": {
299
+ "core/audits/accessibility/bypass.js | description": {
300
300
  "message": "[Åððîñĝ ŵåýš ţö бýþåšš ŕéþéţîţîvé çöñţéñţ ļéţš ķéýбöåŕð ûšéŕš ñåvîĝåţé ţĥé þåĝé möŕé 郃îçîéñţļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/bypass/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
301
301
  },
302
- "lighthouse-core/audits/accessibility/bypass.js | failureTitle": {
302
+ "core/audits/accessibility/bypass.js | failureTitle": {
303
303
  "message": "[Ţĥé þåĝé ðöéš ñöţ çöñţåîñ å ĥéåðîñĝ, šķîþ ļîñķ, öŕ ļåñðmåŕķ ŕéĝîöñ one two three four five six seven eight nine ten eleven twelve thirteen]"
304
304
  },
305
- "lighthouse-core/audits/accessibility/bypass.js | title": {
305
+ "core/audits/accessibility/bypass.js | title": {
306
306
  "message": "[Ţĥé þåĝé çöñţåîñš å ĥéåðîñĝ, šķîþ ļîñķ, öŕ ļåñðmåŕķ ŕéĝîöñ one two three four five six seven eight nine ten eleven twelve]"
307
307
  },
308
- "lighthouse-core/audits/accessibility/color-contrast.js | description": {
308
+ "core/audits/accessibility/color-contrast.js | description": {
309
309
  "message": "[Ļöŵ-çöñţŕåšţ ţéxţ îš ðîçûļţ öŕ îmþöššîбļé ƒöŕ måñý ûšéŕš ţö ŕéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/color-contrast/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
310
310
  },
311
- "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": {
311
+ "core/audits/accessibility/color-contrast.js | failureTitle": {
312
312
  "message": "[Бåçķĝŕöûñð åñð ƒöŕéĝŕöûñð çöļöŕš ðö ñöţ ĥåvé å šûƒƒîçîéñţ çöñţŕåšţ ŕåţîö. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
313
313
  },
314
- "lighthouse-core/audits/accessibility/color-contrast.js | title": {
314
+ "core/audits/accessibility/color-contrast.js | title": {
315
315
  "message": "[Бåçķĝŕöûñð åñð ƒöŕéĝŕöûñð çöļöŕš ĥåvé å šûƒƒîçîéñţ çöñţŕåšţ ŕåţîö one two three four five six seven eight nine ten eleven twelve thirteen]"
316
316
  },
317
- "lighthouse-core/audits/accessibility/definition-list.js | description": {
317
+ "core/audits/accessibility/definition-list.js | description": {
318
318
  "message": "[Ŵĥéñ ðéƒîñîţîöñ ļîšţš åŕé ñöţ þŕöþéŕļý måŕķéð ûþ, šçŕééñ ŕéåðéŕš måý þŕöðûçé çöñƒûšîñĝ öŕ îñåççûŕåţé öûţþûţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/definition-list/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
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>`ᐊ éļéméñţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
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>`ᐊ éļéméñţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
325
325
  },
326
- "lighthouse-core/audits/accessibility/dlitem.js | description": {
326
+ "core/audits/accessibility/dlitem.js | description": {
327
327
  "message": "[Ðéƒîñîţîöñ ļîšţ îţémš (ᐅ`<dt>`ᐊ åñð ᐅ`<dd>`ᐊ) mûšţ бé ŵŕåþþéð îñ å þåŕéñţ ᐅ`<dl>`ᐊ éļéméñţ ţö éñšûŕé ţĥåţ šçŕééñ ŕéåðéŕš çåñ þŕöþéŕļý åññöûñçé ţĥém. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/dlitem/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
328
328
  },
329
- "lighthouse-core/audits/accessibility/dlitem.js | failureTitle": {
329
+ "core/audits/accessibility/dlitem.js | failureTitle": {
330
330
  "message": "[Ðéƒîñîţîöñ ļîšţ îţémš åŕé ñöţ ŵŕåþþéð îñ ᐅ`<dl>`ᐊ éļéméñţš one two three four five six seven eight nine ten eleven]"
331
331
  },
332
- "lighthouse-core/audits/accessibility/dlitem.js | title": {
332
+ "core/audits/accessibility/dlitem.js | title": {
333
333
  "message": "[Ðéƒîñîţîöñ ļîšţ îţémš åŕé ŵŕåþþéð îñ ᐅ`<dl>`ᐊ éļéméñţš one two three four five six seven eight nine ten]"
334
334
  },
335
- "lighthouse-core/audits/accessibility/document-title.js | description": {
335
+ "core/audits/accessibility/document-title.js | description": {
336
336
  "message": "[Ţĥé ţîţļé ĝîvéš šçŕééñ ŕéåðéŕ ûšéŕš åñ övéŕvîéŵ öƒ ţĥé þåĝé, åñð šéåŕçĥ éñĝîñé ûšéŕš ŕéļý öñ îţ ĥéåvîļý ţö ðéţéŕmîñé îƒ å þåĝé îš ŕéļévåñţ ţö ţĥéîŕ šéåŕçĥ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/document-title/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
337
337
  },
338
- "lighthouse-core/audits/accessibility/document-title.js | failureTitle": {
338
+ "core/audits/accessibility/document-title.js | failureTitle": {
339
339
  "message": "[Ðöçûméñţ ðöéšñ'ţ ĥåvé å ᐅ`<title>`ᐊ éļéméñţ one two three four five six seven eight]"
340
340
  },
341
- "lighthouse-core/audits/accessibility/document-title.js | title": {
341
+ "core/audits/accessibility/document-title.js | title": {
342
342
  "message": "[Ðöçûméñţ ĥåš å ᐅ`<title>`ᐊ éļéméñţ one two three four five six]"
343
343
  },
344
- "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": {
344
+ "core/audits/accessibility/duplicate-id-active.js | description": {
345
345
  "message": "[Åļļ ƒöçûšåбļé éļéméñţš mûšţ ĥåvé å ûñîqûé ᐅ`id`ᐊ ţö éñšûŕé ţĥåţ ţĥéý'ŕé vîšîбļé ţö åššîšţîvé ţéçĥñöļöĝîéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/duplicate-id-active/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
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]`ᐊ åţţŕîбûţéš öñ åçţîvé, ƒöçûšåбļé éļéméñţš åŕé ñöţ ûñîqûé one two three four five six seven eight nine ten eleven twelve]"
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]`ᐊ åţţŕîбûţéš öñ åçţîvé, ƒöçûšåбļé éļéméñţš åŕé ûñîqûé one two three four five six seven eight nine ten eleven]"
352
352
  },
353
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": {
353
+ "core/audits/accessibility/duplicate-id-aria.js | description": {
354
354
  "message": "[Ţĥé våļûé öƒ åñ ÅŔÎÅ ÎÐ mûšţ бé ûñîqûé ţö þŕévéñţ öţĥéŕ îñšţåñçéš ƒŕöm бéîñĝ övéŕļööķéð бý åššîšţîvé ţéçĥñöļöĝîéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/duplicate-id-aria/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
355
355
  },
356
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
356
+ "core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
357
357
  "message": "[ÅŔÎÅ ÎК åŕé ñöţ ûñîqûé one two three four five]"
358
358
  },
359
- "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": {
359
+ "core/audits/accessibility/duplicate-id-aria.js | title": {
360
360
  "message": "[ÅŔÎÅ ÎК åŕé ûñîqûé one two three four]"
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": "[Föŕm ƒîéļðš ŵîţĥ mûļţîþļé ļåбéļš çåñ бé çöñƒûšîñĝļý åññöûñçéð бý åššîšţîvé ţéçĥñöļöĝîéš ļîķé šçŕééñ ŕéåðéŕš ŵĥîçĥ ûšé éîţĥéŕ ţĥé ƒîŕšţ, ţĥé ļåšţ, öŕ åļļ öƒ ţĥé ļåбéļš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/form-field-multiple-labels/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
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": "[Föŕm ƒîéļðš ĥåvé mûļţîþļé ļåбéļš one two three four five six seven]"
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": "[Ñö ƒöŕm ƒîéļðš ĥåvé mûļţîþļé ļåбéļš one two three four five six seven eight]"
370
370
  },
371
- "lighthouse-core/audits/accessibility/frame-title.js | description": {
371
+ "core/audits/accessibility/frame-title.js | description": {
372
372
  "message": "[Šçŕééñ ŕéåðéŕ ûšéŕš ŕéļý öñ ƒŕåmé ţîţļéš ţö ðéšçŕîбé ţĥé çöñţéñţš öƒ ƒŕåméš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/frame-title/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
373
373
  },
374
- "lighthouse-core/audits/accessibility/frame-title.js | failureTitle": {
374
+ "core/audits/accessibility/frame-title.js | failureTitle": {
375
375
  "message": "[ᐅ`<frame>`ᐊ öŕ ᐅ`<iframe>`ᐊ éļéméñţš ðö ñöţ ĥåvé å ţîţļé one two three four five six seven eight]"
376
376
  },
377
- "lighthouse-core/audits/accessibility/frame-title.js | title": {
377
+ "core/audits/accessibility/frame-title.js | title": {
378
378
  "message": "[ᐅ`<frame>`ᐊ öŕ ᐅ`<iframe>`ᐊ éļéméñţš ĥåvé å ţîţļé one two three four five six seven]"
379
379
  },
380
- "lighthouse-core/audits/accessibility/heading-order.js | description": {
380
+ "core/audits/accessibility/heading-order.js | description": {
381
381
  "message": "[Þŕöþéŕļý öŕðéŕéð ĥéåðîñĝš ţĥåţ ðö ñöţ šķîþ ļévéļš çöñvéý ţĥé šémåñţîç šţŕûçţûŕé öƒ ţĥé þåĝé, måķîñĝ îţ éåšîéŕ ţö ñåvîĝåţé åñð ûñðéŕšţåñð ŵĥéñ ûšîñĝ åššîšţîvé ţéçĥñöļöĝîéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/heading-order/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
382
382
  },
383
- "lighthouse-core/audits/accessibility/heading-order.js | failureTitle": {
383
+ "core/audits/accessibility/heading-order.js | failureTitle": {
384
384
  "message": "[Ĥéåðîñĝ éļéméñţš åŕé ñöţ îñ å šéqûéñţîåļļý-ðéšçéñðîñĝ öŕðéŕ one two three four five six seven eight nine ten eleven twelve]"
385
385
  },
386
- "lighthouse-core/audits/accessibility/heading-order.js | title": {
386
+ "core/audits/accessibility/heading-order.js | title": {
387
387
  "message": "[Ĥéåðîñĝ éļéméñţš åþþéåŕ îñ å šéqûéñţîåļļý-ðéšçéñðîñĝ öŕðéŕ one two three four five six seven eight nine ten eleven twelve]"
388
388
  },
389
- "lighthouse-core/audits/accessibility/html-has-lang.js | description": {
389
+ "core/audits/accessibility/html-has-lang.js | description": {
390
390
  "message": "[΃ å þåĝé ðöéšñ'ţ šþéçîƒý å ļåñĝ åţţŕîбûţé, å šçŕééñ ŕéåðéŕ åššûméš ţĥåţ ţĥé þåĝé îš îñ ţĥé ðéƒåûļţ ļåñĝûåĝé ţĥåţ ţĥé ûšéŕ çĥöšé ŵĥéñ šéţţîñĝ ûþ ţĥé šçŕééñ ŕéåðéŕ. ΃ ţĥé þåĝé îšñ'ţ åçţûåļļý îñ ţĥé ðéƒåûļţ ļåñĝûåĝé, ţĥéñ ţĥé šçŕééñ ŕéåðéŕ mîĝĥţ ñöţ åññöûñçé ţĥé þåĝé'š ţéxţ çöŕŕéçţļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/html-has-lang/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix]"
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>`ᐊ éļéméñţ ðöéš ñöţ ĥåvé å ᐅ`[lang]`ᐊ åţţŕîбûţé one two three four five six seven eight nine]"
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>`ᐊ éļéméñţ ĥåš å ᐅ`[lang]`ᐊ åţţŕîбûţé one two three four five six seven]"
397
397
  },
398
- "lighthouse-core/audits/accessibility/html-lang-valid.js | description": {
398
+ "core/audits/accessibility/html-lang-valid.js | description": {
399
399
  "message": "[Šþéçîƒýîñĝ å våļîð ᐅ[ᐊБÇÞ 47 ļåñĝûåĝéᐅ](https://www.w3.org/International/questions/qa-choosing-language-tags#question)ᐊ ĥéļþš šçŕééñ ŕéåðéŕš åññöûñçé ţéxţ þŕöþéŕļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/html-lang-valid/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
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>`ᐊ éļéméñţ ðöéš ñöţ ĥåvé å våļîð våļûé ƒöŕ îţš ᐅ`[lang]`ᐊ åţţŕîбûţé. one two three four five six seven eight nine ten eleven twelve]"
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>`ᐊ éļéméñţ ĥåš å våļîð våļûé ƒöŕ îţš ᐅ`[lang]`ᐊ åţţŕîбûţé one two three four five six seven eight nine ten eleven]"
406
406
  },
407
- "lighthouse-core/audits/accessibility/image-alt.js | description": {
407
+ "core/audits/accessibility/image-alt.js | description": {
408
408
  "message": "[Îñƒöŕmåţîvé éļéméñţš šĥöûļð åîm ƒöŕ šĥöŕţ, ðéšçŕîþţîvé åļţéŕñåţé ţéxţ. Ðéçöŕåţîvé éļéméñţš çåñ бé îĝñöŕéð ŵîţĥ åñ émþţý åļţ åţţŕîбûţé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/image-alt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
409
409
  },
410
- "lighthouse-core/audits/accessibility/image-alt.js | failureTitle": {
410
+ "core/audits/accessibility/image-alt.js | failureTitle": {
411
411
  "message": "[Îmåĝé éļéméñţš ðö ñöţ ĥåvé ᐅ`[alt]`ᐊ åţţŕîбûţéš one two three four five six seven eight nine]"
412
412
  },
413
- "lighthouse-core/audits/accessibility/image-alt.js | title": {
413
+ "core/audits/accessibility/image-alt.js | title": {
414
414
  "message": "[Îmåĝé éļéméñţš ĥåvé ᐅ`[alt]`ᐊ åţţŕîбûţéš one two three four five six seven]"
415
415
  },
416
- "lighthouse-core/audits/accessibility/input-image-alt.js | description": {
416
+ "core/audits/accessibility/input-image-alt.js | description": {
417
417
  "message": "[Ŵĥéñ åñ îmåĝé îš бéîñĝ ûšéð åš åñ ᐅ`<input>`ᐊ бûţţöñ, þŕövîðîñĝ åļţéŕñåţîvé ţéxţ çåñ ĥéļþ šçŕééñ ŕéåðéŕ ûšéŕš ûñðéŕšţåñð ţĥé þûŕþöšé öƒ ţĥé бûţţöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/input-image-alt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
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\">`ᐊ éļéméñţš ðö ñöţ ĥåvé ᐅ`[alt]`ᐊ ţéxţ one two three four five six seven]"
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\">`ᐊ éļéméñţš ĥåvé ᐅ`[alt]`ᐊ ţéxţ one two three four five six]"
424
424
  },
425
- "lighthouse-core/audits/accessibility/label.js | description": {
425
+ "core/audits/accessibility/label.js | description": {
426
426
  "message": "[Ļåбéļš éñšûŕé ţĥåţ ƒöŕm çöñţŕöļš åŕé åññöûñçéð þŕöþéŕļý бý åššîšţîvé ţéçĥñöļöĝîéš, ļîķé šçŕééñ ŕéåðéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/label/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
427
427
  },
428
- "lighthouse-core/audits/accessibility/label.js | failureTitle": {
428
+ "core/audits/accessibility/label.js | failureTitle": {
429
429
  "message": "[Föŕm éļéméñţš ðö ñöţ ĥåvé åššöçîåţéð ļåбéļš one two three four five six seven eight nine]"
430
430
  },
431
- "lighthouse-core/audits/accessibility/label.js | title": {
431
+ "core/audits/accessibility/label.js | title": {
432
432
  "message": "[Föŕm éļéméñţš ĥåvé åššöçîåţéð ļåбéļš one two three four five six seven eight]"
433
433
  },
434
- "lighthouse-core/audits/accessibility/link-name.js | description": {
434
+ "core/audits/accessibility/link-name.js | description": {
435
435
  "message": "[Ļîñķ ţéxţ (åñð åļţéŕñåţé ţéxţ ƒöŕ îmåĝéš, ŵĥéñ ûšéð åš ļîñķš) ţĥåţ îš ðîšçéŕñîбļé, ûñîqûé, åñð ƒöçûšåбļé îmþŕövéš ţĥé ñåvîĝåţîöñ éxþéŕîéñçé ƒöŕ šçŕééñ ŕéåðéŕ ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/link-name/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
436
436
  },
437
- "lighthouse-core/audits/accessibility/link-name.js | failureTitle": {
437
+ "core/audits/accessibility/link-name.js | failureTitle": {
438
438
  "message": "[Ļîñķš ðö ñöţ ĥåvé å ðîšçéŕñîбļé ñåmé one two three four five six seven eight]"
439
439
  },
440
- "lighthouse-core/audits/accessibility/link-name.js | title": {
440
+ "core/audits/accessibility/link-name.js | title": {
441
441
  "message": "[Ļîñķš ĥåvé å ðîšçéŕñîбļé ñåmé one two three four five six seven]"
442
442
  },
443
- "lighthouse-core/audits/accessibility/list.js | description": {
443
+ "core/audits/accessibility/list.js | description": {
444
444
  "message": "[Šçŕééñ ŕéåðéŕš ĥåvé å šþéçîƒîç ŵåý öƒ åññöûñçîñĝ ļîšţš. Éñšûŕîñĝ þŕöþéŕ ļîšţ šţŕûçţûŕé åîðš šçŕééñ ŕéåðéŕ öûţþûţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/list/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
445
445
  },
446
- "lighthouse-core/audits/accessibility/list.js | failureTitle": {
446
+ "core/audits/accessibility/list.js | failureTitle": {
447
447
  "message": "[Ļîšţš ðö ñöţ çöñţåîñ öñļý ᐅ`<li>`ᐊ éļéméñţš åñð šçŕîþţ šûþþöŕţîñĝ éļéméñţš (ᐅ`<script>`ᐊ åñð ᐅ`<template>`ᐊ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
448
448
  },
449
- "lighthouse-core/audits/accessibility/list.js | title": {
449
+ "core/audits/accessibility/list.js | title": {
450
450
  "message": "[Ļîšţš çöñţåîñ öñļý ᐅ`<li>`ᐊ éļéméñţš åñð šçŕîþţ šûþþöŕţîñĝ éļéméñţš (ᐅ`<script>`ᐊ åñð ᐅ`<template>`ᐊ). one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
451
451
  },
452
- "lighthouse-core/audits/accessibility/listitem.js | description": {
452
+ "core/audits/accessibility/listitem.js | description": {
453
453
  "message": "[Šçŕééñ ŕéåðéŕš ŕéqûîŕé ļîšţ îţémš (ᐅ`<li>`ᐊ) ţö бé çöñţåîñéð ŵîţĥîñ å þåŕéñţ ᐅ`<ul>`ᐊ öŕ ᐅ`<ol>`ᐊ ţö бé åññöûñçéð þŕöþéŕļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/listitem/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
454
454
  },
455
- "lighthouse-core/audits/accessibility/listitem.js | failureTitle": {
455
+ "core/audits/accessibility/listitem.js | failureTitle": {
456
456
  "message": "[Ļîšţ îţémš (ᐅ`<li>`ᐊ) åŕé ñöţ çöñţåîñéð ŵîţĥîñ ᐅ`<ul>`ᐊ öŕ ᐅ`<ol>`ᐊ þåŕéñţ éļéméñţš. one two three four five six seven eight nine ten eleven twelve thirteen]"
457
457
  },
458
- "lighthouse-core/audits/accessibility/listitem.js | title": {
458
+ "core/audits/accessibility/listitem.js | title": {
459
459
  "message": "[Ļîšţ îţémš (ᐅ`<li>`ᐊ) åŕé çöñţåîñéð ŵîţĥîñ ᐅ`<ul>`ᐊ öŕ ᐅ`<ol>`ᐊ þåŕéñţ éļéméñţš one two three four five six seven eight nine ten eleven twelve thirteen]"
460
460
  },
461
- "lighthouse-core/audits/accessibility/meta-refresh.js | description": {
461
+ "core/audits/accessibility/meta-refresh.js | description": {
462
462
  "message": "[Ûšéŕš ðö ñöţ éxþéçţ å þåĝé ţö ŕéƒŕéšĥ åûţömåţîçåļļý, åñð ðöîñĝ šö ŵîļļ mövé ƒöçûš бåçķ ţö ţĥé ţöþ öƒ ţĥé þåĝé. Ţĥîš måý çŕéåţé å ƒŕûšţŕåţîñĝ öŕ çöñƒûšîñĝ éxþéŕîéñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/meta-refresh/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
463
463
  },
464
- "lighthouse-core/audits/accessibility/meta-refresh.js | failureTitle": {
464
+ "core/audits/accessibility/meta-refresh.js | failureTitle": {
465
465
  "message": "[Ţĥé ðöçûméñţ ûšéš ᐅ`<meta http-equiv=\"refresh\">`ᐊ one two three four five]"
466
466
  },
467
- "lighthouse-core/audits/accessibility/meta-refresh.js | title": {
467
+ "core/audits/accessibility/meta-refresh.js | title": {
468
468
  "message": "[Ţĥé ðöçûméñţ ðöéš ñöţ ûšé ᐅ`<meta http-equiv=\"refresh\">`ᐊ one two three four five six seven]"
469
469
  },
470
- "lighthouse-core/audits/accessibility/meta-viewport.js | description": {
470
+ "core/audits/accessibility/meta-viewport.js | description": {
471
471
  "message": "[Ðîšåбļîñĝ žöömîñĝ îš þŕöбļémåţîç ƒöŕ ûšéŕš ŵîţĥ ļöŵ vîšîöñ ŵĥö ŕéļý öñ šçŕééñ måĝñîƒîçåţîöñ ţö þŕöþéŕļý šéé ţĥé çöñţéñţš öƒ å ŵéб þåĝé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/meta-viewport/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
472
472
  },
473
- "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": {
473
+ "core/audits/accessibility/meta-viewport.js | failureTitle": {
474
474
  "message": "[ᐅ`[user-scalable=\"no\"]`ᐊ îš ûšéð îñ ţĥé ᐅ`<meta name=\"viewport\">`ᐊ éļéméñţ öŕ ţĥé ᐅ`[maximum-scale]`ᐊ åţţŕîбûţé îš ļéšš ţĥåñ 5. one two three four five six seven eight nine ten eleven twelve thirteen]"
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\">`ᐊ éļéméñţ åñð ţĥé ᐅ`[maximum-scale]`ᐊ åţţŕîбûţé îš ñöţ ļéšš ţĥåñ 5. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
478
478
  },
479
- "lighthouse-core/audits/accessibility/object-alt.js | description": {
479
+ "core/audits/accessibility/object-alt.js | description": {
480
480
  "message": "[Šçŕééñ ŕéåðéŕš çåññöţ ţŕåñšļåţé ñöñ-ţéxţ çöñţéñţ. Åððîñĝ åļţéŕñåţé ţéxţ ţö ᐅ`<object>`ᐊ éļéméñţš ĥéļþš šçŕééñ ŕéåðéŕš çöñvéý méåñîñĝ ţö ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/object-alt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
481
481
  },
482
- "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
482
+ "core/audits/accessibility/object-alt.js | failureTitle": {
483
483
  "message": "[ᐅ`<object>`ᐊ éļéméñţš ðö ñöţ ĥåvé åļţéŕñåţé ţéxţ one two three four five six seven eight]"
484
484
  },
485
- "lighthouse-core/audits/accessibility/object-alt.js | title": {
485
+ "core/audits/accessibility/object-alt.js | title": {
486
486
  "message": "[ᐅ`<object>`ᐊ éļéméñţš ĥåvé åļţéŕñåţé ţéxţ one two three four five six seven]"
487
487
  },
488
- "lighthouse-core/audits/accessibility/tabindex.js | description": {
488
+ "core/audits/accessibility/tabindex.js | description": {
489
489
  "message": "[Å våļûé ĝŕéåţéŕ ţĥåñ 0 îmþļîéš åñ éxþļîçîţ ñåvîĝåţîöñ öŕðéŕîñĝ. Åļţĥöûĝĥ ţéçĥñîçåļļý våļîð, ţĥîš öƒţéñ çŕéåţéš ƒŕûšţŕåţîñĝ éxþéŕîéñçéš ƒöŕ ûšéŕš ŵĥö ŕéļý öñ åššîšţîvé ţéçĥñöļöĝîéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/tabindex/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]"
490
490
  },
491
- "lighthouse-core/audits/accessibility/tabindex.js | failureTitle": {
491
+ "core/audits/accessibility/tabindex.js | failureTitle": {
492
492
  "message": "[Šömé éļéméñţš ĥåvé å ᐅ`[tabindex]`ᐊ våļûé ĝŕéåţéŕ ţĥåñ 0 one two three four five six seven eight nine]"
493
493
  },
494
- "lighthouse-core/audits/accessibility/tabindex.js | title": {
494
+ "core/audits/accessibility/tabindex.js | title": {
495
495
  "message": "[Ñö éļéméñţ ĥåš å ᐅ`[tabindex]`ᐊ våļûé ĝŕéåţéŕ ţĥåñ 0 one two three four five six seven eight nine]"
496
496
  },
497
- "lighthouse-core/audits/accessibility/td-headers-attr.js | description": {
497
+ "core/audits/accessibility/td-headers-attr.js | description": {
498
498
  "message": "[Šçŕééñ ŕéåðéŕš ĥåvé ƒéåţûŕéš ţö måķé ñåvîĝåţîñĝ ţåбļéš éåšîéŕ. Éñšûŕîñĝ ᐅ`<td>`ᐊ çéļļš ûšîñĝ ţĥé ᐅ`[headers]`ᐊ åţţŕîбûţé öñļý ŕéƒéŕ ţö öţĥéŕ çéļļš îñ ţĥé šåmé ţåбļé måý îmþŕövé ţĥé éxþéŕîéñçé ƒöŕ šçŕééñ ŕéåðéŕ ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/td-headers-attr/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight]"
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>`ᐊ éļéméñţ ţĥåţ ûšé ţĥé ᐅ`[headers]`ᐊ åţţŕîбûţé ŕéƒéŕ ţö åñ éļéméñţ ᐅ`id`ᐊ ñöţ ƒöûñð ŵîţĥîñ ţĥé šåmé ţåбļé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
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>`ᐊ éļéméñţ ţĥåţ ûšé ţĥé ᐅ`[headers]`ᐊ åţţŕîбûţé ŕéƒéŕ ţö ţåбļé çéļļš ŵîţĥîñ ţĥé šåmé ţåбļé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
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": "[Šçŕééñ ŕéåðéŕš ĥåvé ƒéåţûŕéš ţö måķé ñåvîĝåţîñĝ ţåбļéš éåšîéŕ. Éñšûŕîñĝ ţåбļé ĥéåðéŕš åļŵåýš ŕéƒéŕ ţö šömé šéţ öƒ çéļļš måý îmþŕövé ţĥé éxþéŕîéñçé ƒöŕ šçŕééñ ŕéåðéŕ ûšéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/th-has-data-cells/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
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>`ᐊ éļéméñţš åñð éļéméñţš ŵîţĥ ᐅ`[role=\"columnheader\"/\"rowheader\"]`ᐊ ðö ñöţ ĥåvé ðåţå çéļļš ţĥéý ðéšçŕîбé. one two three four five six seven eight nine ten eleven twelve thirteen]"
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>`ᐊ éļéméñţš åñð éļéméñţš ŵîţĥ ᐅ`[role=\"columnheader\"/\"rowheader\"]`ᐊ ĥåvé ðåţå çéļļš ţĥéý ðéšçŕîбé. one two three four five six seven eight nine ten eleven twelve thirteen]"
514
514
  },
515
- "lighthouse-core/audits/accessibility/valid-lang.js | description": {
515
+ "core/audits/accessibility/valid-lang.js | description": {
516
516
  "message": "[Šþéçîƒýîñĝ å våļîð ᐅ[ᐊБÇÞ 47 ļåñĝûåĝéᐅ](https://www.w3.org/International/questions/qa-choosing-language-tags#question)ᐊ öñ éļéméñţš ĥéļþš éñšûŕé ţĥåţ ţéxţ îš þŕöñöûñçéð çöŕŕéçţļý бý å šçŕééñ ŕéåðéŕ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/valid-lang/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
517
517
  },
518
- "lighthouse-core/audits/accessibility/valid-lang.js | failureTitle": {
518
+ "core/audits/accessibility/valid-lang.js | failureTitle": {
519
519
  "message": "[ᐅ`[lang]`ᐊ åţţŕîбûţéš ðö ñöţ ĥåvé å våļîð våļûé one two three four five six seven eight]"
520
520
  },
521
- "lighthouse-core/audits/accessibility/valid-lang.js | title": {
521
+ "core/audits/accessibility/valid-lang.js | title": {
522
522
  "message": "[ᐅ`[lang]`ᐊ åţţŕîбûţéš ĥåvé å våļîð våļûé one two three four five six seven]"
523
523
  },
524
- "lighthouse-core/audits/accessibility/video-caption.js | description": {
524
+ "core/audits/accessibility/video-caption.js | description": {
525
525
  "message": "[Ŵĥéñ å vîðéö þŕövîðéš å çåþţîöñ îţ îš éåšîéŕ ƒöŕ ðéåƒ åñð ĥéåŕîñĝ îmþåîŕéð ûšéŕš ţö åççéšš îţš îñƒöŕmåţîöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/video-caption/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
526
526
  },
527
- "lighthouse-core/audits/accessibility/video-caption.js | failureTitle": {
527
+ "core/audits/accessibility/video-caption.js | failureTitle": {
528
528
  "message": "[ᐅ`<video>`ᐊ éļéméñţš ðö ñöţ çöñţåîñ å ᐅ`<track>`ᐊ éļéméñţ ŵîţĥ ᐅ`[kind=\"captions\"]`ᐊ. one two three four five six seven eight nine ten eleven]"
529
529
  },
530
- "lighthouse-core/audits/accessibility/video-caption.js | title": {
530
+ "core/audits/accessibility/video-caption.js | title": {
531
531
  "message": "[ᐅ`<video>`ᐊ éļéméñţš çöñţåîñ å ᐅ`<track>`ᐊ éļéméñţ ŵîţĥ ᐅ`[kind=\"captions\"]`ᐊ one two three four five six seven eight nine]"
532
532
  },
533
- "lighthouse-core/audits/autocomplete.js | columnCurrent": {
533
+ "core/audits/autocomplete.js | columnCurrent": {
534
534
  "message": "[Çûŕŕéñţ Våļûé one two]"
535
535
  },
536
- "lighthouse-core/audits/autocomplete.js | columnSuggestions": {
536
+ "core/audits/autocomplete.js | columnSuggestions": {
537
537
  "message": "[Šûĝĝéšţéð Ţöķéñ one two]"
538
538
  },
539
- "lighthouse-core/audits/autocomplete.js | description": {
539
+ "core/audits/autocomplete.js | description": {
540
540
  "message": "[ᐅ`autocomplete`ᐊ ĥéļþš ûšéŕš šûбmîţ ƒöŕmš qûîçķéŕ. Ţö ŕéðûçé ûšéŕ 郃öŕţ, çöñšîðéŕ éñåбļîñĝ бý šéţţîñĝ ţĥé ᐅ`autocomplete`ᐊ åţţŕîбûţé ţö å våļîð våļûé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
541
541
  },
542
- "lighthouse-core/audits/autocomplete.js | failureTitle": {
542
+ "core/audits/autocomplete.js | failureTitle": {
543
543
  "message": "[ᐅ`<input>`ᐊ éļéméñţš ðö ñöţ ĥåvé çöŕŕéçţ ᐅ`autocomplete`ᐊ åţţŕîбûţéš one two three four five six seven eight nine ten]"
544
544
  },
545
- "lighthouse-core/audits/autocomplete.js | manualReview": {
545
+ "core/audits/autocomplete.js | manualReview": {
546
546
  "message": "[Ŕéqûîŕéš måñûåļ ŕévîéŵ one two three]"
547
547
  },
548
- "lighthouse-core/audits/autocomplete.js | reviewOrder": {
548
+ "core/audits/autocomplete.js | reviewOrder": {
549
549
  "message": "[Ŕévîéŵ öŕðéŕ öƒ ţöķéñš one two three four five]"
550
550
  },
551
- "lighthouse-core/audits/autocomplete.js | title": {
551
+ "core/audits/autocomplete.js | title": {
552
552
  "message": "[ᐅ`<input>`ᐊ éļéméñţš çöŕŕéçţļý ûšé ᐅ`autocomplete`ᐊ one two three four five six seven]"
553
553
  },
554
- "lighthouse-core/audits/autocomplete.js | warningInvalid": {
554
+ "core/audits/autocomplete.js | warningInvalid": {
555
555
  "message": "[ᐅ`autocomplete`ᐊ ţöķéñ(š): \"ᐅ{token}ᐊ\" îš îñvåļîð îñ ᐅ{snippet}ᐊ one two three four five six seven eight]"
556
556
  },
557
- "lighthouse-core/audits/autocomplete.js | warningOrder": {
557
+ "core/audits/autocomplete.js | warningOrder": {
558
558
  "message": "[Ŕévîéŵ öŕðéŕ öƒ ţöķéñš: \"ᐅ{tokens}ᐊ\" îñ ᐅ{snippet}ᐊ one two three four five six seven eight]"
559
559
  },
560
- "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": {
560
+ "core/audits/bootup-time.js | chromeExtensionsWarning": {
561
561
  "message": "[Çĥŕömé éxţéñšîöñš ñéĝåţîvéļý 僃éçţéð ţĥîš þåĝé'š ļöåð þéŕƒöŕmåñçé. Ţŕý åûðîţîñĝ ţĥé þåĝé îñ îñçöĝñîţö möðé öŕ ƒŕöm å Çĥŕömé þŕöƒîļé ŵîţĥöûţ éxţéñšîöñš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
562
562
  },
563
- "lighthouse-core/audits/bootup-time.js | columnScriptEval": {
563
+ "core/audits/bootup-time.js | columnScriptEval": {
564
564
  "message": "[Šçŕîþţ Évåļûåţîöñ one two three]"
565
565
  },
566
- "lighthouse-core/audits/bootup-time.js | columnScriptParse": {
566
+ "core/audits/bootup-time.js | columnScriptParse": {
567
567
  "message": "[Šçŕîþţ Þåŕšé one two]"
568
568
  },
569
- "lighthouse-core/audits/bootup-time.js | columnTotal": {
569
+ "core/audits/bootup-time.js | columnTotal": {
570
570
  "message": "[Ţöţåļ ÇÞÛ Ţîmé one two]"
571
571
  },
572
- "lighthouse-core/audits/bootup-time.js | description": {
572
+ "core/audits/bootup-time.js | description": {
573
573
  "message": "[Çöñšîðéŕ ŕéðûçîñĝ ţĥé ţîmé šþéñţ þåŕšîñĝ, çömþîļîñĝ, åñð éxéçûţîñĝ ĴŠ. Ýöû måý ƒîñð ðéļîvéŕîñĝ šmåļļéŕ ĴŠ þåýļöåðš ĥéļþš ŵîţĥ ţĥîš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/bootup-time/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
574
574
  },
575
- "lighthouse-core/audits/bootup-time.js | failureTitle": {
575
+ "core/audits/bootup-time.js | failureTitle": {
576
576
  "message": "[Ŕéðûçé ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three four five six seven]"
577
577
  },
578
- "lighthouse-core/audits/bootup-time.js | title": {
578
+ "core/audits/bootup-time.js | title": {
579
579
  "message": "[ĴåvåŠçŕîþţ éxéçûţîöñ ţîmé one two three]"
580
580
  },
581
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | description": {
581
+ "core/audits/byte-efficiency/duplicated-javascript.js | description": {
582
582
  "message": "[Ŕémövé ļåŕĝé, ðûþļîçåţé ĴåvåŠçŕîþţ möðûļéš ƒŕöm бûñðļéš ţö ŕéðûçé ûññéçéššåŕý бýţéš çöñšûméð бý ñéţŵöŕķ åçţîvîţý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
583
583
  },
584
- "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | title": {
584
+ "core/audits/byte-efficiency/duplicated-javascript.js | title": {
585
585
  "message": "[Ŕémövé ðûþļîçåţé möðûļéš îñ ĴåvåŠçŕîþţ бûñðļéš one two three four five six seven eight nine ten]"
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": "[Ļåŕĝé ĜÎFš åŕé îñ郃îçîéñţ ƒöŕ ðéļîvéŕîñĝ åñîmåţéð çöñţéñţ. Çöñšîðéŕ ûšîñĝ MÞÉĜ4/ŴéбM vîðéöš ƒöŕ åñîmåţîöñš åñð ÞÑĜ/ŴéбÞ ƒöŕ šţåţîç îmåĝéš îñšţéåð öƒ ĜÎF ţö šåvé ñéţŵöŕķ бýţéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/efficient-animated-content/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
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": "[Ûšé vîðéö ƒöŕmåţš ƒöŕ åñîmåţéð çöñţéñţ one two three four five six seven eight]"
592
592
  },
593
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
593
+ "core/audits/byte-efficiency/legacy-javascript.js | description": {
594
594
  "message": "[Þöļýƒîļļš åñð ţŕåñšƒöŕmš éñåбļé ļéĝåçý бŕöŵšéŕš ţö ûšé ñéŵ ĴåvåŠçŕîþţ ƒéåţûŕéš. Ĥöŵévéŕ, måñý åŕéñ'ţ ñéçéššåŕý ƒöŕ möðéŕñ бŕöŵšéŕš. Föŕ ýöûŕ бûñðļéð ĴåvåŠçŕîþţ, åðöþţ å möðéŕñ šçŕîþţ ðéþļöýméñţ šţŕåţéĝý ûšîñĝ möðûļé/ñömöðûļé ƒéåţûŕé ðéţéçţîöñ ţö ŕéðûçé ţĥé åmöûñţ öƒ çöðé šĥîþþéð ţö möðéŕñ бŕöŵšéŕš, ŵĥîļé ŕéţåîñîñĝ šûþþöŕţ ƒöŕ ļéĝåçý бŕöŵšéŕš. ᐅ[ᐊĻéåŕñ Möŕéᐅ](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty one two three four]"
595
595
  },
596
- "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
596
+ "core/audits/byte-efficiency/legacy-javascript.js | title": {
597
597
  "message": "[Åvöîð šéŕvîñĝ ļéĝåçý ĴåvåŠçŕîþţ ţö möðéŕñ бŕöŵšéŕš one two three four five six seven eight nine ten eleven]"
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": "[Îmåĝé ƒöŕmåţš ļîķé ŴéбÞ åñð ÅVÎF öƒţéñ þŕövîðé бéţţéŕ çömþŕéššîöñ ţĥåñ ÞÑĜ öŕ ĴÞÉĜ, ŵĥîçĥ méåñš ƒåšţéŕ ðöŵñļöåðš åñð ļéšš ðåţå çöñšûmþţîöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-webp-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
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": "[Šéŕvé îmåĝéš îñ ñéxţ-ĝéñ ƒöŕmåţš one two three four five six seven]"
604
604
  },
605
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": {
605
+ "core/audits/byte-efficiency/offscreen-images.js | description": {
606
606
  "message": "[Çöñšîðéŕ ļåžý-ļöåðîñĝ öƒƒšçŕééñ åñð ĥîððéñ îmåĝéš åƒţéŕ åļļ çŕîţîçåļ ŕéšöûŕçéš ĥåvé ƒîñîšĥéð ļöåðîñĝ ţö ļöŵéŕ ţîmé ţö îñţéŕåçţîvé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/offscreen-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
607
607
  },
608
- "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": {
608
+ "core/audits/byte-efficiency/offscreen-images.js | title": {
609
609
  "message": "[Ðéƒéŕ öƒƒšçŕééñ îmåĝéš one two three]"
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": "[Ŕéšöûŕçéš åŕé бļöçķîñĝ ţĥé ƒîŕšţ þåîñţ öƒ ýöûŕ þåĝé. Çöñšîðéŕ ðéļîvéŕîñĝ çŕîţîçåļ ĴŠ/ÇŠŠ îñļîñé åñð ðéƒéŕŕîñĝ åļļ ñöñ-çŕîţîçåļ ĴŠ/šţýļéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/render-blocking-resources/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
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": "[Éļîmîñåţé ŕéñðéŕ-бļöçķîñĝ ŕéšöûŕçéš one two three four]"
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": "[Ļåŕĝé ñéţŵöŕķ þåýļöåðš çöšţ ûšéŕš ŕéåļ möñéý åñð åŕé ĥîĝĥļý çöŕŕéļåţéð ŵîţĥ ļöñĝ ļöåð ţîméš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/total-byte-weight/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
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}ᐊ ĶîБ one two three four five]"
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": "[Åvöîð éñöŕmöûš ñéţŵöŕķ þåýļöåðš one two three four five six seven]"
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": "[Åvöîðš éñöŕmöûš ñéţŵöŕķ þåýļöåðš one two three four five six seven]"
628
628
  },
629
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": {
629
+ "core/audits/byte-efficiency/unminified-css.js | description": {
630
630
  "message": "[Mîñîƒýîñĝ ÇŠŠ ƒîļéš çåñ ŕéðûçé ñéţŵöŕķ þåýļöåð šîžéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/unminified-css/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen]"
631
631
  },
632
- "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": {
632
+ "core/audits/byte-efficiency/unminified-css.js | title": {
633
633
  "message": "[Mîñîƒý ÇŠŠ one two]"
634
634
  },
635
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": {
635
+ "core/audits/byte-efficiency/unminified-javascript.js | description": {
636
636
  "message": "[Mîñîƒýîñĝ ĴåvåŠçŕîþţ ƒîļéš çåñ ŕéðûçé þåýļöåð šîžéš åñð šçŕîþţ þåŕšé ţîmé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/unminified-javascript/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
637
637
  },
638
- "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": {
638
+ "core/audits/byte-efficiency/unminified-javascript.js | title": {
639
639
  "message": "[Mîñîƒý ĴåvåŠçŕîþţ one two three]"
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": "[Ŕéðûçé ûñûšéð ŕûļéš ƒŕöm šţýļéšĥééţš åñð ðéƒéŕ ÇŠŠ ñöţ ûšéð ƒöŕ åбövé-ţĥé-ƒöļð çöñţéñţ ţö ðéçŕéåšé бýţéš çöñšûméð бý ñéţŵöŕķ åçţîvîţý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/unused-css-rules/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
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": "[Ŕéðûçé ûñûšéð ÇŠŠ one two three]"
646
646
  },
647
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": {
647
+ "core/audits/byte-efficiency/unused-javascript.js | description": {
648
648
  "message": "[Ŕéðûçé ûñûšéð ĴåvåŠçŕîþţ åñð ðéƒéŕ ļöåðîñĝ šçŕîþţš ûñţîļ ţĥéý åŕé ŕéqûîŕéð ţö ðéçŕéåšé бýţéš çöñšûméð бý ñéţŵöŕķ åçţîvîţý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/unused-javascript/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
649
649
  },
650
- "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": {
650
+ "core/audits/byte-efficiency/unused-javascript.js | title": {
651
651
  "message": "[Ŕéðûçé ûñûšéð ĴåvåŠçŕîþţ one two three]"
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": "[Å ļöñĝ çåçĥé ļîƒéţîmé çåñ šþééð ûþ ŕéþéåţ vîšîţš ţö ýöûŕ þåĝé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-long-cache-ttl/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
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 ŕéšöûŕçé ƒöûñð one two]}other{[# ŕéšöûŕçéš ƒöûñð one two three]}}"
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": "[Šéŕvé šţåţîç åššéţš ŵîţĥ åñ 郃îçîéñţ çåçĥé þöļîçý one two three four five six seven eight nine ten eleven]"
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": "[Ûšéš éƒƒîçîéñţ çåçĥé þöļîçý öñ šţåţîç åššéţš one two three four five six seven eight nine]"
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": "[Öþţîmîžéð îmåĝéš ļöåð ƒåšţéŕ åñð çöñšûmé ļéšš çéļļûļåŕ ðåţå. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-optimized-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
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": "[Ƀƒîçîéñţļý éñçöðé îmåĝéš one two three]"
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": "[Åçţûåļ ðîméñšîöñš one two three]"
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": "[Ðîšþļåýéð ðîméñšîöñš one two three]"
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": "[Îmåĝéš ŵéŕé ļåŕĝéŕ ţĥåñ ţĥéîŕ ðîšþļåýéð šîžé one two three four five six seven eight nine]"
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": "[Îmåĝéš ŵéŕé åþþŕöþŕîåţé ƒöŕ ţĥéîŕ ðîšþļåýéð šîžé one two three four five six seven eight nine ten]"
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": "[Šéŕvé îmåĝéš ţĥåţ åŕé åþþŕöþŕîåţéļý-šîžéð ţö šåvé çéļļûļåŕ ðåţå åñð îmþŕövé ļöåð ţîmé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-responsive-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
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": "[Þŕöþéŕļý šîžé îmåĝéš one two three]"
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": "[Ţéxţ-бåšéð ŕéšöûŕçéš šĥöûļð бé šéŕvéð ŵîţĥ çömþŕéššîöñ (ĝžîþ, ðéƒļåţé öŕ бŕöţļî) ţö mîñîmîžé ţöţåļ ñéţŵöŕķ бýţéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-text-compression/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
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": "[Éñåбļé ţéxţ çömþŕéššîöñ one two three]"
694
694
  },
695
- "lighthouse-core/audits/content-width.js | description": {
695
+ "core/audits/content-width.js | description": {
696
696
  "message": "[΃ ţĥé ŵîðţĥ öƒ ýöûŕ åþþ'š çöñţéñţ ðöéšñ'ţ måţçĥ ţĥé ŵîðţĥ öƒ ţĥé vîéŵþöŕţ, ýöûŕ åþþ mîĝĥţ ñöţ бé öþţîmîžéð ƒöŕ möбîļé šçŕééñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/content-width/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
697
697
  },
698
- "lighthouse-core/audits/content-width.js | explanation": {
698
+ "core/audits/content-width.js | explanation": {
699
699
  "message": "[Ţĥé vîéŵþöŕţ šîžé öƒ ᐅ{innerWidth}ᐊþx ðöéš ñöţ måţçĥ ţĥé ŵîñðöŵ šîžé öƒ ᐅ{outerWidth}ᐊþx. one two three four five six seven eight nine ten eleven twelve thirteen]"
700
700
  },
701
- "lighthouse-core/audits/content-width.js | failureTitle": {
701
+ "core/audits/content-width.js | failureTitle": {
702
702
  "message": "[Çöñţéñţ îš ñöţ šîžéð çöŕŕéçţļý ƒöŕ ţĥé vîéŵþöŕţ one two three four five six seven eight nine ten]"
703
703
  },
704
- "lighthouse-core/audits/content-width.js | title": {
704
+ "core/audits/content-width.js | title": {
705
705
  "message": "[Çöñţéñţ îš šîžéð çöŕŕéçţļý ƒöŕ ţĥé vîéŵþöŕţ one two three four five six seven eight nine]"
706
706
  },
707
- "lighthouse-core/audits/critical-request-chains.js | description": {
707
+ "core/audits/critical-request-chains.js | description": {
708
708
  "message": "[Ţĥé Çŕîţîçåļ Ŕéqûéšţ Çĥåîñš бéļöŵ šĥöŵ ýöû ŵĥåţ ŕéšöûŕçéš åŕé ļöåðéð ŵîţĥ å ĥîĝĥ þŕîöŕîţý. Çöñšîðéŕ ŕéðûçîñĝ ţĥé ļéñĝţĥ öƒ çĥåîñš, ŕéðûçîñĝ ţĥé ðöŵñļöåð šîžé öƒ ŕéšöûŕçéš, öŕ ðéƒéŕŕîñĝ ţĥé ðöŵñļöåð öƒ ûññéçéššåŕý ŕéšöûŕçéš ţö îmþŕövé þåĝé ļöåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/critical-request-chains/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree]"
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 çĥåîñ ƒöûñð one two]}other{[# çĥåîñš ƒöûñð one two]}}"
712
712
  },
713
- "lighthouse-core/audits/critical-request-chains.js | title": {
713
+ "core/audits/critical-request-chains.js | title": {
714
714
  "message": "[Åvöîð çĥåîñîñĝ çŕîţîçåļ ŕéqûéšţš one two three four five six seven]"
715
715
  },
716
- "lighthouse-core/audits/csp-xss.js | columnDirective": {
716
+ "core/audits/csp-xss.js | columnDirective": {
717
717
  "message": "[Ðîŕéçţîvé one two]"
718
718
  },
719
- "lighthouse-core/audits/csp-xss.js | columnSeverity": {
719
+ "core/audits/csp-xss.js | columnSeverity": {
720
720
  "message": "[Šévéŕîţý one]"
721
721
  },
722
- "lighthouse-core/audits/csp-xss.js | description": {
722
+ "core/audits/csp-xss.js | description": {
723
723
  "message": "[Å šţŕöñĝ Çöñţéñţ Šéçûŕîţý Þöļîçý (ÇŠÞ) šîĝñîƒîçåñţļý ŕéðûçéš ţĥé ŕîšķ öƒ çŕöšš-šîţé šçŕîþţîñĝ (XŠŠ) åţţåçķš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/csp-xss/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
724
724
  },
725
- "lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": {
725
+ "core/audits/csp-xss.js | itemSeveritySyntax": {
726
726
  "message": "[Šýñţåx one]"
727
727
  },
728
- "lighthouse-core/audits/csp-xss.js | metaTagMessage": {
728
+ "core/audits/csp-xss.js | metaTagMessage": {
729
729
  "message": "[Ţĥé þåĝé çöñţåîñš å ÇŠÞ ðéƒîñéð îñ å <meta> ţåĝ. Çöñšîðéŕ ðéƒîñîñĝ ţĥé ÇŠÞ îñ åñ ĤŢŢÞ ĥéåðéŕ îƒ ýöû çåñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
730
730
  },
731
- "lighthouse-core/audits/csp-xss.js | noCsp": {
731
+ "core/audits/csp-xss.js | noCsp": {
732
732
  "message": "[Ñö ÇŠÞ ƒöûñð îñ éñƒöŕçéméñţ möðé one two three four five six seven]"
733
733
  },
734
- "lighthouse-core/audits/csp-xss.js | title": {
734
+ "core/audits/csp-xss.js | title": {
735
735
  "message": "[Éñšûŕé ÇŠÞ îš éƒƒéçţîvé åĝåîñšţ XŠŠ åţţåçķš one two three four five six seven eight nine]"
736
736
  },
737
- "lighthouse-core/audits/deprecations.js | columnDeprecate": {
737
+ "core/audits/deprecations.js | columnDeprecate": {
738
738
  "message": "[Ðéþŕéçåţîöñ / Ŵåŕñîñĝ one two three]"
739
739
  },
740
- "lighthouse-core/audits/deprecations.js | columnLine": {
740
+ "core/audits/deprecations.js | columnLine": {
741
741
  "message": "[Ļîñé one]"
742
742
  },
743
- "lighthouse-core/audits/deprecations.js | description": {
743
+ "core/audits/deprecations.js | description": {
744
744
  "message": "[Ðéþŕéçåţéð ÅÞΚ ŵîļļ évéñţûåļļý бé ŕémövéð ƒŕöm ţĥé бŕöŵšéŕ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/deprecations/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
745
745
  },
746
- "lighthouse-core/audits/deprecations.js | displayValue": {
746
+ "core/audits/deprecations.js | displayValue": {
747
747
  "message": "{itemCount,plural, =1{[1 ŵåŕñîñĝ ƒöûñð one two]}other{[# ŵåŕñîñĝš ƒöûñð one two]}}"
748
748
  },
749
- "lighthouse-core/audits/deprecations.js | failureTitle": {
749
+ "core/audits/deprecations.js | failureTitle": {
750
750
  "message": "[Ûšéš ðéþŕéçåţéð ÅÞΚ one two three]"
751
751
  },
752
- "lighthouse-core/audits/deprecations.js | title": {
752
+ "core/audits/deprecations.js | title": {
753
753
  "message": "[Åvöîðš ðéþŕéçåţéð ÅÞΚ one two three]"
754
754
  },
755
- "lighthouse-core/audits/dobetterweb/charset.js | description": {
755
+ "core/audits/dobetterweb/charset.js | description": {
756
756
  "message": "[Å çĥåŕåçţéŕ éñçöðîñĝ ðéçļåŕåţîöñ îš ŕéqûîŕéð. Îţ çåñ бé ðöñé ŵîţĥ å ᐅ`<meta>`ᐊ ţåĝ îñ ţĥé ƒîŕšţ 1024 бýţéš öƒ ţĥé ĤŢMĻ öŕ îñ ţĥé Çöñţéñţ-Ţýþé ĤŢŢÞ ŕéšþöñšé ĥéåðéŕ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/charset/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
757
757
  },
758
- "lighthouse-core/audits/dobetterweb/charset.js | failureTitle": {
758
+ "core/audits/dobetterweb/charset.js | failureTitle": {
759
759
  "message": "[Çĥåŕšéţ ðéçļåŕåţîöñ îš mîššîñĝ öŕ öççûŕš ţöö ļåţé îñ ţĥé ĤŢMĻ one two three four five six seven eight nine ten eleven twelve]"
760
760
  },
761
- "lighthouse-core/audits/dobetterweb/charset.js | title": {
761
+ "core/audits/dobetterweb/charset.js | title": {
762
762
  "message": "[Þŕöþéŕļý ðéƒîñéš çĥåŕšéţ one two three]"
763
763
  },
764
- "lighthouse-core/audits/dobetterweb/doctype.js | description": {
764
+ "core/audits/dobetterweb/doctype.js | description": {
765
765
  "message": "[Šþéçîƒýîñĝ å ðöçţýþé þŕévéñţš ţĥé бŕöŵšéŕ ƒŕöm šŵîţçĥîñĝ ţö qûîŕķš-möðé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/doctype/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
766
766
  },
767
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
767
+ "core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
768
768
  "message": "[Ðöçţýþé ñåmé mûšţ бé ţĥé ļöŵéŕçåšé šţŕîñĝ ᐅ`html`ᐊ one two three four five six seven eight nine]"
769
769
  },
770
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
770
+ "core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
771
771
  "message": "[Ðöçûméñţ mûšţ çöñţåîñ å ðöçţýþé one two three four five six seven]"
772
772
  },
773
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationPublicId": {
773
+ "core/audits/dobetterweb/doctype.js | explanationPublicId": {
774
774
  "message": "[Éxþéçţéð þûбļîçÎð ţö бé åñ émþţý šţŕîñĝ one two three four five six seven eight]"
775
775
  },
776
- "lighthouse-core/audits/dobetterweb/doctype.js | explanationSystemId": {
776
+ "core/audits/dobetterweb/doctype.js | explanationSystemId": {
777
777
  "message": "[Éxþéçţéð šýšţémÎð ţö бé åñ émþţý šţŕîñĝ one two three four five six seven eight]"
778
778
  },
779
- "lighthouse-core/audits/dobetterweb/doctype.js | failureTitle": {
779
+ "core/audits/dobetterweb/doctype.js | failureTitle": {
780
780
  "message": "[Þåĝé ļåçķš ţĥé ĤŢMĻ ðöçţýþé, ţĥûš ţŕîĝĝéŕîñĝ qûîŕķš-möðé one two three four five six seven eight nine ten eleven]"
781
781
  },
782
- "lighthouse-core/audits/dobetterweb/doctype.js | title": {
782
+ "core/audits/dobetterweb/doctype.js | title": {
783
783
  "message": "[Þåĝé ĥåš ţĥé ĤŢMĻ ðöçţýþé one two three four five six]"
784
784
  },
785
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": {
785
+ "core/audits/dobetterweb/dom-size.js | columnStatistic": {
786
786
  "message": "[Šţåţîšţîç one two]"
787
787
  },
788
- "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": {
788
+ "core/audits/dobetterweb/dom-size.js | columnValue": {
789
789
  "message": "[Våļûé one]"
790
790
  },
791
- "lighthouse-core/audits/dobetterweb/dom-size.js | description": {
791
+ "core/audits/dobetterweb/dom-size.js | description": {
792
792
  "message": "[Å ļåŕĝé ÐÖM ŵîļļ îñçŕéåšé mémöŕý ûšåĝé, çåûšé ļöñĝéŕ ᐅ[ᐊšţýļé çåļçûļåţîöñšᐅ](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)ᐊ, åñð þŕöðûçé çöšţļý ᐅ[ᐊļåýöûţ ŕéƒļöŵšᐅ](https://developers.google.com/speed/articles/reflow)ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/dom-size/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
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 éļéméñţ one two]}other{[# éļéméñţš one two]}}"
796
796
  },
797
- "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": {
797
+ "core/audits/dobetterweb/dom-size.js | failureTitle": {
798
798
  "message": "[Åvöîð åñ éxçéššîvé ÐÖM šîžé one two three four five six]"
799
799
  },
800
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
800
+ "core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
801
801
  "message": "[Måxîmûm ÐÖM Ðéþţĥ one two three]"
802
802
  },
803
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
803
+ "core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
804
804
  "message": "[Ţöţåļ ÐÖM Éļéméñţš one two three]"
805
805
  },
806
- "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
806
+ "core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
807
807
  "message": "[Måxîmûm Çĥîļð Éļéméñţš one two three]"
808
808
  },
809
- "lighthouse-core/audits/dobetterweb/dom-size.js | title": {
809
+ "core/audits/dobetterweb/dom-size.js | title": {
810
810
  "message": "[Åvöîðš åñ éxçéššîvé ÐÖM šîžé one two three four five six]"
811
811
  },
812
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
812
+ "core/audits/dobetterweb/geolocation-on-start.js | description": {
813
813
  "message": "[Ûšéŕš åŕé mîšţŕûšţƒûļ öƒ öŕ çöñƒûšéð бý šîţéš ţĥåţ ŕéqûéšţ ţĥéîŕ ļöçåţîöñ ŵîţĥöûţ çöñţéxţ. Çöñšîðéŕ ţýîñĝ ţĥé ŕéqûéšţ ţö å ûšéŕ åçţîöñ îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/geolocation-on-start/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
814
814
  },
815
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
815
+ "core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
816
816
  "message": "[Ŕéqûéšţš ţĥé ĝéöļöçåţîöñ þéŕmîššîöñ öñ þåĝé ļöåð one two three four five six seven eight nine ten]"
817
817
  },
818
- "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": {
818
+ "core/audits/dobetterweb/geolocation-on-start.js | title": {
819
819
  "message": "[Åvöîðš ŕéqûéšţîñĝ ţĥé ĝéöļöçåţîöñ þéŕmîššîöñ öñ þåĝé ļöåð one two three four five six seven eight nine ten eleven twelve]"
820
820
  },
821
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
821
+ "core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
822
822
  "message": "[Κšûé ţýþé one two]"
823
823
  },
824
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | description": {
824
+ "core/audits/dobetterweb/inspector-issues.js | description": {
825
825
  "message": "[Κšûéš ļöĝĝéð ţö ţĥé ᐅ`Issues`ᐊ þåñéļ îñ Çĥŕömé Ðévţööļš îñðîçåţé ûñŕéšöļvéð þŕöбļémš. Ţĥéý çåñ çömé ƒŕöm ñéţŵöŕķ ŕéqûéšţ ƒåîļûŕéš, îñšûƒƒîçîéñţ šéçûŕîţý çöñţŕöļš, åñð öţĥéŕ бŕöŵšéŕ çöñçéŕñš. Öþéñ ûþ ţĥé Κšûéš þåñéļ îñ Çĥŕömé ÐévŢööļš ƒöŕ möŕé ðéţåîļš öñ éåçĥ îššûé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree]"
826
826
  },
827
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | failureTitle": {
827
+ "core/audits/dobetterweb/inspector-issues.js | failureTitle": {
828
828
  "message": "[Κšûéš ŵéŕé ļöĝĝéð îñ ţĥé ᐅ`Issues`ᐊ þåñéļ îñ Çĥŕömé Ðévţööļš one two three four five six seven eight nine ten eleven]"
829
829
  },
830
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
830
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
831
831
  "message": "[Бļöçķéð бý çŕöšš-öŕîĝîñ þöļîçý one two three four five six seven]"
832
832
  },
833
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
833
+ "core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
834
834
  "message": "[Ĥéåvý ŕéšöûŕçé ûšåĝé бý åðš one two three four five six]"
835
835
  },
836
- "lighthouse-core/audits/dobetterweb/inspector-issues.js | title": {
836
+ "core/audits/dobetterweb/inspector-issues.js | title": {
837
837
  "message": "[Ñö îššûéš îñ ţĥé ᐅ`Issues`ᐊ þåñéļ îñ Çĥŕömé Ðévţööļš one two three four five six seven eight nine]"
838
838
  },
839
- "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": {
839
+ "core/audits/dobetterweb/js-libraries.js | columnVersion": {
840
840
  "message": "[Véŕšîöñ one]"
841
841
  },
842
- "lighthouse-core/audits/dobetterweb/js-libraries.js | description": {
842
+ "core/audits/dobetterweb/js-libraries.js | description": {
843
843
  "message": "[Åļļ ƒŕöñţ-éñð ĴåvåŠçŕîþţ ļîбŕåŕîéš ðéţéçţéð öñ ţĥé þåĝé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/js-libraries/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
844
844
  },
845
- "lighthouse-core/audits/dobetterweb/js-libraries.js | title": {
845
+ "core/audits/dobetterweb/js-libraries.js | title": {
846
846
  "message": "[Ðéţéçţéð ĴåvåŠçŕîþţ ļîбŕåŕîéš one two three four]"
847
847
  },
848
- "lighthouse-core/audits/dobetterweb/no-document-write.js | description": {
848
+ "core/audits/dobetterweb/no-document-write.js | description": {
849
849
  "message": "[Föŕ ûšéŕš öñ šļöŵ çöññéçţîöñš, éxţéŕñåļ šçŕîþţš ðýñåmîçåļļý îñĵéçţéð vîå ᐅ`document.write()`ᐊ çåñ ðéļåý þåĝé ļöåð бý ţéñš öƒ šéçöñðš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/no-document-write/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
850
850
  },
851
- "lighthouse-core/audits/dobetterweb/no-document-write.js | failureTitle": {
851
+ "core/audits/dobetterweb/no-document-write.js | failureTitle": {
852
852
  "message": "[Åvöîð ᐅ`document.write()`ᐊ one two three]"
853
853
  },
854
- "lighthouse-core/audits/dobetterweb/no-document-write.js | title": {
854
+ "core/audits/dobetterweb/no-document-write.js | title": {
855
855
  "message": "[Åvöîðš ᐅ`document.write()`ᐊ one two three]"
856
856
  },
857
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
857
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
858
858
  "message": "[Ĥîĝĥéšţ Šévéŕîţý one two]"
859
859
  },
860
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
860
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
861
861
  "message": "[Ļîбŕåŕý Véŕšîöñ one two]"
862
862
  },
863
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
863
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
864
864
  "message": "[Vûļñéŕåбîļîţý Çöûñţ one two three]"
865
865
  },
866
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
866
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
867
867
  "message": "[Šömé ţĥîŕð-þåŕţý šçŕîþţš måý çöñţåîñ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš ţĥåţ åŕé éåšîļý îðéñţîƒîéð åñð éxþļöîţéð бý åţţåçķéŕš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/no-vulnerable-libraries/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
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 vûļñéŕåбîļîţý ðéţéçţéð one two three]}other{[# vûļñéŕåбîļîţîéš ðéţéçţéð one two three]}}"
871
871
  },
872
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
872
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
873
873
  "message": "[Îñçļûðéš ƒŕöñţ-éñð ĴåvåŠçŕîþţ ļîбŕåŕîéš ŵîţĥ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
874
874
  },
875
- "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
875
+ "core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
876
876
  "message": "[Åvöîðš ƒŕöñţ-éñð ĴåvåŠçŕîþţ ļîбŕåŕîéš ŵîţĥ ķñöŵñ šéçûŕîţý vûļñéŕåбîļîţîéš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
877
877
  },
878
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": {
878
+ "core/audits/dobetterweb/notification-on-start.js | description": {
879
879
  "message": "[Ûšéŕš åŕé mîšţŕûšţƒûļ öƒ öŕ çöñƒûšéð бý šîţéš ţĥåţ ŕéqûéšţ ţö šéñð ñöţîƒîçåţîöñš ŵîţĥöûţ çöñţéxţ. Çöñšîðéŕ ţýîñĝ ţĥé ŕéqûéšţ ţö ûšéŕ ĝéšţûŕéš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/notification-on-start/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
880
880
  },
881
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | failureTitle": {
881
+ "core/audits/dobetterweb/notification-on-start.js | failureTitle": {
882
882
  "message": "[Ŕéqûéšţš ţĥé ñöţîƒîçåţîöñ þéŕmîššîöñ öñ þåĝé ļöåð one two three four five six seven eight nine ten]"
883
883
  },
884
- "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": {
884
+ "core/audits/dobetterweb/notification-on-start.js | title": {
885
885
  "message": "[Åvöîðš ŕéqûéšţîñĝ ţĥé ñöţîƒîçåţîöñ þéŕmîššîöñ öñ þåĝé ļöåð one two three four five six seven eight nine ten eleven twelve]"
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": "[Þŕévéñţîñĝ þåššŵöŕð þåšţîñĝ ûñðéŕmîñéš ĝööð šéçûŕîţý þöļîçý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/password-inputs-can-be-pasted-into/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
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": "[Þŕévéñţš ûšéŕš ţö þåšţé îñţö þåššŵöŕð ƒîéļðš one two three four five six seven eight nine]"
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": "[Åļļöŵš ûšéŕš ţö þåšţé îñţö þåššŵöŕð ƒîéļðš one two three four five six seven eight nine]"
895
895
  },
896
- "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": {
896
+ "core/audits/dobetterweb/uses-http2.js | columnProtocol": {
897
897
  "message": "[Þŕöţöçöļ one]"
898
898
  },
899
- "lighthouse-core/audits/dobetterweb/uses-http2.js | description": {
899
+ "core/audits/dobetterweb/uses-http2.js | description": {
900
900
  "message": "[ĤŢŢÞ/2 öƒƒéŕš måñý бéñéƒîţš övéŕ ĤŢŢÞ/1.1, îñçļûðîñĝ бîñåŕý ĥéåðéŕš åñð mûļţîþļéxîñĝ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-http2/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
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 ŕéqûéšţ ñöţ šéŕvéð vîå ĤŢŢÞ/2 one two three four five six seven]}other{[# ŕéqûéšţš ñöţ šéŕvéð vîå ĤŢŢÞ/2 one two three four five six seven]}}"
904
904
  },
905
- "lighthouse-core/audits/dobetterweb/uses-http2.js | title": {
905
+ "core/audits/dobetterweb/uses-http2.js | title": {
906
906
  "message": "[Ûšé ĤŢŢÞ/2 one two]"
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": "[Çöñšîðéŕ måŕķîñĝ ýöûŕ ţöûçĥ åñð ŵĥééļ évéñţ ļîšţéñéŕš åš ᐅ`passive`ᐊ ţö îmþŕövé ýöûŕ þåĝé'š šçŕöļļ þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-passive-event-listeners/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
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": "[Ðöéš ñöţ ûšé þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven twelve]"
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": "[Ûšéš þåššîvé ļîšţéñéŕš ţö îmþŕövé šçŕöļļîñĝ þéŕƒöŕmåñçé one two three four five six seven eight nine ten eleven]"
916
916
  },
917
- "lighthouse-core/audits/errors-in-console.js | description": {
917
+ "core/audits/errors-in-console.js | description": {
918
918
  "message": "[Éŕŕöŕš ļöĝĝéð ţö ţĥé çöñšöļé îñðîçåţé ûñŕéšöļvéð þŕöбļémš. Ţĥéý çåñ çömé ƒŕöm ñéţŵöŕķ ŕéqûéšţ ƒåîļûŕéš åñð öţĥéŕ бŕöŵšéŕ çöñçéŕñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/errors-in-console/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
919
919
  },
920
- "lighthouse-core/audits/errors-in-console.js | failureTitle": {
920
+ "core/audits/errors-in-console.js | failureTitle": {
921
921
  "message": "[Бŕöŵšéŕ éŕŕöŕš ŵéŕé ļöĝĝéð ţö ţĥé çöñšöļé one two three four five six seven eight nine]"
922
922
  },
923
- "lighthouse-core/audits/errors-in-console.js | title": {
923
+ "core/audits/errors-in-console.js | title": {
924
924
  "message": "[Ñö бŕöŵšéŕ éŕŕöŕš ļöĝĝéð ţö ţĥé çöñšöļé one two three four five six seven eight]"
925
925
  },
926
- "lighthouse-core/audits/font-display.js | description": {
926
+ "core/audits/font-display.js | description": {
927
927
  "message": "[Ļévéŕåĝé ţĥé ƒöñţ-ðîšþļåý ÇŠŠ ƒéåţûŕé ţö éñšûŕé ţéxţ îš ûšéŕ-vîšîбļé ŵĥîļé ŵéбƒöñţš åŕé ļöåðîñĝ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/font-display/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
928
928
  },
929
- "lighthouse-core/audits/font-display.js | failureTitle": {
929
+ "core/audits/font-display.js | failureTitle": {
930
930
  "message": "[Éñšûŕé ţéxţ ŕémåîñš vîšîбļé ðûŕîñĝ ŵéбƒöñţ ļöåð one two three four five six seven eight nine ten]"
931
931
  },
932
- "lighthouse-core/audits/font-display.js | title": {
932
+ "core/audits/font-display.js | title": {
933
933
  "message": "[Åļļ ţéxţ ŕémåîñš vîšîбļé ðûŕîñĝ ŵéбƒöñţ ļöåðš one two three four five six seven eight nine]"
934
934
  },
935
- "lighthouse-core/audits/font-display.js | undeclaredFontOriginWarning": {
935
+ "core/audits/font-display.js | undeclaredFontOriginWarning": {
936
936
  "message": "{fontCountForOrigin,plural, =1{[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö åûţömåţîçåļļý çĥéçķ ţĥé ᐅ`font-display`ᐊ våļûé ƒöŕ ţĥé öŕîĝîñ ᐅ{fontOrigin}ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]}other{[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö åûţömåţîçåļļý çĥéçķ ţĥé ᐅ`font-display`ᐊ våļûéš ƒöŕ ţĥé öŕîĝîñ ᐅ{fontOrigin}ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]}}"
937
937
  },
938
- "lighthouse-core/audits/image-aspect-ratio.js | columnActual": {
938
+ "core/audits/image-aspect-ratio.js | columnActual": {
939
939
  "message": "[Åšþéçţ Ŕåţîö (Åçţûåļ) one two three]"
940
940
  },
941
- "lighthouse-core/audits/image-aspect-ratio.js | columnDisplayed": {
941
+ "core/audits/image-aspect-ratio.js | columnDisplayed": {
942
942
  "message": "[Åšþéçţ Ŕåţîö (Ðîšþļåýéð) one two three]"
943
943
  },
944
- "lighthouse-core/audits/image-aspect-ratio.js | description": {
944
+ "core/audits/image-aspect-ratio.js | description": {
945
945
  "message": "[Îmåĝé ðîšþļåý ðîméñšîöñš šĥöûļð måţçĥ ñåţûŕåļ åšþéçţ ŕåţîö. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/image-aspect-ratio/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
946
946
  },
947
- "lighthouse-core/audits/image-aspect-ratio.js | failureTitle": {
947
+ "core/audits/image-aspect-ratio.js | failureTitle": {
948
948
  "message": "[Ðîšþļåýš îmåĝéš ŵîţĥ îñçöŕŕéçţ åšþéçţ ŕåţîö one two three four five six seven eight nine]"
949
949
  },
950
- "lighthouse-core/audits/image-aspect-ratio.js | title": {
950
+ "core/audits/image-aspect-ratio.js | title": {
951
951
  "message": "[Ðîšþļåýš îmåĝéš ŵîţĥ çöŕŕéçţ åšþéçţ ŕåţîö one two three four five six seven eight nine]"
952
952
  },
953
- "lighthouse-core/audits/image-size-responsive.js | columnActual": {
953
+ "core/audits/image-size-responsive.js | columnActual": {
954
954
  "message": "[Åçţûåļ šîžé one two]"
955
955
  },
956
- "lighthouse-core/audits/image-size-responsive.js | columnDisplayed": {
956
+ "core/audits/image-size-responsive.js | columnDisplayed": {
957
957
  "message": "[Ðîšþļåýéð šîžé one two]"
958
958
  },
959
- "lighthouse-core/audits/image-size-responsive.js | columnExpected": {
959
+ "core/audits/image-size-responsive.js | columnExpected": {
960
960
  "message": "[Éxþéçţéð šîžé one two]"
961
961
  },
962
- "lighthouse-core/audits/image-size-responsive.js | description": {
962
+ "core/audits/image-size-responsive.js | description": {
963
963
  "message": "[Îmåĝé ñåţûŕåļ ðîméñšîöñš šĥöûļð бé þŕöþöŕţîöñåļ ţö ţĥé ðîšþļåý šîžé åñð ţĥé þîxéļ ŕåţîö ţö måxîmîžé îmåĝé çļåŕîţý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/serve-responsive-images/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
964
964
  },
965
- "lighthouse-core/audits/image-size-responsive.js | failureTitle": {
965
+ "core/audits/image-size-responsive.js | failureTitle": {
966
966
  "message": "[Šéŕvéš îmåĝéš ŵîţĥ ļöŵ ŕéšöļûţîöñ one two three four five six seven]"
967
967
  },
968
- "lighthouse-core/audits/image-size-responsive.js | title": {
968
+ "core/audits/image-size-responsive.js | title": {
969
969
  "message": "[Šéŕvéš îmåĝéš ŵîţĥ åþþŕöþŕîåţé ŕéšöļûţîöñ one two three four five six seven eight nine]"
970
970
  },
971
- "lighthouse-core/audits/installable-manifest.js | already-installed": {
971
+ "core/audits/installable-manifest.js | already-installed": {
972
972
  "message": "[Ţĥé åþþ îš åļŕéåðý îñšţåļļéð one two three four five six]"
973
973
  },
974
- "lighthouse-core/audits/installable-manifest.js | cannot-download-icon": {
974
+ "core/audits/installable-manifest.js | cannot-download-icon": {
975
975
  "message": "[Çöûļð ñöţ ðöŵñļöåð å ŕéqûîŕéð îçöñ ƒŕöm ţĥé måñîƒéšţ one two three four five six seven eight nine ten eleven]"
976
976
  },
977
- "lighthouse-core/audits/installable-manifest.js | columnValue": {
977
+ "core/audits/installable-manifest.js | columnValue": {
978
978
  "message": "[Fåîļûŕé ŕéåšöñ one two]"
979
979
  },
980
- "lighthouse-core/audits/installable-manifest.js | description": {
980
+ "core/audits/installable-manifest.js | description": {
981
981
  "message": "[Šéŕvîçé ŵöŕķéŕ îš ţĥé ţéçĥñöļöĝý ţĥåţ éñåбļéš ýöûŕ åþþ ţö ûšé måñý Þŕöĝŕéššîvé Ŵéб Åþþ ƒéåţûŕéš, šûçĥ åš öƒƒļîñé, åðð ţö ĥöméšçŕééñ, åñð þûšĥ ñöţîƒîçåţîöñš. Ŵîţĥ þŕöþéŕ šéŕvîçé ŵöŕķéŕ åñð måñîƒéšţ îmþļéméñţåţîöñš, бŕöŵšéŕš çåñ þŕöåçţîvéļý þŕömþţ ûšéŕš ţö åðð ýöûŕ åþþ ţö ţĥéîŕ ĥöméšçŕééñ, ŵĥîçĥ çåñ ļéåð ţö ĥîĝĥéŕ éñĝåĝéméñţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/installable-manifest/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty]"
982
982
  },
983
- "lighthouse-core/audits/installable-manifest.js | displayValue": {
983
+ "core/audits/installable-manifest.js | displayValue": {
984
984
  "message": "{itemCount,plural, =1{[1 ŕéåšöñ one]}other{[# ŕéåšöñš one two]}}"
985
985
  },
986
- "lighthouse-core/audits/installable-manifest.js | failureTitle": {
986
+ "core/audits/installable-manifest.js | failureTitle": {
987
987
  "message": "[Ŵéб åþþ måñîƒéšţ öŕ šéŕvîçé ŵöŕķéŕ ðö ñöţ mééţ ţĥé îñšţåļļåбîļîţý ŕéqûîŕéméñţš one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
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": "[Ţĥé Þļåý Šţöŕé åþþ ÛŔĻ åñð Þļåý Šţöŕé ÎÐ ðö ñöţ måţçĥ one two three four five six seven eight nine ten eleven]"
991
991
  },
992
- "lighthouse-core/audits/installable-manifest.js | in-incognito": {
992
+ "core/audits/installable-manifest.js | in-incognito": {
993
993
  "message": "[Þåĝé îš ļöåðéð îñ åñ îñçöĝñîţö ŵîñðöŵ one two three four five six seven eight]"
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": "[Måñîƒéšţ 'ðîšþļåý' þŕöþéŕţý mûšţ бé öñé öƒ 'šţåñðåļöñé', 'ƒûļļšçŕééñ', öŕ 'mîñîmåļ-ûî' one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
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": "[Måñîƒéšţ çöñţåîñš 'ðîšþļåý_övéŕŕîðé' ƒîéļð, åñð ţĥé ƒîŕšţ šûþþöŕţéð ðîšþļåý möðé mûšţ бé öñé öƒ 'šţåñðåļöñé', 'ƒûļļšçŕééñ', öŕ 'mîñîmåļ-ûî' one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1000
1000
  },
1001
- "lighthouse-core/audits/installable-manifest.js | manifest-empty": {
1001
+ "core/audits/installable-manifest.js | manifest-empty": {
1002
1002
  "message": "[Måñîƒéšţ çöûļð ñöţ бé ƒéţçĥéð, îš émþţý, öŕ çöûļð ñöţ бé þåŕšéð one two three four five six seven eight nine ten eleven twelve]"
1003
1003
  },
1004
- "lighthouse-core/audits/installable-manifest.js | manifest-location-changed": {
1004
+ "core/audits/installable-manifest.js | manifest-location-changed": {
1005
1005
  "message": "[Måñîƒéšţ ÛŔĻ çĥåñĝéð ŵĥîļé ţĥé måñîƒéšţ ŵåš бéîñĝ ƒéţçĥéð. one two three four five six seven eight nine ten eleven twelve]"
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": "[Måñîƒéšţ ðöéš ñöţ çöñţåîñ å 'ñåmé' öŕ 'šĥöŕţ_ñåmé' ƒîéļð one two three four five six seven eight nine ten eleven]"
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": "[Måñîƒéšţ ðöéš ñöţ çöñţåîñ å šûîţåбļé îçöñ - ÞÑĜ, ŠVĜ öŕ ŴéбÞ ƒöŕmåţ öƒ åţ ļéåšţ ᐅ{value0}ᐊ þx îš ŕéqûîŕéð, ţĥé šîžéš åţţŕîбûţé mûšţ бé šéţ, åñð ţĥé þûŕþöšé åţţŕîбûţé, îƒ šéţ, mûšţ îñçļûðé \"åñý\". one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
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}ᐊ þx šqûåŕé îñ ÞÑĜ, ŠVĜ öŕ ŴéбÞ ƒöŕmåţ, ŵîţĥ ţĥé þûŕþöšé åţţŕîбûţé ûñšéţ öŕ šéţ ţö \"åñý\" one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1015
1015
  },
1016
- "lighthouse-core/audits/installable-manifest.js | no-icon-available": {
1016
+ "core/audits/installable-manifest.js | no-icon-available": {
1017
1017
  "message": "[Ðöŵñļöåðéð îçöñ ŵåš émþţý öŕ çöŕŕûþţéð one two three four five six seven eight]"
1018
1018
  },
1019
- "lighthouse-core/audits/installable-manifest.js | no-id-specified": {
1019
+ "core/audits/installable-manifest.js | no-id-specified": {
1020
1020
  "message": "[Ñö Þļåý šţöŕé ÎÐ þŕövîðéð one two three four five six]"
1021
1021
  },
1022
- "lighthouse-core/audits/installable-manifest.js | no-manifest": {
1022
+ "core/audits/installable-manifest.js | no-manifest": {
1023
1023
  "message": "[Þåĝé ĥåš ñö måñîƒéšţ <link> ÛŔĻ one two three four five six]"
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": "[Ñö måţçĥîñĝ šéŕvîçé ŵöŕķéŕ ðéţéçţéð. Ýöû måý ñééð ţö ŕéļöåð ţĥé þåĝé, öŕ çĥéçķ ţĥåţ ţĥé šçöþé öƒ ţĥé šéŕvîçé ŵöŕķéŕ ƒöŕ ţĥé çûŕŕéñţ þåĝé éñçļöšéš ţĥé šçöþé åñð šţåŕţ ÛŔĻ ƒŕöm ţĥé måñîƒéšţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
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": "[Çöûļð ñöţ çĥéçķ šéŕvîçé ŵöŕķéŕ ŵîţĥöûţ å 'šţåŕţ_ûŕļ' ƒîéļð îñ ţĥé måñîƒéšţ one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1030
1030
  },
1031
- "lighthouse-core/audits/installable-manifest.js | noErrorId": {
1031
+ "core/audits/installable-manifest.js | noErrorId": {
1032
1032
  "message": "[Îñšţåļļåбîļîţý éŕŕöŕ îð 'ᐅ{errorId}ᐊ' îš ñöţ ŕéçöĝñîžéð one two three four five six seven eight nine ten]"
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": "[Þåĝé îš ñöţ šéŕvéð ƒŕöm å šéçûŕé öŕîĝîñ one two three four five six seven eight]"
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": "[Þåĝé îš ñöţ ļöåðéð îñ ţĥé måîñ ƒŕåmé one two three four five six seven eight]"
1039
1039
  },
1040
- "lighthouse-core/audits/installable-manifest.js | not-offline-capable": {
1040
+ "core/audits/installable-manifest.js | not-offline-capable": {
1041
1041
  "message": "[Þåĝé ðöéš ñöţ ŵöŕķ öƒƒļîñé one two three four five six]"
1042
1042
  },
1043
- "lighthouse-core/audits/installable-manifest.js | pipeline-restarted": {
1043
+ "core/audits/installable-manifest.js | pipeline-restarted": {
1044
1044
  "message": "[ÞŴÅ ĥåš бééñ ûñîñšţåļļéð åñð îñšţåļļåбîļîţý çĥéçķš ŕéšéţţîñĝ. one two three four five six seven eight nine ten eleven twelve]"
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": "[Ţĥé šþéçîƒîéð åþþļîçåţîöñ þļåţƒöŕm îš ñöţ šûþþöŕţéð öñ Åñðŕöîð one two three four five six seven eight nine ten eleven twelve]"
1048
1048
  },
1049
- "lighthouse-core/audits/installable-manifest.js | prefer-related-applications": {
1049
+ "core/audits/installable-manifest.js | prefer-related-applications": {
1050
1050
  "message": "[Måñîƒéšţ šþéçîƒîéš þŕéƒéŕ_ŕéļåţéð_åþþļîçåţîöñš: ţŕûé one two three four five six seven eight nine ten eleven]"
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": "[þŕéƒéŕ_ŕéļåţéð_åþþļîçåţîöñš îš öñļý šûþþöŕţéð öñ Çĥŕömé Бéţå åñð Šţåбļé çĥåññéļš öñ Åñðŕöîð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1054
1054
  },
1055
- "lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
1055
+ "core/audits/installable-manifest.js | protocol-timeout": {
1056
1056
  "message": "[Ļîĝĥţĥöûšé çöûļð ñöţ ðéţéŕmîñé îƒ ţĥéŕé ŵåš å šéŕvîçé ŵöŕķéŕ. Þļéåšé ţŕý ŵîţĥ å ñéŵéŕ véŕšîöñ öƒ Çĥŕömé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
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": "[Måñîƒéšţ šţåŕţ ÛŔĻ îš ñöţ våļîð one two three four five six seven]"
1060
1060
  },
1061
- "lighthouse-core/audits/installable-manifest.js | title": {
1061
+ "core/audits/installable-manifest.js | title": {
1062
1062
  "message": "[Ŵéб åþþ måñîƒéšţ åñð šéŕvîçé ŵöŕķéŕ mééţ ţĥé îñšţåļļåбîļîţý ŕéqûîŕéméñţš one two three four five six seven eight nine ten eleven twelve thirteen]"
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": "[Å ÛŔĻ îñ ţĥé måñîƒéšţ çöñţåîñš å ûšéŕñåmé, þåššŵöŕð, öŕ þöŕţ one two three four five six seven eight nine ten eleven twelve]"
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": "[Þåĝé ðöéš ñöţ ŵöŕķ öƒƒļîñé. Ţĥé þåĝé ŵîļļ ñöţ бé ŕéĝåŕðéð åš îñšţåļļåбļé åƒţéŕ Çĥŕömé 93, šţåбļé ŕéļéåšé Åûĝûšţ 2021. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1069
1069
  },
1070
- "lighthouse-core/audits/is-on-https.js | allowed": {
1070
+ "core/audits/is-on-https.js | allowed": {
1071
1071
  "message": "[Åļļöŵéð one]"
1072
1072
  },
1073
- "lighthouse-core/audits/is-on-https.js | blocked": {
1073
+ "core/audits/is-on-https.js | blocked": {
1074
1074
  "message": "[Бļöçķéð one]"
1075
1075
  },
1076
- "lighthouse-core/audits/is-on-https.js | columnInsecureURL": {
1076
+ "core/audits/is-on-https.js | columnInsecureURL": {
1077
1077
  "message": "[Îñšéçûŕé ÛŔĻ one two]"
1078
1078
  },
1079
- "lighthouse-core/audits/is-on-https.js | columnResolution": {
1079
+ "core/audits/is-on-https.js | columnResolution": {
1080
1080
  "message": "[Ŕéqûéšţ Ŕéšöļûţîöñ one two three]"
1081
1081
  },
1082
- "lighthouse-core/audits/is-on-https.js | description": {
1082
+ "core/audits/is-on-https.js | description": {
1083
1083
  "message": "[Åļļ šîţéš šĥöûļð бé þŕöţéçţéð ŵîţĥ ĤŢŢÞŠ, évéñ öñéš ţĥåţ ðöñ'ţ ĥåñðļé šéñšîţîvé ðåţå. Ţĥîš îñçļûðéš åvöîðîñĝ ᐅ[ᐊmîxéð çöñţéñţᐅ](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content)ᐊ, ŵĥéŕé šömé ŕéšöûŕçéš åŕé ļöåðéð övéŕ ĤŢŢÞ ðéšþîţé ţĥé îñîţîåļ ŕéqûéšţ бéîñĝ šéŕvéð övéŕ ĤŢŢÞŠ. ĤŢŢÞŠ þŕévéñţš îñţŕûðéŕš ƒŕöm ţåmþéŕîñĝ ŵîţĥ öŕ þåššîvéļý ļîšţéñîñĝ îñ öñ ţĥé çömmûñîçåţîöñš бéţŵééñ ýöûŕ åþþ åñð ýöûŕ ûšéŕš, åñð îš å þŕéŕéqûîšîţé ƒöŕ ĤŢŢÞ/2 åñð måñý ñéŵ ŵéб þļåţƒöŕm ÅÞΚ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/is-on-https/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
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 îñšéçûŕé ŕéqûéšţ ƒöûñð one two three four five]}other{[# îñšéçûŕé ŕéqûéšţš ƒöûñð one two three four five six]}}"
1087
1087
  },
1088
- "lighthouse-core/audits/is-on-https.js | failureTitle": {
1088
+ "core/audits/is-on-https.js | failureTitle": {
1089
1089
  "message": "[Ðöéš ñöţ ûšé ĤŢŢÞŠ one two three four]"
1090
1090
  },
1091
- "lighthouse-core/audits/is-on-https.js | title": {
1091
+ "core/audits/is-on-https.js | title": {
1092
1092
  "message": "[Ûšéš ĤŢŢÞŠ one two]"
1093
1093
  },
1094
- "lighthouse-core/audits/is-on-https.js | upgraded": {
1094
+ "core/audits/is-on-https.js | upgraded": {
1095
1095
  "message": "[Åûţömåţîçåļļý ûþĝŕåðéð ţö ĤŢŢÞŠ one two three four five six seven]"
1096
1096
  },
1097
- "lighthouse-core/audits/is-on-https.js | warning": {
1097
+ "core/audits/is-on-https.js | warning": {
1098
1098
  "message": "[Åļļöŵéð ŵîţĥ ŵåŕñîñĝ one two three]"
1099
1099
  },
1100
- "lighthouse-core/audits/largest-contentful-paint-element.js | description": {
1100
+ "core/audits/largest-contentful-paint-element.js | description": {
1101
1101
  "message": "[Ţĥîš îš ţĥé ļåŕĝéšţ çöñţéñţƒûļ éļéméñţ þåîñţéð ŵîţĥîñ ţĥé vîéŵþöŕţ. ᐅ[ᐊĻéåŕñ Möŕéᐅ](https://web.dev/lighthouse-largest-contentful-paint/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1102
1102
  },
1103
- "lighthouse-core/audits/largest-contentful-paint-element.js | title": {
1103
+ "core/audits/largest-contentful-paint-element.js | title": {
1104
1104
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ éļéméñţ one two three four five six seven]"
1105
1105
  },
1106
- "lighthouse-core/audits/layout-shift-elements.js | columnContribution": {
1106
+ "core/audits/layout-shift-elements.js | columnContribution": {
1107
1107
  "message": "[ÇĻŠ Çöñţŕîбûţîöñ one two]"
1108
1108
  },
1109
- "lighthouse-core/audits/layout-shift-elements.js | description": {
1109
+ "core/audits/layout-shift-elements.js | description": {
1110
1110
  "message": "[Ţĥéšé ÐÖM éļéméñţš çöñţŕîбûţé möšţ ţö ţĥé ÇĻŠ öƒ ţĥé þåĝé. one two three four five six seven eight nine ten eleven twelve]"
1111
1111
  },
1112
- "lighthouse-core/audits/layout-shift-elements.js | title": {
1112
+ "core/audits/layout-shift-elements.js | title": {
1113
1113
  "message": "[Åvöîð ļåŕĝé ļåýöûţ šĥîƒţš one two three four five six]"
1114
1114
  },
1115
- "lighthouse-core/audits/lcp-lazy-loaded.js | description": {
1115
+ "core/audits/lcp-lazy-loaded.js | description": {
1116
1116
  "message": "[Åбövé-ţĥé-ƒöļð îmåĝéš ţĥåţ åŕé ļåžîļý ļöåðéð ŕéñðéŕ ļåţéŕ îñ ţĥé þåĝé ļîƒéçýçļé, ŵĥîçĥ çåñ ðéļåý ţĥé ļåŕĝéšţ çöñţéñţƒûļ þåîñţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/lcp-lazy-loading/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1117
1117
  },
1118
- "lighthouse-core/audits/lcp-lazy-loaded.js | failureTitle": {
1118
+ "core/audits/lcp-lazy-loaded.js | failureTitle": {
1119
1119
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ îmåĝé ŵåš ļåžîļý ļöåðéð one two three four five six seven eight nine ten]"
1120
1120
  },
1121
- "lighthouse-core/audits/lcp-lazy-loaded.js | title": {
1121
+ "core/audits/lcp-lazy-loaded.js | title": {
1122
1122
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ îmåĝé ŵåš ñöţ ļåžîļý ļöåðéð one two three four five six seven eight nine ten eleven]"
1123
1123
  },
1124
- "lighthouse-core/audits/long-tasks.js | description": {
1124
+ "core/audits/long-tasks.js | description": {
1125
1125
  "message": "[Ļîšţš ţĥé ļöñĝéšţ ţåšķš öñ ţĥé måîñ ţĥŕéåð, ûšéƒûļ ƒöŕ îðéñţîƒýîñĝ ŵöŕšţ çöñţŕîбûţöŕš ţö îñþûţ ðéļåý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/long-tasks-devtools/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1126
1126
  },
1127
- "lighthouse-core/audits/long-tasks.js | displayValue": {
1127
+ "core/audits/long-tasks.js | displayValue": {
1128
1128
  "message": "{itemCount,plural, =1{[# ļöñĝ ţåšķ ƒöûñð one two three four]}other{[# ļöñĝ ţåšķš ƒöûñð one two three four]}}"
1129
1129
  },
1130
- "lighthouse-core/audits/long-tasks.js | title": {
1130
+ "core/audits/long-tasks.js | title": {
1131
1131
  "message": "[Åvöîð ļöñĝ måîñ-ţĥŕéåð ţåšķš one two three four five six]"
1132
1132
  },
1133
- "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": {
1133
+ "core/audits/mainthread-work-breakdown.js | columnCategory": {
1134
1134
  "message": "[Çåţéĝöŕý one]"
1135
1135
  },
1136
- "lighthouse-core/audits/mainthread-work-breakdown.js | description": {
1136
+ "core/audits/mainthread-work-breakdown.js | description": {
1137
1137
  "message": "[Çöñšîðéŕ ŕéðûçîñĝ ţĥé ţîmé šþéñţ þåŕšîñĝ, çömþîļîñĝ åñð éxéçûţîñĝ ĴŠ. Ýöû måý ƒîñð ðéļîvéŕîñĝ šmåļļéŕ ĴŠ þåýļöåðš ĥéļþš ŵîţĥ ţĥîš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/mainthread-work-breakdown/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1138
1138
  },
1139
- "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": {
1139
+ "core/audits/mainthread-work-breakdown.js | failureTitle": {
1140
1140
  "message": "[Mîñîmîžé måîñ-ţĥŕéåð ŵöŕķ one two three]"
1141
1141
  },
1142
- "lighthouse-core/audits/mainthread-work-breakdown.js | title": {
1142
+ "core/audits/mainthread-work-breakdown.js | title": {
1143
1143
  "message": "[Mîñîmîžéš måîñ-ţĥŕéåð ŵöŕķ one two three]"
1144
1144
  },
1145
- "lighthouse-core/audits/manual/pwa-cross-browser.js | description": {
1145
+ "core/audits/manual/pwa-cross-browser.js | description": {
1146
1146
  "message": "[Ţö ŕéåçĥ ţĥé möšţ ñûmбéŕ öƒ ûšéŕš, šîţéš šĥöûļð ŵöŕķ åçŕöšš évéŕý måĵöŕ бŕöŵšéŕ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/pwa-cross-browser/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1147
1147
  },
1148
- "lighthouse-core/audits/manual/pwa-cross-browser.js | title": {
1148
+ "core/audits/manual/pwa-cross-browser.js | title": {
1149
1149
  "message": "[Šîţé ŵöŕķš çŕöšš-бŕöŵšéŕ one two three]"
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": "[Éñšûŕé îñðîvîðûåļ þåĝéš åŕé ðééþ ļîñķåбļé vîå ÛŔĻ åñð ţĥåţ ÛŔĻš åŕé ûñîqûé ƒöŕ ţĥé þûŕþöšé öƒ šĥåŕéåбîļîţý öñ šöçîåļ méðîå. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/pwa-each-page-has-url/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
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": "[Éåçĥ þåĝé ĥåš å ÛŔĻ one two three four]"
1156
1156
  },
1157
- "lighthouse-core/audits/manual/pwa-page-transitions.js | description": {
1157
+ "core/audits/manual/pwa-page-transitions.js | description": {
1158
1158
  "message": "[Ţŕåñšîţîöñš šĥöûļð ƒééļ šñåþþý åš ýöû ţåþ åŕöûñð, évéñ öñ å šļöŵ ñéţŵöŕķ. Ţĥîš éxþéŕîéñçé îš ķéý ţö å ûšéŕ'š þéŕçéþţîöñ öƒ þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/pwa-page-transitions/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1159
1159
  },
1160
- "lighthouse-core/audits/manual/pwa-page-transitions.js | title": {
1160
+ "core/audits/manual/pwa-page-transitions.js | title": {
1161
1161
  "message": "[Þåĝé ţŕåñšîţîöñš ðöñ'ţ ƒééļ ļîķé ţĥéý бļöçķ öñ ţĥé ñéţŵöŕķ one two three four five six seven eight nine ten eleven twelve]"
1162
1162
  },
1163
- "lighthouse-core/audits/maskable-icon.js | description": {
1163
+ "core/audits/maskable-icon.js | description": {
1164
1164
  "message": "[Å måšķåбļé îçöñ éñšûŕéš ţĥåţ ţĥé îmåĝé ƒîļļš ţĥé éñţîŕé šĥåþé ŵîţĥöûţ бéîñĝ ļéţţéŕбöxéð ŵĥéñ îñšţåļļîñĝ ţĥé åþþ öñ å ðévîçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/maskable-icon-audit/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1165
1165
  },
1166
- "lighthouse-core/audits/maskable-icon.js | failureTitle": {
1166
+ "core/audits/maskable-icon.js | failureTitle": {
1167
1167
  "message": "[Måñîƒéšţ ðöéšñ'ţ ĥåvé å måšķåбļé îçöñ one two three four five six seven eight]"
1168
1168
  },
1169
- "lighthouse-core/audits/maskable-icon.js | title": {
1169
+ "core/audits/maskable-icon.js | title": {
1170
1170
  "message": "[Måñîƒéšţ ĥåš å måšķåбļé îçöñ one two three four five six]"
1171
1171
  },
1172
- "lighthouse-core/audits/metrics/cumulative-layout-shift.js | description": {
1172
+ "core/audits/metrics/cumulative-layout-shift.js | description": {
1173
1173
  "message": "[Çûmûļåţîvé Ļåýöûţ Šĥîƒţ méåšûŕéš ţĥé mövéméñţ öƒ vîšîбļé éļéméñţš ŵîţĥîñ ţĥé vîéŵþöŕţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/cls/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1174
1174
  },
1175
- "lighthouse-core/audits/metrics/first-contentful-paint.js | description": {
1175
+ "core/audits/metrics/first-contentful-paint.js | description": {
1176
1176
  "message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ƒîŕšţ ţéxţ öŕ îmåĝé îš þåîñţéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/first-contentful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1177
1177
  },
1178
- "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": {
1178
+ "core/audits/metrics/first-meaningful-paint.js | description": {
1179
1179
  "message": "[Fîŕšţ Méåñîñĝƒûļ Þåîñţ méåšûŕéš ŵĥéñ ţĥé þŕîmåŕý çöñţéñţ öƒ å þåĝé îš vîšîбļé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/first-meaningful-paint/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1180
1180
  },
1181
- "lighthouse-core/audits/metrics/interactive.js | description": {
1181
+ "core/audits/metrics/interactive.js | description": {
1182
1182
  "message": "[Ţîmé ţö îñţéŕåçţîvé îš ţĥé åmöûñţ öƒ ţîmé îţ ţåķéš ƒöŕ ţĥé þåĝé ţö бéçömé ƒûļļý îñţéŕåçţîvé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/interactive/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1183
1183
  },
1184
- "lighthouse-core/audits/metrics/largest-contentful-paint.js | description": {
1184
+ "core/audits/metrics/largest-contentful-paint.js | description": {
1185
1185
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ måŕķš ţĥé ţîmé åţ ŵĥîçĥ ţĥé ļåŕĝéšţ ţéxţ öŕ îmåĝé îš þåîñţéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/lighthouse-largest-contentful-paint/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1186
1186
  },
1187
- "lighthouse-core/audits/metrics/max-potential-fid.js | description": {
1187
+ "core/audits/metrics/max-potential-fid.js | description": {
1188
1188
  "message": "[Ţĥé måxîmûm þöţéñţîåļ Fîŕšţ Îñþûţ Ðéļåý ţĥåţ ýöûŕ ûšéŕš çöûļð éxþéŕîéñçé îš ţĥé ðûŕåţîöñ öƒ ţĥé ļöñĝéšţ ţåšķ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/lighthouse-max-potential-fid/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1189
1189
  },
1190
- "lighthouse-core/audits/metrics/speed-index.js | description": {
1190
+ "core/audits/metrics/speed-index.js | description": {
1191
1191
  "message": "[Šþééð Îñðéx šĥöŵš ĥöŵ qûîçķļý ţĥé çöñţéñţš öƒ å þåĝé åŕé vîšîбļý þöþûļåţéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/speed-index/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1192
1192
  },
1193
- "lighthouse-core/audits/metrics/total-blocking-time.js | description": {
1193
+ "core/audits/metrics/total-blocking-time.js | description": {
1194
1194
  "message": "[Šûm öƒ åļļ ţîmé þéŕîöðš бéţŵééñ FÇÞ åñð Ţîmé ţö Îñţéŕåçţîvé, ŵĥéñ ţåšķ ļéñĝţĥ éxçééðéð 50mš, éxþŕéššéð îñ mîļļîšéçöñðš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/lighthouse-total-blocking-time/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1195
1195
  },
1196
- "lighthouse-core/audits/network-rtt.js | description": {
1196
+ "core/audits/network-rtt.js | description": {
1197
1197
  "message": "[Ñéţŵöŕķ ŕöûñð ţŕîþ ţîméš (ŔŢŢ) ĥåvé å ļåŕĝé îmþåçţ öñ þéŕƒöŕmåñçé. ΃ ţĥé ŔŢŢ ţö åñ öŕîĝîñ îš ĥîĝĥ, îţ'š åñ îñðîçåţîöñ ţĥåţ šéŕvéŕš çļöšéŕ ţö ţĥé ûšéŕ çöûļð îmþŕövé þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://hpbn.co/primer-on-latency-and-bandwidth/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
1198
1198
  },
1199
- "lighthouse-core/audits/network-rtt.js | title": {
1199
+ "core/audits/network-rtt.js | title": {
1200
1200
  "message": "[Ñéţŵöŕķ Ŕöûñð Ţŕîþ Ţîméš one two three four five]"
1201
1201
  },
1202
- "lighthouse-core/audits/network-server-latency.js | description": {
1202
+ "core/audits/network-server-latency.js | description": {
1203
1203
  "message": "[Šéŕvéŕ ļåţéñçîéš çåñ îmþåçţ ŵéб þéŕƒöŕmåñçé. ΃ ţĥé šéŕvéŕ ļåţéñçý öƒ åñ öŕîĝîñ îš ĥîĝĥ, îţ'š åñ îñðîçåţîöñ ţĥé šéŕvéŕ îš övéŕļöåðéð öŕ ĥåš þööŕ бåçķéñð þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
1204
1204
  },
1205
- "lighthouse-core/audits/network-server-latency.js | title": {
1205
+ "core/audits/network-server-latency.js | title": {
1206
1206
  "message": "[Šéŕvéŕ Бåçķéñð Ļåţéñçîéš one two three]"
1207
1207
  },
1208
- "lighthouse-core/audits/no-unload-listeners.js | description": {
1208
+ "core/audits/no-unload-listeners.js | description": {
1209
1209
  "message": "[Ţĥé ᐅ`unload`ᐊ évéñţ ðöéš ñöţ ƒîŕé ŕéļîåбļý åñð ļîšţéñîñĝ ƒöŕ îţ çåñ þŕévéñţ бŕöŵšéŕ öþţîmîžåţîöñš ļîķé ţĥé Бåçķ-Föŕŵåŕð Çåçĥé. Ûšé ᐅ`pagehide`ᐊ öŕ ᐅ`visibilitychange`ᐊ évéñţš îñšţéåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/bfcache/#never-use-the-unload-event)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
1210
1210
  },
1211
- "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
1211
+ "core/audits/no-unload-listeners.js | failureTitle": {
1212
1212
  "message": "[Ŕéĝîšţéŕš åñ ᐅ`unload`ᐊ ļîšţéñéŕ one two three four five six]"
1213
1213
  },
1214
- "lighthouse-core/audits/no-unload-listeners.js | title": {
1214
+ "core/audits/no-unload-listeners.js | title": {
1215
1215
  "message": "[Åvöîðš ᐅ`unload`ᐊ évéñţ ļîšţéñéŕš one two three four five six]"
1216
1216
  },
1217
- "lighthouse-core/audits/non-composited-animations.js | description": {
1217
+ "core/audits/non-composited-animations.js | description": {
1218
1218
  "message": "[Åñîmåţîöñš ŵĥîçĥ åŕé ñöţ çömþöšîţéð çåñ бé ĵåñķý åñð îñçŕéåšé ÇĻŠ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/non-composited-animations)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
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{[# åñîmåţéð éļéméñţ ƒöûñð one two three four five]}other{[# åñîmåţéð éļéméñţš ƒöûñð one two three four five six]}}"
1222
1222
  },
1223
- "lighthouse-core/audits/non-composited-animations.js | filterMayMovePixels": {
1223
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
1224
1224
  "message": "[Fîļţéŕ-ŕéļåţéð þŕöþéŕţý måý mövé þîxéļš one two three four five six seven eight]"
1225
1225
  },
1226
- "lighthouse-core/audits/non-composited-animations.js | incompatibleAnimations": {
1226
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
1227
1227
  "message": "[Ţåŕĝéţ ĥåš åñöţĥéŕ åñîmåţîöñ ŵĥîçĥ îš îñçömþåţîбļé one two three four five six seven eight nine ten eleven]"
1228
1228
  },
1229
- "lighthouse-core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1229
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1230
1230
  "message": "[Ƀƒéçţ ĥåš çömþöšîţé möðé öţĥéŕ ţĥåñ \"ŕéþļåçé\" one two three four five six seven eight nine ten]"
1231
1231
  },
1232
- "lighthouse-core/audits/non-composited-animations.js | title": {
1232
+ "core/audits/non-composited-animations.js | title": {
1233
1233
  "message": "[Åvöîð ñöñ-çömþöšîţéð åñîmåţîöñš one two three four]"
1234
1234
  },
1235
- "lighthouse-core/audits/non-composited-animations.js | transformDependsBoxSize": {
1235
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
1236
1236
  "message": "[Ţŕåñšƒöŕm-ŕéļåţéð þŕöþéŕţý ðéþéñðš öñ бöx šîžé one two three four five six seven eight nine ten]"
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{[Ûñšûþþöŕţéð ÇŠŠ Þŕöþéŕţý: ᐅ{properties}ᐊ one two three four five six seven]}other{[Ûñšûþþöŕţéð ÇŠŠ Þŕöþéŕţîéš: ᐅ{properties}ᐊ one two three four five six seven]}}"
1240
1240
  },
1241
- "lighthouse-core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1241
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1242
1242
  "message": "[Ƀƒéçţ ĥåš ûñšûþþöŕţéð ţîmîñĝ þåŕåméţéŕš one two three four five six seven eight]"
1243
1243
  },
1244
- "lighthouse-core/audits/performance-budget.js | description": {
1244
+ "core/audits/performance-budget.js | description": {
1245
1245
  "message": "[Ķééþ ţĥé qûåñţîţý åñð šîžé öƒ ñéţŵöŕķ ŕéqûéšţš ûñðéŕ ţĥé ţåŕĝéţš šéţ бý ţĥé þŕövîðéð þéŕƒöŕmåñçé бûðĝéţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/tools/lighthouse/audits/budgets)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1246
1246
  },
1247
- "lighthouse-core/audits/performance-budget.js | requestCountOverBudget": {
1247
+ "core/audits/performance-budget.js | requestCountOverBudget": {
1248
1248
  "message": "{count,plural, =1{[1 ŕéqûéšţ one two]}other{[# ŕéqûéšţš one two]}}"
1249
1249
  },
1250
- "lighthouse-core/audits/performance-budget.js | title": {
1250
+ "core/audits/performance-budget.js | title": {
1251
1251
  "message": "[Þéŕƒöŕmåñçé бûðĝéţ one two three]"
1252
1252
  },
1253
- "lighthouse-core/audits/preload-fonts.js | description": {
1253
+ "core/audits/preload-fonts.js | description": {
1254
1254
  "message": "[Þŕéļöåð ᐅ`optional`ᐊ ƒöñţš šö ƒîŕšţ-ţîmé vîšîţöŕš måý ûšé ţĥém. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/preload-optional-fonts/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen]"
1255
1255
  },
1256
- "lighthouse-core/audits/preload-fonts.js | failureTitle": {
1256
+ "core/audits/preload-fonts.js | failureTitle": {
1257
1257
  "message": "[Föñţš ŵîţĥ ᐅ`font-display: optional`ᐊ åŕé ñöţ þŕéļöåðéð one two three four five six seven]"
1258
1258
  },
1259
- "lighthouse-core/audits/preload-fonts.js | title": {
1259
+ "core/audits/preload-fonts.js | title": {
1260
1260
  "message": "[Föñţš ŵîţĥ ᐅ`font-display: optional`ᐊ åŕé þŕéļöåðéð one two three four five six]"
1261
1261
  },
1262
- "lighthouse-core/audits/preload-lcp-image.js | description": {
1262
+ "core/audits/preload-lcp-image.js | description": {
1263
1263
  "message": "[Þŕéļöåð ţĥé îmåĝé ûšéð бý ţĥé ĻÇÞ éļéméñţ îñ öŕðéŕ ţö îmþŕövé ýöûŕ ĻÇÞ ţîmé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/optimize-lcp/#preload-important-resources)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1264
1264
  },
1265
- "lighthouse-core/audits/preload-lcp-image.js | title": {
1265
+ "core/audits/preload-lcp-image.js | title": {
1266
1266
  "message": "[Þŕéļöåð Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ îmåĝé one two three four five six seven eight]"
1267
1267
  },
1268
- "lighthouse-core/audits/redirects.js | description": {
1268
+ "core/audits/redirects.js | description": {
1269
1269
  "message": "[Ŕéðîŕéçţš îñţŕöðûçé åððîţîöñåļ ðéļåýš бéƒöŕé ţĥé þåĝé çåñ бé ļöåðéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/redirects/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1270
1270
  },
1271
- "lighthouse-core/audits/redirects.js | title": {
1271
+ "core/audits/redirects.js | title": {
1272
1272
  "message": "[Åvöîð mûļţîþļé þåĝé ŕéðîŕéçţš one two three four five six seven]"
1273
1273
  },
1274
- "lighthouse-core/audits/resource-summary.js | description": {
1274
+ "core/audits/resource-summary.js | description": {
1275
1275
  "message": "[Ţö šéţ бûðĝéţš ƒöŕ ţĥé qûåñţîţý åñð šîžé öƒ þåĝé ŕéšöûŕçéš, åðð å бûðĝéţ.ĵšöñ ƒîļé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/use-lighthouse-for-performance-budgets/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1276
1276
  },
1277
- "lighthouse-core/audits/resource-summary.js | displayValue": {
1277
+ "core/audits/resource-summary.js | displayValue": {
1278
1278
  "message": "{requestCount,plural, =1{[1 ŕéqûéšţ • ᐅ{byteCount, number, bytes}ᐊ ĶîБ one two three four]}other{[# ŕéqûéšţš • ᐅ{byteCount, number, bytes}ᐊ ĶîБ one two three four five]}}"
1279
1279
  },
1280
- "lighthouse-core/audits/resource-summary.js | title": {
1280
+ "core/audits/resource-summary.js | title": {
1281
1281
  "message": "[Ķééþ ŕéqûéšţ çöûñţš ļöŵ åñð ţŕåñšƒéŕ šîžéš šmåļļ one two three four five six seven eight nine ten]"
1282
1282
  },
1283
- "lighthouse-core/audits/seo/canonical.js | description": {
1283
+ "core/audits/seo/canonical.js | description": {
1284
1284
  "message": "[Çåñöñîçåļ ļîñķš šûĝĝéšţ ŵĥîçĥ ÛŔĻ ţö šĥöŵ îñ šéåŕçĥ ŕéšûļţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/canonical/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1285
1285
  },
1286
- "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
1286
+ "core/audits/seo/canonical.js | explanationConflict": {
1287
1287
  "message": "[Mûļţîþļé çöñƒļîçţîñĝ ÛŔĻš (ᐅ{urlList}ᐊ) one two three four five six seven]"
1288
1288
  },
1289
- "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
1289
+ "core/audits/seo/canonical.js | explanationInvalid": {
1290
1290
  "message": "[Îñvåļîð ÛŔĻ (ᐅ{url}ᐊ) one two three four]"
1291
1291
  },
1292
- "lighthouse-core/audits/seo/canonical.js | explanationPointsElsewhere": {
1292
+ "core/audits/seo/canonical.js | explanationPointsElsewhere": {
1293
1293
  "message": "[Þöîñţš ţö åñöţĥéŕ ᐅ`hreflang`ᐊ ļöçåţîöñ (ᐅ{url}ᐊ) one two three four five six seven eight]"
1294
1294
  },
1295
- "lighthouse-core/audits/seo/canonical.js | explanationRelative": {
1295
+ "core/audits/seo/canonical.js | explanationRelative": {
1296
1296
  "message": "[Κ ñöţ åñ åбšöļûţé ÛŔĻ (ᐅ{url}ᐊ) one two three four five six]"
1297
1297
  },
1298
- "lighthouse-core/audits/seo/canonical.js | explanationRoot": {
1298
+ "core/audits/seo/canonical.js | explanationRoot": {
1299
1299
  "message": "[Þöîñţš ţö ţĥé ðömåîñ'š ŕööţ ÛŔĻ (ţĥé ĥöméþåĝé), îñšţéåð öƒ åñ éqûîvåļéñţ þåĝé öƒ çöñţéñţ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1300
1300
  },
1301
- "lighthouse-core/audits/seo/canonical.js | failureTitle": {
1301
+ "core/audits/seo/canonical.js | failureTitle": {
1302
1302
  "message": "[Ðöçûméñţ ðöéš ñöţ ĥåvé å våļîð ᐅ`rel=canonical`ᐊ one two three four five six seven]"
1303
1303
  },
1304
- "lighthouse-core/audits/seo/canonical.js | title": {
1304
+ "core/audits/seo/canonical.js | title": {
1305
1305
  "message": "[Ðöçûméñţ ĥåš å våļîð ᐅ`rel=canonical`ᐊ one two three four five]"
1306
1306
  },
1307
- "lighthouse-core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1307
+ "core/audits/seo/crawlable-anchors.js | columnFailingLink": {
1308
1308
  "message": "[Ûñçŕåŵļåбļé Ļîñķ one two]"
1309
1309
  },
1310
- "lighthouse-core/audits/seo/crawlable-anchors.js | description": {
1310
+ "core/audits/seo/crawlable-anchors.js | description": {
1311
1311
  "message": "[Šéåŕçĥ éñĝîñéš måý ûšé ᐅ`href`ᐊ åţţŕîбûţéš öñ ļîñķš ţö çŕåŵļ ŵéбšîţéš. Éñšûŕé ţĥåţ ţĥé ᐅ`href`ᐊ åţţŕîбûţé öƒ åñçĥöŕ éļéméñţš ļîñķš ţö åñ åþþŕöþŕîåţé ðéšţîñåţîöñ, šö möŕé þåĝéš öƒ ţĥé šîţé çåñ бé ðîšçövéŕéð. ᐅ[ᐊĻéåŕñ Möŕéᐅ](https://support.google.com/webmasters/answer/9112205)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight]"
1312
1312
  },
1313
- "lighthouse-core/audits/seo/crawlable-anchors.js | failureTitle": {
1313
+ "core/audits/seo/crawlable-anchors.js | failureTitle": {
1314
1314
  "message": "[Ļîñķš åŕé ñöţ çŕåŵļåбļé one two three four five]"
1315
1315
  },
1316
- "lighthouse-core/audits/seo/crawlable-anchors.js | title": {
1316
+ "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "[Ļîñķš åŕé çŕåŵļåбļé one two three]"
1318
1318
  },
1319
- "lighthouse-core/audits/seo/font-size.js | additionalIllegibleText": {
1319
+ "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
1320
  "message": "[Åðð'ļ îļļéĝîбļé ţéxţ one two three]"
1321
1321
  },
1322
- "lighthouse-core/audits/seo/font-size.js | columnFontSize": {
1322
+ "core/audits/seo/font-size.js | columnFontSize": {
1323
1323
  "message": "[Föñţ Šîžé one two]"
1324
1324
  },
1325
- "lighthouse-core/audits/seo/font-size.js | columnPercentPageText": {
1325
+ "core/audits/seo/font-size.js | columnPercentPageText": {
1326
1326
  "message": "[% oƒ Þåĝé Ţéxţ one two three]"
1327
1327
  },
1328
- "lighthouse-core/audits/seo/font-size.js | columnSelector": {
1328
+ "core/audits/seo/font-size.js | columnSelector": {
1329
1329
  "message": "[Šéļéçţöŕ one]"
1330
1330
  },
1331
- "lighthouse-core/audits/seo/font-size.js | description": {
1331
+ "core/audits/seo/font-size.js | description": {
1332
1332
  "message": "[Föñţ šîžéš ļéšš ţĥåñ 12þx åŕé ţöö šmåļļ ţö бé ļéĝîбļé åñð ŕéqûîŕé möбîļé vîšîţöŕš ţö “þîñçĥ ţö žööm” îñ öŕðéŕ ţö ŕéåð. Šţŕîvé ţö ĥåvé >60% oƒ þåĝé ţéxţ ≥12þx. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/font-size/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
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}ᐊ ļéĝîбļé ţéxţ one two three four]"
1336
1336
  },
1337
- "lighthouse-core/audits/seo/font-size.js | explanationViewport": {
1337
+ "core/audits/seo/font-size.js | explanationViewport": {
1338
1338
  "message": "[Ţéxţ îš îļļéĝîбļé бéçåûšé ţĥéŕé'š ñö vîéŵþöŕţ méţå ţåĝ öþţîmîžéð ƒöŕ möбîļé šçŕééñš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1339
1339
  },
1340
- "lighthouse-core/audits/seo/font-size.js | failureTitle": {
1340
+ "core/audits/seo/font-size.js | failureTitle": {
1341
1341
  "message": "[Ðöçûméñţ ðöéšñ'ţ ûšé ļéĝîбļé ƒöñţ šîžéš one two three four five six seven eight]"
1342
1342
  },
1343
- "lighthouse-core/audits/seo/font-size.js | legibleText": {
1343
+ "core/audits/seo/font-size.js | legibleText": {
1344
1344
  "message": "[Ļéĝîбļé ţéxţ one two]"
1345
1345
  },
1346
- "lighthouse-core/audits/seo/font-size.js | title": {
1346
+ "core/audits/seo/font-size.js | title": {
1347
1347
  "message": "[Ðöçûméñţ ûšéš ļéĝîбļé ƒöñţ šîžéš one two three four five six seven]"
1348
1348
  },
1349
- "lighthouse-core/audits/seo/hreflang.js | description": {
1349
+ "core/audits/seo/hreflang.js | description": {
1350
1350
  "message": "[ĥŕéƒļåñĝ ļîñķš ţéļļ šéåŕçĥ éñĝîñéš ŵĥåţ véŕšîöñ öƒ å þåĝé ţĥéý šĥöûļð ļîšţ îñ šéåŕçĥ ŕéšûļţš ƒöŕ å ĝîvéñ ļåñĝûåĝé öŕ ŕéĝîöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/hreflang/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1351
1351
  },
1352
- "lighthouse-core/audits/seo/hreflang.js | failureTitle": {
1352
+ "core/audits/seo/hreflang.js | failureTitle": {
1353
1353
  "message": "[Ðöçûméñţ ðöéšñ'ţ ĥåvé å våļîð ᐅ`hreflang`ᐊ one two three four five six seven]"
1354
1354
  },
1355
- "lighthouse-core/audits/seo/hreflang.js | notFullyQualified": {
1355
+ "core/audits/seo/hreflang.js | notFullyQualified": {
1356
1356
  "message": "[Ŕéļåţîvé ĥŕéƒ våļûé one two three]"
1357
1357
  },
1358
- "lighthouse-core/audits/seo/hreflang.js | title": {
1358
+ "core/audits/seo/hreflang.js | title": {
1359
1359
  "message": "[Ðöçûméñţ ĥåš å våļîð ᐅ`hreflang`ᐊ one two three four five]"
1360
1360
  },
1361
- "lighthouse-core/audits/seo/hreflang.js | unexpectedLanguage": {
1361
+ "core/audits/seo/hreflang.js | unexpectedLanguage": {
1362
1362
  "message": "[Ûñéxþéçţéð ļåñĝûåĝé çöðé one two three]"
1363
1363
  },
1364
- "lighthouse-core/audits/seo/http-status-code.js | description": {
1364
+ "core/audits/seo/http-status-code.js | description": {
1365
1365
  "message": "[Þåĝéš ŵîţĥ ûñšûççéššƒûļ ĤŢŢÞ šţåţûš çöðéš måý ñöţ бé îñðéxéð þŕöþéŕļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/http-status-code/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1366
1366
  },
1367
- "lighthouse-core/audits/seo/http-status-code.js | failureTitle": {
1367
+ "core/audits/seo/http-status-code.js | failureTitle": {
1368
1368
  "message": "[Þåĝé ĥåš ûñšûççéššƒûļ ĤŢŢÞ šţåţûš çöðé one two three four five six seven eight]"
1369
1369
  },
1370
- "lighthouse-core/audits/seo/http-status-code.js | title": {
1370
+ "core/audits/seo/http-status-code.js | title": {
1371
1371
  "message": "[Þåĝé ĥåš šûççéššƒûļ ĤŢŢÞ šţåţûš çöðé one two three four five six seven eight]"
1372
1372
  },
1373
- "lighthouse-core/audits/seo/is-crawlable.js | description": {
1373
+ "core/audits/seo/is-crawlable.js | description": {
1374
1374
  "message": "[Šéåŕçĥ éñĝîñéš åŕé ûñåбļé ţö îñçļûðé ýöûŕ þåĝéš îñ šéåŕçĥ ŕéšûļţš îƒ ţĥéý ðöñ'ţ ĥåvé þéŕmîššîöñ ţö çŕåŵļ ţĥém. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/is-crawable/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1375
1375
  },
1376
- "lighthouse-core/audits/seo/is-crawlable.js | failureTitle": {
1376
+ "core/audits/seo/is-crawlable.js | failureTitle": {
1377
1377
  "message": "[Þåĝé îš бļöçķéð ƒŕöm îñðéxîñĝ one two three four five six seven]"
1378
1378
  },
1379
- "lighthouse-core/audits/seo/is-crawlable.js | title": {
1379
+ "core/audits/seo/is-crawlable.js | title": {
1380
1380
  "message": "[Þåĝé îšñ’ţ бļöçķéð ƒŕöm îñðéxîñĝ one two three four five six seven]"
1381
1381
  },
1382
- "lighthouse-core/audits/seo/link-text.js | description": {
1382
+ "core/audits/seo/link-text.js | description": {
1383
1383
  "message": "[Ðéšçŕîþţîvé ļîñķ ţéxţ ĥéļþš šéåŕçĥ éñĝîñéš ûñðéŕšţåñð ýöûŕ çöñţéñţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/link-text/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
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 ļîñķ ƒöûñð one two]}other{[# ļîñķš ƒöûñð one two]}}"
1387
1387
  },
1388
- "lighthouse-core/audits/seo/link-text.js | failureTitle": {
1388
+ "core/audits/seo/link-text.js | failureTitle": {
1389
1389
  "message": "[Ļîñķš ðö ñöţ ĥåvé ðéšçŕîþţîvé ţéxţ one two three four five six seven]"
1390
1390
  },
1391
- "lighthouse-core/audits/seo/link-text.js | title": {
1391
+ "core/audits/seo/link-text.js | title": {
1392
1392
  "message": "[Ļîñķš ĥåvé ðéšçŕîþţîvé ţéxţ one two three four five six]"
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/)ᐊ åñð ţĥé ᐅ[ᐊŠţŕûçţûŕéð Ðåţå Ļîñţéŕᐅ](http://linter.structured-data.org/)ᐊ ţö våļîðåţé šţŕûçţûŕéð ðåţå. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/structured-data/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1396
1396
  },
1397
- "lighthouse-core/audits/seo/manual/structured-data.js | title": {
1397
+ "core/audits/seo/manual/structured-data.js | title": {
1398
1398
  "message": "[Šţŕûçţûŕéð ðåţå îš våļîð one two three four five]"
1399
1399
  },
1400
- "lighthouse-core/audits/seo/meta-description.js | description": {
1400
+ "core/audits/seo/meta-description.js | description": {
1401
1401
  "message": "[Méţå ðéšçŕîþţîöñš måý бé îñçļûðéð îñ šéåŕçĥ ŕéšûļţš ţö çöñçîšéļý šûmmåŕîžé þåĝé çöñţéñţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/meta-description/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1402
1402
  },
1403
- "lighthouse-core/audits/seo/meta-description.js | explanation": {
1403
+ "core/audits/seo/meta-description.js | explanation": {
1404
1404
  "message": "[Ðéšçŕîþţîöñ ţéxţ îš émþţý. one two three four five six]"
1405
1405
  },
1406
- "lighthouse-core/audits/seo/meta-description.js | failureTitle": {
1406
+ "core/audits/seo/meta-description.js | failureTitle": {
1407
1407
  "message": "[Ðöçûméñţ ðöéš ñöţ ĥåvé å méţå ðéšçŕîþţîöñ one two three four five six seven eight nine]"
1408
1408
  },
1409
- "lighthouse-core/audits/seo/meta-description.js | title": {
1409
+ "core/audits/seo/meta-description.js | title": {
1410
1410
  "message": "[Ðöçûméñţ ĥåš å méţå ðéšçŕîþţîöñ one two three four five six seven]"
1411
1411
  },
1412
- "lighthouse-core/audits/seo/plugins.js | description": {
1412
+ "core/audits/seo/plugins.js | description": {
1413
1413
  "message": "[Šéåŕçĥ éñĝîñéš çåñ'ţ îñðéx þļûĝîñ çöñţéñţ, åñð måñý ðévîçéš ŕéšţŕîçţ þļûĝîñš öŕ ðöñ'ţ šûþþöŕţ ţĥém. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/plugins/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1414
1414
  },
1415
- "lighthouse-core/audits/seo/plugins.js | failureTitle": {
1415
+ "core/audits/seo/plugins.js | failureTitle": {
1416
1416
  "message": "[Ðöçûméñţ ûšéš þļûĝîñš one two three]"
1417
1417
  },
1418
- "lighthouse-core/audits/seo/plugins.js | title": {
1418
+ "core/audits/seo/plugins.js | title": {
1419
1419
  "message": "[Ðöçûméñţ åvöîðš þļûĝîñš one two three]"
1420
1420
  },
1421
- "lighthouse-core/audits/seo/robots-txt.js | description": {
1421
+ "core/audits/seo/robots-txt.js | description": {
1422
1422
  "message": "[΃ ýöûŕ ŕöбöţš.ţxţ ƒîļé îš måļƒöŕméð, çŕåŵļéŕš måý ñöţ бé åбļé ţö ûñðéŕšţåñð ĥöŵ ýöû ŵåñţ ýöûŕ ŵéбšîţé ţö бé çŕåŵļéð öŕ îñðéxéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/robots-txt/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1423
1423
  },
1424
- "lighthouse-core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1424
+ "core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
1425
1425
  "message": "[Ŕéqûéšţ ƒöŕ ŕöбöţš.ţxţ ŕéţûŕñéð ĤŢŢÞ šţåţûš: ᐅ{statusCode}ᐊ one two three four five six seven eight nine ten]"
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 éŕŕöŕ ƒöûñð one two]}other{[# éŕŕöŕš ƒöûñð one two]}}"
1429
1429
  },
1430
- "lighthouse-core/audits/seo/robots-txt.js | explanation": {
1430
+ "core/audits/seo/robots-txt.js | explanation": {
1431
1431
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ðöŵñļöåð å ŕöбöţš.ţxţ ƒîļé one two three four five six seven eight nine ten eleven]"
1432
1432
  },
1433
- "lighthouse-core/audits/seo/robots-txt.js | failureTitle": {
1433
+ "core/audits/seo/robots-txt.js | failureTitle": {
1434
1434
  "message": "[ŕöбöţš.ţxţ îš ñöţ våļîð one two three four five]"
1435
1435
  },
1436
- "lighthouse-core/audits/seo/robots-txt.js | title": {
1436
+ "core/audits/seo/robots-txt.js | title": {
1437
1437
  "message": "[ŕöбöţš.ţxţ îš våļîð one two three]"
1438
1438
  },
1439
- "lighthouse-core/audits/seo/tap-targets.js | description": {
1439
+ "core/audits/seo/tap-targets.js | description": {
1440
1440
  "message": "[Îñţéŕåçţîvé éļéméñţš ļîķé бûţţöñš åñð ļîñķš šĥöûļð бé ļåŕĝé éñöûĝĥ (48x48þx), åñð ĥåvé éñöûĝĥ šþåçé åŕöûñð ţĥém, ţö бé éåšý éñöûĝĥ ţö ţåþ ŵîţĥöûţ övéŕļåþþîñĝ öñţö öţĥéŕ éļéméñţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/tap-targets/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
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}ᐊ åþþŕöþŕîåţéļý šîžéð ţåþ ţåŕĝéţš one two three four five six seven eight]"
1444
1444
  },
1445
- "lighthouse-core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1445
+ "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1446
1446
  "message": "[Ţåþ ţåŕĝéţš åŕé ţöö šmåļļ бéçåûšé ţĥéŕé'š ñö vîéŵþöŕţ méţå ţåĝ öþţîmîžéð ƒöŕ möбîļé šçŕééñš one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
1447
1447
  },
1448
- "lighthouse-core/audits/seo/tap-targets.js | failureTitle": {
1448
+ "core/audits/seo/tap-targets.js | failureTitle": {
1449
1449
  "message": "[Ţåþ ţåŕĝéţš åŕé ñöţ šîžéð åþþŕöþŕîåţéļý one two three four five six seven eight]"
1450
1450
  },
1451
- "lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1451
+ "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1452
1452
  "message": "[Övéŕļåþþîñĝ Ţåŕĝéţ one two three]"
1453
1453
  },
1454
- "lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader": {
1454
+ "core/audits/seo/tap-targets.js | tapTargetHeader": {
1455
1455
  "message": "[Ţåþ Ţåŕĝéţ one two]"
1456
1456
  },
1457
- "lighthouse-core/audits/seo/tap-targets.js | title": {
1457
+ "core/audits/seo/tap-targets.js | title": {
1458
1458
  "message": "[Ţåþ ţåŕĝéţš åŕé šîžéð åþþŕöþŕîåţéļý one two three four five six seven eight]"
1459
1459
  },
1460
- "lighthouse-core/audits/server-response-time.js | description": {
1460
+ "core/audits/server-response-time.js | description": {
1461
1461
  "message": "[Ķééþ ţĥé šéŕvéŕ ŕéšþöñšé ţîmé ƒöŕ ţĥé måîñ ðöçûméñţ šĥöŕţ бéçåûšé åļļ öţĥéŕ ŕéqûéšţš ðéþéñð öñ îţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/time-to-first-byte/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1462
1462
  },
1463
- "lighthouse-core/audits/server-response-time.js | displayValue": {
1463
+ "core/audits/server-response-time.js | displayValue": {
1464
1464
  "message": "[Ŕööţ ðöçûméñţ ţööķ ᐅ{timeInMs, number, milliseconds}ᐊ mš one two three four five six]"
1465
1465
  },
1466
- "lighthouse-core/audits/server-response-time.js | failureTitle": {
1466
+ "core/audits/server-response-time.js | failureTitle": {
1467
1467
  "message": "[Ŕéðûçé îñîţîåļ šéŕvéŕ ŕéšþöñšé ţîmé one two three four five six seven eight]"
1468
1468
  },
1469
- "lighthouse-core/audits/server-response-time.js | title": {
1469
+ "core/audits/server-response-time.js | title": {
1470
1470
  "message": "[Îñîţîåļ šéŕvéŕ ŕéšþöñšé ţîmé ŵåš šĥöŕţ one two three four five six seven eight]"
1471
1471
  },
1472
- "lighthouse-core/audits/service-worker.js | description": {
1472
+ "core/audits/service-worker.js | description": {
1473
1473
  "message": "[Ţĥé šéŕvîçé ŵöŕķéŕ îš ţĥé ţéçĥñöļöĝý ţĥåţ éñåбļéš ýöûŕ åþþ ţö ûšé måñý Þŕöĝŕéššîvé Ŵéб Åþþ ƒéåţûŕéš, šûçĥ åš öƒƒļîñé, åðð ţö ĥöméšçŕééñ, åñð þûšĥ ñöţîƒîçåţîöñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/service-worker/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
1474
1474
  },
1475
- "lighthouse-core/audits/service-worker.js | explanationBadManifest": {
1475
+ "core/audits/service-worker.js | explanationBadManifest": {
1476
1476
  "message": "[Ţĥîš þåĝé îš çöñţŕöļļéð бý å šéŕvîçé ŵöŕķéŕ, ĥöŵévéŕ ñö ᐅ`start_url`ᐊ ŵåš ƒöûñð бéçåûšé måñîƒéšţ ƒåîļéð ţö þåŕšé åš våļîð ĴŠÖÑ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1477
1477
  },
1478
- "lighthouse-core/audits/service-worker.js | explanationBadStartUrl": {
1478
+ "core/audits/service-worker.js | explanationBadStartUrl": {
1479
1479
  "message": "[Ţĥîš þåĝé îš çöñţŕöļļéð бý å šéŕvîçé ŵöŕķéŕ, ĥöŵévéŕ ţĥé ᐅ`start_url`ᐊ (ᐅ{startUrl}ᐊ) îš ñöţ îñ ţĥé šéŕvîçé ŵöŕķéŕ'š šçöþé (ᐅ{scopeUrl}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1480
1480
  },
1481
- "lighthouse-core/audits/service-worker.js | explanationNoManifest": {
1481
+ "core/audits/service-worker.js | explanationNoManifest": {
1482
1482
  "message": "[Ţĥîš þåĝé îš çöñţŕöļļéð бý å šéŕvîçé ŵöŕķéŕ, ĥöŵévéŕ ñö ᐅ`start_url`ᐊ ŵåš ƒöûñð бéçåûšé ñö måñîƒéšţ ŵåš ƒéţçĥéð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1483
1483
  },
1484
- "lighthouse-core/audits/service-worker.js | explanationOutOfScope": {
1484
+ "core/audits/service-worker.js | explanationOutOfScope": {
1485
1485
  "message": "[Ţĥîš öŕîĝîñ ĥåš öñé öŕ möŕé šéŕvîçé ŵöŕķéŕš, ĥöŵévéŕ ţĥé þåĝé (ᐅ{pageUrl}ᐊ) îš ñöţ îñ šçöþé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1486
1486
  },
1487
- "lighthouse-core/audits/service-worker.js | failureTitle": {
1487
+ "core/audits/service-worker.js | failureTitle": {
1488
1488
  "message": "[Ðöéš ñöţ ŕéĝîšţéŕ å šéŕvîçé ŵöŕķéŕ ţĥåţ çöñţŕöļš þåĝé åñð ᐅ`start_url`ᐊ one two three four five six seven eight nine ten eleven twelve]"
1489
1489
  },
1490
- "lighthouse-core/audits/service-worker.js | title": {
1490
+ "core/audits/service-worker.js | title": {
1491
1491
  "message": "[Ŕéĝîšţéŕš å šéŕvîçé ŵöŕķéŕ ţĥåţ çöñţŕöļš þåĝé åñð ᐅ`start_url`ᐊ one two three four five six seven eight nine ten eleven]"
1492
1492
  },
1493
- "lighthouse-core/audits/splash-screen.js | description": {
1493
+ "core/audits/splash-screen.js | description": {
1494
1494
  "message": "[Å ţĥéméð šþļåšĥ šçŕééñ éñšûŕéš å ĥîĝĥ-qûåļîţý éxþéŕîéñçé ŵĥéñ ûšéŕš ļåûñçĥ ýöûŕ åþþ ƒŕöm ţĥéîŕ ĥöméšçŕééñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/splash-screen/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1495
1495
  },
1496
- "lighthouse-core/audits/splash-screen.js | failureTitle": {
1496
+ "core/audits/splash-screen.js | failureTitle": {
1497
1497
  "message": "[Κ ñöţ çöñƒîĝûŕéð ƒöŕ å çûšţöm šþļåšĥ šçŕééñ one two three four five six seven eight nine]"
1498
1498
  },
1499
- "lighthouse-core/audits/splash-screen.js | title": {
1499
+ "core/audits/splash-screen.js | title": {
1500
1500
  "message": "[Çöñƒîĝûŕéð ƒöŕ å çûšţöm šþļåšĥ šçŕééñ one two three four five six seven eight]"
1501
1501
  },
1502
- "lighthouse-core/audits/themed-omnibox.js | description": {
1502
+ "core/audits/themed-omnibox.js | description": {
1503
1503
  "message": "[Ţĥé бŕöŵšéŕ åððŕéšš бåŕ çåñ бé ţĥéméð ţö måţçĥ ýöûŕ šîţé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/themed-omnibox/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1504
1504
  },
1505
- "lighthouse-core/audits/themed-omnibox.js | failureTitle": {
1505
+ "core/audits/themed-omnibox.js | failureTitle": {
1506
1506
  "message": "[Ðöéš ñöţ šéţ å ţĥémé çöļöŕ ƒöŕ ţĥé åððŕéšš бåŕ. one two three four five six seven eight nine ten]"
1507
1507
  },
1508
- "lighthouse-core/audits/themed-omnibox.js | title": {
1508
+ "core/audits/themed-omnibox.js | title": {
1509
1509
  "message": "[Šéţš å ţĥémé çöļöŕ ƒöŕ ţĥé åððŕéšš бåŕ. one two three four five six seven eight]"
1510
1510
  },
1511
- "lighthouse-core/audits/third-party-facades.js | categoryCustomerSuccess": {
1511
+ "core/audits/third-party-facades.js | categoryCustomerSuccess": {
1512
1512
  "message": "[ᐅ{productName}ᐊ (Çûšţöméŕ Šûççéšš) one two three four five]"
1513
1513
  },
1514
- "lighthouse-core/audits/third-party-facades.js | categoryMarketing": {
1514
+ "core/audits/third-party-facades.js | categoryMarketing": {
1515
1515
  "message": "[ᐅ{productName}ᐊ (Måŕķéţîñĝ) one two three four]"
1516
1516
  },
1517
- "lighthouse-core/audits/third-party-facades.js | categorySocial": {
1517
+ "core/audits/third-party-facades.js | categorySocial": {
1518
1518
  "message": "[ᐅ{productName}ᐊ (Šöçîåļ) one two three]"
1519
1519
  },
1520
- "lighthouse-core/audits/third-party-facades.js | categoryVideo": {
1520
+ "core/audits/third-party-facades.js | categoryVideo": {
1521
1521
  "message": "[ᐅ{productName}ᐊ (Vîðéö) one two three]"
1522
1522
  },
1523
- "lighthouse-core/audits/third-party-facades.js | columnProduct": {
1523
+ "core/audits/third-party-facades.js | columnProduct": {
1524
1524
  "message": "[Þŕöðûçţ one]"
1525
1525
  },
1526
- "lighthouse-core/audits/third-party-facades.js | description": {
1526
+ "core/audits/third-party-facades.js | description": {
1527
1527
  "message": "[Šömé ţĥîŕð-þåŕţý émбéðš çåñ бé ļåžý ļöåðéð. Çöñšîðéŕ ŕéþļåçîñĝ ţĥém ŵîţĥ å ƒåçåðé ûñţîļ ţĥéý åŕé ŕéqûîŕéð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/third-party-facades/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
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{[# ƒåçåðé åļţéŕñåţîvé åvåîļåбļé one two three four five six seven]}other{[# ƒåçåðé åļţéŕñåţîvéš åvåîļåбļé one two three four five six seven]}}"
1531
1531
  },
1532
- "lighthouse-core/audits/third-party-facades.js | failureTitle": {
1532
+ "core/audits/third-party-facades.js | failureTitle": {
1533
1533
  "message": "[Šömé ţĥîŕð-þåŕţý ŕéšöûŕçéš çåñ бé ļåžý ļöåðéð ŵîţĥ å ƒåçåðé one two three four five six seven eight nine ten eleven twelve]"
1534
1534
  },
1535
- "lighthouse-core/audits/third-party-facades.js | title": {
1535
+ "core/audits/third-party-facades.js | title": {
1536
1536
  "message": "[Ļåžý ļöåð ţĥîŕð-þåŕţý ŕéšöûŕçéš ŵîţĥ ƒåçåðéš one two three four five six seven eight nine]"
1537
1537
  },
1538
- "lighthouse-core/audits/third-party-summary.js | columnThirdParty": {
1538
+ "core/audits/third-party-summary.js | columnThirdParty": {
1539
1539
  "message": "[Ţĥîŕð-Þåŕţý one two]"
1540
1540
  },
1541
- "lighthouse-core/audits/third-party-summary.js | description": {
1541
+ "core/audits/third-party-summary.js | description": {
1542
1542
  "message": "[Ţĥîŕð-þåŕţý çöðé çåñ šîĝñîƒîçåñţļý îmþåçţ ļöåð þéŕƒöŕmåñçé. Ļîmîţ ţĥé ñûmбéŕ öƒ ŕéðûñðåñţ ţĥîŕð-þåŕţý þŕövîðéŕš åñð ţŕý ţö ļöåð ţĥîŕð-þåŕţý çöðé åƒţéŕ ýöûŕ þåĝé ĥåš þŕîmåŕîļý ƒîñîšĥéð ļöåðîñĝ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight]"
1543
1543
  },
1544
- "lighthouse-core/audits/third-party-summary.js | displayValue": {
1544
+ "core/audits/third-party-summary.js | displayValue": {
1545
1545
  "message": "[Ţĥîŕð-þåŕţý çöðé бļöçķéð ţĥé måîñ ţĥŕéåð ƒöŕ ᐅ{timeInMs, number, milliseconds}ᐊ mš one two three four five six seven eight nine ten eleven]"
1546
1546
  },
1547
- "lighthouse-core/audits/third-party-summary.js | failureTitle": {
1547
+ "core/audits/third-party-summary.js | failureTitle": {
1548
1548
  "message": "[Ŕéðûçé ţĥé îmþåçţ öƒ ţĥîŕð-þåŕţý çöðé one two three four five six seven eight]"
1549
1549
  },
1550
- "lighthouse-core/audits/third-party-summary.js | title": {
1550
+ "core/audits/third-party-summary.js | title": {
1551
1551
  "message": "[Mîñîmîžé ţĥîŕð-þåŕţý ûšåĝé one two three]"
1552
1552
  },
1553
- "lighthouse-core/audits/timing-budget.js | columnMeasurement": {
1553
+ "core/audits/timing-budget.js | columnMeasurement": {
1554
1554
  "message": "[Méåšûŕéméñţ one two]"
1555
1555
  },
1556
- "lighthouse-core/audits/timing-budget.js | columnTimingMetric": {
1556
+ "core/audits/timing-budget.js | columnTimingMetric": {
1557
1557
  "message": "[Méţŕîç one]"
1558
1558
  },
1559
- "lighthouse-core/audits/timing-budget.js | description": {
1559
+ "core/audits/timing-budget.js | description": {
1560
1560
  "message": "[Šéţ å ţîmîñĝ бûðĝéţ ţö ĥéļþ ýöû ķééþ åñ éýé öñ ţĥé þéŕƒöŕmåñçé öƒ ýöûŕ šîţé. Þéŕƒöŕmåñţ šîţéš ļöåð ƒåšţ åñð ŕéšþöñð ţö ûšéŕ îñþûţ évéñţš qûîçķļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/tools/lighthouse/audits/budgets)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1561
1561
  },
1562
- "lighthouse-core/audits/timing-budget.js | title": {
1562
+ "core/audits/timing-budget.js | title": {
1563
1563
  "message": "[Ţîmîñĝ бûðĝéţ one two]"
1564
1564
  },
1565
- "lighthouse-core/audits/unsized-images.js | description": {
1565
+ "core/audits/unsized-images.js | description": {
1566
1566
  "message": "[Šéţ åñ éxþļîçîţ ŵîðţĥ åñð ĥéîĝĥţ öñ îmåĝé éļéméñţš ţö ŕéðûçé ļåýöûţ šĥîƒţš åñð îmþŕövé ÇĻŠ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/optimize-cls/#images-without-dimensions)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1567
1567
  },
1568
- "lighthouse-core/audits/unsized-images.js | failureTitle": {
1568
+ "core/audits/unsized-images.js | failureTitle": {
1569
1569
  "message": "[Îmåĝé éļéméñţš ðö ñöţ ĥåvé éxþļîçîţ ᐅ`width`ᐊ åñð ᐅ`height`ᐊ one two three four five six seven eight nine ten]"
1570
1570
  },
1571
- "lighthouse-core/audits/unsized-images.js | title": {
1571
+ "core/audits/unsized-images.js | title": {
1572
1572
  "message": "[Îmåĝé éļéméñţš ĥåvé éxþļîçîţ ᐅ`width`ᐊ åñð ᐅ`height`ᐊ one two three four five six seven eight]"
1573
1573
  },
1574
- "lighthouse-core/audits/user-timings.js | columnType": {
1574
+ "core/audits/user-timings.js | columnType": {
1575
1575
  "message": "[Ţýþé one]"
1576
1576
  },
1577
- "lighthouse-core/audits/user-timings.js | description": {
1577
+ "core/audits/user-timings.js | description": {
1578
1578
  "message": "[Çöñšîðéŕ îñšţŕûméñţîñĝ ýöûŕ åþþ ŵîţĥ ţĥé Ûšéŕ Ţîmîñĝ ÅÞÎ ţö méåšûŕé ýöûŕ åþþ'š ŕéåļ-ŵöŕļð þéŕƒöŕmåñçé ðûŕîñĝ ķéý ûšéŕ éxþéŕîéñçéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/user-timings/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1579
1579
  },
1580
- "lighthouse-core/audits/user-timings.js | displayValue": {
1580
+ "core/audits/user-timings.js | displayValue": {
1581
1581
  "message": "{itemCount,plural, =1{[1 ûšéŕ ţîmîñĝ one two]}other{[# ûšéŕ ţîmîñĝš one two]}}"
1582
1582
  },
1583
- "lighthouse-core/audits/user-timings.js | title": {
1583
+ "core/audits/user-timings.js | title": {
1584
1584
  "message": "[Ûšéŕ Ţîmîñĝ måŕķš åñð méåšûŕéš one two three four five six seven]"
1585
1585
  },
1586
- "lighthouse-core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1586
+ "core/audits/uses-rel-preconnect.js | crossoriginWarning": {
1587
1587
  "message": "[Å ᐅ`<link rel=preconnect>`ᐊ ŵåš ƒöûñð ƒöŕ \"ᐅ{securityOrigin}ᐊ\" бûţ ŵåš ñöţ ûšéð бý ţĥé бŕöŵšéŕ. Çĥéçķ ţĥåţ ýöû åŕé ûšîñĝ ţĥé ᐅ`crossorigin`ᐊ åţţŕîбûţé þŕöþéŕļý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
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`ᐊ ŕéšöûŕçé ĥîñţš ţö éšţåбļîšĥ éåŕļý çöññéçţîöñš ţö îmþöŕţåñţ ţĥîŕð-þåŕţý öŕîĝîñš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-rel-preconnect/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1591
1591
  },
1592
- "lighthouse-core/audits/uses-rel-preconnect.js | title": {
1592
+ "core/audits/uses-rel-preconnect.js | title": {
1593
1593
  "message": "[Þŕéçöññéçţ ţö ŕéqûîŕéð öŕîĝîñš one two three four five six seven]"
1594
1594
  },
1595
- "lighthouse-core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1595
+ "core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
1596
1596
  "message": "[Möŕé ţĥåñ 2 ᐅ`<link rel=preconnect>`ᐊ çöññéçţîöñš ŵéŕé ƒöûñð. Ţĥéšé šĥöûļð бé ûšéð šþåŕîñĝļý åñð öñļý ţö ţĥé möšţ îmþöŕţåñţ öŕîĝîñš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
1597
1597
  },
1598
- "lighthouse-core/audits/uses-rel-preconnect.js | unusedWarning": {
1598
+ "core/audits/uses-rel-preconnect.js | unusedWarning": {
1599
1599
  "message": "[Å ᐅ`<link rel=preconnect>`ᐊ ŵåš ƒöûñð ƒöŕ \"ᐅ{securityOrigin}ᐊ\" бûţ ŵåš ñöţ ûšéð бý ţĥé бŕöŵšéŕ. Öñļý ûšé ᐅ`preconnect`ᐊ ƒöŕ îmþöŕţåñţ öŕîĝîñš ţĥåţ ţĥé þåĝé ŵîļļ çéŕţåîñļý ŕéqûéšţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1600
1600
  },
1601
- "lighthouse-core/audits/uses-rel-preload.js | crossoriginWarning": {
1601
+ "core/audits/uses-rel-preload.js | crossoriginWarning": {
1602
1602
  "message": "[Å þŕéļöåð ᐅ`<link>`ᐊ ŵåš ƒöûñð ƒöŕ \"ᐅ{preloadURL}ᐊ\" бûţ ŵåš ñöţ ûšéð бý ţĥé бŕöŵšéŕ. Çĥéçķ ţĥåţ ýöû åŕé ûšîñĝ ţĥé ᐅ`crossorigin`ᐊ åţţŕîбûţé þŕöþéŕļý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
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>`ᐊ ţö þŕîöŕîţîžé ƒéţçĥîñĝ ŕéšöûŕçéš ţĥåţ åŕé çûŕŕéñţļý ŕéqûéšţéð ļåţéŕ îñ þåĝé ļöåð. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/uses-rel-preload/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1606
1606
  },
1607
- "lighthouse-core/audits/uses-rel-preload.js | title": {
1607
+ "core/audits/uses-rel-preload.js | title": {
1608
1608
  "message": "[Þŕéļöåð ķéý ŕéqûéšţš one two three]"
1609
1609
  },
1610
- "lighthouse-core/audits/valid-source-maps.js | columnMapURL": {
1610
+ "core/audits/valid-source-maps.js | columnMapURL": {
1611
1611
  "message": "[Måþ ÛŔĻ one]"
1612
1612
  },
1613
- "lighthouse-core/audits/valid-source-maps.js | description": {
1613
+ "core/audits/valid-source-maps.js | description": {
1614
1614
  "message": "[Šöûŕçé måþš ţŕåñšļåţé mîñîƒîéð çöðé ţö ţĥé öŕîĝîñåļ šöûŕçé çöðé. Ţĥîš ĥéļþš ðévéļöþéŕš ðéбûĝ îñ þŕöðûçţîöñ. Îñ åððîţîöñ, Ļîĝĥţĥöûšé îš åбļé ţö þŕövîðé ƒûŕţĥéŕ îñšîĝĥţš. Çöñšîðéŕ ðéþļöýîñĝ šöûŕçé måþš ţö ţåķé åðvåñţåĝé öƒ ţĥéšé бéñéƒîţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo]"
1615
1615
  },
1616
- "lighthouse-core/audits/valid-source-maps.js | failureTitle": {
1616
+ "core/audits/valid-source-maps.js | failureTitle": {
1617
1617
  "message": "[Mîššîñĝ šöûŕçé måþš ƒöŕ ļåŕĝé ƒîŕšţ-þåŕţý ĴåvåŠçŕîþţ one two three four five six seven eight nine ten eleven]"
1618
1618
  },
1619
- "lighthouse-core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1619
+ "core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
1620
1620
  "message": "[Ļåŕĝé ĴåvåŠçŕîþţ ƒîļé îš mîššîñĝ å šöûŕçé måþ one two three four five six seven eight nine]"
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{[Ŵåŕñîñĝ: mîššîñĝ 1 îţém îñ ᐅ`.sourcesContent`ᐊ one two three four five six seven]}other{[Ŵåŕñîñĝ: mîššîñĝ # îţémš îñ ᐅ`.sourcesContent`ᐊ one two three four five six seven]}}"
1624
1624
  },
1625
- "lighthouse-core/audits/valid-source-maps.js | title": {
1625
+ "core/audits/valid-source-maps.js | title": {
1626
1626
  "message": "[Þåĝé ĥåš våļîð šöûŕçé måþš one two three four five six]"
1627
1627
  },
1628
- "lighthouse-core/audits/viewport.js | description": {
1628
+ "core/audits/viewport.js | description": {
1629
1629
  "message": "[Å ᐅ`<meta name=\"viewport\">`ᐊ ñöţ öñļý öþţîmîžéš ýöûŕ åþþ ƒöŕ möбîļé šçŕééñ šîžéš, бûţ åļšö þŕévéñţš ᐅ[ᐊå 300 mîļļîšéçöñð ðéļåý ţö ûšéŕ îñþûţᐅ](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away)ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://web.dev/viewport/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1630
1630
  },
1631
- "lighthouse-core/audits/viewport.js | explanationNoTag": {
1631
+ "core/audits/viewport.js | explanationNoTag": {
1632
1632
  "message": "[Ñö ᐅ`<meta name=\"viewport\">`ᐊ ţåĝ ƒöûñð one two three four]"
1633
1633
  },
1634
- "lighthouse-core/audits/viewport.js | failureTitle": {
1634
+ "core/audits/viewport.js | failureTitle": {
1635
1635
  "message": "[Ðöéš ñöţ ĥåvé å ᐅ`<meta name=\"viewport\">`ᐊ ţåĝ ŵîţĥ ᐅ`width`ᐊ öŕ ᐅ`initial-scale`ᐊ one two three four five six seven eight]"
1636
1636
  },
1637
- "lighthouse-core/audits/viewport.js | title": {
1637
+ "core/audits/viewport.js | title": {
1638
1638
  "message": "[Ĥåš å ᐅ`<meta name=\"viewport\">`ᐊ ţåĝ ŵîţĥ ᐅ`width`ᐊ öŕ ᐅ`initial-scale`ᐊ one two three four five six seven]"
1639
1639
  },
1640
- "lighthouse-core/config/default-config.js | a11yAriaGroupDescription": {
1640
+ "core/config/default-config.js | a11yAriaGroupDescription": {
1641
1641
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ţĥé ûšåĝé öƒ ÅŔÎÅ îñ ýöûŕ åþþļîçåţîöñ ŵĥîçĥ måý éñĥåñçé ţĥé éxþéŕîéñçé ƒöŕ ûšéŕš öƒ åššîšţîvé ţéçĥñöļöĝý, ļîķé å šçŕééñ ŕéåðéŕ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1642
1642
  },
1643
- "lighthouse-core/config/default-config.js | a11yAriaGroupTitle": {
1643
+ "core/config/default-config.js | a11yAriaGroupTitle": {
1644
1644
  "message": "[ÅŔÎÅ one]"
1645
1645
  },
1646
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription": {
1646
+ "core/config/default-config.js | a11yAudioVideoGroupDescription": {
1647
1647
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö þŕövîðé åļţéŕñåţîvé çöñţéñţ ƒöŕ åûðîö åñð vîðéö. Ţĥîš måý îmþŕövé ţĥé éxþéŕîéñçé ƒöŕ ûšéŕš ŵîţĥ ĥéåŕîñĝ öŕ vîšîöñ îmþåîŕméñţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
1648
1648
  },
1649
- "lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle": {
1649
+ "core/config/default-config.js | a11yAudioVideoGroupTitle": {
1650
1650
  "message": "[Åûðîö åñð vîðéö one two]"
1651
1651
  },
1652
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription": {
1652
+ "core/config/default-config.js | a11yBestPracticesGroupDescription": {
1653
1653
  "message": "[Ţĥéšé îţémš ĥîĝĥļîĝĥţ çömmöñ åççéššîбîļîţý бéšţ þŕåçţîçéš. one two three four five six seven eight nine ten eleven twelve]"
1654
1654
  },
1655
- "lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle": {
1655
+ "core/config/default-config.js | a11yBestPracticesGroupTitle": {
1656
1656
  "message": "[Бéšţ þŕåçţîçéš one two]"
1657
1657
  },
1658
- "lighthouse-core/config/default-config.js | a11yCategoryDescription": {
1658
+ "core/config/default-config.js | a11yCategoryDescription": {
1659
1659
  "message": "[Ţĥéšé çĥéçķš ĥîĝĥļîĝĥţ öþþöŕţûñîţîéš ţö ᐅ[ᐊîmþŕövé ţĥé åççéššîбîļîţý öƒ ýöûŕ ŵéб åþþᐅ](https://developers.google.com/web/fundamentals/accessibility)ᐊ. Öñļý å šûбšéţ öƒ åççéššîбîļîţý îššûéš çåñ бé åûţömåţîçåļļý ðéţéçţéð šö måñûåļ ţéšţîñĝ îš åļšö éñçöûŕåĝéð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
1660
1660
  },
1661
- "lighthouse-core/config/default-config.js | a11yCategoryManualDescription": {
1661
+ "core/config/default-config.js | a11yCategoryManualDescription": {
1662
1662
  "message": "[Ţĥéšé îţémš åððŕéšš åŕéåš ŵĥîçĥ åñ åûţömåţéð ţéšţîñĝ ţööļ çåññöţ çövéŕ. Ļéåŕñ möŕé îñ öûŕ ĝûîðé öñ ᐅ[ᐊçöñðûçţîñĝ åñ åççéššîбîļîţý ŕévîéŵᐅ](https://developers.google.com/web/fundamentals/accessibility/how-to-review)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1663
1663
  },
1664
- "lighthouse-core/config/default-config.js | a11yCategoryTitle": {
1664
+ "core/config/default-config.js | a11yCategoryTitle": {
1665
1665
  "message": "[Åççéššîбîļîţý one two]"
1666
1666
  },
1667
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription": {
1667
+ "core/config/default-config.js | a11yColorContrastGroupDescription": {
1668
1668
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ţĥé ļéĝîбîļîţý öƒ ýöûŕ çöñţéñţ. one two three four five six seven eight nine ten eleven twelve thirteen]"
1669
1669
  },
1670
- "lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle": {
1670
+ "core/config/default-config.js | a11yColorContrastGroupTitle": {
1671
1671
  "message": "[Çöñţŕåšţ one]"
1672
1672
  },
1673
- "lighthouse-core/config/default-config.js | a11yLanguageGroupDescription": {
1673
+ "core/config/default-config.js | a11yLanguageGroupDescription": {
1674
1674
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ţĥé îñţéŕþŕéţåţîöñ öƒ ýöûŕ çöñţéñţ бý ûšéŕš îñ ðéŕéñţ ļöçåļéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1675
1675
  },
1676
- "lighthouse-core/config/default-config.js | a11yLanguageGroupTitle": {
1676
+ "core/config/default-config.js | a11yLanguageGroupTitle": {
1677
1677
  "message": "[Îñţéŕñåţîöñåļîžåţîöñ åñð ļöçåļîžåţîöñ one two three four]"
1678
1678
  },
1679
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1679
+ "core/config/default-config.js | a11yNamesLabelsGroupDescription": {
1680
1680
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ţĥé šémåñţîçš öƒ ţĥé çöñţŕöļš îñ ýöûŕ åþþļîçåţîöñ. Ţĥîš måý éñĥåñçé ţĥé éxþéŕîéñçé ƒöŕ ûšéŕš öƒ åššîšţîvé ţéçĥñöļöĝý, ļîķé å šçŕééñ ŕéåðéŕ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
1681
1681
  },
1682
- "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1682
+ "core/config/default-config.js | a11yNamesLabelsGroupTitle": {
1683
1683
  "message": "[Ñåméš åñð ļåбéļš one two]"
1684
1684
  },
1685
- "lighthouse-core/config/default-config.js | a11yNavigationGroupDescription": {
1685
+ "core/config/default-config.js | a11yNavigationGroupDescription": {
1686
1686
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ķéýбöåŕð ñåvîĝåţîöñ îñ ýöûŕ åþþļîçåţîöñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1687
1687
  },
1688
- "lighthouse-core/config/default-config.js | a11yNavigationGroupTitle": {
1688
+ "core/config/default-config.js | a11yNavigationGroupTitle": {
1689
1689
  "message": "[Ñåvîĝåţîöñ one two]"
1690
1690
  },
1691
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1691
+ "core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
1692
1692
  "message": "[Ţĥéšé åŕé öþþöŕţûñîţîéš ţö îmþŕövé ţĥé éxþéŕîéñçé öƒ ŕéåðîñĝ ţåбûļåŕ öŕ ļîšţ ðåţå ûšîñĝ åššîšţîvé ţéçĥñöļöĝý, ļîķé å šçŕééñ ŕéåðéŕ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1693
1693
  },
1694
- "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1694
+ "core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
1695
1695
  "message": "[Ţåбļéš åñð ļîšţš one two]"
1696
1696
  },
1697
- "lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1697
+ "core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
1698
1698
  "message": "[Бŕöŵšéŕ Çömþåţîбîļîţý one two three]"
1699
1699
  },
1700
- "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": {
1700
+ "core/config/default-config.js | bestPracticesCategoryTitle": {
1701
1701
  "message": "[Бéšţ Þŕåçţîçéš one two]"
1702
1702
  },
1703
- "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1703
+ "core/config/default-config.js | bestPracticesGeneralGroupTitle": {
1704
1704
  "message": "[Ĝéñéŕåļ one]"
1705
1705
  },
1706
- "lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1706
+ "core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
1707
1707
  "message": "[Ţŕûšţ åñð Šåƒéţý one two]"
1708
1708
  },
1709
- "lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle": {
1709
+ "core/config/default-config.js | bestPracticesUXGroupTitle": {
1710
1710
  "message": "[Ûšéŕ Éxþéŕîéñçé one two]"
1711
1711
  },
1712
- "lighthouse-core/config/default-config.js | budgetsGroupDescription": {
1712
+ "core/config/default-config.js | budgetsGroupDescription": {
1713
1713
  "message": "[Þéŕƒöŕmåñçé бûðĝéţš šéţ šţåñðåŕðš ƒöŕ ţĥé þéŕƒöŕmåñçé öƒ ýöûŕ šîţé. one two three four five six seven eight nine ten eleven twelve thirteen]"
1714
1714
  },
1715
- "lighthouse-core/config/default-config.js | budgetsGroupTitle": {
1715
+ "core/config/default-config.js | budgetsGroupTitle": {
1716
1716
  "message": "[Бûðĝéţš one]"
1717
1717
  },
1718
- "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": {
1718
+ "core/config/default-config.js | diagnosticsGroupDescription": {
1719
1719
  "message": "[Möŕé îñƒöŕmåţîöñ åбöûţ ţĥé þéŕƒöŕmåñçé öƒ ýöûŕ åþþļîçåţîöñ. Ţĥéšé ñûmбéŕš ðöñ'ţ ᐅ[ᐊðîŕéçţļý 僃éçţᐅ](https://web.dev/performance-scoring/)ᐊ ţĥé Þéŕƒöŕmåñçé šçöŕé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1720
1720
  },
1721
- "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": {
1721
+ "core/config/default-config.js | diagnosticsGroupTitle": {
1722
1722
  "message": "[Ðîåĝñöšţîçš one two]"
1723
1723
  },
1724
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1724
+ "core/config/default-config.js | firstPaintImprovementsGroupDescription": {
1725
1725
  "message": "[Ţĥé möšţ çŕîţîçåļ åšþéçţ öƒ þéŕƒöŕmåñçé îš ĥöŵ qûîçķļý þîxéļš åŕé ŕéñðéŕéð öñšçŕééñ. Ķéý méţŕîçš: Fîŕšţ Çöñţéñţƒûļ Þåîñţ, Fîŕšţ Méåñîñĝƒûļ Þåîñţ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1726
1726
  },
1727
- "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1727
+ "core/config/default-config.js | firstPaintImprovementsGroupTitle": {
1728
1728
  "message": "[Fîŕšţ Þåîñţ Îmþŕövéméñţš one two three]"
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/)ᐊ ţĥé Þéŕƒöŕmåñçé šçöŕé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1732
1732
  },
1733
- "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": {
1733
+ "core/config/default-config.js | loadOpportunitiesGroupTitle": {
1734
1734
  "message": "[Öþþöŕţûñîţîéš one two]"
1735
1735
  },
1736
- "lighthouse-core/config/default-config.js | metricGroupTitle": {
1736
+ "core/config/default-config.js | metricGroupTitle": {
1737
1737
  "message": "[Méţŕîçš one]"
1738
1738
  },
1739
- "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": {
1739
+ "core/config/default-config.js | overallImprovementsGroupDescription": {
1740
1740
  "message": "[Éñĥåñçé ţĥé övéŕåļļ ļöåðîñĝ éxþéŕîéñçé, šö ţĥé þåĝé îš ŕéšþöñšîvé åñð ŕéåðý ţö ûšé åš šööñ åš þöššîбļé. Ķéý méţŕîçš: Ţîmé ţö Îñţéŕåçţîvé, Šþééð Îñðéx one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1741
1741
  },
1742
- "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": {
1742
+ "core/config/default-config.js | overallImprovementsGroupTitle": {
1743
1743
  "message": "[Övéŕåļļ Îmþŕövéméñţš one two three]"
1744
1744
  },
1745
- "lighthouse-core/config/default-config.js | performanceCategoryTitle": {
1745
+ "core/config/default-config.js | performanceCategoryTitle": {
1746
1746
  "message": "[Þéŕƒöŕmåñçé one two]"
1747
1747
  },
1748
- "lighthouse-core/config/default-config.js | pwaCategoryDescription": {
1748
+ "core/config/default-config.js | pwaCategoryDescription": {
1749
1749
  "message": "[Ţĥéšé çĥéçķš våļîðåţé ţĥé åšþéçţš öƒ å Þŕöĝŕéššîvé Ŵéб Åþþ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/progressive-web-apps/checklist)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1750
1750
  },
1751
- "lighthouse-core/config/default-config.js | pwaCategoryManualDescription": {
1751
+ "core/config/default-config.js | pwaCategoryManualDescription": {
1752
1752
  "message": "[Ţĥéšé çĥéçķš åŕé ŕéqûîŕéð бý ţĥé бåšéļîñé ᐅ[ᐊÞŴÅ Çĥéçķļîšţᐅ](https://developers.google.com/web/progressive-web-apps/checklist)ᐊ бûţ åŕé ñöţ åûţömåţîçåļļý çĥéçķéð бý Ļîĝĥţĥöûšé. Ţĥéý ðö ñöţ 僃éçţ ýöûŕ šçöŕé бûţ îţ'š îmþöŕţåñţ ţĥåţ ýöû véŕîƒý ţĥém måñûåļļý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
1753
1753
  },
1754
- "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
1754
+ "core/config/default-config.js | pwaCategoryTitle": {
1755
1755
  "message": "[ÞŴÅ one]"
1756
1756
  },
1757
- "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
1757
+ "core/config/default-config.js | pwaInstallableGroupTitle": {
1758
1758
  "message": "[Îñšţåļļåбļé one two]"
1759
1759
  },
1760
- "lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle": {
1760
+ "core/config/default-config.js | pwaOptimizedGroupTitle": {
1761
1761
  "message": "[ÞŴÅ Öþţîmîžéð one two]"
1762
1762
  },
1763
- "lighthouse-core/config/default-config.js | seoCategoryDescription": {
1763
+ "core/config/default-config.js | seoCategoryDescription": {
1764
1764
  "message": "[Ţĥéšé çĥéçķš éñšûŕé ţĥåţ ýöûŕ þåĝé îš ƒöļļöŵîñĝ бåšîç šéåŕçĥ éñĝîñé öþţîmîžåţîöñ åðvîçé. Ţĥéŕé åŕé måñý åððîţîöñåļ ƒåçţöŕš Ļîĝĥţĥöûšé ðöéš ñöţ šçöŕé ĥéŕé ţĥåţ måý 僃éçţ ýöûŕ šéåŕçĥ ŕåñķîñĝ, îñçļûðîñĝ þéŕƒöŕmåñçé öñ ᐅ[ᐊÇöŕé Ŵéб Vîţåļšᐅ](https://web.dev/learn-web-vitals/)ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://support.google.com/webmasters/answer/35769)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo]"
1765
1765
  },
1766
- "lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
1766
+ "core/config/default-config.js | seoCategoryManualDescription": {
1767
1767
  "message": "[Ŕûñ ţĥéšé åððîţîöñåļ våļîðåţöŕš öñ ýöûŕ šîţé ţö çĥéçķ åððîţîöñåļ ŠÉÖ бéšţ þŕåçţîçéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1768
1768
  },
1769
- "lighthouse-core/config/default-config.js | seoCategoryTitle": {
1769
+ "core/config/default-config.js | seoCategoryTitle": {
1770
1770
  "message": "[ŠÉÖ one]"
1771
1771
  },
1772
- "lighthouse-core/config/default-config.js | seoContentGroupDescription": {
1772
+ "core/config/default-config.js | seoContentGroupDescription": {
1773
1773
  "message": "[Föŕmåţ ýöûŕ ĤŢMĻ îñ å ŵåý ţĥåţ éñåбļéš çŕåŵļéŕš ţö бéţţéŕ ûñðéŕšţåñð ýöûŕ åþþ’š çöñţéñţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1774
1774
  },
1775
- "lighthouse-core/config/default-config.js | seoContentGroupTitle": {
1775
+ "core/config/default-config.js | seoContentGroupTitle": {
1776
1776
  "message": "[Çöñţéñţ Бéšţ Þŕåçţîçéš one two three]"
1777
1777
  },
1778
- "lighthouse-core/config/default-config.js | seoCrawlingGroupDescription": {
1778
+ "core/config/default-config.js | seoCrawlingGroupDescription": {
1779
1779
  "message": "[Ţö åþþéåŕ îñ šéåŕçĥ ŕéšûļţš, çŕåŵļéŕš ñééð åççéšš ţö ýöûŕ åþþ. one two three four five six seven eight nine ten eleven twelve]"
1780
1780
  },
1781
- "lighthouse-core/config/default-config.js | seoCrawlingGroupTitle": {
1781
+ "core/config/default-config.js | seoCrawlingGroupTitle": {
1782
1782
  "message": "[Çŕåŵļîñĝ åñð Îñðéxîñĝ one two three]"
1783
1783
  },
1784
- "lighthouse-core/config/default-config.js | seoMobileGroupDescription": {
1784
+ "core/config/default-config.js | seoMobileGroupDescription": {
1785
1785
  "message": "[Måķé šûŕé ýöûŕ þåĝéš åŕé möбîļé ƒŕîéñðļý šö ûšéŕš ðöñ’ţ ĥåvé ţö þîñçĥ öŕ žööm îñ öŕðéŕ ţö ŕéåð ţĥé çöñţéñţ þåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/search/mobile-sites/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1786
1786
  },
1787
- "lighthouse-core/config/default-config.js | seoMobileGroupTitle": {
1787
+ "core/config/default-config.js | seoMobileGroupTitle": {
1788
1788
  "message": "[Möбîļé Fŕîéñðļý one two]"
1789
1789
  },
1790
- "lighthouse-core/gather/driver/environment.js | warningSlowHostCpu": {
1790
+ "core/gather/driver/environment.js | warningSlowHostCpu": {
1791
1791
  "message": "[Ţĥé ţéšţéð ðévîçé åþþéåŕš ţö ĥåvé å šļöŵéŕ ÇÞÛ ţĥåñ Ļîĝĥţĥöûšé éxþéçţš. Ţĥîš çåñ ñéĝåţîvéļý 僃éçţ ýöûŕ þéŕƒöŕmåñçé šçöŕé. Ļéåŕñ möŕé åбöûţ ᐅ[ᐊçåļîбŕåţîñĝ åñ åþþŕöþŕîåţé ÇÞÛ šļöŵðöŵñ mûļţîþļîéŕᐅ](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]"
1792
1792
  },
1793
- "lighthouse-core/gather/driver/navigation.js | warningRedirected": {
1793
+ "core/gather/driver/navigation.js | warningRedirected": {
1794
1794
  "message": "[Ţĥé þåĝé måý ñöţ бé ļöåðîñĝ åš éxþéçţéð бéçåûšé ýöûŕ ţéšţ ÛŔĻ (ᐅ{requested}ᐊ) ŵåš ŕéðîŕéçţéð ţö ᐅ{final}ᐊ. Ţŕý ţéšţîñĝ ţĥé šéçöñð ÛŔĻ ðîŕéçţļý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1795
1795
  },
1796
- "lighthouse-core/gather/driver/navigation.js | warningTimeout": {
1796
+ "core/gather/driver/navigation.js | warningTimeout": {
1797
1797
  "message": "[Ţĥé þåĝé ļöåðéð ţöö šļöŵļý ţö ƒîñîšĥ ŵîţĥîñ ţĥé ţîmé ļîmîţ. Ŕéšûļţš måý бé îñçömþļéţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1798
1798
  },
1799
- "lighthouse-core/gather/driver/storage.js | warningData": {
1799
+ "core/gather/driver/storage.js | warningData": {
1800
1800
  "message": "{locationCount,plural, =1{[Ţĥéŕé måý бé šţöŕéð ðåţå 僃éçţîñĝ ļöåðîñĝ þéŕƒöŕmåñçé îñ ţĥîš ļöçåţîöñ: ᐅ{locations}ᐊ. Åûðîţ ţĥîš þåĝé îñ åñ îñçöĝñîţö ŵîñðöŵ ţö þŕévéñţ ţĥöšé ŕéšöûŕçéš ƒŕöm 僃éçţîñĝ ýöûŕ šçöŕéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]}other{[Ţĥéŕé måý бé šţöŕéð ðåţå 僃éçţîñĝ ļöåðîñĝ þéŕƒöŕmåñçé îñ ţĥéšé ļöçåţîöñš: ᐅ{locations}ᐊ. Åûðîţ ţĥîš þåĝé îñ åñ îñçöĝñîţö ŵîñðöŵ ţö þŕévéñţ ţĥöšé ŕéšöûŕçéš ƒŕöm 僃éçţîñĝ ýöûŕ šçöŕéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]}}"
1801
1801
  },
1802
- "lighthouse-core/lib/csp-evaluator.js | allowlistFallback": {
1802
+ "core/lib/csp-evaluator.js | allowlistFallback": {
1803
1803
  "message": "[Çöñšîðéŕ åððîñĝ ĥţţþš: åñð ĥţţþ: ÛŔĻ šçĥéméš (îĝñöŕéð бý бŕöŵšéŕš šûþþöŕţîñĝ 'šţŕîçţ-ðýñåmîç') ţö бé бåçķŵåŕð çömþåţîбļé ŵîţĥ öļðéŕ бŕöŵšéŕš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
1804
1804
  },
1805
- "lighthouse-core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1805
+ "core/lib/csp-evaluator.js | deprecatedDisownOpener": {
1806
1806
  "message": "[ðîšöŵñ-öþéñéŕ îš ðéþŕéçåţéð šîñçé ÇŠÞ3. Þļéåšé, ûšé ţĥé Çŕöšš-Öŕîĝîñ-Öþéñéŕ-Þöļîçý ĥéåðéŕ îñšţéåð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1807
1807
  },
1808
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReferrer": {
1808
+ "core/lib/csp-evaluator.js | deprecatedReferrer": {
1809
1809
  "message": "[ŕéƒéŕŕéŕ îš ðéþŕéçåţéð šîñçé ÇŠÞ2. Þļéåšé, ûšé ţĥé Ŕéƒéŕŕéŕ-Þöļîçý ĥéåðéŕ îñšţéåð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1810
1810
  },
1811
- "lighthouse-core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1811
+ "core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
1812
1812
  "message": "[ŕéƒļéçţéð-xšš îš ðéþŕéçåţéð šîñçé ÇŠÞ2. Þļéåšé, ûšé ţĥé X-XŠŠ-Þŕöţéçţîöñ ĥéåðéŕ îñšţéåð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
1813
1813
  },
1814
- "lighthouse-core/lib/csp-evaluator.js | missingBaseUri": {
1814
+ "core/lib/csp-evaluator.js | missingBaseUri": {
1815
1815
  "message": "[Mîššîñĝ бåšé-ûŕî åļļöŵš îñĵéçţéð <base> ţåĝš ţö šéţ ţĥé бåšé ÛŔĻ ƒöŕ åļļ ŕéļåţîvé ÛŔĻš (é.ĝ. šçŕîþţš) ţö åñ åţţåçķéŕ çöñţŕöļļéð ðömåîñ. Çöñšîðéŕ šéţţîñĝ бåšé-ûŕî ţö 'ñöñé' öŕ 'šéļƒ'. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
1816
1816
  },
1817
- "lighthouse-core/lib/csp-evaluator.js | missingObjectSrc": {
1817
+ "core/lib/csp-evaluator.js | missingObjectSrc": {
1818
1818
  "message": "[Mîššîñĝ öбĵéçţ-šŕç åļļöŵš ţĥé îñĵéçţîöñ öƒ þļûĝîñš ţĥåţ éxéçûţé ûñšåƒé šçŕîþţš. Çöñšîðéŕ šéţţîñĝ öбĵéçţ-šŕç ţö 'ñöñé' îƒ ýöû çåñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1819
1819
  },
1820
- "lighthouse-core/lib/csp-evaluator.js | missingScriptSrc": {
1820
+ "core/lib/csp-evaluator.js | missingScriptSrc": {
1821
1821
  "message": "[šçŕîþţ-šŕç ðîŕéçţîvé îš mîššîñĝ. Ţĥîš çåñ åļļöŵ ţĥé éxéçûţîöñ öƒ ûñšåƒé šçŕîþţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1822
1822
  },
1823
- "lighthouse-core/lib/csp-evaluator.js | missingSemicolon": {
1823
+ "core/lib/csp-evaluator.js | missingSemicolon": {
1824
1824
  "message": "[Ðîð ýöû ƒöŕĝéţ ţĥé šémîçöļöñ¿ ᐅ{keyword}ᐊ šéémš ţö бé å ðîŕéçţîvé, ñöţ å ķéýŵöŕð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
1825
1825
  },
1826
- "lighthouse-core/lib/csp-evaluator.js | nonceCharset": {
1826
+ "core/lib/csp-evaluator.js | nonceCharset": {
1827
1827
  "message": "[Ñöñçéš šĥöûļð ûšé ţĥé бåšé64 çĥåŕšéţ. one two three four five six seven eight]"
1828
1828
  },
1829
- "lighthouse-core/lib/csp-evaluator.js | nonceLength": {
1829
+ "core/lib/csp-evaluator.js | nonceLength": {
1830
1830
  "message": "[Ñöñçéš šĥöûļð бé åţ ļéåšţ 8 çĥåŕåçţéŕš ļöñĝ. one two three four five six seven eight nine]"
1831
1831
  },
1832
- "lighthouse-core/lib/csp-evaluator.js | plainUrlScheme": {
1832
+ "core/lib/csp-evaluator.js | plainUrlScheme": {
1833
1833
  "message": "[Åvöîð ûšîñĝ þļåîñ ÛŔĻ šçĥéméš (ᐅ{keyword}ᐊ) îñ ţĥîš ðîŕéçţîvé. Þļåîñ ÛŔĻ šçĥéméš åļļöŵ šçŕîþţš ţö бé šöûŕçéð ƒŕöm åñ ûñšåƒé ðömåîñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1834
1834
  },
1835
- "lighthouse-core/lib/csp-evaluator.js | plainWildcards": {
1835
+ "core/lib/csp-evaluator.js | plainWildcards": {
1836
1836
  "message": "[Åvöîð ûšîñĝ þļåîñ ŵîļðçåŕðš (ᐅ{keyword}ᐊ) îñ ţĥîš ðîŕéçţîvé. Þļåîñ ŵîļðçåŕðš åļļöŵ šçŕîþţš ţö бé šöûŕçéð ƒŕöm åñ ûñšåƒé ðömåîñ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1837
1837
  },
1838
- "lighthouse-core/lib/csp-evaluator.js | reportToOnly": {
1838
+ "core/lib/csp-evaluator.js | reportToOnly": {
1839
1839
  "message": "[Ţĥé ŕéþöŕţîñĝ ðéšţîñåţîöñ îš öñļý çöñƒîĝûŕéð vîå ţĥé ŕéþöŕţ-ţö ðîŕéçţîvé. Ţĥîš ðîŕéçţîvé îš öñļý šûþþöŕţéð îñ Çĥŕömîûm-бåšéð бŕöŵšéŕš šö îţ îš ŕéçömméñðéð ţö åļšö ûšé å ŕéþöŕţ-ûŕî ðîŕéçţîvé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
1840
1840
  },
1841
- "lighthouse-core/lib/csp-evaluator.js | reportingDestinationMissing": {
1841
+ "core/lib/csp-evaluator.js | reportingDestinationMissing": {
1842
1842
  "message": "[Ñö ÇŠÞ çöñƒîĝûŕéš å ŕéþöŕţîñĝ ðéšţîñåţîöñ. Ţĥîš måķéš îţ ðîçûļţ ţö måîñţåîñ ţĥé ÇŠÞ övéŕ ţîmé åñð möñîţöŕ ƒöŕ åñý бŕéåķåĝéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1843
1843
  },
1844
- "lighthouse-core/lib/csp-evaluator.js | strictDynamic": {
1844
+ "core/lib/csp-evaluator.js | strictDynamic": {
1845
1845
  "message": "[Ĥöšţ åļļöŵļîšţš çåñ ƒŕéqûéñţļý бé бýþåššéð. Çöñšîðéŕ ûšîñĝ ÇŠÞ ñöñçéš öŕ ĥåšĥéš îñšţéåð, åļöñĝ ŵîţĥ 'šţŕîçţ-ðýñåmîç' îƒ ñéçéššåŕý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
1846
1846
  },
1847
- "lighthouse-core/lib/csp-evaluator.js | unknownDirective": {
1847
+ "core/lib/csp-evaluator.js | unknownDirective": {
1848
1848
  "message": "[Ûñķñöŵñ ÇŠÞ ðîŕéçţîvé. one two three]"
1849
1849
  },
1850
- "lighthouse-core/lib/csp-evaluator.js | unknownKeyword": {
1850
+ "core/lib/csp-evaluator.js | unknownKeyword": {
1851
1851
  "message": "[ᐅ{keyword}ᐊ šéémš ţö бé åñ îñvåļîð ķéýŵöŕð. one two three four five six seven eight]"
1852
1852
  },
1853
- "lighthouse-core/lib/csp-evaluator.js | unsafeInline": {
1853
+ "core/lib/csp-evaluator.js | unsafeInline": {
1854
1854
  "message": "['ûñšåƒé-îñļîñé' åļļöŵš ţĥé éxéçûţîöñ öƒ ûñšåƒé îñ-þåĝé šçŕîþţš åñð évéñţ ĥåñðļéŕš. Çöñšîðéŕ ûšîñĝ ÇŠÞ ñöñçéš öŕ ĥåšĥéš ţö åļļöŵ šçŕîþţš îñðîvîðûåļļý. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
1855
1855
  },
1856
- "lighthouse-core/lib/csp-evaluator.js | unsafeInlineFallback": {
1856
+ "core/lib/csp-evaluator.js | unsafeInlineFallback": {
1857
1857
  "message": "[Çöñšîðéŕ åððîñĝ 'ûñšåƒé-îñļîñé' (îĝñöŕéð бý бŕöŵšéŕš šûþþöŕţîñĝ ñöñçéš/ĥåšĥéš) ţö бé бåçķŵåŕð çömþåţîбļé ŵîţĥ öļðéŕ бŕöŵšéŕš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
1858
1858
  },
1859
- "lighthouse-core/lib/i18n/i18n.js | columnBlockingTime": {
1859
+ "core/lib/i18n/i18n.js | columnBlockingTime": {
1860
1860
  "message": "[Måîñ-Ţĥŕéåð Бļöçķîñĝ Ţîmé one two three]"
1861
1861
  },
1862
- "lighthouse-core/lib/i18n/i18n.js | columnCacheTTL": {
1862
+ "core/lib/i18n/i18n.js | columnCacheTTL": {
1863
1863
  "message": "[Çåçĥé ŢŢĻ one two]"
1864
1864
  },
1865
- "lighthouse-core/lib/i18n/i18n.js | columnDescription": {
1865
+ "core/lib/i18n/i18n.js | columnDescription": {
1866
1866
  "message": "[Ðéšçŕîþţîöñ one two]"
1867
1867
  },
1868
- "lighthouse-core/lib/i18n/i18n.js | columnDuration": {
1868
+ "core/lib/i18n/i18n.js | columnDuration": {
1869
1869
  "message": "[Ðûŕåţîöñ one]"
1870
1870
  },
1871
- "lighthouse-core/lib/i18n/i18n.js | columnElement": {
1871
+ "core/lib/i18n/i18n.js | columnElement": {
1872
1872
  "message": "[Éļéméñţ one]"
1873
1873
  },
1874
- "lighthouse-core/lib/i18n/i18n.js | columnFailingElem": {
1874
+ "core/lib/i18n/i18n.js | columnFailingElem": {
1875
1875
  "message": "[Fåîļîñĝ Éļéméñţš one two]"
1876
1876
  },
1877
- "lighthouse-core/lib/i18n/i18n.js | columnLocation": {
1877
+ "core/lib/i18n/i18n.js | columnLocation": {
1878
1878
  "message": "[Ļöçåţîöñ one]"
1879
1879
  },
1880
- "lighthouse-core/lib/i18n/i18n.js | columnName": {
1880
+ "core/lib/i18n/i18n.js | columnName": {
1881
1881
  "message": "[Ñåmé one]"
1882
1882
  },
1883
- "lighthouse-core/lib/i18n/i18n.js | columnOverBudget": {
1883
+ "core/lib/i18n/i18n.js | columnOverBudget": {
1884
1884
  "message": "[Övéŕ Бûðĝéţ one two]"
1885
1885
  },
1886
- "lighthouse-core/lib/i18n/i18n.js | columnRequests": {
1886
+ "core/lib/i18n/i18n.js | columnRequests": {
1887
1887
  "message": "[Ŕéqûéšţš one]"
1888
1888
  },
1889
- "lighthouse-core/lib/i18n/i18n.js | columnResourceSize": {
1889
+ "core/lib/i18n/i18n.js | columnResourceSize": {
1890
1890
  "message": "[Ŕéšöûŕçé Šîžé one two]"
1891
1891
  },
1892
- "lighthouse-core/lib/i18n/i18n.js | columnResourceType": {
1892
+ "core/lib/i18n/i18n.js | columnResourceType": {
1893
1893
  "message": "[Ŕéšöûŕçé Ţýþé one two]"
1894
1894
  },
1895
- "lighthouse-core/lib/i18n/i18n.js | columnSize": {
1895
+ "core/lib/i18n/i18n.js | columnSize": {
1896
1896
  "message": "[Šîžé one]"
1897
1897
  },
1898
- "lighthouse-core/lib/i18n/i18n.js | columnSource": {
1898
+ "core/lib/i18n/i18n.js | columnSource": {
1899
1899
  "message": "[Šöûŕçé one]"
1900
1900
  },
1901
- "lighthouse-core/lib/i18n/i18n.js | columnStartTime": {
1901
+ "core/lib/i18n/i18n.js | columnStartTime": {
1902
1902
  "message": "[Šţåŕţ Ţîmé one two]"
1903
1903
  },
1904
- "lighthouse-core/lib/i18n/i18n.js | columnTimeSpent": {
1904
+ "core/lib/i18n/i18n.js | columnTimeSpent": {
1905
1905
  "message": "[Ţîmé Šþéñţ one two]"
1906
1906
  },
1907
- "lighthouse-core/lib/i18n/i18n.js | columnTransferSize": {
1907
+ "core/lib/i18n/i18n.js | columnTransferSize": {
1908
1908
  "message": "[Ţŕåñšƒéŕ Šîžé one two]"
1909
1909
  },
1910
- "lighthouse-core/lib/i18n/i18n.js | columnURL": {
1910
+ "core/lib/i18n/i18n.js | columnURL": {
1911
1911
  "message": "[ÛŔĻ one]"
1912
1912
  },
1913
- "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
1913
+ "core/lib/i18n/i18n.js | columnWastedBytes": {
1914
1914
  "message": "[Þöţéñţîåļ Šåvîñĝš one two three]"
1915
1915
  },
1916
- "lighthouse-core/lib/i18n/i18n.js | columnWastedMs": {
1916
+ "core/lib/i18n/i18n.js | columnWastedMs": {
1917
1917
  "message": "[Þöţéñţîåļ Šåvîñĝš one two three]"
1918
1918
  },
1919
- "lighthouse-core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1919
+ "core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
1920
1920
  "message": "[Çûmûļåţîvé Ļåýöûţ Šĥîƒţ one two three]"
1921
1921
  },
1922
- "lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings": {
1922
+ "core/lib/i18n/i18n.js | displayValueByteSavings": {
1923
1923
  "message": "[Þöţéñţîåļ šåvîñĝš öƒ ᐅ{wastedBytes, number, bytes}ᐊ ĶîБ one two three four five six]"
1924
1924
  },
1925
- "lighthouse-core/lib/i18n/i18n.js | displayValueElementsFound": {
1925
+ "core/lib/i18n/i18n.js | displayValueElementsFound": {
1926
1926
  "message": "{nodeCount,plural, =1{[1 éļéméñţ ƒöûñð one two]}other{[# éļéméñţš ƒöûñð one two]}}"
1927
1927
  },
1928
- "lighthouse-core/lib/i18n/i18n.js | displayValueMsSavings": {
1928
+ "core/lib/i18n/i18n.js | displayValueMsSavings": {
1929
1929
  "message": "[Þöţéñţîåļ šåvîñĝš öƒ ᐅ{wastedMs, number, milliseconds}ᐊ mš one two three four five six]"
1930
1930
  },
1931
- "lighthouse-core/lib/i18n/i18n.js | documentResourceType": {
1931
+ "core/lib/i18n/i18n.js | documentResourceType": {
1932
1932
  "message": "[Ðöçûméñţ one]"
1933
1933
  },
1934
- "lighthouse-core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
1934
+ "core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
1935
1935
  "message": "[Fîŕšţ Çöñţéñţƒûļ Þåîñţ one two three]"
1936
1936
  },
1937
- "lighthouse-core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
1937
+ "core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
1938
1938
  "message": "[Fîŕšţ Méåñîñĝƒûļ Þåîñţ one two three]"
1939
1939
  },
1940
- "lighthouse-core/lib/i18n/i18n.js | fontResourceType": {
1940
+ "core/lib/i18n/i18n.js | fontResourceType": {
1941
1941
  "message": "[Föñţ one]"
1942
1942
  },
1943
- "lighthouse-core/lib/i18n/i18n.js | imageResourceType": {
1943
+ "core/lib/i18n/i18n.js | imageResourceType": {
1944
1944
  "message": "[Îmåĝé one]"
1945
1945
  },
1946
- "lighthouse-core/lib/i18n/i18n.js | interactiveMetric": {
1946
+ "core/lib/i18n/i18n.js | interactiveMetric": {
1947
1947
  "message": "[Ţîmé ţö Îñţéŕåçţîvé one two three]"
1948
1948
  },
1949
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityHigh": {
1949
+ "core/lib/i18n/i18n.js | itemSeverityHigh": {
1950
1950
  "message": "[Ĥîĝĥ one]"
1951
1951
  },
1952
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityLow": {
1952
+ "core/lib/i18n/i18n.js | itemSeverityLow": {
1953
1953
  "message": "[Ļöŵ one]"
1954
1954
  },
1955
- "lighthouse-core/lib/i18n/i18n.js | itemSeverityMedium": {
1955
+ "core/lib/i18n/i18n.js | itemSeverityMedium": {
1956
1956
  "message": "[Méðîûm one]"
1957
1957
  },
1958
- "lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
1958
+ "core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
1959
1959
  "message": "[Ļåŕĝéšţ Çöñţéñţƒûļ Þåîñţ one two three]"
1960
1960
  },
1961
- "lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
1961
+ "core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
1962
1962
  "message": "[Måx Þöţéñţîåļ Fîŕšţ Îñþûţ Ðéļåý one two three four five six seven]"
1963
1963
  },
1964
- "lighthouse-core/lib/i18n/i18n.js | mediaResourceType": {
1964
+ "core/lib/i18n/i18n.js | mediaResourceType": {
1965
1965
  "message": "[Méðîå one]"
1966
1966
  },
1967
- "lighthouse-core/lib/i18n/i18n.js | ms": {
1967
+ "core/lib/i18n/i18n.js | ms": {
1968
1968
  "message": "[ᐅ{timeInMs, number, milliseconds}ᐊ mš one two]"
1969
1969
  },
1970
- "lighthouse-core/lib/i18n/i18n.js | otherResourceType": {
1970
+ "core/lib/i18n/i18n.js | otherResourceType": {
1971
1971
  "message": "[Öţĥéŕ one]"
1972
1972
  },
1973
- "lighthouse-core/lib/i18n/i18n.js | otherResourcesLabel": {
1973
+ "core/lib/i18n/i18n.js | otherResourcesLabel": {
1974
1974
  "message": "[Öţĥéŕ ŕéšöûŕçéš one two]"
1975
1975
  },
1976
- "lighthouse-core/lib/i18n/i18n.js | scriptResourceType": {
1976
+ "core/lib/i18n/i18n.js | scriptResourceType": {
1977
1977
  "message": "[Šçŕîþţ one]"
1978
1978
  },
1979
- "lighthouse-core/lib/i18n/i18n.js | seconds": {
1979
+ "core/lib/i18n/i18n.js | seconds": {
1980
1980
  "message": "[ᐅ{timeInMs, number, seconds}ᐊ š one two]"
1981
1981
  },
1982
- "lighthouse-core/lib/i18n/i18n.js | speedIndexMetric": {
1982
+ "core/lib/i18n/i18n.js | speedIndexMetric": {
1983
1983
  "message": "[Šþééð Îñðéx one two]"
1984
1984
  },
1985
- "lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType": {
1985
+ "core/lib/i18n/i18n.js | stylesheetResourceType": {
1986
1986
  "message": "[Šţýļéšĥééţ one two]"
1987
1987
  },
1988
- "lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType": {
1988
+ "core/lib/i18n/i18n.js | thirdPartyResourceType": {
1989
1989
  "message": "[Ţĥîŕð-þåŕţý one two]"
1990
1990
  },
1991
- "lighthouse-core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1991
+ "core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
1992
1992
  "message": "[Ţöţåļ Бļöçķîñĝ Ţîmé one two three]"
1993
1993
  },
1994
- "lighthouse-core/lib/i18n/i18n.js | totalResourceType": {
1994
+ "core/lib/i18n/i18n.js | totalResourceType": {
1995
1995
  "message": "[Ţöţåļ one]"
1996
1996
  },
1997
- "lighthouse-core/lib/lh-error.js | badTraceRecording": {
1997
+ "core/lib/lh-error.js | badTraceRecording": {
1998
1998
  "message": "[Šöméţĥîñĝ ŵéñţ ŵŕöñĝ ŵîţĥ ŕéçöŕðîñĝ ţĥé ţŕåçé övéŕ ýöûŕ þåĝé ļöåð. Þļéåšé ŕûñ Ļîĝĥţĥöûšé åĝåîñ. (ᐅ{errorCode}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
1999
1999
  },
2000
- "lighthouse-core/lib/lh-error.js | criTimeout": {
2000
+ "core/lib/lh-error.js | criTimeout": {
2001
2001
  "message": "[Ţîméöûţ ŵåîţîñĝ ƒöŕ îñîţîåļ Ðéбûĝĝéŕ Þŕöţöçöļ çöññéçţîöñ. one two three four five six seven eight nine ten eleven twelve]"
2002
2002
  },
2003
- "lighthouse-core/lib/lh-error.js | didntCollectScreenshots": {
2003
+ "core/lib/lh-error.js | didntCollectScreenshots": {
2004
2004
  "message": "[Çĥŕömé ðîðñ'ţ çöļļéçţ åñý šçŕééñšĥöţš ðûŕîñĝ ţĥé þåĝé ļöåð. Þļéåšé måķé šûŕé ţĥéŕé îš çöñţéñţ vîšîбļé öñ ţĥé þåĝé, åñð ţĥéñ ţŕý ŕé-ŕûññîñĝ Ļîĝĥţĥöûšé. (ᐅ{errorCode}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
2005
2005
  },
2006
- "lighthouse-core/lib/lh-error.js | dnsFailure": {
2006
+ "core/lib/lh-error.js | dnsFailure": {
2007
2007
  "message": "[ÐÑŠ šéŕvéŕš çöûļð ñöţ ŕéšöļvé ţĥé þŕövîðéð ðömåîñ. one two three four five six seven eight nine ten eleven]"
2008
2008
  },
2009
- "lighthouse-core/lib/lh-error.js | erroredRequiredArtifact": {
2009
+ "core/lib/lh-error.js | erroredRequiredArtifact": {
2010
2010
  "message": "[Ŕéqûîŕéð ᐅ{artifactName}ᐊ ĝåţĥéŕéŕ éñçöûñţéŕéð åñ éŕŕöŕ: ᐅ{errorMessage}ᐊ one two three four five six seven eight nine ten]"
2011
2011
  },
2012
- "lighthouse-core/lib/lh-error.js | internalChromeError": {
2012
+ "core/lib/lh-error.js | internalChromeError": {
2013
2013
  "message": "[Åñ îñţéŕñåļ Çĥŕömé éŕŕöŕ öççûŕŕéð. Þļéåšé ŕéšţåŕţ Çĥŕömé åñð ţŕý ŕé-ŕûññîñĝ Ļîĝĥţĥöûšé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
2014
2014
  },
2015
- "lighthouse-core/lib/lh-error.js | missingRequiredArtifact": {
2015
+ "core/lib/lh-error.js | missingRequiredArtifact": {
2016
2016
  "message": "[Ŕéqûîŕéð ᐅ{artifactName}ᐊ ĝåţĥéŕéŕ ðîð ñöţ ŕûñ. one two three four five six seven]"
2017
2017
  },
2018
- "lighthouse-core/lib/lh-error.js | noFcp": {
2018
+ "core/lib/lh-error.js | noFcp": {
2019
2019
  "message": "[Ţĥé þåĝé ðîð ñöţ þåîñţ åñý çöñţéñţ. Þļéåšé éñšûŕé ýöû ķééþ ţĥé бŕöŵšéŕ ŵîñðöŵ îñ ţĥé ƒöŕéĝŕöûñð ðûŕîñĝ ţĥé ļöåð åñð ţŕý åĝåîñ. (ᐅ{errorCode}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
2020
2020
  },
2021
- "lighthouse-core/lib/lh-error.js | notHtml": {
2021
+ "core/lib/lh-error.js | notHtml": {
2022
2022
  "message": "[Ţĥé þåĝé þŕövîðéð îš ñöţ ĤŢMĻ (šéŕvéð åš MÎMÉ ţýþé ᐅ{mimeType}ᐊ). one two three four five six seven eight nine ten eleven]"
2023
2023
  },
2024
- "lighthouse-core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2024
+ "core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
2025
2025
  "message": "[Ţĥîš véŕšîöñ öƒ Çĥŕömé îš ţöö öļð ţö šûþþöŕţ 'ᐅ{featureName}ᐊ'. Ûšé å ñéŵéŕ véŕšîöñ ţö šéé ƒûļļ ŕéšûļţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
2026
2026
  },
2027
- "lighthouse-core/lib/lh-error.js | pageLoadFailed": {
2027
+ "core/lib/lh-error.js | pageLoadFailed": {
2028
2028
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ŕéļîåбļý ļöåð ţĥé þåĝé ýöû ŕéqûéšţéð. Måķé šûŕé ýöû åŕé ţéšţîñĝ ţĥé çöŕŕéçţ ÛŔĻ åñð ţĥåţ ţĥé šéŕvéŕ îš þŕöþéŕļý ŕéšþöñðîñĝ ţö åļļ ŕéqûéšţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree]"
2029
2029
  },
2030
- "lighthouse-core/lib/lh-error.js | pageLoadFailedHung": {
2030
+ "core/lib/lh-error.js | pageLoadFailedHung": {
2031
2031
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ŕéļîåбļý ļöåð ţĥé ÛŔĻ ýöû ŕéqûéšţéð бéçåûšé ţĥé þåĝé šţöþþéð ŕéšþöñðîñĝ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
2032
2032
  },
2033
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInsecure": {
2033
+ "core/lib/lh-error.js | pageLoadFailedInsecure": {
2034
2034
  "message": "[Ţĥé ÛŔĻ ýöû ĥåvé þŕövîðéð ðöéš ñöţ ĥåvé å våļîð šéçûŕîţý çéŕţîƒîçåţé. ᐅ{securityMessages}ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
2035
2035
  },
2036
- "lighthouse-core/lib/lh-error.js | pageLoadFailedInterstitial": {
2036
+ "core/lib/lh-error.js | pageLoadFailedInterstitial": {
2037
2037
  "message": "[Çĥŕömé þŕévéñţéð þåĝé ļöåð ŵîţĥ åñ îñţéŕšţîţîåļ. Måķé šûŕé ýöû åŕé ţéšţîñĝ ţĥé çöŕŕéçţ ÛŔĻ åñð ţĥåţ ţĥé šéŕvéŕ îš þŕöþéŕļý ŕéšþöñðîñĝ ţö åļļ ŕéqûéšţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
2038
2038
  },
2039
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithDetails": {
2039
+ "core/lib/lh-error.js | pageLoadFailedWithDetails": {
2040
2040
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ŕéļîåбļý ļöåð ţĥé þåĝé ýöû ŕéqûéšţéð. Måķé šûŕé ýöû åŕé ţéšţîñĝ ţĥé çöŕŕéçţ ÛŔĻ åñð ţĥåţ ţĥé šéŕvéŕ îš þŕöþéŕļý ŕéšþöñðîñĝ ţö åļļ ŕéqûéšţš. (Ðéţåîļš: ᐅ{errorDetails}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
2041
2041
  },
2042
- "lighthouse-core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2042
+ "core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
2043
2043
  "message": "[Ļîĝĥţĥöûšé ŵåš ûñåбļé ţö ŕéļîåбļý ļöåð ţĥé þåĝé ýöû ŕéqûéšţéð. Måķé šûŕé ýöû åŕé ţéšţîñĝ ţĥé çöŕŕéçţ ÛŔĻ åñð ţĥåţ ţĥé šéŕvéŕ îš þŕöþéŕļý ŕéšþöñðîñĝ ţö åļļ ŕéqûéšţš. (Šţåţûš çöðé: ᐅ{statusCode}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive]"
2044
2044
  },
2045
- "lighthouse-core/lib/lh-error.js | pageLoadTookTooLong": {
2045
+ "core/lib/lh-error.js | pageLoadTookTooLong": {
2046
2046
  "message": "[Ýöûŕ þåĝé ţööķ ţöö ļöñĝ ţö ļöåð. Þļéåšé ƒöļļöŵ ţĥé öþþöŕţûñîţîéš îñ ţĥé ŕéþöŕţ ţö ŕéðûçé ýöûŕ þåĝé ļöåð ţîmé, åñð ţĥéñ ţŕý ŕé-ŕûññîñĝ Ļîĝĥţĥöûšé. (ᐅ{errorCode}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
2047
2047
  },
2048
- "lighthouse-core/lib/lh-error.js | protocolTimeout": {
2048
+ "core/lib/lh-error.js | protocolTimeout": {
2049
2049
  "message": "[Ŵåîţîñĝ ƒöŕ ÐévŢööļš þŕöţöçöļ ŕéšþöñšé ĥåš éxçééðéð ţĥé åļļöţţéð ţîmé. (Méţĥöð: ᐅ{protocolMethod}ᐊ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
2050
2050
  },
2051
- "lighthouse-core/lib/lh-error.js | requestContentTimeout": {
2051
+ "core/lib/lh-error.js | requestContentTimeout": {
2052
2052
  "message": "[Féţçĥîñĝ ŕéšöûŕçé çöñţéñţ ĥåš éxçééðéð ţĥé åļļöţţéð ţîmé one two three four five six seven eight nine ten eleven]"
2053
2053
  },
2054
- "lighthouse-core/lib/lh-error.js | urlInvalid": {
2054
+ "core/lib/lh-error.js | urlInvalid": {
2055
2055
  "message": "[Ţĥé ÛŔĻ ýöû ĥåvé þŕövîðéð åþþéåŕš ţö бé îñvåļîð. one two three four five six seven eight nine ten]"
2056
2056
  },
2057
2057
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {