lighthouse 11.5.0 → 11.6.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/core/audits/layout-shifts.js +5 -2
- package/core/computed/metrics/cumulative-layout-shift.js +7 -1
- package/core/computed/trace-engine-result.d.ts +2 -16
- package/core/computed/trace-engine-result.js +12 -3
- package/core/gather/driver/wait-for-condition.js +15 -0
- package/core/gather/gatherers/root-causes.js +22 -9
- package/core/gather/gatherers/trace-elements.js +6 -2
- package/core/gather/gatherers/trace.js +2 -1
- package/core/gather/runner-helpers.js +4 -1
- package/core/lib/trace-engine.d.ts +10 -6
- package/core/lib/trace-engine.js +3 -4
- package/dist/report/bundle.esm.js +1 -1
- package/dist/report/flow.js +1 -1
- package/dist/report/standalone.js +1 -1
- package/package.json +8 -8
- package/report/renderer/report-utils.js +1 -1
- package/shared/localization/locales/ar-XB.json +45 -3
- package/shared/localization/locales/ar.json +45 -3
- package/shared/localization/locales/bg.json +45 -3
- package/shared/localization/locales/ca.json +45 -3
- package/shared/localization/locales/cs.json +45 -3
- package/shared/localization/locales/da.json +52 -10
- package/shared/localization/locales/de.json +45 -3
- package/shared/localization/locales/el.json +45 -3
- package/shared/localization/locales/en-GB.json +45 -3
- package/shared/localization/locales/en-US.json +1 -1
- package/shared/localization/locales/en-XA.json +45 -3
- package/shared/localization/locales/en-XL.json +1 -1
- package/shared/localization/locales/es-419.json +45 -3
- package/shared/localization/locales/es.json +45 -3
- package/shared/localization/locales/fi.json +45 -3
- package/shared/localization/locales/fil.json +45 -3
- package/shared/localization/locales/fr.json +48 -6
- package/shared/localization/locales/he.json +45 -3
- package/shared/localization/locales/hi.json +45 -3
- package/shared/localization/locales/hr.json +45 -3
- package/shared/localization/locales/hu.json +45 -3
- package/shared/localization/locales/id.json +45 -3
- package/shared/localization/locales/it.json +45 -3
- package/shared/localization/locales/ja.json +45 -3
- package/shared/localization/locales/ko.json +45 -3
- package/shared/localization/locales/lt.json +45 -3
- package/shared/localization/locales/lv.json +45 -3
- package/shared/localization/locales/nl.json +45 -3
- package/shared/localization/locales/no.json +45 -3
- package/shared/localization/locales/pl.json +45 -3
- package/shared/localization/locales/pt-PT.json +45 -3
- package/shared/localization/locales/pt.json +50 -8
- package/shared/localization/locales/ro.json +45 -3
- package/shared/localization/locales/ru.json +45 -3
- package/shared/localization/locales/sk.json +45 -3
- package/shared/localization/locales/sl.json +45 -3
- package/shared/localization/locales/sr-Latn.json +45 -3
- package/shared/localization/locales/sr.json +45 -3
- package/shared/localization/locales/sv.json +45 -3
- package/shared/localization/locales/ta.json +45 -3
- package/shared/localization/locales/te.json +45 -3
- package/shared/localization/locales/th.json +46 -4
- package/shared/localization/locales/tr.json +46 -4
- package/shared/localization/locales/uk.json +45 -3
- package/shared/localization/locales/vi.json +45 -3
- package/shared/localization/locales/zh-HK.json +45 -3
- package/shared/localization/locales/zh-TW.json +45 -3
- package/shared/localization/locales/zh.json +49 -7
- package/types/artifacts.d.ts +4 -3
- package/types/internal/rxjs.d.ts +4 -0
- package/types/trace-engine.d.ts +0 -1516
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "سمات `[aria-*]` هي مطابقة لأدوارها"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "يتيح `role` ARIA للتكنولوجيا المساعِدة معرفة دور كل عنصر على صفحة الويب. إذا كانت قيَم `role` مكتوبة بشكل خاطئ أو كانت قيَم `role` ARIA غير موجودة أو كانت الأدوار مجرّدة، لن يعرف مستخدمو التكنولوجيا المساعِدة الغرض من العنصر. [مزيد من المعلومات حول أدوار ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "يتيح `role` ARIA للتكنولوجيا المساعِدة معرفة دور كل عنصر على صفحة الويب. إذا كانت قيَم `role` مكتوبة بشكل خاطئ أو كانت قيَم `role` ARIA غير موجودة أو كانت الأدوار مجرّدة، لن يعرف مستخدمو التكنولوجيا المساعِدة الغرض من العنصر. [مزيد من المعلومات حول أدوار ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)"
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "القيَم التي تم تخصيصها للدور `role=\"\"` ليست أدوار ARIA صالحة"
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "لم يتم منع استعادة الصفحة من عملية التخزين المؤقت باستخدام ميزة \"التخزين المؤقت للصفحات\""
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "لا يمكن اختبار ميزة \"التخزين المؤقت للصفحات\" في الإصدار القديم من \"Chrome بلا واجهة مستخدم رسومية\" (`--chrome-flags=\"--headless=old\"`). للاطّلاع على نتائج التدقيق، استخدِم الإصدار الجديد من \"Chrome بلا واجهة مستخدم رسومية\" (`--chrome-flags=\"--headless=new\"`) أو متصفّح Chrome العادي."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "أثّرت \"إضافات Chrome\" بشكلٍ سلبي في أداء التحميل لهذه الصفحة. ويمكنك تجربة تدقيق الصفحة في وضع التصفُّح المُتخفّي أو من ملف شخصي على Chrome بدون الإضافات."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "عنصر \"سرعة عرض أكبر جزء من المحتوى على الصفحة\""
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "تأثير متغيّرات التصميم"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "
|
|
1164
|
+
"message": "عناصر DOM هذه كانت الأكثر تأثّرًا بمتغيّرات التصميم. قد لا يتم تضمين بعض متغيّرات التصميم في قيمة مقياس متغيّرات التصميم التراكمية (CLS) بسبب [عملية الاستقطاع](https://web.dev/articles/cls#what_is_cls). [التعرُّف على كيفية تحسين متغيّرات التصميم التراكمية](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "تجنُّب متغيّرات التصميم الكبيرة"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "نتيجة متغيّرات التصميم"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "هذه هي أكبر متغيّرات التصميم التي تم رصدها في الصفحة. يُمثّل كل عنصر في الجدول متغيّر تصميم واحدًا مع توضيح العنصر الأكثر تغيُّرًا. وتتوفّر أسفل كل عنصر الأسباب الأساسية المحتمَلة التي أدّت إلى حدوث متغيّرات التصميم. قد لا يتم تضمين بعض متغيّرات التصميم هذه في قيمة مقياس متغيّرات التصميم التراكمية (CLS) بسبب [المدة الزمنية المخصّصة لعرض الأحداث](https://web.dev/articles/cls#what_is_cls). [التعرُّف على كيفية تحسين متغيّرات التصميم التراكمية](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{تم العثور على متغيّر تصميم واحد.}zero{تم العثور على # متغيّر تصميم.}two{تم العثور على متغيّرَي تصميم.}few{تم العثور على # متغيّرات تصميم.}many{تم العثور على # متغيّر تصميم.}other{تم العثور على # متغيّر تصميم.}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "خط صفحة الويب الذي تم تحميله"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "إطار iframe الذي تم إدخاله"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "أدَّى طلب الشبكة المتأخّر إلى تعديل تصميم الصفحة."
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "لم يتم تحديد حجم واضح لعنصر الوسائط."
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "تجنُّب متغيّرات التصميم الكبيرة"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "تُعرَض لاحقًا الصور التي تم تحميلها في الجزء المرئي من الصفحة باستخدام طريقة التحميل الكسول، ما يتسبب في تأخير عرض أكبر جزء من المحتوى على الصفحة. [مزيد من المعلومات حول طريقة التحميل الكسول المحسَّنة](https://web.dev/articles/lcp-lazy-loading)"
|
|
1168
1195
|
},
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "ضبط لون تصميم لشريط العناوين"
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "ستتم إزالة إمكانية استخدام ملفات تعريف الارتباط التابعة لجهات خارجية في إصدار مستقبلي من Chrome. [معلومات أكثر حول الإيقاف التدريجي لملفات تعريف الارتباط التابعة لجهات خارجية](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)"
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{تم العثور على ملف تعريف ارتباط واحد}zero{تم العثور على # ملف تعريف ارتباط}two{تم العثور على ملفَي تعريف ارتباط}few{تم العثور على # ملفات تعريف ارتباط}many{تم العثور على # ملف تعريف ارتباط}other{تم العثور على # ملف تعريف ارتباط}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "هذه الصفحة تستخدم ملفات تعريف ارتباط تابعة لجهات خارجية"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "هذه الصفحة لا تستخدم ملفات تعريف ارتباط تابعة لجهات خارجية"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (منتج متعلق بخدمة العملاء)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "اجتياز عمليات التدقيق بنجاح"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "إلى جانب [معايير قابلية التثبيت المُعدَّلة في Chrome](https://developer.chrome.com/blog/update-install-criteria)، ستوقف أداة Lighthouse فئة تطبيقات الويب التقدّمية (PWA) نهائيًا في إصدار مستقبلي. يُرجى الرجوع إلى [مستندات تطبيقات الويب التقدّمية (PWA) المعدَّلة](https://developer.chrome.com/docs/devtools/progressive-web-apps/) لاختبار هذه التطبيقات في المستقبل."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "التحميل الأولي للصفحة"
|
|
3364
3406
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "Атрибутите `[aria-*]` съответстват на ролите си"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "Ролите на ARIA, задавани чрез атрибута `role`, информират помощните технологии каква функция изпълнява всеки елемент в уеб страницата. Ако стойностите на `role` са изписани неправилно, не са сред съществуващите за `role` или са абстрактни роли, предназначението на елемента няма да се съобщава на потребителите на помощни технологии. [Научете повече за ролите на ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "Ролите на ARIA, задавани чрез атрибута `role`, информират помощните технологии каква функция изпълнява всеки елемент в уеб страницата. Ако стойностите на `role` са изписани неправилно, не са сред съществуващите за `role` или са абстрактни роли, предназначението на елемента няма да се съобщава на потребителите на помощни технологии. [Научете повече за ролите на ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "Стойностите, зададени за `role=\"\"`, не са валидни роли на ARIA."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "Страницата не предотврати възстановяването на кеша за назад/напред"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "Кешът за назад/напред не може да бъде тестван в старата версия на Chrome без графичен потребителски интерфейс (`--chrome-flags=\"--headless=old\"`). За да видите резултатите от проверката, използвайте новата версия на Chrome без графичен потребителски интерфейс (`--chrome-flags=\"--headless=new\"`) или стандартната версия на Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Зареждането на тази страница се забавя от разширения за Chrome. Опитайте да я проверите в режим „инкогнито“ или от потребителски профил в Chrome без инсталирани разширения."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "Елемент, рендериран при изобразяване на най-голямото съдържание (LCP)"
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "Въздействие на структурните промени"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Тези елементи
|
|
1164
|
+
"message": "Тези елементи на DOM са засегнати най-много от структурните промени. Някои структурни промени може да не са включени в стойността на показателя за CLS поради [рендериране на текущия прозорец](https://web.dev/articles/cls#what_is_cls). [Научете как да подобрите CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Избягвайте големи промени в оформлението"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Резултат за структурната промяна"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "Това са най-големите структурни промени на страницата. Всеки елемент в таблицата представлява една структурна промяна и показва компонента с най-голямо изменение. Под всеки елемент са посочени възможните основни причини, довели до структурната промяна. Някои от тези структурни промени може да не бъдат включени в стойността на показателя CLS поради [рендериране на текущия прозорец](https://web.dev/articles/cls#what_is_cls). [Научете как да подобрите CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{Намерена е 1 структурна промяна}other{Намерени са # структурни промени}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "Зареден уеб шрифт"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "Вмъкната вложена рамка"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "Оформлението на страницата е коригирано заради закъсняла заявка в мрежата"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "Липсва конкретен размер за мултимедийния елемент"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Избягвайте големи промени в оформлението"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Забавено заредените изображения на видимата на екрана част от страницата се рендерират на по-късен етап от жизнения ѝ цикъл. Това може да доведе до забавяне при изобразяване на най-голямото съдържание (LCP). [Научете повече за оптималното забавяне при зареждане](https://web.dev/articles/lcp-lazy-loading)."
|
|
1168
1195
|
},
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "Зададен е тематичен цвят за адресната лента."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "Поддръжката за „бисквитки“ на трети страни ще бъде премахната в бъдеща версия на Chrome. [Научете повече за оттеглянето на „бисквитките“ на трети страни](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{Намерена е 1 „бисквитка“}other{Намерени са # „бисквитки“}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Използва „бисквитки“ на трети страни"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Избягва „бисквитки“ на трети страни"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (поддръжка на клиенти)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Успешно преминати проверки"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "Заедно с [актуализираните критерии на Chrome за инсталиране](https://developer.chrome.com/blog/update-install-criteria) Lighthouse ще оттегли категорията PWA в бъдеща версия. Моля, разгледайте [актуализираната документация за PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/) за бъдещо тестване на PWA."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "Първоначално зареждане на страницата"
|
|
3364
3406
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "Els atributs `[aria-*]` coincideixen amb les seves funcions"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "Les funcions d'ARIA (`role`s) permeten que les tecnologies assistencials coneguin la funció de cada element a la pàgina web. Si els valors de `role` estan mal escrits, són valors de `role` d'ARIA inexistents o funcions abstractes, la finalitat de l'element no es comunicarà als usuaris de tecnologies assistencials. [Obtén més informació sobre les funcions d'ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "Les funcions d'ARIA (`role`s) permeten que les tecnologies assistencials coneguin la funció de cada element a la pàgina web. Si els valors de `role` estan mal escrits, són valors de `role` d'ARIA inexistents o funcions abstractes, la finalitat de l'element no es comunicarà als usuaris de tecnologies assistencials. [Obtén més informació sobre les funcions d'ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "Els valors assignats a `role=\"\"` no són funcions d'ARIA vàlides."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "La pàgina no ha impedit la restauració de la memòria cau endavant/enrere"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "La memòria cau endavant/enrere no es pot provar a la versió antiga de Chrome sense interfície gràfica (`--chrome-flags=\"--headless=old\"`). Per veure els resultats de l'auditoria, utilitza la nova versió de Chrome sense interfície gràfica (`--chrome-flags=\"--headless=new\"`) o la versió estàndard de Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Les extensions de Chrome han afectat negativament el rendiment de càrrega de la pàgina. Audita la pàgina en mode d'incògnit o des d'un perfil de Chrome sense extensions."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "Element de renderització de l'element més gran amb contingut"
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "Impacte del canvi de disseny"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Aquests són els elements de DOM que més
|
|
1164
|
+
"message": "Aquests són els elements de DOM que més s'han vist afectats pels canvis de disseny. És possible que alguns d'aquests canvis no s'incloguin al valor de la mètrica CLS a causa de la [normalització](https://web.dev/articles/cls#what_is_cls). [Informació sobre com pots millorar el CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Evita els canvis de disseny importants"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Puntuació del canvi de disseny"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "Aquests són els canvis de disseny més importants que s'han observat a la pàgina. Cada element de la taula representa un sol canvi de disseny i mostra l'element que ha canviat més. A sota de cada element hi ha les causes arrel que poden haver provocat el canvi. És possible que alguns d'aquests canvis de disseny no s'incloguin al valor de la mètrica CLS a causa d'un [enfinestrament](https://web.dev/articles/cls#what_is_cls). [Informació sobre com pots millorar el CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{S'ha trobat 1 canvi de disseny}other{S'han trobat # canvis de disseny}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "S'ha carregat una font web"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "S'ha injectat un iframe"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "Una sol·licitud de xarxa amb retard ha ajustat el disseny de la pàgina"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "L'element multimèdia no té una mida explícita"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Evita els canvis de disseny importants"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Les imatges de la meitat superior de la pàgina que es carreguen lentament es renderitzen més tard al cicle de vida de la pàgina, cosa que pot retardar la renderització de l'element més gran amb contingut. [Obtén més informació sobre la càrrega lenta òptima](https://web.dev/articles/lcp-lazy-loading)."
|
|
1168
1195
|
},
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "Estableix un color temàtic per a la barra d'adreces."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "La compatibilitat amb les galetes de tercers se suprimirà en una versió futura de Chrome. [Obtén més informació sobre com pots retirar les galetes de tercers](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{S'ha trobat 1 galeta}other{S'han trobat # galetes}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Utilitza galetes de tercers"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Evita les galetes de tercers"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (èxit del client)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Auditories aprovades"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "Juntament amb els [criteris d'instal·labilitat actualitzats de Chrome](https://developer.chrome.com/blog/update-install-criteria), Lighthouse discontinuarà la categoria PWA en una propera versió. Consulta la [documentació actualitzada sobre la PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/) per consultar les futures proves de la PWA."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "Càrrega de la pàgina inicial"
|
|
3364
3406
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "Atributy `[aria-*]` odpovídají příslušným rolím"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "Atributy `role` odpovídající specifikaci ARIA poskytují asistenčním technologiím informace o roli jednotlivých prvků na webové stránce. Pokud jsou v hodnotách `role` překlepy, neodpovídají hodnotám `role` podle specifikace ARIA nebo se jedná o abstraktní role, uživatelé asistenčních technologií se nedozvědí účel prvku. [Další informace o rolích ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "Atributy `role` odpovídající specifikaci ARIA poskytují asistenčním technologiím informace o roli jednotlivých prvků na webové stránce. Pokud jsou v hodnotách `role` překlepy, neodpovídají hodnotám `role` podle specifikace ARIA nebo se jedná o abstraktní role, uživatelé asistenčních technologií se nedozvědí účel prvku. [Další informace o rolích ARIA](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)"
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "Hodnoty atributů `role=\"\"` nejsou platné role ARIA."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "Stránka nebránila obnovení z mezipaměti pro přechod zpět nebo vpřed"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "Mezipaměť pro přechod zpět nebo vpřed nelze testovat ve starém Chromu bez grafické vrstvy (`--chrome-flags=\"--headless=old\"`). Pokud chcete zobrazit výsledky auditu, použijte nový Chrome bez grafické vrstvy (`--chrome-flags=\"--headless=new\"`) nebo standardní Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Rychlost načítání této stránky byla negativně ovlivněna rozšířeními pro Chrome. Zkuste stránku zkontrolovat v anonymním režimu nebo profilu Chromu bez rozšíření."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "Prvek Largest Contentful Paint"
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "Dopad změny rozvržení"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Tyto prvky DOM
|
|
1164
|
+
"message": "Tyto prvky DOM byly změnami rozvržení ovlivněny nejvíce. Některé změny rozvržení do hodnoty metriky CLS vzhledem k [normalizaci ](https://web.dev/articles/cls#what_is_cls) nemusí zahrnuty. [Jak zlepšit CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Zajistěte, aby nedocházelo k velkým změnám rozvržení"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Skóre změny rozvržení"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "Toto jsou největší změny rozvržení pozorované na stránce. Každá položka v tabulce představuje jednu změnu rozvržení a je u ní uvedeno, který prvek se posunul nejvíce. Pod každou položkou jsou uvedeny možné prvotní příčiny změny rozvržení. Některé z těchto změn rozvržení do hodnoty metriky CLS vzhledem k [použití okenního systému](https://web.dev/articles/cls#what_is_cls) nemusí zahrnuty. [Jak zlepšit CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{Byla nalezena 1 změna rozvržení}few{Byly nalezeny # změny rozvržení}many{Bylo nalezeno # změny rozvržení}other{Bylo nalezeno # změn rozvržení}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "Bylo načteno webové písmo"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "Byl vložen prvek iframe"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "Rozvržení stránky bylo upraveno pozdním síťovým požadavkem"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "U prvku média není explicitně zadána velikost"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Zajistěte, aby nedocházelo k velkým změnám rozvržení"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Líně načtené obrázky nad okrajem se vykreslí později v životním cyklu stránky, což může zpozdit vykreslení největšího obsahu. [Další informace o optimálním líném načítání](https://web.dev/articles/lcp-lazy-loading)"
|
|
1168
1195
|
},
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "Nastavuje barvu motivu adresního řádku."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "Podpora souborů cookie třetích stran bude v budoucí verzi Chromu odstraněna. [Další informace o postupném ukončení podpory souborů cookie třetích stran](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{Byl nalezen 1 soubor cookie}few{Byly nalezeny # soubory cookie}many{Bylo nalezeno # souboru cookie}other{Bylo nalezeno # souborů cookie}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Používá soubory cookie třetích stran"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Nepoužívá soubory cookie třetích stran"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (zákaznická podpora)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Úspěšné audity"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "Spolu s [aktualizovanými kritérii prohlížeče Chrome pro instalaci](https://developer.chrome.com/blog/update-install-criteria) bude v budoucí verzi nástroje Lighthouse ukončena podpora kategorie aplikací PWA. Pokyny k budoucímu testování aplikací PWA najdete v [aktualizované dokumentaci aplikací PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/)."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "První načtení stránky"
|
|
3364
3406
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "`[aria-*]`-attributterne stemmer overens med deres roller"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "ARIA `role`r gør det muligt for hjælpeteknologier at forstå hvert elements rolle på websiden. Hvis `role`værdierne er stavet forkert, ikke er eksisterende ARIA-`role`værdier eller abstrakte roller, kommunikeres elementets formål ikke til brugere med hjælpeteknologier. [Få flere oplysninger om ARIA-roller](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "ARIA `role`r gør det muligt for hjælpeteknologier at forstå hvert elements rolle på websiden. Hvis `role`værdierne er stavet forkert, ikke er eksisterende ARIA-`role`værdier eller abstrakte roller, kommunikeres elementets formål ikke til brugere med hjælpeteknologier. [Få flere oplysninger om ARIA-roller](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "De værdier, der er tildelt `role=\"\"`, er ikke gyldige ARIA-roller."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "Siden forhindrede ikke gendannelse af back/forward-cachen"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "Back/forward-cachen kan ikke testes i den gamle Chrome-version uden grafisk brugerflade (`--chrome-flags=\"--headless=old\"`). Hvis du vil se auditresultater, skal du bruge den nye version af Chrome uden grafisk brugerflade (`--chrome-flags=\"--headless=new\"`) eller standard Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Chrome-udvidelser påvirkede denne sides indlæsning negativt. Prøv at revidere siden i inkognitotilstand eller fra en Chrome-profil uden udvidelser."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "Element med Largest Contentful Paint"
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "Effekt af layoutskift"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Disse DOM-elementer
|
|
1164
|
+
"message": "Disse DOM-elementer blev mest påvirket af layoutskift. Nogle layoutskift medtages muligvis ikke i CLS-metricværdien som følge af [windowing](https://web.dev/articles/cls#what_is_cls). [Se, hvordan du forbedrer CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Undgå store layoutskift"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Resultat for layoutskift"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "Dette er de mest omfattende layoutskift, der er blevet registreret på siden. Hvert tabelelement repræsenterer et enkelt layoutskift og viser det element, hvor der er blevet foretaget de største ændringer. Under hvert element er der mulige årsager, der kan have forårsaget layoutskiftet. Nogle af disse layoutskift medtages muligvis ikke i CLS-metricværdien som følge af [windowing](https://web.dev/articles/cls#what_is_cls). [Se, hvordan du forbedrer CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{Der er blevet registreret 1 layoutskift}one{Der er blevet registreret # layoutskift}other{Der er blevet registreret # layoutskift}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "Webskrifttypen er indlæst"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "Iframe er indsat"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "En sen netværksanmodning har justeret sidens layout"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "Medieelementet mangler en klar angivelse af størrelse"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Undgå store layoutskift"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Billeder over skillelinjen, der anvender lazy loading, gengives senere på siden, hvilket kan forsinke den største udfyldning af indhold. [Få flere oplysninger om optimal lazy loading](https://web.dev/articles/lcp-lazy-loading)."
|
|
1168
1195
|
},
|
|
@@ -1392,7 +1419,7 @@
|
|
|
1392
1419
|
"message": "Dokumentet anvender læselige skriftstørrelser"
|
|
1393
1420
|
},
|
|
1394
1421
|
"core/audits/seo/hreflang.js | description": {
|
|
1395
|
-
"message": "hreflang-links fortæller søgemaskiner, hvilken version af en side de skal angive på listen over søgeresultater for et vilkårligt sprog eller
|
|
1422
|
+
"message": "hreflang-links fortæller søgemaskiner, hvilken version af en side de skal angive på listen over søgeresultater for et vilkårligt sprog eller en vilkårlig region. [Få flere oplysninger om `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)."
|
|
1396
1423
|
},
|
|
1397
1424
|
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1398
1425
|
"message": "Dokumentet har ikke en gyldig `hreflang`"
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "Angiver en temafarve til adresselinjen."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "Understøttelse af tredjepartscookies fjernes i en fremtidig version af Chrome. [Få flere oplysninger om udfasningen af tredjepartscookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{Der blev fundet 1 cookie}one{Der blev fundet # cookie}other{Der blev fundet # cookies}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Bruger tredjepartscookies"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Undgår tredjepartscookies"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (kundeservice)"
|
|
1537
1576
|
},
|
|
@@ -2865,16 +2904,16 @@
|
|
|
2865
2904
|
"message": "Overvej at bruge [responsive billedformater](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) for at reducere størrelsen på de billeder, der indlæses på din side. Hvis du bruger Visninger til at vise flere indholdselementer på en side, kan du overveje at implementere sideinddeling for at begrænse mængden af indholdselementer, der vises på en bestemt side."
|
|
2866
2905
|
},
|
|
2867
2906
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
|
|
2868
|
-
"message": "Sørg for, at du har aktiveret \"Sammenlæg CSS-filer\" på siden \"Administration » Konfiguration » Udvikling\". Sørg for, at dit Drupal-website som minimum kører Drupal 10.1, så du kan få bedre understøttelse til
|
|
2907
|
+
"message": "Sørg for, at du har aktiveret \"Sammenlæg CSS-filer\" på siden \"Administration » Konfiguration » Udvikling\". Sørg for, at dit Drupal-website som minimum kører Drupal 10.1, så du kan få bedre understøttelse til aggregering af aktiver."
|
|
2869
2908
|
},
|
|
2870
2909
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
|
|
2871
|
-
"message": "Sørg for, at du har aktiveret \"Sammenlæg JavaScript-filer\" på siden \"Administration » Konfiguration » Udvikling\". Sørg for, at dit Drupal-website som minimum kører Drupal 10.1, så du kan få bedre understøttelse til
|
|
2910
|
+
"message": "Sørg for, at du har aktiveret \"Sammenlæg JavaScript-filer\" på siden \"Administration » Konfiguration » Udvikling\". Sørg for, at dit Drupal-website som minimum kører Drupal 10.1, så du kan få bedre understøttelse til aggregering af aktiver."
|
|
2872
2911
|
},
|
|
2873
2912
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
|
|
2874
|
-
"message": "Overvej at fjerne ubrugte CSS-regler og kun vedhæfte de nødvendige Drupal-samlinger til den relevante side eller komponent på en side. Du kan finde flere oplysninger via [linket til Drupal-dokumentation](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Hvis du vil identificere vedhæftede samlinger, der tilføjer irrelevant CSS, kan du prøve at køre [kodedækning](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) i Chrome DevTools. Du kan identificere det problematiske tema/modul via webadressen for typografiarket, når CSS-
|
|
2913
|
+
"message": "Overvej at fjerne ubrugte CSS-regler og kun vedhæfte de nødvendige Drupal-samlinger til den relevante side eller komponent på en side. Du kan finde flere oplysninger via [linket til Drupal-dokumentation](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Hvis du vil identificere vedhæftede samlinger, der tilføjer irrelevant CSS, kan du prøve at køre [kodedækning](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) i Chrome DevTools. Du kan identificere det problematiske tema/modul via webadressen for typografiarket, når CSS-aggregering er deaktiveret på dit Drupal-website. Kig efter temaer/moduler med mange typografiark på listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun sætte et typografiark i kø, hvis det rent faktisk anvendes på siden."
|
|
2875
2914
|
},
|
|
2876
2915
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": {
|
|
2877
|
-
"message": "Overvej at fjerne ubrugte JavaScript-aktiver og kun vedhæfte de nødvendige Drupal-samlinger til den relevante side eller komponent på en side. Du kan finde flere oplysninger via [linket til Drupal-dokumentationen](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Hvis du vil identificere vedhæftede samlinger, der tilføjer irrelevant JavaScript, kan du prøve at køre [kodedækning](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) i Chrome DevTools. Du kan identificere det problematiske tema/modul via webadressen for scriptet, når JavaScript-
|
|
2916
|
+
"message": "Overvej at fjerne ubrugte JavaScript-aktiver og kun vedhæfte de nødvendige Drupal-samlinger til den relevante side eller komponent på en side. Du kan finde flere oplysninger via [linket til Drupal-dokumentationen](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Hvis du vil identificere vedhæftede samlinger, der tilføjer irrelevant JavaScript, kan du prøve at køre [kodedækning](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) i Chrome DevTools. Du kan identificere det problematiske tema/modul via webadressen for scriptet, når JavaScript-aggregering er deaktiveret på dit Drupal-website. Kig efter temaer/moduler med mange scripts på listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun sætte et script i kø, hvis det rent faktisk anvendes på siden."
|
|
2878
2917
|
},
|
|
2879
2918
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": {
|
|
2880
2919
|
"message": "Angiv \"Maks. alder for browser- og proxycachelagring\" på siden \"Administration » Konfiguration » Udvikling\". Læs om [Drupal-cache og optimering for bedre ydeevne](https://www.drupal.org/docs/7/managing-site-performance-and-scalability/caching-to-improve-performance/caching-overview#s-drupal-performance-resources)."
|
|
@@ -2898,13 +2937,13 @@
|
|
|
2898
2937
|
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Lazy Load Images` for at udsætte indlæsning af billeder, der ikke vises på skærmen, indtil der er behov for dem."
|
|
2899
2938
|
},
|
|
2900
2939
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
|
|
2901
|
-
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Critical CSS` og `Script Delay` for at udsætte ikke-kritisk JavaScript/
|
|
2940
|
+
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Critical CSS` og `Script Delay` for at udsætte ikke-kritisk JavaScript/CSS (CSS)."
|
|
2902
2941
|
},
|
|
2903
2942
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
|
|
2904
2943
|
"message": "Brug [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) for at cachelagre dit indhold på vores verdensomspændende netværk, hvilket forbedrer Time To First Byte."
|
|
2905
2944
|
},
|
|
2906
2945
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
|
|
2907
|
-
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Minify CSS` for automatisk at formindske din
|
|
2946
|
+
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Minify CSS` for automatisk at formindske din CSS (CSS) med henblik på at reducere størrelsen på netværkets datapakker."
|
|
2908
2947
|
},
|
|
2909
2948
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
|
|
2910
2949
|
"message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Minify Javascript` for automatisk at formindske JavaScript med henblik på at reducere størrelsen på netværkets datapakker."
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Beståede revisioner"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "I forbindelse med [Chromes opdaterede kriterier for installerbarhed](https://developer.chrome.com/blog/update-install-criteria) udfaser Lighthouse PWA-kategorien i en kommende udgivelse. Se den [opdaterede PWA-dokumentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) vedrørende fremtidige PWA-tests."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "Oprindelig sideindlæsning"
|
|
3364
3406
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "`[aria-*]`-Attribute entsprechen ihren Rollen"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "Durch ARIA-Rollen („`role`s“) wird die Rolle einzelner Elemente auf einer Webseite an Hilfstechnologien weitergegeben. Wenn die „`role`“-Werte falsch geschrieben sind, keine vorhandenen ARIA-„`role`“-Werte sind oder abstrakte Rollen sind, wird der Zweck des Elements nicht an Nutzer von Hilfstechnologien weitergegeben. [Weitere Informationen zu ARIA-Rollen](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "Durch ARIA-Rollen („`role`s“) wird die Rolle einzelner Elemente auf einer Webseite an Hilfstechnologien weitergegeben. Wenn die „`role`“-Werte falsch geschrieben sind, keine vorhandenen ARIA-„`role`“-Werte sind oder abstrakte Rollen sind, wird der Zweck des Elements nicht an Nutzer von Hilfstechnologien weitergegeben. [Weitere Informationen zu ARIA-Rollen](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role)"
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "Werte, die „`role=\"\"`“ zugewiesen sind, sind keine gültigen ARIA-Rollen."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "Seite hat die Wiederherstellung des Back-Forward-Caches nicht verhindert"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "Der Back-Forward-Cache kann in der alten monitorlosen Chrome-Version (`--chrome-flags=\"--headless=old\"`) nicht getestet werden. Verwende zum Ansehen der Audit-Ergebnisse die neue monitorlose Chrome-Version (`--chrome-flags=\"--headless=new\"`) oder die Standardversion von Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Chrome-Erweiterungen haben die Ladegeschwindigkeit dieser Seite beeinträchtigt. Versuche, die Seite im Inkognito-Modus oder mit einem Chrome-Profil ohne Erweiterungen zu überprüfen."
|
|
610
613
|
},
|
|
@@ -1155,14 +1158,38 @@
|
|
|
1155
1158
|
"message": "Largest Contentful Paint-Element"
|
|
1156
1159
|
},
|
|
1157
1160
|
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1158
|
-
"message": "
|
|
1161
|
+
"message": "Auswirkung von Layout Shifts"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "Diese DOM-Elemente
|
|
1164
|
+
"message": "Diese DOM-Elemente wurden am stärksten von Layout Shifts beeinflusst. Einige Layout Shifts sind aufgrund von [Windowing](https://web.dev/articles/cls#what_is_cls) möglicherweise nicht im CLS-Messwert enthalten. [Informationen zur Verbesserung der CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Umfangreiche Layoutverschiebungen vermeiden"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Layout-Shift-Ergebnis"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "Dies sind die größten Layout Shifts auf der Seite. Jedes Tabellenelement stellt einen einzelnen Layout Shift dar und zeigt das Element mit der größten Verschiebung. Unter jedem Element sind mögliche Ursachen aufgeführt, die zu einem Layout Shift geführt haben. Einige dieser Layout Shifts sind aufgrund von [Windowing](https://web.dev/articles/cls#what_is_cls) möglicherweise nicht im CLS-Messwert enthalten. [Informationen zur Verbesserung der CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{1 Layout Shift gefunden}other{# Layout Shifts gefunden}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "Webschriftart geladen"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "Eingefügter iFrame"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "Das Seitenlayout wurde durch eine späte Netzwerkanfrage angepasst"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "Medienelement ohne explizite Größe"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Umfangreiche Layoutverschiebungen vermeiden"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Ohne Scrollen sichtbare Bilder („above the fold“) die mit Lazy Loading geladen werden, werden später im Lebenszyklus der Seite gerendert. Dies kann zu Verzögerungen beim Largest Contentful Paint führen. [Weitere Informationen zum optimalen Lazy Loading.](https://web.dev/articles/lcp-lazy-loading)"
|
|
1168
1195
|
},
|
|
@@ -1532,6 +1559,18 @@
|
|
|
1532
1559
|
"core/audits/themed-omnibox.js | title": {
|
|
1533
1560
|
"message": "Legt eine Designfarbe für die Adressleiste fest."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "In einer zukünftigen Version von Chrome werden Cookies von Drittanbietern nicht mehr unterstützt. [Weitere Informationen zur schrittweisen Einstellung von Drittanbieter-Cookies.](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)"
|
|
1564
|
+
},
|
|
1565
|
+
"core/audits/third-party-cookies.js | displayValue": {
|
|
1566
|
+
"message": "{itemCount,plural, =1{1 Cookie gefunden}other{# Cookies gefunden}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Verwendet Drittanbieter-Cookies"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Vermeidet Drittanbieter-Cookies"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (Erfolgsgeschichten)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Bestandene Prüfungen"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "Neben den [aktualisierten Kriterien für die Installierbarkeit von Chrome](https://developer.chrome.com/blog/update-install-criteria) wird die PWA-Kategorie in einer zukünftigen Version von Lighthouse eingestellt. Informationen zu zukünftigen Tests findest du in der [aktualisierten PWA-Dokumentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/)."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "Erster Seitenaufbau"
|
|
3364
3406
|
},
|