lighthouse 12.4.0-dev.20250324 → 12.5.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.
- package/package.json +7 -7
- package/shared/localization/locales/ar-XB.json +28 -1
- package/shared/localization/locales/ar.json +34 -1
- package/shared/localization/locales/bg.json +34 -1
- package/shared/localization/locales/ca.json +34 -1
- package/shared/localization/locales/cs.json +34 -1
- package/shared/localization/locales/da.json +34 -1
- package/shared/localization/locales/de.json +34 -1
- package/shared/localization/locales/el.json +34 -1
- package/shared/localization/locales/en-GB.json +46 -1
- package/shared/localization/locales/en-XA.json +34 -1
- package/shared/localization/locales/es-419.json +34 -1
- package/shared/localization/locales/es.json +34 -1
- package/shared/localization/locales/fi.json +34 -1
- package/shared/localization/locales/fil.json +28 -1
- package/shared/localization/locales/fr.json +34 -1
- package/shared/localization/locales/he.json +28 -1
- package/shared/localization/locales/hi.json +28 -1
- package/shared/localization/locales/hr.json +34 -1
- package/shared/localization/locales/hu.json +35 -2
- package/shared/localization/locales/id.json +28 -1
- package/shared/localization/locales/it.json +34 -1
- package/shared/localization/locales/ja.json +34 -1
- package/shared/localization/locales/ko.json +43 -1
- package/shared/localization/locales/lt.json +34 -1
- package/shared/localization/locales/lv.json +34 -1
- package/shared/localization/locales/nl.json +31 -1
- package/shared/localization/locales/no.json +34 -1
- package/shared/localization/locales/pl.json +35 -2
- package/shared/localization/locales/pt-PT.json +28 -1
- package/shared/localization/locales/pt.json +28 -1
- package/shared/localization/locales/ro.json +28 -1
- package/shared/localization/locales/ru.json +28 -1
- package/shared/localization/locales/sk.json +29 -2
- package/shared/localization/locales/sl.json +29 -2
- package/shared/localization/locales/sr-Latn.json +28 -1
- package/shared/localization/locales/sr.json +28 -1
- package/shared/localization/locales/sv.json +28 -1
- package/shared/localization/locales/ta.json +28 -1
- package/shared/localization/locales/te.json +28 -1
- package/shared/localization/locales/th.json +28 -1
- package/shared/localization/locales/tr.json +28 -1
- package/shared/localization/locales/uk.json +28 -1
- package/shared/localization/locales/vi.json +29 -2
- package/shared/localization/locales/zh-HK.json +28 -1
- package/shared/localization/locales/zh-TW.json +28 -1
- package/shared/localization/locales/zh.json +28 -1
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Bruk videoformat for animert innhold"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "Polyfill- og transform-kode gjør det mulig for nettlesere i eldre versjoner å bruke nye JavaScript-funksjoner. Mange former for slik kode trengs imidlertid ikke i moderne nettlesere.
|
|
663
|
+
"message": "Polyfill- og transform-kode gjør det mulig for nettlesere i eldre versjoner å bruke nye JavaScript-funksjoner. Mange former for slik kode trengs imidlertid ikke i moderne nettlesere. Vurder å endre JavaScript-prosessen din slik at den ikke transkompilerer [Baseline](https://web.dev/baseline)-funksjoner, med mindre du vet at du må støtte eldre nettlesere. [Finn ut hvorfor de fleste nettsteder kan implementere ES6+-kode uten transkompilering](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "Versjon 2 av core-js ble funnet på siden. Du bør oppgradere til versjon 3 for å få mange ytelsesforbedringer."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Unngå å sende JavaScript i en eldre versjon til moderne nettlesere"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Aktiver tekstkomprimering"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Alvorlighetsgrad"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "`X-Frame-Options`-hodet (XFO) eller `frame-ancestors`-direktivet i `Content-Security-Policy`-hodet (CSP) styrer hvor sider kan bygges inn. Disse kan forebygge klikk-kapringsangrep ved å blokkere noen eller alle nettsteder fra å bygge inn siden. [Finn ut mer om hvordan du kan forebygge klikk-kapring.](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Fant ingen regler for rammekontroll"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Forebygg klikk-kapring med XFO eller CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "Kjedene med kritiske forespørsler nedenfor viser hvilke ressurser som lastes inn med høy prioritet. Vurder å redusere lengden på kjedene, redusere nedlastingsstørrelsen på ressursene eller utsette nedlasting av unødvendige ressurser for å bedre sideinnlastingen. [Finn ut hvordan du unngår kjeder med kritiske forespørsler](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Viser bilder med riktig oppløsning"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Poengsum for utseendeforskyvning"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Tillatt"
|
|
1045
1063
|
},
|
|
@@ -1553,6 +1571,9 @@
|
|
|
1553
1571
|
"core/audits/work-during-interaction.js | description": {
|
|
1554
1572
|
"message": "Dette er det trådblokkerende arbeidet som utføres under beregningen av Tid fra interaksjon til neste opptegning. [Finn ut mer om beregningen Tid fra interaksjon til neste opptegning](https://web.dev/articles/inp)."
|
|
1555
1573
|
},
|
|
1574
|
+
"core/audits/work-during-interaction.js | displayValue": {
|
|
1575
|
+
"message": "{timeInMs, number, milliseconds} ms ble brukt på hendelsen «{interactionType}»"
|
|
1576
|
+
},
|
|
1556
1577
|
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1557
1578
|
"message": "Hendelsesmål"
|
|
1558
1579
|
},
|
|
@@ -1655,6 +1676,9 @@
|
|
|
1655
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1656
1677
|
"message": "Forbedringer av første opptegning"
|
|
1657
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Statistikk"
|
|
1681
|
+
},
|
|
1658
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1659
1683
|
"message": "Beregninger"
|
|
1660
1684
|
},
|
|
@@ -1916,6 +1940,9 @@
|
|
|
1916
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1917
1941
|
"message": "Tredjepart"
|
|
1918
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Totalt"
|
|
1945
|
+
},
|
|
1919
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1920
1947
|
"message": "Total Blocking Time"
|
|
1921
1948
|
},
|
|
@@ -1952,6 +1979,9 @@
|
|
|
1952
1979
|
"core/lib/lh-error.js | notHtml": {
|
|
1953
1980
|
"message": "Siden du oppga, er ikke HTML (sendes med MIME-typen {mimeType})."
|
|
1954
1981
|
},
|
|
1982
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
1983
|
+
"message": "Denne versjonen av Chrome er for gammel til å støtte «{featureName}». Bruk en nyere versjon for å se de fullstendige resultatene."
|
|
1984
|
+
},
|
|
1955
1985
|
"core/lib/lh-error.js | pageLoadFailed": {
|
|
1956
1986
|
"message": "Lighthouse kunne ikke laste inn den forespurte siden på en pålitelig måte. Sjekk at du tester riktig nettadresse, og at tjeneren svarer ordentlig på alle forespørsler."
|
|
1957
1987
|
},
|
|
@@ -3458,6 +3488,9 @@
|
|
|
3458
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3459
3489
|
"message": "Slå av/på mørkt tema"
|
|
3460
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Slå av eller på eksperimentell statistikk"
|
|
3493
|
+
},
|
|
3461
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3462
3495
|
"message": "Skriv ut utvidet rapport"
|
|
3463
3496
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Użyj formatów wideo dla animacji"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "Na stronie wykryto wersję 2 biblioteki core-js. Przejście na wersję 3 pozwoli Ci skorzystać z wielu ulepszeń."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Unikaj wyświetlania starszych skryptów JavaScript w nowoczesnych przeglądarkach"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Włącz kompresję tekstu"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Waga"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "Nagłówek `X-Frame-Options` (XFO) lub dyrektywa `frame-ancestors` w nagłówku `Content-Security-Policy` (CSP) określają, gdzie można umieścić stronę. Mogą one ograniczyć ataki typu clickjacking, blokując możliwość umieszczenia strony w niektórych lub wszystkich witrynach. [Więcej informacji o zmniejszaniu ryzyka ataku typu clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Nie znaleziono zasad kontroli ramki"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Ogranicz ataki typu clickjacking za pomocą XFO lub CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "Poniższe łańcuchy żądań krytycznych pokazują zasoby ładowane z wysokim priorytetem. Aby przyspieszyć ładowanie strony, możesz skrócić łańcuchy, zmniejszyć rozmiar pobieranych zasobów lub opóźnić pobieranie zasobów, które nie są niezbędne. [Jak unikać łańcuchów żądań krytycznych](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Wyświetla obrazy w odpowiedniej rozdzielczości"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Wynik przesunięcia układu"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Dozwolony"
|
|
1045
1063
|
},
|
|
@@ -1553,6 +1571,9 @@
|
|
|
1553
1571
|
"core/audits/work-during-interaction.js | description": {
|
|
1554
1572
|
"message": "Jest to zadanie blokowania wątku, które miało miejsce podczas pomiaru czasu od interakcji do kolejnego wyrenderowania. [Więcej informacji o czasie od interakcji do kolejnego wyrenderowania](https://web.dev/articles/inp)"
|
|
1555
1573
|
},
|
|
1574
|
+
"core/audits/work-during-interaction.js | displayValue": {
|
|
1575
|
+
"message": "{timeInMs, number, milliseconds} ms na zdarzenie „{interactionType}”"
|
|
1576
|
+
},
|
|
1556
1577
|
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1557
1578
|
"message": "Cel zdarzenia"
|
|
1558
1579
|
},
|
|
@@ -1655,6 +1676,9 @@
|
|
|
1655
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1656
1677
|
"message": "Ulepszenia pierwszego renderowania"
|
|
1657
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Statystyki"
|
|
1681
|
+
},
|
|
1658
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1659
1683
|
"message": "Dane"
|
|
1660
1684
|
},
|
|
@@ -1916,11 +1940,14 @@
|
|
|
1916
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1917
1941
|
"message": "Zewnętrzne"
|
|
1918
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Łącznie"
|
|
1945
|
+
},
|
|
1919
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1920
1947
|
"message": "Total Blocking Time"
|
|
1921
1948
|
},
|
|
1922
1949
|
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
1923
|
-
"message": "
|
|
1950
|
+
"message": "Łącznie"
|
|
1924
1951
|
},
|
|
1925
1952
|
"core/lib/lh-error.js | badTraceRecording": {
|
|
1926
1953
|
"message": "Podczas rejestrowania śladu wczytywania strony wystąpił błąd. Uruchom Lighthouse ponownie. ({errorCode})"
|
|
@@ -1952,6 +1979,9 @@
|
|
|
1952
1979
|
"core/lib/lh-error.js | notHtml": {
|
|
1953
1980
|
"message": "Podana strona nie ma formatu HTML (jest wyświetlana jako typ MIME {mimeType})."
|
|
1954
1981
|
},
|
|
1982
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
1983
|
+
"message": "Ta wersja Chrome jest przestarzała i nie obsługuje wartości „{featureName}”. Aby zobaczyć wszystkie wyniki, użyj nowszej wersji."
|
|
1984
|
+
},
|
|
1955
1985
|
"core/lib/lh-error.js | pageLoadFailed": {
|
|
1956
1986
|
"message": "Narzędziu Lighthouse nie udało się całkowicie wczytać żądanej strony. Upewnij się, że testujesz właściwy URL, a serwer poprawnie odpowiada na wszystkie żądania."
|
|
1957
1987
|
},
|
|
@@ -3458,6 +3488,9 @@
|
|
|
3458
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3459
3489
|
"message": "Przełącz ciemny motyw"
|
|
3460
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Przełącz statystyki eksperymentalne"
|
|
3493
|
+
},
|
|
3461
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3462
3495
|
"message": "Drukuj rozwinięty"
|
|
3463
3496
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Utilize formatos de vídeo para conteúdo animado"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "A versão 2 do core-js foi detetada na página. Deve atualizar para a versão 3 para receber várias melhorias de desempenho."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Evite a publicação do JavaScript antigo em navegadores modernos"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Ative a compressão de texto"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Gravidade"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "O cabeçalho `X-Frame-Options` (XFO) ou a diretiva `frame-ancestors` no cabeçalho `Content-Security-Policy` (CSP) controlam onde uma página pode ser incorporada. Estes podem mitigar ataques de clickjacking bloqueando a capacidade de alguns ou todos os sites incorporarem a página. [Saiba como mitigar o clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Não foi encontrada nenhuma política de controlo de frames"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Mitigue o clickjacking com XFO ou CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "As Cadeias de pedidos críticos abaixo apresentam os recursos que são carregados com uma prioridade elevada. Considere reduzir o tamanho das cadeias, reduzir o tamanho de transferência dos recursos ou adiar a transferência de recursos desnecessários para melhorar o carregamento de página. [Saiba como evitar encadear pedidos críticos](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Publica imagens com a resolução adequada"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Pontuação da mudança de esquema"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Permitido"
|
|
1045
1063
|
},
|
|
@@ -1658,6 +1676,9 @@
|
|
|
1658
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1659
1677
|
"message": "Melhorias no primeiro preenchimento"
|
|
1660
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Estatísticas"
|
|
1681
|
+
},
|
|
1661
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1662
1683
|
"message": "Métricas"
|
|
1663
1684
|
},
|
|
@@ -1919,6 +1940,9 @@
|
|
|
1919
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1920
1941
|
"message": "Terceiros"
|
|
1921
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Total"
|
|
1945
|
+
},
|
|
1922
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1923
1947
|
"message": "Total Blocking Time"
|
|
1924
1948
|
},
|
|
@@ -3464,6 +3488,9 @@
|
|
|
3464
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3465
3489
|
"message": "Ativar/desativar tema escuro"
|
|
3466
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Ativar/desativar estatísticas experimentais"
|
|
3493
|
+
},
|
|
3467
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3468
3495
|
"message": "Imprimir com expansão"
|
|
3469
3496
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Use formatos de vídeo para conteúdo animado"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "Polyfills
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "A versão 2 do core-js foi detectada na página. Faça upgrade para a versão 3 e tenha acesso a muitas melhorias de desempenho."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Evitar a exibição de JavaScript legado em navegadores modernos"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Ative a compactação de texto"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Gravidade"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "O cabeçalho `X-Frame-Options` (XFO) ou a diretiva `frame-ancestors` no cabeçalho `Content-Security-Policy` (CSP) controla onde uma página pode ser incorporada. Isso pode reduzir os ataques de clickjacking, bloqueando alguns ou todos os sites que incorporam a página. [Saiba mais sobre como reduzir o clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Nenhuma política de controle de frame foi encontrada"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Mitigar clickjacking com XFO ou CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "As cadeias de solicitação críticas abaixo mostram quais recursos são carregados com prioridade alta. Diminua o tamanho das cadeias, reduza o tamanho do download de recursos ou adie o download de recursos desnecessários para melhorar o carregamento de página. [Aprenda a evitar encadeamento de solicitações críticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Exibe imagens em resolução adequada"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Pontuação da troca de layout"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Permitido"
|
|
1045
1063
|
},
|
|
@@ -1658,6 +1676,9 @@
|
|
|
1658
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1659
1677
|
"message": "Melhorias da first paint"
|
|
1660
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Insights"
|
|
1681
|
+
},
|
|
1661
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1662
1683
|
"message": "Métricas"
|
|
1663
1684
|
},
|
|
@@ -1919,6 +1940,9 @@
|
|
|
1919
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1920
1941
|
"message": "Terceiros"
|
|
1921
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Total"
|
|
1945
|
+
},
|
|
1922
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1923
1947
|
"message": "Total Blocking Time"
|
|
1924
1948
|
},
|
|
@@ -3464,6 +3488,9 @@
|
|
|
3464
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3465
3489
|
"message": "Alternar tema escuro"
|
|
3466
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Ativar/desativar insights experimentais"
|
|
3493
|
+
},
|
|
3467
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3468
3495
|
"message": "Caixa de diálogo de impressão expandida"
|
|
3469
3496
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Folosește formate video pentru conținut animat"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "A fost detectată versiunea 2 de core-js în pagină. Pentru mai multe îmbunătățiri ale performanței, ar trebui să faci upgrade la versiunea 3."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Nu folosi o versiune veche de JavaScript în browsere moderne"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Activează comprimarea textului"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Severitate"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "Antetul `X-Frame-Options` (XFO) sau directiva `frame-ancestors` din antetul `Content-Security-Policy` (CSP) controlează unde poate fi încorporată o pagină. Acestea pot atenua atacurile de tip clickjacking prin blocarea unor site-uri sau a tuturor site-urilor de la încorporarea paginii. [Află mai multe despre atenuarea atacurilor de tip clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)."
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Nu s-a găsit nicio politică de control al cadrelor"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Redu clickjackingul cu XFO sau CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "Lanțurile de solicitări esențiale de mai jos îți arată ce resurse sunt încărcate cu prioritate ridicată. Poți să reduci lungimea lanțurilor, să reduci dimensiunea de descărcare a resurselor sau să amâni descărcarea de resurse inutile pentru a îmbunătăți încărcarea paginilor. [Află cum să eviți legarea solicitărilor critice](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Difuzează imagini cu rezoluția corectă"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Scorul pentru schimbarea aspectului"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Permisă"
|
|
1045
1063
|
},
|
|
@@ -1658,6 +1676,9 @@
|
|
|
1658
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1659
1677
|
"message": "Îmbunătățirile pentru prima redare"
|
|
1660
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Statistici"
|
|
1681
|
+
},
|
|
1661
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1662
1683
|
"message": "Valori"
|
|
1663
1684
|
},
|
|
@@ -1919,6 +1940,9 @@
|
|
|
1919
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1920
1941
|
"message": "Terță parte"
|
|
1921
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Total"
|
|
1945
|
+
},
|
|
1922
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1923
1947
|
"message": "Total Blocking Time"
|
|
1924
1948
|
},
|
|
@@ -3464,6 +3488,9 @@
|
|
|
3464
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3465
3489
|
"message": "Activează/dezactivează Tema întunecată"
|
|
3466
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Comută statisticile experimentale"
|
|
3493
|
+
},
|
|
3467
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3468
3495
|
"message": "Printează în formă extinsă"
|
|
3469
3496
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Используйте видеоформаты для анимированного контента"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "На странице была обнаружена библиотека core-js версии 2. Для улучшения производительности обновите ее до версии 3."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Не отправляйте устаревший код JavaScript в современные браузеры"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Включите сжатие текста"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Уровень серьезности"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "Заголовок `X-Frame-Options` (XFO) или директива `frame-ancestors` в заголовке `Content-Security-Policy` (CSP) указывает, куда можно встроить страницу. Таким образом можно защититься от кликджекинга, запретив сайтам встраивать страницы. Подробнее о [защите от кликджекинга](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)…"
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Правило управления фреймом отсутствует"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Защита от кликджекинга с использованием заголовка XFO или CSP"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "Приведенные ниже цепочки критических запросов показывают, какие ресурсы загружаются с высоким приоритетом. Чтобы ускорить загрузку страниц, рекомендуем сократить длину цепочек, уменьшить размер скачиваемых ресурсов или отложить скачивание ненужных ресурсов. Подробнее о том, [как предотвращать образование цепочек критических запросов](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)…"
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Изображения показываются в нужном разрешении"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Показатель смещения макета"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Разрешено"
|
|
1045
1063
|
},
|
|
@@ -1658,6 +1676,9 @@
|
|
|
1658
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1659
1677
|
"message": "Уменьшение времени загрузки контента"
|
|
1660
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Статистика"
|
|
1681
|
+
},
|
|
1661
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1662
1683
|
"message": "Показатели"
|
|
1663
1684
|
},
|
|
@@ -1919,6 +1940,9 @@
|
|
|
1919
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1920
1941
|
"message": "Сторонний"
|
|
1921
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Всего"
|
|
1945
|
+
},
|
|
1922
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1923
1947
|
"message": "Total Blocking Time"
|
|
1924
1948
|
},
|
|
@@ -3461,6 +3485,9 @@
|
|
|
3461
3485
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3462
3486
|
"message": "Включить/выключить тёмную тему"
|
|
3463
3487
|
},
|
|
3488
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3489
|
+
"message": "Показать или скрыть экспериментальные данные"
|
|
3490
|
+
},
|
|
3464
3491
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3465
3492
|
"message": "Печать полного отчета"
|
|
3466
3493
|
},
|
|
@@ -660,7 +660,10 @@
|
|
|
660
660
|
"message": "Pre animovaný obsah použite formáty videa"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/baseline) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
|
+
"message": "Na stránke bola zistená 2. verzia knižnice core-js. Ak chcete získať množstvo zlepšení výkonu, mali by ste inovovať na 3. verziu."
|
|
664
667
|
},
|
|
665
668
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
666
669
|
"message": "Nezobrazujte starý JavaScript v moderných prehliadačoch"
|
|
@@ -761,6 +764,18 @@
|
|
|
761
764
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
762
765
|
"message": "Povoľte kompresiu textu"
|
|
763
766
|
},
|
|
767
|
+
"core/audits/clickjacking-mitigation.js | columnSeverity": {
|
|
768
|
+
"message": "Závažnosť"
|
|
769
|
+
},
|
|
770
|
+
"core/audits/clickjacking-mitigation.js | description": {
|
|
771
|
+
"message": "Hlavička `X-Frame-Options` (XFO) alebo direktíva `frame-ancestors` v ovládaní hlavičky `Content-Security-Policy` (PZO), kam možno vložiť stránku. Môže to zmierniť clickjackingové útoky tým, že bude niektorým alebo všetkým webom zablokované vloženie stránky. [Ďalšie informácie o zmierňovaní rizika clickjackingu](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation)"
|
|
772
|
+
},
|
|
773
|
+
"core/audits/clickjacking-mitigation.js | noClickjackingMitigation": {
|
|
774
|
+
"message": "Nenašli sa žiadne pravidlá kontroly rámu"
|
|
775
|
+
},
|
|
776
|
+
"core/audits/clickjacking-mitigation.js | title": {
|
|
777
|
+
"message": "Implementujte XFO alebo PZO a zmiernite tak riziko clickjackingu"
|
|
778
|
+
},
|
|
764
779
|
"core/audits/critical-request-chains.js | description": {
|
|
765
780
|
"message": "Reťazce podstatných žiadostí uvedené nižšie znázorňujú, ktoré zdroje sú načítané s vysokou prioritou. Zvážte skrátenie dĺžky reťazcov, aby ste znížili veľkosť sťahovaných zdrojov, alebo odložte sťahovanie nepotrebných zdrojov, čím zlepšíte načítanie stránky. [Ako sa vyhnúť reťazeniu kľúčových žiadostí](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)"
|
|
766
781
|
},
|
|
@@ -1040,6 +1055,9 @@
|
|
|
1040
1055
|
"core/audits/image-size-responsive.js | title": {
|
|
1041
1056
|
"message": "Zobrazuje obrázky v príslušnom rozlíšení"
|
|
1042
1057
|
},
|
|
1058
|
+
"core/audits/insights/cls-culprits-insight.js | columnScore": {
|
|
1059
|
+
"message": "Skóre posunu rozloženia"
|
|
1060
|
+
},
|
|
1043
1061
|
"core/audits/is-on-https.js | allowed": {
|
|
1044
1062
|
"message": "Povolené"
|
|
1045
1063
|
},
|
|
@@ -1658,6 +1676,9 @@
|
|
|
1658
1676
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1659
1677
|
"message": "Vylepšenia prvého vyfarbenia"
|
|
1660
1678
|
},
|
|
1679
|
+
"core/config/default-config.js | insightGroupTitle": {
|
|
1680
|
+
"message": "Štatistiky"
|
|
1681
|
+
},
|
|
1661
1682
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1662
1683
|
"message": "Metriky"
|
|
1663
1684
|
},
|
|
@@ -1919,11 +1940,14 @@
|
|
|
1919
1940
|
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1920
1941
|
"message": "Tretia strana"
|
|
1921
1942
|
},
|
|
1943
|
+
"core/lib/i18n/i18n.js | total": {
|
|
1944
|
+
"message": "Celkove"
|
|
1945
|
+
},
|
|
1922
1946
|
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1923
1947
|
"message": "Total Blocking Time"
|
|
1924
1948
|
},
|
|
1925
1949
|
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
1926
|
-
"message": "
|
|
1950
|
+
"message": "Celkove"
|
|
1927
1951
|
},
|
|
1928
1952
|
"core/lib/lh-error.js | badTraceRecording": {
|
|
1929
1953
|
"message": "Pri zaznamenávaní stopy načítania stránky sa vyskytol problém. Znova spustite Lighthouse. ({errorCode})"
|
|
@@ -3464,6 +3488,9 @@
|
|
|
3464
3488
|
"report/renderer/report-utils.js | dropdownDarkTheme": {
|
|
3465
3489
|
"message": "Prepnúť tmavý motív"
|
|
3466
3490
|
},
|
|
3491
|
+
"report/renderer/report-utils.js | dropdownInsightsToggle": {
|
|
3492
|
+
"message": "Prepnúť experimentálne štatistiky"
|
|
3493
|
+
},
|
|
3467
3494
|
"report/renderer/report-utils.js | dropdownPrintExpanded": {
|
|
3468
3495
|
"message": "Vytlačiť rozbalené"
|
|
3469
3496
|
},
|