lighthouse 11.0.0 → 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 (210) hide show
  1. package/cli/bin.js +1 -1
  2. package/cli/cli-flags.js +1 -1
  3. package/cli/test/smokehouse/core-tests.js +3 -1
  4. package/cli/test/smokehouse/frontends/smokehouse-bin.js +1 -1
  5. package/cli/test/smokehouse/lighthouse-runners/bundle.js +1 -1
  6. package/cli/test/smokehouse/lighthouse-runners/cli.js +1 -1
  7. package/cli/test/smokehouse/lighthouse-runners/devtools.js +1 -1
  8. package/core/audits/accessibility/accesskeys.js +1 -1
  9. package/core/audits/accessibility/aria-allowed-attr.js +1 -1
  10. package/core/audits/accessibility/aria-allowed-role.js +1 -1
  11. package/core/audits/accessibility/aria-command-name.js +1 -1
  12. package/core/audits/accessibility/aria-dialog-name.js +1 -1
  13. package/core/audits/accessibility/aria-hidden-body.js +1 -1
  14. package/core/audits/accessibility/aria-hidden-focus.js +1 -1
  15. package/core/audits/accessibility/aria-input-field-name.js +1 -1
  16. package/core/audits/accessibility/aria-meter-name.js +1 -1
  17. package/core/audits/accessibility/aria-progressbar-name.js +1 -1
  18. package/core/audits/accessibility/aria-required-attr.js +1 -1
  19. package/core/audits/accessibility/aria-required-children.js +1 -1
  20. package/core/audits/accessibility/aria-required-parent.js +1 -1
  21. package/core/audits/accessibility/aria-roles.js +1 -1
  22. package/core/audits/accessibility/aria-text.js +1 -1
  23. package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
  24. package/core/audits/accessibility/aria-tooltip-name.js +1 -1
  25. package/core/audits/accessibility/aria-treeitem-name.js +1 -1
  26. package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
  27. package/core/audits/accessibility/aria-valid-attr.js +1 -1
  28. package/core/audits/accessibility/button-name.js +1 -1
  29. package/core/audits/accessibility/bypass.js +1 -1
  30. package/core/audits/accessibility/color-contrast.js +1 -1
  31. package/core/audits/accessibility/definition-list.js +1 -1
  32. package/core/audits/accessibility/dlitem.js +1 -1
  33. package/core/audits/accessibility/document-title.js +1 -1
  34. package/core/audits/accessibility/duplicate-id-active.js +1 -1
  35. package/core/audits/accessibility/duplicate-id-aria.js +2 -1
  36. package/core/audits/accessibility/empty-heading.js +1 -1
  37. package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
  38. package/core/audits/accessibility/frame-title.js +1 -1
  39. package/core/audits/accessibility/heading-order.js +1 -1
  40. package/core/audits/accessibility/html-has-lang.js +1 -1
  41. package/core/audits/accessibility/html-lang-valid.js +1 -1
  42. package/core/audits/accessibility/html-xml-lang-mismatch.js +1 -1
  43. package/core/audits/accessibility/identical-links-same-purpose.js +1 -1
  44. package/core/audits/accessibility/image-alt.js +1 -1
  45. package/core/audits/accessibility/image-redundant-alt.js +1 -1
  46. package/core/audits/accessibility/input-button-name.js +1 -1
  47. package/core/audits/accessibility/input-image-alt.js +1 -1
  48. package/core/audits/accessibility/label-content-name-mismatch.js +1 -1
  49. package/core/audits/accessibility/label.js +1 -1
  50. package/core/audits/accessibility/landmark-one-main.js +1 -1
  51. package/core/audits/accessibility/link-in-text-block.js +1 -1
  52. package/core/audits/accessibility/link-name.js +1 -1
  53. package/core/audits/accessibility/list.js +1 -1
  54. package/core/audits/accessibility/listitem.js +1 -1
  55. package/core/audits/accessibility/meta-refresh.js +1 -1
  56. package/core/audits/accessibility/meta-viewport.js +1 -1
  57. package/core/audits/accessibility/object-alt.js +1 -1
  58. package/core/audits/accessibility/select-name.js +1 -1
  59. package/core/audits/accessibility/skip-link.js +1 -1
  60. package/core/audits/accessibility/tabindex.js +1 -1
  61. package/core/audits/accessibility/table-duplicate-name.js +1 -1
  62. package/core/audits/accessibility/table-fake-caption.js +1 -1
  63. package/core/audits/accessibility/target-size.js +1 -1
  64. package/core/audits/accessibility/td-has-header.js +1 -1
  65. package/core/audits/accessibility/td-headers-attr.js +1 -1
  66. package/core/audits/accessibility/th-has-data-cells.js +1 -1
  67. package/core/audits/accessibility/valid-lang.js +1 -1
  68. package/core/audits/accessibility/video-caption.js +1 -1
  69. package/core/audits/bf-cache.js +1 -0
  70. package/core/audits/bootup-time.d.ts +6 -0
  71. package/core/audits/bootup-time.js +37 -1
  72. package/core/audits/byte-efficiency/duplicated-javascript.js +1 -0
  73. package/core/audits/byte-efficiency/efficient-animated-content.js +1 -0
  74. package/core/audits/byte-efficiency/legacy-javascript.js +2 -1
  75. package/core/audits/byte-efficiency/modern-image-formats.js +1 -0
  76. package/core/audits/byte-efficiency/offscreen-images.js +1 -0
  77. package/core/audits/byte-efficiency/render-blocking-resources.js +1 -0
  78. package/core/audits/byte-efficiency/total-byte-weight.js +1 -0
  79. package/core/audits/byte-efficiency/unminified-css.js +1 -0
  80. package/core/audits/byte-efficiency/unminified-javascript.js +1 -0
  81. package/core/audits/byte-efficiency/unused-css-rules.js +1 -0
  82. package/core/audits/byte-efficiency/unused-javascript.js +1 -0
  83. package/core/audits/byte-efficiency/uses-long-cache-ttl.js +1 -0
  84. package/core/audits/byte-efficiency/uses-optimized-images.js +1 -0
  85. package/core/audits/byte-efficiency/uses-responsive-images-snapshot.js +1 -0
  86. package/core/audits/byte-efficiency/uses-responsive-images.js +1 -0
  87. package/core/audits/byte-efficiency/uses-text-compression.js +1 -0
  88. package/core/audits/critical-request-chains.js +1 -0
  89. package/core/audits/dobetterweb/dom-size.d.ts +8 -2
  90. package/core/audits/dobetterweb/dom-size.js +51 -3
  91. package/core/audits/dobetterweb/no-document-write.js +1 -0
  92. package/core/audits/dobetterweb/uses-http2.js +1 -0
  93. package/core/audits/dobetterweb/uses-passive-event-listeners.js +1 -0
  94. package/core/audits/font-display.js +1 -0
  95. package/core/audits/image-aspect-ratio.js +10 -1
  96. package/core/audits/installable-manifest.d.ts +0 -6
  97. package/core/audits/installable-manifest.js +1 -17
  98. package/core/audits/largest-contentful-paint-element.js +22 -4
  99. package/core/audits/layout-shift-elements.js +1 -0
  100. package/core/audits/lcp-lazy-loaded.d.ts +3 -2
  101. package/core/audits/lcp-lazy-loaded.js +35 -5
  102. package/core/audits/long-tasks.js +1 -0
  103. package/core/audits/mainthread-work-breakdown.js +1 -0
  104. package/core/audits/non-composited-animations.js +1 -0
  105. package/core/audits/prioritize-lcp-image.js +1 -0
  106. package/core/audits/redirects.js +2 -4
  107. package/core/audits/seo/crawlable-anchors.js +2 -1
  108. package/core/audits/server-response-time.js +1 -0
  109. package/core/audits/third-party-facades.js +14 -5
  110. package/core/audits/third-party-summary.d.ts +4 -2
  111. package/core/audits/third-party-summary.js +25 -11
  112. package/core/audits/unsized-images.js +1 -0
  113. package/core/audits/user-timings.js +1 -0
  114. package/core/audits/uses-rel-preconnect.js +1 -0
  115. package/core/audits/uses-rel-preload.js +1 -0
  116. package/core/audits/viewport.js +1 -0
  117. package/core/audits/work-during-interaction.js +1 -0
  118. package/core/computed/main-resource.d.ts +1 -1
  119. package/core/computed/main-resource.js +10 -4
  120. package/core/computed/page-dependency-graph.js +2 -1
  121. package/core/computed/tbt-impact-tasks.d.ts +8 -13
  122. package/core/computed/tbt-impact-tasks.js +4 -6
  123. package/core/computed/viewport-meta.js +11 -1
  124. package/core/config/config-helpers.js +1 -1
  125. package/core/config/config.js +1 -1
  126. package/core/gather/gatherers/accessibility.js +5 -0
  127. package/core/gather/timespan-runner.d.ts +3 -0
  128. package/core/gather/timespan-runner.js +23 -0
  129. package/core/index.cjs +13 -13
  130. package/core/index.d.cts +15 -2
  131. package/core/lib/asset-saver.d.ts +0 -3
  132. package/core/lib/asset-saver.js +68 -42
  133. package/core/lib/dependency-graph/simulator/network-analyzer.d.ts +7 -1
  134. package/core/lib/dependency-graph/simulator/network-analyzer.js +17 -1
  135. package/core/lib/emulation.js +1 -1
  136. package/core/lib/i18n/i18n.js +2 -2
  137. package/core/runner.js +5 -4
  138. package/dist/report/bundle.esm.js +3 -1
  139. package/dist/report/flow.js +3 -1
  140. package/dist/report/standalone.js +3 -1
  141. package/flow-report/tsconfig.json +0 -2
  142. package/package.json +8 -7
  143. package/readme.md +4 -1
  144. package/report/assets/templates.html +2 -0
  145. package/report/generator/flow-report-assets.js +1 -1
  146. package/report/generator/report-assets.js +1 -1
  147. package/report/generator/tsconfig.json +1 -1
  148. package/report/renderer/components.js +1 -1
  149. package/report/renderer/i18n-formatter.js +1 -1
  150. package/shared/localization/format.js +1 -1
  151. package/shared/localization/locales/ar-XB.json +36 -39
  152. package/shared/localization/locales/ar.json +36 -39
  153. package/shared/localization/locales/bg.json +36 -39
  154. package/shared/localization/locales/ca.json +36 -39
  155. package/shared/localization/locales/cs.json +36 -39
  156. package/shared/localization/locales/da.json +36 -39
  157. package/shared/localization/locales/de.json +36 -39
  158. package/shared/localization/locales/el.json +36 -39
  159. package/shared/localization/locales/en-GB.json +7 -10
  160. package/shared/localization/locales/en-US.json +64 -64
  161. package/shared/localization/locales/en-XA.json +36 -39
  162. package/shared/localization/locales/en-XL.json +64 -64
  163. package/shared/localization/locales/es-419.json +36 -39
  164. package/shared/localization/locales/es.json +36 -39
  165. package/shared/localization/locales/fi.json +36 -39
  166. package/shared/localization/locales/fil.json +36 -39
  167. package/shared/localization/locales/fr.json +36 -39
  168. package/shared/localization/locales/he.json +36 -39
  169. package/shared/localization/locales/hi.json +36 -39
  170. package/shared/localization/locales/hr.json +36 -39
  171. package/shared/localization/locales/hu.json +36 -39
  172. package/shared/localization/locales/id.json +36 -39
  173. package/shared/localization/locales/it.json +36 -39
  174. package/shared/localization/locales/ja.json +36 -39
  175. package/shared/localization/locales/ko.json +36 -39
  176. package/shared/localization/locales/lt.json +36 -39
  177. package/shared/localization/locales/lv.json +36 -39
  178. package/shared/localization/locales/nl.json +36 -39
  179. package/shared/localization/locales/no.json +36 -39
  180. package/shared/localization/locales/pl.json +36 -39
  181. package/shared/localization/locales/pt-PT.json +36 -39
  182. package/shared/localization/locales/pt.json +36 -39
  183. package/shared/localization/locales/ro.json +36 -39
  184. package/shared/localization/locales/ru.json +36 -39
  185. package/shared/localization/locales/sk.json +36 -39
  186. package/shared/localization/locales/sl.json +36 -39
  187. package/shared/localization/locales/sr-Latn.json +36 -39
  188. package/shared/localization/locales/sr.json +36 -39
  189. package/shared/localization/locales/sv.json +36 -39
  190. package/shared/localization/locales/ta.json +36 -39
  191. package/shared/localization/locales/te.json +36 -39
  192. package/shared/localization/locales/th.json +36 -39
  193. package/shared/localization/locales/tr.json +36 -39
  194. package/shared/localization/locales/uk.json +36 -39
  195. package/shared/localization/locales/vi.json +36 -39
  196. package/shared/localization/locales/zh-HK.json +36 -39
  197. package/shared/localization/locales/zh-TW.json +36 -39
  198. package/shared/localization/locales/zh.json +36 -39
  199. package/shared/localization/locales.js +1 -1
  200. package/{root.js → shared/root.js} +2 -1
  201. package/shared/tsconfig.json +0 -1
  202. package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
  203. package/third-party/chromium-synchronization/installability-errors-test.js +0 -1
  204. package/third-party/download-content-shell/download-content-shell.js +1 -1
  205. package/tsconfig.json +0 -2
  206. package/types/artifacts.d.ts +2 -1
  207. package/types/audit.d.ts +2 -0
  208. /package/{esm-utils.d.ts → shared/esm-utils.d.ts} +0 -0
  209. /package/{esm-utils.js → shared/esm-utils.js} +0 -0
  210. /package/{root.d.ts → shared/root.d.ts} +0 -0
@@ -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": "ఎంపిక చేసిన ఎలిమెంట్‌లు అనుబంధిత లేబుల్ ఎలిమెంట్‌లను కలిగి ఉంటాయి."
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]`` విలువ లేదు"
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": "సారాంశ లక్షణం టేబుల్ స్ట్రక్చర్‌ను వివరించాలి, `<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": "సారాంశ లక్షణంలోను, `<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": "సారాంశ లక్షణంలోను, `<caption>`లోను, టేబుల్స్‌లో భిన్నమైన కంటెంట్ ఉంది."
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "టేబుల్స్‌ను నావిగేట్ చేయడం సులభతరం చేసే ఫీచర్‌లను స్క్రీన్ రీడర్‌లు కలిగి ఉన్నాయి. `[colspan]` లక్షణంతో ఉన్న సెల్స్‌కు బదులుగా టేబుల్స్ అసలు క్యాప్షన్ ఎలిమెంట్‌ను ఉపయోగించేలా చూసుకుంటే, అది స్క్రీన్ రీడర్ యూజర్‌ల అనుభవాన్ని మెరుగుపరచవచ్చు. [క్యాప్షన్‌ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
@@ -498,7 +498,7 @@
498
498
  "message": "క్యాప్షన్‌ను సూచించడానికి `[colspan]` లక్షణంతో ఉన్న సెల్స్‌కు బదలుగా టేబుల్స్ `<caption>`‌ను ఉపయోగిస్తాయి."
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,10 +1083,7 @@
1083
1083
  "message": "కేవలం Chrome బీటా మరియు Androidలోని స్థిర ఛానెళ్లలో మాత్రమే prefer_related_applicationsకి సపోర్ట్ ఉంది."
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."
1087
- },
1088
- "core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
1089
- "message": "మ్యానిఫెస్ట్ URL స్కీమ్ ({scheme})కు Androidలో సపోర్ట్ లేదు."
1086
+ "message": "పేజీని ఇన్‌స్టాల్ చేయడం సాధ్యమా, కాదా అన్న విషయాన్ని Lighthouse గుర్తించలేకపోయింది. దయచేసి మరింత కొత్త Chrome వెర్షన్‌తో ట్రై చేయండి."
1090
1087
  },
1091
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1092
1089
  "message": "మ్యానిఫెస్ట్ ప్రారంభ URL చెల్లదు"
@@ -1707,7 +1704,7 @@
1707
1704
  "message": "ఉత్తమ అభ్యాసాలు"
1708
1705
  },
1709
1706
  "core/config/default-config.js | a11yCategoryDescription": {
1710
- "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": " చెక్‌ల ద్వారా [మీ వెబ్ యాప్ యాక్సెసిబిలిటీని మెరుగుపరిచే](https://developer.chrome.com/docs/lighthouse/accessibility/) అవకాశం లభిస్తుంది. ఆటోమేటిక్ గుర్తింపు అనేది కొన్ని సమస్యలను మాత్రమే గుర్తించగలదు, మీ వెబ్ యాప్ యాక్సెసిబిలిటీకి అది హామీ ఇవ్వదు, కాబట్టి [మాన్యువల్ టెస్టింగ్](https://web.dev/how-to-review/) కూడా చేయమని మా సలహా."
1711
1708
  },
1712
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1713
1710
  "message": "ఆటోమేటెడ్ పరీక్ష సాధనం కవర్ చేయని ప్రాంతాలను ఈ అంశాలు పేర్కొంటాయి. [యాక్సెసిబిలిటీ రివ్యూను నిర్వహించడం](https://web.dev/how-to-review/) గురించి మా గైడ్‌లో మరింత తెలుసుకోండి."
@@ -2853,7 +2850,7 @@
2853
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)ను ఇన్‌స్టాల్ చేయండి. అలాంటి మాడ్యూల్‌లు, పనితీరును మెరుగుపరచడానికి ఎలాంటి ఆఫ్‌స్క్రీన్ ఇమేజ్‌లను అయినా మినహాయించగల సామర్థ్యాన్ని అందిస్తాయి."
2854
2851
  },
2855
2852
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2856
- "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 కోసం వాయిదా వేసే లక్షణాన్ని ఉపయోగించండి."
2857
2854
  },
2858
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2859
2856
  "message": "థీమ్‌లు, మాడ్యూల్‌లు, సర్వర్ నిర్దేశాలన్నీ కూడా సర్వర్ ప్రతిస్పందన సమయాన్ని ప్రభావితం చేస్తాయి. చాలా జాగ్రత్తగా ఆప్టిమైజేషన్ మాడ్యూల్‌ను ఎంచుకోవడం, మరియు/లేదా మీ సర్వర్‌ను అప్‌గ్రేడ్ చేయడం ద్వారా, మరింత ఆప్టిమైజ్ చేయబడిన థీమ్‌ను కనుగొనడానికి ప్రయత్నించండి. మీ హోస్టింగ్ సర్వర్‌లు Redis లేదా Memcached లాంటి డేటాబేస్ క్వెరీ సమయాలను తగ్గించడానికి PHP opcode కాషింగ్, మెమరీ-కాషింగ్‌లను ఉపయోగించాలి, అలాగే పేజీలను వేగవంతంగా సిద్ధం చేయడానికి ఆప్టిమైజ్ చేయబడిన అప్లికేషన్ లాజిక్‌ను ఉపయోగించాలి."
@@ -2862,10 +2859,10 @@
2862
2859
  "message": "మీ పేజీలో లోడ్ చేయబడిన ఇమేజ్‌ల సైజ్‌ను తగ్గించడానికి [ప్రతిస్పందనాత్మక ఇమేజ్ స్టయిల్‌ల](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)ను ఉపయోగించవచ్చు, దాన్ని పరిశీలించండి. మీరు పేజీలో అనేక కంటెంట్ ఐటెమ్‌లను చూపించడానికి వీక్షణలను ఉపయోగిస్తున్నట్లయితే, ఇవ్వబడిన పేజీలో చూపబడే కంటెంట్ ఐటెమ్‌ల సంఖ్యను పరిమితం చేయడానికి పేజీల రూపకల్పనను అమలు చేయవచ్చు, దాన్ని పరిశీలించండి."
2863
2860
  },
2864
2861
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2865
- "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ను రన్ చేస్తోందని నిర్ధారించుకోండి."
2866
2863
  },
2867
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2868
- "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ను రన్ చేస్తోందని నిర్ధారించుకోండి."
2869
2866
  },
2870
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2871
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 DevToolsలో [కోడ్ కవరేజీ](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage)ని రన్ చేయడానికి ట్రై చేయండి. మీ Drupal సైట్‌లో CSS సముదాయం డిజేబుల్ చేయబడినప్పుడు అందుకు కారణమైన థీమ్/మాడ్యూల్‌ను, స్టయిల్‌షీట్‌కు చెందిన URL నుండి మీరు గుర్తించవచ్చు. కోడ్ కవరేజీలో ఎక్కువ ఎరుపు రంగు కలిగి ఉన్న లిస్ట్‌లో అనేక స్టయిల్‌షీట్‌లను కలిగి ఉన్న థీమ్/మాడ్యూల్‌ల కోసం చూడండి. నిజంగా థీమ్/మాడ్యూల్‌ను ఆ పేజీలో ఉపయోగించినప్పుడు మాత్రమే స్టయిల్‌షీట్‌కు జత చేయాలి."
@@ -3066,46 +3063,46 @@
3066
3063
  "message": "మీ Next.js సర్వర్‌లో కుదింపును ఎనేబుల్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next.config.js/compression)."
3067
3064
  },
3068
3065
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3069
- "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)ను ఎనేబుల్ చేయడానికి మీ ఖాతా మేనేజర్‌ను సంప్రదించండి. దీన్ని కాన్ఫిగర్ చేయడం మీ పేజీ రెండరింగ్ పనితీరుకు ప్రాధాన్యతనిస్తుంది, దానిని ఆప్టిమైజ్ చేస్తుంది."
3070
3067
  },
3071
3068
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3072
- "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": "CSS ఫాంట్-డిస్‌ప్లే నియమం కోసం కావలసిన విలువను సెట్ చేయడానికి NitroPackలో [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) ఆప్షన్‌ను ఉపయోగించండి."
3073
3070
  },
3074
3071
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3075
- "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3072
+ "message": "మీ ఇమేజ్‌లను ఆటోమేటిక్‌గా WebPకి మార్చడానికి [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513)ను ఉపయోగించండి."
3076
3073
  },
3077
3074
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3078
- "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)ను ఎనేబుల్ చేయడం ద్వారా ఆఫ్‌స్క్రీన్ ఇమేజ్‌లను వాయిదా వేయండి."
3079
3076
  },
3080
3077
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3081
- "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)ను ఎనేబుల్ చేయండి."
3082
3079
  },
3083
3080
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3084
- "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)ను యాక్టివేట్ చేయడం ద్వారా సర్వర్ ప్రతిస్పందన సమయాన్ని మెరుగుపరచండి, ఆశించిన పనితీరును ఆప్టిమైజ్ చేయండి."
3085
3082
  },
3086
3083
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
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 CSS, HTML, and JavaScript files for faster load times."
3084
+ "message": "మీ కాష్ మెమరీ సెట్టింగ్‌లలో [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources)ను ఎనేబుల్ చేయండి, తద్వారా మీ CSS, HTML, JavaScript ఫైల్స్ సైజును తగ్గించడానికి, వాటిని మరింత వేగంగా లోడ్ చేయడానికి వీలవుతుంది."
3088
3085
  },
3089
3086
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3090
- "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)ను ఎనేబుల్ చేయండి, తద్వారా మీ JS, HTML, CSS ఫైల్స్ సైజును తగ్గించడానికి, వాటిని మరింత వేగంగా లోడ్ చేయడానికి వీలవుతుంది."
3091
3088
  },
3092
3089
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3093
- "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": " పేజీకి వర్తించని CSS నియమాలను తీసివేయడానికి [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS)ను ఎనేబుల్ చేయండి."
3094
3091
  },
3095
3092
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3096
- "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)ను కాన్ఫిగర్ చేయండి."
3097
3094
  },
3098
3095
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3099
- "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": "[`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) ఫీచర్‌కు వెళ్లండి, ఇది `Caching` మెనూలో ఉంటుంది. అందులో, లోడ్ అవ్వడానికి పట్టే సమయాన్ని, యూజర్ ఎక్స్‌పీరియన్స్‌ను మెరుగుపరచడానికి మీ పేజీ కాష్ గడువు ముగింపు సమయాన్ని సర్దుబాటు చేయండి."
3100
3097
  },
3101
3098
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3102
- "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లోకి మార్చండి."
3103
3100
  },
3104
3101
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3105
- "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)ను ఎనేబుల్ చేయండి."
3106
3103
  },
3107
3104
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3108
- "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)ను ఉపయోగించండి."
3109
3106
  },
3110
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3111
3108
  "message": "`nuxt/image` కాంపోనెంట్‌ను ఉపయోగించి, `format=\"webp\"`ను సెట్ చేయండి. [మరింత తెలుసుకోండి](https://image.nuxtjs.org/components/nuxt-img#format)."
@@ -3309,7 +3306,7 @@
3309
3306
  "message": "JSON లాగా సేవ్ చేయండి"
3310
3307
  },
3311
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3312
- "message": "View Unthrottled Trace"
3309
+ "message": "కుదించని ట్రేస్‌ను చూడండి"
3313
3310
  },
3314
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3315
3312
  "message": "వ్యూయర్‌లో తెరువు"
@@ -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": "`role` ARIA ช่วยให้เทคโนโลยีความช่วยเหลือพิเศษทราบถึงบทบาทของแต่ละองค์ประกอบในหน้าเว็บ หากค่า`role`สะกดผิด ไม่ใช่ค่า`role` ARIA ที่มีอยู่ หรือเป็นบทบาทนามธรรม ระบบก็จะไม่สื่อสารจุดประสงค์ขององค์ประกอบดังกล่าวไปยังผู้ใช้เทคโนโลยีความช่วยเหลือพิเศษ [ดูข้อมูลเพิ่มเติมเกี่ยวกับบทบาท 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": "องค์ประกอบเพื่อการให้ข้อมูลควรมีข้อความสำรองที่สั้นกระชับและสื่อความหมาย ข้อความสำรองที่เหมือนกันทุกประการกับข้อความที่อยู่ติดกับลิงก์หรือรูปภาพอาจทำให้ผู้ใช้โปรแกรมอ่านหน้าจอสับสนได้เนื่องจากระบบจะอ่านข้อความ 2 ครั้ง [ดูข้อมูลเพิ่มเติมเกี่ยวกับแอตทริบิวต์ `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": "แอตทริบิวต์สรุปควรอธิบายโครงสร้างตาราง ส่วน`<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": "ตารางมีเนื้อหาที่เหมือนกันในแอตทริบิวต์สรุปและ`<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": "ตารางมีเนื้อหาที่แตกต่างกันในแอตทริบิวต์สรุปและ`<caption>`"
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "โปรแกรมอ่านหน้าจอมีฟีเจอร์ที่ช่วยให้ไปยังส่วนต่างๆ ของตารางได้ง่ายขึ้น การตรวจสอบว่าตารางใช้องค์ประกอบคำบรรยายจริงแทนเซลล์ที่มีแอตทริบิวต์ `[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,10 +1083,7 @@
1083
1083
  "message": "prefer_related_applications ใช้ได้เฉพาะใน Chrome เบต้า และเวอร์ชันเสถียรใน Android เท่านั้น"
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."
1087
- },
1088
- "core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
1089
- "message": "รูปแบบ URL ของไฟล์ Manifest ({scheme}) ใช้ไม่ได้ใน Android"
1086
+ "message": "Lighthouse ไม่สามารถระบุว่าติดตั้งหน้าเว็บได้หรือไม่ โปรดลองใช้ Chrome เวอร์ชันใหม่กว่านี้"
1090
1087
  },
1091
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1092
1089
  "message": "URL เริ่มต้นของไฟล์ Manifest ไม่ถูกต้อง"
@@ -1707,7 +1704,7 @@
1707
1704
  "message": "แนวทางปฏิบัติที่ดีที่สุด"
1708
1705
  },
1709
1706
  "core/config/default-config.js | a11yCategoryDescription": {
1710
- "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": "การตรวจสอบเหล่านี้ไฮไลต์โอกาสในการ[ปรับปรุงการช่วยเหลือพิเศษของเว็บแอป](https://developer.chrome.com/docs/lighthouse/accessibility/) การตรวจหาอัตโนมัติจะตรวจพบเพียงปัญหาชุดย่อยและไม่รับประกันการช่วยเหลือพิเศษของเว็บแอป เราจึงขอแนะนำให้[ตรวจสอบเอง](https://web.dev/how-to-review/)ด้วยเช่นกัน"
1711
1708
  },
1712
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1713
1710
  "message": "รายการเหล่านี้จัดการพื้นที่ที่เครื่องมือทดสอบอัตโนมัติไม่ครอบคลุม ดูข้อมูลเพิ่มเติมในคำแนะนำเกี่ยวกับ[การดำเนินการตรวจสอบการช่วยเหลือพิเศษ](https://web.dev/how-to-review/)"
@@ -2853,7 +2850,7 @@
2853
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) ที่โหลดรูปภาพแบบ Lazy Loading ได้ โมดูลนี้จะช่วยเลื่อนเวลาโหลดรูปภาพนอกจอภาพเพื่อปรับปรุงประสิทธิภาพ"
2854
2851
  },
2855
2852
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2856
- "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 ที่ไม่สำคัญ"
2857
2854
  },
2858
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2859
2856
  "message": "ข้อกำหนดของธีม โมดูล และเซิร์ฟเวอร์ล้วนส่งผลต่อเวลาในการตอบสนองของเซิร์ฟเวอร์ ลองหาธีมที่เพิ่มประสิทธิภาพมากขึ้น พยายามเลือกโมดูลการเพิ่มประสิทธิภาพด้วยความระมัดระวัง และ/หรืออัปเกรดเซิร์ฟเวอร์ เซิร์ฟเวอร์โฮสติ้งควรใช้ประโยชน์จากการแคช PHP Opcode, การแคชหน่วยความจำเพื่อลดเวลาในการค้นหาฐานข้อมูล เช่น Redis หรือ Memcached รวมถึงตรรกะของแอปพลิเคชันที่เพิ่มประสิทธิภาพเพื่อให้เตรียมความพร้อมของหน้าได้เร็วขึ้น"
@@ -2862,10 +2859,10 @@
2862
2859
  "message": "ลองใช้[สไตล์รูปภาพที่ปรับเปลี่ยนตามพื้นที่โฆษณา](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)เพื่อลดขนาดของรูปภาพที่โหลดในหน้า หากคุณใช้มุมมองเพื่อดูรายการเนื้อหาหลายรายการในหน้า ให้ลองใช้การใส่เลขหน้าเพื่อจำกัดจำนวนของรายการเนื้อหาที่แสดงในหน้าหนึ่งๆ"
2863
2860
  },
2864
2861
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2865
- "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 เป็นอย่างน้อยเพื่อรองรับการรวมเนื้อหาได้ดียิ่งขึ้น"
2866
2863
  },
2867
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2868
- "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 เป็นอย่างน้อยเพื่อรองรับการรวมเนื้อหาได้ดียิ่งขึ้น"
2869
2866
  },
2870
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2871
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 โดยไม่จำเป็น ลองเรียกใช้ [Code Coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) ใน DevTools ของ Chrome คุณระบุธีม/โมดูลที่รับผิดชอบได้จาก URL ของสไตล์ชีตเมื่อปิดใช้การรวม CSS ในเว็บไซต์ Drupal ของคุณ หาธีม/โมดูลที่มีสไตล์ชีตจำนวนมากอยู่ในรายการซึ่งมีสีแดงอยู่จำนวนมากใน Code Coverage ธีม/โมดูลควรเป็นเพียงตัวกำหนดลำดับของสไตล์ชีตเท่านั้นหากใช้ธีม/โมดูลในหน้าจริงๆ"
@@ -3066,46 +3063,46 @@
3066
3063
  "message": "เปิดใช้การบีบอัดในเซิร์ฟเวอร์ Next.js ของคุณ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/api-reference/next.config.js/compression)"
3067
3064
  },
3068
3065
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3069
- "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) การกำหนดค่าจะให้ความสำคัญและเพิ่มประสิทธิภาพการแสดงผลหน้าเว็บ"
3070
3067
  },
3071
3068
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3072
- "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": "ใช้ตัวเลือก[`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041)ใน NitroPack เพื่อตั้งค่าที่ต้องการสำหรับกฎการแสดงแบบอักษรของ CSS"
3073
3070
  },
3074
3071
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3075
- "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 โดยอัตโนมัติ"
3076
3073
  },
3077
3074
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3078
- "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)"
3079
3076
  },
3080
3077
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3081
- "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": "เปิดใช้[`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack)ใน NitroPack สำหรับการโหลดเริ่มต้นที่รวดเร็วขึ้น"
3082
3079
  },
3083
3080
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3084
- "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)"
3085
3082
  },
3086
3083
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
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 CSS, HTML, and JavaScript files for faster load times."
3084
+ "message": "เปิดใช้[`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources)ในการตั้งค่าการแคชเพื่อลดขนาดไฟล์ CSS, HTML และ JavaScript สำหรับการโหลดที่รวดเร็วขึ้น"
3088
3085
  },
3089
3086
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3090
- "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)ในการตั้งค่าการแคชเพื่อลดขนาดไฟล์ JS, HTML และ CSS สำหรับการโหลดที่รวดเร็วขึ้น"
3091
3088
  },
3092
3089
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3093
- "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 ที่ไม่เกี่ยวข้องกับหน้านี้ออก"
3094
3091
  },
3095
3092
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3096
- "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": "กำหนดค่า[`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts)ใน NitroPack เพื่อหน่วงเวลาการโหลดสคริปต์จนกว่าจะจำเป็น"
3097
3094
  },
3098
3095
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3099
- "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": "ไปที่ฟีเจอร์[`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time)ในเมนู`Caching`และปรับเวลาหมดอายุของแคชหน้าเว็บเพื่อปรับปรุงเวลาที่ใช้ในการโหลดและประสบการณ์ของผู้ใช้"
3100
3097
  },
3101
3098
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3102
- "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": "บีบอัด เพิ่มประสิทธิภาพ และแปลงรูปภาพเป็น WebP โดยอัตโนมัติด้วยการเปิดใช้การตั้งค่า[`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack)"
3103
3100
  },
3104
3101
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3105
- "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)เพื่อเพิ่มประสิทธิภาพให้กับรูปภาพล่วงหน้าและทำให้มีขนาดตรงกับคอนเทนเนอร์ที่แสดงอยู่ในอุปกรณ์ทั้งหมด"
3106
3103
  },
3107
3104
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3108
- "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": "ใช้[`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) ใน NitroPack เพื่อลดขนาดของไฟล์ที่ส่งไปยังเบราว์เซอร์"
3109
3106
  },
3110
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3111
3108
  "message": "ใช้คอมโพเนนต์ `nuxt/image` และกำหนด `format=\"webp\"` [ดูข้อมูลเพิ่มเติม](https://image.nuxtjs.org/components/nuxt-img#format)"
@@ -3309,7 +3306,7 @@
3309
3306
  "message": "บันทึกเป็น JSON"
3310
3307
  },
3311
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3312
- "message": "View Unthrottled Trace"
3309
+ "message": "ดูการติดตามที่ไม่มีการควบคุม"
3313
3310
  },
3314
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3315
3312
  "message": "เปิดในโปรแกรมดู"