lighthouse 9.5.0-dev.20220728 → 9.5.0-dev.20220731
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 -0
- 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 +2 -2
- package/report/test/renderer/category-renderer-test.js +2 -2
- 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 -641
- package/shared/localization/locales/ar.json +641 -641
- package/shared/localization/locales/bg.json +641 -641
- package/shared/localization/locales/ca.json +641 -641
- package/shared/localization/locales/cs.json +641 -641
- package/shared/localization/locales/da.json +641 -641
- package/shared/localization/locales/de.json +641 -641
- package/shared/localization/locales/el.json +641 -641
- package/shared/localization/locales/en-GB.json +641 -641
- package/shared/localization/locales/en-US.json +830 -830
- package/shared/localization/locales/en-XA.json +641 -641
- package/shared/localization/locales/en-XL.json +830 -830
- package/shared/localization/locales/es-419.json +641 -641
- package/shared/localization/locales/es.json +641 -641
- package/shared/localization/locales/fi.json +641 -641
- package/shared/localization/locales/fil.json +641 -641
- package/shared/localization/locales/fr.json +641 -641
- package/shared/localization/locales/he.json +641 -641
- package/shared/localization/locales/hi.json +641 -641
- package/shared/localization/locales/hr.json +641 -641
- package/shared/localization/locales/hu.json +641 -641
- package/shared/localization/locales/id.json +641 -641
- package/shared/localization/locales/it.json +641 -641
- package/shared/localization/locales/ja.json +641 -641
- package/shared/localization/locales/ko.json +641 -641
- package/shared/localization/locales/lt.json +641 -641
- package/shared/localization/locales/lv.json +641 -641
- package/shared/localization/locales/nl.json +641 -641
- package/shared/localization/locales/no.json +641 -641
- package/shared/localization/locales/pl.json +641 -641
- package/shared/localization/locales/pt-PT.json +641 -641
- package/shared/localization/locales/pt.json +641 -641
- package/shared/localization/locales/ro.json +641 -641
- package/shared/localization/locales/ru.json +641 -641
- package/shared/localization/locales/sk.json +641 -641
- package/shared/localization/locales/sl.json +641 -641
- package/shared/localization/locales/sr-Latn.json +641 -641
- package/shared/localization/locales/sr.json +641 -641
- package/shared/localization/locales/sv.json +641 -641
- package/shared/localization/locales/ta.json +641 -641
- package/shared/localization/locales/te.json +641 -641
- package/shared/localization/locales/th.json +641 -641
- package/shared/localization/locales/tr.json +641 -641
- package/shared/localization/locales/uk.json +641 -641
- package/shared/localization/locales/vi.json +641 -641
- package/shared/localization/locales/zh-HK.json +641 -641
- package/shared/localization/locales/zh-TW.json +641 -641
- package/shared/localization/locales/zh.json +641 -641
- 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
|
@@ -131,1927 +131,1927 @@
|
|
|
131
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
132
|
"message": "Ulat ng Daloy ng User ng Lighthouse"
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
135
|
"message": "Hinahayaan ng mga access key ang mga user na mabilis na makatuon sa isang bahagi ng page. Para sa maayos na navigation, natatangi dapat ang bawat access key. [Matuto pa](https://web.dev/accesskeys/)."
|
|
136
136
|
},
|
|
137
|
-
"
|
|
137
|
+
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
138
|
"message": "Hindi natatangi ang mga value na `[accesskey]`"
|
|
139
139
|
},
|
|
140
|
-
"
|
|
140
|
+
"core/audits/accessibility/accesskeys.js | title": {
|
|
141
141
|
"message": "Natatangi ang mga value ng `[accesskey]`"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
144
|
"message": "Sinusuportahan ng bawat `role` ng ARIA ang isang partikular na subset ng mga attribute na `aria-*`. Kapag hindi pinagtugma ang mga ito, magiging invalid ang mga attribute na `aria-*`. [Matuto pa](https://web.dev/aria-allowed-attr/)."
|
|
145
145
|
},
|
|
146
|
-
"
|
|
146
|
+
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
147
|
"message": "Hindi tumutugma ang mga attribute na `[aria-*]` sa mga tungkulin ng mga ito"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"core/audits/accessibility/aria-allowed-attr.js | title": {
|
|
150
150
|
"message": "Tumutugma ang mga attribute na `[aria-*]` sa mga tungkulin ng mga ito"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
153
|
"message": "Kapag walang naa-access na pangalan ang isang element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
154
154
|
},
|
|
155
|
-
"
|
|
155
|
+
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
156
|
"message": "Walang naa-access na pangalan ang mga element ng `button`, `link`, at `menuitem`."
|
|
157
157
|
},
|
|
158
|
-
"
|
|
158
|
+
"core/audits/accessibility/aria-command-name.js | title": {
|
|
159
159
|
"message": "May mga naa-access na pangalan ang mga element ng `button`, `link`, at `menuitem`"
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
162
|
"message": "Ang mga pantulong na teknolohiya, tulad ng mga screen reader, ay hindi tuloy-tuloy na gumagana kapag nakatakda ang `aria-hidden=\"true\"` sa dokumentong `<body>`. [Matuto pa](https://web.dev/aria-hidden-body/)."
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
165
|
"message": "May `[aria-hidden=\"true\"]` sa dokumentong `<body>`"
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"core/audits/accessibility/aria-hidden-body.js | title": {
|
|
168
168
|
"message": "Walang `[aria-hidden=\"true\"]` sa dokumentong `<body>`"
|
|
169
169
|
},
|
|
170
|
-
"
|
|
170
|
+
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
171
|
"message": "Pinipigilan ng mga nafo-focus na descendent sa isang element na `[aria-hidden=\"true\"]`ang mga interactive na element na maging available sa mga user ng mga pantulong na teknolohiya tulad ng mga screen reader. [Matuto pa](https://web.dev/aria-hidden-focus/)."
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
174
|
"message": "May mga nafo-focus na descendent ang mga element na `[aria-hidden=\"true\"]`"
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"core/audits/accessibility/aria-hidden-focus.js | title": {
|
|
177
177
|
"message": "Walang nafo-focus na descendent ang mga element na `[aria-hidden=\"true\"]`"
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
180
|
"message": "Kapag walang naa-access na pangalan ang isang field ng input, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
181
181
|
},
|
|
182
|
-
"
|
|
182
|
+
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
183
|
"message": "Walang naa-access na pangalan ang mga field ng input ng ARIA"
|
|
184
184
|
},
|
|
185
|
-
"
|
|
185
|
+
"core/audits/accessibility/aria-input-field-name.js | title": {
|
|
186
186
|
"message": "May mga naa-access na pangalan ang mga field ng input ng ARIA"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
188
|
+
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
189
|
"message": "Kapag walang naa-access na pangalan ang isang element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
192
|
"message": "Walang naa-access na pangalan ang mga element ng `meter` ng ARIA."
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"core/audits/accessibility/aria-meter-name.js | title": {
|
|
195
195
|
"message": "May mga naa-access na pangalan ang mga element ng `meter` ng ARIA"
|
|
196
196
|
},
|
|
197
|
-
"
|
|
197
|
+
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
198
|
"message": "Kapag walang naa-access na pangalan ang isang `progressbar` element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
201
|
"message": "Walang naa-access na pangalan ang mga element ng `progressbar` ng ARIA."
|
|
202
202
|
},
|
|
203
|
-
"
|
|
203
|
+
"core/audits/accessibility/aria-progressbar-name.js | title": {
|
|
204
204
|
"message": "May mga naa-access na pangalan ang mga element ng `progressbar` ng ARIA"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
207
|
"message": "Ang ilang tungkulin ng ARIA ay may mga kinakailangang attribute na naglalarawan sa status ng element sa mga screen reader. [Matuto pa](https://web.dev/aria-required-attr/)."
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
210
|
"message": "May mga kulang na kinakailangang attribute na `[aria-*]` ang mga `[role]`"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"core/audits/accessibility/aria-required-attr.js | title": {
|
|
213
213
|
"message": "Mayroon ng lahat ng kinakailangang attribute na `[aria-*]` ang mga `[role]`"
|
|
214
214
|
},
|
|
215
|
-
"
|
|
215
|
+
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
216
|
"message": "Dapat maglaman ang ilang parent role ng ARIA ng mga partikular na child role para maisagawa nito ang mga nilalayong function sa pagiging accessible. [Matuto pa](https://web.dev/aria-required-children/)."
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
219
|
"message": "Ang mga element na may ARIA na `[role]` na nag-aatas sa mga child na maglaman ng partikular na `[role]` ay kulang ng ilan sa o lahat ng mga kinakailangang child na iyon."
|
|
220
220
|
},
|
|
221
|
-
"
|
|
221
|
+
"core/audits/accessibility/aria-required-children.js | title": {
|
|
222
222
|
"message": "Ang mga element na may ARIA na `[role]` na nag-aatas sa mga child na maglaman ng partikular na `[role]` ay mayroon ng lahat ng kinakailangang child."
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
225
|
"message": "Ang ilang child role ng ARIA ay laman dapat ng mga partikular na parent role para maayos na maisagawa ang mga nilalayong function sa pagiging accessible. [Matuto pa](https://web.dev/aria-required-parent/)."
|
|
226
226
|
},
|
|
227
|
-
"
|
|
227
|
+
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
228
|
"message": "Hindi nakapaloob ang mga `[role]` sa kinakailangang parent element ng mga ito"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"core/audits/accessibility/aria-required-parent.js | title": {
|
|
231
231
|
"message": "Nakapaloob ang mga `[role]` sa kinakailangang pangunahing element ng mga ito"
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
234
|
"message": "Dapat ay may mga valid na value ang mga tungkulin ng ARIA para maisagawa ang mga nilalayong function sa pagiging accessible. [Matuto pa](https://web.dev/aria-roles/)."
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
237
|
"message": "Hindi valid ang mga value ng `[role]`"
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"core/audits/accessibility/aria-roles.js | title": {
|
|
240
240
|
"message": "Valid ang mga value ng `[role]`"
|
|
241
241
|
},
|
|
242
|
-
"
|
|
242
|
+
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
243
|
"message": "Kapag walang naa-access na pangalan ang isang toggle field, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
244
244
|
},
|
|
245
|
-
"
|
|
245
|
+
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
246
|
"message": "Walang naa-access na pangalan ang mga toggle field ng ARIA"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
248
|
+
"core/audits/accessibility/aria-toggle-field-name.js | title": {
|
|
249
249
|
"message": "May mga naa-access na pangalan ang mga toggle field ng ARIA"
|
|
250
250
|
},
|
|
251
|
-
"
|
|
251
|
+
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
252
|
"message": "Kapag walang naa-access na pangalan ang isang element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
253
253
|
},
|
|
254
|
-
"
|
|
254
|
+
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
255
|
"message": "Walang naa-access na pangalan ang mga element ng `tooltip` ng ARIA."
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"core/audits/accessibility/aria-tooltip-name.js | title": {
|
|
258
258
|
"message": "May mga naa-access na pangalan ang mga element ng `tooltip` ng ARIA"
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
261
|
"message": "Kapag walang naa-access na pangalan ang isang element, iaanunsyo ito ng mga screen reader gamit ang generic na pangalan, kaya hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/aria-name/)."
|
|
262
262
|
},
|
|
263
|
-
"
|
|
263
|
+
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
264
|
"message": "Walang naa-access na pangalan ang mga element ng `treeitem` ng ARIA."
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"core/audits/accessibility/aria-treeitem-name.js | title": {
|
|
267
267
|
"message": "May mga naa-access na pangalan ang mga element ng `treeitem` ng ARIA"
|
|
268
268
|
},
|
|
269
|
-
"
|
|
269
|
+
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
270
|
"message": "Hindi mauunawaan ng mga nakakatulong na teknolohiya, gaya ng mga screen reader, ang mga attribute ng ARIA na may mga invalid na value. [Matuto pa](https://web.dev/aria-valid-attr-value/)."
|
|
271
271
|
},
|
|
272
|
-
"
|
|
272
|
+
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
273
|
"message": "Walang valid na value ang mga attribute na`[aria-*]`"
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"core/audits/accessibility/aria-valid-attr-value.js | title": {
|
|
276
276
|
"message": "May valid na value ang mga attribute na `[aria-*]`"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
279
|
"message": "Hindi mauunawaan ng mga nakakatulong na teknolohiya, gaya ng mga screen reader, ang mga attribute ng ARIA na may mga invalid na pangalan. [Matuto pa](https://web.dev/aria-valid-attr/)."
|
|
280
280
|
},
|
|
281
|
-
"
|
|
281
|
+
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
282
|
"message": "Hindi valid o hindi mali ang spelling ng mga attribute na `[aria-*]`"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
284
|
+
"core/audits/accessibility/aria-valid-attr.js | title": {
|
|
285
285
|
"message": "Valid at hindi mali ang spelling ng mga attribute na `[aria-*]`"
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"core/audits/accessibility/axe-audit.js | failingElementsHeader": {
|
|
288
288
|
"message": "Mga Hindi Nakapasang Element"
|
|
289
289
|
},
|
|
290
|
-
"
|
|
290
|
+
"core/audits/accessibility/button-name.js | description": {
|
|
291
291
|
"message": "Kapag walang naa-access na pangalan ang isang button, iaanunsyo ito ng mga screen reader bilang \"button,\" kaya naman hindi ito magagamit ng mga user na umaasa sa mga screen reader. [Matuto pa](https://web.dev/button-name/)."
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
294
|
"message": "Walang naa-access na pangalan ang mga button"
|
|
295
295
|
},
|
|
296
|
-
"
|
|
296
|
+
"core/audits/accessibility/button-name.js | title": {
|
|
297
297
|
"message": "May naa-access na pangalan ang mga button"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"core/audits/accessibility/bypass.js | description": {
|
|
300
300
|
"message": "Kapag nagdagdag ng mga paraan para i-bypass ang paulit-ulit na content, mas madaling makakapag-navigate sa page ang mga user ng keyboard. [Matuto pa](https://web.dev/bypass/)."
|
|
301
301
|
},
|
|
302
|
-
"
|
|
302
|
+
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
303
|
"message": "Walang heading, link ng paglaktaw, o rehiyon ng landmark ang page"
|
|
304
304
|
},
|
|
305
|
-
"
|
|
305
|
+
"core/audits/accessibility/bypass.js | title": {
|
|
306
306
|
"message": "Ang page ay naglalaman ng heading, link ng paglaktaw, o rehiyon ng landmark"
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
309
|
"message": "Mahirap o imposibleng mabasa ng maraming user ang text na mababa ang contrast. [Matuto pa](https://web.dev/color-contrast/)."
|
|
310
310
|
},
|
|
311
|
-
"
|
|
311
|
+
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
312
|
"message": "Kulang ang ratio ng contrast ng mga kulay ng background at foreground."
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"core/audits/accessibility/color-contrast.js | title": {
|
|
315
315
|
"message": "May sapat na ratio ng contrast ang mga kulay ng background at foreground"
|
|
316
316
|
},
|
|
317
|
-
"
|
|
317
|
+
"core/audits/accessibility/definition-list.js | description": {
|
|
318
318
|
"message": "Kapag hindi naka-mark up nang maayos ang mga listahan ng kahulugan, puwedeng gumawa ng nakakalito o hindi tumpak na output ang mga screen reader. [Matuto pa](https://web.dev/definition-list/)."
|
|
319
319
|
},
|
|
320
|
-
"
|
|
320
|
+
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
321
|
"message": "Hindi lang mga grupo ng `<dt>` at `<dd>`, at mga element na `<script>`, `<template>` o `<div>` na nakaayos nang tama ang nilalaman ng `<dl>`."
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"core/audits/accessibility/definition-list.js | title": {
|
|
324
324
|
"message": "Mga grupo lang ng `<dt>` at `<dd>`, at mga element na `<script>`, `<template>` o `<div>` na nakaayos nang tama ang nilalaman ng `<dl>`."
|
|
325
325
|
},
|
|
326
|
-
"
|
|
326
|
+
"core/audits/accessibility/dlitem.js | description": {
|
|
327
327
|
"message": "Nakapaloob dapat ang mga item sa listahan ng kahulugan (`<dt>` at `<dd>`) sa isang parent element na `<dl>` para matiyak na maayos na maiaanunsyo ng mga screen reader ang mga ito. [Matuto pa](https://web.dev/dlitem/)."
|
|
328
328
|
},
|
|
329
|
-
"
|
|
329
|
+
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
330
|
"message": "Hindi nakapaloob sa mga element na `<dl>` ang mga item sa listahan ng kahulugan"
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"core/audits/accessibility/dlitem.js | title": {
|
|
333
333
|
"message": "Nakapaloob sa mga element na `<dl>` ang mga item sa listahan ng kahulugan"
|
|
334
334
|
},
|
|
335
|
-
"
|
|
335
|
+
"core/audits/accessibility/document-title.js | description": {
|
|
336
336
|
"message": "Binibigyan ng pamagat ang mga user ng screen reader ng pangkalahatang-ideya ng page, at lubos na umaasa rito ang mga user ng search engine para matukoy kung may kaugnayan ang isang page sa kanilang paghahanap. [Matuto pa](https://web.dev/document-title/)."
|
|
337
337
|
},
|
|
338
|
-
"
|
|
338
|
+
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
339
|
"message": "Walang element na `<title>` ang dokumento"
|
|
340
340
|
},
|
|
341
|
-
"
|
|
341
|
+
"core/audits/accessibility/document-title.js | title": {
|
|
342
342
|
"message": "May `<title>` na element ang dokumento"
|
|
343
343
|
},
|
|
344
|
-
"
|
|
344
|
+
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
345
|
"message": "Ang lahat ng nafo-focus na element ay dapat na may natatanging `id` para matiyak na nakikita ang mga ito ng mga pantulong na teknolohiya. [Matuto pa](https://web.dev/duplicate-id-active/)."
|
|
346
346
|
},
|
|
347
|
-
"
|
|
347
|
+
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
348
|
"message": "Hindi natatangi ang mga attribute na `[id]` sa aktibo at nafo-focus na element"
|
|
349
349
|
},
|
|
350
|
-
"
|
|
350
|
+
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
351
351
|
"message": "Natatangi ang mga attribute na `[id]` sa mga aktibo at nafo-focus na element"
|
|
352
352
|
},
|
|
353
|
-
"
|
|
353
|
+
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
354
|
"message": "Dapat ay natatangi ang value ng isang ARIA ID para hindi makaligtaan ng mga pantulong na teknolohiya ang iba pang instance. [Matuto pa](https://web.dev/duplicate-id-aria/)."
|
|
355
355
|
},
|
|
356
|
-
"
|
|
356
|
+
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
357
|
"message": "Hindi natatangi ang mga ARIA ID"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"core/audits/accessibility/duplicate-id-aria.js | title": {
|
|
360
360
|
"message": "Natatangi ang mga ARIA ID"
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
363
|
"message": "Ang mga field ng form na may maraming label ay puwedeng hindi sinasadyang ianunsyo ng mga pantulong na teknolohiya tulad ng mga screen reader na ginagamit ang una, huli, o lahat ng label. [Matuto pa](https://web.dev/form-field-multiple-labels/)."
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
366
|
"message": "May maraming label ang mga field ng form"
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"core/audits/accessibility/form-field-multiple-labels.js | title": {
|
|
369
369
|
"message": "Walang field ng form ang may maraming label"
|
|
370
370
|
},
|
|
371
|
-
"
|
|
371
|
+
"core/audits/accessibility/frame-title.js | description": {
|
|
372
372
|
"message": "Umaasa ang mga user ng screen reader sa mga pamagat ng frame para ilarawan ang mga content ng mga frame. [Matuto pa](https://web.dev/frame-title/)."
|
|
373
373
|
},
|
|
374
|
-
"
|
|
374
|
+
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
375
|
"message": "Walang pamagat ang mga element na`<frame>` o `<iframe>`"
|
|
376
376
|
},
|
|
377
|
-
"
|
|
377
|
+
"core/audits/accessibility/frame-title.js | title": {
|
|
378
378
|
"message": "May pamagat ang mga elemento na`<frame>` o `<iframe>`"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"core/audits/accessibility/heading-order.js | description": {
|
|
381
381
|
"message": "Ipinaparating ng mga mahusay na nakaayos na heading na hindi lumalaktaw ng mga antas ang semantic na istruktura ng page, na mas pinapadali ang pag-navigate at pag-unawa kapag gumagamit ng mga pantulong na teknolohiya. [Matuto pa](https://web.dev/heading-order/)."
|
|
382
382
|
},
|
|
383
|
-
"
|
|
383
|
+
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
384
|
"message": "Hindi sunod-sunod na pababa ang pagkakaayos ng mga heading element"
|
|
385
385
|
},
|
|
386
|
-
"
|
|
386
|
+
"core/audits/accessibility/heading-order.js | title": {
|
|
387
387
|
"message": "Lumalabas ang mga heading element nang sunod-sunod na pababa"
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
390
|
"message": "Kung hindi tutukoy ng lang attribute ang isang page, ipagpapalagay ng screen reader na ang page ay nasa default na wikang pinili ng user noong sine-set up ang screen reader. Kung wala talaga sa default na wika ang page, puwedeng hindi maianunsyo nang tama ng screen reader ang text ng page. [Matuto pa](https://web.dev/html-has-lang/)."
|
|
391
391
|
},
|
|
392
|
-
"
|
|
392
|
+
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
393
|
"message": "Walang attribute na `[lang]` ang element na `<html>`"
|
|
394
394
|
},
|
|
395
|
-
"
|
|
395
|
+
"core/audits/accessibility/html-has-lang.js | title": {
|
|
396
396
|
"message": "Ang `<html>` na element ay may attribute na `[lang]`"
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
399
|
"message": "Ang pagtukoy ng valid na [wika ng BCP 47](https://www.w3.org/International/questions/qa-choosing-language-tags#question) ay nakakatulong na maianunsyo nang maayos ang text. [Matuto pa](https://web.dev/html-lang-valid/)."
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
402
|
"message": "Walang valid na value ang element na `<html>` para sa attribute nitong `[lang]`."
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"core/audits/accessibility/html-lang-valid.js | title": {
|
|
405
405
|
"message": "May valid na value ang element na `<html>` para sa `[lang]` na attribute nito"
|
|
406
406
|
},
|
|
407
|
-
"
|
|
407
|
+
"core/audits/accessibility/image-alt.js | description": {
|
|
408
408
|
"message": "Layunin dapat ng mga nagbibigay-impormasyong element na magkaroon ng maikli at naglalarawang alternatibong text. Puwedeng balewalain ang mga palamuting element sa pamamagitan ng walang lamang kahaliling attribute. [Matuto pa](https://web.dev/image-alt/)."
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
411
|
"message": "Walang attribute na `[alt]` ang mga element ng larawan"
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"core/audits/accessibility/image-alt.js | title": {
|
|
414
414
|
"message": "May mga attribute na `[alt]` ang mga element na larawan"
|
|
415
415
|
},
|
|
416
|
-
"
|
|
416
|
+
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
417
|
"message": "Kapag gumagamit ng larawan bilang button na `<input>`, makakatulong sa mga user ng screen reader ang pagbibigay ng alternatibong text na maunawaan kung para saan ang button. [Matuto pa](https://web.dev/input-image-alt/)."
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
420
|
"message": "Walang text na `[alt]` ang mga element na `<input type=\"image\">`"
|
|
421
421
|
},
|
|
422
|
-
"
|
|
422
|
+
"core/audits/accessibility/input-image-alt.js | title": {
|
|
423
423
|
"message": "May text na `[alt]` ang mga element na `<input type=\"image\">`"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"core/audits/accessibility/label.js | description": {
|
|
426
426
|
"message": "Tinitiyak ng mga label na maayos na inaanunsyo ang mga kontrol ng form ng mga nakakatulong na teknolohiya, tulad ng mga screen reader. [Matuto pa](https://web.dev/label/)."
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
429
|
"message": "Walang nauugnay na label ang mga element ng form"
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"core/audits/accessibility/label.js | title": {
|
|
432
432
|
"message": "May mga nauugnay na label ang mga element ng form"
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"core/audits/accessibility/link-name.js | description": {
|
|
435
435
|
"message": "Pinapahusay ng text ng link (at alternatibong text para sa mga larawan, kapag ginamit bilang mga link) na nakikita, natatangi, at nafo-focus ang karanasan sa navigation para sa mga user ng screen reader. [Matuto pa](https://web.dev/link-name/)."
|
|
436
436
|
},
|
|
437
|
-
"
|
|
437
|
+
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
438
|
"message": "Walang nakikitang pangalan ang mga link"
|
|
439
439
|
},
|
|
440
|
-
"
|
|
440
|
+
"core/audits/accessibility/link-name.js | title": {
|
|
441
441
|
"message": "May nakikitang pangalan ang mga link"
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"core/audits/accessibility/list.js | description": {
|
|
444
444
|
"message": "May partikular na paraan ng pag-aanunsyo ng mga listahan ang mga screen reader. Makakatulong sa output ng screen reader ang pagtiyak na maayos ang istruktura ng listahan. [Matuto pa](https://web.dev/list/)."
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
447
|
"message": "Hindi lang naglalaman ang listahan ng mga element na `<li>` at element na sumusuporta sa script (`<script>` at `<template>`)."
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"core/audits/accessibility/list.js | title": {
|
|
450
450
|
"message": "Naglalaman lang ang mga listahan ng mga element na `<li>` at element na sumusuporta sa script (`<script>` at `<template>`)."
|
|
451
451
|
},
|
|
452
|
-
"
|
|
452
|
+
"core/audits/accessibility/listitem.js | description": {
|
|
453
453
|
"message": "Kailangang nakapaloob sa parent `<ul>` o `<ol>` ang mga item sa listahan `<li>` para maayos itong maianunsyo ng mga screen reader. [Matuto pa](https://web.dev/listitem/)."
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
456
|
"message": "Hindi nakapaloob ang mga item sa listahan (`<li>`) sa mga parent element na `<ul>` o `<ol>`."
|
|
457
457
|
},
|
|
458
|
-
"
|
|
458
|
+
"core/audits/accessibility/listitem.js | title": {
|
|
459
459
|
"message": "Nakapaloob ang mga item sa listahan (`<li>`) sa mga pangunahing element na `<ul>` o `<ol>`"
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
462
|
"message": "Hindi inaasahan ng mga user na awtomatikong magre-refresh ang isang page, at babalik sa itaas ng page ang focus kapag ginawa ito. Puwede itong gumawa ng nakakainis o nakakalitong karanasan. [Matuto pa](https://web.dev/meta-refresh/)."
|
|
463
463
|
},
|
|
464
|
-
"
|
|
464
|
+
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
465
|
"message": "Gumagamit ng `<meta http-equiv=\"refresh\">` ang dokumento"
|
|
466
466
|
},
|
|
467
|
-
"
|
|
467
|
+
"core/audits/accessibility/meta-refresh.js | title": {
|
|
468
468
|
"message": "Hindi gumagamit ng `<meta http-equiv=\"refresh\">` ang dokumento"
|
|
469
469
|
},
|
|
470
|
-
"
|
|
470
|
+
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
471
|
"message": "Problema ang pag-disable ng pag-zoom para sa mga user na malabo ang paningin na umaasa sa pag-magnify ng screen para maayos na makita ang mga content ng isang web page. [Matuto pa](https://web.dev/meta-viewport/)."
|
|
472
472
|
},
|
|
473
|
-
"
|
|
473
|
+
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
474
|
"message": "Ginagamit ang `[user-scalable=\"no\"]` sa element na `<meta name=\"viewport\">` o `[maximum-scale]` na attribute na mas mababa sa 5."
|
|
475
475
|
},
|
|
476
|
-
"
|
|
476
|
+
"core/audits/accessibility/meta-viewport.js | title": {
|
|
477
477
|
"message": "Hindi ginagamit ang `[user-scalable=\"no\"]` sa element na `<meta name=\"viewport\">` at hindi mas mababa sa 5 ang attribute na `[maximum-scale]`."
|
|
478
478
|
},
|
|
479
|
-
"
|
|
479
|
+
"core/audits/accessibility/object-alt.js | description": {
|
|
480
480
|
"message": "Hindi makakapagsalin ng hindi text na content ang mga screen reader. Kapag nagdagdag ng alternatibong text sa mga element na `<object>`, matutulungan ang mga screen reader sa pagpaparating ng kahulugan sa mga user. [Matuto pa](https://web.dev/object-alt/)."
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
483
|
"message": "Walang alternatibong text ang mga element na `<object>`"
|
|
484
484
|
},
|
|
485
|
-
"
|
|
485
|
+
"core/audits/accessibility/object-alt.js | title": {
|
|
486
486
|
"message": "May alternatibong text ang mga element na `<object>`"
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"core/audits/accessibility/tabindex.js | description": {
|
|
489
489
|
"message": "Nagpapahiwatig ng tahasang pagsasaayos ng navigation ang value na mas mataas sa 0. Bagama't kung tutuusin ay valid ito, madalas itong nagdudulot ng mga nakakainis na karanasan para sa mga user na umaasa sa mga nakakatulong na teknolohiya. [Matuto pa](https://web.dev/tabindex/)."
|
|
490
490
|
},
|
|
491
|
-
"
|
|
491
|
+
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
492
|
"message": "Ang ilang element ay may value ng `[tabindex]` na mas mataas sa 0"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"core/audits/accessibility/tabindex.js | title": {
|
|
495
495
|
"message": "Walang element na may value na `[tabindex]` na mas mataas sa 0"
|
|
496
496
|
},
|
|
497
|
-
"
|
|
497
|
+
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
498
|
"message": "May mga feature ang mga screen reader na mas nagpapadali ng pag-navigate sa mga talahanayan. Kapag tiniyak na ang mga cell na `<td>` na gumagamit sa attribute na `[headers]` ay tumutukoy lang sa iba pang cell sa talahanayang ding iyon, puwedeng mapaganda ang karanasan para sa mga user ng screen reader. [Matuto pa](https://web.dev/td-headers-attr/)."
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
501
|
"message": "Tumutukoy sa isang element na `id` na hindi makikita sa parehong talahanayan ang mga cell sa element na `<table>` na gumagamit ng attribute na `[headers]`."
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"core/audits/accessibility/td-headers-attr.js | title": {
|
|
504
504
|
"message": "Tumutukoy sa iba pang cell sa kaparehong talahanayan ang mga cell sa isang element na `<table>` na gumagamit ng attribute na `[headers]`."
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
507
|
"message": "May mga feature ang mga screen reader na mas nagpapadali ng pag-navigate sa mga talahanayan. Kapag tiniyak na ang mga header ng talahanayan ay tumutukoy sa ilang hanay ng mga cell, puwedeng mapahusay ang karanasan para sa mga user ng screen reader. [Matuto pa](https://web.dev/th-has-data-cells/)."
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
510
|
"message": "Ang mga element na `<th>` at element na may `[role=\"columnheader\"/\"rowheader\"]` ay walang cell ng data na inilalarawan ng mga ito."
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"core/audits/accessibility/th-has-data-cells.js | title": {
|
|
513
513
|
"message": "May mga inilalarawang cell ng data ang mga element na `<th>` at element na may `[role=\"columnheader\"/\"rowheader\"]`."
|
|
514
514
|
},
|
|
515
|
-
"
|
|
515
|
+
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
516
|
"message": "Ang pagtukoy ng valid na [wika ng BCP 47](https://www.w3.org/International/questions/qa-choosing-language-tags#question) sa mga element ay nakakatulong sa pagtiyak na tama ang pagbigkas ng screen reader sa text. [Matuto pa](https://web.dev/valid-lang/)."
|
|
517
517
|
},
|
|
518
|
-
"
|
|
518
|
+
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
519
|
"message": "Walang valid na value ang mga attribute na `[lang]`"
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"core/audits/accessibility/valid-lang.js | title": {
|
|
522
522
|
"message": "May valid na value ang mga attribute na `[lang]`"
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"core/audits/accessibility/video-caption.js | description": {
|
|
525
525
|
"message": "Kapag nagbigay ng caption ang isang video, mas madaling maa-access ng mga user na bingi at may problema sa pandinig ang impormasyon nito. [Matuto pa](https://web.dev/video-caption/)."
|
|
526
526
|
},
|
|
527
|
-
"
|
|
527
|
+
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
528
|
"message": "Hindi naglalaman ng element na `<track>` na may `[kind=\"captions\"]` ang mga element ng `<video>`"
|
|
529
529
|
},
|
|
530
|
-
"
|
|
530
|
+
"core/audits/accessibility/video-caption.js | title": {
|
|
531
531
|
"message": "Naglalaman ng element na `<track>` na may `[kind=\"captions\"]` ang mga element ng `<video>`"
|
|
532
532
|
},
|
|
533
|
-
"
|
|
533
|
+
"core/audits/autocomplete.js | columnCurrent": {
|
|
534
534
|
"message": "Kasalukuyang Value"
|
|
535
535
|
},
|
|
536
|
-
"
|
|
536
|
+
"core/audits/autocomplete.js | columnSuggestions": {
|
|
537
537
|
"message": "Iminumungkahing Token"
|
|
538
538
|
},
|
|
539
|
-
"
|
|
539
|
+
"core/audits/autocomplete.js | description": {
|
|
540
540
|
"message": "Nakakatulong ang `autocomplete` sa mga user na magsumite ng mga form nang mas mabilis. Para mabawasan ang gawain ng user, pag-isipan ang pag-enable sa pamamagitan ng pagtatakda sa attribute na `autocomplete` sa isang valid na value. [Matuto pa](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
|
|
541
541
|
},
|
|
542
|
-
"
|
|
542
|
+
"core/audits/autocomplete.js | failureTitle": {
|
|
543
543
|
"message": "Hindi tama ang mga attribute ng mga element ng `<input>` para sa `autocomplete`"
|
|
544
544
|
},
|
|
545
|
-
"
|
|
545
|
+
"core/audits/autocomplete.js | manualReview": {
|
|
546
546
|
"message": "Nangangailangan ng manual na pagsusuri"
|
|
547
547
|
},
|
|
548
|
-
"
|
|
548
|
+
"core/audits/autocomplete.js | reviewOrder": {
|
|
549
549
|
"message": "Suriin ang pagkakasunod-sunod ng mga token"
|
|
550
550
|
},
|
|
551
|
-
"
|
|
551
|
+
"core/audits/autocomplete.js | title": {
|
|
552
552
|
"message": "Tama ang paggamit ng mga element ng `<input>` sa `autocomplete`"
|
|
553
553
|
},
|
|
554
|
-
"
|
|
554
|
+
"core/audits/autocomplete.js | warningInvalid": {
|
|
555
555
|
"message": "(Mga) token ng `autocomplete`: Invalid ang \"{token}\" sa {snippet}"
|
|
556
556
|
},
|
|
557
|
-
"
|
|
557
|
+
"core/audits/autocomplete.js | warningOrder": {
|
|
558
558
|
"message": "Suriin ang pagkakasunod-sunod ng mga token: \"{tokens}\" sa {snippet}"
|
|
559
559
|
},
|
|
560
|
-
"
|
|
560
|
+
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
561
561
|
"message": "Nagkaroon ng negatibong epekto ang mga extension ng Chrome sa performance ng pag-load ng page na ito. Subukang i-audit ang page sa incognito mode o mula sa isang profile sa Chrome nang walang extension."
|
|
562
562
|
},
|
|
563
|
-
"
|
|
563
|
+
"core/audits/bootup-time.js | columnScriptEval": {
|
|
564
564
|
"message": "Pagsusuri ng Script"
|
|
565
565
|
},
|
|
566
|
-
"
|
|
566
|
+
"core/audits/bootup-time.js | columnScriptParse": {
|
|
567
567
|
"message": "Pag-parse ng Script"
|
|
568
568
|
},
|
|
569
|
-
"
|
|
569
|
+
"core/audits/bootup-time.js | columnTotal": {
|
|
570
570
|
"message": "Kabuuang Oras ng CPU"
|
|
571
571
|
},
|
|
572
|
-
"
|
|
572
|
+
"core/audits/bootup-time.js | description": {
|
|
573
573
|
"message": "Pag-isipang bawasan ang oras na ginugugol sa pag-parse, pag-compile, at pagpapagana ng JS. Puwedeng mapansin mong nakakatulong dito ang paghahatid ng mas maliliit na payload ng JS. [Matuto pa](https://web.dev/bootup-time/)."
|
|
574
574
|
},
|
|
575
|
-
"
|
|
575
|
+
"core/audits/bootup-time.js | failureTitle": {
|
|
576
576
|
"message": "Pabilisin ang pagpapagana ng JavaScript"
|
|
577
577
|
},
|
|
578
|
-
"
|
|
578
|
+
"core/audits/bootup-time.js | title": {
|
|
579
579
|
"message": "Bilis ng pagpapagana ng JavaScript"
|
|
580
580
|
},
|
|
581
|
-
"
|
|
581
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
582
582
|
"message": "Alisin ang mga malaki at duplicate na module ng JavaScript mula sa mga bundle para mabawasan ang mga hindi kinakailangang byte na nakokonsumo ng aktibidad ng network. "
|
|
583
583
|
},
|
|
584
|
-
"
|
|
584
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
585
585
|
"message": "Alisin ang mga duplicate na module sa mga bundle ng JavaScript"
|
|
586
586
|
},
|
|
587
|
-
"
|
|
587
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
588
588
|
"message": "Hindi mahusay ang malalaking GIF sa paghahatid ng animated na content. Pag-isipang gumamit ng mga MPEG4/WebM na video para sa mga animation at PNG/WebP para sa mga static na larawan sa halip na GIF para makatipid ng mga byte ng network. [Matuto pa](https://web.dev/efficient-animated-content/)"
|
|
589
589
|
},
|
|
590
|
-
"
|
|
590
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
591
591
|
"message": "Gumamit ng mga format ng video para sa animated na content"
|
|
592
592
|
},
|
|
593
|
-
"
|
|
593
|
+
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
594
594
|
"message": "Nagbibigay-daan ang mga polyfill at transform na magamit ng mga legacy na browser ang mga bagong feature ng JavaScript. Gayunpaman, marami ang hindi kinakailangan para sa mga modernong browser. Para sa iyong naka-bundle na JavaScript, gumamit ng modernong diskarte sa deployment ng script gamit ang pag-detect ng feature na module/nomodule para mabawasan ang dami ng code na ipinapadala sa mga modernong browser, habang pinapanatili ang suporta para sa mga legacy na browser. [Matuto Pa](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
|
|
595
595
|
},
|
|
596
|
-
"
|
|
596
|
+
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
597
597
|
"message": "Iwasan ang paghahatid ng legacy na JavaScript sa mga modernong browser"
|
|
598
598
|
},
|
|
599
|
-
"
|
|
599
|
+
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
600
600
|
"message": "Madalas na nakapagbibigay ang mga format ng larawan gaya ng WebP at AVIF ng mas mahusay na compression kaysa sa PNG o JPEG, na nangangahulugang mas mabilis na mga pag-download at mas kaunting magagamit na data. [Matuto pa](https://web.dev/uses-webp-images/)."
|
|
601
601
|
},
|
|
602
|
-
"
|
|
602
|
+
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
603
603
|
"message": "Maghatid ng mga larawan sa mga makabagong format"
|
|
604
604
|
},
|
|
605
|
-
"
|
|
605
|
+
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
606
606
|
"message": "Pag-isipang i-lazy load ang mga larawang wala sa screen at nakatago kapag tapos nang mag-load ang lahat ng mahalagang resource para mapabilis ang oras bago maging interactive. [Matuto pa](https://web.dev/offscreen-images/)."
|
|
607
607
|
},
|
|
608
|
-
"
|
|
608
|
+
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
609
609
|
"message": "Ipagpaliban ang mga larawang wala sa screen"
|
|
610
610
|
},
|
|
611
|
-
"
|
|
611
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
612
612
|
"message": "Bina-block ng mga resource ang first paint ng iyong page. Pag-isipang ihatid ang mahalagang JS/CSS inline at ipagpaliban ang lahat ng hindi mahalagang JS/istilo. [Matuto pa](https://web.dev/render-blocking-resources/)."
|
|
613
613
|
},
|
|
614
|
-
"
|
|
614
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
615
615
|
"message": "Alisin ang mga resource na nagba-block ng pag-render"
|
|
616
616
|
},
|
|
617
|
-
"
|
|
617
|
+
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
618
618
|
"message": "Napapagastos ang mga user sa malalaking payload ng network, at malaki ang kaugnayan ng mga ito sa matagal na pag-load. [Matuto pa](https://web.dev/total-byte-weight/)."
|
|
619
619
|
},
|
|
620
|
-
"
|
|
620
|
+
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
621
621
|
"message": "Ang kabuuang laki ay {totalBytes, number, bytes} KiB"
|
|
622
622
|
},
|
|
623
|
-
"
|
|
623
|
+
"core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
|
|
624
624
|
"message": "Iwasan ang malalaking payload ng network"
|
|
625
625
|
},
|
|
626
|
-
"
|
|
626
|
+
"core/audits/byte-efficiency/total-byte-weight.js | title": {
|
|
627
627
|
"message": "Umiiwas sa malalaking payload ng network"
|
|
628
628
|
},
|
|
629
|
-
"
|
|
629
|
+
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
630
630
|
"message": "Puwedeng bawasan ng pagpapaliit ng mga file ng CSS ang laki ng payload ng network. [Matuto pa](https://web.dev/unminified-css/)."
|
|
631
631
|
},
|
|
632
|
-
"
|
|
632
|
+
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
633
633
|
"message": "Paliitin ang CSS"
|
|
634
634
|
},
|
|
635
|
-
"
|
|
635
|
+
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
636
636
|
"message": "Puwedeng bawasan ng pagpapaliit ng mga file ng JavaScript ang laki ng payload at oras ng pag-parse ng script. [Matuto pa](https://web.dev/unminified-javascript/)."
|
|
637
637
|
},
|
|
638
|
-
"
|
|
638
|
+
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
639
639
|
"message": "Paliitin ang JavaScript"
|
|
640
640
|
},
|
|
641
|
-
"
|
|
641
|
+
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
642
642
|
"message": "Bawasan ang mga hindi ginagamit na panuntunan mula sa mga stylesheet at ipagpaliban ang CSS na hindi ginagamit para sa content sa itaas ng fold para mabawasan ang mga byte na kinokonsumo ng aktibidad ng network. [Matuto pa](https://web.dev/unused-css-rules/)."
|
|
643
643
|
},
|
|
644
|
-
"
|
|
644
|
+
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
645
645
|
"message": "Bawasan ang hindi ginagamit na CSS"
|
|
646
646
|
},
|
|
647
|
-
"
|
|
647
|
+
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
648
648
|
"message": "Bawasan ang hindi ginagamit na JavaScript at ipagpaliban ang pag-load ng mga script hanggang sa kailanganin ang mga ito para mabawasan ang mga byte na kinokonsumo ng aktibidad ng network. [Matuto pa](https://web.dev/unused-javascript/)."
|
|
649
649
|
},
|
|
650
|
-
"
|
|
650
|
+
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
651
651
|
"message": "Bawasan ang hindi ginagamit na JavaScript"
|
|
652
652
|
},
|
|
653
|
-
"
|
|
653
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
654
654
|
"message": "Puwedeng mapabilis ng mahabang lifetime ng cache ang mga umuulit na pagbisita sa iyong page. [Matuto pa](https://web.dev/uses-long-cache-ttl/)."
|
|
655
655
|
},
|
|
656
|
-
"
|
|
656
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
657
657
|
"message": "{itemCount,plural, =1{Nakakita ng 1 resource}one{Nakakita ng # resource}other{Nakakita ng # na resource}}"
|
|
658
658
|
},
|
|
659
|
-
"
|
|
659
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
660
660
|
"message": "Maghatid ng mga static na asset nang may mahusay na patakaran sa cache"
|
|
661
661
|
},
|
|
662
|
-
"
|
|
662
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
663
663
|
"message": "Gumagamit ng mahusay na patakaran sa cache sa mga static na asset"
|
|
664
664
|
},
|
|
665
|
-
"
|
|
665
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
666
666
|
"message": "Mas mabilis mag-load ang mga na-optimize na larawan at mas kaunti ang nakokonsumong cellular data ng mga ito. [Matuto pa](https://web.dev/uses-optimized-images/)."
|
|
667
667
|
},
|
|
668
|
-
"
|
|
668
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
669
669
|
"message": "Mahusay na mag-encode ng mga larawan"
|
|
670
670
|
},
|
|
671
|
-
"
|
|
671
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
672
672
|
"message": "Mga aktwal na dimensyon"
|
|
673
673
|
},
|
|
674
|
-
"
|
|
674
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
675
675
|
"message": "Mga ipinapakitang dimensyon"
|
|
676
676
|
},
|
|
677
|
-
"
|
|
677
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
678
678
|
"message": "Mas malaki ang mga larawan kaysa sa ipinapakitang laki ng mga ito"
|
|
679
679
|
},
|
|
680
|
-
"
|
|
680
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
681
681
|
"message": "Naaangkop ang mga larawan para sa ipinapakitang laki ng mga ito"
|
|
682
682
|
},
|
|
683
|
-
"
|
|
683
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
684
684
|
"message": "Maghatid ng mga larawang naaangkop ang laki para makatipid sa cellular data at mapabilis ang pag-load. [Matuto pa](https://web.dev/uses-responsive-images/)."
|
|
685
685
|
},
|
|
686
|
-
"
|
|
686
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
687
687
|
"message": "Iangkop ang laki ng mga larawan"
|
|
688
688
|
},
|
|
689
|
-
"
|
|
689
|
+
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
690
690
|
"message": "Dapat maghatid ang mga text-based na resource nang may compression (gzip, deflate, o brotli) para mabawasan ang kabuuang mga byte ng network. [Matuto pa](https://web.dev/uses-text-compression/)."
|
|
691
691
|
},
|
|
692
|
-
"
|
|
692
|
+
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
693
693
|
"message": "I-enable ang compression ng text"
|
|
694
694
|
},
|
|
695
|
-
"
|
|
695
|
+
"core/audits/content-width.js | description": {
|
|
696
696
|
"message": "Kung hindi tumutugma ang lapad ng content ng iyong app sa lapad ng viewport, puwedeng hindi ma-optimize ang app mo para sa mga screen ng mobile. [Matuto pa](https://web.dev/content-width/)."
|
|
697
697
|
},
|
|
698
|
-
"
|
|
698
|
+
"core/audits/content-width.js | explanation": {
|
|
699
699
|
"message": "Hindi tumutugma ang laki ng viewport na {innerWidth}px sa laki ng window na {outerWidth}px."
|
|
700
700
|
},
|
|
701
|
-
"
|
|
701
|
+
"core/audits/content-width.js | failureTitle": {
|
|
702
702
|
"message": "Hindi tama ang laki ng content para sa viewport"
|
|
703
703
|
},
|
|
704
|
-
"
|
|
704
|
+
"core/audits/content-width.js | title": {
|
|
705
705
|
"message": "Tama ang laki ng content para sa viewport"
|
|
706
706
|
},
|
|
707
|
-
"
|
|
707
|
+
"core/audits/critical-request-chains.js | description": {
|
|
708
708
|
"message": "Ipinapakita sa iyo ng Mga Chain ng Mahahalagang Kahilingan kung anong mga resource ang nilo-load nang may mataas na priyoridad. Pag-isipang paikliin ang mga chain, paliitin ang mga dina-download na resource, o ipagpaliban ang pag-download ng mga hindi kinakailangang resource para mapabilis ang pag-load ng page. [Matuto pa](https://web.dev/critical-request-chains/)."
|
|
709
709
|
},
|
|
710
|
-
"
|
|
710
|
+
"core/audits/critical-request-chains.js | displayValue": {
|
|
711
711
|
"message": "{itemCount,plural, =1{Nakakita ng 1 chain}one{Nakakita ng # chain}other{Nakakita ng # na chain}}"
|
|
712
712
|
},
|
|
713
|
-
"
|
|
713
|
+
"core/audits/critical-request-chains.js | title": {
|
|
714
714
|
"message": "Iwasan ang pagsusunod-sunod ng mga kritikal na kahilingan"
|
|
715
715
|
},
|
|
716
|
-
"
|
|
716
|
+
"core/audits/csp-xss.js | columnDirective": {
|
|
717
717
|
"message": "Direktiba"
|
|
718
718
|
},
|
|
719
|
-
"
|
|
719
|
+
"core/audits/csp-xss.js | columnSeverity": {
|
|
720
720
|
"message": "Tindi"
|
|
721
721
|
},
|
|
722
|
-
"
|
|
722
|
+
"core/audits/csp-xss.js | description": {
|
|
723
723
|
"message": "Malaki ang nagagawa ng mahigpit na Patakaran sa Seguridad ng Content (Content Security Policy o CSP) para mabawasan ang panganib ng mga cross-site scripting (XSS) na pag-atake. [Matuto pa](https://web.dev/csp-xss/)"
|
|
724
724
|
},
|
|
725
|
-
"
|
|
725
|
+
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
726
726
|
"message": "Syntax"
|
|
727
727
|
},
|
|
728
|
-
"
|
|
728
|
+
"core/audits/csp-xss.js | metaTagMessage": {
|
|
729
729
|
"message": "Naglalaman ang page ng CSP na tinukoy sa isang <meta> tag. Pag-isipang tukuyin ang CSP sa isang HTTP header kung puwede."
|
|
730
730
|
},
|
|
731
|
-
"
|
|
731
|
+
"core/audits/csp-xss.js | noCsp": {
|
|
732
732
|
"message": "Walang nakitang CSP sa enforcement mode"
|
|
733
733
|
},
|
|
734
|
-
"
|
|
734
|
+
"core/audits/csp-xss.js | title": {
|
|
735
735
|
"message": "Tiyaking epektibo ang CSP laban sa mga XSS na pag-atake"
|
|
736
736
|
},
|
|
737
|
-
"
|
|
737
|
+
"core/audits/deprecations.js | columnDeprecate": {
|
|
738
738
|
"message": "Paghinto sa Paggamit / Babala"
|
|
739
739
|
},
|
|
740
|
-
"
|
|
740
|
+
"core/audits/deprecations.js | columnLine": {
|
|
741
741
|
"message": "Linya"
|
|
742
742
|
},
|
|
743
|
-
"
|
|
743
|
+
"core/audits/deprecations.js | description": {
|
|
744
744
|
"message": "Aalisin sa browser ang mga hindi na ginagamit na API sa paglaon. [Matuto pa](https://web.dev/deprecations/)."
|
|
745
745
|
},
|
|
746
|
-
"
|
|
746
|
+
"core/audits/deprecations.js | displayValue": {
|
|
747
747
|
"message": "{itemCount,plural, =1{May nakitang 1 babala}one{May nakitang # babala}other{May nakitang # na babala}}"
|
|
748
748
|
},
|
|
749
|
-
"
|
|
749
|
+
"core/audits/deprecations.js | failureTitle": {
|
|
750
750
|
"message": "Gumagamit ng mga hindi na ginagamit na API"
|
|
751
751
|
},
|
|
752
|
-
"
|
|
752
|
+
"core/audits/deprecations.js | title": {
|
|
753
753
|
"message": "Iniiwasan ang mga hindi na ginagamit na API"
|
|
754
754
|
},
|
|
755
|
-
"
|
|
755
|
+
"core/audits/dobetterweb/charset.js | description": {
|
|
756
756
|
"message": "Kailangang mag-declare ng pag-encode ng character. Magagawa ito gamit ang isang `<meta>` tag sa unang 1024 na byte ng HTML o sa header ng sagot ng HTTP na Uri ng Content. [Matuto pa](https://web.dev/charset/)."
|
|
757
757
|
},
|
|
758
|
-
"
|
|
758
|
+
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
759
759
|
"message": "Walang na-declare na charset o sa bandang dulo na ng HTML lumilitaw"
|
|
760
760
|
},
|
|
761
|
-
"
|
|
761
|
+
"core/audits/dobetterweb/charset.js | title": {
|
|
762
762
|
"message": "Maayos na tinutukoy ang charset"
|
|
763
763
|
},
|
|
764
|
-
"
|
|
764
|
+
"core/audits/dobetterweb/doctype.js | description": {
|
|
765
765
|
"message": "Ang pagtukoy ng doctype ay pumipigil sa browser na lumipat sa quirks-mode. [Matuto pa](https://web.dev/doctype/)."
|
|
766
766
|
},
|
|
767
|
-
"
|
|
767
|
+
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
768
768
|
"message": "Ang pangalan ng doctype ay dapat ang nasa maliliit na titik na string na `html`"
|
|
769
769
|
},
|
|
770
|
-
"
|
|
770
|
+
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
771
771
|
"message": "Dapat maglaman ng doctype ang dokumento"
|
|
772
772
|
},
|
|
773
|
-
"
|
|
773
|
+
"core/audits/dobetterweb/doctype.js | explanationPublicId": {
|
|
774
774
|
"message": "Walang lamang string ang inaasahang publicId"
|
|
775
775
|
},
|
|
776
|
-
"
|
|
776
|
+
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
777
777
|
"message": "Walang lamang string ang inaasahang systemId"
|
|
778
778
|
},
|
|
779
|
-
"
|
|
779
|
+
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
780
780
|
"message": "Walang HTML na doctype ang page, at dahil dito, na-trigger nito ang quirks-mode"
|
|
781
781
|
},
|
|
782
|
-
"
|
|
782
|
+
"core/audits/dobetterweb/doctype.js | title": {
|
|
783
783
|
"message": "May HTML na doctype ang page"
|
|
784
784
|
},
|
|
785
|
-
"
|
|
785
|
+
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
786
786
|
"message": "Istatistika"
|
|
787
787
|
},
|
|
788
|
-
"
|
|
788
|
+
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
789
789
|
"message": "Value"
|
|
790
790
|
},
|
|
791
|
-
"
|
|
791
|
+
"core/audits/dobetterweb/dom-size.js | description": {
|
|
792
792
|
"message": "Kapag malaki ang DOM, madaragdagan ang paggamit ng memory, magkakaroon ng mas mahahabang [pagkalkula ng istilo](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), at lilikha ito ng mga magastos na [reflow ng layout](https://developers.google.com/speed/articles/reflow). [Matuto pa](https://web.dev/dom-size/)."
|
|
793
793
|
},
|
|
794
|
-
"
|
|
794
|
+
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
795
795
|
"message": "{itemCount,plural, =1{1 element}one{# element}other{# na element}}"
|
|
796
796
|
},
|
|
797
|
-
"
|
|
797
|
+
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
798
798
|
"message": "Umiwas sa masyadong malaking DOM"
|
|
799
799
|
},
|
|
800
|
-
"
|
|
800
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
801
801
|
"message": "Maximum na Lalim ng DOM"
|
|
802
802
|
},
|
|
803
|
-
"
|
|
803
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
804
804
|
"message": "Kabuuang Element ng DOM"
|
|
805
805
|
},
|
|
806
|
-
"
|
|
806
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
807
807
|
"message": "Maximum na Mga Child na Elemento"
|
|
808
808
|
},
|
|
809
|
-
"
|
|
809
|
+
"core/audits/dobetterweb/dom-size.js | title": {
|
|
810
810
|
"message": "Umiiwas sa masyadong malaking DOM"
|
|
811
811
|
},
|
|
812
|
-
"
|
|
812
|
+
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
813
813
|
"message": "Walang tiwala o nalilito ang mga user sa mga site na humihiling ng kanilang lokasyon nang walang konteksto. Sa halip ay pag-isipang iugnay ang kahilingan sa pagkilos ng user. [Matuto pa](https://web.dev/geolocation-on-start/)."
|
|
814
814
|
},
|
|
815
|
-
"
|
|
815
|
+
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
816
816
|
"message": "Humihiling ng pahintulot sa geolocation sa pag-load ng page"
|
|
817
817
|
},
|
|
818
|
-
"
|
|
818
|
+
"core/audits/dobetterweb/geolocation-on-start.js | title": {
|
|
819
819
|
"message": "Iniiwasan ang paghiling ng pahintulot sa geolocation sa pag-load ng page"
|
|
820
820
|
},
|
|
821
|
-
"
|
|
821
|
+
"core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
|
|
822
822
|
"message": "Uri ng isyu"
|
|
823
823
|
},
|
|
824
|
-
"
|
|
824
|
+
"core/audits/dobetterweb/inspector-issues.js | description": {
|
|
825
825
|
"message": "Nagsasaad ng mga hindi naresolbang problema ang mga isyung naka-log sa panel na `Issues`. Puwedeng magmula ang mga ito sa mga hindi naisagawang kahilingan sa network, hindi sapat na kontrol sa seguridad, at iba pang alalahanin sa browser. Buksan ang panel na Mga Isyu sa Chrome DevTools para sa higit pang detalye tungkol sa bawat isyu."
|
|
826
826
|
},
|
|
827
|
-
"
|
|
827
|
+
"core/audits/dobetterweb/inspector-issues.js | failureTitle": {
|
|
828
828
|
"message": "Na-log ang mga isyu sa panel na `Issues` sa Chrome Devtools"
|
|
829
829
|
},
|
|
830
|
-
"
|
|
830
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
|
|
831
831
|
"message": "Na-block ng patakaran sa cross-origin"
|
|
832
832
|
},
|
|
833
|
-
"
|
|
833
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
|
|
834
834
|
"message": "Labis na paggamit ng resource ng mga ad"
|
|
835
835
|
},
|
|
836
|
-
"
|
|
836
|
+
"core/audits/dobetterweb/inspector-issues.js | title": {
|
|
837
837
|
"message": "Walang isyu sa panel na `Issues` sa Chrome Devtools"
|
|
838
838
|
},
|
|
839
|
-
"
|
|
839
|
+
"core/audits/dobetterweb/js-libraries.js | columnVersion": {
|
|
840
840
|
"message": "Bersyon"
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
843
843
|
"message": "Lahat ng front-end na library ng JavaScript na natukoy sa page. [Matuto pa](https://web.dev/js-libraries/)."
|
|
844
844
|
},
|
|
845
|
-
"
|
|
845
|
+
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
846
846
|
"message": "Natukoy na mga library ng JavaScript"
|
|
847
847
|
},
|
|
848
|
-
"
|
|
848
|
+
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
849
849
|
"message": "Para sa mga user na may mabagal na koneksyon, puwedeng maantala ang pag-load ng page dahil sa mga external na script na dynamic na inilagay sa pamamagitan ng `document.write()`. [Matuto pa](https://web.dev/no-document-write/)."
|
|
850
850
|
},
|
|
851
|
-
"
|
|
851
|
+
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
852
852
|
"message": "Iwasan ang `document.write()`"
|
|
853
853
|
},
|
|
854
|
-
"
|
|
854
|
+
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Umiiwas sa `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"
|
|
857
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
858
|
"message": "Pinakamataas na Kalalaan"
|
|
859
859
|
},
|
|
860
|
-
"
|
|
860
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
861
|
"message": "Bersyon ng Library"
|
|
862
862
|
},
|
|
863
|
-
"
|
|
863
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
864
|
"message": "Bilang ng Kahinaan"
|
|
865
865
|
},
|
|
866
|
-
"
|
|
866
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
867
|
"message": "Puwedeng maglaman ng mga kilalang kahinaan sa seguridad ang ilang script ng third party na madaling natutukoy at nasasamantala ng mga nang-aatake. [Matuto pa](https://web.dev/no-vulnerable-libraries/)."
|
|
868
868
|
},
|
|
869
|
-
"
|
|
869
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
870
870
|
"message": "{itemCount,plural, =1{1 kahinaan ang natukoy}one{# kahinaan ang natukoy}other{# na kahinaan ang natukoy}}"
|
|
871
871
|
},
|
|
872
|
-
"
|
|
872
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
873
|
"message": "May mga kasamang front-end na library ng JavaScript na may mga kilalang kahinaan sa seguridad"
|
|
874
874
|
},
|
|
875
|
-
"
|
|
875
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
876
|
"message": "Umiiwas sa mga front-end na library ng JavaScript na may mga kilalang kahinaan sa seguridad"
|
|
877
877
|
},
|
|
878
|
-
"
|
|
878
|
+
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
879
|
"message": "Walang tiwala o nalilito ang mga user sa mga site na humihiling na magpadala ng mga notification nang walang konteksto. Sa halip ay pag-isipang iugnay ang kahilingan sa mga galaw ng user. [Matuto pa](https://web.dev/notification-on-start/)."
|
|
880
880
|
},
|
|
881
|
-
"
|
|
881
|
+
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
882
882
|
"message": "Humihiling ng pahintulot sa notification sa pag-load ng page"
|
|
883
883
|
},
|
|
884
|
-
"
|
|
884
|
+
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
885
885
|
"message": "Iniiwasan ang paghiling ng pahintulot sa notification sa pag-load ng page"
|
|
886
886
|
},
|
|
887
|
-
"
|
|
887
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
888
888
|
"message": "Pinapahina ng paghadlang sa pag-paste ng password ang magandang patakarang panseguridad. [Matuto pa](https://web.dev/password-inputs-can-be-pasted-into/)."
|
|
889
889
|
},
|
|
890
|
-
"
|
|
890
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
891
891
|
"message": "Pinipigilan ang mga user na mag-paste sa mga field ng password"
|
|
892
892
|
},
|
|
893
|
-
"
|
|
893
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
894
894
|
"message": "Pinapayagan ang mga user na mag-paste sa mga field ng password"
|
|
895
895
|
},
|
|
896
|
-
"
|
|
896
|
+
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
897
897
|
"message": "Protocol"
|
|
898
898
|
},
|
|
899
|
-
"
|
|
899
|
+
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
900
900
|
"message": "Nag-aalok ang HTTP/2 ng mas maraming benepisyo kaysa sa HTTP/1.1, kasama ang mga binary header at multiplexing. [Matuto pa](https://web.dev/uses-http2/)."
|
|
901
901
|
},
|
|
902
|
-
"
|
|
902
|
+
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
903
903
|
"message": "{itemCount,plural, =1{1 kahilingan ang hindi naihatid sa pamamagitan ng HTTP/2}one{# kahilingan ang hindi naihatid sa pamamagitan ng HTTP/2}other{# na kahilingan ang hindi naihatid sa pamamagitan ng HTTP/2}}"
|
|
904
904
|
},
|
|
905
|
-
"
|
|
905
|
+
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
906
906
|
"message": "Gumamit ng HTTP/2"
|
|
907
907
|
},
|
|
908
|
-
"
|
|
908
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
909
909
|
"message": "Pag-isipang markahan ang iyong pan-detect ng event sa pagpindot at wheel bilang `passive` para mapahusay ang performance sa pag-scroll ng iyong page. [Matuto pa](https://web.dev/uses-passive-event-listeners/)."
|
|
910
910
|
},
|
|
911
|
-
"
|
|
911
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
912
912
|
"message": "Hindi gumagamit ng mga passive na listener para pahusayin ang performance sa pag-scroll"
|
|
913
913
|
},
|
|
914
|
-
"
|
|
914
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
915
915
|
"message": "Gumagamit ng mga passive na listener para pahusayin ang performance sa pag-scroll"
|
|
916
916
|
},
|
|
917
|
-
"
|
|
917
|
+
"core/audits/errors-in-console.js | description": {
|
|
918
918
|
"message": "Nagsasaad ng mga hindi naresolbang problema ang mga error na naka-log sa console. Puwedeng manggaling ang mga ito sa mga hindi nagawang kahilingan sa network at iba pang alalahanin sa browser. [Matuto pa](https://web.dev/errors-in-console/)"
|
|
919
919
|
},
|
|
920
|
-
"
|
|
920
|
+
"core/audits/errors-in-console.js | failureTitle": {
|
|
921
921
|
"message": "Na-log sa console ang mga error sa browser"
|
|
922
922
|
},
|
|
923
|
-
"
|
|
923
|
+
"core/audits/errors-in-console.js | title": {
|
|
924
924
|
"message": "Walang naka-log na mga error sa browser sa console"
|
|
925
925
|
},
|
|
926
|
-
"
|
|
926
|
+
"core/audits/font-display.js | description": {
|
|
927
927
|
"message": "Gamitin ang feature na font-display ng CSS para matiyak na nakikita ng user ang text habang nilo-load ang mga webfont. [Matuto pa](https://web.dev/font-display/)."
|
|
928
928
|
},
|
|
929
|
-
"
|
|
929
|
+
"core/audits/font-display.js | failureTitle": {
|
|
930
930
|
"message": "Tiyaking patuloy na nakikita ang text sa pag-load ng webfont"
|
|
931
931
|
},
|
|
932
|
-
"
|
|
932
|
+
"core/audits/font-display.js | title": {
|
|
933
933
|
"message": "Patuloy na nakikita ang lahat ng text sa pag-load ng webfont"
|
|
934
934
|
},
|
|
935
|
-
"
|
|
935
|
+
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
936
936
|
"message": "{fontCountForOrigin,plural, =1{Hindi awtomatikong nasuri ng Lighthouse ang `font-display` value para sa pinagmulang {fontOrigin}.}one{Hindi awtomatikong nasuri ng Lighthouse ang `font-display` value para sa pinagmulang {fontOrigin}.}other{Hindi awtomatikong nasuri ng Lighthouse ang `font-display` na value para sa pinagmulang {fontOrigin}.}}"
|
|
937
937
|
},
|
|
938
|
-
"
|
|
938
|
+
"core/audits/image-aspect-ratio.js | columnActual": {
|
|
939
939
|
"message": "Aspect Ratio (Aktwal)"
|
|
940
940
|
},
|
|
941
|
-
"
|
|
941
|
+
"core/audits/image-aspect-ratio.js | columnDisplayed": {
|
|
942
942
|
"message": "Aspect Ratio (Ipinakita)"
|
|
943
943
|
},
|
|
944
|
-
"
|
|
944
|
+
"core/audits/image-aspect-ratio.js | description": {
|
|
945
945
|
"message": "Dapat na tumugma ang mga dimensyon ng display ng larawan sa natural na aspect ratio. [Matuto pa](https://web.dev/image-aspect-ratio/)."
|
|
946
946
|
},
|
|
947
|
-
"
|
|
947
|
+
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
948
948
|
"message": "Ipinapakita ang mga larawang may maling aspect ratio"
|
|
949
949
|
},
|
|
950
|
-
"
|
|
950
|
+
"core/audits/image-aspect-ratio.js | title": {
|
|
951
951
|
"message": "Ipinapakita ang mga larawang may tamang aspect ratio"
|
|
952
952
|
},
|
|
953
|
-
"
|
|
953
|
+
"core/audits/image-size-responsive.js | columnActual": {
|
|
954
954
|
"message": "Aktwal na laki"
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"core/audits/image-size-responsive.js | columnDisplayed": {
|
|
957
957
|
"message": "Ipinapakitang laki"
|
|
958
958
|
},
|
|
959
|
-
"
|
|
959
|
+
"core/audits/image-size-responsive.js | columnExpected": {
|
|
960
960
|
"message": "Inaasahang laki"
|
|
961
961
|
},
|
|
962
|
-
"
|
|
962
|
+
"core/audits/image-size-responsive.js | description": {
|
|
963
963
|
"message": "Dapat ay kasukat ng mga natural na dimensyon ng larawan ang laki ng display at ratio ng pixel para ma-maximize ang pagiging malinaw ng larawan. [Matuto pa](https://web.dev/serve-responsive-images/)."
|
|
964
964
|
},
|
|
965
|
-
"
|
|
965
|
+
"core/audits/image-size-responsive.js | failureTitle": {
|
|
966
966
|
"message": "Nagpapakita ng mga larawang may mababang resolution"
|
|
967
967
|
},
|
|
968
|
-
"
|
|
968
|
+
"core/audits/image-size-responsive.js | title": {
|
|
969
969
|
"message": "Nagpapakita ng mga larawang may naaangkop na resolution"
|
|
970
970
|
},
|
|
971
|
-
"
|
|
971
|
+
"core/audits/installable-manifest.js | already-installed": {
|
|
972
972
|
"message": "Naka-install na ang app"
|
|
973
973
|
},
|
|
974
|
-
"
|
|
974
|
+
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
975
975
|
"message": "Hindi ma-download ang kinakailangang icon mula sa manifest"
|
|
976
976
|
},
|
|
977
|
-
"
|
|
977
|
+
"core/audits/installable-manifest.js | columnValue": {
|
|
978
978
|
"message": "Dahilan ng pagpalya"
|
|
979
979
|
},
|
|
980
|
-
"
|
|
980
|
+
"core/audits/installable-manifest.js | description": {
|
|
981
981
|
"message": "Ang service worker ay ang teknolohiyang nagbibigay-daan sa iyong app na gumamit ng maraming feature ng Progressive Web App, gaya ng offline, pagdaragdag sa homescreen, at mga push notification. Gamit ang naaangkop na service worker at mga pagpapatupad ng manifest, puwedeng proactive na i-prompt ng mga browser ang mga user na idagdag ang iyong app sa kanilang homescreen, na puwedeng magresulta sa mas maraming engagement. [Matuto pa](https://web.dev/installable-manifest/)."
|
|
982
982
|
},
|
|
983
|
-
"
|
|
983
|
+
"core/audits/installable-manifest.js | displayValue": {
|
|
984
984
|
"message": "{itemCount,plural, =1{1 dahilan}one{# dahilan}other{# na dahilan}}"
|
|
985
985
|
},
|
|
986
|
-
"
|
|
986
|
+
"core/audits/installable-manifest.js | failureTitle": {
|
|
987
987
|
"message": "Hindi natutugunan ng manifest ng web app o service worker ang mga kinakailangan sa installability"
|
|
988
988
|
},
|
|
989
|
-
"
|
|
989
|
+
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
990
990
|
"message": "Hindi magkatugma ang URL ng app sa Play Store at Play Store ID"
|
|
991
991
|
},
|
|
992
|
-
"
|
|
992
|
+
"core/audits/installable-manifest.js | in-incognito": {
|
|
993
993
|
"message": "Na-load ang page sa incognito window"
|
|
994
994
|
},
|
|
995
|
-
"
|
|
995
|
+
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
996
996
|
"message": "Dapat ay isa sa 'standalone,' 'fullscreen,' o 'minimal-ui' ang property na 'display' ng manifest."
|
|
997
997
|
},
|
|
998
|
-
"
|
|
998
|
+
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
999
999
|
"message": "Naglalaman ang manifest ng field na 'display_override,' at ang unang sinusuportahang display mode ay dapat isa sa 'standalone,' 'fullscreen,' o 'minimal-ui'"
|
|
1000
1000
|
},
|
|
1001
|
-
"
|
|
1001
|
+
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1002
1002
|
"message": "Hindi ma-fetch, walang laman, o hindi ma-parse ang manifest"
|
|
1003
1003
|
},
|
|
1004
|
-
"
|
|
1004
|
+
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1005
1005
|
"message": "Nagbago ang manifest URL habang fine-fetch ang manifest."
|
|
1006
1006
|
},
|
|
1007
|
-
"
|
|
1007
|
+
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1008
1008
|
"message": "Walang field na 'name' o 'short_name' ang manifest"
|
|
1009
1009
|
},
|
|
1010
|
-
"
|
|
1010
|
+
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1011
1011
|
"message": "Walang lamang naaangkop na icon ang manifest - kinakailangang nasa format na PNG, SVG, o WebP at hindi bababa sa {value0} px dapat nakatakda ang attribute ng mga laki, at kung nakatakda ang attribute ng layunin, may \"any.\""
|
|
1012
1012
|
},
|
|
1013
|
-
"
|
|
1013
|
+
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1014
1014
|
"message": "Walang ibinigay na icon na may sukat na kahit {value0} px square at nasa format na PNG, SVG, o WebP, na may attribute ng layunin na naka-unset o nakatakda sa \"any\""
|
|
1015
1015
|
},
|
|
1016
|
-
"
|
|
1016
|
+
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1017
1017
|
"message": "Walang laman o sira ang na-download na icon"
|
|
1018
1018
|
},
|
|
1019
|
-
"
|
|
1019
|
+
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1020
1020
|
"message": "Walang ibinigay na Play store ID"
|
|
1021
1021
|
},
|
|
1022
|
-
"
|
|
1022
|
+
"core/audits/installable-manifest.js | no-manifest": {
|
|
1023
1023
|
"message": "Walang URL ng manifest <link> ang page"
|
|
1024
1024
|
},
|
|
1025
|
-
"
|
|
1025
|
+
"core/audits/installable-manifest.js | no-matching-service-worker": {
|
|
1026
1026
|
"message": "Walang na-detect na tumutugmang service worker. Posibleng kailanganin mong i-reload ang page, o tingnan kung nakapaloob sa saklaw ng service worker para sa kasalukuyang page ang saklaw at start URL mula sa manifest."
|
|
1027
1027
|
},
|
|
1028
|
-
"
|
|
1028
|
+
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1029
1029
|
"message": "Hindi masusuri ang service worker kapag walang field na 'start_url' sa manifest"
|
|
1030
1030
|
},
|
|
1031
|
-
"
|
|
1031
|
+
"core/audits/installable-manifest.js | noErrorId": {
|
|
1032
1032
|
"message": "Hindi natutukoy ang installability error id na '{errorId}'"
|
|
1033
1033
|
},
|
|
1034
|
-
"
|
|
1034
|
+
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1035
1035
|
"message": "Hindi inihahatid ang page mula sa isang secure na pinagmulan"
|
|
1036
1036
|
},
|
|
1037
|
-
"
|
|
1037
|
+
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1038
1038
|
"message": "Hindi na-load ang page sa pangunahing frame"
|
|
1039
1039
|
},
|
|
1040
|
-
"
|
|
1040
|
+
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1041
1041
|
"message": "Hindi gumagana offline ang page"
|
|
1042
1042
|
},
|
|
1043
|
-
"
|
|
1043
|
+
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1044
1044
|
"message": "Na-uninstall ang PWA, at nire-reset ang mga pagsusuri sa installability."
|
|
1045
1045
|
},
|
|
1046
|
-
"
|
|
1046
|
+
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1047
1047
|
"message": "Hindi sinusuportahan ang tinukoy na platform ng application sa Android"
|
|
1048
1048
|
},
|
|
1049
|
-
"
|
|
1049
|
+
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1050
1050
|
"message": "Itinatakda ng manifest ang prefer_related_applications sa: true"
|
|
1051
1051
|
},
|
|
1052
|
-
"
|
|
1052
|
+
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1053
1053
|
"message": "Sinusuportahan lang ang prefer_related_applications sa Chrome Beta at mga Stable na channel sa Android."
|
|
1054
1054
|
},
|
|
1055
|
-
"
|
|
1055
|
+
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1056
1056
|
"message": "Hindi matukoy ng Lighthouse kung nagkaroon ng service worker. Pakisubukan sa mas bagong bersyon ng Chrome."
|
|
1057
1057
|
},
|
|
1058
|
-
"
|
|
1058
|
+
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1059
1059
|
"message": "Hindi valid ang start URL ng manifest"
|
|
1060
1060
|
},
|
|
1061
|
-
"
|
|
1061
|
+
"core/audits/installable-manifest.js | title": {
|
|
1062
1062
|
"message": "Natutugunan ng manifest ng web app at service worker ang mga kinakailangan sa installability"
|
|
1063
1063
|
},
|
|
1064
|
-
"
|
|
1064
|
+
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1065
1065
|
"message": "Naglalaman ang URL sa manifest ng username, password, o port"
|
|
1066
1066
|
},
|
|
1067
|
-
"
|
|
1067
|
+
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1068
1068
|
"message": "Hindi gumagana offline ang page. Hindi ituturing na nai-install ang page kapag nailunsad na ang stable release ng Chrome 93 sa Agosto 2021."
|
|
1069
1069
|
},
|
|
1070
|
-
"
|
|
1070
|
+
"core/audits/is-on-https.js | allowed": {
|
|
1071
1071
|
"message": "Pinapayagan"
|
|
1072
1072
|
},
|
|
1073
|
-
"
|
|
1073
|
+
"core/audits/is-on-https.js | blocked": {
|
|
1074
1074
|
"message": "Naka-block"
|
|
1075
1075
|
},
|
|
1076
|
-
"
|
|
1076
|
+
"core/audits/is-on-https.js | columnInsecureURL": {
|
|
1077
1077
|
"message": "Hindi secure na URL"
|
|
1078
1078
|
},
|
|
1079
|
-
"
|
|
1079
|
+
"core/audits/is-on-https.js | columnResolution": {
|
|
1080
1080
|
"message": "Humiling ng Pasya"
|
|
1081
1081
|
},
|
|
1082
|
-
"
|
|
1082
|
+
"core/audits/is-on-https.js | description": {
|
|
1083
1083
|
"message": "Dapat protektahan ang lahat ng site sa pamamagitan ng HTTPS, kahit ang mga site na hindi nangangasiwa ng sensitibong data. Kasama rito ang pag-iwas sa [halo-halong content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), kung saan nilo-load ang ilang resource sa pamamagitan ng HTTP kahit na inihahatid ang unang kahilingan sa pamamagitan ng HTTPS. Pinipigilan ng HTTPS ang mga nanghihimasok na makialam o tahimik na makinig sa mga pakikipag-ugnayan sa pagitan ng iyong app at mga user, at isa itong prerequisite para sa HTTP/2 at maraming bagong API ng web platform. [Matuto pa](https://web.dev/is-on-https/)."
|
|
1084
1084
|
},
|
|
1085
|
-
"
|
|
1085
|
+
"core/audits/is-on-https.js | displayValue": {
|
|
1086
1086
|
"message": "{itemCount,plural, =1{1 hindi secure na kahilingan ang nakita}one{# hindi secure na kahilingan ang nakita}other{# na hindi secure na kahilingan ang nakita}}"
|
|
1087
1087
|
},
|
|
1088
|
-
"
|
|
1088
|
+
"core/audits/is-on-https.js | failureTitle": {
|
|
1089
1089
|
"message": "Hindi gumagamit ng HTTPS"
|
|
1090
1090
|
},
|
|
1091
|
-
"
|
|
1091
|
+
"core/audits/is-on-https.js | title": {
|
|
1092
1092
|
"message": "Gumagamit ng HTTPS"
|
|
1093
1093
|
},
|
|
1094
|
-
"
|
|
1094
|
+
"core/audits/is-on-https.js | upgraded": {
|
|
1095
1095
|
"message": "Awtomatikong na-upgrade sa HTTPS"
|
|
1096
1096
|
},
|
|
1097
|
-
"
|
|
1097
|
+
"core/audits/is-on-https.js | warning": {
|
|
1098
1098
|
"message": "Pinapayagan nang may babala"
|
|
1099
1099
|
},
|
|
1100
|
-
"
|
|
1100
|
+
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1101
1101
|
"message": "Ito ang pinakamalaking contentful element na na-paint sa viewport. [Matuto Pa](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1102
1102
|
},
|
|
1103
|
-
"
|
|
1103
|
+
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1104
1104
|
"message": "Element na Largest Contentful Paint"
|
|
1105
1105
|
},
|
|
1106
|
-
"
|
|
1106
|
+
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1107
1107
|
"message": "Kontribusyon sa CLS"
|
|
1108
1108
|
},
|
|
1109
|
-
"
|
|
1109
|
+
"core/audits/layout-shift-elements.js | description": {
|
|
1110
1110
|
"message": "Ang mga DOM element na ito ang may pinakamalaking kontribusyon sa CLS ng page."
|
|
1111
1111
|
},
|
|
1112
|
-
"
|
|
1112
|
+
"core/audits/layout-shift-elements.js | title": {
|
|
1113
1113
|
"message": "Iwasan ang malalaking pagbabago ng layout"
|
|
1114
1114
|
},
|
|
1115
|
-
"
|
|
1115
|
+
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1116
1116
|
"message": "Sa lifecycle ng page, mas nahuhuling ma-render ang mga larawan sa itaas ng fold na mabagal ang pag-load, at puwede nitong maantala ang largest contentful paint. [Matuto pa](https://web.dev/lcp-lazy-loading/)."
|
|
1117
1117
|
},
|
|
1118
|
-
"
|
|
1118
|
+
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1119
1119
|
"message": "Mabagal ang pag-load ng Largest Contentful Paint image"
|
|
1120
1120
|
},
|
|
1121
|
-
"
|
|
1121
|
+
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1122
1122
|
"message": "Hindi mabagal ang pag-load ng Largest Contentful Paint image"
|
|
1123
1123
|
},
|
|
1124
|
-
"
|
|
1124
|
+
"core/audits/long-tasks.js | description": {
|
|
1125
1125
|
"message": "Naglilista ng mga pinakamatagal na gawain sa pangunahing thread, na kapaki-pakinabang para sa pagtukoy ng mga pinakanakakapagpatagal ng input delay. [Matuto pa](https://web.dev/long-tasks-devtools/)"
|
|
1126
1126
|
},
|
|
1127
|
-
"
|
|
1127
|
+
"core/audits/long-tasks.js | displayValue": {
|
|
1128
1128
|
"message": "{itemCount,plural, =1{# matagal na gawain ang nakita}one{# matagal na gawain ang nakita}other{# na matagal na gawain ang nakita}}"
|
|
1129
1129
|
},
|
|
1130
|
-
"
|
|
1130
|
+
"core/audits/long-tasks.js | title": {
|
|
1131
1131
|
"message": "Iwasan ang matatagal na gawain sa pangunahing thread"
|
|
1132
1132
|
},
|
|
1133
|
-
"
|
|
1133
|
+
"core/audits/mainthread-work-breakdown.js | columnCategory": {
|
|
1134
1134
|
"message": "Kategorya"
|
|
1135
1135
|
},
|
|
1136
|
-
"
|
|
1136
|
+
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1137
1137
|
"message": "Pag-isipang bawasan ang oras na ginugugol sa pag-parse, pag-compile, at pagpapagana ng JS. Posibleng mapansin mong nakakatulong dito ang paghahatid ng mas maliliit na payload ng JS. [Matuto pa](https://web.dev/mainthread-work-breakdown/)"
|
|
1138
1138
|
},
|
|
1139
|
-
"
|
|
1139
|
+
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1140
1140
|
"message": "Bawasan ang gawain sa pangunahing thread"
|
|
1141
1141
|
},
|
|
1142
|
-
"
|
|
1142
|
+
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1143
1143
|
"message": "Binabawasan ang gawain sa pangunahing thread"
|
|
1144
1144
|
},
|
|
1145
|
-
"
|
|
1145
|
+
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1146
1146
|
"message": "Para maabot ang pinakamaraming user, dapat gumana ang mga site sa bawat pangunahing browser. [Matuto pa](https://web.dev/pwa-cross-browser/)."
|
|
1147
1147
|
},
|
|
1148
|
-
"
|
|
1148
|
+
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1149
1149
|
"message": "Gumagana ang site sa iba't ibang browser"
|
|
1150
1150
|
},
|
|
1151
|
-
"
|
|
1151
|
+
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1152
1152
|
"message": "Tiyaking puwedeng i-deep link ang mga indibidwal na page sa pamamagitan ng URL at natatangi ang mga URL para sa pagbabahagi sa social media. [Matuto pa](https://web.dev/pwa-each-page-has-url/)."
|
|
1153
1153
|
},
|
|
1154
|
-
"
|
|
1154
|
+
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1155
1155
|
"message": "May URL ang bawat page"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1157
|
+
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1158
1158
|
"message": "Mabilis dapat ang mga transition habang nagta-tap ka, kahit sa mabagal na network. Ang karanasang ito ay susi sa pagtingin ng user sa performance. [Matuto pa](https://web.dev/pwa-page-transitions/)."
|
|
1159
1159
|
},
|
|
1160
|
-
"
|
|
1160
|
+
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1161
1161
|
"message": "Mukhang hindi nagba-block sa network ang mga transition ng page"
|
|
1162
1162
|
},
|
|
1163
|
-
"
|
|
1163
|
+
"core/audits/maskable-icon.js | description": {
|
|
1164
1164
|
"message": "Tinitiyak ng nama-mask na icon na nasasakop ng larawan ang buong hugis nang hindi nagiging naka-letterbox habang ini-install ang app sa isang device. [Matuto pa](https://web.dev/maskable-icon-audit/)."
|
|
1165
1165
|
},
|
|
1166
|
-
"
|
|
1166
|
+
"core/audits/maskable-icon.js | failureTitle": {
|
|
1167
1167
|
"message": "Walang nama-mask na icon ang manifest"
|
|
1168
1168
|
},
|
|
1169
|
-
"
|
|
1169
|
+
"core/audits/maskable-icon.js | title": {
|
|
1170
1170
|
"message": "May nama-mask na icon ang manifest"
|
|
1171
1171
|
},
|
|
1172
|
-
"
|
|
1172
|
+
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1173
1173
|
"message": "Sinusukat ng Cumulative Layout Shift ang paggalaw ng mga nakikitang element sa loob ng viewport. [Matuto pa](https://web.dev/cls/)."
|
|
1174
1174
|
},
|
|
1175
|
-
"
|
|
1175
|
+
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1176
1176
|
"message": "Minamarkahan ng First Contentful Paint ang tagal bago ma-paint ang unang text o larawan. [Matuto pa](https://web.dev/first-contentful-paint/)."
|
|
1177
1177
|
},
|
|
1178
|
-
"
|
|
1178
|
+
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1179
1179
|
"message": "Sinusukat ng First Meaningful Paint ang bilis ng pagpapakita ng pangunahing content ng isang page. [Matuto pa](https://web.dev/first-meaningful-paint/)."
|
|
1180
1180
|
},
|
|
1181
|
-
"
|
|
1181
|
+
"core/audits/metrics/interactive.js | description": {
|
|
1182
1182
|
"message": "Ang oras bago maging interactive ay ang haba ng oras na inaabot bago maging ganap na interactive ang page. [Matuto pa](https://web.dev/interactive/)."
|
|
1183
1183
|
},
|
|
1184
|
-
"
|
|
1184
|
+
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1185
1185
|
"message": "Minamarkahan ng Largest Contentful Paint ang tagal bago ma-paint ang pinakamalaking text o larawan. [Matuto pa](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1186
1186
|
},
|
|
1187
|
-
"
|
|
1187
|
+
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1188
1188
|
"message": "Ang maximum na potensyal na First Input Delay na puwedeng maranasan ng iyong mga user ay ang tagal ng pinakamahabang gawain. [Matuto pa](https://web.dev/lighthouse-max-potential-fid/)."
|
|
1189
1189
|
},
|
|
1190
|
-
"
|
|
1190
|
+
"core/audits/metrics/speed-index.js | description": {
|
|
1191
1191
|
"message": "Ipinapakita ng Speed Index ang bilis ng nakikitang pag-populate ng mga content ng isang page. [Matuto pa](https://web.dev/speed-index/)."
|
|
1192
1192
|
},
|
|
1193
|
-
"
|
|
1193
|
+
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "Kabuuan ng lahat ng yugto ng panahon sa pagitan ng FCP at Oras bago maging Interactive, kapag lumampas ang haba ng gawain sa 50ms, na ipinapahayag sa milliseconds. [Matuto pa](https://web.dev/lighthouse-total-blocking-time/)."
|
|
1195
1195
|
},
|
|
1196
|
-
"
|
|
1196
|
+
"core/audits/network-rtt.js | description": {
|
|
1197
1197
|
"message": "Malaki ang epekto ng mga round trip time (RTT) ng network sa performance. Kung mataas ang RTT sa isang pinagmulan, isa itong palatandaan na mapapahusay ng mga server na malapit sa user ang performance. [Matuto pa](https://hpbn.co/primer-on-latency-and-bandwidth/)."
|
|
1198
1198
|
},
|
|
1199
|
-
"
|
|
1199
|
+
"core/audits/network-rtt.js | title": {
|
|
1200
1200
|
"message": "Mga Round Trip Time ng Network"
|
|
1201
1201
|
},
|
|
1202
|
-
"
|
|
1202
|
+
"core/audits/network-server-latency.js | description": {
|
|
1203
1203
|
"message": "Puwedeng makaapekto sa performance sa web ang mga latency ng server. Kung mataas ang latency ng server ng isang pinagmulan, ito ay palatandaang na-overload ang server o hindi mahusay ang performance nito sa backend. [Matuto pa](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)."
|
|
1204
1204
|
},
|
|
1205
|
-
"
|
|
1205
|
+
"core/audits/network-server-latency.js | title": {
|
|
1206
1206
|
"message": "Mga Latency sa Backend ng Server"
|
|
1207
1207
|
},
|
|
1208
|
-
"
|
|
1208
|
+
"core/audits/no-unload-listeners.js | description": {
|
|
1209
1209
|
"message": "Hindi palaging gumagana nang maayos ang event na `unload` at puwedeng mahadlangan ng pag-listen dito ang mga pag-optimize ng browser tulad ng Back-Forward Cache. Gamitin na lang ang event na `pagehide` o `visibilitychange`. [Matuto pa](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1210
1210
|
},
|
|
1211
|
-
"
|
|
1211
|
+
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1212
1212
|
"message": "Nagrerehistro ng listener na `unload`"
|
|
1213
1213
|
},
|
|
1214
|
-
"
|
|
1214
|
+
"core/audits/no-unload-listeners.js | title": {
|
|
1215
1215
|
"message": "Umiiwas sa mga event listener na `unload`"
|
|
1216
1216
|
},
|
|
1217
|
-
"
|
|
1217
|
+
"core/audits/non-composited-animations.js | description": {
|
|
1218
1218
|
"message": "Kapag hindi na-composite ang animation, posibleng hindi maganda ang kalidad ng mga ito at posible ring mapataas ng mga ito ang CLS. [Matuto pa](https://web.dev/non-composited-animations)"
|
|
1219
1219
|
},
|
|
1220
|
-
"
|
|
1220
|
+
"core/audits/non-composited-animations.js | displayValue": {
|
|
1221
1221
|
"message": "{itemCount,plural, =1{# animated na element ang nakita}one{# animated na element ang nakita}other{# na animated na element ang nakita}}"
|
|
1222
1222
|
},
|
|
1223
|
-
"
|
|
1223
|
+
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1224
1224
|
"message": "Posibleng mapagalaw ng property na nauugnay sa filter ang mga pixel"
|
|
1225
1225
|
},
|
|
1226
|
-
"
|
|
1226
|
+
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1227
1227
|
"message": "May isa pang animation ang target na hindi compatible"
|
|
1228
1228
|
},
|
|
1229
|
-
"
|
|
1229
|
+
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1230
1230
|
"message": "May composite mode ang effect na bukod pa sa \"replace\""
|
|
1231
1231
|
},
|
|
1232
|
-
"
|
|
1232
|
+
"core/audits/non-composited-animations.js | title": {
|
|
1233
1233
|
"message": "Iwasan ang mga hindi na-composite na animation"
|
|
1234
1234
|
},
|
|
1235
|
-
"
|
|
1235
|
+
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1236
1236
|
"message": "Nakadepende sa laki ng box ang property na nauugnay sa pag-transform"
|
|
1237
1237
|
},
|
|
1238
|
-
"
|
|
1238
|
+
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1239
1239
|
"message": "{propertyCount,plural, =1{Hindi Sinusuportahang Property ng CSS: {properties}}one{Mga Hindi Sinusuportahang Property ng CSS: {properties}}other{Mga Hindi Sinusuportahang Property ng CSS: {properties}}}"
|
|
1240
1240
|
},
|
|
1241
|
-
"
|
|
1241
|
+
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1242
1242
|
"message": "May mga hindi sinusuportahang parameter ng timing ang effect"
|
|
1243
1243
|
},
|
|
1244
|
-
"
|
|
1244
|
+
"core/audits/performance-budget.js | description": {
|
|
1245
1245
|
"message": "Panatilihin ang dami at laki ng mga kahilingan sa network sa ilalim ng mga target na itinakda ng ibinigay na badyet sa performance. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1246
1246
|
},
|
|
1247
|
-
"
|
|
1247
|
+
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1248
1248
|
"message": "{count,plural, =1{1 kahilingan}one{# kahilingan}other{# na kahilingan}}"
|
|
1249
1249
|
},
|
|
1250
|
-
"
|
|
1250
|
+
"core/audits/performance-budget.js | title": {
|
|
1251
1251
|
"message": "Badyet sa performance"
|
|
1252
1252
|
},
|
|
1253
|
-
"
|
|
1253
|
+
"core/audits/preload-fonts.js | description": {
|
|
1254
1254
|
"message": "Mag-preload ng mga `optional` na font para magamit ng mga unang beses na bisita ang mga ito. [Matuto pa](https://web.dev/preload-optional-fonts/)"
|
|
1255
1255
|
},
|
|
1256
|
-
"
|
|
1256
|
+
"core/audits/preload-fonts.js | failureTitle": {
|
|
1257
1257
|
"message": "Hindi na-preload ang mga font na may `font-display: optional`"
|
|
1258
1258
|
},
|
|
1259
|
-
"
|
|
1259
|
+
"core/audits/preload-fonts.js | title": {
|
|
1260
1260
|
"message": "Na-preload ang mga font na may `font-display: optional`"
|
|
1261
1261
|
},
|
|
1262
|
-
"
|
|
1262
|
+
"core/audits/preload-lcp-image.js | description": {
|
|
1263
1263
|
"message": "I-preload ang larawang ginamit ng element ng LCP para mapahusay ang iyong oras ng LCP. [Matuto pa](https://web.dev/optimize-lcp/#preload-important-resources)."
|
|
1264
1264
|
},
|
|
1265
|
-
"
|
|
1265
|
+
"core/audits/preload-lcp-image.js | title": {
|
|
1266
1266
|
"message": "I-preload ang larawan ng Largest Contentful Paint"
|
|
1267
1267
|
},
|
|
1268
|
-
"
|
|
1268
|
+
"core/audits/redirects.js | description": {
|
|
1269
1269
|
"message": "Nagpapasimula ang mga pag-redirect ng mga karagdagang pagkaantala bago ma-load ang page. [Matuto pa](https://web.dev/redirects/)."
|
|
1270
1270
|
},
|
|
1271
|
-
"
|
|
1271
|
+
"core/audits/redirects.js | title": {
|
|
1272
1272
|
"message": "Iwasan ang mga pag-redirect sa maraming page"
|
|
1273
1273
|
},
|
|
1274
|
-
"
|
|
1274
|
+
"core/audits/resource-summary.js | description": {
|
|
1275
1275
|
"message": "Para magtakda ng mga badyet para sa dami at laki ng mga resource ng page, magdagdag ng budget.json na file. [Matuto pa](https://web.dev/use-lighthouse-for-performance-budgets/)."
|
|
1276
1276
|
},
|
|
1277
|
-
"
|
|
1277
|
+
"core/audits/resource-summary.js | displayValue": {
|
|
1278
1278
|
"message": "{requestCount,plural, =1{1 kahilingan • {byteCount, number, bytes} KiB}one{# kahilingan • {byteCount, number, bytes} KiB}other{# na kahilingan • {byteCount, number, bytes} KiB}}"
|
|
1279
1279
|
},
|
|
1280
|
-
"
|
|
1280
|
+
"core/audits/resource-summary.js | title": {
|
|
1281
1281
|
"message": "Panatilihing mababa ang mga bilang ng kahilingan at maliit ang mga paglipat"
|
|
1282
1282
|
},
|
|
1283
|
-
"
|
|
1283
|
+
"core/audits/seo/canonical.js | description": {
|
|
1284
1284
|
"message": "Iminumungkahi ng mga canonical na link kung aling URL ang ipapakita sa mga resulta ng paghahanap. [Matuto pa](https://web.dev/canonical/)."
|
|
1285
1285
|
},
|
|
1286
|
-
"
|
|
1286
|
+
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1287
1287
|
"message": "Maraming URL ang hindi magkakatugma ({urlList})"
|
|
1288
1288
|
},
|
|
1289
|
-
"
|
|
1289
|
+
"core/audits/seo/canonical.js | explanationInvalid": {
|
|
1290
1290
|
"message": "Invalid na URL ({url})"
|
|
1291
1291
|
},
|
|
1292
|
-
"
|
|
1292
|
+
"core/audits/seo/canonical.js | explanationPointsElsewhere": {
|
|
1293
1293
|
"message": "Tumuturo sa ibang lokasyon ng `hreflang` ({url})"
|
|
1294
1294
|
},
|
|
1295
|
-
"
|
|
1295
|
+
"core/audits/seo/canonical.js | explanationRelative": {
|
|
1296
1296
|
"message": "Ay hindi isang buong URL ({url})"
|
|
1297
1297
|
},
|
|
1298
|
-
"
|
|
1298
|
+
"core/audits/seo/canonical.js | explanationRoot": {
|
|
1299
1299
|
"message": "Tumuturo sa root URL ng domain (ang homepage), sa halip na sa katumbas na page ng content"
|
|
1300
1300
|
},
|
|
1301
|
-
"
|
|
1301
|
+
"core/audits/seo/canonical.js | failureTitle": {
|
|
1302
1302
|
"message": "Walang valid na `rel=canonical` ang dokumento"
|
|
1303
1303
|
},
|
|
1304
|
-
"
|
|
1304
|
+
"core/audits/seo/canonical.js | title": {
|
|
1305
1305
|
"message": "May valid na `rel=canonical` ang dokumento"
|
|
1306
1306
|
},
|
|
1307
|
-
"
|
|
1307
|
+
"core/audits/seo/crawlable-anchors.js | columnFailingLink": {
|
|
1308
1308
|
"message": "Hindi Nako-crawl na Link"
|
|
1309
1309
|
},
|
|
1310
|
-
"
|
|
1310
|
+
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1311
1311
|
"message": "Puwedeng gumamit ng mga attribute na `href` ang mga search engine sa mga link para mag-crawl ng mga website. Tiyaking naka-link ang attribute na `href` ng mga anchor element sa isang naaangkop na destinasyon, para mas marami pang page ng site ang matuklasan. [Matuto Pa](https://support.google.com/webmasters/answer/9112205)"
|
|
1312
1312
|
},
|
|
1313
|
-
"
|
|
1313
|
+
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1314
1314
|
"message": "Hindi nako-crawl ang mga link"
|
|
1315
1315
|
},
|
|
1316
|
-
"
|
|
1316
|
+
"core/audits/seo/crawlable-anchors.js | title": {
|
|
1317
1317
|
"message": "Nako-crawl ang mga link"
|
|
1318
1318
|
},
|
|
1319
|
-
"
|
|
1319
|
+
"core/audits/seo/font-size.js | additionalIllegibleText": {
|
|
1320
1320
|
"message": "Karagdagang hindi nababasang text"
|
|
1321
1321
|
},
|
|
1322
|
-
"
|
|
1322
|
+
"core/audits/seo/font-size.js | columnFontSize": {
|
|
1323
1323
|
"message": "Laki ng Font"
|
|
1324
1324
|
},
|
|
1325
|
-
"
|
|
1325
|
+
"core/audits/seo/font-size.js | columnPercentPageText": {
|
|
1326
1326
|
"message": "% ng Text ng Page"
|
|
1327
1327
|
},
|
|
1328
|
-
"
|
|
1328
|
+
"core/audits/seo/font-size.js | columnSelector": {
|
|
1329
1329
|
"message": "Selector"
|
|
1330
1330
|
},
|
|
1331
|
-
"
|
|
1331
|
+
"core/audits/seo/font-size.js | description": {
|
|
1332
1332
|
"message": "Ang mga laki ng font na mas mababa sa 12px ay masyadong maliit para mabasa at kinakailangan ng mga bisita sa mobile na “mag-pinch para mag-zoom in” para mabasa ito. Subukang gawing ≥12px ang >60% ng text sa page. [Matuto pa](https://web.dev/font-size/)."
|
|
1333
1333
|
},
|
|
1334
|
-
"
|
|
1334
|
+
"core/audits/seo/font-size.js | displayValue": {
|
|
1335
1335
|
"message": "{decimalProportion, number, extendedPercent} nababasang text"
|
|
1336
1336
|
},
|
|
1337
|
-
"
|
|
1337
|
+
"core/audits/seo/font-size.js | explanationViewport": {
|
|
1338
1338
|
"message": "Hindi nababasa ang text dahil walang viewport meta tag na naka-optimize para sa mga screen ng mobile."
|
|
1339
1339
|
},
|
|
1340
|
-
"
|
|
1340
|
+
"core/audits/seo/font-size.js | failureTitle": {
|
|
1341
1341
|
"message": "Hindi gumagamit ng mga nababasang laki ng font ang dokumento"
|
|
1342
1342
|
},
|
|
1343
|
-
"
|
|
1343
|
+
"core/audits/seo/font-size.js | legibleText": {
|
|
1344
1344
|
"message": "Nababasang text"
|
|
1345
1345
|
},
|
|
1346
|
-
"
|
|
1346
|
+
"core/audits/seo/font-size.js | title": {
|
|
1347
1347
|
"message": "Gumagamit ng mga nababasang laki ng font ang dokumento"
|
|
1348
1348
|
},
|
|
1349
|
-
"
|
|
1349
|
+
"core/audits/seo/hreflang.js | description": {
|
|
1350
1350
|
"message": "Sinasabi ng mga link na hreflang sa mga search engine kung anong bersyon ng isang page ang dapat ilista ng mga ito sa mga resulta ng paghahanap para sa isang partikular na wika o rehiyon. [Matuto pa](https://web.dev/hreflang/)."
|
|
1351
1351
|
},
|
|
1352
|
-
"
|
|
1352
|
+
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1353
1353
|
"message": "Walang valid na `hreflang` ang dokumento"
|
|
1354
1354
|
},
|
|
1355
|
-
"
|
|
1355
|
+
"core/audits/seo/hreflang.js | notFullyQualified": {
|
|
1356
1356
|
"message": "Kaugnay na value ng href"
|
|
1357
1357
|
},
|
|
1358
|
-
"
|
|
1358
|
+
"core/audits/seo/hreflang.js | title": {
|
|
1359
1359
|
"message": "May valid na `hreflang` ang dokumento"
|
|
1360
1360
|
},
|
|
1361
|
-
"
|
|
1361
|
+
"core/audits/seo/hreflang.js | unexpectedLanguage": {
|
|
1362
1362
|
"message": "Hindi inaasahang code ng wika"
|
|
1363
1363
|
},
|
|
1364
|
-
"
|
|
1364
|
+
"core/audits/seo/http-status-code.js | description": {
|
|
1365
1365
|
"message": "Puwedeng hindi ma-index nang maayos ang mga page na may mga hindi matagumpay na status code ng HTTP. [Matuto pa](https://web.dev/http-status-code/)."
|
|
1366
1366
|
},
|
|
1367
|
-
"
|
|
1367
|
+
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1368
1368
|
"message": "Hindi matagumpay ang status code ng HTML ng page"
|
|
1369
1369
|
},
|
|
1370
|
-
"
|
|
1370
|
+
"core/audits/seo/http-status-code.js | title": {
|
|
1371
1371
|
"message": "Matagumpay ang status code ng HTTP ng page"
|
|
1372
1372
|
},
|
|
1373
|
-
"
|
|
1373
|
+
"core/audits/seo/is-crawlable.js | description": {
|
|
1374
1374
|
"message": "Hindi maisasama ng mga search engine ang iyong mga page sa mga resulta ng paghahanap kung walang pahintulot ang mga ito na i-crawl ang mga iyon. [Matuto pa](https://web.dev/is-crawable/)."
|
|
1375
1375
|
},
|
|
1376
|
-
"
|
|
1376
|
+
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1377
1377
|
"message": "Naka-block ang page mula sa pag-index"
|
|
1378
1378
|
},
|
|
1379
|
-
"
|
|
1379
|
+
"core/audits/seo/is-crawlable.js | title": {
|
|
1380
1380
|
"message": "Hindi naka-block ang page mula sa pag-index"
|
|
1381
1381
|
},
|
|
1382
|
-
"
|
|
1382
|
+
"core/audits/seo/link-text.js | description": {
|
|
1383
1383
|
"message": "Nakakatulong ang naglalarawang text ng link sa mga search engine na maunawaan ang iyong content. [Matuto pa](https://web.dev/link-text/)."
|
|
1384
1384
|
},
|
|
1385
|
-
"
|
|
1385
|
+
"core/audits/seo/link-text.js | displayValue": {
|
|
1386
1386
|
"message": "{itemCount,plural, =1{May nakitang 1 link}one{May nakitang # link}other{May nakitang # na link}}"
|
|
1387
1387
|
},
|
|
1388
|
-
"
|
|
1388
|
+
"core/audits/seo/link-text.js | failureTitle": {
|
|
1389
1389
|
"message": "Walang naglalarawang text ang mga link"
|
|
1390
1390
|
},
|
|
1391
|
-
"
|
|
1391
|
+
"core/audits/seo/link-text.js | title": {
|
|
1392
1392
|
"message": "May naglalarawang text ang mga link"
|
|
1393
1393
|
},
|
|
1394
|
-
"
|
|
1394
|
+
"core/audits/seo/manual/structured-data.js | description": {
|
|
1395
1395
|
"message": "Patakbuhin ang [Tool sa Pag-test ng Structured Data](https://search.google.com/structured-data/testing-tool/) at ang [Structured Data Linter](http://linter.structured-data.org/) para i-validate ang structured data. [Matuto pa](https://web.dev/structured-data/)."
|
|
1396
1396
|
},
|
|
1397
|
-
"
|
|
1397
|
+
"core/audits/seo/manual/structured-data.js | title": {
|
|
1398
1398
|
"message": "Valid ang structured data"
|
|
1399
1399
|
},
|
|
1400
|
-
"
|
|
1400
|
+
"core/audits/seo/meta-description.js | description": {
|
|
1401
1401
|
"message": "Puwedeng magsama ng mga paglalarawan ng meta sa mga resulta ng paghahanap para makapagbigay ng maikling buod ng content ng page. [Matuto pa](https://web.dev/meta-description/)."
|
|
1402
1402
|
},
|
|
1403
|
-
"
|
|
1403
|
+
"core/audits/seo/meta-description.js | explanation": {
|
|
1404
1404
|
"message": "Walang laman ang text ng paglalarawan."
|
|
1405
1405
|
},
|
|
1406
|
-
"
|
|
1406
|
+
"core/audits/seo/meta-description.js | failureTitle": {
|
|
1407
1407
|
"message": "Walang paglalarawan ng meta ang dokumento"
|
|
1408
1408
|
},
|
|
1409
|
-
"
|
|
1409
|
+
"core/audits/seo/meta-description.js | title": {
|
|
1410
1410
|
"message": "May paglalarawan ng meta ang dokumento"
|
|
1411
1411
|
},
|
|
1412
|
-
"
|
|
1412
|
+
"core/audits/seo/plugins.js | description": {
|
|
1413
1413
|
"message": "Hindi nai-index ng mga search engine ang content ng plugin, at maraming device ang naglilimita sa mga plugin o hindi sumusuporta sa mga ito. [Matuto pa](https://web.dev/plugins/)."
|
|
1414
1414
|
},
|
|
1415
|
-
"
|
|
1415
|
+
"core/audits/seo/plugins.js | failureTitle": {
|
|
1416
1416
|
"message": "Gumagamit ng mga plugin ang dokumento"
|
|
1417
1417
|
},
|
|
1418
|
-
"
|
|
1418
|
+
"core/audits/seo/plugins.js | title": {
|
|
1419
1419
|
"message": "Iniiwasan ng dokumento ang mga plugin"
|
|
1420
1420
|
},
|
|
1421
|
-
"
|
|
1421
|
+
"core/audits/seo/robots-txt.js | description": {
|
|
1422
1422
|
"message": "Kung sira ang iyong robots.txt, puwedeng hindi maunawaan ng mga crawler kung paano mo gustong ma-crawl o ma-index ang iyong website. [Matuto pa](https://web.dev/robots-txt/)."
|
|
1423
1423
|
},
|
|
1424
|
-
"
|
|
1424
|
+
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1425
1425
|
"message": "Ang kahilingan para sa robots.txt ay nagbalik ng status ng HTTP na: {statusCode}"
|
|
1426
1426
|
},
|
|
1427
|
-
"
|
|
1427
|
+
"core/audits/seo/robots-txt.js | displayValueValidationError": {
|
|
1428
1428
|
"message": "{itemCount,plural, =1{May nakitang 1 error}one{May nakitang # error}other{May nakitang # na error}}"
|
|
1429
1429
|
},
|
|
1430
|
-
"
|
|
1430
|
+
"core/audits/seo/robots-txt.js | explanation": {
|
|
1431
1431
|
"message": "Hindi nakapag-download ng robots.txt file ang Lighthouse"
|
|
1432
1432
|
},
|
|
1433
|
-
"
|
|
1433
|
+
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1434
1434
|
"message": "Hindi valid ang robots.txt"
|
|
1435
1435
|
},
|
|
1436
|
-
"
|
|
1436
|
+
"core/audits/seo/robots-txt.js | title": {
|
|
1437
1437
|
"message": "Valid ang robots.txt"
|
|
1438
1438
|
},
|
|
1439
|
-
"
|
|
1439
|
+
"core/audits/seo/tap-targets.js | description": {
|
|
1440
1440
|
"message": "Sapat dapat ang laki (48x48px) at mayroon dapat sapat na espasyo sa paligid ang mga interactive na element gaya ng mga button at link, para madaling ma-tap ang mga ito nang hindi nag-o-overlap sa iba pang element. [Matuto pa](https://web.dev/tap-targets/)."
|
|
1441
1441
|
},
|
|
1442
|
-
"
|
|
1442
|
+
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1443
1443
|
"message": "{decimalProportion, number, percent} ng mga target sa pag-tap ang may angkop na laki"
|
|
1444
1444
|
},
|
|
1445
|
-
"
|
|
1445
|
+
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1446
1446
|
"message": "Masyadong maliit ang mga target ng pag-tap dahil walang viewport meta tag na naka-optimize para sa mga screen ng mobile"
|
|
1447
1447
|
},
|
|
1448
|
-
"
|
|
1448
|
+
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1449
1449
|
"message": "Hindi angkop ang laki ng mga target ng pag-tap"
|
|
1450
1450
|
},
|
|
1451
|
-
"
|
|
1451
|
+
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1452
1452
|
"message": "Nag-o-overlap na Target"
|
|
1453
1453
|
},
|
|
1454
|
-
"
|
|
1454
|
+
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1455
1455
|
"message": "Target ng Pag-tap"
|
|
1456
1456
|
},
|
|
1457
|
-
"
|
|
1457
|
+
"core/audits/seo/tap-targets.js | title": {
|
|
1458
1458
|
"message": "Angkop ang laki ng mga target ng pag-tap"
|
|
1459
1459
|
},
|
|
1460
|
-
"
|
|
1460
|
+
"core/audits/server-response-time.js | description": {
|
|
1461
1461
|
"message": "Panatilihing mabilis ang pagtugon ng server para sa pangunahing dokumento dahil nakadepende rito ang lahat ng iba pang kahilingan. [Matuto pa](https://web.dev/time-to-first-byte/)."
|
|
1462
1462
|
},
|
|
1463
|
-
"
|
|
1463
|
+
"core/audits/server-response-time.js | displayValue": {
|
|
1464
1464
|
"message": "Inabot nang {timeInMs, number, milliseconds} ms ang root na dokumento"
|
|
1465
1465
|
},
|
|
1466
|
-
"
|
|
1466
|
+
"core/audits/server-response-time.js | failureTitle": {
|
|
1467
1467
|
"message": "Pabilisin ang unang pagtugon ng server"
|
|
1468
1468
|
},
|
|
1469
|
-
"
|
|
1469
|
+
"core/audits/server-response-time.js | title": {
|
|
1470
1470
|
"message": "Mabilis ang unang pagtugon ng server"
|
|
1471
1471
|
},
|
|
1472
|
-
"
|
|
1472
|
+
"core/audits/service-worker.js | description": {
|
|
1473
1473
|
"message": "Ang service worker ay ang teknolohiyang nagbibigay-daan sa iyong app na gumamit ng maraming feature ng Progressive Web App, gaya ng offline, pagdaragdag sa homescreen, at mga push notification. [Matuto pa](https://web.dev/service-worker/)."
|
|
1474
1474
|
},
|
|
1475
|
-
"
|
|
1475
|
+
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1476
1476
|
"message": "Kinokontrol ng service worker ang page na ito, gayunpaman, walang nakitang `start_url` dahil hindi na-parse ang manifest bilang valid na JSON"
|
|
1477
1477
|
},
|
|
1478
|
-
"
|
|
1478
|
+
"core/audits/service-worker.js | explanationBadStartUrl": {
|
|
1479
1479
|
"message": "Kinokontrol ng service worker ang page na ito, gayunpaman, wala ang `start_url` ({startUrl}) sa saklaw ng service worker ({scopeUrl})"
|
|
1480
1480
|
},
|
|
1481
|
-
"
|
|
1481
|
+
"core/audits/service-worker.js | explanationNoManifest": {
|
|
1482
1482
|
"message": "Kinokontrol ng service worker ang page na ito, gayunpaman, walang nakitang `start_url` dahil walang nakuhang manifest."
|
|
1483
1483
|
},
|
|
1484
|
-
"
|
|
1484
|
+
"core/audits/service-worker.js | explanationOutOfScope": {
|
|
1485
1485
|
"message": "May isa o higit pang service worker ang pinagmulang ito, gayunpaman, wala sa saklaw ang page ({pageUrl})."
|
|
1486
1486
|
},
|
|
1487
|
-
"
|
|
1487
|
+
"core/audits/service-worker.js | failureTitle": {
|
|
1488
1488
|
"message": "Hindi nagrerehistro ng service worker na kumokontrol sa page at `start_url`"
|
|
1489
1489
|
},
|
|
1490
|
-
"
|
|
1490
|
+
"core/audits/service-worker.js | title": {
|
|
1491
1491
|
"message": "Nagrerehistro ng service worker na kumokontrol sa page at `start_url`"
|
|
1492
1492
|
},
|
|
1493
|
-
"
|
|
1493
|
+
"core/audits/splash-screen.js | description": {
|
|
1494
1494
|
"message": "Tinitiyak ng splash screen na may tema na magkakaroon ng karanasang may mataas na kalidad kapag inilunsad ng mga user ang iyong app sa kanilang mga homescreen. [Matuto pa](https://web.dev/splash-screen/)."
|
|
1495
1495
|
},
|
|
1496
|
-
"
|
|
1496
|
+
"core/audits/splash-screen.js | failureTitle": {
|
|
1497
1497
|
"message": "Hindi naka-configure para sa custom na splash screen"
|
|
1498
1498
|
},
|
|
1499
|
-
"
|
|
1499
|
+
"core/audits/splash-screen.js | title": {
|
|
1500
1500
|
"message": "Naka-configure para sa custom na splash screen"
|
|
1501
1501
|
},
|
|
1502
|
-
"
|
|
1502
|
+
"core/audits/themed-omnibox.js | description": {
|
|
1503
1503
|
"message": "Puwedeng lagyan ng tema ang address bar ng browser para tumugma sa iyong site. [Matuto pa](https://web.dev/themed-omnibox/)."
|
|
1504
1504
|
},
|
|
1505
|
-
"
|
|
1505
|
+
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1506
1506
|
"message": "Hindi nagtatakda ng kulay ng tema para sa address bar."
|
|
1507
1507
|
},
|
|
1508
|
-
"
|
|
1508
|
+
"core/audits/themed-omnibox.js | title": {
|
|
1509
1509
|
"message": "Nagtatakda ng kulay ng tema para sa address bar."
|
|
1510
1510
|
},
|
|
1511
|
-
"
|
|
1511
|
+
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1512
1512
|
"message": "{productName} (Tagumpay ng Customer)"
|
|
1513
1513
|
},
|
|
1514
|
-
"
|
|
1514
|
+
"core/audits/third-party-facades.js | categoryMarketing": {
|
|
1515
1515
|
"message": "{productName} (Marketing)"
|
|
1516
1516
|
},
|
|
1517
|
-
"
|
|
1517
|
+
"core/audits/third-party-facades.js | categorySocial": {
|
|
1518
1518
|
"message": "{productName} (Social)"
|
|
1519
1519
|
},
|
|
1520
|
-
"
|
|
1520
|
+
"core/audits/third-party-facades.js | categoryVideo": {
|
|
1521
1521
|
"message": "{productName} (Video)"
|
|
1522
1522
|
},
|
|
1523
|
-
"
|
|
1523
|
+
"core/audits/third-party-facades.js | columnProduct": {
|
|
1524
1524
|
"message": "Produkto"
|
|
1525
1525
|
},
|
|
1526
|
-
"
|
|
1526
|
+
"core/audits/third-party-facades.js | description": {
|
|
1527
1527
|
"message": "Puwedeng i-lazy load ang ilang third-party na embed. Pag-isipang palitan ang mga ito ng facade hanggang sa kailanganin na ang mga ito. [Matuto pa](https://web.dev/third-party-facades/)."
|
|
1528
1528
|
},
|
|
1529
|
-
"
|
|
1529
|
+
"core/audits/third-party-facades.js | displayValue": {
|
|
1530
1530
|
"message": "{itemCount,plural, =1{# alternatibo sa facade ang available}one{# alternatibo sa facade ang available}other{# na alternatibo sa facade ang available}}"
|
|
1531
1531
|
},
|
|
1532
|
-
"
|
|
1532
|
+
"core/audits/third-party-facades.js | failureTitle": {
|
|
1533
1533
|
"message": "Puwedeng mag-lazy load ng facade sa ilang third-party na resource"
|
|
1534
1534
|
},
|
|
1535
|
-
"
|
|
1535
|
+
"core/audits/third-party-facades.js | title": {
|
|
1536
1536
|
"message": "Mag-lazy load ng mga facade sa mga third-party na resource"
|
|
1537
1537
|
},
|
|
1538
|
-
"
|
|
1538
|
+
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1539
1539
|
"message": "Third-Party"
|
|
1540
1540
|
},
|
|
1541
|
-
"
|
|
1541
|
+
"core/audits/third-party-summary.js | description": {
|
|
1542
1542
|
"message": "Puwedeng lubos na makaapekto ang code ng third party sa performance ng pag-load. Limitahan ang bilang ng paulit-ulit na mga third-party na provider at subukang i-load ang code ng third party pagkatapos ng pangunahing pag-load ng iyong page. [Matuto pa](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
|
|
1543
1543
|
},
|
|
1544
|
-
"
|
|
1544
|
+
"core/audits/third-party-summary.js | displayValue": {
|
|
1545
1545
|
"message": "Na-block ng code ng third party ang pangunahing thread sa loob ng {timeInMs, number, milliseconds} ms"
|
|
1546
1546
|
},
|
|
1547
|
-
"
|
|
1547
|
+
"core/audits/third-party-summary.js | failureTitle": {
|
|
1548
1548
|
"message": "Bawasan ang epekto ng code ng third party"
|
|
1549
1549
|
},
|
|
1550
|
-
"
|
|
1550
|
+
"core/audits/third-party-summary.js | title": {
|
|
1551
1551
|
"message": "Bawasan ang paggamit ng third-party"
|
|
1552
1552
|
},
|
|
1553
|
-
"
|
|
1553
|
+
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1554
1554
|
"message": "Pagsukat"
|
|
1555
1555
|
},
|
|
1556
|
-
"
|
|
1556
|
+
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1557
1557
|
"message": "Sukatan"
|
|
1558
1558
|
},
|
|
1559
|
-
"
|
|
1559
|
+
"core/audits/timing-budget.js | description": {
|
|
1560
1560
|
"message": "Magtakda ng badyet sa timing para matulungan kang subaybayan ang performance ng iyong site. Mabilis na naglo-load ang mga site na maayos na gumagana at mabilis na tumutugon ang mga ito sa mga input event ng user. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1561
1561
|
},
|
|
1562
|
-
"
|
|
1562
|
+
"core/audits/timing-budget.js | title": {
|
|
1563
1563
|
"message": "Badyet sa timing"
|
|
1564
1564
|
},
|
|
1565
|
-
"
|
|
1565
|
+
"core/audits/unsized-images.js | description": {
|
|
1566
1566
|
"message": "Magtakda ng tahasang lapad at taas sa mga element na larawan para mabawasan ang mga pagbabago sa layout at mapahusay ang CLS. [Matuto pa](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1567
1567
|
},
|
|
1568
|
-
"
|
|
1568
|
+
"core/audits/unsized-images.js | failureTitle": {
|
|
1569
1569
|
"message": "Walang tahasang `width` at `height` ang mga element na larawan"
|
|
1570
1570
|
},
|
|
1571
|
-
"
|
|
1571
|
+
"core/audits/unsized-images.js | title": {
|
|
1572
1572
|
"message": "May tahasang `width` at `height`ang mga element na larawan"
|
|
1573
1573
|
},
|
|
1574
|
-
"
|
|
1574
|
+
"core/audits/user-timings.js | columnType": {
|
|
1575
1575
|
"message": "Uri"
|
|
1576
1576
|
},
|
|
1577
|
-
"
|
|
1577
|
+
"core/audits/user-timings.js | description": {
|
|
1578
1578
|
"message": "Pag-isipang gumamit ng User Timing API sa iyong app para sukatin ang makatotohanang performance ng app mo sa mahahalagang karanasan ng user. [Matuto pa](https://web.dev/user-timings/)."
|
|
1579
1579
|
},
|
|
1580
|
-
"
|
|
1580
|
+
"core/audits/user-timings.js | displayValue": {
|
|
1581
1581
|
"message": "{itemCount,plural, =1{1 timing ng user}one{# timing ng user}other{# na timing ng user}}"
|
|
1582
1582
|
},
|
|
1583
|
-
"
|
|
1583
|
+
"core/audits/user-timings.js | title": {
|
|
1584
1584
|
"message": "Mga marka at sukat ng User Timing"
|
|
1585
1585
|
},
|
|
1586
|
-
"
|
|
1586
|
+
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1587
1587
|
"message": "May nakitang `<link rel=preconnect>` para sa \"{securityOrigin}\" pero hindi ito ginamit ng browser. Tingnan kung ginagamit mo nang tama ang attribute na `crossorigin`."
|
|
1588
1588
|
},
|
|
1589
|
-
"
|
|
1589
|
+
"core/audits/uses-rel-preconnect.js | description": {
|
|
1590
1590
|
"message": "Pag-isipang magdagdag ng mga hint ng resource na `preconnect` o `dns-prefetch` para magtakda ng mga paunang koneksyon sa mahahalagang third-party na pinagmulan. [Matuto pa](https://web.dev/uses-rel-preconnect/)."
|
|
1591
1591
|
},
|
|
1592
|
-
"
|
|
1592
|
+
"core/audits/uses-rel-preconnect.js | title": {
|
|
1593
1593
|
"message": "Mag-preconnect sa mga kinakailangang origin"
|
|
1594
1594
|
},
|
|
1595
|
-
"
|
|
1595
|
+
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1596
1596
|
"message": "Mahigit 2 koneksyong `<link rel=preconnect>` ang nakita. Bihira lang dapat gamitin ang mga ito at tanging sa mga pinakamahalagang pinagmulan lang."
|
|
1597
1597
|
},
|
|
1598
|
-
"
|
|
1598
|
+
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1599
1599
|
"message": "May nakitang `<link rel=preconnect>` para sa \"{securityOrigin}\" pero hindi ito ginamit ng browser. Gamitin lang ang `preconnect` para sa mahahalagang pinagmulan na tiyak na hihilingin ng page."
|
|
1600
1600
|
},
|
|
1601
|
-
"
|
|
1601
|
+
"core/audits/uses-rel-preload.js | crossoriginWarning": {
|
|
1602
1602
|
"message": "May nakitang preload na `<link>` para sa \"{preloadURL}\" pero hindi ito ginamit ng browser. Tingnan kung ginagamit mo nang tama ang attribute na `crossorigin`."
|
|
1603
1603
|
},
|
|
1604
|
-
"
|
|
1604
|
+
"core/audits/uses-rel-preload.js | description": {
|
|
1605
1605
|
"message": "Pag-isipang gumamit ng `<link rel=preload>` para mabigyang-priyoridad ang pagkuha ng mga resource na kasalukuyang hinihiling sa huling bahagi ng pag-load ng page. [Matuto pa](https://web.dev/uses-rel-preload/)."
|
|
1606
1606
|
},
|
|
1607
|
-
"
|
|
1607
|
+
"core/audits/uses-rel-preload.js | title": {
|
|
1608
1608
|
"message": "I-preload ang mahahalagang kahilingan"
|
|
1609
1609
|
},
|
|
1610
|
-
"
|
|
1610
|
+
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1611
1611
|
"message": "URL ng Map"
|
|
1612
1612
|
},
|
|
1613
|
-
"
|
|
1613
|
+
"core/audits/valid-source-maps.js | description": {
|
|
1614
1614
|
"message": "Tina-translate ng mga source map ang pinaliit na code sa orihinal na source code. Nakakatulong ito sa mga developer na mag-debug sa produksyon. Dagdag pa rito, nakakapagbigay ang Lighthouse ng higit pang insight. Pag-isipang mag-deploy ng mga source map para masulit ang mga benepisyong ito. [Matuto pa](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)."
|
|
1615
1615
|
},
|
|
1616
|
-
"
|
|
1616
|
+
"core/audits/valid-source-maps.js | failureTitle": {
|
|
1617
1617
|
"message": "Nawawala ang mga source map para sa malaking first-party na JavaScript"
|
|
1618
1618
|
},
|
|
1619
|
-
"
|
|
1619
|
+
"core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
|
|
1620
1620
|
"message": "May nawawalang source map sa malaking JavaScript file"
|
|
1621
1621
|
},
|
|
1622
|
-
"
|
|
1622
|
+
"core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
|
|
1623
1623
|
"message": "{missingItems,plural, =1{Babala: may nawawalang 1 item sa `.sourcesContent`}one{Babala: may nawawalang # item sa `.sourcesContent`}other{Babala: may nawawalang # na item sa `.sourcesContent`}}"
|
|
1624
1624
|
},
|
|
1625
|
-
"
|
|
1625
|
+
"core/audits/valid-source-maps.js | title": {
|
|
1626
1626
|
"message": "May mga valid na source map ang page"
|
|
1627
1627
|
},
|
|
1628
|
-
"
|
|
1628
|
+
"core/audits/viewport.js | description": {
|
|
1629
1629
|
"message": "Hindi lang ino-optimize ng `<meta name=\"viewport\">` ang iyong app para sa mga laki ng mobile screen, pinipigilan din nito ang [300 millisecond na pagkaantala sa input ng user](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Matuto pa](https://web.dev/viewport/)."
|
|
1630
1630
|
},
|
|
1631
|
-
"
|
|
1631
|
+
"core/audits/viewport.js | explanationNoTag": {
|
|
1632
1632
|
"message": "Walang nahanap na tag na `<meta name=\"viewport\">`"
|
|
1633
1633
|
},
|
|
1634
|
-
"
|
|
1634
|
+
"core/audits/viewport.js | failureTitle": {
|
|
1635
1635
|
"message": "Walang tag na `<meta name=\"viewport\">` na may `width` o `initial-scale`"
|
|
1636
1636
|
},
|
|
1637
|
-
"
|
|
1637
|
+
"core/audits/viewport.js | title": {
|
|
1638
1638
|
"message": "May tag na `<meta name=\"viewport\">` na may `width` o `initial-scale`"
|
|
1639
1639
|
},
|
|
1640
|
-
"
|
|
1640
|
+
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1641
1641
|
"message": "Mga pagkakataon ito na pahusayin ang paggamit ng ARIA sa iyong application na maaaring mapahusay ang karanasan para sa mga user ng nakakatulong na teknolohiya, tulad ng screen reader."
|
|
1642
1642
|
},
|
|
1643
|
-
"
|
|
1643
|
+
"core/config/default-config.js | a11yAriaGroupTitle": {
|
|
1644
1644
|
"message": "ARIA"
|
|
1645
1645
|
},
|
|
1646
|
-
"
|
|
1646
|
+
"core/config/default-config.js | a11yAudioVideoGroupDescription": {
|
|
1647
1647
|
"message": "Ito ay mga pagkakataong magbigay ng alternatibong content para sa audio at video. Puwede nitong mapaganda ang karanasan para sa mga user na may mga problema sa paningin o pandinig."
|
|
1648
1648
|
},
|
|
1649
|
-
"
|
|
1649
|
+
"core/config/default-config.js | a11yAudioVideoGroupTitle": {
|
|
1650
1650
|
"message": "Audio at video"
|
|
1651
1651
|
},
|
|
1652
|
-
"
|
|
1652
|
+
"core/config/default-config.js | a11yBestPracticesGroupDescription": {
|
|
1653
1653
|
"message": "Hina-highlight ng mga item na ito ang mga karaniwang pinakamahusay na kagawian sa pagiging accessible."
|
|
1654
1654
|
},
|
|
1655
|
-
"
|
|
1655
|
+
"core/config/default-config.js | a11yBestPracticesGroupTitle": {
|
|
1656
1656
|
"message": "Pinakamahuhusay na kagawian"
|
|
1657
1657
|
},
|
|
1658
|
-
"
|
|
1658
|
+
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1659
1659
|
"message": "Hina-highlight ng mga pagsusuring ito ang mga pagkakataong [gawing mas accessible ng iyong web app](https://developers.google.com/web/fundamentals/accessibility). Isang subset lang ng mga isyu sa pagiging accessible ang awtomatikong matutukoy kaya hinihikayat din ang manual na pagsusuri."
|
|
1660
1660
|
},
|
|
1661
|
-
"
|
|
1661
|
+
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1662
1662
|
"message": "Tinutugunan ng mga item na ito ang mga bahaging hindi masasakop ng naka-automate na tool sa pagsusuri. Matuto pa sa aming gabay sa [pagsasagawa ng pagsusuri sa pagiging accessible](https://developers.google.com/web/fundamentals/accessibility/how-to-review)."
|
|
1663
1663
|
},
|
|
1664
|
-
"
|
|
1664
|
+
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1665
1665
|
"message": "Pagiging accessible"
|
|
1666
1666
|
},
|
|
1667
|
-
"
|
|
1667
|
+
"core/config/default-config.js | a11yColorContrastGroupDescription": {
|
|
1668
1668
|
"message": "Mga pagkakataon ito na pahusayin ang pagiging nababasa ng iyong content."
|
|
1669
1669
|
},
|
|
1670
|
-
"
|
|
1670
|
+
"core/config/default-config.js | a11yColorContrastGroupTitle": {
|
|
1671
1671
|
"message": "Contrast"
|
|
1672
1672
|
},
|
|
1673
|
-
"
|
|
1673
|
+
"core/config/default-config.js | a11yLanguageGroupDescription": {
|
|
1674
1674
|
"message": "Mga pagkakataon ito na pahusayin ang pagsasalin ng mga user sa iyong content sa iba't ibang lokal."
|
|
1675
1675
|
},
|
|
1676
|
-
"
|
|
1676
|
+
"core/config/default-config.js | a11yLanguageGroupTitle": {
|
|
1677
1677
|
"message": "Pag-internationalize at pag-localize"
|
|
1678
1678
|
},
|
|
1679
|
-
"
|
|
1679
|
+
"core/config/default-config.js | a11yNamesLabelsGroupDescription": {
|
|
1680
1680
|
"message": "Mga pagkakataon ito ng pahusayin ang mga semantic ng mga kontrol sa iyong application. Maaari nitong pahusayin ang karanasan para sa mga user ng nakakatulong na teknolohiya, tulad ng screen reader."
|
|
1681
1681
|
},
|
|
1682
|
-
"
|
|
1682
|
+
"core/config/default-config.js | a11yNamesLabelsGroupTitle": {
|
|
1683
1683
|
"message": "Mga pangalan at label"
|
|
1684
1684
|
},
|
|
1685
|
-
"
|
|
1685
|
+
"core/config/default-config.js | a11yNavigationGroupDescription": {
|
|
1686
1686
|
"message": "Ito ay mga pagkakataong pahusayin ang pag-navigate gamit ang keyboard sa iyong application."
|
|
1687
1687
|
},
|
|
1688
|
-
"
|
|
1688
|
+
"core/config/default-config.js | a11yNavigationGroupTitle": {
|
|
1689
1689
|
"message": "Navigation"
|
|
1690
1690
|
},
|
|
1691
|
-
"
|
|
1691
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
|
|
1692
1692
|
"message": "Ang mga ito ay mga pagkakataong mapahusay ang karanasan ng pagbabasa ng data na nasa talahanayan o listahan gamit ang pantulong na teknolohiya, gaya ng screen reader."
|
|
1693
1693
|
},
|
|
1694
|
-
"
|
|
1694
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
|
|
1695
1695
|
"message": "Mga talahanayan at listahan"
|
|
1696
1696
|
},
|
|
1697
|
-
"
|
|
1697
|
+
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
|
|
1698
1698
|
"message": "Compatibility ng Browser"
|
|
1699
1699
|
},
|
|
1700
|
-
"
|
|
1700
|
+
"core/config/default-config.js | bestPracticesCategoryTitle": {
|
|
1701
1701
|
"message": "Pinakamahuhusay na Kagawian"
|
|
1702
1702
|
},
|
|
1703
|
-
"
|
|
1703
|
+
"core/config/default-config.js | bestPracticesGeneralGroupTitle": {
|
|
1704
1704
|
"message": "Pangkalahatan"
|
|
1705
1705
|
},
|
|
1706
|
-
"
|
|
1706
|
+
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
|
|
1707
1707
|
"message": "Tiwala at Kaligtasan"
|
|
1708
1708
|
},
|
|
1709
|
-
"
|
|
1709
|
+
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1710
1710
|
"message": "Karanasan ng User"
|
|
1711
1711
|
},
|
|
1712
|
-
"
|
|
1712
|
+
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1713
1713
|
"message": "Nagtatakda ng mga pamantayan para sa performance ng iyong site ang mga badyet ng performance."
|
|
1714
1714
|
},
|
|
1715
|
-
"
|
|
1715
|
+
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1716
1716
|
"message": "Mga Badyet"
|
|
1717
1717
|
},
|
|
1718
|
-
"
|
|
1718
|
+
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1719
1719
|
"message": "Higit pang impormasyon tungkol sa performance ng iyong application. Ang mga numerong ito ay hindi [direktang makakaapekto ](https://web.dev/performance-scoring/) sa score sa Performance."
|
|
1720
1720
|
},
|
|
1721
|
-
"
|
|
1721
|
+
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1722
1722
|
"message": "Mga Diagnostic"
|
|
1723
1723
|
},
|
|
1724
|
-
"
|
|
1724
|
+
"core/config/default-config.js | firstPaintImprovementsGroupDescription": {
|
|
1725
1725
|
"message": "Ang pinakamahalagang aspeto ng performance ay ang bilis ng pag-render ng mga pixel sa screen. Mahahalagang sukatan: First Contentful Paint, First Meaningful Paint"
|
|
1726
1726
|
},
|
|
1727
|
-
"
|
|
1727
|
+
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1728
1728
|
"message": "Mga Pagpapahusay sa First Paint"
|
|
1729
1729
|
},
|
|
1730
|
-
"
|
|
1730
|
+
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1731
1731
|
"message": "Puwedeng makatulong ang mga suhestyon na ito na mapabilis ang pag-load ng iyong page. Hindi [direktang nakakaapekto](https://web.dev/performance-scoring/) ang mga ito sa score sa Performance."
|
|
1732
1732
|
},
|
|
1733
|
-
"
|
|
1733
|
+
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1734
1734
|
"message": "Mga Pagkakataon"
|
|
1735
1735
|
},
|
|
1736
|
-
"
|
|
1736
|
+
"core/config/default-config.js | metricGroupTitle": {
|
|
1737
1737
|
"message": "Mga Sukatan"
|
|
1738
1738
|
},
|
|
1739
|
-
"
|
|
1739
|
+
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1740
1740
|
"message": "Pagandahin ang pangkalahatang karanasan sa pag-load para bumilis ang pagtugon ng page at magamit ito kaagad. Mahahalagang sukatan: Time to Interactive, Speed Index"
|
|
1741
1741
|
},
|
|
1742
|
-
"
|
|
1742
|
+
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1743
1743
|
"message": "Mga Pangkalahatang Pagpapahusay"
|
|
1744
1744
|
},
|
|
1745
|
-
"
|
|
1745
|
+
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1746
1746
|
"message": "Performance"
|
|
1747
1747
|
},
|
|
1748
|
-
"
|
|
1748
|
+
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1749
1749
|
"message": "Vina-validate ng mga pagsusuring ito ang mga aspeto ng isang Progressive Web App. [Matuto pa](https://developers.google.com/web/progressive-web-apps/checklist)."
|
|
1750
1750
|
},
|
|
1751
|
-
"
|
|
1751
|
+
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1752
1752
|
"message": "Kinakailangan ang mga pagsusuring ito ng baseline na [Checklist ng PWA ](https://developers.google.com/web/progressive-web-apps/checklist) pero hindi ito awtomatikong sinusuri ng Lighthouse. Hindi nakakaapekto ang mga ito sa iyong score pero mahalagang ma-verify mo ang mga ito nang manual."
|
|
1753
1753
|
},
|
|
1754
|
-
"
|
|
1754
|
+
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1755
1755
|
"message": "PWA"
|
|
1756
1756
|
},
|
|
1757
|
-
"
|
|
1757
|
+
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1758
1758
|
"message": "Nai-install"
|
|
1759
1759
|
},
|
|
1760
|
-
"
|
|
1760
|
+
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1761
1761
|
"message": "Na-optimize ang PWA"
|
|
1762
1762
|
},
|
|
1763
|
-
"
|
|
1763
|
+
"core/config/default-config.js | seoCategoryDescription": {
|
|
1764
1764
|
"message": "Tinitiyak ng mga pagsusuring ito na nakakasunod ang iyong page sa pangunahing payo sa pag-optimize sa search engine. Marami pang karagdagang salik na hindi minamarkahan ng Lighthouse dito na posibleng makaapekto sa iyong ranking sa paghahanap, kabilang ang performance sa [Core Web Vitals](https://web.dev/learn-web-vitals/). [Matuto pa](https://support.google.com/webmasters/answer/35769)."
|
|
1765
1765
|
},
|
|
1766
|
-
"
|
|
1766
|
+
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1767
1767
|
"message": "Paganahin ang mga karagdagang validator na ito sa iyong site para tingnan ang karagdagang pinakamahuhusay na kagawian sa SEO."
|
|
1768
1768
|
},
|
|
1769
|
-
"
|
|
1769
|
+
"core/config/default-config.js | seoCategoryTitle": {
|
|
1770
1770
|
"message": "SEO"
|
|
1771
1771
|
},
|
|
1772
|
-
"
|
|
1772
|
+
"core/config/default-config.js | seoContentGroupDescription": {
|
|
1773
1773
|
"message": "I-format ang iyong HTML sa paraang nag-e-enable sa mga crawler na mas maunawaan ang content ng app mo."
|
|
1774
1774
|
},
|
|
1775
|
-
"
|
|
1775
|
+
"core/config/default-config.js | seoContentGroupTitle": {
|
|
1776
1776
|
"message": "Pinakamahuhusay na Kagawian sa Content"
|
|
1777
1777
|
},
|
|
1778
|
-
"
|
|
1778
|
+
"core/config/default-config.js | seoCrawlingGroupDescription": {
|
|
1779
1779
|
"message": "Para lumabas sa mga resulta ng paghahanap, kailangan ng mga crawler ng access sa iyong app."
|
|
1780
1780
|
},
|
|
1781
|
-
"
|
|
1781
|
+
"core/config/default-config.js | seoCrawlingGroupTitle": {
|
|
1782
1782
|
"message": "Pag-crawl at Pag-index"
|
|
1783
1783
|
},
|
|
1784
|
-
"
|
|
1784
|
+
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1785
1785
|
"message": "Tiyaking pang-mobile ang iyong mga page para hindi na kailangang mag-pinch o mag-zoom in ng mga user para mabasa ang mga page ng content. [Matuto pa](https://developers.google.com/search/mobile-sites/)."
|
|
1786
1786
|
},
|
|
1787
|
-
"
|
|
1787
|
+
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1788
1788
|
"message": "Pang-mobile"
|
|
1789
1789
|
},
|
|
1790
|
-
"
|
|
1790
|
+
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1791
1791
|
"message": "Mukhang mas mabagal ang CPU ng tine-test na device kaysa sa inaasahan ng Lighthouse. Puwede itong magkaroon ng negatibong epekto sa score ng iyong performance. Matuto pa tungkol sa [pag-calibrate ng naaangkop na CPU slowdown multiplier](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)."
|
|
1792
1792
|
},
|
|
1793
|
-
"
|
|
1793
|
+
"core/gather/driver/navigation.js | warningRedirected": {
|
|
1794
1794
|
"message": "Posibleng hindi naglo-load ang page gaya ng inaasahan dahil na-redirect ang iyong pansubok na URL ({requested}) sa {final}. Direktang subukan ang pangalawang URL."
|
|
1795
1795
|
},
|
|
1796
|
-
"
|
|
1796
|
+
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1797
1797
|
"message": "Masyadong matagal ang pag-load ng page para matapos sa inilaang limitasyon sa oras. Posibleng hindi kumpleto ang mga resulta."
|
|
1798
1798
|
},
|
|
1799
|
-
"
|
|
1799
|
+
"core/gather/driver/storage.js | warningData": {
|
|
1800
1800
|
"message": "{locationCount,plural, =1{Posibleng may naka-store na data na nakakaapekto sa bilis ng pag-load sa lokasyong ito: {locations}. I-audit ang page na ito sa incognito window para hindi maapektuhan ng mga resource na iyon ang iyong mga score.}one{Posibleng may naka-store na data na nakakaapekto sa bilis ng pag-load sa mga lokasyong ito: {locations}. I-audit ang page na ito sa incognito window para hindi maapektuhan ng mga resource na iyon ang iyong mga score.}other{Posibleng may naka-store na data na nakakaapekto sa bilis ng pag-load sa mga lokasyong ito: {locations}. I-audit ang page na ito sa incognito window para hindi maapektuhan ng mga resource na iyon ang iyong mga score.}}"
|
|
1801
1801
|
},
|
|
1802
|
-
"
|
|
1802
|
+
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1803
1803
|
"message": "Pag-isipang magdagdag ng https: at http: na URL scheme (binabalewala ng mga browser na sumusuporta sa 'strict-dynamic') para maging backward compatible sa mga lumang browser."
|
|
1804
1804
|
},
|
|
1805
|
-
"
|
|
1805
|
+
"core/lib/csp-evaluator.js | deprecatedDisownOpener": {
|
|
1806
1806
|
"message": "Hindi na ginagamit ang disown-opener simula sa CSP3. Pakigamit na lang ang header na Cross-Origin-Opener-Policy."
|
|
1807
1807
|
},
|
|
1808
|
-
"
|
|
1808
|
+
"core/lib/csp-evaluator.js | deprecatedReferrer": {
|
|
1809
1809
|
"message": "Hindi na ginagamit ang referrer simula sa CSP2. Pakigamit na lang ang header na Referrer-Policy."
|
|
1810
1810
|
},
|
|
1811
|
-
"
|
|
1811
|
+
"core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
|
|
1812
1812
|
"message": "Hindi na ginagamit ang reflected-xss simula sa CSP2. Pakigamit na lang ang header na X-XSS-Protection."
|
|
1813
1813
|
},
|
|
1814
|
-
"
|
|
1814
|
+
"core/lib/csp-evaluator.js | missingBaseUri": {
|
|
1815
1815
|
"message": "Binibigyang-daan ng nawawalang base-uri ang mga na-inject na <base> na tag na itakda ang base na URL para sa lahat ng relative URL (hal. mga script) sa isang domain na kinokontrol ng attacker. Pag-isipang itakda ang base-uri sa 'none' o 'self.'"
|
|
1816
1816
|
},
|
|
1817
|
-
"
|
|
1817
|
+
"core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1818
1818
|
"message": "Pinapayagan ng kulang na object-src ang pag-inject ng mga plugin na nag-e-execute ng mga hindi ligtas na script. Pag-isipang itakda ang object-src sa 'none' kung magagawa mo."
|
|
1819
1819
|
},
|
|
1820
|
-
"
|
|
1820
|
+
"core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1821
1821
|
"message": "Walang script-src na direktiba. Puwede nitong bigyang-daan ang pagpapatupad ng mga hindi ligtas na script."
|
|
1822
1822
|
},
|
|
1823
|
-
"
|
|
1823
|
+
"core/lib/csp-evaluator.js | missingSemicolon": {
|
|
1824
1824
|
"message": "Nakalimutan mo ba ang semicolon? Mukhang direktiba ang {keyword} at hindi isang keyword."
|
|
1825
1825
|
},
|
|
1826
|
-
"
|
|
1826
|
+
"core/lib/csp-evaluator.js | nonceCharset": {
|
|
1827
1827
|
"message": "Dapat gamitin ng mga nonce ang base64 na charset."
|
|
1828
1828
|
},
|
|
1829
|
-
"
|
|
1829
|
+
"core/lib/csp-evaluator.js | nonceLength": {
|
|
1830
1830
|
"message": "Dapat ay hindi bababa sa 8 character ang haba ng mga nonce."
|
|
1831
1831
|
},
|
|
1832
|
-
"
|
|
1832
|
+
"core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1833
1833
|
"message": "Iwasang gumamit ng mga plain na URL scheme ({keyword}) sa direktibang ito. Pinapayagan ng mga plain na URL scheme na ma-source ang mga script mula sa hindi ligtas na domain."
|
|
1834
1834
|
},
|
|
1835
|
-
"
|
|
1835
|
+
"core/lib/csp-evaluator.js | plainWildcards": {
|
|
1836
1836
|
"message": "Iwasang gumamit ng mga plain na wildcard ({keyword}) sa direktibang ito. Pinapayagan ng mga plain na wildcard na ma-source ang mga script mula sa hindi ligtas na domain."
|
|
1837
1837
|
},
|
|
1838
|
-
"
|
|
1838
|
+
"core/lib/csp-evaluator.js | reportToOnly": {
|
|
1839
1839
|
"message": "Nako-configure lang ang destinasyon ng pag-uulat sa pamamagitan ng report-to na direktiba. Sinusuportahan lang ang direktibang ito sa mga browser na batay sa Chromium kung kaya inirerekomendang gumamit din ng report-uri na direktiba."
|
|
1840
1840
|
},
|
|
1841
|
-
"
|
|
1841
|
+
"core/lib/csp-evaluator.js | reportingDestinationMissing": {
|
|
1842
1842
|
"message": "Walang CSP na nagko-configure ng destinasyon ng pag-uulat. Pinapahirap nitong mapanatili ang CSP sa paglipas ng panahon at masubaybayan ang anumang pagkasira."
|
|
1843
1843
|
},
|
|
1844
|
-
"
|
|
1844
|
+
"core/lib/csp-evaluator.js | strictDynamic": {
|
|
1845
1845
|
"message": "Puwedeng madalas na ma-bypass ang mga allowlist ng host. Pag-isipang gumamit ng mga CSP nonce o hash sa halip, kasama ng 'strict-dynamic' kung kinakailangan."
|
|
1846
1846
|
},
|
|
1847
|
-
"
|
|
1847
|
+
"core/lib/csp-evaluator.js | unknownDirective": {
|
|
1848
1848
|
"message": "Hindi kilalang direktiba ng CSP."
|
|
1849
1849
|
},
|
|
1850
|
-
"
|
|
1850
|
+
"core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1851
1851
|
"message": "Mukhang invalid na keyword ang {keyword}."
|
|
1852
1852
|
},
|
|
1853
|
-
"
|
|
1853
|
+
"core/lib/csp-evaluator.js | unsafeInline": {
|
|
1854
1854
|
"message": "Nagbibigay-daan ang 'unsafe-inline' sa pagpapatupad ng mga hindi ligtas na in-page na script at tagapangasiwa ng event. Pag-isipang gumamit ng mga CSP nonce o hash para indibidwal na payagan ang mga script."
|
|
1855
1855
|
},
|
|
1856
|
-
"
|
|
1856
|
+
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1857
1857
|
"message": "Pag-isipang magdagdag ng 'unsafe-inline' (binabalewala ng mga browser na sumusuporta sa mga nonce/hash) para maging backward compatible sa mga lumang browser."
|
|
1858
1858
|
},
|
|
1859
|
-
"
|
|
1859
|
+
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1860
1860
|
"message": "Oras ng Pag-block ng Pangunahing Thread"
|
|
1861
1861
|
},
|
|
1862
|
-
"
|
|
1862
|
+
"core/lib/i18n/i18n.js | columnCacheTTL": {
|
|
1863
1863
|
"message": "TTL ng Cache"
|
|
1864
1864
|
},
|
|
1865
|
-
"
|
|
1865
|
+
"core/lib/i18n/i18n.js | columnDescription": {
|
|
1866
1866
|
"message": "Paglalarawan"
|
|
1867
1867
|
},
|
|
1868
|
-
"
|
|
1868
|
+
"core/lib/i18n/i18n.js | columnDuration": {
|
|
1869
1869
|
"message": "Tagal"
|
|
1870
1870
|
},
|
|
1871
|
-
"
|
|
1871
|
+
"core/lib/i18n/i18n.js | columnElement": {
|
|
1872
1872
|
"message": "Elemento"
|
|
1873
1873
|
},
|
|
1874
|
-
"
|
|
1874
|
+
"core/lib/i18n/i18n.js | columnFailingElem": {
|
|
1875
1875
|
"message": "Mga Hindi Nakapasang Element"
|
|
1876
1876
|
},
|
|
1877
|
-
"
|
|
1877
|
+
"core/lib/i18n/i18n.js | columnLocation": {
|
|
1878
1878
|
"message": "Lokasyon"
|
|
1879
1879
|
},
|
|
1880
|
-
"
|
|
1880
|
+
"core/lib/i18n/i18n.js | columnName": {
|
|
1881
1881
|
"message": "Pangalan"
|
|
1882
1882
|
},
|
|
1883
|
-
"
|
|
1883
|
+
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
1884
1884
|
"message": "Lampas sa Badyet"
|
|
1885
1885
|
},
|
|
1886
|
-
"
|
|
1886
|
+
"core/lib/i18n/i18n.js | columnRequests": {
|
|
1887
1887
|
"message": "Mga Kahilingan"
|
|
1888
1888
|
},
|
|
1889
|
-
"
|
|
1889
|
+
"core/lib/i18n/i18n.js | columnResourceSize": {
|
|
1890
1890
|
"message": "Laki ng Resource"
|
|
1891
1891
|
},
|
|
1892
|
-
"
|
|
1892
|
+
"core/lib/i18n/i18n.js | columnResourceType": {
|
|
1893
1893
|
"message": "Uri ng Resource"
|
|
1894
1894
|
},
|
|
1895
|
-
"
|
|
1895
|
+
"core/lib/i18n/i18n.js | columnSize": {
|
|
1896
1896
|
"message": "Laki"
|
|
1897
1897
|
},
|
|
1898
|
-
"
|
|
1898
|
+
"core/lib/i18n/i18n.js | columnSource": {
|
|
1899
1899
|
"message": "Pinagmulan"
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"core/lib/i18n/i18n.js | columnStartTime": {
|
|
1902
1902
|
"message": "Oras ng Pagsisimula"
|
|
1903
1903
|
},
|
|
1904
|
-
"
|
|
1904
|
+
"core/lib/i18n/i18n.js | columnTimeSpent": {
|
|
1905
1905
|
"message": "Oras na Ginugol"
|
|
1906
1906
|
},
|
|
1907
|
-
"
|
|
1907
|
+
"core/lib/i18n/i18n.js | columnTransferSize": {
|
|
1908
1908
|
"message": "Laki ng Paglipat"
|
|
1909
1909
|
},
|
|
1910
|
-
"
|
|
1910
|
+
"core/lib/i18n/i18n.js | columnURL": {
|
|
1911
1911
|
"message": "URL"
|
|
1912
1912
|
},
|
|
1913
|
-
"
|
|
1913
|
+
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1914
1914
|
"message": "Puwedeng Matipid"
|
|
1915
1915
|
},
|
|
1916
|
-
"
|
|
1916
|
+
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1917
1917
|
"message": "Puwedeng Matipid"
|
|
1918
1918
|
},
|
|
1919
|
-
"
|
|
1919
|
+
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1920
1920
|
"message": "Cumulative Layout Shift"
|
|
1921
1921
|
},
|
|
1922
|
-
"
|
|
1922
|
+
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1923
1923
|
"message": "Puwedeng makatipid ng {wastedBytes, number, bytes} KiB"
|
|
1924
1924
|
},
|
|
1925
|
-
"
|
|
1925
|
+
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1926
1926
|
"message": "{nodeCount,plural, =1{1 element ang nakita}one{# element ang nakita}other{# na element ang nakita}}"
|
|
1927
1927
|
},
|
|
1928
|
-
"
|
|
1928
|
+
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1929
1929
|
"message": "Puwedeng makatipid ng {wastedMs, number, milliseconds} ms"
|
|
1930
1930
|
},
|
|
1931
|
-
"
|
|
1931
|
+
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1932
1932
|
"message": "Dokumento"
|
|
1933
1933
|
},
|
|
1934
|
-
"
|
|
1934
|
+
"core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
|
|
1935
1935
|
"message": "First Contentful Paint"
|
|
1936
1936
|
},
|
|
1937
|
-
"
|
|
1937
|
+
"core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
|
|
1938
1938
|
"message": "First Meaningful Paint"
|
|
1939
1939
|
},
|
|
1940
|
-
"
|
|
1940
|
+
"core/lib/i18n/i18n.js | fontResourceType": {
|
|
1941
1941
|
"message": "Font"
|
|
1942
1942
|
},
|
|
1943
|
-
"
|
|
1943
|
+
"core/lib/i18n/i18n.js | imageResourceType": {
|
|
1944
1944
|
"message": "Larawan"
|
|
1945
1945
|
},
|
|
1946
|
-
"
|
|
1946
|
+
"core/lib/i18n/i18n.js | interactiveMetric": {
|
|
1947
1947
|
"message": "Time to Interactive"
|
|
1948
1948
|
},
|
|
1949
|
-
"
|
|
1949
|
+
"core/lib/i18n/i18n.js | itemSeverityHigh": {
|
|
1950
1950
|
"message": "Mataas"
|
|
1951
1951
|
},
|
|
1952
|
-
"
|
|
1952
|
+
"core/lib/i18n/i18n.js | itemSeverityLow": {
|
|
1953
1953
|
"message": "Mababa"
|
|
1954
1954
|
},
|
|
1955
|
-
"
|
|
1955
|
+
"core/lib/i18n/i18n.js | itemSeverityMedium": {
|
|
1956
1956
|
"message": "Katamtaman"
|
|
1957
1957
|
},
|
|
1958
|
-
"
|
|
1958
|
+
"core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
|
|
1959
1959
|
"message": "Largest Contentful Paint"
|
|
1960
1960
|
},
|
|
1961
|
-
"
|
|
1961
|
+
"core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
|
|
1962
1962
|
"message": "Max na Potensyal na First Input Delay"
|
|
1963
1963
|
},
|
|
1964
|
-
"
|
|
1964
|
+
"core/lib/i18n/i18n.js | mediaResourceType": {
|
|
1965
1965
|
"message": "Media"
|
|
1966
1966
|
},
|
|
1967
|
-
"
|
|
1967
|
+
"core/lib/i18n/i18n.js | ms": {
|
|
1968
1968
|
"message": "{timeInMs, number, milliseconds} ms"
|
|
1969
1969
|
},
|
|
1970
|
-
"
|
|
1970
|
+
"core/lib/i18n/i18n.js | otherResourceType": {
|
|
1971
1971
|
"message": "Iba pa"
|
|
1972
1972
|
},
|
|
1973
|
-
"
|
|
1973
|
+
"core/lib/i18n/i18n.js | otherResourcesLabel": {
|
|
1974
1974
|
"message": "Iba pang resource"
|
|
1975
1975
|
},
|
|
1976
|
-
"
|
|
1976
|
+
"core/lib/i18n/i18n.js | scriptResourceType": {
|
|
1977
1977
|
"message": "Script"
|
|
1978
1978
|
},
|
|
1979
|
-
"
|
|
1979
|
+
"core/lib/i18n/i18n.js | seconds": {
|
|
1980
1980
|
"message": "{timeInMs, number, seconds} s"
|
|
1981
1981
|
},
|
|
1982
|
-
"
|
|
1982
|
+
"core/lib/i18n/i18n.js | speedIndexMetric": {
|
|
1983
1983
|
"message": "Speed Index"
|
|
1984
1984
|
},
|
|
1985
|
-
"
|
|
1985
|
+
"core/lib/i18n/i18n.js | stylesheetResourceType": {
|
|
1986
1986
|
"message": "Stylesheet"
|
|
1987
1987
|
},
|
|
1988
|
-
"
|
|
1988
|
+
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
1989
1989
|
"message": "Third-party"
|
|
1990
1990
|
},
|
|
1991
|
-
"
|
|
1991
|
+
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
1992
1992
|
"message": "Total Blocking Time"
|
|
1993
1993
|
},
|
|
1994
|
-
"
|
|
1994
|
+
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
1995
1995
|
"message": "Kabuuan"
|
|
1996
1996
|
},
|
|
1997
|
-
"
|
|
1997
|
+
"core/lib/lh-error.js | badTraceRecording": {
|
|
1998
1998
|
"message": "Nagkaroon ng problema sa pag-record ng trace sa pag-load ng iyong page. Paganahin ulit ang Lighthouse. ({errorCode})"
|
|
1999
1999
|
},
|
|
2000
|
-
"
|
|
2000
|
+
"core/lib/lh-error.js | criTimeout": {
|
|
2001
2001
|
"message": "Nag-timeout habang naghihintay para sa paunang koneksyon sa Protocol ng Debugger."
|
|
2002
2002
|
},
|
|
2003
|
-
"
|
|
2003
|
+
"core/lib/lh-error.js | didntCollectScreenshots": {
|
|
2004
2004
|
"message": "Hindi nangolekta ang Chrome ng anumang screenshot habang nilo-load ang page. Pakitiyak na may nakikitang content sa page, at pagkatapos ay subukang paganahin ulit ang Lighthouse. ({errorCode})"
|
|
2005
2005
|
},
|
|
2006
|
-
"
|
|
2006
|
+
"core/lib/lh-error.js | dnsFailure": {
|
|
2007
2007
|
"message": "Hindi malutas ng mga DNS server ang ibinigay na domain."
|
|
2008
2008
|
},
|
|
2009
|
-
"
|
|
2009
|
+
"core/lib/lh-error.js | erroredRequiredArtifact": {
|
|
2010
2010
|
"message": "Ang kinakailangang gatherer na {artifactName} ay nagkaroon ng error: {errorMessage}"
|
|
2011
2011
|
},
|
|
2012
|
-
"
|
|
2012
|
+
"core/lib/lh-error.js | internalChromeError": {
|
|
2013
2013
|
"message": "Nagkaroon ng internal na error sa Chrome. Paki-restart ang Chrome at subukang muling paganahin ang Lighthouse."
|
|
2014
2014
|
},
|
|
2015
|
-
"
|
|
2015
|
+
"core/lib/lh-error.js | missingRequiredArtifact": {
|
|
2016
2016
|
"message": "Hindi tumakbo ang kinakailangang gatherer na {artifactName}."
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"core/lib/lh-error.js | noFcp": {
|
|
2019
2019
|
"message": "Hindi nag-paint ang page ng anumang content. Pakitiyak na papanatilihin mong nasa foreground ang window ng browser habang naglo-load at subukan ulit. ({errorCode})"
|
|
2020
2020
|
},
|
|
2021
|
-
"
|
|
2021
|
+
"core/lib/lh-error.js | notHtml": {
|
|
2022
2022
|
"message": "Hindi HTML ang ibinigay na page (inihatid bilang uri ng MIME {mimeType})."
|
|
2023
2023
|
},
|
|
2024
|
-
"
|
|
2024
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
2025
2025
|
"message": "Masyadong luma ang bersyong ito ng Chrome para suportahan ang '{featureName}.' Gumamit ng mas bagong bersyon para makita ang mga buong resulta."
|
|
2026
2026
|
},
|
|
2027
|
-
"
|
|
2027
|
+
"core/lib/lh-error.js | pageLoadFailed": {
|
|
2028
2028
|
"message": "Hindi na-load nang maayos ng Lighthouse ang page na hiniling mo. Tiyaking tamang URL ang sinusubukan mo at tumutugon nang maayos ang server sa lahat ng kahilingan."
|
|
2029
2029
|
},
|
|
2030
|
-
"
|
|
2030
|
+
"core/lib/lh-error.js | pageLoadFailedHung": {
|
|
2031
2031
|
"message": "Hindi na-load nang maayos ng Lighthouse ang URL na hiniling mo dahil huminto sa pagtugon ang page."
|
|
2032
2032
|
},
|
|
2033
|
-
"
|
|
2033
|
+
"core/lib/lh-error.js | pageLoadFailedInsecure": {
|
|
2034
2034
|
"message": "Walang valid na panseguridad na certificate ang URL na ibinigay mo. {securityMessages}"
|
|
2035
2035
|
},
|
|
2036
|
-
"
|
|
2036
|
+
"core/lib/lh-error.js | pageLoadFailedInterstitial": {
|
|
2037
2037
|
"message": "Pinigilan ng Chrome ang pag-load ng page gamit ang interstitial. Tiyaking tamang URL ang sinusubukan mo at tumutugon nang maayos ang server sa lahat ng kahilingan."
|
|
2038
2038
|
},
|
|
2039
|
-
"
|
|
2039
|
+
"core/lib/lh-error.js | pageLoadFailedWithDetails": {
|
|
2040
2040
|
"message": "Hindi na-load nang maayos ng Lighthouse ang page na hiniling mo. Tiyaking tamang URL ang sinusubukan mo at tumutugon nang maayos ang server sa lahat ng kahilingan. (Mga Detalye: {errorDetails})"
|
|
2041
2041
|
},
|
|
2042
|
-
"
|
|
2042
|
+
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2043
2043
|
"message": "Hindi na-load nang maayos ng Lighthouse ang page na hiniling mo. Tiyaking tamang URL ang sinusubukan mo at tumutugon nang maayos ang server sa lahat ng kahilingan. (Status code: {statusCode})"
|
|
2044
2044
|
},
|
|
2045
|
-
"
|
|
2045
|
+
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2046
2046
|
"message": "Masyadong matagal na na-load ang iyong page. Pakisunod ang mga pagkakataon sa ulat para mabawasan ang tagal ng pag-load ng iyong page, at pagkatapos ay paganahin ulit ang Lighthouse. ({errorCode})"
|
|
2047
2047
|
},
|
|
2048
|
-
"
|
|
2048
|
+
"core/lib/lh-error.js | protocolTimeout": {
|
|
2049
2049
|
"message": "Lumampas na sa nakalaang oras ang paghihintay ng tugon ng DevTools protocol. (Pamamaraan: {protocolMethod})"
|
|
2050
2050
|
},
|
|
2051
|
-
"
|
|
2051
|
+
"core/lib/lh-error.js | requestContentTimeout": {
|
|
2052
2052
|
"message": "Lumampas na sa nakalaang panahon ang pag-fetch ng content ng resource"
|
|
2053
2053
|
},
|
|
2054
|
-
"
|
|
2054
|
+
"core/lib/lh-error.js | urlInvalid": {
|
|
2055
2055
|
"message": "Mukhang invalid ang URL na ibinigay mo."
|
|
2056
2056
|
},
|
|
2057
2057
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|