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": "Attributen av typen `[aria-*]` stämmer med elementets roll"
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": "Med hjälp av ARIA-`role` kan hjälpmedelstekniken veta rollen för varje element webbsidan. Om `role`-värdena är felstavade, inte befintliga ARIA-`role`-värden eller abstrakta roller kommer syftet med elementet inte att kommuniceras med användarna av hjälpmedelsteknik. [Läs mer om ARIA-roller](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": "Värden som tilldelats till `role=\"\"` är inte giltiga ARIA-roller."
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": "Värden som tilldelats till `role=\"\"` är giltiga ARIA-roller."
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "Utan en maskinläsbar etikett läses element upp med en generell etikett av skärmläsarna. Det gör dem oanvändbara för personer som behöver använda en skärmläsare. [Läs mer om hur du gör kommandoelement mer tillgängliga](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
@@ -336,13 +336,13 @@
336
336
  "message": "Alla bildelement har `[alt]`-attribut"
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": "Element med informativ funktion bör ha en kort, beskrivande alternativ text. Alternativ text som är exakt samma som texten intill länken eller bilden kan förvirra användare av skärmläsare eftersom texten läses upp två gånger. [Läs mer om `alt`-attributet](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": "Bildelement har `[alt]`-attribut som är överflödig text."
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": "Bildelement har inte `[alt]`-attribut som är överflödig text."
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "Att lägga till urskiljbar och tillgänglig text på inmatningsknappar kan hjälpa användare med skärmläsare att förstå syftet med inmatningsknappen. [Läs mer om inmatningsknappar](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
@@ -363,13 +363,13 @@
363
363
  "message": "Alla `<input type=\"image\">`-element har `[alt]`-text"
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": "Synliga textetiketter som inte matchar den maskinläsbara etiketten kan förvirra de som använder skärmläsare. [Läs mer om maskinläsbara etiketter](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": "Element med synliga textetiketter har inte matchande maskinläsbara etiketter."
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": "Element med synliga textetiketter har matchande maskinläsbara etiketter."
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "Etiketterna gör att de olika delarna av ett formulär kan presenteras korrekt för användare med skärmläsare eller annan hjälpmedelsteknik. [Läs mer om etiketter för olika formulärdelar](https://dequeuniversity.com/rules/axe/4.7/label)."
@@ -462,13 +462,13 @@
462
462
  "message": "Vissa element har kopplade etikettelement."
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": "Om du lägger till en länk för att hoppa över kan användarna hoppa över huvudinnehållet och spara tid. [Läs mer om länkar för att hoppa över](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": "Länkar för att hoppa över är inte fokuserbara."
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "Länkar för att hoppa över är fokuserbara."
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "Med värden större än noll anges en explicit ordningsföljd för navigeringen. Även om detta inte är fel rent tekniskt leder det ofta till en frustrerande upplevelse för den som är beroende av tekniska hjälpmedel. [Läs mer om attributet `tabindex`](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
@@ -480,13 +480,13 @@
480
480
  "message": "Det finns inga element med ett `[tabindex]`-värde som är större än 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": "Attributet summary bör beskriva tabellstrukturen medan `<caption>` ska ha titeln skärmen. Korrekta tabelluppmärkningar gör det enklare för användare av skärmläsare. [Läs mer om sammanfattning och textning](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": "Tabeller har samma innehåll i attributet summary och `<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": "Tabeller har olika innehåll i attributet summary och `<caption>`"
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "Skärmläsare har funktioner som gör det enklare att navigera i tabeller. Om du ser till att tabeller använder själva textningselementet i stället för celler med `[colspan]`-attributet kan det förbättra upplevelsen för användare med skärmläsare. [Läs mer om textning](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
@@ -498,7 +498,7 @@
498
498
  "message": "Tabeller använder `<caption>` i stället för celler med `[colspan]`-attributet för att ange textning."
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": "Tryckområden som är tillräckligt stora och har tillräckliga avstånd hjälper användare som har svårt att använda små kontroller för att aktivera målen. [Läs mer om tryckområden](https://dequeuniversity.com/rules/axe/4.7/target-size)."
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "Tryckområdena är för små och har inte tillräckliga avstånd."
@@ -1083,10 +1083,7 @@
1083
1083
  "message": "prefer_related_applications stöds bara i Chrome Beta och Chrome Stable på 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": "Manifestets webbadresschema ({scheme}) stöds inte på Android."
1086
+ "message": "Lighthouse kunde inte avgöra om sidan kan installeras. Testa med en senare version av Chrome."
1090
1087
  },
1091
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1092
1089
  "message": "Startwebbadressen i manifestet är ogiltig"
@@ -1707,7 +1704,7 @@
1707
1704
  "message": "Bästa metoder"
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": "Dessa kontroller visar möjligheter att [förbättra tillgängligheten för webbappen](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatisk identifiering kan bara identifiera en del av problemen och garanterar inte att webbappen är tillgänglig, [manuell testning](https://web.dev/how-to-review/) rekommenderas också."
1711
1708
  },
1712
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1713
1710
  "message": "Dessa punkter beskriver områden som inte kan testas automatiskt. Läs mer i vår guide om att [granska tillgängligheten](https://web.dev/how-to-review/)."
@@ -2853,7 +2850,7 @@
2853
2850
  "message": "Installera [en Drupal-modul](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) som kan utnyttja uppskjuten inläsning av bilder. Med sådana moduler går det att skjuta upp inläsningen av bilder som inte visas på skärmen i syfte att förbättra prestandan."
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": "Du kan använda en modul för att lägga till kritiska CSS- och JavaScript-tillgångar och använda attributet defer för icke-kritiska CSS- eller JavaScript-tillgångar."
2857
2854
  },
2858
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2859
2856
  "message": "Serverns svarstider påverkas av teman, moduler och serverns prestanda. Du kan använda ett mer optimerat tema, välja en optimeringsmodul och/eller uppgradera servern. Värdservrarna ska använda cachelagring av OP-kod för PHP och minnescachelagring för att minska sökfrågetiderna för databasen, t.ex. Redis eller Memcached, samt en optimerad applogik för att förbereda sidor snabbare."
@@ -2862,10 +2859,10 @@
2862
2859
  "message": "Du kan använda [responsiva bildformat](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) för att minska storleken på bilderna som läses in på sidan. Om du använder Views för att visa flera innehållsobjekt på en sida kan du implementera sidnumrering om du vill begränsa antalet innehållsobjekt som visas på en viss sida."
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": "Kontrollera att du har aktiverat Aggregate CSS files under Administration » Configuration » Development. Se till att Drupal-webbplatsen kör minst Drupal 10.1 för förbättrat stöd för tillgångssammanställning."
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": "Kontrollera att du har aktiverat Aggregate JavaScript files under Administration » Configuration » Development. Se till att Drupal-webbplatsen kör minst Drupal 10.1 för förbättrat stöd för tillgångssammanställning."
2869
2866
  },
2870
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2871
2868
  "message": "Vi rekommenderar att du tar bort CSS-regler som inte används och endast bifogar nödvändiga Drupal-bibliotek till den relevanta sidan eller komponenten på en sida. Du hittar mer information i [dokumentationen om Drupal](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Testa fliken för [kodtäckning](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) i Chromes utvecklarverktyg om du vill se vilka bibliotek som lägger till överflödig CSS. Du ser på formatmallens webbadress vilket tema eller vilken modul som koden kommer från när CSS-sammanställning är inaktiverat för Drupal-webbplatsen. Titta efter teman eller moduler med många CSS-formatmallar på listan där en stor del av stapeln är röd. Ett tema eller en modul ska bara ställa en formatmall i kö för inläsning om det faktiskt används på sidan."
@@ -3066,46 +3063,46 @@
3066
3063
  "message": "Aktivera komprimering på Next.js-servern. [Läs mer](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": "Kontakta den kontoansvariga om du vill aktivera [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Om du konfigurerar den prioriteras och optimeras renderingen av sidan."
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": "Använd alternativet [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) i NitroPack för att ställa in ett önskat värde för visningsregeln för CSS-teckensnitt."
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": "Konvertera dina bilder automatiskt till WebP med [`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": "Skjut upp inläsningen av bilder som inte visas på skärmen genom att aktivera [`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": "Aktivera [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) i NitroPack för snabbare initiala hämtningstider."
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": "Förbättra serverns svarstid och optimera den märkbara prestandan genom att aktivera [`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": "Aktivera [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) i cachelagringsinställningarna för att minska storleken CSS-, HTML- och JavaScript-filer för snabbare hämtningstider."
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": "Aktivera [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) i cachelagringsinställningarna för att minska storleken JS-, HTML- och CSS-filer för snabbare hämtningstider."
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": "Aktivera [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) om du vill ta bort CSS-regler som inte är tillämpliga den här sidan."
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": "Konfigurera [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) i NitroPack för att fördröja inläsningen av skript tills de behövs."
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": "Navigera till funktionen [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) i menyn `Caching` och justera utgångstiden för cacheminnet för att förbättra hämtningstiderna och användarupplevelsen."
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": "Komprimera, optimera och konvertera dina bilder automatiskt till WebP genom att aktivera inställningen [`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": "Aktivera [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) för att optimera bilder i förebyggande syfte och dem att matcha måtten behållarna där de visas alla enheter."
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": "Använd [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) i NitroPack för att minska storleken filerna som skickas till webbläsaren."
3109
3106
  },
3110
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3111
3108
  "message": "Använd komponenten `nuxt/image` och ange `format=\"webp\"`. [Läs mer](https://image.nuxtjs.org/components/nuxt-img#format)."
@@ -3309,7 +3306,7 @@
3309
3306
  "message": "Spara som JSON"
3310
3307
  },
3311
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3312
- "message": "View Unthrottled Trace"
3309
+ "message": "Visa spårning utan begränsning"
3313
3310
  },
3314
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3315
3312
  "message": "Öppna i visningsprogram"
@@ -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` மதிப்புகளில் எழுத்துப் பிழை இருந்தாலோ, அவை ஏற்கெனவே இல்லாத `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]` மதிப்பு 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": "தலைப்பைக் குறிப்பிட கலங்களுடன் இருக்கும் `[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": "Androidல் மெனிஃபெஸ்ட் URL ஸ்கீம் ({scheme}) ஆதரிக்கப்படவில்லை."
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": "தீம்கள், மாடியூல்கள், சேவையக விவரக்குறிப்புகள் ஆகிய அனைத்தும் சேவையகத்தின் வேகத்தை நிர்ணயிக்கின்றன. மேலும் மேம்படுத்தப்பட்ட தீமினைக் கண்டறிந்து, மேம்படுத்தல் மாடியூலைக் கவனமாகத் தேர்ந்தெடுக்கவும் மற்றும்/அல்லது சேவையகத்தை மேம்படுத்தவும். PHP ஆப்கோட் தற்காலிகச் சேமிப்பு, 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 தளம் குறைந்தது 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 தளம் குறைந்தது 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": "CSS, HTML மற்றும் JavaScript ஃபைல்களின் அளவைக் குறைத்து விரைவான ஏற்ற நேரங்களை அடைய, உங்களின் தற்காலிகச் சேமிப்பு அமைப்புகளில் [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) இயக்குங்கள்."
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": "JS, HTML மற்றும் CSS ஃபைல்களின் அளவைக் குறைத்து விரைவான ஏற்ற நேரங்களை அடைய, உங்களின் தற்காலிகச் சேமிப்பு அமைப்புகளில் [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) இயக்குங்கள்."
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": "பக்கம் ஏற்றப்படும் நேரத்தையும் பயனர் அனுபவத்தையும் மேம்படுத்த, `Caching` மெனுவில் உள்ள [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) அம்சத்திற்குச் சென்று பக்கத்தின் தற்காலிகச் சேமிப்பு காலாவதியாகும் நேரத்தைச் சரிசெய்யுங்கள்."
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": "வியூவரில் திற"