lighthouse 9.5.0-dev.20220728 → 9.5.0-dev.20220729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +11 -11
- package/{lighthouse-cli → cli}/bin.js +5 -5
- package/{lighthouse-cli → cli}/cli-flags.js +1 -1
- package/{lighthouse-cli → cli}/commands/commands.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
- package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
- package/{lighthouse-cli → cli}/index.js +0 -0
- package/{lighthouse-cli → cli}/package.json +0 -0
- package/{lighthouse-cli → cli}/printer.js +0 -0
- package/{lighthouse-cli → cli}/run.js +3 -3
- package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
- package/{lighthouse-core → core}/audits/audit.js +0 -0
- package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
- package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
- package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
- package/{lighthouse-core → core}/audits/content-width.js +0 -0
- package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
- package/{lighthouse-core → core}/audits/deprecations.js +0 -0
- package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
- package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/font-display.js +0 -0
- package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
- package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
- package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
- package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
- package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
- package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
- package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
- package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
- package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
- package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/audits/metrics.js +0 -0
- package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
- package/{lighthouse-core → core}/audits/network-requests.js +0 -0
- package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
- package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
- package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
- package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
- package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
- package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
- package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
- package/{lighthouse-core → core}/audits/redirects.js +0 -0
- package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
- package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
- package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
- package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
- package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
- package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
- package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
- package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
- package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
- package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
- package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
- package/{lighthouse-core → core}/audits/service-worker.js +0 -0
- package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
- package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
- package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
- package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
- package/{lighthouse-core → core}/audits/user-timings.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
- package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
- package/{lighthouse-core → core}/audits/viewport.js +0 -0
- package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
- package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
- package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
- package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/computed/image-records.js +0 -0
- package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
- package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
- package/{lighthouse-core → core}/computed/main-resource.js +0 -0
- package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
- package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
- package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
- package/{lighthouse-core → core}/computed/network-records.js +0 -0
- package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
- package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
- package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
- package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
- package/{lighthouse-core → core}/computed/screenshots.js +0 -0
- package/{lighthouse-core → core}/computed/speedline.js +0 -0
- package/{lighthouse-core → core}/computed/unused-css.js +0 -0
- package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
- package/{lighthouse-core → core}/computed/user-timings.js +0 -0
- package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
- package/{lighthouse-core → core}/config/budget.js +0 -0
- package/{lighthouse-core → core}/config/config-helpers.js +0 -0
- package/{lighthouse-core → core}/config/config-plugin.js +0 -0
- package/{lighthouse-core → core}/config/config.js +0 -0
- package/{lighthouse-core → core}/config/constants.js +0 -0
- package/{lighthouse-core → core}/config/default-config.js +0 -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": "Laporan Alur Pengguna Lighthouse"
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
135
|
"message": "Kunci akses memungkinkan pengguna memfokuskan bagian halaman dengan cepat. Untuk navigasi yang tepat, setiap kunci akses harus unik. [Pelajari lebih lanjut](https://web.dev/accesskeys/)."
|
|
136
136
|
},
|
|
137
|
-
"
|
|
137
|
+
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
138
|
"message": "Nilai `[accesskey]` tidak unik."
|
|
139
139
|
},
|
|
140
|
-
"
|
|
140
|
+
"core/audits/accessibility/accesskeys.js | title": {
|
|
141
141
|
"message": "Nilai `[accesskey]` bersifat unik"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
144
|
"message": "Setiap ARIA `role` mendukung subset tertentu dari atribut `aria-*`. Membatalkan pencocokan ini akan membuat atribut `aria-*` menjadi tidak valid. [Pelajari lebih lanjut](https://web.dev/aria-allowed-attr/)."
|
|
145
145
|
},
|
|
146
|
-
"
|
|
146
|
+
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
147
|
"message": "Atribut `[aria-*]` tidak cocok dengan perannya"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"core/audits/accessibility/aria-allowed-attr.js | title": {
|
|
150
150
|
"message": "Atribut `[aria-*]` cocok dengan perannya"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
153
|
"message": "Jika elemen tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
154
154
|
},
|
|
155
|
-
"
|
|
155
|
+
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
156
|
"message": "Elemen `button`, `link`, dan `menuitem` tidak memiliki nama yang dapat diakses."
|
|
157
157
|
},
|
|
158
|
-
"
|
|
158
|
+
"core/audits/accessibility/aria-command-name.js | title": {
|
|
159
159
|
"message": "Elemen `button`, `link`, dan `menuitem` memiliki nama yang dapat diakses"
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
162
|
"message": "Teknologi pendukung seperti pembaca layar tidak berfungsi secara konsisten jika `aria-hidden=\"true\"` ditetapkan pada`<body>` dokumen. [Pelajari lebih lanjut](https://web.dev/aria-hidden-body/)."
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
165
|
"message": "`[aria-hidden=\"true\"]` tersedia di `<body>` dokumen"
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"core/audits/accessibility/aria-hidden-body.js | title": {
|
|
168
168
|
"message": "`[aria-hidden=\"true\"]` tidak tersedia di `<body>` dokumen"
|
|
169
169
|
},
|
|
170
|
-
"
|
|
170
|
+
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
171
|
"message": "Turunan yang dapat difokuskan dalam elemen `[aria-hidden=\"true\"]` mencegah elemen interaktif tersebut tersedia bagi pengguna teknologi pendukung seperti pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-hidden-focus/)."
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
174
|
"message": "Elemen `[aria-hidden=\"true\"]` memuat turunan yang dapat difokuskan"
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"core/audits/accessibility/aria-hidden-focus.js | title": {
|
|
177
177
|
"message": "Elemen `[aria-hidden=\"true\"]` tidak memuat turunan yang dapat difokuskan"
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
180
|
"message": "Jika kolom masukan tidak memiliki nama yang dapat diakses, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
181
181
|
},
|
|
182
|
-
"
|
|
182
|
+
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
183
|
"message": "Kolom masukan ARIA tidak memiliki nama yang dapat diakses"
|
|
184
184
|
},
|
|
185
|
-
"
|
|
185
|
+
"core/audits/accessibility/aria-input-field-name.js | title": {
|
|
186
186
|
"message": "Kolom masukan ARIA memiliki nama yang dapat diakses"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
188
|
+
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
189
|
"message": "Jika elemen tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
192
|
"message": "Elemen `meter` ARIA tidak memiliki nama yang dapat diakses."
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"core/audits/accessibility/aria-meter-name.js | title": {
|
|
195
195
|
"message": "Elemen `meter` ARIA memiliki nama yang dapat diakses"
|
|
196
196
|
},
|
|
197
|
-
"
|
|
197
|
+
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
198
|
"message": "Jika elemen `progressbar` tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
201
|
"message": "Elemen `progressbar` ARIA tidak memiliki nama yang dapat diakses."
|
|
202
202
|
},
|
|
203
|
-
"
|
|
203
|
+
"core/audits/accessibility/aria-progressbar-name.js | title": {
|
|
204
204
|
"message": "Elemen `progressbar` ARIA memiliki nama yang dapat diakses"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
207
|
"message": "Beberapa peran ARIA memiliki atribut wajib yang menjelaskan status elemen ke pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-required-attr/)."
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
210
|
"message": "`[role]` tidak memiliki semua atribut `[aria-*]` yang diperlukan"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"core/audits/accessibility/aria-required-attr.js | title": {
|
|
213
213
|
"message": "`[role]` memiliki semua atribut `[aria-*]` yang diperlukan"
|
|
214
214
|
},
|
|
215
|
-
"
|
|
215
|
+
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
216
|
"message": "Beberapa peran induk ARIA harus memuat peran turunan tertentu agar dapat menjalankan fungsi aksesibilitas yang diinginkan. [Pelajari lebih lanjut](https://web.dev/aria-required-children/)."
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
219
|
"message": "Elemen dengan `[role]` ARIA yang mewajibkan turunannya berisi `[role]` tertentu tidak memiliki beberapa atau semua turunan yang diperlukan."
|
|
220
220
|
},
|
|
221
|
-
"
|
|
221
|
+
"core/audits/accessibility/aria-required-children.js | title": {
|
|
222
222
|
"message": "Elemen dengan `[role]` ARIA yang mewajibkan turunannya berisi `[role]` tertentu memiliki semua turunan yang diperlukan."
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
225
|
"message": "Beberapa peran turunan ARIA harus dimuat oleh peran induk tertentu agar dapat menjalankan fungsi aksesibilitas yang diinginkan dengan tepat. [Pelajari lebih lanjut](https://web.dev/aria-required-parent/)."
|
|
226
226
|
},
|
|
227
|
-
"
|
|
227
|
+
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
228
|
"message": "`[role]` tidak dimuat oleh elemen induk wajibnya"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"core/audits/accessibility/aria-required-parent.js | title": {
|
|
231
231
|
"message": "`[role]` dimuat oleh elemen induk wajibnya"
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
234
|
"message": "Peran ARIA harus memiliki nilai yang valid agar dapat menjalankan fungsi aksesibilitas yang diinginkan. [Pelajari lebih lanjut](https://web.dev/aria-roles/)."
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
237
|
"message": "Nilai `[role]` tidak valid"
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"core/audits/accessibility/aria-roles.js | title": {
|
|
240
240
|
"message": "Nilai `[role]` valid"
|
|
241
241
|
},
|
|
242
|
-
"
|
|
242
|
+
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
243
|
"message": "Jika kolom beralih tidak memiliki nama yang dapat diakses, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
244
244
|
},
|
|
245
|
-
"
|
|
245
|
+
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
246
|
"message": "Kolom beralih ARIA tidak memiliki nama yang dapat diakses"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
248
|
+
"core/audits/accessibility/aria-toggle-field-name.js | title": {
|
|
249
249
|
"message": "Kolom beralih ARIA memiliki nama yang dapat diakses"
|
|
250
250
|
},
|
|
251
|
-
"
|
|
251
|
+
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
252
|
"message": "Jika elemen tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
253
253
|
},
|
|
254
|
-
"
|
|
254
|
+
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
255
|
"message": "Elemen `tooltip` ARIA tidak memiliki nama yang dapat diakses."
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"core/audits/accessibility/aria-tooltip-name.js | title": {
|
|
258
258
|
"message": "Elemen `tooltip` ARIA memiliki nama yang dapat diakses"
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
261
|
"message": "Jika elemen tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/aria-name/)."
|
|
262
262
|
},
|
|
263
|
-
"
|
|
263
|
+
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
264
|
"message": "Elemen `treeitem` ARIA tidak memiliki nama yang dapat diakses."
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"core/audits/accessibility/aria-treeitem-name.js | title": {
|
|
267
267
|
"message": "Elemen `treeitem` ARIA memiliki nama yang dapat diakses"
|
|
268
268
|
},
|
|
269
|
-
"
|
|
269
|
+
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
270
|
"message": "Teknologi asistif, seperti pembaca layar, tidak dapat menafsirkan atribut ARIA dengan nilai yang tidak valid. [Pelajari lebih lanjut](https://web.dev/aria-valid-attr-value/)."
|
|
271
271
|
},
|
|
272
|
-
"
|
|
272
|
+
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
273
|
"message": "Atribut `[aria-*]` tidak memiliki nilai yang valid"
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"core/audits/accessibility/aria-valid-attr-value.js | title": {
|
|
276
276
|
"message": "Atribut `[aria-*]` memiliki nilai yang valid"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
279
|
"message": "Teknologi asistif, seperti pembaca layar, tidak dapat menafsirkan atribut ARIA dengan nama yang tidak valid. [Pelajari lebih lanjut](https://web.dev/aria-valid-attr/)."
|
|
280
280
|
},
|
|
281
|
-
"
|
|
281
|
+
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
282
|
"message": "Atribut `[aria-*]` tidak valid atau salah eja"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
284
|
+
"core/audits/accessibility/aria-valid-attr.js | title": {
|
|
285
285
|
"message": "Atribut `[aria-*]` valid dan tidak salah eja"
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"core/audits/accessibility/axe-audit.js | failingElementsHeader": {
|
|
288
288
|
"message": "Elemen yang Gagal"
|
|
289
289
|
},
|
|
290
|
-
"
|
|
290
|
+
"core/audits/accessibility/button-name.js | description": {
|
|
291
291
|
"message": "Jika tombol tidak memiliki nama yang dapat diakses, pembaca layar akan mengucapkannya sebagai \"tombol\", sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari lebih lanjut](https://web.dev/button-name/)."
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
294
|
"message": "Tombol tidak memiliki nama yang dapat diakses"
|
|
295
295
|
},
|
|
296
|
-
"
|
|
296
|
+
"core/audits/accessibility/button-name.js | title": {
|
|
297
297
|
"message": "Tombol memiliki nama yang dapat diakses"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"core/audits/accessibility/bypass.js | description": {
|
|
300
300
|
"message": "Dengan menambahkan cara untuk mengabaikan konten berulang, pengguna keyboard dapat membuka halaman dengan lebih efisien. [Pelajari lebih lanjut](https://web.dev/bypass/)."
|
|
301
301
|
},
|
|
302
|
-
"
|
|
302
|
+
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
303
|
"message": "Halaman ini tidak memuat judul, link lewati, atau wilayah landmark"
|
|
304
304
|
},
|
|
305
|
-
"
|
|
305
|
+
"core/audits/accessibility/bypass.js | title": {
|
|
306
306
|
"message": "Halaman ini memuat judul, link lewati, atau wilayah landmark"
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
309
|
"message": "Teks yang memiliki kontras rendah sulit atau tidak mungkin dibaca oleh kebanyakan pengguna. [Pelajari lebih lanjut](https://web.dev/color-contrast/)."
|
|
310
310
|
},
|
|
311
|
-
"
|
|
311
|
+
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
312
|
"message": "Warna latar belakang dan latar depan tidak memiliki rasio kontras yang cukup."
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"core/audits/accessibility/color-contrast.js | title": {
|
|
315
315
|
"message": "Warna latar belakang dan latar depan memiliki rasio kontras yang cukup"
|
|
316
316
|
},
|
|
317
|
-
"
|
|
317
|
+
"core/audits/accessibility/definition-list.js | description": {
|
|
318
318
|
"message": "Jika daftar definisi tidak di-markup dengan tepat, pembaca layar dapat menghasilkan output yang membingungkan atau tidak akurat. [Pelajari lebih lanjut](https://web.dev/definition-list/)."
|
|
319
319
|
},
|
|
320
|
-
"
|
|
320
|
+
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
321
|
"message": "`<dl>` tidak hanya memuat grup `<dt>` dan `<dd>`, `<script>`, `<template>`, atau elemen `<div>` yang diurutkan dengan tepat."
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"core/audits/accessibility/definition-list.js | title": {
|
|
324
324
|
"message": "`<dl>` hanya memuat grup `<dt>` dan `<dd>`, `<script>`, `<template>`, atau elemen `<div>` yang diurutkan dengan tepat."
|
|
325
325
|
},
|
|
326
|
-
"
|
|
326
|
+
"core/audits/accessibility/dlitem.js | description": {
|
|
327
327
|
"message": "Item daftar definisi (`<dt>` dan `<dd>`) harus tergabung dalam elemen `<dl>` induk untuk memastikan bahwa pembaca layar dapat mengucapkannya dengan tepat. [Pelajari lebih lanjut](https://web.dev/dlitem/)."
|
|
328
328
|
},
|
|
329
|
-
"
|
|
329
|
+
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
330
|
"message": "Item daftar definisi tidak tergabung dalam elemen `<dl>`"
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"core/audits/accessibility/dlitem.js | title": {
|
|
333
333
|
"message": "Item daftar definisi tergabung dalam elemen `<dl>`"
|
|
334
334
|
},
|
|
335
|
-
"
|
|
335
|
+
"core/audits/accessibility/document-title.js | description": {
|
|
336
336
|
"message": "Judul ini memberi pengguna pembaca layar ringkasan halaman, dan pengguna mesin telusur sangat mengandalkannya untuk menentukan apakah halaman relevan dengan penelusurannya atau tidak. [Pelajari lebih lanjut](https://web.dev/document-title/)."
|
|
337
337
|
},
|
|
338
|
-
"
|
|
338
|
+
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
339
|
"message": "Dokumen tidak memiliki elemen `<title>`"
|
|
340
340
|
},
|
|
341
|
-
"
|
|
341
|
+
"core/audits/accessibility/document-title.js | title": {
|
|
342
342
|
"message": "Dokumen memiliki elemen `<title>`"
|
|
343
343
|
},
|
|
344
|
-
"
|
|
344
|
+
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
345
|
"message": "Semua elemen yang dapat difokuskan harus memiliki `id` yang unik untuk memastikannya dapat dilihat oleh teknologi pendukung. [Pelajari lebih lanjut](https://web.dev/duplicate-id-active/)."
|
|
346
346
|
},
|
|
347
|
-
"
|
|
347
|
+
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
348
|
"message": "Atribut `[id]` pada elemen aktif yang dapat difokuskan tidak unik"
|
|
349
349
|
},
|
|
350
|
-
"
|
|
350
|
+
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
351
351
|
"message": "Atribut `[id]` pada elemen aktif yang dapat difokuskan unik"
|
|
352
352
|
},
|
|
353
|
-
"
|
|
353
|
+
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
354
|
"message": "Nilai ID ARIA harus unik untuk mencegah instance lain terabaikan oleh teknologi pendukung. [Pelajari lebih lanjut](https://web.dev/duplicate-id-aria/)."
|
|
355
355
|
},
|
|
356
|
-
"
|
|
356
|
+
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
357
|
"message": "ID ARIA tidak unik"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"core/audits/accessibility/duplicate-id-aria.js | title": {
|
|
360
360
|
"message": "ID ARIA unik"
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
363
|
"message": "Teknologi pendukung seperti pembaca layar yang menggunakan label pertama, terakhir, atau semua label akan mungkin salah mengucapkan kolom formulir yang memiliki beberapa label. [Pelajari lebih lanjut](https://web.dev/form-field-multiple-labels/)."
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
366
|
"message": "Kolom formulir memiliki beberapa label"
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"core/audits/accessibility/form-field-multiple-labels.js | title": {
|
|
369
369
|
"message": "Tidak ada kolom formulir yang memiliki beberapa label"
|
|
370
370
|
},
|
|
371
|
-
"
|
|
371
|
+
"core/audits/accessibility/frame-title.js | description": {
|
|
372
372
|
"message": "Pengguna pembaca layar mengandalkan judul bingkai untuk menjelaskan isi bingkai. [Pelajari lebih lanjut](https://web.dev/frame-title/)."
|
|
373
373
|
},
|
|
374
|
-
"
|
|
374
|
+
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
375
|
"message": "Elemen `<frame>` atau `<iframe>` tidak memiliki judul"
|
|
376
376
|
},
|
|
377
|
-
"
|
|
377
|
+
"core/audits/accessibility/frame-title.js | title": {
|
|
378
378
|
"message": "Elemen `<frame>` atau `<iframe>` memiliki judul"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"core/audits/accessibility/heading-order.js | description": {
|
|
381
381
|
"message": "Judul yang diurutkan dengan benar yang tidak melewati level akan menyampaikan struktur semantik halaman, membuatnya lebih mudah dilihat dan dipahami ketika menggunakan teknologi pendukung. [Pelajari lebih lanjut](https://web.dev/heading-order/)."
|
|
382
382
|
},
|
|
383
|
-
"
|
|
383
|
+
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
384
|
"message": "Elemen judul muncul tidak dalam urutan menurun yang berurutan"
|
|
385
385
|
},
|
|
386
|
-
"
|
|
386
|
+
"core/audits/accessibility/heading-order.js | title": {
|
|
387
387
|
"message": "Elemen judul muncul dalam urutan menurun yang berurutan"
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
390
|
"message": "Jika halaman tidak menentukan atribut bahasa, pembaca layar akan mengasumsikan bahwa halaman menggunakan bahasa default yang dipilih pengguna saat menyiapkan pembaca layar. Jika halaman tidak dalam bahasa default, pembaca layar mungkin tidak dapat mengucapkan teks di halaman tersebut dengan benar. [Pelajari lebih lanjut](https://web.dev/html-has-lang/)."
|
|
391
391
|
},
|
|
392
|
-
"
|
|
392
|
+
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
393
|
"message": "Elemen `<html>` tidak memiliki atribut `[lang]`"
|
|
394
394
|
},
|
|
395
|
-
"
|
|
395
|
+
"core/audits/accessibility/html-has-lang.js | title": {
|
|
396
396
|
"message": "Elemen `<html>` memiliki atribut `[lang]`"
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
399
|
"message": "Menentukan [bahasa BCP 47](https://www.w3.org/International/questions/qa-choosing-language-tags#question) yang valid akan membantu pembaca layar mengucapkan teks dengan tepat. [Pelajari lebih lanjut](https://web.dev/html-lang-valid/)."
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
402
|
"message": "Elemen `<html>` tidak memiliki nilai yang valid untuk atribut `[lang]`-nya."
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"core/audits/accessibility/html-lang-valid.js | title": {
|
|
405
405
|
"message": "Elemen `<html>` memiliki nilai yang valid untuk atribut `[lang]`-nya"
|
|
406
406
|
},
|
|
407
|
-
"
|
|
407
|
+
"core/audits/accessibility/image-alt.js | description": {
|
|
408
408
|
"message": "Elemen informatif harus memberikan teks alternatif yang singkat dan deskriptif. Elemen dekoratif dapat diabaikan dengan atribut alt kosong. [Pelajari lebih lanjut](https://web.dev/image-alt/)."
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
411
|
"message": "Elemen gambar tidak memiliki atribut `[alt]`"
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"core/audits/accessibility/image-alt.js | title": {
|
|
414
414
|
"message": "Elemen halaman memiliki atribut `[alt]`"
|
|
415
415
|
},
|
|
416
|
-
"
|
|
416
|
+
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
417
|
"message": "Saat suatu gambar digunakan sebagai tombol `<input>`, menyediakan teks alternatif dapat membantu pengguna pembaca layar memahami fungsi tombol tersebut. [Pelajari lebih lanjut](https://web.dev/input-image-alt/)."
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
420
|
"message": "Elemen `<input type=\"image\">` tidak memiliki teks `[alt]`"
|
|
421
421
|
},
|
|
422
|
-
"
|
|
422
|
+
"core/audits/accessibility/input-image-alt.js | title": {
|
|
423
423
|
"message": "Elemen `<input type=\"image\">` memiliki teks `[alt]`"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"core/audits/accessibility/label.js | description": {
|
|
426
426
|
"message": "Label memastikan bahwa kontrol bentuk diucapkan dengan tepat oleh teknologi asistif, seperti pembaca layar. [Pelajari lebih lanjut](https://web.dev/label/)."
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
429
|
"message": "Elemen formulir tidak memiliki label yang terkait"
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"core/audits/accessibility/label.js | title": {
|
|
432
432
|
"message": "Elemen formulir memiliki label yang terkait"
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"core/audits/accessibility/link-name.js | description": {
|
|
435
435
|
"message": "Teks link (dan teks alternatif untuk gambar, saat digunakan sebagai link) yang mudah dilihat, unik, dan dapat difokuskan menyempurnakan pengalaman navigasi bagi pengguna pembaca layar. [Pelajari lebih lanjut](https://web.dev/link-name/)."
|
|
436
436
|
},
|
|
437
|
-
"
|
|
437
|
+
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
438
|
"message": "Link tidak memiliki nama yang dapat dikenali"
|
|
439
439
|
},
|
|
440
|
-
"
|
|
440
|
+
"core/audits/accessibility/link-name.js | title": {
|
|
441
441
|
"message": "Link memiliki nama yang dapat dikenali"
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"core/audits/accessibility/list.js | description": {
|
|
444
444
|
"message": "Pembaca layar memiliki cara tertentu untuk membacakan daftar. Memastikan struktur daftar dengan tepat akan membantu output pembaca layar. [Pelajari lebih lanjut](https://web.dev/list/)."
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
447
|
"message": "Daftar tidak hanya berisi elemen `<li>` dan skrip yang mendukung elemen (`<script>` dan `<template>`)."
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"core/audits/accessibility/list.js | title": {
|
|
450
450
|
"message": "Daftar hanya memuat elemen `<li>` dan skrip yang mendukung elemen (`<script>` dan `<template>`)."
|
|
451
451
|
},
|
|
452
|
-
"
|
|
452
|
+
"core/audits/accessibility/listitem.js | description": {
|
|
453
453
|
"message": "Pembaca layar mengharuskan item daftar (`<li>`) untuk dimuat dalam `<ul>` atau `<ol>` induk agar dapat diucapkan dengan tepat. [Pelajari lebih lanjut](https://web.dev/listitem/)."
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
456
|
"message": "Daftar item (`<li>`) tidak dimuat dalam elemen induk `<ul>` atau `<ol>`."
|
|
457
457
|
},
|
|
458
|
-
"
|
|
458
|
+
"core/audits/accessibility/listitem.js | title": {
|
|
459
459
|
"message": "Item daftar (`<li>`) dimuat dalam elemen induk `<ul>` atau `<ol>`"
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
462
|
"message": "Pengguna tidak mengharapkan halaman dimuat ulang secara otomatis, karena tindakan tersebut akan memindahkan fokus kembali ke bagian atas halaman. Hal ini dapat menimbulkan pengalaman yang menjengkelkan atau membingungkan. [Pelajari lebih lanjut](https://web.dev/meta-refresh/)."
|
|
463
463
|
},
|
|
464
|
-
"
|
|
464
|
+
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
465
|
"message": "Dokumen menggunakan `<meta http-equiv=\"refresh\">`"
|
|
466
466
|
},
|
|
467
|
-
"
|
|
467
|
+
"core/audits/accessibility/meta-refresh.js | title": {
|
|
468
468
|
"message": "Dokumen tidak menggunakan `<meta http-equiv=\"refresh\">`"
|
|
469
469
|
},
|
|
470
|
-
"
|
|
470
|
+
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
471
|
"message": "Menonaktifkan zoom akan menimbulkan masalah bagi pengguna dengan gangguan penglihatan yang mengandalkan pembesaran layar untuk melihat konten halaman dengan tepat. [Pelajari lebih lanjut](https://web.dev/meta-viewport/)."
|
|
472
472
|
},
|
|
473
|
-
"
|
|
473
|
+
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
474
|
"message": "`[user-scalable=\"no\"]` digunakan dalam elemen `<meta name=\"viewport\">` atau atribut `[maximum-scale]` kurang dari 5."
|
|
475
475
|
},
|
|
476
|
-
"
|
|
476
|
+
"core/audits/accessibility/meta-viewport.js | title": {
|
|
477
477
|
"message": "`[user-scalable=\"no\"]` tidak digunakan dalam elemen `<meta name=\"viewport\">` dan atribut `[maximum-scale]` tidak kurang dari 5."
|
|
478
478
|
},
|
|
479
|
-
"
|
|
479
|
+
"core/audits/accessibility/object-alt.js | description": {
|
|
480
480
|
"message": "Pembaca layar tidak dapat menerjemahkan konten yang bukan teks. Menambahkan teks alternatif ke elemen `<object>` akan membantu pembaca layar menyampaikan makna kepada pengguna. [Pelajari lebih lanjut](https://web.dev/object-alt/)."
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
483
|
"message": "Elemen `<object>` tidak memiliki teks alternatif"
|
|
484
484
|
},
|
|
485
|
-
"
|
|
485
|
+
"core/audits/accessibility/object-alt.js | title": {
|
|
486
486
|
"message": "Elemen `<object>` memiliki teks alternatif"
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"core/audits/accessibility/tabindex.js | description": {
|
|
489
489
|
"message": "Nilai yang lebih besar dari 0 menunjukkan pengurutan navigasi eksplisit. Walaupun secara teknis valid, hal ini sering menciptakan pengalaman yang membingungkan bagi pengguna yang mengandalkan teknologi asistif. [Pelajari lebih lanjut](https://web.dev/tabindex/)."
|
|
490
490
|
},
|
|
491
|
-
"
|
|
491
|
+
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
492
|
"message": "Beberapa elemen memiliki nilai `[tabindex]` yang lebih besar dari 0"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"core/audits/accessibility/tabindex.js | title": {
|
|
495
495
|
"message": "Tidak ada elemen yang memiliki nilai `[tabindex]` lebih besar dari 0"
|
|
496
496
|
},
|
|
497
|
-
"
|
|
497
|
+
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
498
|
"message": "Pembaca layar memiliki fitur yang memudahkan navigasi tabel. Memastikan sel `<td>` yang menggunakan atribut `[headers]` hanya merujuk ke sel lain dalam tabel yang sama dapat menyempurnakan pengalaman bagi pengguna pembaca layar. [Pelajari lebih lanjut](https://web.dev/td-headers-attr/)."
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
501
|
"message": "Sel di elemen `<table>` yang menggunakan atribut `[headers]` yang merujuk pada elemen `id` tidak ditemukan dalam tabel yang sama."
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"core/audits/accessibility/td-headers-attr.js | title": {
|
|
504
504
|
"message": "Sel dalam elemen `<table>` yang menggunakan atribut `[headers]` merujuk pada sel tabel dalam tabel yang sama."
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
507
|
"message": "Pembaca layar memiliki fitur yang memudahkan navigasi tabel. Memastikan header tabel selalu merujuk ke sekumpulan sel dapat menyempurnakan pengalaman bagi pengguna pembaca layar. [Pelajari lebih lanjut](https://web.dev/th-has-data-cells/)."
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
510
|
"message": "Elemen `<th>` dan elemen dengan `[role=\"columnheader\"/\"rowheader\"]` tidak memiliki sel data yang dideskripsikannya."
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"core/audits/accessibility/th-has-data-cells.js | title": {
|
|
513
513
|
"message": "Elemen `<th>` dan elemen dengan `[role=\"columnheader\"/\"rowheader\"]` memiliki sel data yang dideskripsikan."
|
|
514
514
|
},
|
|
515
|
-
"
|
|
515
|
+
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
516
|
"message": "Menentukan [bahasa BCP 47](https://www.w3.org/International/questions/qa-choosing-language-tags#question) yang valid pada elemen membantu memastikan bahwa teks diucapkan dengan benar oleh pembaca layar. [Pelajari lebih lanjut](https://web.dev/valid-lang/)."
|
|
517
517
|
},
|
|
518
|
-
"
|
|
518
|
+
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
519
|
"message": "Atribut `[lang]` tidak memiliki nilai yang valid"
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"core/audits/accessibility/valid-lang.js | title": {
|
|
522
522
|
"message": "Atribut `[lang]` memiliki nilai yang valid"
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"core/audits/accessibility/video-caption.js | description": {
|
|
525
525
|
"message": "Video yang menyediakan teks akan memudahkan pengguna yang menyandang gangguan pendengaran dan tunarungu untuk mengakses informasinya. [Pelajari lebih lanjut](https://web.dev/video-caption/)."
|
|
526
526
|
},
|
|
527
|
-
"
|
|
527
|
+
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
528
|
"message": "Elemen `<video>` tidak memuat elemen `<track>` dengan `[kind=\"captions\"]`."
|
|
529
529
|
},
|
|
530
|
-
"
|
|
530
|
+
"core/audits/accessibility/video-caption.js | title": {
|
|
531
531
|
"message": "Elemen `<video>` memuat elemen `<track>` dengan `[kind=\"captions\"]`"
|
|
532
532
|
},
|
|
533
|
-
"
|
|
533
|
+
"core/audits/autocomplete.js | columnCurrent": {
|
|
534
534
|
"message": "Nilai Saat Ini"
|
|
535
535
|
},
|
|
536
|
-
"
|
|
536
|
+
"core/audits/autocomplete.js | columnSuggestions": {
|
|
537
537
|
"message": "Token yang Disarankan"
|
|
538
538
|
},
|
|
539
|
-
"
|
|
539
|
+
"core/audits/autocomplete.js | description": {
|
|
540
540
|
"message": "`autocomplete` membantu pengguna mengirim formulir lebih cepat. Untuk mempermudah pengguna, sebaiknya lakukan pengaktifan dengan menyetel atribut `autocomplete` ke nilai yang valid. [Pelajari lebih lanjut](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": "Elemen `<input>` tidak memiliki atribut `autocomplete` yang benar"
|
|
544
544
|
},
|
|
545
|
-
"
|
|
545
|
+
"core/audits/autocomplete.js | manualReview": {
|
|
546
546
|
"message": "Memerlukan tinjauan manual"
|
|
547
547
|
},
|
|
548
|
-
"
|
|
548
|
+
"core/audits/autocomplete.js | reviewOrder": {
|
|
549
549
|
"message": "Tinjau urutan token"
|
|
550
550
|
},
|
|
551
|
-
"
|
|
551
|
+
"core/audits/autocomplete.js | title": {
|
|
552
552
|
"message": "Elemen `<input>` menggunakan `autocomplete` dengan benar"
|
|
553
553
|
},
|
|
554
|
-
"
|
|
554
|
+
"core/audits/autocomplete.js | warningInvalid": {
|
|
555
555
|
"message": "Token `autocomplete`: \"{token}\" tidak valid dalam {snippet}"
|
|
556
556
|
},
|
|
557
|
-
"
|
|
557
|
+
"core/audits/autocomplete.js | warningOrder": {
|
|
558
558
|
"message": "Tinjau urutan token: \"{tokens}\" di {snippet}"
|
|
559
559
|
},
|
|
560
|
-
"
|
|
560
|
+
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
561
561
|
"message": "Ekstensi Chrome berpengaruh negatif terhadap performa pemuatan halaman ini. Coba audit halaman dalam mode samaran atau dari profil Chrome tanpa ekstensi."
|
|
562
562
|
},
|
|
563
|
-
"
|
|
563
|
+
"core/audits/bootup-time.js | columnScriptEval": {
|
|
564
564
|
"message": "Evaluasi Skrip"
|
|
565
565
|
},
|
|
566
|
-
"
|
|
566
|
+
"core/audits/bootup-time.js | columnScriptParse": {
|
|
567
567
|
"message": "Penguraian Skrip"
|
|
568
568
|
},
|
|
569
|
-
"
|
|
569
|
+
"core/audits/bootup-time.js | columnTotal": {
|
|
570
570
|
"message": "Waktu CPU Total"
|
|
571
571
|
},
|
|
572
|
-
"
|
|
572
|
+
"core/audits/bootup-time.js | description": {
|
|
573
573
|
"message": "Sebaiknya kurangi waktu yang dihabiskan untuk mengurai, mengompilasi, dan mengeksekusi JS. Coba kirim payload JS yang lebih kecil untuk membantu mengurangi waktu. [Pelajari lebih lanjut](https://web.dev/bootup-time/)."
|
|
574
574
|
},
|
|
575
|
-
"
|
|
575
|
+
"core/audits/bootup-time.js | failureTitle": {
|
|
576
576
|
"message": "Mengurangi waktu eksekusi JavaScript"
|
|
577
577
|
},
|
|
578
|
-
"
|
|
578
|
+
"core/audits/bootup-time.js | title": {
|
|
579
579
|
"message": "Waktu eksekusi JavaScript"
|
|
580
580
|
},
|
|
581
|
-
"
|
|
581
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
582
582
|
"message": "Menghapus modul JavaScript duplikat yang besar dari paket untuk mengurangi byte tidak perlu yang digunakan oleh aktivitas jaringan. "
|
|
583
583
|
},
|
|
584
|
-
"
|
|
584
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
585
585
|
"message": "Hapus modul duplikat di paket JavaScript"
|
|
586
586
|
},
|
|
587
|
-
"
|
|
587
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
588
588
|
"message": "GIF berukuran besar tidak efisien untuk menayangkan konten animasi. Sebaiknya gunakan video MPEG4/WebM sebagai animasi dan PNG/WebP sebagai gambar statis untuk menggantikan GIF guna menghemat byte jaringan. [Pelajari lebih lanjut](https://web.dev/efficient-animated-content/)"
|
|
589
589
|
},
|
|
590
|
-
"
|
|
590
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
591
591
|
"message": "Gunakan format video untuk konten animasi"
|
|
592
592
|
},
|
|
593
|
-
"
|
|
593
|
+
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
594
594
|
"message": "Polyfill dan transformasi memungkinkan browser lama menggunakan fitur JavaScript yang baru. Namun, banyak di antara fitur tersebut yang tidak diperlukan browser modern. Untuk paket JavaScript Anda, terapkan strategi deployment skrip modern menggunakan deteksi fitur modul/nomodule untuk mengurangi jumlah kode yang dikirimkan ke browser modern, sambil terus menyediakan dukungan untuk browser lama. [Pelajari Lebih Lanjut](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": "Hindari penayangan JavaScript lama di browser modern"
|
|
598
598
|
},
|
|
599
|
-
"
|
|
599
|
+
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
600
600
|
"message": "Format gambar seperti WebP dan AVIF sering kali memberikan kompresi yang lebih baik daripada PNG atau JPEG, yang berarti proses download yang lebih cepat dan konsumsi data yang lebih sedikit. [Pelajari lebih lanjut](https://web.dev/uses-webp-images/)."
|
|
601
601
|
},
|
|
602
|
-
"
|
|
602
|
+
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
603
603
|
"message": "Tayangkan gambar dalam format generasi berikutnya"
|
|
604
604
|
},
|
|
605
|
-
"
|
|
605
|
+
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
606
606
|
"message": "Sebaiknya lakukan pemuatan lambat di balik layar dan gambar tersembunyi setelah semua resource kritis selesai dimuat guna mengurangi waktu untuk interaktif. [Pelajari lebih lanjut](https://web.dev/offscreen-images/)."
|
|
607
607
|
},
|
|
608
|
-
"
|
|
608
|
+
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
609
609
|
"message": "Tunda gambar di balik layar"
|
|
610
610
|
},
|
|
611
|
-
"
|
|
611
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
612
612
|
"message": "Resource memblokir first paint halaman. Sebaiknya kirim inline JS/CSS kritis dan tunda semua JS/gaya yang tidak kritis. [Pelajari lebih lanjut](https://web.dev/render-blocking-resources/)."
|
|
613
613
|
},
|
|
614
|
-
"
|
|
614
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
615
615
|
"message": "Hilangkan resource yang memblokir render"
|
|
616
616
|
},
|
|
617
|
-
"
|
|
617
|
+
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
618
618
|
"message": "Payload jaringan yang besar menimbulkan biaya yang tinggi bagi pengguna dan berkorelasi erat dengan waktu pemuatan yang lama. [Pelajari lebih lanjut](https://web.dev/total-byte-weight/)."
|
|
619
619
|
},
|
|
620
|
-
"
|
|
620
|
+
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
621
621
|
"message": "Ukuran total adalah {totalBytes, number, bytes} KiB"
|
|
622
622
|
},
|
|
623
|
-
"
|
|
623
|
+
"core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
|
|
624
624
|
"message": "Menghindari payload jaringan yang sangat besar"
|
|
625
625
|
},
|
|
626
|
-
"
|
|
626
|
+
"core/audits/byte-efficiency/total-byte-weight.js | title": {
|
|
627
627
|
"message": "Menghindari payload jaringan yang sangat besar"
|
|
628
628
|
},
|
|
629
|
-
"
|
|
629
|
+
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
630
630
|
"message": "Meminifikasi file CSS dapat mengurangi ukuran payload jaringan. [Pelajari lebih lanjut](https://web.dev/unminified-css/)."
|
|
631
631
|
},
|
|
632
|
-
"
|
|
632
|
+
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
633
633
|
"message": "Kecilkan CSS"
|
|
634
634
|
},
|
|
635
|
-
"
|
|
635
|
+
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
636
636
|
"message": "Meminifikasi file JavaScript dapat mengurangi ukuran payload dan waktu penguraian skrip. [Pelajari lebih lanjut](https://web.dev/unminified-javascript/)."
|
|
637
637
|
},
|
|
638
|
-
"
|
|
638
|
+
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
639
639
|
"message": "Kecilkan ukuran JavaScript"
|
|
640
640
|
},
|
|
641
|
-
"
|
|
641
|
+
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
642
642
|
"message": "Mengurangi aturan yang tidak digunakan dari stylesheet dan menunda CSS yang tidak digunakan untuk konten paruh atas guna menurunkan byte yang digunakan oleh aktivitas jaringan. [Pelajari lebih lanjut](https://web.dev/unused-css-rules/)."
|
|
643
643
|
},
|
|
644
|
-
"
|
|
644
|
+
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
645
645
|
"message": "Kurangi CSS yang tidak digunakan"
|
|
646
646
|
},
|
|
647
|
-
"
|
|
647
|
+
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
648
648
|
"message": "Mengurangi JavaScript yang tidak digunakan dan menunda pemuatan skrip sampai diperlukan untuk menurunkan byte yang digunakan oleh aktivitas jaringan. [Pelajari lebih lanjut](https://web.dev/unused-javascript/)."
|
|
649
649
|
},
|
|
650
|
-
"
|
|
650
|
+
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
651
651
|
"message": "Kurangi JavaScript yang tidak digunakan"
|
|
652
652
|
},
|
|
653
|
-
"
|
|
653
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
654
654
|
"message": "Durasi cache yang panjang dapat mempercepat kunjungan berulang ke halaman Anda. [Pelajari lebih lanjut](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{1 resource ditemukan}other{# resource ditemukan}}"
|
|
658
658
|
},
|
|
659
|
-
"
|
|
659
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
660
660
|
"message": "Tayangkan aset statis dengan kebijakan cache yang efisien"
|
|
661
661
|
},
|
|
662
|
-
"
|
|
662
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
663
663
|
"message": "Menggunakan kebijakan cache yang efisien pada aset statis"
|
|
664
664
|
},
|
|
665
|
-
"
|
|
665
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
666
666
|
"message": "Gambar yang dioptimalkan dimuat lebih cepat dan menghabiskan lebih sedikit data seluler. [Pelajari lebih lanjut](https://web.dev/uses-optimized-images/)."
|
|
667
667
|
},
|
|
668
|
-
"
|
|
668
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
669
669
|
"message": "Enkode gambar secara efisien"
|
|
670
670
|
},
|
|
671
|
-
"
|
|
671
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
672
672
|
"message": "Dimensi yang sebenarnya"
|
|
673
673
|
},
|
|
674
|
-
"
|
|
674
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
675
675
|
"message": "Dimensi yang ditampilkan"
|
|
676
676
|
},
|
|
677
|
-
"
|
|
677
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
678
678
|
"message": "Gambar lebih besar dari ukuran yang ditampilkan"
|
|
679
679
|
},
|
|
680
|
-
"
|
|
680
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
681
681
|
"message": "Gambar sesuai dengan ukuran yang ditampilkan"
|
|
682
682
|
},
|
|
683
|
-
"
|
|
683
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
684
684
|
"message": "Menayangkan gambar yang berukuran sesuai untuk menghemat kuota dan meningkatkan waktu pemuatan. [Pelajari lebih lanjut](https://web.dev/uses-responsive-images/)."
|
|
685
685
|
},
|
|
686
|
-
"
|
|
686
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
687
687
|
"message": "Ubah ukuran gambar dengan tepat"
|
|
688
688
|
},
|
|
689
|
-
"
|
|
689
|
+
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
690
690
|
"message": "Resource berbasis teks harus ditayangkan dengan kompresi (gzip, deflate, atau brotli) untuk meminimalkan total byte jaringan. [Pelajari lebih lanjut](https://web.dev/uses-text-compression/)."
|
|
691
691
|
},
|
|
692
|
-
"
|
|
692
|
+
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
693
693
|
"message": "Aktifkan kompresi teks"
|
|
694
694
|
},
|
|
695
|
-
"
|
|
695
|
+
"core/audits/content-width.js | description": {
|
|
696
696
|
"message": "Jika lebar konten aplikasi Anda tidak cocok dengan lebar area pandang, aplikasi mungkin tidak dioptimalkan untuk layar perangkat seluler. [Pelajari lebih lanjut](https://web.dev/content-width/)."
|
|
697
697
|
},
|
|
698
|
-
"
|
|
698
|
+
"core/audits/content-width.js | explanation": {
|
|
699
699
|
"message": "Ukuran area pandang {innerWidth} piksel tidak cocok dengan ukuran jendela {outerWidth} piksel."
|
|
700
700
|
},
|
|
701
|
-
"
|
|
701
|
+
"core/audits/content-width.js | failureTitle": {
|
|
702
702
|
"message": "Ukuran konten untuk area pandang tidak tepat"
|
|
703
703
|
},
|
|
704
|
-
"
|
|
704
|
+
"core/audits/content-width.js | title": {
|
|
705
705
|
"message": "Ukuran konten untuk area pandang sudah tepat"
|
|
706
706
|
},
|
|
707
|
-
"
|
|
707
|
+
"core/audits/critical-request-chains.js | description": {
|
|
708
708
|
"message": "Rantai Permintaan Penting di bawah menampilkan resource apa saja yang dimuat dengan prioritas tinggi. Sebaiknya kurangi panjang rantai, kurangi ukuran download resource, atau tunda download resource yang tidak penting untuk mempercepat pemuatan halaman. [Pelajari lebih lanjut](https://web.dev/critical-request-chains/)."
|
|
709
709
|
},
|
|
710
|
-
"
|
|
710
|
+
"core/audits/critical-request-chains.js | displayValue": {
|
|
711
711
|
"message": "{itemCount,plural, =1{1 rantai ditemukan}other{# rantai ditemukan}}"
|
|
712
712
|
},
|
|
713
|
-
"
|
|
713
|
+
"core/audits/critical-request-chains.js | title": {
|
|
714
714
|
"message": "Hindari perantaian permintaan penting"
|
|
715
715
|
},
|
|
716
|
-
"
|
|
716
|
+
"core/audits/csp-xss.js | columnDirective": {
|
|
717
717
|
"message": "Perintah"
|
|
718
718
|
},
|
|
719
|
-
"
|
|
719
|
+
"core/audits/csp-xss.js | columnSeverity": {
|
|
720
720
|
"message": "Keparahan"
|
|
721
721
|
},
|
|
722
|
-
"
|
|
722
|
+
"core/audits/csp-xss.js | description": {
|
|
723
723
|
"message": "Kebijakan Keamanan Konten (CSP) yang kuat mengurangi risiko serangan pembuatan skrip lintas situs (XSS) secara signifikan. [Pelajari lebih lanjut](https://web.dev/csp-xss/)"
|
|
724
724
|
},
|
|
725
|
-
"
|
|
725
|
+
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
726
726
|
"message": "Sintaksis"
|
|
727
727
|
},
|
|
728
|
-
"
|
|
728
|
+
"core/audits/csp-xss.js | metaTagMessage": {
|
|
729
729
|
"message": "Halaman ini memuat CSP yang ditentukan dalam tag <meta>. Sebaiknya tentukan CSP di header HTTP jika Anda dapat melakukannya."
|
|
730
730
|
},
|
|
731
|
-
"
|
|
731
|
+
"core/audits/csp-xss.js | noCsp": {
|
|
732
732
|
"message": "CSP tidak ditemukan dalam mode penerapan"
|
|
733
733
|
},
|
|
734
|
-
"
|
|
734
|
+
"core/audits/csp-xss.js | title": {
|
|
735
735
|
"message": "Pastikan CSP efektif melawan serangan XSS"
|
|
736
736
|
},
|
|
737
|
-
"
|
|
737
|
+
"core/audits/deprecations.js | columnDeprecate": {
|
|
738
738
|
"message": "Penghentian/Peringatan"
|
|
739
739
|
},
|
|
740
|
-
"
|
|
740
|
+
"core/audits/deprecations.js | columnLine": {
|
|
741
741
|
"message": "Baris"
|
|
742
742
|
},
|
|
743
|
-
"
|
|
743
|
+
"core/audits/deprecations.js | description": {
|
|
744
744
|
"message": "API yang tidak digunakan lagi pada akhirnya akan dihapus dari browser. [Pelajari lebih lanjut](https://web.dev/deprecations/)."
|
|
745
745
|
},
|
|
746
|
-
"
|
|
746
|
+
"core/audits/deprecations.js | displayValue": {
|
|
747
747
|
"message": "{itemCount,plural, =1{1 peringatan ditemukan}other{# peringatan ditemukan}}"
|
|
748
748
|
},
|
|
749
|
-
"
|
|
749
|
+
"core/audits/deprecations.js | failureTitle": {
|
|
750
750
|
"message": "Menggunakan API yang tidak digunakan lagi"
|
|
751
751
|
},
|
|
752
|
-
"
|
|
752
|
+
"core/audits/deprecations.js | title": {
|
|
753
753
|
"message": "Menghindari API yang tidak digunakan lagi"
|
|
754
754
|
},
|
|
755
|
-
"
|
|
755
|
+
"core/audits/dobetterweb/charset.js | description": {
|
|
756
756
|
"message": "Diperlukan deklarasi encoding karakter. Tindakan ini dapat dilakukan dengan tag `<meta>` pada 1024 byte pertama HTML atau di header respons HTTP Jenis Konten. [Pelajari lebih lanjut](https://web.dev/charset/)."
|
|
757
757
|
},
|
|
758
|
-
"
|
|
758
|
+
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
759
759
|
"message": "Deklarasi charset tidak ada atau terlambat muncul di HTML"
|
|
760
760
|
},
|
|
761
|
-
"
|
|
761
|
+
"core/audits/dobetterweb/charset.js | title": {
|
|
762
762
|
"message": "Charset yang ditentukan dengan benar"
|
|
763
763
|
},
|
|
764
|
-
"
|
|
764
|
+
"core/audits/dobetterweb/doctype.js | description": {
|
|
765
765
|
"message": "Menentukan doctype akan mencegah browser beralih ke quirks mode. [Pelajari lebih lanjut](https://web.dev/doctype/)."
|
|
766
766
|
},
|
|
767
|
-
"
|
|
767
|
+
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
768
768
|
"message": "Nama doctype harus berupa string huruf kecil `html`"
|
|
769
769
|
},
|
|
770
|
-
"
|
|
770
|
+
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
771
771
|
"message": "Dokumen harus berisi doctype"
|
|
772
772
|
},
|
|
773
|
-
"
|
|
773
|
+
"core/audits/dobetterweb/doctype.js | explanationPublicId": {
|
|
774
774
|
"message": "PublicId diperkirakan menjadi string kosong"
|
|
775
775
|
},
|
|
776
|
-
"
|
|
776
|
+
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
777
777
|
"message": "SystemId diperkirakan menjadi string kosong"
|
|
778
778
|
},
|
|
779
|
-
"
|
|
779
|
+
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
780
780
|
"message": "Halaman tidak memiliki doctype HTML sehingga memicu quirks mode"
|
|
781
781
|
},
|
|
782
|
-
"
|
|
782
|
+
"core/audits/dobetterweb/doctype.js | title": {
|
|
783
783
|
"message": "Halaman memiliki doctype HTML"
|
|
784
784
|
},
|
|
785
|
-
"
|
|
785
|
+
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
786
786
|
"message": "Statistik"
|
|
787
787
|
},
|
|
788
|
-
"
|
|
788
|
+
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
789
789
|
"message": "Nilai"
|
|
790
790
|
},
|
|
791
|
-
"
|
|
791
|
+
"core/audits/dobetterweb/dom-size.js | description": {
|
|
792
792
|
"message": "DOM yang berukuran besar akan meningkatkan penggunaan memori, menyebabkan [penghitungan gaya](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) yang lebih lama, dan menghasilkan [penyesuaian tata letak](https://developers.google.com/speed/articles/reflow) yang mahal. [Pelajari lebih lanjut](https://web.dev/dom-size/)."
|
|
793
793
|
},
|
|
794
|
-
"
|
|
794
|
+
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
795
795
|
"message": "{itemCount,plural, =1{1 elemen}other{# elemen}}"
|
|
796
796
|
},
|
|
797
|
-
"
|
|
797
|
+
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
798
798
|
"message": "Menghindari ukuran DOM yang berlebihan"
|
|
799
799
|
},
|
|
800
|
-
"
|
|
800
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
801
801
|
"message": "Kedalaman DOM Maksimum"
|
|
802
802
|
},
|
|
803
|
-
"
|
|
803
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
804
804
|
"message": "Elemen DOM Total"
|
|
805
805
|
},
|
|
806
|
-
"
|
|
806
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
807
807
|
"message": "Elemen Turunan Maksimum"
|
|
808
808
|
},
|
|
809
|
-
"
|
|
809
|
+
"core/audits/dobetterweb/dom-size.js | title": {
|
|
810
810
|
"message": "Menghindari ukuran DOM yang berlebihan"
|
|
811
811
|
},
|
|
812
|
-
"
|
|
812
|
+
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
813
813
|
"message": "Pengguna tidak percaya atau bingung dengan situs yang meminta lokasi mereka tanpa konteks. Sebaiknya kaitkan permintaan dengan tindakan pengguna. [Pelajari lebih lanjut](https://web.dev/geolocation-on-start/)."
|
|
814
814
|
},
|
|
815
|
-
"
|
|
815
|
+
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
816
816
|
"message": "Meminta izin geolokasi pada pemuatan halaman"
|
|
817
817
|
},
|
|
818
|
-
"
|
|
818
|
+
"core/audits/dobetterweb/geolocation-on-start.js | title": {
|
|
819
819
|
"message": "Menghindari meminta izin geolokasi pada pemuatan halaman"
|
|
820
820
|
},
|
|
821
|
-
"
|
|
821
|
+
"core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
|
|
822
822
|
"message": "Jenis masalah"
|
|
823
823
|
},
|
|
824
|
-
"
|
|
824
|
+
"core/audits/dobetterweb/inspector-issues.js | description": {
|
|
825
825
|
"message": "Masalah yang dicatat pada panel `Issues` di Chrome DevTools menunjukkan masalah yang belum terselesaikan. Error dapat berasal dari kegagalan permintaan jaringan, kontrol keamanan yang tidak cukup, dan masalah browser lainnya. Buka panel Issues di Chrome DevTools untuk melihat detail setiap masalah selengkapnya."
|
|
826
826
|
},
|
|
827
|
-
"
|
|
827
|
+
"core/audits/dobetterweb/inspector-issues.js | failureTitle": {
|
|
828
828
|
"message": "Masalah dicatat di panel `Issues` di Chrome DevTools"
|
|
829
829
|
},
|
|
830
|
-
"
|
|
830
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
|
|
831
831
|
"message": "Diblokir oleh kebijakan lintas asal"
|
|
832
832
|
},
|
|
833
|
-
"
|
|
833
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
|
|
834
834
|
"message": "Penggunaan resource yang berat oleh iklan"
|
|
835
835
|
},
|
|
836
|
-
"
|
|
836
|
+
"core/audits/dobetterweb/inspector-issues.js | title": {
|
|
837
837
|
"message": "Tidak ada masalah pada panel `Issues` di Chrome DevTools"
|
|
838
838
|
},
|
|
839
|
-
"
|
|
839
|
+
"core/audits/dobetterweb/js-libraries.js | columnVersion": {
|
|
840
840
|
"message": "Versi"
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
843
843
|
"message": "Semua library JavaScript front-end terdeteksi di halaman. [Pelajari lebih lanjut](https://web.dev/js-libraries/)."
|
|
844
844
|
},
|
|
845
|
-
"
|
|
845
|
+
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
846
846
|
"message": "Library JavaScript yang terdeteksi"
|
|
847
847
|
},
|
|
848
|
-
"
|
|
848
|
+
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
849
849
|
"message": "Untuk pengguna dengan koneksi lambat, skrip eksternal secara dinamis dimasukkan melalui `document.write()` dapat menunda pemuatan halaman selama puluhan detik. [Pelajari lebih lanjut](https://web.dev/no-document-write/)."
|
|
850
850
|
},
|
|
851
|
-
"
|
|
851
|
+
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
852
852
|
"message": "Hindari `document.write()`"
|
|
853
853
|
},
|
|
854
|
-
"
|
|
854
|
+
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
855
855
|
"message": "Menghindari `document.write()`"
|
|
856
856
|
},
|
|
857
|
-
"
|
|
857
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
858
858
|
"message": "Keparahan Tertinggi"
|
|
859
859
|
},
|
|
860
|
-
"
|
|
860
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
861
861
|
"message": "Versi Library"
|
|
862
862
|
},
|
|
863
|
-
"
|
|
863
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
864
864
|
"message": "Jumlah Kerentanan"
|
|
865
865
|
},
|
|
866
|
-
"
|
|
866
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
867
867
|
"message": "Beberapa skrip pihak ketiga dapat berisi kerentanan keamanan umum yang mudah diidentifikasi dan dimanfaatkan oleh penyerang. [Pelajari lebih lanjut](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 kerentanan terdeteksi}other{# kerentanan terdeteksi}}"
|
|
871
871
|
},
|
|
872
|
-
"
|
|
872
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
873
873
|
"message": "Menyertakan library JavaScript front-end yang memiliki kerentanan keamanan umum"
|
|
874
874
|
},
|
|
875
|
-
"
|
|
875
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
876
876
|
"message": "Menghindari library JavaScript front-end yang memiliki kerentanan keamanan umum"
|
|
877
877
|
},
|
|
878
|
-
"
|
|
878
|
+
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
879
879
|
"message": "Pengguna tidak percaya atau bingung dengan situs yang meminta untuk mengirim pemberitahuan tanpa konteks. Sebaiknya kaitkan permintaan dengan gestur pengguna. [Pelajari lebih lanjut](https://web.dev/notification-on-start/)."
|
|
880
880
|
},
|
|
881
|
-
"
|
|
881
|
+
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
882
882
|
"message": "Meminta izin notifikasi pada pemuatan halaman"
|
|
883
883
|
},
|
|
884
|
-
"
|
|
884
|
+
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
885
885
|
"message": "Menghindari meminta izin notifikasi pada pemuatan halaman"
|
|
886
886
|
},
|
|
887
|
-
"
|
|
887
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
888
888
|
"message": "Mencegah menempelkan sandi akan merusak kebijakan keamanan yang baik. [Pelajari lebih lanjut](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": "Mencegah pengguna menempelkan sesuatu ke kolom sandi."
|
|
892
892
|
},
|
|
893
|
-
"
|
|
893
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
894
894
|
"message": "Mengizinkan pengguna menempelkan sesuatu ke kolom sandi"
|
|
895
895
|
},
|
|
896
|
-
"
|
|
896
|
+
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
897
897
|
"message": "Protokol"
|
|
898
898
|
},
|
|
899
|
-
"
|
|
899
|
+
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
900
900
|
"message": "HTTP/2 memiliki banyak manfaat dibandingkan HTTP/1.1, termasuk header biner dan multiplexing. [Pelajari lebih lanjut](https://web.dev/uses-http2/)."
|
|
901
901
|
},
|
|
902
|
-
"
|
|
902
|
+
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
903
903
|
"message": "{itemCount,plural, =1{1 permintaan tidak dilayani melalui HTTP/2}other{# permintaan tidak dilayani melalui HTTP/2}}"
|
|
904
904
|
},
|
|
905
|
-
"
|
|
905
|
+
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
906
906
|
"message": "Gunakan HTTP/2"
|
|
907
907
|
},
|
|
908
|
-
"
|
|
908
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
909
909
|
"message": "Sebaiknya tandai sentuhan Anda dan pemroses peristiwa gulir sebagai `passive` untuk menyempurnakan performa scroll halaman Anda. [Pelajari lebih lanjut](https://web.dev/uses-passive-event-listeners/)."
|
|
910
910
|
},
|
|
911
|
-
"
|
|
911
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
912
912
|
"message": "Tidak menggunakan pemroses pasif untuk menyempurnakan performa scroll"
|
|
913
913
|
},
|
|
914
|
-
"
|
|
914
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
915
915
|
"message": "Menggunakan pemroses pasif untuk menyempurnakan performa scroll"
|
|
916
916
|
},
|
|
917
|
-
"
|
|
917
|
+
"core/audits/errors-in-console.js | description": {
|
|
918
918
|
"message": "Error yang dicatat di konsol menunjukkan masalah yang belum terselesaikan. Error dapat berasal dari permintaan jaringan yang gagal dan masalah browser lainnya. [Pelajari lebih lanjut](https://web.dev/errors-in-console/)"
|
|
919
919
|
},
|
|
920
|
-
"
|
|
920
|
+
"core/audits/errors-in-console.js | failureTitle": {
|
|
921
921
|
"message": "Error browser dicatat di konsol"
|
|
922
922
|
},
|
|
923
|
-
"
|
|
923
|
+
"core/audits/errors-in-console.js | title": {
|
|
924
924
|
"message": "Tidak ada error browser yang dicatat ke konsol"
|
|
925
925
|
},
|
|
926
|
-
"
|
|
926
|
+
"core/audits/font-display.js | description": {
|
|
927
927
|
"message": "Memanfaatkan fitur CSS tampilan font untuk memastikan teks terlihat oleh pengguna saat font web sedang dimuat. [Pelajari lebih lanjut](https://web.dev/font-display/)."
|
|
928
928
|
},
|
|
929
|
-
"
|
|
929
|
+
"core/audits/font-display.js | failureTitle": {
|
|
930
930
|
"message": "Pastikan teks tetap terlihat selama pemuatan font web"
|
|
931
931
|
},
|
|
932
|
-
"
|
|
932
|
+
"core/audits/font-display.js | title": {
|
|
933
933
|
"message": "Semua teks tetap terlihat selama pemuatan font web"
|
|
934
934
|
},
|
|
935
|
-
"
|
|
935
|
+
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
936
936
|
"message": "{fontCountForOrigin,plural, =1{Lighthouse tidak dapat secara otomatis memeriksa nilai `font-display` untuk {fontOrigin} asal.}other{Lighthouse tidak dapat secara otomatis memeriksa nilai `font-display` untuk {fontOrigin} asal.}}"
|
|
937
937
|
},
|
|
938
|
-
"
|
|
938
|
+
"core/audits/image-aspect-ratio.js | columnActual": {
|
|
939
939
|
"message": "Rasio Tinggi Lebar (Aktual)"
|
|
940
940
|
},
|
|
941
|
-
"
|
|
941
|
+
"core/audits/image-aspect-ratio.js | columnDisplayed": {
|
|
942
942
|
"message": "Rasio Tinggi Lebar (Ditampilkan)"
|
|
943
943
|
},
|
|
944
|
-
"
|
|
944
|
+
"core/audits/image-aspect-ratio.js | description": {
|
|
945
945
|
"message": "Dimensi tampilan gambar harus cocok dengan rasio tinggi lebar natural. [Pelajari lebih lanjut](https://web.dev/image-aspect-ratio/)."
|
|
946
946
|
},
|
|
947
|
-
"
|
|
947
|
+
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
948
948
|
"message": "Menampilkan gambar dengan rasio tinggi lebar yang salah"
|
|
949
949
|
},
|
|
950
|
-
"
|
|
950
|
+
"core/audits/image-aspect-ratio.js | title": {
|
|
951
951
|
"message": "Menampilkan gambar dengan rasio tinggi lebar yang benar"
|
|
952
952
|
},
|
|
953
|
-
"
|
|
953
|
+
"core/audits/image-size-responsive.js | columnActual": {
|
|
954
954
|
"message": "Ukuran sebenarnya"
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"core/audits/image-size-responsive.js | columnDisplayed": {
|
|
957
957
|
"message": "Ukuran yang ditampilkan"
|
|
958
958
|
},
|
|
959
|
-
"
|
|
959
|
+
"core/audits/image-size-responsive.js | columnExpected": {
|
|
960
960
|
"message": "Ukuran yang diharapkan"
|
|
961
961
|
},
|
|
962
|
-
"
|
|
962
|
+
"core/audits/image-size-responsive.js | description": {
|
|
963
963
|
"message": "Dimensi alami gambar sebaiknya proporsional dengan ukuran tampilan dan rasio piksel untuk memaksimalkan kejelasan gambar. [Pelajari lebih lanjut](https://web.dev/serve-responsive-images/)."
|
|
964
964
|
},
|
|
965
|
-
"
|
|
965
|
+
"core/audits/image-size-responsive.js | failureTitle": {
|
|
966
966
|
"message": "Menampilkan gambar dengan resolusi rendah"
|
|
967
967
|
},
|
|
968
|
-
"
|
|
968
|
+
"core/audits/image-size-responsive.js | title": {
|
|
969
969
|
"message": "Menampilkan gambar dengan resolusi yang sesuai"
|
|
970
970
|
},
|
|
971
|
-
"
|
|
971
|
+
"core/audits/installable-manifest.js | already-installed": {
|
|
972
972
|
"message": "Aplikasi sudah diinstal"
|
|
973
973
|
},
|
|
974
|
-
"
|
|
974
|
+
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
975
975
|
"message": "Tidak dapat mendownload ikon yang diperlukan dari manifes"
|
|
976
976
|
},
|
|
977
|
-
"
|
|
977
|
+
"core/audits/installable-manifest.js | columnValue": {
|
|
978
978
|
"message": "Alasan kegagalan"
|
|
979
979
|
},
|
|
980
|
-
"
|
|
980
|
+
"core/audits/installable-manifest.js | description": {
|
|
981
981
|
"message": "Pekerja layanan adalah teknologi yang memungkinkan aplikasi Anda menggunakan banyak fitur Progressive Web App, seperti fitur offline, tambahkan ke layar utama, dan notifikasi push. Dengan implementasi pekerja layanan dan manifes yang benar, browser dapat meminta pengguna secara proaktif untuk menambahkan aplikasi Anda ke layar utama pengguna sehingga tingkat interaksi menjadi lebih tinggi. [Pelajari lebih lanjut](https://web.dev/installable-manifest/)."
|
|
982
982
|
},
|
|
983
|
-
"
|
|
983
|
+
"core/audits/installable-manifest.js | displayValue": {
|
|
984
984
|
"message": "{itemCount,plural, =1{1 alasan}other{# alasan}}"
|
|
985
985
|
},
|
|
986
|
-
"
|
|
986
|
+
"core/audits/installable-manifest.js | failureTitle": {
|
|
987
987
|
"message": "Manifes aplikasi web atau pekerja layanan tidak memenuhi persyaratan kemampuan penginstalan"
|
|
988
988
|
},
|
|
989
|
-
"
|
|
989
|
+
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
990
990
|
"message": "URL aplikasi Play Store dan ID Play Store tidak cocok"
|
|
991
991
|
},
|
|
992
|
-
"
|
|
992
|
+
"core/audits/installable-manifest.js | in-incognito": {
|
|
993
993
|
"message": "Halaman dimuat di jendela Samaran"
|
|
994
994
|
},
|
|
995
|
-
"
|
|
995
|
+
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
996
996
|
"message": "Properti 'display' manifest harus berupa salah satu dari 'standalone', 'fullscreen', atau 'minimal-ui'"
|
|
997
997
|
},
|
|
998
|
-
"
|
|
998
|
+
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
999
999
|
"message": "Manifes berisi kolom 'display_override', dan nilai pertama di kolom tersebut harus salah satu dari 'standalone', 'fullscreen', atau 'minimal-ui'"
|
|
1000
1000
|
},
|
|
1001
|
-
"
|
|
1001
|
+
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1002
1002
|
"message": "Manifes tidak dapat diambil, kosong, atau tidak dapat diurai"
|
|
1003
1003
|
},
|
|
1004
|
-
"
|
|
1004
|
+
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1005
1005
|
"message": "URL manifes berubah saat manifes sedang diambil."
|
|
1006
1006
|
},
|
|
1007
|
-
"
|
|
1007
|
+
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1008
1008
|
"message": "Manifes tidak berisi kolom 'name' atau 'short_name'"
|
|
1009
1009
|
},
|
|
1010
|
-
"
|
|
1010
|
+
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1011
1011
|
"message": "Manifes tidak berisi ikon yang cocok - perlu format PNG, SVG, atau WebP minimal {value0} px, atribut sizes harus disetel, dan atribut purpose harus menyertakan \"any\" jika disetel."
|
|
1012
1012
|
},
|
|
1013
|
-
"
|
|
1013
|
+
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1014
1014
|
"message": "Tidak ada ikon yang disediakan berukuran minimal {value0} px persegi dalam format PNG, SVG, atau WebP, dengan atribut purpose yang tidak disetel atau disetel ke \"any\""
|
|
1015
1015
|
},
|
|
1016
|
-
"
|
|
1016
|
+
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1017
1017
|
"message": "Ikon yang didownload kosong atau rusak"
|
|
1018
1018
|
},
|
|
1019
|
-
"
|
|
1019
|
+
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1020
1020
|
"message": "ID Play Store tidak ada"
|
|
1021
1021
|
},
|
|
1022
|
-
"
|
|
1022
|
+
"core/audits/installable-manifest.js | no-manifest": {
|
|
1023
1023
|
"message": "Halaman tidak memiliki URL <link> manifes"
|
|
1024
1024
|
},
|
|
1025
|
-
"
|
|
1025
|
+
"core/audits/installable-manifest.js | no-matching-service-worker": {
|
|
1026
1026
|
"message": "Pekerja layanan yang cocok tidak terdeteksi. Anda harus memuat ulang halaman, atau memeriksa apakah cakupan pekerja layanan untuk halaman saat ini menyertakan scope dan start_URL dari manifes."
|
|
1027
1027
|
},
|
|
1028
|
-
"
|
|
1028
|
+
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1029
1029
|
"message": "Tidak dapat memeriksa pekerja layanan tanpa kolom 'start_url' di manifes"
|
|
1030
1030
|
},
|
|
1031
|
-
"
|
|
1031
|
+
"core/audits/installable-manifest.js | noErrorId": {
|
|
1032
1032
|
"message": "ID error kemampuan penginstalan '{errorId}' tidak dikenali"
|
|
1033
1033
|
},
|
|
1034
|
-
"
|
|
1034
|
+
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1035
1035
|
"message": "Halaman tidak ditayangkan dari asal yang aman"
|
|
1036
1036
|
},
|
|
1037
|
-
"
|
|
1037
|
+
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1038
1038
|
"message": "Halaman tidak dimuat di frame utama"
|
|
1039
1039
|
},
|
|
1040
|
-
"
|
|
1040
|
+
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1041
1041
|
"message": "Halaman tidak berfungsi saat offline"
|
|
1042
1042
|
},
|
|
1043
|
-
"
|
|
1043
|
+
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1044
1044
|
"message": "PWA telah di-uninstal dan pemeriksaan kemampuan penginstalan sedang direset."
|
|
1045
1045
|
},
|
|
1046
|
-
"
|
|
1046
|
+
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1047
1047
|
"message": "Platform aplikasi yang ditentukan tidak didukung di Android"
|
|
1048
1048
|
},
|
|
1049
|
-
"
|
|
1049
|
+
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1050
1050
|
"message": "Manifes menentukan prefer_related_applications: benar (true)"
|
|
1051
1051
|
},
|
|
1052
|
-
"
|
|
1052
|
+
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1053
1053
|
"message": "prefer_related_applications hanya didukung di saluran Beta dan Stabil Chrome di Android."
|
|
1054
1054
|
},
|
|
1055
|
-
"
|
|
1055
|
+
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1056
1056
|
"message": "Lighthouse tidak dapat menentukan apakah ada pekerja layanan. Coba lagi dengan versi Chrome yang lebih baru."
|
|
1057
1057
|
},
|
|
1058
|
-
"
|
|
1058
|
+
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1059
1059
|
"message": "URL mulai manifes tidak valid"
|
|
1060
1060
|
},
|
|
1061
|
-
"
|
|
1061
|
+
"core/audits/installable-manifest.js | title": {
|
|
1062
1062
|
"message": "Manifes aplikasi web dan pekerja layanan memenuhi persyaratan kemampuan penginstalan"
|
|
1063
1063
|
},
|
|
1064
|
-
"
|
|
1064
|
+
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1065
1065
|
"message": "URL di manifes berisi nama pengguna, sandi, atau port"
|
|
1066
1066
|
},
|
|
1067
|
-
"
|
|
1067
|
+
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1068
1068
|
"message": "Halaman tidak berfungsi saat offline. Halaman tidak akan dianggap sebagai dapat diinstal setelah rilis stabil Chrome 93 pada Agustus 2021."
|
|
1069
1069
|
},
|
|
1070
|
-
"
|
|
1070
|
+
"core/audits/is-on-https.js | allowed": {
|
|
1071
1071
|
"message": "Diizinkan"
|
|
1072
1072
|
},
|
|
1073
|
-
"
|
|
1073
|
+
"core/audits/is-on-https.js | blocked": {
|
|
1074
1074
|
"message": "Diblokir"
|
|
1075
1075
|
},
|
|
1076
|
-
"
|
|
1076
|
+
"core/audits/is-on-https.js | columnInsecureURL": {
|
|
1077
1077
|
"message": "URL yang tidak aman"
|
|
1078
1078
|
},
|
|
1079
|
-
"
|
|
1079
|
+
"core/audits/is-on-https.js | columnResolution": {
|
|
1080
1080
|
"message": "Resolusi Permintaan"
|
|
1081
1081
|
},
|
|
1082
|
-
"
|
|
1082
|
+
"core/audits/is-on-https.js | description": {
|
|
1083
1083
|
"message": "Semua situs harus dilindungi dengan HTTPS, termasuk situs-situs yang tidak menangani data sensitif. Ini termasuk menghindari [konten campuran](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), tempat beberapa resource dimuat melalui HTTP meskipun permintaan awal dilayani melalui HTTPS. HTTPS mencegah penyusup merusak atau mendengarkan komunikasi secara pasif antara aplikasi dan pengguna, serta merupakan prasyarat untuk HTTP/2 dan banyak API platform web baru. [Pelajari lebih lanjut](https://web.dev/is-on-https/)."
|
|
1084
1084
|
},
|
|
1085
|
-
"
|
|
1085
|
+
"core/audits/is-on-https.js | displayValue": {
|
|
1086
1086
|
"message": "{itemCount,plural, =1{1 permintaan tidak aman ditemukan}other{# permintaan tidak aman ditemukan}}"
|
|
1087
1087
|
},
|
|
1088
|
-
"
|
|
1088
|
+
"core/audits/is-on-https.js | failureTitle": {
|
|
1089
1089
|
"message": "Tidak menggunakan HTTPS"
|
|
1090
1090
|
},
|
|
1091
|
-
"
|
|
1091
|
+
"core/audits/is-on-https.js | title": {
|
|
1092
1092
|
"message": "Menggunakan HTTPS"
|
|
1093
1093
|
},
|
|
1094
|
-
"
|
|
1094
|
+
"core/audits/is-on-https.js | upgraded": {
|
|
1095
1095
|
"message": "Diupgrade secara otomatis ke HTTPS"
|
|
1096
1096
|
},
|
|
1097
|
-
"
|
|
1097
|
+
"core/audits/is-on-https.js | warning": {
|
|
1098
1098
|
"message": "Diizinkan dengan peringatan"
|
|
1099
1099
|
},
|
|
1100
|
-
"
|
|
1100
|
+
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1101
1101
|
"message": "Ini adalah elemen contentful terbesar yang di-paint dalam area pandang. [Pelajari Lebih Lanjut](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1102
1102
|
},
|
|
1103
|
-
"
|
|
1103
|
+
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1104
1104
|
"message": "Elemen Largest Contentful Paint (LCP)"
|
|
1105
1105
|
},
|
|
1106
|
-
"
|
|
1106
|
+
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1107
1107
|
"message": "Kontribusi CLS"
|
|
1108
1108
|
},
|
|
1109
|
-
"
|
|
1109
|
+
"core/audits/layout-shift-elements.js | description": {
|
|
1110
1110
|
"message": "Elemen DOM ini paling banyak berkontribusi untuk CLS halaman."
|
|
1111
1111
|
},
|
|
1112
|
-
"
|
|
1112
|
+
"core/audits/layout-shift-elements.js | title": {
|
|
1113
1113
|
"message": "Hindari peralihan tata letak berukuran besar"
|
|
1114
1114
|
},
|
|
1115
|
-
"
|
|
1115
|
+
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1116
1116
|
"message": "Gambar paruh atas yang dimuat dengan lambat akan dirender nanti di siklus proses halaman, yang dapat menunda Largest Contentful Paint. [Pelajari lebih lanjut](https://web.dev/lcp-lazy-loading/)."
|
|
1117
1117
|
},
|
|
1118
|
-
"
|
|
1118
|
+
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1119
1119
|
"message": "Gambar Largest Contentful Paint dimuat dengan lambat"
|
|
1120
1120
|
},
|
|
1121
|
-
"
|
|
1121
|
+
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1122
1122
|
"message": "Gambar Largest Contentful Paint tidak dimuat dengan lambat"
|
|
1123
1123
|
},
|
|
1124
|
-
"
|
|
1124
|
+
"core/audits/long-tasks.js | description": {
|
|
1125
1125
|
"message": "Mencantumkan tugas yang berjalan paling lama di thread utama, berguna untuk mengidentifikasi kontributor utama penundaan input. [Pelajari lebih lanjut](https://web.dev/long-tasks-devtools/)"
|
|
1126
1126
|
},
|
|
1127
|
-
"
|
|
1127
|
+
"core/audits/long-tasks.js | displayValue": {
|
|
1128
1128
|
"message": "{itemCount,plural, =1{# tugas berjalan lama}other{# tugas berjalan lama}}"
|
|
1129
1129
|
},
|
|
1130
|
-
"
|
|
1130
|
+
"core/audits/long-tasks.js | title": {
|
|
1131
1131
|
"message": "Hindari tugas thread utama yang berjalan lama"
|
|
1132
1132
|
},
|
|
1133
|
-
"
|
|
1133
|
+
"core/audits/mainthread-work-breakdown.js | columnCategory": {
|
|
1134
1134
|
"message": "Kategori"
|
|
1135
1135
|
},
|
|
1136
|
-
"
|
|
1136
|
+
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1137
1137
|
"message": "Sebaiknya kurangi waktu yang dihabiskan untuk mengurai, mengompilasi, dan mengeksekusi JS. Coba kirim payload JS yang lebih kecil untuk membantu mengurangi waktu. [Pelajari lebih lanjut](https://web.dev/mainthread-work-breakdown/)"
|
|
1138
1138
|
},
|
|
1139
|
-
"
|
|
1139
|
+
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1140
1140
|
"message": "Minimalkan pekerjaan thread utama"
|
|
1141
1141
|
},
|
|
1142
|
-
"
|
|
1142
|
+
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1143
1143
|
"message": "Meminimalkan pekerjaan thread utama"
|
|
1144
1144
|
},
|
|
1145
|
-
"
|
|
1145
|
+
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1146
1146
|
"message": "Untuk menjangkau jumlah pengguna terbanyak, situs harus berjalan di seluruh browser utama. [Pelajari lebih lanjut](https://web.dev/pwa-cross-browser/)."
|
|
1147
1147
|
},
|
|
1148
|
-
"
|
|
1148
|
+
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1149
1149
|
"message": "Situs dapat berjalan lintas-browser"
|
|
1150
1150
|
},
|
|
1151
|
-
"
|
|
1151
|
+
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1152
1152
|
"message": "Pastikan halaman individu dapat dijadikan deep link melalui URL, dan URL tersebut unik agar dapat dibagikan di media sosial. [Pelajari lebih lanjut](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": "Setiap halaman memiliki URL"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1157
|
+
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1158
1158
|
"message": "Transisi harus terasa cepat ketika Anda mengetuk-ngetuk, bahkan saat jaringan lambat. Pengalaman ini berperan penting pada persepsi pengguna terhadap performa. [Pelajari lebih lanjut](https://web.dev/pwa-page-transitions/)."
|
|
1159
1159
|
},
|
|
1160
|
-
"
|
|
1160
|
+
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1161
1161
|
"message": "Transisi halaman sepertinya tidak diblokir di jaringan"
|
|
1162
1162
|
},
|
|
1163
|
-
"
|
|
1163
|
+
"core/audits/maskable-icon.js | description": {
|
|
1164
1164
|
"message": "Ikon maskable memastikan bahwa gambar mengisi bentuk secara penuh tanpa efek tampilan lebar saat aplikasi diinstal pada perangkat. [Pelajari lebih lanjut](https://web.dev/maskable-icon-audit/)."
|
|
1165
1165
|
},
|
|
1166
|
-
"
|
|
1166
|
+
"core/audits/maskable-icon.js | failureTitle": {
|
|
1167
1167
|
"message": "Manifes tidak memiliki ikon maskable"
|
|
1168
1168
|
},
|
|
1169
|
-
"
|
|
1169
|
+
"core/audits/maskable-icon.js | title": {
|
|
1170
1170
|
"message": "Manifes memiliki ikon maskable"
|
|
1171
1171
|
},
|
|
1172
|
-
"
|
|
1172
|
+
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1173
1173
|
"message": "Pergeseran Tata Letak Kumulatif (CLS) mengukur gerakan elemen yang terlihat dalam area pandang. [Pelajari lebih lanjut](https://web.dev/cls/)."
|
|
1174
1174
|
},
|
|
1175
|
-
"
|
|
1175
|
+
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1176
1176
|
"message": "First Contentful Paint menandai waktu saat teks atau gambar pertama di-paint. [Pelajari lebih lanjut](https://web.dev/first-contentful-paint/)."
|
|
1177
1177
|
},
|
|
1178
|
-
"
|
|
1178
|
+
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1179
1179
|
"message": "First Meaningful Paint mengukur waktu saat konten utama halaman terlihat. [Pelajari lebih lanjut](https://web.dev/first-meaningful-paint/)."
|
|
1180
1180
|
},
|
|
1181
|
-
"
|
|
1181
|
+
"core/audits/metrics/interactive.js | description": {
|
|
1182
1182
|
"message": "Waktu untuk interaktif adalah lamanya waktu yang diperlukan halaman untuk menjadi interaktif sepenuhnya. [Pelajari lebih lanjut](https://web.dev/interactive/)."
|
|
1183
1183
|
},
|
|
1184
|
-
"
|
|
1184
|
+
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1185
1185
|
"message": "Largest Contentful Paint menandai waktu saat teks atau gambar terbesar di-paint. [Pelajari lebih lanjut](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1186
1186
|
},
|
|
1187
|
-
"
|
|
1187
|
+
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1188
1188
|
"message": "Potensi maksimal Penundaan Input Pertama yang dapat dialami pengguna Anda adalah durasi tugas terpanjang. [Pelajari lebih lanjut](https://web.dev/lighthouse-max-potential-fid/)."
|
|
1189
1189
|
},
|
|
1190
|
-
"
|
|
1190
|
+
"core/audits/metrics/speed-index.js | description": {
|
|
1191
1191
|
"message": "Indeks Kecepatan menunjukkan seberapa cepat konten halaman terlihat terisi lengkap. [Pelajari lebih lanjut](https://web.dev/speed-index/)."
|
|
1192
1192
|
},
|
|
1193
|
-
"
|
|
1193
|
+
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1194
1194
|
"message": "Jumlah semua jangka waktu antara FCP dan Waktu untuk Interaktif, ketika durasi tugas melebihi 50 md, dinyatakan dalam milidetik. [Pelajari lebih lanjut](https://web.dev/lighthouse-total-blocking-time/)."
|
|
1195
1195
|
},
|
|
1196
|
-
"
|
|
1196
|
+
"core/audits/network-rtt.js | description": {
|
|
1197
1197
|
"message": "Waktu round trip (RTT) jaringan berdampak besar pada performa. RTT ke asal yang tinggi merupakan indikasi bahwa server yang berjarak lebih dekat ke pengguna dapat meningkatkan performa. [Pelajari lebih lanjut](https://hpbn.co/primer-on-latency-and-bandwidth/)."
|
|
1198
1198
|
},
|
|
1199
|
-
"
|
|
1199
|
+
"core/audits/network-rtt.js | title": {
|
|
1200
1200
|
"message": "Waktu Round Trip Jaringan"
|
|
1201
1201
|
},
|
|
1202
|
-
"
|
|
1202
|
+
"core/audits/network-server-latency.js | description": {
|
|
1203
1203
|
"message": "Latensi server dapat memengaruhi performa web. Latensi server untuk suatu asal yang tinggi merupakan indikasi bahwa server kelebihan muatan atau memiliki performa backend yang buruk. [Pelajari lebih lanjut](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": "Latensi Backend Server"
|
|
1207
1207
|
},
|
|
1208
|
-
"
|
|
1208
|
+
"core/audits/no-unload-listeners.js | description": {
|
|
1209
1209
|
"message": "Peristiwa `unload` tidak diaktifkan dengan lancar dan jika diproses dapat mencegah upaya pengoptimalan browser seperti Back-Forward Cache. Sebagai gantinya, gunakan peristiwa `pagehide` atau `visibilitychange`. [Pelajari lebih lanjut](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1210
1210
|
},
|
|
1211
|
-
"
|
|
1211
|
+
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1212
1212
|
"message": "Mendaftarkan pemroses `unload`"
|
|
1213
1213
|
},
|
|
1214
|
-
"
|
|
1214
|
+
"core/audits/no-unload-listeners.js | title": {
|
|
1215
1215
|
"message": "Menghindari pemroses peristiwa `unload`"
|
|
1216
1216
|
},
|
|
1217
|
-
"
|
|
1217
|
+
"core/audits/non-composited-animations.js | description": {
|
|
1218
1218
|
"message": "Animasi yang tidak digabungkan dapat tersendat dan menambah CLS. [Pelajari lebih lanjut](https://web.dev/non-composited-animations)"
|
|
1219
1219
|
},
|
|
1220
|
-
"
|
|
1220
|
+
"core/audits/non-composited-animations.js | displayValue": {
|
|
1221
1221
|
"message": "{itemCount,plural, =1{# elemen animasi ditemukan}other{# elemen animasi ditemukan}}"
|
|
1222
1222
|
},
|
|
1223
|
-
"
|
|
1223
|
+
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1224
1224
|
"message": "Properti terkait filter dapat memindahkan piksel"
|
|
1225
1225
|
},
|
|
1226
|
-
"
|
|
1226
|
+
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1227
1227
|
"message": "Target memiliki animasi lain yang tidak kompatibel"
|
|
1228
1228
|
},
|
|
1229
|
-
"
|
|
1229
|
+
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1230
1230
|
"message": "Efek memiliki mode gabungan selain \"replace\""
|
|
1231
1231
|
},
|
|
1232
|
-
"
|
|
1232
|
+
"core/audits/non-composited-animations.js | title": {
|
|
1233
1233
|
"message": "Menghindari animasi yang tidak digabungkan"
|
|
1234
1234
|
},
|
|
1235
|
-
"
|
|
1235
|
+
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1236
1236
|
"message": "Properti terkait transformasi bergantung pada ukuran kotak"
|
|
1237
1237
|
},
|
|
1238
|
-
"
|
|
1238
|
+
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1239
1239
|
"message": "{propertyCount,plural, =1{Properti CSS Tidak Didukung: {properties}}other{Properti CSS Tidak Didukung: {properties}}}"
|
|
1240
1240
|
},
|
|
1241
|
-
"
|
|
1241
|
+
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1242
1242
|
"message": "Efek memiliki parameter waktu yang tidak didukung"
|
|
1243
1243
|
},
|
|
1244
|
-
"
|
|
1244
|
+
"core/audits/performance-budget.js | description": {
|
|
1245
1245
|
"message": "Pertahankan jumlah dan ukuran permintaan jaringan di bawah target yang ditetapkan oleh anggaran performa yang disediakan. [Pelajari lebih lanjut](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 permintaan}other{# permintaan}}"
|
|
1249
1249
|
},
|
|
1250
|
-
"
|
|
1250
|
+
"core/audits/performance-budget.js | title": {
|
|
1251
1251
|
"message": "Anggaran performa"
|
|
1252
1252
|
},
|
|
1253
|
-
"
|
|
1253
|
+
"core/audits/preload-fonts.js | description": {
|
|
1254
1254
|
"message": "Pramuat font `optional` agar pengunjung kali pertama dapat menggunakannya. [Pelajari lebih lanjut](https://web.dev/preload-optional-fonts/)"
|
|
1255
1255
|
},
|
|
1256
|
-
"
|
|
1256
|
+
"core/audits/preload-fonts.js | failureTitle": {
|
|
1257
1257
|
"message": "Font dengan `font-display: optional` tidak dipramuat"
|
|
1258
1258
|
},
|
|
1259
|
-
"
|
|
1259
|
+
"core/audits/preload-fonts.js | title": {
|
|
1260
1260
|
"message": "Font dengan `font-display: optional` telah dipramuat"
|
|
1261
1261
|
},
|
|
1262
|
-
"
|
|
1262
|
+
"core/audits/preload-lcp-image.js | description": {
|
|
1263
1263
|
"message": "Pramuat gambar yang digunakan oleh elemen LCP untuk mengoptimalkan waktu LCP Anda. [Pelajari lebih lanjut](https://web.dev/optimize-lcp/#preload-important-resources)."
|
|
1264
1264
|
},
|
|
1265
|
-
"
|
|
1265
|
+
"core/audits/preload-lcp-image.js | title": {
|
|
1266
1266
|
"message": "Pramuat gambar Largest Contentful Paint (LCP)"
|
|
1267
1267
|
},
|
|
1268
|
-
"
|
|
1268
|
+
"core/audits/redirects.js | description": {
|
|
1269
1269
|
"message": "Pengalihan mencakup penundaan tambahan sebelum halaman dapat dimuat. [Pelajari lebih lanjut](https://web.dev/redirects/)."
|
|
1270
1270
|
},
|
|
1271
|
-
"
|
|
1271
|
+
"core/audits/redirects.js | title": {
|
|
1272
1272
|
"message": "Hindari pengalihan lebih dari satu halaman"
|
|
1273
1273
|
},
|
|
1274
|
-
"
|
|
1274
|
+
"core/audits/resource-summary.js | description": {
|
|
1275
1275
|
"message": "Untuk mengatur anggaran jumlah dan ukuran resource halaman, tambahkan file budget.json. [Pelajari lebih lanjut](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 permintaan • {byteCount, number, bytes} KiB}other{# permintaan • {byteCount, number, bytes} KiB}}"
|
|
1279
1279
|
},
|
|
1280
|
-
"
|
|
1280
|
+
"core/audits/resource-summary.js | title": {
|
|
1281
1281
|
"message": "Pertahankan jumlah permintaan tetap rendah dan ukuran transfer tetap kecil"
|
|
1282
1282
|
},
|
|
1283
|
-
"
|
|
1283
|
+
"core/audits/seo/canonical.js | description": {
|
|
1284
1284
|
"message": "Link kanonis menyarankan URL yang akan ditampilkan dalam hasil penelusuran. [Pelajari lebih lanjut](https://web.dev/canonical/)."
|
|
1285
1285
|
},
|
|
1286
|
-
"
|
|
1286
|
+
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1287
1287
|
"message": "Ada beberapa URL yang bertentangan ({urlList})"
|
|
1288
1288
|
},
|
|
1289
|
-
"
|
|
1289
|
+
"core/audits/seo/canonical.js | explanationInvalid": {
|
|
1290
1290
|
"message": "URL tidak valid ({url})"
|
|
1291
1291
|
},
|
|
1292
|
-
"
|
|
1292
|
+
"core/audits/seo/canonical.js | explanationPointsElsewhere": {
|
|
1293
1293
|
"message": "Mengarahkan ke lokasi `hreflang` lain ({url})"
|
|
1294
1294
|
},
|
|
1295
|
-
"
|
|
1295
|
+
"core/audits/seo/canonical.js | explanationRelative": {
|
|
1296
1296
|
"message": "Bukan URL absolut ({url})"
|
|
1297
1297
|
},
|
|
1298
|
-
"
|
|
1298
|
+
"core/audits/seo/canonical.js | explanationRoot": {
|
|
1299
1299
|
"message": "Mengarah ke URL root domain (halaman beranda), bukan ke halaman yang setara untuk konten itu"
|
|
1300
1300
|
},
|
|
1301
|
-
"
|
|
1301
|
+
"core/audits/seo/canonical.js | failureTitle": {
|
|
1302
1302
|
"message": "Dokumen tidak memiliki `rel=canonical` yang valid"
|
|
1303
1303
|
},
|
|
1304
|
-
"
|
|
1304
|
+
"core/audits/seo/canonical.js | title": {
|
|
1305
1305
|
"message": "Dokumen memiliki `rel=canonical` yang valid"
|
|
1306
1306
|
},
|
|
1307
|
-
"
|
|
1307
|
+
"core/audits/seo/crawlable-anchors.js | columnFailingLink": {
|
|
1308
1308
|
"message": "Link yang Tidak Dapat Di-Crawl"
|
|
1309
1309
|
},
|
|
1310
|
-
"
|
|
1310
|
+
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1311
1311
|
"message": "Mesin telusur dapat menggunakan atribut `href` pada link untuk meng-crawl situs. Pastikan atribut `href` elemen anchor tertaut ke tujuan yang sesuai, sehingga lebih banyak halaman situs yang dapat ditemukan. [Pelajari Lebih Lanjut](https://support.google.com/webmasters/answer/9112205)"
|
|
1312
1312
|
},
|
|
1313
|
-
"
|
|
1313
|
+
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1314
1314
|
"message": "Link tidak dapat di-crawl"
|
|
1315
1315
|
},
|
|
1316
|
-
"
|
|
1316
|
+
"core/audits/seo/crawlable-anchors.js | title": {
|
|
1317
1317
|
"message": "Link dapat di-crawl"
|
|
1318
1318
|
},
|
|
1319
|
-
"
|
|
1319
|
+
"core/audits/seo/font-size.js | additionalIllegibleText": {
|
|
1320
1320
|
"message": "Teks tambahan yang tidak terbaca"
|
|
1321
1321
|
},
|
|
1322
|
-
"
|
|
1322
|
+
"core/audits/seo/font-size.js | columnFontSize": {
|
|
1323
1323
|
"message": "Ukuran Font"
|
|
1324
1324
|
},
|
|
1325
|
-
"
|
|
1325
|
+
"core/audits/seo/font-size.js | columnPercentPageText": {
|
|
1326
1326
|
"message": "% Teks Halaman"
|
|
1327
1327
|
},
|
|
1328
|
-
"
|
|
1328
|
+
"core/audits/seo/font-size.js | columnSelector": {
|
|
1329
1329
|
"message": "Pemilih"
|
|
1330
1330
|
},
|
|
1331
|
-
"
|
|
1331
|
+
"core/audits/seo/font-size.js | description": {
|
|
1332
1332
|
"message": "Ukuran font di bawah 12 piksel terlalu kecil untuk dapat dibaca dan memaksa pengunjung seluler “mencubit untuk memperbesar\" agar dapat membacanya. Usahakan untuk menampilkan >60% teks halaman dalam ukuran ≥12 piksel. [Pelajari lebih lanjut](https://web.dev/font-size/)."
|
|
1333
1333
|
},
|
|
1334
|
-
"
|
|
1334
|
+
"core/audits/seo/font-size.js | displayValue": {
|
|
1335
1335
|
"message": "Teks yang dapat dibaca {decimalProportion, number, extendedPercent}"
|
|
1336
1336
|
},
|
|
1337
|
-
"
|
|
1337
|
+
"core/audits/seo/font-size.js | explanationViewport": {
|
|
1338
1338
|
"message": "Teks tidak terbaca karena tidak ada tag meta viewport yang dioptimalkan untuk layar seluler."
|
|
1339
1339
|
},
|
|
1340
|
-
"
|
|
1340
|
+
"core/audits/seo/font-size.js | failureTitle": {
|
|
1341
1341
|
"message": "Dokumen tidak menggunakan ukuran font yang terbaca"
|
|
1342
1342
|
},
|
|
1343
|
-
"
|
|
1343
|
+
"core/audits/seo/font-size.js | legibleText": {
|
|
1344
1344
|
"message": "Teks yang dapat dibaca"
|
|
1345
1345
|
},
|
|
1346
|
-
"
|
|
1346
|
+
"core/audits/seo/font-size.js | title": {
|
|
1347
1347
|
"message": "Dokumen menggunakan ukuran font yang terbaca"
|
|
1348
1348
|
},
|
|
1349
|
-
"
|
|
1349
|
+
"core/audits/seo/hreflang.js | description": {
|
|
1350
1350
|
"message": "Link hreflang memberi tahu mesin telusur versi halaman yang harus dicantumkan dalam hasil penelusuran untuk wilayah atau bahasa tertentu. [Pelajari lebih lanjut](https://web.dev/hreflang/)."
|
|
1351
1351
|
},
|
|
1352
|
-
"
|
|
1352
|
+
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1353
1353
|
"message": "Dokumen tidak memiliki `hreflang` yang valid"
|
|
1354
1354
|
},
|
|
1355
|
-
"
|
|
1355
|
+
"core/audits/seo/hreflang.js | notFullyQualified": {
|
|
1356
1356
|
"message": "Nilai href relatif"
|
|
1357
1357
|
},
|
|
1358
|
-
"
|
|
1358
|
+
"core/audits/seo/hreflang.js | title": {
|
|
1359
1359
|
"message": "Dokumen memiliki `hreflang` yang valid"
|
|
1360
1360
|
},
|
|
1361
|
-
"
|
|
1361
|
+
"core/audits/seo/hreflang.js | unexpectedLanguage": {
|
|
1362
1362
|
"message": "Kode bahasa tidak terduga"
|
|
1363
1363
|
},
|
|
1364
|
-
"
|
|
1364
|
+
"core/audits/seo/http-status-code.js | description": {
|
|
1365
1365
|
"message": "Halaman dengan kode status HTTP yang tidak berhasil mungkin tidak akan diindeks dengan tepat. [Pelajari lebih lanjut](https://web.dev/http-status-code/)."
|
|
1366
1366
|
},
|
|
1367
|
-
"
|
|
1367
|
+
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1368
1368
|
"message": "Halaman memiliki kode status HTTP yang tidak berhasil"
|
|
1369
1369
|
},
|
|
1370
|
-
"
|
|
1370
|
+
"core/audits/seo/http-status-code.js | title": {
|
|
1371
1371
|
"message": "Halaman memiliki kode status HTTP yang berhasil"
|
|
1372
1372
|
},
|
|
1373
|
-
"
|
|
1373
|
+
"core/audits/seo/is-crawlable.js | description": {
|
|
1374
1374
|
"message": "Mesin telusur tidak dapat menyertakan halaman Anda dalam hasil penelusuran jika tidak memiliki izin untuk meng-crawl halaman tersebut. [Pelajari lebih lanjut](https://web.dev/is-crawable/)."
|
|
1375
1375
|
},
|
|
1376
|
-
"
|
|
1376
|
+
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1377
1377
|
"message": "Halaman diblokir dari pengindeksan"
|
|
1378
1378
|
},
|
|
1379
|
-
"
|
|
1379
|
+
"core/audits/seo/is-crawlable.js | title": {
|
|
1380
1380
|
"message": "Halaman tidak diblokir dari pengindeksan"
|
|
1381
1381
|
},
|
|
1382
|
-
"
|
|
1382
|
+
"core/audits/seo/link-text.js | description": {
|
|
1383
1383
|
"message": "Teks link deskriptif membantu mesin telusur memahami konten Anda. [Pelajari lebih lanjut](https://web.dev/link-text/)."
|
|
1384
1384
|
},
|
|
1385
|
-
"
|
|
1385
|
+
"core/audits/seo/link-text.js | displayValue": {
|
|
1386
1386
|
"message": "{itemCount,plural, =1{1 link ditemukan}other{# link ditemukan}}"
|
|
1387
1387
|
},
|
|
1388
|
-
"
|
|
1388
|
+
"core/audits/seo/link-text.js | failureTitle": {
|
|
1389
1389
|
"message": "Link tidak memiliki teks deskriptif"
|
|
1390
1390
|
},
|
|
1391
|
-
"
|
|
1391
|
+
"core/audits/seo/link-text.js | title": {
|
|
1392
1392
|
"message": "Link memiliki teks deskriptif"
|
|
1393
1393
|
},
|
|
1394
|
-
"
|
|
1394
|
+
"core/audits/seo/manual/structured-data.js | description": {
|
|
1395
1395
|
"message": "Jalankan [Alat Pengujian Data Terstruktur](https://search.google.com/structured-data/testing-tool/) dan [Linter Data Terstruktur](http://linter.structured-data.org/) untuk memvalidasi data terstruktur. [Pelajari lebih lanjut](https://web.dev/structured-data/)."
|
|
1396
1396
|
},
|
|
1397
|
-
"
|
|
1397
|
+
"core/audits/seo/manual/structured-data.js | title": {
|
|
1398
1398
|
"message": "Data terstruktur valid"
|
|
1399
1399
|
},
|
|
1400
|
-
"
|
|
1400
|
+
"core/audits/seo/meta-description.js | description": {
|
|
1401
1401
|
"message": "Deskripsi meta mungkin disertakan dalam hasil penelusuran untuk merangkum isi halaman dengan singkat. [Pelajari lebih lanjut](https://web.dev/meta-description/)."
|
|
1402
1402
|
},
|
|
1403
|
-
"
|
|
1403
|
+
"core/audits/seo/meta-description.js | explanation": {
|
|
1404
1404
|
"message": "Teks deskripsi kosong."
|
|
1405
1405
|
},
|
|
1406
|
-
"
|
|
1406
|
+
"core/audits/seo/meta-description.js | failureTitle": {
|
|
1407
1407
|
"message": "Dokumen tidak memiliki deskripsi meta"
|
|
1408
1408
|
},
|
|
1409
|
-
"
|
|
1409
|
+
"core/audits/seo/meta-description.js | title": {
|
|
1410
1410
|
"message": "Dokumen memiliki deskripsi meta"
|
|
1411
1411
|
},
|
|
1412
|
-
"
|
|
1412
|
+
"core/audits/seo/plugins.js | description": {
|
|
1413
1413
|
"message": "Mesin telusur tidak dapat mengindeks konten plugin, dan banyak perangkat yang membatasi plugin atau tidak mendukungnya. [Pelajari lebih lanjut](https://web.dev/plugins/)."
|
|
1414
1414
|
},
|
|
1415
|
-
"
|
|
1415
|
+
"core/audits/seo/plugins.js | failureTitle": {
|
|
1416
1416
|
"message": "Dokumen menggunakan plugin"
|
|
1417
1417
|
},
|
|
1418
|
-
"
|
|
1418
|
+
"core/audits/seo/plugins.js | title": {
|
|
1419
1419
|
"message": "Dokumen menghindari plugin"
|
|
1420
1420
|
},
|
|
1421
|
-
"
|
|
1421
|
+
"core/audits/seo/robots-txt.js | description": {
|
|
1422
1422
|
"message": "Jika file robots.txt Anda salah format, crawler mungkin tidak dapat memahami cara crawling atau pengindeksan situs yang Anda inginkan. [Pelajari lebih lanjut](https://web.dev/robots-txt/)."
|
|
1423
1423
|
},
|
|
1424
|
-
"
|
|
1424
|
+
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1425
1425
|
"message": "Permintaan untuk robots.txt menampilkan status HTTP: {statusCode}"
|
|
1426
1426
|
},
|
|
1427
|
-
"
|
|
1427
|
+
"core/audits/seo/robots-txt.js | displayValueValidationError": {
|
|
1428
1428
|
"message": "{itemCount,plural, =1{1 error ditemukan}other{# error ditemukan}}"
|
|
1429
1429
|
},
|
|
1430
|
-
"
|
|
1430
|
+
"core/audits/seo/robots-txt.js | explanation": {
|
|
1431
1431
|
"message": "Lighthouse tidak dapat mendownload file robots.txt"
|
|
1432
1432
|
},
|
|
1433
|
-
"
|
|
1433
|
+
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1434
1434
|
"message": "robots.txt tidak valid"
|
|
1435
1435
|
},
|
|
1436
|
-
"
|
|
1436
|
+
"core/audits/seo/robots-txt.js | title": {
|
|
1437
1437
|
"message": "robots.txt valid"
|
|
1438
1438
|
},
|
|
1439
|
-
"
|
|
1439
|
+
"core/audits/seo/tap-targets.js | description": {
|
|
1440
1440
|
"message": "Elemen interaktif seperti tombol dan link harus berukuran cukup besar (48x48 piksel), dan memiliki cukup ruang di sekelilingnya, agar cukup mudah diketuk tanpa tumpang-tindih dengan elemen lain. [Pelajari lebih lanjut](https://web.dev/tap-targets/)."
|
|
1441
1441
|
},
|
|
1442
|
-
"
|
|
1442
|
+
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1443
1443
|
"message": "{decimalProportion, number, percent} target ketuk memiliki ukuran yang tepat"
|
|
1444
1444
|
},
|
|
1445
|
-
"
|
|
1445
|
+
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1446
1446
|
"message": "Target ketuk terlalu kecil karena tidak ada tag meta viewport yang dioptimalkan untuk layar seluler"
|
|
1447
1447
|
},
|
|
1448
|
-
"
|
|
1448
|
+
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1449
1449
|
"message": "Target ketuk tidak memiliki ukuran yang tepat"
|
|
1450
1450
|
},
|
|
1451
|
-
"
|
|
1451
|
+
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1452
1452
|
"message": "Target Tumpang-Tindih"
|
|
1453
1453
|
},
|
|
1454
|
-
"
|
|
1454
|
+
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1455
1455
|
"message": "Target Ketuk"
|
|
1456
1456
|
},
|
|
1457
|
-
"
|
|
1457
|
+
"core/audits/seo/tap-targets.js | title": {
|
|
1458
1458
|
"message": "Target ketuk memiliki ukuran yang tepat"
|
|
1459
1459
|
},
|
|
1460
|
-
"
|
|
1460
|
+
"core/audits/server-response-time.js | description": {
|
|
1461
1461
|
"message": "Pertahankan waktu respons server untuk dokumen utama tetap singkat karena semua permintaan lain bergantung padanya. [Pelajari lebih lanjut](https://web.dev/time-to-first-byte/)."
|
|
1462
1462
|
},
|
|
1463
|
-
"
|
|
1463
|
+
"core/audits/server-response-time.js | displayValue": {
|
|
1464
1464
|
"message": "Dokumen root memerlukan waktu {timeInMs, number, milliseconds} md"
|
|
1465
1465
|
},
|
|
1466
|
-
"
|
|
1466
|
+
"core/audits/server-response-time.js | failureTitle": {
|
|
1467
1467
|
"message": "Kurangi waktu respons server awal"
|
|
1468
1468
|
},
|
|
1469
|
-
"
|
|
1469
|
+
"core/audits/server-response-time.js | title": {
|
|
1470
1470
|
"message": "Respons server awal memakan waktu singkat"
|
|
1471
1471
|
},
|
|
1472
|
-
"
|
|
1472
|
+
"core/audits/service-worker.js | description": {
|
|
1473
1473
|
"message": "Pekerja layanan adalah teknologi yang memungkinkan aplikasi Anda menggunakan banyak fitur Progressive Web App, seperti fitur offline, tambahkan ke layar utama, dan notifikasi push. [Pelajari lebih lanjut](https://web.dev/service-worker/)."
|
|
1474
1474
|
},
|
|
1475
|
-
"
|
|
1475
|
+
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1476
1476
|
"message": "Halaman ini dikontrol oleh pekerja layanan, tetapi `start_url` tidak ditemukan karena manifes gagal diurai sebagai JSON yang valid"
|
|
1477
1477
|
},
|
|
1478
|
-
"
|
|
1478
|
+
"core/audits/service-worker.js | explanationBadStartUrl": {
|
|
1479
1479
|
"message": "Halaman ini dikontrol oleh pekerja layanan, tetapi `start_url` ({startUrl}) tidak termasuk dalam cakupan pekerja layanan ({scopeUrl})"
|
|
1480
1480
|
},
|
|
1481
|
-
"
|
|
1481
|
+
"core/audits/service-worker.js | explanationNoManifest": {
|
|
1482
1482
|
"message": "Halaman ini dikontrol oleh pekerja layanan, tetapi `start_url` tidak ditemukan karena tidak ada manifes yang diambil."
|
|
1483
1483
|
},
|
|
1484
|
-
"
|
|
1484
|
+
"core/audits/service-worker.js | explanationOutOfScope": {
|
|
1485
1485
|
"message": "Asal memiliki satu pekerja layanan atau lebih, tetapi halaman ({pageUrl}) tidak termasuk dalam cakupan."
|
|
1486
1486
|
},
|
|
1487
|
-
"
|
|
1487
|
+
"core/audits/service-worker.js | failureTitle": {
|
|
1488
1488
|
"message": "Tidak mendaftarkan pekerja layanan yang mengontrol halaman dan `start_url`"
|
|
1489
1489
|
},
|
|
1490
|
-
"
|
|
1490
|
+
"core/audits/service-worker.js | title": {
|
|
1491
1491
|
"message": "Mendaftarkan pekerja layanan yang mengontrol halaman dan `start_url`"
|
|
1492
1492
|
},
|
|
1493
|
-
"
|
|
1493
|
+
"core/audits/splash-screen.js | description": {
|
|
1494
1494
|
"message": "Layar pembuka yang diberi tema akan memberikan pengalaman berkualitas tinggi saat pengguna meluncurkan aplikasi dari layar utama. [Pelajari lebih lanjut](https://web.dev/splash-screen/)."
|
|
1495
1495
|
},
|
|
1496
|
-
"
|
|
1496
|
+
"core/audits/splash-screen.js | failureTitle": {
|
|
1497
1497
|
"message": "Tidak dikonfigurasi untuk layar pembuka khusus"
|
|
1498
1498
|
},
|
|
1499
|
-
"
|
|
1499
|
+
"core/audits/splash-screen.js | title": {
|
|
1500
1500
|
"message": "Dikonfigurasi untuk layar pembuka khusus"
|
|
1501
1501
|
},
|
|
1502
|
-
"
|
|
1502
|
+
"core/audits/themed-omnibox.js | description": {
|
|
1503
1503
|
"message": "Kolom URL browser dapat diberi tema agar cocok dengan situs Anda. [Pelajari lebih lanjut](https://web.dev/themed-omnibox/)."
|
|
1504
1504
|
},
|
|
1505
|
-
"
|
|
1505
|
+
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1506
1506
|
"message": "Tidak menyetel warna tema untuk kolom URL."
|
|
1507
1507
|
},
|
|
1508
|
-
"
|
|
1508
|
+
"core/audits/themed-omnibox.js | title": {
|
|
1509
1509
|
"message": "Menyetel warna tema untuk kolom URL."
|
|
1510
1510
|
},
|
|
1511
|
-
"
|
|
1511
|
+
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1512
1512
|
"message": "{productName} (Keberhasilan Dukungan Pelanggan)"
|
|
1513
1513
|
},
|
|
1514
|
-
"
|
|
1514
|
+
"core/audits/third-party-facades.js | categoryMarketing": {
|
|
1515
1515
|
"message": "{productName} (Pemasaran)"
|
|
1516
1516
|
},
|
|
1517
|
-
"
|
|
1517
|
+
"core/audits/third-party-facades.js | categorySocial": {
|
|
1518
1518
|
"message": "{productName} (Media Sosial)"
|
|
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": "Produk"
|
|
1525
1525
|
},
|
|
1526
|
-
"
|
|
1526
|
+
"core/audits/third-party-facades.js | description": {
|
|
1527
1527
|
"message": "Beberapa sematan pihak ketiga dapat lambat dimuat. Sebaiknya ganti sematan dengan fasad sampai diperlukan. [Pelajari lebih lanjut](https://web.dev/third-party-facades/)."
|
|
1528
1528
|
},
|
|
1529
|
-
"
|
|
1529
|
+
"core/audits/third-party-facades.js | displayValue": {
|
|
1530
1530
|
"message": "{itemCount,plural, =1{# alternatif fasad tersedia}other{# alternatif fasad tersedia}}"
|
|
1531
1531
|
},
|
|
1532
|
-
"
|
|
1532
|
+
"core/audits/third-party-facades.js | failureTitle": {
|
|
1533
1533
|
"message": "Beberapa resource pihak ketiga dapat lambat dimuat dengan fasad"
|
|
1534
1534
|
},
|
|
1535
|
-
"
|
|
1535
|
+
"core/audits/third-party-facades.js | title": {
|
|
1536
1536
|
"message": "Memuat lambat resource pihak ketiga dengan fasad"
|
|
1537
1537
|
},
|
|
1538
|
-
"
|
|
1538
|
+
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1539
1539
|
"message": "Pihak Ketiga"
|
|
1540
1540
|
},
|
|
1541
|
-
"
|
|
1541
|
+
"core/audits/third-party-summary.js | description": {
|
|
1542
1542
|
"message": "Kode pihak ketiga dapat memberikan dampak signifikan terhadap performa muatan. Batasi jumlah penyedia pihak ketiga yang berlebihan dan coba muat kode pihak ketiga terutama setelah halaman selesai memuat. [Pelajari lebih lanjut](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": "Kode pihak ketiga memblokir thread utama untuk {timeInMs, number, milliseconds} ms"
|
|
1546
1546
|
},
|
|
1547
|
-
"
|
|
1547
|
+
"core/audits/third-party-summary.js | failureTitle": {
|
|
1548
1548
|
"message": "Kurangi dampak kode pihak ketiga"
|
|
1549
1549
|
},
|
|
1550
|
-
"
|
|
1550
|
+
"core/audits/third-party-summary.js | title": {
|
|
1551
1551
|
"message": "Meminimalkan penggunaan pihak ketiga"
|
|
1552
1552
|
},
|
|
1553
|
-
"
|
|
1553
|
+
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1554
1554
|
"message": "Pengukuran"
|
|
1555
1555
|
},
|
|
1556
|
-
"
|
|
1556
|
+
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1557
1557
|
"message": "Metrik"
|
|
1558
1558
|
},
|
|
1559
|
-
"
|
|
1559
|
+
"core/audits/timing-budget.js | description": {
|
|
1560
1560
|
"message": "Menetapkan anggaran waktu untuk membantu mengawasi performa situs Anda. Situs dengan performa yang baik akan memuat dengan cepat dan merespons peristiwa masukan pengguna dengan cepat. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1561
1561
|
},
|
|
1562
|
-
"
|
|
1562
|
+
"core/audits/timing-budget.js | title": {
|
|
1563
1563
|
"message": "Anggaran waktu"
|
|
1564
1564
|
},
|
|
1565
|
-
"
|
|
1565
|
+
"core/audits/unsized-images.js | description": {
|
|
1566
1566
|
"message": "Setel lebar dan tinggi yang jelas pada elemen gambar untuk mengurangi pergeseran tata letak dan memperbaiki CLS. [Pelajari lebih lanjut](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1567
1567
|
},
|
|
1568
|
-
"
|
|
1568
|
+
"core/audits/unsized-images.js | failureTitle": {
|
|
1569
1569
|
"message": "Elemen gambar tidak memiliki `width` dan `height` yang jelas"
|
|
1570
1570
|
},
|
|
1571
|
-
"
|
|
1571
|
+
"core/audits/unsized-images.js | title": {
|
|
1572
1572
|
"message": "Elemen gambar memiliki `width` dan `height` yang jelas"
|
|
1573
1573
|
},
|
|
1574
|
-
"
|
|
1574
|
+
"core/audits/user-timings.js | columnType": {
|
|
1575
1575
|
"message": "Jenis"
|
|
1576
1576
|
},
|
|
1577
|
-
"
|
|
1577
|
+
"core/audits/user-timings.js | description": {
|
|
1578
1578
|
"message": "Sebaiknya lengkapi aplikasi Anda dengan User Timing API untuk mengukur performa aplikasi Anda yang sebenarnya selama pengalaman pengguna utama. [Pelajari lebih lanjut](https://web.dev/user-timings/)."
|
|
1579
1579
|
},
|
|
1580
|
-
"
|
|
1580
|
+
"core/audits/user-timings.js | displayValue": {
|
|
1581
1581
|
"message": "{itemCount,plural, =1{1 waktu pengguna}other{# waktu pengguna}}"
|
|
1582
1582
|
},
|
|
1583
|
-
"
|
|
1583
|
+
"core/audits/user-timings.js | title": {
|
|
1584
1584
|
"message": "Tanda dan ukuran Waktu Pengguna"
|
|
1585
1585
|
},
|
|
1586
|
-
"
|
|
1586
|
+
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1587
1587
|
"message": "Sebuah `<link rel=preconnect>` ditemukan untuk \"{securityOrigin}\", tetapi tidak digunakan oleh browser. Pastikan Anda menggunakan atribut `crossorigin` dengan benar."
|
|
1588
1588
|
},
|
|
1589
|
-
"
|
|
1589
|
+
"core/audits/uses-rel-preconnect.js | description": {
|
|
1590
1590
|
"message": "Sebaiknya tambahkan petunjuk resource `preconnect` atau `dns-prefetch` guna membuat sambungan lebih awal ke asal pihak ketiga yang penting. [Pelajari lebih lanjut](https://web.dev/uses-rel-preconnect/)."
|
|
1591
1591
|
},
|
|
1592
|
-
"
|
|
1592
|
+
"core/audits/uses-rel-preconnect.js | title": {
|
|
1593
1593
|
"message": "Sambungkan terlebih dahulu ke nama domain yang diperlukan"
|
|
1594
1594
|
},
|
|
1595
|
-
"
|
|
1595
|
+
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1596
1596
|
"message": "Ditemukan lebih dari 2 koneksi `<link rel=preconnect>`. Koneksi tersebut sebaiknya tidak sering digunakan dan hanya untuk asal yang paling penting."
|
|
1597
1597
|
},
|
|
1598
|
-
"
|
|
1598
|
+
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1599
1599
|
"message": "Sebuah `<link rel=preconnect>` ditemukan untuk \"{securityOrigin}\", tetapi tidak digunakan oleh browser. Hanya gunakan `preconnect` untuk asal yang penting dan pasti akan diminta halaman."
|
|
1600
1600
|
},
|
|
1601
|
-
"
|
|
1601
|
+
"core/audits/uses-rel-preload.js | crossoriginWarning": {
|
|
1602
1602
|
"message": "Sebuah `<link>` pramuat ditemukan untuk \"{preloadURL}\", tetapi tidak digunakan oleh browser. Pastikan Anda menggunakan atribut `crossorigin` dengan benar."
|
|
1603
1603
|
},
|
|
1604
|
-
"
|
|
1604
|
+
"core/audits/uses-rel-preload.js | description": {
|
|
1605
1605
|
"message": "Sebaiknya gunakan `<link rel=preload>` untuk memprioritaskan pengambilan resource yang saat ini diminta selama pemuatan halaman. [Pelajari lebih lanjut](https://web.dev/uses-rel-preload/)."
|
|
1606
1606
|
},
|
|
1607
|
-
"
|
|
1607
|
+
"core/audits/uses-rel-preload.js | title": {
|
|
1608
1608
|
"message": "Muat permintaan utama terlebih dahulu"
|
|
1609
1609
|
},
|
|
1610
|
-
"
|
|
1610
|
+
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1611
1611
|
"message": "URL Peta"
|
|
1612
1612
|
},
|
|
1613
|
-
"
|
|
1613
|
+
"core/audits/valid-source-maps.js | description": {
|
|
1614
1614
|
"message": "Peta sumber menerjemahkan kode yang diminifikasi ke kode sumber asli. Ini akan membantu developer melakukan debug dalam produksi. Selain itu, Lighthouse dapat memberikan data lebih lanjut. Sebaiknya deploy peta sumber untuk mendapatkan manfaat yang optimal. [Pelajari lebih lanjut](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": "Tidak ada peta sumber untuk JavaScript pihak pertama berukuran besar"
|
|
1618
1618
|
},
|
|
1619
|
-
"
|
|
1619
|
+
"core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
|
|
1620
1620
|
"message": "File JavaScript berukuran besar tidak memiliki peta sumber"
|
|
1621
1621
|
},
|
|
1622
|
-
"
|
|
1622
|
+
"core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
|
|
1623
1623
|
"message": "{missingItems,plural, =1{Peringatan: kurang 1 item dalam `.sourcesContent`}other{Peringatan: kurang # item dalam `.sourcesContent`}}"
|
|
1624
1624
|
},
|
|
1625
|
-
"
|
|
1625
|
+
"core/audits/valid-source-maps.js | title": {
|
|
1626
1626
|
"message": "Halaman memiliki peta sumber yang valid"
|
|
1627
1627
|
},
|
|
1628
|
-
"
|
|
1628
|
+
"core/audits/viewport.js | description": {
|
|
1629
1629
|
"message": "`<meta name=\"viewport\">` tidak hanya mengoptimalkan aplikasi untuk ukuran layar perangkat seluler, tetapi juga mencegah [penundaan 300 milidetik pada input pengguna](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Pelajari lebih lanjut](https://web.dev/viewport/)."
|
|
1630
1630
|
},
|
|
1631
|
-
"
|
|
1631
|
+
"core/audits/viewport.js | explanationNoTag": {
|
|
1632
1632
|
"message": "Tag `<meta name=\"viewport\">` tidak ditemukan"
|
|
1633
1633
|
},
|
|
1634
|
-
"
|
|
1634
|
+
"core/audits/viewport.js | failureTitle": {
|
|
1635
1635
|
"message": "Tidak memiliki tag `<meta name=\"viewport\">` dengan `width` atau `initial-scale`"
|
|
1636
1636
|
},
|
|
1637
|
-
"
|
|
1637
|
+
"core/audits/viewport.js | title": {
|
|
1638
1638
|
"message": "Memiliki tag `<meta name=\"viewport\">` dengan `width` atau `initial-scale`"
|
|
1639
1639
|
},
|
|
1640
|
-
"
|
|
1640
|
+
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1641
1641
|
"message": "Ini adalah peluang untuk meningkatkan penggunaan ARIA pada aplikasi Anda, yang dapat meningkatkan pengalaman bagi pengguna teknologi asistif, seperti pembaca layar."
|
|
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": "Ini adalah peluang untuk memberikan konten alternatif untuk audio dan video. Hal ini dapat meningkatkan pengalaman bagi pengguna yang menyandang gangguan penglihatan atau pendengaran."
|
|
1648
1648
|
},
|
|
1649
|
-
"
|
|
1649
|
+
"core/config/default-config.js | a11yAudioVideoGroupTitle": {
|
|
1650
1650
|
"message": "Audio dan video"
|
|
1651
1651
|
},
|
|
1652
|
-
"
|
|
1652
|
+
"core/config/default-config.js | a11yBestPracticesGroupDescription": {
|
|
1653
1653
|
"message": "Item berikut memperjelas praktik terbaik yang umum untuk aksesibilitas."
|
|
1654
1654
|
},
|
|
1655
|
-
"
|
|
1655
|
+
"core/config/default-config.js | a11yBestPracticesGroupTitle": {
|
|
1656
1656
|
"message": "Praktik terbaik"
|
|
1657
1657
|
},
|
|
1658
|
-
"
|
|
1658
|
+
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1659
1659
|
"message": "Pemeriksaan ini menandai peluang untuk [menyempurnakan aksesibilitas aplikasi web Anda](https://developers.google.com/web/fundamentals/accessibility). Hanya sejumlah kecil masalah aksesibilitas yang dapat terdeteksi secara otomatis, sehingga pengujian manual juga dianjurkan."
|
|
1660
1660
|
},
|
|
1661
|
-
"
|
|
1661
|
+
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1662
1662
|
"message": "Item berikut ini menangani area yang tidak dapat dicakup oleh fitur pengujian otomatis. Pelajari lebih lanjut dalam panduan kami tentang [menjalankan tinjauan aksesibilitas](https://developers.google.com/web/fundamentals/accessibility/how-to-review)."
|
|
1663
1663
|
},
|
|
1664
|
-
"
|
|
1664
|
+
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1665
1665
|
"message": "Aksesibilitas"
|
|
1666
1666
|
},
|
|
1667
|
-
"
|
|
1667
|
+
"core/config/default-config.js | a11yColorContrastGroupDescription": {
|
|
1668
1668
|
"message": "Ini adalah peluang untuk meningkatkan keterbacaan konten Anda."
|
|
1669
1669
|
},
|
|
1670
|
-
"
|
|
1670
|
+
"core/config/default-config.js | a11yColorContrastGroupTitle": {
|
|
1671
1671
|
"message": "Kontras"
|
|
1672
1672
|
},
|
|
1673
|
-
"
|
|
1673
|
+
"core/config/default-config.js | a11yLanguageGroupDescription": {
|
|
1674
1674
|
"message": "Ini adalah peluang untuk menyempurnakan interpretasi konten Anda oleh pengguna dalam lokal yang berbeda."
|
|
1675
1675
|
},
|
|
1676
|
-
"
|
|
1676
|
+
"core/config/default-config.js | a11yLanguageGroupTitle": {
|
|
1677
1677
|
"message": "Internasionalisasi dan pelokalan"
|
|
1678
1678
|
},
|
|
1679
|
-
"
|
|
1679
|
+
"core/config/default-config.js | a11yNamesLabelsGroupDescription": {
|
|
1680
1680
|
"message": "Ini adalah peluang untuk meningkatkan semantik kontrol dalam aplikasi Anda. Hal ini dapat menyempurnakan pengalaman bagi pengguna teknologi asistif, seperti pembaca layar."
|
|
1681
1681
|
},
|
|
1682
|
-
"
|
|
1682
|
+
"core/config/default-config.js | a11yNamesLabelsGroupTitle": {
|
|
1683
1683
|
"message": "Nama dan label"
|
|
1684
1684
|
},
|
|
1685
|
-
"
|
|
1685
|
+
"core/config/default-config.js | a11yNavigationGroupDescription": {
|
|
1686
1686
|
"message": "Ini adalah peluang untuk menyempurnakan navigasi keyboard pada aplikasi Anda."
|
|
1687
1687
|
},
|
|
1688
|
-
"
|
|
1688
|
+
"core/config/default-config.js | a11yNavigationGroupTitle": {
|
|
1689
1689
|
"message": "Navigasi"
|
|
1690
1690
|
},
|
|
1691
|
-
"
|
|
1691
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
|
|
1692
1692
|
"message": "Ini adalah peluang untuk menyempurnakan pengalaman membaca data dalam format tabel atau daftar menggunakan teknologi pendukung, seperti pembaca layar."
|
|
1693
1693
|
},
|
|
1694
|
-
"
|
|
1694
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
|
|
1695
1695
|
"message": "Tabel dan daftar"
|
|
1696
1696
|
},
|
|
1697
|
-
"
|
|
1697
|
+
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
|
|
1698
1698
|
"message": "Kompatibilitas Browser"
|
|
1699
1699
|
},
|
|
1700
|
-
"
|
|
1700
|
+
"core/config/default-config.js | bestPracticesCategoryTitle": {
|
|
1701
1701
|
"message": "Praktik Terbaik"
|
|
1702
1702
|
},
|
|
1703
|
-
"
|
|
1703
|
+
"core/config/default-config.js | bestPracticesGeneralGroupTitle": {
|
|
1704
1704
|
"message": "Umum"
|
|
1705
1705
|
},
|
|
1706
|
-
"
|
|
1706
|
+
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
|
|
1707
1707
|
"message": "Kepercayaan dan Keamanan"
|
|
1708
1708
|
},
|
|
1709
|
-
"
|
|
1709
|
+
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1710
1710
|
"message": "Pengalaman Pengguna"
|
|
1711
1711
|
},
|
|
1712
|
-
"
|
|
1712
|
+
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1713
1713
|
"message": "Anggaran performa menetapkan standar performa situs Anda."
|
|
1714
1714
|
},
|
|
1715
|
-
"
|
|
1715
|
+
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1716
1716
|
"message": "Anggaran"
|
|
1717
1717
|
},
|
|
1718
|
-
"
|
|
1718
|
+
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1719
1719
|
"message": "Informasi selengkapnya tentang performa aplikasi Anda. Angka ini tidak [secara langsung memengaruhi](https://web.dev/performance-scoring/) skor Performa."
|
|
1720
1720
|
},
|
|
1721
|
-
"
|
|
1721
|
+
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1722
1722
|
"message": "Diagnostik"
|
|
1723
1723
|
},
|
|
1724
|
-
"
|
|
1724
|
+
"core/config/default-config.js | firstPaintImprovementsGroupDescription": {
|
|
1725
1725
|
"message": "Aspek terpenting dari performa adalah seberapa cepat piksel dirender di layar. Metrik utama: First Contentful Paint, First Meaningful Paint"
|
|
1726
1726
|
},
|
|
1727
|
-
"
|
|
1727
|
+
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1728
1728
|
"message": "Penyempurnaan First Paint"
|
|
1729
1729
|
},
|
|
1730
|
-
"
|
|
1730
|
+
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1731
1731
|
"message": "Saran ini dapat membantu pemuatan halaman menjadi lebih cepat. Saran tersebut tidak [secara langsung memengaruhi](https://web.dev/performance-scoring/) skor Performa."
|
|
1732
1732
|
},
|
|
1733
|
-
"
|
|
1733
|
+
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1734
1734
|
"message": "Peluang"
|
|
1735
1735
|
},
|
|
1736
|
-
"
|
|
1736
|
+
"core/config/default-config.js | metricGroupTitle": {
|
|
1737
1737
|
"message": "Metrik"
|
|
1738
1738
|
},
|
|
1739
|
-
"
|
|
1739
|
+
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1740
1740
|
"message": "Menyempurnakan pengalaman pemuatan halaman keseluruhan, sehingga halaman responsif dan siap untuk digunakan secepatnya. Metrik utama: Waktu untuk Interaktif, Indeks Kecepatan"
|
|
1741
1741
|
},
|
|
1742
|
-
"
|
|
1742
|
+
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1743
1743
|
"message": "Penyempurnaan Keseluruhan"
|
|
1744
1744
|
},
|
|
1745
|
-
"
|
|
1745
|
+
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1746
1746
|
"message": "Performa"
|
|
1747
1747
|
},
|
|
1748
|
-
"
|
|
1748
|
+
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1749
1749
|
"message": "Pemeriksaan ini memvalidasi aspek-aspek Progressive Web App. [Pelajari lebih lanjut](https://developers.google.com/web/progressive-web-apps/checklist)."
|
|
1750
1750
|
},
|
|
1751
|
-
"
|
|
1751
|
+
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1752
1752
|
"message": "Pemeriksaan ini diperlukan oleh [Checklist PWA](https://developers.google.com/web/progressive-web-apps/checklist) untuk dasar pengukuran tetapi tidak otomatis diperiksa oleh Lighthouse. Pemeriksaan tersebut tidak memengaruhi skor, tetapi penting karena hal ini berarti Anda memverifikasi situs-situs secara 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": "Dapat Diinstal"
|
|
1759
1759
|
},
|
|
1760
|
-
"
|
|
1760
|
+
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1761
1761
|
"message": "PWA yang Dioptimalkan"
|
|
1762
1762
|
},
|
|
1763
|
-
"
|
|
1763
|
+
"core/config/default-config.js | seoCategoryDescription": {
|
|
1764
1764
|
"message": "Pemeriksaan ini memastikan bahwa halaman Anda mengikuti saran pengoptimalan mesin telusur dasar. Ada banyak faktor tambahan yang tidak diperhitungkan oleh Lighthouse di sini yang mungkin memengaruhi peringkat penelusuran Anda, termasuk performa di [Data Web Inti](https://web.dev/learn-web-vitals/). [Pelajari lebih lanjut](https://support.google.com/webmasters/answer/35769)."
|
|
1765
1765
|
},
|
|
1766
|
-
"
|
|
1766
|
+
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1767
1767
|
"message": "Jalankan validator tambahan ini di situs Anda untuk memeriksa praktik terbaik SEO lainnya."
|
|
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": "Format HTML Anda dengan cara yang memungkinkan crawler untuk lebih memahami konten aplikasi Anda."
|
|
1774
1774
|
},
|
|
1775
|
-
"
|
|
1775
|
+
"core/config/default-config.js | seoContentGroupTitle": {
|
|
1776
1776
|
"message": "Praktik Terbaik Konten"
|
|
1777
1777
|
},
|
|
1778
|
-
"
|
|
1778
|
+
"core/config/default-config.js | seoCrawlingGroupDescription": {
|
|
1779
1779
|
"message": "Agar muncul di hasil penelusuran, crawler perlu mengakses aplikasi Anda."
|
|
1780
1780
|
},
|
|
1781
|
-
"
|
|
1781
|
+
"core/config/default-config.js | seoCrawlingGroupTitle": {
|
|
1782
1782
|
"message": "Crawling dan Pengindeksan"
|
|
1783
1783
|
},
|
|
1784
|
-
"
|
|
1784
|
+
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1785
1785
|
"message": "Pastikan halaman Anda mobile-friendly agar pengguna tidak perlu mencubit atau memperbesar untuk membaca halaman konten. [Pelajari lebih lanjut](https://developers.google.com/search/mobile-sites/)."
|
|
1786
1786
|
},
|
|
1787
|
-
"
|
|
1787
|
+
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1788
1788
|
"message": "Mobile Friendly"
|
|
1789
1789
|
},
|
|
1790
|
-
"
|
|
1790
|
+
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1791
1791
|
"message": "Perangkat yang diuji sepertinya memiliki CPU yang lebih lambat daripada perkiraan Lighthouse. Hal ini dapat berdampak buruk pada skor performa Anda. Pelajari lebih lanjut [cara mengalibrasi pengali pelambatan CPU yang sesuai](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": "Halaman tersebut mungkin tidak dimuat sesuai harapan karena URL uji Anda ({requested}) dialihkan ke {final}. Coba uji URL kedua secara langsung."
|
|
1795
1795
|
},
|
|
1796
|
-
"
|
|
1796
|
+
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1797
1797
|
"message": "Pemuatan halaman terlalu lambat untuk bisa selesai tepat waktu. Hasil mungkin tidak lengkap."
|
|
1798
1798
|
},
|
|
1799
|
-
"
|
|
1799
|
+
"core/gather/driver/storage.js | warningData": {
|
|
1800
1800
|
"message": "{locationCount,plural, =1{Mungkin terdapat data tersimpan yang memengaruhi performa pemuatan di lokasi ini: {locations}. Audit halaman ini di jendela Samaran untuk mencegah resource tersebut memengaruhi performa Anda.}other{Mungkin terdapat data tersimpan yang memengaruhi performa pemuatan di lokasi ini {locations}. Audit halaman ini di jendela Samaran untuk mencegah resource tersebut memengaruhi performa Anda.}}"
|
|
1801
1801
|
},
|
|
1802
|
-
"
|
|
1802
|
+
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1803
1803
|
"message": "Sebaiknya tambahkan skema URL https: dan http: (diabaikan oleh browser yang mendukung 'strict-dynamic') agar kompatibel dengan browser versi lama."
|
|
1804
1804
|
},
|
|
1805
|
-
"
|
|
1805
|
+
"core/lib/csp-evaluator.js | deprecatedDisownOpener": {
|
|
1806
1806
|
"message": "disown-opener tidak digunakan lagi sejak CSP3. Sebagai gantinya, gunakan header Cross-Origin-Opener-Policy."
|
|
1807
1807
|
},
|
|
1808
|
-
"
|
|
1808
|
+
"core/lib/csp-evaluator.js | deprecatedReferrer": {
|
|
1809
1809
|
"message": "referrer tidak digunakan lagi sejak CSP2. Sebagai gantinya, gunakan header Referrer-Policy."
|
|
1810
1810
|
},
|
|
1811
|
-
"
|
|
1811
|
+
"core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
|
|
1812
1812
|
"message": "reflected-xss tidak digunakan lagi sejak CSP2. Sebagai gantinya, gunakan header X-XSS-Protection."
|
|
1813
1813
|
},
|
|
1814
|
-
"
|
|
1814
|
+
"core/lib/csp-evaluator.js | missingBaseUri": {
|
|
1815
1815
|
"message": "Base-uri yang tidak ada memungkinkan injeksi tag <base> untuk menyetel URL dasar bagi semua URL relatif (misalnya, skrip) ke domain yang dikontrol penyerang. Sebaiknya setel base-uri ke 'none' atau 'self'."
|
|
1816
1816
|
},
|
|
1817
|
-
"
|
|
1817
|
+
"core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1818
1818
|
"message": "object-src yang hilang memungkinkan injeksi plugin yang menjalankan skrip tidak aman. Sebaiknya setel object-src ke 'none', jika memungkinkan."
|
|
1819
1819
|
},
|
|
1820
|
-
"
|
|
1820
|
+
"core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1821
1821
|
"message": "Perintah script-src tidak ada. Ini dapat mengizinkan eksekusi skrip yang tidak aman."
|
|
1822
1822
|
},
|
|
1823
|
-
"
|
|
1823
|
+
"core/lib/csp-evaluator.js | missingSemicolon": {
|
|
1824
1824
|
"message": "Apakah Anda lupa tanda titik koma? Tampaknya {keyword} adalah perintah, bukan kata kunci."
|
|
1825
1825
|
},
|
|
1826
|
-
"
|
|
1826
|
+
"core/lib/csp-evaluator.js | nonceCharset": {
|
|
1827
1827
|
"message": "Nonce harus menggunakan charset base64."
|
|
1828
1828
|
},
|
|
1829
|
-
"
|
|
1829
|
+
"core/lib/csp-evaluator.js | nonceLength": {
|
|
1830
1830
|
"message": "Nonce harus terdiri dari minimal 8 karakter."
|
|
1831
1831
|
},
|
|
1832
|
-
"
|
|
1832
|
+
"core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1833
1833
|
"message": "Hindari penggunaan skema URL biasa ({keyword}) dalam perintah ini. Skema URL biasa memungkinkan skrip berasal dari domain yang tidak aman."
|
|
1834
1834
|
},
|
|
1835
|
-
"
|
|
1835
|
+
"core/lib/csp-evaluator.js | plainWildcards": {
|
|
1836
1836
|
"message": "Hindari penggunaan karakter pengganti biasa ({keyword}) dalam perintah ini. Karakter pengganti biasa memungkinkan skrip berasal dari domain yang tidak aman."
|
|
1837
1837
|
},
|
|
1838
|
-
"
|
|
1838
|
+
"core/lib/csp-evaluator.js | reportToOnly": {
|
|
1839
1839
|
"message": "Tujuan pelaporan hanya dikonfigurasi melalui perintah report-to. Perintah ini hanya didukung di browser berbasis Chromium. Jadi, sebaiknya gunakan juga perintah report-uri."
|
|
1840
1840
|
},
|
|
1841
|
-
"
|
|
1841
|
+
"core/lib/csp-evaluator.js | reportingDestinationMissing": {
|
|
1842
1842
|
"message": "Tidak ada CSP yang mengonfigurasi tujuan pelaporan. Mempertahankan CSP dari waktu ke waktu dan memantau setiap kerusakan menjadi sulit dilakukan."
|
|
1843
1843
|
},
|
|
1844
|
-
"
|
|
1844
|
+
"core/lib/csp-evaluator.js | strictDynamic": {
|
|
1845
1845
|
"message": "Daftar host yang diizinkan sering kali dapat diabaikan. Sebaiknya gunakan nonce atau hash CSP, beserta 'strict-dynamic', jika perlu."
|
|
1846
1846
|
},
|
|
1847
|
-
"
|
|
1847
|
+
"core/lib/csp-evaluator.js | unknownDirective": {
|
|
1848
1848
|
"message": "Perintah CSP tidak dikenal."
|
|
1849
1849
|
},
|
|
1850
|
-
"
|
|
1850
|
+
"core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1851
1851
|
"message": "Tampaknya {keyword} adalah kata kunci yang tidak valid."
|
|
1852
1852
|
},
|
|
1853
|
-
"
|
|
1853
|
+
"core/lib/csp-evaluator.js | unsafeInline": {
|
|
1854
1854
|
"message": "'unsafe-inline' mengizinkan eksekusi skrip dalam halaman dan pengendali peristiwa yang tidak aman. Sebaiknya gunakan nonce atau hash CSP untuk mengizinkan skrip satu per satu."
|
|
1855
1855
|
},
|
|
1856
|
-
"
|
|
1856
|
+
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1857
1857
|
"message": "Sebaiknya tambahkan 'unsafe-inline' (diabaikan oleh browser yang mendukung nonce/hash) agar kompatibel dengan browser versi lama."
|
|
1858
1858
|
},
|
|
1859
|
-
"
|
|
1859
|
+
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1860
1860
|
"message": "Waktu Pemblokiran Thread Utama"
|
|
1861
1861
|
},
|
|
1862
|
-
"
|
|
1862
|
+
"core/lib/i18n/i18n.js | columnCacheTTL": {
|
|
1863
1863
|
"message": "TTL Cache"
|
|
1864
1864
|
},
|
|
1865
|
-
"
|
|
1865
|
+
"core/lib/i18n/i18n.js | columnDescription": {
|
|
1866
1866
|
"message": "Deskripsi"
|
|
1867
1867
|
},
|
|
1868
|
-
"
|
|
1868
|
+
"core/lib/i18n/i18n.js | columnDuration": {
|
|
1869
1869
|
"message": "Durasi"
|
|
1870
1870
|
},
|
|
1871
|
-
"
|
|
1871
|
+
"core/lib/i18n/i18n.js | columnElement": {
|
|
1872
1872
|
"message": "Elemen"
|
|
1873
1873
|
},
|
|
1874
|
-
"
|
|
1874
|
+
"core/lib/i18n/i18n.js | columnFailingElem": {
|
|
1875
1875
|
"message": "Elemen yang Gagal"
|
|
1876
1876
|
},
|
|
1877
|
-
"
|
|
1877
|
+
"core/lib/i18n/i18n.js | columnLocation": {
|
|
1878
1878
|
"message": "Lokasi"
|
|
1879
1879
|
},
|
|
1880
|
-
"
|
|
1880
|
+
"core/lib/i18n/i18n.js | columnName": {
|
|
1881
1881
|
"message": "Nama"
|
|
1882
1882
|
},
|
|
1883
|
-
"
|
|
1883
|
+
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
1884
1884
|
"message": "Melebihi Anggaran"
|
|
1885
1885
|
},
|
|
1886
|
-
"
|
|
1886
|
+
"core/lib/i18n/i18n.js | columnRequests": {
|
|
1887
1887
|
"message": "Permintaan"
|
|
1888
1888
|
},
|
|
1889
|
-
"
|
|
1889
|
+
"core/lib/i18n/i18n.js | columnResourceSize": {
|
|
1890
1890
|
"message": "Ukuran Resource"
|
|
1891
1891
|
},
|
|
1892
|
-
"
|
|
1892
|
+
"core/lib/i18n/i18n.js | columnResourceType": {
|
|
1893
1893
|
"message": "Jenis Resource"
|
|
1894
1894
|
},
|
|
1895
|
-
"
|
|
1895
|
+
"core/lib/i18n/i18n.js | columnSize": {
|
|
1896
1896
|
"message": "Ukuran"
|
|
1897
1897
|
},
|
|
1898
|
-
"
|
|
1898
|
+
"core/lib/i18n/i18n.js | columnSource": {
|
|
1899
1899
|
"message": "Sumber"
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"core/lib/i18n/i18n.js | columnStartTime": {
|
|
1902
1902
|
"message": "Waktu Mulai"
|
|
1903
1903
|
},
|
|
1904
|
-
"
|
|
1904
|
+
"core/lib/i18n/i18n.js | columnTimeSpent": {
|
|
1905
1905
|
"message": "Waktu yang Dihabiskan"
|
|
1906
1906
|
},
|
|
1907
|
-
"
|
|
1907
|
+
"core/lib/i18n/i18n.js | columnTransferSize": {
|
|
1908
1908
|
"message": "Ukuran Transfer"
|
|
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": "Potensi Penghematan"
|
|
1915
1915
|
},
|
|
1916
|
-
"
|
|
1916
|
+
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1917
1917
|
"message": "Potensi Penghematan"
|
|
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": "Potensi penghematan {wastedBytes, number, bytes} KiB"
|
|
1924
1924
|
},
|
|
1925
|
-
"
|
|
1925
|
+
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1926
1926
|
"message": "{nodeCount,plural, =1{1 elemen ditemukan}other{# elemen ditemukan}}"
|
|
1927
1927
|
},
|
|
1928
|
-
"
|
|
1928
|
+
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1929
1929
|
"message": "Potensi penghematan {wastedMs, number, milliseconds} md"
|
|
1930
1930
|
},
|
|
1931
|
-
"
|
|
1931
|
+
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1932
1932
|
"message": "Dokumen"
|
|
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": "Gambar"
|
|
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": "Tinggi"
|
|
1951
1951
|
},
|
|
1952
|
-
"
|
|
1952
|
+
"core/lib/i18n/i18n.js | itemSeverityLow": {
|
|
1953
1953
|
"message": "Rendah"
|
|
1954
1954
|
},
|
|
1955
|
-
"
|
|
1955
|
+
"core/lib/i18n/i18n.js | itemSeverityMedium": {
|
|
1956
1956
|
"message": "Sedang"
|
|
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": "Potensi Maksimal Penundaan Input Pertama"
|
|
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} md"
|
|
1969
1969
|
},
|
|
1970
|
-
"
|
|
1970
|
+
"core/lib/i18n/i18n.js | otherResourceType": {
|
|
1971
1971
|
"message": "Lainnya"
|
|
1972
1972
|
},
|
|
1973
|
-
"
|
|
1973
|
+
"core/lib/i18n/i18n.js | otherResourcesLabel": {
|
|
1974
1974
|
"message": "Resource lainnya"
|
|
1975
1975
|
},
|
|
1976
|
-
"
|
|
1976
|
+
"core/lib/i18n/i18n.js | scriptResourceType": {
|
|
1977
1977
|
"message": "Skrip"
|
|
1978
1978
|
},
|
|
1979
|
-
"
|
|
1979
|
+
"core/lib/i18n/i18n.js | seconds": {
|
|
1980
1980
|
"message": "{timeInMs, number, seconds} dtk"
|
|
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": "Pihak ketiga"
|
|
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": "Total"
|
|
1996
1996
|
},
|
|
1997
|
-
"
|
|
1997
|
+
"core/lib/lh-error.js | badTraceRecording": {
|
|
1998
1998
|
"message": "Terjadi kesalahan saat merekam jejak selama pemuatan halaman Anda. Harap jalankan Lighthouse kembali. ({errorCode})"
|
|
1999
1999
|
},
|
|
2000
|
-
"
|
|
2000
|
+
"core/lib/lh-error.js | criTimeout": {
|
|
2001
2001
|
"message": "Waktu tunggu untuk sambungan Protokol Debugger awal berakhir."
|
|
2002
2002
|
},
|
|
2003
|
-
"
|
|
2003
|
+
"core/lib/lh-error.js | didntCollectScreenshots": {
|
|
2004
2004
|
"message": "Chrome tidak mengumpulkan screenshot apa pun selama pemuatan halaman. Pastikan terdapat konten yang terlihat pada halaman, kemudian coba jalankan kembali Lighthouse. ({errorCode})"
|
|
2005
2005
|
},
|
|
2006
|
-
"
|
|
2006
|
+
"core/lib/lh-error.js | dnsFailure": {
|
|
2007
2007
|
"message": "Server DNS tidak dapat menetapkan domain yang disediakan."
|
|
2008
2008
|
},
|
|
2009
|
-
"
|
|
2009
|
+
"core/lib/lh-error.js | erroredRequiredArtifact": {
|
|
2010
2010
|
"message": "Terjadi error pada pengumpul {artifactName} wajib: {errorMessage}"
|
|
2011
2011
|
},
|
|
2012
|
-
"
|
|
2012
|
+
"core/lib/lh-error.js | internalChromeError": {
|
|
2013
2013
|
"message": "Terjadi error Chrome internal. Harap mulai ulang Chrome dan coba jalankan kembali Lighthouse."
|
|
2014
2014
|
},
|
|
2015
|
-
"
|
|
2015
|
+
"core/lib/lh-error.js | missingRequiredArtifact": {
|
|
2016
2016
|
"message": "Pengumpul {artifactName} yang diperlukan tidak berjalan."
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"core/lib/lh-error.js | noFcp": {
|
|
2019
2019
|
"message": "Halaman tidak menampilkan konten apa pun. Pastikan jendela browser tetap di latar depan selama pemuatan, lalu coba lagi. ({errorCode})"
|
|
2020
2020
|
},
|
|
2021
|
-
"
|
|
2021
|
+
"core/lib/lh-error.js | notHtml": {
|
|
2022
2022
|
"message": "Halaman yang diberikan bukan HTML (ditayangkan sebagai jenis MIME {mimeType})."
|
|
2023
2023
|
},
|
|
2024
|
-
"
|
|
2024
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
2025
2025
|
"message": "Versi Chrome ini terlalu lama untuk mendukung '{featureName}'. Gunakan versi yang lebih baru untuk melihat hasil lengkap."
|
|
2026
2026
|
},
|
|
2027
|
-
"
|
|
2027
|
+
"core/lib/lh-error.js | pageLoadFailed": {
|
|
2028
2028
|
"message": "Lighthouse tidak dapat memuat halaman yang Anda minta dengan lancar. Pastikan Anda menguji URL yang benar dan server merespons semua permintaan dengan baik."
|
|
2029
2029
|
},
|
|
2030
|
-
"
|
|
2030
|
+
"core/lib/lh-error.js | pageLoadFailedHung": {
|
|
2031
2031
|
"message": "Lighthouse tidak dapat memuat URL yang Anda minta dengan lancar karena halaman berhenti merespons."
|
|
2032
2032
|
},
|
|
2033
|
-
"
|
|
2033
|
+
"core/lib/lh-error.js | pageLoadFailedInsecure": {
|
|
2034
2034
|
"message": "URL yang Anda berikan tidak memiliki sertifikat keamanan yang valid. {securityMessages}"
|
|
2035
2035
|
},
|
|
2036
|
-
"
|
|
2036
|
+
"core/lib/lh-error.js | pageLoadFailedInterstitial": {
|
|
2037
2037
|
"message": "Chrome mencegah pemuatan halaman dengan interstisial. Pastikan Anda menguji URL yang benar dan server merespons semua permintaan dengan baik."
|
|
2038
2038
|
},
|
|
2039
|
-
"
|
|
2039
|
+
"core/lib/lh-error.js | pageLoadFailedWithDetails": {
|
|
2040
2040
|
"message": "Lighthouse tidak dapat memuat halaman yang Anda minta dengan lancar. Pastikan Anda menguji URL yang benar dan server merespons semua permintaan dengan baik. (Detail: {errorDetails})"
|
|
2041
2041
|
},
|
|
2042
|
-
"
|
|
2042
|
+
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2043
2043
|
"message": "Lighthouse tidak dapat memuat halaman yang Anda minta dengan lancar. Pastikan Anda menguji URL yang benar dan server merespons semua permintaan dengan baik. (Kode status: {statusCode})"
|
|
2044
2044
|
},
|
|
2045
|
-
"
|
|
2045
|
+
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2046
2046
|
"message": "Waktu pemuatan halaman Anda terlalu lama. Harap ikuti peluang dalam laporan untuk mengurangi waktu muat halaman Anda, kemudian coba jalankan kembali Lighthouse. ({errorCode})"
|
|
2047
2047
|
},
|
|
2048
|
-
"
|
|
2048
|
+
"core/lib/lh-error.js | protocolTimeout": {
|
|
2049
2049
|
"message": "Waktu tunggu respons protokol DevTools telah melampaui waktu yang dialokasikan. (Metode: {protocolMethod})"
|
|
2050
2050
|
},
|
|
2051
|
-
"
|
|
2051
|
+
"core/lib/lh-error.js | requestContentTimeout": {
|
|
2052
2052
|
"message": "Pengambilan konten resource telah melampaui waktu yang dialokasikan"
|
|
2053
2053
|
},
|
|
2054
|
-
"
|
|
2054
|
+
"core/lib/lh-error.js | urlInvalid": {
|
|
2055
2055
|
"message": "URL yang Anda berikan tampaknya tidak valid."
|
|
2056
2056
|
},
|
|
2057
2057
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|