lighthouse 12.3.0-dev.20250225 → 12.4.0-dev.20250226

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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.3.0-dev.20250225",
4
+ "version": "12.4.0-dev.20250226",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -16,9 +16,10 @@
16
16
  "prepack": "yarn build-report --standalone --flow --esm && yarn build-types",
17
17
  "postpack": "yarn clean-types",
18
18
  "build-all": "npm-run-posix-or-windows build-all:task",
19
- "build-all:task": "yarn build-report && yarn build-cdt-lib && yarn build-devtools && concurrently 'yarn build-extension' 'yarn build-lr' 'yarn build-viewer' 'yarn build-treemap' 'yarn build-smokehouse-bundle' && yarn build-pack",
20
- "build-all:task:windows": "yarn build-report && yarn build-cdt-lib && yarn build-extension && yarn build-devtools && yarn build-lr && yarn build-viewer && yarn build-treemap && yarn build-smokehouse-bundle",
19
+ "build-all:task": "yarn build-report && yarn build-cdt-strings && yarn build-devtools && concurrently 'yarn build-extension' 'yarn build-lr' 'yarn build-viewer' 'yarn build-treemap' 'yarn build-smokehouse-bundle' && yarn build-pack",
20
+ "build-all:task:windows": "yarn build-report && yarn build-cdt-strings && yarn build-extension && yarn build-devtools && yarn build-lr && yarn build-viewer && yarn build-treemap && yarn build-smokehouse-bundle",
21
21
  "build-cdt-lib": "node ./build/build-cdt-lib.js",
22
+ "build-cdt-strings": "node ./build/build-cdt-strings.js",
22
23
  "build-extension": "yarn build-extension-chrome && yarn build-extension-firefox",
23
24
  "build-extension-chrome": "node ./build/build-extension.js chrome",
24
25
  "build-extension-firefox": "node ./build/build-extension.js firefox",
@@ -168,7 +169,7 @@
168
169
  "pako": "^2.0.3",
169
170
  "preact": "^10.7.2",
170
171
  "pretty-json-stringify": "^0.0.2",
171
- "puppeteer": "^24.2.1",
172
+ "puppeteer": "^24.3.0",
172
173
  "resolve": "^1.22.1",
173
174
  "rollup": "^2.52.7",
174
175
  "rollup-plugin-polyfill-node": "^0.12.0",
@@ -188,7 +189,7 @@
188
189
  "chrome-launcher": "^1.1.2",
189
190
  "configstore": "^5.0.1",
190
191
  "csp_evaluator": "1.1.5",
191
- "devtools-protocol": "^0.0.1421213",
192
+ "devtools-protocol": "0.0.1423531",
192
193
  "enquirer": "^2.3.6",
193
194
  "http-link-header": "^1.1.1",
194
195
  "intl-messageformat": "^10.5.3",
@@ -201,7 +202,7 @@
201
202
  "metaviewport-parser": "0.3.0",
202
203
  "open": "^8.4.0",
203
204
  "parse-cache-control": "1.0.1",
204
- "puppeteer-core": "^24.2.1",
205
+ "puppeteer-core": "^24.3.0",
205
206
  "robots-parser": "^3.0.1",
206
207
  "semver": "^5.3.0",
207
208
  "speedline-core": "^1.4.3",
@@ -212,8 +213,8 @@
212
213
  "yargs-parser": "^21.0.0"
213
214
  },
214
215
  "resolutions": {
215
- "puppeteer/**/devtools-protocol": "0.0.1421213",
216
- "puppeteer-core/**/devtools-protocol": "0.0.1421213"
216
+ "puppeteer/**/devtools-protocol": "0.0.1423531",
217
+ "puppeteer-core/**/devtools-protocol": "0.0.1423531"
217
218
  },
218
219
  "repository": "GoogleChrome/lighthouse",
219
220
  "keywords": [
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮value‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}zero{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮values‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}two{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮values‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}few{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮values‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}many{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮values‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}other{‏‮Lighthouse‬‏ ‏‮was‬‏ ‏‮unable‬‏ ‏‮to‬‏ ‏‮automatically‬‏ ‏‮check‬‏ ‏‮the‬‏ `font-display` ‏‮values‬‏ ‏‮for‬‏ ‏‮the‬‏ ‏‮origin‬‏ {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "‏‮Directive‬‏"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "‏‮Severity‬‏"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "‏‮Deployment‬‏ ‏‮of‬‏ ‏‮the‬‏ ‏‮HSTS‬‏ ‏‮header‬‏ ‏‮significantly‬‏ ‏‮reduces‬‏ ‏‮the‬‏ ‏‮risk‬‏ ‏‮of‬‏ ‏‮downgrading‬‏ ‏‮HTTP‬‏ ‏‮connections‬‏ ‏‮and‬‏ ‏‮eavesdropping‬‏ ‏‮attacks‬‏. ‏‮A‬‏ ‏‮rollout‬‏ ‏‮in‬‏ ‏‮stages‬‏, ‏‮starting‬‏ ‏‮with‬‏ ‏‮a‬‏ ‏‮low‬‏ ‏‮max‬‏-‏‮age‬‏ ‏‮is‬‏ ‏‮recommended‬‏. [‏‮Learn‬‏ ‏‮more‬‏ ‏‮about‬‏ ‏‮using‬‏ ‏‮a‬‏ ‏‮strong‬‏ ‏‮HSTS‬‏ ‏‮policy‬‏.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "‏‮Invalid‬‏ ‏‮syntax‬‏"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "`max-age` ‏‮is‬‏ ‏‮too‬‏ ‏‮low‬‏"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "‏‮No‬‏ ‏‮HSTS‬‏ ‏‮header‬‏ ‏‮found‬‏"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "‏‮No‬‏ `max-age` ‏‮directive‬‏"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "‏‮No‬‏ `preload` ‏‮directive‬‏ ‏‮found‬‏"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "‏‮No‬‏ `includeSubDomains` ‏‮directive‬‏ ‏‮found‬‏"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "‏‮Use‬‏ ‏‮a‬‏ ‏‮strong‬‏ ‏‮HSTS‬‏ ‏‮policy‬‏"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "‏‮Aspect‬‏ ‏‮Ratio‬‏ (‏‮Actual‬‏)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "‏‮Effect‬‏ ‏‮has‬‏ ‏‮unsupported‬‏ ‏‮timing‬‏ ‏‮parameters‬‏"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "‏‮Directive‬‏"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "‏‮Severity‬‏"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "‏‮The‬‏ ‏‮Cross‬‏-‏‮Origin‬‏-‏‮Opener‬‏-‏‮Policy‬‏ (‏‮COOP‬‏) ‏‮can‬‏ ‏‮be‬‏ ‏‮used‬‏ ‏‮to‬‏ ‏‮isolate‬‏ ‏‮the‬‏ ‏‮top‬‏-‏‮level‬‏ ‏‮window‬‏ ‏‮from‬‏ ‏‮other‬‏ ‏‮documents‬‏ ‏‮such‬‏ ‏‮as‬‏ ‏‮pop‬‏-‏‮ups‬‏. [‏‮Learn‬‏ ‏‮more‬‏ ‏‮about‬‏ ‏‮deploying‬‏ ‏‮the‬‏ ‏‮COOP‬‏ ‏‮header‬‏.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "‏‮Invalid‬‏ ‏‮syntax‬‏"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "‏‮No‬‏ ‏‮COOP‬‏ ‏‮header‬‏ ‏‮found‬‏"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "‏‮Ensure‬‏ ‏‮proper‬‏ ‏‮origin‬‏ ‏‮isolation‬‏ ‏‮with‬‏ ‏‮COOP‬‏"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "‏‮Preload‬‏ `optional` ‏‮fonts‬‏ ‏‮so‬‏ ‏‮first‬‏-‏‮time‬‏ ‏‮visitors‬‏ ‏‮may‬‏ ‏‮use‬‏ ‏‮them‬‏. [‏‮Learn‬‏ ‏‮more‬‏ ‏‮about‬‏ ‏‮preloading‬‏ ‏‮fonts‬‏](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -771,7 +771,7 @@
771
771
  "message": "تجنَّب سلاسل الطلبات المهمة"
772
772
  },
773
773
  "core/audits/csp-xss.js | columnDirective": {
774
- "message": "أمر توجيهي"
774
+ "message": "التوجيه"
775
775
  },
776
776
  "core/audits/csp-xss.js | columnSeverity": {
777
777
  "message": "درجة الخطورة"
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في الأصل التالي: {fontOrigin}.}zero{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيم `font-display` في الأصول التالية: {fontOrigin}.}two{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيم `font-display` في الأصلَين التاليَين: {fontOrigin}.}few{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيم `font-display` في الأصول التالية: {fontOrigin}.}many{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيم `font-display` في الأصول التالية: {fontOrigin}.}other{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيم `font-display` في الأصول التالية: {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 في تقليل خطر خفض مستوى اتصالات 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": "يمكن استخدام سياسة Cross-Origin-Opener-Policy (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": "يجب تحميل الخطوط `optional` بشكل مسبق حتى يتسنى للزوار الجدد استخدامها. [مزيد من المعلومات عن التحميل المسبَق للخطوط](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -3120,7 +3168,7 @@
3120
3168
  "message": "يمكنك استخدام [مكون WordPress الإضافي لتحسين الصورة](https://wordpress.org/plugins/search/optimize+images/) الذي يضغط صورك مع المحافظة على الجودة."
3121
3169
  },
3122
3170
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-responsive-images": {
3123
- "message": "يمكنك تحميل الصور مباشرةً من خلال [مكتبة الوسائط](https://wordpress.org/support/article/media-library-screen/) للتأكّد من توفّر أحجام الصور المطلوبة، ثم إدراجها من مكتبة الوسائط أو استخدام أداة الصورة لضمان استخدام أفضل حجم للصورة (بما في ذلك تلك الخاصة بنقاط فاصلة متجاوبة). يمكنك تجنب استخدام صور `Full Size` إلا إذا كانت الأبعاد كافية لاستخدامها. [مزيد من المعلومات](https://wordpress.org/support/article/inserting-images-into-posts-and-pages/)"
3171
+ "message": "يمكنك تحميل الصور مباشرةً من خلال [مكتبة الوسائط](https://wordpress.org/support/article/media-library-screen/) للتأكّد من توفّر أحجام الصور المطلوبة، ثم إدراجها من مكتبة الوسائط أو استخدام تطبيق الصورة المصغَّر لضمان استخدام أفضل حجم للصورة (بما في ذلك تلك الخاصة بنقاط فاصلة متجاوبة). يمكنك تجنب استخدام صور `Full Size` إلا إذا كانت الأبعاد كافية لاستخدامها. [مزيد من المعلومات](https://wordpress.org/support/article/inserting-images-into-posts-and-pages/)"
3124
3172
  },
3125
3173
  "node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-text-compression": {
3126
3174
  "message": "يمكنك تفعيل ضغط النص في إعداد خادم الويب."
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse не успя да провери автоматично стойността на `font-display` за източника {fontOrigin}.}other{Lighthouse не успя да провери автоматично стойностите на `font-display` за източника {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 значително намалява риска от атаки за подслушване и от понижаване на връзките през 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": "Правилото Cross-Origin-Opener-Policy (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": "Заредете предварително шрифтовете със свойство `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{Lighthouse no ha pogut comprovar automàticament el valor `font-display` de l'URL d'origen {fontOrigin}.}other{Lighthouse no ha pogut comprovar automàticament els valors `font-display` de l'URL d'origen {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Directiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Gravetat"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Si s'implementa la capçalera HSTS, es redueix considerablement el risc que es canviïn les connexions HTTP a una versió inferior i que hi hagi atacs d'escolta clandestina. Es recomana llançar-la progressivament, començant amb un valor d'edat màxima que sigui baix. [Obtén més informació sobre com pots utilitzar una política HSTS segura](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)."
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Sintaxi no vàlida"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "El valor de `max-age` és massa baix"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "No s'ha trobat cap capçalera HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "No hi ha cap directiva `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "No s'ha trobat cap directiva `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "No s'ha trobat cap directiva `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Utilitza una política HSTS segura"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Relació d'aspecte (real)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "L'efecte té paràmetres de temps no admesos"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Directiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Gravetat"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "La política Cross-Origin-Opener-Policy (COOP) es pot utilitzar per aïllar la finestra de nivell superior d'altres documents, com ara els emergents. [Obtén més informació sobre com pots implementar la capçalera COOP](https://web.dev/articles/why-coop-coep#coop)."
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Sintaxi no vàlida"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "No s'ha trobat cap capçalera COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Assegura't que l'aïllament dels orígens sigui adequat amb COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Precarrega les fonts `optional` perquè els visitants nous puguin utilitzar-les. [Més informació sobre la precàrrega de fonts](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ástroj Lighthouse u zdroje {fontOrigin} nedokázal automaticky zkontrolovat hodnotu `font-display`.}few{Nástroj Lighthouse u zdroje {fontOrigin} nedokázal automaticky zkontrolovat hodnoty `font-display`.}many{Nástroj Lighthouse u zdroje {fontOrigin} nedokázal automaticky zkontrolovat hodnoty `font-display`.}other{Nástroj Lighthouse u zdroje {fontOrigin} nedokázal automaticky zkontrolovat hodnoty `font-display`.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktiva"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Závažnost"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Implementace záhlaví HSTS výrazně snižuje riziko downgradu na připojení HTTP a odposlouchávacích útoků. Doporučuje se zavádět ho na etapy a začít nízkými hodnotami max-age. [Další informace o používání přísných zásad HSTS](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Neplatná syntaxe"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "Hodnota `max-age` je příliš nízká"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Nebylo nalezeno žádné záhlaví HSTS"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Chybí direktiva `max-age`"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Nebyla nalezena žádná direktiva `preload`"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Nebyla nalezena žádná direktiva `includeSubDomains`"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Použijte přísné zásady HSTS"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Poměr stran (skutečný)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Efekt má nepodporované parametry časování"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktiva"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Závažnost"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Pomocí záhlaví Cross-Origin-Opener-Policy (COOP) lze okna nejvyšší úrovně izolovat od jiných dokumentů, jako jsou vyskakovací okna. [Další informace o nasazení záhlaví COOP](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Neplatná syntaxe"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Nebylo nalezeno žádné záhlaví COOP"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Pomocí záhlaví COOP zajistěte správnou izolaci zdroje"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Načítejte písma `optional` předem, aby je mohli používat i návštěvníci, kteří přicházejí poprvé. [Další informace o předběžném načítání písem](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 kunne ikke automatisk tjekke `font-display`-værdien for det oprindelige website {fontOrigin}.}one{Lighthouse kunne ikke automatisk tjekke `font-display`-værdien for det oprindelige website {fontOrigin}.}other{Lighthouse kunne ikke automatisk tjekke `font-display`-værdierne for det oprindelige website {fontOrigin}.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Direktiv"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Omfang"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Implementering af HSTS-headeren reducerer risikoen for nedgradering af HTTP-forbindelser og aflytningsangreb betydeligt. Vi anbefaler, at udgivelsen sker i etaper, og at du starter med en lav max-age. [Få flere oplysninger om brug af en stærk HSTS-politik.](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": "Der blev ikke fundet nogen HSTS-header"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Intet `max-age`-direktiv"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Der blev ikke fundet noget `preload`-direktiv"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Der blev ikke fundet noget `includeSubDomains`-direktiv"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Anvend en stærk HSTS-politik"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Billedformat (faktisk)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Effekten har timingparametre, der ikke understøttes"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Direktiv"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Omfang"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Cross-Origin-Opener-Policy (COOP) kan bruges til at isolere vinduet på øverste niveau fra andre dokumenter som f.eks. pop op-vinduer. [Få flere oplysninger om implementering af COOP-headeren.](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": "Der blev ikke fundet nogen COOP-header"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Sørg for korrekt domæneisolation med COOP"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Forudindlæs skrifttyper med `optional`, så førstegangsbesøgende kan bruge dem. [Få flere oplysninger om forudindlæsning af skrifttyper](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },
@@ -681,7 +681,7 @@
681
681
  "message": "Ressourcen blockieren den First Paint deiner Seite. Versuche, wichtiges JS und wichtige CSS inline anzugeben und alle nicht kritischen JS und Stile zurückzustellen. [Informationen dazu, wie sich Ressourcen eliminieren lassen, die das Rendering blockieren.](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)"
682
682
  },
683
683
  "core/audits/byte-efficiency/render-blocking-resources.js | title": {
684
- "message": "Ressourcen beseitigen, die das Rendering blockieren"
684
+ "message": "Ressourcen entfernen, die das Rendering blockieren"
685
685
  },
686
686
  "core/audits/byte-efficiency/total-byte-weight.js | description": {
687
687
  "message": "Große Netzwerknutzlasten kosten Nutzer bares Geld und hängen eng mit langen Ladezeiten zusammen. [Informationen zum Verringern der Nutzlastgröße.](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)"
@@ -977,6 +977,36 @@
977
977
  "core/audits/font-display.js | undeclaredFontOriginWarning": {
978
978
  "message": "{fontCountForOrigin,plural, =1{Lighthouse konnte den Wert „`font-display`“ für den Ursprung „{fontOrigin}“ nicht automatisch prüfen.}other{Lighthouse konnte die Werte „`font-display`“ für den Ursprung „{fontOrigin}“ nicht automatisch prüfen.}}"
979
979
  },
980
+ "core/audits/has-hsts.js | columnDirective": {
981
+ "message": "Anweisung"
982
+ },
983
+ "core/audits/has-hsts.js | columnSeverity": {
984
+ "message": "Schweregrad"
985
+ },
986
+ "core/audits/has-hsts.js | description": {
987
+ "message": "Durch die Implementierung des HSTS-Headers wird das Risiko von Downgrades bei HTTP-Verbindungen sowie von Abhörangriffen erheblich reduziert. Wir empfehlen eine schrittweise Einführung, bei der mit einem niedrigen „max‑age“-Wert begonnen wird. [Hier findest du weitere Informationen zur Verwendung einer wirkungsvollen HSTS-Richtlinie.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)"
988
+ },
989
+ "core/audits/has-hsts.js | invalidSyntax": {
990
+ "message": "Ungültige Syntax"
991
+ },
992
+ "core/audits/has-hsts.js | lowMaxAge": {
993
+ "message": "„`max-age`“-Wert ist zu niedrig"
994
+ },
995
+ "core/audits/has-hsts.js | noHsts": {
996
+ "message": "Kein HSTS-Header gefunden"
997
+ },
998
+ "core/audits/has-hsts.js | noMaxAge": {
999
+ "message": "Anweisung „`max-age`“ fehlt"
1000
+ },
1001
+ "core/audits/has-hsts.js | noPreload": {
1002
+ "message": "Anweisung „`preload`“ nicht gefunden"
1003
+ },
1004
+ "core/audits/has-hsts.js | noSubdomain": {
1005
+ "message": "Anweisung „`includeSubDomains`“ nicht gefunden"
1006
+ },
1007
+ "core/audits/has-hsts.js | title": {
1008
+ "message": "Wirkungsvolle HSTS-Richtlinie verwenden"
1009
+ },
980
1010
  "core/audits/image-aspect-ratio.js | columnActual": {
981
1011
  "message": "Seitenverhältnis (Original)"
982
1012
  },
@@ -1184,6 +1214,24 @@
1184
1214
  "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
1185
1215
  "message": "Effekt hat nicht unterstützte Timingparameter"
1186
1216
  },
1217
+ "core/audits/origin-isolation.js | columnDirective": {
1218
+ "message": "Anweisung"
1219
+ },
1220
+ "core/audits/origin-isolation.js | columnSeverity": {
1221
+ "message": "Schweregrad"
1222
+ },
1223
+ "core/audits/origin-isolation.js | description": {
1224
+ "message": "Mit der Cross-Origin-Opener-Policy (COOP) kann das übergeordnete Fenster von anderen Dokumenten wie Pop‑ups isoliert werden. [Hier findest du weitere Informationen zur Implementierung eines COOP-Headers.](https://web.dev/articles/why-coop-coep#coop)"
1225
+ },
1226
+ "core/audits/origin-isolation.js | invalidSyntax": {
1227
+ "message": "Ungültige Syntax"
1228
+ },
1229
+ "core/audits/origin-isolation.js | noCoop": {
1230
+ "message": "Kein COOP-Header gefunden"
1231
+ },
1232
+ "core/audits/origin-isolation.js | title": {
1233
+ "message": "Mit COOP für die richtige Isolation des Ursprungs sorgen"
1234
+ },
1187
1235
  "core/audits/preload-fonts.js | description": {
1188
1236
  "message": "Du solltest `optional`-Schriftarten vorab laden, damit sie von Erstbesuchern verwendet werden können. [Weitere Informationen zum Vorabladen von Schriftarten](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` για την προέλευση {fontOrigin}.}other{Το Lighthouse δεν μπόρεσε να ελέγξει αυτόματα τις τιμές `font-display` για την προέλευση {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 μειώνει σημαντικά τον κίνδυνο υποβάθμισης των συνδέσεων HTTP και των επιθέσεων υποκλοπής. Συνιστάται η σταδιακή διάθεση, ξεκινώντας με χαμηλό μέγιστο όριο ηλικίας. [Μάθετε περισσότερα σχετικά με τη χρήση μιας ισχυρής πολιτικής 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": "Προφορτώστε γραμματοσειρές `optional` για να μπορούν να τις χρησιμοποιούν οι νέοι επισκέπτες. [Μάθετε περισσότερα σχετικά με την προφόρτωση γραμματοσειρών](https://web.dev/articles/preload-optional-fonts)"
1189
1237
  },