lighthouse 12.7.1-dev.20250710 → 12.8.0-dev.20250711
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/audits/insights/modern-http-insight.js +1 -1
- package/core/audits/trusted-types-xss.js +1 -1
- package/package.json +2 -2
- package/shared/localization/locales/ar-XB.json +9 -6
- package/shared/localization/locales/ar.json +9 -6
- package/shared/localization/locales/bg.json +9 -6
- package/shared/localization/locales/ca.json +9 -6
- package/shared/localization/locales/cs.json +9 -6
- package/shared/localization/locales/da.json +9 -6
- package/shared/localization/locales/de.json +9 -6
- package/shared/localization/locales/el.json +9 -6
- package/shared/localization/locales/en-GB.json +9 -6
- package/shared/localization/locales/en-US.json +15 -6
- package/shared/localization/locales/en-XL.json +15 -6
- package/shared/localization/locales/es-419.json +9 -6
- package/shared/localization/locales/es.json +9 -6
- package/shared/localization/locales/fi.json +9 -6
- package/shared/localization/locales/fil.json +9 -6
- package/shared/localization/locales/fr.json +9 -6
- package/shared/localization/locales/he.json +9 -6
- package/shared/localization/locales/hi.json +9 -6
- package/shared/localization/locales/hr.json +9 -6
- package/shared/localization/locales/hu.json +9 -6
- package/shared/localization/locales/id.json +9 -6
- package/shared/localization/locales/it.json +9 -6
- package/shared/localization/locales/ja.json +9 -6
- package/shared/localization/locales/ko.json +9 -6
- package/shared/localization/locales/lt.json +9 -6
- package/shared/localization/locales/lv.json +9 -6
- package/shared/localization/locales/nl.json +9 -6
- package/shared/localization/locales/no.json +9 -6
- package/shared/localization/locales/pl.json +9 -6
- package/shared/localization/locales/pt-PT.json +9 -6
- package/shared/localization/locales/pt.json +9 -6
- package/shared/localization/locales/ro.json +9 -6
- package/shared/localization/locales/ru.json +9 -6
- package/shared/localization/locales/sk.json +9 -6
- package/shared/localization/locales/sl.json +9 -6
- package/shared/localization/locales/sr-Latn.json +9 -6
- package/shared/localization/locales/sr.json +9 -6
- package/shared/localization/locales/sv.json +9 -6
- package/shared/localization/locales/ta.json +9 -6
- package/shared/localization/locales/te.json +9 -6
- package/shared/localization/locales/th.json +9 -6
- package/shared/localization/locales/tr.json +8 -5
- package/shared/localization/locales/uk.json +8 -5
- package/shared/localization/locales/vi.json +9 -6
- package/shared/localization/locales/zh-HK.json +9 -6
- package/shared/localization/locales/zh-TW.json +9 -6
- package/shared/localization/locales/zh.json +9 -6
|
@@ -2318,9 +2318,6 @@
|
|
|
2318
2318
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2319
2319
|
"message": "SharedArrayBuffer ஐத் தொடர்ந்து பயன்படுத்த நீட்டிப்புகள் கிராஸ் ஆரிஜின் ஐசொலேஷனைப் பயன்படுத்த வேண்டும். https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/ தளத்தைப் பார்வையிடவும்."
|
|
2320
2320
|
},
|
|
2321
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2322
|
-
"message": "GPUAdapter isFallbackAdapter பண்புக்கூறு நிறுத்தப்பட்டது, அதற்குப் பதிலாக GPUAdapterInfo isFallbackAdapter பண்புக்கூறைப் பயன்படுத்தவும்."
|
|
2323
|
-
},
|
|
2324
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2325
2322
|
"message": "XMLHttpRequest இல் உள்ள json பதிலில் UTF-16 ஆதரிக்கப்படுவதில்லை"
|
|
2326
2323
|
},
|
|
@@ -2351,6 +2348,9 @@
|
|
|
2351
2348
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2352
2349
|
"message": "லே-அவுட் ஷிஃப்ட்டுக்கான முக்கியமான காரணங்கள்"
|
|
2353
2350
|
},
|
|
2351
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2352
|
+
"message": "Unsized image element"
|
|
2353
|
+
},
|
|
2354
2354
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2355
2355
|
"message": "மோசமான கிளஸ்டர்"
|
|
2356
2356
|
},
|
|
@@ -2406,7 +2406,7 @@
|
|
|
2406
2406
|
"message": "திசைதிருப்புதல்கள் இருந்தன ({PH1} திசைதிருப்புதல்கள், +{PH2})"
|
|
2407
2407
|
},
|
|
2408
2408
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2409
|
-
"message": "சேவையகம் மெதுவாகப் பதிலளித்தது (கண்டறியப்பட்டது {PH1})
|
|
2409
|
+
"message": "சேவையகம் மெதுவாகப் பதிலளித்தது (கண்டறியப்பட்டது {PH1})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2412
2412
|
"message": "சுருக்குதல் பயன்படுத்தப்படவில்லை"
|
|
@@ -2415,7 +2415,7 @@
|
|
|
2415
2415
|
"message": "திசைதிருப்புதல்களைத் தவிர்க்கும்"
|
|
2416
2416
|
},
|
|
2417
2417
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2418
|
-
"message": "சேவையகம் வேகமாகப் பதிலளித்தது (கண்டறியப்பட்டது {PH1})
|
|
2418
|
+
"message": "சேவையகம் வேகமாகப் பதிலளித்தது (கண்டறியப்பட்டது {PH1})"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2421
2421
|
"message": "வார்த்தைச் சுருக்குதலைப் பயன்படுத்துகிறது"
|
|
@@ -2583,7 +2583,7 @@
|
|
|
2583
2583
|
"message": "செயின்களின் நீளத்தைக் குறைத்தல், ஆதாரங்களின் பதிவிறக்க அளவைக் குறைத்தல், பக்கம் ஏற்றப்படுவதன் வேகத்தை அதிகரிக்க தேவையற்ற ஆதாரங்களைப் பதிவிறக்குவதைத் தவிர்த்தல் போன்றவற்றின் மூலம் [முக்கியக் கோரிக்கைகளின் செயினிங்கைத் தவிர்க்கலாம்](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)."
|
|
2584
2584
|
},
|
|
2585
2585
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2586
|
-
"message": "உங்களின் மிகவும் முக்கியமான ஆரிஜின்களுடன் [முன்னிணைப்புக்](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) குறிப்புகளைச் சேர்க்கவும், ஆனால் 4க்கும்
|
|
2586
|
+
"message": "உங்களின் மிகவும் முக்கியமான ஆரிஜின்களுடன் [முன்னிணைப்புக்](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) குறிப்புகளைச் சேர்க்கவும், ஆனால் 4க்கும் அதிகமாகப் பயன்படுத்தவும்."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2589
2589
|
"message": "முன்னிணைப்புக்கான ஆரிஜின்கள்"
|
|
@@ -2678,6 +2678,9 @@
|
|
|
2678
2678
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2679
2679
|
"message": "காட்சிப் பகுதி மொபைலுக்கு ஏற்றவாறு மேம்படுத்தப்படவில்லை என்றால் தட்டுதல் செயல்பாடுகள் [300 மிவி வரை தாமதம் ஆகக்கூடும்](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
2680
2680
|
},
|
|
2681
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2682
|
+
"message": "மொபைல் தட்டல் தாமதம்"
|
|
2683
|
+
},
|
|
2681
2684
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2682
2685
|
"message": "காட்சிப் பகுதியை மொபைலுக்கு ஏற்றதாக மேம்படுத்துதல்"
|
|
2683
2686
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "SharedArrayBufferను ఉపయోగించడం కొనసాగించడానికి, ఎక్స్టెన్షన్లు క్రాస్-ఆరిజిన్ ఐసోలేషన్ను ఎంపిక చేసుకోవాలి. https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/ లింక్ను చూడండి."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter అట్రిబ్యూట్ వినియోగాన్ని ఆపివేశారు, బదులుగా GPUAdapterInfo isFallbackAdapter అట్రిబ్యూట్ను ఉపయోగించండి."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "XMLHttpRequestలోని JSON ప్రతిస్పందన ద్వారా UTF-16 సపోర్ట్ చేయబడదు"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "టాప్ లేఅవుట్ షిఫ్ట్ కారణాలను చూపండి"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "కొలతలు లేని ఇమేజ్ ఎలిమెంట్"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "పనికి రాని క్లస్టర్"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "మళ్లింపులు ఉన్నాయి ({PH1} మళ్లింపులు, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "సర్వర్ నెమ్మదిగా
|
|
2412
|
+
"message": "సర్వర్ నెమ్మదిగా సమాధానం ఇచ్చింది ({PH1} సమయంలో)"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "కంప్రెషన్ ఏదీ వర్తించబడలేదు"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "మళ్లింపులను నివారిస్తుంది"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "సర్వర్ వేగంగా
|
|
2421
|
+
"message": "సర్వర్ వేగంగా సమాధానం ఇస్తోంది ({PH1} సమయంలో)"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "టెక్స్ట్ కంప్రెషన్ను వర్తింపజేస్తుంది"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "పేజీ లోడ్ను మెరుగుపరచడానికి చెయిన్ల పొడవును తగ్గించడం, రిసోర్స్ల డౌన్లోడ్ సైజును తగ్గించడం, లేదా అనవసరమైన రిసోర్స్లను డౌన్లోడ్ చేయడాన్ని వాయిదా వేయడం వంటివి చేయడం ద్వారా [అతి ముఖ్యమైన రిక్వెస్ట్ల చైనింగ్ను నివారించండి](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "అత్యంత ముఖ్యమైన మీ ఆరిజిన్లకు [ప్రీకనెక్ట్](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) సూచనలను జోడించండి, కానీ 4 కంటే
|
|
2589
|
+
"message": "అత్యంత ముఖ్యమైన మీ ఆరిజిన్లకు [ప్రీకనెక్ట్](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) సూచనలను జోడించండి, కానీ 4 కంటే ఎక్కువ ఉపయోగించకుండా ట్రై చేయండి."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "ప్రీకనెక్ట్ కావలసిన ఆరిజిన్లు"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "మొబైల్ కోసం వీక్షణ పోర్ట్ను ఆప్టిమైజ్ చేయనట్లయితే ట్యాప్ ఇంటరాక్షన్లు [గరిష్ఠంగా 300 మి.సె. వరకు ఆలస్యం కావచ్చు](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "మొబైల్ ట్యాప్లో ఆలస్యం"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "మొబైల్ కోసం వీక్షణ పోర్ట్ను ఆప్టిమైజ్ చేయండి"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "ส่วนขยายควรเลือกใช้การแยกแบบข้ามต้นทางเพื่อใช้ SharedArrayBuffer ต่อ ดู https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/"
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "เราเลิกใช้งานแอตทริบิวต์ isFallbackAdapter ของ GPUAdapter แล้ว โปรดใช้แอตทริบิวต์ isFallbackAdapter ของ GPUAdapterInfo แทน"
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "JSON ของการตอบกลับไม่รองรับ UTF-16 ใน XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "สาเหตุหลักๆ ของการเปลี่ยนแปลงเลย์เอาต์"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "คลัสเตอร์ที่แย่ที่สุด"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "มีการเปลี่ยนเส้นทาง (เปลี่ยนเส้นทาง {PH1} +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "เซิร์ฟเวอร์ตอบสนองช้า (สังเกต {PH1})
|
|
2412
|
+
"message": "เซิร์ฟเวอร์ตอบสนองช้า (สังเกต {PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "ไม่ได้ใช้การบีบอัด"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "หลีกเลี่ยงการเปลี่ยนเส้นทาง"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "เซิร์ฟเวอร์ตอบสนองเร็ว (สังเกต {PH1})
|
|
2421
|
+
"message": "เซิร์ฟเวอร์ตอบสนองเร็ว (สังเกต {PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "ใช้การบีบอัดข้อความ"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[หลีกเลี่ยงการเชนคำขอที่สำคัญ](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)โดยลดความยาวของเชน ลดขนาดการดาวน์โหลดของทรัพยากร หรือเลื่อนเวลาการดาวน์โหลดทรัพยากรที่ไม่จำเป็นเพื่อปรับปรุงการโหลดหน้าเว็บ"
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "เพิ่มคำแนะนำ[การเชื่อมต่อล่วงหน้า](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)ไปยังต้นทางที่สำคัญที่สุด
|
|
2589
|
+
"message": "เพิ่มคำแนะนำ[การเชื่อมต่อล่วงหน้า](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)ไปยังต้นทางที่สำคัญที่สุด แต่พยายามใช้ไม่เกิน 4"
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "ตัวเลือกการเชื่อมต่อล่วงหน้า"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "การโต้ตอบด้วยการแตะอาจ[มีการหน่วงเวลาสูงสุด 300 มิลลิวินาที](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)หากวิวพอร์ตไม่เหมาะกับอุปกรณ์เคลื่อนที่"
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "การหน่วงเวลาการแตะบนมือถือ"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "เพิ่มประสิทธิภาพวิวพอร์ตสำหรับอุปกรณ์เคลื่อนที่"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Uzantıların SharedArrayBuffer kullanmayı sürdürmek için kökler arası erişimi kapatmaları gerekir. https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/ adresini ziyaret edin."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter özelliğinin desteği sonlandırıldı. Bunun yerine GPUAdapterInfo isFallbackAdapter özelliğini kullanın."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "XMLHttpRequest içindeki yanıt JSON dosyası UTF-16'yı desteklemiyor."
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Düzen kayması sorununun en önemli nedenleri"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "En kötü küme"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Yönlendirmeler vardı ({PH1} yönlendirme, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Sunucu yavaş yanıt verdi ({PH1} gözlemlendi)
|
|
2412
|
+
"message": "Sunucu yavaş yanıt verdi ({PH1} gözlemlendi)"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Sıkıştırma uygulanmadı"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Yönlendirme içermiyor"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Sunucu hızlı yanıt veriyor ({PH1} gözlemlendi)
|
|
2421
|
+
"message": "Sunucu hızlı yanıt veriyor ({PH1} gözlemlendi)"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Metin sıkıştırma uygulanır"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Görüntü alanı, mobil cihazlar için optimize edilmezse dokunma etkileşimleri [300 ms.ye kadar gecikebilir](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Mobil dokunma gecikmesi"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Görüntü alanını mobil cihazlar için optimize edin"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Для розширень потрібно ввімкнути ізоляцію від міждоменних джерел, щоб і надалі використовувати SharedArrayBuffer. Докладніше читайте на сторінці https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "Атрибут GPUAdapter isFallbackAdapter більше не підтримується. Натомість використовуйте атрибут GPUAdapterInfo isFallbackAdapter."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "UTF-16 не підтримується відповіддю JSON у XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Основні причини зміщення макета"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Найгірший кластер"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Містить переспрямування ({PH1}, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Сервер відповідає повільно ({PH1})
|
|
2412
|
+
"message": "Сервер відповідає повільно ({PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Без стиснення"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Уникає переспрямувань"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Сервер відповідає швидко ({PH1})
|
|
2421
|
+
"message": "Сервер відповідає швидко ({PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Застосовано стиснення тексту"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Якщо область перегляду не оптимізовано для мобільних пристроїв, взаємодія за допомогою дотику може відбуватися із затримкою [до 300 мс](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Затримка натискання на мобільному пристрої"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Оптимізуйте область перегляду для мобільних пристроїв"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "Các tiện ích phải chọn sử dụng chế độ tách biệt nhiều nguồn gốc đẻ có thể tiếp tục sử dụng SharedArrayBuffer. Xem https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "Thuộc tính GPUAdapter isFallbackAdapter đã ngừng hoạt động. Thay vào đó, hãy sử dụng thuộc tính GPUAdapterInfo isFallbackAdapter."
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "JSON phản hồi không hỗ trợ UTF-16 trong XMLHttpRequest"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "Nguyên nhân làm thay đổi bố cục thường gặp nhất"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Thành phần hình ảnh chưa xác định kích thước"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "Cụm tệ nhất"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "Có chuyển hướng ({PH1} chuyển hướng, +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "Máy chủ phản hồi chậm (theo quan sát là {PH1})
|
|
2412
|
+
"message": "Máy chủ phản hồi chậm (theo quan sát là {PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "Không áp dụng tính năng nén"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "Tránh chuyển hướng"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "Máy chủ phản hồi nhanh (theo quan sát là {PH1})
|
|
2421
|
+
"message": "Máy chủ phản hồi nhanh (theo quan sát là {PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "Áp dụng tính năng nén văn bản"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[Tránh tạo chuỗi các yêu cầu quan trọng](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) bằng cách giảm độ dài chuỗi, giảm kích thước tài nguyên tải xuống hoặc trì hoãn tải xuống các tài nguyên không cần thiết để cải thiện tốc độ tải trang."
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "Thêm gợi ý [kết nối trước](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) cho các
|
|
2589
|
+
"message": "Thêm gợi ý [kết nối trước](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) cho các nguồn gốc quan trọng nhất, nhưng hãy cố gắng sử dụng không quá 4 gợi ý."
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "Đề xuất kết nối trước"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "Hoạt động tương tác nhấn có thể [bị chậm tới 300 mili giây](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) nếu khung nhìn chưa được tối ưu hoá cho thiết bị di động."
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "Độ trễ khi nhấn trên thiết bị di động"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "Tối ưu hoá khung nhìn cho thiết bị di động"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "擴充程式應選擇接受跨來源隔離功能,以繼續使用 SharedArrayBuffer。詳情請參閱 https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/。"
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter 屬性已淘汰,請改用 GPUAdapterInfo isFallbackAdapter 屬性。"
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "XMLHttpRequest 中的 JSON 回應不支援 UTF-16。"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "版面配置轉移的主要原因"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "最差的叢集"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "有重新導向 ({PH1} 次重新導向 +{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "
|
|
2412
|
+
"message": "伺服器回應緩慢 (觀測結果:{PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "未套用任何壓縮"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "避免重新導向"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "
|
|
2421
|
+
"message": "伺服器回應迅速 (觀測結果:{PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "套用文字壓縮"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "如要[避免鏈結關鍵要求](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains),你可以縮短鏈結長度、縮減下載資源的大小或延遲下載不必要資源,以提高頁面載入速度。"
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "
|
|
2589
|
+
"message": "請新增最重要來源的 [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) 提示,但盡量不要超過 4 個。"
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "預先連結的候選來源"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "如果不優化流動裝置的檢視區,輕按互動可能會[延遲最多 300 毫秒](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)。"
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "流動裝置輕按延遲"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "優化流動裝置的檢視區"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "擴充功能應選擇啟用跨來源隔離功能,以便繼續使用 SharedArrayBuffer。詳情請參閱 https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/。"
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter 的 isFallbackAdapter 屬性已淘汰,請改用 GPUAdapterInfo 的 isFallbackAdapter 屬性。"
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "XMLHttpRequest 中的 JSON 回應不支援 UTF-16"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "版面配置位移的常見主因"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "最嚴重的叢集"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "有重新導向 ({PH1} 次重新導向,+{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "伺服器回應緩慢 (觀測結果:{PH1})
|
|
2412
|
+
"message": "伺服器回應緩慢 (觀測結果:{PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "未套用壓縮功能"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "避免重新導向"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "伺服器回應迅速 (觀測結果:{PH1})
|
|
2421
|
+
"message": "伺服器回應迅速 (觀測結果:{PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "套用文字壓縮"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "如要[避免鏈結關鍵要求](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains),可以縮短鏈結長度、降低資源的下載大小或延後下載非必要資源,提高頁面載入速度。"
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "
|
|
2589
|
+
"message": "請新增最重要來源的 [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) 提示,但盡量不要超過 4 個。"
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "預先連結候選來源"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "如果可視區域未針對行動裝置進行最佳化調整,輕觸互動可能會[延遲最多 300 毫秒](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)。"
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "行動裝置輕觸延遲"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "針對行動裝置最佳化可視區域"
|
|
2686
2689
|
},
|
|
@@ -2321,9 +2321,6 @@
|
|
|
2321
2321
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2322
2322
|
"message": "扩展程序应选择启用跨域隔离,以便继续使用 SharedArrayBuffer。请参阅 https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/。"
|
|
2323
2323
|
},
|
|
2324
|
-
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | WebGPUAdapterIsFallbackAdapter": {
|
|
2325
|
-
"message": "GPUAdapter isFallbackAdapter 属性已弃用,请改用 GPUAdapterInfo isFallbackAdapter 属性。"
|
|
2326
|
-
},
|
|
2327
2324
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | XHRJSONEncodingDetection": {
|
|
2328
2325
|
"message": "XMLHttpRequest 中的响应 JSON 不再支持 UTF-16"
|
|
2329
2326
|
},
|
|
@@ -2354,6 +2351,9 @@
|
|
|
2354
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | topCulprits": {
|
|
2355
2352
|
"message": "导致布局偏移的首要原因"
|
|
2356
2353
|
},
|
|
2354
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | unsizedImage": {
|
|
2355
|
+
"message": "Unsized image element"
|
|
2356
|
+
},
|
|
2357
2357
|
"node_modules/@paulirish/trace_engine/models/trace/insights/CLSCulprits.js | worstCluster": {
|
|
2358
2358
|
"message": "最糟糕的集群"
|
|
2359
2359
|
},
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"message": "有重定向 ({PH1} 次重定向,+{PH2})"
|
|
2410
2410
|
},
|
|
2411
2411
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedServerResponseTime": {
|
|
2412
|
-
"message": "服务器响应缓慢(观察结果:{PH1})
|
|
2412
|
+
"message": "服务器响应缓慢(观察结果:{PH1})"
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | failedTextCompression": {
|
|
2415
2415
|
"message": "未应用任何压缩"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "避免重定向"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingServerResponseTime": {
|
|
2421
|
-
"message": "服务器响应迅速(观察结果:{PH1})
|
|
2421
|
+
"message": "服务器响应迅速(观察结果:{PH1})"
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DocumentLatency.js | passingTextCompression": {
|
|
2424
2424
|
"message": "应用文本压缩"
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"message": "[避免链接关键请求](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains),方法是缩短链长、缩减资源的下载文件大小,或者推迟下载不必要的资源,从而提高网页加载速度。"
|
|
2587
2587
|
},
|
|
2588
2588
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableDescription": {
|
|
2589
|
-
"message": "为最重要的源添加 [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)
|
|
2589
|
+
"message": "为最重要的源添加 [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) 提示,但请尽量不要超过 4 个。"
|
|
2590
2590
|
},
|
|
2591
2591
|
"node_modules/@paulirish/trace_engine/models/trace/insights/NetworkDependencyTree.js | estSavingTableTitle": {
|
|
2592
2592
|
"message": "预连接候选项"
|
|
@@ -2681,6 +2681,9 @@
|
|
|
2681
2681
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | description": {
|
|
2682
2682
|
"message": "如果视口未针对移动设备进行优化,点按互动可能会[延迟最多 300 毫秒](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)。"
|
|
2683
2683
|
},
|
|
2684
|
+
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | mobileTapDelayLabel": {
|
|
2685
|
+
"message": "移动设备点按延迟"
|
|
2686
|
+
},
|
|
2684
2687
|
"node_modules/@paulirish/trace_engine/models/trace/insights/Viewport.js | title": {
|
|
2685
2688
|
"message": "针对移动设备优化视口"
|
|
2686
2689
|
},
|