lighthouse 10.4.0-dev.20230802 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/core/config/default-config.js +0 -2
  2. package/dist/report/flow.js +1 -1
  3. package/package.json +3 -3
  4. package/shared/localization/locales/ar-XB.json +185 -14
  5. package/shared/localization/locales/ar.json +185 -14
  6. package/shared/localization/locales/bg.json +185 -14
  7. package/shared/localization/locales/ca.json +190 -19
  8. package/shared/localization/locales/cs.json +185 -14
  9. package/shared/localization/locales/da.json +185 -14
  10. package/shared/localization/locales/de.json +185 -14
  11. package/shared/localization/locales/el.json +185 -14
  12. package/shared/localization/locales/en-GB.json +185 -14
  13. package/shared/localization/locales/en-US.json +0 -9
  14. package/shared/localization/locales/en-XA.json +185 -14
  15. package/shared/localization/locales/en-XL.json +0 -9
  16. package/shared/localization/locales/es-419.json +185 -14
  17. package/shared/localization/locales/es.json +185 -14
  18. package/shared/localization/locales/fi.json +185 -14
  19. package/shared/localization/locales/fil.json +185 -14
  20. package/shared/localization/locales/fr.json +185 -14
  21. package/shared/localization/locales/he.json +186 -15
  22. package/shared/localization/locales/hi.json +185 -14
  23. package/shared/localization/locales/hr.json +185 -14
  24. package/shared/localization/locales/hu.json +185 -14
  25. package/shared/localization/locales/id.json +185 -14
  26. package/shared/localization/locales/it.json +185 -14
  27. package/shared/localization/locales/ja.json +185 -14
  28. package/shared/localization/locales/ko.json +185 -14
  29. package/shared/localization/locales/lt.json +185 -14
  30. package/shared/localization/locales/lv.json +185 -14
  31. package/shared/localization/locales/nl.json +185 -14
  32. package/shared/localization/locales/no.json +185 -14
  33. package/shared/localization/locales/pl.json +185 -14
  34. package/shared/localization/locales/pt-PT.json +185 -14
  35. package/shared/localization/locales/pt.json +190 -19
  36. package/shared/localization/locales/ro.json +185 -14
  37. package/shared/localization/locales/ru.json +185 -14
  38. package/shared/localization/locales/sk.json +185 -14
  39. package/shared/localization/locales/sl.json +185 -14
  40. package/shared/localization/locales/sr-Latn.json +185 -14
  41. package/shared/localization/locales/sr.json +185 -14
  42. package/shared/localization/locales/sv.json +185 -14
  43. package/shared/localization/locales/ta.json +185 -14
  44. package/shared/localization/locales/te.json +185 -14
  45. package/shared/localization/locales/th.json +185 -14
  46. package/shared/localization/locales/tr.json +185 -14
  47. package/shared/localization/locales/uk.json +185 -14
  48. package/shared/localization/locales/vi.json +185 -14
  49. package/shared/localization/locales/zh-HK.json +185 -14
  50. package/shared/localization/locales/zh-TW.json +185 -14
  51. package/shared/localization/locales/zh.json +185 -14
  52. package/types/internal/rxjs.d.ts +26 -0
  53. package/core/audits/resource-summary.d.ts +0 -16
  54. package/core/audits/resource-summary.js +0 -104
@@ -17,6 +17,15 @@
17
17
  "core/audits/accessibility/aria-allowed-attr.js | title": {
18
18
  "message": "`[aria-*]` பண்புக்கூறுகள் அவற்றின் பங்களிப்புகளுடன் பொருந்துகின்றன"
19
19
  },
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)."
22
+ },
23
+ "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
+ "message": "Values assigned to `role=\"\"` are not valid ARIA roles."
25
+ },
26
+ "core/audits/accessibility/aria-allowed-role.js | title": {
27
+ "message": "Values assigned to `role=\"\"` are valid ARIA roles."
28
+ },
20
29
  "core/audits/accessibility/aria-command-name.js | description": {
21
30
  "message": "ஓர் உறுப்புக்குத் தெளிவான பெயர் இல்லை எனில் ஸ்கிரீன் ரீடர்கள் பொதுவான பெயரைப் பயன்படுத்தி அதை அறிவிக்கும். ஸ்கிரீன் ரீடர்களைப் பயன்படுத்துபவர்களுக்கு இது உதவியாக இருக்காது. [கட்டளை உறுப்புகளை அதிகம் அணுகத்தக்கதாக மாற்றுவது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
22
31
  },
@@ -26,6 +35,15 @@
26
35
  "core/audits/accessibility/aria-command-name.js | title": {
27
36
  "message": "`button`, `link`, `menuitem` ஆகிய உறுப்புகளுக்குத் தெளிவான பெயர்கள் உள்ளன"
28
37
  },
38
+ "core/audits/accessibility/aria-dialog-name.js | description": {
39
+ "message": "ARIA உரையாடல் உறுப்புகளின் பெயர்கள் தெளிவாக இல்லை என்றால் ஸ்கிரீன் ரீடர் பயனர்கள் அவற்றின் நோக்கத்தைப் புரிந்துகொள்வது கடினம். [ARIA உரையாடல் உறுப்புகளை மேலும் தெளிவாக்குவது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.7/aria-dialog-name)."
40
+ },
41
+ "core/audits/accessibility/aria-dialog-name.js | failureTitle": {
42
+ "message": "`role=\"dialog\"` அல்லது `role=\"alertdialog\"` உள்ள உறுப்புகளுக்குத் தெளிவான பெயர்கள் இல்லை."
43
+ },
44
+ "core/audits/accessibility/aria-dialog-name.js | title": {
45
+ "message": "`role=\"dialog\"` அல்லது `role=\"alertdialog\"` உள்ள உறுப்புகளுக்குத் தெளிவான பெயர்கள் உள்ளன."
46
+ },
29
47
  "core/audits/accessibility/aria-hidden-body.js | description": {
30
48
  "message": "`<body>` ஆவணத்தில் `aria-hidden=\"true\"` அமைக்கப்பட்டிருக்கும்போது ஸ்கிரீன் ரீடர்கள் போன்ற உதவிகரமான தொழில்நுட்பங்கள் சீராக இயங்காது. [`aria-hidden` ஆவண அங்கத்தை எப்படிப் பாதிக்கிறது என அறிக](https://dequeuniversity.com/rules/axe/4.7/aria-hidden-body)."
31
49
  },
@@ -107,6 +125,15 @@
107
125
  "core/audits/accessibility/aria-roles.js | title": {
108
126
  "message": "`[role]` செல்லுபடியாகும் மதிப்புகளைக் கொண்டுள்ளன"
109
127
  },
128
+ "core/audits/accessibility/aria-text.js | description": {
129
+ "message": "மார்க்-அப் மூலம் பிரிக்கப்பட்ட டெக்ஸ்ட் நோடில் `role=text` சேர்த்தால் வாய்ஸ் ஓவர் சேவை அதை ஒரே வாக்கியமாகக் கருதும், ஆனால் அந்தப் பகுதியில் இருக்கும் ஃபோகஸ் செய்யக்கூடிய டிசன்டென்ட்டுகள் அறிவிக்கப்படாது. [`role=text` பண்புக்கூறு குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/aria-text)."
130
+ },
131
+ "core/audits/accessibility/aria-text.js | failureTitle": {
132
+ "message": "`role=text` பண்புக்கூறு உள்ள உறுப்புகளுக்கு ஃபோகஸ் செய்யக்கூடிய டிசன்டென்ட்டுகள் உள்ளன."
133
+ },
134
+ "core/audits/accessibility/aria-text.js | title": {
135
+ "message": "`role=text` பண்புக்கூறு உள்ள உறுப்புகளில் ஃபோகஸ் செய்யக்கூடிய டிசன்டென்ட்டுகள் இல்லை."
136
+ },
110
137
  "core/audits/accessibility/aria-toggle-field-name.js | description": {
111
138
  "message": "நிலைமாற்றுப் புலம் ஒன்றுக்குத் தெளிவான பெயர் இல்லை எனில் ஸ்கிரீன் ரீடர்கள் அதைப் பொதுவான பெயரைப் பயன்படுத்தி அறிவிக்கும். இது ஸ்கிரீன் ரீடர்களைப் பயன்படுத்தும் பயனர்களுக்கு உதவியாக இருக்காது. [நிலைமாற்றுப் புலங்கள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/aria-toggle-field-name)."
112
139
  },
@@ -227,6 +254,15 @@
227
254
  "core/audits/accessibility/duplicate-id-aria.js | title": {
228
255
  "message": "ARIA ஐடிகள் பிரத்தியேகமானவையாக உள்ளன"
229
256
  },
257
+ "core/audits/accessibility/empty-heading.js | description": {
258
+ "message": "தலைப்பில் உள்ளடக்கம் இல்லை என்றாலோ புரியாத வார்த்தைகள் இருந்தாலோ ஸ்கிரீன் ரீடர் பயனர்கள் அந்த இணையப் பக்கத்தில் உள்ள தகவல்களை அணுகுவது கடினம். [தலைப்புகள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/empty-heading)."
259
+ },
260
+ "core/audits/accessibility/empty-heading.js | failureTitle": {
261
+ "message": "தலைப்பு உறுப்புகளில் உள்ளடக்கம் இல்லை."
262
+ },
263
+ "core/audits/accessibility/empty-heading.js | title": {
264
+ "message": "தலைப்பு உறுப்புகள் அனைத்திலும் உள்ளடக்கம் உள்ளது."
265
+ },
230
266
  "core/audits/accessibility/form-field-multiple-labels.js | description": {
231
267
  "message": "ஸ்கிரீன் ரீடர்கள் போன்ற உதவிகரமான தொழில்நுட்பங்கள் முதல் லேபிள், இறுதி லேபிள் அல்லது அனைத்து லேபிள்களையும் பயன்படுத்தும் என்பதால் படிவத்தில் பல லேபிள்கள் இருப்பது தெளிவற்ற அறிவிப்புகளுக்கு வழிவகுக்கலாம். [படிவ லேபிள்களைப் பயன்படுத்துவது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.7/form-field-multiple-labels)."
232
268
  },
@@ -281,6 +317,15 @@
281
317
  "core/audits/accessibility/html-xml-lang-mismatch.js | title": {
282
318
  "message": "`[lang]` பண்புக்கூறில் உள்ள அதே அடிப்படை மொழிப் பண்புக்கூறை `<html>` உறுப்பில் உள்ள `[xml:lang]` பண்புக்கூறு கொண்டுள்ளது."
283
319
  },
320
+ "core/audits/accessibility/identical-links-same-purpose.js | description": {
321
+ "message": "இணைப்பின் நோக்கத்தைப் பயனர்கள் புரிந்துகொள்ளவும், அதைப் பின்பற்றுவதைக் குறித்துத் தீர்மானிக்கவும், ஒரே இலக்கைக் கொண்ட இணைப்புகளுக்கு விளக்கமும் ஒன்றாக இருக்க வேண்டும். [ஒரே மாதிரியான இணைப்புகள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose)."
322
+ },
323
+ "core/audits/accessibility/identical-links-same-purpose.js | failureTitle": {
324
+ "message": "ஒரே மாதிரியான இணைப்புகளுக்கு ஒரே நோக்கம் இல்லை."
325
+ },
326
+ "core/audits/accessibility/identical-links-same-purpose.js | title": {
327
+ "message": "ஒரே மாதிரியான இணைப்புகளுக்கு ஒரே நோக்கம் உள்ளது."
328
+ },
284
329
  "core/audits/accessibility/image-alt.js | description": {
285
330
  "message": "தகவல் உறுப்புகளில் சுருக்கமான, விளக்கமான மாற்று வார்த்தைகள் இருக்க வேண்டும். அலங்கார உறுப்புகளில் காலியான மாற்றுப் பண்புக்கூறு இருக்கலாம். [`alt` பண்புக்கூறு குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/image-alt)."
286
331
  },
@@ -290,6 +335,15 @@
290
335
  "core/audits/accessibility/image-alt.js | title": {
291
336
  "message": "பட உறுப்புகள் `[alt]` பண்புக்கூறுகளைக் கொண்டுள்ளன"
292
337
  },
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)."
340
+ },
341
+ "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
342
+ "message": "Image elements have `[alt]` attributes that are redundant text."
343
+ },
344
+ "core/audits/accessibility/image-redundant-alt.js | title": {
345
+ "message": "Image elements do not have `[alt]` attributes that are redundant text."
346
+ },
293
347
  "core/audits/accessibility/input-button-name.js | description": {
294
348
  "message": "தெளிவான மற்றும் அணுகக்கூடிய வார்த்தைகளை உள்ளீட்டு பட்டன்களில் சேர்ப்பது ஸ்கிரீன் ரீடரைப் பயன்படுத்துபவர்களுக்கு அந்த பட்டனின் நோக்கத்தைப் புரிந்துகொள்ள உதவலாம். [உள்ளீட்டு பட்டன்கள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
295
349
  },
@@ -308,6 +362,15 @@
308
362
  "core/audits/accessibility/input-image-alt.js | title": {
309
363
  "message": "`<input type=\"image\">` உறுப்புகளில் `[alt]` வார்த்தைகள் உள்ளன"
310
364
  },
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)."
367
+ },
368
+ "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
369
+ "message": "Elements with visible text labels do not have matching accessible names."
370
+ },
371
+ "core/audits/accessibility/label-content-name-mismatch.js | title": {
372
+ "message": "Elements with visible text labels have matching accessible names."
373
+ },
311
374
  "core/audits/accessibility/label.js | description": {
312
375
  "message": "ஸ்கிரீன் ரீடர்கள் போன்ற உதவிகரமான தொழில்நுட்பங்களால் சரியாக அறிவிக்கப்படும் வகையில் படிவக் கட்டுப்பாடுகள் இருப்பதை லேபிள்கள் உறுதிசெய்கின்றன. [படிவ உறுப்பு லேபிள்கள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/label)."
313
376
  },
@@ -317,6 +380,24 @@
317
380
  "core/audits/accessibility/label.js | title": {
318
381
  "message": "படிவ உறுப்புகளுக்கு, தொடர்புடைய லேபிள்கள் உள்ளன"
319
382
  },
383
+ "core/audits/accessibility/landmark-one-main.js | description": {
384
+ "message": "ஒரு முக்கிய லேண்ட்மார்க் இருந்தால் ஸ்கிரீன் ரீடர் பயனர்கள் இணையப் பக்கத்தைக் கையாள உதவியாக இருக்கும். [லேண்ட்மார்க்குகள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/landmark-one-main)."
385
+ },
386
+ "core/audits/accessibility/landmark-one-main.js | failureTitle": {
387
+ "message": "ஆவணத்தில் முக்கிய லேண்ட்மார்க் இல்லை."
388
+ },
389
+ "core/audits/accessibility/landmark-one-main.js | title": {
390
+ "message": "ஆவணத்தில் முக்கிய லேண்ட்மார்க் உள்ளது."
391
+ },
392
+ "core/audits/accessibility/link-in-text-block.js | description": {
393
+ "message": "பல பயனர்களால் குறைவான ஒளி மாறுபாடுள்ள வார்த்தைகளைப் படிக்க முடியாது அல்லது அவை படிக்கக் கடினமாக இருக்கும். தெளிவாக அடையாளம் காணக்கூடிய வார்த்தைகள் உள்ள இணைப்பு, பார்வைக் குறைபாடு உள்ள பயனர்களின் அனுபவத்தை மேம்படுத்தும். [அடையாளம் காணக்கூடிய வகையில் இணைப்புகளை மாற்றுவது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.7/link-in-text-block)."
394
+ },
395
+ "core/audits/accessibility/link-in-text-block.js | failureTitle": {
396
+ "message": "வண்ணங்களின் உதவி இல்லாமல் இணைப்புகளை அடையாளங்காண முடியாது."
397
+ },
398
+ "core/audits/accessibility/link-in-text-block.js | title": {
399
+ "message": "வண்ணங்களின் உதவி இல்லாமல் இணைப்புகளை அடையாளங்காணலாம்."
400
+ },
320
401
  "core/audits/accessibility/link-name.js | description": {
321
402
  "message": "தெளிவான, தனித்துவமான, மையப்படுத்தக்கூடிய இணைப்பு வார்த்தைகள் (மற்றும் இணைப்புகளாகப் பயன்படுத்தப்படும் படங்களுக்கான மாற்று வார்த்தைகள்) ஸ்கிரீன் ரீடர் பயனர்களுக்கான வழிகாட்டும் அனுபவத்தை மேம்படுத்தும். [இணைப்புகளின் தெளிவுத்தன்மையை அதிகப்படுத்துவது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.7/link-name)."
322
403
  },
@@ -371,6 +452,24 @@
371
452
  "core/audits/accessibility/object-alt.js | title": {
372
453
  "message": "`<object>` உறுப்புகளில் மாற்று வார்த்தைகள் உள்ளன"
373
454
  },
455
+ "core/audits/accessibility/select-name.js | description": {
456
+ "message": "படிவத்திலுள்ள பகுதிகளின் லேபிள்கள் சரியாக இல்லாவிட்டால் ஸ்கிரீன் ரீடர் பயனர்களின் அனுபவம் மோசமாகிவிடக் கூடும். [`select` உறுப்பு குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/select-name)."
457
+ },
458
+ "core/audits/accessibility/select-name.js | failureTitle": {
459
+ "message": "குறிப்பிட்ட உறுப்புகளில் தொடர்புடைய லேபிள் உறுப்புகள் இல்லை."
460
+ },
461
+ "core/audits/accessibility/select-name.js | title": {
462
+ "message": "குறிப்பிட்ட உறுப்புகளில் தொடர்புடைய லேபிள் உறுப்புகள் உள்ளன."
463
+ },
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)."
466
+ },
467
+ "core/audits/accessibility/skip-link.js | failureTitle": {
468
+ "message": "Skip links are not focusable."
469
+ },
470
+ "core/audits/accessibility/skip-link.js | title": {
471
+ "message": "Skip links are focusable."
472
+ },
374
473
  "core/audits/accessibility/tabindex.js | description": {
375
474
  "message": "0க்கு அதிகமான மதிப்பு வெளிப்படையான ஒரு வழிசெலுத்தல் வரிசை முறையைக் குறிப்பிடுகிறது. தொழில்நுட்பரீதியாகச் செல்லுபடியாகும் என்றாலும், உதவிகரமான தொழில்நுட்பங்களைச் சார்ந்திருக்கும் பயனர்களுக்கு இது பெரும்பாலும் குழப்பமான அனுபவத்தையே உருவாக்கும். [`tabindex` பண்புக்கூறு குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
376
475
  },
@@ -380,6 +479,15 @@
380
479
  "core/audits/accessibility/tabindex.js | title": {
381
480
  "message": "எந்த உறுப்புக்கும் `[tabindex]` மதிப்பு 0க்கு அதிகமாக இல்லை"
382
481
  },
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)."
484
+ },
485
+ "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
486
+ "message": "Tables have the same content in the summary attribute and `<caption>.`"
487
+ },
488
+ "core/audits/accessibility/table-duplicate-name.js | title": {
489
+ "message": "Tables have different content in the summary attribute and `<caption>`."
490
+ },
383
491
  "core/audits/accessibility/table-fake-caption.js | description": {
384
492
  "message": "அட்டவணைகளில் எளிதாகச் செல்வதற்கு ஸ்கிரீன் ரீடர்களில் அம்சங்கள் உள்ளன. கலங்களுடன் இருக்கும் `[colspan]` பண்புக்கூறுக்குப் பதிலாக அசல் தலைப்பை அட்டவணைகள் பயன்படுத்துவதை உறுதிசெய்வது ஸ்கிரீன் ரீடரைப் பயன்படுத்துபவர்களின் அனுபவத்தை மேம்படுத்தலாம். [தலைப்புகள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
385
493
  },
@@ -389,6 +497,15 @@
389
497
  "core/audits/accessibility/table-fake-caption.js | title": {
390
498
  "message": "தலைப்பைக் குறிப்பிட கலங்களுடன் இருக்கும் `[colspan]` பண்புக்கூறுக்குப் பதிலாக `<caption>` ஐ அட்டவணைகள் பயன்படுத்தும்."
391
499
  },
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)."
502
+ },
503
+ "core/audits/accessibility/target-size.js | failureTitle": {
504
+ "message": "டச் டார்கெட்டுகள் தெளிவான அளவில் சீரான இடைவெளிகளுடன் இல்லை."
505
+ },
506
+ "core/audits/accessibility/target-size.js | title": {
507
+ "message": "டச் டார்கெட்டுகள் தெளிவான அளவில் சீரான இடைவெளிகளுடன் உள்ளன."
508
+ },
392
509
  "core/audits/accessibility/td-has-header.js | description": {
393
510
  "message": "அட்டவணைகளில் எளிதாகச் செல்வதற்கு ஸ்கிரீன் ரீடர்களில் அம்சங்கள் உள்ளன. பெரிய அட்டவணையில் உள்ள (அகலம் மற்றும் உயரத்தில் 3 அல்லது அதற்கு மேற்பட்ட கலங்கள்) `<td>` உறுப்புகள் தொடர்புடைய அட்டவணைத் தலைப்பைக் கொண்டிருப்பதை உறுதிசெய்வது ஸ்கிரீன் ரீடரைப் பயன்படுத்தும் பயனர்களின் அனுபவத்தை மேம்படுத்தலாம். [அட்டவணைத் தலைப்புகள் குறித்து மேலும் அறிக](https://dequeuniversity.com/rules/axe/4.7/td-has-header)."
394
511
  },
@@ -966,7 +1083,7 @@
966
1083
  "message": "Chrome பீட்டாவிலும் Androidல் நிலையான சேனல்களிலும் மட்டுமே prefer_related_applications ஆதரிக்கப்படும்."
967
1084
  },
968
1085
  "core/audits/installable-manifest.js | protocol-timeout": {
969
- "message": "Lighthouse கருவியால் service worker இருந்ததா என்பதைத் தீர்மானிக்க முடியவில்லை. Chromeமின் புதிய பதிப்பில் முயலவும்."
1086
+ "message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
970
1087
  },
971
1088
  "core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
972
1089
  "message": "Androidல் மெனிஃபெஸ்ட் URL ஸ்கீம் ({scheme}) ஆதரிக்கப்படவில்லை."
@@ -1115,6 +1232,9 @@
1115
1232
  "core/audits/metrics/first-meaningful-paint.js | description": {
1116
1233
  "message": "'பயனுள்ள முதல் தோற்றம்' என்பது பக்கத்தின் முதன்மை உள்ளடக்கம் எப்போது தெரிகிறது என்பதை அளவிடுகிறது. ['பயனுள்ள முதல் தோற்றம்' அளவீடு குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
1117
1234
  },
1235
+ "core/audits/metrics/interaction-to-next-paint.js | description": {
1236
+ "message": "செயல்-காட்சி நேரம் என்பது பக்கத்தின் பதிலளிக்கும் தன்மையை அளவிடுகிறது, அதாவது பயனர் உள்ளீட்டிற்குப் பக்கத்தின் தெரிவுநிலை எந்த அளவிற்கு உள்ளது என்பதை அளவிடுவது. [செயல்-காட்சி நேர அளவீடு குறித்து மேலும் அறிக](https://web.dev/inp/)."
1237
+ },
1118
1238
  "core/audits/metrics/interactive.js | description": {
1119
1239
  "message": "பக்கம் முழுமையாகப் பங்கேற்கத்தக்க வகையில் ஏற்றப்பட எடுத்துக்கொள்ளும் நேரம் எதிர்வினை நேரம் எனப்படும். ['எதிர்வினை நேரம்' அளவீடு குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/performance/interactive/)."
1120
1240
  },
@@ -1208,15 +1328,6 @@
1208
1328
  "core/audits/redirects.js | title": {
1209
1329
  "message": "பல பக்கங்களுக்குத் திசைதிருப்புவதைத் தவிர்க்கவும்"
1210
1330
  },
1211
- "core/audits/resource-summary.js | description": {
1212
- "message": "பக்க ஆதாரங்களின் அளவிற்கும் எண்ணிக்கைக்கும் பட்ஜெட்களை அமைக்க budget.json ஃபைலைச் சேர்க்கவும். [செயல்திறன் பட்ஜெட்கள் குறித்து மேலும் அறிக](https://web.dev/use-lighthouse-for-performance-budgets/)."
1213
- },
1214
- "core/audits/resource-summary.js | displayValue": {
1215
- "message": "{requestCount,plural, =1{1 கோரிக்கை • {byteCount, number, bytes} KiB}other{# கோரிக்கைகள் • {byteCount, number, bytes} KiB}}"
1216
- },
1217
- "core/audits/resource-summary.js | title": {
1218
- "message": "கோரிக்கை எண்ணிக்கைகளைக் குறைவாகவும் பரிமாற்ற அளவுகளை சிறியதாகவும் வைத்திருங்கள்"
1219
- },
1220
1331
  "core/audits/seo/canonical.js | description": {
1221
1332
  "message": "தேடல் முடிவுகளில் எந்த URLலைக் காட்ட வேண்டும் என்பதை 'முன்னுரிமை இணைப்புகள்' பரிந்துரைக்கும். [முன்னுரிமை இணைப்புகள் குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
1222
1333
  },
@@ -1596,7 +1707,7 @@
1596
1707
  "message": "சிறந்த நடைமுறைகள்"
1597
1708
  },
1598
1709
  "core/config/default-config.js | a11yCategoryDescription": {
1599
- "message": "இந்த சரிபார்ப்புகள் [உங்கள் இணைய ஆப்ஸின் அணுகல்தன்மையை மேம்படுத்துவதற்கான](https://developer.chrome.com/docs/lighthouse/accessibility/) வாய்ப்புகளைத் தனிப்படுத்திக் காட்டுகின்றன. அணுகல்தன்மை சிக்கல்களில் சிலவற்றை மட்டுமே தானாகக் கண்டறிய முடியும் என்பதால் நேரடி பரிசோதனையையும் செய்ய ஊக்குவிக்கிறோம்."
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."
1600
1711
  },
1601
1712
  "core/config/default-config.js | a11yCategoryManualDescription": {
1602
1713
  "message": "தானியங்கி சோதனைக் கருவியால் சோதிக்க முடியாத பகுதிகளை இவை சோதிக்கும். எங்கள் வழிகாட்டியில் [அணுகல்தன்மை மதிப்பாய்வை நடத்துவதைப்](https://web.dev/how-to-review/) பற்றி மேலும் தெரிந்துகொள்ளலாம்."
@@ -2742,7 +2853,7 @@
2742
2853
  "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) நிறுவவும். செயல்திறனை மேம்படுத்துவதற்காக இந்த மாடியூல்கள் திரைக்கு வெளியில் உள்ள படங்களை மெதுவாக ஏற்றும் வசதியை வழங்குகின்றன."
2743
2854
  },
2744
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2745
- "message": "முக்கியமான CSS & JavaScriptடை முன்னிலைப்படுத்த, மாடியூலைப் பயன்படுத்தவும் அல்லது [மேம்பட்ட CSS/JS ஒருங்கிணைப்பு](https://www.drupal.org/project/advagg) மாடியூல் போன்ற JavaScript மூலம் ஒத்திசைவின்றி அசெட்டுகளை ஏற்றவும். இந்த மாடியூல் வழங்கும் மேம்படுத்துதல்கள் உங்கள் இணையதளத்தைப் பாதிக்கலாம் என்பதால் நீங்கள் குறியீட்டில் மாற்றங்களைச் செய்ய வேண்டியிருக்கும்."
2856
+ "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2746
2857
  },
2747
2858
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2748
2859
  "message": "தீம்கள், மாடியூல்கள், சேவையக விவரக்குறிப்புகள் ஆகிய அனைத்தும் சேவையகத்தின் வேகத்தை நிர்ணயிக்கின்றன. மேலும் மேம்படுத்தப்பட்ட தீமினைக் கண்டறிந்து, மேம்படுத்தல் மாடியூலைக் கவனமாகத் தேர்ந்தெடுக்கவும் மற்றும்/அல்லது சேவையகத்தை மேம்படுத்தவும். PHP ஆப்கோட் தற்காலிகச் சேமிப்பு, Redis/Memcached போன்ற தரவுத்தள வினவல் நேரங்களைக் குறைப்பதற்கான தற்காலிக நினைவகச் சேமிப்பு, பக்கங்கள் விரைவாக ஏற்றப்படுவதற்கான மேம்பட்ட பயன்பாட்டு லாஜிக் ஆகியவற்றை உங்கள் ஹோஸ்டிங் சேவையகங்கள் பயன்படுத்த அனுமதிக்க வேண்டும்."
@@ -2751,10 +2862,10 @@
2751
2862
  "message": "உங்கள் பக்கத்தில் ஏற்றப்படும் படங்களின் அளவைக் குறைக்க [திரைக்கு ஏற்ப அளவு மாறும் பட ஸ்டைல்களைப்](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) பயன்படுத்தவும். பக்கத்தில் பல உள்ளடக்கத்தைக் காட்டுவதற்கு ’காட்சிகளைப்’ பயன்படுத்தினால் அந்தப் பக்கத்தில் காட்டப்படும் உள்ளடக்கத்தின் எண்ணிக்கையை வரம்பிட அதைப் பக்கங்களாகப் பிரிக்கவும்."
2752
2863
  },
2753
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2754
- "message": "\"நிர்வாகம் » உள்ளமைவு » மேம்பாடு\" என்ற பக்கத்தில் “ஒருங்கிணைப்பு CSS கோப்புகளை” இயக்கியுள்ளதை உறுதிசெய்துகொள்ளவும். CSS ஸ்டைல்களை ஒன்றிணைத்தும் சிறிதாக்கியும் சுருக்கியும் உங்கள் தளத்தின் செயல்பாட்டை வேகப்படுத்த, [கூடுதல் மாடியூல்கள்](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=css+aggregation&solrsort=iss_project_release_usage+desc&op=Search) மூலமாகவும் மேலும் மேம்பட்ட ஒருங்கிணைப்பு விருப்பங்களை உள்ளமைக்கலாம்."
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."
2755
2866
  },
2756
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2757
- "message": "\"நிர்வாகம் » உள்ளமைவு » மேம்பாடு\" என்ற பக்கத்தில் “JavaScript கோப்புகளை ஒருங்கிணை” என்பதை இயக்கியுள்ளதை உறுதிசெய்துகொள்ளவும். JavaScript அசெட்டுகளை ஒன்றிணைத்தும் சிறிதாக்கியும் சுருக்கியும் உங்கள் தளத்தின் செயல்பாட்டை வேகப்படுத்த, [கூடுதல் மாடியூல்கள்](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=javascript+aggregation&solrsort=iss_project_release_usage+desc&op=Search) மூலமாகவும் மேலும் மேம்பட்ட ஒருங்கிணைப்பு விருப்பங்களை உள்ளமைக்கலாம்."
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."
2758
2869
  },
2759
2870
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2760
2871
  "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லில் இதற்குக் காரணமான தீம்/மாடியூலைக் கண்டறியலாம். அதிகளவு சிவப்பில் உள்ள குறியீட்டுக் கவரேஜைக் கொண்ட பட்டியலில் பல ஸ்டைல்ஷீட்களைக் கொண்ட தீம்கள்/மாடியூல்களைக் கண்டறியவும். பக்கத்தில் பயன்படுத்தும் பட்சத்தில் ஒரு தீம்/மாடியூல் ஒரு ஸ்டைல்ஷீட்டை மட்டுமே வரிசையில் சேர்க்க வேண்டும்."
@@ -2954,6 +3065,48 @@
2954
3065
  "node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
2955
3066
  "message": "உங்கள் Next.js சேவையகத்தில் சுருக்குதலை இயக்கவும். [மேலும் அறிக](https://nextjs.org/docs/api-reference/next.config.js/compression)."
2956
3067
  },
3068
+ "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."
3070
+ },
3071
+ "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."
3073
+ },
3074
+ "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."
3076
+ },
3077
+ "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)."
3079
+ },
3080
+ "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."
3082
+ },
3083
+ "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)."
3085
+ },
3086
+ "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."
3088
+ },
3089
+ "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."
3091
+ },
3092
+ "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."
3094
+ },
3095
+ "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."
3097
+ },
3098
+ "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."
3100
+ },
3101
+ "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."
3103
+ },
3104
+ "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."
3106
+ },
3107
+ "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."
3109
+ },
2957
3110
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
2958
3111
  "message": "`nuxt/image` காம்பனென்ட்டைப் பயன்படுத்தி, `format=\"webp\"` வடிவமைப்பை அமைக்கவும். [மேலும் அறிக](https://image.nuxtjs.org/components/nuxt-img#format)."
2959
3112
  },
@@ -3035,6 +3188,21 @@
3035
3188
  "node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
3036
3189
  "message": "உங்கள் கூறுகளின் ரெண்டரிங் செயல்திறனை அளவிட Profiler APIயைப் பயன்படுத்தும் React DevTools Profilerரைப் பயன்படுத்தவும். [மேலும் அறிக.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
3037
3190
  },
3191
+ "node_modules/lighthouse-stack-packs/packs/wix.js | efficient-animated-content": {
3192
+ "message": "வீடியோக்களை `VideoBoxes` உள்ளே காட்டவும், `Video Masks` பயன்படுத்தி அவற்றைப் பிரத்தியேகமாக்கவும் அல்லது `Transparent Videos` சேர்க்கவும். [மேலும் அறிக](https://support.wix.com/en/article/wix-video-about-wix-video)."
3193
+ },
3194
+ "node_modules/lighthouse-stack-packs/packs/wix.js | modern-image-formats": {
3195
+ "message": "படங்களின் வகை WebP என்று தானாகவே வழங்கப்படுவதை உறுதிசெய்ய, அவற்றை `Wix Media Manager` பயன்படுத்திப் பதிவேற்றவும். உங்கள் தளத்தின் மீடியாவை [மேம்படுத்த கூடுதல் வழிகளைக்](https://support.wix.com/en/article/site-performance-optimizing-your-media) கண்டறியவும்."
3196
+ },
3197
+ "node_modules/lighthouse-stack-packs/packs/wix.js | render-blocking-resources": {
3198
+ "message": "உங்கள் தளத்தின் டாஷ்போர்டில் உள்ள `Custom Code` பிரிவில் [மூன்றாம் தரப்புக் குறியீட்டைச் சேர்க்கும்போது](https://support.wix.com/en/article/site-performance-using-third-party-code-on-your-site), குறியீட்டு உள்ளடக்கத்தின் முடிவில் அது ஒத்திவைக்கப்பட்டுள்ளதா அல்லது ஏற்றப்பட்டுள்ளதா என்பதை உறுதிசெய்துகொள்ளவும். உங்கள் தளத்தில் வாய்ப்புள்ள இடங்களில் எல்லாம் மார்க்கெட்டிங் கருவிகளை உட்பொதிக்க Wix [ஒருங்கிணைப்புகளைப்](https://support.wix.com/en/article/about-marketing-integrations) பயன்படுத்தவும். "
3199
+ },
3200
+ "node_modules/lighthouse-stack-packs/packs/wix.js | server-response-time": {
3201
+ "message": "அதிகளவிலான பார்வையாளர்களுக்கு முடிந்தவரை விரைவாகப் பதில்களை வழங்க, CDNகளையும் தற்காலிகச் சேமிப்பையும் Wix பயன்படுத்துகிறது. குறிப்பாக, `Velo` பயன்படுத்தினால் உங்கள் தளத்திற்கு [நீங்களே தற்காலிகச் சேமிப்பை இயக்குவதைப்](https://support.wix.com/en/article/site-performance-caching-pages-to-optimize-loading-speed) பரிந்துரைக்கிறோம்."
3202
+ },
3203
+ "node_modules/lighthouse-stack-packs/packs/wix.js | unused-javascript": {
3204
+ "message": "உங்கள் தளத்தில் நீங்கள் சேர்த்துள்ள மூன்றாம் தரப்புக் குறியீடுகள் அனைத்தையும் உங்கள் தளத்தின் டாஷ்போர்டில் உள்ள `Custom Code` பிரிவில் சரிபார்த்து, உங்கள் தளத்திற்குத் தேவையான சேவைகளை மட்டுமே வைத்துக்கொள்ளவும். [மேலும் தெரிந்துகொள்ளுங்கள்](https://support.wix.com/en/article/site-performance-removing-unused-javascript)."
3205
+ },
3038
3206
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | efficient-animated-content": {
3039
3207
  "message": "GIFஐ HTML5 வீடியோவாக உட்பொதிக்க உதவும் சேவையில் அதைப் பதிவேற்றவும்."
3040
3208
  },
@@ -3140,6 +3308,9 @@
3140
3308
  "report/renderer/report-utils.js | dropdownSaveJSON": {
3141
3309
  "message": "JSONனாக சேமி"
3142
3310
  },
3311
+ "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3312
+ "message": "View Unthrottled Trace"
3313
+ },
3143
3314
  "report/renderer/report-utils.js | dropdownViewer": {
3144
3315
  "message": "வியூவரில் திற"
3145
3316
  },