lighthouse 11.7.0-dev.20240409 → 11.7.0-dev.20240411
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/cli/cli-flags.js +3 -3
- package/cli/test/smokehouse/core-tests.js +0 -16
- package/cli/test/smokehouse/frontends/smokehouse-bin.js +2 -2
- package/core/audits/byte-efficiency/render-blocking-resources.js +25 -26
- package/core/audits/layout-shifts.js +1 -1
- package/core/computed/metrics/lantern-first-contentful-paint.js +3 -2
- package/core/computed/metrics/lantern-first-meaningful-paint.js +3 -2
- package/core/computed/metrics/lantern-interactive.js +3 -2
- package/core/computed/metrics/lantern-largest-contentful-paint.js +3 -2
- package/core/computed/metrics/lantern-max-potential-fid.js +3 -2
- package/core/computed/metrics/lantern-metric.d.ts +5 -0
- package/core/computed/metrics/lantern-metric.js +23 -1
- package/core/computed/metrics/lantern-speed-index.js +3 -2
- package/core/computed/navigation-insights.d.ts +36 -0
- package/core/computed/navigation-insights.js +35 -0
- package/core/computed/trace-engine-result.d.ts +16 -3
- package/core/computed/trace-engine-result.js +19 -14
- package/core/config/default-config.js +6 -51
- package/core/config/filters.js +0 -1
- package/core/gather/gatherers/root-causes.d.ts +2 -2
- package/core/gather/gatherers/root-causes.js +6 -5
- package/core/gather/gatherers/trace-elements.d.ts +2 -2
- package/core/gather/gatherers/trace-elements.js +2 -2
- package/core/lib/lantern/cpu-node.d.ts +7 -1
- package/core/lib/lantern/cpu-node.js +12 -2
- package/core/lib/lantern/lantern-error.d.ts +8 -0
- package/core/lib/lantern/lantern-error.js +9 -0
- package/core/lib/lantern/metrics/first-meaningful-paint.js +2 -4
- package/core/lib/lantern/metrics/interactive.js +1 -1
- package/core/lib/lantern/metrics/largest-contentful-paint.js +3 -3
- package/core/lib/lantern/network-node.js +28 -4
- package/core/lib/lantern/page-dependency-graph.js +14 -2
- package/core/lib/lantern/simulator/simulator.js +1 -1
- package/core/lib/lh-error.js +3 -3
- package/core/runner.js +0 -1
- package/dist/report/bundle.esm.js +11 -95
- package/dist/report/flow.js +16 -100
- package/dist/report/standalone.js +12 -96
- package/flow-report/src/help-dialog.tsx +0 -1
- package/flow-report/src/i18n/i18n.d.ts +0 -4
- package/flow-report/src/i18n/ui-strings.d.ts +0 -1
- package/flow-report/src/i18n/ui-strings.js +0 -2
- package/package.json +1 -1
- package/readme.md +2 -2
- package/report/assets/styles.css +1 -43
- package/report/assets/templates.html +0 -95
- package/report/renderer/components.d.ts +2 -2
- package/report/renderer/components.js +2 -103
- package/report/renderer/report-renderer.js +2 -12
- package/report/renderer/report-ui-features.js +1 -1
- package/report/renderer/report-utils.d.ts +0 -1
- package/report/renderer/report-utils.js +0 -3
- package/shared/localization/locales/ar-XB.json +0 -174
- package/shared/localization/locales/ar.json +0 -174
- package/shared/localization/locales/bg.json +0 -174
- package/shared/localization/locales/ca.json +0 -174
- package/shared/localization/locales/cs.json +0 -174
- package/shared/localization/locales/da.json +0 -174
- package/shared/localization/locales/de.json +0 -174
- package/shared/localization/locales/el.json +0 -174
- package/shared/localization/locales/en-GB.json +0 -174
- package/shared/localization/locales/en-US.json +0 -177
- package/shared/localization/locales/en-XA.json +0 -174
- package/shared/localization/locales/en-XL.json +0 -177
- package/shared/localization/locales/es-419.json +0 -174
- package/shared/localization/locales/es.json +0 -174
- package/shared/localization/locales/fi.json +0 -174
- package/shared/localization/locales/fil.json +0 -174
- package/shared/localization/locales/fr.json +0 -174
- package/shared/localization/locales/he.json +0 -174
- package/shared/localization/locales/hi.json +0 -174
- package/shared/localization/locales/hr.json +0 -174
- package/shared/localization/locales/hu.json +0 -174
- package/shared/localization/locales/id.json +0 -174
- package/shared/localization/locales/it.json +0 -174
- package/shared/localization/locales/ja.json +0 -174
- package/shared/localization/locales/ko.json +0 -174
- package/shared/localization/locales/lt.json +0 -174
- package/shared/localization/locales/lv.json +0 -174
- package/shared/localization/locales/nl.json +0 -174
- package/shared/localization/locales/no.json +0 -174
- package/shared/localization/locales/pl.json +0 -174
- package/shared/localization/locales/pt-PT.json +0 -174
- package/shared/localization/locales/pt.json +0 -174
- package/shared/localization/locales/ro.json +0 -174
- package/shared/localization/locales/ru.json +0 -174
- package/shared/localization/locales/sk.json +0 -174
- package/shared/localization/locales/sl.json +0 -174
- package/shared/localization/locales/sr-Latn.json +0 -174
- package/shared/localization/locales/sr.json +0 -174
- package/shared/localization/locales/sv.json +0 -174
- package/shared/localization/locales/ta.json +0 -174
- package/shared/localization/locales/te.json +0 -174
- package/shared/localization/locales/th.json +0 -174
- package/shared/localization/locales/tr.json +0 -174
- package/shared/localization/locales/uk.json +0 -174
- package/shared/localization/locales/vi.json +0 -174
- package/shared/localization/locales/zh-HK.json +0 -174
- package/shared/localization/locales/zh-TW.json +0 -174
- package/shared/localization/locales/zh.json +0 -174
- package/tsconfig.json +0 -1
- package/types/artifacts.d.ts +15 -90
- package/types/audit.d.ts +0 -10
- package/types/internal/smokehouse.d.ts +1 -1
- package/types/lhr/lhr.d.ts +0 -2
- package/core/audits/content-width.d.ts +0 -17
- package/core/audits/content-width.js +0 -76
- package/core/audits/installable-manifest.d.ts +0 -111
- package/core/audits/installable-manifest.js +0 -248
- package/core/audits/manual/pwa-cross-browser.d.ts +0 -12
- package/core/audits/manual/pwa-cross-browser.js +0 -40
- package/core/audits/manual/pwa-each-page-has-url.d.ts +0 -12
- package/core/audits/manual/pwa-each-page-has-url.js +0 -38
- package/core/audits/manual/pwa-page-transitions.d.ts +0 -12
- package/core/audits/manual/pwa-page-transitions.js +0 -38
- package/core/audits/maskable-icon.d.ts +0 -25
- package/core/audits/maskable-icon.js +0 -70
- package/core/audits/multi-check-audit.d.ts +0 -28
- package/core/audits/multi-check-audit.js +0 -82
- package/core/audits/splash-screen.d.ts +0 -37
- package/core/audits/splash-screen.js +0 -98
- package/core/audits/themed-omnibox.d.ts +0 -42
- package/core/audits/themed-omnibox.js +0 -102
- package/core/computed/manifest-values.d.ts +0 -24
- package/core/computed/manifest-values.js +0 -136
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.d.ts +0 -47
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -233
- package/core/gather/gatherers/installability-errors.d.ts +0 -17
- package/core/gather/gatherers/installability-errors.js +0 -56
- package/core/gather/gatherers/web-app-manifest.d.ts +0 -32
- package/core/gather/gatherers/web-app-manifest.js +0 -106
- package/report/renderer/pwa-category-renderer.d.ts +0 -55
- package/report/renderer/pwa-category-renderer.js +0 -184
- package/third-party/chromium-synchronization/installability-errors-test.js +0 -79
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "Bật tính năng nén văn bản"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "Nếu chiều rộng của nội dung trong ứng dụng không khớp với chiều rộng của khung nhìn, thì ứng dụng có thể không được tối ưu hoá cho màn hình thiết bị di động. [Tìm hiểu cách xác định kích thước nội dung cho khung nhìn](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "Kích thước khung nhìn {innerWidth}px không khớp với kích thước cửa sổ {outerWidth}px."
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "Kích thước của nội dung không phù hợp với khung nhìn"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "Kích thước của nội dung phù hợp với khung nhìn"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "Các Chuỗi yêu cầu quan trọng dưới đây cho bạn biết những tài nguyên được tải ở mức độ ưu tiên cao. Hãy cân nhắc 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. [Tìm hiểu cách tránh tạo chuỗi yêu cầu quan trọng](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
751
739
|
},
|
|
@@ -995,102 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "Phân phối hình ảnh có độ phân giải phù hợp"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "Ứng dụng này đã được cài đặt"
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "Không thể tải một biểu tượng bắt buộc từ tệp kê khai"
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "Lý do xảy ra lỗi"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "Trình chạy dịch vụ là công nghệ cho phép ứng dụng của bạn dùng nhiều tính năng của Ứng dụng web tiến bộ, chẳng hạn như hoạt động khi không có mạng, thêm vào màn hình chính và thông báo đẩy. Khi triển khai trình chạy dịch vụ và tệp kê khai đúng cách, trình duyệt có thể chủ động nhắc người dùng thêm ứng dụng của bạn vào màn hình chính của họ, nhờ đó có thể tăng mức độ tương tác. [Tìm hiểu thêm về yêu cầu liên quan đến khả năng cài đặt tệp kê khai](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)."
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount,plural, =1{1 lý do}other{# lý do}}"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "Tệp kê khai ứng dụng web hoặc trình chạy dịch vụ không đáp ứng các yêu cầu về khả năng cài đặt"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "URL ứng dụng trong Cửa hàng Play và mã nhận dạng trong Cửa hàng Play không khớp"
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "Trang được tải trong cửa sổ ẩn danh"
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "Thuộc tính `display` của tệp kê khai phải là `standalone`, `fullscreen` hoặc `minimal-ui`"
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "Tệp kê khai chứa trường \"display_override\" và chế độ hiển thị được hỗ trợ đầu tiên phải là một trong các chế độ \"standalone\", \"fullscreen\" hoặc \"minimal-ui\""
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "Không thể tìm nạp/phân tích cú pháp tệp kê khai hoặc tệp kê khai bị trống"
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "URL của tệp kê khai đã thay đổi khi đang tìm nạp tệp kê khai đó."
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "Tệp kê khai không chứa trường `name` hoặc `short_name`"
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "Tệp kê khai chứa biểu tượng không phù hợp. Yêu cầu tệp phải ở định dạng PNG, SVG hoặc WebP có kích thước tối thiểu là {value0} px, thuộc tính \"sizes\" phải được đặt, còn thuộc tính \"purpose\" (nếu được đặt) phải bao gồm \"any\"."
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1041
|
-
"message": "Không có biểu tượng nào được cung cấp ở định dạng PNG, SVG hoặc WebP với kích thước tối thiểu là {value0} px vuông, còn thuộc tính \"purpose\" không được đặt hoặc được đặt thành \"any\""
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1044
|
-
"message": "Biểu tượng đã tải xuống bị trống hoặc hỏng"
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1047
|
-
"message": "Chưa cung cấp mã nhận dạng trong Cửa hàng Play"
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1050
|
-
"message": "Trang không có URL <link> của tệp kê khai"
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1053
|
-
"message": "Không thể kiểm tra trình chạy dịch vụ nếu không có trường \"start_url\" trong tệp kê khai"
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1056
|
-
"message": "Không nhận ra mã lỗi liên quan đến khả năng cài đặt \"{errorId}\""
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1059
|
-
"message": "Trang không được phân phối từ một nguồn gốc an toàn"
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1062
|
-
"message": "Trang không được tải trong khung chính"
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1065
|
-
"message": "Trang không hoạt động khi không có mạng"
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1068
|
-
"message": "Đã gỡ cài đặt PWA và đang đặt lại quá trình kiểm tra khả năng cài đặt."
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1071
|
-
"message": "Nền tảng ứng dụng đã chỉ định chưa được hỗ trợ trên Android"
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1074
|
-
"message": "Tệp kê khai chỉ định prefer_related_applications: true"
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1077
|
-
"message": "Chỉ hỗ trợ prefer_related_applications cho các kênh Chính thức và Thử nghiệm của Chrome trên Android."
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1080
|
-
"message": "Lighthouse không thể xác định khả năng cài đặt trang. Vui lòng thử lại bằng một phiên bản Chrome mới hơn."
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1083
|
-
"message": "URL bắt đầu của tệp kê khai là không hợp lệ"
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | title": {
|
|
1086
|
-
"message": "Tệp kê khai ứng dụng web và trình chạy dịch vụ đáp ứng các yêu cầu về khả năng cài đặt"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1089
|
-
"message": "Một URL trong tệp kê khai chứa tên người dùng, mật khẩu hoặc cổng"
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1092
|
-
"message": "Trang không hoạt động khi không có mạng. Trang này sẽ không được xem là có thể cài đặt sau khi Chrome 93 chính thức phát hành vào tháng 8 năm 2021."
|
|
1093
|
-
},
|
|
1094
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1095
987
|
"message": "Được phép"
|
|
1096
988
|
},
|
|
@@ -1202,33 +1094,6 @@
|
|
|
1202
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1203
1095
|
"message": "Giảm thiểu công việc theo chuỗi chính"
|
|
1204
1096
|
},
|
|
1205
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1206
|
-
"message": "Để tiếp cận nhiều người dùng nhất, các trang web phải hoạt động trên mọi trình duyệt chính. [Tìm hiểu về khả năng tương thích trên nhiều trình duyệt](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
|
|
1207
|
-
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1209
|
-
"message": "Trang web hoạt động trên nhiều trình duyệt"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1212
|
-
"message": "Đảm bảo từng trang có thể liên kết sâu qua URL và URL là duy nhất để có thể chia sẻ trên mạng xã hội. [Tìm hiểu thêm về cách cung cấp liên kết sâu](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)."
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1215
|
-
"message": "Mỗi trang có một URL"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1218
|
-
"message": "Quá trình chuyển tiếp phải diễn ra ngay khi bạn nhấn vào, kể cả khi mạng chậm. Trải nghiệm này là một yếu tố quan trọng quyết định cảm nhận của người dùng về hiệu suất. [Tìm hiểu thêm về quá trình chuyển tiếp trang](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)."
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1221
|
-
"message": "Người dùng không cảm thấy mạng chậm khi chuyển trang"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/maskable-icon.js | description": {
|
|
1224
|
-
"message": "Một biểu tượng có thể chỉnh sửa sẽ đảm bảo rằng hình ảnh lấp đầy toàn bộ hình dạng mà không bị hiệu ứng hòm thư khi cài đặt ứng dụng trên một thiết bị. [Tìm hiểu về biểu tượng có thể chỉnh sửa của tệp kê khai](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)."
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1227
|
-
"message": "Tệp kê khai không có biểu tượng che mờ được"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | title": {
|
|
1230
|
-
"message": "Tệp kê khai có một biểu tượng che mờ được"
|
|
1231
|
-
},
|
|
1232
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1233
1098
|
"message": "Điểm số tổng hợp về mức thay đổi bố cục đo lường mức độ dịch chuyển của các phần tử hiển thị trong khung nhìn. [Tìm hiểu thêm về chỉ số Điểm số tổng hợp về mức thay đổi bố cục](https://web.dev/articles/cls)."
|
|
1234
1099
|
},
|
|
@@ -1484,24 +1349,6 @@
|
|
|
1484
1349
|
"core/audits/server-response-time.js | title": {
|
|
1485
1350
|
"message": "Thời gian phản hồi ban đầu của máy chủ là ngắn"
|
|
1486
1351
|
},
|
|
1487
|
-
"core/audits/splash-screen.js | description": {
|
|
1488
|
-
"message": "Màn hình chờ có giao diện giúp đảm bảo người dùng có trải nghiệm chất lượng cao khi chạy ứng dụng từ màn hình chính. [Tìm hiểu thêm về màn hình chờ](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)."
|
|
1489
|
-
},
|
|
1490
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1491
|
-
"message": "Chưa được định cấu hình cho màn hình chờ tùy chỉnh"
|
|
1492
|
-
},
|
|
1493
|
-
"core/audits/splash-screen.js | title": {
|
|
1494
|
-
"message": "Đã định cấu hình cho màn hình chờ tùy chỉnh"
|
|
1495
|
-
},
|
|
1496
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1497
|
-
"message": "Bạn có thể đặt giao diện cho thanh địa chỉ trên trình duyệt để phù hợp với trang web của mình. [Tìm hiểu thêm về cách đặt giao diện cho thanh địa chỉ](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)."
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1500
|
-
"message": "Không đặt màu giao diện cho thanh địa chỉ."
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1503
|
-
"message": "Đặt màu giao diện cho thanh địa chỉ."
|
|
1504
|
-
},
|
|
1505
1352
|
"core/audits/third-party-cookies.js | description": {
|
|
1506
1353
|
"message": "Các phiên bản Chrome sau này sẽ không hỗ trợ cookie của bên thứ ba nữa. [Tìm hiểu thêm về việc Chrome ngừng hỗ trợ cookie của bên thứ ba](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1507
1354
|
},
|
|
@@ -1769,21 +1616,6 @@
|
|
|
1769
1616
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1770
1617
|
"message": "Hiệu suất"
|
|
1771
1618
|
},
|
|
1772
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1773
|
-
"message": "Những hoạt động kiểm tra này sẽ xác thực các chương trình thành phần của Ứng dụng web tiến bộ. [Tìm hiểu những tiêu chí của Ứng dụng web tiến bộ hiệu quả](https://web.dev/articles/pwa-checklist)."
|
|
1774
|
-
},
|
|
1775
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1776
|
-
"message": "Đây là những hoạt động kiểm tra được chỉ định trong [Danh sách kiểm tra ứng dụng web tiến bộ (PWA)](https://web.dev/articles/pwa-checklist) cơ bản, nhưng Lighthouse không tự động kiểm tra các mục này. Các hoạt động kiểm tra này không ảnh hưởng đến điểm số của bạn, nhưng bạn nên xác minh theo cách thủ công."
|
|
1777
|
-
},
|
|
1778
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1779
|
-
"message": "PWA"
|
|
1780
|
-
},
|
|
1781
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1782
|
-
"message": "Có thể cài đặt"
|
|
1783
|
-
},
|
|
1784
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1785
|
-
"message": "PWA đã tối ưu hóa"
|
|
1786
|
-
},
|
|
1787
1619
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1788
1620
|
"message": "Các hoạt động kiểm tra này đảm bảo rằng trang của bạn tuân theo lời khuyên cơ bản về cách tối ưu hoá cho công cụ tìm kiếm. Có nhiều yếu tố bổ sung mà Lighthouse không xếp hạng ở đây có thể ảnh hưởng đến thứ hạng của bạn trong kết quả tìm kiếm, kể cả hiệu suất của [Các chỉ số quan trọng về trang web](https://web.dev/explore/vitals). [Tìm hiểu thêm Kiến thức thiết yếu về Google Tìm kiếm](https://support.google.com/webmasters/answer/35769)."
|
|
1789
1621
|
},
|
|
@@ -2666,9 +2498,6 @@
|
|
|
2666
2498
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2667
2499
|
"message": "Hiệu suất"
|
|
2668
2500
|
},
|
|
2669
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2670
|
-
"message": "Ứng dụng web tiến bộ"
|
|
2671
|
-
},
|
|
2672
2501
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2673
2502
|
"message": "SEO"
|
|
2674
2503
|
},
|
|
@@ -3335,9 +3164,6 @@
|
|
|
3335
3164
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3336
3165
|
"message": "Số lần kiểm tra đạt yêu cầu"
|
|
3337
3166
|
},
|
|
3338
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3339
|
-
"message": "Theo [điểm mới trong Tiêu chí về khả năng cài đặt của Chrome](https://developer.chrome.com/blog/update-install-criteria), Lighthouse sẽ ngừng sử dụng danh mục PWA trong bản phát hành sau này. Vui lòng tham khảo [tài liệu mới nhất về PWA](https://developer.chrome.com/docs/devtools/progressive-web-apps/) để biết quy trình kiểm thử PWA trong tương lai."
|
|
3340
|
-
},
|
|
3341
3167
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3342
3168
|
"message": "Lượt tải trang đầu tiên"
|
|
3343
3169
|
},
|
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "啟用文字壓縮"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "如果應用程式內容寬度與檢視區的寬度不相符,應用程式可能無法在流動裝置螢幕上呈現優化效果。[瞭解如何根據檢視區調整內容大小](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)。"
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "檢視區大小 ({innerWidth} 像素) 與視窗大小 ({outerWidth} 像素) 不相符。"
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "尚未為檢視區正確調整內容大小"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "已將檢視區正確調整內容大小"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "下方的「關鍵要求鏈結」顯示以高優先次序發佈的資源。為了提高頁面載入速度,建議您縮短鏈結長度,縮減下載資源的大小,或延遲下載不必要資源。[瞭解如何避免鏈結關鍵要求](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)。"
|
|
751
739
|
},
|
|
@@ -995,102 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "提供的圖片解像度適當"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "應用程式已安裝"
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "無法從資訊清單下載必要圖示"
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "失敗原因"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "Service Worker 技術可讓您的應用程式使用多項漸進式網絡應用程式的功能,例如離線存取、新增到主畫面和推送通知。瀏覽器可透過適當的 Service Worker 和資訊清單設置主動提示使用者,建議他們將您的應用程式新增至主畫面,藉此提高參與度[進一步瞭解資訊清單可安裝性規定](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)。"
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount,plural, =1{1 個原因}other{# 個原因}}"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "網絡應用程式資訊清單或 Service Worker 不符合可安裝性要求"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "「Play 商店」應用程式網址與「Play 商店」ID 不相符"
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "頁面在無痕式視窗中載入"
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "資訊清單的「`display`」屬性必須為 `standalone`、`fullscreen` 或 `minimal-ui`"
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "資訊清單包含「display_override」欄位;首個支援的顯示模式必須為「standalone」、「fullscreen」或「minimal-ui」"
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "無法擷取或剖析資訊清單,或剖析資訊沒有內容"
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "資訊清單網址已在擷取資訊清單時變更。"
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "資訊清單未包含 `name` 或 `short_name` 欄位"
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "資訊清單未包含合適的圖示 - 必須採用至少 {value0} 像素的 PNG、SVG 或 WebP 格式;必須設定大小屬性;如設定目的屬性,則必須包含「any」。"
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1041
|
-
"message": "所有提供的圖示均並非至少為 {value0} 像素的 PNG、SVG 或 WebP 格式正方形圖像,而且沒有設定目的屬性或將目的屬性設定為「任何 (any)」"
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1044
|
-
"message": "已下載的圖示空白或已損毀"
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1047
|
-
"message": "沒有提供「Play 商店」ID"
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1050
|
-
"message": "頁面並無資訊清單 <link> 網址"
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1053
|
-
"message": "由於資訊清單中沒有「start_url」欄位,因此無法檢查 Service Worker"
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1056
|
-
"message": "無法識別可安裝性錯誤 ID「{errorId}」"
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1059
|
-
"message": "頁面並非透過安全來源提供"
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1062
|
-
"message": "頁面未在主頁框內載入"
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1065
|
-
"message": "頁面無法離線工作"
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1068
|
-
"message": "PWA 已解除安裝並將重設安裝規定檢查。"
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1071
|
-
"message": "Android 不支援此指定的應用平台"
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1074
|
-
"message": "資訊清單指定 prefer_related_applications: true"
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1077
|
-
"message": "prefer_related_applications 僅支援 Android 裝置上的 Chrome Beta 版本和穩定版。"
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1080
|
-
"message": "Lighthouse 無法判斷該網頁是否可安裝。請嘗試使用較新的 Chrome 版本。"
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1083
|
-
"message": "資訊清單起始網址無效"
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | title": {
|
|
1086
|
-
"message": "網絡應用程式資訊清單和 Service Worker 符合可安裝性要求"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1089
|
-
"message": "資訊清單中的網址包含使用者名稱、密碼或連接埠"
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1092
|
-
"message": "頁面無法離線工作。Chrome 93 (2021 年 8 月穩定發行版) 發佈後,頁面將不會被視為可安裝。"
|
|
1093
|
-
},
|
|
1094
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1095
987
|
"message": "允許"
|
|
1096
988
|
},
|
|
@@ -1202,33 +1094,6 @@
|
|
|
1202
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1203
1095
|
"message": "將主要執行緒的工作減至最少"
|
|
1204
1096
|
},
|
|
1205
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1206
|
-
"message": "為盡量觸及最多使用者,網站應能在每個主要瀏覽器上暢順運作。[瞭解跨瀏覽器兼容性](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)。"
|
|
1207
|
-
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1209
|
-
"message": "網站可以在不同瀏覽器上運作"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1212
|
-
"message": "確保每個網頁都可透過網址進行深層連結,且具有不重複網址,方便您在社交媒體上分享。[進一步瞭解如何提供深層連結](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)。"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1215
|
-
"message": "每個網頁都有一個網址"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1218
|
-
"message": "即使網絡速度緩慢,只要使用者瀏覽不同網頁也能營造流暢切換的感覺。這就是為使用者帶來高效感觀的關鍵。[進一步瞭解網頁切換](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)。"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1221
|
-
"message": "使用者在切換頁面時不會覺得網絡速度緩慢"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/maskable-icon.js | description": {
|
|
1224
|
-
"message": "在裝置上安裝應用程式時,罩蓋式圖示可確保圖片會填滿整個形狀,不會產生上下黑邊。[瞭解罩蓋式資訊清單圖示](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)。"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1227
|
-
"message": "資訊清單沒有可遮蓋的圖示"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | title": {
|
|
1230
|
-
"message": "資訊清單中有可遮蓋的圖示"
|
|
1231
|
-
},
|
|
1232
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1233
1098
|
"message": "「累計版面配置轉移」會測量檢視區內可見元素的移動。[進一步瞭解「累計版面配置轉移」數據](https://web.dev/articles/cls)。"
|
|
1234
1099
|
},
|
|
@@ -1484,24 +1349,6 @@
|
|
|
1484
1349
|
"core/audits/server-response-time.js | title": {
|
|
1485
1350
|
"message": "初始伺服器回應時間短暫"
|
|
1486
1351
|
},
|
|
1487
|
-
"core/audits/splash-screen.js | description": {
|
|
1488
|
-
"message": "透過設定啟動畫面的主題,可確保使用者從主畫面啟動您的應用程式時享有優質體驗。[進一步瞭解啟動畫面](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)。"
|
|
1489
|
-
},
|
|
1490
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1491
|
-
"message": "未設定自訂啟動畫面"
|
|
1492
|
-
},
|
|
1493
|
-
"core/audits/splash-screen.js | title": {
|
|
1494
|
-
"message": "設有自訂啟動畫面"
|
|
1495
|
-
},
|
|
1496
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1497
|
-
"message": "您可以將瀏覽器網址列的主題設定為與網站相符。[進一步瞭解如何設定網址列的主題](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)。"
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1500
|
-
"message": "未設定網址列的主題顏色。"
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1503
|
-
"message": "設定網址列的主題顏色。"
|
|
1504
|
-
},
|
|
1505
1352
|
"core/audits/third-party-cookies.js | description": {
|
|
1506
1353
|
"message": "未來的 Chrome 版本將不再支援第三方 Cookie。[進一步瞭解 Chrome 如何逐步停止支援第三方 Cookie](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)。"
|
|
1507
1354
|
},
|
|
@@ -1769,21 +1616,6 @@
|
|
|
1769
1616
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1770
1617
|
"message": "效能"
|
|
1771
1618
|
},
|
|
1772
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1773
|
-
"message": "這些檢查項目可驗證漸進式網絡應用程式的不同層面。[瞭解良好的漸進式網頁應用程式有什麼特點](https://web.dev/articles/pwa-checklist)。"
|
|
1774
|
-
},
|
|
1775
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1776
|
-
"message": "這些是基本 [PWA 檢查清單](https://web.dev/articles/pwa-checklist)規定的檢查項目,但 Lighthouse 不會自動檢查這些項目。它們不會影響您的分數,但請務必手動驗證這些項目。"
|
|
1777
|
-
},
|
|
1778
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1779
|
-
"message": "PWA : 漸進式網頁應用程式 (PWA)"
|
|
1780
|
-
},
|
|
1781
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1782
|
-
"message": "可安裝"
|
|
1783
|
-
},
|
|
1784
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1785
|
-
"message": "已優化 PWA"
|
|
1786
|
-
},
|
|
1787
1619
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1788
1620
|
"message": "這些檢查可確保網頁符合基本搜尋引擎優化建議。這裡有很多其他因素不在 Lighthouse 評分範圍內,但仍可能會影響您的搜尋排名,包括[網站使用體驗核心指標報告](https://web.dev/explore/vitals)的效能。[進一步瞭解 Google Search Essentials](https://support.google.com/webmasters/answer/35769)。"
|
|
1789
1621
|
},
|
|
@@ -2666,9 +2498,6 @@
|
|
|
2666
2498
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2667
2499
|
"message": "效能"
|
|
2668
2500
|
},
|
|
2669
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2670
|
-
"message": "漸進式網絡應用程式"
|
|
2671
|
-
},
|
|
2672
2501
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2673
2502
|
"message": "搜尋引擎優化 (SEO)"
|
|
2674
2503
|
},
|
|
@@ -3335,9 +3164,6 @@
|
|
|
3335
3164
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3336
3165
|
"message": "已通過的審核"
|
|
3337
3166
|
},
|
|
3338
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3339
|
-
"message": "根據[更新 Chrome 的安裝條件](https://developer.chrome.com/blog/update-install-criteria),Lighthouse 亦將在之後的版本淘汰 PWA 類別。如果之後要進行 PWA 測試,請參閱[新版 PWA 說明文件](https://developer.chrome.com/docs/devtools/progressive-web-apps/)。"
|
|
3340
|
-
},
|
|
3341
3167
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3342
3168
|
"message": "初始頁面載入"
|
|
3343
3169
|
},
|