lighthouse 9.5.0-dev.20220726 → 9.5.0-dev.20220729
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/CONTRIBUTING.md +11 -11
- package/{lighthouse-cli → cli}/bin.js +5 -5
- package/{lighthouse-cli → cli}/cli-flags.js +1 -1
- package/{lighthouse-cli → cli}/commands/commands.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
- package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
- package/{lighthouse-cli → cli}/index.js +0 -0
- package/{lighthouse-cli → cli}/package.json +0 -0
- package/{lighthouse-cli → cli}/printer.js +0 -0
- package/{lighthouse-cli → cli}/run.js +3 -3
- package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
- package/{lighthouse-core → core}/audits/audit.js +0 -0
- package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
- package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
- package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
- package/{lighthouse-core → core}/audits/content-width.js +0 -0
- package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
- package/{lighthouse-core → core}/audits/deprecations.js +0 -0
- package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
- package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/font-display.js +0 -0
- package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
- package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
- package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
- package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
- package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
- package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
- package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
- package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
- package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
- package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/audits/metrics.js +0 -0
- package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
- package/{lighthouse-core → core}/audits/network-requests.js +0 -0
- package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
- package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
- package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
- package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
- package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
- package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
- package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
- package/{lighthouse-core → core}/audits/redirects.js +0 -0
- package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
- package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
- package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
- package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
- package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
- package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
- package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
- package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
- package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
- package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
- package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
- package/{lighthouse-core → core}/audits/service-worker.js +0 -0
- package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
- package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
- package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
- package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
- package/{lighthouse-core → core}/audits/user-timings.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
- package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
- package/{lighthouse-core → core}/audits/viewport.js +0 -0
- package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
- package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
- package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
- package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/computed/image-records.js +0 -0
- package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
- package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
- package/{lighthouse-core → core}/computed/main-resource.js +0 -0
- package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
- package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
- package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
- package/{lighthouse-core → core}/computed/network-records.js +0 -0
- package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
- package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
- package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
- package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
- package/{lighthouse-core → core}/computed/screenshots.js +0 -0
- package/{lighthouse-core → core}/computed/speedline.js +0 -0
- package/{lighthouse-core → core}/computed/unused-css.js +0 -0
- package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
- package/{lighthouse-core → core}/computed/user-timings.js +0 -0
- package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
- package/{lighthouse-core → core}/config/budget.js +0 -0
- package/{lighthouse-core → core}/config/config-helpers.js +0 -0
- package/{lighthouse-core → core}/config/config-plugin.js +0 -0
- package/{lighthouse-core → core}/config/config.js +0 -0
- package/{lighthouse-core → core}/config/constants.js +0 -0
- package/{lighthouse-core → core}/config/default-config.js +0 -2
- package/{lighthouse-core → core}/config/desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/experimental-config.js +0 -0
- package/{lighthouse-core → core}/config/full-config.js +0 -0
- package/{lighthouse-core → core}/config/legacy-default-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-mobile-config.js +0 -0
- package/{lighthouse-core → core}/config/metrics-to-audits.js +0 -0
- package/{lighthouse-core → core}/config/perf-config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/api.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/filters.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/validation.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-artifacts.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-gatherer.js +1 -1
- package/{lighthouse-core → core}/fraggle-rock/gather/driver.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/navigation-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/runner-helpers.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/session.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/snapshot-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/timespan-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/user-flow.js +0 -0
- package/{lighthouse-core → core}/gather/connections/connection.js +0 -0
- package/{lighthouse-core → core}/gather/connections/cri.js +0 -0
- package/{lighthouse-core → core}/gather/connections/raw.js +0 -0
- package/{lighthouse-core → core}/gather/driver/dom.js +0 -0
- package/{lighthouse-core → core}/gather/driver/environment.js +0 -0
- package/{lighthouse-core → core}/gather/driver/execution-context.js +0 -0
- package/{lighthouse-core → core}/gather/driver/navigation.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network-monitor.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network.js +0 -0
- package/{lighthouse-core → core}/gather/driver/prepare.js +0 -0
- package/{lighthouse-core → core}/gather/driver/service-workers.js +0 -0
- package/{lighthouse-core → core}/gather/driver/storage.js +0 -0
- package/{lighthouse-core → core}/gather/driver/target-manager.js +0 -0
- package/{lighthouse-core → core}/gather/driver/wait-for-condition.js +0 -0
- package/{lighthouse-core → core}/gather/driver.js +0 -0
- package/{lighthouse-core → core}/gather/fetcher.js +0 -0
- package/{lighthouse-core → core}/gather/gather-runner.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/accessibility.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/anchor-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/cache-contents.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/console-messages.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/css-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/domstats.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/optimized-images.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/response-compression.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/gatherer.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/global-listeners.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/iframe-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/image-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inputs.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/installability-errors.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/js-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/link-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/main-document-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/meta-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/network-user-agent.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/script-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/scripts.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/embedded-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/service-worker.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/source-maps.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/stacks.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/viewport-dimensions.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/web-app-manifest.js +0 -0
- package/{lighthouse-core → core}/index.cjs +0 -0
- package/{lighthouse-core → core}/index.js +1 -1
- package/{lighthouse-core → core}/lib/arbitrary-equality-map.js +0 -0
- package/{lighthouse-core → core}/lib/asset-saver.js +0 -0
- package/{lighthouse-core → core}/lib/axe.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Common.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Platform.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/SDK.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/ParsedURL.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/SourceMap.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/package.json +0 -0
- package/{lighthouse-core → core}/lib/csp-evaluator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/base-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/cpu-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/network-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/connection-pool.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/dns-cache.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/network-analyzer.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator-timing-map.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/tcp-connection.js +0 -0
- package/{lighthouse-core → core}/lib/deprecations-strings.js +0 -0
- package/{lighthouse-core → core}/lib/emulation.js +0 -0
- package/{lighthouse-core → core}/lib/i18n/README.md +2 -2
- package/{lighthouse-core → core}/lib/i18n/i18n.js +0 -0
- package/{lighthouse-core → core}/lib/icons.js +0 -0
- package/{lighthouse-core → core}/lib/lantern-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/lh-env.js +0 -0
- package/{lighthouse-core → core}/lib/lh-error.js +0 -0
- package/{lighthouse-core → core}/lib/lh-trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/manifest-parser.js +0 -0
- package/{lighthouse-core → core}/lib/median-run.js +0 -0
- package/{lighthouse-core → core}/lib/minification-estimator.js +0 -0
- package/{lighthouse-core → core}/lib/minify-devtoolslog.js +0 -0
- package/{lighthouse-core → core}/lib/minify-trace.js +3 -3
- package/{lighthouse-core → core}/lib/navigation-error.js +0 -0
- package/{lighthouse-core → core}/lib/network-recorder.js +0 -0
- package/{lighthouse-core → core}/lib/network-request.js +0 -0
- package/{lighthouse-core → core}/lib/page-functions.js +0 -0
- package/{lighthouse-core → core}/lib/proto-preprocessor.js +0 -0
- package/{lighthouse-core → core}/lib/rect-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/script-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/sentry.js +0 -0
- package/{lighthouse-core → core}/lib/stack-packs.js +0 -0
- package/{lighthouse-core → core}/lib/statistics.js +0 -0
- package/{lighthouse-core → core}/lib/tappable-rects.js +0 -0
- package/{lighthouse-core → core}/lib/third-party-web.js +0 -0
- package/{lighthouse-core → core}/lib/timing-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/cpu-profile-model.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-groups.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-summary.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/traces/pwmetrics-events.js +0 -0
- package/{lighthouse-core → core}/lib/url-shim.js +0 -0
- package/{lighthouse-core → core}/package.json +0 -0
- package/{lighthouse-core → core}/runner.js +0 -0
- package/{lighthouse-core → core}/scoring.js +0 -0
- package/{lighthouse-core → core}/scripts/download-chrome.sh +0 -0
- package/{lighthouse-core → core}/scripts/manual-chrome-launcher.js +1 -1
- package/{lighthouse-core → core}/scripts/package.json +0 -0
- package/{lighthouse-core → core}/util.cjs +1 -1
- package/eslint-local-rules.cjs +1 -1
- package/flow-report/test/common-test.tsx +1 -1
- package/flow-report/test/run-flow-report-tests.sh +1 -1
- package/flow-report/test/sample-flow.ts +1 -1
- package/flow-report/tsconfig.json +1 -1
- package/package.json +36 -36
- package/readme.md +4 -4
- package/report/clients/bundle.js +1 -1
- package/report/test/clients/bundle-test.js +1 -1
- package/report/test/generator/report-generator-test.js +3 -3
- package/report/test/renderer/category-renderer-test.js +4 -4
- package/report/test/renderer/i18n-test.js +1 -1
- package/report/test/renderer/performance-category-renderer-test.js +3 -3
- package/report/test/renderer/pwa-category-renderer-test.js +2 -2
- package/report/test/renderer/report-renderer-axe-test.js +3 -3
- package/report/test/renderer/report-renderer-test.js +3 -3
- package/report/test/renderer/report-ui-features-test.js +2 -2
- package/report/test/renderer/util-test.js +2 -2
- package/shared/localization/locales/ar-XB.json +641 -653
- package/shared/localization/locales/ar.json +641 -653
- package/shared/localization/locales/bg.json +641 -653
- package/shared/localization/locales/ca.json +641 -653
- package/shared/localization/locales/cs.json +641 -653
- package/shared/localization/locales/da.json +641 -653
- package/shared/localization/locales/de.json +641 -653
- package/shared/localization/locales/el.json +641 -653
- package/shared/localization/locales/en-GB.json +641 -653
- package/shared/localization/locales/en-US.json +830 -842
- package/shared/localization/locales/en-XA.json +641 -653
- package/shared/localization/locales/en-XL.json +830 -842
- package/shared/localization/locales/es-419.json +641 -653
- package/shared/localization/locales/es.json +641 -653
- package/shared/localization/locales/fi.json +641 -653
- package/shared/localization/locales/fil.json +641 -653
- package/shared/localization/locales/fr.json +641 -653
- package/shared/localization/locales/he.json +641 -653
- package/shared/localization/locales/hi.json +641 -653
- package/shared/localization/locales/hr.json +641 -653
- package/shared/localization/locales/hu.json +641 -653
- package/shared/localization/locales/id.json +641 -653
- package/shared/localization/locales/it.json +641 -653
- package/shared/localization/locales/ja.json +641 -653
- package/shared/localization/locales/ko.json +641 -653
- package/shared/localization/locales/lt.json +641 -653
- package/shared/localization/locales/lv.json +641 -653
- package/shared/localization/locales/nl.json +641 -653
- package/shared/localization/locales/no.json +641 -653
- package/shared/localization/locales/pl.json +641 -653
- package/shared/localization/locales/pt-PT.json +641 -653
- package/shared/localization/locales/pt.json +641 -653
- package/shared/localization/locales/ro.json +641 -653
- package/shared/localization/locales/ru.json +641 -653
- package/shared/localization/locales/sk.json +641 -653
- package/shared/localization/locales/sl.json +641 -653
- package/shared/localization/locales/sr-Latn.json +641 -653
- package/shared/localization/locales/sr.json +641 -653
- package/shared/localization/locales/sv.json +641 -653
- package/shared/localization/locales/ta.json +641 -653
- package/shared/localization/locales/te.json +641 -653
- package/shared/localization/locales/th.json +641 -653
- package/shared/localization/locales/tr.json +641 -653
- package/shared/localization/locales/uk.json +641 -653
- package/shared/localization/locales/vi.json +641 -653
- package/shared/localization/locales/zh-HK.json +641 -653
- package/shared/localization/locales/zh-TW.json +641 -653
- package/shared/localization/locales/zh.json +641 -653
- package/shared/localization/swap-locale.js +3 -3
- package/shared/test/localization/format-test.js +5 -5
- package/shared/test/localization/swap-locale-test.js +8 -8
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
- package/third-party/chromium-synchronization/installability-errors-test.js +1 -1
- package/tsconfig.json +84 -84
- package/types/artifacts.d.ts +7 -7
- package/types/audit.d.ts +1 -1
- package/types/config.d.ts +1 -1
- package/types/gatherer.d.ts +8 -8
- package/types/global-lh.d.ts +2 -2
- package/types/user-flow.d.ts +1 -1
- package/lighthouse-core/audits/apple-touch-icon.js +0 -72
|
@@ -131,1939 +131,1927 @@
|
|
|
131
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
132
|
"message": "Lighthouse 使用者流程報表"
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
135
|
"message": "快速鍵可讓使用者快速聚焦網頁的特定部分。要讓使用者正確瀏覽,每個快速鍵一律不得重複。[瞭解詳情](https://web.dev/accesskeys/)。"
|
|
136
136
|
},
|
|
137
|
-
"
|
|
137
|
+
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
138
|
"message": "`[accesskey]` 的值重複"
|
|
139
139
|
},
|
|
140
|
-
"
|
|
140
|
+
"core/audits/accessibility/accesskeys.js | title": {
|
|
141
141
|
"message": "`[accesskey]` 的值沒有重複"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
144
|
"message": "每個 ARIA `role`都支援一部分特定的 `aria-*` 屬性。若配對錯誤,`aria-*` 屬性將失去效力。[瞭解詳情](https://web.dev/aria-allowed-attr/)。"
|
|
145
145
|
},
|
|
146
|
-
"
|
|
146
|
+
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
147
|
"message": "`[aria-*]` 屬性與其角色不符"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"core/audits/accessibility/aria-allowed-attr.js | title": {
|
|
150
150
|
"message": "`[aria-*]` 屬性與其角色相符"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
153
|
"message": "如果元素沒有無障礙元素名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個元素的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
154
154
|
},
|
|
155
|
-
"
|
|
155
|
+
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
156
|
"message": "`button`、`link` 和 `menuitem` 元素沒有可解讀的名稱。"
|
|
157
157
|
},
|
|
158
|
-
"
|
|
158
|
+
"core/audits/accessibility/aria-command-name.js | title": {
|
|
159
159
|
"message": "`button`、`link` 和 `menuitem` 元素具有可解讀的名稱"
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
162
|
"message": "在 `<body>` 文件上設定 `aria-hidden=\"true\"` 時,輔助技術 (例如螢幕閱讀器) 無法一致地進行作業。[瞭解詳情](https://web.dev/aria-hidden-body/)。"
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
165
|
"message": "`<body>` 文件中出現 `[aria-hidden=\"true\"]`"
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"core/audits/accessibility/aria-hidden-body.js | title": {
|
|
168
168
|
"message": "`<body>` 文件中並未出現 `[aria-hidden=\"true\"]`"
|
|
169
169
|
},
|
|
170
|
-
"
|
|
170
|
+
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
171
|
"message": "`[aria-hidden=\"true\"]` 元素中的可聚焦子系會禁止輔助技術 (例如螢幕閱讀器) 的使用者存取這些互動元素。[瞭解詳情](https://web.dev/aria-hidden-focus/)。"
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
174
|
"message": "`[aria-hidden=\"true\"]` 元素包含可聚焦的子系"
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"core/audits/accessibility/aria-hidden-focus.js | title": {
|
|
177
177
|
"message": "`[aria-hidden=\"true\"]` 元素不包含可聚焦的子系"
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
180
|
"message": "如果沒有可解讀的輸入欄位名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個輸入欄位的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
181
181
|
},
|
|
182
|
-
"
|
|
182
|
+
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
183
|
"message": "ARIA 輸入欄位沒有可解讀的名稱"
|
|
184
184
|
},
|
|
185
|
-
"
|
|
185
|
+
"core/audits/accessibility/aria-input-field-name.js | title": {
|
|
186
186
|
"message": "ARIA 輸入欄位具有可解讀的名稱"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
188
|
+
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
189
|
"message": "如果元素沒有無障礙元素名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個元素的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
192
|
"message": "ARIA `meter` 元素沒有可解讀的名稱。"
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"core/audits/accessibility/aria-meter-name.js | title": {
|
|
195
195
|
"message": "ARIA `meter` 元素具有可解讀的名稱"
|
|
196
196
|
},
|
|
197
|
-
"
|
|
197
|
+
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
198
|
"message": "如果 `progressbar` 元素沒有無障礙元素名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個元素的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
201
|
"message": "ARIA `progressbar` 元素沒有可解讀的名稱。"
|
|
202
202
|
},
|
|
203
|
-
"
|
|
203
|
+
"core/audits/accessibility/aria-progressbar-name.js | title": {
|
|
204
204
|
"message": "ARIA `progressbar` 元素具有可解讀的名稱"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
207
|
"message": "部分 ARIA 角色的必要屬性會向螢幕閱讀器的使用者說明元素狀態。[瞭解詳情](https://web.dev/aria-required-attr/)。"
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
210
|
"message": "`[role]` 未具備所有必要的 `[aria-*]` 屬性"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"core/audits/accessibility/aria-required-attr.js | title": {
|
|
213
213
|
"message": "`[role]` 具備所有必要的 `[aria-*]` 屬性"
|
|
214
214
|
},
|
|
215
|
-
"
|
|
215
|
+
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
216
|
"message": "部分 ARIA 父項角色必須包含特定的子項角色,才能正確執行無障礙功能。[瞭解詳情](https://web.dev/aria-required-children/)。"
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
219
|
"message": "有些元素具備 ARIA `[role]` 且要求子項包含特定 `[role]`,這些元素缺少部分或全部的必要子項。"
|
|
220
220
|
},
|
|
221
|
-
"
|
|
221
|
+
"core/audits/accessibility/aria-required-children.js | title": {
|
|
222
222
|
"message": "具備 ARIA `[role]` 且要求子項包含特定 `[role]` 的元素具有全部的必要子項。"
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
225
|
"message": "部分 ARIA 子項角色必須包含在特定的父項角色中,才能正確執行其無障礙功能。[瞭解詳情](https://web.dev/aria-required-parent/)。"
|
|
226
226
|
},
|
|
227
|
-
"
|
|
227
|
+
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
228
|
"message": "`[role]` 未包含在必要的父項元素中"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"core/audits/accessibility/aria-required-parent.js | title": {
|
|
231
231
|
"message": "`[role]` 包含在必要的父項元素中"
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
234
|
"message": "ARIA 角色必須具備有效的值,才能執行其無障礙功能。[瞭解詳情](https://web.dev/aria-roles/)。"
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
237
|
"message": "`[role]` 不具備有效的值"
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"core/audits/accessibility/aria-roles.js | title": {
|
|
240
240
|
"message": "`[role]` 具備有效的值"
|
|
241
241
|
},
|
|
242
|
-
"
|
|
242
|
+
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
243
|
"message": "如果沒有可解讀的切換欄位名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個切換欄位的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
244
244
|
},
|
|
245
|
-
"
|
|
245
|
+
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
246
|
"message": "ARIA 切換欄位沒有可解讀的名稱"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
248
|
+
"core/audits/accessibility/aria-toggle-field-name.js | title": {
|
|
249
249
|
"message": "ARIA 切換欄位具有可解讀的名稱"
|
|
250
250
|
},
|
|
251
|
-
"
|
|
251
|
+
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
252
|
"message": "如果元素沒有無障礙元素名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個元素的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
253
253
|
},
|
|
254
|
-
"
|
|
254
|
+
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
255
|
"message": "ARIA `tooltip` 元素沒有可解讀的名稱。"
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"core/audits/accessibility/aria-tooltip-name.js | title": {
|
|
258
258
|
"message": "ARIA `tooltip` 元素具有可解讀的名稱"
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
261
|
"message": "如果元素沒有無障礙元素名稱,螢幕閱讀器只會讀出通用名稱,這樣仰賴螢幕閱讀器的使用者就無法知道這個元素的用途。[瞭解詳情](https://web.dev/aria-name/)。"
|
|
262
262
|
},
|
|
263
|
-
"
|
|
263
|
+
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
264
|
"message": "ARIA `treeitem` 元素沒有可解讀的名稱。"
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"core/audits/accessibility/aria-treeitem-name.js | title": {
|
|
267
267
|
"message": "ARIA `treeitem` 元素具有可解讀的名稱"
|
|
268
268
|
},
|
|
269
|
-
"
|
|
269
|
+
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
270
|
"message": "輔助技術 (例如螢幕閱讀器) 無法解讀數值無效的 ARIA 屬性。[瞭解詳情](https://web.dev/aria-valid-attr-value/)。"
|
|
271
271
|
},
|
|
272
|
-
"
|
|
272
|
+
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
273
|
"message": "`[aria-*]` 屬性缺少有效的值"
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"core/audits/accessibility/aria-valid-attr-value.js | title": {
|
|
276
276
|
"message": "`[aria-*]` 屬性具備有效的值"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
279
|
"message": "輔助技術 (例如螢幕閱讀器) 無法解讀包含無效名稱的 ARIA 屬性。[瞭解詳情](https://web.dev/aria-valid-attr/)。"
|
|
280
280
|
},
|
|
281
|
-
"
|
|
281
|
+
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
282
|
"message": "`[aria-*]` 屬性無效或有錯字"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
284
|
+
"core/audits/accessibility/aria-valid-attr.js | title": {
|
|
285
285
|
"message": "`[aria-*]` 屬性有效且拼字正確"
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"core/audits/accessibility/axe-audit.js | failingElementsHeader": {
|
|
288
288
|
"message": "未通過稽核的元素"
|
|
289
289
|
},
|
|
290
|
-
"
|
|
290
|
+
"core/audits/accessibility/button-name.js | description": {
|
|
291
291
|
"message": "如果沒有可解讀的按鈕名稱,螢幕閱讀器只會讀出「按鈕」,這樣仰賴螢幕閱讀器的使用者就無法知道這個按鈕的用途。[瞭解詳情](https://web.dev/button-name/)。"
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
294
|
"message": "按鈕沒有可存取的名稱"
|
|
295
295
|
},
|
|
296
|
-
"
|
|
296
|
+
"core/audits/accessibility/button-name.js | title": {
|
|
297
297
|
"message": "按鈕具有可解讀的名稱"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"core/audits/accessibility/bypass.js | description": {
|
|
300
300
|
"message": "針對重複的內容增設略過選項,可提高鍵盤使用者的網頁瀏覽效率。[瞭解詳情](https://web.dev/bypass/)。"
|
|
301
301
|
},
|
|
302
|
-
"
|
|
302
|
+
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
303
|
"message": "這個網頁中沒有標題、略過連結或標記區域"
|
|
304
304
|
},
|
|
305
|
-
"
|
|
305
|
+
"core/audits/accessibility/bypass.js | title": {
|
|
306
306
|
"message": "這個網頁包含標題、略過連結或標記區域"
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
309
|
"message": "低對比度的文字對許多讀者來說難以閱讀或無法閱讀。[瞭解詳情](https://web.dev/color-contrast/)。"
|
|
310
310
|
},
|
|
311
|
-
"
|
|
311
|
+
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
312
|
"message": "背景和前景顏色沒有足夠的對比度。"
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"core/audits/accessibility/color-contrast.js | title": {
|
|
315
315
|
"message": "背景和前景顏色具有足夠的對比度"
|
|
316
316
|
},
|
|
317
|
-
"
|
|
317
|
+
"core/audits/accessibility/definition-list.js | description": {
|
|
318
318
|
"message": "如果定義清單的標記不正確,螢幕閱讀器可能會輸出令人混淆或不正確的內容。[瞭解詳情](https://web.dev/definition-list/)。"
|
|
319
319
|
},
|
|
320
|
-
"
|
|
320
|
+
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
321
|
"message": "`<dl>` 並非只包含排序正確的 `<dt>` 和 `<dd>` 群組,以及 `<script>`、`<template>` 或 `<div>` 元素。"
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"core/audits/accessibility/definition-list.js | title": {
|
|
324
324
|
"message": "`<dl>` 只包含排序正確的 `<dt>` 和 `<dd>` 群組,以及 `<script>`、`<template>` 或 `<div>` 元素。"
|
|
325
325
|
},
|
|
326
|
-
"
|
|
326
|
+
"core/audits/accessibility/dlitem.js | description": {
|
|
327
327
|
"message": "定義清單項目 (`<dt>` 和 `<dd>`) 必須納入在父項 `<dl>` 元素中,才能確保螢幕閱讀器正確朗讀這些項目。[瞭解詳情](https://web.dev/dlitem/)。"
|
|
328
328
|
},
|
|
329
|
-
"
|
|
329
|
+
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
330
|
"message": "定義清單項目未納入在 `<dl>` 元素中"
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"core/audits/accessibility/dlitem.js | title": {
|
|
333
333
|
"message": "定義清單項目已納入在 `<dl>` 元素中"
|
|
334
334
|
},
|
|
335
|
-
"
|
|
335
|
+
"core/audits/accessibility/document-title.js | description": {
|
|
336
336
|
"message": "標題可讓螢幕閱讀器使用者概略瞭解網頁內容;搜尋引擎使用者經常需要使用這項資訊,以判斷網頁內容是否與他們的搜尋項目有關。[瞭解詳情](https://web.dev/document-title/)。"
|
|
337
337
|
},
|
|
338
|
-
"
|
|
338
|
+
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
339
|
"message": "文件缺少 `<title>` 元素"
|
|
340
340
|
},
|
|
341
|
-
"
|
|
341
|
+
"core/audits/accessibility/document-title.js | title": {
|
|
342
342
|
"message": "文件具有 `<title>` 元素"
|
|
343
343
|
},
|
|
344
|
-
"
|
|
344
|
+
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
345
|
"message": "所有可聚焦的元素都必須擁有專屬的 `id`,以確保輔助技術可查看這些元素。[瞭解詳情](https://web.dev/duplicate-id-active/)。"
|
|
346
346
|
},
|
|
347
|
-
"
|
|
347
|
+
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
348
|
"message": "已啟用的可聚焦元素有重複的 `[id]` 屬性"
|
|
349
349
|
},
|
|
350
|
-
"
|
|
350
|
+
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
351
351
|
"message": "已啟用的可聚焦元素沒有重複的 `[id]` 屬性"
|
|
352
352
|
},
|
|
353
|
-
"
|
|
353
|
+
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
354
|
"message": "ARIA ID 的值不得重複,以免輔助技術忽略其他重複的值。[瞭解詳情](https://web.dev/duplicate-id-aria/)。"
|
|
355
355
|
},
|
|
356
|
-
"
|
|
356
|
+
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
357
|
"message": "ARIA ID 重複"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"core/audits/accessibility/duplicate-id-aria.js | title": {
|
|
360
360
|
"message": "沒有重複的 ARIA ID"
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
363
|
"message": "如果表單欄位含有多個標籤,可能會造成螢幕閱讀器等輔助技術無法判斷該讀出第一個、最後一個或所有標籤。[瞭解詳情](https://web.dev/form-field-multiple-labels/)。"
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
366
|
"message": "表單欄位包含多個標籤"
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"core/audits/accessibility/form-field-multiple-labels.js | title": {
|
|
369
369
|
"message": "沒有任何表單欄位包含多個標籤"
|
|
370
370
|
},
|
|
371
|
-
"
|
|
371
|
+
"core/audits/accessibility/frame-title.js | description": {
|
|
372
372
|
"message": "螢幕閱讀器需使用頁框標題才能說明頁框內容。[瞭解詳情](https://web.dev/frame-title/)。"
|
|
373
373
|
},
|
|
374
|
-
"
|
|
374
|
+
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
375
|
"message": "`<frame>` 或 `<iframe>` 元素缺少名稱"
|
|
376
376
|
},
|
|
377
|
-
"
|
|
377
|
+
"core/audits/accessibility/frame-title.js | title": {
|
|
378
378
|
"message": "`<frame>` 或 `<iframe>` 元素包含名稱"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"core/audits/accessibility/heading-order.js | description": {
|
|
381
381
|
"message": "排序正確且未略過層級的標題可傳達網頁的語意結構,讓使用者在運用輔助技術時更容易瀏覽及理解。[瞭解詳情](https://web.dev/heading-order/)。"
|
|
382
382
|
},
|
|
383
|
-
"
|
|
383
|
+
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
384
|
"message": "標題元素未依遞減順序顯示"
|
|
385
385
|
},
|
|
386
|
-
"
|
|
386
|
+
"core/audits/accessibility/heading-order.js | title": {
|
|
387
387
|
"message": "標題元素已依遞減順序顯示"
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
390
|
"message": "如果網頁未指定 [lang] 屬性,螢幕閱讀器會假設網頁採用的是使用者在設定螢幕閱讀器時所選擇的預設語言。如果網頁實際採用的語言並非預設語言,那麼螢幕閱讀器可能無法正確朗讀網頁文字。[瞭解詳情](https://web.dev/html-has-lang/)。"
|
|
391
391
|
},
|
|
392
|
-
"
|
|
392
|
+
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
393
|
"message": "`<html>` 元素缺少 `[lang]` 屬性"
|
|
394
394
|
},
|
|
395
|
-
"
|
|
395
|
+
"core/audits/accessibility/html-has-lang.js | title": {
|
|
396
396
|
"message": "`<html>` 元素具備 `[lang]` 屬性"
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
399
|
"message": "指定有效的 [BCP 47 語言](https://www.w3.org/International/questions/qa-choosing-language-tags#question),可協助螢幕閱讀器正確朗讀文字。[瞭解詳情](https://web.dev/html-lang-valid/)。"
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
402
|
"message": "`<html>` 元素的 `[lang]` 屬性缺少有效的值。"
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"core/audits/accessibility/html-lang-valid.js | title": {
|
|
405
405
|
"message": "`<html>` 元素的 `[lang]` 屬性具備有效的值"
|
|
406
406
|
},
|
|
407
|
-
"
|
|
407
|
+
"core/audits/accessibility/image-alt.js | description": {
|
|
408
408
|
"message": "說明元素應提供簡短貼切的替代文字。如果是裝飾元素,只要將 alt 屬性留空,系統即會忽略該元素。[瞭解詳情](https://web.dev/image-alt/)。"
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
411
|
"message": "圖片元素缺少 `[alt]` 屬性"
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"core/audits/accessibility/image-alt.js | title": {
|
|
414
414
|
"message": "圖片元素具有 `[alt]` 屬性"
|
|
415
415
|
},
|
|
416
|
-
"
|
|
416
|
+
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
417
|
"message": "如果 `<input>` 按鈕是以圖片呈現,提供替代文字可協助螢幕閱讀器使用者瞭解該按鈕的用途。[瞭解詳情](https://web.dev/input-image-alt/)。"
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
420
|
"message": "`<input type=\"image\">` 元素沒有 `[alt]` 文字"
|
|
421
421
|
},
|
|
422
|
-
"
|
|
422
|
+
"core/audits/accessibility/input-image-alt.js | title": {
|
|
423
423
|
"message": "`<input type=\"image\">` 元素具有 `[alt]` 文字"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"core/audits/accessibility/label.js | description": {
|
|
426
426
|
"message": "標籤可確保輔助技術 (例如螢幕閱讀器) 正確朗讀表單控制項。[瞭解詳情](https://web.dev/label/)。"
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
429
|
"message": "表單元素沒有相關聯的標籤"
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"core/audits/accessibility/label.js | title": {
|
|
432
432
|
"message": "表單元素具有相關聯的標籤"
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"core/audits/accessibility/link-name.js | description": {
|
|
435
435
|
"message": "使用可辨別、未重複且可聚焦的連結文字 (以及連結圖片的替代文字),有助於改善螢幕閱讀器使用者的瀏覽體驗。[瞭解詳情](https://web.dev/link-name/)。"
|
|
436
436
|
},
|
|
437
|
-
"
|
|
437
|
+
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
438
|
"message": "連結缺少可辨別的名稱"
|
|
439
439
|
},
|
|
440
|
-
"
|
|
440
|
+
"core/audits/accessibility/link-name.js | title": {
|
|
441
441
|
"message": "連結具有可辨別的名稱"
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"core/audits/accessibility/list.js | description": {
|
|
444
444
|
"message": "螢幕閱讀器會以特定方式朗讀清單。請務必採用正確的清單結構,這樣螢幕閱讀器才能順利讀出畫面內容。[瞭解詳情](https://web.dev/list/)。"
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
447
|
"message": "清單中並非只包含 `<li>` 元素和指令碼支援元素 (`<script>` 和 `<template>`)。"
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"core/audits/accessibility/list.js | title": {
|
|
450
450
|
"message": "清單只包含 `<li>` 元素和指令碼支援元素 (`<script>` 和 `<template>`)。"
|
|
451
451
|
},
|
|
452
|
-
"
|
|
452
|
+
"core/audits/accessibility/listitem.js | description": {
|
|
453
453
|
"message": "清單項目 (`<li>`) 必須包含在父項元素 `<ul>` 或 `<ol>` 中,螢幕閱讀器才能正確朗讀這些項目。[瞭解詳情](https://web.dev/listitem/)。"
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
456
|
"message": "清單項目 (`<li>`) 未包含在 `<ul>` 或 `<ol>` 父項元素中。"
|
|
457
457
|
},
|
|
458
|
-
"
|
|
458
|
+
"core/audits/accessibility/listitem.js | title": {
|
|
459
459
|
"message": "清單項目 (`<li>`) 已包含在 `<ul>` 或 `<ol>` 父項元素中"
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
462
|
"message": "使用者不會預期系統自動重新整理網頁,而且這麼做會將焦點移回網頁頂端。這可能會對使用者造成困擾或混淆。[瞭解詳情](https://web.dev/meta-refresh/)。"
|
|
463
463
|
},
|
|
464
|
-
"
|
|
464
|
+
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
465
|
"message": "這個文件使用 `<meta http-equiv=\"refresh\">`"
|
|
466
466
|
},
|
|
467
|
-
"
|
|
467
|
+
"core/audits/accessibility/meta-refresh.js | title": {
|
|
468
468
|
"message": "這個文件未使用 `<meta http-equiv=\"refresh\">`"
|
|
469
469
|
},
|
|
470
|
-
"
|
|
470
|
+
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
471
|
"message": "停用縮放功能會對低視能使用者造成困擾,他們需要使用螢幕放大功能才能清楚看見網頁內容。[瞭解詳情](https://web.dev/meta-viewport/)。"
|
|
472
472
|
},
|
|
473
|
-
"
|
|
473
|
+
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
474
|
"message": "`<meta name=\"viewport\">` 元素中使用了 `[user-scalable=\"no\"]`,或是 `[maximum-scale]` 屬性小於 5。"
|
|
475
475
|
},
|
|
476
|
-
"
|
|
476
|
+
"core/audits/accessibility/meta-viewport.js | title": {
|
|
477
477
|
"message": "`<meta name=\"viewport\">` 元素中未使用 `[user-scalable=\"no\"]`,而且 `[maximum-scale]` 屬性大於或等於 5。"
|
|
478
478
|
},
|
|
479
|
-
"
|
|
479
|
+
"core/audits/accessibility/object-alt.js | description": {
|
|
480
480
|
"message": "螢幕閱讀器無法解讀非文字內容。為 `<object>` 元素新增替代文字,可協助螢幕閱讀器向使用者傳達該元素的意義。[瞭解詳情](https://web.dev/object-alt/)。"
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
483
|
"message": "`<object>` 元素沒有替代文字"
|
|
484
484
|
},
|
|
485
|
-
"
|
|
485
|
+
"core/audits/accessibility/object-alt.js | title": {
|
|
486
486
|
"message": "`<object>` 元素具有替代文字"
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"core/audits/accessibility/tabindex.js | description": {
|
|
489
489
|
"message": "如果值大於 0,表示採用的是明確的瀏覽排序。雖然這在技術上可行,但經常會對仰賴輔助技術的使用者造成困擾。[瞭解詳情](https://web.dev/tabindex/)。"
|
|
490
490
|
},
|
|
491
|
-
"
|
|
491
|
+
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
492
|
"message": "部分元素的 `[tabindex]` 值大於 0"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"core/audits/accessibility/tabindex.js | title": {
|
|
495
495
|
"message": "所有元素的 `[tabindex]` 值皆未超過 0"
|
|
496
496
|
},
|
|
497
|
-
"
|
|
497
|
+
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
498
|
"message": "螢幕閱讀器的功能可讓使用者輕鬆瀏覽表格。請確保使用 `[headers]` 屬性的 `<td>` 儲存格只參照同一表格中的其他儲存格,這樣可改善螢幕閱讀器的使用體驗。[瞭解詳情](https://web.dev/td-headers-attr/)。"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
501
|
"message": "在 `<table>` 元素中使用 `[headers]` 屬性的儲存格參照了元素 `id`,系統無法在相同表格中找到這個元素。"
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"core/audits/accessibility/td-headers-attr.js | title": {
|
|
504
504
|
"message": "在 `<table>` 元素中使用 `[headers]` 屬性的儲存格參照了同一表格中的表格儲存格。"
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
507
|
"message": "螢幕閱讀器的功能可讓使用者輕鬆瀏覽表格。如果能確保表格標題一律參照特定一組儲存格,或許能讓螢幕閱讀器的使用體驗更上一層樓。[瞭解詳情](https://web.dev/th-has-data-cells/)。"
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
510
|
"message": "`<th>` 元素和具有 `[role=\"columnheader\"/\"rowheader\"]` 的元素不包含所描述的資料儲存格。"
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"core/audits/accessibility/th-has-data-cells.js | title": {
|
|
513
513
|
"message": "`<th>` 元素和帶有 `[role=\"columnheader\"/\"rowheader\"]` 的元素具有其所描述的資料儲存格。"
|
|
514
514
|
},
|
|
515
|
-
"
|
|
515
|
+
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
516
|
"message": "為元素指定有效的 [BCP 47 語言](https://www.w3.org/International/questions/qa-choosing-language-tags#question),可協助確保螢幕閱讀器正確朗讀文字。[瞭解詳情](https://web.dev/valid-lang/)。"
|
|
517
517
|
},
|
|
518
|
-
"
|
|
518
|
+
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
519
|
"message": "`[lang]` 屬性缺少有效的值"
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"core/audits/accessibility/valid-lang.js | title": {
|
|
522
522
|
"message": "`[lang]` 屬性具備有效的值"
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"core/audits/accessibility/video-caption.js | description": {
|
|
525
525
|
"message": "如果在影片中提供字幕,將有助於失聰或聽障使用者瞭解影片資訊。[瞭解詳情](https://web.dev/video-caption/)。"
|
|
526
526
|
},
|
|
527
|
-
"
|
|
527
|
+
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
528
|
"message": "`<video>` 元素不含任何帶有 `[kind=\"captions\"]` 的 `<track>` 元素。"
|
|
529
529
|
},
|
|
530
|
-
"
|
|
530
|
+
"core/audits/accessibility/video-caption.js | title": {
|
|
531
531
|
"message": "`<video>` 元素包含帶有 `[kind=\"captions\"]` 的 `<track>` 元素"
|
|
532
532
|
},
|
|
533
|
-
"
|
|
534
|
-
"message": "請定義「`apple-touch-icon`」,這樣一來,當 iOS 使用者將漸進式網頁應用程式新增到主螢幕時,系統才會顯示正確圖示。apple-touch-icon 必須指向大小為 192 像素 (或 180 像素) 的不透明正方形 PNG。[瞭解詳情](https://web.dev/apple-touch-icon/)。"
|
|
535
|
-
},
|
|
536
|
-
"lighthouse-core/audits/apple-touch-icon.js | failureTitle": {
|
|
537
|
-
"message": "未提供有效的 `apple-touch-icon`"
|
|
538
|
-
},
|
|
539
|
-
"lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": {
|
|
540
|
-
"message": "`apple-touch-icon-precomposed` 版本過舊,建議使用 `apple-touch-icon`。"
|
|
541
|
-
},
|
|
542
|
-
"lighthouse-core/audits/apple-touch-icon.js | title": {
|
|
543
|
-
"message": "具備有效的 `apple-touch-icon`"
|
|
544
|
-
},
|
|
545
|
-
"lighthouse-core/audits/autocomplete.js | columnCurrent": {
|
|
533
|
+
"core/audits/autocomplete.js | columnCurrent": {
|
|
546
534
|
"message": "目前的值"
|
|
547
535
|
},
|
|
548
|
-
"
|
|
536
|
+
"core/audits/autocomplete.js | columnSuggestions": {
|
|
549
537
|
"message": "建議使用的權杖"
|
|
550
538
|
},
|
|
551
|
-
"
|
|
539
|
+
"core/audits/autocomplete.js | description": {
|
|
552
540
|
"message": "`autocomplete` 可協助使用者更快速地提交表單。建議你將 `autocomplete` 屬性設為有效值以啟用這項功能,減少使用者需要執行的動作。[瞭解詳情](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
|
|
553
541
|
},
|
|
554
|
-
"
|
|
542
|
+
"core/audits/autocomplete.js | failureTitle": {
|
|
555
543
|
"message": "`<input>` 元素沒有正確的 `autocomplete` 屬性"
|
|
556
544
|
},
|
|
557
|
-
"
|
|
545
|
+
"core/audits/autocomplete.js | manualReview": {
|
|
558
546
|
"message": "必須手動查看"
|
|
559
547
|
},
|
|
560
|
-
"
|
|
548
|
+
"core/audits/autocomplete.js | reviewOrder": {
|
|
561
549
|
"message": "查看權杖的順序"
|
|
562
550
|
},
|
|
563
|
-
"
|
|
551
|
+
"core/audits/autocomplete.js | title": {
|
|
564
552
|
"message": "`<input>` 元素已正確使用 `autocomplete`"
|
|
565
553
|
},
|
|
566
|
-
"
|
|
554
|
+
"core/audits/autocomplete.js | warningInvalid": {
|
|
567
555
|
"message": "`autocomplete` 權杖:「{snippet}」中的「{token}」無效"
|
|
568
556
|
},
|
|
569
|
-
"
|
|
557
|
+
"core/audits/autocomplete.js | warningOrder": {
|
|
570
558
|
"message": "查看權杖的順序:{snippet} 中的「{tokens}」"
|
|
571
559
|
},
|
|
572
|
-
"
|
|
560
|
+
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
573
561
|
"message": "Chrome 擴充功能對這個頁面的載入效能有負面影響。建議透過無痕模式或不含擴充功能的 Chrome 設定檔來稽核頁面。"
|
|
574
562
|
},
|
|
575
|
-
"
|
|
563
|
+
"core/audits/bootup-time.js | columnScriptEval": {
|
|
576
564
|
"message": "指令碼評估"
|
|
577
565
|
},
|
|
578
|
-
"
|
|
566
|
+
"core/audits/bootup-time.js | columnScriptParse": {
|
|
579
567
|
"message": "指令碼剖析"
|
|
580
568
|
},
|
|
581
|
-
"
|
|
569
|
+
"core/audits/bootup-time.js | columnTotal": {
|
|
582
570
|
"message": "CPU 總執行時間"
|
|
583
571
|
},
|
|
584
|
-
"
|
|
572
|
+
"core/audits/bootup-time.js | description": {
|
|
585
573
|
"message": "建議你縮短剖析、編譯及執行 JavaScript 所耗費的時間。提供較小的 JavaScript 酬載可能會有幫助。[瞭解詳情](https://web.dev/bootup-time/)。"
|
|
586
574
|
},
|
|
587
|
-
"
|
|
575
|
+
"core/audits/bootup-time.js | failureTitle": {
|
|
588
576
|
"message": "減少 JavaScript 執行時間"
|
|
589
577
|
},
|
|
590
|
-
"
|
|
578
|
+
"core/audits/bootup-time.js | title": {
|
|
591
579
|
"message": "JavaScript 執行時間"
|
|
592
580
|
},
|
|
593
|
-
"
|
|
581
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
594
582
|
"message": "從套件中移除重複的大型 JavaScript 模組,盡量避免網路活動消耗不必要的流量。 "
|
|
595
583
|
},
|
|
596
|
-
"
|
|
584
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
597
585
|
"message": "請移除 JavaScript 套件中重複的模組"
|
|
598
586
|
},
|
|
599
|
-
"
|
|
587
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
600
588
|
"message": "使用大型 GIF 檔案呈現動畫內容會降低網路傳輸效率。建議你改用 MPEG4/WebM 影片格式呈現動畫內容,或是使用 PNG/WebP 格式顯示靜態圖片,以減少網路傳輸的資料量。[瞭解詳情](https://web.dev/efficient-animated-content/)"
|
|
601
589
|
},
|
|
602
|
-
"
|
|
590
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
603
591
|
"message": "使用影片格式的動畫內容"
|
|
604
592
|
},
|
|
605
|
-
"
|
|
593
|
+
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
606
594
|
"message": "Polyfill 和轉換作業可讓舊版瀏覽器使用新版 JavaScript 的功能。不過這些功能對於新型瀏覽器而言,有很多都是不必要的。如果是 JavaScript 套件,請採用具備模組/非模組功能偵測機制的新型指令碼部署策略,以減少新型瀏覽器所需要的程式碼,同時保留對舊版瀏覽器的支援。[瞭解詳情](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
|
|
607
595
|
},
|
|
608
|
-
"
|
|
596
|
+
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
609
597
|
"message": "避免將舊版 JavaScript 提供給新型瀏覽器"
|
|
610
598
|
},
|
|
611
|
-
"
|
|
599
|
+
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
612
600
|
"message": "WebP 和 AVIF 等圖片格式的壓縮效果通常比 PNG 或 JPEG 要好,這代表下載速度更快,數據用量更少。[瞭解詳情](https://web.dev/uses-webp-images/)。"
|
|
613
601
|
},
|
|
614
|
-
"
|
|
602
|
+
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
615
603
|
"message": "提供 next-gen 格式的圖片"
|
|
616
604
|
},
|
|
617
|
-
"
|
|
605
|
+
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
618
606
|
"message": "建議在所有重要資源載入完成之前,延遲載入畫面外圖片和隱藏項目,以縮短互動準備時間。[瞭解詳情](https://web.dev/offscreen-images/)。"
|
|
619
607
|
},
|
|
620
|
-
"
|
|
608
|
+
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
621
609
|
"message": "延後載入畫面外圖片"
|
|
622
610
|
},
|
|
623
|
-
"
|
|
611
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
624
612
|
"message": "網頁的資源過多,因此妨礙了首次顯示畫面的時間。建議你先載入重要的內嵌 JavaScript/CSS,並延後載入不重要的 JavaScript/樣式。[瞭解詳情](https://web.dev/render-blocking-resources/)。"
|
|
625
613
|
},
|
|
626
|
-
"
|
|
614
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
627
615
|
"message": "排除禁止轉譯的資源"
|
|
628
616
|
},
|
|
629
|
-
"
|
|
617
|
+
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
630
618
|
"message": "大量的網路酬載會增加使用者的費用負擔,而且往往會延長網頁載入時間。[瞭解詳情](https://web.dev/total-byte-weight/)。"
|
|
631
619
|
},
|
|
632
|
-
"
|
|
620
|
+
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
633
621
|
"message": "總大小為 {totalBytes, number, bytes} KiB"
|
|
634
622
|
},
|
|
635
|
-
"
|
|
623
|
+
"core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
|
|
636
624
|
"message": "避免耗用大量網路資源"
|
|
637
625
|
},
|
|
638
|
-
"
|
|
626
|
+
"core/audits/byte-efficiency/total-byte-weight.js | title": {
|
|
639
627
|
"message": "避免耗用大量網路資源"
|
|
640
628
|
},
|
|
641
|
-
"
|
|
629
|
+
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
642
630
|
"message": "壓縮 CSS 檔案能減少網路酬載大小。[瞭解詳情](https://web.dev/unminified-css/)。"
|
|
643
631
|
},
|
|
644
|
-
"
|
|
632
|
+
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
645
633
|
"message": "壓縮 CSS"
|
|
646
634
|
},
|
|
647
|
-
"
|
|
635
|
+
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
648
636
|
"message": "壓縮 JavaScript 檔案能減少酬載大小,並縮短剖析指令碼的時間。[瞭解詳情](https://web.dev/unminified-javascript/)。"
|
|
649
637
|
},
|
|
650
|
-
"
|
|
638
|
+
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
651
639
|
"message": "壓縮 JavaScript"
|
|
652
640
|
},
|
|
653
|
-
"
|
|
641
|
+
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
654
642
|
"message": "移除樣式表中的無用規則,並延遲載入在不需捲動位置內容中未使用的 CSS,即可減少網路活動消耗的流量。[瞭解詳情](https://web.dev/unused-css-rules/)"
|
|
655
643
|
},
|
|
656
|
-
"
|
|
644
|
+
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
657
645
|
"message": "減少無用的 CSS"
|
|
658
646
|
},
|
|
659
|
-
"
|
|
647
|
+
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
660
648
|
"message": "減少無用的 JavaScript 並延遲載入指令碼 (等需要時才載入),即可減少網路活動消耗的流量。[瞭解詳情](https://web.dev/unused-javascript/)"
|
|
661
649
|
},
|
|
662
|
-
"
|
|
650
|
+
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
663
651
|
"message": "減少無用的 JavaScript"
|
|
664
652
|
},
|
|
665
|
-
"
|
|
653
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
666
654
|
"message": "延長快取生命週期可以加快使用者再次造訪網頁的速度。[瞭解詳情](https://web.dev/uses-long-cache-ttl/)。"
|
|
667
655
|
},
|
|
668
|
-
"
|
|
656
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
669
657
|
"message": "{itemCount,plural, =1{找到 1 項資源}other{找到 # 項資源}}"
|
|
670
658
|
},
|
|
671
|
-
"
|
|
659
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
672
660
|
"message": "運用有效的快取政策提供靜態資產"
|
|
673
661
|
},
|
|
674
|
-
"
|
|
662
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
675
663
|
"message": "使用有效的快取政策處理靜態資產"
|
|
676
664
|
},
|
|
677
|
-
"
|
|
665
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
678
666
|
"message": "經過最佳化的圖片載入速度較快,且能節省使用者的行動數據用量。[瞭解詳情](https://web.dev/uses-optimized-images/)。"
|
|
679
667
|
},
|
|
680
|
-
"
|
|
668
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
681
669
|
"message": "圖片編碼有效率"
|
|
682
670
|
},
|
|
683
|
-
"
|
|
671
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
684
672
|
"message": "實際尺寸"
|
|
685
673
|
},
|
|
686
|
-
"
|
|
674
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
687
675
|
"message": "顯示的尺寸"
|
|
688
676
|
},
|
|
689
|
-
"
|
|
677
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
690
678
|
"message": "圖片大於其顯示大小"
|
|
691
679
|
},
|
|
692
|
-
"
|
|
680
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
693
681
|
"message": "圖片適合其顯示大小"
|
|
694
682
|
},
|
|
695
|
-
"
|
|
683
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
696
684
|
"message": "使用大小合適的圖片有助於節省行動數據用量並縮短載入時間。[瞭解詳情](https://web.dev/uses-responsive-images/)。"
|
|
697
685
|
},
|
|
698
|
-
"
|
|
686
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
699
687
|
"message": "使用合適的圖片大小"
|
|
700
688
|
},
|
|
701
|
-
"
|
|
689
|
+
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
702
690
|
"message": "提供的文字資源應經過 (gzip、deflate 或 brotli) 壓縮,將網路傳輸的資料量降至最低。[瞭解詳情](https://web.dev/uses-text-compression/)。"
|
|
703
691
|
},
|
|
704
|
-
"
|
|
692
|
+
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
705
693
|
"message": "啟用文字壓縮"
|
|
706
694
|
},
|
|
707
|
-
"
|
|
695
|
+
"core/audits/content-width.js | description": {
|
|
708
696
|
"message": "如果你的應用程式內容寬度與可視區域的寬度不相符,應用程式可能無法在行動裝置螢幕上呈現最佳效果。[瞭解詳情](https://web.dev/content-width/)。"
|
|
709
697
|
},
|
|
710
|
-
"
|
|
698
|
+
"core/audits/content-width.js | explanation": {
|
|
711
699
|
"message": "可視區域大小 ({innerWidth} 像素) 與視窗大小 ({outerWidth} 像素) 不相符。"
|
|
712
700
|
},
|
|
713
|
-
"
|
|
701
|
+
"core/audits/content-width.js | failureTitle": {
|
|
714
702
|
"message": "未針對可視區域正確調整內容大小"
|
|
715
703
|
},
|
|
716
|
-
"
|
|
704
|
+
"core/audits/content-width.js | title": {
|
|
717
705
|
"message": "已針對可視區域正確調整內容大小"
|
|
718
706
|
},
|
|
719
|
-
"
|
|
707
|
+
"core/audits/critical-request-chains.js | description": {
|
|
720
708
|
"message": "下方的「關鍵要求鏈結」顯示優先載入的資源。建議你縮短鏈結長度、降低下載資源的大小,或是將非必要資源延後載入,以提高網頁載入速度。[瞭解詳情](https://web.dev/critical-request-chains/)。"
|
|
721
709
|
},
|
|
722
|
-
"
|
|
710
|
+
"core/audits/critical-request-chains.js | displayValue": {
|
|
723
711
|
"message": "{itemCount,plural, =1{找到 1 個鏈結}other{找到 # 個鏈結}}"
|
|
724
712
|
},
|
|
725
|
-
"
|
|
713
|
+
"core/audits/critical-request-chains.js | title": {
|
|
726
714
|
"message": "避免鏈結關鍵要求"
|
|
727
715
|
},
|
|
728
|
-
"
|
|
716
|
+
"core/audits/csp-xss.js | columnDirective": {
|
|
729
717
|
"message": "指令"
|
|
730
718
|
},
|
|
731
|
-
"
|
|
719
|
+
"core/audits/csp-xss.js | columnSeverity": {
|
|
732
720
|
"message": "嚴重程度"
|
|
733
721
|
},
|
|
734
|
-
"
|
|
722
|
+
"core/audits/csp-xss.js | description": {
|
|
735
723
|
"message": "強大的內容安全政策 (CSP) 可以大幅降低遭到跨網站指令碼 (XSS) 攻擊的風險。[瞭解詳情](https://web.dev/csp-xss/)"
|
|
736
724
|
},
|
|
737
|
-
"
|
|
725
|
+
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
738
726
|
"message": "語法"
|
|
739
727
|
},
|
|
740
|
-
"
|
|
728
|
+
"core/audits/csp-xss.js | metaTagMessage": {
|
|
741
729
|
"message": "該網頁包含在 <meta> 標記中定義的 CSP。如果可以,請考慮在 HTTP 標頭中定義 CSP。"
|
|
742
730
|
},
|
|
743
|
-
"
|
|
731
|
+
"core/audits/csp-xss.js | noCsp": {
|
|
744
732
|
"message": "找不到處於強制執行模式的 CSP"
|
|
745
733
|
},
|
|
746
|
-
"
|
|
734
|
+
"core/audits/csp-xss.js | title": {
|
|
747
735
|
"message": "確保 CSP 能有效防範 XSS 攻擊"
|
|
748
736
|
},
|
|
749
|
-
"
|
|
737
|
+
"core/audits/deprecations.js | columnDeprecate": {
|
|
750
738
|
"message": "淘汰/警告"
|
|
751
739
|
},
|
|
752
|
-
"
|
|
740
|
+
"core/audits/deprecations.js | columnLine": {
|
|
753
741
|
"message": "行數"
|
|
754
742
|
},
|
|
755
|
-
"
|
|
743
|
+
"core/audits/deprecations.js | description": {
|
|
756
744
|
"message": "系統最終會從瀏覽器中移除已淘汰的 API。[瞭解詳情](https://web.dev/deprecations/)。"
|
|
757
745
|
},
|
|
758
|
-
"
|
|
746
|
+
"core/audits/deprecations.js | displayValue": {
|
|
759
747
|
"message": "{itemCount,plural, =1{發現 1 則警告}other{發現 # 則警告}}"
|
|
760
748
|
},
|
|
761
|
-
"
|
|
749
|
+
"core/audits/deprecations.js | failureTitle": {
|
|
762
750
|
"message": "使用已淘汰的 API"
|
|
763
751
|
},
|
|
764
|
-
"
|
|
752
|
+
"core/audits/deprecations.js | title": {
|
|
765
753
|
"message": "避免使用已淘汰的 API"
|
|
766
754
|
},
|
|
767
|
-
"
|
|
755
|
+
"core/audits/dobetterweb/charset.js | description": {
|
|
768
756
|
"message": "必須定義字元編碼宣告。你可以在 HTML 的前 1024 個位元組中使用 `<meta>` 標記定義,或在 Content-Type HTTP 回應標頭中定義。[瞭解詳情](https://web.dev/charset/)。"
|
|
769
757
|
},
|
|
770
|
-
"
|
|
758
|
+
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
771
759
|
"message": "字元集宣告遺失或在 HTML 中太晚出現"
|
|
772
760
|
},
|
|
773
|
-
"
|
|
761
|
+
"core/audits/dobetterweb/charset.js | title": {
|
|
774
762
|
"message": "正確定義字元集"
|
|
775
763
|
},
|
|
776
|
-
"
|
|
764
|
+
"core/audits/dobetterweb/doctype.js | description": {
|
|
777
765
|
"message": "指定 DOCTYPE 能防止瀏覽器切換至相容模式。[瞭解詳情](https://web.dev/doctype/)。"
|
|
778
766
|
},
|
|
779
|
-
"
|
|
767
|
+
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
780
768
|
"message": "DOCTYPE 名稱必須是小寫字串 `html`"
|
|
781
769
|
},
|
|
782
|
-
"
|
|
770
|
+
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
783
771
|
"message": "文件必須包含 DOCTYPE"
|
|
784
772
|
},
|
|
785
|
-
"
|
|
773
|
+
"core/audits/dobetterweb/doctype.js | explanationPublicId": {
|
|
786
774
|
"message": "publicId 須為空白字串"
|
|
787
775
|
},
|
|
788
|
-
"
|
|
776
|
+
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
789
777
|
"message": "systemId 須為空白字串"
|
|
790
778
|
},
|
|
791
|
-
"
|
|
779
|
+
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
792
780
|
"message": "網頁缺少 HTML DOCTYPE,因此觸發了相容模式"
|
|
793
781
|
},
|
|
794
|
-
"
|
|
782
|
+
"core/audits/dobetterweb/doctype.js | title": {
|
|
795
783
|
"message": "網頁含有 HTML DOCTYPE"
|
|
796
784
|
},
|
|
797
|
-
"
|
|
785
|
+
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
798
786
|
"message": "統計資料"
|
|
799
787
|
},
|
|
800
|
-
"
|
|
788
|
+
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
801
789
|
"message": "值"
|
|
802
790
|
},
|
|
803
|
-
"
|
|
791
|
+
"core/audits/dobetterweb/dom-size.js | description": {
|
|
804
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)。[瞭解詳情](https://web.dev/dom-size/)。"
|
|
805
793
|
},
|
|
806
|
-
"
|
|
794
|
+
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
807
795
|
"message": "{itemCount,plural, =1{1 個元素}other{# 個元素}}"
|
|
808
796
|
},
|
|
809
|
-
"
|
|
797
|
+
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
810
798
|
"message": "避免 DOM 過大"
|
|
811
799
|
},
|
|
812
|
-
"
|
|
800
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
813
801
|
"message": "DOM 層級上限"
|
|
814
802
|
},
|
|
815
|
-
"
|
|
803
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
816
804
|
"message": "DOM 元素總計"
|
|
817
805
|
},
|
|
818
|
-
"
|
|
806
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
819
807
|
"message": "子元素數量上限"
|
|
820
808
|
},
|
|
821
|
-
"
|
|
809
|
+
"core/audits/dobetterweb/dom-size.js | title": {
|
|
822
810
|
"message": "避免 DOM 過大"
|
|
823
811
|
},
|
|
824
|
-
"
|
|
812
|
+
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
825
813
|
"message": "如果未提供其他資訊就要求存取使用者的位置資訊,會讓使用者感到困惑而不信任網站。建議你在使用者執行特定動作時,再提出這項要求。[瞭解詳情](https://web.dev/geolocation-on-start/)。"
|
|
826
814
|
},
|
|
827
|
-
"
|
|
815
|
+
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
828
816
|
"message": "在載入網頁時要求存取使用者的位置資訊"
|
|
829
817
|
},
|
|
830
|
-
"
|
|
818
|
+
"core/audits/dobetterweb/geolocation-on-start.js | title": {
|
|
831
819
|
"message": "避免在載入網頁時要求存取使用者的位置資訊"
|
|
832
820
|
},
|
|
833
|
-
"
|
|
821
|
+
"core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
|
|
834
822
|
"message": "問題類型"
|
|
835
823
|
},
|
|
836
|
-
"
|
|
824
|
+
"core/audits/dobetterweb/inspector-issues.js | description": {
|
|
837
825
|
"message": "Chrome 開發人員工具的 `Issues` 面板中記錄的問題指出有未解決的狀況。這些狀況可能起因於網路要求失敗、安全性控制項不足,以及其他瀏覽器方面的疑慮。請開啟 Chrome 開發人員工具的 Issues 面板,查看每個問題的詳細資訊。"
|
|
838
826
|
},
|
|
839
|
-
"
|
|
827
|
+
"core/audits/dobetterweb/inspector-issues.js | failureTitle": {
|
|
840
828
|
"message": "Chrome 開發人員工具的 `Issues` 面板中有問題記錄"
|
|
841
829
|
},
|
|
842
|
-
"
|
|
830
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
|
|
843
831
|
"message": "依跨來源政策封鎖"
|
|
844
832
|
},
|
|
845
|
-
"
|
|
833
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
|
|
846
834
|
"message": "廣告耗用大量資源"
|
|
847
835
|
},
|
|
848
|
-
"
|
|
836
|
+
"core/audits/dobetterweb/inspector-issues.js | title": {
|
|
849
837
|
"message": "Chrome 開發人員工具的 `Issues` 面板中沒有任何問題"
|
|
850
838
|
},
|
|
851
|
-
"
|
|
839
|
+
"core/audits/dobetterweb/js-libraries.js | columnVersion": {
|
|
852
840
|
"message": "版本"
|
|
853
841
|
},
|
|
854
|
-
"
|
|
842
|
+
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
855
843
|
"message": "在此網頁上偵測到的所有前端 JavaScript 程式庫。[瞭解詳情](https://web.dev/js-libraries/)。"
|
|
856
844
|
},
|
|
857
|
-
"
|
|
845
|
+
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
858
846
|
"message": "偵測到 JavaScript 程式庫"
|
|
859
847
|
},
|
|
860
|
-
"
|
|
848
|
+
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
861
849
|
"message": "對於連線速度較慢的使用者,透過 `document.write()` 動態置入的外部指令碼可能會導致網頁延遲數十秒載入。[瞭解詳情](https://web.dev/no-document-write/)。"
|
|
862
850
|
},
|
|
863
|
-
"
|
|
851
|
+
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
864
852
|
"message": "避免使用 `document.write()`"
|
|
865
853
|
},
|
|
866
|
-
"
|
|
854
|
+
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
867
855
|
"message": "避免使用 `document.write()`"
|
|
868
856
|
},
|
|
869
|
-
"
|
|
857
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
870
858
|
"message": "最高嚴重性"
|
|
871
859
|
},
|
|
872
|
-
"
|
|
860
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
873
861
|
"message": "程式庫版本"
|
|
874
862
|
},
|
|
875
|
-
"
|
|
863
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
876
864
|
"message": "安全漏洞數量"
|
|
877
865
|
},
|
|
878
|
-
"
|
|
866
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
879
867
|
"message": "部分第三方指令碼可能包含已知的安全漏洞,攻擊者將能輕易識別及利用這些漏洞。[瞭解詳情](https://web.dev/no-vulnerable-libraries/)。"
|
|
880
868
|
},
|
|
881
|
-
"
|
|
869
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
882
870
|
"message": "{itemCount,plural, =1{偵測到 1 項安全漏洞}other{偵測到 # 項安全漏洞}}"
|
|
883
871
|
},
|
|
884
|
-
"
|
|
872
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
885
873
|
"message": "包含的前端 JavaScript 程式庫具有已知安全漏洞"
|
|
886
874
|
},
|
|
887
|
-
"
|
|
875
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
888
876
|
"message": "避免使用包含已知安全漏洞的前端 JavaScript 程式庫"
|
|
889
877
|
},
|
|
890
|
-
"
|
|
878
|
+
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
891
879
|
"message": "如果未提供其他資訊就要求使用者允許網站顯示通知,會讓使用者感到困惑而不信任網站。建議你在使用者操作特定手勢時,再提出這項要求。[瞭解詳情](https://web.dev/notification-on-start/)。"
|
|
892
880
|
},
|
|
893
|
-
"
|
|
881
|
+
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
894
882
|
"message": "在載入網頁時要求使用者允許網站顯示通知"
|
|
895
883
|
},
|
|
896
|
-
"
|
|
884
|
+
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
897
885
|
"message": "避免在載入網頁時要求使用者允許網站顯示通知"
|
|
898
886
|
},
|
|
899
|
-
"
|
|
887
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
900
888
|
"message": "禁止貼上密碼會對安全性政策造成不良影響[瞭解詳情](https://web.dev/password-inputs-can-be-pasted-into/)。"
|
|
901
889
|
},
|
|
902
|
-
"
|
|
890
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
903
891
|
"message": "禁止使用者貼到密碼欄位"
|
|
904
892
|
},
|
|
905
|
-
"
|
|
893
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
906
894
|
"message": "允許使用者貼到密碼欄位"
|
|
907
895
|
},
|
|
908
|
-
"
|
|
896
|
+
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
909
897
|
"message": "通訊協定"
|
|
910
898
|
},
|
|
911
|
-
"
|
|
899
|
+
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
912
900
|
"message": "HTTP/2 提供許多 HTTP/1.1 沒有的優點,包括二進位標頭和多工處理。[瞭解詳情](https://web.dev/uses-http2/)。"
|
|
913
901
|
},
|
|
914
|
-
"
|
|
902
|
+
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
915
903
|
"message": "{itemCount,plural, =1{有 1 項要求未透過 HTTP/2 傳送}other{有 # 項要求未透過 HTTP/2 傳送}}"
|
|
916
904
|
},
|
|
917
|
-
"
|
|
905
|
+
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
918
906
|
"message": "使用 HTTP/2"
|
|
919
907
|
},
|
|
920
|
-
"
|
|
908
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
921
909
|
"message": "建議將輕觸動作和滑鼠滾輪事件監聽器標示為 `passive`,以提升網頁的捲動效能。[瞭解詳情](https://web.dev/uses-passive-event-listeners/)。"
|
|
922
910
|
},
|
|
923
|
-
"
|
|
911
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
924
912
|
"message": "未使用被動事件監聽器來提升捲動效能"
|
|
925
913
|
},
|
|
926
|
-
"
|
|
914
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
927
915
|
"message": "使用被動事件監聽器來提升捲動效能"
|
|
928
916
|
},
|
|
929
|
-
"
|
|
917
|
+
"core/audits/errors-in-console.js | description": {
|
|
930
918
|
"message": "如果主控台有錯誤記錄,表示系統有問題尚待解決,例如網路要求錯誤和其他瀏覽器問題。[瞭解詳情](https://web.dev/errors-in-console/)"
|
|
931
919
|
},
|
|
932
|
-
"
|
|
920
|
+
"core/audits/errors-in-console.js | failureTitle": {
|
|
933
921
|
"message": "主控台已記錄瀏覽器發生的錯誤"
|
|
934
922
|
},
|
|
935
|
-
"
|
|
923
|
+
"core/audits/errors-in-console.js | title": {
|
|
936
924
|
"message": "系統未在主控台中記錄瀏覽器發生的錯誤"
|
|
937
925
|
},
|
|
938
|
-
"
|
|
926
|
+
"core/audits/font-display.js | description": {
|
|
939
927
|
"message": "運用顯示字型的 CSS 功能,確保使用者可以在網站字型載入期間看到文字。[瞭解詳情](https://web.dev/font-display/)。"
|
|
940
928
|
},
|
|
941
|
-
"
|
|
929
|
+
"core/audits/font-display.js | failureTitle": {
|
|
942
930
|
"message": "確認載入網站字型時文字不會消失"
|
|
943
931
|
},
|
|
944
|
-
"
|
|
932
|
+
"core/audits/font-display.js | title": {
|
|
945
933
|
"message": "載入網站字型時沒有任何文字消失"
|
|
946
934
|
},
|
|
947
|
-
"
|
|
935
|
+
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
948
936
|
"message": "{fontCountForOrigin,plural, =1{Lighthouse 無法自動檢查 {fontOrigin} 來源的 `font-display` 值。}other{Lighthouse 無法自動檢查 {fontOrigin} 來源的 `font-display` 值。}}"
|
|
949
937
|
},
|
|
950
|
-
"
|
|
938
|
+
"core/audits/image-aspect-ratio.js | columnActual": {
|
|
951
939
|
"message": "實際顯示比例"
|
|
952
940
|
},
|
|
953
|
-
"
|
|
941
|
+
"core/audits/image-aspect-ratio.js | columnDisplayed": {
|
|
954
942
|
"message": "網頁上顯示的圖片比例"
|
|
955
943
|
},
|
|
956
|
-
"
|
|
944
|
+
"core/audits/image-aspect-ratio.js | description": {
|
|
957
945
|
"message": "圖片顯示尺寸應符合正常顯示比例。[瞭解詳情](https://web.dev/image-aspect-ratio/)。"
|
|
958
946
|
},
|
|
959
|
-
"
|
|
947
|
+
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
960
948
|
"message": "圖片的顯示比例不正確"
|
|
961
949
|
},
|
|
962
|
-
"
|
|
950
|
+
"core/audits/image-aspect-ratio.js | title": {
|
|
963
951
|
"message": "圖片的顯示比例正確"
|
|
964
952
|
},
|
|
965
|
-
"
|
|
953
|
+
"core/audits/image-size-responsive.js | columnActual": {
|
|
966
954
|
"message": "實際大小"
|
|
967
955
|
},
|
|
968
|
-
"
|
|
956
|
+
"core/audits/image-size-responsive.js | columnDisplayed": {
|
|
969
957
|
"message": "顯示大小"
|
|
970
958
|
},
|
|
971
|
-
"
|
|
959
|
+
"core/audits/image-size-responsive.js | columnExpected": {
|
|
972
960
|
"message": "預期大小"
|
|
973
961
|
},
|
|
974
|
-
"
|
|
962
|
+
"core/audits/image-size-responsive.js | description": {
|
|
975
963
|
"message": "圖片的實際尺寸應與顯示大小和像素比例成正比,才能呈現最清晰的圖片效果。[瞭解詳情](https://web.dev/serve-responsive-images/)。"
|
|
976
964
|
},
|
|
977
|
-
"
|
|
965
|
+
"core/audits/image-size-responsive.js | failureTitle": {
|
|
978
966
|
"message": "提供的圖片解析度過低"
|
|
979
967
|
},
|
|
980
|
-
"
|
|
968
|
+
"core/audits/image-size-responsive.js | title": {
|
|
981
969
|
"message": "提供的圖片解析度適當"
|
|
982
970
|
},
|
|
983
|
-
"
|
|
971
|
+
"core/audits/installable-manifest.js | already-installed": {
|
|
984
972
|
"message": "先前已安裝這個應用程式"
|
|
985
973
|
},
|
|
986
|
-
"
|
|
974
|
+
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
987
975
|
"message": "無法從資訊清單下載必要圖示"
|
|
988
976
|
},
|
|
989
|
-
"
|
|
977
|
+
"core/audits/installable-manifest.js | columnValue": {
|
|
990
978
|
"message": "失敗原因"
|
|
991
979
|
},
|
|
992
|
-
"
|
|
980
|
+
"core/audits/installable-manifest.js | description": {
|
|
993
981
|
"message": "透過 Service Worker 技術,你的應用程式可以使用漸進式網頁應用程式的許多功能,例如離線功能、新增至主畫面,以及推播通知。正確導入 Service Worker 和資訊清單後,瀏覽器可主動提示使用者將你的應用程式新增至主畫面,進而提升參與度。[瞭解詳情](https://web.dev/installable-manifest/)。"
|
|
994
982
|
},
|
|
995
|
-
"
|
|
983
|
+
"core/audits/installable-manifest.js | displayValue": {
|
|
996
984
|
"message": "{itemCount,plural, =1{1 個原因}other{# 個原因}}"
|
|
997
985
|
},
|
|
998
|
-
"
|
|
986
|
+
"core/audits/installable-manifest.js | failureTitle": {
|
|
999
987
|
"message": "網頁應用程式資訊清單或 Service Worker 不符合安裝規定"
|
|
1000
988
|
},
|
|
1001
|
-
"
|
|
989
|
+
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1002
990
|
"message": "Play 商店應用程式網址與 Play 商店 ID 不符"
|
|
1003
991
|
},
|
|
1004
|
-
"
|
|
992
|
+
"core/audits/installable-manifest.js | in-incognito": {
|
|
1005
993
|
"message": "網頁透過無痕式視窗載入"
|
|
1006
994
|
},
|
|
1007
|
-
"
|
|
995
|
+
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1008
996
|
"message": "資訊清單的「display」屬性必須設為「standalone」、「fullscreen」或「minimal-ui」"
|
|
1009
997
|
},
|
|
1010
|
-
"
|
|
998
|
+
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1011
999
|
"message": "資訊清單包含「display_override」欄位,且第一個支援的顯示模式必須是「standalone」、「fullscreen」或「minimal-ui」"
|
|
1012
1000
|
},
|
|
1013
|
-
"
|
|
1001
|
+
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1014
1002
|
"message": "無法擷取或剖析資訊清單,或是資訊清單沒有任何內容"
|
|
1015
1003
|
},
|
|
1016
|
-
"
|
|
1004
|
+
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1017
1005
|
"message": "資訊清單網址在資訊清單擷取期間已變更。"
|
|
1018
1006
|
},
|
|
1019
|
-
"
|
|
1007
|
+
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1020
1008
|
"message": "資訊清單未包含「name」或「short_name」欄位"
|
|
1021
1009
|
},
|
|
1022
|
-
"
|
|
1010
|
+
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1023
1011
|
"message": "資訊清單未包含適當圖示;圖示必須為 {value0} px 以上的 PNG、SVG 或 WebP 檔案,同時必須設定 sizes 屬性,且如果設有 purpose 屬性,當中必須包含「any」。"
|
|
1024
1012
|
},
|
|
1025
|
-
"
|
|
1013
|
+
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1026
1014
|
"message": "未提供任何大小在 {value0} px 以上的 PNG、SVG 或 WebP 格式正方形圖示,而且 purpose 屬性未設定或設為「any」"
|
|
1027
1015
|
},
|
|
1028
|
-
"
|
|
1016
|
+
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1029
1017
|
"message": "下載的圖示空白或已損毀"
|
|
1030
1018
|
},
|
|
1031
|
-
"
|
|
1019
|
+
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1032
1020
|
"message": "未提供 Play 商店 ID"
|
|
1033
1021
|
},
|
|
1034
|
-
"
|
|
1022
|
+
"core/audits/installable-manifest.js | no-manifest": {
|
|
1035
1023
|
"message": "網頁沒有資訊清單 <link> 網址"
|
|
1036
1024
|
},
|
|
1037
|
-
"
|
|
1025
|
+
"core/audits/installable-manifest.js | no-matching-service-worker": {
|
|
1038
1026
|
"message": "未偵測到相符的 Service Worker。你可能需要重新載入網頁,或是檢查目前網頁的 Service Worker 範圍是否涵蓋資訊清單的範圍和開始網址。"
|
|
1039
1027
|
},
|
|
1040
|
-
"
|
|
1028
|
+
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1041
1029
|
"message": "資訊清單中沒有「start_url」欄位,因此無法檢查 Service Worker"
|
|
1042
1030
|
},
|
|
1043
|
-
"
|
|
1031
|
+
"core/audits/installable-manifest.js | noErrorId": {
|
|
1044
1032
|
"message": "無法辨識安裝錯誤 ID「{errorId}」"
|
|
1045
1033
|
},
|
|
1046
|
-
"
|
|
1034
|
+
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1047
1035
|
"message": "網頁的提供來源不安全"
|
|
1048
1036
|
},
|
|
1049
|
-
"
|
|
1037
|
+
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1050
1038
|
"message": "網頁未在主頁框中載入"
|
|
1051
1039
|
},
|
|
1052
|
-
"
|
|
1040
|
+
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1053
1041
|
"message": "網頁無法離線運作"
|
|
1054
1042
|
},
|
|
1055
|
-
"
|
|
1043
|
+
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1056
1044
|
"message": "PWA 已解除安裝並將重設安裝規定檢查。"
|
|
1057
1045
|
},
|
|
1058
|
-
"
|
|
1046
|
+
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1059
1047
|
"message": "Android 不支援指定的應用程式平台"
|
|
1060
1048
|
},
|
|
1061
|
-
"
|
|
1049
|
+
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1062
1050
|
"message": "資訊清單指定了 prefer_related_applications: true"
|
|
1063
1051
|
},
|
|
1064
|
-
"
|
|
1052
|
+
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1065
1053
|
"message": "prefer_related_applications 僅適用於 Android 上的 Chrome Beta 版和穩定版。"
|
|
1066
1054
|
},
|
|
1067
|
-
"
|
|
1055
|
+
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1068
1056
|
"message": "Lighthouse 無法判斷是否有 service worker。請嘗試使用較新的 Chrome 版本。"
|
|
1069
1057
|
},
|
|
1070
|
-
"
|
|
1058
|
+
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1071
1059
|
"message": "資訊清單開始網址無效"
|
|
1072
1060
|
},
|
|
1073
|
-
"
|
|
1061
|
+
"core/audits/installable-manifest.js | title": {
|
|
1074
1062
|
"message": "網頁應用程式資訊清單和 Service Worker 符合安裝規定"
|
|
1075
1063
|
},
|
|
1076
|
-
"
|
|
1064
|
+
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1077
1065
|
"message": "資訊清單中的某個網址包含使用者名稱、密碼或連接埠"
|
|
1078
1066
|
},
|
|
1079
|
-
"
|
|
1067
|
+
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1080
1068
|
"message": "網頁無法離線運作。Chrome 從 2021 年 8 月推出 93 穩定版開始,就不會再將這個網頁視為可安裝。"
|
|
1081
1069
|
},
|
|
1082
|
-
"
|
|
1070
|
+
"core/audits/is-on-https.js | allowed": {
|
|
1083
1071
|
"message": "已允許"
|
|
1084
1072
|
},
|
|
1085
|
-
"
|
|
1073
|
+
"core/audits/is-on-https.js | blocked": {
|
|
1086
1074
|
"message": "已封鎖"
|
|
1087
1075
|
},
|
|
1088
|
-
"
|
|
1076
|
+
"core/audits/is-on-https.js | columnInsecureURL": {
|
|
1089
1077
|
"message": "不安全的網址"
|
|
1090
1078
|
},
|
|
1091
|
-
"
|
|
1079
|
+
"core/audits/is-on-https.js | columnResolution": {
|
|
1092
1080
|
"message": "要求的解決方案"
|
|
1093
1081
|
},
|
|
1094
|
-
"
|
|
1082
|
+
"core/audits/is-on-https.js | description": {
|
|
1095
1083
|
"message": "所有網站都應該使用 HTTPS 確保安全,即使網站未處理機密資料也一樣。這包括避免載入[複合型內容](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content),因為其中有些內容會透過 HTTPS 傳送初始要求,但透過 HTTP 載入部分資源。HTTPS 能防範入侵者竄改或被動監聽應用程式與使用者之間的通訊,同時也是使用 HTTP/2 和許多新式網路平台 API 的先決條件。[瞭解詳情](https://web.dev/is-on-https/)。"
|
|
1096
1084
|
},
|
|
1097
|
-
"
|
|
1085
|
+
"core/audits/is-on-https.js | displayValue": {
|
|
1098
1086
|
"message": "{itemCount,plural, =1{發現 1 個不安全的要求}other{發現 # 個不安全的要求}}"
|
|
1099
1087
|
},
|
|
1100
|
-
"
|
|
1088
|
+
"core/audits/is-on-https.js | failureTitle": {
|
|
1101
1089
|
"message": "未使用 HTTPS"
|
|
1102
1090
|
},
|
|
1103
|
-
"
|
|
1091
|
+
"core/audits/is-on-https.js | title": {
|
|
1104
1092
|
"message": "使用 HTTPS"
|
|
1105
1093
|
},
|
|
1106
|
-
"
|
|
1094
|
+
"core/audits/is-on-https.js | upgraded": {
|
|
1107
1095
|
"message": "已自動升級為 HTTPS"
|
|
1108
1096
|
},
|
|
1109
|
-
"
|
|
1097
|
+
"core/audits/is-on-https.js | warning": {
|
|
1110
1098
|
"message": "已允許並顯示警告訊息"
|
|
1111
1099
|
},
|
|
1112
|
-
"
|
|
1100
|
+
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1113
1101
|
"message": "這是在可視區域中繪製的最大內容元素。[瞭解詳情](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1114
1102
|
},
|
|
1115
|
-
"
|
|
1103
|
+
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
1104
|
"message": "最大內容繪製元素"
|
|
1117
1105
|
},
|
|
1118
|
-
"
|
|
1106
|
+
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1119
1107
|
"message": "對 CLS 的影響"
|
|
1120
1108
|
},
|
|
1121
|
-
"
|
|
1109
|
+
"core/audits/layout-shift-elements.js | description": {
|
|
1122
1110
|
"message": "這些 DOM 元素對於頁面的「累計版面配置位移」(CLS) 影響最大。"
|
|
1123
1111
|
},
|
|
1124
|
-
"
|
|
1112
|
+
"core/audits/layout-shift-elements.js | title": {
|
|
1125
1113
|
"message": "避免大量版面配置轉移"
|
|
1126
1114
|
},
|
|
1127
|
-
"
|
|
1115
|
+
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1128
1116
|
"message": "不需捲動位置的圖片經過延遲載入後,會在頁面生命週期的較晚階段顯示,這可能會延遲最大內容繪製作業。[瞭解詳情](https://web.dev/lcp-lazy-loading/)。"
|
|
1129
1117
|
},
|
|
1130
|
-
"
|
|
1118
|
+
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1131
1119
|
"message": "已延遲載入最大內容繪製圖片"
|
|
1132
1120
|
},
|
|
1133
|
-
"
|
|
1121
|
+
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1134
1122
|
"message": "未延遲載入最大內容繪製圖片"
|
|
1135
1123
|
},
|
|
1136
|
-
"
|
|
1124
|
+
"core/audits/long-tasks.js | description": {
|
|
1137
1125
|
"message": "列出主要執行緒上執行時間最長的工作,這項資訊有助於找出造成輸入延遲的主因。[瞭解詳情](https://web.dev/long-tasks-devtools/)"
|
|
1138
1126
|
},
|
|
1139
|
-
"
|
|
1127
|
+
"core/audits/long-tasks.js | displayValue": {
|
|
1140
1128
|
"message": "{itemCount,plural, =1{找到 # 項長時間執行的工作}other{找到 # 項長時間執行的工作}}"
|
|
1141
1129
|
},
|
|
1142
|
-
"
|
|
1130
|
+
"core/audits/long-tasks.js | title": {
|
|
1143
1131
|
"message": "避免長時間在主要執行緒上執行的工作"
|
|
1144
1132
|
},
|
|
1145
|
-
"
|
|
1133
|
+
"core/audits/mainthread-work-breakdown.js | columnCategory": {
|
|
1146
1134
|
"message": "類別"
|
|
1147
1135
|
},
|
|
1148
|
-
"
|
|
1136
|
+
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1149
1137
|
"message": "建議你縮短剖析、編譯及執行 JavaScript 所耗費的時間。提供較小的 JavaScript 酬載可能會有幫助。[瞭解詳情](https://web.dev/mainthread-work-breakdown/)"
|
|
1150
1138
|
},
|
|
1151
|
-
"
|
|
1139
|
+
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1152
1140
|
"message": "將主要執行緒的工作降到最低"
|
|
1153
1141
|
},
|
|
1154
|
-
"
|
|
1142
|
+
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1155
1143
|
"message": "將主要執行緒的工作降到最低"
|
|
1156
1144
|
},
|
|
1157
|
-
"
|
|
1145
|
+
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1158
1146
|
"message": "為觸及大多數使用者,網站應在每個主要瀏覽器上運作。[瞭解詳情](https://web.dev/pwa-cross-browser/)。"
|
|
1159
1147
|
},
|
|
1160
|
-
"
|
|
1148
|
+
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1161
1149
|
"message": "網站可以在不同瀏覽器上運作"
|
|
1162
1150
|
},
|
|
1163
|
-
"
|
|
1151
|
+
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1164
1152
|
"message": "可確保每個網頁都能透過網址進行深層連結,而且具有專屬網址,方便你在社交媒體上分享。[瞭解詳情](https://web.dev/pwa-each-page-has-url/)。"
|
|
1165
1153
|
},
|
|
1166
|
-
"
|
|
1154
|
+
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1167
1155
|
"message": "每個網頁都有一個網址"
|
|
1168
1156
|
},
|
|
1169
|
-
"
|
|
1157
|
+
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1170
1158
|
"message": "即使網路速度緩慢,當使用者輕觸不同網頁也應該要能流暢切換,這是展現效能的重要關鍵。[瞭解詳情](https://web.dev/pwa-page-transitions/)。"
|
|
1171
1159
|
},
|
|
1172
|
-
"
|
|
1160
|
+
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1173
1161
|
"message": "使用者在切換頁面時不會覺得網路速度緩慢"
|
|
1174
1162
|
},
|
|
1175
|
-
"
|
|
1163
|
+
"core/audits/maskable-icon.js | description": {
|
|
1176
1164
|
"message": "在裝置上安裝應用程式時,可遮蓋的圖示可確保圖片會填滿整個形狀,圖片的上方和下方不會加上黑邊。[瞭解詳情](https://web.dev/maskable-icon-audit/)。"
|
|
1177
1165
|
},
|
|
1178
|
-
"
|
|
1166
|
+
"core/audits/maskable-icon.js | failureTitle": {
|
|
1179
1167
|
"message": "資訊清單未包含可遮蓋的圖示"
|
|
1180
1168
|
},
|
|
1181
|
-
"
|
|
1169
|
+
"core/audits/maskable-icon.js | title": {
|
|
1182
1170
|
"message": "資訊清單包含可遮蓋的圖示"
|
|
1183
1171
|
},
|
|
1184
|
-
"
|
|
1172
|
+
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1185
1173
|
"message": "「累計版面配置位移」指標是用於測量可見元素在可視區域內的移動情形。[瞭解詳情](https://web.dev/cls/)。"
|
|
1186
1174
|
},
|
|
1187
|
-
"
|
|
1175
|
+
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1188
1176
|
"message": "首次顯示內容所需時間是指瀏覽器首次顯示文字或圖片的時間。[瞭解詳情](https://web.dev/first-contentful-paint/)。"
|
|
1189
1177
|
},
|
|
1190
|
-
"
|
|
1178
|
+
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1191
1179
|
"message": "畫面首次有效顯示所需時間是指網頁顯示主要內容的時間。[瞭解詳情](https://web.dev/first-meaningful-paint/)。"
|
|
1192
1180
|
},
|
|
1193
|
-
"
|
|
1181
|
+
"core/audits/metrics/interactive.js | description": {
|
|
1194
1182
|
"message": "互動準備時間是網頁進入完整互動狀態前花費的時間。[瞭解詳情](https://web.dev/interactive/)。"
|
|
1195
1183
|
},
|
|
1196
|
-
"
|
|
1184
|
+
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1197
1185
|
"message": "「最大內容繪製」是指繪製最大的文字或圖片所需要的時間。[瞭解詳情](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1198
1186
|
},
|
|
1199
|
-
"
|
|
1187
|
+
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1200
1188
|
"message": "使用者可能會遇到的最長「首次輸入延遲時間」就是耗時最久的工作持續時間。[瞭解詳情](https://web.dev/lighthouse-max-potential-fid/)。"
|
|
1201
1189
|
},
|
|
1202
|
-
"
|
|
1190
|
+
"core/audits/metrics/speed-index.js | description": {
|
|
1203
1191
|
"message": "速度指數會顯示網頁可見內容的填入速度。[瞭解詳情](https://web.dev/speed-index/)。"
|
|
1204
1192
|
},
|
|
1205
|
-
"
|
|
1193
|
+
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1206
1194
|
"message": "當工作長度超過 50 毫秒時,從 FCP 到互動準備時間的時間範圍總計 (以毫秒為單位)。[瞭解詳情](https://web.dev/lighthouse-total-blocking-time/)。"
|
|
1207
1195
|
},
|
|
1208
|
-
"
|
|
1196
|
+
"core/audits/network-rtt.js | description": {
|
|
1209
1197
|
"message": "網路封包往返時間 (RTT) 對效能有很大的影響。如果將封包傳送到某個來源的 RTT 很高,表示靠近使用者端的伺服器在效能方面有改善空間。[瞭解詳情](https://hpbn.co/primer-on-latency-and-bandwidth/)。"
|
|
1210
1198
|
},
|
|
1211
|
-
"
|
|
1199
|
+
"core/audits/network-rtt.js | title": {
|
|
1212
1200
|
"message": "網路封包往返時間"
|
|
1213
1201
|
},
|
|
1214
|
-
"
|
|
1202
|
+
"core/audits/network-server-latency.js | description": {
|
|
1215
1203
|
"message": "伺服器延遲時間可能會影響網站效能。如果原始伺服器的延遲時間很高,表示伺服器有超載情形或後端效能不佳。[瞭解詳情](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)。"
|
|
1216
1204
|
},
|
|
1217
|
-
"
|
|
1205
|
+
"core/audits/network-server-latency.js | title": {
|
|
1218
1206
|
"message": "伺服器後端延遲時間"
|
|
1219
1207
|
},
|
|
1220
|
-
"
|
|
1208
|
+
"core/audits/no-unload-listeners.js | description": {
|
|
1221
1209
|
"message": "`unload` 事件無法穩定觸發,監聽該事件可能會造成系統無法進行某些瀏覽器最佳化調整作業 (例如往返快取)。請改用 `pagehide` 或 `visibilitychange` 事件。[瞭解詳情](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1222
1210
|
},
|
|
1223
|
-
"
|
|
1211
|
+
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1224
1212
|
"message": "註冊 `unload` 事件監聽器"
|
|
1225
1213
|
},
|
|
1226
|
-
"
|
|
1214
|
+
"core/audits/no-unload-listeners.js | title": {
|
|
1227
1215
|
"message": "避免使用 `unload` 事件監聽器"
|
|
1228
1216
|
},
|
|
1229
|
-
"
|
|
1217
|
+
"core/audits/non-composited-animations.js | description": {
|
|
1230
1218
|
"message": "未合成的動畫可能無法順暢播放,而且會增加 CLS。[瞭解詳情](https://web.dev/non-composited-animations)"
|
|
1231
1219
|
},
|
|
1232
|
-
"
|
|
1220
|
+
"core/audits/non-composited-animations.js | displayValue": {
|
|
1233
1221
|
"message": "{itemCount,plural, =1{找到 # 個動畫元素}other{找到 # 個動畫元素}}"
|
|
1234
1222
|
},
|
|
1235
|
-
"
|
|
1223
|
+
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1236
1224
|
"message": "篩選器相關的屬性可能會移動像素"
|
|
1237
1225
|
},
|
|
1238
|
-
"
|
|
1226
|
+
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1239
1227
|
"message": "目標包含其他不相容的動畫"
|
|
1240
1228
|
},
|
|
1241
|
-
"
|
|
1229
|
+
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1242
1230
|
"message": "效果包含「replace」以外的合成模式"
|
|
1243
1231
|
},
|
|
1244
|
-
"
|
|
1232
|
+
"core/audits/non-composited-animations.js | title": {
|
|
1245
1233
|
"message": "避免使用非合成的動畫"
|
|
1246
1234
|
},
|
|
1247
|
-
"
|
|
1235
|
+
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1248
1236
|
"message": "轉換相關屬性取決於定界框大小"
|
|
1249
1237
|
},
|
|
1250
|
-
"
|
|
1238
|
+
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1251
1239
|
"message": "{propertyCount,plural, =1{不支援的 CSS 屬性:{properties}}other{不支援的 CSS 屬性:{properties}}}"
|
|
1252
1240
|
},
|
|
1253
|
-
"
|
|
1241
|
+
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1254
1242
|
"message": "效果包含不支援的時間參數"
|
|
1255
1243
|
},
|
|
1256
|
-
"
|
|
1244
|
+
"core/audits/performance-budget.js | description": {
|
|
1257
1245
|
"message": "讓網路要求的數量和大小低於使用者根據效能預算所設定的目標。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
|
|
1258
1246
|
},
|
|
1259
|
-
"
|
|
1247
|
+
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1260
1248
|
"message": "{count,plural, =1{1 個要求}other{# 個要求}}"
|
|
1261
1249
|
},
|
|
1262
|
-
"
|
|
1250
|
+
"core/audits/performance-budget.js | title": {
|
|
1263
1251
|
"message": "效能預算"
|
|
1264
1252
|
},
|
|
1265
|
-
"
|
|
1253
|
+
"core/audits/preload-fonts.js | description": {
|
|
1266
1254
|
"message": "請預先載入 `optional` 字型,以便新訪客使用。[瞭解詳情](https://web.dev/preload-optional-fonts/)"
|
|
1267
1255
|
},
|
|
1268
|
-
"
|
|
1256
|
+
"core/audits/preload-fonts.js | failureTitle": {
|
|
1269
1257
|
"message": "並未預先載入使用 `font-display: optional` 的字型"
|
|
1270
1258
|
},
|
|
1271
|
-
"
|
|
1259
|
+
"core/audits/preload-fonts.js | title": {
|
|
1272
1260
|
"message": "已預先載入使用 `font-display: optional` 的字型"
|
|
1273
1261
|
},
|
|
1274
|
-
"
|
|
1262
|
+
"core/audits/preload-lcp-image.js | description": {
|
|
1275
1263
|
"message": "預先載入 LCP 元素所使用的圖片,以縮短 LCP 載入時間。[瞭解詳情](https://web.dev/optimize-lcp/#preload-important-resources)。"
|
|
1276
1264
|
},
|
|
1277
|
-
"
|
|
1265
|
+
"core/audits/preload-lcp-image.js | title": {
|
|
1278
1266
|
"message": "預先載入最大內容繪製圖片"
|
|
1279
1267
|
},
|
|
1280
|
-
"
|
|
1268
|
+
"core/audits/redirects.js | description": {
|
|
1281
1269
|
"message": "重新導向會導致頁面延遲載入。[瞭解詳情](https://web.dev/redirects/)。"
|
|
1282
1270
|
},
|
|
1283
|
-
"
|
|
1271
|
+
"core/audits/redirects.js | title": {
|
|
1284
1272
|
"message": "避免進行多次頁面重新導向"
|
|
1285
1273
|
},
|
|
1286
|
-
"
|
|
1274
|
+
"core/audits/resource-summary.js | description": {
|
|
1287
1275
|
"message": "如要針對網頁資源的數量和大小設定預算,請新增 budget.json 檔案。[瞭解詳情](https://web.dev/use-lighthouse-for-performance-budgets/)。"
|
|
1288
1276
|
},
|
|
1289
|
-
"
|
|
1277
|
+
"core/audits/resource-summary.js | displayValue": {
|
|
1290
1278
|
"message": "{requestCount,plural, =1{1 個要求 • {byteCount, number, bytes} KiB}other{# 個要求 • {byteCount, number, bytes} KiB}}"
|
|
1291
1279
|
},
|
|
1292
|
-
"
|
|
1280
|
+
"core/audits/resource-summary.js | title": {
|
|
1293
1281
|
"message": "降低要求數量並減少傳輸大小"
|
|
1294
1282
|
},
|
|
1295
|
-
"
|
|
1283
|
+
"core/audits/seo/canonical.js | description": {
|
|
1296
1284
|
"message": "標準連結可指出要在搜尋結果中顯示哪個網址。[瞭解詳情](https://web.dev/canonical/)。"
|
|
1297
1285
|
},
|
|
1298
|
-
"
|
|
1286
|
+
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1299
1287
|
"message": "多個衝突的網址 ({urlList})"
|
|
1300
1288
|
},
|
|
1301
|
-
"
|
|
1289
|
+
"core/audits/seo/canonical.js | explanationInvalid": {
|
|
1302
1290
|
"message": "網址無效 ({url})"
|
|
1303
1291
|
},
|
|
1304
|
-
"
|
|
1292
|
+
"core/audits/seo/canonical.js | explanationPointsElsewhere": {
|
|
1305
1293
|
"message": "指向其他 `hreflang` 位置 ({url})"
|
|
1306
1294
|
},
|
|
1307
|
-
"
|
|
1295
|
+
"core/audits/seo/canonical.js | explanationRelative": {
|
|
1308
1296
|
"message": "不是絕對網址 ({url})"
|
|
1309
1297
|
},
|
|
1310
|
-
"
|
|
1298
|
+
"core/audits/seo/canonical.js | explanationRoot": {
|
|
1311
1299
|
"message": "指向目標為網域的根網址 (首頁),而不是相應的內容網頁"
|
|
1312
1300
|
},
|
|
1313
|
-
"
|
|
1301
|
+
"core/audits/seo/canonical.js | failureTitle": {
|
|
1314
1302
|
"message": "文件缺少有效的 `rel=canonical`"
|
|
1315
1303
|
},
|
|
1316
|
-
"
|
|
1304
|
+
"core/audits/seo/canonical.js | title": {
|
|
1317
1305
|
"message": "文件具備有效的 `rel=canonical`"
|
|
1318
1306
|
},
|
|
1319
|
-
"
|
|
1307
|
+
"core/audits/seo/crawlable-anchors.js | columnFailingLink": {
|
|
1320
1308
|
"message": "無法檢索的連結"
|
|
1321
1309
|
},
|
|
1322
|
-
"
|
|
1310
|
+
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1323
1311
|
"message": "搜尋引擎可能會使用連結上的 `href` 屬性來檢索網站。請確認錨點元素的 `href` 屬性可連結適當的目的地,這樣才能檢索網站上的更多網頁。[瞭解詳情](https://support.google.com/webmasters/answer/9112205)"
|
|
1324
1312
|
},
|
|
1325
|
-
"
|
|
1313
|
+
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1326
1314
|
"message": "無法檢索的連結"
|
|
1327
1315
|
},
|
|
1328
|
-
"
|
|
1316
|
+
"core/audits/seo/crawlable-anchors.js | title": {
|
|
1329
1317
|
"message": "可檢索的連結"
|
|
1330
1318
|
},
|
|
1331
|
-
"
|
|
1319
|
+
"core/audits/seo/font-size.js | additionalIllegibleText": {
|
|
1332
1320
|
"message": "其他難以辨識的文字"
|
|
1333
1321
|
},
|
|
1334
|
-
"
|
|
1322
|
+
"core/audits/seo/font-size.js | columnFontSize": {
|
|
1335
1323
|
"message": "字型大小"
|
|
1336
1324
|
},
|
|
1337
|
-
"
|
|
1325
|
+
"core/audits/seo/font-size.js | columnPercentPageText": {
|
|
1338
1326
|
"message": "頁面文字百分比"
|
|
1339
1327
|
},
|
|
1340
|
-
"
|
|
1328
|
+
"core/audits/seo/font-size.js | columnSelector": {
|
|
1341
1329
|
"message": "選取器"
|
|
1342
1330
|
},
|
|
1343
|
-
"
|
|
1331
|
+
"core/audits/seo/font-size.js | description": {
|
|
1344
1332
|
"message": "如果字型小於 12 像素,文字會太小而難以辨識;行動裝置訪客必須「以雙指撥動縮放」才能閱讀內容。網頁中應有超過 60% 的文字採用 12 像素以上的大小。[瞭解詳情](https://web.dev/font-size/)。"
|
|
1345
1333
|
},
|
|
1346
|
-
"
|
|
1334
|
+
"core/audits/seo/font-size.js | displayValue": {
|
|
1347
1335
|
"message": "{decimalProportion, number, extendedPercent} 的文字清晰易讀"
|
|
1348
1336
|
},
|
|
1349
|
-
"
|
|
1337
|
+
"core/audits/seo/font-size.js | explanationViewport": {
|
|
1350
1338
|
"message": "文字難以辨識,這是因為網頁沒有針對行動裝置螢幕設定合適的可視區域中繼標記。"
|
|
1351
1339
|
},
|
|
1352
|
-
"
|
|
1340
|
+
"core/audits/seo/font-size.js | failureTitle": {
|
|
1353
1341
|
"message": "文件使用的字型大小難以辨識"
|
|
1354
1342
|
},
|
|
1355
|
-
"
|
|
1343
|
+
"core/audits/seo/font-size.js | legibleText": {
|
|
1356
1344
|
"message": "清晰易讀的文字"
|
|
1357
1345
|
},
|
|
1358
|
-
"
|
|
1346
|
+
"core/audits/seo/font-size.js | title": {
|
|
1359
1347
|
"message": "文件使用的字型大小清晰易讀"
|
|
1360
1348
|
},
|
|
1361
|
-
"
|
|
1349
|
+
"core/audits/seo/hreflang.js | description": {
|
|
1362
1350
|
"message": "hreflang 連結會告訴搜尋引擎在特定語言或區域的搜尋結果中應顯示哪種版本的網頁。[瞭解詳情](https://web.dev/hreflang/)。"
|
|
1363
1351
|
},
|
|
1364
|
-
"
|
|
1352
|
+
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1365
1353
|
"message": "文件缺少有效的 `hreflang`"
|
|
1366
1354
|
},
|
|
1367
|
-
"
|
|
1355
|
+
"core/audits/seo/hreflang.js | notFullyQualified": {
|
|
1368
1356
|
"message": "相對 href 值"
|
|
1369
1357
|
},
|
|
1370
|
-
"
|
|
1358
|
+
"core/audits/seo/hreflang.js | title": {
|
|
1371
1359
|
"message": "文件具備有效的 `hreflang`"
|
|
1372
1360
|
},
|
|
1373
|
-
"
|
|
1361
|
+
"core/audits/seo/hreflang.js | unexpectedLanguage": {
|
|
1374
1362
|
"message": "非預期的語言代碼"
|
|
1375
1363
|
},
|
|
1376
|
-
"
|
|
1364
|
+
"core/audits/seo/http-status-code.js | description": {
|
|
1377
1365
|
"message": "如果網頁傳回失敗的 HTTP 狀態碼,可能無法正確編入索引。[瞭解詳情](https://web.dev/http-status-code/)。"
|
|
1378
1366
|
},
|
|
1379
|
-
"
|
|
1367
|
+
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1380
1368
|
"message": "網頁傳回失敗的 HTTP 狀態碼"
|
|
1381
1369
|
},
|
|
1382
|
-
"
|
|
1370
|
+
"core/audits/seo/http-status-code.js | title": {
|
|
1383
1371
|
"message": "網頁傳回成功的 HTTP 狀態碼"
|
|
1384
1372
|
},
|
|
1385
|
-
"
|
|
1373
|
+
"core/audits/seo/is-crawlable.js | description": {
|
|
1386
1374
|
"message": "如果搜尋引擎沒有檢索網頁的權限,將無法在搜尋結果中顯示你的網頁。[瞭解詳情](https://web.dev/is-crawable/)。"
|
|
1387
1375
|
},
|
|
1388
|
-
"
|
|
1376
|
+
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1389
1377
|
"message": "網頁的索引功能遭到封鎖"
|
|
1390
1378
|
},
|
|
1391
|
-
"
|
|
1379
|
+
"core/audits/seo/is-crawlable.js | title": {
|
|
1392
1380
|
"message": "網頁的索引功能未遭到封鎖"
|
|
1393
1381
|
},
|
|
1394
|
-
"
|
|
1382
|
+
"core/audits/seo/link-text.js | description": {
|
|
1395
1383
|
"message": "連結說明文字可協助搜尋引擎瞭解你的內容。[瞭解詳情](https://web.dev/link-text/)。"
|
|
1396
1384
|
},
|
|
1397
|
-
"
|
|
1385
|
+
"core/audits/seo/link-text.js | displayValue": {
|
|
1398
1386
|
"message": "{itemCount,plural, =1{找到 1 個連結}other{找到 # 個連結}}"
|
|
1399
1387
|
},
|
|
1400
|
-
"
|
|
1388
|
+
"core/audits/seo/link-text.js | failureTitle": {
|
|
1401
1389
|
"message": "連結缺少說明文字"
|
|
1402
1390
|
},
|
|
1403
|
-
"
|
|
1391
|
+
"core/audits/seo/link-text.js | title": {
|
|
1404
1392
|
"message": "連結具有說明文字"
|
|
1405
1393
|
},
|
|
1406
|
-
"
|
|
1394
|
+
"core/audits/seo/manual/structured-data.js | description": {
|
|
1407
1395
|
"message": "執行[結構化資料測試工具](https://search.google.com/structured-data/testing-tool/)和 [Structured Data Linter](http://linter.structured-data.org/) 來驗證結構化資料。[瞭解詳情](https://web.dev/structured-data/)。"
|
|
1408
1396
|
},
|
|
1409
|
-
"
|
|
1397
|
+
"core/audits/seo/manual/structured-data.js | title": {
|
|
1410
1398
|
"message": "結構化資料有效"
|
|
1411
1399
|
},
|
|
1412
|
-
"
|
|
1400
|
+
"core/audits/seo/meta-description.js | description": {
|
|
1413
1401
|
"message": "你可以在搜尋結果中加入中繼說明,簡要描述網頁內容。[瞭解詳情](https://web.dev/meta-description/)。"
|
|
1414
1402
|
},
|
|
1415
|
-
"
|
|
1403
|
+
"core/audits/seo/meta-description.js | explanation": {
|
|
1416
1404
|
"message": "沒有說明文字。"
|
|
1417
1405
|
},
|
|
1418
|
-
"
|
|
1406
|
+
"core/audits/seo/meta-description.js | failureTitle": {
|
|
1419
1407
|
"message": "文件缺少中繼說明"
|
|
1420
1408
|
},
|
|
1421
|
-
"
|
|
1409
|
+
"core/audits/seo/meta-description.js | title": {
|
|
1422
1410
|
"message": "文件具有中繼說明"
|
|
1423
1411
|
},
|
|
1424
|
-
"
|
|
1412
|
+
"core/audits/seo/plugins.js | description": {
|
|
1425
1413
|
"message": "搜尋引擎無法為外掛程式內容建立索引,而且許多裝置對外掛程式設有限制或不提供支援。[瞭解詳情](https://web.dev/plugins/)。"
|
|
1426
1414
|
},
|
|
1427
|
-
"
|
|
1415
|
+
"core/audits/seo/plugins.js | failureTitle": {
|
|
1428
1416
|
"message": "文件使用外掛程式"
|
|
1429
1417
|
},
|
|
1430
|
-
"
|
|
1418
|
+
"core/audits/seo/plugins.js | title": {
|
|
1431
1419
|
"message": "文件盡量不使用外掛程式"
|
|
1432
1420
|
},
|
|
1433
|
-
"
|
|
1421
|
+
"core/audits/seo/robots-txt.js | description": {
|
|
1434
1422
|
"message": "如果你的 robots.txt 檔案格式錯誤,檢索器可能無法瞭解你偏好的網站檢索方式或索引建立方式。[瞭解詳情](https://web.dev/robots-txt/)。"
|
|
1435
1423
|
},
|
|
1436
|
-
"
|
|
1424
|
+
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1437
1425
|
"message": "robots.txt 要求傳回以下 HTTP 狀態:{statusCode}"
|
|
1438
1426
|
},
|
|
1439
|
-
"
|
|
1427
|
+
"core/audits/seo/robots-txt.js | displayValueValidationError": {
|
|
1440
1428
|
"message": "{itemCount,plural, =1{發現 1 項錯誤}other{發現 # 項錯誤}}"
|
|
1441
1429
|
},
|
|
1442
|
-
"
|
|
1430
|
+
"core/audits/seo/robots-txt.js | explanation": {
|
|
1443
1431
|
"message": "Lighthouse 無法下載 robots.txt 檔"
|
|
1444
1432
|
},
|
|
1445
|
-
"
|
|
1433
|
+
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1446
1434
|
"message": "robots.txt 無效"
|
|
1447
1435
|
},
|
|
1448
|
-
"
|
|
1436
|
+
"core/audits/seo/robots-txt.js | title": {
|
|
1449
1437
|
"message": "robots.txt 有效"
|
|
1450
1438
|
},
|
|
1451
|
-
"
|
|
1439
|
+
"core/audits/seo/tap-targets.js | description": {
|
|
1452
1440
|
"message": "按鈕和連結等互動元素的大小應至少有 48x48 像素,且周圍應保留足夠空間,讓使用者能輕鬆點選,同時避免與其他元素重疊的情況。[瞭解詳情](https://web.dev/tap-targets/)。"
|
|
1453
1441
|
},
|
|
1454
|
-
"
|
|
1442
|
+
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1455
1443
|
"message": "{decimalProportion, number, percent} 的輕觸目標大小適中"
|
|
1456
1444
|
},
|
|
1457
|
-
"
|
|
1445
|
+
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1458
1446
|
"message": "輕觸目標太小,這是因為網頁沒有針對行動裝置螢幕設定合適的可視區域中繼標記"
|
|
1459
1447
|
},
|
|
1460
|
-
"
|
|
1448
|
+
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1461
1449
|
"message": "輕觸目標未設定成適當大小"
|
|
1462
1450
|
},
|
|
1463
|
-
"
|
|
1451
|
+
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1464
1452
|
"message": "重疊的目標"
|
|
1465
1453
|
},
|
|
1466
|
-
"
|
|
1454
|
+
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1467
1455
|
"message": "輕觸目標"
|
|
1468
1456
|
},
|
|
1469
|
-
"
|
|
1457
|
+
"core/audits/seo/tap-targets.js | title": {
|
|
1470
1458
|
"message": "輕觸目標已設定成適當大小"
|
|
1471
1459
|
},
|
|
1472
|
-
"
|
|
1460
|
+
"core/audits/server-response-time.js | description": {
|
|
1473
1461
|
"message": "請確保伺服器能快速回應主要文件,因為這會影響到所有其他要求的回應時間。[瞭解詳情](https://web.dev/time-to-first-byte/)。"
|
|
1474
1462
|
},
|
|
1475
|
-
"
|
|
1463
|
+
"core/audits/server-response-time.js | displayValue": {
|
|
1476
1464
|
"message": "根文件回應時間為 {timeInMs, number, milliseconds} 毫秒"
|
|
1477
1465
|
},
|
|
1478
|
-
"
|
|
1466
|
+
"core/audits/server-response-time.js | failureTitle": {
|
|
1479
1467
|
"message": "請縮短初始伺服器回應時間"
|
|
1480
1468
|
},
|
|
1481
|
-
"
|
|
1469
|
+
"core/audits/server-response-time.js | title": {
|
|
1482
1470
|
"message": "初始伺服器回應時間很短"
|
|
1483
1471
|
},
|
|
1484
|
-
"
|
|
1472
|
+
"core/audits/service-worker.js | description": {
|
|
1485
1473
|
"message": "Service Worker 技術可讓你的應用程式使用許多漸進式網頁應用程式的功能,例如離線存取、新增到主螢幕,以及推播通知。[瞭解詳情](https://web.dev/service-worker/)。"
|
|
1486
1474
|
},
|
|
1487
|
-
"
|
|
1475
|
+
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1488
1476
|
"message": "此網頁由 Service Worker 所控管,但系統無法將資訊清單剖析為有效的 JSON,因此找不到任何 `start_url`"
|
|
1489
1477
|
},
|
|
1490
|
-
"
|
|
1478
|
+
"core/audits/service-worker.js | explanationBadStartUrl": {
|
|
1491
1479
|
"message": "這個網頁由 Service Worker 所控管,但是 `start_url` ({startUrl}) 不在 Service Worker 的範圍內 ({scopeUrl})"
|
|
1492
1480
|
},
|
|
1493
|
-
"
|
|
1481
|
+
"core/audits/service-worker.js | explanationNoManifest": {
|
|
1494
1482
|
"message": "這個網頁由 Service Worker 所控管,但系統未擷取任何資訊清單,因此找不到任何 `start_url`。"
|
|
1495
1483
|
},
|
|
1496
|
-
"
|
|
1484
|
+
"core/audits/service-worker.js | explanationOutOfScope": {
|
|
1497
1485
|
"message": "此來源包含一個或多個 Service Worker,但該頁面 ({pageUrl}) 不在 Service Worker 的範圍內。"
|
|
1498
1486
|
},
|
|
1499
|
-
"
|
|
1487
|
+
"core/audits/service-worker.js | failureTitle": {
|
|
1500
1488
|
"message": "未註冊可控管網頁和 `start_url` 的 Service Worker"
|
|
1501
1489
|
},
|
|
1502
|
-
"
|
|
1490
|
+
"core/audits/service-worker.js | title": {
|
|
1503
1491
|
"message": "已註冊可控管網頁和 `start_url` 的 Service Worker"
|
|
1504
1492
|
},
|
|
1505
|
-
"
|
|
1493
|
+
"core/audits/splash-screen.js | description": {
|
|
1506
1494
|
"message": "透過設定啟動畫面的主題,可確保使用者從主螢幕啟動你的應用程式時享有優質體驗。[瞭解詳情](https://web.dev/splash-screen/)。"
|
|
1507
1495
|
},
|
|
1508
|
-
"
|
|
1496
|
+
"core/audits/splash-screen.js | failureTitle": {
|
|
1509
1497
|
"message": "未設定自訂啟動畫面"
|
|
1510
1498
|
},
|
|
1511
|
-
"
|
|
1499
|
+
"core/audits/splash-screen.js | title": {
|
|
1512
1500
|
"message": "設有自訂啟動畫面"
|
|
1513
1501
|
},
|
|
1514
|
-
"
|
|
1502
|
+
"core/audits/themed-omnibox.js | description": {
|
|
1515
1503
|
"message": "你可以將瀏覽器網址列的主題設定為與網站相符。[瞭解詳情](https://web.dev/themed-omnibox/)。"
|
|
1516
1504
|
},
|
|
1517
|
-
"
|
|
1505
|
+
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1518
1506
|
"message": "尚未設定網址列的主題顏色。"
|
|
1519
1507
|
},
|
|
1520
|
-
"
|
|
1508
|
+
"core/audits/themed-omnibox.js | title": {
|
|
1521
1509
|
"message": "設定網址列的主題顏色。"
|
|
1522
1510
|
},
|
|
1523
|
-
"
|
|
1511
|
+
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1524
1512
|
"message": "{productName} (客戶成功案例)"
|
|
1525
1513
|
},
|
|
1526
|
-
"
|
|
1514
|
+
"core/audits/third-party-facades.js | categoryMarketing": {
|
|
1527
1515
|
"message": "{productName} (行銷)"
|
|
1528
1516
|
},
|
|
1529
|
-
"
|
|
1517
|
+
"core/audits/third-party-facades.js | categorySocial": {
|
|
1530
1518
|
"message": "{productName} (社交)"
|
|
1531
1519
|
},
|
|
1532
|
-
"
|
|
1520
|
+
"core/audits/third-party-facades.js | categoryVideo": {
|
|
1533
1521
|
"message": "{productName} (影片)"
|
|
1534
1522
|
},
|
|
1535
|
-
"
|
|
1523
|
+
"core/audits/third-party-facades.js | columnProduct": {
|
|
1536
1524
|
"message": "產品"
|
|
1537
1525
|
},
|
|
1538
|
-
"
|
|
1526
|
+
"core/audits/third-party-facades.js | description": {
|
|
1539
1527
|
"message": "某些第三方內嵌內容可延遲載入。建議你以門面元件取代這些內容,等到需要顯示時再載入。[瞭解詳情](https://web.dev/third-party-facades/)。"
|
|
1540
1528
|
},
|
|
1541
|
-
"
|
|
1529
|
+
"core/audits/third-party-facades.js | displayValue": {
|
|
1542
1530
|
"message": "{itemCount,plural, =1{# 個可用的替代門面元件}other{# 個可用的替代門面元件}}"
|
|
1543
1531
|
},
|
|
1544
|
-
"
|
|
1532
|
+
"core/audits/third-party-facades.js | failureTitle": {
|
|
1545
1533
|
"message": "某些第三方資源可使用門面元件延遲載入"
|
|
1546
1534
|
},
|
|
1547
|
-
"
|
|
1535
|
+
"core/audits/third-party-facades.js | title": {
|
|
1548
1536
|
"message": "使用門面元件延遲載入第三方資源"
|
|
1549
1537
|
},
|
|
1550
|
-
"
|
|
1538
|
+
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1551
1539
|
"message": "第三方"
|
|
1552
1540
|
},
|
|
1553
|
-
"
|
|
1541
|
+
"core/audits/third-party-summary.js | description": {
|
|
1554
1542
|
"message": "第三方程式碼可能會嚴重影響載入效能。請儘量減少不必要的第三方供應商,並在網頁的主要內容載入完畢後,再載入第三方程式碼。[瞭解詳情](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)。"
|
|
1555
1543
|
},
|
|
1556
|
-
"
|
|
1544
|
+
"core/audits/third-party-summary.js | displayValue": {
|
|
1557
1545
|
"message": "第三方程式碼將主要執行緒封鎖了 {timeInMs, number, milliseconds} 毫秒"
|
|
1558
1546
|
},
|
|
1559
|
-
"
|
|
1547
|
+
"core/audits/third-party-summary.js | failureTitle": {
|
|
1560
1548
|
"message": "降低第三方程式碼的影響"
|
|
1561
1549
|
},
|
|
1562
|
-
"
|
|
1550
|
+
"core/audits/third-party-summary.js | title": {
|
|
1563
1551
|
"message": "盡量減少第三方程式碼的使用量"
|
|
1564
1552
|
},
|
|
1565
|
-
"
|
|
1553
|
+
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1566
1554
|
"message": "測量值"
|
|
1567
1555
|
},
|
|
1568
|
-
"
|
|
1556
|
+
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1569
1557
|
"message": "指標"
|
|
1570
1558
|
},
|
|
1571
|
-
"
|
|
1559
|
+
"core/audits/timing-budget.js | description": {
|
|
1572
1560
|
"message": "設定時間預算可協助你隨時留意網站的效能。效能穩定的網站能快速載入網頁,並迅速回應使用者的輸入操作。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/budgets)。"
|
|
1573
1561
|
},
|
|
1574
|
-
"
|
|
1562
|
+
"core/audits/timing-budget.js | title": {
|
|
1575
1563
|
"message": "時間預算"
|
|
1576
1564
|
},
|
|
1577
|
-
"
|
|
1565
|
+
"core/audits/unsized-images.js | description": {
|
|
1578
1566
|
"message": "請明確設定圖片元素的寬度和高度,以減少版面配置轉移並改善 CLS。[瞭解詳情](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1579
1567
|
},
|
|
1580
|
-
"
|
|
1568
|
+
"core/audits/unsized-images.js | failureTitle": {
|
|
1581
1569
|
"message": "圖片元素沒有明確的`width`和`height`"
|
|
1582
1570
|
},
|
|
1583
|
-
"
|
|
1571
|
+
"core/audits/unsized-images.js | title": {
|
|
1584
1572
|
"message": "圖片元素具有明確的`width`和`height`"
|
|
1585
1573
|
},
|
|
1586
|
-
"
|
|
1574
|
+
"core/audits/user-timings.js | columnType": {
|
|
1587
1575
|
"message": "類型"
|
|
1588
1576
|
},
|
|
1589
|
-
"
|
|
1577
|
+
"core/audits/user-timings.js | description": {
|
|
1590
1578
|
"message": "建議你使用 User Timing API 評估應用程式在關鍵使用者體驗期間的實際效能。[瞭解詳情](https://web.dev/user-timings/)。"
|
|
1591
1579
|
},
|
|
1592
|
-
"
|
|
1580
|
+
"core/audits/user-timings.js | displayValue": {
|
|
1593
1581
|
"message": "{itemCount,plural, =1{1 個 User Timing 標記}other{# 個 User Timing 標記}}"
|
|
1594
1582
|
},
|
|
1595
|
-
"
|
|
1583
|
+
"core/audits/user-timings.js | title": {
|
|
1596
1584
|
"message": "User Timing 標記和測量結果"
|
|
1597
1585
|
},
|
|
1598
|
-
"
|
|
1586
|
+
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1599
1587
|
"message": "「{securityOrigin}」有「`<link rel=preconnect>`」,但未獲瀏覽器使用。請檢查你使用 `crossorigin` 屬性的方式是否正確。"
|
|
1600
1588
|
},
|
|
1601
|
-
"
|
|
1589
|
+
"core/audits/uses-rel-preconnect.js | description": {
|
|
1602
1590
|
"message": "建議你新增 `preconnect` 或 `dns-prefetch` 資源提示,及早連線至重要的第三方來源。[瞭解詳情](https://web.dev/uses-rel-preconnect/)。"
|
|
1603
1591
|
},
|
|
1604
|
-
"
|
|
1592
|
+
"core/audits/uses-rel-preconnect.js | title": {
|
|
1605
1593
|
"message": "預先連上必要來源"
|
|
1606
1594
|
},
|
|
1607
|
-
"
|
|
1595
|
+
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1608
1596
|
"message": "已找到超過 2 個「`<link rel=preconnect>`」連結。請盡量避免使用這些連結,僅用於最重要的來源。"
|
|
1609
1597
|
},
|
|
1610
|
-
"
|
|
1598
|
+
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1611
1599
|
"message": "「{securityOrigin}」有「`<link rel=preconnect>`」,但未獲瀏覽器使用。「`preconnect`」僅應用於網頁一定會要求的重要來源。"
|
|
1612
1600
|
},
|
|
1613
|
-
"
|
|
1601
|
+
"core/audits/uses-rel-preload.js | crossoriginWarning": {
|
|
1614
1602
|
"message": "「{preloadURL}」有預先載入的「`<link>`」,但未獲瀏覽器使用。請檢查你使用 `crossorigin` 屬性的方式是否正確。"
|
|
1615
1603
|
},
|
|
1616
|
-
"
|
|
1604
|
+
"core/audits/uses-rel-preload.js | description": {
|
|
1617
1605
|
"message": "建議使用 `<link rel=preload>` 優先擷取目前在網頁載入時較晚要求的資源。[瞭解詳情](https://web.dev/uses-rel-preload/)。"
|
|
1618
1606
|
},
|
|
1619
|
-
"
|
|
1607
|
+
"core/audits/uses-rel-preload.js | title": {
|
|
1620
1608
|
"message": "預先載入重要要求"
|
|
1621
1609
|
},
|
|
1622
|
-
"
|
|
1610
|
+
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1623
1611
|
"message": "對應網址"
|
|
1624
1612
|
},
|
|
1625
|
-
"
|
|
1613
|
+
"core/audits/valid-source-maps.js | description": {
|
|
1626
1614
|
"message": "來源對應會將經過壓縮的程式碼轉譯成原始碼。這項功能可協助開發人員在正式版中偵錯。此外,Lighthouse 還能提供進一步的深入分析。我們建議你部署來源對應,以善用這些優勢。[瞭解詳情](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)。"
|
|
1627
1615
|
},
|
|
1628
|
-
"
|
|
1616
|
+
"core/audits/valid-source-maps.js | failureTitle": {
|
|
1629
1617
|
"message": "缺少大型第一方 JavaScript 的來源對應"
|
|
1630
1618
|
},
|
|
1631
|
-
"
|
|
1619
|
+
"core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
|
|
1632
1620
|
"message": "大型 JavaScript 檔案缺少來源對應"
|
|
1633
1621
|
},
|
|
1634
|
-
"
|
|
1622
|
+
"core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
|
|
1635
1623
|
"message": "{missingItems,plural, =1{警告:`.sourcesContent` 中缺少 1 個項目}other{警告:`.sourcesContent` 中缺少 # 個項目}}"
|
|
1636
1624
|
},
|
|
1637
|
-
"
|
|
1625
|
+
"core/audits/valid-source-maps.js | title": {
|
|
1638
1626
|
"message": "頁面包含有效的來源對應"
|
|
1639
1627
|
},
|
|
1640
|
-
"
|
|
1628
|
+
"core/audits/viewport.js | description": {
|
|
1641
1629
|
"message": "`<meta name=\"viewport\">`不僅會根據行動裝置螢幕大小將應用程式最佳化,還能避免[使用者輸入內容出現 300 毫秒的延遲](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away)。[瞭解詳情](https://web.dev/viewport/)。"
|
|
1642
1630
|
},
|
|
1643
|
-
"
|
|
1631
|
+
"core/audits/viewport.js | explanationNoTag": {
|
|
1644
1632
|
"message": "找不到任何 `<meta name=\"viewport\">` 標記"
|
|
1645
1633
|
},
|
|
1646
|
-
"
|
|
1634
|
+
"core/audits/viewport.js | failureTitle": {
|
|
1647
1635
|
"message": "缺少包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 標記"
|
|
1648
1636
|
},
|
|
1649
|
-
"
|
|
1637
|
+
"core/audits/viewport.js | title": {
|
|
1650
1638
|
"message": "具備包含 `width` 或 `initial-scale` 的 `<meta name=\"viewport\">` 標記"
|
|
1651
1639
|
},
|
|
1652
|
-
"
|
|
1640
|
+
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1653
1641
|
"message": "這些稽核建議可協助改善 ARIA 在應用程式中的使用情形,進而讓輔助技術 (例如螢幕閱讀器) 的使用體驗更上一層樓。"
|
|
1654
1642
|
},
|
|
1655
|
-
"
|
|
1643
|
+
"core/config/default-config.js | a11yAriaGroupTitle": {
|
|
1656
1644
|
"message": "ARIA"
|
|
1657
1645
|
},
|
|
1658
|
-
"
|
|
1646
|
+
"core/config/default-config.js | a11yAudioVideoGroupDescription": {
|
|
1659
1647
|
"message": "你可以根據這些資訊判斷是否要提供用來替代音訊和影片的內容。這或許能改善聽障或視障人士的使用體驗。"
|
|
1660
1648
|
},
|
|
1661
|
-
"
|
|
1649
|
+
"core/config/default-config.js | a11yAudioVideoGroupTitle": {
|
|
1662
1650
|
"message": "音訊和影片"
|
|
1663
1651
|
},
|
|
1664
|
-
"
|
|
1652
|
+
"core/config/default-config.js | a11yBestPracticesGroupDescription": {
|
|
1665
1653
|
"message": "這些稽核項目會提供常見的無障礙功能最佳做法。"
|
|
1666
1654
|
},
|
|
1667
|
-
"
|
|
1655
|
+
"core/config/default-config.js | a11yBestPracticesGroupTitle": {
|
|
1668
1656
|
"message": "最佳做法"
|
|
1669
1657
|
},
|
|
1670
|
-
"
|
|
1658
|
+
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1671
1659
|
"message": "這些檢查會清楚說明[網頁應用程式無障礙功能的改善建議](https://developers.google.com/web/fundamentals/accessibility),但系統只能自動偵測一部分的無障礙功能問題,因此建議你另外進行手動測試。"
|
|
1672
1660
|
},
|
|
1673
|
-
"
|
|
1661
|
+
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1674
1662
|
"message": "這些稽核項目會檢查自動化測試工具未涵蓋的區域。詳情請參閱[無障礙功能審查的執行指南](https://developers.google.com/web/fundamentals/accessibility/how-to-review)。"
|
|
1675
1663
|
},
|
|
1676
|
-
"
|
|
1664
|
+
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1677
1665
|
"message": "無障礙功能"
|
|
1678
1666
|
},
|
|
1679
|
-
"
|
|
1667
|
+
"core/config/default-config.js | a11yColorContrastGroupDescription": {
|
|
1680
1668
|
"message": "這些稽核建議有助於提高內容的易讀性。"
|
|
1681
1669
|
},
|
|
1682
|
-
"
|
|
1670
|
+
"core/config/default-config.js | a11yColorContrastGroupTitle": {
|
|
1683
1671
|
"message": "對比"
|
|
1684
1672
|
},
|
|
1685
|
-
"
|
|
1673
|
+
"core/config/default-config.js | a11yLanguageGroupDescription": {
|
|
1686
1674
|
"message": "你可以根據這些稽核建議做出改善,讓其他地區的使用者更容易理解你的內容。"
|
|
1687
1675
|
},
|
|
1688
|
-
"
|
|
1676
|
+
"core/config/default-config.js | a11yLanguageGroupTitle": {
|
|
1689
1677
|
"message": "國際化和本地化"
|
|
1690
1678
|
},
|
|
1691
|
-
"
|
|
1679
|
+
"core/config/default-config.js | a11yNamesLabelsGroupDescription": {
|
|
1692
1680
|
"message": "這些稽核建議可協助提高應用程式中的控制項語義品質。這或許能改善輔助技術 (例如螢幕閱讀器) 的使用體驗。"
|
|
1693
1681
|
},
|
|
1694
|
-
"
|
|
1682
|
+
"core/config/default-config.js | a11yNamesLabelsGroupTitle": {
|
|
1695
1683
|
"message": "名稱和標籤"
|
|
1696
1684
|
},
|
|
1697
|
-
"
|
|
1685
|
+
"core/config/default-config.js | a11yNavigationGroupDescription": {
|
|
1698
1686
|
"message": "你可以根據這些資訊來改善應用程式的鍵盤瀏覽操作方式。"
|
|
1699
1687
|
},
|
|
1700
|
-
"
|
|
1688
|
+
"core/config/default-config.js | a11yNavigationGroupTitle": {
|
|
1701
1689
|
"message": "瀏覽"
|
|
1702
1690
|
},
|
|
1703
|
-
"
|
|
1691
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
|
|
1704
1692
|
"message": "請參考這些建議事項,讓使用者能夠更容易藉由輔助技術 (例如螢幕閱讀器) 來閱讀表格或清單資料。"
|
|
1705
1693
|
},
|
|
1706
|
-
"
|
|
1694
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
|
|
1707
1695
|
"message": "表格和清單"
|
|
1708
1696
|
},
|
|
1709
|
-
"
|
|
1697
|
+
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
|
|
1710
1698
|
"message": "瀏覽器相容性"
|
|
1711
1699
|
},
|
|
1712
|
-
"
|
|
1700
|
+
"core/config/default-config.js | bestPracticesCategoryTitle": {
|
|
1713
1701
|
"message": "最佳做法"
|
|
1714
1702
|
},
|
|
1715
|
-
"
|
|
1703
|
+
"core/config/default-config.js | bestPracticesGeneralGroupTitle": {
|
|
1716
1704
|
"message": "一般"
|
|
1717
1705
|
},
|
|
1718
|
-
"
|
|
1706
|
+
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
|
|
1719
1707
|
"message": "信任與安全性"
|
|
1720
1708
|
},
|
|
1721
|
-
"
|
|
1709
|
+
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1722
1710
|
"message": "使用者體驗"
|
|
1723
1711
|
},
|
|
1724
|
-
"
|
|
1712
|
+
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1725
1713
|
"message": "你可以根據效能預算設定網站效能的標準。"
|
|
1726
1714
|
},
|
|
1727
|
-
"
|
|
1715
|
+
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1728
1716
|
"message": "預算"
|
|
1729
1717
|
},
|
|
1730
|
-
"
|
|
1718
|
+
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1731
1719
|
"message": "進一步瞭解應用程式的效能。這些數字不會[直接影響](https://web.dev/performance-scoring/)「效能」分數。"
|
|
1732
1720
|
},
|
|
1733
|
-
"
|
|
1721
|
+
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1734
1722
|
"message": "診斷"
|
|
1735
1723
|
},
|
|
1736
|
-
"
|
|
1724
|
+
"core/config/default-config.js | firstPaintImprovementsGroupDescription": {
|
|
1737
1725
|
"message": "像素呈現在畫面上的速度是最重要的效能層面。重要指標:首次內容繪製、首次有效繪製"
|
|
1738
1726
|
},
|
|
1739
|
-
"
|
|
1727
|
+
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1740
1728
|
"message": "改進首次繪製程序"
|
|
1741
1729
|
},
|
|
1742
|
-
"
|
|
1730
|
+
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1743
1731
|
"message": "這些建議有助於提升網頁載入速度,但不會[直接影響](https://web.dev/performance-scoring/)「效能」分數。"
|
|
1744
1732
|
},
|
|
1745
|
-
"
|
|
1733
|
+
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1746
1734
|
"message": "最佳化建議"
|
|
1747
1735
|
},
|
|
1748
|
-
"
|
|
1736
|
+
"core/config/default-config.js | metricGroupTitle": {
|
|
1749
1737
|
"message": "指標"
|
|
1750
1738
|
},
|
|
1751
|
-
"
|
|
1739
|
+
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1752
1740
|
"message": "改進整體載入體驗,採用回應式頁面設計,儘快為使用者提供服務。重要指標:可互動時間、速度指數"
|
|
1753
1741
|
},
|
|
1754
|
-
"
|
|
1742
|
+
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1755
1743
|
"message": "整體改進"
|
|
1756
1744
|
},
|
|
1757
|
-
"
|
|
1745
|
+
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1758
1746
|
"message": "效能"
|
|
1759
1747
|
},
|
|
1760
|
-
"
|
|
1748
|
+
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1761
1749
|
"message": "這些檢查項目可驗證漸進式網頁應用程式的不同層面。[瞭解詳情](https://developers.google.com/web/progressive-web-apps/checklist)。"
|
|
1762
1750
|
},
|
|
1763
|
-
"
|
|
1751
|
+
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1764
1752
|
"message": "這些是基本 [PWA 檢查清單](https://developers.google.com/web/progressive-web-apps/checklist)規定的項目,但 Lighthouse 不會自動進行檢查。它們不會影響你的分數,但請務必手動驗證這些項目。"
|
|
1765
1753
|
},
|
|
1766
|
-
"
|
|
1754
|
+
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1767
1755
|
"message": "PWA"
|
|
1768
1756
|
},
|
|
1769
|
-
"
|
|
1757
|
+
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1770
1758
|
"message": "可安裝"
|
|
1771
1759
|
},
|
|
1772
|
-
"
|
|
1760
|
+
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1773
1761
|
"message": "PWA 最佳化"
|
|
1774
1762
|
},
|
|
1775
|
-
"
|
|
1763
|
+
"core/config/default-config.js | seoCategoryDescription": {
|
|
1776
1764
|
"message": "這些檢查可確保你的網頁採用基本的搜尋引擎最佳化建議。但請注意,Lighthouse 未於此處考量到的因素有很多,可能會影響你的搜尋排名,包括[網站體驗核心指標](https://web.dev/learn-web-vitals/)上的成效表現。[瞭解詳情](https://support.google.com/webmasters/answer/35769)"
|
|
1777
1765
|
},
|
|
1778
|
-
"
|
|
1766
|
+
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1779
1767
|
"message": "在您的網站上執行這些額外的驗證工具,以檢查其他 SEO 最佳做法。"
|
|
1780
1768
|
},
|
|
1781
|
-
"
|
|
1769
|
+
"core/config/default-config.js | seoCategoryTitle": {
|
|
1782
1770
|
"message": "搜尋引擎最佳化 (SEO)"
|
|
1783
1771
|
},
|
|
1784
|
-
"
|
|
1772
|
+
"core/config/default-config.js | seoContentGroupDescription": {
|
|
1785
1773
|
"message": "請設定適當的 HTML 格式,讓檢索器更容易辨識你的應用程式內容。"
|
|
1786
1774
|
},
|
|
1787
|
-
"
|
|
1775
|
+
"core/config/default-config.js | seoContentGroupTitle": {
|
|
1788
1776
|
"message": "內容最佳做法"
|
|
1789
1777
|
},
|
|
1790
|
-
"
|
|
1778
|
+
"core/config/default-config.js | seoCrawlingGroupDescription": {
|
|
1791
1779
|
"message": "檢索器需要存取你的應用程式,才能將網站顯示在搜尋結果中。"
|
|
1792
1780
|
},
|
|
1793
|
-
"
|
|
1781
|
+
"core/config/default-config.js | seoCrawlingGroupTitle": {
|
|
1794
1782
|
"message": "檢索及建立索引"
|
|
1795
1783
|
},
|
|
1796
|
-
"
|
|
1784
|
+
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1797
1785
|
"message": "請確認你的網頁適合透過行動裝置瀏覽,使用者不須撥動雙指或縮放螢幕即可閱讀網頁內容。[瞭解詳情](https://developers.google.com/search/mobile-sites/)。"
|
|
1798
1786
|
},
|
|
1799
|
-
"
|
|
1787
|
+
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1800
1788
|
"message": "適合透過行動裝置瀏覽"
|
|
1801
1789
|
},
|
|
1802
|
-
"
|
|
1790
|
+
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1803
1791
|
"message": "測試裝置的 CPU 速度似乎比 Lighthouse 預期要慢。這可能會對效能分數造成負面影響。進一步瞭解[如何校準至適當的 CPU 減速倍頻](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)。"
|
|
1804
1792
|
},
|
|
1805
|
-
"
|
|
1793
|
+
"core/gather/driver/navigation.js | warningRedirected": {
|
|
1806
1794
|
"message": "你的測試網址 ({requested}) 已重新導向至 {final},因此頁面可能無法如預期載入。請直接測試第二個網址。"
|
|
1807
1795
|
},
|
|
1808
|
-
"
|
|
1796
|
+
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1809
1797
|
"message": "頁面載入速度過慢,無法在時限內完成,因此結果可能不完整。"
|
|
1810
1798
|
},
|
|
1811
|
-
"
|
|
1799
|
+
"core/gather/driver/storage.js | warningData": {
|
|
1812
1800
|
"message": "{locationCount,plural, =1{下列位置可能有影響載入效能的儲存資料:{locations}。在無痕式視窗中審核這個頁面可避免這些資源影響你的分數。}other{下列位置可能有影響載入效能的儲存資料:{locations}。在無痕式視窗中審核這個頁面可避免這些資源影響你的分數。}}"
|
|
1813
1801
|
},
|
|
1814
|
-
"
|
|
1802
|
+
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1815
1803
|
"message": "建議新增 https: 和 http: 網址架構,以便回溯相容於舊版瀏覽器 (支援「strict-dynamic」的瀏覽器會忽略這些架構)。"
|
|
1816
1804
|
},
|
|
1817
|
-
"
|
|
1805
|
+
"core/lib/csp-evaluator.js | deprecatedDisownOpener": {
|
|
1818
1806
|
"message": "disown-opener 已於 CSP3 淘汰,請改用 Cross-Origin-Opener-Policy 標頭。"
|
|
1819
1807
|
},
|
|
1820
|
-
"
|
|
1808
|
+
"core/lib/csp-evaluator.js | deprecatedReferrer": {
|
|
1821
1809
|
"message": "referrer 已於 CSP2 淘汰,請改用 Referrer-Policy 標頭。"
|
|
1822
1810
|
},
|
|
1823
|
-
"
|
|
1811
|
+
"core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
|
|
1824
1812
|
"message": "reflected-xss 已於 CSP2 淘汰,請改用 X-XSS-Protection 標頭。"
|
|
1825
1813
|
},
|
|
1826
|
-
"
|
|
1814
|
+
"core/lib/csp-evaluator.js | missingBaseUri": {
|
|
1827
1815
|
"message": "如果缺少 base-uri,有心人士就利用插入的 <base> 標記,將所有相對網址 (例如指令碼) 的基底網址設為攻擊者控制的網域。建議將 base-uri 設為「none」或「self」。"
|
|
1828
1816
|
},
|
|
1829
|
-
"
|
|
1817
|
+
"core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1830
1818
|
"message": "缺少 object-src 會讓有心人士能夠插入執行不安全指令碼的外掛程式。如果可以的話,建議將 object-src 設為「none」。"
|
|
1831
1819
|
},
|
|
1832
|
-
"
|
|
1820
|
+
"core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1833
1821
|
"message": "缺少 script-src 指令。這可能導致系統執行不安全的指令碼。"
|
|
1834
1822
|
},
|
|
1835
|
-
"
|
|
1823
|
+
"core/lib/csp-evaluator.js | missingSemicolon": {
|
|
1836
1824
|
"message": "忘記使用分號了嗎?{keyword} 似乎是指令,而不是關鍵字。"
|
|
1837
1825
|
},
|
|
1838
|
-
"
|
|
1826
|
+
"core/lib/csp-evaluator.js | nonceCharset": {
|
|
1839
1827
|
"message": "nonce 應使用 base64 字元集。"
|
|
1840
1828
|
},
|
|
1841
|
-
"
|
|
1829
|
+
"core/lib/csp-evaluator.js | nonceLength": {
|
|
1842
1830
|
"message": "nonce 的長度至少要有 8 個字元。"
|
|
1843
1831
|
},
|
|
1844
|
-
"
|
|
1832
|
+
"core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1845
1833
|
"message": "請避免在這個指令中使用純網址架構 ({keyword})。純網址架構會讓指令碼能夠使用不安全的網域來源。"
|
|
1846
1834
|
},
|
|
1847
|
-
"
|
|
1835
|
+
"core/lib/csp-evaluator.js | plainWildcards": {
|
|
1848
1836
|
"message": "請避免在這個指令中使用純萬用字元 ({keyword})。純萬用字元會讓指令碼能夠使用不安全的網域來源。"
|
|
1849
1837
|
},
|
|
1850
|
-
"
|
|
1838
|
+
"core/lib/csp-evaluator.js | reportToOnly": {
|
|
1851
1839
|
"message": "回報目的地只能透過 report-to 指令設定。由於這項指令只受到以 Chromium 為基礎的瀏覽器支援,因此建議同時使用 report-uri 指令。"
|
|
1852
1840
|
},
|
|
1853
|
-
"
|
|
1841
|
+
"core/lib/csp-evaluator.js | reportingDestinationMissing": {
|
|
1854
1842
|
"message": "尚無 CSP 設定回報目的地。這會導致系統難以持續維護 CSP 及監控故障情況。"
|
|
1855
1843
|
},
|
|
1856
|
-
"
|
|
1844
|
+
"core/lib/csp-evaluator.js | strictDynamic": {
|
|
1857
1845
|
"message": "由於主機許可清單經常受到忽略,建議改用 CSP Nonce 或 Hash,如有必要,還可以搭配使用「strict-dynamic」。"
|
|
1858
1846
|
},
|
|
1859
|
-
"
|
|
1847
|
+
"core/lib/csp-evaluator.js | unknownDirective": {
|
|
1860
1848
|
"message": "CSP 指令不明。"
|
|
1861
1849
|
},
|
|
1862
|
-
"
|
|
1850
|
+
"core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1863
1851
|
"message": "{keyword} 似乎是無效關鍵字。"
|
|
1864
1852
|
},
|
|
1865
|
-
"
|
|
1853
|
+
"core/lib/csp-evaluator.js | unsafeInline": {
|
|
1866
1854
|
"message": "「unsafe-inline」會允許執行不安全的網頁內指令碼和事件處理常式。建議使用 CSP nonce 或 hash 逐一允許指令碼。"
|
|
1867
1855
|
},
|
|
1868
|
-
"
|
|
1856
|
+
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1869
1857
|
"message": "建議新增「unsafe-inline」,以便回溯相容於舊版瀏覽器 (支援 nonce/hash 的瀏覽器會忽略 unsafe-inline)。"
|
|
1870
1858
|
},
|
|
1871
|
-
"
|
|
1859
|
+
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1872
1860
|
"message": "主要執行緒封鎖時間"
|
|
1873
1861
|
},
|
|
1874
|
-
"
|
|
1862
|
+
"core/lib/i18n/i18n.js | columnCacheTTL": {
|
|
1875
1863
|
"message": "快取 TTL"
|
|
1876
1864
|
},
|
|
1877
|
-
"
|
|
1865
|
+
"core/lib/i18n/i18n.js | columnDescription": {
|
|
1878
1866
|
"message": "說明"
|
|
1879
1867
|
},
|
|
1880
|
-
"
|
|
1868
|
+
"core/lib/i18n/i18n.js | columnDuration": {
|
|
1881
1869
|
"message": "時間長度"
|
|
1882
1870
|
},
|
|
1883
|
-
"
|
|
1871
|
+
"core/lib/i18n/i18n.js | columnElement": {
|
|
1884
1872
|
"message": "元素"
|
|
1885
1873
|
},
|
|
1886
|
-
"
|
|
1874
|
+
"core/lib/i18n/i18n.js | columnFailingElem": {
|
|
1887
1875
|
"message": "未通過稽核的元素"
|
|
1888
1876
|
},
|
|
1889
|
-
"
|
|
1877
|
+
"core/lib/i18n/i18n.js | columnLocation": {
|
|
1890
1878
|
"message": "位置"
|
|
1891
1879
|
},
|
|
1892
|
-
"
|
|
1880
|
+
"core/lib/i18n/i18n.js | columnName": {
|
|
1893
1881
|
"message": "名稱"
|
|
1894
1882
|
},
|
|
1895
|
-
"
|
|
1883
|
+
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
1896
1884
|
"message": "超過預算"
|
|
1897
1885
|
},
|
|
1898
|
-
"
|
|
1886
|
+
"core/lib/i18n/i18n.js | columnRequests": {
|
|
1899
1887
|
"message": "要求"
|
|
1900
1888
|
},
|
|
1901
|
-
"
|
|
1889
|
+
"core/lib/i18n/i18n.js | columnResourceSize": {
|
|
1902
1890
|
"message": "資源大小"
|
|
1903
1891
|
},
|
|
1904
|
-
"
|
|
1892
|
+
"core/lib/i18n/i18n.js | columnResourceType": {
|
|
1905
1893
|
"message": "資源類型"
|
|
1906
1894
|
},
|
|
1907
|
-
"
|
|
1895
|
+
"core/lib/i18n/i18n.js | columnSize": {
|
|
1908
1896
|
"message": "大小"
|
|
1909
1897
|
},
|
|
1910
|
-
"
|
|
1898
|
+
"core/lib/i18n/i18n.js | columnSource": {
|
|
1911
1899
|
"message": "來源"
|
|
1912
1900
|
},
|
|
1913
|
-
"
|
|
1901
|
+
"core/lib/i18n/i18n.js | columnStartTime": {
|
|
1914
1902
|
"message": "開始時間"
|
|
1915
1903
|
},
|
|
1916
|
-
"
|
|
1904
|
+
"core/lib/i18n/i18n.js | columnTimeSpent": {
|
|
1917
1905
|
"message": "花費的時間"
|
|
1918
1906
|
},
|
|
1919
|
-
"
|
|
1907
|
+
"core/lib/i18n/i18n.js | columnTransferSize": {
|
|
1920
1908
|
"message": "傳輸大小"
|
|
1921
1909
|
},
|
|
1922
|
-
"
|
|
1910
|
+
"core/lib/i18n/i18n.js | columnURL": {
|
|
1923
1911
|
"message": "網址"
|
|
1924
1912
|
},
|
|
1925
|
-
"
|
|
1913
|
+
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1926
1914
|
"message": "可節省的數據用量"
|
|
1927
1915
|
},
|
|
1928
|
-
"
|
|
1916
|
+
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1929
1917
|
"message": "可節省的時間"
|
|
1930
1918
|
},
|
|
1931
|
-
"
|
|
1919
|
+
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1932
1920
|
"message": "Cumulative Layout Shift"
|
|
1933
1921
|
},
|
|
1934
|
-
"
|
|
1922
|
+
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1935
1923
|
"message": "可減少 {wastedBytes, number, bytes} KiB"
|
|
1936
1924
|
},
|
|
1937
|
-
"
|
|
1925
|
+
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1938
1926
|
"message": "{nodeCount,plural, =1{找到 1 個元素}other{找到 # 個元素}}"
|
|
1939
1927
|
},
|
|
1940
|
-
"
|
|
1928
|
+
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1941
1929
|
"message": "可減少 {wastedMs, number, milliseconds} 毫秒"
|
|
1942
1930
|
},
|
|
1943
|
-
"
|
|
1931
|
+
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1944
1932
|
"message": "文件"
|
|
1945
1933
|
},
|
|
1946
|
-
"
|
|
1934
|
+
"core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
|
|
1947
1935
|
"message": "First Contentful Paint"
|
|
1948
1936
|
},
|
|
1949
|
-
"
|
|
1937
|
+
"core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
|
|
1950
1938
|
"message": "首次有效繪製"
|
|
1951
1939
|
},
|
|
1952
|
-
"
|
|
1940
|
+
"core/lib/i18n/i18n.js | fontResourceType": {
|
|
1953
1941
|
"message": "字型"
|
|
1954
1942
|
},
|
|
1955
|
-
"
|
|
1943
|
+
"core/lib/i18n/i18n.js | imageResourceType": {
|
|
1956
1944
|
"message": "圖片"
|
|
1957
1945
|
},
|
|
1958
|
-
"
|
|
1946
|
+
"core/lib/i18n/i18n.js | interactiveMetric": {
|
|
1959
1947
|
"message": "Time to Interactive"
|
|
1960
1948
|
},
|
|
1961
|
-
"
|
|
1949
|
+
"core/lib/i18n/i18n.js | itemSeverityHigh": {
|
|
1962
1950
|
"message": "高"
|
|
1963
1951
|
},
|
|
1964
|
-
"
|
|
1952
|
+
"core/lib/i18n/i18n.js | itemSeverityLow": {
|
|
1965
1953
|
"message": "低"
|
|
1966
1954
|
},
|
|
1967
|
-
"
|
|
1955
|
+
"core/lib/i18n/i18n.js | itemSeverityMedium": {
|
|
1968
1956
|
"message": "中"
|
|
1969
1957
|
},
|
|
1970
|
-
"
|
|
1958
|
+
"core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
|
|
1971
1959
|
"message": "Largest Contentful Paint"
|
|
1972
1960
|
},
|
|
1973
|
-
"
|
|
1961
|
+
"core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
|
|
1974
1962
|
"message": "首次輸入延遲時間最長預估值"
|
|
1975
1963
|
},
|
|
1976
|
-
"
|
|
1964
|
+
"core/lib/i18n/i18n.js | mediaResourceType": {
|
|
1977
1965
|
"message": "媒體"
|
|
1978
1966
|
},
|
|
1979
|
-
"
|
|
1967
|
+
"core/lib/i18n/i18n.js | ms": {
|
|
1980
1968
|
"message": "{timeInMs, number, milliseconds} 毫秒"
|
|
1981
1969
|
},
|
|
1982
|
-
"
|
|
1970
|
+
"core/lib/i18n/i18n.js | otherResourceType": {
|
|
1983
1971
|
"message": "其他"
|
|
1984
1972
|
},
|
|
1985
|
-
"
|
|
1973
|
+
"core/lib/i18n/i18n.js | otherResourcesLabel": {
|
|
1986
1974
|
"message": "其他資源"
|
|
1987
1975
|
},
|
|
1988
|
-
"
|
|
1976
|
+
"core/lib/i18n/i18n.js | scriptResourceType": {
|
|
1989
1977
|
"message": "指令碼"
|
|
1990
1978
|
},
|
|
1991
|
-
"
|
|
1979
|
+
"core/lib/i18n/i18n.js | seconds": {
|
|
1992
1980
|
"message": "{timeInMs, number, seconds} 秒"
|
|
1993
1981
|
},
|
|
1994
|
-
"
|
|
1982
|
+
"core/lib/i18n/i18n.js | speedIndexMetric": {
|
|
1995
1983
|
"message": "Speed Index"
|
|
1996
1984
|
},
|
|
1997
|
-
"
|
|
1985
|
+
"core/lib/i18n/i18n.js | stylesheetResourceType": {
|
|
1998
1986
|
"message": "樣式表"
|
|
1999
1987
|
},
|
|
2000
|
-
"
|
|
1988
|
+
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
2001
1989
|
"message": "第三方"
|
|
2002
1990
|
},
|
|
2003
|
-
"
|
|
1991
|
+
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
2004
1992
|
"message": "Total Blocking Time"
|
|
2005
1993
|
},
|
|
2006
|
-
"
|
|
1994
|
+
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
2007
1995
|
"message": "總計"
|
|
2008
1996
|
},
|
|
2009
|
-
"
|
|
1997
|
+
"core/lib/lh-error.js | badTraceRecording": {
|
|
2010
1998
|
"message": "追蹤記錄網頁載入情形時發生錯誤。請重新執行 Lighthouse。({errorCode})"
|
|
2011
1999
|
},
|
|
2012
|
-
"
|
|
2000
|
+
"core/lib/lh-error.js | criTimeout": {
|
|
2013
2001
|
"message": "等候偵錯工具通訊協定初始連線時發生逾時。"
|
|
2014
2002
|
},
|
|
2015
|
-
"
|
|
2003
|
+
"core/lib/lh-error.js | didntCollectScreenshots": {
|
|
2016
2004
|
"message": "Chrome 在網頁載入期間未能擷取螢幕畫面。請確認網頁上有可見內容,然後嘗試重新執行 Lighthouse。({errorCode})"
|
|
2017
2005
|
},
|
|
2018
|
-
"
|
|
2006
|
+
"core/lib/lh-error.js | dnsFailure": {
|
|
2019
2007
|
"message": "DNS 伺服器無法解析你提供的網域。"
|
|
2020
2008
|
},
|
|
2021
|
-
"
|
|
2009
|
+
"core/lib/lh-error.js | erroredRequiredArtifact": {
|
|
2022
2010
|
"message": "必要的 {artifactName} 收集程式發生錯誤:{errorMessage}"
|
|
2023
2011
|
},
|
|
2024
|
-
"
|
|
2012
|
+
"core/lib/lh-error.js | internalChromeError": {
|
|
2025
2013
|
"message": "Chrome 發生內部錯誤。請重新啟動 Chrome,並嘗試重新執行 Lighthouse。"
|
|
2026
2014
|
},
|
|
2027
|
-
"
|
|
2015
|
+
"core/lib/lh-error.js | missingRequiredArtifact": {
|
|
2028
2016
|
"message": "未執行必要的 {artifactName} 收集程式。"
|
|
2029
2017
|
},
|
|
2030
|
-
"
|
|
2018
|
+
"core/lib/lh-error.js | noFcp": {
|
|
2031
2019
|
"message": "網頁未繪製任何內容。請確認載入期間瀏覽器視窗皆保持在前景,然後再試一次。({errorCode})"
|
|
2032
2020
|
},
|
|
2033
|
-
"
|
|
2021
|
+
"core/lib/lh-error.js | notHtml": {
|
|
2034
2022
|
"message": "提供的頁面未採用 HTML 格式 (以 MIME 類型 {mimeType} 提供)。"
|
|
2035
2023
|
},
|
|
2036
|
-
"
|
|
2024
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
2037
2025
|
"message": "這個 Chrome 版本過舊,因此無法支援「{featureName}」。請使用較新的版本查看完整結果。"
|
|
2038
2026
|
},
|
|
2039
|
-
"
|
|
2027
|
+
"core/lib/lh-error.js | pageLoadFailed": {
|
|
2040
2028
|
"message": "Lighthouse 無法穩定載入你要求的網頁。請確認你測試的網址是否正確,以及伺服器是否正確回應所有要求。"
|
|
2041
2029
|
},
|
|
2042
|
-
"
|
|
2030
|
+
"core/lib/lh-error.js | pageLoadFailedHung": {
|
|
2043
2031
|
"message": "你要求的網頁已停止回應,因此 Lighthouse 無法穩定載入該網址。"
|
|
2044
2032
|
},
|
|
2045
|
-
"
|
|
2033
|
+
"core/lib/lh-error.js | pageLoadFailedInsecure": {
|
|
2046
2034
|
"message": "你所提供的網址缺少有效的安全性憑證。{securityMessages}"
|
|
2047
2035
|
},
|
|
2048
|
-
"
|
|
2036
|
+
"core/lib/lh-error.js | pageLoadFailedInterstitial": {
|
|
2049
2037
|
"message": "Chrome 使用插頁式畫面阻止系統載入網頁。請確認你的測試網址是否正確,以及伺服器是否正確回應所有要求。"
|
|
2050
2038
|
},
|
|
2051
|
-
"
|
|
2039
|
+
"core/lib/lh-error.js | pageLoadFailedWithDetails": {
|
|
2052
2040
|
"message": "Lighthouse 無法穩定載入你要求的網頁。請確認你的測試網址是否正確,以及伺服器是否正確回應所有要求。(詳細資訊:{errorDetails})"
|
|
2053
2041
|
},
|
|
2054
|
-
"
|
|
2042
|
+
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2055
2043
|
"message": "Lighthouse 無法穩定載入你要求的網頁。請確認你的測試網址是否正確,以及伺服器是否正確回應所有要求。(狀態碼:{statusCode})"
|
|
2056
2044
|
},
|
|
2057
|
-
"
|
|
2045
|
+
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2058
2046
|
"message": "網頁載入時間過長。請按照報告中的建議做法縮短網頁載入時間,然後嘗試重新執行 Lighthouse。({errorCode})"
|
|
2059
2047
|
},
|
|
2060
|
-
"
|
|
2048
|
+
"core/lib/lh-error.js | protocolTimeout": {
|
|
2061
2049
|
"message": "等待 DevTools 通訊協定回應的時間超出系統分配上限。(方法:{protocolMethod})"
|
|
2062
2050
|
},
|
|
2063
|
-
"
|
|
2051
|
+
"core/lib/lh-error.js | requestContentTimeout": {
|
|
2064
2052
|
"message": "擷取資源內容的時間超出系統分配上限。"
|
|
2065
2053
|
},
|
|
2066
|
-
"
|
|
2054
|
+
"core/lib/lh-error.js | urlInvalid": {
|
|
2067
2055
|
"message": "你所提供的網址無效。"
|
|
2068
2056
|
},
|
|
2069
2057
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|