lighthouse 11.0.0-dev.20230906 → 11.1.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 (47) hide show
  1. package/package.json +1 -1
  2. package/shared/localization/locales/ar-XB.json +36 -36
  3. package/shared/localization/locales/ar.json +36 -36
  4. package/shared/localization/locales/bg.json +36 -36
  5. package/shared/localization/locales/ca.json +36 -36
  6. package/shared/localization/locales/cs.json +36 -36
  7. package/shared/localization/locales/da.json +36 -36
  8. package/shared/localization/locales/de.json +36 -36
  9. package/shared/localization/locales/el.json +36 -36
  10. package/shared/localization/locales/en-GB.json +7 -7
  11. package/shared/localization/locales/en-XA.json +36 -36
  12. package/shared/localization/locales/es-419.json +36 -36
  13. package/shared/localization/locales/es.json +36 -36
  14. package/shared/localization/locales/fi.json +36 -36
  15. package/shared/localization/locales/fil.json +36 -36
  16. package/shared/localization/locales/fr.json +36 -36
  17. package/shared/localization/locales/he.json +36 -36
  18. package/shared/localization/locales/hi.json +36 -36
  19. package/shared/localization/locales/hr.json +36 -36
  20. package/shared/localization/locales/hu.json +36 -36
  21. package/shared/localization/locales/id.json +36 -36
  22. package/shared/localization/locales/it.json +36 -36
  23. package/shared/localization/locales/ja.json +36 -36
  24. package/shared/localization/locales/ko.json +36 -36
  25. package/shared/localization/locales/lt.json +36 -36
  26. package/shared/localization/locales/lv.json +36 -36
  27. package/shared/localization/locales/nl.json +36 -36
  28. package/shared/localization/locales/no.json +36 -36
  29. package/shared/localization/locales/pl.json +36 -36
  30. package/shared/localization/locales/pt-PT.json +36 -36
  31. package/shared/localization/locales/pt.json +36 -36
  32. package/shared/localization/locales/ro.json +36 -36
  33. package/shared/localization/locales/ru.json +36 -36
  34. package/shared/localization/locales/sk.json +36 -36
  35. package/shared/localization/locales/sl.json +36 -36
  36. package/shared/localization/locales/sr-Latn.json +36 -36
  37. package/shared/localization/locales/sr.json +36 -36
  38. package/shared/localization/locales/sv.json +36 -36
  39. package/shared/localization/locales/ta.json +36 -36
  40. package/shared/localization/locales/te.json +36 -36
  41. package/shared/localization/locales/th.json +36 -36
  42. package/shared/localization/locales/tr.json +36 -36
  43. package/shared/localization/locales/uk.json +36 -36
  44. package/shared/localization/locales/vi.json +36 -36
  45. package/shared/localization/locales/zh-HK.json +36 -36
  46. package/shared/localization/locales/zh-TW.json +36 -36
  47. package/shared/localization/locales/zh.json +36 -36
@@ -18,13 +18,13 @@
18
18
  "message": "`[aria-*]` 属性与其角色匹配"
19
19
  },
20
20
  "core/audits/accessibility/aria-allowed-role.js | description": {
21
- "message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
21
+ "message": "ARIA `role` 让辅助技术能够了解网页上每个元素的角色。如果 `role` 值拼写有误、不是现有的 ARIA `role` 值或是抽象角色,系统便不会将相应元素的用途传达给使用辅助技术的用户。[详细了解 ARIA 角色](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)"
22
22
  },
23
23
  "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
- "message": "Values assigned to `role=\"\"` are not valid ARIA roles."
24
+ "message": " `role=\"\"` 分配的值不是有效的 ARIA 角色。"
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": " `role=\"\"` 分配的值是有效的 ARIA 角色。"
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "如果某个元素没有无障碍名称,屏幕阅读器会将它读为通用名称,这会导致依赖屏幕阅读器的用户无法使用它。[了解如何让命令元素更便于使用](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)。"
@@ -336,13 +336,13 @@
336
336
  "message": "图片元素具备 `[alt]` 属性"
337
337
  },
338
338
  "core/audits/accessibility/image-redundant-alt.js | description": {
339
- "message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
339
+ "message": "说明性元素应力求使用简短的描述性替代文本。如果替代文本与链接或图片旁边的文本完全相同,可能会让屏幕阅读器用户感到困惑,因为他们会听到两次同样的内容。[详细了解 `alt` 属性](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)"
340
340
  },
341
341
  "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
342
- "message": "Image elements have `[alt]` attributes that are redundant text."
342
+ "message": "图片元素具有属于多余文本的 `[alt]` 属性。"
343
343
  },
344
344
  "core/audits/accessibility/image-redundant-alt.js | title": {
345
- "message": "Image elements do not have `[alt]` attributes that are redundant text."
345
+ "message": "图片元素没有属于多余文本的 `[alt]` 属性。"
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "向输入按钮添加可识别的无障碍文本可帮助屏幕阅读器用户了解输入按钮的用途。[详细了解输入按钮](https://dequeuniversity.com/rules/axe/4.7/input-button-name)。"
@@ -363,13 +363,13 @@
363
363
  "message": "`<input type=\"image\">` 元素有对应的 `[alt]` 文字"
364
364
  },
365
365
  "core/audits/accessibility/label-content-name-mismatch.js | description": {
366
- "message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
366
+ "message": "如果可见文本标签与无障碍名称不匹配,可能会让屏幕阅读器用户感到困惑。[详细了解无障碍名称](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)"
367
367
  },
368
368
  "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
369
- "message": "Elements with visible text labels do not have matching accessible names."
369
+ "message": "带有可见文本标签的元素没有匹配的无障碍名称。"
370
370
  },
371
371
  "core/audits/accessibility/label-content-name-mismatch.js | title": {
372
- "message": "Elements with visible text labels have matching accessible names."
372
+ "message": "带有可见文本标签的元素具有匹配的无障碍名称。"
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "标签可确保辅助技术(如屏幕阅读器)正确读出表单控件。[详细了解表单元素标签](https://dequeuniversity.com/rules/axe/4.7/label)。"
@@ -462,13 +462,13 @@
462
462
  "message": "select 元素具有关联的标签元素。"
463
463
  },
464
464
  "core/audits/accessibility/skip-link.js | description": {
465
- "message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
465
+ "message": "添加跳转链接可帮助用户跳至主要内容以节省时间。[详细了解跳转链接](https://dequeuniversity.com/rules/axe/4.7/skip-link)"
466
466
  },
467
467
  "core/audits/accessibility/skip-link.js | failureTitle": {
468
- "message": "Skip links are not focusable."
468
+ "message": "跳转链接无法聚焦。"
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "跳转链接可聚焦。"
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "值大于 0 意味着明确的导航顺序。尽管这在技术上可行,但往往会让依赖辅助技术的用户感到沮丧。[详细了解 `tabindex` 属性](https://dequeuniversity.com/rules/axe/4.7/tabindex)。"
@@ -480,13 +480,13 @@
480
480
  "message": "所有元素的 `[tabindex]` 值都不大于 0"
481
481
  },
482
482
  "core/audits/accessibility/table-duplicate-name.js | description": {
483
- "message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
483
+ "message": "summary 属性应描述表格结构,而 `<caption>` 应含有屏幕上显示的标题。准确的表格标记对屏幕阅读器用户有帮助。[详细了解 summary caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)"
484
484
  },
485
485
  "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
486
- "message": "Tables have the same content in the summary attribute and `<caption>.`"
486
+ "message": "表格的 summary 属性和 `<caption>.` 具有相同的内容"
487
487
  },
488
488
  "core/audits/accessibility/table-duplicate-name.js | title": {
489
- "message": "Tables have different content in the summary attribute and `<caption>`."
489
+ "message": "相关表格的 summary 属性和 `<caption>` 具有不同的内容。"
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "屏幕阅读器提供了更便于用户浏览表格内容的功能。请务必确保表格实际使用了 <caption> 元素(而非带有 `[colspan]` 属性的单元格),这可以提升屏幕阅读器用户的体验。[详细了解表格标题](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)。"
@@ -498,7 +498,7 @@
498
498
  "message": "表格使用了 `<caption>`(而非带有 `[colspan]` 属性的单元格)来表示表格标题。"
499
499
  },
500
500
  "core/audits/accessibility/target-size.js | description": {
501
- "message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.7/target-size)."
501
+ "message": "如果触摸目标的尺寸和间距足够大,就能帮助难以精准触按小控件的用户激活相应目标。[详细了解触摸目标](https://dequeuniversity.com/rules/axe/4.7/target-size)"
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "触摸目标的尺寸或间距不足。"
@@ -1083,7 +1083,7 @@
1083
1083
  "message": "prefer_related_applications 仅适用于 Android 设备上的 Chrome Beta 版和稳定版。"
1084
1084
  },
1085
1085
  "core/audits/installable-manifest.js | protocol-timeout": {
1086
- "message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
1086
+ "message": "Lighthouse 无法确定该页面是否可安装。请在较新版本的 Chrome 中重试。"
1087
1087
  },
1088
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1089
1089
  "message": "清单起始网址无效"
@@ -1704,7 +1704,7 @@
1704
1704
  "message": "最佳做法"
1705
1705
  },
1706
1706
  "core/config/default-config.js | a11yCategoryDescription": {
1707
- "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review/) is also encouraged."
1707
+ "message": "这些检查会突出显示可[改进您 Web 应用的无障碍功能](https://developer.chrome.com/docs/lighthouse/accessibility/)的提示。自动检测功能只能检测到一部分问题,无法保证您 Web 应用的无障碍程度,因此您不妨再[手动测试](https://web.dev/how-to-review/)一下。"
1708
1708
  },
1709
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1710
1710
  "message": "这些条目旨在检查自动化测试工具未涵盖的方面。如需了解详情,请参阅有关如何[执行无障碍功能审查](https://web.dev/how-to-review/)的指南。"
@@ -2850,7 +2850,7 @@
2850
2850
  "message": "安装可延迟加载图片的 [Drupal 模块](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)。此类模块能够推迟加载所有的屏幕外图片,进而提高性能。"
2851
2851
  },
2852
2852
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2853
- "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2853
+ "message": "不妨考虑使用模块来内嵌关键的 CSS JavaScript,并为非关键的 CSS JavaScript 使用 defer 属性。"
2854
2854
  },
2855
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2856
2856
  "message": "主题背景、模块和服务器规格都会影响服务器响应用时。建议您查找更优化的主题背景、仔细选择优化模块并/或升级您的服务器。您的托管服务器应该使用 PHP 运算码缓存、内存缓存(例如 Redis 或 Memcached)来缩短数据库查询时间,并优化应用逻辑以加快网页准备速度。"
@@ -2859,10 +2859,10 @@
2859
2859
  "message": "建议您使用[自适应图片样式](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)减小在您网页上加载的图片的大小。如果您使用 Views 在网页上显示多个内容项,请考虑实现分页,以限制给定网页上显示的内容项的数量。"
2860
2860
  },
2861
2861
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2862
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2862
+ "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 CSS 文件”。为获得更好的资源聚合支持,请确保您的 Drupal 网站至少在 Drupal 10.1 以上版本运行。"
2863
2863
  },
2864
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2865
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2865
+ "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 JavaScript 文件”。为获得更好的资源聚合支持,请确保您的 Drupal 网站至少在 Drupal 10.1 以上版本运行。"
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2868
2868
  "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.google.com/web/updates/2017/04/devtools-release-notes#coverage)测试。在 Drupal 网站中停用 CSS 聚合后,您可根据样式表网址找出导致问题的主题背景/模块。请留意列表中哪些主题背景/模块有大量样式表的代码覆盖率偏红。主题背景/模块应该只将网页中确实用到的样式表加入队列。"
@@ -3063,46 +3063,46 @@
3063
3063
  "message": "请在您的 Next.js 服务器上启用压缩功能。[了解详情](https://nextjs.org/docs/api-reference/next.config.js/compression)。"
3064
3064
  },
3065
3065
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3066
- "message": "Contact your account manager to enable [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Configuring it will prioritize and optimize your page rendering performance."
3066
+ "message": "如需启用 [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337),请与您的客户经理联系。配置该功能后,系统会将页面渲染性能设为优先事项,并优化此性能。"
3067
3067
  },
3068
3068
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3069
- "message": "Use the [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) option in NitroPack to set a desired value for the CSS font-display rule."
3069
+ "message": "使用 NitroPack 中的 [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) 选项为 CSS font-display 规则设置所需的值。"
3070
3070
  },
3071
3071
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3072
- "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3072
+ "message": "使用 [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) 可自动将图片转换为 WebP 格式。"
3073
3073
  },
3074
3074
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3075
- "message": "Defer offscreen images by enabling [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3075
+ "message": "启用 [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images) 可推迟加载屏幕外图片。"
3076
3076
  },
3077
3077
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3078
- "message": "Enable [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack for faster initial load times."
3078
+ "message": " NitroPack 中启用 [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) 可缩短初始加载时间。"
3079
3079
  },
3080
3080
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3081
- "message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3081
+ "message": "启用 [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361) 可缩短服务器响应用时,并提升用户感知到的性能。"
3082
3082
  },
3083
3083
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
3084
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your CSS, HTML, and JavaScript files for faster load times."
3084
+ "message": "在缓存设置中启用 [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) 可缩减 CSSHTML JavaScript 文件的大小,从而缩短加载时间。"
3085
3085
  },
3086
3086
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3087
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your JS, HTML, and CSS files for faster load times."
3087
+ "message": "在缓存设置中启用 [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) 可缩减 JSHTML CSS 文件的大小,从而缩短加载时间。"
3088
3088
  },
3089
3089
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3090
- "message": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page."
3090
+ "message": "启用 [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) 可移除对该页面不适用的 CSS 规则。"
3091
3091
  },
3092
3092
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3093
- "message": "Configure [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack to delay loading of scripts until they are needed."
3093
+ "message": " NitroPack 中配置 [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) 可延迟脚本的加载时间,到有需要时再加载。"
3094
3094
  },
3095
3095
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3096
- "message": "Go to the [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) feature in the `Caching` menu and adjust your page cache expiration time to improve loading times and user experience."
3096
+ "message": "前往 `Caching` 菜单中的 [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) 功能,调整页面缓存失效时间,即可缩短加载时间并改善用户体验。"
3097
3097
  },
3098
3098
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3099
- "message": "Automatically compress, optimize, and convert your images into WebP by enabling the [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) setting."
3099
+ "message": "启用 [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) 设置后,系统会自动压缩、优化图片并将其转换为 WebP 格式。"
3100
3100
  },
3101
3101
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3102
- "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3102
+ "message": "启用 [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) 可提前优化图片,使其与在所有设备上显示时所用容器的尺寸相匹配。"
3103
3103
  },
3104
3104
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3105
- "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3105
+ "message": " NitroPack 中使用 [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) 可缩减向浏览器发送的文件的大小。"
3106
3106
  },
3107
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3108
3108
  "message": "请使用 `nuxt/image` 组件并采用如下设置:`format=\"webp\"`。[了解详情](https://image.nuxtjs.org/components/nuxt-img#format)。"
@@ -3306,7 +3306,7 @@
3306
3306
  "message": "另存为 JSON"
3307
3307
  },
3308
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3309
- "message": "View Unthrottled Trace"
3309
+ "message": "查看原始跟踪记录"
3310
3310
  },
3311
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3312
3312
  "message": "在查看器中打开"