lighthouse 12.8.0-dev.20250731 → 12.8.1
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/lib/legacy-javascript/legacy-javascript.js +11 -4
- package/dist/report/flow.js +8 -8
- package/package.json +3 -3
- package/shared/localization/locales/ar-XB.json +43 -10
- package/shared/localization/locales/ar.json +43 -10
- package/shared/localization/locales/bg.json +42 -9
- package/shared/localization/locales/ca.json +43 -10
- package/shared/localization/locales/cs.json +44 -11
- package/shared/localization/locales/da.json +47 -14
- package/shared/localization/locales/de.json +43 -10
- package/shared/localization/locales/el.json +40 -7
- package/shared/localization/locales/en-GB.json +40 -7
- package/shared/localization/locales/en-XA.json +43 -10
- package/shared/localization/locales/es-419.json +42 -9
- package/shared/localization/locales/es.json +40 -7
- package/shared/localization/locales/fi.json +43 -10
- package/shared/localization/locales/fil.json +43 -10
- package/shared/localization/locales/fr.json +39 -6
- package/shared/localization/locales/he.json +41 -8
- package/shared/localization/locales/hi.json +43 -10
- package/shared/localization/locales/hr.json +41 -8
- package/shared/localization/locales/hu.json +41 -8
- package/shared/localization/locales/id.json +45 -12
- package/shared/localization/locales/it.json +40 -7
- package/shared/localization/locales/ja.json +41 -8
- package/shared/localization/locales/ko.json +42 -9
- package/shared/localization/locales/lt.json +42 -9
- package/shared/localization/locales/lv.json +43 -10
- package/shared/localization/locales/nl.json +41 -8
- package/shared/localization/locales/no.json +42 -9
- package/shared/localization/locales/pl.json +42 -9
- package/shared/localization/locales/pt-PT.json +43 -10
- package/shared/localization/locales/pt.json +43 -10
- package/shared/localization/locales/ro.json +43 -10
- package/shared/localization/locales/ru.json +42 -9
- package/shared/localization/locales/sk.json +42 -9
- package/shared/localization/locales/sl.json +42 -9
- package/shared/localization/locales/sr-Latn.json +43 -10
- package/shared/localization/locales/sr.json +43 -10
- package/shared/localization/locales/sv.json +42 -9
- package/shared/localization/locales/ta.json +43 -10
- package/shared/localization/locales/te.json +44 -11
- package/shared/localization/locales/th.json +41 -8
- package/shared/localization/locales/tr.json +46 -13
- package/shared/localization/locales/uk.json +43 -10
- package/shared/localization/locales/vi.json +41 -8
- package/shared/localization/locales/zh-HK.json +44 -11
- package/shared/localization/locales/zh-TW.json +45 -12
- package/shared/localization/locales/zh.json +39 -6
- package/shared/localization/locales.d.ts +0 -2
- package/shared/localization/locales.js +139 -130
- package/shared/tsconfig.json +0 -2
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -0
- package/tsconfig-base.json +1 -1
- package/tsconfig.json +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lighthouse",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "12.8.
|
|
4
|
+
"version": "12.8.1",
|
|
5
5
|
"description": "Automated auditing, performance metrics, and best practices for the web.",
|
|
6
6
|
"main": "./core/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"smokehouse": "./cli/test/smokehouse/frontends/smokehouse-bin.js"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=18.
|
|
13
|
+
"node": ">=18.16"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"prepack": "yarn build-report --standalone --flow --esm && yarn build-types",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"colors": "^1.4.0",
|
|
147
147
|
"concurrently": "^6.4.0",
|
|
148
148
|
"conventional-changelog-cli": "^2.1.1",
|
|
149
|
-
"core-js-compat": "^3.
|
|
149
|
+
"core-js-compat": "^3.44.0",
|
|
150
150
|
"cpy": "^8.1.2",
|
|
151
151
|
"cross-env": "^7.0.2",
|
|
152
152
|
"csv-validator": "^0.0.3",
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "Initial server response time was short"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview)."
|
|
1444
1444
|
},
|
|
1445
1445
|
"core/audits/third-party-cookies.js | displayValue": {
|
|
1446
1446
|
"message": "{itemCount,plural, =1{1 cookie found}zero{# cookies found}two{# cookies found}few{# cookies found}many{# cookies found}other{# cookies found}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "Minimize third-party usage"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "Severity"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "No `Content-Security-Policy` header with Trusted Types directive found"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Mitigate DOM-based XSS with Trusted Types"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1498
1510
|
},
|
|
@@ -1676,6 +1688,12 @@
|
|
|
1676
1688
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1689
|
"message": "First Paint Improvements"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "Insights"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "Metrics"
|
|
1681
1699
|
},
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "URL"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "Est Savings"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "Est Savings"
|
|
1864
1882
|
},
|
|
1865
1883
|
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1866
1884
|
"message": "Cumulative Layout Shift"
|
|
1867
1885
|
},
|
|
1868
1886
|
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1869
|
-
"message": "
|
|
1887
|
+
"message": "Est savings of {wastedBytes, number, bytes} KiB"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{1 element found}zero{# elements found}two{# elements found}few{# elements found}many{# elements found}other{# elements found}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "Est savings of {wastedMs, number, milliseconds} ms"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "Document"
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "File an issue"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "Go back to audits"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "Hide"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "Later this year, insights will replace performance audits. [Learn more and provide feedback here](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "Lab Data"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "There were issues affecting this run of Lighthouse:"
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "Try insights"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "Unattributable"
|
|
3682
3709
|
},
|
|
@@ -3699,24 +3726,30 @@
|
|
|
3699
3726
|
"message": "All"
|
|
3700
3727
|
},
|
|
3701
3728
|
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
3702
|
-
"message": "All
|
|
3729
|
+
"message": "All scripts"
|
|
3703
3730
|
},
|
|
3704
3731
|
"treemap/app/src/util.js | coverageColumnName": {
|
|
3705
3732
|
"message": "Coverage"
|
|
3706
3733
|
},
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
|
-
"message": "Duplicate
|
|
3735
|
+
"message": "Duplicate modules"
|
|
3736
|
+
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "Duplicated bytes"
|
|
3709
3739
|
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
|
-
"message": "Resource
|
|
3741
|
+
"message": "Resource bytes"
|
|
3712
3742
|
},
|
|
3713
3743
|
"treemap/app/src/util.js | tableColumnName": {
|
|
3714
3744
|
"message": "Name"
|
|
3715
3745
|
},
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
|
-
"message": "Toggle
|
|
3747
|
+
"message": "Toggle table"
|
|
3748
|
+
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "Transfer bytes"
|
|
3718
3751
|
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
|
-
"message": "Unused
|
|
3753
|
+
"message": "Unused bytes"
|
|
3721
3754
|
}
|
|
3722
3755
|
}
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"message": "مقياس \"الحد الأقصى المحتمَل لمهلة الاستجابة لأوّل إدخال\" هو أطول مدّة تستغرقها إحدى المهام استجابةً لإدخال المستخدمين. [مزيد من المعلومات حول مقياس \"الحد الأقصى المحتمَل لمهلة الاستجابة لأوّل إدخال\"](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)"
|
|
1189
1189
|
},
|
|
1190
1190
|
"core/audits/metrics/speed-index.js | description": {
|
|
1191
|
-
"message": "يوضّح
|
|
1191
|
+
"message": "يوضّح Speed Index وتيرة تعبئة محتوى الصفحة على شاشة المستخدم. [مزيد من المعلومات حول مقياس Speed Index](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
|
|
1192
1192
|
},
|
|
1193
1193
|
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "مجموع الفترات الزمنية بين \"سرعة عرض المحتوى على الصفحة\" و\"وقت التفاعل\" عندما تتجاوز مدّة المهمة 50 ملي ثانية، معبرًا عنها بالملي ثانية. [مزيد من المعلومات حول مقياس \"إجمالي وقت الحظر\"](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)"
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "وقت استجابة الخادم الأوّلي قصير"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "قد يتم حظر ملفات تعريف الارتباط الخارجية في بعض السياقات. [مزيد من المعلومات حول الاستعداد للقيود المفروضة على ملفات تعريف الارتباط الخارجية](https://privacysandbox.google.com/cookies/prepare/overview)"
|
|
1444
1444
|
},
|
|
1445
1445
|
"core/audits/third-party-cookies.js | displayValue": {
|
|
1446
1446
|
"message": "{itemCount,plural, =1{تم العثور على ملف تعريف ارتباط واحد}zero{تم العثور على # ملف تعريف ارتباط}two{تم العثور على ملفَي تعريف ارتباط}few{تم العثور على # ملفات تعريف ارتباط}many{تم العثور على # ملف تعريف ارتباط}other{تم العثور على # ملف تعريف ارتباط}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "تقليل استخدام الرموز التابعة لجهات خارجية"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "درجة الخطورة"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "يوضّح توجيه `require-trusted-types-for` في عنوان `Content-Security-Policy` (CSP) لوكلاء المستخدمين كيفية التحكّم في البيانات التي يتم تمريرها إلى دوال DOM المتعلّقة بهجمات XSS. [مزيد من المعلومات حول الحدّ من هجمات XSS المستنِدة إلى DOM باستخدام Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)"
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "لم يتم العثور على عنوان `Content-Security-Policy` مع توجيه Trusted Types"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "الحدّ من هجمات XSS المستنِدة إلى DOM باستخدام Trusted Types"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "يجب ضبط قيَم واضحة للعرض والارتفاع في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية ضبط أبعاد الصور](https://web.dev/articles/optimize-cls#images_without_dimensions)."
|
|
1498
1510
|
},
|
|
@@ -1676,11 +1688,17 @@
|
|
|
1676
1688
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1689
|
"message": "تحسينات العرض الأول"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "تتوفّر هذه الإحصاءات أيضًا في لوحة \"أداء أدوات مطوري البرامج في Chrome\"، ويمكنك [تسجيل عملية تتبُّع](https://developer.chrome.com/docs/devtools/performance/reference) لعرض معلومات أكثر تفصيلاً."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "الإحصاءات"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "المقاييس"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر
|
|
1701
|
+
"message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر Speed Index."
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "التحسينات العامة"
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "عنوان URL"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "التوفير المقدَّر"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "التوفير المقدَّر"
|
|
1864
1882
|
},
|
|
1865
1883
|
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1866
1884
|
"message": "Cumulative Layout Shift"
|
|
1867
1885
|
},
|
|
1868
1886
|
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1869
|
-
"message": "
|
|
1887
|
+
"message": "التوفير المقدَّر: {wastedBytes, number, bytes} كيبيبايت"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{تم العثور على عنصر واحد}zero{تم العثور على # عنصر}two{تم العثور على عنصرَين}few{تم العثور على # عناصر}many{تم العثور على # عنصرًا}other{تم العثور على # عنصر}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "التوفير المقدَّر: {wastedMs, number, milliseconds} ملي ثانية"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "المستند"
|
|
@@ -2070,7 +2088,7 @@
|
|
|
2070
2088
|
"message": "الحصول على نتيجة أداء أداة Lighthouse"
|
|
2071
2089
|
},
|
|
2072
2090
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
2073
|
-
"message": "التعرّف على قيم مقاييس أداء تحميل الصفحة، مثل سرعة عرض أكبر جزء من المحتوى على الصفحة ومؤشر
|
|
2091
|
+
"message": "التعرّف على قيم مقاييس أداء تحميل الصفحة، مثل سرعة عرض أكبر جزء من المحتوى على الصفحة ومؤشر Speed Index"
|
|
2074
2092
|
},
|
|
2075
2093
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
2076
2094
|
"message": "تقييم إمكانات تطبيقات الويب التقدّمية"
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "الإبلاغ عن مشكلة"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "الرجوع إلى عمليات التدقيق"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "إخفاء"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "ستحلّ الإحصاءات محل عمليات تدقيق الأداء في وقت لاحق من هذا العام. [يمكنك هنا التعرّف على مزيد من المعلومات وتقديم الملاحظات](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "بيانات المختبَر"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "حدثت مشاكل تؤثر في تشغيل Lighthouse:"
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "تجربة الإحصاءات"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "موارد لا يمكن تحديد مصدرها"
|
|
3682
3709
|
},
|
|
@@ -3707,6 +3734,9 @@
|
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
3735
|
"message": "الوحدات المكرَّرة"
|
|
3709
3736
|
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "وحدات البايت المكرّرة"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "حجم الموارد بوحدة البايت"
|
|
3712
3742
|
},
|
|
@@ -3714,9 +3744,12 @@
|
|
|
3714
3744
|
"message": "الاسم"
|
|
3715
3745
|
},
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
|
-
"message": "
|
|
3747
|
+
"message": "إظهار الجدول أو إخفاؤه"
|
|
3748
|
+
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "نقل وحدات البايت"
|
|
3718
3751
|
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
|
-
"message": "وحدات
|
|
3753
|
+
"message": "وحدات البايت غير المستخدمة"
|
|
3721
3754
|
}
|
|
3722
3755
|
}
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"message": "Използвайте видеоформати за анимираното съдържание"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Полифиловете и трансформациите дават възможност на старите браузъри да използват нови функции на JavaScript, но в голяма степен не са необходими за съвременните браузъри. Добре е да промените процеса на компилиране на JavaScript, така че да не се транскомпилират функциите на [Baseline](https://web.dev/baseline), освен ако не знаете, че трябва да поддържате наследени браузъри. [Научете защо повечето сайтове могат да внедряват код ES6+ без транскомпилиране](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
664
|
},
|
|
665
665
|
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
666
|
"message": "На страницата бе открита версия 2 на core-js. Трябва да надстроите до версия 3 за много подобрения в ефективността."
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"message": "Максималното потенциално забавяне при първото взаимодействие на потребителите е продължителността на най-времеемката задача. [Научете повече за този показател](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)."
|
|
1189
1189
|
},
|
|
1190
1190
|
"core/audits/metrics/speed-index.js | description": {
|
|
1191
|
-
"message": "
|
|
1191
|
+
"message": "Speed Index показва колко бързо се постига визуална завършеност на страницата. [Научете повече за този показател](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)."
|
|
1192
1192
|
},
|
|
1193
1193
|
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "Сумата в милисекунди от всички периоди от време между FCP и „Време до интерактивност“, когато задачата е траела над 50 мсек. [Научете повече за показателя „Общо време на блокиране“](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)."
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "Началното време за реакция на сървъра бе кратко"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "„Бисквитките“ на трети страни може да са блокирани в някои контексти. [Научете повече за подготовката за ограниченията за „бисквитките“ на трети страни](https://privacysandbox.google.com/cookies/prepare/overview)."
|
|
1444
1444
|
},
|
|
1445
1445
|
"core/audits/third-party-cookies.js | displayValue": {
|
|
1446
1446
|
"message": "{itemCount,plural, =1{Намерена е 1 „бисквитка“}other{Намерени са # „бисквитки“}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "Сведете до минимум използването на код на трети страни"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "Сериозност"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "Директивата `require-trusted-types-for` в заглавката `Content-Security-Policy` (CSP) инструктира потребителските агенти да контролират данните, предавани към функциите за приемане на XSS въз основа на DOM. [Научете повече за намаляването на риска от XSS въз основа на DOM чрез надеждни типове](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "Няма намерена заглавка `Content-Security-Policy` с директива за надеждни типове"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Намаляване на риска от XSS въз основа на DOM чрез надеждни типове"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "Задайте изрично широчина и височина за елементите на изображенията, за да намалите промените в оформлението и подобрите CLS. [Научете как да задавате размери за изображенията](https://web.dev/articles/optimize-cls#images_without_dimensions)."
|
|
1498
1510
|
},
|
|
@@ -1676,11 +1688,17 @@
|
|
|
1676
1688
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1689
|
"message": "Подобрения, свързани с първото изобразяване"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "Тази статистика е налице и в панела за ефективността в Chrome DevTools – [запишете трасиране](https://developer.chrome.com/docs/devtools/performance/reference), за да прегледате по-подробна информация."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "Статистика"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "Показатели"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "Подобрете зареждането като цяло, така че страницата да реагира бързо и да е готова за използване възможно най-скоро. Ключови показатели: време до интерактивност,
|
|
1701
|
+
"message": "Подобрете зареждането като цяло, така че страницата да реагира бързо и да е готова за използване възможно най-скоро. Ключови показатели: време до интерактивност, Speed Index"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "Цялостни подобрения"
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "URL адрес"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "Приблизителни икономии"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "Приблизителни икономии"
|
|
1864
1882
|
},
|
|
1865
1883
|
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1866
1884
|
"message": "Cumulative Layout Shift"
|
|
1867
1885
|
},
|
|
1868
1886
|
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1869
|
-
"message": "
|
|
1887
|
+
"message": "Приблизителни икономии от {wastedBytes, number, bytes} KiB"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{Бе открит 1 елемент}other{Бяха открити # елемента}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "Приблизителни икономии на {wastedMs, number, milliseconds} мсек"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "Документ"
|
|
@@ -2070,7 +2088,7 @@
|
|
|
2070
2088
|
"message": "Получаване на резултат за ефективността от Lighthouse."
|
|
2071
2089
|
},
|
|
2072
2090
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
2073
|
-
"message": "Измерване на показатели за ефективността при зареждане на страниците, като например изобразяване на най-голямото съдържание (LCP) и
|
|
2091
|
+
"message": "Измерване на показатели за ефективността при зареждане на страниците, като например изобразяване на най-голямото съдържание (LCP) и Speed Index."
|
|
2074
2092
|
},
|
|
2075
2093
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
2076
2094
|
"message": "Тестване на възможностите на прогресивни уеб приложения."
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "Добавяне на проблем"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "Назад към проверките"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "Скриване"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "По-късно тази година статистиката ще замени проверката на ефективността. [Научете повече и изпратете отзиви тук](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "Данни от контролиран тест"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "Възникнаха проблеми при изготвянето на този отчет от Lighthouse:"
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "Изпробване на статистиката"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "Без възможност за приписване"
|
|
3682
3709
|
},
|
|
@@ -3707,6 +3734,9 @@
|
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
3735
|
"message": "Дублиращи се модули"
|
|
3709
3736
|
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "Дублиращи се байтове"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "Байтове на ресурсите"
|
|
3712
3742
|
},
|
|
@@ -3716,6 +3746,9 @@
|
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
3747
|
"message": "Превключване на таблицата"
|
|
3718
3748
|
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "Прехвърляне на байтове"
|
|
3751
|
+
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "Неизползвани байтове"
|
|
3721
3754
|
}
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"message": "Utilitza formats de vídeo per al contingut animat"
|
|
661
661
|
},
|
|
662
662
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
663
|
-
"message": "
|
|
663
|
+
"message": "Els polyfills i les transformacions permeten als navegadors heretats fer servir funcions de JavaScript noves. No obstant això, molts no són necessaris per als navegadors moderns. Et recomanem que modifiquis el procés de compilació de JavaScript perquè no transpili les funcions de [referència](https://web.dev/baseline), tret que sàpigues que has de donar suport als navegadors heretats. [Obtén informació sobre per què la majoria dels llocs web poden implementar codi ES6+ sense transcompilació](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
664
664
|
},
|
|
665
665
|
"core/audits/byte-efficiency/legacy-javascript.js | detectedCoreJs2Warning": {
|
|
666
666
|
"message": "S'ha detectat la versió 2 de core-js a la pàgina. L'has d'actualitzar a la versió 3 per obtenir moltes millores de rendiment."
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"message": "El retard potencial màxim respecte a la primera interacció que els usuaris es poden trobar és la durada de la tasca més llarga. [Obtén més informació sobre el retard potencial màxim respecte a la primera interacció](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)."
|
|
1189
1189
|
},
|
|
1190
1190
|
"core/audits/metrics/speed-index.js | description": {
|
|
1191
|
-
"message": "
|
|
1191
|
+
"message": "Speed Index mostra la rapidesa amb què s'emplena el contingut d'una pàgina. [Obtén més informació sobre la mètrica Speed Index](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)."
|
|
1192
1192
|
},
|
|
1193
1193
|
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "Suma de tots els períodes de temps entre l'FCP i el Temps fins que és interactiva, quan la durada de la tasca ha superat els 50 ms, expressada en mil·lisegons. [Obtén més informació sobre la mètrica Temps total de bloqueig](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)."
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"message": "El temps inicial de resposta del servidor ha estat breu"
|
|
1441
1441
|
},
|
|
1442
1442
|
"core/audits/third-party-cookies.js | description": {
|
|
1443
|
-
"message": "
|
|
1443
|
+
"message": "És possible que les galetes de tercers estiguin bloquejades en alguns contextos. [Obtén més informació sobre com pots preparar-te per a les restriccions de galetes de tercers](https://privacysandbox.google.com/cookies/prepare/overview)."
|
|
1444
1444
|
},
|
|
1445
1445
|
"core/audits/third-party-cookies.js | displayValue": {
|
|
1446
1446
|
"message": "{itemCount,plural, =1{S'ha trobat 1 galeta}other{S'han trobat # galetes}}"
|
|
@@ -1493,6 +1493,18 @@
|
|
|
1493
1493
|
"core/audits/third-party-summary.js | title": {
|
|
1494
1494
|
"message": "Redueix l'ús de tercers"
|
|
1495
1495
|
},
|
|
1496
|
+
"core/audits/trusted-types-xss.js | columnSeverity": {
|
|
1497
|
+
"message": "Gravetat"
|
|
1498
|
+
},
|
|
1499
|
+
"core/audits/trusted-types-xss.js | description": {
|
|
1500
|
+
"message": "La directiva `require-trusted-types-for` a la capçalera de `Content-Security-Policy` (CSP) indica als agents d'usuari que controlin les dades que es transfereixen a les funcions de receptors d'XSS del DOM. [Obtén més informació sobre com pots mitigar la XSS basada en el DOM amb Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss)."
|
|
1501
|
+
},
|
|
1502
|
+
"core/audits/trusted-types-xss.js | noTrustedTypesToMitigateXss": {
|
|
1503
|
+
"message": "No s'ha trobat cap capçalera de `Content-Security-Policy` amb la directiva Trusted Types"
|
|
1504
|
+
},
|
|
1505
|
+
"core/audits/trusted-types-xss.js | title": {
|
|
1506
|
+
"message": "Mitiga la XSS basada en el DOM amb Trusted Types"
|
|
1507
|
+
},
|
|
1496
1508
|
"core/audits/unsized-images.js | description": {
|
|
1497
1509
|
"message": "Als elements d'imatge, defineix una amplada i una alçada explícites per reduir els canvis de disseny i millorar el CLS. [Informació sobre com pots definir les dimensions d'imatge](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1498
1510
|
},
|
|
@@ -1676,11 +1688,17 @@
|
|
|
1676
1688
|
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1677
1689
|
"message": "Millores de la primera renderització"
|
|
1678
1690
|
},
|
|
1691
|
+
"core/config/default-config.js | insightsGroupDescription": {
|
|
1692
|
+
"message": "Aquestes estadístiques també estan disponibles al tauler de rendiment de Chrome DevTools: [registra una traça](https://developer.chrome.com/docs/devtools/performance/reference) per veure informació més detallada."
|
|
1693
|
+
},
|
|
1694
|
+
"core/config/default-config.js | insightsGroupTitle": {
|
|
1695
|
+
"message": "Estadístiques"
|
|
1696
|
+
},
|
|
1679
1697
|
"core/config/default-config.js | metricGroupTitle": {
|
|
1680
1698
|
"message": "Mètriques"
|
|
1681
1699
|
},
|
|
1682
1700
|
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1683
|
-
"message": "Millora l'experiència general de càrrega, de manera que la pàgina respongui i estigui preparada per utilitzar-se al més aviat possible. Mètriques clau: Temps fins que és interactiva,
|
|
1701
|
+
"message": "Millora l'experiència general de càrrega, de manera que la pàgina respongui i estigui preparada per utilitzar-se al més aviat possible. Mètriques clau: Temps fins que és interactiva, Speed Index"
|
|
1684
1702
|
},
|
|
1685
1703
|
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1686
1704
|
"message": "Millores generals"
|
|
@@ -1857,22 +1875,22 @@
|
|
|
1857
1875
|
"message": "URL"
|
|
1858
1876
|
},
|
|
1859
1877
|
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1860
|
-
"message": "
|
|
1878
|
+
"message": "Estalvi estimat"
|
|
1861
1879
|
},
|
|
1862
1880
|
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1863
|
-
"message": "
|
|
1881
|
+
"message": "Estalvi estimat"
|
|
1864
1882
|
},
|
|
1865
1883
|
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1866
1884
|
"message": "Cumulative Layout Shift"
|
|
1867
1885
|
},
|
|
1868
1886
|
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1869
|
-
"message": "
|
|
1887
|
+
"message": "Estalvi estimat de {wastedBytes, number, bytes} KiB"
|
|
1870
1888
|
},
|
|
1871
1889
|
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1872
1890
|
"message": "{nodeCount,plural, =1{1 element trobat}other{# elements trobats}}"
|
|
1873
1891
|
},
|
|
1874
1892
|
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1875
|
-
"message": "
|
|
1893
|
+
"message": "Estalvi estimat de {wastedMs, number, milliseconds} ms"
|
|
1876
1894
|
},
|
|
1877
1895
|
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1878
1896
|
"message": "Document"
|
|
@@ -2070,7 +2088,7 @@
|
|
|
2070
2088
|
"message": "Obtén una puntuació del rendiment de Lighthouse."
|
|
2071
2089
|
},
|
|
2072
2090
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
2073
|
-
"message": "Mesura les mètriques de rendiment de la càrrega de pàgines, com ara la renderització de l'element més gran amb contingut i
|
|
2091
|
+
"message": "Mesura les mètriques de rendiment de la càrrega de pàgines, com ara la renderització de l'element més gran amb contingut i Speed Index."
|
|
2074
2092
|
},
|
|
2075
2093
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
2076
2094
|
"message": "Avalua les funcions d'una aplicació web progressiva."
|
|
@@ -3462,7 +3480,7 @@
|
|
|
3462
3480
|
"message": "Hi ha diversos connectors de WordPress que et poden ajudar a [inserir recursos essencials](https://wordpress.org/plugins/search/critical+css/) o a [ajornar els recursos menys importants](https://wordpress.org/plugins/search/defer+css+javascript/). Tingues en compte que les optimitzacions que proporcionen aquests connectors poden afectar les funcions del tema o dels connectors, de manera que és possible que hagis de fer canvis al codi."
|
|
3463
3481
|
},
|
|
3464
3482
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": {
|
|
3465
|
-
"message": "Tria un tema lleuger (si pot ser, un tema de blocs) i implementa la memòria cau de pàgines completes o una solució de llocs
|
|
3483
|
+
"message": "Tria un tema lleuger (si pot ser, un tema de blocs) i implementa la memòria cau de pàgines completes o una solució de llocs web estàtics. Desactiva els connectors innecessaris per minimitzar el temps de càrrega del servidor. Pots actualitzar l'allotjament a un servei gestionat o dedicat."
|
|
3466
3484
|
},
|
|
3467
3485
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": {
|
|
3468
3486
|
"message": "Pots mostrar extractes a les llistes de publicacions (per exemple, amb l'etiqueta més), reduir el nombre de publicacions que es mostren en una pàgina concreta, tallar les publicacions llargues en diverses pàgines o fer servir un connector per als comentaris de càrrega diferida."
|
|
@@ -3575,9 +3593,15 @@
|
|
|
3575
3593
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3576
3594
|
"message": "Informa d'un problema"
|
|
3577
3595
|
},
|
|
3596
|
+
"report/renderer/report-utils.js | goBackToAudits": {
|
|
3597
|
+
"message": "Torna a les auditories"
|
|
3598
|
+
},
|
|
3578
3599
|
"report/renderer/report-utils.js | hide": {
|
|
3579
3600
|
"message": "Amaga"
|
|
3580
3601
|
},
|
|
3602
|
+
"report/renderer/report-utils.js | insightsNotice": {
|
|
3603
|
+
"message": "Abans que acabi l'any, les estadístiques substituiran les auditories de rendiment. [Obtén més informació i envia suggeriments aquí](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
|
|
3604
|
+
},
|
|
3581
3605
|
"report/renderer/report-utils.js | labDataTitle": {
|
|
3582
3606
|
"message": "Dades de laboratori"
|
|
3583
3607
|
},
|
|
@@ -3677,6 +3701,9 @@
|
|
|
3677
3701
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3678
3702
|
"message": "Hi ha hagut problemes que afecten aquesta execució de Lighthouse:"
|
|
3679
3703
|
},
|
|
3704
|
+
"report/renderer/report-utils.js | tryInsights": {
|
|
3705
|
+
"message": "Prova les estadístiques"
|
|
3706
|
+
},
|
|
3680
3707
|
"report/renderer/report-utils.js | unattributable": {
|
|
3681
3708
|
"message": "No atribuïble"
|
|
3682
3709
|
},
|
|
@@ -3707,6 +3734,9 @@
|
|
|
3707
3734
|
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
3708
3735
|
"message": "Mòduls duplicats"
|
|
3709
3736
|
},
|
|
3737
|
+
"treemap/app/src/util.js | duplicatedBytesLabel": {
|
|
3738
|
+
"message": "Bytes duplicats"
|
|
3739
|
+
},
|
|
3710
3740
|
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
3711
3741
|
"message": "Bytes del recurs"
|
|
3712
3742
|
},
|
|
@@ -3716,6 +3746,9 @@
|
|
|
3716
3746
|
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
3717
3747
|
"message": "Commuta la taula"
|
|
3718
3748
|
},
|
|
3749
|
+
"treemap/app/src/util.js | transferBytesLabel": {
|
|
3750
|
+
"message": "Transfereix bytes"
|
|
3751
|
+
},
|
|
3719
3752
|
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
3720
3753
|
"message": "Bytes no utilitzats"
|
|
3721
3754
|
}
|