lighthouse 9.5.0-dev.20230206 → 9.5.0-dev.20230208
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/audit.d.ts +12 -5
- package/core/audits/audit.js +19 -5
- package/core/audits/byte-efficiency/byte-efficiency-audit.js +2 -1
- package/core/audits/byte-efficiency/render-blocking-resources.js +2 -1
- package/core/audits/dobetterweb/js-libraries.js +1 -1
- package/core/audits/dobetterweb/uses-http2.js +2 -1
- package/core/audits/{preload-lcp-image.d.ts → prioritize-lcp-image.d.ts} +3 -3
- package/core/audits/{preload-lcp-image.js → prioritize-lcp-image.js} +14 -12
- package/core/audits/redirects.js +2 -1
- package/core/audits/seo/link-text.js +1 -1
- package/core/audits/seo/robots-txt.js +1 -1
- package/core/audits/server-response-time.js +1 -1
- package/core/audits/uses-rel-preconnect.js +2 -1
- package/core/audits/uses-rel-preload.js +4 -2
- package/core/audits/valid-source-maps.js +7 -3
- package/core/config/config.js +20 -1
- package/core/config/default-config.js +42 -90
- package/core/config/metrics-to-audits.js +1 -1
- package/core/gather/gatherers/full-page-screenshot.js +6 -2
- package/core/gather/gatherers/trace-elements.js +2 -1
- package/core/gather/navigation-runner.d.ts +4 -2
- package/core/gather/navigation-runner.js +16 -4
- package/core/legacy/config/config.js +18 -0
- package/core/lib/page-functions.js +2 -2
- package/dist/report/bundle.esm.js +1 -1
- package/dist/report/flow.js +11 -11
- package/dist/report/standalone.js +1 -1
- package/package.json +2 -2
- package/report/assets/styles.css +6 -3
- package/report/renderer/components.js +1 -1
- package/shared/localization/locales/ar-XB.json +982 -289
- package/shared/localization/locales/ar.json +983 -290
- package/shared/localization/locales/bg.json +981 -288
- package/shared/localization/locales/ca.json +988 -295
- package/shared/localization/locales/cs.json +983 -290
- package/shared/localization/locales/da.json +982 -289
- package/shared/localization/locales/de.json +1118 -425
- package/shared/localization/locales/el.json +981 -288
- package/shared/localization/locales/en-GB.json +982 -289
- package/shared/localization/locales/en-US.json +4 -4
- package/shared/localization/locales/en-XA.json +982 -289
- package/shared/localization/locales/en-XL.json +4 -4
- package/shared/localization/locales/es-419.json +984 -291
- package/shared/localization/locales/es.json +989 -296
- package/shared/localization/locales/fi.json +982 -289
- package/shared/localization/locales/fil.json +983 -290
- package/shared/localization/locales/fr.json +984 -291
- package/shared/localization/locales/he.json +1002 -309
- package/shared/localization/locales/hi.json +985 -292
- package/shared/localization/locales/hr.json +982 -289
- package/shared/localization/locales/hu.json +981 -288
- package/shared/localization/locales/id.json +982 -289
- package/shared/localization/locales/it.json +1002 -309
- package/shared/localization/locales/ja.json +981 -288
- package/shared/localization/locales/ko.json +982 -289
- package/shared/localization/locales/lt.json +982 -289
- package/shared/localization/locales/lv.json +982 -289
- package/shared/localization/locales/nl.json +983 -290
- package/shared/localization/locales/no.json +986 -293
- package/shared/localization/locales/pl.json +981 -288
- package/shared/localization/locales/pt-PT.json +1002 -309
- package/shared/localization/locales/pt.json +983 -290
- package/shared/localization/locales/ro.json +981 -288
- package/shared/localization/locales/ru.json +981 -288
- package/shared/localization/locales/sk.json +981 -288
- package/shared/localization/locales/sl.json +981 -288
- package/shared/localization/locales/sr-Latn.json +982 -289
- package/shared/localization/locales/sr.json +982 -289
- package/shared/localization/locales/sv.json +988 -295
- package/shared/localization/locales/ta.json +982 -289
- package/shared/localization/locales/te.json +1012 -319
- package/shared/localization/locales/th.json +990 -297
- package/shared/localization/locales/tr.json +982 -289
- package/shared/localization/locales/uk.json +981 -288
- package/shared/localization/locales/vi.json +983 -290
- package/shared/localization/locales/zh-HK.json +982 -289
- package/shared/localization/locales/zh-TW.json +985 -292
- package/shared/localization/locales/zh.json +982 -289
|
@@ -1,138 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"flow-report/src/i18n/ui-strings.js | allReports": {
|
|
3
|
-
"message": "全部報告"
|
|
4
|
-
},
|
|
5
|
-
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "類別"
|
|
7
|
-
},
|
|
8
|
-
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
|
-
"message": "無障礙功能"
|
|
10
|
-
},
|
|
11
|
-
"flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
|
|
12
|
-
"message": "最佳做法"
|
|
13
|
-
},
|
|
14
|
-
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
15
|
-
"message": "效能"
|
|
16
|
-
},
|
|
17
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
18
|
-
"message": "漸進式網絡應用程式"
|
|
19
|
-
},
|
|
20
|
-
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
21
|
-
"message": "搜尋引擎優化 (SEO)"
|
|
22
|
-
},
|
|
23
|
-
"flow-report/src/i18n/ui-strings.js | desktop": {
|
|
24
|
-
"message": "桌面電腦"
|
|
25
|
-
},
|
|
26
|
-
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "瞭解 Lighthouse 流程報告"
|
|
28
|
-
},
|
|
29
|
-
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "解讀流程"
|
|
31
|
-
},
|
|
32
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "使用「導覽」報告來…"
|
|
34
|
-
},
|
|
35
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "使用「快覽」報告來…"
|
|
37
|
-
},
|
|
38
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "使用「時間範圍」報告來…"
|
|
40
|
-
},
|
|
41
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "取得 Lighthouse 效能分數。"
|
|
43
|
-
},
|
|
44
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "測量頁面載入效能數據,例如「最大內容繪製」和「速度指數」。"
|
|
46
|
-
},
|
|
47
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "存取「漸進式網頁應用程式」功能。"
|
|
49
|
-
},
|
|
50
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "在單頁應用程式或複合式表格中尋找無障礙功能問題。"
|
|
52
|
-
},
|
|
53
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "評估互動背後安排選單和使用者介面元素的最佳做法。"
|
|
55
|
-
},
|
|
56
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "測量一連串互動的版面配置轉移和 JavaScript 執行時間。"
|
|
58
|
-
},
|
|
59
|
-
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
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} 項資訊型審核}}"
|
|
67
|
-
},
|
|
68
|
-
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
69
|
-
"message": "流動裝置"
|
|
70
|
-
},
|
|
71
|
-
"flow-report/src/i18n/ui-strings.js | navigationDescription": {
|
|
72
|
-
"message": "網頁載入"
|
|
73
|
-
},
|
|
74
|
-
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
75
|
-
"message": "「導覽」報告會分析單次網頁載入情況,方式與原來的 Lighthouse 報告完全相同。"
|
|
76
|
-
},
|
|
77
|
-
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
78
|
-
"message": "導覽報告"
|
|
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
|
-
},
|
|
89
|
-
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
90
|
-
"message": "一般"
|
|
91
|
-
},
|
|
92
|
-
"flow-report/src/i18n/ui-strings.js | ratingError": {
|
|
93
|
-
"message": "錯誤"
|
|
94
|
-
},
|
|
95
|
-
"flow-report/src/i18n/ui-strings.js | ratingFail": {
|
|
96
|
-
"message": "欠佳"
|
|
97
|
-
},
|
|
98
|
-
"flow-report/src/i18n/ui-strings.js | ratingPass": {
|
|
99
|
-
"message": "良好"
|
|
100
|
-
},
|
|
101
|
-
"flow-report/src/i18n/ui-strings.js | save": {
|
|
102
|
-
"message": "儲存"
|
|
103
|
-
},
|
|
104
|
-
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
105
|
-
"message": "已採集網頁狀態"
|
|
106
|
-
},
|
|
107
|
-
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
108
|
-
"message": "「快覽」報告會分析處於特定狀態 (通常是在使用者進行互動之後) 的頁面。"
|
|
109
|
-
},
|
|
110
|
-
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
111
|
-
"message": "快覽報告"
|
|
112
|
-
},
|
|
113
|
-
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
-
"message": "{numSnapshot,plural, =1{{numSnapshot} 項快覽報告}other{{numSnapshot} 項快覽報告}}"
|
|
115
|
-
},
|
|
116
|
-
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
117
|
-
"message": "摘要"
|
|
118
|
-
},
|
|
119
|
-
"flow-report/src/i18n/ui-strings.js | timespanDescription": {
|
|
120
|
-
"message": "用戶的互動行為"
|
|
121
|
-
},
|
|
122
|
-
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
123
|
-
"message": "「時間範圍」報告會分析任意一個時段 (通常包含使用者互動)。"
|
|
124
|
-
},
|
|
125
|
-
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
126
|
-
"message": "時間範圍報告"
|
|
127
|
-
},
|
|
128
|
-
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
-
"message": "{numTimespan,plural, =1{{numTimespan} 項時間範圍報告}other{{numTimespan} 項時間範圍報告}}"
|
|
130
|
-
},
|
|
131
|
-
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
|
-
"message": "Lighthouse 用戶流程報告"
|
|
133
|
-
},
|
|
134
2
|
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
|
-
"message": "快速鍵可讓使用者快速聚焦網頁的特定部分。如要讓使用者正確瀏覽,每個快速鍵一律不可重複。[
|
|
3
|
+
"message": "快速鍵可讓使用者快速聚焦網頁的特定部分。如要讓使用者正確瀏覽,每個快速鍵一律不可重複。[進一步瞭解快速鍵](https://dequeuniversity.com/rules/axe/4.6/accesskeys)。"
|
|
136
4
|
},
|
|
137
5
|
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
6
|
"message": "`[accesskey]` 的值重複"
|
|
@@ -141,7 +9,7 @@
|
|
|
141
9
|
"message": "`[accesskey]` 值獨一無二"
|
|
142
10
|
},
|
|
143
11
|
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
|
-
"message": "每個 ARIA「`role`」都支援一部分特定的「`aria-*`」屬性。配對錯誤會導致「`aria-*`」屬性無效。[
|
|
12
|
+
"message": "每個 ARIA「`role`」都支援一部分特定的「`aria-*`」屬性。配對錯誤會導致「`aria-*`」屬性無效。[瞭解如何讓 ARIA 屬性與其角色相符](https://dequeuniversity.com/rules/axe/4.6/aria-allowed-attr)。"
|
|
145
13
|
},
|
|
146
14
|
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
15
|
"message": "`[aria-*]` 屬性與其角色不符"
|
|
@@ -150,7 +18,7 @@
|
|
|
150
18
|
"message": "`[aria-*]` 屬性與其角色相符"
|
|
151
19
|
},
|
|
152
20
|
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
|
-
"message": "如果元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[
|
|
21
|
+
"message": "如果元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[瞭解如何讓指令元素更容易使用](https://dequeuniversity.com/rules/axe/4.6/aria-command-name)。"
|
|
154
22
|
},
|
|
155
23
|
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
24
|
"message": "`button`、`link` 和 `menuitem` 元素沒有無障礙名稱。"
|
|
@@ -159,7 +27,7 @@
|
|
|
159
27
|
"message": "`button`、`link` 和 `menuitem` 元素具有無障礙名稱"
|
|
160
28
|
},
|
|
161
29
|
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
|
-
"message": "在 `<body>` 文件上設定 `aria-hidden=\"true\"` 時,輔助技術 (例如螢幕閱讀器) 的運作將無法保持一致。[
|
|
30
|
+
"message": "在 `<body>` 文件上設定 `aria-hidden=\"true\"` 時,輔助技術 (例如螢幕閱讀器) 的運作將無法保持一致。[瞭解 `aria-hidden` 如何影響文件內文](https://dequeuniversity.com/rules/axe/4.6/aria-hidden-body)。"
|
|
163
31
|
},
|
|
164
32
|
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
33
|
"message": "`[aria-hidden=\"true\"]` 有在文件 `<body>` 上顯示"
|
|
@@ -168,7 +36,7 @@
|
|
|
168
36
|
"message": "`[aria-hidden=\"true\"]` 沒有在文件 `<body>` 上顯示"
|
|
169
37
|
},
|
|
170
38
|
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
|
-
"message": "`[aria-hidden=\"true\"]` 元素中可聚焦的子代會禁止使用輔助技術 (例如螢幕閱讀器)
|
|
39
|
+
"message": "`[aria-hidden=\"true\"]` 元素中可聚焦的子代會禁止使用輔助技術 (例如螢幕閱讀器) 的使用者運用這些互動元素。[瞭解 `aria-hidden` 如何影響可聚焦的元素](https://dequeuniversity.com/rules/axe/4.6/aria-hidden-focus)。"
|
|
172
40
|
},
|
|
173
41
|
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
42
|
"message": "`[aria-hidden=\"true\"]` 元素含有可聚焦的子代"
|
|
@@ -177,7 +45,7 @@
|
|
|
177
45
|
"message": "`[aria-hidden=\"true\"]` 元素不含可聚焦的子代"
|
|
178
46
|
},
|
|
179
47
|
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
|
-
"message": "
|
|
48
|
+
"message": "如果輸入欄位沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[進一步瞭解輸入欄位標籤](https://dequeuniversity.com/rules/axe/4.6/aria-input-field-name)。"
|
|
181
49
|
},
|
|
182
50
|
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
51
|
"message": "ARIA 輸入欄位沒有輔助名稱"
|
|
@@ -186,7 +54,7 @@
|
|
|
186
54
|
"message": "ARIA 輸入欄位有輔助名稱"
|
|
187
55
|
},
|
|
188
56
|
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
|
-
"message": "
|
|
57
|
+
"message": "如果計量器元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[瞭解如何命名`meter`元素](https://dequeuniversity.com/rules/axe/4.6/aria-meter-name)。"
|
|
190
58
|
},
|
|
191
59
|
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
60
|
"message": "ARIA `meter` 元素沒有無障礙名稱。"
|
|
@@ -195,7 +63,7 @@
|
|
|
195
63
|
"message": "ARIA `meter` 元素具有無障礙名稱"
|
|
196
64
|
},
|
|
197
65
|
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
|
-
"message": "
|
|
66
|
+
"message": "如果 `progressbar` 元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該元素。[瞭解如何為 `progressbar` 元素加上標籤](https://dequeuniversity.com/rules/axe/4.6/aria-progressbar-name)。"
|
|
199
67
|
},
|
|
200
68
|
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
69
|
"message": "ARIA `progressbar` 元素沒有無障礙名稱。"
|
|
@@ -204,7 +72,7 @@
|
|
|
204
72
|
"message": "ARIA `progressbar` 元素具有無障礙名稱"
|
|
205
73
|
},
|
|
206
74
|
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
|
-
"message": "部分 ARIA
|
|
75
|
+
"message": "部分 ARIA 角色的必要屬性會向螢幕閱讀器的使用者說明元素狀態。[進一步瞭解角色和必要屬性](https://dequeuniversity.com/rules/axe/4.6/aria-required-attr)。"
|
|
208
76
|
},
|
|
209
77
|
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
78
|
"message": "`[role]` 未具備所有必要的 `[aria-*]` 屬性"
|
|
@@ -213,7 +81,7 @@
|
|
|
213
81
|
"message": "`[role]` 具備所有必要的 `[aria-*]` 屬性"
|
|
214
82
|
},
|
|
215
83
|
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
|
-
"message": "部分 ARIA 父角色必須包含特定的子角色,才能正確執行無障礙功能。[
|
|
84
|
+
"message": "部分 ARIA 父角色必須包含特定的子角色,才能正確執行無障礙功能。[進一步瞭解角色和需要的子元素](https://dequeuniversity.com/rules/axe/4.6/aria-required-children)。"
|
|
217
85
|
},
|
|
218
86
|
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
87
|
"message": "包含 ARIA `[role]` 且要求子元素包含特定 `[role]` 的元素缺少部分或全部的必要子元素。"
|
|
@@ -222,7 +90,7 @@
|
|
|
222
90
|
"message": "包含 ARIA `[role]` 且要求子元素包含特定 `[role]` 的元素具有全部必要的子元素。"
|
|
223
91
|
},
|
|
224
92
|
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
|
-
"message": "部分 ARIA 子角色必須包括在特定的父角色中,才能正確執行無障礙功能。[
|
|
93
|
+
"message": "部分 ARIA 子角色必須包括在特定的父角色中,才能正確執行無障礙功能。[進一步瞭解 ARIA 角色和需要的父元素](https://dequeuniversity.com/rules/axe/4.6/aria-required-parent)。"
|
|
226
94
|
},
|
|
227
95
|
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
96
|
"message": "`[role]` 未包含在必要的父元素中"
|
|
@@ -231,7 +99,7 @@
|
|
|
231
99
|
"message": "`[role]` 已包含在必要的父元素中"
|
|
232
100
|
},
|
|
233
101
|
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
|
-
"message": "ARIA 角色必須具備有效的值,才能執行無障礙功能。[
|
|
102
|
+
"message": "ARIA 角色必須具備有效的值,才能執行無障礙功能。[進一步瞭解有效的 ARIA 角色](https://dequeuniversity.com/rules/axe/4.6/aria-roles)。"
|
|
235
103
|
},
|
|
236
104
|
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
105
|
"message": "`[role]` 值無效"
|
|
@@ -240,7 +108,7 @@
|
|
|
240
108
|
"message": "`[role]` 值有效"
|
|
241
109
|
},
|
|
242
110
|
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
|
-
"message": "
|
|
111
|
+
"message": "如果切換欄位沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[進一步瞭解切換欄位](https://dequeuniversity.com/rules/axe/4.6/aria-toggle-field-name)。"
|
|
244
112
|
},
|
|
245
113
|
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
114
|
"message": "ARIA 切換欄位沒有輔助名稱"
|
|
@@ -249,7 +117,7 @@
|
|
|
249
117
|
"message": "ARIA 切換欄位有輔助名稱"
|
|
250
118
|
},
|
|
251
119
|
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
|
-
"message": "
|
|
120
|
+
"message": "如果提示元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該欄位。[瞭解如何命名`tooltip`元素](https://dequeuniversity.com/rules/axe/4.6/aria-tooltip-name)。"
|
|
253
121
|
},
|
|
254
122
|
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
123
|
"message": "ARIA `tooltip` 元素沒有無障礙名稱。"
|
|
@@ -258,7 +126,7 @@
|
|
|
258
126
|
"message": "ARIA `tooltip` 元素具有無障礙名稱"
|
|
259
127
|
},
|
|
260
128
|
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
|
-
"message": "
|
|
129
|
+
"message": "如果 `treeitem` 元素沒有無障礙名稱,螢幕閱讀器只會讀出一般名稱,導致依賴螢幕閱讀器的使用者無法使用該元素。[進一步瞭解如何為 `treeitem` 元素加上標籤](https://dequeuniversity.com/rules/axe/4.6/aria-treeitem-name)。"
|
|
262
130
|
},
|
|
263
131
|
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
132
|
"message": "ARIA `treeitem` 元素沒有無障礙名稱。"
|
|
@@ -267,7 +135,7 @@
|
|
|
267
135
|
"message": "ARIA `treeitem` 元素具有無障礙名稱"
|
|
268
136
|
},
|
|
269
137
|
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
|
-
"message": "輔助技術 (如螢幕閱讀器) 無法解讀具有無效值的 ARIA 屬性。[
|
|
138
|
+
"message": "輔助技術 (如螢幕閱讀器) 無法解讀具有無效值的 ARIA 屬性。[進一步瞭解 ARIA 屬性的有效值](https://dequeuniversity.com/rules/axe/4.6/aria-valid-attr-value)。"
|
|
271
139
|
},
|
|
272
140
|
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
141
|
"message": "`[aria-*]` 屬性並無有效的值"
|
|
@@ -276,7 +144,7 @@
|
|
|
276
144
|
"message": "`[aria-*]` 屬性具備有效的值"
|
|
277
145
|
},
|
|
278
146
|
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
|
-
"message": "輔助技術 (例如螢幕閱讀器) 無法解讀名稱無效的 ARIA 屬性。[
|
|
147
|
+
"message": "輔助技術 (例如螢幕閱讀器) 無法解讀名稱無效的 ARIA 屬性。[進一步瞭解有效的 ARIA 屬性](https://dequeuniversity.com/rules/axe/4.6/aria-valid-attr)。"
|
|
280
148
|
},
|
|
281
149
|
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
150
|
"message": "`[aria-*]` 屬性無效或拼字錯誤"
|
|
@@ -288,7 +156,7 @@
|
|
|
288
156
|
"message": "審核失敗的元素"
|
|
289
157
|
},
|
|
290
158
|
"core/audits/accessibility/button-name.js | description": {
|
|
291
|
-
"message": "
|
|
159
|
+
"message": "如果按鈕沒有無障礙名稱,螢幕閱讀器只會讀出「按鈕」,導致依賴螢幕閱讀器的使用者無法使用該按鈕。[瞭解如何讓使用者更容易使用按鈕](https://dequeuniversity.com/rules/axe/4.6/button-name)。"
|
|
292
160
|
},
|
|
293
161
|
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
162
|
"message": "按鈕沒有可存取的名稱"
|
|
@@ -297,7 +165,7 @@
|
|
|
297
165
|
"message": "按鈕有可存取的名稱"
|
|
298
166
|
},
|
|
299
167
|
"core/audits/accessibility/bypass.js | description": {
|
|
300
|
-
"message": "為重複的內容新增略過選項,可提高鍵盤使用者的網頁瀏覽效率。[
|
|
168
|
+
"message": "為重複的內容新增略過選項,可提高鍵盤使用者的網頁瀏覽效率。[進一步瞭解如何繞過區塊](https://dequeuniversity.com/rules/axe/4.6/bypass)。"
|
|
301
169
|
},
|
|
302
170
|
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
171
|
"message": "網頁中沒有標題、略過連結或地標區域"
|
|
@@ -306,7 +174,7 @@
|
|
|
306
174
|
"message": "網頁包含標題、略過連結或地標區域"
|
|
307
175
|
},
|
|
308
176
|
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
|
-
"message": "
|
|
177
|
+
"message": "很多使用者難以閱讀或無法閱讀低對比度的文字。[瞭解如何提供充足的顏色對比度](https://dequeuniversity.com/rules/axe/4.6/color-contrast)。"
|
|
310
178
|
},
|
|
311
179
|
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
180
|
"message": "背景和前景顏色沒有足夠的對比度。"
|
|
@@ -315,7 +183,7 @@
|
|
|
315
183
|
"message": "背景和前景顏色有足夠的對比度"
|
|
316
184
|
},
|
|
317
185
|
"core/audits/accessibility/definition-list.js | description": {
|
|
318
|
-
"message": "如果定義清單的標記不正確,螢幕閱讀器可能會輸出令人混淆或不正確的內容。[
|
|
186
|
+
"message": "如果定義清單的標記不正確,螢幕閱讀器可能會輸出令人混淆或不正確的內容。[瞭解如何正確建構定義清單](https://dequeuniversity.com/rules/axe/4.6/definition-list)。"
|
|
319
187
|
},
|
|
320
188
|
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
189
|
"message": "`<dl>` 並非只包含排序正確的 `<dt>` 和 `<dd>` 群組、`<script>`、`<template>` 或 `<div>` 元素。"
|
|
@@ -324,7 +192,7 @@
|
|
|
324
192
|
"message": "`<dl>` 只包含排序正確的 `<dt>` 和 `<dd>` 群組、`<script>`、`<template>` 或 `<div>` 元素。"
|
|
325
193
|
},
|
|
326
194
|
"core/audits/accessibility/dlitem.js | description": {
|
|
327
|
-
"message": "定義清單項目 (`<dt>` 和 `<dd>`) 必須納入在父 `<dl>` 元素中,才能確保螢幕閱讀器正確朗讀這些項目。[
|
|
195
|
+
"message": "定義清單項目 (`<dt>` 和 `<dd>`) 必須納入在父 `<dl>` 元素中,才能確保螢幕閱讀器正確朗讀這些項目。[瞭解如何正確建構定義清單](https://dequeuniversity.com/rules/axe/4.6/dlitem)。"
|
|
328
196
|
},
|
|
329
197
|
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
198
|
"message": "定義清單項目未納入在 `<dl>` 元素中"
|
|
@@ -333,7 +201,7 @@
|
|
|
333
201
|
"message": "定義清單項目已納入在 `<dl>` 元素中"
|
|
334
202
|
},
|
|
335
203
|
"core/audits/accessibility/document-title.js | description": {
|
|
336
|
-
"message": "標題可讓螢幕閱讀器使用者概略瞭解網頁內容;搜尋引擎使用者經常需要使用此資料,判斷網頁內容是否與他們的搜尋查詢有關。[
|
|
204
|
+
"message": "標題可讓螢幕閱讀器使用者概略瞭解網頁內容;搜尋引擎使用者經常需要使用此資料,判斷網頁內容是否與他們的搜尋查詢有關。[進一步瞭解文件標題](https://dequeuniversity.com/rules/axe/4.6/document-title)。"
|
|
337
205
|
},
|
|
338
206
|
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
207
|
"message": "文件並無有效的 `<title>` 元素"
|
|
@@ -342,7 +210,7 @@
|
|
|
342
210
|
"message": "文件具備 `<title>` 元素"
|
|
343
211
|
},
|
|
344
212
|
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
|
-
"message": "所有可聚焦元素都必須有不重複的 `id`,以確保輔助技術可以查看這些元素。[
|
|
213
|
+
"message": "所有可聚焦元素都必須有不重複的 `id`,以確保輔助技術可以查看這些元素。[瞭解如何修正 `id` 重複的問題](https://dequeuniversity.com/rules/axe/4.6/duplicate-id-active)。"
|
|
346
214
|
},
|
|
347
215
|
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
216
|
"message": "已啟用且可聚焦的元素有重複的 `[id]` 屬性"
|
|
@@ -351,7 +219,7 @@
|
|
|
351
219
|
"message": "已啟用且可聚焦的元素沒有重複的 `[id]` 屬性"
|
|
352
220
|
},
|
|
353
221
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
|
-
"message": "ARIA ID 的值不可重複,以免輔助技術忽略其他例項。[
|
|
222
|
+
"message": "ARIA ID 的值不可重複,以免輔助技術忽略其他例項。[瞭解如何修正重複的 ARIA ID](https://dequeuniversity.com/rules/axe/4.6/duplicate-id-aria)。"
|
|
355
223
|
},
|
|
356
224
|
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
225
|
"message": "ARIA ID 重複"
|
|
@@ -360,7 +228,7 @@
|
|
|
360
228
|
"message": "ARIA ID 沒有重複"
|
|
361
229
|
},
|
|
362
230
|
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
|
-
"message": "使用第一個、最後一個或所有標籤的螢幕閱讀器等輔助技術,可能無法將包含多個標籤的表格欄位正確讀出。[
|
|
231
|
+
"message": "使用第一個、最後一個或所有標籤的螢幕閱讀器等輔助技術,可能無法將包含多個標籤的表格欄位正確讀出。[瞭解如何使用表格標籤](https://dequeuniversity.com/rules/axe/4.6/form-field-multiple-labels)。"
|
|
364
232
|
},
|
|
365
233
|
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
234
|
"message": "表格欄位含有多個標籤"
|
|
@@ -369,7 +237,7 @@
|
|
|
369
237
|
"message": "沒有表格欄位含有多個標籤"
|
|
370
238
|
},
|
|
371
239
|
"core/audits/accessibility/frame-title.js | description": {
|
|
372
|
-
"message": "螢幕閱讀器使用者依賴頁框標題來瞭解頁框內容。[
|
|
240
|
+
"message": "螢幕閱讀器使用者依賴頁框標題來瞭解頁框內容。[進一步瞭解頁框標題](https://dequeuniversity.com/rules/axe/4.6/frame-title)。"
|
|
373
241
|
},
|
|
374
242
|
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
243
|
"message": "`<frame>` 或 `<iframe>` 元素沒有標題"
|
|
@@ -378,7 +246,7 @@
|
|
|
378
246
|
"message": "`<frame>` 或 `<iframe>` 元素包含名稱"
|
|
379
247
|
},
|
|
380
248
|
"core/audits/accessibility/heading-order.js | description": {
|
|
381
|
-
"message": "排序正確且未略過層級的標題可傳達網頁的語意結構,讓您在使用輔助技術時更容易瀏覽及理解。[
|
|
249
|
+
"message": "排序正確且未略過層級的標題可傳達網頁的語意結構,讓您在使用輔助技術時更容易瀏覽及理解。[進一步瞭解標題排序](https://dequeuniversity.com/rules/axe/4.6/heading-order)。"
|
|
382
250
|
},
|
|
383
251
|
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
252
|
"message": "標題元素未遞減排序"
|
|
@@ -387,7 +255,7 @@
|
|
|
387
255
|
"message": "標題元素已遞減排序"
|
|
388
256
|
},
|
|
389
257
|
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
|
-
"message": "如果網頁未指定
|
|
258
|
+
"message": "如果網頁未指定 `lang` 屬性,螢幕閱讀器會假設網頁採用使用者設定螢幕閱讀器時選擇的預設語言。如果網頁實際並非採用預設語言,螢幕閱讀器可能無法正確朗讀文字。[進一步瞭解 `lang` 屬性](https://dequeuniversity.com/rules/axe/4.6/html-has-lang)。"
|
|
391
259
|
},
|
|
392
260
|
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
261
|
"message": "`<html>` 元素並無 `[lang]` 屬性"
|
|
@@ -396,7 +264,7 @@
|
|
|
396
264
|
"message": "`<html>` 元素具備 `[lang]` 屬性"
|
|
397
265
|
},
|
|
398
266
|
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
|
-
"message": "指定有效的 [BCP 47 語言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)可協助螢幕閱讀器正確朗讀文字。[
|
|
267
|
+
"message": "指定有效的 [BCP 47 語言](https://www.w3.org/International/questions/qa-choosing-language-tags#question)可協助螢幕閱讀器正確朗讀文字。[瞭解如何使用 `lang` 屬性](https://dequeuniversity.com/rules/axe/4.6/html-lang-valid)。"
|
|
400
268
|
},
|
|
401
269
|
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
270
|
"message": "`<html>` 元素的 `[lang]` 屬性並無有效的值。"
|
|
@@ -405,7 +273,7 @@
|
|
|
405
273
|
"message": "`<html>` 元素的 `[lang]` 屬性具備有效的值"
|
|
406
274
|
},
|
|
407
275
|
"core/audits/accessibility/image-alt.js | description": {
|
|
408
|
-
"message": "資訊型元素應提供簡短貼切的替代文字。只要將 alt 屬性留空,系統便會忽略該裝飾元素。[
|
|
276
|
+
"message": "資訊型元素應提供簡短貼切的替代文字。只要將 alt 屬性留空,系統便會忽略該裝飾元素。[進一步瞭解此 `alt` 屬性](https://dequeuniversity.com/rules/axe/4.6/image-alt)。"
|
|
409
277
|
},
|
|
410
278
|
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
279
|
"message": "圖片元素並無 `[alt]` 屬性"
|
|
@@ -414,7 +282,7 @@
|
|
|
414
282
|
"message": "圖片元素具有 `[alt]` 屬性"
|
|
415
283
|
},
|
|
416
284
|
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
|
-
"message": "如果 `<input>` 按鈕是以圖片呈現,提供替代文字可協助螢幕閱讀器使用者瞭解該按鈕的用途。[
|
|
285
|
+
"message": "如果 `<input>` 按鈕是以圖片呈現,提供替代文字可協助螢幕閱讀器使用者瞭解該按鈕的用途。[瞭解輸入圖片說明文字](https://dequeuniversity.com/rules/axe/4.6/input-image-alt)。"
|
|
418
286
|
},
|
|
419
287
|
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
288
|
"message": "`<input type=\"image\">` 元素未設定 `[alt]` 文字"
|
|
@@ -423,7 +291,7 @@
|
|
|
423
291
|
"message": "`<input type=\"image\">` 元素具有 `[alt]` 文字"
|
|
424
292
|
},
|
|
425
293
|
"core/audits/accessibility/label.js | description": {
|
|
426
|
-
"message": "標籤可以確保輔助技術 (例如螢幕閱讀器) 正確朗讀表格控制項。[
|
|
294
|
+
"message": "標籤可以確保輔助技術 (例如螢幕閱讀器) 正確朗讀表格控制項。[進一步瞭解表格元素標籤](https://dequeuniversity.com/rules/axe/4.6/label)。"
|
|
427
295
|
},
|
|
428
296
|
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
297
|
"message": "表格元素沒有相關聯的標籤"
|
|
@@ -432,7 +300,7 @@
|
|
|
432
300
|
"message": "表格元素具有相關聯的標籤"
|
|
433
301
|
},
|
|
434
302
|
"core/audits/accessibility/link-name.js | description": {
|
|
435
|
-
"message": "使用可辨別、不重複且可聚焦的連結文字 (以及連結圖片的替代文字),有助改善螢幕閱讀器使用者的瀏覽體驗。[
|
|
303
|
+
"message": "使用可辨別、不重複且可聚焦的連結文字 (以及連結圖片的替代文字),有助改善螢幕閱讀器使用者的瀏覽體驗。[瞭解如何讓連結更易用](https://dequeuniversity.com/rules/axe/4.6/link-name)。"
|
|
436
304
|
},
|
|
437
305
|
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
306
|
"message": "連結並無可辨別的名稱"
|
|
@@ -441,7 +309,7 @@
|
|
|
441
309
|
"message": "連結具有可辨別的名稱"
|
|
442
310
|
},
|
|
443
311
|
"core/audits/accessibility/list.js | description": {
|
|
444
|
-
"message": "螢幕閱讀器會以特定方式朗讀清單。確認清單採用正確的結構有助螢幕閱讀器順利輸出內容。[
|
|
312
|
+
"message": "螢幕閱讀器會以特定方式朗讀清單。確認清單採用正確的結構有助螢幕閱讀器順利輸出內容。[進一步瞭解正確的清單結構](https://dequeuniversity.com/rules/axe/4.6/list)。"
|
|
445
313
|
},
|
|
446
314
|
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
315
|
"message": "清單中並非只包含 `<li>` 元素和指令碼支援元素 (`<script>` 和 `<template>`)。"
|
|
@@ -450,16 +318,16 @@
|
|
|
450
318
|
"message": "清單只包含 `<li>` 元素和支援指令碼的元素 (`<script>` 和 `<template>`)。"
|
|
451
319
|
},
|
|
452
320
|
"core/audits/accessibility/listitem.js | description": {
|
|
453
|
-
"message": "清單項目 `<li>` 必須包含在父元素 `<ul>` 或 `<
|
|
321
|
+
"message": "清單項目 (`<li>`) 必須包含在父元素 `<ul>`、`<ol>` 或 `<menu>` 中,螢幕閱讀器才能正確朗讀這些項目。[進一步瞭解正確的清單結構](https://dequeuniversity.com/rules/axe/4.6/listitem)。"
|
|
454
322
|
},
|
|
455
323
|
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
|
-
"message": "清單項目 (`<li>`) 未包含在 `<ul>` 或 `<
|
|
324
|
+
"message": "清單項目 (`<li>`) 未包含在 `<ul>`、`<ol>` 或 `<menu>` 父元素中。"
|
|
457
325
|
},
|
|
458
326
|
"core/audits/accessibility/listitem.js | title": {
|
|
459
|
-
"message": "清單項目 (`<li>`) 已包含在 `<ul>` 或 `<
|
|
327
|
+
"message": "清單項目 (`<li>`) 已包含在 `<ul>`、`<ol>` 或 `<menu>` 父元素中"
|
|
460
328
|
},
|
|
461
329
|
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
|
-
"message": "使用者不會預期系統自動重新整理網頁,且執行此操作會將焦點移回網頁頂端。這可能會對使用者造成困擾或混淆。[
|
|
330
|
+
"message": "使用者不會預期系統自動重新整理網頁,且執行此操作會將焦點移回網頁頂端。這可能會對使用者造成困擾或混淆。[進一步瞭解重新整理中繼標籤](https://dequeuniversity.com/rules/axe/4.6/meta-refresh)。"
|
|
463
331
|
},
|
|
464
332
|
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
333
|
"message": "文件使用 `<meta http-equiv=\"refresh\">`"
|
|
@@ -468,7 +336,7 @@
|
|
|
468
336
|
"message": "文件未使用 `<meta http-equiv=\"refresh\">`"
|
|
469
337
|
},
|
|
470
338
|
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
|
-
"message": "停用縮放功能會對低視力人士造成困擾,他們需要透過螢幕放大功能才能清楚看見網頁內容。[
|
|
339
|
+
"message": "停用縮放功能會對低視力人士造成困擾,他們需要透過螢幕放大功能才能清楚看見網頁內容。[進一步瞭解檢視區中繼標記](https://dequeuniversity.com/rules/axe/4.6/meta-viewport)。"
|
|
472
340
|
},
|
|
473
341
|
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
342
|
"message": "`<meta name=\"viewport\">` 元素中使用了 `[user-scalable=\"no\"]`,或 `[maximum-scale]` 屬性少於 5。"
|
|
@@ -477,7 +345,7 @@
|
|
|
477
345
|
"message": "`<meta name=\"viewport\">` 元素中未有使用 `[user-scalable=\"no\"]` 元素,而且 `[maximum-scale]` 屬性少於 5。"
|
|
478
346
|
},
|
|
479
347
|
"core/audits/accessibility/object-alt.js | description": {
|
|
480
|
-
"message": "螢幕閱讀器無法翻譯非文字內容。為 `<object>` 元素新增替代文字,可協助螢幕閱讀器向使用者傳達其意思。[
|
|
348
|
+
"message": "螢幕閱讀器無法翻譯非文字內容。為 `<object>` 元素新增替代文字,可協助螢幕閱讀器向使用者傳達其意思。[進一步瞭解 `object` 元素的說明文字](https://dequeuniversity.com/rules/axe/4.6/object-alt)。"
|
|
481
349
|
},
|
|
482
350
|
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
351
|
"message": "`<object>` 元素未設定替代文字"
|
|
@@ -486,7 +354,7 @@
|
|
|
486
354
|
"message": "`<object>` 元素具有替代文字"
|
|
487
355
|
},
|
|
488
356
|
"core/audits/accessibility/tabindex.js | description": {
|
|
489
|
-
"message": "如果值大於 0
|
|
357
|
+
"message": "如果值大於 0,代表已採用明確的瀏覽排序。雖然此做法在技術上可行,但通常會對依賴輔助技術的使用者造成困擾。[進一步瞭解此 `tabindex` 屬性](https://dequeuniversity.com/rules/axe/4.6/tabindex)。"
|
|
490
358
|
},
|
|
491
359
|
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
360
|
"message": "部分元素的 `[tabindex]` 值大於 0"
|
|
@@ -495,7 +363,7 @@
|
|
|
495
363
|
"message": "所有元素的 `[tabindex]` 值皆未超過 0"
|
|
496
364
|
},
|
|
497
365
|
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
|
-
"message": "螢幕閱讀器的功能可讓使用者更輕鬆瀏覽表格。如能確保採用 `[headers]` 屬性的 `<td>` 儲存格只參照同一表格中的其他儲存格,或許能改善螢幕閱讀器的使用體驗。[
|
|
366
|
+
"message": "螢幕閱讀器的功能可讓使用者更輕鬆瀏覽表格。如能確保採用 `[headers]` 屬性的 `<td>` 儲存格只參照同一表格中的其他儲存格,或許能改善螢幕閱讀器的使用體驗。[進一步瞭解 `headers` 屬性](https://dequeuniversity.com/rules/axe/4.6/td-headers-attr)。"
|
|
499
367
|
},
|
|
500
368
|
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
369
|
"message": "`<table>` 元素中採用 `[headers]` 屬性的儲存格參照了 `id`,無法在同一表格中找到此元素。"
|
|
@@ -504,7 +372,7 @@
|
|
|
504
372
|
"message": "`<table>` 元素中採用 `[headers]` 屬性的儲存格,參照了同一表格中的其他儲存格。"
|
|
505
373
|
},
|
|
506
374
|
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
|
-
"message": "螢幕閱讀器的功能可讓使用者更輕鬆瀏覽表格。如能確保表格標題一律參照特定一組儲存格,或許能有助改善螢幕閱讀器使用者的體驗。[
|
|
375
|
+
"message": "螢幕閱讀器的功能可讓使用者更輕鬆瀏覽表格。如能確保表格標題一律參照特定一組儲存格,或許能有助改善螢幕閱讀器使用者的體驗。[進一步瞭解表格標題](https://dequeuniversity.com/rules/axe/4.6/th-has-data-cells)。"
|
|
508
376
|
},
|
|
509
377
|
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
378
|
"message": "`<th>` 元素及帶有 `[role=\"columnheader\"/\"rowheader\"]` 的元素沒有所描述的資料儲存格。"
|
|
@@ -513,7 +381,7 @@
|
|
|
513
381
|
"message": "`<th>` 元素和帶有 `[role=\"columnheader\"/\"rowheader\"]` 的元素有其描述的資料儲存格。"
|
|
514
382
|
},
|
|
515
383
|
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
|
-
"message": "
|
|
384
|
+
"message": "為元素指定有效的 [BCP 47 語言](https://www.w3.org/International/questions/qa-choosing-language-tags#question),可協助螢幕閱讀器正確朗讀文字。[瞭解如何使用 `lang` 屬性](https://dequeuniversity.com/rules/axe/4.6/valid-lang)。"
|
|
517
385
|
},
|
|
518
386
|
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
387
|
"message": "`[lang]` 屬性並無有效的值"
|
|
@@ -522,7 +390,7 @@
|
|
|
522
390
|
"message": "`[lang]` 屬性具備有效的值"
|
|
523
391
|
},
|
|
524
392
|
"core/audits/accessibility/video-caption.js | description": {
|
|
525
|
-
"message": "如果在影片中提供字幕,將有助於失聰或聽障使用者取得影片資料。[
|
|
393
|
+
"message": "如果在影片中提供字幕,將有助於失聰或聽障使用者取得影片資料。[進一步瞭解影片字幕](https://dequeuniversity.com/rules/axe/4.6/video-caption)。"
|
|
526
394
|
},
|
|
527
395
|
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
396
|
"message": "`<video>` 元素不含任何帶有 `[kind=\"captions\"]` 的 `<track>` 元素"
|
|
@@ -537,7 +405,7 @@
|
|
|
537
405
|
"message": "建議的憑證"
|
|
538
406
|
},
|
|
539
407
|
"core/audits/autocomplete.js | description": {
|
|
540
|
-
"message": "`autocomplete` 有助使用者更快提交表格。如要減少使用者需要執行的動作,建議您將 `autocomplete` 屬性設定為有效值以啟用此功能。[
|
|
408
|
+
"message": "`autocomplete` 有助使用者更快提交表格。如要減少使用者需要執行的動作,建議您將 `autocomplete` 屬性設定為有效值以啟用此功能。[進一步瞭解表格中的 `autocomplete`](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
|
|
541
409
|
},
|
|
542
410
|
"core/audits/autocomplete.js | failureTitle": {
|
|
543
411
|
"message": "`<input>` 元素沒有正確的 `autocomplete` 屬性"
|
|
@@ -557,6 +425,33 @@
|
|
|
557
425
|
"core/audits/autocomplete.js | warningOrder": {
|
|
558
426
|
"message": "查看憑證次序:{snippet} 中的「{tokens}」"
|
|
559
427
|
},
|
|
428
|
+
"core/audits/bf-cache.js | actionableFailureType": {
|
|
429
|
+
"message": "可以採取行動"
|
|
430
|
+
},
|
|
431
|
+
"core/audits/bf-cache.js | description": {
|
|
432
|
+
"message": "很多瀏覽操作都在來回往返頁面間進行。向前/返回快取 (bfcache) 可加快這些返回導覽的速度。[進一步瞭解向前/返回快取](https://developer.chrome.com/docs/lighthouse/performance/bf-cache/)"
|
|
433
|
+
},
|
|
434
|
+
"core/audits/bf-cache.js | displayValue": {
|
|
435
|
+
"message": "{itemCount,plural, =1{1 個失敗原因}other{# 個失敗原因}}"
|
|
436
|
+
},
|
|
437
|
+
"core/audits/bf-cache.js | failureReasonColumn": {
|
|
438
|
+
"message": "失敗原因"
|
|
439
|
+
},
|
|
440
|
+
"core/audits/bf-cache.js | failureTitle": {
|
|
441
|
+
"message": "網頁已禁止還原向前/返回快取"
|
|
442
|
+
},
|
|
443
|
+
"core/audits/bf-cache.js | failureTypeColumn": {
|
|
444
|
+
"message": "失敗類型"
|
|
445
|
+
},
|
|
446
|
+
"core/audits/bf-cache.js | notActionableFailureType": {
|
|
447
|
+
"message": "無法操作"
|
|
448
|
+
},
|
|
449
|
+
"core/audits/bf-cache.js | supportPendingFailureType": {
|
|
450
|
+
"message": "尚不支援瀏覽器"
|
|
451
|
+
},
|
|
452
|
+
"core/audits/bf-cache.js | title": {
|
|
453
|
+
"message": "網頁未有禁止還原向前/返回快取"
|
|
454
|
+
},
|
|
560
455
|
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
561
456
|
"message": "Chrome 擴充程式會對此頁面的載入效能產生負面影響。建議透過無痕模式或使用未安裝擴充程式的 Chrome 設定檔來審核頁面。"
|
|
562
457
|
},
|
|
@@ -570,7 +465,7 @@
|
|
|
570
465
|
"message": "CPU 總執行時間"
|
|
571
466
|
},
|
|
572
467
|
"core/audits/bootup-time.js | description": {
|
|
573
|
-
"message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。[
|
|
468
|
+
"message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。[瞭解如何縮短 JavaScript 的執行時間](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/)。"
|
|
574
469
|
},
|
|
575
470
|
"core/audits/bootup-time.js | failureTitle": {
|
|
576
471
|
"message": "縮短 JavaScript 執行時間"
|
|
@@ -585,37 +480,37 @@
|
|
|
585
480
|
"message": "請移除 JavaScript 套件中的重複模組"
|
|
586
481
|
},
|
|
587
482
|
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
588
|
-
"message": "
|
|
483
|
+
"message": "使用大型 GIF 檔案呈現動畫內容會降低網絡傳輸效率。建議改用 MPEG4/WebM 格式的動畫影片和 PNG/WebP 格式的靜態圖片取代 GIF,以節省網絡字節。[進一步瞭解有效率的影片格式](https://developer.chrome.com/docs/lighthouse/performance/efficient-animated-content/)"
|
|
589
484
|
},
|
|
590
485
|
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
591
486
|
"message": "使用影片格式的動畫內容"
|
|
592
487
|
},
|
|
593
488
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
594
|
-
"message": "Polyfill 和轉換可讓舊版瀏覽器使用新版 JavaScript 的功能。不過,有很多 Polyfill 和轉換都不是新型瀏覽器的必要項目。請使用模組/非模組的功能偵測,為 JavaScript
|
|
489
|
+
"message": "Polyfill 和轉換可讓舊版瀏覽器使用新版 JavaScript 的功能。不過,有很多 Polyfill 和轉換都不是新型瀏覽器的必要項目。請使用模組/非模組的功能偵測,為 JavaScript 套件採用新型的指令碼部署策略,以減少送往新型瀏覽器的程式碼數量,同時保留對舊版瀏覽器的支援。[瞭解如何使用新型的 JavaScript](https://web.dev/publish-modern-javascript/)"
|
|
595
490
|
},
|
|
596
491
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
597
492
|
"message": "避免向新型瀏覽器提供舊版 JavaScript"
|
|
598
493
|
},
|
|
599
494
|
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
600
|
-
"message": "WebP 和 AVIF 等圖片格式通常比 PNG 或 JPEG 有更好的壓縮效果,能夠更快完成下載及減少數據用量。[
|
|
495
|
+
"message": "WebP 和 AVIF 等圖片格式通常比 PNG 或 JPEG 有更好的壓縮效果,能夠更快完成下載及減少數據用量。[進一步瞭解新型圖像格式](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/)。"
|
|
601
496
|
},
|
|
602
497
|
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
603
498
|
"message": "提供 next-gen 格式的圖片"
|
|
604
499
|
},
|
|
605
500
|
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
606
|
-
"message": "
|
|
501
|
+
"message": "建議在所有重要資源載入完成前,延遲載入螢幕外和隱藏的圖片,以縮短可互動所需時間。[瞭解如何延遲載入螢幕外的圖片](https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/)。"
|
|
607
502
|
},
|
|
608
503
|
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
609
504
|
"message": "延遲載入螢幕外圖片"
|
|
610
505
|
},
|
|
611
506
|
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
612
|
-
"message": "過多資源往往會阻止系統首次繪製頁面。建議內嵌重要的 JS/CSS,延遲所有不重要的 JS/樣式。[
|
|
507
|
+
"message": "過多資源往往會阻止系統首次繪製頁面。建議內嵌重要的 JS/CSS,延遲所有不重要的 JS/樣式。[瞭解如何移除阻止輸出的資源](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/)。"
|
|
613
508
|
},
|
|
614
509
|
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
615
510
|
"message": "排除阻止呈現的資源"
|
|
616
511
|
},
|
|
617
512
|
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
618
|
-
"message": "網絡負載過大會造成使用者的費用負擔,且往往與過長載入時間息息相關。[
|
|
513
|
+
"message": "網絡負載過大會造成使用者的費用負擔,且往往與過長載入時間息息相關。[瞭解如何減低負載大小](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/)。"
|
|
619
514
|
},
|
|
620
515
|
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
621
516
|
"message": "總大小為 {totalBytes, number, bytes} KiB"
|
|
@@ -627,31 +522,31 @@
|
|
|
627
522
|
"message": "避免網絡負載過大"
|
|
628
523
|
},
|
|
629
524
|
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
630
|
-
"message": "壓縮 CSS 檔案可減少網絡負載大小。[
|
|
525
|
+
"message": "壓縮 CSS 檔案可減少網絡負載大小。[瞭解如何壓縮 CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/)。"
|
|
631
526
|
},
|
|
632
527
|
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
633
528
|
"message": "壓縮 CSS"
|
|
634
529
|
},
|
|
635
530
|
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
636
|
-
"message": "壓縮 JavaScript 檔案可減少負載大小和指令碼剖析時間。[
|
|
531
|
+
"message": "壓縮 JavaScript 檔案可減少負載大小和指令碼剖析時間。[瞭解如何壓縮 JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/)。"
|
|
637
532
|
},
|
|
638
533
|
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
639
534
|
"message": "壓縮 JavaScript"
|
|
640
535
|
},
|
|
641
536
|
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
642
|
-
"message": "從樣式表中減少未使用的規則,並延遲毋需捲動的當眼位置內容中未使用的 CSS
|
|
537
|
+
"message": "從樣式表中減少未使用的規則,並延遲毋需捲動的當眼位置內容中未使用的 CSS,減少網絡活動耗用的字節。[瞭解如何減少未使用的 CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/)。"
|
|
643
538
|
},
|
|
644
539
|
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
645
540
|
"message": "減少未使用的 CSS"
|
|
646
541
|
},
|
|
647
542
|
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
648
|
-
"message": "減少未使用的 JavaScript,並延後載入指令碼,直至系統需要指令碼來減少網絡活動耗用的字節數為止。[
|
|
543
|
+
"message": "減少未使用的 JavaScript,並延後載入指令碼,直至系統需要指令碼來減少網絡活動耗用的字節數為止。[瞭解如何減少未使用的 JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/)。"
|
|
649
544
|
},
|
|
650
545
|
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
651
546
|
"message": "減少未使用的 JavaScript"
|
|
652
547
|
},
|
|
653
548
|
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
654
|
-
"message": "延長快取期限可加快重覆瀏覽頁面的速度。[
|
|
549
|
+
"message": "延長快取期限可加快重覆瀏覽頁面的速度。[進一步瞭解有效率的快取政策](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/)。"
|
|
655
550
|
},
|
|
656
551
|
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
657
552
|
"message": "{itemCount,plural, =1{已找到 1 項資源}other{已找到 # 項資源}}"
|
|
@@ -663,7 +558,7 @@
|
|
|
663
558
|
"message": "使用有效的快取政策處理靜態資產"
|
|
664
559
|
},
|
|
665
560
|
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
666
|
-
"message": "優化圖片以加快載入速度,減少流動數據用量。[
|
|
561
|
+
"message": "優化圖片以加快載入速度,減少流動數據用量。[瞭解如何有效率地進行圖片編碼](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)."
|
|
667
562
|
},
|
|
668
563
|
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
669
564
|
"message": "有效地進行圖片編碼"
|
|
@@ -681,19 +576,19 @@
|
|
|
681
576
|
"message": "圖片適合其顯示大小"
|
|
682
577
|
},
|
|
683
578
|
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
684
|
-
"message": "提供適當大小的圖片有助節省流動數據用量,並縮短載入時間。[
|
|
579
|
+
"message": "提供適當大小的圖片有助節省流動數據用量,並縮短載入時間。[瞭解如何調整圖片大小](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/)。"
|
|
685
580
|
},
|
|
686
581
|
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
687
582
|
"message": "適當調整圖片大小"
|
|
688
583
|
},
|
|
689
584
|
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
690
|
-
"message": "文字資源應經過 (gzip、deflate 或 brotli)
|
|
585
|
+
"message": "文字資源應經過 (gzip、deflate 或 brotli) 壓縮,以將網絡字節總數減至最少。[進一步瞭解文字壓縮](https://developer.chrome.com/docs/lighthouse/performance/uses-text-compression/)。"
|
|
691
586
|
},
|
|
692
587
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
693
588
|
"message": "啟用文字壓縮"
|
|
694
589
|
},
|
|
695
590
|
"core/audits/content-width.js | description": {
|
|
696
|
-
"message": "如果應用程式內容寬度與檢視區的寬度不相符,應用程式可能無法在流動裝置螢幕上呈現優化效果。[
|
|
591
|
+
"message": "如果應用程式內容寬度與檢視區的寬度不相符,應用程式可能無法在流動裝置螢幕上呈現優化效果。[瞭解如何根據檢視區調整內容大小](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)。"
|
|
697
592
|
},
|
|
698
593
|
"core/audits/content-width.js | explanation": {
|
|
699
594
|
"message": "檢視區大小 ({innerWidth} 像素) 與視窗大小 ({outerWidth} 像素) 不相符。"
|
|
@@ -705,7 +600,7 @@
|
|
|
705
600
|
"message": "已將檢視區正確調整內容大小"
|
|
706
601
|
},
|
|
707
602
|
"core/audits/critical-request-chains.js | description": {
|
|
708
|
-
"message": "下方的「關鍵要求鏈結」顯示以高優先次序發佈的資源。為了提高頁面載入速度,建議您縮短鏈結長度,縮減下載資源的大小,或延遲下載不必要資源。[
|
|
603
|
+
"message": "下方的「關鍵要求鏈結」顯示以高優先次序發佈的資源。為了提高頁面載入速度,建議您縮短鏈結長度,縮減下載資源的大小,或延遲下載不必要資源。[瞭解如何避免鏈結關鍵要求](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)。"
|
|
709
604
|
},
|
|
710
605
|
"core/audits/critical-request-chains.js | displayValue": {
|
|
711
606
|
"message": "{itemCount,plural, =1{已找到 1 個鏈結}other{已找到 # 個鏈結}}"
|
|
@@ -720,13 +615,13 @@
|
|
|
720
615
|
"message": "嚴重性"
|
|
721
616
|
},
|
|
722
617
|
"core/audits/csp-xss.js | description": {
|
|
723
|
-
"message": "強大的內容安全政策 (CSP) 可大幅降低被跨網站指令碼 (XSS) 攻擊的風險。[
|
|
618
|
+
"message": "強大的內容安全政策 (CSP) 可大幅降低被跨網站指令碼 (XSS) 攻擊的風險。[瞭解如何使用內容安全政策防範 XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)"
|
|
724
619
|
},
|
|
725
620
|
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
726
621
|
"message": "語法"
|
|
727
622
|
},
|
|
728
623
|
"core/audits/csp-xss.js | metaTagMessage": {
|
|
729
|
-
"message": "網頁包含在 <meta>
|
|
624
|
+
"message": "網頁包含在 <meta> 標籤中定義的內容安全政策。建議將 CSP 移至 HTTP 標題,或在 HTTP 標題中定義其他嚴格 CSP。"
|
|
730
625
|
},
|
|
731
626
|
"core/audits/csp-xss.js | noCsp": {
|
|
732
627
|
"message": "找不到處於強制執行模式的 CSP"
|
|
@@ -741,7 +636,7 @@
|
|
|
741
636
|
"message": "行數"
|
|
742
637
|
},
|
|
743
638
|
"core/audits/deprecations.js | description": {
|
|
744
|
-
"message": "系統最終會從瀏覽器中移除已淘汰的 API。[
|
|
639
|
+
"message": "系統最終會從瀏覽器中移除已淘汰的 API。[進一步瞭解已淘汰的 API](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)。"
|
|
745
640
|
},
|
|
746
641
|
"core/audits/deprecations.js | displayValue": {
|
|
747
642
|
"message": "{itemCount,plural, =1{發現 1 個警告}other{發現 # 個警告}}"
|
|
@@ -753,7 +648,7 @@
|
|
|
753
648
|
"message": "避免使用已淘汰的 API"
|
|
754
649
|
},
|
|
755
650
|
"core/audits/dobetterweb/charset.js | description": {
|
|
756
|
-
"message": "
|
|
651
|
+
"message": "需要字元編碼宣告。您可以在 HTML 的前 1024 個字節中使用 `<meta>` 標籤定義,或在 Content-Type HTTP 回應標題中定義。[進一步瞭解聲明字元編碼](https://developer.chrome.com/docs/lighthouse/best-practices/charset/)。"
|
|
757
652
|
},
|
|
758
653
|
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
759
654
|
"message": "字元集宣告遺失或在 HTML 中太遲出現"
|
|
@@ -762,10 +657,13 @@
|
|
|
762
657
|
"message": "正確定義字元集"
|
|
763
658
|
},
|
|
764
659
|
"core/audits/dobetterweb/doctype.js | description": {
|
|
765
|
-
"message": "指定 DOCTYPE 能防止瀏覽器切換至怪異模式。[
|
|
660
|
+
"message": "指定 DOCTYPE 能防止瀏覽器切換至怪異模式。[進一步瞭解 DOCTYPE 聲明](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/)。"
|
|
766
661
|
},
|
|
767
662
|
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
768
|
-
"message": "DOCTYPE
|
|
663
|
+
"message": "DOCTYPE 名稱必須是字串 `html`"
|
|
664
|
+
},
|
|
665
|
+
"core/audits/dobetterweb/doctype.js | explanationLimitedQuirks": {
|
|
666
|
+
"message": "文件包含會觸發`limited-quirks-mode`的 `doctype`"
|
|
769
667
|
},
|
|
770
668
|
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
771
669
|
"message": "文件必須包含 doctype"
|
|
@@ -776,6 +674,9 @@
|
|
|
776
674
|
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
777
675
|
"message": "systemId 必須為空白字串"
|
|
778
676
|
},
|
|
677
|
+
"core/audits/dobetterweb/doctype.js | explanationWrongDoctype": {
|
|
678
|
+
"message": "文件包含會觸發`quirks-mode`的 `doctype`"
|
|
679
|
+
},
|
|
779
680
|
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
780
681
|
"message": "網頁缺少 HTML DOCTYPE,因此觸發了怪異模式"
|
|
781
682
|
},
|
|
@@ -789,7 +690,7 @@
|
|
|
789
690
|
"message": "值"
|
|
790
691
|
},
|
|
791
692
|
"core/audits/dobetterweb/dom-size.js | description": {
|
|
792
|
-
"message": "大型 DOM 會增加記憶體用量、延長[樣式運算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)的時間,並產生費用高昂的[版面配置重排](https://developers.google.com/speed/articles/reflow)。[
|
|
693
|
+
"message": "大型 DOM 會增加記憶體用量、延長[樣式運算](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations)的時間,並產生費用高昂的[版面配置重排](https://developers.google.com/speed/articles/reflow)。[瞭解如何避免 DOM 過大](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)。"
|
|
793
694
|
},
|
|
794
695
|
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
795
696
|
"message": "{itemCount,plural, =1{1 個元素}other{# 個元素}}"
|
|
@@ -810,7 +711,7 @@
|
|
|
810
711
|
"message": "避免 DOM 過大"
|
|
811
712
|
},
|
|
812
713
|
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
813
|
-
"message": "
|
|
714
|
+
"message": "如果未提供其他資訊就要求存取使用者的位置,會讓使用者感到困惑而不信任網站。建議您在使用者執行特定動作時,再提出這項要求。[進一步瞭解地理位置權限](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/)。"
|
|
814
715
|
},
|
|
815
716
|
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
816
717
|
"message": "在載入網頁時要求存取使用者的地理位置"
|
|
@@ -840,13 +741,13 @@
|
|
|
840
741
|
"message": "版本"
|
|
841
742
|
},
|
|
842
743
|
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
843
|
-
"message": "在此網頁上偵測到的所有前端 JavaScript 程式庫。[
|
|
744
|
+
"message": "在此網頁上偵測到的所有前端 JavaScript 程式庫。[進一步瞭解此 JavaScript 程式庫偵測診斷審核](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/)。"
|
|
844
745
|
},
|
|
845
746
|
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
846
747
|
"message": "偵測到的 JavaScript 媒體庫"
|
|
847
748
|
},
|
|
848
749
|
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
849
|
-
"message": "對於連線速度較慢的使用者,透過 `document.write()` 動態插入的外部指令碼可能會導致網頁延遲載入數十秒。[
|
|
750
|
+
"message": "對於連線速度較慢的使用者,透過 `document.write()` 動態插入的外部指令碼可能會導致網頁延遲載入數十秒。[瞭解如何避免 document.write()](https://developer.chrome.com/docs/lighthouse/best-practices/no-document-write/)。"
|
|
850
751
|
},
|
|
851
752
|
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
852
753
|
"message": "避免使用 `document.write()`"
|
|
@@ -855,7 +756,7 @@
|
|
|
855
756
|
"message": "避免使用 `document.write()`"
|
|
856
757
|
},
|
|
857
758
|
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
858
|
-
"message": "如果未提供其他資訊就要求使用者允許網站顯示通知,會讓使用者感到困惑而不信任網站。建議您在使用者操作特定手勢時,再提出這項要求。[
|
|
759
|
+
"message": "如果未提供其他資訊就要求使用者允許網站顯示通知,會讓使用者感到困惑而不信任網站。建議您在使用者操作特定手勢時,再提出這項要求。[進一步瞭解以負責任的方式取得通知權限](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/)。"
|
|
859
760
|
},
|
|
860
761
|
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
861
762
|
"message": "在載入網頁時要求使用者允許網站顯示通知"
|
|
@@ -863,11 +764,20 @@
|
|
|
863
764
|
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
864
765
|
"message": "避免在載入網頁時要求使用者允許網站顯示通知"
|
|
865
766
|
},
|
|
767
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | description": {
|
|
768
|
+
"message": "Preventing input pasting is a UX anti-pattern, and undermines good security policy. [Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
|
|
769
|
+
},
|
|
770
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | failureTitle": {
|
|
771
|
+
"message": "Prevents users from pasting into input fields"
|
|
772
|
+
},
|
|
773
|
+
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
774
|
+
"message": "Allows users to paste into input fields"
|
|
775
|
+
},
|
|
866
776
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
867
777
|
"message": "通訊協定"
|
|
868
778
|
},
|
|
869
779
|
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
870
|
-
"message": "HTTP/2 具備很多 HTTP/1.1 沒有的優點,包括二進制標題和多工處理。[
|
|
780
|
+
"message": "HTTP/2 具備很多 HTTP/1.1 沒有的優點,包括二進制標題和多工處理。[進一步瞭解 HTTP/2](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)。"
|
|
871
781
|
},
|
|
872
782
|
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
873
783
|
"message": "{itemCount,plural, =1{有 1 個要求未透過 HTTP/2 傳送}other{有 # 個要求未透過 HTTP/2 傳送}}"
|
|
@@ -876,7 +786,7 @@
|
|
|
876
786
|
"message": "使用 HTTP/2"
|
|
877
787
|
},
|
|
878
788
|
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
879
|
-
"message": "
|
|
789
|
+
"message": "建議將輕觸動作和滑鼠滾輪事件監聽器標示為 `passive`,以提升網頁的捲動效能。[進一步瞭解如何採用被動事件監聽器器](https://developer.chrome.com/docs/lighthouse/best-practices/uses-passive-event-listeners/)。"
|
|
880
790
|
},
|
|
881
791
|
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
882
792
|
"message": "未使用被動事件監聽器來提升捲動效能"
|
|
@@ -885,7 +795,7 @@
|
|
|
885
795
|
"message": "使用被動活動監聽器來提升捲動效能"
|
|
886
796
|
},
|
|
887
797
|
"core/audits/errors-in-console.js | description": {
|
|
888
|
-
"message": "
|
|
798
|
+
"message": "如果控制台有錯誤記錄,表示系統仍有問題尚待解決,例如網絡要求錯誤和其他瀏覽器問題。[進一步瞭解在控制台診斷審核中的這些錯誤](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
|
|
889
799
|
},
|
|
890
800
|
"core/audits/errors-in-console.js | failureTitle": {
|
|
891
801
|
"message": "瀏覽器錯誤已記錄在控制台"
|
|
@@ -894,7 +804,7 @@
|
|
|
894
804
|
"message": "系統未在管理中心記錄瀏覽器發生的錯誤"
|
|
895
805
|
},
|
|
896
806
|
"core/audits/font-display.js | description": {
|
|
897
|
-
"message": "
|
|
807
|
+
"message": "利用 `font-display` CSS 功能,確保系統在載入網頁字型時使用者可以看到文字。[進一步瞭解 `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)。"
|
|
898
808
|
},
|
|
899
809
|
"core/audits/font-display.js | failureTitle": {
|
|
900
810
|
"message": "確保文字在網頁字型載入時仍然顯示"
|
|
@@ -912,7 +822,7 @@
|
|
|
912
822
|
"message": "網頁上顯示的圖片長寬比"
|
|
913
823
|
},
|
|
914
824
|
"core/audits/image-aspect-ratio.js | description": {
|
|
915
|
-
"message": "
|
|
825
|
+
"message": "圖片顯示尺寸應符合正常長寬比。[進一步瞭解圖片長寬比](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/)。"
|
|
916
826
|
},
|
|
917
827
|
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
918
828
|
"message": "顯示的圖片長寬比不正確"
|
|
@@ -930,7 +840,7 @@
|
|
|
930
840
|
"message": "預期大小"
|
|
931
841
|
},
|
|
932
842
|
"core/audits/image-size-responsive.js | description": {
|
|
933
|
-
"message": "圖片自然尺寸應與顯示大小及像素比例成正比,才能令圖片達到最清晰。[
|
|
843
|
+
"message": "圖片自然尺寸應與顯示大小及像素比例成正比,才能令圖片達到最清晰。[瞭解如何提供回應式圖片](https://web.dev/serve-responsive-images/)。"
|
|
934
844
|
},
|
|
935
845
|
"core/audits/image-size-responsive.js | failureTitle": {
|
|
936
846
|
"message": "提供的圖片解像度過低"
|
|
@@ -948,7 +858,7 @@
|
|
|
948
858
|
"message": "失敗原因"
|
|
949
859
|
},
|
|
950
860
|
"core/audits/installable-manifest.js | description": {
|
|
951
|
-
"message": "Service Worker 技術可讓您的應用程式使用多項漸進式網絡應用程式的功能,例如離線存取、新增到主畫面和推送通知。瀏覽器可透過適當的 Service Worker 和資訊清單設置主動提示使用者,建議他們將您的應用程式新增至主畫面,藉此提高參與度[
|
|
861
|
+
"message": "Service Worker 技術可讓您的應用程式使用多項漸進式網絡應用程式的功能,例如離線存取、新增到主畫面和推送通知。瀏覽器可透過適當的 Service Worker 和資訊清單設置主動提示使用者,建議他們將您的應用程式新增至主畫面,藉此提高參與度[進一步瞭解資訊清單可安裝性規定](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)。"
|
|
952
862
|
},
|
|
953
863
|
"core/audits/installable-manifest.js | displayValue": {
|
|
954
864
|
"message": "{itemCount,plural, =1{1 個原因}other{# 個原因}}"
|
|
@@ -1025,6 +935,9 @@
|
|
|
1025
935
|
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1026
936
|
"message": "Lighthouse 無法判斷是否有 Service Worker。請試使較新的 Chrome 版本。"
|
|
1027
937
|
},
|
|
938
|
+
"core/audits/installable-manifest.js | scheme-not-supported-for-webapk": {
|
|
939
|
+
"message": "Android 不支援資訊清單網址配置 ({scheme})。"
|
|
940
|
+
},
|
|
1028
941
|
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1029
942
|
"message": "資訊清單起始網址無效"
|
|
1030
943
|
},
|
|
@@ -1050,7 +963,7 @@
|
|
|
1050
963
|
"message": "要求解決"
|
|
1051
964
|
},
|
|
1052
965
|
"core/audits/is-on-https.js | description": {
|
|
1053
|
-
"message": "所有網站都應該使用 HTTPS 確保安全,即使網站不處理敏感資料亦然。這包括避免[混合內容](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content),即使初始要求透過 HTTPS 提供,混合內容中的部分資源仍會透過 HTTP 載入。HTTPS 能防範入侵者竄改或被動監聽應用程式與使用者之間的通訊,且 HTTP/2 和很多新的網絡平台 API 都要求使用 HTTPS。[
|
|
966
|
+
"message": "所有網站都應該使用 HTTPS 確保安全,即使網站不處理敏感資料亦然。這包括避免[混合內容](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content),即使初始要求透過 HTTPS 提供,混合內容中的部分資源仍會透過 HTTP 載入。HTTPS 能防範入侵者竄改或被動監聽應用程式與使用者之間的通訊,且 HTTP/2 和很多新的網絡平台 API 都要求使用 HTTPS。[進一步瞭解 HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/)。"
|
|
1054
967
|
},
|
|
1055
968
|
"core/audits/is-on-https.js | displayValue": {
|
|
1056
969
|
"message": "{itemCount,plural, =1{發現 1 個不安全的要求}other{發現 # 個不安全的要求}}"
|
|
@@ -1068,7 +981,7 @@
|
|
|
1068
981
|
"message": "允許 (附警告)"
|
|
1069
982
|
},
|
|
1070
983
|
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1071
|
-
"message": "這是在檢視區中繪製的最大內容元素。[
|
|
984
|
+
"message": "這是在檢視區中繪製的最大內容元素。[進一步瞭解「最大內容繪製」元素](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
1072
985
|
},
|
|
1073
986
|
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1074
987
|
"message": "「最大內容繪製」元素"
|
|
@@ -1077,13 +990,13 @@
|
|
|
1077
990
|
"message": "對 CLS 的影響"
|
|
1078
991
|
},
|
|
1079
992
|
"core/audits/layout-shift-elements.js | description": {
|
|
1080
|
-
"message": "這些 DOM 元素在頁面造成最多累計版面配置轉移 (CLS)。"
|
|
993
|
+
"message": "這些 DOM 元素在頁面造成最多累計版面配置轉移 (CLS)。[瞭解如何改善累計版面配置轉移 (CLS)](https://web.dev/optimize-cls/)"
|
|
1081
994
|
},
|
|
1082
995
|
"core/audits/layout-shift-elements.js | title": {
|
|
1083
996
|
"message": "避免大幅度的版面配置轉移"
|
|
1084
997
|
},
|
|
1085
998
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1086
|
-
"message": "系統會在頁面生命週期的較後時段輸出延遲載入的毋需捲動的當眼位置圖片,這可能導致最大內容繪製發生延遲。[
|
|
999
|
+
"message": "系統會在頁面生命週期的較後時段輸出延遲載入的毋需捲動的當眼位置圖片,這可能導致最大內容繪製發生延遲。[進一步瞭解最佳延遲載入](https://web.dev/lcp-lazy-loading/)。"
|
|
1087
1000
|
},
|
|
1088
1001
|
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1089
1002
|
"message": "「最大內容繪製」圖片延遲載入"
|
|
@@ -1092,7 +1005,7 @@
|
|
|
1092
1005
|
"message": "「最大內容繪製」圖片沒有延遲載入"
|
|
1093
1006
|
},
|
|
1094
1007
|
"core/audits/long-tasks.js | description": {
|
|
1095
|
-
"message": "列出主要執行緒上執行時間最長的工作,有助辨識導致輸入延遲的主因。[
|
|
1008
|
+
"message": "列出主要執行緒上執行時間最長的工作,有助辨識導致輸入延遲的主因。[瞭解如何避免長時間的主要執行緒工作](https://web.dev/long-tasks-devtools/)"
|
|
1096
1009
|
},
|
|
1097
1010
|
"core/audits/long-tasks.js | displayValue": {
|
|
1098
1011
|
"message": "{itemCount,plural, =1{找到 # 項長時間執行的工作}other{找到 # 項長時間執行的工作}}"
|
|
@@ -1104,7 +1017,7 @@
|
|
|
1104
1017
|
"message": "類別"
|
|
1105
1018
|
},
|
|
1106
1019
|
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1107
|
-
"message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。[
|
|
1020
|
+
"message": "建議減少剖析、編譯和執行 JS 所用的時間。傳送較小的 JS 負載可能有所幫助。[瞭解如何將主要執行緒工作減到最少](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)"
|
|
1108
1021
|
},
|
|
1109
1022
|
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1110
1023
|
"message": "將主要執行緒的工作減至最少"
|
|
@@ -1113,25 +1026,25 @@
|
|
|
1113
1026
|
"message": "將主要執行緒的工作減至最少"
|
|
1114
1027
|
},
|
|
1115
1028
|
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1116
|
-
"message": "為盡量觸及最多使用者,網站應能在每個主要瀏覽器上暢順運作。[
|
|
1029
|
+
"message": "為盡量觸及最多使用者,網站應能在每個主要瀏覽器上暢順運作。[瞭解跨瀏覽器兼容性](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)。"
|
|
1117
1030
|
},
|
|
1118
1031
|
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1119
1032
|
"message": "網站可以在不同瀏覽器上運作"
|
|
1120
1033
|
},
|
|
1121
1034
|
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1122
|
-
"message": "
|
|
1035
|
+
"message": "確保每個網頁都可透過網址進行深層連結,且具有不重複網址,方便您在社交媒體上分享。[進一步瞭解如何提供深層連結](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)。"
|
|
1123
1036
|
},
|
|
1124
1037
|
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1125
1038
|
"message": "每個網頁都有一個網址"
|
|
1126
1039
|
},
|
|
1127
1040
|
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1128
|
-
"message": "即使網絡速度緩慢,只要使用者瀏覽不同網頁也能營造流暢切換的感覺。這就是為使用者帶來高效感觀的關鍵。[
|
|
1041
|
+
"message": "即使網絡速度緩慢,只要使用者瀏覽不同網頁也能營造流暢切換的感覺。這就是為使用者帶來高效感觀的關鍵。[進一步瞭解網頁切換](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)。"
|
|
1129
1042
|
},
|
|
1130
1043
|
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1131
1044
|
"message": "使用者在切換頁面時不會覺得網絡速度緩慢"
|
|
1132
1045
|
},
|
|
1133
1046
|
"core/audits/maskable-icon.js | description": {
|
|
1134
|
-
"message": "
|
|
1047
|
+
"message": "在裝置上安裝應用程式時,罩蓋式圖示可確保圖片會填滿整個形狀,不會產生上下黑邊。[瞭解罩蓋式資訊清單圖示](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)。"
|
|
1135
1048
|
},
|
|
1136
1049
|
"core/audits/maskable-icon.js | failureTitle": {
|
|
1137
1050
|
"message": "資訊清單沒有可遮蓋的圖示"
|
|
@@ -1140,43 +1053,46 @@
|
|
|
1140
1053
|
"message": "資訊清單中有可遮蓋的圖示"
|
|
1141
1054
|
},
|
|
1142
1055
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1143
|
-
"message": "
|
|
1056
|
+
"message": "「累計版面配置轉移」會測量檢視區內可見元素的移動。[進一步瞭解「累計版面配置轉移」數據](https://web.dev/cls/)。"
|
|
1057
|
+
},
|
|
1058
|
+
"core/audits/metrics/experimental-interaction-to-next-paint.js | description": {
|
|
1059
|
+
"message": "「互動至下一個繪製」會測量網頁回應速度,亦即網頁明顯回應使用者輸入內容所需的時間。[進一步瞭解「互動至下一個繪製」數據](https://web.dev/inp/)。"
|
|
1144
1060
|
},
|
|
1145
1061
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1146
|
-
"message": "「首次內容繪製時間」標示繪製首個文字/首張圖片的時間。[
|
|
1062
|
+
"message": "「首次內容繪製時間」標示繪製首個文字/首張圖片的時間。[進一步瞭解「首次內容繪製時間」數據](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)。"
|
|
1147
1063
|
},
|
|
1148
1064
|
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1149
|
-
"message": "「首次有效繪製時間」評估頁面主要內容顯示的時間。[
|
|
1065
|
+
"message": "「首次有效繪製時間」評估頁面主要內容顯示的時間。[進一步瞭解「首次有效繪製時間」數據](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)。"
|
|
1150
1066
|
},
|
|
1151
1067
|
"core/audits/metrics/interactive.js | description": {
|
|
1152
|
-
"message": "
|
|
1068
|
+
"message": "「可互動所需時間」是網頁進入完整互動狀態前所花的時間。[進一步瞭解「可互動所需時間」數據](https://developer.chrome.com/docs/lighthouse/performance/interactive/)。"
|
|
1153
1069
|
},
|
|
1154
1070
|
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1155
|
-
"message": "「最大內容繪製」是指繪製最大的文字或圖片的時間。[
|
|
1071
|
+
"message": "「最大內容繪製」是指繪製最大的文字或圖片的時間。[進一步瞭解「最大內容繪製」數據](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
1156
1072
|
},
|
|
1157
1073
|
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1158
|
-
"message": "使用者可以體驗到最長的「首次輸入延遲時間」就是最長的工作持續時間。[
|
|
1074
|
+
"message": "使用者可以體驗到最長的「首次輸入延遲時間」就是最長的工作持續時間。[進一步瞭解「最長的首次輸入延遲時間」數據](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/)。"
|
|
1159
1075
|
},
|
|
1160
1076
|
"core/audits/metrics/speed-index.js | description": {
|
|
1161
|
-
"message": "「速度指數」會顯示頁面內容的展現速度。[
|
|
1077
|
+
"message": "「速度指數」會顯示頁面內容的展現速度。[進一步瞭解「速度指數」數據](https://developer.chrome.com/docs/lighthouse/performance/speed-index/)。"
|
|
1162
1078
|
},
|
|
1163
1079
|
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1164
|
-
"message": "當工作長度超過 50 毫秒時,所有 FCP 和「可互動所需時間」之間的時長總和 (以毫秒為單位)。[
|
|
1080
|
+
"message": "當工作長度超過 50 毫秒時,所有 FCP 和「可互動所需時間」之間的時長總和 (以毫秒為單位)。[進一步瞭解「總封鎖時間」數據](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/)。"
|
|
1165
1081
|
},
|
|
1166
1082
|
"core/audits/network-rtt.js | description": {
|
|
1167
|
-
"message": "網絡來回通訊時間 (RTT) 對效能有很大影響。如果系統傳送到某個來源的來回通訊時間很高,表示靠近使用者端的伺服器可改善效能。[
|
|
1083
|
+
"message": "網絡來回通訊時間 (RTT) 對效能有很大影響。如果系統傳送到某個來源的來回通訊時間很高,表示靠近使用者端的伺服器可改善效能。[進一步瞭解「來回通訊時間」](https://hpbn.co/primer-on-latency-and-bandwidth/)。"
|
|
1168
1084
|
},
|
|
1169
1085
|
"core/audits/network-rtt.js | title": {
|
|
1170
1086
|
"message": "網絡來回通訊時間"
|
|
1171
1087
|
},
|
|
1172
1088
|
"core/audits/network-server-latency.js | description": {
|
|
1173
|
-
"message": "伺服器延遲時間可能會影響網頁效能。如果來源端的伺服器延遲時間高,代表伺服器已超載或後端效能欠佳。[
|
|
1089
|
+
"message": "伺服器延遲時間可能會影響網頁效能。如果來源端的伺服器延遲時間高,代表伺服器已超載或後端效能欠佳。[進一步瞭解伺服器回應時間](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)。"
|
|
1174
1090
|
},
|
|
1175
1091
|
"core/audits/network-server-latency.js | title": {
|
|
1176
1092
|
"message": "伺服器後端延遲時間"
|
|
1177
1093
|
},
|
|
1178
1094
|
"core/audits/no-unload-listeners.js | description": {
|
|
1179
|
-
"message": "
|
|
1095
|
+
"message": "「`unload`」事件無法保證觸發,而偵聽此事件可能會防礙瀏覽器優化項目操作,例如向前/返回快取。請改用「`pagehide`」或「`visibilitychange`」事件。[進一步瞭解卸載事件監聽器](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1180
1096
|
},
|
|
1181
1097
|
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1182
1098
|
"message": "發現 `unload` 偵聽器"
|
|
@@ -1185,7 +1101,7 @@
|
|
|
1185
1101
|
"message": "避免 `unload` 事件偵聽器"
|
|
1186
1102
|
},
|
|
1187
1103
|
"core/audits/non-composited-animations.js | description": {
|
|
1188
|
-
"message": "未合成的動畫可能無法順暢播放,而且會增加累計版面配置轉移 (CLS)。[
|
|
1104
|
+
"message": "未合成的動畫可能無法順暢播放,而且會增加累計版面配置轉移 (CLS)。[瞭解如何避免使用非合成動畫](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
|
|
1189
1105
|
},
|
|
1190
1106
|
"core/audits/non-composited-animations.js | displayValue": {
|
|
1191
1107
|
"message": "{itemCount,plural, =1{找到 # 個動畫元素}other{找到 # 個動畫元素}}"
|
|
@@ -1212,7 +1128,7 @@
|
|
|
1212
1128
|
"message": "效果包含不支援的時間參數"
|
|
1213
1129
|
},
|
|
1214
1130
|
"core/audits/performance-budget.js | description": {
|
|
1215
|
-
"message": "讓網絡要求的數量和大小低於使用者根據效能預算所設定的目標。[
|
|
1131
|
+
"message": "讓網絡要求的數量和大小低於使用者根據效能預算所設定的目標。[進一步瞭解效能預算](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
|
|
1216
1132
|
},
|
|
1217
1133
|
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1218
1134
|
"message": "{count,plural, =1{1 個要求}other{# 個要求}}"
|
|
@@ -1221,7 +1137,7 @@
|
|
|
1221
1137
|
"message": "效能預算"
|
|
1222
1138
|
},
|
|
1223
1139
|
"core/audits/preload-fonts.js | description": {
|
|
1224
|
-
"message": "請預先載入 `optional` 字型,以便新訪客使用。[
|
|
1140
|
+
"message": "請預先載入 `optional` 字型,以便新訪客使用。[進一步瞭解如何預先載入字型](https://web.dev/preload-optional-fonts/)"
|
|
1225
1141
|
},
|
|
1226
1142
|
"core/audits/preload-fonts.js | failureTitle": {
|
|
1227
1143
|
"message": "並未預先載入使用 `font-display: optional` 的字型"
|
|
@@ -1229,20 +1145,20 @@
|
|
|
1229
1145
|
"core/audits/preload-fonts.js | title": {
|
|
1230
1146
|
"message": "已預先載入使用 `font-display: optional` 的字型"
|
|
1231
1147
|
},
|
|
1232
|
-
"core/audits/
|
|
1233
|
-
"message": "
|
|
1148
|
+
"core/audits/prioritize-lcp-image.js | description": {
|
|
1149
|
+
"message": "如果 LCP 元素是以動態方式加入網頁,您應預先載入圖片才能改善 LCP。[進一步瞭解預先載入 LCP 元素](https://web.dev/optimize-lcp/#optimize-when-the-resource-is-discovered)。"
|
|
1234
1150
|
},
|
|
1235
|
-
"core/audits/
|
|
1151
|
+
"core/audits/prioritize-lcp-image.js | title": {
|
|
1236
1152
|
"message": "預先載入「最大內容繪製」圖片"
|
|
1237
1153
|
},
|
|
1238
1154
|
"core/audits/redirects.js | description": {
|
|
1239
|
-
"message": "重新導向會導致頁面延遲載入。[
|
|
1155
|
+
"message": "重新導向會導致頁面延遲載入。[瞭解如何避免網頁重新導向](https://developer.chrome.com/docs/lighthouse/performance/redirects/)。"
|
|
1240
1156
|
},
|
|
1241
1157
|
"core/audits/redirects.js | title": {
|
|
1242
1158
|
"message": "避免多次頁面重新導向"
|
|
1243
1159
|
},
|
|
1244
1160
|
"core/audits/resource-summary.js | description": {
|
|
1245
|
-
"message": "如要設定網頁資源的數量和大小的預算,請新增 budget.json 檔案。[
|
|
1161
|
+
"message": "如要設定網頁資源的數量和大小的預算,請新增 budget.json 檔案。[進一步瞭解效能預算](https://web.dev/use-lighthouse-for-performance-budgets/)。"
|
|
1246
1162
|
},
|
|
1247
1163
|
"core/audits/resource-summary.js | displayValue": {
|
|
1248
1164
|
"message": "{requestCount,plural, =1{1 個要求 • {byteCount, number, bytes} KiB}other{# 個要求 • {byteCount, number, bytes} KiB}}"
|
|
@@ -1251,7 +1167,7 @@
|
|
|
1251
1167
|
"message": "降低要求數量並減少傳輸大小"
|
|
1252
1168
|
},
|
|
1253
1169
|
"core/audits/seo/canonical.js | description": {
|
|
1254
|
-
"message": "標準連結會建議要在搜尋結果中顯示哪個網址。[
|
|
1170
|
+
"message": "標準連結會建議要在搜尋結果中顯示哪個網址。[進一步瞭解標準連結](https://developer.chrome.com/docs/lighthouse/seo/canonical/)。"
|
|
1255
1171
|
},
|
|
1256
1172
|
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1257
1173
|
"message": "多個互相衝突的網址 ({urlList})"
|
|
@@ -1278,7 +1194,7 @@
|
|
|
1278
1194
|
"message": "無法檢索的連結"
|
|
1279
1195
|
},
|
|
1280
1196
|
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1281
|
-
"message": "搜尋引擎可能會使用連結上的 `href` 屬性來檢索網站。請確認錨點元素的 `href` 屬性可連結適當的目的地,以便系統檢索網站上的更多網頁。[
|
|
1197
|
+
"message": "搜尋引擎可能會使用連結上的 `href` 屬性來檢索網站。請確認錨點元素的 `href` 屬性可連結適當的目的地,以便系統檢索網站上的更多網頁。[瞭解如何讓連結可供檢索](https://support.google.com/webmasters/answer/9112205)"
|
|
1282
1198
|
},
|
|
1283
1199
|
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1284
1200
|
"message": "無法檢索的連結"
|
|
@@ -1299,7 +1215,7 @@
|
|
|
1299
1215
|
"message": "選取器"
|
|
1300
1216
|
},
|
|
1301
1217
|
"core/audits/seo/font-size.js | description": {
|
|
1302
|
-
"message": "如果字型小於 12 像素,文字會太小而難以辨識,流動裝置訪客需要「兩指縮放」才能閱讀內容。網頁中應有超過 60%
|
|
1218
|
+
"message": "如果字型小於 12 像素,文字會太小而難以辨識,流動裝置訪客需要「兩指縮放」才能閱讀內容。網頁中應有超過 60% 採用最少 12 像素的文字。[進一步瞭解清晰易讀的字型大小](https://developer.chrome.com/docs/lighthouse/seo/font-size/)。"
|
|
1303
1219
|
},
|
|
1304
1220
|
"core/audits/seo/font-size.js | displayValue": {
|
|
1305
1221
|
"message": "{decimalProportion, number, extendedPercent} 的文字清晰可讀"
|
|
@@ -1317,7 +1233,7 @@
|
|
|
1317
1233
|
"message": "文件使用的字型大小清晰可讀"
|
|
1318
1234
|
},
|
|
1319
1235
|
"core/audits/seo/hreflang.js | description": {
|
|
1320
|
-
"message": "hreflang 連結會通知搜尋引擎,應在特定語言或區域的搜尋結果中該顯示哪個版本的網頁。[
|
|
1236
|
+
"message": "hreflang 連結會通知搜尋引擎,應在特定語言或區域的搜尋結果中該顯示哪個版本的網頁。[進一步瞭解 `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/)。"
|
|
1321
1237
|
},
|
|
1322
1238
|
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1323
1239
|
"message": "文件並無有效的 `hreflang`"
|
|
@@ -1332,7 +1248,7 @@
|
|
|
1332
1248
|
"message": "非預期的語言代碼"
|
|
1333
1249
|
},
|
|
1334
1250
|
"core/audits/seo/http-status-code.js | description": {
|
|
1335
|
-
"message": "如果網頁傳回失敗的 HTTP 狀態碼,可能無法正確加入索引。[
|
|
1251
|
+
"message": "如果網頁傳回失敗的 HTTP 狀態碼,可能無法正確加入索引。[進一步瞭解 HTTP 狀態碼](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/)。"
|
|
1336
1252
|
},
|
|
1337
1253
|
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1338
1254
|
"message": "網頁傳回失敗的 HTTP 狀態碼"
|
|
@@ -1341,7 +1257,7 @@
|
|
|
1341
1257
|
"message": "網頁傳回成功的 HTTP 狀態碼"
|
|
1342
1258
|
},
|
|
1343
1259
|
"core/audits/seo/is-crawlable.js | description": {
|
|
1344
|
-
"message": "如果搜尋引擎沒有檢索網頁的權限,將無法在搜尋結果中顯示您的網頁。[
|
|
1260
|
+
"message": "如果搜尋引擎沒有檢索網頁的權限,將無法在搜尋結果中顯示您的網頁。[進一步瞭解檢索器指令](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/)。"
|
|
1345
1261
|
},
|
|
1346
1262
|
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1347
1263
|
"message": "網頁的索引功能被封鎖"
|
|
@@ -1350,7 +1266,7 @@
|
|
|
1350
1266
|
"message": "網頁的索引功能未被封鎖"
|
|
1351
1267
|
},
|
|
1352
1268
|
"core/audits/seo/link-text.js | description": {
|
|
1353
|
-
"message": "連結說明文字可協助搜尋引擎瞭解您的內容。[
|
|
1269
|
+
"message": "連結說明文字可協助搜尋引擎瞭解您的內容。[瞭解如何讓連結更易用](https://developer.chrome.com/docs/lighthouse/seo/link-text/)。"
|
|
1354
1270
|
},
|
|
1355
1271
|
"core/audits/seo/link-text.js | displayValue": {
|
|
1356
1272
|
"message": "{itemCount,plural, =1{找到 1 個連結}other{找到 # 個連結}}"
|
|
@@ -1362,13 +1278,13 @@
|
|
|
1362
1278
|
"message": "連結具有說明文字"
|
|
1363
1279
|
},
|
|
1364
1280
|
"core/audits/seo/manual/structured-data.js | description": {
|
|
1365
|
-
"message": "執行[結構化資料測試工具](https://search.google.com/structured-data/testing-tool/)和[結構化資料 Linter](http://linter.structured-data.org/) 來驗證結構化資料。[
|
|
1281
|
+
"message": "執行[結構化資料測試工具](https://search.google.com/structured-data/testing-tool/)和[結構化資料 Linter](http://linter.structured-data.org/) 來驗證結構化資料。[進一步瞭解結構化資料](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
|
|
1366
1282
|
},
|
|
1367
1283
|
"core/audits/seo/manual/structured-data.js | title": {
|
|
1368
1284
|
"message": "結構化資料有效"
|
|
1369
1285
|
},
|
|
1370
1286
|
"core/audits/seo/meta-description.js | description": {
|
|
1371
|
-
"message": "您可在搜尋結果中加入中繼說明,簡要描述網頁內容。[
|
|
1287
|
+
"message": "您可在搜尋結果中加入中繼說明,簡要描述網頁內容。[進一步瞭解中繼說明](https://developer.chrome.com/docs/lighthouse/seo/meta-description/)。"
|
|
1372
1288
|
},
|
|
1373
1289
|
"core/audits/seo/meta-description.js | explanation": {
|
|
1374
1290
|
"message": "沒有說明文字。"
|
|
@@ -1380,7 +1296,7 @@
|
|
|
1380
1296
|
"message": "文件具有中繼說明"
|
|
1381
1297
|
},
|
|
1382
1298
|
"core/audits/seo/plugins.js | description": {
|
|
1383
|
-
"message": "搜尋引擎無法為外掛程式內容加入索引,而且很多裝置對外掛程式都設有限制甚至不提供支援。[
|
|
1299
|
+
"message": "搜尋引擎無法為外掛程式內容加入索引,而且很多裝置對外掛程式都設有限制甚至不提供支援。[進一步瞭解如何避免使用外掛程式](https://developer.chrome.com/docs/lighthouse/seo/plugins/)。"
|
|
1384
1300
|
},
|
|
1385
1301
|
"core/audits/seo/plugins.js | failureTitle": {
|
|
1386
1302
|
"message": "文件使用外掛程式"
|
|
@@ -1389,7 +1305,7 @@
|
|
|
1389
1305
|
"message": "文件避免使用外掛程式"
|
|
1390
1306
|
},
|
|
1391
1307
|
"core/audits/seo/robots-txt.js | description": {
|
|
1392
|
-
"message": "如果您的 robots.txt 檔案格式錯誤,檢索器可能無法瞭解您偏好的網站檢索或加入索引方式。[
|
|
1308
|
+
"message": "如果您的 robots.txt 檔案格式錯誤,檢索器可能無法瞭解您偏好的網站檢索或加入索引方式。[進一步瞭解 robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)。"
|
|
1393
1309
|
},
|
|
1394
1310
|
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1395
1311
|
"message": "robots.txt 要求傳回以下 HTTP 狀態:{statusCode}"
|
|
@@ -1407,7 +1323,7 @@
|
|
|
1407
1323
|
"message": "robots.txt 有效"
|
|
1408
1324
|
},
|
|
1409
1325
|
"core/audits/seo/tap-targets.js | description": {
|
|
1410
|
-
"message": "按鈕和連結等互動元素的大小應至少有 48x48 像素,且周圍應保留足夠空間以便使用者輕按,同時避免與其他元素重疊的情況。[
|
|
1326
|
+
"message": "按鈕和連結等互動元素的大小應至少有 48x48 像素,且周圍應保留足夠空間以便使用者輕按,同時避免與其他元素重疊的情況。[進一步瞭解輕按目標](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)。"
|
|
1411
1327
|
},
|
|
1412
1328
|
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1413
1329
|
"message": "{decimalProportion, number, percent} 的輕按目標大小適中"
|
|
@@ -1428,7 +1344,7 @@
|
|
|
1428
1344
|
"message": "輕按目標已設定成適當大小"
|
|
1429
1345
|
},
|
|
1430
1346
|
"core/audits/server-response-time.js | description": {
|
|
1431
|
-
"message": "請確保主要文件的伺服器回應時間不會太長,因為這會影響所有其他要求。[
|
|
1347
|
+
"message": "請確保主要文件的伺服器回應時間不會太長,因為這會影響所有其他要求。[進一步瞭解「首個字節時間」數據](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
|
|
1432
1348
|
},
|
|
1433
1349
|
"core/audits/server-response-time.js | displayValue": {
|
|
1434
1350
|
"message": "根文件回應時間為 {timeInMs, number, milliseconds} 毫秒"
|
|
@@ -1440,7 +1356,7 @@
|
|
|
1440
1356
|
"message": "初始伺服器回應時間短暫"
|
|
1441
1357
|
},
|
|
1442
1358
|
"core/audits/service-worker.js | description": {
|
|
1443
|
-
"message": "Service Worker 技術可讓您的應用程式使用多項漸進式網絡應用程式的功能,例如離線存取、新增到主畫面和推送通知。[
|
|
1359
|
+
"message": "Service Worker 技術可讓您的應用程式使用多項漸進式網絡應用程式的功能,例如離線存取、新增到主畫面和推送通知。[進一步瞭解 Service Worker](https://developer.chrome.com/docs/lighthouse/pwa/service-worker/)。"
|
|
1444
1360
|
},
|
|
1445
1361
|
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1446
1362
|
"message": "此網頁由 Service Worker 控制,但系統無法將資訊清單剖析為有效的 JSON,因此找不到任何 `start_url`"
|
|
@@ -1461,7 +1377,7 @@
|
|
|
1461
1377
|
"message": "已註冊可控制網頁和 `start_url` 的 Service Worker"
|
|
1462
1378
|
},
|
|
1463
1379
|
"core/audits/splash-screen.js | description": {
|
|
1464
|
-
"message": "透過設定啟動畫面的主題,可確保使用者從主畫面啟動您的應用程式時享有優質體驗。[
|
|
1380
|
+
"message": "透過設定啟動畫面的主題,可確保使用者從主畫面啟動您的應用程式時享有優質體驗。[進一步瞭解啟動畫面](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)。"
|
|
1465
1381
|
},
|
|
1466
1382
|
"core/audits/splash-screen.js | failureTitle": {
|
|
1467
1383
|
"message": "未設定自訂啟動畫面"
|
|
@@ -1470,7 +1386,7 @@
|
|
|
1470
1386
|
"message": "設有自訂啟動畫面"
|
|
1471
1387
|
},
|
|
1472
1388
|
"core/audits/themed-omnibox.js | description": {
|
|
1473
|
-
"message": "您可以將瀏覽器網址列的主題設定為與網站相符。[
|
|
1389
|
+
"message": "您可以將瀏覽器網址列的主題設定為與網站相符。[進一步瞭解如何設定網址列的主題](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)。"
|
|
1474
1390
|
},
|
|
1475
1391
|
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1476
1392
|
"message": "未設定網址列的主題顏色。"
|
|
@@ -1494,7 +1410,7 @@
|
|
|
1494
1410
|
"message": "產品"
|
|
1495
1411
|
},
|
|
1496
1412
|
"core/audits/third-party-facades.js | description": {
|
|
1497
|
-
"message": "部分第三方嵌入內容可延遲載入。建議您在必要時才以外觀取代。[
|
|
1413
|
+
"message": "部分第三方嵌入內容可延遲載入。建議您在必要時才以外觀取代。[瞭解如何透過外觀延遲載入第三方內容](https://developer.chrome.com/docs/lighthouse/performance/third-party-facades/)。"
|
|
1498
1414
|
},
|
|
1499
1415
|
"core/audits/third-party-facades.js | displayValue": {
|
|
1500
1416
|
"message": "{itemCount,plural, =1{可使用 # 個替代外觀}other{可使用 # 個替代外觀}}"
|
|
@@ -1509,7 +1425,7 @@
|
|
|
1509
1425
|
"message": "第三方"
|
|
1510
1426
|
},
|
|
1511
1427
|
"core/audits/third-party-summary.js | description": {
|
|
1512
|
-
"message": "第三方程式碼可能會嚴重影響載入效能。請盡量減少不必要的第三方供應商,並在網頁的主要內容載入完成後,再載入第三方程式碼。[
|
|
1428
|
+
"message": "第三方程式碼可能會嚴重影響載入效能。請盡量減少不必要的第三方供應商,並在網頁的主要內容載入完成後,再載入第三方程式碼。[瞭解如何盡量減少第三方程式碼的影響](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)。"
|
|
1513
1429
|
},
|
|
1514
1430
|
"core/audits/third-party-summary.js | displayValue": {
|
|
1515
1431
|
"message": "第三方程式碼將主要執行緒封鎖了 {timeInMs, number, milliseconds} 毫秒"
|
|
@@ -1527,13 +1443,13 @@
|
|
|
1527
1443
|
"message": "數據"
|
|
1528
1444
|
},
|
|
1529
1445
|
"core/audits/timing-budget.js | description": {
|
|
1530
|
-
"message": "設定時間預算可助您隨時留意網站的效能。效能穩定的網站能快速載入網頁,並迅速回應使用者的輸入事件。[
|
|
1446
|
+
"message": "設定時間預算可助您隨時留意網站的效能。效能穩定的網站能快速載入網頁,並迅速回應使用者的輸入事件。[進一步瞭解效能預算](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
|
|
1531
1447
|
},
|
|
1532
1448
|
"core/audits/timing-budget.js | title": {
|
|
1533
1449
|
"message": "時間預算"
|
|
1534
1450
|
},
|
|
1535
1451
|
"core/audits/unsized-images.js | description": {
|
|
1536
|
-
"message": "請明確設定圖片元素的寬度和高度,以減少版面配置轉移及改善累計版面配置轉移 (CLS)。[
|
|
1452
|
+
"message": "請明確設定圖片元素的寬度和高度,以減少版面配置轉移及改善累計版面配置轉移 (CLS)。[瞭解如何設定圖片尺寸](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1537
1453
|
},
|
|
1538
1454
|
"core/audits/unsized-images.js | failureTitle": {
|
|
1539
1455
|
"message": "圖片元素並無顯性`width`和`height`"
|
|
@@ -1545,7 +1461,7 @@
|
|
|
1545
1461
|
"message": "類別"
|
|
1546
1462
|
},
|
|
1547
1463
|
"core/audits/user-timings.js | description": {
|
|
1548
|
-
"message": "
|
|
1464
|
+
"message": "建議使用 User Timing API 評估應用程式在關鍵使用者體驗期間的實際成效。[進一步瞭解「用戶使用時間」標記](https://developer.chrome.com/docs/lighthouse/performance/user-timings/)。"
|
|
1549
1465
|
},
|
|
1550
1466
|
"core/audits/user-timings.js | displayValue": {
|
|
1551
1467
|
"message": "{itemCount,plural, =1{1 個用戶使用時間標記}other{# 個用戶使用時間標記}}"
|
|
@@ -1557,7 +1473,7 @@
|
|
|
1557
1473
|
"message": "{securityOrigin} 有「`<link rel=preconnect>`」,但瀏覽器沒有使用。請檢查您使用 `crossorigin` 屬性的方式是否正確。"
|
|
1558
1474
|
},
|
|
1559
1475
|
"core/audits/uses-rel-preconnect.js | description": {
|
|
1560
|
-
"message": "建議您新增 `preconnect` 或 `dns-prefetch` 資源提示,及早連線至重要的第三方來源。[
|
|
1476
|
+
"message": "建議您新增 `preconnect` 或 `dns-prefetch` 資源提示,及早連線至重要的第三方來源。[瞭解如何預先連線至需要的來源](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/)。"
|
|
1561
1477
|
},
|
|
1562
1478
|
"core/audits/uses-rel-preconnect.js | title": {
|
|
1563
1479
|
"message": "預先連接至必要來源"
|
|
@@ -1572,7 +1488,7 @@
|
|
|
1572
1488
|
"message": "「{preloadURL}」有預先載入的 `<link>`,但瀏覽器沒有使用。請檢查您使用 `crossorigin` 屬性的方式是否正確。"
|
|
1573
1489
|
},
|
|
1574
1490
|
"core/audits/uses-rel-preload.js | description": {
|
|
1575
|
-
"message": "建議使用 `<link rel=preload>` 來指定優先需要的網絡要求,並預先擷取資源。[
|
|
1491
|
+
"message": "建議使用 `<link rel=preload>` 來指定優先需要的網絡要求,並預先擷取資源。[瞭解如何預先載入關鍵要求](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preload/)。"
|
|
1576
1492
|
},
|
|
1577
1493
|
"core/audits/uses-rel-preload.js | title": {
|
|
1578
1494
|
"message": "預先載入關鍵要求"
|
|
@@ -1581,7 +1497,7 @@
|
|
|
1581
1497
|
"message": "對應網址"
|
|
1582
1498
|
},
|
|
1583
1499
|
"core/audits/valid-source-maps.js | description": {
|
|
1584
|
-
"message": "
|
|
1500
|
+
"message": "來源對應會將經壓縮的程式碼轉譯成原始碼。此功能可協助開發人員在正式版本中偵錯。此外,Lighthouse 亦能提供進一步的分析資料。建議您部署來源對應,以善用這些優勢。[進一步瞭解來源對應](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)。"
|
|
1585
1501
|
},
|
|
1586
1502
|
"core/audits/valid-source-maps.js | failureTitle": {
|
|
1587
1503
|
"message": "缺少大型第一方 JavaScript 的來源對應"
|
|
@@ -1596,7 +1512,7 @@
|
|
|
1596
1512
|
"message": "頁面包含有效的來源對應"
|
|
1597
1513
|
},
|
|
1598
1514
|
"core/audits/viewport.js | description": {
|
|
1599
|
-
"message": "`<meta name=\"viewport\">` 不但會針對流動裝置螢幕大小來優化應用程式,還能夠防止[使用者輸入時發生 300 毫秒的延遲](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)。[
|
|
1515
|
+
"message": "`<meta name=\"viewport\">` 不但會針對流動裝置螢幕大小來優化應用程式,還能夠防止[使用者輸入時發生 300 毫秒的延遲](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)。[進一步瞭解使用檢視區中繼標記](https://developer.chrome.com/docs/lighthouse/pwa/viewport/)。"
|
|
1600
1516
|
},
|
|
1601
1517
|
"core/audits/viewport.js | explanationNoTag": {
|
|
1602
1518
|
"message": "找不到任何 `<meta name=\"viewport\">` 標籤"
|
|
@@ -1607,6 +1523,30 @@
|
|
|
1607
1523
|
"core/audits/viewport.js | title": {
|
|
1608
1524
|
"message": "具備包括 `<meta name=\"viewport\">` 或 `width` 的 `initial-scale` 標籤"
|
|
1609
1525
|
},
|
|
1526
|
+
"core/audits/work-during-interaction.js | description": {
|
|
1527
|
+
"message": "這是在「互動至下一個繪製」測量期間發生的執行緒封鎖工作。[進一步瞭解「互動至下一個繪製」數據](https://web.dev/inp/)。"
|
|
1528
|
+
},
|
|
1529
|
+
"core/audits/work-during-interaction.js | displayValue": {
|
|
1530
|
+
"message": "事件「{interactionType}」已花費 {timeInMs, number, milliseconds} 毫秒"
|
|
1531
|
+
},
|
|
1532
|
+
"core/audits/work-during-interaction.js | eventTarget": {
|
|
1533
|
+
"message": "事件目標"
|
|
1534
|
+
},
|
|
1535
|
+
"core/audits/work-during-interaction.js | failureTitle": {
|
|
1536
|
+
"message": "在重要互動時將工作減至最少"
|
|
1537
|
+
},
|
|
1538
|
+
"core/audits/work-during-interaction.js | inputDelay": {
|
|
1539
|
+
"message": "輸入延遲"
|
|
1540
|
+
},
|
|
1541
|
+
"core/audits/work-during-interaction.js | presentationDelay": {
|
|
1542
|
+
"message": "螢幕畫面分享延遲"
|
|
1543
|
+
},
|
|
1544
|
+
"core/audits/work-during-interaction.js | processingTime": {
|
|
1545
|
+
"message": "處理時間"
|
|
1546
|
+
},
|
|
1547
|
+
"core/audits/work-during-interaction.js | title": {
|
|
1548
|
+
"message": "在重要互動時將工作減至最少"
|
|
1549
|
+
},
|
|
1610
1550
|
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1611
1551
|
"message": "這些提示可協助改善 ARIA 在應用程式中的使用情況,進而提升輔助技術 (例如螢幕閱讀器) 使用者的體驗。"
|
|
1612
1552
|
},
|
|
@@ -1626,10 +1566,10 @@
|
|
|
1626
1566
|
"message": "最佳做法"
|
|
1627
1567
|
},
|
|
1628
1568
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1629
|
-
"message": "這些檢查會提供[網頁應用程式無障礙功能的改善建議](https://
|
|
1569
|
+
"message": "這些檢查會提供[網頁應用程式無障礙功能的改善建議](https://developer.chrome.com/docs/lighthouse/accessibility/)。系統只能自動偵測一部分的無障礙功能問題,因此建議您另行手動測試。"
|
|
1630
1570
|
},
|
|
1631
1571
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1632
|
-
"message": "這些審核項目會檢查自動化測試工具未涵蓋的區域。詳情請參閱[無障礙功能審查的執行指南](https://
|
|
1572
|
+
"message": "這些審核項目會檢查自動化測試工具未涵蓋的區域。詳情請參閱[無障礙功能審查的執行指南](https://web.dev/how-to-review/)。"
|
|
1633
1573
|
},
|
|
1634
1574
|
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1635
1575
|
"message": "無障礙功能"
|
|
@@ -1686,7 +1626,7 @@
|
|
|
1686
1626
|
"message": "預算"
|
|
1687
1627
|
},
|
|
1688
1628
|
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1689
|
-
"message": "進一步瞭解應用程式效能。這些數字不會[直接影響](https://
|
|
1629
|
+
"message": "進一步瞭解應用程式效能。這些數字不會[直接影響](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)「效能」分數。"
|
|
1690
1630
|
},
|
|
1691
1631
|
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1692
1632
|
"message": "診斷"
|
|
@@ -1698,7 +1638,7 @@
|
|
|
1698
1638
|
"message": "首次繪製改進"
|
|
1699
1639
|
},
|
|
1700
1640
|
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1701
|
-
"message": "這些建議可加快網頁載入速度,但不會[直接影響](https://
|
|
1641
|
+
"message": "這些建議可加快網頁載入速度,但不會[直接影響](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)「效能」分數。"
|
|
1702
1642
|
},
|
|
1703
1643
|
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1704
1644
|
"message": "優化建議"
|
|
@@ -1716,10 +1656,10 @@
|
|
|
1716
1656
|
"message": "效能"
|
|
1717
1657
|
},
|
|
1718
1658
|
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1719
|
-
"message": "這些檢查項目可驗證漸進式網絡應用程式的不同層面。[
|
|
1659
|
+
"message": "這些檢查項目可驗證漸進式網絡應用程式的不同層面。[瞭解良好的漸進式網頁應用程式有什麼特點](https://web.dev/pwa-checklist/)。"
|
|
1720
1660
|
},
|
|
1721
1661
|
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1722
|
-
"message": "這些是基本 [PWA 檢查清單](https://
|
|
1662
|
+
"message": "這些是基本 [PWA 檢查清單](https://web.dev/pwa-checklist/)規定的檢查項目,但 Lighthouse 不會自動檢查這些項目。它們不會影響您的分數,但請務必手動驗證這些項目。"
|
|
1723
1663
|
},
|
|
1724
1664
|
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1725
1665
|
"message": "PWA : 漸進式網頁應用程式 (PWA)"
|
|
@@ -1731,7 +1671,7 @@
|
|
|
1731
1671
|
"message": "已優化 PWA"
|
|
1732
1672
|
},
|
|
1733
1673
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1734
|
-
"message": "這些檢查可確保網頁符合基本搜尋引擎優化建議。這裡有很多其他因素不在 Lighthouse 評分範圍內,但仍可能會影響您的搜尋排名,包括[網站使用體驗核心指標報告](https://web.dev/learn-web-vitals/)的效能。[
|
|
1674
|
+
"message": "這些檢查可確保網頁符合基本搜尋引擎優化建議。這裡有很多其他因素不在 Lighthouse 評分範圍內,但仍可能會影響您的搜尋排名,包括[網站使用體驗核心指標報告](https://web.dev/learn-core-web-vitals/)的效能。[進一步瞭解 Google Search Essentials](https://support.google.com/webmasters/answer/35769)。"
|
|
1735
1675
|
},
|
|
1736
1676
|
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1737
1677
|
"message": "在您的網站上執行這些額外的驗證工具,以檢查其他 SEO 最佳做法。"
|
|
@@ -1752,13 +1692,13 @@
|
|
|
1752
1692
|
"message": "檢索和加入索引"
|
|
1753
1693
|
},
|
|
1754
1694
|
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1755
|
-
"message": "請確保您的頁面適合透過流動裝置瀏覽,讓使用者無需兩指縮放或放大螢幕即可閱讀網頁內容。[
|
|
1695
|
+
"message": "請確保您的頁面適合透過流動裝置瀏覽,讓使用者無需兩指縮放或放大螢幕即可閱讀網頁內容。[瞭解如何讓頁面適合流動裝置瀏覽](https://developers.google.com/search/mobile-sites/)。"
|
|
1756
1696
|
},
|
|
1757
1697
|
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1758
1698
|
"message": "適合透過流動裝置瀏覽"
|
|
1759
1699
|
},
|
|
1760
1700
|
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1761
|
-
"message": "已測試裝置的 CPU 似乎比 Lighthouse 所預期的慢,因此可能會對您的效能分數產生負面影響。進一步瞭解[如何校準適當的 CPU 減速乘數](https://github.com/GoogleChrome/lighthouse/blob/
|
|
1701
|
+
"message": "已測試裝置的 CPU 似乎比 Lighthouse 所預期的慢,因此可能會對您的效能分數產生負面影響。進一步瞭解[如何校準適當的 CPU 減速乘數](https://github.com/GoogleChrome/lighthouse/blob/main/docs/throttling.md#cpu-throttling)。"
|
|
1762
1702
|
},
|
|
1763
1703
|
"core/gather/driver/navigation.js | warningRedirected": {
|
|
1764
1704
|
"message": "您的測試網址 ({requested}) 已重新導向至 {final},因此頁面未必可以如預期載入。請嘗試直接測試第二個網址。"
|
|
@@ -1766,9 +1706,357 @@
|
|
|
1766
1706
|
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1767
1707
|
"message": "頁面載入過慢,無法於時限內完成,結果可能並不完整。"
|
|
1768
1708
|
},
|
|
1709
|
+
"core/gather/driver/storage.js | warningCacheTimeout": {
|
|
1710
|
+
"message": "清除瀏覽器快取已逾時。請嘗試再次審核此頁面。如果問題仍未解決,請報告錯誤。"
|
|
1711
|
+
},
|
|
1769
1712
|
"core/gather/driver/storage.js | warningData": {
|
|
1770
1713
|
"message": "{locationCount,plural, =1{此位置可能有儲存資料正在影響載入效能:{locations}。請透過無痕式視窗審核此頁面,以免這些資源影響分數。}other{這些位置可能有儲存資料正在影響載入效能:{locations}。請透過無痕式視窗審核此頁面,以免這些資源影響分數。}}"
|
|
1771
1714
|
},
|
|
1715
|
+
"core/gather/driver/storage.js | warningOriginDataTimeout": {
|
|
1716
|
+
"message": "清除原始資料已逾時。請嘗試再次審核此頁面。如果問題仍未解決,請報告錯誤。"
|
|
1717
|
+
},
|
|
1718
|
+
"core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
|
|
1719
|
+
"message": "只有透過 GET 要求載入的網頁才符合向前/返回快取的資格。"
|
|
1720
|
+
},
|
|
1721
|
+
"core/lib/bf-cache-strings.js | HTTPStatusNotOK": {
|
|
1722
|
+
"message": "只有狀態碼為 2XX 的網頁才可快取。"
|
|
1723
|
+
},
|
|
1724
|
+
"core/lib/bf-cache-strings.js | JavaScriptExecution": {
|
|
1725
|
+
"message": "Chrome 偵測到嘗試在快取中執行 JavaScript。"
|
|
1726
|
+
},
|
|
1727
|
+
"core/lib/bf-cache-strings.js | appBanner": {
|
|
1728
|
+
"message": "要求 AppBanner 的網頁目前不符合向前/返回快取的資格。"
|
|
1729
|
+
},
|
|
1730
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabled": {
|
|
1731
|
+
"message": "標記已停用向前/返回快取。如要在此裝置上啟用該功能,請前往 chrome://flags/#back-forward-cache。"
|
|
1732
|
+
},
|
|
1733
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledByCommandLine": {
|
|
1734
|
+
"message": "指令列已停用向前/返回快取。"
|
|
1735
|
+
},
|
|
1736
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledByLowMemory": {
|
|
1737
|
+
"message": "由於記憶體不足,因此系統已停用向前/返回快取。"
|
|
1738
|
+
},
|
|
1739
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledForDelegate": {
|
|
1740
|
+
"message": "委派目標不支援向前/返回快取。"
|
|
1741
|
+
},
|
|
1742
|
+
"core/lib/bf-cache-strings.js | backForwardCacheDisabledForPrerender": {
|
|
1743
|
+
"message": "已為預先轉譯器停用向前/返回快取。"
|
|
1744
|
+
},
|
|
1745
|
+
"core/lib/bf-cache-strings.js | broadcastChannel": {
|
|
1746
|
+
"message": "網頁有包含已註冊監聽器的 BroadcastChannel 例項,因此系統無法快取網頁。"
|
|
1747
|
+
},
|
|
1748
|
+
"core/lib/bf-cache-strings.js | cacheControlNoStore": {
|
|
1749
|
+
"message": "包含 cache-control:no-store 標題的網頁無法儲存至向前/返回快取。"
|
|
1750
|
+
},
|
|
1751
|
+
"core/lib/bf-cache-strings.js | cacheFlushed": {
|
|
1752
|
+
"message": "有人刻意清除快取。"
|
|
1753
|
+
},
|
|
1754
|
+
"core/lib/bf-cache-strings.js | cacheLimit": {
|
|
1755
|
+
"message": "為了讓系統可快取其他網頁,此網頁已從快取中移除。"
|
|
1756
|
+
},
|
|
1757
|
+
"core/lib/bf-cache-strings.js | containsPlugins": {
|
|
1758
|
+
"message": "包含外掛程式的網頁目前不符合向前/返回快取的資格。"
|
|
1759
|
+
},
|
|
1760
|
+
"core/lib/bf-cache-strings.js | contentFileChooser": {
|
|
1761
|
+
"message": "使用 FileChooser API 的網頁不符合向前/返回快取的資格。"
|
|
1762
|
+
},
|
|
1763
|
+
"core/lib/bf-cache-strings.js | contentFileSystemAccess": {
|
|
1764
|
+
"message": "使用檔案系統存取 API 的網頁不符合向前/返回快取的資格。"
|
|
1765
|
+
},
|
|
1766
|
+
"core/lib/bf-cache-strings.js | contentMediaDevicesDispatcherHost": {
|
|
1767
|
+
"message": "使用媒體裝置調度工具的網頁不符合向前/返回快取的資格。"
|
|
1768
|
+
},
|
|
1769
|
+
"core/lib/bf-cache-strings.js | contentMediaPlay": {
|
|
1770
|
+
"message": "使用者離開網頁時,媒體播放器正在播放內容。"
|
|
1771
|
+
},
|
|
1772
|
+
"core/lib/bf-cache-strings.js | contentMediaSession": {
|
|
1773
|
+
"message": "使用 MediaSession API 並設定播放狀態的網頁不符合向前/返回快取的資格。"
|
|
1774
|
+
},
|
|
1775
|
+
"core/lib/bf-cache-strings.js | contentMediaSessionService": {
|
|
1776
|
+
"message": "使用 MediaSession API 並設定動作處理常式的網頁不符合向前/返回快取的資格。"
|
|
1777
|
+
},
|
|
1778
|
+
"core/lib/bf-cache-strings.js | contentScreenReader": {
|
|
1779
|
+
"message": "由於螢幕閱讀器的關係,系統已停用向前/返回快取。"
|
|
1780
|
+
},
|
|
1781
|
+
"core/lib/bf-cache-strings.js | contentSecurityHandler": {
|
|
1782
|
+
"message": "使用 SecurityHandler 的網頁不符合向前/返回快取的資格。"
|
|
1783
|
+
},
|
|
1784
|
+
"core/lib/bf-cache-strings.js | contentSerial": {
|
|
1785
|
+
"message": "使用序號 API 的網頁不符合向前/返回快取的資格。"
|
|
1786
|
+
},
|
|
1787
|
+
"core/lib/bf-cache-strings.js | contentWebAuthenticationAPI": {
|
|
1788
|
+
"message": "使用 WebAuthetication API 的網頁不符合向前/返回快取的資格。"
|
|
1789
|
+
},
|
|
1790
|
+
"core/lib/bf-cache-strings.js | contentWebBluetooth": {
|
|
1791
|
+
"message": "使用 WebBluetooth API 的網頁不符合向前/返回快取的資格。"
|
|
1792
|
+
},
|
|
1793
|
+
"core/lib/bf-cache-strings.js | contentWebUSB": {
|
|
1794
|
+
"message": "使用 WebUSB API 的網頁不符合向前/返回快取的資格。"
|
|
1795
|
+
},
|
|
1796
|
+
"core/lib/bf-cache-strings.js | dedicatedWorkerOrWorklet": {
|
|
1797
|
+
"message": "使用專屬 Worker 或 Worklet 的網頁目前不符合向前/返回快取的資格。"
|
|
1798
|
+
},
|
|
1799
|
+
"core/lib/bf-cache-strings.js | documentLoaded": {
|
|
1800
|
+
"message": "文件未在使用者離開前完成載入。"
|
|
1801
|
+
},
|
|
1802
|
+
"core/lib/bf-cache-strings.js | embedderAppBannerManager": {
|
|
1803
|
+
"message": "使用者離開網頁時,系統會顯示「應用程式橫額」。"
|
|
1804
|
+
},
|
|
1805
|
+
"core/lib/bf-cache-strings.js | embedderChromePasswordManagerClientBindCredentialManager": {
|
|
1806
|
+
"message": "使用者離開網頁時,系統會顯示 Chrome 密碼管理工具。"
|
|
1807
|
+
},
|
|
1808
|
+
"core/lib/bf-cache-strings.js | embedderDomDistillerSelfDeletingRequestDelegate": {
|
|
1809
|
+
"message": "使用者離開網頁時,DOM distillation 正在處理中。"
|
|
1810
|
+
},
|
|
1811
|
+
"core/lib/bf-cache-strings.js | embedderDomDistillerViewerSource": {
|
|
1812
|
+
"message": "使用者離開網頁時,系統會顯示 DOM Distiller Viewer。"
|
|
1813
|
+
},
|
|
1814
|
+
"core/lib/bf-cache-strings.js | embedderExtensionMessaging": {
|
|
1815
|
+
"message": "由於擴充程式使用訊息 API,因此系統已停用向前/返回快取。"
|
|
1816
|
+
},
|
|
1817
|
+
"core/lib/bf-cache-strings.js | embedderExtensionMessagingForOpenPort": {
|
|
1818
|
+
"message": "在儲存至往向前/返回快取前,可持續連線的擴充程式應中斷連線。"
|
|
1819
|
+
},
|
|
1820
|
+
"core/lib/bf-cache-strings.js | embedderExtensionSentMessageToCachedFrame": {
|
|
1821
|
+
"message": "可持續連線的擴充程式嘗試在向前/返回快取中傳送訊息給頁框。"
|
|
1822
|
+
},
|
|
1823
|
+
"core/lib/bf-cache-strings.js | embedderExtensions": {
|
|
1824
|
+
"message": "由於擴充程式的關係,系統已停用向前/返回快取。"
|
|
1825
|
+
},
|
|
1826
|
+
"core/lib/bf-cache-strings.js | embedderModalDialog": {
|
|
1827
|
+
"message": "使用者離開網頁時,系統會在該頁面顯示強制回應對話方塊,例如重新提交表格或 HTTP 密碼對話框。"
|
|
1828
|
+
},
|
|
1829
|
+
"core/lib/bf-cache-strings.js | embedderOfflinePage": {
|
|
1830
|
+
"message": "使用者離開網頁時,系統會顯示離線頁面。"
|
|
1831
|
+
},
|
|
1832
|
+
"core/lib/bf-cache-strings.js | embedderOomInterventionTabHelper": {
|
|
1833
|
+
"message": "使用者離開網頁時,系統會顯示 Out-Of-Memory Intervention。"
|
|
1834
|
+
},
|
|
1835
|
+
"core/lib/bf-cache-strings.js | embedderPermissionRequestManager": {
|
|
1836
|
+
"message": "使用者離開網頁時,系統會要求權限。"
|
|
1837
|
+
},
|
|
1838
|
+
"core/lib/bf-cache-strings.js | embedderPopupBlockerTabHelper": {
|
|
1839
|
+
"message": "使用者離開網頁時,系統會顯示彈出式視窗封鎖器。"
|
|
1840
|
+
},
|
|
1841
|
+
"core/lib/bf-cache-strings.js | embedderSafeBrowsingThreatDetails": {
|
|
1842
|
+
"message": "使用者離開網頁時,系統會顯示安全瀏覽詳細資料。"
|
|
1843
|
+
},
|
|
1844
|
+
"core/lib/bf-cache-strings.js | embedderSafeBrowsingTriggeredPopupBlocker": {
|
|
1845
|
+
"message": "安全瀏覽功能將此網頁視為濫用,並已封鎖彈出式視窗。"
|
|
1846
|
+
},
|
|
1847
|
+
"core/lib/bf-cache-strings.js | enteredBackForwardCacheBeforeServiceWorkerHostAdded": {
|
|
1848
|
+
"message": "Service Worker 已在網頁儲存於向前/返回快取時啟用。"
|
|
1849
|
+
},
|
|
1850
|
+
"core/lib/bf-cache-strings.js | errorDocument": {
|
|
1851
|
+
"message": "由於發生文件錯誤,向前/返回快取已停用。"
|
|
1852
|
+
},
|
|
1853
|
+
"core/lib/bf-cache-strings.js | fencedFramesEmbedder": {
|
|
1854
|
+
"message": "使用 FencedFrames 的頁面無法儲存在向前/返回快取之中。"
|
|
1855
|
+
},
|
|
1856
|
+
"core/lib/bf-cache-strings.js | foregroundCacheLimit": {
|
|
1857
|
+
"message": "為了讓系統可快取其他網頁,此網頁已從快取中移除。"
|
|
1858
|
+
},
|
|
1859
|
+
"core/lib/bf-cache-strings.js | grantedMediaStreamAccess": {
|
|
1860
|
+
"message": "授予媒體串流播放權限的網頁目前不符合向前/返回快取的資格。"
|
|
1861
|
+
},
|
|
1862
|
+
"core/lib/bf-cache-strings.js | haveInnerContents": {
|
|
1863
|
+
"message": "使用入口網站的網頁目前不符合向前/返回快取的資格。"
|
|
1864
|
+
},
|
|
1865
|
+
"core/lib/bf-cache-strings.js | idleManager": {
|
|
1866
|
+
"message": "使用 IdleManager 的網頁目前不符合向前/返回快取的資格。"
|
|
1867
|
+
},
|
|
1868
|
+
"core/lib/bf-cache-strings.js | indexedDBConnection": {
|
|
1869
|
+
"message": "包含開放式 IndexedDB 連線的網頁目前不符合向前/返回快取的資格。"
|
|
1870
|
+
},
|
|
1871
|
+
"core/lib/bf-cache-strings.js | ineligibleAPI": {
|
|
1872
|
+
"message": "使用了不符合資格的 API。"
|
|
1873
|
+
},
|
|
1874
|
+
"core/lib/bf-cache-strings.js | injectedJavascript": {
|
|
1875
|
+
"message": "由擴充程式插入 JavaScript 的網頁目前不符合向前/返回快取的資格。"
|
|
1876
|
+
},
|
|
1877
|
+
"core/lib/bf-cache-strings.js | injectedStyleSheet": {
|
|
1878
|
+
"message": "由擴充程式插入 StyleSheet 的網頁目前不符合向前/返回快取的資格。"
|
|
1879
|
+
},
|
|
1880
|
+
"core/lib/bf-cache-strings.js | internalError": {
|
|
1881
|
+
"message": "內部錯誤。"
|
|
1882
|
+
},
|
|
1883
|
+
"core/lib/bf-cache-strings.js | keepaliveRequest": {
|
|
1884
|
+
"message": "由於有 Keepalive 要求,因此系統已停用向前/返回快取。"
|
|
1885
|
+
},
|
|
1886
|
+
"core/lib/bf-cache-strings.js | keyboardLock": {
|
|
1887
|
+
"message": "使用鍵盤鎖定的網頁目前不符合向前/返回快取的資格。"
|
|
1888
|
+
},
|
|
1889
|
+
"core/lib/bf-cache-strings.js | loading": {
|
|
1890
|
+
"message": "網頁在使用者離開前尚未完成載入。"
|
|
1891
|
+
},
|
|
1892
|
+
"core/lib/bf-cache-strings.js | mainResourceHasCacheControlNoCache": {
|
|
1893
|
+
"message": "主要資源包含 cache-control:no-cache 的網頁無法儲存至向前/返回快取。"
|
|
1894
|
+
},
|
|
1895
|
+
"core/lib/bf-cache-strings.js | mainResourceHasCacheControlNoStore": {
|
|
1896
|
+
"message": "主要資源包含 cache-control:no-store 的網頁無法儲存至向前/返回快取。"
|
|
1897
|
+
},
|
|
1898
|
+
"core/lib/bf-cache-strings.js | navigationCancelledWhileRestoring": {
|
|
1899
|
+
"message": "瀏覽操作已在網頁從向前/返回快取中還原前取消。"
|
|
1900
|
+
},
|
|
1901
|
+
"core/lib/bf-cache-strings.js | networkExceedsBufferLimit": {
|
|
1902
|
+
"message": "由於有效的網路連線收到太多資料,因此網頁已從快取中移除。Chrome 會限制網頁可在快取時接收的資料量。"
|
|
1903
|
+
},
|
|
1904
|
+
"core/lib/bf-cache-strings.js | networkRequestDatapipeDrainedAsBytesConsumer": {
|
|
1905
|
+
"message": "包含 in-flight fetch() 或 XHR 的網頁目前不符合向前/返回快取的資格。"
|
|
1906
|
+
},
|
|
1907
|
+
"core/lib/bf-cache-strings.js | networkRequestRedirected": {
|
|
1908
|
+
"message": "有效的網絡要求涉及重新導向,因此網頁已從往返快取中移除。"
|
|
1909
|
+
},
|
|
1910
|
+
"core/lib/bf-cache-strings.js | networkRequestTimeout": {
|
|
1911
|
+
"message": "由於網絡連線開啟時間過長,因此網頁已從快取中移除。Chrome 會限制網頁可在快取時接收資料的時間長度。"
|
|
1912
|
+
},
|
|
1913
|
+
"core/lib/bf-cache-strings.js | noResponseHead": {
|
|
1914
|
+
"message": "沒有有效回應標題的網頁無法儲存至向前/返回快取。"
|
|
1915
|
+
},
|
|
1916
|
+
"core/lib/bf-cache-strings.js | notMainFrame": {
|
|
1917
|
+
"message": "導覽已在主頁框以外的頁框中執行。"
|
|
1918
|
+
},
|
|
1919
|
+
"core/lib/bf-cache-strings.js | outstandingIndexedDBTransaction": {
|
|
1920
|
+
"message": "網頁包含已建立索引的資料庫所執行的進行中交易,目前不符合向前/返回快取的資格。"
|
|
1921
|
+
},
|
|
1922
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestDirectSocket": {
|
|
1923
|
+
"message": "包含 in-flight 網絡要求的網頁目前不符合向前/返回快取的資格。"
|
|
1924
|
+
},
|
|
1925
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestFetch": {
|
|
1926
|
+
"message": "正在傳送擷取網絡要求的網頁目前不符合向前/返回快取的資格。"
|
|
1927
|
+
},
|
|
1928
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestOthers": {
|
|
1929
|
+
"message": "包含 in-flight 網絡要求的網頁目前不符合向前/返回快取的資格。"
|
|
1930
|
+
},
|
|
1931
|
+
"core/lib/bf-cache-strings.js | outstandingNetworkRequestXHR": {
|
|
1932
|
+
"message": "正在傳送 XHR 網絡要求的網頁目前不符合向前/返回快取的資格。"
|
|
1933
|
+
},
|
|
1934
|
+
"core/lib/bf-cache-strings.js | paymentManager": {
|
|
1935
|
+
"message": "使用 PaymentManager 的網頁目前不符合向前/返回快取的資格。"
|
|
1936
|
+
},
|
|
1937
|
+
"core/lib/bf-cache-strings.js | pictureInPicture": {
|
|
1938
|
+
"message": "使用「畫中畫」的網頁目前不符合向前/返回快取的資格。"
|
|
1939
|
+
},
|
|
1940
|
+
"core/lib/bf-cache-strings.js | portal": {
|
|
1941
|
+
"message": "使用入口網站的網頁目前不符合向前/返回快取的資格。"
|
|
1942
|
+
},
|
|
1943
|
+
"core/lib/bf-cache-strings.js | printing": {
|
|
1944
|
+
"message": "顯示列印使用者介面的網頁目前不符合向前/返回快取的資格。"
|
|
1945
|
+
},
|
|
1946
|
+
"core/lib/bf-cache-strings.js | relatedActiveContentsExist": {
|
|
1947
|
+
"message": "網頁已透過「`window.open()`」開啟且其他分頁含有該網頁的參照內容,或網頁已開啟視窗。"
|
|
1948
|
+
},
|
|
1949
|
+
"core/lib/bf-cache-strings.js | rendererProcessCrashed": {
|
|
1950
|
+
"message": "向前/返回快取中網頁的轉譯器處理程序已當機。"
|
|
1951
|
+
},
|
|
1952
|
+
"core/lib/bf-cache-strings.js | rendererProcessKilled": {
|
|
1953
|
+
"message": "向前/返回快取中網頁的轉譯器處理程序已中斷。"
|
|
1954
|
+
},
|
|
1955
|
+
"core/lib/bf-cache-strings.js | requestedAudioCapturePermission": {
|
|
1956
|
+
"message": "要求音訊擷取權限的網頁目前不符合向前/返回快取的資格。"
|
|
1957
|
+
},
|
|
1958
|
+
"core/lib/bf-cache-strings.js | requestedBackForwardCacheBlockedSensors": {
|
|
1959
|
+
"message": "已要求感應器權限的網頁目前不符合向前/返回快取的資格。"
|
|
1960
|
+
},
|
|
1961
|
+
"core/lib/bf-cache-strings.js | requestedBackgroundWorkPermission": {
|
|
1962
|
+
"message": "要求背景同步處理或擷取權限的網頁目前不符合向前/返回快取的資格。"
|
|
1963
|
+
},
|
|
1964
|
+
"core/lib/bf-cache-strings.js | requestedMIDIPermission": {
|
|
1965
|
+
"message": "要求 MIDI 權限的網頁目前不符合向前/返回快取的資格。"
|
|
1966
|
+
},
|
|
1967
|
+
"core/lib/bf-cache-strings.js | requestedNotificationsPermission": {
|
|
1968
|
+
"message": "要求通知權限的網頁目前不符合向前/返回快取的資格。"
|
|
1969
|
+
},
|
|
1970
|
+
"core/lib/bf-cache-strings.js | requestedStorageAccessGrant": {
|
|
1971
|
+
"message": "要求儲存空間存取權的網頁目前不符合向前/返回快取的資格。"
|
|
1972
|
+
},
|
|
1973
|
+
"core/lib/bf-cache-strings.js | requestedVideoCapturePermission": {
|
|
1974
|
+
"message": "要求影片擷取權限的網頁目前不符合向前/返回快取的資格。"
|
|
1975
|
+
},
|
|
1976
|
+
"core/lib/bf-cache-strings.js | schemeNotHTTPOrHTTPS": {
|
|
1977
|
+
"message": "只能快取網址配置為 HTTP/HTTPS 的網頁。"
|
|
1978
|
+
},
|
|
1979
|
+
"core/lib/bf-cache-strings.js | serviceWorkerClaim": {
|
|
1980
|
+
"message": "在網頁處於向前/返回快取時,由 Service Worker 聲明擁有權。"
|
|
1981
|
+
},
|
|
1982
|
+
"core/lib/bf-cache-strings.js | serviceWorkerPostMessage": {
|
|
1983
|
+
"message": "Service Worker 已嘗試向於向前/返回快取中的網頁傳送 `MessageEvent`。"
|
|
1984
|
+
},
|
|
1985
|
+
"core/lib/bf-cache-strings.js | serviceWorkerUnregistration": {
|
|
1986
|
+
"message": "Service Worker 已在網頁儲存於向前/返回快取時取消註冊。"
|
|
1987
|
+
},
|
|
1988
|
+
"core/lib/bf-cache-strings.js | serviceWorkerVersionActivation": {
|
|
1989
|
+
"message": "由於系統已啟用 Service Worker,因此網頁已從向前/返回快取中移除。"
|
|
1990
|
+
},
|
|
1991
|
+
"core/lib/bf-cache-strings.js | sessionRestored": {
|
|
1992
|
+
"message": "Chrome 已重新啟動,並清除向前/返回快取項目。"
|
|
1993
|
+
},
|
|
1994
|
+
"core/lib/bf-cache-strings.js | sharedWorker": {
|
|
1995
|
+
"message": "使用 SharedWorker 的網頁目前不符合向前/返回快取的資格。"
|
|
1996
|
+
},
|
|
1997
|
+
"core/lib/bf-cache-strings.js | speechRecognizer": {
|
|
1998
|
+
"message": "使用 SpeechRecognizer 的網頁目前不符合向前/返回快取的資格。"
|
|
1999
|
+
},
|
|
2000
|
+
"core/lib/bf-cache-strings.js | speechSynthesis": {
|
|
2001
|
+
"message": "使用 SpeechSynthesis 的網頁目前不符合向前/返回快取的資格。"
|
|
2002
|
+
},
|
|
2003
|
+
"core/lib/bf-cache-strings.js | subframeIsNavigating": {
|
|
2004
|
+
"message": "網頁上 iframe 啟動的導覽並未完成。"
|
|
2005
|
+
},
|
|
2006
|
+
"core/lib/bf-cache-strings.js | subresourceHasCacheControlNoCache": {
|
|
2007
|
+
"message": "子資源包含 cache-control:no-cache 的網頁無法儲存至向前/返回快取。"
|
|
2008
|
+
},
|
|
2009
|
+
"core/lib/bf-cache-strings.js | subresourceHasCacheControlNoStore": {
|
|
2010
|
+
"message": "子資源包含 cache-control:no-store 的網頁無法儲存至向前/返回快取。"
|
|
2011
|
+
},
|
|
2012
|
+
"core/lib/bf-cache-strings.js | timeout": {
|
|
2013
|
+
"message": "網頁已超出向前/返回快取中的時間上限,因此已過期。"
|
|
2014
|
+
},
|
|
2015
|
+
"core/lib/bf-cache-strings.js | timeoutPuttingInCache": {
|
|
2016
|
+
"message": "將網頁儲存至向前/返回快取時已逾時 (可能是由於網頁隱藏事件處理常式的執行時間太長所致)。"
|
|
2017
|
+
},
|
|
2018
|
+
"core/lib/bf-cache-strings.js | unloadHandlerExistsInMainFrame": {
|
|
2019
|
+
"message": "網頁的主頁框中有卸載處理常式。"
|
|
2020
|
+
},
|
|
2021
|
+
"core/lib/bf-cache-strings.js | unloadHandlerExistsInSubFrame": {
|
|
2022
|
+
"message": "網頁在子頁框中含有卸載處理常式。"
|
|
2023
|
+
},
|
|
2024
|
+
"core/lib/bf-cache-strings.js | userAgentOverrideDiffers": {
|
|
2025
|
+
"message": "瀏覽器已變更用戶代理程式覆寫標題。"
|
|
2026
|
+
},
|
|
2027
|
+
"core/lib/bf-cache-strings.js | wasGrantedMediaAccess": {
|
|
2028
|
+
"message": "授權錄製影片或音效的網頁目前不符合向前/返回快取的資格。"
|
|
2029
|
+
},
|
|
2030
|
+
"core/lib/bf-cache-strings.js | webDatabase": {
|
|
2031
|
+
"message": "使用 WebDatabase 的網頁目前不符合向前/返回快取的資格。"
|
|
2032
|
+
},
|
|
2033
|
+
"core/lib/bf-cache-strings.js | webHID": {
|
|
2034
|
+
"message": "使用 WebHID 的網頁目前不符合向前/返回快取的資格。"
|
|
2035
|
+
},
|
|
2036
|
+
"core/lib/bf-cache-strings.js | webLocks": {
|
|
2037
|
+
"message": "使用 WebLocks 的網頁目前不符合向前/返回快取的資格。"
|
|
2038
|
+
},
|
|
2039
|
+
"core/lib/bf-cache-strings.js | webNfc": {
|
|
2040
|
+
"message": "使用 WebNfc 的網頁目前不符合向前/返回快取的資格。"
|
|
2041
|
+
},
|
|
2042
|
+
"core/lib/bf-cache-strings.js | webOTPService": {
|
|
2043
|
+
"message": "使用 WebOTPService 的網頁目前不符合向前/返回快取的資格。"
|
|
2044
|
+
},
|
|
2045
|
+
"core/lib/bf-cache-strings.js | webRTC": {
|
|
2046
|
+
"message": "使用 WebRTC 的網頁無法儲存至向前/返回快取。"
|
|
2047
|
+
},
|
|
2048
|
+
"core/lib/bf-cache-strings.js | webShare": {
|
|
2049
|
+
"message": "使用 WebShare 的網頁目前不符合向前/返回快取的資格。"
|
|
2050
|
+
},
|
|
2051
|
+
"core/lib/bf-cache-strings.js | webSocket": {
|
|
2052
|
+
"message": "使用 WebSocket 的網頁無法儲存至向前/返回快取。"
|
|
2053
|
+
},
|
|
2054
|
+
"core/lib/bf-cache-strings.js | webTransport": {
|
|
2055
|
+
"message": "使用 WebTransport 的網頁無法儲存至向前/返回快取。"
|
|
2056
|
+
},
|
|
2057
|
+
"core/lib/bf-cache-strings.js | webXR": {
|
|
2058
|
+
"message": "使用 WebXR 的網頁目前不符合向前/返回快取的資格。"
|
|
2059
|
+
},
|
|
1772
2060
|
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1773
2061
|
"message": "建議新增 https: 和 http: 網址配置,以便退回兼容舊版瀏覽器 (支援「strict-dynamic」的瀏覽器會忽略這些架構)。"
|
|
1774
2062
|
},
|
|
@@ -1826,6 +2114,156 @@
|
|
|
1826
2114
|
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1827
2115
|
"message": "建議新增「unsafe-inline」,以便退回兼容舊版瀏覽器 (支援 nonce/hash 的瀏覽器會忽略 unsafe-inline)。"
|
|
1828
2116
|
},
|
|
2117
|
+
"core/lib/deprecations-strings.js | authorizationCoveredByWildcard": {
|
|
2118
|
+
"message": "CORS `Access-Control-Allow-Headers` 處理操作中的萬用字元符號 (*) 不包含授權。"
|
|
2119
|
+
},
|
|
2120
|
+
"core/lib/deprecations-strings.js | canRequestURLHTTPContainingNewline": {
|
|
2121
|
+
"message": "系統將封鎖網址同時包含已移除的空白 `(n|r|t)` 字元和小於字元 (`<`) 的資源要求。請從元素屬性值等位置移除換行符號,並編碼小於字元,以便載入這些資源。"
|
|
2122
|
+
},
|
|
2123
|
+
"core/lib/deprecations-strings.js | chromeLoadTimesConnectionInfo": {
|
|
2124
|
+
"message": "`chrome.loadTimes()` 已淘汰,請改用標準化 API:Navigation Timing 2。"
|
|
2125
|
+
},
|
|
2126
|
+
"core/lib/deprecations-strings.js | chromeLoadTimesFirstPaintAfterLoadTime": {
|
|
2127
|
+
"message": "`chrome.loadTimes()` 已淘汰,請改用標準化 API:Paint Timing。"
|
|
2128
|
+
},
|
|
2129
|
+
"core/lib/deprecations-strings.js | chromeLoadTimesWasAlternateProtocolAvailable": {
|
|
2130
|
+
"message": "`chrome.loadTimes()` 已淘汰,請改用標準化 API:Navigation Timing 2 中的 `nextHopProtocol`。"
|
|
2131
|
+
},
|
|
2132
|
+
"core/lib/deprecations-strings.js | cookieWithTruncatingChar": {
|
|
2133
|
+
"message": "系統將會拒絕包含 `(0|r|n)` 字元的 Cookie,而非縮短。"
|
|
2134
|
+
},
|
|
2135
|
+
"core/lib/deprecations-strings.js | crossOriginAccessBasedOnDocumentDomain": {
|
|
2136
|
+
"message": "透過設定 `document.domain` 啟用相同來源政策的功能已淘汰,並將根據預設移除。此淘汰警告是針對透過設定 `document.domain` 來啟用跨來源存取功能。"
|
|
2137
|
+
},
|
|
2138
|
+
"core/lib/deprecations-strings.js | crossOriginWindowApi": {
|
|
2139
|
+
"message": "從跨來源 iframe 觸發 {PH1} 的功能已淘汰,並將會在日後移除。"
|
|
2140
|
+
},
|
|
2141
|
+
"core/lib/deprecations-strings.js | cssSelectorInternalMediaControlsOverlayCastButton": {
|
|
2142
|
+
"message": "應使用 `disableRemotePlayback` 屬性停用預設的「投放整合」功能,而非 `-internal-media-controls-overlay-cast-button` 選取器。"
|
|
2143
|
+
},
|
|
2144
|
+
"core/lib/deprecations-strings.js | deprecatedWithReplacement": {
|
|
2145
|
+
"message": "{PH1} 已淘汰。請改用 {PH2}。"
|
|
2146
|
+
},
|
|
2147
|
+
"core/lib/deprecations-strings.js | deprecationExample": {
|
|
2148
|
+
"message": "此例子是經翻譯的淘汰問題訊息。"
|
|
2149
|
+
},
|
|
2150
|
+
"core/lib/deprecations-strings.js | documentDomainSettingWithoutOriginAgentClusterHeader": {
|
|
2151
|
+
"message": "透過設定 `document.domain` 啟用相同來源政策的功能已淘汰,並將根據預設移除。如要繼續使用此功能,請傳送文件和頁框的 `Origin-Agent-Cluster: ?0` 標題和 HTTP 回應,藉此選擇不採用 origin-keyed 代理程式叢集。詳情請參閱 https://developer.chrome.com/blog/immutable-document-domain/。"
|
|
2152
|
+
},
|
|
2153
|
+
"core/lib/deprecations-strings.js | eventPath": {
|
|
2154
|
+
"message": "`Event.path` 已淘汰,並將會移除。請改用 `Event.composedPath()`。"
|
|
2155
|
+
},
|
|
2156
|
+
"core/lib/deprecations-strings.js | expectCTHeader": {
|
|
2157
|
+
"message": "`Expect-CT` 標題已淘汰,並將會移除。Chrome 要求 2018 年 4 月 30 日後發出的所有公開信任憑證都必須符合《憑證透明度政策》的規定。"
|
|
2158
|
+
},
|
|
2159
|
+
"core/lib/deprecations-strings.js | feature": {
|
|
2160
|
+
"message": "詳情請參閱「功能狀態」頁面。"
|
|
2161
|
+
},
|
|
2162
|
+
"core/lib/deprecations-strings.js | geolocationInsecureOrigin": {
|
|
2163
|
+
"message": "`getCurrentPosition()` 和 `watchPosition()` 無法再在不安全來源上運作。如要使用此功能,請考慮將應用程式轉移至安全來源,例如 HTTPS。詳情請參閱 https://goo.gle/chrome-insecure-origins。"
|
|
2164
|
+
},
|
|
2165
|
+
"core/lib/deprecations-strings.js | geolocationInsecureOriginDeprecatedNotRemoved": {
|
|
2166
|
+
"message": "不安全來源上的 `getCurrentPosition()` 和 `watchPosition()` 已淘汰。如要使用此功能,請考慮將應用程式轉移至安全來源,例如 HTTPS。詳情請參閱 https://goo.gle/chrome-insecure-origins。"
|
|
2167
|
+
},
|
|
2168
|
+
"core/lib/deprecations-strings.js | getUserMediaInsecureOrigin": {
|
|
2169
|
+
"message": "`getUserMedia()` 無法再在不安全來源上運作。如要使用此功能,請考慮將應用程式轉移至安全來源,例如 HTTPS。詳情請參閱 https://goo.gle/chrome-insecure-origins。"
|
|
2170
|
+
},
|
|
2171
|
+
"core/lib/deprecations-strings.js | hostCandidateAttributeGetter": {
|
|
2172
|
+
"message": "`RTCPeerConnectionIceErrorEvent.hostCandidate` 已淘汰。請改用 `RTCPeerConnectionIceErrorEvent.address` 或 `RTCPeerConnectionIceErrorEvent.port`。"
|
|
2173
|
+
},
|
|
2174
|
+
"core/lib/deprecations-strings.js | identityInCanMakePaymentEvent": {
|
|
2175
|
+
"message": "「`canmakepayment`」Service Worker 事件的商家來源和任意資料目前已淘汰,並將在之後移除:`topOrigin`、`paymentRequestOrigin`、`methodData`、`modifiers`。"
|
|
2176
|
+
},
|
|
2177
|
+
"core/lib/deprecations-strings.js | insecurePrivateNetworkSubresourceRequest": {
|
|
2178
|
+
"message": "網站根據使用者具備權限的網絡位置,透過只能存取的網絡要求一個子資源。這些要求會向互聯網暴露非公開的裝置和伺服器,因而增加偽造跨網站要求 (CSRF) 攻擊和/或資料洩漏的風險。為降低風險,Chrome 會忽略不安全內容向非公開子資源發出的要求,並將開始封鎖這類要求。"
|
|
2179
|
+
},
|
|
2180
|
+
"core/lib/deprecations-strings.js | localCSSFileExtensionRejected": {
|
|
2181
|
+
"message": "除非 CSS 以 `.css` 副檔名作結,否則無法從 `file:` 網址載入。"
|
|
2182
|
+
},
|
|
2183
|
+
"core/lib/deprecations-strings.js | mediaSourceAbortRemove": {
|
|
2184
|
+
"message": "由於規格變更,系統已淘汰使用 `SourceBuffer.abort()` 取消 `remove()` 的非同步範圍移除操作,日後亦將停止支援此功能。建議您改為監聽 `updateend` 事件。`abort()` 的用途只限於取消非同步媒體附加內容或重設剖析器狀態。"
|
|
2185
|
+
},
|
|
2186
|
+
"core/lib/deprecations-strings.js | mediaSourceDurationTruncatingBuffered": {
|
|
2187
|
+
"message": "由於規格變更,系統已淘汰將 `MediaSource.duration` 設定為低於任何緩衝編碼頁框的最高顯示時間戳記。日後將停止支援對已縮短緩衝媒體的隱含移除操作。請改為在 `newDuration < oldDuration` 的所有 `sourceBuffers` 上執行明確 `remove(newDuration, oldDuration)`。"
|
|
2188
|
+
},
|
|
2189
|
+
"core/lib/deprecations-strings.js | milestone": {
|
|
2190
|
+
"message": "此變更將會在第 {milestone} 個里程碑時生效。"
|
|
2191
|
+
},
|
|
2192
|
+
"core/lib/deprecations-strings.js | noSysexWebMIDIWithoutPermission": {
|
|
2193
|
+
"message": "即使在 `MIDIOptions` 中未指定系統專用 (SysEx) 訊息,Web MIDI 亦會要求使用權限。"
|
|
2194
|
+
},
|
|
2195
|
+
"core/lib/deprecations-strings.js | notificationInsecureOrigin": {
|
|
2196
|
+
"message": "系統可能無法再使用不安全來源的 Notification API。請考慮將應用程式轉移至安全來源,例如 HTTPS。詳情請參閱 https://goo.gle/chrome-insecure-origins。"
|
|
2197
|
+
},
|
|
2198
|
+
"core/lib/deprecations-strings.js | notificationPermissionRequestedIframe": {
|
|
2199
|
+
"message": "系統可能無法再透過跨來源 iframe 要求 Notification API。請考慮透過頂層頁框要求權限,或改為開啟新視窗。"
|
|
2200
|
+
},
|
|
2201
|
+
"core/lib/deprecations-strings.js | obsoleteWebRtcCipherSuite": {
|
|
2202
|
+
"message": "您的合作夥伴正在交涉已過時的傳輸層安全標準 (TLS)/DTLS 版本。請向您的合作夥伴查詢,以便修正問題。"
|
|
2203
|
+
},
|
|
2204
|
+
"core/lib/deprecations-strings.js | openWebDatabaseInsecureContext": {
|
|
2205
|
+
"message": "不安全環境中的 WebSQL 已淘汰,並即將移除。請使用「網絡儲存空間」或「已加入索引的資料庫」。"
|
|
2206
|
+
},
|
|
2207
|
+
"core/lib/deprecations-strings.js | overflowVisibleOnReplacedElement": {
|
|
2208
|
+
"message": "如果指定 img、video 和 canvas 標籤的「`overflow: visible`」,可能會導致這些標籤產生的視覺內容超出元素邊界。詳情請參閱 https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md。"
|
|
2209
|
+
},
|
|
2210
|
+
"core/lib/deprecations-strings.js | paymentInstruments": {
|
|
2211
|
+
"message": "`paymentManager.instruments` 已淘汰。請改用付款處理常式的即時安裝方法。"
|
|
2212
|
+
},
|
|
2213
|
+
"core/lib/deprecations-strings.js | paymentRequestCSPViolation": {
|
|
2214
|
+
"message": "您的「`PaymentRequest`」調用已繞過內容安全政策 (CSP)「`connect-src`」指令,但目前已無法再繞過。請將 `PaymentRequest` API 的付款方法識別碼 (位於「`supportedMethods`」欄位) 新增至 CSP「`connect-src`」指令。"
|
|
2215
|
+
},
|
|
2216
|
+
"core/lib/deprecations-strings.js | persistentQuotaType": {
|
|
2217
|
+
"message": "`StorageType.persistent` 已淘汰。請改用標準化的 `navigator.storage`。"
|
|
2218
|
+
},
|
|
2219
|
+
"core/lib/deprecations-strings.js | pictureSourceSrc": {
|
|
2220
|
+
"message": "具有 `<picture>` 父項的 `<source src>` 無效,因此系統會忽略。請改用「`<source srcset>`」。"
|
|
2221
|
+
},
|
|
2222
|
+
"core/lib/deprecations-strings.js | prefixedStorageInfo": {
|
|
2223
|
+
"message": "`window.webkitStorageInfo` 已淘汰。請改用標準化的 `navigator.storage`。"
|
|
2224
|
+
},
|
|
2225
|
+
"core/lib/deprecations-strings.js | requestedSubresourceWithEmbeddedCredentials": {
|
|
2226
|
+
"message": "系統將封鎖網址包含嵌入憑證 (例如 `https://user:pass@host/`) 的子資源要求。"
|
|
2227
|
+
},
|
|
2228
|
+
"core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpFalse": {
|
|
2229
|
+
"message": "已移除 `DtlsSrtpKeyAgreement` 限制。系統將您為此限制指定的 `false` 值解讀為嘗試使用已移除的「`SDES key negotiation`」方法。此功能已移除,請改用支援「`DTLS key negotiation`」的方法。"
|
|
2230
|
+
},
|
|
2231
|
+
"core/lib/deprecations-strings.js | rtcConstraintEnableDtlsSrtpTrue": {
|
|
2232
|
+
"message": "已移除 `DtlsSrtpKeyAgreement` 限制。您為此限制指定的 `true` 值已不再適用,不過您可將此限制移除以保持畫面整潔。"
|
|
2233
|
+
},
|
|
2234
|
+
"core/lib/deprecations-strings.js | rtcPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics": {
|
|
2235
|
+
"message": "已偵測到「`Complex Plan B SDP`」。系統已不再支援「`Session Description Protocol`」的方言。請改用「`Unified Plan SDP`」。"
|
|
2236
|
+
},
|
|
2237
|
+
"core/lib/deprecations-strings.js | rtcPeerConnectionSdpSemanticsPlanB": {
|
|
2238
|
+
"message": "使用 `{sdpSemantics:plan-b}` 建構 `RTCPeerConnection` 時使用「`Plan B SDP semantics`」是「`Session Description Protocol`」舊款非標準版的做法,現已從「網絡平台」中永久移除。雖然使用 `IS_FUCHSIA` 建構時仍可使用此做法,但我們打算盡快刪除,因此請停止使用此功能。請參閱 https://crbug.com/1302249 瞭解狀態。"
|
|
2239
|
+
},
|
|
2240
|
+
"core/lib/deprecations-strings.js | rtcpMuxPolicyNegotiate": {
|
|
2241
|
+
"message": "`rtcpMuxPolicy` 選項已淘汰,並將會移除。"
|
|
2242
|
+
},
|
|
2243
|
+
"core/lib/deprecations-strings.js | sharedArrayBufferConstructedWithoutIsolation": {
|
|
2244
|
+
"message": "`SharedArrayBuffer` 會要求跨來源隔離。詳情請參閱 https://developer.chrome.com/blog/enabling-shared-array-buffer/。"
|
|
2245
|
+
},
|
|
2246
|
+
"core/lib/deprecations-strings.js | textToSpeech_DisallowedByAutoplay": {
|
|
2247
|
+
"message": "無需使用者啟用即可呼叫 `speechSynthesis.speak()` 的功能已淘汰,並將會移除。"
|
|
2248
|
+
},
|
|
2249
|
+
"core/lib/deprecations-strings.js | title": {
|
|
2250
|
+
"message": "使用已淘汰的功能"
|
|
2251
|
+
},
|
|
2252
|
+
"core/lib/deprecations-strings.js | v8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
|
|
2253
|
+
"message": "擴充程式應選擇接受跨來源隔離功能,以繼續使用 `SharedArrayBuffer`。詳情請參閱 https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/。"
|
|
2254
|
+
},
|
|
2255
|
+
"core/lib/deprecations-strings.js | vendorSpecificApi": {
|
|
2256
|
+
"message": "{PH1} 為供應商專用功能,請改用標準 {PH2}。"
|
|
2257
|
+
},
|
|
2258
|
+
"core/lib/deprecations-strings.js | xhrJSONEncodingDetection": {
|
|
2259
|
+
"message": "`XMLHttpRequest` 中的 JSON 回應不支援 UTF-16。"
|
|
2260
|
+
},
|
|
2261
|
+
"core/lib/deprecations-strings.js | xmlHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
2262
|
+
"message": "主要執行緒上同步的 `XMLHttpRequest` 會對使用者體驗造成負面影響,因此已淘汰。如需進一步說明,請查看 https://xhr.spec.whatwg.org/。"
|
|
2263
|
+
},
|
|
2264
|
+
"core/lib/deprecations-strings.js | xrSupportsSession": {
|
|
2265
|
+
"message": "`supportsSession()` 已淘汰。請改用 `isSessionSupported()` 並查看解析的布林值。"
|
|
2266
|
+
},
|
|
1829
2267
|
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1830
2268
|
"message": "主要執行緒封鎖時間"
|
|
1831
2269
|
},
|
|
@@ -1913,6 +2351,9 @@
|
|
|
1913
2351
|
"core/lib/i18n/i18n.js | imageResourceType": {
|
|
1914
2352
|
"message": "圖片"
|
|
1915
2353
|
},
|
|
2354
|
+
"core/lib/i18n/i18n.js | interactionToNextPaint": {
|
|
2355
|
+
"message": "互動至「下一個繪製」"
|
|
2356
|
+
},
|
|
1916
2357
|
"core/lib/i18n/i18n.js | interactiveMetric": {
|
|
1917
2358
|
"message": "Time to Interactive"
|
|
1918
2359
|
},
|
|
@@ -1988,6 +2429,9 @@
|
|
|
1988
2429
|
"core/lib/lh-error.js | noFcp": {
|
|
1989
2430
|
"message": "頁面未套用任何內容。請確保在載入期間將瀏覽器視窗保持在前景,然後再試一次。({errorCode})"
|
|
1990
2431
|
},
|
|
2432
|
+
"core/lib/lh-error.js | noLcp": {
|
|
2433
|
+
"message": "此網頁顯示的內容不符合最大內容繪製 (LCP) 的資格,請確保網頁包含有效的 LCP 元素,然後再試一次。({errorCode})"
|
|
2434
|
+
},
|
|
1991
2435
|
"core/lib/lh-error.js | notHtml": {
|
|
1992
2436
|
"message": "提供的頁面並非 HTML (MIME 類 {mimeType})。"
|
|
1993
2437
|
},
|
|
@@ -2024,6 +2468,153 @@
|
|
|
2024
2468
|
"core/lib/lh-error.js | urlInvalid": {
|
|
2025
2469
|
"message": "您提供的網址無效。"
|
|
2026
2470
|
},
|
|
2471
|
+
"core/lib/navigation-error.js | warningXhtml": {
|
|
2472
|
+
"message": "網頁 MIME 類型為 XHTML:Lighthouse 未明確支援此文件類型"
|
|
2473
|
+
},
|
|
2474
|
+
"core/user-flow.js | defaultFlowName": {
|
|
2475
|
+
"message": "使用者流量 ({url})"
|
|
2476
|
+
},
|
|
2477
|
+
"core/user-flow.js | defaultNavigationName": {
|
|
2478
|
+
"message": "導覽報告 ({url})"
|
|
2479
|
+
},
|
|
2480
|
+
"core/user-flow.js | defaultSnapshotName": {
|
|
2481
|
+
"message": "快覽報告 ({url})"
|
|
2482
|
+
},
|
|
2483
|
+
"core/user-flow.js | defaultTimespanName": {
|
|
2484
|
+
"message": "時間範圍報告 ({url})"
|
|
2485
|
+
},
|
|
2486
|
+
"flow-report/src/i18n/ui-strings.js | allReports": {
|
|
2487
|
+
"message": "全部報告"
|
|
2488
|
+
},
|
|
2489
|
+
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
2490
|
+
"message": "類別"
|
|
2491
|
+
},
|
|
2492
|
+
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
2493
|
+
"message": "無障礙功能"
|
|
2494
|
+
},
|
|
2495
|
+
"flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
|
|
2496
|
+
"message": "最佳做法"
|
|
2497
|
+
},
|
|
2498
|
+
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2499
|
+
"message": "效能"
|
|
2500
|
+
},
|
|
2501
|
+
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2502
|
+
"message": "漸進式網絡應用程式"
|
|
2503
|
+
},
|
|
2504
|
+
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2505
|
+
"message": "搜尋引擎優化 (SEO)"
|
|
2506
|
+
},
|
|
2507
|
+
"flow-report/src/i18n/ui-strings.js | desktop": {
|
|
2508
|
+
"message": "桌面電腦"
|
|
2509
|
+
},
|
|
2510
|
+
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
2511
|
+
"message": "瞭解 Lighthouse 流程報告"
|
|
2512
|
+
},
|
|
2513
|
+
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
2514
|
+
"message": "解讀流程"
|
|
2515
|
+
},
|
|
2516
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
2517
|
+
"message": "使用「導覽」報告來…"
|
|
2518
|
+
},
|
|
2519
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
2520
|
+
"message": "使用「快覽」報告來…"
|
|
2521
|
+
},
|
|
2522
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
2523
|
+
"message": "使用「時間範圍」報告來…"
|
|
2524
|
+
},
|
|
2525
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
2526
|
+
"message": "取得 Lighthouse 效能分數。"
|
|
2527
|
+
},
|
|
2528
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
2529
|
+
"message": "測量頁面載入效能數據,例如「最大內容繪製」和「速度指數」。"
|
|
2530
|
+
},
|
|
2531
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
2532
|
+
"message": "存取「漸進式網頁應用程式」功能。"
|
|
2533
|
+
},
|
|
2534
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
2535
|
+
"message": "在單頁應用程式或複合式表格中尋找無障礙功能問題。"
|
|
2536
|
+
},
|
|
2537
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
2538
|
+
"message": "評估互動背後安排選單和使用者介面元素的最佳做法。"
|
|
2539
|
+
},
|
|
2540
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
2541
|
+
"message": "測量一連串互動的版面配置轉移和 JavaScript 執行時間。"
|
|
2542
|
+
},
|
|
2543
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
2544
|
+
"message": "探索效能優化建議,以便改善永久頁面和單頁應用程式的使用體驗。"
|
|
2545
|
+
},
|
|
2546
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
2547
|
+
"message": "最大影響"
|
|
2548
|
+
},
|
|
2549
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
2550
|
+
"message": "{numInformative,plural, =1{{numInformative} 項資訊型審核}other{{numInformative} 項資訊型審核}}"
|
|
2551
|
+
},
|
|
2552
|
+
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
2553
|
+
"message": "流動裝置"
|
|
2554
|
+
},
|
|
2555
|
+
"flow-report/src/i18n/ui-strings.js | navigationDescription": {
|
|
2556
|
+
"message": "網頁載入"
|
|
2557
|
+
},
|
|
2558
|
+
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
2559
|
+
"message": "「導覽」報告會分析單次網頁載入情況,方式與原來的 Lighthouse 報告完全相同。"
|
|
2560
|
+
},
|
|
2561
|
+
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
2562
|
+
"message": "導覽報告"
|
|
2563
|
+
},
|
|
2564
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
2565
|
+
"message": "{numNavigation,plural, =1{{numNavigation} 項導覽報告}other{{numNavigation} 項導覽報告}}"
|
|
2566
|
+
},
|
|
2567
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
2568
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} 項可通過的審核}other{{numPassableAudits} 項可通過的審核}}"
|
|
2569
|
+
},
|
|
2570
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
2571
|
+
"message": "{numPassed,plural, =1{已通過 {numPassed} 項審核}other{已通過 {numPassed} 項審核}}"
|
|
2572
|
+
},
|
|
2573
|
+
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
2574
|
+
"message": "一般"
|
|
2575
|
+
},
|
|
2576
|
+
"flow-report/src/i18n/ui-strings.js | ratingError": {
|
|
2577
|
+
"message": "錯誤"
|
|
2578
|
+
},
|
|
2579
|
+
"flow-report/src/i18n/ui-strings.js | ratingFail": {
|
|
2580
|
+
"message": "欠佳"
|
|
2581
|
+
},
|
|
2582
|
+
"flow-report/src/i18n/ui-strings.js | ratingPass": {
|
|
2583
|
+
"message": "良好"
|
|
2584
|
+
},
|
|
2585
|
+
"flow-report/src/i18n/ui-strings.js | save": {
|
|
2586
|
+
"message": "儲存"
|
|
2587
|
+
},
|
|
2588
|
+
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
2589
|
+
"message": "已採集網頁狀態"
|
|
2590
|
+
},
|
|
2591
|
+
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
2592
|
+
"message": "「快覽」報告會分析處於特定狀態 (通常是在使用者進行互動之後) 的頁面。"
|
|
2593
|
+
},
|
|
2594
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
2595
|
+
"message": "快覽報告"
|
|
2596
|
+
},
|
|
2597
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
2598
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} 項快覽報告}other{{numSnapshot} 項快覽報告}}"
|
|
2599
|
+
},
|
|
2600
|
+
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
2601
|
+
"message": "摘要"
|
|
2602
|
+
},
|
|
2603
|
+
"flow-report/src/i18n/ui-strings.js | timespanDescription": {
|
|
2604
|
+
"message": "用戶的互動行為"
|
|
2605
|
+
},
|
|
2606
|
+
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
2607
|
+
"message": "「時間範圍」報告會分析任意一個時段 (通常包含使用者互動)。"
|
|
2608
|
+
},
|
|
2609
|
+
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
2610
|
+
"message": "時間範圍報告"
|
|
2611
|
+
},
|
|
2612
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
2613
|
+
"message": "{numTimespan,plural, =1{{numTimespan} 項時間範圍報告}other{{numTimespan} 項時間範圍報告}}"
|
|
2614
|
+
},
|
|
2615
|
+
"flow-report/src/i18n/ui-strings.js | title": {
|
|
2616
|
+
"message": "Lighthouse 用戶流程報告"
|
|
2617
|
+
},
|
|
2027
2618
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2028
2619
|
"message": "當動畫內容在顯示螢幕之外時,您可以使用 [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) 標籤來節省 CPU 用量。"
|
|
2029
2620
|
},
|
|
@@ -2067,7 +2658,7 @@
|
|
|
2067
2658
|
"message": "在主題中定義自訂字體時,請指定 `@font-display`。"
|
|
2068
2659
|
},
|
|
2069
2660
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2070
|
-
"message": "
|
|
2661
|
+
"message": "請考慮在網站上設定[含有 Convert 圖片樣式的 WebP 圖片格式](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)。"
|
|
2071
2662
|
},
|
|
2072
2663
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
|
|
2073
2664
|
"message": "請安裝可以延遲載入圖片的 [Drupal 模組](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search)。這些模組可延遲載入所有畫面外的圖片,進而提升效能。"
|
|
@@ -2105,6 +2696,45 @@
|
|
|
2105
2696
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": {
|
|
2106
2697
|
"message": "請確保您正在使用 Drupal 內置的[回應式圖片樣式](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) (於 Drupal 8 及以上版本提供)。由檢視模式、檢視畫面或透過 WYSIWYG 編輯器上載的圖片輸出圖片欄位時,請使用回應式圖片樣式。"
|
|
2107
2698
|
},
|
|
2699
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
|
|
2700
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Optimize Fonts` 以自動利用 `font-display` CSS 功能,確保系統在載入網站頁字型時使用者可以看到文字。"
|
|
2701
|
+
},
|
|
2702
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
|
|
2703
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
|
|
2704
|
+
},
|
|
2705
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
|
|
2706
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Lazy Load Images` 以延遲載入螢幕關閉圖片,直到需要時才載入。"
|
|
2707
|
+
},
|
|
2708
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
|
|
2709
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Critical CSS` 和 `Script Delay` 以延遲不重要的 JS/CSS。"
|
|
2710
|
+
},
|
|
2711
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
|
|
2712
|
+
"message": "使用 [Ezoic Cloud 快取](https://pubdash.ezoic.com/speed/caching),以便在我們的全球網絡上快取您的內容,改善載入首個字節的時間。"
|
|
2713
|
+
},
|
|
2714
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
|
|
2715
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify CSS` 以自動壓縮 CSS 來減少網絡負載大小。"
|
|
2716
|
+
},
|
|
2717
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
|
|
2718
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify Javascript` 以自動壓縮 JS 來減少網絡負載大小。"
|
|
2719
|
+
},
|
|
2720
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
|
|
2721
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Remove Unused CSS` 以協助解決此問題。此功能會識別在您網站的每個頁面上實際使用的 CSS 類別,並移除任何其他類別,以維持小的檔案大小。"
|
|
2722
|
+
},
|
|
2723
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
|
|
2724
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Efficient Static Cache Policy` 以便在快取標題中為靜態資產設定建議的值。"
|
|
2725
|
+
},
|
|
2726
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
|
|
2727
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
|
|
2728
|
+
},
|
|
2729
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
|
|
2730
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Pre-Connect Origins` 以自動新增 `preconnect` 資源提示,及早連線至重要的第三方來源。"
|
|
2731
|
+
},
|
|
2732
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
|
|
2733
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Preload Fonts` 和 `Preload Background Images` 來加入 `preload` 連結,以便優先擷取目前在網頁載入時較後要求的資源。"
|
|
2734
|
+
},
|
|
2735
|
+
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
|
|
2736
|
+
"message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Resize Images` 以將圖片大小調整至適合裝置的尺寸,減少網絡負載大小。"
|
|
2737
|
+
},
|
|
2108
2738
|
"node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
|
|
2109
2739
|
"message": "建議將 GIF 上載至可將 GIF 用作 HTML5 影片嵌入的伺服器。"
|
|
2110
2740
|
},
|
|
@@ -2184,19 +2814,25 @@
|
|
|
2184
2814
|
"message": "您可透過[修改主題版面配置](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)來新增 `<link rel=preload>` 標籤。"
|
|
2185
2815
|
},
|
|
2186
2816
|
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
|
|
2187
|
-
"message": "請使用 `
|
|
2817
|
+
"message": "請使用 `next/image` 組件讓系統自動優化圖片格式,而非 `<img>`。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
|
|
2188
2818
|
},
|
|
2189
2819
|
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
|
|
2190
|
-
"message": "
|
|
2820
|
+
"message": "如要自動延遲載入圖片,請使用 `next/image` 組件,而非 `<img>`。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
|
|
2821
|
+
},
|
|
2822
|
+
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
|
|
2823
|
+
"message": "使用 `next/image` 組件並將「priority」設定為 True 以預先載入 LCP 圖片。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#priority)。"
|
|
2191
2824
|
},
|
|
2192
2825
|
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
|
|
2193
2826
|
"message": "請使用 `next/script` 組件延遲載入非關鍵的第三方指令碼。[瞭解詳情](https://nextjs.org/docs/basic-features/script)。"
|
|
2194
2827
|
},
|
|
2828
|
+
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
|
|
2829
|
+
"message": "請使用 `next/image` 組件確保圖片一律會調整成適當大小。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#width)。"
|
|
2830
|
+
},
|
|
2195
2831
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
|
|
2196
2832
|
"message": "建議您在 `Next.js` 設定中設定 `PurgeCSS` 以從樣式表中移除未使用的規則。[瞭解詳情](https://purgecss.com/guides/next.html)。"
|
|
2197
2833
|
},
|
|
2198
2834
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
|
|
2199
|
-
"message": "
|
|
2835
|
+
"message": "使用 `Webpack Bundle Analyzer` 偵測未使用的 JavaScript 程式碼。[瞭解詳情](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
|
|
2200
2836
|
},
|
|
2201
2837
|
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
|
|
2202
2838
|
"message": "建議您使用 `Next.js Analytics` 評估應用程式的實際效能。[瞭解詳情](https://nextjs.org/docs/advanced-features/measuring-performance)。"
|
|
@@ -2205,7 +2841,7 @@
|
|
|
2205
2841
|
"message": "請設定不可變動資產和 `Server-side Rendered` (SSR) 頁面的快取。[瞭解詳情](https://nextjs.org/docs/going-to-production#caching)。"
|
|
2206
2842
|
},
|
|
2207
2843
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
|
|
2208
|
-
"message": "請使用 `next/image`
|
|
2844
|
+
"message": "請使用 `next/image` 組件調整圖片品質,而非 `<img>`。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
|
|
2209
2845
|
},
|
|
2210
2846
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
|
|
2211
2847
|
"message": "請使用 `next/image` 組件設定適當的 `sizes`。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#sizes)。"
|
|
@@ -2213,6 +2849,24 @@
|
|
|
2213
2849
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
|
|
2214
2850
|
"message": "請為您的 Next.js 伺服器啟用壓縮功能。[瞭解詳情](https://nextjs.org/docs/api-reference/next.config.js/compression)。"
|
|
2215
2851
|
},
|
|
2852
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
2853
|
+
"message": "請使用 `nuxt/image` 組件並設定 `format=\"webp\"`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#format)。"
|
|
2854
|
+
},
|
|
2855
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
2856
|
+
"message": "如要延遲載入畫面外圖片,請使用 `nuxt/image` 組件並設定 `loading=\"lazy\"`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#loading)。"
|
|
2857
|
+
},
|
|
2858
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | prioritize-lcp-image": {
|
|
2859
|
+
"message": "請使用 `nuxt/image` 組件,並為 LCP 圖片指定`preload`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#preload)。"
|
|
2860
|
+
},
|
|
2861
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
2862
|
+
"message": "請使用 `nuxt/image` 組件,並明確指定`width`和`height`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#width--height)。"
|
|
2863
|
+
},
|
|
2864
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
2865
|
+
"message": "請使用 `nuxt/image` 組件設定適當的`quality`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#quality)。"
|
|
2866
|
+
},
|
|
2867
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
2868
|
+
"message": "請使用 `nuxt/image` 組件設定適當的`sizes`。[瞭解詳情](https://image.nuxtjs.org/components/nuxt-img#sizes)。"
|
|
2869
|
+
},
|
|
2216
2870
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
2217
2871
|
"message": "[以影片取代動態 GIF](https://web.dev/replace-gifs-with-videos/) 以加快網頁載入速度,並考慮使用新型檔案格式,例如 [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) 或 [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder),以將壓縮效率提升 30% 以上 (與目前最先進的影片編解碼器 VP9 相比)。"
|
|
2218
2872
|
},
|
|
@@ -2262,7 +2916,7 @@
|
|
|
2262
2916
|
"message": "如果使用 React Router,請盡量避免在[路線導航](https://reacttraining.com/react-router/web/api/Redirect)使用 `<Redirect>` 組件。"
|
|
2263
2917
|
},
|
|
2264
2918
|
"node_modules/lighthouse-stack-packs/packs/react.js | server-response-time": {
|
|
2265
|
-
"message": "如果您在伺服器端輸出任何 React 組件,建議使用 `
|
|
2919
|
+
"message": "如果您在伺服器端輸出任何 React 組件,建議使用 `renderToPipeableStream()` 或 `renderToStaticNodeStream()`,允許用戶端接收並混合標記的不同部分,而非同時完成。[瞭解詳情](https://reactjs.org/docs/react-dom-server.html#renderToPipeableStream)。"
|
|
2266
2920
|
},
|
|
2267
2921
|
"node_modules/lighthouse-stack-packs/packs/react.js | unminified-css": {
|
|
2268
2922
|
"message": "如果您建立自動壓縮 CSS 檔案的系統,請確定部署的應用程式為正式版本。您可以使用 React Developer Tools 擴充程式執行這項檢查。[瞭解詳情](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)。"
|
|
@@ -2280,7 +2934,7 @@
|
|
|
2280
2934
|
"message": "建議將 GIF 上載至可將 GIF 用作 HTML5 影片嵌入的伺服器。"
|
|
2281
2935
|
},
|
|
2282
2936
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | modern-image-formats": {
|
|
2283
|
-
"message": "
|
|
2937
|
+
"message": "如果支援,建議您使用 [Performance Lab](https://wordpress.org/plugins/performance-lab/) 外掛程式,將上載的 JPEG 圖片自動轉換成 WebP。"
|
|
2284
2938
|
},
|
|
2285
2939
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | offscreen-images": {
|
|
2286
2940
|
"message": "安裝可延遲載入所有畫面外圖片的[延遲載入 WordPress 外掛程式](https://wordpress.org/plugins/search/lazy+load/),或改用提供此功能的主題。您亦可考慮使用 [AMP 外掛程式](https://wordpress.org/plugins/amp/)。"
|
|
@@ -2301,10 +2955,10 @@
|
|
|
2301
2955
|
"message": "部分 [WordPress 外掛程式](https://wordpress.org/plugins/search/minify+javascript/) 可透過串連、縮小及壓縮指令碼來提升網站速度。可以的話,您亦可建立流程來直接進行此壓縮操作。"
|
|
2302
2956
|
},
|
|
2303
2957
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | unused-css-rules": {
|
|
2304
|
-
"message": "部分 [WordPress 外掛程式](https://wordpress.org/plugins/)會在網頁中載入未使用的 CSS,建議你減少這類外掛程式的數量,或改用其他外掛程式。如要找出會新增多餘 CSS 的外掛程式,請嘗試在 Chrome DevTools 中執[程式碼覆蓋率](https://
|
|
2958
|
+
"message": "部分 [WordPress 外掛程式](https://wordpress.org/plugins/)會在網頁中載入未使用的 CSS,建議你減少這類外掛程式的數量,或改用其他外掛程式。如要找出會新增多餘 CSS 的外掛程式,請嘗試在 Chrome DevTools 中執[程式碼覆蓋率](https://developer.chrome.com/docs/devtools/coverage/)。您可透過樣式表網址找出有問題的主題/外掛程式。請留意清單中包含很多樣式表,且程式碼覆蓋率中有大量紅色標示的外掛程式。外掛程式應只將網頁上實際使用的樣式表加入清單。"
|
|
2305
2959
|
},
|
|
2306
2960
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | unused-javascript": {
|
|
2307
|
-
"message": "部分 [WordPress 外掛程式](https://wordpress.org/plugins/)會在網頁中載入未使用的 JavaScript,建議你減少這類外掛程式的數量,或改用其他外掛程式。如要找出會新增多餘 JS 的外掛程式,請嘗試在 Chrome DevTools 中執[程式碼覆蓋率](https://
|
|
2961
|
+
"message": "部分 [WordPress 外掛程式](https://wordpress.org/plugins/)會在網頁中載入未使用的 JavaScript,建議你減少這類外掛程式的數量,或改用其他外掛程式。如要找出會新增多餘 JS 的外掛程式,請嘗試在 Chrome DevTools 中執[程式碼覆蓋率](https://developer.chrome.com/docs/devtools/coverage/)。您可透過指令碼網址找出有問題的主題/外掛程式。請留意清單中包含很多指令碼,且程式碼覆蓋率中有大量紅色標示的外掛程式。外掛程式應只將網頁上實際使用的指令碼加入清單。"
|
|
2308
2962
|
},
|
|
2309
2963
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-long-cache-ttl": {
|
|
2310
2964
|
"message": "瞭解 [WordPress 的瀏覽器快取功能](https://wordpress.org/support/article/optimization/#browser-caching)。"
|
|
@@ -2318,6 +2972,36 @@
|
|
|
2318
2972
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-text-compression": {
|
|
2319
2973
|
"message": "您可在網絡伺服器設定中啟用文字壓縮功能。"
|
|
2320
2974
|
},
|
|
2975
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | modern-image-formats": {
|
|
2976
|
+
"message": "如要將圖片轉換成 WebP 格式,請在「WP Rocket」的「圖片優化」分頁中啟用「Imagify」。"
|
|
2977
|
+
},
|
|
2978
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | offscreen-images": {
|
|
2979
|
+
"message": "如要修正此建議,請在 WP Rocket 中啟用「[延遲載入](https://docs.wp-rocket.me/article/1141-lazyload-for-images)」。此功能會延遲載入圖片,直至訪客向下捲動網頁並實際看到圖片為止。"
|
|
2980
|
+
},
|
|
2981
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | render-blocking-resources": {
|
|
2982
|
+
"message": "如要修正此建議,請在「WP Rocket」中啟用「[移除未使用的 CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css)」和「[載入 JavaScript 延遲](https://docs.wp-rocket.me/article/1265-load-javascript-deferred)」。這些功能將分別優化 CSS 和 JavaScript 檔案,避免網頁因這兩種檔案而無法輸出。"
|
|
2983
|
+
},
|
|
2984
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | unminified-css": {
|
|
2985
|
+
"message": "為修正此問題,請在「WP Rocket」中啟用「[壓縮 CSS 檔案](https://docs.wp-rocket.me/article/1350-css-minify-combine)」,移除網站 CSS 檔案中的任何空格和留言,從而縮小檔案並提升下載速度。"
|
|
2986
|
+
},
|
|
2987
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | unminified-javascript": {
|
|
2988
|
+
"message": "為修正此問題,請在「WP Rocket」中啟用「[壓縮 JavaScript 檔案](https://docs.wp-rocket.me/article/1351-javascript-minify-combine)」,移除 JavaScript 檔案中的空格和留言,從而縮小檔案並提升下載速度。"
|
|
2989
|
+
},
|
|
2990
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | unused-css-rules": {
|
|
2991
|
+
"message": "為修正此問題,請在「WP Rocket」中啟用「[移除未使用的 CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css)」,移除所有未使用的 CSS 和樣式表,同時只保留每個網頁的已使用 CSS,從而減少網頁大小。"
|
|
2992
|
+
},
|
|
2993
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | unused-javascript": {
|
|
2994
|
+
"message": "為修正此問題,請在「WP Rocket」中啟用「[延遲執行 JavaScript](https://docs.wp-rocket.me/article/1349-delay-javascript-execution)」,讓系統等到使用者開始互動時才執行指令碼,從而改善網頁載入方式。如果網站有 iframe,您亦可使用 WP Rocket 的「[延遲載入 iframe 和影片](https://docs.wp-rocket.me/article/1674-lazyload-for-iframes-and-videos)」,以及「[透過預覽圖片以取代 YouTube iframe](https://docs.wp-rocket.me/article/1488-replace-youtube-iframe-with-preview-image)」。"
|
|
2995
|
+
},
|
|
2996
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | uses-optimized-images": {
|
|
2997
|
+
"message": "如要壓縮圖片,請在「WP Rocket」的「圖片優化」分頁中啟用「Imagify」,並執行「大量優化」。"
|
|
2998
|
+
},
|
|
2999
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | uses-rel-preconnect": {
|
|
3000
|
+
"message": "在「WP Rocket」中使用「[預先擷取 DNS 要求](https://docs.wp-rocket.me/article/1302-prefetch-dns-requests)」,即可新增「dns-prefetch」並提高與外部網域的連線速度。此外,「WP Rocket」會自動將「預先連線」新增至 [Google Fonts 網域](https://docs.wp-rocket.me/article/1312-optimize-google-fonts),透過「[啟用 CDN](https://docs.wp-rocket.me/article/42-using-wp-rocket-with-a-cdn)」功能新增的任何 CNAME。"
|
|
3001
|
+
},
|
|
3002
|
+
"node_modules/lighthouse-stack-packs/packs/wp-rocket.js | uses-rel-preload": {
|
|
3003
|
+
"message": "為修正此字型問題,請在「WP Rocket」中啟用「[移除未使用的 CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css)」,系統將會優先預先載入網站的重要字型。"
|
|
3004
|
+
},
|
|
2321
3005
|
"report/renderer/report-utils.js | calculatorLink": {
|
|
2322
3006
|
"message": "查看計算機。"
|
|
2323
3007
|
},
|
|
@@ -2400,7 +3084,7 @@
|
|
|
2400
3084
|
"message": "模擬桌面電腦"
|
|
2401
3085
|
},
|
|
2402
3086
|
"report/renderer/report-utils.js | runtimeMobileEmulation": {
|
|
2403
|
-
"message": "
|
|
3087
|
+
"message": "Emulated Moto G Power"
|
|
2404
3088
|
},
|
|
2405
3089
|
"report/renderer/report-utils.js | runtimeNoEmulation": {
|
|
2406
3090
|
"message": "沒有任何模擬的裝置"
|
|
@@ -2409,7 +3093,7 @@
|
|
|
2409
3093
|
"message": "Axe 版本"
|
|
2410
3094
|
},
|
|
2411
3095
|
"report/renderer/report-utils.js | runtimeSettingsBenchmark": {
|
|
2412
|
-
"message": "CPU/記憶體效能"
|
|
3096
|
+
"message": "不受限的 CPU/記憶體效能"
|
|
2413
3097
|
},
|
|
2414
3098
|
"report/renderer/report-utils.js | runtimeSettingsCPUThrottling": {
|
|
2415
3099
|
"message": "CPU 節流"
|
|
@@ -2420,6 +3104,9 @@
|
|
|
2420
3104
|
"report/renderer/report-utils.js | runtimeSettingsNetworkThrottling": {
|
|
2421
3105
|
"message": "網絡節流"
|
|
2422
3106
|
},
|
|
3107
|
+
"report/renderer/report-utils.js | runtimeSettingsScreenEmulation": {
|
|
3108
|
+
"message": "螢幕模擬"
|
|
3109
|
+
},
|
|
2423
3110
|
"report/renderer/report-utils.js | runtimeSettingsUANetwork": {
|
|
2424
3111
|
"message": "用戶代理程式 (網絡)"
|
|
2425
3112
|
},
|
|
@@ -2457,7 +3144,13 @@
|
|
|
2457
3144
|
"message": "導致這次 Lighthouse 無法順利執行的問題:"
|
|
2458
3145
|
},
|
|
2459
3146
|
"report/renderer/report-utils.js | varianceDisclaimer": {
|
|
2460
|
-
"message": "此為預計值,可能與實際值有所不同。[效能分數將利用這些數據直接計算](https://
|
|
3147
|
+
"message": "此為預計值,可能與實際值有所不同。[效能分數將利用這些數據直接計算](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)。"
|
|
3148
|
+
},
|
|
3149
|
+
"report/renderer/report-utils.js | viewOriginalTraceLabel": {
|
|
3150
|
+
"message": "查看原始追蹤記錄"
|
|
3151
|
+
},
|
|
3152
|
+
"report/renderer/report-utils.js | viewTraceLabel": {
|
|
3153
|
+
"message": "檢視追蹤記錄"
|
|
2461
3154
|
},
|
|
2462
3155
|
"report/renderer/report-utils.js | viewTreemapLabel": {
|
|
2463
3156
|
"message": "查看矩形樹圖"
|