lighthouse 12.8.2-dev.20251008 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/core/audits/accessibility/accesskeys.js +1 -1
  2. package/core/audits/accessibility/aria-allowed-attr.js +1 -1
  3. package/core/audits/accessibility/aria-allowed-role.js +1 -1
  4. package/core/audits/accessibility/aria-command-name.js +1 -1
  5. package/core/audits/accessibility/aria-conditional-attr.js +1 -1
  6. package/core/audits/accessibility/aria-deprecated-role.js +1 -1
  7. package/core/audits/accessibility/aria-dialog-name.js +1 -1
  8. package/core/audits/accessibility/aria-hidden-body.js +1 -1
  9. package/core/audits/accessibility/aria-hidden-focus.js +1 -1
  10. package/core/audits/accessibility/aria-input-field-name.js +1 -1
  11. package/core/audits/accessibility/aria-meter-name.js +1 -1
  12. package/core/audits/accessibility/aria-progressbar-name.js +1 -1
  13. package/core/audits/accessibility/aria-prohibited-attr.js +1 -1
  14. package/core/audits/accessibility/aria-required-attr.js +1 -1
  15. package/core/audits/accessibility/aria-required-children.js +1 -1
  16. package/core/audits/accessibility/aria-required-parent.js +1 -1
  17. package/core/audits/accessibility/aria-roles.js +1 -1
  18. package/core/audits/accessibility/aria-text.js +1 -1
  19. package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
  20. package/core/audits/accessibility/aria-tooltip-name.js +1 -1
  21. package/core/audits/accessibility/aria-treeitem-name.js +1 -1
  22. package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
  23. package/core/audits/accessibility/aria-valid-attr.js +1 -1
  24. package/core/audits/accessibility/button-name.js +1 -1
  25. package/core/audits/accessibility/bypass.js +1 -1
  26. package/core/audits/accessibility/color-contrast.js +1 -1
  27. package/core/audits/accessibility/definition-list.js +1 -1
  28. package/core/audits/accessibility/dlitem.js +1 -1
  29. package/core/audits/accessibility/document-title.js +1 -1
  30. package/core/audits/accessibility/duplicate-id-aria.js +1 -1
  31. package/core/audits/accessibility/empty-heading.js +1 -1
  32. package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
  33. package/core/audits/accessibility/frame-title.js +1 -1
  34. package/core/audits/accessibility/heading-order.js +1 -1
  35. package/core/audits/accessibility/html-has-lang.js +1 -1
  36. package/core/audits/accessibility/html-lang-valid.js +1 -1
  37. package/core/audits/accessibility/html-xml-lang-mismatch.js +1 -1
  38. package/core/audits/accessibility/identical-links-same-purpose.js +1 -1
  39. package/core/audits/accessibility/image-alt.js +1 -1
  40. package/core/audits/accessibility/image-redundant-alt.js +1 -1
  41. package/core/audits/accessibility/input-button-name.js +1 -1
  42. package/core/audits/accessibility/input-image-alt.js +1 -1
  43. package/core/audits/accessibility/label-content-name-mismatch.js +1 -1
  44. package/core/audits/accessibility/label.js +1 -1
  45. package/core/audits/accessibility/landmark-one-main.js +1 -1
  46. package/core/audits/accessibility/link-in-text-block.js +1 -1
  47. package/core/audits/accessibility/link-name.js +1 -1
  48. package/core/audits/accessibility/list.js +1 -1
  49. package/core/audits/accessibility/listitem.js +1 -1
  50. package/core/audits/accessibility/meta-refresh.js +1 -1
  51. package/core/audits/accessibility/meta-viewport.js +1 -1
  52. package/core/audits/accessibility/object-alt.js +1 -1
  53. package/core/audits/accessibility/select-name.js +1 -1
  54. package/core/audits/accessibility/skip-link.js +1 -1
  55. package/core/audits/accessibility/tabindex.js +1 -1
  56. package/core/audits/accessibility/table-duplicate-name.js +1 -1
  57. package/core/audits/accessibility/table-fake-caption.js +1 -1
  58. package/core/audits/accessibility/target-size.js +1 -1
  59. package/core/audits/accessibility/td-has-header.js +1 -1
  60. package/core/audits/accessibility/td-headers-attr.js +1 -1
  61. package/core/audits/accessibility/th-has-data-cells.js +1 -1
  62. package/core/audits/accessibility/valid-lang.js +1 -1
  63. package/core/audits/accessibility/video-caption.js +1 -1
  64. package/package.json +7 -7
  65. package/shared/localization/locales/ar-XB.json +168 -84
  66. package/shared/localization/locales/ar.json +168 -84
  67. package/shared/localization/locales/bg.json +168 -84
  68. package/shared/localization/locales/ca.json +168 -84
  69. package/shared/localization/locales/cs.json +168 -84
  70. package/shared/localization/locales/da.json +168 -84
  71. package/shared/localization/locales/de.json +168 -84
  72. package/shared/localization/locales/el.json +168 -84
  73. package/shared/localization/locales/en-GB.json +168 -84
  74. package/shared/localization/locales/en-US.json +63 -63
  75. package/shared/localization/locales/en-XA.json +168 -84
  76. package/shared/localization/locales/en-XL.json +63 -63
  77. package/shared/localization/locales/es-419.json +168 -84
  78. package/shared/localization/locales/es.json +168 -84
  79. package/shared/localization/locales/fi.json +168 -84
  80. package/shared/localization/locales/fil.json +168 -84
  81. package/shared/localization/locales/fr.json +168 -84
  82. package/shared/localization/locales/he.json +168 -84
  83. package/shared/localization/locales/hi.json +168 -84
  84. package/shared/localization/locales/hr.json +168 -84
  85. package/shared/localization/locales/hu.json +168 -84
  86. package/shared/localization/locales/id.json +168 -84
  87. package/shared/localization/locales/it.json +168 -84
  88. package/shared/localization/locales/ja.json +168 -84
  89. package/shared/localization/locales/ko.json +168 -84
  90. package/shared/localization/locales/lt.json +168 -84
  91. package/shared/localization/locales/lv.json +168 -84
  92. package/shared/localization/locales/nl.json +168 -84
  93. package/shared/localization/locales/no.json +168 -84
  94. package/shared/localization/locales/pl.json +168 -84
  95. package/shared/localization/locales/pt-PT.json +168 -84
  96. package/shared/localization/locales/pt.json +169 -85
  97. package/shared/localization/locales/ro.json +168 -84
  98. package/shared/localization/locales/ru.json +168 -84
  99. package/shared/localization/locales/sk.json +168 -84
  100. package/shared/localization/locales/sl.json +168 -84
  101. package/shared/localization/locales/sr-Latn.json +168 -84
  102. package/shared/localization/locales/sr.json +168 -84
  103. package/shared/localization/locales/sv.json +168 -84
  104. package/shared/localization/locales/ta.json +168 -84
  105. package/shared/localization/locales/te.json +168 -84
  106. package/shared/localization/locales/th.json +168 -84
  107. package/shared/localization/locales/tr.json +168 -84
  108. package/shared/localization/locales/uk.json +168 -84
  109. package/shared/localization/locales/vi.json +168 -84
  110. package/shared/localization/locales/zh-HK.json +168 -84
  111. package/shared/localization/locales/zh-TW.json +168 -84
  112. package/shared/localization/locales/zh.json +168 -84
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "core/audits/accessibility/accesskeys.js | description": {
3
- "message": "快捷键可让用户快速转到页面的某个部分。为确保正确进行导航,每个快捷键都必须是独一无二的。[详细了解快捷键](https://dequeuniversity.com/rules/axe/4.10/accesskeys)。"
3
+ "message": "快捷键可让用户快速转到页面的某个部分。为确保正确进行导航,每个快捷键都必须是独一无二的。[详细了解快捷键](https://dequeuniversity.com/rules/axe/4.11/accesskeys)。"
4
4
  },
5
5
  "core/audits/accessibility/accesskeys.js | failureTitle": {
6
6
  "message": "`[accesskey]` 的值重复"
@@ -9,7 +9,7 @@
9
9
  "message": "“`[accesskey]`”值是独一无二的"
10
10
  },
11
11
  "core/audits/accessibility/aria-allowed-attr.js | description": {
12
- "message": "每个 ARIA“`role`”都支持一部分特定的“`aria-*`”属性。如果这些项不匹配,会导致“`aria-*`”属性无效。[了解如何将 ARIA 属性与其角色进行匹配](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr)。"
12
+ "message": "每个 ARIA“`role`”都支持一部分特定的“`aria-*`”属性。如果这些项不匹配,会导致“`aria-*`”属性无效。[了解如何将 ARIA 属性与其角色进行匹配](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr)。"
13
13
  },
14
14
  "core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
15
15
  "message": "`[aria-*]` 属性与其角色不匹配"
@@ -18,7 +18,7 @@
18
18
  "message": "`[aria-*]` 属性与其角色匹配"
19
19
  },
20
20
  "core/audits/accessibility/aria-allowed-role.js | description": {
21
- "message": "许多 HTML 元素只能设置特定的 ARIA 角色。在禁止使用 ARIA 角色的位置使用 ARIA 角色可能会干扰网页的无障碍功能。[详细了解 ARIA 角色](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role)。"
21
+ "message": "许多 HTML 元素只能设置特定的 ARIA 角色。在禁止使用 ARIA 角色的位置使用 ARIA 角色可能会干扰网页的无障碍功能。[详细了解 ARIA 角色](https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role)。"
22
22
  },
23
23
  "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
24
  "message": "有不兼容的元素使用了 ARIA 角色"
@@ -27,7 +27,7 @@
27
27
  "message": "使用 ARIA 角色的元素均为兼容元素"
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
- "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何让命令元素更便于使用](https://dequeuniversity.com/rules/axe/4.10/aria-command-name)。"
30
+ "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何让命令元素更便于使用](https://dequeuniversity.com/rules/axe/4.11/aria-command-name)。"
31
31
  },
32
32
  "core/audits/accessibility/aria-command-name.js | failureTitle": {
33
33
  "message": "`button`、`link` 和 `menuitem` 元素缺少可供访问的名称。"
@@ -36,7 +36,7 @@
36
36
  "message": "`button`、`link` 和 `menuitem` 元素都有可供访问的名称"
37
37
  },
38
38
  "core/audits/accessibility/aria-conditional-attr.js | description": {
39
- "message": "只能在特定条件下使用元素的某些 ARIA 属性。[详细了解条件性 ARIA 属性](https://dequeuniversity.com/rules/axe/4.10/aria-conditional-attr)。"
39
+ "message": "只能在特定条件下使用元素的某些 ARIA 属性。[详细了解条件性 ARIA 属性](https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr)。"
40
40
  },
41
41
  "core/audits/accessibility/aria-conditional-attr.js | failureTitle": {
42
42
  "message": "未按照指定方式在元素角色中使用 ARIA 属性"
@@ -45,7 +45,7 @@
45
45
  "message": "按照指定方式在元素角色中使用了 ARIA 属性"
46
46
  },
47
47
  "core/audits/accessibility/aria-deprecated-role.js | description": {
48
- "message": "辅助技术可能无法正确处理已弃用的 ARIA 角色。[详细了解已弃用的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.10/aria-deprecated-role)。"
48
+ "message": "辅助技术可能无法正确处理已弃用的 ARIA 角色。[详细了解已弃用的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role)。"
49
49
  },
50
50
  "core/audits/accessibility/aria-deprecated-role.js | failureTitle": {
51
51
  "message": "使用了已弃用的 ARIA 角色"
@@ -54,7 +54,7 @@
54
54
  "message": "未使用已弃用的 ARIA 角色"
55
55
  },
56
56
  "core/audits/accessibility/aria-dialog-name.js | description": {
57
- "message": "如果 ARIA 对话框元素缺少无障碍名称,可能会妨碍屏幕阅读器用户理解这些元素的用途。[了解如何让 ARIA 对话框元素更符合无障碍需求](https://dequeuniversity.com/rules/axe/4.10/aria-dialog-name)。"
57
+ "message": "如果 ARIA 对话框元素缺少无障碍名称,可能会妨碍屏幕阅读器用户理解这些元素的用途。[了解如何让 ARIA 对话框元素更符合无障碍需求](https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name)。"
58
58
  },
59
59
  "core/audits/accessibility/aria-dialog-name.js | failureTitle": {
60
60
  "message": "具有 `role=\"dialog\"` 或 `role=\"alertdialog\"` 的元素缺少无障碍名称。"
@@ -63,7 +63,7 @@
63
63
  "message": "具有 `role=\"dialog\"` 或 `role=\"alertdialog\"` 的元素均有无障碍名称。"
64
64
  },
65
65
  "core/audits/accessibility/aria-hidden-body.js | description": {
66
- "message": "在文档 `<body>` 上设置 `aria-hidden=\"true\"` 后,辅助技术(如屏幕阅读器)的工作方式不一致。[了解 `aria-hidden` 对文档正文的影响](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-body)。"
66
+ "message": "在文档 `<body>` 上设置 `aria-hidden=\"true\"` 后,辅助技术(如屏幕阅读器)的工作方式不一致。[了解 `aria-hidden` 对文档正文的影响](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body)。"
67
67
  },
68
68
  "core/audits/accessibility/aria-hidden-body.js | failureTitle": {
69
69
  "message": "文档 `<body>` 中有 `[aria-hidden=\"true\"]`"
@@ -72,7 +72,7 @@
72
72
  "message": "文档 `<body>` 中没有 `[aria-hidden=\"true\"]`"
73
73
  },
74
74
  "core/audits/accessibility/aria-hidden-focus.js | description": {
75
- "message": "有一个 `[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素,导致这些交互式元素都无法被辅助技术(如屏幕阅读器)用户使用。[了解 `aria-hidden` 如何影响可聚焦的元素](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-focus)。"
75
+ "message": "有一个 `[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素,导致这些交互式元素都无法被辅助技术(如屏幕阅读器)用户使用。[了解 `aria-hidden` 如何影响可聚焦的元素](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)。"
76
76
  },
77
77
  "core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
78
78
  "message": "`[aria-hidden=\"true\"]` 元素包含可聚焦的下级元素"
@@ -81,7 +81,7 @@
81
81
  "message": "`[aria-hidden=\"true\"]` 元素都不含可聚焦的下级元素"
82
82
  },
83
83
  "core/audits/accessibility/aria-input-field-name.js | description": {
84
- "message": "如果某个输入字段没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解输入字段标签](https://dequeuniversity.com/rules/axe/4.10/aria-input-field-name)。"
84
+ "message": "如果某个输入字段没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解输入字段标签](https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name)。"
85
85
  },
86
86
  "core/audits/accessibility/aria-input-field-name.js | failureTitle": {
87
87
  "message": "ARIA 输入字段缺少可供访问的名称"
@@ -90,7 +90,7 @@
90
90
  "message": "ARIA 输入字段都有可供访问的名称"
91
91
  },
92
92
  "core/audits/accessibility/aria-meter-name.js | description": {
93
- "message": "如果某个 meter 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `meter` 元素命名](https://dequeuniversity.com/rules/axe/4.10/aria-meter-name)。"
93
+ "message": "如果某个 meter 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `meter` 元素命名](https://dequeuniversity.com/rules/axe/4.11/aria-meter-name)。"
94
94
  },
95
95
  "core/audits/accessibility/aria-meter-name.js | failureTitle": {
96
96
  "message": "ARIA `meter` 元素缺少可供访问的名称。"
@@ -99,7 +99,7 @@
99
99
  "message": "ARIA `meter` 元素都有可供访问的名称"
100
100
  },
101
101
  "core/audits/accessibility/aria-progressbar-name.js | description": {
102
- "message": "如果某个 `progressbar` 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `progressbar` 元素添加标签](https://dequeuniversity.com/rules/axe/4.10/aria-progressbar-name)。"
102
+ "message": "如果某个 `progressbar` 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `progressbar` 元素添加标签](https://dequeuniversity.com/rules/axe/4.11/aria-progressbar-name)。"
103
103
  },
104
104
  "core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
105
105
  "message": "ARIA `progressbar` 元素缺少可供访问的名称。"
@@ -108,7 +108,7 @@
108
108
  "message": "ARIA `progressbar` 元素都有可供访问的名称"
109
109
  },
110
110
  "core/audits/accessibility/aria-prohibited-attr.js | description": {
111
- "message": "在禁止使用 ARIA 属性的角色中使用 ARIA 属性可能会导致重要信息无法传达给使用辅助技术的用户。[详细了解被禁止的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr)。"
111
+ "message": "在禁止使用 ARIA 属性的角色中使用 ARIA 属性可能会导致重要信息无法传达给使用辅助技术的用户。[详细了解被禁止的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr)。"
112
112
  },
113
113
  "core/audits/accessibility/aria-prohibited-attr.js | failureTitle": {
114
114
  "message": "元素使用了禁止使用的 ARIA 属性"
@@ -117,7 +117,7 @@
117
117
  "message": "元素仅使用允许的 ARIA 属性"
118
118
  },
119
119
  "core/audits/accessibility/aria-required-attr.js | description": {
120
- "message": "一些 ARIA 角色有必需属性,这些属性向屏幕阅读器描述了相应元素的状态。[详细了解角色和必需属性](https://dequeuniversity.com/rules/axe/4.10/aria-required-attr)。"
120
+ "message": "一些 ARIA 角色有必需属性,这些属性向屏幕阅读器描述了相应元素的状态。[详细了解角色和必需属性](https://dequeuniversity.com/rules/axe/4.11/aria-required-attr)。"
121
121
  },
122
122
  "core/audits/accessibility/aria-required-attr.js | failureTitle": {
123
123
  "message": "`[role]` 缺少部分必需的 `[aria-*]` 属性"
@@ -126,7 +126,7 @@
126
126
  "message": "`[role]` 具备所有必需的 `[aria-*]` 属性"
127
127
  },
128
128
  "core/audits/accessibility/aria-required-children.js | description": {
129
- "message": "一些 ARIA 父角色必须包含特定子角色,才能执行它们的预期无障碍功能。[详细了解角色和必需的子元素](https://dequeuniversity.com/rules/axe/4.10/aria-required-children)。"
129
+ "message": "一些 ARIA 父角色必须包含特定子角色,才能执行它们的预期无障碍功能。[详细了解角色和必需的子元素](https://dequeuniversity.com/rules/axe/4.11/aria-required-children)。"
130
130
  },
131
131
  "core/audits/accessibility/aria-required-children.js | failureTitle": {
132
132
  "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素缺少部分或全部必需子元素。"
@@ -135,7 +135,7 @@
135
135
  "message": "具有 ARIA `[role]`且要求子元素必须包含特定`[role]`的元素包含全部必需子元素。"
136
136
  },
137
137
  "core/audits/accessibility/aria-required-parent.js | description": {
138
- "message": "一些 ARIA 子角色必须包含在特定的父角色中,才能正确执行它们的预期无障碍功能。[详细了解 ARIA 角色和必需的父元素](https://dequeuniversity.com/rules/axe/4.10/aria-required-parent)。"
138
+ "message": "一些 ARIA 子角色必须包含在特定的父角色中,才能正确执行它们的预期无障碍功能。[详细了解 ARIA 角色和必需的父元素](https://dequeuniversity.com/rules/axe/4.11/aria-required-parent)。"
139
139
  },
140
140
  "core/audits/accessibility/aria-required-parent.js | failureTitle": {
141
141
  "message": "`[role]` 未包含在其必需的父元素中"
@@ -144,7 +144,7 @@
144
144
  "message": "`[role]` 包含在其必需的父元素中"
145
145
  },
146
146
  "core/audits/accessibility/aria-roles.js | description": {
147
- "message": "ARIA 角色必须具备有效值,才能执行它们的预期无障碍功能。[详细了解有效的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.10/aria-roles)。"
147
+ "message": "ARIA 角色必须具备有效值,才能执行它们的预期无障碍功能。[详细了解有效的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.11/aria-roles)。"
148
148
  },
149
149
  "core/audits/accessibility/aria-roles.js | failureTitle": {
150
150
  "message": "`[role]` 值无效"
@@ -153,7 +153,7 @@
153
153
  "message": "`[role]` 值有效"
154
154
  },
155
155
  "core/audits/accessibility/aria-text.js | description": {
156
- "message": "在一个被标记分隔的文本节点周围添加 `role=text` 后,VoiceOver 会将该文本元素视为一个短语,但不会读出它的可聚焦后代元素。[详细了解 `role=text` 属性](https://dequeuniversity.com/rules/axe/4.10/aria-text)。"
156
+ "message": "在一个被标记分隔的文本节点周围添加 `role=text` 后,VoiceOver 会将该文本元素视为一个短语,但不会读出它的可聚焦后代元素。[详细了解 `role=text` 属性](https://dequeuniversity.com/rules/axe/4.11/aria-text)。"
157
157
  },
158
158
  "core/audits/accessibility/aria-text.js | failureTitle": {
159
159
  "message": "具有 `role=text` 属性的元素包含可聚焦后代元素。"
@@ -162,7 +162,7 @@
162
162
  "message": "具有 `role=text` 属性的元素缺少可聚焦后代元素。"
163
163
  },
164
164
  "core/audits/accessibility/aria-toggle-field-name.js | description": {
165
- "message": "如果某个切换字段没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解切换字段](https://dequeuniversity.com/rules/axe/4.10/aria-toggle-field-name)。"
165
+ "message": "如果某个切换字段没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解切换字段](https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name)。"
166
166
  },
167
167
  "core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
168
168
  "message": "ARIA 切换字段缺少可供访问的名称"
@@ -171,7 +171,7 @@
171
171
  "message": "ARIA 切换字段都有可供访问的名称"
172
172
  },
173
173
  "core/audits/accessibility/aria-tooltip-name.js | description": {
174
- "message": "如果某个 tooltip 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `tooltip` 元素命名](https://dequeuniversity.com/rules/axe/4.10/aria-tooltip-name)。"
174
+ "message": "如果某个 tooltip 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何为 `tooltip` 元素命名](https://dequeuniversity.com/rules/axe/4.11/aria-tooltip-name)。"
175
175
  },
176
176
  "core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
177
177
  "message": "ARIA `tooltip` 元素缺少可供访问的名称。"
@@ -180,7 +180,7 @@
180
180
  "message": "ARIA `tooltip` 元素都有可供访问的名称"
181
181
  },
182
182
  "core/audits/accessibility/aria-treeitem-name.js | description": {
183
- "message": "如果某个 `treeitem` 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解如何为 `treeitem` 元素添加标签](https://dequeuniversity.com/rules/axe/4.10/aria-treeitem-name)。"
183
+ "message": "如果某个 `treeitem` 元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[详细了解如何为 `treeitem` 元素添加标签](https://dequeuniversity.com/rules/axe/4.11/aria-treeitem-name)。"
184
184
  },
185
185
  "core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
186
186
  "message": "ARIA `treeitem` 元素缺少可供访问的名称。"
@@ -189,7 +189,7 @@
189
189
  "message": "ARIA `treeitem` 元素都有可供访问的名称"
190
190
  },
191
191
  "core/audits/accessibility/aria-valid-attr-value.js | description": {
192
- "message": "辅助技术(如屏幕阅读器)无法解读值无效的 ARIA 属性。[详细了解 ARIA 属性的有效值](https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr-value)。"
192
+ "message": "辅助技术(如屏幕阅读器)无法解读值无效的 ARIA 属性。[详细了解 ARIA 属性的有效值](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value)。"
193
193
  },
194
194
  "core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
195
195
  "message": "`[aria-*]` 属性缺少有效值"
@@ -198,7 +198,7 @@
198
198
  "message": "`[aria-*]` 属性具备有效值"
199
199
  },
200
200
  "core/audits/accessibility/aria-valid-attr.js | description": {
201
- "message": "辅助技术(如屏幕阅读器)无法解读名称无效的 ARIA 属性。[详细了解有效的 ARIA 属性](https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr)。"
201
+ "message": "辅助技术(如屏幕阅读器)无法解读名称无效的 ARIA 属性。[详细了解有效的 ARIA 属性](https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr)。"
202
202
  },
203
203
  "core/audits/accessibility/aria-valid-attr.js | failureTitle": {
204
204
  "message": "`[aria-*]` 属性无效或拼写有误"
@@ -210,7 +210,7 @@
210
210
  "message": "未通过审核的元素"
211
211
  },
212
212
  "core/audits/accessibility/button-name.js | description": {
213
- "message": "当某个按钮没有无障碍名称时,屏幕阅读器会将它读为“按钮”,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何让按钮更便于使用](https://dequeuniversity.com/rules/axe/4.10/button-name)。"
213
+ "message": "当某个按钮没有无障碍名称时,屏幕阅读器会将它读为“按钮”,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何让按钮更便于使用](https://dequeuniversity.com/rules/axe/4.11/button-name)。"
214
214
  },
215
215
  "core/audits/accessibility/button-name.js | failureTitle": {
216
216
  "message": "按钮缺少可供访问的名称"
@@ -219,7 +219,7 @@
219
219
  "message": "按钮有可供访问的名称"
220
220
  },
221
221
  "core/audits/accessibility/bypass.js | description": {
222
- "message": "添加用于绕过重复内容的方式有助于键盘用户更高效地浏览页面。[详细了解如何绕过内容块](https://dequeuniversity.com/rules/axe/4.10/bypass)。"
222
+ "message": "添加用于绕过重复内容的方式有助于键盘用户更高效地浏览页面。[详细了解如何绕过内容块](https://dequeuniversity.com/rules/axe/4.11/bypass)。"
223
223
  },
224
224
  "core/audits/accessibility/bypass.js | failureTitle": {
225
225
  "message": "该页面不含任何标题、跳过链接或地标区域"
@@ -228,7 +228,7 @@
228
228
  "message": "该页面包含一个标题、跳过链接或地标区域"
229
229
  },
230
230
  "core/audits/accessibility/color-contrast.js | description": {
231
- "message": "对于许多用户而言,对比度低的文字都是难以阅读或无法阅读的。[了解如何提供足够高的颜色对比度](https://dequeuniversity.com/rules/axe/4.10/color-contrast)。"
231
+ "message": "对于许多用户而言,对比度低的文字都是难以阅读或无法阅读的。[了解如何提供足够高的颜色对比度](https://dequeuniversity.com/rules/axe/4.11/color-contrast)。"
232
232
  },
233
233
  "core/audits/accessibility/color-contrast.js | failureTitle": {
234
234
  "message": "背景色和前景色没有足够高的对比度。"
@@ -237,7 +237,7 @@
237
237
  "message": "背景色和前景色具有足够高的对比度"
238
238
  },
239
239
  "core/audits/accessibility/definition-list.js | description": {
240
- "message": "如果未正确标记定义列表,屏幕阅读器读出的内容可能会令人困惑或不准确。[了解如何正确构建定义列表](https://dequeuniversity.com/rules/axe/4.10/definition-list)。"
240
+ "message": "如果未正确标记定义列表,屏幕阅读器读出的内容可能会令人困惑或不准确。[了解如何正确构建定义列表](https://dequeuniversity.com/rules/axe/4.11/definition-list)。"
241
241
  },
242
242
  "core/audits/accessibility/definition-list.js | failureTitle": {
243
243
  "message": "`<dl>` 并非只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
@@ -246,7 +246,7 @@
246
246
  "message": "`<dl>` 只包含经过适当排序的 `<dt>` 和 `<dd>` 组及 `<script>`、`<template>` 或 `<div>` 元素。"
247
247
  },
248
248
  "core/audits/accessibility/dlitem.js | description": {
249
- "message": "定义列表项(`<dt>` 和 `<dd>`)必须封装在父 `<dl>` 元素中,以确保屏幕阅读器可以正确地读出它们。[了解如何正确构建定义列表](https://dequeuniversity.com/rules/axe/4.10/dlitem)。"
249
+ "message": "定义列表项(`<dt>` 和 `<dd>`)必须封装在父 `<dl>` 元素中,以确保屏幕阅读器可以正确地读出它们。[了解如何正确构建定义列表](https://dequeuniversity.com/rules/axe/4.11/dlitem)。"
250
250
  },
251
251
  "core/audits/accessibility/dlitem.js | failureTitle": {
252
252
  "message": "定义列表项已封装在 `<dl>` 元素中"
@@ -255,7 +255,7 @@
255
255
  "message": "定义列表项已封装在 `<dl>` 元素中"
256
256
  },
257
257
  "core/audits/accessibility/document-title.js | description": {
258
- "message": "屏幕阅读器用户可借助标题来大致了解某个页面的内容,搜索引擎用户则非常依赖标题来确定某个页面是否与其搜索相关。[详细了解文档标题](https://dequeuniversity.com/rules/axe/4.10/document-title)。"
258
+ "message": "屏幕阅读器用户可借助标题来大致了解某个页面的内容,搜索引擎用户则非常依赖标题来确定某个页面是否与其搜索相关。[详细了解文档标题](https://dequeuniversity.com/rules/axe/4.11/document-title)。"
259
259
  },
260
260
  "core/audits/accessibility/document-title.js | failureTitle": {
261
261
  "message": "文档不含 `<title>` 元素"
@@ -264,7 +264,7 @@
264
264
  "message": "文档包含 `<title>` 元素"
265
265
  },
266
266
  "core/audits/accessibility/duplicate-id-aria.js | description": {
267
- "message": "ARIA ID 的值必须独一无二,才能防止其他实例被辅助技术忽略。[了解如何修正重复的 ARIA ID](https://dequeuniversity.com/rules/axe/4.10/duplicate-id-aria)。"
267
+ "message": "ARIA ID 的值必须独一无二,才能防止其他实例被辅助技术忽略。[了解如何修正重复的 ARIA ID](https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria)。"
268
268
  },
269
269
  "core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
270
270
  "message": "ARIA ID 不是独一无二的"
@@ -273,7 +273,7 @@
273
273
  "message": "ARIA ID 都是独一无二的"
274
274
  },
275
275
  "core/audits/accessibility/empty-heading.js | description": {
276
- "message": "如果标题元素未包含任何内容或包含无法读取的文本,屏幕阅读器用户将难以获取网页的结构信息。[详细了解标题](https://dequeuniversity.com/rules/axe/4.10/empty-heading)。"
276
+ "message": "如果标题元素未包含任何内容或包含无法读取的文本,屏幕阅读器用户将难以获取网页的结构信息。[详细了解标题](https://dequeuniversity.com/rules/axe/4.11/empty-heading)。"
277
277
  },
278
278
  "core/audits/accessibility/empty-heading.js | failureTitle": {
279
279
  "message": "标题元素未包含任何内容。"
@@ -282,7 +282,7 @@
282
282
  "message": "所有标题元素均包含内容。"
283
283
  },
284
284
  "core/audits/accessibility/form-field-multiple-labels.js | description": {
285
- "message": "有多个标签的表单字段可能会被辅助技术(如屏幕阅读器)以令人困惑的方式播报出来,因为这些辅助技术可能会使用第一个标签或最后一个标签,也可能会使用所有标签。[了解如何使用表单标签](https://dequeuniversity.com/rules/axe/4.10/form-field-multiple-labels)。"
285
+ "message": "有多个标签的表单字段可能会被辅助技术(如屏幕阅读器)以令人困惑的方式播报出来,因为这些辅助技术可能会使用第一个标签或最后一个标签,也可能会使用所有标签。[了解如何使用表单标签](https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels)。"
286
286
  },
287
287
  "core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
288
288
  "message": "表单字段有多个标签"
@@ -291,7 +291,7 @@
291
291
  "message": "表单字段都没有多个标签"
292
292
  },
293
293
  "core/audits/accessibility/frame-title.js | description": {
294
- "message": "屏幕阅读器用户依靠框架标题来描述框架的内容。[详细了解框架标题](https://dequeuniversity.com/rules/axe/4.10/frame-title)。"
294
+ "message": "屏幕阅读器用户依靠框架标题来描述框架的内容。[详细了解框架标题](https://dequeuniversity.com/rules/axe/4.11/frame-title)。"
295
295
  },
296
296
  "core/audits/accessibility/frame-title.js | failureTitle": {
297
297
  "message": "`<frame>` 或 `<iframe>` 元素缺少标题"
@@ -300,7 +300,7 @@
300
300
  "message": "`<frame>` 或 `<iframe>` 元素有标题"
301
301
  },
302
302
  "core/audits/accessibility/heading-order.js | description": {
303
- "message": "未跳过任何等级且排序正确的标题会准确传达页面的语义结构,从而使得相应页面在使用辅助技术时更易于浏览和理解。[详细了解标题顺序](https://dequeuniversity.com/rules/axe/4.10/heading-order)。"
303
+ "message": "未跳过任何等级且排序正确的标题会准确传达页面的语义结构,从而使得相应页面在使用辅助技术时更易于浏览和理解。[详细了解标题顺序](https://dequeuniversity.com/rules/axe/4.11/heading-order)。"
304
304
  },
305
305
  "core/audits/accessibility/heading-order.js | failureTitle": {
306
306
  "message": "标题元素未按降序显示"
@@ -309,7 +309,7 @@
309
309
  "message": "标题元素按降序显示"
310
310
  },
311
311
  "core/audits/accessibility/html-has-lang.js | description": {
312
- "message": "如果页面未指定 `lang` 属性,屏幕阅读器便会假定该页面采用的是用户在设置屏幕阅读器时选择的默认语言。如果该页面实际上并未采用默认语言,屏幕阅读器可能无法正确读出该页面中的文字。[详细了解 `lang` 属性](https://dequeuniversity.com/rules/axe/4.10/html-has-lang)。"
312
+ "message": "如果页面未指定 `lang` 属性,屏幕阅读器便会假定该页面采用的是用户在设置屏幕阅读器时选择的默认语言。如果该页面实际上并未采用默认语言,屏幕阅读器可能无法正确读出该页面中的文字。[详细了解 `lang` 属性](https://dequeuniversity.com/rules/axe/4.11/html-has-lang)。"
313
313
  },
314
314
  "core/audits/accessibility/html-has-lang.js | failureTitle": {
315
315
  "message": "`<html>` 元素缺少 `[lang]` 属性"
@@ -318,7 +318,7 @@
318
318
  "message": "`<html>` 元素包含 `[lang]` 属性"
319
319
  },
320
320
  "core/audits/accessibility/html-lang-valid.js | description": {
321
- "message": "指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于屏幕阅读器正确读出文字。[了解如何使用 `lang` 属性](https://dequeuniversity.com/rules/axe/4.10/html-lang-valid)。"
321
+ "message": "指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于屏幕阅读器正确读出文字。[了解如何使用 `lang` 属性](https://dequeuniversity.com/rules/axe/4.11/html-lang-valid)。"
322
322
  },
323
323
  "core/audits/accessibility/html-lang-valid.js | failureTitle": {
324
324
  "message": "`<html>` 元素的 `[lang]` 属性缺少有效值。"
@@ -327,7 +327,7 @@
327
327
  "message": "`<html>` 元素的 `[lang]` 属性具备有效值"
328
328
  },
329
329
  "core/audits/accessibility/html-xml-lang-mismatch.js | description": {
330
- "message": "如果网页未指定一致的语言,屏幕阅读器可能无法正确读出相应网页上的文本。[详细了解 `lang` 属性](https://dequeuniversity.com/rules/axe/4.10/html-xml-lang-mismatch)。"
330
+ "message": "如果网页未指定一致的语言,屏幕阅读器可能无法正确读出相应网页上的文本。[详细了解 `lang` 属性](https://dequeuniversity.com/rules/axe/4.11/html-xml-lang-mismatch)。"
331
331
  },
332
332
  "core/audits/accessibility/html-xml-lang-mismatch.js | failureTitle": {
333
333
  "message": "`<html>` 元素的 `[xml:lang]` 属性与 `[lang]` 属性使用了不同的基本语言。"
@@ -336,7 +336,7 @@
336
336
  "message": "`<html>` 元素的 `[xml:lang]` 属性与 `[lang]` 属性使用了相同的基本语言。"
337
337
  },
338
338
  "core/audits/accessibility/identical-links-same-purpose.js | description": {
339
- "message": "指向相同目标位置的链接应具有相同的说明,这有助于用户了解链接的用途并决定是否要访问它。[详细了解相同链接](https://dequeuniversity.com/rules/axe/4.10/identical-links-same-purpose)。"
339
+ "message": "指向相同目标位置的链接应具有相同的说明,这有助于用户了解链接的用途并决定是否要访问它。[详细了解相同链接](https://dequeuniversity.com/rules/axe/4.11/identical-links-same-purpose)。"
340
340
  },
341
341
  "core/audits/accessibility/identical-links-same-purpose.js | failureTitle": {
342
342
  "message": "相同链接的用途不一致。"
@@ -345,7 +345,7 @@
345
345
  "message": "相同链接的用途一致。"
346
346
  },
347
347
  "core/audits/accessibility/image-alt.js | description": {
348
- "message": "说明性元素应力求使用简短的描述性替代文字。未指定 alt 属性的装饰性元素可被忽略。[详细了解 `alt` 属性](https://dequeuniversity.com/rules/axe/4.10/image-alt)。"
348
+ "message": "说明性元素应力求使用简短的描述性替代文字。未指定 alt 属性的装饰性元素可被忽略。[详细了解 `alt` 属性](https://dequeuniversity.com/rules/axe/4.11/image-alt)。"
349
349
  },
350
350
  "core/audits/accessibility/image-alt.js | failureTitle": {
351
351
  "message": "图片元素缺少 `[alt]` 属性"
@@ -354,7 +354,7 @@
354
354
  "message": "图片元素具备 `[alt]` 属性"
355
355
  },
356
356
  "core/audits/accessibility/image-redundant-alt.js | description": {
357
- "message": "说明性元素应力求使用简短的描述性替代文本。如果替代文本与链接或图片旁边的文本完全相同,可能会让屏幕阅读器用户感到困惑,因为他们会听到两次同样的内容。[详细了解 `alt` 属性](https://dequeuniversity.com/rules/axe/4.10/image-redundant-alt)。"
357
+ "message": "说明性元素应力求使用简短的描述性替代文本。如果替代文本与链接或图片旁边的文本完全相同,可能会让屏幕阅读器用户感到困惑,因为他们会听到两次同样的内容。[详细了解 `alt` 属性](https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt)。"
358
358
  },
359
359
  "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
360
360
  "message": "图片元素具有属于多余文本的 `[alt]` 属性。"
@@ -363,7 +363,7 @@
363
363
  "message": "图片元素没有属于多余文本的 `[alt]` 属性。"
364
364
  },
365
365
  "core/audits/accessibility/input-button-name.js | description": {
366
- "message": "向输入按钮添加可识别的无障碍文本可帮助屏幕阅读器用户了解输入按钮的用途。[详细了解输入按钮](https://dequeuniversity.com/rules/axe/4.10/input-button-name)。"
366
+ "message": "向输入按钮添加可识别的无障碍文本可帮助屏幕阅读器用户了解输入按钮的用途。[详细了解输入按钮](https://dequeuniversity.com/rules/axe/4.11/input-button-name)。"
367
367
  },
368
368
  "core/audits/accessibility/input-button-name.js | failureTitle": {
369
369
  "message": "输入按钮没有可识别的文本。"
@@ -372,7 +372,7 @@
372
372
  "message": "输入按钮具有可识别的文本。"
373
373
  },
374
374
  "core/audits/accessibility/input-image-alt.js | description": {
375
- "message": "将图片用作 `<input>` 按钮时,提供替代文字有助于屏幕阅读器用户了解该按钮的用途。[了解输入图片替代文字](https://dequeuniversity.com/rules/axe/4.10/input-image-alt)。"
375
+ "message": "将图片用作 `<input>` 按钮时,提供替代文字有助于屏幕阅读器用户了解该按钮的用途。[了解输入图片替代文字](https://dequeuniversity.com/rules/axe/4.11/input-image-alt)。"
376
376
  },
377
377
  "core/audits/accessibility/input-image-alt.js | failureTitle": {
378
378
  "message": "`<input type=\"image\">` 元素无对应的 `[alt]` 文字"
@@ -381,7 +381,7 @@
381
381
  "message": "`<input type=\"image\">` 元素有对应的 `[alt]` 文字"
382
382
  },
383
383
  "core/audits/accessibility/label-content-name-mismatch.js | description": {
384
- "message": "如果可见文本标签与无障碍名称不匹配,可能会让屏幕阅读器用户感到困惑。[详细了解无障碍名称](https://dequeuniversity.com/rules/axe/4.10/label-content-name-mismatch)。"
384
+ "message": "如果可见文本标签与无障碍名称不匹配,可能会让屏幕阅读器用户感到困惑。[详细了解无障碍名称](https://dequeuniversity.com/rules/axe/4.11/label-content-name-mismatch)。"
385
385
  },
386
386
  "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
387
387
  "message": "带有可见文本标签的元素没有匹配的无障碍名称。"
@@ -390,7 +390,7 @@
390
390
  "message": "带有可见文本标签的元素具有匹配的无障碍名称。"
391
391
  },
392
392
  "core/audits/accessibility/label.js | description": {
393
- "message": "标签可确保辅助技术(如屏幕阅读器)正确读出表单控件。[详细了解表单元素标签](https://dequeuniversity.com/rules/axe/4.10/label)。"
393
+ "message": "标签可确保辅助技术(如屏幕阅读器)正确读出表单控件。[详细了解表单元素标签](https://dequeuniversity.com/rules/axe/4.11/label)。"
394
394
  },
395
395
  "core/audits/accessibility/label.js | failureTitle": {
396
396
  "message": "表单元素不具备关联的标签"
@@ -399,7 +399,7 @@
399
399
  "message": "表单元素具有关联的标签"
400
400
  },
401
401
  "core/audits/accessibility/landmark-one-main.js | description": {
402
- "message": "主要位置标记有助于屏幕阅读器用户浏览网页。[详细了解位置标记](https://dequeuniversity.com/rules/axe/4.10/landmark-one-main)。"
402
+ "message": "主要位置标记有助于屏幕阅读器用户浏览网页。[详细了解位置标记](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)。"
403
403
  },
404
404
  "core/audits/accessibility/landmark-one-main.js | failureTitle": {
405
405
  "message": "文档缺少主要位置标记。"
@@ -408,7 +408,7 @@
408
408
  "message": "文档有一个主要位置标记。"
409
409
  },
410
410
  "core/audits/accessibility/link-in-text-block.js | description": {
411
- "message": "对许多用户而言,对比度低的文本都是难以阅读或无法阅读的。清晰可辨的链接文本可改善低视力用户的体验。[了解如何让链接容易辨识](https://dequeuniversity.com/rules/axe/4.10/link-in-text-block)。"
411
+ "message": "对许多用户而言,对比度低的文本都是难以阅读或无法阅读的。清晰可辨的链接文本可改善低视力用户的体验。[了解如何让链接容易辨识](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block)。"
412
412
  },
413
413
  "core/audits/accessibility/link-in-text-block.js | failureTitle": {
414
414
  "message": "必须依赖颜色才能辨识链接。"
@@ -417,7 +417,7 @@
417
417
  "message": "无需依赖颜色即可辨识链接。"
418
418
  },
419
419
  "core/audits/accessibility/link-name.js | description": {
420
- "message": "请确保链接文字(以及用作链接的图片替代文字)可识别、独一无二且可聚焦,这样做会提升屏幕阅读器用户的导航体验。[了解如何使链接可供访问](https://dequeuniversity.com/rules/axe/4.10/link-name)。"
420
+ "message": "请确保链接文字(以及用作链接的图片替代文字)可识别、独一无二且可聚焦,这样做会提升屏幕阅读器用户的导航体验。[了解如何使链接可供访问](https://dequeuniversity.com/rules/axe/4.11/link-name)。"
421
421
  },
422
422
  "core/audits/accessibility/link-name.js | failureTitle": {
423
423
  "message": "链接缺少可识别的名称"
@@ -426,7 +426,7 @@
426
426
  "message": "链接具备可识别的名称"
427
427
  },
428
428
  "core/audits/accessibility/list.js | description": {
429
- "message": "屏幕阅读器会采用特定的方法来读出列表内容。确保列表结构正确有助于屏幕阅读器顺利读出相应内容。[详细了解适当的列表结构](https://dequeuniversity.com/rules/axe/4.10/list)。"
429
+ "message": "屏幕阅读器会采用特定的方法来读出列表内容。确保列表结构正确有助于屏幕阅读器顺利读出相应内容。[详细了解适当的列表结构](https://dequeuniversity.com/rules/axe/4.11/list)。"
430
430
  },
431
431
  "core/audits/accessibility/list.js | failureTitle": {
432
432
  "message": "列表并非只包含 `<li>` 元素和脚本支持元素(`<script>` 和 `<template>`)。"
@@ -435,7 +435,7 @@
435
435
  "message": "列表只包含 `<li>` 元素和脚本支持元素(`<script>` 和 `<template>`)。"
436
436
  },
437
437
  "core/audits/accessibility/listitem.js | description": {
438
- "message": "屏幕阅读器要求列表项 (`<li>`) 必须包含在父 `<ul>`、`<ol>` 或 `<menu>` 中,这样才能正确读出它们。[详细了解适当的列表结构](https://dequeuniversity.com/rules/axe/4.10/listitem)。"
438
+ "message": "屏幕阅读器要求列表项 (`<li>`) 必须包含在父 `<ul>`、`<ol>` 或 `<menu>` 中,这样才能正确读出它们。[详细了解适当的列表结构](https://dequeuniversity.com/rules/axe/4.11/listitem)。"
439
439
  },
440
440
  "core/audits/accessibility/listitem.js | failureTitle": {
441
441
  "message": "列表项 (`<li>`) 未包含在 `<ul>`、`<ol>` 或 `<menu>` 父元素中。"
@@ -444,7 +444,7 @@
444
444
  "message": "列表项 (`<li>`) 包含在 `<ul>`、`<ol>` 或 `<menu>` 父元素中"
445
445
  },
446
446
  "core/audits/accessibility/meta-refresh.js | description": {
447
- "message": "用户并不希望网页自动刷新,因为自动刷新会不断地将焦点移回到页面顶部。这可能会让用户感到沮丧或困惑。[详细了解刷新元标记](https://dequeuniversity.com/rules/axe/4.10/meta-refresh)。"
447
+ "message": "用户并不希望网页自动刷新,因为自动刷新会不断地将焦点移回到页面顶部。这可能会让用户感到沮丧或困惑。[详细了解刷新元标记](https://dequeuniversity.com/rules/axe/4.11/meta-refresh)。"
448
448
  },
449
449
  "core/audits/accessibility/meta-refresh.js | failureTitle": {
450
450
  "message": "文档使用了 `<meta http-equiv=\"refresh\">`"
@@ -453,7 +453,7 @@
453
453
  "message": "文档未使用 `<meta http-equiv=\"refresh\">`"
454
454
  },
455
455
  "core/audits/accessibility/meta-viewport.js | description": {
456
- "message": "对于必须依靠放大屏幕才能清晰看到网页内容的低视力用户而言,停用缩放功能会给他们带来问题。[详细了解视口元标记](https://dequeuniversity.com/rules/axe/4.10/meta-viewport)。"
456
+ "message": "对于必须依靠放大屏幕才能清晰看到网页内容的低视力用户而言,停用缩放功能会给他们带来问题。[详细了解视口元标记](https://dequeuniversity.com/rules/axe/4.11/meta-viewport)。"
457
457
  },
458
458
  "core/audits/accessibility/meta-viewport.js | failureTitle": {
459
459
  "message": "`<meta name=\"viewport\">` 元素中使用了 `[user-scalable=\"no\"]`,或者 `[maximum-scale]` 属性小于 5。"
@@ -462,7 +462,7 @@
462
462
  "message": "`[user-scalable=\"no\"]` 未用在 `<meta name=\"viewport\">` 元素中,并且 `[maximum-scale]` 属性不小于 5。"
463
463
  },
464
464
  "core/audits/accessibility/object-alt.js | description": {
465
- "message": "屏幕阅读器无法转换非文字内容。通过向 `<object>` 元素添加替代文字,可帮助屏幕阅读器将含义传达给用户。[详细了解 `object` 元素的替代文字](https://dequeuniversity.com/rules/axe/4.10/object-alt)。"
465
+ "message": "屏幕阅读器无法转换非文字内容。通过向 `<object>` 元素添加替代文字,可帮助屏幕阅读器将含义传达给用户。[详细了解 `object` 元素的替代文字](https://dequeuniversity.com/rules/axe/4.11/object-alt)。"
466
466
  },
467
467
  "core/audits/accessibility/object-alt.js | failureTitle": {
468
468
  "message": "`<object>` 元素无对应的替代文字"
@@ -471,7 +471,7 @@
471
471
  "message": "`<object>` 元素有对应的替代文字"
472
472
  },
473
473
  "core/audits/accessibility/select-name.js | description": {
474
- "message": "如果表单元素缺少有效标签,可能会给屏幕阅读器用户带来糟糕的体验。[详细了解 `select` 元素](https://dequeuniversity.com/rules/axe/4.10/select-name)。"
474
+ "message": "如果表单元素缺少有效标签,可能会给屏幕阅读器用户带来糟糕的体验。[详细了解 `select` 元素](https://dequeuniversity.com/rules/axe/4.11/select-name)。"
475
475
  },
476
476
  "core/audits/accessibility/select-name.js | failureTitle": {
477
477
  "message": "select 元素缺少关联的标签元素。"
@@ -480,7 +480,7 @@
480
480
  "message": "select 元素具有关联的标签元素。"
481
481
  },
482
482
  "core/audits/accessibility/skip-link.js | description": {
483
- "message": "添加跳转链接可帮助用户跳至主要内容以节省时间。[详细了解跳转链接](https://dequeuniversity.com/rules/axe/4.10/skip-link)。"
483
+ "message": "添加跳转链接可帮助用户跳至主要内容以节省时间。[详细了解跳转链接](https://dequeuniversity.com/rules/axe/4.11/skip-link)。"
484
484
  },
485
485
  "core/audits/accessibility/skip-link.js | failureTitle": {
486
486
  "message": "跳转链接无法聚焦。"
@@ -489,7 +489,7 @@
489
489
  "message": "跳转链接可聚焦。"
490
490
  },
491
491
  "core/audits/accessibility/tabindex.js | description": {
492
- "message": "值大于 0 意味着明确的导航顺序。尽管这在技术上可行,但往往会让依赖辅助技术的用户感到沮丧。[详细了解 `tabindex` 属性](https://dequeuniversity.com/rules/axe/4.10/tabindex)。"
492
+ "message": "值大于 0 意味着明确的导航顺序。尽管这在技术上可行,但往往会让依赖辅助技术的用户感到沮丧。[详细了解 `tabindex` 属性](https://dequeuniversity.com/rules/axe/4.11/tabindex)。"
493
493
  },
494
494
  "core/audits/accessibility/tabindex.js | failureTitle": {
495
495
  "message": "一些元素的 `[tabindex]` 值大于 0"
@@ -498,7 +498,7 @@
498
498
  "message": "所有元素的 `[tabindex]` 值都不大于 0"
499
499
  },
500
500
  "core/audits/accessibility/table-duplicate-name.js | description": {
501
- "message": "summary 属性应描述表格结构,而 `<caption>` 应含有屏幕上显示的标题。准确的表格标记对屏幕阅读器用户有帮助。[详细了解 summary 和 caption](https://dequeuniversity.com/rules/axe/4.10/table-duplicate-name)。"
501
+ "message": "summary 属性应描述表格结构,而 `<caption>` 应含有屏幕上显示的标题。准确的表格标记对屏幕阅读器用户有帮助。[详细了解 summary 和 caption](https://dequeuniversity.com/rules/axe/4.11/table-duplicate-name)。"
502
502
  },
503
503
  "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
504
504
  "message": "表格的 summary 属性和 `<caption>.` 具有相同的内容"
@@ -507,7 +507,7 @@
507
507
  "message": "相关表格的 summary 属性和 `<caption>` 具有不同的内容。"
508
508
  },
509
509
  "core/audits/accessibility/table-fake-caption.js | description": {
510
- "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请务必确保表格实际使用了 <caption> 元素(而非带有 `[colspan]` 属性的单元格),这可以提升屏幕阅读器用户的体验。[详细了解表格标题](https://dequeuniversity.com/rules/axe/4.10/table-fake-caption)。"
510
+ "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请务必确保表格实际使用了 <caption> 元素(而非带有 `[colspan]` 属性的单元格),这可以提升屏幕阅读器用户的体验。[详细了解表格标题](https://dequeuniversity.com/rules/axe/4.11/table-fake-caption)。"
511
511
  },
512
512
  "core/audits/accessibility/table-fake-caption.js | failureTitle": {
513
513
  "message": "表格未使用 `<caption>`(而是使用了带有 `[colspan]` 属性的单元格)来表示表格标题。"
@@ -516,7 +516,7 @@
516
516
  "message": "表格使用了 `<caption>`(而非带有 `[colspan]` 属性的单元格)来表示表格标题。"
517
517
  },
518
518
  "core/audits/accessibility/target-size.js | description": {
519
- "message": "如果触摸目标的尺寸和间距足够大,就能帮助难以精准触按小控件的用户激活相应目标。[详细了解触摸目标](https://dequeuniversity.com/rules/axe/4.10/target-size)。"
519
+ "message": "如果触摸目标的尺寸和间距足够大,就能帮助难以精准触按小控件的用户激活相应目标。[详细了解触摸目标](https://dequeuniversity.com/rules/axe/4.11/target-size)。"
520
520
  },
521
521
  "core/audits/accessibility/target-size.js | failureTitle": {
522
522
  "message": "触摸目标的尺寸或间距不足。"
@@ -525,7 +525,7 @@
525
525
  "message": "触摸目标的尺寸和间距足够大。"
526
526
  },
527
527
  "core/audits/accessibility/td-has-header.js | description": {
528
- "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请务必确保大型表格(宽度和高度至少为 3 个单元格)中的 `<td>` 元素具有关联的表格标头,这可以提升屏幕阅读器用户的体验。[详细了解表格标头](https://dequeuniversity.com/rules/axe/4.10/td-has-header)。"
528
+ "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请务必确保大型表格(宽度和高度至少为 3 个单元格)中的 `<td>` 元素具有关联的表格标头,这可以提升屏幕阅读器用户的体验。[详细了解表格标头](https://dequeuniversity.com/rules/axe/4.11/td-has-header)。"
529
529
  },
530
530
  "core/audits/accessibility/td-has-header.js | failureTitle": {
531
531
  "message": "大型 `<table>` 中的 `<td>` 元素没有表格标头。"
@@ -534,7 +534,7 @@
534
534
  "message": "大型 `<table>` 中的 `<td>` 元素具有一个或多个表格标头。"
535
535
  },
536
536
  "core/audits/accessibility/td-headers-attr.js | description": {
537
- "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请确保那些使用 `[headers]` 属性的 `<td>` 单元格仅引用同一个表格中的其他单元格,这样做可提升屏幕阅读器用户的体验。[详细了解 `headers` 属性](https://dequeuniversity.com/rules/axe/4.10/td-headers-attr)。"
537
+ "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请确保那些使用 `[headers]` 属性的 `<td>` 单元格仅引用同一个表格中的其他单元格,这样做可提升屏幕阅读器用户的体验。[详细了解 `headers` 属性](https://dequeuniversity.com/rules/axe/4.11/td-headers-attr)。"
538
538
  },
539
539
  "core/audits/accessibility/td-headers-attr.js | failureTitle": {
540
540
  "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用了在同一表格中找不到的元素 `id`。"
@@ -543,7 +543,7 @@
543
543
  "message": "`<table>` 元素中使用 `[headers]` 属性的单元格引用的是同一表格中的单元格。"
544
544
  },
545
545
  "core/audits/accessibility/th-has-data-cells.js | description": {
546
- "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。确保表格标头始终引用特定一组单元格可以提升屏幕阅读器用户的体验。[详细了解表格标头](https://dequeuniversity.com/rules/axe/4.10/th-has-data-cells)。"
546
+ "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。确保表格标头始终引用特定一组单元格可以提升屏幕阅读器用户的体验。[详细了解表格标头](https://dequeuniversity.com/rules/axe/4.11/th-has-data-cells)。"
547
547
  },
548
548
  "core/audits/accessibility/th-has-data-cells.js | failureTitle": {
549
549
  "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素缺少它们所描述的数据单元格。"
@@ -552,7 +552,7 @@
552
552
  "message": "`<th>` 元素和 `[role=\"columnheader\"/\"rowheader\"]` 的元素具备它们所描述的数据单元格。"
553
553
  },
554
554
  "core/audits/accessibility/valid-lang.js | description": {
555
- "message": "为元素指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于确保屏幕阅读器正确读出文字。[了解如何使用 `lang` 属性](https://dequeuniversity.com/rules/axe/4.10/valid-lang)。"
555
+ "message": "为元素指定有效的 [BCP 47 语言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)有助于确保屏幕阅读器正确读出文字。[了解如何使用 `lang` 属性](https://dequeuniversity.com/rules/axe/4.11/valid-lang)。"
556
556
  },
557
557
  "core/audits/accessibility/valid-lang.js | failureTitle": {
558
558
  "message": "`[lang]` 属性缺少有效值"
@@ -561,7 +561,7 @@
561
561
  "message": "`[lang]` 属性的值有效"
562
562
  },
563
563
  "core/audits/accessibility/video-caption.js | description": {
564
- "message": "如果视频提供了字幕,失聪用户和听障用户便能更轻松地获取此视频中的信息。[详细了解视频字幕](https://dequeuniversity.com/rules/axe/4.10/video-caption)。"
564
+ "message": "如果视频提供了字幕,失聪用户和听障用户便能更轻松地获取此视频中的信息。[详细了解视频字幕](https://dequeuniversity.com/rules/axe/4.11/video-caption)。"
565
565
  },
566
566
  "core/audits/accessibility/video-caption.js | failureTitle": {
567
567
  "message": "`<video>` 元素缺少带 `[kind=\"captions\"]` 的 `<track>` 元素。"
@@ -929,6 +929,27 @@
929
929
  "core/audits/is-on-https.js | warning": {
930
930
  "message": "允许(附带警告)"
931
931
  },
932
+ "core/audits/layout-shifts.js | columnScore": {
933
+ "message": "布局偏移分数"
934
+ },
935
+ "core/audits/layout-shifts.js | description": {
936
+ "message": "这些是在网页上观察到的最大幅的布局偏移。表格中的每个项均表示一次布局偏移,并显示了发生最大幅偏移的元素。每个项的下方列出了哪些可能的根本原因导致了相应的布局偏移。由于[窗口化](https://web.dev/articles/cls#what_is_cls)的原因,所显示的某些布局偏移可能未包含在 CLS 指标值中。[了解如何改善 CLS](https://web.dev/articles/optimize-cls)"
937
+ },
938
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
939
+ "message": "{shiftCount,plural, =1{发现了 1 次布局偏移}other{发现了 # 次布局偏移}}"
940
+ },
941
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
942
+ "message": "加载了网络字体"
943
+ },
944
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
945
+ "message": "注入的 iframe"
946
+ },
947
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
948
+ "message": "媒体元素缺少明确的大小"
949
+ },
950
+ "core/audits/layout-shifts.js | title": {
951
+ "message": "请避免出现大幅度的布局偏移"
952
+ },
932
953
  "core/audits/long-tasks.js | description": {
933
954
  "message": "列出了主线程中运行时间最长的任务,有助于识别出导致输入延迟的最主要原因。[了解如何避免出现长时间运行的主线程任务](https://web.dev/articles/optimize-long-tasks)"
934
955
  },
@@ -986,6 +1007,36 @@
986
1007
  "core/audits/network-server-latency.js | title": {
987
1008
  "message": "服务器后端延迟"
988
1009
  },
1010
+ "core/audits/non-composited-animations.js | description": {
1011
+ "message": "未合成的动画可能会卡顿并增加 CLS。[了解如何避免使用未合成的动画](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
1012
+ },
1013
+ "core/audits/non-composited-animations.js | displayValue": {
1014
+ "message": "{itemCount,plural, =1{发现了 # 个动画元素}other{发现了 # 个动画元素}}"
1015
+ },
1016
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
1017
+ "message": "某个过滤相关属性可能会移动像素"
1018
+ },
1019
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
1020
+ "message": "目标中另有一个不兼容的动画"
1021
+ },
1022
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
1023
+ "message": "效果中含有除了“replace”以外的合成模式"
1024
+ },
1025
+ "core/audits/non-composited-animations.js | title": {
1026
+ "message": "避免使用未合成的动画"
1027
+ },
1028
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
1029
+ "message": "某个转换相关属性取决于元素边界框的大小"
1030
+ },
1031
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
1032
+ "message": "{propertyCount,plural, =1{不受支持的 CSS 属性:{properties}}other{不受支持的 CSS 属性:{properties}}}"
1033
+ },
1034
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
1035
+ "message": "{propertyCount,plural, =1{无法在合成器上为自定义 CSS 属性添加动画效果:{properties}}other{无法在合成器上为自定义 CSS 属性添加动画效果:{properties}}}"
1036
+ },
1037
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1038
+ "message": "效果含有不受支持的时间参数"
1039
+ },
989
1040
  "core/audits/origin-isolation.js | columnDirective": {
990
1041
  "message": "指令"
991
1042
  },
@@ -1013,6 +1064,12 @@
1013
1064
  "core/audits/redirects-http.js | title": {
1014
1065
  "message": "将 HTTP 流量重定向到 HTTPS"
1015
1066
  },
1067
+ "core/audits/redirects.js | description": {
1068
+ "message": "重定向会在网页可加载前引入更多延迟。[了解如何避免网页重定向](https://developer.chrome.com/docs/lighthouse/performance/redirects/)。"
1069
+ },
1070
+ "core/audits/redirects.js | title": {
1071
+ "message": "避免多次网页重定向"
1072
+ },
1016
1073
  "core/audits/seo/canonical.js | description": {
1017
1074
  "message": "规范链接用于建议应在搜索结果中显示哪个网址。[详细了解规范链接](https://developer.chrome.com/docs/lighthouse/seo/canonical/)。"
1018
1075
  },
@@ -1095,7 +1152,7 @@
1095
1152
  "message": "链接有描述性文字"
1096
1153
  },
1097
1154
  "core/audits/seo/manual/structured-data.js | description": {
1098
- "message": "运行[结构化数据测试工具](https://search.google.com/structured-data/testing-tool/)和 [Structured Data Linter](http://linter.structured-data.org/) 可验证结构化数据。[详细了解结构化数据](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
1155
+ "message": "运行[结构化数据测试工具](https://developers.google.com/search/docs/appearance/structured-data/)可验证结构化数据。[详细了解结构化数据](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
1099
1156
  },
1100
1157
  "core/audits/seo/manual/structured-data.js | title": {
1101
1158
  "message": "结构化数据有效"
@@ -1130,6 +1187,18 @@
1130
1187
  "core/audits/seo/robots-txt.js | title": {
1131
1188
  "message": "robots.txt 有效"
1132
1189
  },
1190
+ "core/audits/server-response-time.js | description": {
1191
+ "message": "请确保服务器响应主文档的用时较短,因为这会影响到所有其他请求的响应时长。[详细了解 Time to First Byte 指标](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
1192
+ },
1193
+ "core/audits/server-response-time.js | displayValue": {
1194
+ "message": "根文档花费了 {timeInMs, number, milliseconds} 毫秒"
1195
+ },
1196
+ "core/audits/server-response-time.js | failureTitle": {
1197
+ "message": "请缩短初始服务器响应用时"
1198
+ },
1199
+ "core/audits/server-response-time.js | title": {
1200
+ "message": "初始服务器响应用时较短"
1201
+ },
1133
1202
  "core/audits/third-party-cookies.js | description": {
1134
1203
  "message": "在某些情况下,第三方 Cookie 可能会被屏蔽。[详细了解如何为第三方 Cookie 限制做好准备](https://privacysandbox.google.com/cookies/prepare/overview)。"
1135
1204
  },
@@ -1154,6 +1223,15 @@
1154
1223
  "core/audits/trusted-types-xss.js | title": {
1155
1224
  "message": "使用 Trusted Types 缓解基于 DOM 的 XSS 攻击"
1156
1225
  },
1226
+ "core/audits/unsized-images.js | description": {
1227
+ "message": "请为图片元素设置明确的宽度值和高度值,以减少布局偏移并改善 CLS。[了解如何设置图片尺寸](https://web.dev/articles/optimize-cls#images_without_dimensions)"
1228
+ },
1229
+ "core/audits/unsized-images.js | failureTitle": {
1230
+ "message": "图片元素没有明确的`width`和`height`"
1231
+ },
1232
+ "core/audits/unsized-images.js | title": {
1233
+ "message": "图片元素都有明确的`width`和`height`"
1234
+ },
1157
1235
  "core/audits/user-timings.js | columnType": {
1158
1236
  "message": "类型"
1159
1237
  },
@@ -2808,43 +2886,43 @@
2808
2886
  "message": "文本资源应以压缩形式(gzip、deflate 或 brotli)提供,以最大限度地减少网络活动消耗的字节总数。建议使用原生支持此功能的 CDN,或配置网络服务器来执行此操作。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。"
2809
2887
  },
2810
2888
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
2811
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Optimize Fonts`”设置,即可自动利用 `font-display` CSS 功能来确保用户在网页字体加载期间能看到文字。"
2889
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Optimize Fonts`”设置,即可自动利用 `font-display` CSS 功能来确保用户在网页字体加载期间能看到文字。"
2812
2890
  },
2813
2891
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
2814
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
2892
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
2815
2893
  },
2816
2894
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
2817
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Lazy Load Images`”设置,即可将屏幕外图片的加载时间延迟到需要它们时。"
2895
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Lazy Load Images`”设置,即可将屏幕外图片的加载时间延迟到需要它们时。"
2818
2896
  },
2819
2897
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
2820
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Critical CSS`”和“`Script Delay`”设置,即可延迟加载非关键 JS/CSS。"
2898
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Script Delay`”设置,即可延迟加载非关键 JS。"
2821
2899
  },
2822
2900
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
2823
- "message": "您只需使用 [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching),即可将内容缓存到我们的全球网络,从而缩短第一个字节呈现前的加载用时。"
2901
+ "message": "您只需使用 [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching),即可将内容缓存到我们的全球网络,从而缩短第一个字节呈现前的加载用时。"
2824
2902
  },
2825
2903
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
2826
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Minify CSS`”设置,即可自动压缩 CSS 以减少网络载荷量。"
2904
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Minify CSS`”设置,即可自动压缩 CSS 以减少网络载荷量。"
2827
2905
  },
2828
2906
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
2829
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Minify Javascript`”设置,即可自动压缩 JS 以减少网络载荷量。"
2907
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Minify Javascript`”设置,即可自动压缩 JS 以减少网络载荷量。"
2830
2908
  },
2831
2909
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
2832
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Remove Unused CSS`”设置,即可助力解决此问题。此设置会识别您网站的每个网页上实际使用的 CSS 类并移除其他所有类,以确保文件始终不大。"
2910
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Remove Unused CSS`”设置,即可助力解决此问题。此设置会识别您网站的每个网页上实际使用的 CSS 类并移除其他所有类,以确保文件始终不大。"
2833
2911
  },
2834
2912
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
2835
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Efficient Static Cache Policy`”设置,即可在缓存标头中为静态资源设定建议值。"
2913
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Efficient Static Cache Policy`”设置,即可在缓存标头中为静态资源设定建议值。"
2836
2914
  },
2837
2915
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
2838
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
2916
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
2839
2917
  },
2840
2918
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
2841
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Pre-Connect Origins`”设置,即可自动添加 `preconnect` 资源提示以尽早连接到重要的第三方源。"
2919
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Pre-Connect Origins`”设置,即可自动添加 `preconnect` 资源提示以尽早连接到重要的第三方源。"
2842
2920
  },
2843
2921
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
2844
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Preload Fonts`”和“`Preload Background Images`”设置,即可添加 `preload` 链接来优先提取目前在网页加载过程中较晚请求加载的资源。"
2922
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Preload Fonts`”和“`Preload Background Images`”设置,即可添加 `preload` 链接来优先提取目前在网页加载过程中较晚请求加载的资源。"
2845
2923
  },
2846
2924
  "node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
2847
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Resize Images`”设置,即可调整图片大小以适合设备的大小,从而减少网络载荷量。"
2925
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Resize Images`”设置,即可调整图片大小以适合设备的大小,从而减少网络载荷量。"
2848
2926
  },
2849
2927
  "node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
2850
2928
  "message": "请使用 `gatsby-plugin-image` 组件(而非 `<img>`)自动优化图片格式。[了解详情](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)。"
@@ -2952,16 +3030,16 @@
2952
3030
  "message": "您可以通过[修改主题背景的布局](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)来添加 `<link rel=preload>` 标记。"
2953
3031
  },
2954
3032
  "node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
2955
- "message": "请使用 `next/image` 组件(而非 `<img>`)自动优化图片格式。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
3033
+ "message": "请使用 `next/image` 组件(而非 `<img>`)自动优化图片格式。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
2956
3034
  },
2957
3035
  "node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
2958
- "message": "请使用 `next/image` 组件(而非 `<img>`)自动延迟加载图片。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
3036
+ "message": "请使用 `next/image` 组件(而非 `<img>`)自动延迟加载图片。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
2959
3037
  },
2960
3038
  "node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
2961
3039
  "message": "您只需使用 `next/image` 组件并将“priority”设为 true,即可预加载 LCP 图片。[了解详情](https://nextjs.org/docs/api-reference/next/image#priority)。"
2962
3040
  },
2963
3041
  "node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
2964
- "message": "请使用 `next/script` 组件推迟加载非关键第三方脚本。[了解详情](https://nextjs.org/docs/basic-features/script)。"
3042
+ "message": "请使用 `next/script` 组件推迟加载非关键第三方脚本。[了解详情](https://nextjs.org/docs/app/guides/scripts)。"
2965
3043
  },
2966
3044
  "node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
2967
3045
  "message": "请使用 `next/image` 组件,以确保始终指定恰当的图片尺寸。[了解详情](https://nextjs.org/docs/api-reference/next/image#width)。"
@@ -2973,13 +3051,13 @@
2973
3051
  "message": "请使用 `Webpack Bundle Analyzer` 检测未使用的 JavaScript 代码。[了解详情](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
2974
3052
  },
2975
3053
  "node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
2976
- "message": "建议您使用 `Next.js Analytics` 衡量应用的实际性能。[了解详情](https://nextjs.org/docs/advanced-features/measuring-performance)。"
3054
+ "message": "建议您使用 `Next.js Analytics` 衡量应用的实际性能。[了解详情](https://nextjs.org/docs/pages/guides/analytics)。"
2977
3055
  },
2978
3056
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
2979
- "message": "请为不可变资源和`Server-side Rendered` (SSR) 网页配置缓存。[了解详情](https://nextjs.org/docs/going-to-production#caching)。"
3057
+ "message": "请为不可变资源和`Server-side Rendered` (SSR) 网页配置缓存。[了解详情](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)。"
2980
3058
  },
2981
3059
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
2982
- "message": "请使用 `next/image` 组件(而非 `<img>`)调整图片质量。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
3060
+ "message": "请使用 `next/image` 组件(而非 `<img>`)调整图片质量。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
2983
3061
  },
2984
3062
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
2985
3063
  "message": "请使用 `next/image` 组件设置适当的 `sizes`。[了解详情](https://nextjs.org/docs/api-reference/next/image#sizes)。"
@@ -3099,7 +3177,7 @@
3099
3177
  "message": "如果您的构建系统可自动压缩 JS 文件大小,请确保您部署的是正式版应用。您可以通过 React Developer Tools 扩展程序执行此项检查。[了解详情](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)。"
3100
3178
  },
3101
3179
  "node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
3102
- "message": "如果您不使用服务器端呈现,请使用 `React.lazy()` [拆分 JavaScript 软件包](https://web.dev/code-splitting-suspense/)。否则,请使用第三方库(如 [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/))拆分代码。"
3180
+ "message": "如果您不使用服务器端呈现,请使用 `React.lazy()` [拆分 JavaScript 软件包](https://web.dev/code-splitting-suspense/)。否则,请使用第三方库(如 [loadable-components](https://loadable-components.com/))拆分代码。"
3103
3181
  },
3104
3182
  "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
3105
3183
  "message": "使用 React DevTools Profiler,从而利用 Profiler API 来衡量组件的呈现性能。[了解详情](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)。"
@@ -3350,6 +3428,12 @@
3350
3428
  "report/renderer/report-utils.js | unattributable": {
3351
3429
  "message": "无法归因"
3352
3430
  },
3431
+ "report/renderer/report-utils.js | unscoredLabel": {
3432
+ "message": "不计分"
3433
+ },
3434
+ "report/renderer/report-utils.js | unscoredTitle": {
3435
+ "message": "此审核不会影响总体类别得分。"
3436
+ },
3353
3437
  "report/renderer/report-utils.js | varianceDisclaimer": {
3354
3438
  "message": "这些都是估算值,且可能会因时而异。系统会直接基于这些指标来[计算性能得分](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)。"
3355
3439
  },