lighthouse 11.5.0-dev.20240220 → 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/package.json +3 -3
- 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-XA.json +45 -3
- 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/internal/rxjs.d.ts +2 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.6.0",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"pako": "^2.0.3",
|
|
167
167
|
"preact": "^10.7.2",
|
|
168
168
|
"pretty-json-stringify": "^0.0.2",
|
|
169
|
-
"puppeteer": "^22.
|
|
169
|
+
"puppeteer": "^22.1.0",
|
|
170
170
|
"resolve": "^1.22.1",
|
|
171
171
|
"rollup": "^2.52.7",
|
|
172
172
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"open": "^8.4.0",
|
|
201
201
|
"parse-cache-control": "1.0.1",
|
|
202
202
|
"ps-list": "^8.0.0",
|
|
203
|
-
"puppeteer-core": "^22.
|
|
203
|
+
"puppeteer-core": "^22.1.0",
|
|
204
204
|
"robots-parser": "^3.0.1",
|
|
205
205
|
"semver": "^5.3.0",
|
|
206
206
|
"speedline-core": "^1.4.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "`[aria-*]` attributes match their roles"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-
|
|
21
|
+
"message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](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": "Values assigned to `role=\"\"` are not valid ARIA roles."
|
|
@@ -605,6 +605,9 @@
|
|
|
605
605
|
"core/audits/bf-cache.js | title": {
|
|
606
606
|
"message": "Page didn't prevent back/forward cache restoration"
|
|
607
607
|
},
|
|
608
|
+
"core/audits/bf-cache.js | warningHeadless": {
|
|
609
|
+
"message": "Back/forward cache cannot be tested in old Headless Chrome (`--chrome-flags=\"--headless=old\"`). To see audit results, use the new Headless Chrome (`--chrome-flags=\"--headless=new\"`) or standard Chrome."
|
|
610
|
+
},
|
|
608
611
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
609
612
|
"message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions."
|
|
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": "Layout shift impact"
|
|
1159
1162
|
},
|
|
1160
1163
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "These DOM elements
|
|
1164
|
+
"message": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1165
|
},
|
|
1163
1166
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1167
|
"message": "Avoid large layout shifts"
|
|
1165
1168
|
},
|
|
1169
|
+
"core/audits/layout-shifts.js | columnScore": {
|
|
1170
|
+
"message": "Layout shift score"
|
|
1171
|
+
},
|
|
1172
|
+
"core/audits/layout-shifts.js | description": {
|
|
1173
|
+
"message": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
|
|
1174
|
+
},
|
|
1175
|
+
"core/audits/layout-shifts.js | displayValueShiftsFound": {
|
|
1176
|
+
"message": "{shiftCount,plural, =1{1 layout shift found}zero{# layout shifts found}two{# layout shifts found}few{# layout shifts found}many{# layout shifts found}other{# layout shifts found}}"
|
|
1177
|
+
},
|
|
1178
|
+
"core/audits/layout-shifts.js | rootCauseFontChanges": {
|
|
1179
|
+
"message": "Web font loaded"
|
|
1180
|
+
},
|
|
1181
|
+
"core/audits/layout-shifts.js | rootCauseInjectedIframe": {
|
|
1182
|
+
"message": "Injected iframe"
|
|
1183
|
+
},
|
|
1184
|
+
"core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": {
|
|
1185
|
+
"message": "A late network request adjusted the page layout"
|
|
1186
|
+
},
|
|
1187
|
+
"core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
|
|
1188
|
+
"message": "Media element lacking an explicit size"
|
|
1189
|
+
},
|
|
1190
|
+
"core/audits/layout-shifts.js | title": {
|
|
1191
|
+
"message": "Avoid large layout shifts"
|
|
1192
|
+
},
|
|
1166
1193
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
1194
|
"message": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal 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": "Sets a theme color for the address bar."
|
|
1534
1561
|
},
|
|
1562
|
+
"core/audits/third-party-cookies.js | description": {
|
|
1563
|
+
"message": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party 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 found}zero{# cookies found}two{# cookies found}few{# cookies found}many{# cookies found}other{# cookies found}}"
|
|
1567
|
+
},
|
|
1568
|
+
"core/audits/third-party-cookies.js | failureTitle": {
|
|
1569
|
+
"message": "Uses third-party cookies"
|
|
1570
|
+
},
|
|
1571
|
+
"core/audits/third-party-cookies.js | title": {
|
|
1572
|
+
"message": "Avoids third-party cookies"
|
|
1573
|
+
},
|
|
1535
1574
|
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1536
1575
|
"message": "{productName} (Customer Success)"
|
|
1537
1576
|
},
|
|
@@ -3359,6 +3398,9 @@
|
|
|
3359
3398
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3360
3399
|
"message": "Passed audits"
|
|
3361
3400
|
},
|
|
3401
|
+
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3402
|
+
"message": "Alongside [Chrome’s updated Installability Criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse will be deprecating the PWA category in a future release. Please refer to the [updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) for future PWA testing."
|
|
3403
|
+
},
|
|
3362
3404
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3363
3405
|
"message": "Initial page load"
|
|
3364
3406
|
},
|
|
@@ -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
|
},
|