Skip to content

Commit 95b1fec

Browse files
committed
Update viewer to [email protected]
1 parent 97197a9 commit 95b1fec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1949
-431
lines changed

viewer/locales/ar-XB.json

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@
14401440
"message": "‏‮Initial‬‏ ‏‮server‬‏ ‏‮response‬‏ ‏‮time‬‏ ‏‮was‬‏ ‏‮short‬‏"
14411441
},
14421442
"core/audits/third-party-cookies.js | description": {
1443-
"message": "‏‮Chrome‬‏ ‏‮is‬‏ ‏‮moving‬‏ ‏‮towards‬‏ ‏‮a‬‏ ‏‮new‬‏ ‏‮experience‬‏ ‏‮that‬‏ ‏‮allows‬‏ ‏‮users‬‏ ‏‮to‬‏ ‏‮choose‬‏ ‏‮to‬‏ ‏‮browse‬‏ ‏‮without‬‏ ‏‮third‬‏-‏‮party‬‏ ‏‮cookies‬‏. [‏‮Learn‬‏ ‏‮more‬‏ ‏‮about‬‏ ‏‮third‬‏-‏‮party‬‏ ‏‮cookies‬‏](https://developers.google.com/privacy-sandbox/cookies)."
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)."
14441444
},
14451445
"core/audits/third-party-cookies.js | displayValue": {
14461446
"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 @@
14931493
"core/audits/third-party-summary.js | title": {
14941494
"message": "‏‮Minimize‬‏ ‏‮third‬‏-‏‮party‬‏ ‏‮usage‬‏"
14951495
},
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+
},
14961508
"core/audits/unsized-images.js | description": {
14971509
"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)"
14981510
},
@@ -1676,6 +1688,12 @@
16761688
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
16771689
"message": "‏‮First‬‏ ‏‮Paint‬‏ ‏‮Improvements‬‏"
16781690
},
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+
},
16791697
"core/config/default-config.js | metricGroupTitle": {
16801698
"message": "‏‮Metrics‬‏"
16811699
},
@@ -1857,22 +1875,22 @@
18571875
"message": "‏‮URL‬‏"
18581876
},
18591877
"core/lib/i18n/i18n.js | columnWastedBytes": {
1860-
"message": "‏‮Potential‬‏ ‏‮Savings‬‏"
1878+
"message": "‏‮Est‬‏ ‏‮Savings‬‏"
18611879
},
18621880
"core/lib/i18n/i18n.js | columnWastedMs": {
1863-
"message": "‏‮Potential‬‏ ‏‮Savings‬‏"
1881+
"message": "‏‮Est‬‏ ‏‮Savings‬‏"
18641882
},
18651883
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
18661884
"message": "‏‮Cumulative‬‏ ‏‮Layout‬‏ ‏‮Shift‬‏"
18671885
},
18681886
"core/lib/i18n/i18n.js | displayValueByteSavings": {
1869-
"message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedBytes, number, bytes} ‏‮KiB‬‏"
1887+
"message": "‏‮Est‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedBytes, number, bytes} ‏‮KiB‬‏"
18701888
},
18711889
"core/lib/i18n/i18n.js | displayValueElementsFound": {
18721890
"message": "{nodeCount,plural, =1{1 ‏‮element‬‏ ‏‮found‬‏}zero{# ‏‮elements‬‏ ‏‮found‬‏}two{# ‏‮elements‬‏ ‏‮found‬‏}few{# ‏‮elements‬‏ ‏‮found‬‏}many{# ‏‮elements‬‏ ‏‮found‬‏}other{# ‏‮elements‬‏ ‏‮found‬‏}}"
18731891
},
18741892
"core/lib/i18n/i18n.js | displayValueMsSavings": {
1875-
"message": "‏‮Potential‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedMs, number, milliseconds} ‏‮ms‬‏"
1893+
"message": "‏‮Est‬‏ ‏‮savings‬‏ ‏‮of‬‏ {wastedMs, number, milliseconds} ‏‮ms‬‏"
18761894
},
18771895
"core/lib/i18n/i18n.js | documentResourceType": {
18781896
"message": "‏‮Document‬‏"
@@ -3575,9 +3593,15 @@
35753593
"report/renderer/report-utils.js | footerIssue": {
35763594
"message": "‏‮File‬‏ ‏‮an‬‏ ‏‮issue‬‏"
35773595
},
3596+
"report/renderer/report-utils.js | goBackToAudits": {
3597+
"message": "‏‮Go‬‏ ‏‮back‬‏ ‏‮to‬‏ ‏‮audits‬‏"
3598+
},
35783599
"report/renderer/report-utils.js | hide": {
35793600
"message": "‏‮Hide‬‏"
35803601
},
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+
},
35813605
"report/renderer/report-utils.js | labDataTitle": {
35823606
"message": "‏‮Lab‬‏ ‏‮Data‬‏"
35833607
},
@@ -3677,6 +3701,9 @@
36773701
"report/renderer/report-utils.js | toplevelWarningsMessage": {
36783702
"message": "‏‮There‬‏ ‏‮were‬‏ ‏‮issues‬‏ ‏‮affecting‬‏ ‏‮this‬‏ ‏‮run‬‏ ‏‮of‬‏ ‏‮Lighthouse‬‏:"
36793703
},
3704+
"report/renderer/report-utils.js | tryInsights": {
3705+
"message": "‏‮Try‬‏ ‏‮insights‬‏"
3706+
},
36803707
"report/renderer/report-utils.js | unattributable": {
36813708
"message": "‏‮Unattributable‬‏"
36823709
},
@@ -3699,24 +3726,30 @@
36993726
"message": "‏‮All‬‏"
37003727
},
37013728
"treemap/app/src/util.js | allScriptsDropdownLabel": {
3702-
"message": "‏‮All‬‏ ‏‮Scripts‬‏"
3729+
"message": "‏‮All‬‏ ‏‮scripts‬‏"
37033730
},
37043731
"treemap/app/src/util.js | coverageColumnName": {
37053732
"message": "‏‮Coverage‬‏"
37063733
},
37073734
"treemap/app/src/util.js | duplicateModulesLabel": {
3708-
"message": "‏‮Duplicate‬‏ ‏‮Modules‬‏"
3735+
"message": "‏‮Duplicate‬‏ ‏‮modules‬‏"
3736+
},
3737+
"treemap/app/src/util.js | duplicatedBytesLabel": {
3738+
"message": "‏‮Duplicated‬‏ ‏‮bytes‬‏"
37093739
},
37103740
"treemap/app/src/util.js | resourceBytesLabel": {
3711-
"message": "‏‮Resource‬‏ ‏‮Bytes‬‏"
3741+
"message": "‏‮Resource‬‏ ‏‮bytes‬‏"
37123742
},
37133743
"treemap/app/src/util.js | tableColumnName": {
37143744
"message": "‏‮Name‬‏"
37153745
},
37163746
"treemap/app/src/util.js | toggleTableButtonLabel": {
3717-
"message": "‏‮Toggle‬‏ ‏‮Table‬‏"
3747+
"message": "‏‮Toggle‬‏ ‏‮table‬‏"
3748+
},
3749+
"treemap/app/src/util.js | transferBytesLabel": {
3750+
"message": "‏‮Transfer‬‏ ‏‮bytes‬‏"
37183751
},
37193752
"treemap/app/src/util.js | unusedBytesLabel": {
3720-
"message": "‏‮Unused‬‏ ‏‮Bytes‬‏"
3753+
"message": "‏‮Unused‬‏ ‏‮bytes‬‏"
37213754
}
37223755
}

viewer/locales/ar.json

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
"message": "مقياس \"الحد الأقصى المحتمَل لمهلة الاستجابة لأوّل إدخال\" هو أطول مدّة تستغرقها إحدى المهام استجابةً لإدخال المستخدمين. [مزيد من المعلومات حول مقياس \"الحد الأقصى المحتمَل لمهلة الاستجابة لأوّل إدخال\"](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)"
11891189
},
11901190
"core/audits/metrics/speed-index.js | description": {
1191-
"message": "يوضّح مؤشر السرعة وتيرة تعبئة محتوى الصفحة على شاشة المستخدم. [مزيد من المعلومات حول مقياس مؤشر السرعة](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
1191+
"message": "يوضّح Speed Index وتيرة تعبئة محتوى الصفحة على شاشة المستخدم. [مزيد من المعلومات حول مقياس Speed Index](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)"
11921192
},
11931193
"core/audits/metrics/total-blocking-time.js | description": {
11941194
"message": "مجموع الفترات الزمنية بين \"سرعة عرض المحتوى على الصفحة\" و\"وقت التفاعل\" عندما تتجاوز مدّة المهمة 50 ملي ثانية، معبرًا عنها بالملي ثانية. [مزيد من المعلومات حول مقياس \"إجمالي وقت الحظر\"](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)"
@@ -1440,7 +1440,7 @@
14401440
"message": "وقت استجابة الخادم الأوّلي قصير"
14411441
},
14421442
"core/audits/third-party-cookies.js | description": {
1443-
"message": "يوفِّر Chrome تجربة جديدة تتيح للمستخدمين إمكانية اختيار التصفُّح بدون ملفات تعريف الارتباط التابعة لجهات خارجية. [مزيد من المعلومات حول ملفات تعريف الارتباط التابعة لجهات خارجية](https://developers.google.com/privacy-sandbox/cookies)"
1443+
"message": "قد يتم حظر ملفات تعريف الارتباط الخارجية في بعض السياقات. [مزيد من المعلومات حول الاستعداد للقيود المفروضة على ملفات تعريف الارتباط الخارجية](https://privacysandbox.google.com/cookies/prepare/overview)"
14441444
},
14451445
"core/audits/third-party-cookies.js | displayValue": {
14461446
"message": "{itemCount,plural, =1{تم العثور على ملف تعريف ارتباط واحد}zero{تم العثور على # ملف تعريف ارتباط}two{تم العثور على ملفَي تعريف ارتباط}few{تم العثور على # ملفات تعريف ارتباط}many{تم العثور على # ملف تعريف ارتباط}other{تم العثور على # ملف تعريف ارتباط}}"
@@ -1493,6 +1493,18 @@
14931493
"core/audits/third-party-summary.js | title": {
14941494
"message": "تقليل استخدام الرموز التابعة لجهات خارجية"
14951495
},
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+
},
14961508
"core/audits/unsized-images.js | description": {
14971509
"message": "يجب ضبط قيَم واضحة للعرض والارتفاع في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية ضبط أبعاد الصور](https://web.dev/articles/optimize-cls#images_without_dimensions)."
14981510
},
@@ -1676,11 +1688,17 @@
16761688
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
16771689
"message": "تحسينات العرض الأول"
16781690
},
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+
},
16791697
"core/config/default-config.js | metricGroupTitle": {
16801698
"message": "المقاييس"
16811699
},
16821700
"core/config/default-config.js | overallImprovementsGroupDescription": {
1683-
"message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر السرعة."
1701+
"message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر Speed Index."
16841702
},
16851703
"core/config/default-config.js | overallImprovementsGroupTitle": {
16861704
"message": "التحسينات العامة"
@@ -1857,22 +1875,22 @@
18571875
"message": "عنوان URL"
18581876
},
18591877
"core/lib/i18n/i18n.js | columnWastedBytes": {
1860-
"message": "التوفيرات المحتملة"
1878+
"message": "التوفير المقدَّر"
18611879
},
18621880
"core/lib/i18n/i18n.js | columnWastedMs": {
1863-
"message": "التوفيرات المحتملة"
1881+
"message": "التوفير المقدَّر"
18641882
},
18651883
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
18661884
"message": "Cumulative Layout Shift"
18671885
},
18681886
"core/lib/i18n/i18n.js | displayValueByteSavings": {
1869-
"message": "احتمال توفير {wastedBytes, number, bytes} كيبيبايت"
1887+
"message": "التوفير المقدَّر: {wastedBytes, number, bytes} كيبيبايت"
18701888
},
18711889
"core/lib/i18n/i18n.js | displayValueElementsFound": {
18721890
"message": "{nodeCount,plural, =1{تم العثور على عنصر واحد}zero{تم العثور على # عنصر}two{تم العثور على عنصرَين}few{تم العثور على # عناصر}many{تم العثور على # عنصرًا}other{تم العثور على # عنصر}}"
18731891
},
18741892
"core/lib/i18n/i18n.js | displayValueMsSavings": {
1875-
"message": "التوفيرات المحتملة من {wastedMs, number, milliseconds} مللي ثانية"
1893+
"message": "التوفير المقدَّر: {wastedMs, number, milliseconds} ملي ثانية"
18761894
},
18771895
"core/lib/i18n/i18n.js | documentResourceType": {
18781896
"message": "المستند"
@@ -2070,7 +2088,7 @@
20702088
"message": "الحصول على نتيجة أداء أداة Lighthouse"
20712089
},
20722090
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
2073-
"message": "التعرّف على قيم مقاييس أداء تحميل الصفحة، مثل سرعة عرض أكبر جزء من المحتوى على الصفحة ومؤشر السرعة"
2091+
"message": "التعرّف على قيم مقاييس أداء تحميل الصفحة، مثل سرعة عرض أكبر جزء من المحتوى على الصفحة ومؤشر Speed Index"
20742092
},
20752093
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
20762094
"message": "تقييم إمكانات تطبيقات الويب التقدّمية"
@@ -3575,9 +3593,15 @@
35753593
"report/renderer/report-utils.js | footerIssue": {
35763594
"message": "الإبلاغ عن مشكلة"
35773595
},
3596+
"report/renderer/report-utils.js | goBackToAudits": {
3597+
"message": "الرجوع إلى عمليات التدقيق"
3598+
},
35783599
"report/renderer/report-utils.js | hide": {
35793600
"message": "إخفاء"
35803601
},
3602+
"report/renderer/report-utils.js | insightsNotice": {
3603+
"message": "ستحلّ الإحصاءات محل عمليات تدقيق الأداء في وقت لاحق من هذا العام. [يمكنك هنا التعرّف على مزيد من المعلومات وتقديم الملاحظات](https://github.com/GoogleChrome/lighthouse/discussions/16462)."
3604+
},
35813605
"report/renderer/report-utils.js | labDataTitle": {
35823606
"message": "بيانات المختبَر"
35833607
},
@@ -3677,6 +3701,9 @@
36773701
"report/renderer/report-utils.js | toplevelWarningsMessage": {
36783702
"message": "حدثت مشاكل تؤثر في تشغيل Lighthouse:"
36793703
},
3704+
"report/renderer/report-utils.js | tryInsights": {
3705+
"message": "تجربة الإحصاءات"
3706+
},
36803707
"report/renderer/report-utils.js | unattributable": {
36813708
"message": "موارد لا يمكن تحديد مصدرها"
36823709
},
@@ -3707,16 +3734,22 @@
37073734
"treemap/app/src/util.js | duplicateModulesLabel": {
37083735
"message": "الوحدات المكرَّرة"
37093736
},
3737+
"treemap/app/src/util.js | duplicatedBytesLabel": {
3738+
"message": "وحدات البايت المكرّرة"
3739+
},
37103740
"treemap/app/src/util.js | resourceBytesLabel": {
37113741
"message": "حجم الموارد بوحدة البايت"
37123742
},
37133743
"treemap/app/src/util.js | tableColumnName": {
37143744
"message": "الاسم"
37153745
},
37163746
"treemap/app/src/util.js | toggleTableButtonLabel": {
3717-
"message": "تبديل الجدول"
3747+
"message": "إظهار الجدول أو إخفاؤه"
3748+
},
3749+
"treemap/app/src/util.js | transferBytesLabel": {
3750+
"message": "نقل وحدات البايت"
37183751
},
37193752
"treemap/app/src/util.js | unusedBytesLabel": {
3720-
"message": "وحدات بايت غير المستخدمة"
3753+
"message": "وحدات البايت غير المستخدمة"
37213754
}
37223755
}

0 commit comments

Comments
 (0)