lighthouse 11.7.0-dev.20240330 → 11.7.0-dev.20240401
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.
- package/cli/test/smokehouse/core-tests.js +0 -2
- package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +0 -16
- package/core/audits/byte-efficiency/byte-efficiency-audit.js +1 -38
- package/core/audits/byte-efficiency/offscreen-images.d.ts +0 -11
- package/core/audits/byte-efficiency/offscreen-images.js +0 -15
- package/core/audits/dobetterweb/uses-http2.d.ts +0 -13
- package/core/audits/dobetterweb/uses-http2.js +2 -34
- package/core/audits/seo/is-crawlable.d.ts +2 -1
- package/core/computed/page-dependency-graph.js +2 -1
- package/core/config/default-config.js +1 -6
- package/core/gather/gatherers/accessibility.js +1 -3
- package/core/lib/lantern/page-dependency-graph.d.ts +4 -4
- package/core/lib/lantern/page-dependency-graph.js +5 -5
- package/dist/report/flow.js +14 -14
- package/flow-report/src/summary/category.tsx +10 -12
- package/package.json +1 -1
- package/shared/localization/locales/ar-XB.json +0 -30
- package/shared/localization/locales/ar.json +0 -30
- package/shared/localization/locales/bg.json +0 -30
- package/shared/localization/locales/ca.json +0 -30
- package/shared/localization/locales/cs.json +0 -30
- package/shared/localization/locales/da.json +0 -30
- package/shared/localization/locales/de.json +0 -30
- package/shared/localization/locales/el.json +0 -30
- package/shared/localization/locales/en-GB.json +0 -30
- package/shared/localization/locales/en-US.json +0 -30
- package/shared/localization/locales/en-XA.json +0 -30
- package/shared/localization/locales/en-XL.json +0 -30
- package/shared/localization/locales/es-419.json +0 -30
- package/shared/localization/locales/es.json +0 -30
- package/shared/localization/locales/fi.json +0 -30
- package/shared/localization/locales/fil.json +0 -30
- package/shared/localization/locales/fr.json +0 -30
- package/shared/localization/locales/he.json +0 -30
- package/shared/localization/locales/hi.json +0 -30
- package/shared/localization/locales/hr.json +0 -30
- package/shared/localization/locales/hu.json +0 -30
- package/shared/localization/locales/id.json +0 -30
- package/shared/localization/locales/it.json +0 -30
- package/shared/localization/locales/ja.json +0 -30
- package/shared/localization/locales/ko.json +0 -30
- package/shared/localization/locales/lt.json +0 -30
- package/shared/localization/locales/lv.json +0 -30
- package/shared/localization/locales/nl.json +0 -30
- package/shared/localization/locales/no.json +0 -30
- package/shared/localization/locales/pl.json +0 -30
- package/shared/localization/locales/pt-PT.json +0 -30
- package/shared/localization/locales/pt.json +0 -30
- package/shared/localization/locales/ro.json +0 -30
- package/shared/localization/locales/ru.json +0 -30
- package/shared/localization/locales/sk.json +0 -30
- package/shared/localization/locales/sl.json +0 -30
- package/shared/localization/locales/sr-Latn.json +0 -30
- package/shared/localization/locales/sr.json +0 -30
- package/shared/localization/locales/sv.json +0 -30
- package/shared/localization/locales/ta.json +0 -30
- package/shared/localization/locales/te.json +0 -30
- package/shared/localization/locales/th.json +0 -30
- package/shared/localization/locales/tr.json +0 -30
- package/shared/localization/locales/uk.json +0 -30
- package/shared/localization/locales/vi.json +0 -30
- package/shared/localization/locales/zh-HK.json +0 -30
- package/shared/localization/locales/zh-TW.json +0 -30
- package/shared/localization/locales/zh.json +0 -30
- package/types/lhr/audit-details.d.ts +9 -4
- package/core/audits/accessibility/duplicate-id-active.d.ts +0 -10
- package/core/audits/accessibility/duplicate-id-active.js +0 -42
- package/core/audits/seo/tap-targets.d.ts +0 -50
- package/core/audits/seo/tap-targets.js +0 -352
- package/core/gather/gatherers/seo/tap-targets.d.ts +0 -21
- package/core/gather/gatherers/seo/tap-targets.js +0 -389
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokumente yra elementas „`<title>`“"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Visų suaktyvinamų elementų `id` turi būti unikalūs, siekiant užtikrinti, kad elementai bus matomi pagalbinėms technologijoms. [Sužinokite, kaip išspręsti pasikartojančių `id` problemą](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "`[id]` atributai aktyviuose, išryškinamuose elementuose nėra unikalūs"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "`[id]` atributai aktyviuose, išryškinamuose elementuose yra unikalūs"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "ARIA ID vertė turi būti unikali, kad pagalbinės technologijos nepraleistų kitų objektų. [Sužinokite, kaip išspręsti pasikartojančių ARIA ID problemą](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "robots.txt tinkamas"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktyvūs elementai, pvz., mygtukai ir nuorodos, turi būti pakankamai dideli (48 x 48 piks.) arba aplink juos turi būti pakankamai vietos, kad būtų galima lengvai paliesti ir kad jie nepersidengtų su kitais elementais. [Sužinokite daugiau apie liečiamus elementus](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} tinkamo dydžio liečiamų objektų"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Liečiami objektai per maži, nes nėra mobiliųjų įrenginių ekranams optimizuotos peržiūros srities metažymos"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Liečiami objektai netinkamo dydžio"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Persidengiantis objektas"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Liečiamas objektas"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Liečiami objektai tinkamo dydžio"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Padarykite, kad pagrindinio dokumento serverio atsako laikas būtų trumpas, nes nuo jo priklauso visos kitos užklausos. [Sužinokite daugiau apie laiko iki pirmojo baito metriką](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokumentā ir ietverts elements `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Visiem fokusējamiem elementiem ir jābūt unikālam `id`, lai tie būtu redzami atbalsta tehnoloģijām. [Uzziniet, kā novērst ar `id` dublikātiem saistītas problēmas](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "`[id]` atribūti aktīvos, fokusējamos elementos nav unikāli"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "`[id]` atribūti aktīvos, fokusējamos elementos ir unikāli"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "ARIA ID vērtībai ir jābūt unikālai, lai atbalsta tehnoloģijas neizlaistu citas instances. [Uzziniet, kā novērst ARIA identifikatoru dublikātus](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "robots.txt ir derīgs"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktīvajiem elementiem, piemēram, pogām un saitēm, ir jābūt pietiekami lieliem (48 x 48 pikseļi) vai tiem apkārt ir jābūt pietiekami daudz brīvas vietas, lai tiem varētu viegli pieskarties, neaizskarot citus elementus. [Uzziniet vairāk par pieskārienu mērķiem](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} pieskārienu mērķu izmērs ir atbilstošs."
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Pieskārienu mērķu izmērs ir pārāk mazs, jo mobilo ierīču ekrāniem nav optimizēts skatvietas metatags"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Pieskārienu mērķi nav atbilstoša izmēra"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Mērķis, kas pārklājas"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Pieskārienu mērķis"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Pieskārienu mērķi ir pietiekami liela izmēra"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Galvenā dokumenta servera atbildes laikam jābūt īsam, jo no tā ir atkarīga pārējo pieprasījumu izpilde. [Uzziniet vairāk par rādītāju “Laiks līdz pirmajam baitam”](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Document bevat een `<title>`-element"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Alle focusbare elementen moeten een unieke `id` hebben om ervoor te zorgen dat ze zichtbaar zijn voor ondersteunende technologieën. [Meer informatie over het oplossen van problemen met dubbele `id`'s](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "`[id]`-kenmerken voor actieve, focusbare elementen zijn niet uniek"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "`[id]`-kenmerken voor actieve, focusbare elementen zijn uniek"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "De waarde van een ARIA-ID moet uniek zijn om te voorkomen dat andere instanties over het hoofd worden gezien door ondersteunende technologieën. [Meer informatie over hoe je dubbele ARIA-ID's oplost](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)"
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "robots.txt is geldig"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interactieve elementen, zoals knoppen en links, moeten groot genoeg zijn (48 x 48 pixels) of moeten voldoende ruimte eromheen hebben, zodat er makkelijk op getikt kan worden zonder dat andere elementen worden aangeraakt. [Meer informatie over tikdoelen](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} van de tikdoelen heeft een geschikt formaat"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Tikdoelen zijn te klein, omdat er geen kijkvenstermetatag is geoptimaliseerd voor mobiele schermen"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Tikdoelen hebben niet het juiste formaat"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Overlappend doel"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Tikdoel"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Tikdoelen hebben het juiste formaat"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Houd de reactietijd van de server voor het hoofddocument kort, omdat alle andere verzoeken daarvan afhankelijk zijn. [Meer informatie over de statistiek Tijd tot eerste byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokumentet har et `<title>`-element"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Alle fokuserbare elementer må ha unike `id`-attributter for å sikre at de er synlige for assisterende teknologi. [Finn ut hvordan du korrigerer dupliserte `id`-verdier](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "`[id]`-attributter på aktive, fokuserbare elementer er ikke unike"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "`[id]`-attributter på aktive, fokuserbare elementer er unike"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "ARIA-ID-attributter må ha unike verdier for å unngå at andre forekomster blir oversett av assisterende teknologi. [Finn ut hvordan du korrigerer dupliserte ARIA-ID-er](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "robots.txt er gyldig"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktive elementer, som knapper og linker, må være store nok (48 × 48 px) eller ha nok plass rundt seg til at det er lett å trykke på dem uten overlapping med andre elementer. [Finn ut mer om trykkbare områder](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} av de trykkbare elementene er store nok"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "De trykkbare elementene er for små fordi det ikke er noen viewport-metatag som er optimalisert for mobilskjermer"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Trykkbare elementer er ikke store nok"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Overlappende trykkbart element"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Trykkbart element"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Trykkbare elementer er store nok"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Hold tjenerresponstiden for hoveddokumentet lav, siden alle andre forespørsler avhenger av den. [Finn ut mer om beregningen Tid til første byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokument zawiera element `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Wszystkie elementy, które można zaznaczyć, muszą mieć unikalny atrybut `id`, aby były widoczne dla technologii wspomagających. [Jak naprawić duplikaty elementów `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Atrybuty `[id]` aktywnych elementów, które można zaznaczyć, nie są unikalne"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Atrybuty `[id]` aktywnych elementów, które można zaznaczyć, są unikalne"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Wartość identyfikatora ARIA musi być unikalna, aby technologie wspomagające nie pominęły innych wystąpień. [Jak naprawić zduplikowane identyfikatory ARIA](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)"
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Plik robots.txt jest prawidłowy"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Elementy interaktywne, takie jak przyciski i linki, powinny być dostatecznie duże (48 x 48 pikseli) lub mieć wokół siebie odpowiednią ilość miejsca, aby można było ich łatwo dotknąć, nie zahaczając o inne elementy. [Więcej informacji o elementach docelowych kliknięcia](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} elementów dotykowych ma odpowiednią wielkość"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Elementy dotykowe są zbyt małe z powodu braku metatagu viewport zoptymalizowanego na potrzeby ekranów telefonów"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Elementy dotykowe nie mają odpowiedniej wielkości"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Pokrywające się elementy dotykowe"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Element dotykowy"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Elementy dotykowe mają odpowiednią wielkość"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Zadbaj o to, aby czas reakcji serwera był jak najkrótszy dla głównego dokumentu na stronie, bo to od niego zależą wszystkie inne żądania. [Więcej informacji o czasie do pierwszego bajtu](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "O documento tem um elemento `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Todos os elementos focalizáveis têm de ter um `id` exclusivo para garantir que são visíveis para as tecnologias de assistência. [Saiba como corrigir `id`s duplicados](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Os atributos `[id]` nos elementos ativos e focáveis não são exclusivos"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Os atributos `[id]` nos elementos ativos e focáveis são exclusivos"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "O valor de um ID ARIA tem de ser exclusivo para evitar que outras instâncias sejam ignoradas pelas tecnologias de assistência. [Saiba como corrigir IDs ARIA duplicados](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "O ficheiro robots.txt é válido"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Os elementos interativos, como botões e links, devem ser suficientemente grandes (48 x 48 px) ou ter espaço suficiente à volta para serem fáceis de tocar sem que se sobreponham a outros elementos. [Saiba mais acerca dos alvos táteis](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "Os alvos táteis foram dimensionados corretamente com um tamanho de {decimalProportion, number, percent}"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Os alvos táteis são demasiado pequenos porque não existe nenhuma metatag de área visível otimizada para ecrãs de dispositivos móveis."
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Os alvos táteis não estão dimensionados corretamente"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Alvo sobreposto"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Alvo tátil"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Os alvos táteis estão dimensionados corretamente"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Mantenha o tempo de resposta do servidor para o documento principal curto porque todos os outros pedidos dependem do mesmo. [Saiba mais acerca da métrica Tempo até ao primeiro byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "O documento tem um elemento `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Todos os elementos focalizáveis precisam ter um `id` único para garantir que estejam visíveis para tecnologias adaptativas. [Aprenda a corrigir `id`s duplicados](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Os atributos `[id]` em elementos focalizáveis ativos não são únicos"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Os atributos `[id]` em elementos focalizáveis ativos são únicos"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "É necessário que o valor de um código ARIA seja único para impedir que outras instâncias sejam ignoradas por tecnologias adaptativas. [Aprenda a corrigir códigos ARIA duplicados](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "robots.txt é válido"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Elementos interativos, como botões e links, precisam ser grandes o bastante (48x48 px) ou ter espaço suficiente ao redor para poderem ser tocados sem sobreposição com outros elementos. [Saiba mais sobre áreas de toque](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} de áreas de toque dimensionadas corretamente"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "As áreas de toque são muito pequenas porque não há nenhuma metatag de janela de visualização otimizada para telas de dispositivos móveis"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "As áreas de toque não estão dimensionadas corretamente"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Área com sobreposição"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Área de toque"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "As áreas de toque estão dimensionadas corretamente"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Mantenha curto o tempo de resposta do servidor para o documento principal, já que todos os outros pedidos dependem dele. [Saiba mais sobre a métrica \"Tempo até o primeiro byte\"](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Documentul are un element `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Toate elementele focalizabile trebuie să aibă un `id` unic ca să fie vizibile pentru tehnologiile de asistare. [Află cum să remediezi dublurile de `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Atributele `[id]` ale elementelor focalizabile active nu sunt unice"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Atributele `[id]` ale elementelor focalizabile active sunt unice"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Valoarea unui ID ARIA trebuie să fie unică pentru a preveni omiterea altor instanțe de tehnologiile de asistare. [Află cum să remediezi ID-urile ARIA dublură](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Fișierul robots.txt este valid"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Elementele interactive, precum butoanele și linkurile, trebuie să fie suficient de mari (48x48 px) și să aibă suficient spațiu în jurul lor pentru a fi ușor de atins, fără a se suprapune peste alte elemente. [Află mai multe despre țintele de atingere](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} direcționări ale atingerilor au mărimea corectă"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Direcționările atingerilor sunt prea mici, deoarece nu există o metaetichetă Viewport optimizată pentru ecranele dispozitivelor mobile"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Direcționările atingerilor nu sunt dimensionate corect"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Direcționarea se suprapune"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Direcționarea atingerii"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Direcționările atingerilor sunt dimensionate corect"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Menține o durată scurtă de răspuns de la server pentru documentul principal, deoarece toate celelalte solicitări depind de acest lucru. [Află mai multe despre valoarea Timpul până la primul byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Документ содержит элемент `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Чтобы технологии специальных возможностей могли считывать все фокусируемые элементы, их атрибуты `id` должны быть уникальными. Подробнее о том, [как убрать копии атрибутов `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)…"
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "У активных элементов есть неуникальные атрибуты `[id]`"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Атрибуты `[id]` у активных элементов уникальны"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Значение идентификатора ARIA должно быть уникальным, поскольку технологии специальных возможностей могут игнорировать повторяющиеся идентификаторы. Подробнее о том, [как убрать копии идентификаторов ARIA](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)…"
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Файл robots.txt действителен"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Интерактивные элементы, такие как кнопки и ссылки, должны быть достаточно крупными (48 x 48 пкс) или располагаться на достаточном расстоянии друг от друга. Тогда при нажатии пользователи не будут задевать соседние объекты. Подробнее [об оптимальных размерах интерактивных элементов](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)…"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "Размеры {decimalProportion, number, percent} интерактивных элементов соответствуют требованиям."
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Слишком маленькие интерактивные элементы. Настройте область просмотра для экранов мобильных устройств с помощью метатега viewport."
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Размер интерактивных элементов не оптимален"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Частичное совпадение элементов"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Интерактивный элемент"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Размер интерактивных элементов оптимален"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Время ответа сервера для основного документа должно быть небольшим, так как все прочие запросы зависят от этого показателя. Подробнее [о времени до получения первого байта](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)…"
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokument má prvok `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Všetky označiteľné prvky musia mať jedinečný atribút `id`, aby ich dokázali rozpoznať asistenčné technológie. [Ako opraviť duplicitné atribúty `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Atribúty `[id]` aktívnych označiteľných prvkov nie sú jedinečné"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Atribúty `[id]` aktívnych označiteľných prvkov sú jedinečné"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Hodnota identifikátora ARIA musí byť jedinečná, aby asistenčné technológie neprehliadli ďalšie výskyty. [Ako opraviť duplicitné identifikátory ARIA](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)"
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Súbor robots.txt je platný"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktívne prvky, ako sú tlačidlá a odkazy, by mali byť dostatočne veľké (48 × 48 px) a mať okolo seba dostatočné voľné miesto, aby sa na ne dalo ľahko klepnúť a neprekrývali ďalšie prvky. [Ďalšie informácie o cieľoch klepnutí](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} cieľových oblastí s vhodnou veľkosťou"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Cieľové oblasti klepnutia sú príliš malé, pretože neexistuje žiadna metaznačka oblasti zobrazenia optimalizovaná pre mobilné obrazovky"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Cieľové oblasti klepnutia nemajú vhodnú veľkosť"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Prekrývajúce sa cieľové oblasti"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Cieľová oblasť klepnutia"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Cieľové oblasti klepnutia majú vhodnú veľkosť"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Zaistite, aby bol čas odozvy servera pre hlavný dokument krátky, pretože od neho závisia všetky ostatné žiadosti. [Ďalšie informácie o metrike Čas do prvého bajtu](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokument ima element `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Vsi elementi, ki jih je mogoče izbrati, morajo imeti enoličen atribut `id`, s čimer se zagotovi, da so vidni podpornim tehnologijam. [Preberite, kako odpravite težave s podvojenimi elementi`id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Toliko atributov aktivnih elementov, ki jih je mogoče izbrati, ni enoličnih: `[id]`"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Toliko atributov aktivnih elementov, ki jih je mogoče izbrati, je enoličnih: `[id]`"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Vrednost ID-ja ARIA mora biti enolična, če želite preprečiti, da bi podporne tehnologije spregledale druge primerke. [Preberite, kako odpravite podvojene ID-je ARIA](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Datoteka robots.txt je veljavna"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktivni elementi, kot so gumbi in povezave, morajo biti dovolj veliki (48 x 48 slikovnih pik) mora biti okoli njih dovolj prostora, da se jih je mogoče dotakniti, ne da bi se pri tem dotaknili drugih elementov. [Preberite več o ciljih dotikov](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} ciljev dotika primerne velikosti"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Cilji za dotik so premajhni, ker ni metaoznake »viewport«, optimizirane za zaslone mobilnih naprav."
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Cilji za dotik niso primerne velikosti"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Prekrivajoči se cilj"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Cilj za dotik"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Cilji za dotikanje so ustrezne velikosti"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Odzivni čas strežnika za glavni dokument naj bo kratek, saj so od tega odvisne vse druge zahteve. [Preberite več o meritvi »Čas do prvega bajta«](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Dokument ima element `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Da biste se uverili da su vidljivi za tehnologije za pomoć osobama sa invaliditetom, svi elementi koji mogu da se fokusiraju moraju da imaju jedinstveni `id`. [Saznajte kako da rešite duplirane `id`-ove](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Atributi `[id]` na aktivnim elementima koji mogu da se fokusiraju nisu jedinstveni"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Atributi `[id]` na aktivnim elementima koji mogu da se fokusiraju su jedinstveni"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Vrednost ARIA ID-a mora da bude jedinstvena da bi se sprečilo da tehnologije za pomoć osobama sa invaliditetom propuste druge instance. [Saznajte kako da otklonite duplikate ARIA ID-ova](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Datoteka robots.txt je važeća"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Interaktivni elementi poput dugmadi i linkova treba da budu dovoljno veliki (48×48 piksela) ili da imaju dovoljno prostora oko sebe da bi bilo lako da se dodirnu bez preklapanja sa drugim elementima. [Saznajte više o ciljevima za dodir](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} ciljeva dodirivanja ima odgovarajuću veličinu"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Ciljevi dodirivanja su premali jer ne postoji metaoznaka oblasti prikaza koja je optimizovana za ekrane na mobilnim uređajima"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Ciljevi dodirivanja nemaju odgovarajuću veličinu"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Cilj koji se preklapa"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Cilj dodirivanja"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Ciljevi dodirivanja imaju odgovarajuću veličinu"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Vreme odgovora servera za glavni dokument treba da bude kratko jer svi drugi zahtevi zavise od njega. [Saznajte više o pokazatelju Vreme do prvog bajta](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|
|
@@ -236,15 +236,6 @@
|
|
|
236
236
|
"core/audits/accessibility/document-title.js | title": {
|
|
237
237
|
"message": "Документ има елемент `<title>`"
|
|
238
238
|
},
|
|
239
|
-
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "Да бисте се уверили да су видљиви за технологије за помоћ особама са инвалидитетом, сви елементи који могу да се фокусирају морају да имају јединствени `id`. [Сазнајте како да решите дуплиране `id`-ове](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
|
|
241
|
-
},
|
|
242
|
-
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
|
-
"message": "Атрибути `[id]` на активним елементима који могу да се фокусирају нису јединствени"
|
|
244
|
-
},
|
|
245
|
-
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
246
|
-
"message": "Атрибути `[id]` на активним елементима који могу да се фокусирају су јединствени"
|
|
247
|
-
},
|
|
248
239
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
240
|
"message": "Вредност ARIA ИД-а мора да буде јединствена да би се спречило да технологије за помоћ особама са инвалидитетом пропусте друге инстанце. [Сазнајте како да отклоните дупликате ARIA ИД-ова](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
|
|
250
241
|
},
|
|
@@ -1499,27 +1490,6 @@
|
|
|
1499
1490
|
"core/audits/seo/robots-txt.js | title": {
|
|
1500
1491
|
"message": "Датотека robots.txt је важећа"
|
|
1501
1492
|
},
|
|
1502
|
-
"core/audits/seo/tap-targets.js | description": {
|
|
1503
|
-
"message": "Интерактивни елементи попут дугмади и линкова треба да буду довољно велики (48×48 пиксела) или да имају довољно простора око себе да би било лако да се додирну без преклапања са другим елементима. [Сазнајте више о циљевима за додир](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1506
|
-
"message": "{decimalProportion, number, percent} циљева додиривања има одговарајућу величину"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1509
|
-
"message": "Циљеви додиривања су премали јер не постоји метаознака области приказа која је оптимизована за екране на мобилним уређајима"
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1512
|
-
"message": "Циљеви додиривања немају одговарајућу величину"
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1515
|
-
"message": "Циљ који се преклапа"
|
|
1516
|
-
},
|
|
1517
|
-
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1518
|
-
"message": "Циљ додиривања"
|
|
1519
|
-
},
|
|
1520
|
-
"core/audits/seo/tap-targets.js | title": {
|
|
1521
|
-
"message": "Циљеви додиривања имају одговарајућу величину"
|
|
1522
|
-
},
|
|
1523
1493
|
"core/audits/server-response-time.js | description": {
|
|
1524
1494
|
"message": "Време одговора сервера за главни документ треба да буде кратко јер сви други захтеви зависе од њега. [Сазнајте више о показатељу Време до првог бајта](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
|
|
1525
1495
|
},
|