lighthouse 12.3.0-dev.20250225 → 12.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/package.json +9 -8
  2. package/shared/localization/locales/ar-XB.json +48 -0
  3. package/shared/localization/locales/ar.json +50 -2
  4. package/shared/localization/locales/bg.json +48 -0
  5. package/shared/localization/locales/ca.json +48 -0
  6. package/shared/localization/locales/cs.json +48 -0
  7. package/shared/localization/locales/da.json +48 -0
  8. package/shared/localization/locales/de.json +49 -1
  9. package/shared/localization/locales/el.json +48 -0
  10. package/shared/localization/locales/en-GB.json +48 -0
  11. package/shared/localization/locales/en-XA.json +48 -0
  12. package/shared/localization/locales/es-419.json +48 -0
  13. package/shared/localization/locales/es.json +48 -0
  14. package/shared/localization/locales/fi.json +48 -0
  15. package/shared/localization/locales/fil.json +49 -1
  16. package/shared/localization/locales/fr.json +48 -0
  17. package/shared/localization/locales/he.json +56 -8
  18. package/shared/localization/locales/hi.json +48 -0
  19. package/shared/localization/locales/hr.json +49 -1
  20. package/shared/localization/locales/hu.json +48 -0
  21. package/shared/localization/locales/id.json +48 -0
  22. package/shared/localization/locales/it.json +59 -11
  23. package/shared/localization/locales/ja.json +49 -1
  24. package/shared/localization/locales/ko.json +49 -1
  25. package/shared/localization/locales/lt.json +49 -1
  26. package/shared/localization/locales/lv.json +48 -0
  27. package/shared/localization/locales/nl.json +48 -0
  28. package/shared/localization/locales/no.json +49 -1
  29. package/shared/localization/locales/pl.json +48 -0
  30. package/shared/localization/locales/pt-PT.json +48 -0
  31. package/shared/localization/locales/pt.json +48 -0
  32. package/shared/localization/locales/ro.json +48 -0
  33. package/shared/localization/locales/ru.json +48 -0
  34. package/shared/localization/locales/sk.json +48 -0
  35. package/shared/localization/locales/sl.json +48 -0
  36. package/shared/localization/locales/sr-Latn.json +48 -0
  37. package/shared/localization/locales/sr.json +48 -0
  38. package/shared/localization/locales/sv.json +48 -0
  39. package/shared/localization/locales/ta.json +48 -0
  40. package/shared/localization/locales/te.json +48 -0
  41. package/shared/localization/locales/th.json +50 -2
  42. package/shared/localization/locales/tr.json +48 -0
  43. package/shared/localization/locales/uk.json +48 -0
  44. package/shared/localization/locales/vi.json +48 -0
  45. package/shared/localization/locales/zh-HK.json +49 -1
  46. package/shared/localization/locales/zh-TW.json +48 -0
  47. package/shared/localization/locales/zh.json +48 -0
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse kan de `font-display`-waarde voor de oorsprong {fontOrigin} niet automatisch checken.}other{Lighthouse kan de `font-display`-waarden voor de oorsprong {fontOrigin} niet automatisch checken.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Instructie"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Ernst"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Als je de HSTS-header implementeert, verklein je het risico op aanvallen waarbij verbindingen worden gedowngraded naar HTTP en afluisteraanvallen aanzienlijk. We raden aan de uitrol in fasen te doen, te beginnen met een lage maximale leeftijd (max-age). [Meer informatie over het gebruik van een sterk HSTS-beleid.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Ongeldige syntaxis"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "`max-age` is te laag"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Geen HSTS-header gevonden"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Geen `max-age`-instructie"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Geen `preload`-instructie gevonden"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Geen `includeSubDomains`-instructie gevonden"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Een sterk HSTS-beleid gebruiken"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Beeldverhouding (origineel)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Effect heeft niet-ondersteunde tijdparameters"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Instructie"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Ernst"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "De Cross-Origin-Opener-Policy (COOP) kan worden gebruikt om het venster op het hoogste niveau te isoleren van andere documenten, zoals pop-ups. [Meer informatie over het implementeren van de COOP-header.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Ongeldige syntaxis"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Geen COOP-header gevonden"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Zorgen voor de juiste bronisolatie met COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Laad lettertypen `optional` vooraf zodat nieuwe bezoekers deze kunnen gebruiken. [Meer informatie over het vooraf laden van lettertypen](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -774,7 +774,7 @@
774
774
  "message": "Direktiv"
775
775
  },
776
776
  "core/audits/csp-xss.js | columnSeverity": {
777
- "message": "Intensitet"
777
+ "message": "Alvorlighetsgrad"
778
778
  },
779
779
  "core/audits/csp-xss.js | description": {
780
780
  "message": "En sterk Content Security Policy (CSP) reduserer faren for skriptangrep på tvers av nettsteder (XSS) betydelig. [Finn ut hvordan du bruker en CSP for å forhindre XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)"
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse kunne ikke sjekke `font-display`-verdien for opphavet {fontOrigin} automatisk.}other{Lighthouse kunne ikke sjekke `font-display`-verdiene for opphavet {fontOrigin} automatisk.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktiv"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Alvorlighetsgrad"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Implementering av HSTS-hodet senker risikoen for nedgradering av HTTP-tilkoblinger og avlyttingsangrep betydelig. Vi anbefaler at du implementerer dette i flere trinn og starter med en lav «max-age»-verdi (maksimumsalder). [Finn ut mer om bruk av sterke HSTS-regler.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Ugyldig syntaks"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "`max-age` er for lav"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Fant ikke noe HSTS-hode"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Ikke noe `max-age`-direktiv"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Fant ikke noe `preload`-direktiv"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Fant ikke noe `includeSubDomains`-direktiv"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Bruk en sterk HSTS-regel"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Høyde/bredde-forhold (faktisk)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Effekten har tidsparametere som ikke støttes"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktiv"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Alvorlighetsgrad"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "COOP (Cross-Origin-Opener-Policy – regel for tverropphavlig åpning) kan brukes til å isolere toppnivåvinduet fra andre dokumenter, for eksempel forgrunnsvinduer. [Finn ut mer om implementering av COOP-hodet.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Ugyldig syntaks"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Fant ikke noe COOP-hode"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Sørg for riktig opphavsisolasjon med COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Forhåndslast `optional` skrifttyper, slik at førstegangsbesøkende kan bruke dem. [Finn ut mer om forhåndslasting av skrifttyper](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Narzędziu Lighthouse nie udało się automatycznie sprawdzić wartości `font-display` dla strony źródłowej {fontOrigin}.}few{Narzędziu Lighthouse nie udało się automatycznie sprawdzić wartości `font-display` dla strony źródłowej {fontOrigin}.}many{Narzędziu Lighthouse nie udało się automatycznie sprawdzić wartości `font-display` dla strony źródłowej {fontOrigin}.}other{Narzędziu Lighthouse nie udało się automatycznie sprawdzić wartości `font-display` dla strony źródłowej {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Dyrektywa"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Waga"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Wdrożenie nagłówka HSTS znacznie zmniejsza ryzyko obniżenia poziomu zabezpieczeń połączeń HTTP i przeprowadzenia ataków polegających na podsłuchiwaniu. Zalecamy stopniowe wdrażanie z niską wartością max-age na początku. [Więcej informacji o używaniu silnej zasady HSTS](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Nieprawidłowa składnia"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Wartość `max-age` jest za niska"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nie znaleziono nagłówka HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Brak dyrektywy `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nie znaleziono dyrektywy `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nie znaleziono dyrektywy `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Używaj silnej zasady HSTS"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Współczynnik proporcji (rzeczywisty)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Efekt ma nieobsługiwane parametry czasowe"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Dyrektywa"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Waga"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Zasady dotyczącej otwierającego z innej domeny (COOP) można użyć do oddzielenia okna najwyższego poziomu od innych dokumentów, takich jak wyskakujące okienka. [Więcej informacji o wdrażaniu nagłówka COOP](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Nieprawidłowa składnia"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nie znaleziono nagłówka COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Zapewnij prawidłowe izolowanie źródła za pomocą COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Włącz wstępne wczytywanie czcionek z atrybutem `optional`, aby mogli z nich korzystać nowi użytkownicy. [Więcej informacji o wstępnym wczytywaniu czcionek](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{O Lighthouse não conseguiu verificar automaticamente o valor `font-display` da origem {fontOrigin}.}other{O Lighthouse não conseguiu verificar automaticamente os valores `font-display` da origem {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Diretiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Gravidade"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "A implementação do cabeçalho HSTS reduz significativamente o risco de alteração das ligações HTTP para versões inferiores e de ataques de escutas. Recomenda-se uma implementação por fases, começando com uma diretiva max-age baixa. [Saiba mais sobre a utilização de uma política HSTS forte.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Sintaxe inválida"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "`max-age` é demasiado baixa"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Não foi encontrado nenhum cabeçalho HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Sem diretiva `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Não foi encontrada nenhuma diretiva `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Não foi encontrada nenhuma diretiva `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Use uma política HSTS forte"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Proporção (atual)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "O efeito tem parâmetros de tempo não suportados"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Diretiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Gravidade"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "A política Cross-Origin-Opener-Policy (COOP) pode ser usada para isolar a janela de nível superior de outros documentos, como pop-ups. [Saiba mais sobre a implementação do cabeçalho COOP.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Sintaxe inválida"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Não foi encontrado nenhum cabeçalho COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Garanta o isolamento de origem adequado com o COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Faça o pré-carregamento dos tipos de letra `optional` para que os novos visitantes possam usá-los. [Saiba mais acerca do pré-carregamento dos tipos de letra](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{O Lighthouse não conseguiu verificar automaticamente o valor `font-display` para o URL {fontOrigin} de origem.}one{O Lighthouse não conseguiu verificar automaticamente o valor `font-display` para o URL {fontOrigin} de origem.}other{O Lighthouse não conseguiu verificar automaticamente os valores `font-display` para o URL {fontOrigin} de origem.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Diretiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Gravidade"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "A implantação do cabeçalho HSTS reduz significativamente o risco de downgrade de conexões HTTP e ataques de escuta não autorizada. Recomendamos fazer um lançamento em etapas, começando com uma diretiva max-age baixa. [Saiba mais sobre como usar uma política HSTS forte.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Sintaxe inválida"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "A diretiva `max-age` é muito baixa"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nenhum cabeçalho HSTS foi encontrado"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Nenhuma diretiva `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nenhuma diretiva `preload` foi encontrada"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nenhuma diretiva `includeSubDomains` foi encontrada"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Usar uma política HSTS forte"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Proporção (real)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "O efeito tem parâmetros de tempo incompatíveis"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Diretiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Gravidade"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "A Cross-Origin-Opener-Policy (COOP) pode ser usada para isolar a janela de nível superior de outros documentos, como pop-ups. [Saiba mais sobre como implantar o cabeçalho COOP.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Sintaxe inválida"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nenhum cabeçalho COOP foi encontrado"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Garantir o isolamento adequado da origem com COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Pré-carregue fontes `optional` para que visitantes novos possam usá-las. [Saiba mais sobre o pré-carregamento de fontes](https://web.dev/articles/preload-optional-fonts)."
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse nu a putut verifica automat valoarea `font-display` pentru originea {fontOrigin}.}few{Lighthouse nu a putut verifica automat valorile `font-display` pentru originea {fontOrigin}.}other{Lighthouse nu a putut verifica automat valorile `font-display` pentru originea {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Directivă"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Severitate"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Implementarea antetului HSTS reduce semnificativ riscul de downgrade al conexiunilor HTTP și al atacurilor de interceptare. Se recomandă o lansare în etape, începând cu o valoare max-age mică. [Află mai multe despre folosirea unei politici HSTS eficiente.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Sintaxa nu este validă"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Valoarea `max-age` este prea mică"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nu s-a găsit niciun antet HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Nicio directivă `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nu s-a găsit nicio directivă `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nu s-a găsit nicio directivă `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Folosește o politică HSTS eficientă"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Raport de dimensiuni (real)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Efectul are parametri de temporizare neacceptați"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Directivă"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Severitate"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Cross-Origin-Opener-Policy (COOP) se poate folosi pentru a izola fereastra de nivel superior de alte documente, cum ar fi ferestrele pop-up. [Află mai multe despre implementarea antetului COOP.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Sintaxa nu este validă"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nu s-a găsit niciun antet COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Asigură-te că izolezi corect sursa cu COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Preîncarcă fonturile `optional` pentru ca vizitatorii noi să le poată folosi. [Află mai multe despre preîncărcarea fonturilor](https://web.dev/articles/preload-optional-fonts)."
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Инструменту Lighthouse не удалось автоматически проверить значение `font-display` для следующего URL: {fontOrigin}.}one{Инструменту Lighthouse не удалось автоматически проверить значения `font-display` для следующего URL: {fontOrigin}.}few{Инструменту Lighthouse не удалось автоматически проверить значения `font-display` для следующего URL: {fontOrigin}.}many{Инструменту Lighthouse не удалось автоматически проверить значения `font-display` для следующего URL: {fontOrigin}.}other{Инструменту Lighthouse не удалось автоматически проверить значения `font-display` для следующего URL: {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Директива"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Уровень серьезности"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "При использовании заголовков HSTS существенно снижается риск изменения протокола HTTPS на HTTP и несанкционированного прослушивания. Рекомендуется внедрять этот механизм постепенно, начиная с малых значений max-age. Подробнее [об использовании строгого механизма HSTS](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)…"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Недопустимый синтаксис"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Слишком малое значение `max-age`."
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Не найден заголовок HSTS."
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Отсутствует директива `max-age`."
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Не найдена директива `preload`."
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Не найдена директива `includeSubDomains`."
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Использование строгого механизма HSTS"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Соотношение сторон (фактическое)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Параметры времени в настройках эффекта не поддерживаются"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Директива"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Уровень серьезности"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "С помощью заголовков COOP можно изолировать окно верхнего уровня от других документов, таких как всплывающие окна. Подробнее [об использовании заголовков COOP](https://web.dev/articles/why-coop-coep#coop)…"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Недопустимый синтаксис"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Не найден заголовок COOP."
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Обеспечьте надлежащую изоляцию источников с помощью COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Выполняйте предварительную загрузку шрифтов, задав дескриптору font-display значение `optional`, чтобы новые посетители могли воспользоваться ими. Подробнее [о предзагрузке шрифтов](https://web.dev/articles/preload-optional-fonts)…"
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Nástroju Lighthouse sa nepodarilo automaticky skontrolovať hodnotu `font-display` webu {fontOrigin}.}few{Nástroju Lighthouse sa nepodarilo automaticky skontrolovať hodnoty `font-display` webu {fontOrigin}.}many{Lighthouse was unable to automatically check the `font-display` values for the origin {fontOrigin}.}other{Nástroju Lighthouse sa nepodarilo automaticky skontrolovať hodnoty `font-display` webu {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktíva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Závažnosť"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Nasadením hlavičky HSTS sa výrazne zníži riziko prechodu na nižšiu verziu pripojení HTTP a útokov spočívajúcich v odpočúvaní. Odporúča sa postupné zavádzanie s nízkou hodnotou max‑age. [Ďalšie informácie o používaní silných pravidiel HSTS](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Neplatná syntax"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Direktíva `max-age` je príliš nízka"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nenašla sa žiadna hlavička HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Žiadna direktíva `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nenašla sa žiadna direktíva `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nenašla sa žiadna direktíva `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Používajte silné pravidlá HSTS"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Pomer strán (skutočný)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Efekt má nepodporované parametre časovania"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktíva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Závažnosť"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Pomocou hlavičky Cross-Origin-Opener-Policy (COOP) je možné izolovať okno najvyššej úrovne od iných dokumentov, ako sú vyskakovacie okná. [Ďalšie informácie o nasadení hlavičky COOP](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Neplatná syntax"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nenašla sa žiadna hlavička COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Zabezpečte správne izolovanie pôvodného zdroja pomocou hlavičky COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Prednačítajte písma s atribútom `optional`, aby ich mohli používať noví návštevníci. [Ďalšie informácie o prednačítavaní písiem](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Orodje Lighthouse ni utegnilo samodejno preveriti vrednosti `font-display` za izvorni URL {fontOrigin}.}one{Orodje Lighthouse ni utegnilo samodejno preveriti vrednosti `font-display` za izvorni URL {fontOrigin}.}two{Orodje Lighthouse ni utegnilo samodejno preveriti vrednosti `font-display` za izvorni URL {fontOrigin}.}few{Orodje Lighthouse ni utegnilo samodejno preveriti vrednosti `font-display` za izvorni URL {fontOrigin}.}other{Orodje Lighthouse ni utegnilo samodejno preveriti vrednosti `font-display` za izvorni URL {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Resnost"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Uvedba glave HSTS znatno zmanjša tveganje za znižanje ravni povezav HTTP in napade s prisluškovanjem. Priporočamo, da uvedbo izvajate postopoma in začnete z nizko vrednostjo »max-age«. [Preberite več o uporabi močnega pravilnika HSTS.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Neveljavna sintaksa"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Vrednost `max-age` je prenizka"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Ni bilo mogoče najti glave HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Ni direktive `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Ni bilo mogoče najti direktive `preload`."
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Ni bilo mogoče najti direktive `includeSubDomains`."
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Uporaba močnega pravilnika HSTS"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Razmerje stranic (dejansko)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Učinek ima nepodprte časovne parametre"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Resnost"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Pravilnik o odpiranju iz več izvorov (COOP) se lahko uporablja za izolacijo okna na najvišji ravni od drugih dokumentov, kot so pojavni elementi. [Preberite več o uveljavljanju glave COOP.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Neveljavna sintaksa"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Ni bilo mogoče najti glave COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Zagotovite ustrezno izolacijo izvora s pravilnikom COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Vnaprej naložite pisave (`optional`), da jih bodo novi obiskovalci lahko uporabili. [Preberite več o vnaprejšnjem nalaganju pisav](https://web.dev/articles/preload-optional-fonts)."
1189
1237
  },
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse nije uspeo da automatski proveri vrednost `font-display` za polazni URL {fontOrigin}.}one{Lighthouse nije uspeo da automatski proveri vrednosti `font-display` za polazni URL {fontOrigin}.}few{Lighthouse nije uspeo da automatski proveri vrednosti `font-display` za polazni URL {fontOrigin}.}other{Lighthouse nije uspeo da automatski proveri vrednosti `font-display` za polazni URL {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Ozbiljnost"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Primena HSTS zaglavlja znatno smanjuje rizik od pogoršanja HTTP veza i napada prisluškivanja. Preporučujemo se postepeno uvođenje, počev od niske vrednosti max-age. [Saznajte više o korišćenju snažnih HSTS smernica.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Nevažeća sintaksa"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Vrednost za `max-age` je preniska"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nije pronađeno HSTS zaglavlje"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Nema direktive `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nije pronađena direktiva `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nije pronađena direktiva `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Koristite snažne HSTS smernice"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Razmera (stvarna)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Efekat ima nepodržane parametre vremena"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Ozbiljnost"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Smernice za pokretače iz drugih izvora (COOP) mogu da se koriste za izolaciju prozora najvišeg nivoa od drugih dokumenata, kao što su iskačući prozori. [Saznajte više o upotrebi COOP zaglavlja.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Nevažeća sintaksa"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nije pronađeno COOP zaglavlje"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Obezbedite odgovarajuću izolaciju izvora pomoću COOP-a"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Predučitajte `optional` fontove da bi novi posetioci mogli da ih koriste. [Saznajte više o predučitavanju fontova](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },