lighthouse 8.6.0-dev.20211107 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/report/bundle.esm.js +5994 -0
- package/dist/report/flow.js +16 -16
- package/dist/report/standalone.js +8 -8
- package/flow-report/src/app.tsx +10 -9
- package/flow-report/src/help-dialog.tsx +0 -1
- package/lighthouse-cli/run.js +1 -1
- package/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js +0 -0
- package/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit.js +2 -0
- package/lighthouse-core/audits/deprecations.js +33 -11
- package/lighthouse-core/audits/dobetterweb/uses-http2.js +27 -11
- package/lighthouse-core/audits/installable-manifest.js +5 -3
- package/lighthouse-core/config/constants.js +3 -4
- package/lighthouse-core/config/default-config.js +2 -2
- package/lighthouse-core/fraggle-rock/config/default-config.js +3 -1
- package/lighthouse-core/fraggle-rock/gather/session.js +3 -4
- package/lighthouse-core/gather/driver.js +3 -7
- package/lighthouse-core/gather/fetcher.js +4 -7
- package/lighthouse-core/gather/gather-runner.js +29 -6
- package/lighthouse-core/gather/gatherers/inspector-issues.js +5 -0
- package/lighthouse-core/lib/emulation.js +45 -1
- package/lighthouse-core/util-commonjs.js +17 -0
- package/package.json +8 -5
- package/report/assets/styles.css +9 -8
- package/report/renderer/components.js +1 -1
- package/report/renderer/performance-category-renderer.js +0 -1
- package/report/renderer/report-renderer.js +1 -1
- package/report/renderer/topbar-features.js +2 -1
- package/report/renderer/util.js +17 -0
- package/report/test/renderer/performance-category-renderer-test.js +15 -4
- package/report/test/renderer/util-test.js +22 -0
- package/shared/localization/locales/ar-XB.json +73 -25
- package/shared/localization/locales/ar.json +73 -25
- package/shared/localization/locales/bg.json +73 -25
- package/shared/localization/locales/ca.json +73 -25
- package/shared/localization/locales/cs.json +90 -42
- package/shared/localization/locales/da.json +73 -25
- package/shared/localization/locales/de.json +90 -42
- package/shared/localization/locales/el.json +73 -25
- package/shared/localization/locales/en-GB.json +73 -25
- package/shared/localization/locales/en-US.json +3 -0
- package/shared/localization/locales/en-XA.json +73 -25
- package/shared/localization/locales/en-XL.json +3 -0
- package/shared/localization/locales/es-419.json +91 -43
- package/shared/localization/locales/es.json +91 -43
- package/shared/localization/locales/fi.json +73 -25
- package/shared/localization/locales/fil.json +73 -25
- package/shared/localization/locales/fr.json +90 -42
- package/shared/localization/locales/he.json +74 -26
- package/shared/localization/locales/hi.json +73 -25
- package/shared/localization/locales/hr.json +73 -25
- package/shared/localization/locales/hu.json +90 -42
- package/shared/localization/locales/id.json +90 -42
- package/shared/localization/locales/it.json +90 -42
- package/shared/localization/locales/ja.json +90 -42
- package/shared/localization/locales/ko.json +90 -42
- package/shared/localization/locales/lt.json +90 -42
- package/shared/localization/locales/lv.json +96 -48
- package/shared/localization/locales/nl.json +90 -42
- package/shared/localization/locales/no.json +73 -25
- package/shared/localization/locales/pl.json +73 -25
- package/shared/localization/locales/pt-PT.json +73 -25
- package/shared/localization/locales/pt.json +90 -42
- package/shared/localization/locales/ro.json +91 -43
- package/shared/localization/locales/ru.json +90 -42
- package/shared/localization/locales/sk.json +90 -42
- package/shared/localization/locales/sl.json +90 -42
- package/shared/localization/locales/sr-Latn.json +90 -42
- package/shared/localization/locales/sr.json +90 -42
- package/shared/localization/locales/sv.json +73 -25
- package/shared/localization/locales/ta.json +90 -42
- package/shared/localization/locales/te.json +90 -42
- package/shared/localization/locales/th.json +90 -42
- package/shared/localization/locales/tr.json +90 -42
- package/shared/localization/locales/uk.json +93 -45
- package/shared/localization/locales/vi.json +90 -42
- package/shared/localization/locales/zh-HK.json +90 -42
- package/shared/localization/locales/zh-TW.json +90 -42
- package/shared/localization/locales/zh.json +90 -42
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +19 -11
- package/types/artifacts.d.ts +1 -0
- package/types/lhr/audit-details.d.ts +1 -0
- package/types/lhr/lhr.d.ts +1 -1
- package/changelog.md +0 -5490
- package/lighthouse-core/scripts/package.json +0 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"message": "Tất cả báo cáo"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "Danh mục"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "Hỗ trợ tiếp cận"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "Máy tính"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "Tìm hiểu về Báo cáo luồng Lighthouse"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "Tìm hiểu về Luồng"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "Sử dụng chế độ Báo cáo di chuyển để…"
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "Sử dụng chế độ Báo cáo ảnh chụp nhanh để..."
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "Sử dụng chế độ Báo cáo khoảng thời gian để..."
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "Đạt được điểm Hiệu suất Lighthouse."
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "Đo lường các chỉ số về Hiệu suất tải trang, chẳng hạn như Thời gian hiển thị nội dung lớn nhất và Chỉ số tốc độ."
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "Đánh giá các chức năng của Ứng dụng web tiến bộ."
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "Tìm các vấn đề về khả năng hỗ trợ tiếp cận trong các ứng dụng trang đơn hoặc các biểu mẫu phức tạp."
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "Đánh giá các phương pháp hay nhất về trình đơn và các thành phần trên giao diện người dùng ẩn phía sau sự tương tác."
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "Đo lường mức thay đổi bố cục và thời gian thực thi JavaScript trên một chuỗi các tương tác."
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "Khám phá các cơ hội về hiệu suất để cải thiện trải nghiệm cho những trang tồn tại lâu dài và các ứng dụng trang đơn."
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Highest impact"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Di động"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "Tải trang"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "Báo cáo di chuyển phân tích một lượt tải trang, giống hệt như các báo cáo Lighthouse gốc."
|
|
70
76
|
},
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Báo cáo di chuyển trên trang"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Trung bình"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "Tốt"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "Lưu"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "Trạng thái đã chụp của trang"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "
|
|
108
|
+
"message": "Báo cáo ảnh chụp nhanh phân tích trang ở một trạng thái cụ thể, thường là sau khi người dùng tương tác."
|
|
94
109
|
},
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Báo cáo tổng quan"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Tóm tắt"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "Sự tương tác của người dùng"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "Báo cáo khoảng thời gian phân tích một khoảng thời gian bất kỳ, thường chứa các tương tác của người dùng."
|
|
106
124
|
},
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Báo cáo khoảng thời gian"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Báo cáo luồng người dùng Lighthouse"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"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://developers.google.com/web/progressive-web-apps/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."
|
|
1741
1762
|
},
|
|
1742
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1743
|
-
"message": "
|
|
1764
|
+
"message": "PWA"
|
|
1744
1765
|
},
|
|
1745
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1746
1767
|
"message": "Có thể cài đặt"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "URL bạn cung cấp có vẻ không hợp lệ."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Tất cả"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Tất cả tập lệnh"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Độ bao phủ"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Mô-đun trùng lặp"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Số byte tài nguyên"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Tên"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Ẩn/hiện bảng"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Số byte chưa dùng đến"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Đối với nội dung động, hãy sử dụng [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) để giảm thiểu mức sử dụng CPU khi nội dung nằm ngoài màn hình."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Xem máy tính."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Collapse view"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Điều hướng ban đầu"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Lỗi báo cáo: không có thông tin kiểm tra"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Expand view"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Tạo vấn đề"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Dữ liệu của phòng thí nghiệm"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Số lần kiểm tra đạt yêu cầu"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Initial page load"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Custom throttling"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Màn hình mô phỏng"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "Tác nhân người dùng (mạng)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Single page load"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Slow 4G throttling"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Không xác định"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Hiển thị các lượt kiểm tra liên quan đến:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Cảnh báo: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Tất cả"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Tất cả tập lệnh"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Độ bao phủ"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Mô-đun trùng lặp"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Số byte tài nguyên"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Tên"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Ẩn/hiện bảng"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Số byte chưa dùng đến"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"message": "全部報告"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "類別"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "無障礙功能"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "桌面電腦"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "瞭解 Lighthouse 流程報告"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "解讀流程"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "使用「導覽」報告來…"
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "使用「快覽」報告來…"
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "使用「時間範圍」報告來…"
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "取得 Lighthouse 效能分數。"
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "測量頁面載入效能數據,例如「最大內容繪製」和「速度指數」。"
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "存取「漸進式網頁應用程式」功能。"
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "在單頁應用程式或複合式表格中尋找無障礙功能問題。"
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "評估互動背後安排選單和使用者介面元素的最佳做法。"
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "測量一連串互動的版面配置轉移和 JavaScript 執行時間。"
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "探索效能優化建議,以便改善永久頁面和單頁應用程式的使用體驗。"
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "最大影響"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} 項資訊型審核}other{{numInformative} 項資訊型審核}}"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "流動裝置"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "網頁載入"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "「導覽」報告會分析單次網頁載入情況,方式與原來的 Lighthouse 報告完全相同。"
|
|
70
76
|
},
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "導覽報告"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} 項導覽報告}other{{numNavigation} 項導覽報告}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} 項可通過的審核}other{{numPassableAudits} 項可通過的審核}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{已通過 {numPassed} 項審核}other{已通過 {numPassed} 項審核}}"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "一般"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "良好"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "儲存"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "已採集網頁狀態"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "
|
|
108
|
+
"message": "「快覽」報告會分析處於特定狀態 (通常是在使用者進行互動之後) 的頁面。"
|
|
94
109
|
},
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "快覽報告"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} 項快覽報告}other{{numSnapshot} 項快覽報告}}"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "摘要"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "用戶的互動行為"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "「時間範圍」報告會分析任意一個時段 (通常包含使用者互動)。"
|
|
106
124
|
},
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "時間範圍報告"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} 項時間範圍報告}other{{numTimespan} 項時間範圍報告}}"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Lighthouse 用戶流程報告"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "這些是基本 [PWA 檢查清單](https://developers.google.com/web/progressive-web-apps/checklist)規定的檢查項目,但 Lighthouse 不會自動檢查這些項目。它們不會影響您的分數,但請務必手動驗證這些項目。"
|
|
1741
1762
|
},
|
|
1742
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1743
|
-
"message": "
|
|
1764
|
+
"message": "PWA : 漸進式網頁應用程式 (PWA)"
|
|
1744
1765
|
},
|
|
1745
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1746
1767
|
"message": "可安裝"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "您提供的網址無效。"
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "所有"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "所有指令碼"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "覆蓋率"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "重複的模組"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "資源字節"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "名稱"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "顯示/隱藏表格"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "未使用的字節"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "當動畫內容在顯示螢幕之外時,您可以使用 [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) 標籤來節省 CPU 用量。"
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "查看計算機。"
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "收合檢視"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "初始導覽"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "報告錯誤:無審核資料"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "展開檢視"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "報告問題"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "隱藏"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "實驗室數據"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "已通過的審核"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "初始頁面載入"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "自訂節流"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "模擬桌面電腦"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "用戶代理程式 (網絡)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "單次網頁載入"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "這項資料取自單次網頁載入,而不是綜合多個工作階段的現實資料。"
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "慢速 4G 節流"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "不明"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "顯示"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "顯示與下列數據相關的審核:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "警告: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "所有"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "所有指令碼"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "覆蓋率"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "重複的模組"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "資源字節"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "名稱"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "顯示/隱藏表格"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "未使用的字節"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|