lighthouse 12.8.2-dev.20250923 → 12.8.2-dev.20250925

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 (74) hide show
  1. package/cli/test/smokehouse/version-check.d.ts +1 -1
  2. package/core/audits/accessibility/aria-allowed-role.js +1 -0
  3. package/core/audits/accessibility/image-redundant-alt.js +1 -0
  4. package/core/audits/accessibility/landmark-one-main.js +0 -1
  5. package/core/audits/accessibility/table-duplicate-name.js +1 -0
  6. package/core/config/default-config.js +90 -71
  7. package/core/gather/gatherers/image-elements.js +32 -6
  8. package/core/lib/emulation.d.ts +10 -0
  9. package/core/lib/emulation.js +21 -6
  10. package/core/lib/legacy-javascript/legacy-javascript.js +4 -11
  11. package/core/lib/proto-preprocessor.js +5 -3
  12. package/core/scoring.js +1 -1
  13. package/package.json +3 -4
  14. package/readme.md +1 -1
  15. package/report/renderer/details-renderer.d.ts +1 -2
  16. package/report/renderer/details-renderer.js +0 -1
  17. package/shared/localization/locales/ar-XB.json +0 -30
  18. package/shared/localization/locales/ar.json +0 -30
  19. package/shared/localization/locales/bg.json +0 -30
  20. package/shared/localization/locales/ca.json +0 -30
  21. package/shared/localization/locales/cs.json +0 -30
  22. package/shared/localization/locales/da.json +0 -30
  23. package/shared/localization/locales/de.json +0 -30
  24. package/shared/localization/locales/el.json +0 -30
  25. package/shared/localization/locales/en-GB.json +0 -30
  26. package/shared/localization/locales/en-US.json +0 -30
  27. package/shared/localization/locales/en-XA.json +0 -30
  28. package/shared/localization/locales/en-XL.json +0 -30
  29. package/shared/localization/locales/es-419.json +0 -30
  30. package/shared/localization/locales/es.json +0 -30
  31. package/shared/localization/locales/fi.json +0 -30
  32. package/shared/localization/locales/fil.json +0 -30
  33. package/shared/localization/locales/fr.json +0 -30
  34. package/shared/localization/locales/he.json +0 -30
  35. package/shared/localization/locales/hi.json +0 -30
  36. package/shared/localization/locales/hr.json +0 -30
  37. package/shared/localization/locales/hu.json +0 -30
  38. package/shared/localization/locales/id.json +0 -30
  39. package/shared/localization/locales/it.json +0 -30
  40. package/shared/localization/locales/ja.json +0 -30
  41. package/shared/localization/locales/ko.json +0 -30
  42. package/shared/localization/locales/lt.json +0 -30
  43. package/shared/localization/locales/lv.json +0 -30
  44. package/shared/localization/locales/nl.json +0 -30
  45. package/shared/localization/locales/no.json +0 -30
  46. package/shared/localization/locales/pl.json +0 -30
  47. package/shared/localization/locales/pt-PT.json +0 -30
  48. package/shared/localization/locales/pt.json +0 -30
  49. package/shared/localization/locales/ro.json +0 -30
  50. package/shared/localization/locales/ru.json +0 -30
  51. package/shared/localization/locales/sk.json +0 -30
  52. package/shared/localization/locales/sl.json +0 -30
  53. package/shared/localization/locales/sr-Latn.json +0 -30
  54. package/shared/localization/locales/sr.json +0 -30
  55. package/shared/localization/locales/sv.json +0 -30
  56. package/shared/localization/locales/ta.json +0 -30
  57. package/shared/localization/locales/te.json +0 -30
  58. package/shared/localization/locales/th.json +0 -30
  59. package/shared/localization/locales/tr.json +0 -30
  60. package/shared/localization/locales/uk.json +0 -30
  61. package/shared/localization/locales/vi.json +0 -30
  62. package/shared/localization/locales/zh-HK.json +0 -30
  63. package/shared/localization/locales/zh-TW.json +0 -30
  64. package/shared/localization/locales/zh.json +0 -30
  65. package/shared/localization/locales.d.ts +2 -0
  66. package/shared/localization/locales.js +130 -139
  67. package/shared/tsconfig.json +2 -0
  68. package/tsconfig-base.json +1 -1
  69. package/tsconfig.json +1 -1
  70. package/types/artifacts.d.ts +0 -33
  71. package/core/audits/seo/font-size.d.ts +0 -24
  72. package/core/audits/seo/font-size.js +0 -344
  73. package/core/gather/gatherers/seo/font-size.d.ts +0 -131
  74. package/core/gather/gatherers/seo/font-size.js +0 -347
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Odkazy je možné prehľadávať"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Ďalší nečitateľný text"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Veľkosť písma"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "% textu na stránke"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Selektor"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Veľkosti písma menšie ako 12 px sú príliš malé na to, aby boli čitateľné, a nútia používateľov mobilných zariadení, aby si ich priblížili stiahnutím prstov. Zaistite, aby viac ako 60 % textu na stránke malo veľkosť ≥ 12 px. [Ďalšie informácie o čitateľných veľkostiach písma](https://developer.chrome.com/docs/lighthouse/seo/font-size/)"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} čitateľného textu"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Text nie je čitateľný, pretože neexistuje žiadna metaznačka oblasti zobrazenia optimalizovaná pre mobilné obrazovky."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Dokument nepoužíva čitateľné veľkosti písma"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Čitateľný text"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Dokument používa čitateľné veľkosti písma"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Odkazy hreflang informujú vyhľadávače, akú verziu stránky by mali uviesť vo výsledkoch vyhľadávania pre daný jazyk alebo oblasť. [Ďalšie informácie o útržku `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)"
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Povezave omogočajo iskanje po vsebini"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Dodatno neberljivo besedilo"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Velikost pisave"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "% besedila na strani"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Izbirnik"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Velikosti pisave, manjše od 12 slikovnih pik, so premajhne, da bi bile berljive, zato morajo obiskovalci z mobilnimi napravami s potezo razširjanja prstov na zaslonu povečati strani, da bi jih lahko prebrali. Poskušajte zagotoviti, da bo več kot 60 % besedila na strani velikosti, ki ni manjša od 12 slikovnih pik. [Preberite več o berljivih velikostih pisav](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} berljivega besedila"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Besedilo je neberljivo, ker ni metaoznake »viewport«, optimizirane za zaslone mobilnih naprav."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Dokument ne uporablja berljivih velikosti pisav"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Berljivo besedilo"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Dokument uporablja berljive velikosti pisav"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Povezave hreflang iskalnikom povedo, katero različico strani naj prikažejo v rezultatih iskanja za določen jezik ali regijo. [Preberite več o povezavah `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Linkovi mogu da se popišu"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Dodatan nečitljiv tekst"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Veličina fonta"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "Procenat teksta na stranici"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Birač"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Veličine fontova ispod 12 piksela su premale da bi bile čitljive i zbog njih korisnici na mobilnim uređajima moraju da „zumiraju prstima“ kako bi mogli da čitaju sadržaj. Potrudite se da >60% teksta stranice bude ≥12 piksela. [Saznajte više o čitljivim veličinama fontova](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} čitljivog teksta"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Tekst nije čitljiv jer ne postoji metaoznaka oblasti prikaza koja je optimizovana za ekrane na mobilnim uređajima."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Dokument ne koristi čitljive veličine fontova"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Čitljiv tekst"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Dokument koristi čitljive veličine fontova"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Linkovi hreflang obaveštavaju pretraživače koju verziju stranice treba da navedu u rezultatima pretrage za dati jezik ili region. [Saznajte više o linkovima `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Линкови могу да се попишу"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Додатан нечитљив текст"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Величина фонта"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "Проценат текста на страници"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Бирач"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Величине фонтова испод 12 пиксела су премале да би биле читљиве и због њих корисници на мобилним уређајима морају да „зумирају прстима“ како би могли да читају садржај. Потрудите се да >60% текста странице буде ≥12 пиксела. [Сазнајте више о читљивим величинама фонтова](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} читљивог текста"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Текст није читљив јер не постоји метаознака области приказа која је оптимизована за екране на мобилним уређајима."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Документ не користи читљиве величине фонтова"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Читљив текст"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Документ користи читљиве величине фонтова"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Линкови hreflang обавештавају претраживаче коју верзију странице треба да наведу у резултатима претраге за дати језик или регион. [Сазнајте више о линковима `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Länkarna är genomsökningsbara"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Ytterligare oläslig text"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Teckensnittsstorlek"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "Andel text på sidan"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Väljare"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Teckenstorlekar under 12 pixlar är för små för att kunna läsas och kräver att telefonbesökare zoomar genom att nypa för att kunna läsa. Försök ha minst 60 % av texten i 12 pixlar eller mer. [Läs mer om läsbara teckenstorlekar](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} läslig text"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Text är oläslig eftersom det inte finns någon metatagg för visningsområde som är optimerad för mobila skärmar."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Dokumentet har inga läsliga teckenstorlekar"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Läslig text"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Dokumentet har läsliga teckenstorlekar"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Hreflang-länkar informerar sökmotorer om vilken version av en sida de ska visa i sökresultaten för ett visst språk eller område. [Läs mer om `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "இணைப்புகள் கிரால் செய்யக்கூடியவை"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "தெளிவற்ற கூடுதல் உரை"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "எழுத்து வடிவ அளவு"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "பக்க உரையின் சதவீதம் (%)"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "தேர்வி"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "12 பிக்சலுக்குக் குறைவான எழுத்து வடிவ அளவுகள் படிப்பதற்கு மிகச் சிறியவை. மொபைலில் இந்தத் தளத்தைப் பார்ப்பவர்கள் வார்த்தைகளைப் படிக்க “அளவை மாற்ற பின்ச் செய்தல்” அம்சத்தைப் பயன்படுத்த வேண்டியிருக்கும். எனவே பக்கத்தின் 60%க்கும் அதிகமான எழுத்துகளுக்கு 12px அல்லது அதற்கு அதிகமான எழுத்துவடிவ அளவை அமைக்க முயலவும். [தெளிவான எழுத்து வடிவ அளவுகள் குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} தெளிவான உரை"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "மொபைல் திரைகளுக்கேற்ப காட்சிப் பகுதி மேலதிகத் தகவல் மேம்படுத்தப்படாததால் உரையைச் சரியாகப் படிக்க முடியவில்லை."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "ஆவணத்தில் தெளிவான எழுத்துரு அளவுகள் பயன்படுத்தப்படவில்லை"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "தெளிவான உரை"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "ஆவணத்தில் தெளிவான எழுத்துரு அளவுகள் பயன்படுத்தப்பட்டுள்ளன"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "hreflang இணைப்புகள் என்பவை குறிப்பிட்ட ஒரு மொழியிலான அல்லது பகுதிக்கான தேடல் முடிவுகளில், ஒரு பக்கத்தின் எந்தப் பதிப்பைப் பட்டியலிட வேண்டும் என்பதைத் தேடல் இன்ஜின்களுக்குச் சொல்கின்றன. [`hreflang` குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "లింక్‌లు క్రాల్ చేయదగినవి"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "అదనపు అస్పష్టమైన టెక్స్ట్"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "ఫాంట్ సైజ్"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "పేజీ టెక్స్ట్‌లో %"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "ఎంపిక సాధనం"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "ఫాంట్ సైజులు 12px కంటే తక్కువగా ఉంటే, టెక్స్ట్ మరీ చిన్నగా ఉండటం వల్ల చదవడం కష్టం అవుతుంది, దాన్ని చదవడం కోసం మొబైల్ సందర్శకులు \"జూమ్ చేయడానికి వేళ్లతో స్క్రీన్‌ను నియంత్రించాల్సి ఉంటుంది.\" పేజీలో 60% కంటే ఎక్కువ కవర్ చేసే టెక్స్ట్ తాలూకు ఫాంట్ సైజు 12px కానీ, లేదా అంత కంటే ఎక్కువ కానీ ఉండేలా సెట్ చేయడానికి ట్రై చేయండి. [చదవడానికి అనువుగా ఉండే ఫాంట్ సైజుల గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} సముచిత వచనం"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "మొబైల్ స్క్రీన్‌ల కోసం ఆప్టిమైజ్ చేసిన వీక్షణ పోర్ట్ మెటా ట్యాగ్ అందుబాటులో లేదు కనుక వచనం సముచితంగా లేదు."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "డాక్యుమెంట్‌లో సముచితమైన ఫాంట్ పరిమాణాలను ఉపయోగించలేదు"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "స్పష్టమైన టెక్స్ట్"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "డాక్యుమెంట్‌లో ఫాంట్ పరిమాణాలు సముచితంగా ఉన్నాయి"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "నిర్దిష్ట భాష లేదా ప్రాంతానికి సంబంధించి, పేజీ తాలూకు ఏ వెర్షన్‌ను సెర్చ్ ఫలితాలలో చూపాలో సెర్చ్ ఇంజిన్‌లకు hreflang లింక్‌లు తెలియజేస్తాయి. [`hreflang` గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "รวบรวมข้อมูลลิงก์ได้"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "ข้อความอื่นที่อ่านได้ไม่ชัดเจน"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "ขนาดแบบอักษร"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "% ของข้อความในหน้า"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "ตัวเลือก"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "ขนาดตัวอักษรที่เล็กกว่า 12 พิกเซลจะเล็กเกินไปจนอ่านไม่ออกและทำให้ผู้เข้าชมบนมือถือต้องใช้นิ้วซูมเพื่ออ่าน พยายามให้ข้อความในหน้าเว็บมากกว่า 60% มีขนาดอย่างน้อย 12 พิกเซล [ดูข้อมูลเพิ่มเติมเกี่ยวกับขนาดแบบอักษรที่อ่านง่าย](https://developer.chrome.com/docs/lighthouse/seo/font-size/)"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "ข้อความที่อ่านได้ชัดเจน {decimalProportion, number, extendedPercent}"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "ข้อความอ่านได้ไม่ชัดเจนเพราะไม่มีเมตาแท็กวิวพอร์ตที่เพิ่มประสิทธิภาพให้เหมาะกับหน้าจอมือถือ"
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "เอกสารไม่ได้ใช้ขนาดตัวอักษรที่อ่านได้ชัดเจน"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "ข้อความที่อ่านได้ชัดเจน"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "เอกสารใช้ขนาดตัวอักษรที่อ่านได้ชัดเจน"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "ลิงก์ hreflang จะบอกให้เครื่องมือค้นหาทราบถึงเวอร์ชันของหน้าเว็บที่ควรแสดงในผลการค้นหาสำหรับแต่ละภาษาหรือภูมิภาค [ดูข้อมูลเพิ่มเติมเกี่ยวกับ `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)"
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Bağlantılar taranabilir"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Okunabilir olmayan ek metin"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Yazı Tipi Boyutu"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "Sayfa Metninin %'si"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Seçici"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "12 pikselden küçük yazı tipi boyutları okunamayacak kadar küçüktür ve mobil cihaz kullanıcılarının içeriği okuyabilmek için parmaklarıyla sıkıştırma hareketi yaparak yakınlaştırmalarını gerektirir. Sayfanın %60'ından fazlasının en az 12 piksel boyutunda olmasını sağlamaya çalışın. [Okunaklı yazı tipi boyutları hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} kadar okunabilir metin"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Mobil ekranlar için optimize edilmiş görüntü alanı meta etiketi olmadığından metin okunaklı değil."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Dokümanda okunabilir yazı tipi boyutları kullanılmıyor"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Okunabilir metin"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Dokümanda okunabilir yazı tipi boyutları kullanılıyor"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "hreflang bağlantıları, arama motorlarına, belirli bir dildeki veya bölgedeki arama sonuçlarında bir sayfanın hangi sürümünün listeleneceğini bildirir. [`hreflang` hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Посилання можна сканувати"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Інший нечитабельний текст"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Розмір шрифту"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "% тексту на сторінці"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Селектор"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Розміри шрифту до 12px замалі й нечитабельні. Щоб користувачі мобільних пристроїв змогли прочитати текст, їм потрібно буде збільшувати масштаб пальцями. Бажано, щоб понад 60% тексту на сторінці було написано щонайменше шрифтом 12px. [Докладніше про читабельні розміри шрифтів.](https://developer.chrome.com/docs/lighthouse/seo/font-size/)"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} читабельного тексту"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Текст нечитабельний, оскільки метатег області перегляду не оптимізовано для мобільних пристроїв."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "У документі використано нечитабельні розміри шрифтів"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Читабельний текст"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "У документі використано читабельні розміри шрифтів"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Посилання hreflang указують пошуковим системам версію сторінки, яку потрібно додати в результати пошуку для певної мови чи регіону. [Докладніше про атрибут `hreflang`.](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)"
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "Các đường liên kết có thể thu thập thông tin"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "Văn bản bổ sung khó đọc"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "Cỡ chữ"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "% văn bản trên trang"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "Bộ chọn"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "Cỡ chữ dưới 12 pixel là quá nhỏ và khó đọc, buộc khách truy cập trên thiết bị di động phải \"chụm để thu phóng\" mới đọc được. Tốt nhất là hơn 60% văn bản trên trang có cỡ chữ lớn hơn hoặc bằng 12 pixel. [Tìm hiểu thêm về cỡ chữ dễ đọc](https://developer.chrome.com/docs/lighthouse/seo/font-size/)."
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} văn bản dễ đọc"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "Văn bản không đọc được vì không có thẻ meta viewport nào được tối ưu hóa cho màn hình thiết bị di động."
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "Tài liệu không sử dụng cỡ chữ dễ đọc"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "Văn bản dễ đọc"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "Tài liệu sử dụng cỡ chữ dễ đọc"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "Các phần tử liên kết hreflang cho công cụ tìm kiếm biết nên liệt kê phiên bản trang nào trong kết quả tìm kiếm cho một ngôn ngữ hoặc khu vực cụ thể. [Tìm hiểu thêm về `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "可檢索的連結"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "其他難以辨識的文字"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "字型大小"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "頁面文字百分比"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "選取器"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "如果字型小於 12 像素,文字會太小而難以辨識,流動裝置訪客需要「兩指縮放」才能閱讀內容。網頁中應有超過 60% 採用最少 12 像素的文字。[進一步瞭解清晰易讀的字型大小](https://developer.chrome.com/docs/lighthouse/seo/font-size/)。"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} 的文字清晰可讀"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "由於網頁沒有為流動裝置螢幕設定合適的檢視區中繼標記,因文字難以辨識。"
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "文件使用的字型大小難以辨識"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "清晰可讀的文字"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "文件使用的字型大小清晰可讀"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "hreflang 連結會通知搜尋引擎,應在特定語言或區域的搜尋結果中該顯示哪個版本的網頁。[進一步瞭解 `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)。"
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "可檢索的連結"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "其他難以辨識的文字"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "字型大小"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "頁面文字百分比"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "選取器"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "如果字型小於 12 像素,文字會太小而難以辨識;行動裝置訪客必須「以雙指撥動縮放」才能閱讀內容。網頁中應有超過 60% 的文字採用 12 像素以上的大小。[進一步瞭解清晰易讀的字型大小](https://developer.chrome.com/docs/lighthouse/seo/font-size/)。"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} 的文字清晰易讀"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "文字難以辨識,這是因為網頁沒有針對行動裝置螢幕設定合適的可視區域中繼標記。"
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "文件使用的字型大小難以辨識"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "清晰易讀的文字"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "文件使用的字型大小清晰易讀"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "hreflang 連結會告訴搜尋引擎在特定語言或區域的搜尋結果中應顯示哪種版本的網頁。[進一步瞭解 `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)。"
1351
1321
  },
@@ -1316,36 +1316,6 @@
1316
1316
  "core/audits/seo/crawlable-anchors.js | title": {
1317
1317
  "message": "链接都是可抓取的"
1318
1318
  },
1319
- "core/audits/seo/font-size.js | additionalIllegibleText": {
1320
- "message": "其他无法辨认的文字"
1321
- },
1322
- "core/audits/seo/font-size.js | columnFontSize": {
1323
- "message": "字号"
1324
- },
1325
- "core/audits/seo/font-size.js | columnPercentPageText": {
1326
- "message": "网页文本百分比"
1327
- },
1328
- "core/audits/seo/font-size.js | columnSelector": {
1329
- "message": "选择器"
1330
- },
1331
- "core/audits/seo/font-size.js | description": {
1332
- "message": "12px 以下的字体过小,会导致用户无法辨认;此外,这样的字体需要移动设备访问者“张合双指进行缩放”才能阅读。请尽量让 60% 以上的页面文字不小于 12px。[详细了解清晰可辨的字体大小](https://developer.chrome.com/docs/lighthouse/seo/font-size/)。"
1333
- },
1334
- "core/audits/seo/font-size.js | displayValue": {
1335
- "message": "{decimalProportion, number, extendedPercent} 清晰可辨的文字"
1336
- },
1337
- "core/audits/seo/font-size.js | explanationViewport": {
1338
- "message": "无法辨认文字,因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记。"
1339
- },
1340
- "core/audits/seo/font-size.js | failureTitle": {
1341
- "message": "文档未使用清晰可辨的字体大小"
1342
- },
1343
- "core/audits/seo/font-size.js | legibleText": {
1344
- "message": "清晰可辨的文字"
1345
- },
1346
- "core/audits/seo/font-size.js | title": {
1347
- "message": "文档所用的字体大小清晰可辨"
1348
- },
1349
1319
  "core/audits/seo/hreflang.js | description": {
1350
1320
  "message": "hreflang 链接用于告知搜索引擎应在特定语言或地区的搜索结果中显示哪种版本的网页。[详细了解 `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)。"
1351
1321
  },
@@ -2,6 +2,8 @@ export type Locale = import("../../types/lhr/settings").Locale;
2
2
  export type LhlMessages = Record<string, {
3
3
  message: string;
4
4
  }>;
5
+ /** @typedef {import('../../types/lhr/settings').Locale} Locale */
6
+ /** @typedef {Record<string, {message: string}>} LhlMessages */
5
7
  /** @type {Record<Locale, LhlMessages>} */
6
8
  export const locales: Record<Locale, LhlMessages>;
7
9
  //# sourceMappingURL=locales.d.ts.map