{
  "lighthouse-core/audits/accessibility/accesskeys.js | description": {
    "message": "快捷键可让用户快速转到页面的某个部分。为确保正确进行导航，每个快捷键都必须是独一无二的。[了解详情](https://web.dev/accesskeys/)。"
  },
  "lighthouse-core/audits/accessibility/accesskeys.js | failureTitle": {
    "message": "`[accesskey]` 的值重复"
  },
  "lighthouse-core/audits/accessibility/accesskeys.js | title": {
    "message": "“`[accesskey]`”值是独一无二的"
  },
  "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": {
    "message": "每个 ARIA“`role`”都支持一部分特定的“`aria-*`”属性。如果这些项不匹配，会导致“`aria-*`”属性无效。[了解详情](https://web.dev/aria-allowed-attr/)。"
  },
  "lighthouse-core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
    "message": "`[aria-*]` 属性与其角色不匹配"
  },
  "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": {
    "message": "`[aria-*]` 属性与其角色匹配"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": {
    "message": "在文档 `<body>` 上设置 `aria-hidden=\"true\"` 后，辅助技术（如屏幕阅读器）的工作方式不一致。[了解详情](https://web.dev/aria-hidden-body/)。"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-body.js | failureTitle": {
    "message": "文档 `<body>` 中有 `[aria-hidden=\"true\"]`"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": {
    "message": "文档 `<body>` 中没有 `[aria-hidden=\"true\"]`"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": {
    "message": "有一个 `[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素，导致这些交互式元素都无法被辅助技术（如屏幕阅读器）用户使用。[了解详情](https://web.dev/aria-hidden-focus/)。"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
    "message": "`[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素"
  },
  "lighthouse-core/audits/accessibility/aria-hidden-focus.js | title": {
    "message": "`[aria-hidden=\"true\"]` 元素都不含可聚焦的下级元素"
  },
  "lighthouse-core/audits/accessibility/aria-input-field-name.js | description": {
    "message": "当某个输入字段没有可供访问的名称时，屏幕阅读器会将它读为通用名称，这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-input-field-name/)。"
  },
  "lighthouse-core/audits/accessibility/aria-input-field-name.js | failureTitle": {
    "message": "ARIA 输入字段缺少可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/aria-input-field-name.js | title": {
    "message": "ARIA 输入字段都有可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/aria-required-attr.js | description": {
    "message": "一些 ARIA 角色有必需属性，这些属性向屏幕阅读器描述了相应元素的状态。[了解详情](https://web.dev/aria-required-attr/)。"
  },
  "lighthouse-core/audits/accessibility/aria-required-attr.js | failureTitle": {
    "message": "`[role]` 缺少部分必需的 `[aria-*]` 属性"
  },
  "lighthouse-core/audits/accessibility/aria-required-attr.js | title": {
    "message": "`[role]` 具备所有必需的 `[aria-*]` 属性"
  },
  "lighthouse-core/audits/accessibility/aria-required-children.js | description": {
    "message": "一些 ARIA 父角色必须包含特定子角色，才能执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-required-children/)。"
  },
  "lighthouse-core/audits/accessibility/aria-required-children.js | failureTitle": {
    "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素缺少部分或全部必需子元素。"
  },
  "lighthouse-core/audits/accessibility/aria-required-children.js | title": {
    "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素包含全部必需子元素。"
  },
  "lighthouse-core/audits/accessibility/aria-required-parent.js | description": {
    "message": "一些 ARIA 子角色必须包含在特定的父角色中，才能正确执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-required-parent/)。"
  },
  "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": {
    "message": "`[role]` 未包含在其必需的父元素中"
  },
  "lighthouse-core/audits/accessibility/aria-required-parent.js | title": {
    "message": "`[role]` 包含在其必需的父元素中"
  },
  "lighthouse-core/audits/accessibility/aria-roles.js | description": {
    "message": "ARIA 角色必须具备有效值，才能执行它们的预期无障碍功能。[了解详情](https://web.dev/aria-roles/)。"
  },
  "lighthouse-core/audits/accessibility/aria-roles.js | failureTitle": {
    "message": "`[role]` 值无效"
  },
  "lighthouse-core/audits/accessibility/aria-roles.js | title": {
    "message": "`[role]` 值有效"
  },
  "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | description": {
    "message": "当某个切换字段没有可供访问的名称时，屏幕阅读器会将它读为通用名称，这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/aria-toggle-field-name/)。"
  },
  "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
    "message": "ARIA 切换字段缺少可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | title": {
    "message": "ARIA 切换字段都有可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": {
    "message": "辅助技术（如屏幕阅读器）无法解读值无效的 ARIA 属性。[了解详情](https://web.dev/aria-valid-attr-value/)。"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
    "message": "`[aria-*]` 属性缺少有效值"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": {
    "message": "`[aria-*]` 属性具备有效值"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": {
    "message": "辅助技术（如屏幕阅读器）无法解读名称无效的 ARIA 属性。[了解详情](https://web.dev/aria-valid-attr/)。"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr.js | failureTitle": {
    "message": "`[aria-*]` 属性无效或拼写有误"
  },
  "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": {
    "message": "`[aria-*]` 属性有效且拼写正确"
  },
  "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": {
    "message": "未通过审核的元素"
  },
  "lighthouse-core/audits/accessibility/button-name.js | description": {
    "message": "当某个按钮没有可供访问的名称时，屏幕阅读器会将它读为“按钮”，这会导致依赖屏幕阅读器的用户无法使用它。[了解详情](https://web.dev/button-name/)。"
  },
  "lighthouse-core/audits/accessibility/button-name.js | failureTitle": {
    "message": "按钮缺少可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/button-name.js | title": {
    "message": "按钮有可供访问的名称"
  },
  "lighthouse-core/audits/accessibility/bypass.js | description": {
    "message": "添加用于绕过重复内容的方式有助于键盘用户更高效地浏览页面。[了解详情](https://web.dev/bypass/)。"
  },
  "lighthouse-core/audits/accessibility/bypass.js | failureTitle": {
    "message": "该页面不含任何标题、跳过链接或地标区域"
  },
  "lighthouse-core/audits/accessibility/bypass.js | title": {
    "message": "该页面包含一个标题、跳过链接或地标区域"
  },
  "lighthouse-core/audits/accessibility/color-contrast.js | description": {
    "message": "对于许多用户而言，对比度低的文字都是难以阅读或无法阅读的。[了解详情](https://web.dev/color-contrast/)。"
  },
  "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": {
    "message": "背景色和前景色没有足够高的对比度。"
  },
  "lighthouse-core/audits/accessibility/color-contrast.js | title": {
    "message": "背景色和前景色具有足够高的对比度"
  },
  "lighthouse-core/audits/accessibility/definition-list.js | description": {
    "message": "如果未正确标记定义列表，屏幕阅读器可能会读出令人困惑或不准确的内容。[了解详情](https://web.dev/definition-list/)。"
  },
  "lighthouse-core/audits/accessibility/definition-list.js | failureTitle": {
    "message": "`<dl>` 并非只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
  },
  "lighthouse-core/audits/accessibility/definition-list.js | title": {
    "message": "`<dl>` 只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
  },
  "lighthouse-core/audits/accessibility/dlitem.js | description": {
    "message": "定义列表项 (`<dt>` 和 `<dd>`) 必须封装在父 `<dl>` 元素中，以确保屏幕阅读器可以正确地读出它们。[了解详情](https://web.dev/dlitem/)。"
  },
  "lighthouse-core/audits/accessibility/dlitem.js | failureTitle": {
    "message": "定义列表项已封装在 `<dl>` 元素中"
  },
  "lighthouse-core/audits/accessibility/dlitem.js | title": {
    "message": "定义列表项已封装在 `<dl>` 元素中"
  },
  "lighthouse-core/audits/accessibility/document-title.js | description": {
    "message": "屏幕阅读器用户可借助标题来大致了解某个页面的内容，搜索引擎用户则非常依赖标题来确定某个页面是否与其搜索相关。[了解详情](https://web.dev/document-title/)。"
  },
  "lighthouse-core/audits/accessibility/document-title.js | failureTitle": {
    "message": "文档不含 `<title>` 元素"
  },
  "lighthouse-core/audits/accessibility/document-title.js | title": {
    "message": "文档包含 `<title>` 元素"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": {
    "message": "所有可聚焦的元素都必须具有独一无二的 `id`，以确保能被辅助技术识别。[了解详情](https://web.dev/duplicate-id-active/)。"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-active.js | failureTitle": {
    "message": "处于活动状态的可聚焦元素的 `[id]` 属性不是独一无二的"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-active.js | title": {
    "message": "处于活动状态的可聚焦元素的 `[id]` 属性都是独一无二的"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": {
    "message": "ARIA ID 的值必须独一无二，才能防止其他实例被辅助技术忽略。[了解详情](https://web.dev/duplicate-id-aria/)。"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
    "message": "ARIA ID 不是独一无二的"
  },
  "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": {
    "message": "ARIA ID 都是独一无二的"
  },
  "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | description": {
    "message": "有多个标签的表单字段可能会被辅助技术（如屏幕阅读器）以令人困惑的方式播报出来，因为这些辅助技术可能会使用第一个标签或最后一个标签，也可能会使用所有标签。[了解详情](https://web.dev/form-field-multiple-labels/)。"
  },
  "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
    "message": "表单字段有多个标签"
  },
  "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | title": {
    "message": "表单字段都没有多个标签"
  },
  "lighthouse-core/audits/accessibility/frame-title.js | description": {
    "message": "屏幕阅读器用户依靠框架标题来描述框架的内容。[了解详情](https://web.dev/frame-title/)。"
  },
  "lighthouse-core/audits/accessibility/frame-title.js | failureTitle": {
    "message": "`<frame>` 或 `<iframe>` 元素缺少标题"
  },
  "lighthouse-core/audits/accessibility/frame-title.js | title": {
    "message": "`<frame>` 或 `<iframe>` 元素有标题"
  },
  "lighthouse-core/audits/accessibility/heading-order.js | description": {
    "message": "未跳过任何等级且排序正确的标题会准确传达页面的语义结构，从而使得相应页面在使用辅助技术时更易于浏览和理解。[了解详情](https://web.dev/heading-order/)。"
  },
  "lighthouse-core/audits/accessibility/heading-order.js | failureTitle": {
    "message": "标题元素未按降序显示"
  },
  "lighthouse-core/audits/accessibility/heading-order.js | title": {
    "message": "标题元素按降序显示"
  },
  "lighthouse-core/audits/accessibility/html-has-lang.js | description": {
    "message": "如果页面未指定 lang 属性，屏幕阅读器便会假定该页面采用的是用户在设置屏幕阅读器时选择的默认语言。如果该页面实际上并未采用默认语言，则屏幕阅读器可能无法正确读出该页面中的文字。[了解详情](https://web.dev/html-has-lang/)。"
  },
  "lighthouse-core/audits/accessibility/html-has-lang.js | failureTitle": {
    "message": "`<html>` 元素缺少 `[lang]` 属性"
  },
  "lighthouse-core/audits/accessibility/html-has-lang.js | title": {
    "message": "`<html>` 元素包含 `[lang]` 属性"
  },
  "lighthouse-core/audits/accessibility/html-lang-valid.js | description": {
    "message": "指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于屏幕阅读器正确读出文字。[了解详情](https://web.dev/html-lang-valid/)。"
  },
  "lighthouse-core/audits/accessibility/html-lang-valid.js | failureTitle": {
    "message": "`<html>` 元素的 `[lang]` 属性缺少有效值。"
  },
  "lighthouse-core/audits/accessibility/html-lang-valid.js | title": {
    "message": "`<html>` 元素的 `[lang]` 属性具备有效值"
  },
  "lighthouse-core/audits/accessibility/image-alt.js | description": {
    "message": "说明性元素应力求使用简短的描述性替代文字。未指定 alt 属性的装饰性元素可被忽略。[了解详情](https://web.dev/image-alt/)。"
  },
  "lighthouse-core/audits/accessibility/image-alt.js | failureTitle": {
    "message": "图片元素缺少 `[alt]` 属性"
  },
  "lighthouse-core/audits/accessibility/image-alt.js | title": {
    "message": "图片元素具备 `[alt]` 属性"
  },
  "lighthouse-core/audits/accessibility/input-image-alt.js | description": {
    "message": "将图片用作 `<input>` 按钮时，提供替代文字有助于屏幕阅读器用户了解该按钮的用途。[了解详情](https://web.dev/input-image-alt/)。"
  },
  "lighthouse-core/audits/accessibility/input-image-alt.js | failureTitle": {
    "message": "`<input type=\"image\">` 元素缺少 `[alt]` 文字"
  },
  "lighthouse-core/audits/accessibility/input-image-alt.js | title": {
    "message": "`<input type=\"image\">` 元素包含 `[alt]` 文字"
  },
  "lighthouse-core/audits/accessibility/label.js | description": {
    "message": "标签可确保辅助技术（如屏幕阅读器）正确读出表单控件。[了解详情](https://web.dev/label/)。"
  },
  "lighthouse-core/audits/accessibility/label.js | failureTitle": {
    "message": "表单元素不具备关联的标签"
  },
  "lighthouse-core/audits/accessibility/label.js | title": {
    "message": "表单元素具有关联的标签"
  },
  "lighthouse-core/audits/accessibility/layout-table.js | description": {
    "message": "用于实现布局用途的表格不应包含数据元素（例如 th 或 caption 元素或 summary 属性），因为这会令屏幕阅读器用户感到困惑。[了解详情](https://web.dev/layout-table/)。"
  },
  "lighthouse-core/audits/accessibility/layout-table.js | failureTitle": {
    "message": "展示性 `<table>` 元素未避免使用 `<th>`、`<caption>` 或 `[summary]` 属性。"
  },
  "lighthouse-core/audits/accessibility/layout-table.js | title": {
    "message": "展示性 `<table>` 元素未使用 `<th>`、`<caption>` 或 `[summary]` 属性。"
  },
  "lighthouse-core/audits/accessibility/link-name.js | description": {
    "message": "请确保链接文字（以及用作链接的图片替代文字）可识别、独一无二且可成为焦点，这样做会提升屏幕阅读器用户的导航体验。[了解详情](https://web.dev/link-name/)。"
  },
  "lighthouse-core/audits/accessibility/link-name.js | failureTitle": {
    "message": "链接缺少可识别的名称"
  },
  "lighthouse-core/audits/accessibility/link-name.js | title": {
    "message": "链接具备可识别的名称"
  },
  "lighthouse-core/audits/accessibility/list.js | description": {
    "message": "屏幕阅读器会采用特定的方法来读出列表内容。确保列表结构正确有助于屏幕阅读器顺利读出相应内容。[了解详情](https://web.dev/list/)。"
  },
  "lighthouse-core/audits/accessibility/list.js | failureTitle": {
    "message": "列表并非只包含 `<li>` 元素和脚本支持元素（`<script>` 和 `<template>`）。"
  },
  "lighthouse-core/audits/accessibility/list.js | title": {
    "message": "列表只包含 `<li>` 元素和脚本支持元素（`<script>` 和 `<template>`）。"
  },
  "lighthouse-core/audits/accessibility/listitem.js | description": {
    "message": "屏幕阅读器要求列表项 (`<li>`) 必须包含在父 `<ul>` 或 `<ol>` 中，这样才能正确读出它们。[了解详情](https://web.dev/listitem/)。"
  },
  "lighthouse-core/audits/accessibility/listitem.js | failureTitle": {
    "message": "列表项 (`<li>`) 未包含在 `<ul>` 或 `<ol>` 父元素中。"
  },
  "lighthouse-core/audits/accessibility/listitem.js | title": {
    "message": "列表项 (`<li>`) 包含在 `<ul>` 或 `<ol>` 父元素中"
  },
  "lighthouse-core/audits/accessibility/meta-refresh.js | description": {
    "message": "用户并不希望网页自动刷新，因为自动刷新会不断地将焦点移回到页面顶部。这可能会让用户感到沮丧或困惑。[了解详情](https://web.dev/meta-refresh/)。"
  },
  "lighthouse-core/audits/accessibility/meta-refresh.js | failureTitle": {
    "message": "文档使用了 `<meta http-equiv=\"refresh\">`"
  },
  "lighthouse-core/audits/accessibility/meta-refresh.js | title": {
    "message": "文档未使用 `<meta http-equiv=\"refresh\">`"
  },
  "lighthouse-core/audits/accessibility/meta-viewport.js | description": {
    "message": "对于必须依靠放大屏幕才能清晰看到网页内容的弱视用户而言，停用缩放功能会给他们带来问题。[了解详情](https://web.dev/meta-viewport/)。"
  },
  "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": {
    "message": "`<meta name=\"viewport\">` 元素中使用了 `[user-scalable=\"no\"]`，或者 `[maximum-scale]` 属性小于 5。"
  },
  "lighthouse-core/audits/accessibility/meta-viewport.js | title": {
    "message": "`[user-scalable=\"no\"]` 未用在 `<meta name=\"viewport\">` 元素中，并且 `[maximum-scale]` 属性不小于 5。"
  },
  "lighthouse-core/audits/accessibility/object-alt.js | description": {
    "message": "屏幕阅读器无法转换非文字内容。向 `<object>` 元素添加替代文字可帮助屏幕阅读器将含义传达给用户。[了解详情](https://web.dev/object-alt/)。"
  },
  "lighthouse-core/audits/accessibility/object-alt.js | failureTitle": {
    "message": "`<object>` 元素缺少 `[alt]` 文字"
  },
  "lighthouse-core/audits/accessibility/object-alt.js | title": {
    "message": "`<object>` 元素包含 `[alt]` 文字"
  },
  "lighthouse-core/audits/accessibility/tabindex.js | description": {
    "message": "值大于 0 意味着明确的导航顺序。尽管这在技术上可行，但往往会让依赖辅助技术的用户感到沮丧。[了解详情](https://web.dev/tabindex/)。"
  },
  "lighthouse-core/audits/accessibility/tabindex.js | failureTitle": {
    "message": "一些元素的 `[tabindex]` 值大于 0"
  },
  "lighthouse-core/audits/accessibility/tabindex.js | title": {
    "message": "所有元素的 `[tabindex]` 值都不大于 0"
  },
  "lighthouse-core/audits/accessibility/td-headers-attr.js | description": {
    "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请确保那些使用 `[headers]` 属性的 `<td>` 单元格仅引用同一个表格中的其他单元格，这样做可提升屏幕阅读器用户的体验。[了解详情](https://web.dev/td-headers-attr/)。"
  },
  "lighthouse-core/audits/accessibility/td-headers-attr.js | failureTitle": {
    "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用了在同一表格中找不到的元素 `id`。"
  },
  "lighthouse-core/audits/accessibility/td-headers-attr.js | title": {
    "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用的是同一表格中的单元格。"
  },
  "lighthouse-core/audits/accessibility/th-has-data-cells.js | description": {
    "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。确保表格标头始终引用特定一组单元格可以提升屏幕阅读器用户的体验。[了解详情](https://web.dev/th-has-data-cells/)。"
  },
  "lighthouse-core/audits/accessibility/th-has-data-cells.js | failureTitle": {
    "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素缺少它们所描述的数据单元格。"
  },
  "lighthouse-core/audits/accessibility/th-has-data-cells.js | title": {
    "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素具备它们所描述的数据单元格。"
  },
  "lighthouse-core/audits/accessibility/valid-lang.js | description": {
    "message": "为元素指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于确保屏幕阅读器正确读出文字。[了解详情](https://web.dev/valid-lang/)。"
  },
  "lighthouse-core/audits/accessibility/valid-lang.js | failureTitle": {
    "message": "`[lang]` 属性缺少有效值"
  },
  "lighthouse-core/audits/accessibility/valid-lang.js | title": {
    "message": "`[lang]` 属性的值有效"
  },
  "lighthouse-core/audits/accessibility/video-caption.js | description": {
    "message": "如果视频提供了字幕，失聪用户和听障用户便能更轻松地获取此视频中的信息。[了解详情](https://web.dev/video-caption/)。"
  },
  "lighthouse-core/audits/accessibility/video-caption.js | failureTitle": {
    "message": "`<video>` 元素缺少含 `[kind=\"captions\"]` 的 `<track>` 元素。"
  },
  "lighthouse-core/audits/accessibility/video-caption.js | title": {
    "message": "`<video>` 元素包含带 `[kind=\"captions\"]` 的 `<track>` 元素"
  },
  "lighthouse-core/audits/accessibility/video-description.js | description": {
    "message": "音频说明可提供对话框无法提供的视频相关信息（例如面部表情和场景）。[了解详情](https://web.dev/video-description/)。"
  },
  "lighthouse-core/audits/accessibility/video-description.js | failureTitle": {
    "message": "`<video>` 元素缺少含 `[kind=\"description\"]` 的 `<track>` 元素。"
  },
  "lighthouse-core/audits/accessibility/video-description.js | title": {
    "message": "`<video>` 元素包含带 `[kind=\"description\"]` 的 `<track>` 元素"
  },
  "lighthouse-core/audits/apple-touch-icon.js | description": {
    "message": "请定义一个 `apple-touch-icon`，以在 iOS 用户向主屏幕添加渐进式 Web 应用时获得理想的外观。它必须指向一张不透明的 192px（或 180px）方形 PNG 图片。[了解详情](https://web.dev/apple-touch-icon/)。"
  },
  "lighthouse-core/audits/apple-touch-icon.js | failureTitle": {
    "message": "未提供有效的 `apple-touch-icon`"
  },
  "lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": {
    "message": "`apple-touch-icon-precomposed` 不是最新版本，建议使用 `apple-touch-icon`。"
  },
  "lighthouse-core/audits/apple-touch-icon.js | title": {
    "message": "提供了有效的 `apple-touch-icon`"
  },
  "lighthouse-core/audits/autocomplete.js | columnCurrent": {
    "message": "Current Value"
  },
  "lighthouse-core/audits/autocomplete.js | columnSuggestions": {
    "message": "Suggested Token"
  },
  "lighthouse-core/audits/autocomplete.js | description": {
    "message": "`autocomplete` helps users submit forms quicker. To reduce user effort, consider enabling by setting the `autocomplete` attribute to a valid value. [Learn more](https://developers.9oo91e.qjz9zk/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
  },
  "lighthouse-core/audits/autocomplete.js | failureTitle": {
    "message": "`<input>` elements do not have correct `autocomplete` attributes"
  },
  "lighthouse-core/audits/autocomplete.js | manualReview": {
    "message": "需要人工审核"
  },
  "lighthouse-core/audits/autocomplete.js | reviewOrder": {
    "message": "请检查令牌的顺序"
  },
  "lighthouse-core/audits/autocomplete.js | title": {
    "message": "`<input>` elements correctly use `autocomplete`"
  },
  "lighthouse-core/audits/autocomplete.js | warningInvalid": {
    "message": "`autocomplete` token(s): \"{token}\" is invalid in {snippet}"
  },
  "lighthouse-core/audits/autocomplete.js | warningOrder": {
    "message": "检查令牌的顺序：{snippet} 中的“{tokens}”"
  },
  "lighthouse-core/audits/bootup-time.js | chromeExtensionsWarning": {
    "message": "Chrome 扩展程序对此网页的加载性能产生了负面影响。请尝试在无痕模式下或使用未安装这些扩展程序的 Chrome 个人资料审核此网页。"
  },
  "lighthouse-core/audits/bootup-time.js | columnScriptEval": {
    "message": "脚本评估"
  },
  "lighthouse-core/audits/bootup-time.js | columnScriptParse": {
    "message": "脚本解析"
  },
  "lighthouse-core/audits/bootup-time.js | columnTotal": {
    "message": "总 CPU 时间"
  },
  "lighthouse-core/audits/bootup-time.js | description": {
    "message": "建议您减少为解析、编译和执行 JS 而花费的时间。您可能会发现，提供较小的 JS 负载有助于实现此目标。[了解详情](https://web.dev/bootup-time/)。"
  },
  "lighthouse-core/audits/bootup-time.js | failureTitle": {
    "message": "缩短 JavaScript 执行用时"
  },
  "lighthouse-core/audits/bootup-time.js | title": {
    "message": "JavaScript 执行用时"
  },
  "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | description": {
    "message": "从软件包中移除重复的大型 JavaScript 模块可减少网络传输时不必要的流量消耗。 "
  },
  "lighthouse-core/audits/byte-efficiency/duplicated-javascript.js | title": {
    "message": "请移除 JavaScript 软件包中的重复模块"
  },
  "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": {
    "message": "使用大型 GIF 提供动画内容会导致效率低下。建议您改用 MPEG4/WebM 视频（来提供动画）和 PNG/WebP（来提供静态图片）以减少网络活动消耗的字节数。[了解详情](https://web.dev/efficient-animated-content/)"
  },
  "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": {
    "message": "使用视频格式提供动画内容"
  },
  "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
    "message": "Polyfill 和 transform 让旧版浏览器能够使用新的 JavaScript 功能。不过，其中的很多函数对新型浏览器而言并非必需。对于捆绑的 JavaScript，请采用现代脚本部署策略，以便利用 module/nomodule 功能检测机制来减少传送到新型浏览器的代码量，同时保留对旧版浏览器的支持。[了解详情](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
  },
  "lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
    "message": "应避免向新型浏览器提供旧版 JavaScript"
  },
  "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": {
    "message": "建议您在所有关键资源加载完毕后推迟加载屏幕外图片和处于隐藏状态的图片，从而缩短可交互前的耗时。[了解详情](https://web.dev/offscreen-images/)。"
  },
  "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": {
    "message": "推迟加载屏幕外图片"
  },
  "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": {
    "message": "资源阻止了系统对您网页的首次渲染。建议以内嵌方式提供关键的 JS/CSS，并推迟提供所有非关键的 JS/样式。[了解详情](https://web.dev/render-blocking-resources/)。"
  },
  "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": {
    "message": "移除阻塞渲染的资源"
  },
  "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": {
    "message": "网络负载过大不仅会让用户付出真金白银，还极有可能会延长加载用时。[了解详情](https://web.dev/total-byte-weight/)。"
  },
  "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
    "message": "总大小为 {totalBytes, number, bytes} KiB"
  },
  "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
    "message": "避免网络负载过大"
  },
  "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": {
    "message": "避免网络负载过大"
  },
  "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": {
    "message": "缩减 CSS 文件大小可缩减网络负载规模。[了解详情](https://web.dev/unminified-css/)。"
  },
  "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": {
    "message": "缩减 CSS"
  },
  "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": {
    "message": "如果缩减 JavaScript 文件大小，则既能缩减负载规模，又能缩短脚本解析用时。[了解详情](https://web.dev/unminified-javascript/)。"
  },
  "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": {
    "message": "缩减 JavaScript"
  },
  "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": {
    "message": "从样式表中移除无效规则并延迟加载首屏内容未使用的 CSS 可减少网络活动的无谓消耗。[了解详情](https://web.dev/unused-css-rules/)。"
  },
  "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": {
    "message": "移除未使用的 CSS"
  },
  "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": {
    "message": "移除未使用的 JavaScript 以减少网络活动消耗的字节数据。[了解详情](https://web.dev/unused-javascript/)。"
  },
  "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": {
    "message": "移除未使用的 JavaScript"
  },
  "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
    "message": "延长缓存期限可加快重访您网页的速度。[了解详情](https://web.dev/uses-long-cache-ttl/)。"
  },
  "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
    "message": "{itemCount,plural, =1{找到了 1 项资源}other{找到了 # 项资源}}"
  },
  "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
    "message": "采用高效的缓存策略提供静态资源"
  },
  "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
    "message": "针对静态资源使用高效的缓存策略"
  },
  "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": {
    "message": "如果图片经过了优化，则加载速度会更快，且消耗的移动数据网络流量会更少。[了解详情](https://web.dev/uses-optimized-images/)。"
  },
  "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": {
    "message": "对图片进行高效编码"
  },
  "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": {
    "message": "提供大小合适的图片可节省移动数据网络流量并缩短加载用时。[了解详情](https://web.dev/uses-responsive-images/)。"
  },
  "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": {
    "message": "适当调整图片大小"
  },
  "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": {
    "message": "对于文本资源，应先压缩（gzip、deflate 或 brotli），然后再提供，以最大限度地减少网络活动消耗的字节总数。[了解详情](https://web.dev/uses-text-compression/)。"
  },
  "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": {
    "message": "启用文本压缩"
  },
  "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": {
    "message": "JPEG 2000、JPEG XR 和 WebP 等图片格式的压缩效果通常比 PNG 或 JPEG 好，因此下载速度更快，消耗的数据流量更少。[了解详情](https://web.dev/uses-webp-images/)。"
  },
  "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": {
    "message": "采用新一代格式提供图片"
  },
  "lighthouse-core/audits/content-width.js | description": {
    "message": "如果应用内容的宽度与视口的宽度不一致，该应用可能不会针对移动设备屏幕进行优化。[了解详情](https://web.dev/content-width/)。"
  },
  "lighthouse-core/audits/content-width.js | explanation": {
    "message": "视口大小（{innerWidth} 像素）与窗口大小（{outerWidth} 像素）不一致。"
  },
  "lighthouse-core/audits/content-width.js | failureTitle": {
    "message": "未根据视口正确设置内容尺寸"
  },
  "lighthouse-core/audits/content-width.js | title": {
    "message": "已根据视口正确设置内容尺寸"
  },
  "lighthouse-core/audits/critical-request-chains.js | description": {
    "message": "下面的关键请求链显示了以高优先级加载的资源。请考虑缩短链长、缩减资源的下载文件大小，或者推迟下载不必要的资源，从而提高网页加载速度。[了解详情](https://web.dev/critical-request-chains/)。"
  },
  "lighthouse-core/audits/critical-request-chains.js | displayValue": {
    "message": "{itemCount,plural, =1{找到了 1 条请求链}other{找到了 # 条请求链}}"
  },
  "lighthouse-core/audits/critical-request-chains.js | title": {
    "message": "避免链接关键请求"
  },
  "lighthouse-core/audits/deprecations.js | columnDeprecate": {
    "message": "弃用/警告"
  },
  "lighthouse-core/audits/deprecations.js | columnLine": {
    "message": "Line"
  },
  "lighthouse-core/audits/deprecations.js | description": {
    "message": "已弃用的的 API 最终将从浏览器中移除。[了解详情](https://web.dev/deprecations/)。"
  },
  "lighthouse-core/audits/deprecations.js | displayValue": {
    "message": "{itemCount,plural, =1{发现了 1 条警告}other{发现了 # 条警告}}"
  },
  "lighthouse-core/audits/deprecations.js | failureTitle": {
    "message": "使用了已弃用的 API"
  },
  "lighthouse-core/audits/deprecations.js | title": {
    "message": "请勿使用已弃用的 API"
  },
  "lighthouse-core/audits/dobetterweb/appcache-manifest.js | description": {
    "message": "应用缓存已被弃用。[了解详情](https://web.dev/appcache-manifest/)。"
  },
  "lighthouse-core/audits/dobetterweb/appcache-manifest.js | displayValue": {
    "message": "发现了“{AppCacheManifest}”"
  },
  "lighthouse-core/audits/dobetterweb/appcache-manifest.js | failureTitle": {
    "message": "使用了应用缓存"
  },
  "lighthouse-core/audits/dobetterweb/appcache-manifest.js | title": {
    "message": "请勿使用应用缓存"
  },
  "lighthouse-core/audits/dobetterweb/charset.js | description": {
    "message": "A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more](https://web.dev/charset/)."
  },
  "lighthouse-core/audits/dobetterweb/charset.js | failureTitle": {
    "message": "字符集声明缺失，或者在 HTML 中出现得太晚"
  },
  "lighthouse-core/audits/dobetterweb/charset.js | title": {
    "message": "正确地设定了字符集"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | description": {
    "message": "指定 DOCTYPE 会阻止浏览器切换到怪异模式。[了解详情](https://web.dev/doctype/)。"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
    "message": "DOCTYPE 名称必须为小写字符串 `html`"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
    "message": "文档必需包含 DOCTYPE"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | explanationPublicId": {
    "message": "publicId 应为空字符串"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | explanationSystemId": {
    "message": "systemId 应为空字符串"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | failureTitle": {
    "message": "页面缺少 HTML DOCTYPE，从而触发了怪异模式"
  },
  "lighthouse-core/audits/dobetterweb/doctype.js | title": {
    "message": "页面包含 HTML DOCTYPE"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": {
    "message": "统计信息"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": {
    "message": "值"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | description": {
    "message": "大型 DOM 会增加内存使用量、导致[样式计算](https://developers.9oo91e.qjz9zk/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)用时延长，并产生高昂的[布局重排](https://developers.9oo91e.qjz9zk/speed/articles/reflow)成本。[了解详情](https://web.dev/dom-size/)。"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": {
    "message": "{itemCount,plural, =1{1 个元素}other{# 个元素}}"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | failureTitle": {
    "message": "避免 DOM 规模过大"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
    "message": "最大 DOM 深度"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
    "message": "DOM 元素总数"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
    "message": "子元素数量最大值"
  },
  "lighthouse-core/audits/dobetterweb/dom-size.js | title": {
    "message": "避免 DOM 规模过大"
  },
  "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | columnFailingAnchors": {
    "message": "未通过审核的锚点"
  },
  "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description": {
    "message": "向任何外部链接添加 `rel=\"noopener\"` 或 `rel=\"noreferrer\"`，可提高性能并减少安全漏洞。[了解详情](https://web.dev/external-anchors-use-rel-noopener/)。"
  },
  "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | failureTitle": {
    "message": "指向跨域目的地的链接不安全"
  },
  "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title": {
    "message": "指向跨域目的地的链接安全"
  },
  "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | warning": {
    "message": "无法确定锚点 ({anchorHTML}) 的目的地。如果不用作超链接，建议移除 target=_blank。"
  },
  "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
    "message": "如果网站在缺少上下文的情况下请求位置，会导致用户不信任网站或感到困惑。建议将请求与用户操作进行绑定。[了解详情](https://web.dev/geolocation-on-start/)。"
  },
  "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
    "message": "在网页加载时请求地理定位权限"
  },
  "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": {
    "message": "避免在网页加载时请求地理定位权限"
  },
  "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": {
    "message": "版本"
  },
  "lighthouse-core/audits/dobetterweb/js-libraries.js | description": {
    "message": "页面上检测到的所有前端 JavaScript 库。[了解详情](https://web.dev/js-libraries/)。"
  },
  "lighthouse-core/audits/dobetterweb/js-libraries.js | title": {
    "message": "已检测到的 JavaScript 库"
  },
  "lighthouse-core/audits/dobetterweb/no-document-write.js | description": {
    "message": "对于连接速度较慢的用户，通过 `document.write()` 动态注入的外部脚本可将网页加载延迟数十秒。[了解详情](https://web.dev/no-document-write/)。"
  },
  "lighthouse-core/audits/dobetterweb/no-document-write.js | failureTitle": {
    "message": "避免使用 `document.write()`"
  },
  "lighthouse-core/audits/dobetterweb/no-document-write.js | title": {
    "message": "请勿使用 `document.write()`"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
    "message": "最高严重程度"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
    "message": "库版本"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
    "message": "漏洞数量"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
    "message": "某些第三方脚本可能包含已知的安全漏洞，攻击者很容易识别和利用这些漏洞。[了解详情](https://web.dev/no-vulnerable-libraries/)。"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
    "message": "{itemCount,plural, =1{检测到 1 个漏洞}other{检测到 # 个漏洞}}"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
    "message": "包含有已知安全漏洞的前端 JavaScript 库"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | rowSeverityHigh": {
    "message": "高"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | rowSeverityLow": {
    "message": "低"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | rowSeverityMedium": {
    "message": "中"
  },
  "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
    "message": "避免使用含已知安全漏洞的前端 JavaScript 库"
  },
  "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": {
    "message": "如果网站在缺少上下文的情况下请求发送通知，会导致用户不信任网站或感到困惑。建议将请求与用户手势进行绑定。[了解详情](https://web.dev/notification-on-start/)。"
  },
  "lighthouse-core/audits/dobetterweb/notification-on-start.js | failureTitle": {
    "message": "在网页加载时请求通知权限"
  },
  "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": {
    "message": "避免在网页加载时请求通知权限"
  },
  "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
    "message": "阻止密码粘贴，会破坏良好的安全政策。[了解详情](https://web.dev/password-inputs-can-be-pasted-into/)。"
  },
  "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
    "message": "不允许用户粘贴内容到密码字段"
  },
  "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
    "message": "允许用户粘贴内容到密码字段"
  },
  "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": {
    "message": "协议"
  },
  "lighthouse-core/audits/dobetterweb/uses-http2.js | description": {
    "message": "HTTP/2 提供了许多优于 HTTP/1.1的优点，包括二进制标头、多路复用和服务器推送等。[了解详情](https://web.dev/uses-http2/)。"
  },
  "lighthouse-core/audits/dobetterweb/uses-http2.js | displayValue": {
    "message": "{itemCount,plural, =1{1 条请求未通过 HTTP/2 传送}other{# 条请求未通过 HTTP/2 传送}}"
  },
  "lighthouse-core/audits/dobetterweb/uses-http2.js | title": {
    "message": "使用 HTTP/2"
  },
  "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
    "message": "建议您将触摸和滚轮事件监听器标记为 `passive`，以提高页面的滚动性能。[了解详情](https://web.dev/uses-passive-event-listeners/)。"
  },
  "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
    "message": "未使用被动式监听器来提高滚动性能"
  },
  "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
    "message": "使用被动式监听器来提高滚动性能"
  },
  "lighthouse-core/audits/errors-in-console.js | columnDesc": {
    "message": "说明"
  },
  "lighthouse-core/audits/errors-in-console.js | description": {
    "message": "控制台中记录的错误表明有未解决的问题。导致这些错误的可能原因是网络请求失败和其他浏览器问题。[了解详情](https://web.dev/errors-in-console/)"
  },
  "lighthouse-core/audits/errors-in-console.js | failureTitle": {
    "message": "控制台日志中已记录浏览器错误"
  },
  "lighthouse-core/audits/errors-in-console.js | title": {
    "message": "控制台日志中未记录浏览器错误"
  },
  "lighthouse-core/audits/font-display.js | description": {
    "message": "利用 font-display 这项 CSS 功能，确保文本在网页字体加载期间始终对用户可见。[了解详情](https://web.dev/font-display/)。"
  },
  "lighthouse-core/audits/font-display.js | failureTitle": {
    "message": "确保文本在网页字体加载期间保持可见状态"
  },
  "lighthouse-core/audits/font-display.js | title": {
    "message": "在网页字体加载期间，所有文本都保持可见状态"
  },
  "lighthouse-core/audits/font-display.js | undeclaredFontOriginWarning": {
    "message": "{fontCountForOrigin,plural, =1{Lighthouse 无法自动检查来源 {fontOrigin} 的 `font-display` 值。}other{Lighthouse 无法自动检查来源 {fontOrigin} 的 `font-display` 值。}}"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | columnActual": {
    "message": "宽高比（实际）"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | columnDisplayed": {
    "message": "宽高比（显示）"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | description": {
    "message": "图像显示尺寸应与自然宽高比相匹配。[了解详情](https://web.dev/image-aspect-ratio/)。"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | failureTitle": {
    "message": "显示的图像宽高比不正确"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | title": {
    "message": "显示的图像宽高比正确"
  },
  "lighthouse-core/audits/image-aspect-ratio.js | warningCompute": {
    "message": "无效的图片大小信息 {url}"
  },
  "lighthouse-core/audits/image-size-responsive.js | columnActual": {
    "message": "实际大小"
  },
  "lighthouse-core/audits/image-size-responsive.js | columnDisplayed": {
    "message": "显示时大小"
  },
  "lighthouse-core/audits/image-size-responsive.js | columnExpected": {
    "message": "预期大小"
  },
  "lighthouse-core/audits/image-size-responsive.js | description": {
    "message": "图片的自然尺寸应与显示屏大小及像素比成正比，这样才能令图片达到最清晰的显示效果。[了解详情](https://web.dev/serve-responsive-images/)。"
  },
  "lighthouse-core/audits/image-size-responsive.js | failureTitle": {
    "message": "所提供的部分图片采用了较低的分辨率"
  },
  "lighthouse-core/audits/image-size-responsive.js | title": {
    "message": "所提供的图片都采用了合适的分辨率"
  },
  "lighthouse-core/audits/installable-manifest.js | description": {
    "message": "浏览器可主动提示用户向其主屏幕中添加您的应用，这有助于提高互动度。[了解详情](https://web.dev/installable-manifest/)。"
  },
  "lighthouse-core/audits/installable-manifest.js | failureTitle": {
    "message": "Web 应用清单不符合可安装性要求"
  },
  "lighthouse-core/audits/installable-manifest.js | title": {
    "message": "Web 应用清单符合可安装性要求"
  },
  "lighthouse-core/audits/is-on-https.js | allowed": {
    "message": "允许"
  },
  "lighthouse-core/audits/is-on-https.js | blocked": {
    "message": "已屏蔽"
  },
  "lighthouse-core/audits/is-on-https.js | columnInsecureURL": {
    "message": "不安全的网址"
  },
  "lighthouse-core/audits/is-on-https.js | columnResolution": {
    "message": "对请求的处理方式"
  },
  "lighthouse-core/audits/is-on-https.js | description": {
    "message": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.9oo91e.qjz9zk/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://web.dev/is-on-https/)."
  },
  "lighthouse-core/audits/is-on-https.js | displayValue": {
    "message": "{itemCount,plural, =1{发现 1 条不安全的请求}other{发现 # 条不安全的请求}}"
  },
  "lighthouse-core/audits/is-on-https.js | failureTitle": {
    "message": "未使用 HTTPS"
  },
  "lighthouse-core/audits/is-on-https.js | title": {
    "message": "使用 HTTPS"
  },
  "lighthouse-core/audits/is-on-https.js | upgraded": {
    "message": "自动升级至 HTTPS"
  },
  "lighthouse-core/audits/is-on-https.js | warning": {
    "message": "允许（附带警告）"
  },
  "lighthouse-core/audits/large-javascript-libraries.js | columnLibraryName": {
    "message": "库"
  },
  "lighthouse-core/audits/large-javascript-libraries.js | description": {
    "message": "大型 JavaScript 库可能会导致性能不佳。最好使用功能相当且规模较小的 JavaScript 库，以缩减软件包大小。[了解详情](https://developers.9oo91e.qjz9zk/web/fundamentals/performance/webpack/decrease-frontend-size#optimize_dependencies)。"
  },
  "lighthouse-core/audits/large-javascript-libraries.js | displayValue": {
    "message": "{libraryCount,plural, =1{发现了 1 个大型库}other{发现了 # 个大型库}}"
  },
  "lighthouse-core/audits/large-javascript-libraries.js | failureTitle": {
    "message": "替换不必要的大型 JavaScript 库"
  },
  "lighthouse-core/audits/large-javascript-libraries.js | title": {
    "message": "请避免使用大型 JavaScript 库，尽量用功能相当且规模较小的库替换"
  },
  "lighthouse-core/audits/largest-contentful-paint-element.js | description": {
    "message": "这是此视口内渲染的最大内容元素。[了解详情](https://web.dev/lighthouse-largest-contentful-paint/)"
  },
  "lighthouse-core/audits/largest-contentful-paint-element.js | title": {
    "message": "最大内容渲染时间元素"
  },
  "lighthouse-core/audits/layout-shift-elements.js | columnContribution": {
    "message": "对 CLS 的影响程度"
  },
  "lighthouse-core/audits/layout-shift-elements.js | description": {
    "message": "这些 DOM 元素对该网页的 CLS 影响最大。"
  },
  "lighthouse-core/audits/layout-shift-elements.js | title": {
    "message": "请避免出现大幅度的布局偏移"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | description": {
    "message": "如果网页在移动网络中的加载速度较快，则可确保良好的移动用户体验。[了解详情](https://web.dev/load-fast-enough-for-pwa/)。"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | displayValueText": {
    "message": "页面交互需要 {timeInMs, number, seconds} 秒"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | displayValueTextWithOverride": {
    "message": "在模拟移动网络上需要 {timeInMs, number, seconds} 秒才能支持交互"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | explanationLoadSlow": {
    "message": "您的网页加载速度过慢，在 10 秒钟内一直未进行互动。要了解如何改进，请查看“性能”部分中的优化建议和诊断结果。"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | failureTitle": {
    "message": "页面在移动网络上的加载速度不够快"
  },
  "lighthouse-core/audits/load-fast-enough-for-pwa.js | title": {
    "message": "页面在移动网络上的加载速度足够快"
  },
  "lighthouse-core/audits/long-tasks.js | description": {
    "message": "列出了主线程中运行时间最长的任务，有助于识别出导致输入延迟的最主要原因。[了解详情](https://web.dev/long-tasks-devtools/)"
  },
  "lighthouse-core/audits/long-tasks.js | displayValue": {
    "message": "{itemCount,plural, =1{发现了 # 项长时间运行的任务}other{发现了 # 项长时间运行的任务}}"
  },
  "lighthouse-core/audits/long-tasks.js | title": {
    "message": "应避免出现长时间运行的主线程任务"
  },
  "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": {
    "message": "类别"
  },
  "lighthouse-core/audits/mainthread-work-breakdown.js | description": {
    "message": "建议您减少为解析、编译和执行 JS 而花费的时间。您可能会发现，提供较小的 JS 负载有助于实现此目标。[了解详情](https://web.dev/mainthread-work-breakdown/)"
  },
  "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": {
    "message": "最大限度地减少主线程工作"
  },
  "lighthouse-core/audits/mainthread-work-breakdown.js | title": {
    "message": "最大限度地减少主线程工作"
  },
  "lighthouse-core/audits/manual/pwa-cross-browser.js | description": {
    "message": "网站应该能在所有主流浏览器中正常显示，以便覆盖数量最多的用户。[了解详情](https://web.dev/pwa-cross-browser/)。"
  },
  "lighthouse-core/audits/manual/pwa-cross-browser.js | title": {
    "message": "网站能在各种浏览器中正常显示"
  },
  "lighthouse-core/audits/manual/pwa-each-page-has-url.js | description": {
    "message": "确保各个网页可通过网址建立深层链接，并且这些网址是独一无二的，可以在社交媒体上共享。[了解详情](https://web.dev/pwa-each-page-has-url/)。"
  },
  "lighthouse-core/audits/manual/pwa-each-page-has-url.js | title": {
    "message": "每个网页都有一个网址"
  },
  "lighthouse-core/audits/manual/pwa-page-transitions.js | description": {
    "message": "无论点按哪个链接，都应能快速跳转到相应页面，即使网速缓慢也应如此。若想让用户感知到出色的网页加载速度，这种体验至关重要。[了解详情](https://web.dev/pwa-page-transitions/)。"
  },
  "lighthouse-core/audits/manual/pwa-page-transitions.js | title": {
    "message": "在不同网页之间跳转时，用户感觉不到网页加载缓慢"
  },
  "lighthouse-core/audits/maskable-icon.js | description": {
    "message": "利用可遮罩的图标，您能确保应用安装到设备上后，图形可填满整个形状轮廓，而不会出现黑边。[了解详情](https://web.dev/maskable-icon-audit/)。"
  },
  "lighthouse-core/audits/maskable-icon.js | failureTitle": {
    "message": "清单不含可遮罩的图标"
  },
  "lighthouse-core/audits/maskable-icon.js | title": {
    "message": "清单含有可遮罩的图标"
  },
  "lighthouse-core/audits/metrics/cumulative-layout-shift.js | description": {
    "message": "“累积布局偏移”旨在衡量可见元素在视口内的移动情况。[了解详情](https://web.dev/cls/)。"
  },
  "lighthouse-core/audits/metrics/estimated-input-latency.js | description": {
    "message": "预计输入延迟是估算值，表示您的应用在网页加载最繁忙的 5 秒期间大概需要花费多长时间（以毫秒为单位）才能对用户输入做出响应。如果您的延迟时间超过了 50 毫秒，用户可能会感觉您的应用运行迟缓。[了解详情](https://web.dev/estimated-input-latency/)。"
  },
  "lighthouse-core/audits/metrics/first-contentful-paint.js | description": {
    "message": "首次内容渲染时间标记了渲染出首个文本或首张图片的时间。[了解详情](https://web.dev/first-contentful-paint/)。"
  },
  "lighthouse-core/audits/metrics/first-cpu-idle.js | description": {
    "message": "首次 CPU 闲置时间标记了网页的主线程首次有空处理输入操作的时间。[了解详情](https://web.dev/first-cpu-idle/)。"
  },
  "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": {
    "message": "首次有效渲染时间测量了网页主要内容开始对用户显示的时间。[了解详情](https://web.dev/first-meaningful-paint/)。"
  },
  "lighthouse-core/audits/metrics/interactive.js | description": {
    "message": "可交互时间是指网页需要多长时间才能提供完整交互功能。[了解详情](https://web.dev/interactive/)。"
  },
  "lighthouse-core/audits/metrics/largest-contentful-paint.js | description": {
    "message": "最大内容渲染时间标记了渲染出最大文本或图片的时间。[了解详情](https://web.dev/lighthouse-largest-contentful-paint/)"
  },
  "lighthouse-core/audits/metrics/max-potential-fid.js | description": {
    "message": "您的用户可能会遇到的最长首次输入延迟是用时最长的任务的耗时。[了解详情](https://web.dev/lighthouse-max-potential-fid/)。"
  },
  "lighthouse-core/audits/metrics/speed-index.js | description": {
    "message": "速度指数表明了网页内容的可见填充速度。[了解详情](https://web.dev/speed-index/)。"
  },
  "lighthouse-core/audits/metrics/total-blocking-time.js | description": {
    "message": "首次内容渲染 (FCP) 和可交互时间之间的所有时间段的总和，当任务用时超过 50 毫秒时，该数值以毫秒表示。[了解详情](https://web.dev/lighthouse-total-blocking-time/)。"
  },
  "lighthouse-core/audits/network-rtt.js | description": {
    "message": "网络往返时间 (RTT) 对性能有很大的影响。如果与来源之间的 RTT 较长，则表明缩短服务器与用户之间的距离可能会提高性能。[了解详情](https://hpbn.co/primer-on-latency-and-bandwidth/)。"
  },
  "lighthouse-core/audits/network-rtt.js | title": {
    "message": "网络往返时间"
  },
  "lighthouse-core/audits/network-server-latency.js | description": {
    "message": "服务器延迟时间可能会对网站性能产生不良影响。如果源服务器的延迟时间较长，则表明服务器过载或后端性能较差。[了解详情](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)。"
  },
  "lighthouse-core/audits/network-server-latency.js | title": {
    "message": "服务器后端延迟"
  },
  "lighthouse-core/audits/no-unload-listeners.js | description": {
    "message": "“`unload`”事件不会可靠地触发，而且监听该事件可能会妨碍系统实施“往返缓存”之类的浏览器优化策略。建议您改用“`pagehide`”或“`visibilitychange`”事件。[了解详情](https://developers.9oo91e.qjz9zk/web/updates/2018/07/page-lifecycle-api#the-unload-event)"
  },
  "lighthouse-core/audits/no-unload-listeners.js | failureTitle": {
    "message": "注册“`unload`”事件监听器"
  },
  "lighthouse-core/audits/no-unload-listeners.js | title": {
    "message": "避免使用“`unload`”事件监听器"
  },
  "lighthouse-core/audits/non-composited-animations.js | description": {
    "message": "未合成的动画可能会卡顿并增加 CLS。[了解详情](https://web.dev/non-composited-animations)"
  },
  "lighthouse-core/audits/non-composited-animations.js | displayValue": {
    "message": "{itemCount,plural, =1{发现了 # 个动画元素}other{发现了 # 个动画元素}}"
  },
  "lighthouse-core/audits/non-composited-animations.js | filterMayMovePixels": {
    "message": "某个过滤相关属性可能会移动像素"
  },
  "lighthouse-core/audits/non-composited-animations.js | incompatibleAnimations": {
    "message": "目标中另有一个不兼容的动画"
  },
  "lighthouse-core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
    "message": "效果中含有除了“replace”以外的合成模式"
  },
  "lighthouse-core/audits/non-composited-animations.js | title": {
    "message": "避免使用未合成的动画"
  },
  "lighthouse-core/audits/non-composited-animations.js | transformDependsBoxSize": {
    "message": "某个转换相关属性取决于元素边界框的大小"
  },
  "lighthouse-core/audits/non-composited-animations.js | unsupportedCSSProperty": {
    "message": "{propertyCount,plural, =1{不受支持的 CSS 属性：{properties}}other{不受支持的 CSS 属性：{properties}}}"
  },
  "lighthouse-core/audits/non-composited-animations.js | unsupportedTimingParameters": {
    "message": "效果含有不受支持的时间参数"
  },
  "lighthouse-core/audits/offline-start-url.js | description": {
    "message": "Service Worker 可让您的 Web 应用在无法预测的网络状况下正常运行。[了解详情](https://web.dev/offline-start-url/)。"
  },
  "lighthouse-core/audits/offline-start-url.js | errorLoading": {
    "message": "在 Service Worker 中加载 {url} 时出错，状态代码为 {statusCode}"
  },
  "lighthouse-core/audits/offline-start-url.js | failureTitle": {
    "message": "`start_url` 在离线时没有响应，并返回 200"
  },
  "lighthouse-core/audits/offline-start-url.js | title": {
    "message": "`start_url` 在离线时也能成功做出响应，并返回 200"
  },
  "lighthouse-core/audits/offline-start-url.js | warningCantStart": {
    "message": "Lighthouse 无法从清单读取 `start_url`。因此，系统已将 `start_url` 视为该文档的网址。错误消息：“{manifestWarning}”。"
  },
  "lighthouse-core/audits/performance-budget.js | description": {
    "message": "请将网络请求的数量和数据大小保持在提供的性能预算所设定的目标之内。[了解详情](https://developers.9oo91e.qjz9zk/web/tools/lighthouse/audits/budgets)。"
  },
  "lighthouse-core/audits/performance-budget.js | requestCountOverBudget": {
    "message": "{count,plural, =1{1 条请求}other{# 条请求}}"
  },
  "lighthouse-core/audits/performance-budget.js | title": {
    "message": "性能预算"
  },
  "lighthouse-core/audits/preload-fonts.js | description": {
    "message": "请预加载 `optional` 字体以方便初访者使用。[了解详情](https://web.dev/preload-optional-fonts/)"
  },
  "lighthouse-core/audits/preload-fonts.js | failureTitle": {
    "message": "未预加载使用 `font-display: optional` 的字体"
  },
  "lighthouse-core/audits/preload-fonts.js | title": {
    "message": "已预加载使用 `font-display: optional` 的字体"
  },
  "lighthouse-core/audits/redirects-http.js | description": {
    "message": "如果您已设置 HTTPS，请确保将所有 HTTP 流量重定向到 HTTPS，以便让所有用户都能使用安全的网络功能。[了解详情](https://web.dev/redirects-http/)。"
  },
  "lighthouse-core/audits/redirects-http.js | failureTitle": {
    "message": "未将 HTTP 流量重定向到 HTTPS"
  },
  "lighthouse-core/audits/redirects-http.js | title": {
    "message": "将 HTTP 流量重定向到 HTTPS"
  },
  "lighthouse-core/audits/redirects.js | description": {
    "message": "重定向会在网页可加载前引入更多延迟。[了解详情](https://web.dev/redirects/)。"
  },
  "lighthouse-core/audits/redirects.js | title": {
    "message": "避免多次网页重定向"
  },
  "lighthouse-core/audits/resource-summary.js | description": {
    "message": "若要设置页面资源数量和大小的预算，请添加 budget.json 文件。[了解详情](https://web.dev/use-lighthouse-for-performance-budgets/)。"
  },
  "lighthouse-core/audits/resource-summary.js | displayValue": {
    "message": "{requestCount,plural, =1{1 项请求 • {byteCount, number, bytes} KiB}other{# 项请求 • {byteCount, number, bytes} KiB}}"
  },
  "lighthouse-core/audits/resource-summary.js | title": {
    "message": "请保持较低的请求数量和较小的传输大小"
  },
  "lighthouse-core/audits/seo/canonical.js | description": {
    "message": "规范链接用于建议应在搜索结果中显示哪个网址。[了解详情](https://web.dev/canonical/)。"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationConflict": {
    "message": "存在多个相互冲突的网址（{urlList}）"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationDifferentDomain": {
    "message": "指向不同的域名 ({url})"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationInvalid": {
    "message": "网址无效 ({url})"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationPointsElsewhere": {
    "message": "指向了其他 `hreflang` 位置 ({url})"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationRelative": {
    "message": "相对网址 ({url})"
  },
  "lighthouse-core/audits/seo/canonical.js | explanationRoot": {
    "message": "指向了网域的根网址（首页），而非等效内容页面"
  },
  "lighthouse-core/audits/seo/canonical.js | failureTitle": {
    "message": "文档缺少有效的 `rel=canonical`"
  },
  "lighthouse-core/audits/seo/canonical.js | title": {
    "message": "文档的 `rel=canonical` 有效"
  },
  "lighthouse-core/audits/seo/crawlable-anchors.js | columnFailingLink": {
    "message": "无法抓取的链接"
  },
  "lighthouse-core/audits/seo/crawlable-anchors.js | description": {
    "message": "搜索引擎可能会使用链接中的 `href` 属性来抓取网站。请确保锚元素的 `href` 属性链接到合适的目标网站，以便搜索引擎发现该网站上的更多网页。[了解详情](https://support.9oo91e.qjz9zk/webmasters/answer/9112205)"
  },
  "lighthouse-core/audits/seo/crawlable-anchors.js | failureTitle": {
    "message": "有无法抓取的链接"
  },
  "lighthouse-core/audits/seo/crawlable-anchors.js | title": {
    "message": "链接都是可抓取的"
  },
  "lighthouse-core/audits/seo/font-size.js | additionalIllegibleText": {
    "message": "其他无法辨认的文字"
  },
  "lighthouse-core/audits/seo/font-size.js | columnFontSize": {
    "message": "字号"
  },
  "lighthouse-core/audits/seo/font-size.js | columnPercentPageText": {
    "message": "网页文本百分比"
  },
  "lighthouse-core/audits/seo/font-size.js | columnSelector": {
    "message": "选择器"
  },
  "lighthouse-core/audits/seo/font-size.js | description": {
    "message": "12px 以下的字体过小，会导致用户无法辨认；此外，这样的字体需要移动设备访问者“张合双指进行缩放”才能阅读。请尽量让 60% 以上的页面文字不小于 12px。[了解详情](https://web.dev/font-size/)。"
  },
  "lighthouse-core/audits/seo/font-size.js | displayValue": {
    "message": "{decimalProportion, number, extendedPercent} 清晰可辨的文字"
  },
  "lighthouse-core/audits/seo/font-size.js | explanationViewport": {
    "message": "无法辨认文字，因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记。"
  },
  "lighthouse-core/audits/seo/font-size.js | failureTitle": {
    "message": "文档未使用清晰可辨的字体大小"
  },
  "lighthouse-core/audits/seo/font-size.js | legibleText": {
    "message": "清晰可辨的文字"
  },
  "lighthouse-core/audits/seo/font-size.js | title": {
    "message": "文档所用的字体大小清晰可辨"
  },
  "lighthouse-core/audits/seo/hreflang.js | description": {
    "message": "hreflang 链接用于告知搜索引擎应在特定语言或地区的搜索结果中显示哪种版本的网页。[了解详情](https://web.dev/hreflang/)。"
  },
  "lighthouse-core/audits/seo/hreflang.js | failureTitle": {
    "message": "文档的 `hreflang` 无效"
  },
  "lighthouse-core/audits/seo/hreflang.js | notFullyQualified": {
    "message": "相对 href 值"
  },
  "lighthouse-core/audits/seo/hreflang.js | title": {
    "message": "文档的 `hreflang` 有效"
  },
  "lighthouse-core/audits/seo/hreflang.js | unexpectedLanguage": {
    "message": "未预料到的语言代码"
  },
  "lighthouse-core/audits/seo/http-status-code.js | description": {
    "message": "返回无效 HTTP 状态代码的页面可能无法被正确编入索引。[了解详情](https://web.dev/http-status-code/)。"
  },
  "lighthouse-core/audits/seo/http-status-code.js | failureTitle": {
    "message": "页面返回了无效的 HTTP 状态代码"
  },
  "lighthouse-core/audits/seo/http-status-code.js | title": {
    "message": "页面返回了有效的 HTTP 状态代码"
  },
  "lighthouse-core/audits/seo/is-crawlable.js | description": {
    "message": "如果搜索引擎无权抓取您的网页，则无法将它们添加到搜索结果中。[了解详情](https://web.dev/is-crawable/)。"
  },
  "lighthouse-core/audits/seo/is-crawlable.js | failureTitle": {
    "message": "页面已被屏蔽，无法编入索引"
  },
  "lighthouse-core/audits/seo/is-crawlable.js | title": {
    "message": "页面未被屏蔽，可编入索引"
  },
  "lighthouse-core/audits/seo/link-text.js | description": {
    "message": "描述性链接文字有助于搜索引擎理解您的内容。[了解详情](https://web.dev/link-text/)。"
  },
  "lighthouse-core/audits/seo/link-text.js | displayValue": {
    "message": "{itemCount,plural, =1{找到了 1 个链接}other{找到了 # 个链接}}"
  },
  "lighthouse-core/audits/seo/link-text.js | failureTitle": {
    "message": "链接缺少描述性文字"
  },
  "lighthouse-core/audits/seo/link-text.js | title": {
    "message": "链接有描述性文字"
  },
  "lighthouse-core/audits/seo/manual/structured-data.js | description": {
    "message": "运行[结构化数据测试工具](https://search.9oo91e.qjz9zk/structured-data/testing-tool/) 和 [Structured Data Linter](http://linter.structured-data.org/) 可验证结构化数据。[了解详情](https://web.dev/structured-data/)。"
  },
  "lighthouse-core/audits/seo/manual/structured-data.js | title": {
    "message": "结构化数据有效"
  },
  "lighthouse-core/audits/seo/meta-description.js | description": {
    "message": "元描述可能会被包含在搜索结果中，以简要概括网页内容。[了解详情](https://web.dev/meta-description/)。"
  },
  "lighthouse-core/audits/seo/meta-description.js | explanation": {
    "message": "描述性文字为空。"
  },
  "lighthouse-core/audits/seo/meta-description.js | failureTitle": {
    "message": "文档缺少 meta 描述"
  },
  "lighthouse-core/audits/seo/meta-description.js | title": {
    "message": "文档有 meta 描述"
  },
  "lighthouse-core/audits/seo/plugins.js | description": {
    "message": "搜索引擎无法将插件内容编入索引，而且许多设备都限制或不支持使用插件。[了解详情](https://web.dev/plugins/)。"
  },
  "lighthouse-core/audits/seo/plugins.js | failureTitle": {
    "message": "文档使用了插件"
  },
  "lighthouse-core/audits/seo/plugins.js | title": {
    "message": "文档中没有插件"
  },
  "lighthouse-core/audits/seo/robots-txt.js | description": {
    "message": "如果 robots.txt 文件的格式不正确，抓取工具可能无法理解您希望以何种方式抓取网站内容或将其编入索引。[了解详情](https://web.dev/robots-txt/)。"
  },
  "lighthouse-core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
    "message": "对 robots.txt 的请求返回了 HTTP 状态代码：{statusCode}"
  },
  "lighthouse-core/audits/seo/robots-txt.js | displayValueValidationError": {
    "message": "{itemCount,plural, =1{发现了 1 处错误}other{发现了 # 处错误}}"
  },
  "lighthouse-core/audits/seo/robots-txt.js | explanation": {
    "message": "Lighthouse 无法下载 robots.txt 文件"
  },
  "lighthouse-core/audits/seo/robots-txt.js | failureTitle": {
    "message": "robots.txt 无效"
  },
  "lighthouse-core/audits/seo/robots-txt.js | title": {
    "message": "robots.txt 有效"
  },
  "lighthouse-core/audits/seo/tap-targets.js | description": {
    "message": "交互式元素（例如按钮和链接）应足够大 (48x48px)，且其周围应有足够的空间，以便用户轻松点按且避免遮挡其他元素。[了解详情](https://web.dev/tap-targets/)。"
  },
  "lighthouse-core/audits/seo/tap-targets.js | displayValue": {
    "message": "{decimalProportion, number, percent} 的点按目标大小合适"
  },
  "lighthouse-core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
    "message": "点按目标过小，因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记"
  },
  "lighthouse-core/audits/seo/tap-targets.js | failureTitle": {
    "message": "点按目标的大小不合适"
  },
  "lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader": {
    "message": "点按目标重叠"
  },
  "lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader": {
    "message": "点按目标"
  },
  "lighthouse-core/audits/seo/tap-targets.js | title": {
    "message": "点按目标的大小合适"
  },
  "lighthouse-core/audits/server-response-time.js | description": {
    "message": "请确保服务器响应主文档的用时较短，因为这会影响到所有其他请求的响应时间。[了解详情](https://web.dev/time-to-first-byte/)。"
  },
  "lighthouse-core/audits/server-response-time.js | displayValue": {
    "message": "根文档花费了 {timeInMs, number, milliseconds} 毫秒"
  },
  "lighthouse-core/audits/server-response-time.js | failureTitle": {
    "message": "请缩短初始服务器响应用时"
  },
  "lighthouse-core/audits/server-response-time.js | title": {
    "message": "初始服务器响应用时较短"
  },
  "lighthouse-core/audits/service-worker.js | description": {
    "message": "Service Worker 是一项技术，可让您的应用使用很多渐进式 Web 应用功能，例如离线、添加到主屏幕和推送通知。[了解详情](https://web.dev/service-worker/)。"
  },
  "lighthouse-core/audits/service-worker.js | explanationBadManifest": {
    "message": "此网页由 Service Worker 控制，但由于清单未能解析为有效的 JSON，因此未找到 `start_url`"
  },
  "lighthouse-core/audits/service-worker.js | explanationBadStartUrl": {
    "message": "此网页由 Service Worker 控制，但 `start_url` ({startUrl}) 不在 Service Worker 的控制范围内 ({scopeUrl})"
  },
  "lighthouse-core/audits/service-worker.js | explanationNoManifest": {
    "message": "此网页由 Service Worker 控制，但由于未提取任何清单，因此未找到 `start_url`。"
  },
  "lighthouse-core/audits/service-worker.js | explanationOutOfScope": {
    "message": "此来源有一个或多个 Service Worker，但网页 ({pageUrl}) 不在控制范围内。"
  },
  "lighthouse-core/audits/service-worker.js | failureTitle": {
    "message": "无法注册用于控制网页和 `start_url` 的 Service Worker"
  },
  "lighthouse-core/audits/service-worker.js | title": {
    "message": "注册用于控制网页和 `start_url` 的 Service Worker"
  },
  "lighthouse-core/audits/splash-screen.js | description": {
    "message": "选定主题的启动画面可确保用户在从主屏幕中启动您应用时获得优质体验。[了解详情](https://web.dev/splash-screen/)。"
  },
  "lighthouse-core/audits/splash-screen.js | failureTitle": {
    "message": "未针对自定义启动画面进行配置"
  },
  "lighthouse-core/audits/splash-screen.js | title": {
    "message": "已针对自定义启动画面进行配置"
  },
  "lighthouse-core/audits/themed-omnibox.js | description": {
    "message": "可以为浏览器地址栏设置与您的网站相契合的主题背景。[了解详情](https://web.dev/themed-omnibox/)。"
  },
  "lighthouse-core/audits/themed-omnibox.js | failureTitle": {
    "message": "没有为地址栏设置主题背景颜色。"
  },
  "lighthouse-core/audits/themed-omnibox.js | title": {
    "message": "为地址栏设置主题背景颜色。"
  },
  "lighthouse-core/audits/third-party-summary.js | columnBlockingTime": {
    "message": "主线程拦截时间"
  },
  "lighthouse-core/audits/third-party-summary.js | columnThirdParty": {
    "message": "第三方"
  },
  "lighthouse-core/audits/third-party-summary.js | description": {
    "message": "第三方代码可能会显著影响加载性能。请限制冗余第三方提供商的数量，并尝试在页面完成主要加载后再加载第三方代码。[了解详情](https://developers.9oo91e.qjz9zk/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)。"
  },
  "lighthouse-core/audits/third-party-summary.js | displayValue": {
    "message": "第三方代码将主线程阻止了 {timeInMs, number, milliseconds} 毫秒"
  },
  "lighthouse-core/audits/third-party-summary.js | failureTitle": {
    "message": "降低第三方代码的影响"
  },
  "lighthouse-core/audits/third-party-summary.js | otherValue": {
    "message": "其他资源"
  },
  "lighthouse-core/audits/third-party-summary.js | title": {
    "message": "尽量减少第三方使用"
  },
  "lighthouse-core/audits/timing-budget.js | columnMeasurement": {
    "message": "实测值"
  },
  "lighthouse-core/audits/timing-budget.js | columnTimingMetric": {
    "message": "指标"
  },
  "lighthouse-core/audits/timing-budget.js | description": {
    "message": "设置时间预算有助于您密切关注网站性能。性能出色的网站既会快速加载，也会快速响应用户输入事件。[了解详情](https://developers.9oo91e.qjz9zk/web/tools/lighthouse/audits/budgets)。"
  },
  "lighthouse-core/audits/timing-budget.js | title": {
    "message": "时间预算"
  },
  "lighthouse-core/audits/unsized-images.js | description": {
    "message": "请为图片元素设置明确的宽度值和高度值，以减少布局偏移并改善 CLS。[了解详情](https://web.dev/optimize-cls/#images-without-dimensions)"
  },
  "lighthouse-core/audits/unsized-images.js | failureTitle": {
    "message": "图片元素没有明确的`width`和`height`"
  },
  "lighthouse-core/audits/unsized-images.js | title": {
    "message": "图片元素都有明确的`width`和`height`"
  },
  "lighthouse-core/audits/user-timings.js | columnType": {
    "message": "类型"
  },
  "lighthouse-core/audits/user-timings.js | description": {
    "message": "建议使用 User Timing API 检测您的应用，从而衡量应用在关键用户体验中的实际性能。[了解详情](https://web.dev/user-timings/)。"
  },
  "lighthouse-core/audits/user-timings.js | displayValue": {
    "message": "{itemCount,plural, =1{1 项 User Timing 结果}other{# 项 User Timing 结果}}"
  },
  "lighthouse-core/audits/user-timings.js | title": {
    "message": "User Timing 标记和测量结果"
  },
  "lighthouse-core/audits/uses-rel-preconnect.js | crossoriginWarning": {
    "message": "A `<link rel=preconnect>` was found for \"{securityOrigin}\" but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
  },
  "lighthouse-core/audits/uses-rel-preconnect.js | description": {
    "message": "建议添加 `preconnect` 或 `dns-prefetch` 资源提示，以尽早与重要的第三方来源建立连接。[了解详情](https://web.dev/uses-rel-preconnect/)。"
  },
  "lighthouse-core/audits/uses-rel-preconnect.js | title": {
    "message": "预先连接到必要的来源"
  },
  "lighthouse-core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
    "message": "More than 2 `<link rel=preconnect>` connections were found. These should be used sparingly and only to the most important origins."
  },
  "lighthouse-core/audits/uses-rel-preconnect.js | unusedWarning": {
    "message": "A `<link rel=preconnect>` was found for \"{securityOrigin}\" but was not used by the browser. Only use `preconnect` for important origins that the page will certainly request."
  },
  "lighthouse-core/audits/uses-rel-preload.js | crossoriginWarning": {
    "message": "A preload `<link>` was found for \"{preloadURL}\" but was not used by the browser. Check that you are using the `crossorigin` attribute properly."
  },
  "lighthouse-core/audits/uses-rel-preload.js | description": {
    "message": "建议使用 `<link rel=preload>` 来优先提取当前在网页加载后期请求的资源。[了解详情](https://web.dev/uses-rel-preload/)。"
  },
  "lighthouse-core/audits/uses-rel-preload.js | title": {
    "message": "预加载关键请求"
  },
  "lighthouse-core/audits/valid-source-maps.js | columnMapURL": {
    "message": "映射网址"
  },
  "lighthouse-core/audits/valid-source-maps.js | description": {
    "message": "源代码映射会将缩减了大小的代码转换成原始源代码。这有助于开发者在正式版中调试。此外，Lighthouse 还能提供进一步的数据分析。您不妨考虑部署源代码映射以充分利用这些好处。[了解详情](https://developers.9oo91e.qjz9zk/web/tools/chrome-devtools/javascript/source-maps)。"
  },
  "lighthouse-core/audits/valid-source-maps.js | failureTitle": {
    "message": "大型第一方 JavaScript 缺少源代码映射"
  },
  "lighthouse-core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
    "message": "大型 JavaScript 文件缺少源代码映射"
  },
  "lighthouse-core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
    "message": "{missingItems,plural, =1{警告：`.sourcesContent` 中缺少 1 项内容}other{警告：`.sourcesContent` 中缺少 # 项内容}}"
  },
  "lighthouse-core/audits/valid-source-maps.js | title": {
    "message": "页面包含有效的源代码映射"
  },
  "lighthouse-core/audits/viewport.js | description": {
    "message": "添加 `<meta name=\"viewport\">` 标记以针对移动设备屏幕优化您的应用。[了解详情](https://web.dev/viewport/)。"
  },
  "lighthouse-core/audits/viewport.js | explanationNoTag": {
    "message": "未找到任何 `<meta name=\"viewport\">` 标记"
  },
  "lighthouse-core/audits/viewport.js | failureTitle": {
    "message": "没有包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 标记"
  },
  "lighthouse-core/audits/viewport.js | title": {
    "message": "具有包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 标记"
  },
  "lighthouse-core/audits/without-javascript.js | description": {
    "message": "您的应用应该在 JavaScript 被禁用时显示一些内容，哪怕只是向用户显示一则警告（告知其必须启用 JavaScript 才能使用该应用）。[了解详情](https://web.dev/without-javascript/)。"
  },
  "lighthouse-core/audits/without-javascript.js | explanation": {
    "message": "网页正文应该能在其脚本不可用时呈现一些内容。"
  },
  "lighthouse-core/audits/without-javascript.js | failureTitle": {
    "message": "不提供在 JavaScript 未启用时显示的后备内容"
  },
  "lighthouse-core/audits/without-javascript.js | title": {
    "message": "包含一些 JavaScript 未启用时显示的内容"
  },
  "lighthouse-core/audits/works-offline.js | description": {
    "message": "如果您想构建渐进式 Web 应用，不妨考虑使用 Service Worker，以确保您的应用可离线工作。[了解详情](https://web.dev/works-offline/)。"
  },
  "lighthouse-core/audits/works-offline.js | failureTitle": {
    "message": "当前网页在离线时没有响应，并返回 200"
  },
  "lighthouse-core/audits/works-offline.js | title": {
    "message": "当前网页即使在离线时也能成功做出响应，并返回 200"
  },
  "lighthouse-core/audits/works-offline.js | warningNoLoad": {
    "message": "由于您的测试网址 ({requested}) 已重定向到“{final}”，因此该网页可能无法离线加载。请尝试直接测试另一个网址。"
  },
  "lighthouse-core/config/default-config.js | a11yAriaGroupDescription": {
    "message": "这些提示旨在帮助改进 ARIA 在您的应用内的使用情况，从而改善辅助技术（例如屏幕阅读器）用户的体验。"
  },
  "lighthouse-core/config/default-config.js | a11yAriaGroupTitle": {
    "message": "ARIA"
  },
  "lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription": {
    "message": "这提示旨在为音频和视频提供替代内容。这或许能改善听障用户或视障用户的体验。"
  },
  "lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle": {
    "message": "音频和视频"
  },
  "lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription": {
    "message": "这些条目突出显示了常见的无障碍功能最佳做法。"
  },
  "lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle": {
    "message": "最佳做法"
  },
  "lighthouse-core/config/default-config.js | a11yCategoryDescription": {
    "message": "这些检查会突出显示可[改进您网络应用的无障碍功能](https://developers.9oo91e.qjz9zk/web/fundamentals/accessibility)的提示。系统只能自动检测到一小部分无障碍功能问题，因此您最好也手动测试一下。"
  },
  "lighthouse-core/config/default-config.js | a11yCategoryManualDescription": {
    "message": "这些条目旨在检查自动化测试工具未涵盖的方面。如需了解详情，请参阅有关如何[执行无障碍功能审查](https://developers.9oo91e.qjz9zk/web/fundamentals/accessibility/how-to-review)的指南。"
  },
  "lighthouse-core/config/default-config.js | a11yCategoryTitle": {
    "message": "无障碍"
  },
  "lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription": {
    "message": "这些提示旨在帮助改进您的内容的易读性。"
  },
  "lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle": {
    "message": "对比度"
  },
  "lighthouse-core/config/default-config.js | a11yLanguageGroupDescription": {
    "message": "这些提示旨在让不同语言区域中的用户能够更好地解读您的内容。"
  },
  "lighthouse-core/config/default-config.js | a11yLanguageGroupTitle": {
    "message": "国际化和本地化"
  },
  "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription": {
    "message": "这些提示旨在帮助改进您的应用内控件的语义。这可以改善辅助技术（例如屏幕阅读器）用户的体验。"
  },
  "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle": {
    "message": "名称和标签"
  },
  "lighthouse-core/config/default-config.js | a11yNavigationGroupDescription": {
    "message": "这些提示旨在改进您应用中的键盘导航。"
  },
  "lighthouse-core/config/default-config.js | a11yNavigationGroupTitle": {
    "message": "导航"
  },
  "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
    "message": "这些提示旨在改善使用辅助技术（例如屏幕阅读器）查看表格数据或列表数据的体验。"
  },
  "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
    "message": "表格和列表"
  },
  "lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
    "message": "浏览器兼容性"
  },
  "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": {
    "message": "最佳做法"
  },
  "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": {
    "message": "常规"
  },
  "lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
    "message": "信任与安全"
  },
  "lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle": {
    "message": "用户体验"
  },
  "lighthouse-core/config/default-config.js | budgetsGroupDescription": {
    "message": "性能预算为您的网站的性能设置了标准。"
  },
  "lighthouse-core/config/default-config.js | budgetsGroupTitle": {
    "message": "预算"
  },
  "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": {
    "message": "详细了解您的应用的性能。这些数字不会[直接影响](https://web.dev/performance-scoring/)性能得分。"
  },
  "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": {
    "message": "诊断结果"
  },
  "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupDescription": {
    "message": "像素在屏幕上的呈现速度是性能的最重要方面。关键指标：首次内容绘制时间、首次有效绘制时间"
  },
  "lighthouse-core/config/default-config.js | firstPaintImprovementsGroupTitle": {
    "message": "改进首次绘制"
  },
  "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": {
    "message": "这些建议可以帮助您提高网页加载速度。它们不会[直接影响](https://web.dev/performance-scoring/)性能得分。"
  },
  "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": {
    "message": "优化建议"
  },
  "lighthouse-core/config/default-config.js | metricGroupTitle": {
    "message": "指标"
  },
  "lighthouse-core/config/default-config.js | overallImprovementsGroupDescription": {
    "message": "改善整体的加载体验，使该网页响应迅速且可尽快投入使用。关键指标：可交互前的耗时、速度指数"
  },
  "lighthouse-core/config/default-config.js | overallImprovementsGroupTitle": {
    "message": "整体改进"
  },
  "lighthouse-core/config/default-config.js | performanceCategoryTitle": {
    "message": "性能"
  },
  "lighthouse-core/config/default-config.js | pwaCategoryDescription": {
    "message": "此类检查会验证渐进式 Web 应用的各个方面。[了解详情](https://developers.9oo91e.qjz9zk/web/progressive-web-apps/checklist)。"
  },
  "lighthouse-core/config/default-config.js | pwaCategoryManualDescription": {
    "message": "基准 [PWA 核对清单](https://developers.9oo91e.qjz9zk/web/progressive-web-apps/checklist)要求必须进行此类检查，但 Lighthouse 不会自动进行此类检查。它们不会影响您的得分，但您必须手动对其进行验证。"
  },
  "lighthouse-core/config/default-config.js | pwaCategoryTitle": {
    "message": "渐进式 Web 应用"
  },
  "lighthouse-core/config/default-config.js | pwaFastReliableGroupTitle": {
    "message": "快速且可靠"
  },
  "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
    "message": "可安装"
  },
  "lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle": {
    "message": "优化 PWA"
  },
  "lighthouse-core/config/default-config.js | seoCategoryDescription": {
    "message": "这些检查可确保您的页面已经过优化，有利于其在搜索引擎结果中的排名。不在 Lighthouse 检查范围内的其他因素可能会影响您的搜索排名。[了解详情](https://support.9oo91e.qjz9zk/webmasters/answer/35769)。"
  },
  "lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
    "message": "请在您的网站上运行这些额外的验证程序，以检查其他 SEO 最佳做法。"
  },
  "lighthouse-core/config/default-config.js | seoCategoryTitle": {
    "message": "SEO"
  },
  "lighthouse-core/config/default-config.js | seoContentGroupDescription": {
    "message": "请确保您的 HTML 格式正确，以便抓取工具更好地了解您的应用的内容。"
  },
  "lighthouse-core/config/default-config.js | seoContentGroupTitle": {
    "message": "内容最佳做法"
  },
  "lighthouse-core/config/default-config.js | seoCrawlingGroupDescription": {
    "message": "若想让您的应用显示在搜索结果中，您需要先授权抓取工具访问该应用。"
  },
  "lighthouse-core/config/default-config.js | seoCrawlingGroupTitle": {
    "message": "抓取和编入索引"
  },
  "lighthouse-core/config/default-config.js | seoMobileGroupDescription": {
    "message": "请确保您的网页适合移动设备，以便用户无需进行缩放即可轻松阅读内容页面。[了解详情](https://developers.9oo91e.qjz9zk/search/mobile-sites/)。"
  },
  "lighthouse-core/config/default-config.js | seoMobileGroupTitle": {
    "message": "适合移动设备"
  },
  "lighthouse-core/gather/gather-runner.js | warningRedirected": {
    "message": "相应网页可能无法按预期加载，因为您所测试的网址 ({requested}) 重定向到了 {final}。请尝试直接测试第二个网址。"
  },
  "lighthouse-core/gather/gather-runner.js | warningTimeout": {
    "message": "此页面的加载速度太慢，无法在时限内完成。结果可能会不完整。"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnCacheTTL": {
    "message": "缓存 TTL"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnDuration": {
    "message": "时长"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnElement": {
    "message": "元素"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnFailingElem": {
    "message": "与建议不符的元素"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnLocation": {
    "message": "位置"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnName": {
    "message": "名称"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnOverBudget": {
    "message": "超出预算"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnRequests": {
    "message": "请求"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnResourceSize": {
    "message": "资源大小"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnResourceType": {
    "message": "资源类型"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnSize": {
    "message": "大小"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnSource": {
    "message": "来源"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnStartTime": {
    "message": "开始时间"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnTimeSpent": {
    "message": "花费的时间"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnTransferSize": {
    "message": "传输文件大小"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnURL": {
    "message": "网址"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
    "message": "可能达到的节省程度"
  },
  "lighthouse-core/lib/i18n/i18n.js | columnWastedMs": {
    "message": "可能达到的节省程度"
  },
  "lighthouse-core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
    "message": "Cumulative Layout Shift"
  },
  "lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings": {
    "message": "有望节省 {wastedBytes, number, bytes} KiB"
  },
  "lighthouse-core/lib/i18n/i18n.js | displayValueElementsFound": {
    "message": "{nodeCount,plural, =1{发现了 1 个元素}other{发现了 # 个元素}}"
  },
  "lighthouse-core/lib/i18n/i18n.js | displayValueMsSavings": {
    "message": "有望节省 {wastedMs, number, milliseconds} 毫秒"
  },
  "lighthouse-core/lib/i18n/i18n.js | documentResourceType": {
    "message": "文档"
  },
  "lighthouse-core/lib/i18n/i18n.js | estimatedInputLatencyMetric": {
    "message": "输入延迟（估算值）"
  },
  "lighthouse-core/lib/i18n/i18n.js | firstCPUIdleMetric": {
    "message": "首次 CPU 闲置时间"
  },
  "lighthouse-core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
    "message": "First Contentful Paint"
  },
  "lighthouse-core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
    "message": "首次有效绘制时间"
  },
  "lighthouse-core/lib/i18n/i18n.js | fontResourceType": {
    "message": "字体"
  },
  "lighthouse-core/lib/i18n/i18n.js | imageResourceType": {
    "message": "图片"
  },
  "lighthouse-core/lib/i18n/i18n.js | interactiveMetric": {
    "message": "Time to Interactive"
  },
  "lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
    "message": "Largest Contentful Paint"
  },
  "lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
    "message": "首次输入延迟最长预估值"
  },
  "lighthouse-core/lib/i18n/i18n.js | mediaResourceType": {
    "message": "媒体"
  },
  "lighthouse-core/lib/i18n/i18n.js | ms": {
    "message": "{timeInMs, number, milliseconds} 毫秒"
  },
  "lighthouse-core/lib/i18n/i18n.js | otherResourceType": {
    "message": "其他"
  },
  "lighthouse-core/lib/i18n/i18n.js | scriptResourceType": {
    "message": "脚本"
  },
  "lighthouse-core/lib/i18n/i18n.js | seconds": {
    "message": "{timeInMs, number, seconds} 秒"
  },
  "lighthouse-core/lib/i18n/i18n.js | speedIndexMetric": {
    "message": "Speed Index"
  },
  "lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType": {
    "message": "样式表"
  },
  "lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType": {
    "message": "第三方"
  },
  "lighthouse-core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
    "message": "Total Blocking Time"
  },
  "lighthouse-core/lib/i18n/i18n.js | totalResourceType": {
    "message": "总计"
  },
  "lighthouse-core/lib/lh-error.js | badTraceRecording": {
    "message": "在您加载的网页上录制跟踪记录时发生了错误。请重新运行 Lighthouse。({errorCode})"
  },
  "lighthouse-core/lib/lh-error.js | criTimeout": {
    "message": "等待调试程序协议初次连接时超时。"
  },
  "lighthouse-core/lib/lh-error.js | didntCollectScreenshots": {
    "message": "Chrome 在网页加载期间未收集任何屏幕截图。请确保网页上有可见的内容，然后尝试重新运行 Lighthouse。({errorCode})"
  },
  "lighthouse-core/lib/lh-error.js | dnsFailure": {
    "message": "DNS 服务器无法解析所提供的网域。"
  },
  "lighthouse-core/lib/lh-error.js | erroredRequiredArtifact": {
    "message": "必需的 {artifactName} 收集器出现错误：{errorMessage}"
  },
  "lighthouse-core/lib/lh-error.js | internalChromeError": {
    "message": "发生了内部 Chrome 错误。请重新启动 Chrome，然后尝试重新运行 Lighthouse。"
  },
  "lighthouse-core/lib/lh-error.js | missingRequiredArtifact": {
    "message": "必需的 {artifactName} 收集器未运行。"
  },
  "lighthouse-core/lib/lh-error.js | notHtml": {
    "message": "所提供的网页不是 HTML（以 MIME 类型 {mimeType} 提供）。"
  },
  "lighthouse-core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
    "message": "这个 Chrome 版本太旧，不支持“{featureName}”。请使用较新版本以查看完整结果。"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailed": {
    "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailedHung": {
    "message": "Lighthouse 无法可靠地加载您请求的网址，因为页面已停止响应。"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailedInsecure": {
    "message": "您提供的网址缺少有效的安全证书。{securityMessages}"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailedInterstitial": {
    "message": "Chrome 阻止了带有插页式广告的网页加载。请确保您测试的网址正确无误并且服务器可正确响应所有请求。"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailedWithDetails": {
    "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。（详细信息：{errorDetails}）"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
    "message": "Lighthouse 无法可靠地加载您请求的页面。请确保您测试的网址正确无误并且服务器可正确响应所有请求。（状态代码：{statusCode}）"
  },
  "lighthouse-core/lib/lh-error.js | pageLoadTookTooLong": {
    "message": "您的网页加载时间过长。请按照报告中给出的提示缩短网页加载时间，然后尝试重新运行 Lighthouse。({errorCode})"
  },
  "lighthouse-core/lib/lh-error.js | protocolTimeout": {
    "message": "等待 DevTools 协议响应的用时超出了分配的时间。(方法：{protocolMethod})"
  },
  "lighthouse-core/lib/lh-error.js | requestContentTimeout": {
    "message": "提取资源内容的用时超出了分配的时间"
  },
  "lighthouse-core/lib/lh-error.js | urlInvalid": {
    "message": "您提供的网址似乎无效。"
  },
  "lighthouse-core/report/html/renderer/util.js | auditGroupExpandTooltip": {
    "message": "显示审核结果"
  },
  "lighthouse-core/report/html/renderer/util.js | calculatorLink": {
    "message": "查看计算器。"
  },
  "lighthouse-core/report/html/renderer/util.js | crcInitialNavigation": {
    "message": "初始导航"
  },
  "lighthouse-core/report/html/renderer/util.js | crcLongestDurationLabel": {
    "message": "关键路径延迟时间上限："
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownCopyJSON": {
    "message": "复制 JSON"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownDarkTheme": {
    "message": "开启/关闭深色主题"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownPrintExpanded": {
    "message": "展开打印对话框"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownPrintSummary": {
    "message": "打印摘要"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownSaveGist": {
    "message": "另存为 Gist"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownSaveHTML": {
    "message": "另存为 HTML"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownSaveJSON": {
    "message": "另存为 JSON"
  },
  "lighthouse-core/report/html/renderer/util.js | dropdownViewer": {
    "message": "在查看器中打开"
  },
  "lighthouse-core/report/html/renderer/util.js | errorLabel": {
    "message": "出错了！"
  },
  "lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": {
    "message": "报告错误：没有任何审核信息"
  },
  "lighthouse-core/report/html/renderer/util.js | footerIssue": {
    "message": "提交问题"
  },
  "lighthouse-core/report/html/renderer/util.js | labDataTitle": {
    "message": "实验室数据"
  },
  "lighthouse-core/report/html/renderer/util.js | lsPerformanceCategoryDescription": {
    "message": "[Lighthouse](https://developers.9oo91e.qjz9zk/web/tools/lighthouse/) 使用模拟的移动网络对当前页面进行的分析。这些值都是估算值，且可能会因时而异。"
  },
  "lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": {
    "message": "待手动检查的其他项"
  },
  "lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": {
    "message": "不适用"
  },
  "lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": {
    "message": "优化建议"
  },
  "lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": {
    "message": "有望节省的总时间（估算值）"
  },
  "lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": {
    "message": "已通过的审核"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeDesktopEmulation": {
    "message": "模拟桌面设备"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeMobileEmulation": {
    "message": "模拟 Moto G4"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeNoEmulation": {
    "message": "无模拟"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsAxeVersion": {
    "message": "Axe 版本"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsBenchmark": {
    "message": "CPU/内存能力"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsCPUThrottling": {
    "message": "CPU 节流"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsChannel": {
    "message": "所用工具"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsDevice": {
    "message": "设备"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsFetchTime": {
    "message": "提取时间"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsNetworkThrottling": {
    "message": "网络节流"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsTitle": {
    "message": "运行时设置"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsUA": {
    "message": "用户代理（主机）"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsUANetwork": {
    "message": "用户代理（网络）"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeSettingsUrl": {
    "message": "网址"
  },
  "lighthouse-core/report/html/renderer/util.js | runtimeUnknown": {
    "message": "不明"
  },
  "lighthouse-core/report/html/renderer/util.js | snippetCollapseButtonLabel": {
    "message": "收起代码段"
  },
  "lighthouse-core/report/html/renderer/util.js | snippetExpandButtonLabel": {
    "message": "展开代码段"
  },
  "lighthouse-core/report/html/renderer/util.js | thirdPartyResourcesLabel": {
    "message": "显示第三方资源"
  },
  "lighthouse-core/report/html/renderer/util.js | throttlingProvided": {
    "message": "由环境提供"
  },
  "lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": {
    "message": "此次 Lighthouse 运行并不顺利，原因如下："
  },
  "lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": {
    "message": "这些都是估算值，且可能会因时而异。系统会直接基于这些指标来[计算性能得分](https://web.dev/performance-scoring/)。"
  },
  "lighthouse-core/report/html/renderer/util.js | warningAuditsGroupTitle": {
    "message": "已顺利通过审核，但有警告消息"
  },
  "lighthouse-core/report/html/renderer/util.js | warningHeader": {
    "message": "警告： "
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
    "message": "For animated content, use [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) to minimize CPU usage when the content is offscreen."
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | offscreen-images": {
    "message": "Ensure that you are using [`amp-img`](https://amp.dev/documentation/components/amp-img/?format=websites) for images to automatically lazy-load. [Learn more](https://amp.dev/documentation/guides-and-tutorials/develop/media_iframes_3p/?format=websites#images)."
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | render-blocking-resources": {
    "message": "使用 [AMP Optimizer](https://github.com/ampproject/amp-toolbox/tree/master/packages/optimizer) 之类的工具[在服务器端呈现 AMP 布局](https://amp.dev/documentation/guides-and-tutorials/optimize-and-measure/server-side-rendering/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | unminified-css": {
    "message": "Refer to the [AMP documentation](https://amp.dev/documentation/guides-and-tutorials/develop/style_and_layout/style_pages/) to ensure all styles are supported."
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | uses-responsive-images": {
    "message": "The [`amp-img`](https://amp.dev/documentation/components/amp-img/?format=websites) component supports the [`srcset`](https://web.dev/use-srcset-to-automatically-choose-the-right-image/) attribute to specify which image assets to use based on the screen size. [Learn more](https://amp.dev/documentation/guides-and-tutorials/develop/style_and_layout/art_direction/)."
  },
  "node_modules/lighthouse-stack-packs/packs/amp.js | uses-webp-images": {
    "message": "Consider displaying all [`amp-img`](https://amp.dev/documentation/components/amp-img/?format=websites) components in WebP formats while specifying an appropriate fallback for other browsers. [Learn more](https://amp.dev/documentation/components/amp-img/#example:-specifying-a-fallback-image)."
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | dom-size": {
    "message": "如果要呈现的列表非常大，您不妨使用 Component Dev Kit (CDK) 进行虚拟滚动。[了解详情](https://web.dev/virtualize-lists-with-angular-cdk/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | total-byte-weight": {
    "message": "Apply [route-level code splitting](https://web.dev/route-level-code-splitting-in-angular/) to minimize the size of your JavaScript bundles. Also, consider precaching assets with the [Angular service worker](https://web.dev/precaching-with-the-angular-service-worker/)."
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | unminified-warning": {
    "message": "如果您使用的是 Angular CLI，请确保在正式版模式下生成版本。[了解详情](https://angular.io/guide/deployment#enable-runtime-production-mode)。"
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | unused-javascript": {
    "message": "If you are using Angular CLI, include source maps in your production build to inspect your bundles. [Learn more](https://angular.io/guide/deployment#inspect-the-bundles)."
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | uses-rel-preload": {
    "message": "提前预加载路径以加快导航速度。[了解详情](https://web.dev/route-preloading-in-angular/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/angular.js | uses-responsive-images": {
    "message": "您不妨使用 Component Dev Kit (CDK) 中的 `BreakpointObserver` 实用程序管理映像断点。[了解详情](https://material.angular.io/cdk/layout/overview)。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": {
    "message": "建议您将 GIF 上传到可让其作为 HTML5 视频嵌入的服务。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | font-display": {
    "message": "在主题背景中定义自定义字体时，您可以指定 `@font-display`。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
    "message": "Install [a Drupal module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) that can lazy load images. Such modules provide the ability to defer any offscreen images to improve performance."
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
    "message": "Consider using a module to inline critical CSS and JavaScript, or potentially load assets asynchronously via JavaScript such as the [Advanced CSS/JS Aggregation](https://www.drupal.org/project/advagg) module. Beware that optimizations provided by this module may break your site, so you will likely need to make code changes."
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | time-to-first-byte": {
    "message": "主题背景、模块和服务器规格都会影响服务器响应用时。建议您查找更优化的主题背景、仔细选择优化模块并/或升级您的服务器。您的托管服务器应该使用 PHP 运算码缓存、内存缓存（例如 Redis 或 Memcached）来缩短数据库查询时间，并优化应用逻辑以加快网页准备速度。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": {
    "message": "建议您使用[自适应图片样式](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)减小在您网页上加载的图片的大小。如果您使用 Views 在网页上显示多个内容项，请考虑实现分页，以限制给定网页上显示的内容项的数量。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
    "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 CSS 文件”。您还可以通过[其他模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=css+aggregation&solrsort=iss_project_release_usage+desc&op=Search)配置更高级的聚合选项，以通过串联、缩减和压缩您的 CSS 样式来加快您网站的加载速度。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
    "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 JavaScript 文件”。您还可以通过[其他模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=javascript+aggregation&solrsort=iss_project_release_usage+desc&op=Search)配置更高级的聚合选项，从而通过串联、缩减和压缩您的 JavaScript 资源加快您网站的加载速度。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
    "message": "建议您移除未使用的 CSS 规则，仅将所需的 Drupal 库附加到相关网页或网页中的组件。如需了解详情，请访问 [Drupal 文档链接](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library)。若想找出会添加无关 CSS 的附加库，请尝试在 Chrome 开发者工具中运行[代码覆盖率](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage)测试。在 Drupal 网站中停用 CSS 聚合后，您可根据样式表网址找出导致问题的主题背景/模块。请留意列表中哪些主题背景/模块有大量样式表的代码覆盖率偏红。主题背景/模块应该只将网页中确实用到的样式表加入队列。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
    "message": "Consider removing unused JavaScript assets and only attach the needed Drupal libraries to the relevant page or component in a page. See the [Drupal documentation link](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your Drupal site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only enqueue a script if it is actually used on the page."
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
    "message": "在“管理 » 配置 » 开发”页面中设置“浏览器和代理缓存最长时限”。了解 [Drupal 缓存和性能优化](https://www.drupal.org/docs/7/managing-site-performance-and-scalability/caching-to-improve-performance/caching-overview#s-drupal-performance-resources)。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": {
    "message": "建议您使用[模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=optimize+images&solrsort=iss_project_release_usage+desc&op=Search)自动优化通过网站上传的图片，并在不影响图片质量的前提下缩减这些图片的大小。此外，还请确保为网站上呈现的所有图片使用 Drupal 的原生[自适应图片样式](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)（在 Drupal 8 及更高版本中提供）。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": {
    "message": "您可以通过安装和配置[一个能协助创建用户代理资源提示的模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=dns-prefetch&solrsort=iss_project_release_usage+desc&op=Search)，来添加 preconnect 或 dns-prefetch 资源提示。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
    "message": "确保您使用的是 Drupal 提供的原生[自适应图片样式](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)（在 Drupal 8 及更高版本中提供）。通过视图模式、视图或借助 WYSIWYG 编辑器上传的图片呈现图片字段时，请使用自适应图片样式。"
  },
  "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-webp-images": {
    "message": "Consider installing and configuring [a module to leverage WebP image formats](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=webp&solrsort=iss_project_release_usage+desc&op=Search) in your site. Such modules automatically generate a WebP version of your uploaded images to optimize loading times."
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
    "message": "建议您将 GIF 上传到可让其作为 HTML5 视频嵌入的服务。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | offscreen-images": {
    "message": "Install a [lazy-load Joomla plugin](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=lazy%20loading) that provides the ability to defer any offscreen images, or switch to a template that provides that functionality. Starting with Joomla 4.0, a dedicated lazy-loading plugin can be enabled by using the \"Content - Lazy Loading Images\" plugin. Also consider using [an AMP plugin](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=amp)."
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | render-blocking-resources": {
    "message": "有很多 Joomla 插件可帮助您[内嵌重要资源](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=performance)或[推迟加载不太重要的资源](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=performance)。请注意，这些插件执行的优化可能会导致您的模板或插件功能无法正常运行，因此您需要全面测试这些插件。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | server-response-time": {
    "message": "模板、扩展程序和服务器规格都会影响服务器响应用时。建议您查找更优化的模板、仔细选择优化扩展程序并/或升级您的服务器。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | total-byte-weight": {
    "message": "建议您在文章类别中显示摘录（例如，通过“了解详情”链接）、减少给定页面上显示的文章的数量、将长博文拆分成多个页面，或者使用插件延迟加载评论。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | unminified-css": {
    "message": "很多 [Joomla 扩展程序](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=performance)可通过串联、缩减和压缩您的 CSS 样式来加快您网站的加载速度。部分模板也提供此功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | unminified-javascript": {
    "message": "很多 [Joomla 扩展程序](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=performance)都可通过串联、缩减和压缩您的脚本来加快您网站的加载速度。部分模板也提供此功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | unused-css-rules": {
    "message": "某些 [Joomla 扩展程序](https://extensions.joomla.org/)会在您的网页中加载未使用的 CSS，建议您减少这类扩展程序的数量，或改用其他扩展程序。若想找出会添加无关 CSS 的扩展程序，请尝试在 Chrome 开发者工具中运行[代码覆盖率](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage)测试。您可根据样式表网址找出导致问题的主题背景/插件。请留意列表中哪些插件有大量样式表的代码覆盖率偏红。插件应该只将网页中确实用到的样式表加入队列。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | unused-javascript": {
    "message": "某些 [Joomla 扩展程序](https://extensions.joomla.org/)会在您的网页中加载未使用的 JavaScript，建议您减少这类扩展程序的数量，或改用其他扩展程序。若想找出会添加无关 JS 的插件，请尝试在 Chrome 开发者工具中运行[代码覆盖率](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage)测试。您可根据脚本网址找出导致问题的扩展程序。请留意列表中哪些扩展程序有大量脚本的代码覆盖率偏红。扩展程序应该只将网页中确实用到的脚本加入队列。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | uses-long-cache-ttl": {
    "message": "了解 [Joomla 中的浏览器缓存功能](https://docs.joomla.org/Cache)。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | uses-optimized-images": {
    "message": "建议您使用[图片优化插件](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=performance)，以在不影响图片质量的前提下压缩图片。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | uses-responsive-images": {
    "message": "建议您使用[自适应图片插件](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=responsive%20images)，以在您的内容中使用自适应图片。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | uses-text-compression": {
    "message": "您可以通过在 Joomla 中启用 Gzip 页面压缩（“系统”>“全局配置”>“服务器”）来启用文本压缩功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/joomla.js | uses-webp-images": {
    "message": "建议您使用可自动将您上传的图片转换为最佳格式的[插件](https://extensions.joomla.org/instant-search/?jed_live%5Bquery%5D=webp)或服务。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | critical-request-chains": {
    "message": "如果您没有捆绑 JavaScript 资源，不妨使用 [baler](https://github.com/magento/baler)。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | disable-bundling": {
    "message": "停用 Magento 内置的 [JavaScript 捆绑和缩减](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/js-bundling.html)功能，并考虑改用 [baler](https://github.com/magento/baler/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | font-display": {
    "message": "在[定义自定义字体](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/css-topics/using-fonts.html)时指定 `@font-display`。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | offscreen-images": {
    "message": "您不妨修改产品和目录模板，以利用这一网络平台的[延迟加载](https://web.dev/native-lazy-loading)功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | time-to-first-byte": {
    "message": "使用 Magento 的 [Varnish 集成](https://devdocs.magento.com/guides/v2.3/config-guide/varnish/config-varnish.html)。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | unminified-css": {
    "message": "在您商店的开发者设置中启用“Minify CSS Files”选项。[了解详情](https://devdocs.magento.com/guides/v2.3/performance-best-practices/configuration.html?itm_source=devdocs&itm_medium=search_page&itm_campaign=federated_search&itm_term=minify%20css%20files)。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | unminified-javascript": {
    "message": "使用 [Terser](https://www.npmjs.com/package/terser) 缩减静态内容部署中的所有 JavaScript 资源，并停用内置的缩减功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | unused-javascript": {
    "message": "停用 Magento 内置的 [JavaScript 捆绑](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/js-bundling.html)功能。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-optimized-images": {
    "message": "您不妨在 [Magento Marketplace](https://marketplace.magento.com/catalogsearch/result/?q=optimize%20image) 中搜索各种第三方扩展程序，以便优化图片。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preconnect": {
    "message": "您可以通过[修改主题背景的布局](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)来添加 preconnect 或 dns-prefetch 资源提示。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-rel-preload": {
    "message": "您可以通过[修改主题背景的布局](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)来添加 `<link rel=preload>` 标记。"
  },
  "node_modules/lighthouse-stack-packs/packs/magento.js | uses-webp-images": {
    "message": "您不妨在 [Magento Marketplace](https://marketplace.magento.com/catalogsearch/result/?q=webp) 中搜索各种第三方扩展程序，以利用更新的图片格式。"
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | dom-size": {
    "message": "Consider using a “windowing” library like `react-window` to minimize the number of DOM nodes created if you are rendering many repeated elements on the page. [Learn more](https://web.dev/virtualize-long-lists-react-window/). Also, minimize unnecessary re-renders using [`shouldComponentUpdate`](https://reactjs.org/docs/optimizing-performance.html#shouldcomponentupdate-in-action), [`PureComponent`](https://reactjs.org/docs/react-api.html#reactpurecomponent), or [`React.memo`](https://reactjs.org/docs/react-api.html#reactmemo) and [skip effects](https://reactjs.org/docs/hooks-effect.html#tip-optimizing-performance-by-skipping-effects) only until certain dependencies have changed if you are using the `Effect` hook to improve runtime performance."
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | redirects": {
    "message": "如果您使用了 React Router，请尽量避免使用 `<Redirect>` 组件进行[路径导航](https://reacttraining.com/react-router/web/api/Redirect)。"
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | time-to-first-byte": {
    "message": "如果您在服务器端呈现任何 React 组件，不妨使用 `renderToNodeStream()` 或 `renderToStaticNodeStream()` 来允许客户端接收并合成标记的各个不同部分，而不是一次性接收整个标记。[了解详情](https://reactjs.org/docs/react-dom-server.html#rendertonodestream)。"
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | unminified-css": {
    "message": "If your build system minifies CSS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | unminified-javascript": {
    "message": "If your build system minifies JS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
    "message": "如果您不使用服务器端呈现，请使用 `React.lazy()` [拆分 JavaScript 软件包](https://web.dev/code-splitting-suspense/)。否则，请使用第三方库（如 [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)）拆分代码。"
  },
  "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
    "message": "使用 React DevTools Profiler，从而利用 Profiler API 来衡量组件的呈现性能。[了解详情](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
    "message": "建议您将 GIF 上传到可让其作为 HTML5 视频嵌入的服务。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | offscreen-images": {
    "message": "安装[延迟加载 WordPress 插件](https://wordpress.org/plugins/search/lazy+load/)以便能够推迟加载所有的屏幕外图片，或者改用可提供该功能的主题背景。另外，建议您使用 [AMP 插件](https://wordpress.org/plugins/amp/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | render-blocking-resources": {
    "message": "有很多 WordPress 插件可帮助您[内嵌重要资源](https://wordpress.org/plugins/search/critical+css/)或[推迟加载不太重要的资源](https://wordpress.org/plugins/search/defer+css+javascript/)。请注意，这些插件提供的优化可能会导致您的主题背景或插件的功能中断，因此您可能需要更改代码。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | time-to-first-byte": {
    "message": "主题背景、插件和服务器规范都会影响服务器响应用时。建议您查找更优化的主题背景、仔细选择所需的优化插件并/或升级您的服务器。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
    "message": "建议您在博文列表中显示摘录（例如，通过“更多”标签）、减少给定页面上显示的博文的数量、将您的长博文拆分成多个页面或者使用插件延迟加载评论。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | unminified-css": {
    "message": "很多 [WordPress 插件](https://wordpress.org/plugins/search/minify+css/)都可通过连接、削减和压缩您的样式来加快您网站的加载速度。另外，您最好使用编译流程预先执行此缩减操作（如果可能的话）。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | unminified-javascript": {
    "message": "很多 [WordPress 插件](https://wordpress.org/plugins/search/minify+javascript/)都可通过连接、削减和压缩您的脚本来加快您网站的加载速度。另外，您最好使用编译流程预先执行此缩减操作（如果可能的话）。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | unused-css-rules": {
    "message": "建议您减少或改变会在您网页中加载未使用的 CSS 的 [WordPress 插件](https://wordpress.org/plugins/)的数量。若想找出会添加无关 CSS 的插件，请尝试在 Chrome DevTools 中运行[代码覆盖率](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage)测试。您可根据样式表网址找出导致问题的主题背景/插件。请留意在列表中包含多个以大量红色显示代码覆盖率的样式表的插件。插件应该只将网页中确实用到的样式表加入队列。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | unused-javascript": {
    "message": "建议您减少或改变会在您网页中加载未使用的 JavaScript 的 [WordPress 插件](https://wordpress.org/plugins/)的数量。若想找出会添加无关 JS 的插件，请尝试在 Chrome DevTools 中运行[代码覆盖率](https://developers.9oo91e.qjz9zk/web/updates/2017/04/devtools-release-notes#coverage)测试。您可根据脚本网址找出导致问题的主题背景/插件。请留意在列表中包含多个以大量红色显示代码覆盖率的脚本的插件。插件应只将网页中确实用到的脚本加入队列。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-long-cache-ttl": {
    "message": "了解 [WordPress 中的浏览器缓存](https://wordpress.org/support/article/optimization/#browser-caching)。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-optimized-images": {
    "message": "建议您使用[图片优化 WordPress 插件](https://wordpress.org/plugins/search/optimize+images/)，以在不影响图片质量的前提下压缩图片大小。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-responsive-images": {
    "message": "直接通过[媒体库](https://wordpress.org/support/article/media-library-screen/)上传图片，以确保能够按要求的尺寸提供图片，然后从媒体库插入图片，或使用图片微件来确保采用最佳的图片尺寸（包括适用于自适应断点的尺寸）。避免使用 `Full Size` 图片，除非有足够的可用空间。[了解详情](https://wordpress.org/support/article/inserting-images-into-posts-and-pages/)。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-text-compression": {
    "message": "您可以在网络服务器配置中启用文本压缩。"
  },
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-webp-images": {
    "message": "建议您使用可自动将您上传的图片转换为最佳格式的[插件](https://wordpress.org/plugins/search/convert+webp/)或服务。"
  }
}
