lighthouse 10.1.1 → 10.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/cli-flags.d.ts +1 -1
- package/cli/test/smokehouse/lighthouse-runners/cli.d.ts +1 -1
- package/cli/test/smokehouse/report-assert.d.ts +1 -1
- package/core/audits/accessibility/accesskeys.d.ts +1 -1
- package/core/audits/accessibility/accesskeys.js +1 -1
- package/core/audits/accessibility/aria-allowed-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-allowed-attr.js +1 -1
- package/core/audits/accessibility/aria-command-name.d.ts +1 -1
- package/core/audits/accessibility/aria-command-name.js +1 -1
- package/core/audits/accessibility/aria-hidden-body.d.ts +1 -1
- package/core/audits/accessibility/aria-hidden-body.js +1 -1
- package/core/audits/accessibility/aria-hidden-focus.d.ts +1 -1
- package/core/audits/accessibility/aria-hidden-focus.js +1 -1
- package/core/audits/accessibility/aria-input-field-name.d.ts +1 -1
- package/core/audits/accessibility/aria-input-field-name.js +1 -1
- package/core/audits/accessibility/aria-meter-name.d.ts +1 -1
- package/core/audits/accessibility/aria-meter-name.js +1 -1
- package/core/audits/accessibility/aria-progressbar-name.d.ts +1 -1
- package/core/audits/accessibility/aria-progressbar-name.js +1 -1
- package/core/audits/accessibility/aria-required-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-required-attr.js +1 -1
- package/core/audits/accessibility/aria-required-children.d.ts +1 -1
- package/core/audits/accessibility/aria-required-children.js +1 -1
- package/core/audits/accessibility/aria-required-parent.d.ts +1 -1
- package/core/audits/accessibility/aria-required-parent.js +1 -1
- package/core/audits/accessibility/aria-roles.d.ts +1 -1
- package/core/audits/accessibility/aria-roles.js +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.d.ts +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
- package/core/audits/accessibility/aria-tooltip-name.d.ts +1 -1
- package/core/audits/accessibility/aria-tooltip-name.js +1 -1
- package/core/audits/accessibility/aria-treeitem-name.d.ts +1 -1
- package/core/audits/accessibility/aria-treeitem-name.js +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.d.ts +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
- package/core/audits/accessibility/aria-valid-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-valid-attr.js +1 -1
- package/core/audits/accessibility/axe-audit.d.ts +1 -1
- package/core/audits/accessibility/button-name.d.ts +1 -1
- package/core/audits/accessibility/button-name.js +1 -1
- package/core/audits/accessibility/bypass.d.ts +1 -1
- package/core/audits/accessibility/bypass.js +1 -1
- package/core/audits/accessibility/color-contrast.d.ts +1 -1
- package/core/audits/accessibility/color-contrast.js +1 -1
- package/core/audits/accessibility/definition-list.d.ts +1 -1
- package/core/audits/accessibility/definition-list.js +1 -1
- package/core/audits/accessibility/dlitem.d.ts +1 -1
- package/core/audits/accessibility/dlitem.js +1 -1
- package/core/audits/accessibility/document-title.d.ts +1 -1
- package/core/audits/accessibility/document-title.js +1 -1
- package/core/audits/accessibility/duplicate-id-active.d.ts +1 -1
- package/core/audits/accessibility/duplicate-id-active.js +1 -1
- package/core/audits/accessibility/duplicate-id-aria.d.ts +1 -1
- package/core/audits/accessibility/duplicate-id-aria.js +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.d.ts +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
- package/core/audits/accessibility/frame-title.d.ts +1 -1
- package/core/audits/accessibility/frame-title.js +1 -1
- package/core/audits/accessibility/heading-order.d.ts +1 -1
- package/core/audits/accessibility/heading-order.js +1 -1
- package/core/audits/accessibility/html-has-lang.d.ts +1 -1
- package/core/audits/accessibility/html-has-lang.js +1 -1
- package/core/audits/accessibility/html-lang-valid.d.ts +1 -1
- package/core/audits/accessibility/html-lang-valid.js +1 -1
- package/core/audits/accessibility/image-alt.d.ts +1 -1
- package/core/audits/accessibility/image-alt.js +1 -1
- package/core/audits/accessibility/input-image-alt.d.ts +1 -1
- package/core/audits/accessibility/input-image-alt.js +1 -1
- package/core/audits/accessibility/label.d.ts +1 -1
- package/core/audits/accessibility/label.js +1 -1
- package/core/audits/accessibility/link-name.d.ts +1 -1
- package/core/audits/accessibility/link-name.js +1 -1
- package/core/audits/accessibility/list.d.ts +1 -1
- package/core/audits/accessibility/list.js +1 -1
- package/core/audits/accessibility/listitem.d.ts +1 -1
- package/core/audits/accessibility/listitem.js +1 -1
- package/core/audits/accessibility/manual/custom-controls-labels.d.ts +1 -1
- package/core/audits/accessibility/manual/custom-controls-roles.d.ts +1 -1
- package/core/audits/accessibility/manual/focus-traps.d.ts +1 -1
- package/core/audits/accessibility/manual/focusable-controls.d.ts +1 -1
- package/core/audits/accessibility/manual/interactive-element-affordance.d.ts +1 -1
- package/core/audits/accessibility/manual/logical-tab-order.d.ts +1 -1
- package/core/audits/accessibility/manual/managed-focus.d.ts +1 -1
- package/core/audits/accessibility/manual/offscreen-content-hidden.d.ts +1 -1
- package/core/audits/accessibility/manual/use-landmarks.d.ts +1 -1
- package/core/audits/accessibility/manual/visual-order-follows-dom.d.ts +1 -1
- package/core/audits/accessibility/meta-refresh.d.ts +1 -1
- package/core/audits/accessibility/meta-refresh.js +1 -1
- package/core/audits/accessibility/meta-viewport.d.ts +1 -1
- package/core/audits/accessibility/meta-viewport.js +1 -1
- package/core/audits/accessibility/object-alt.d.ts +1 -1
- package/core/audits/accessibility/object-alt.js +1 -1
- package/core/audits/accessibility/tabindex.d.ts +1 -1
- package/core/audits/accessibility/tabindex.js +1 -1
- package/core/audits/accessibility/td-headers-attr.d.ts +1 -1
- package/core/audits/accessibility/td-headers-attr.js +1 -1
- package/core/audits/accessibility/th-has-data-cells.d.ts +1 -1
- package/core/audits/accessibility/th-has-data-cells.js +1 -1
- package/core/audits/accessibility/valid-lang.d.ts +1 -1
- package/core/audits/accessibility/valid-lang.js +1 -1
- package/core/audits/accessibility/video-caption.d.ts +1 -1
- package/core/audits/accessibility/video-caption.js +1 -1
- package/core/audits/audit.d.ts +1 -1
- package/core/audits/autocomplete.d.ts +1 -1
- package/core/audits/bf-cache.d.ts +1 -1
- package/core/audits/bootup-time.d.ts +1 -1
- package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +1 -1
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/efficient-animated-content.d.ts +2 -2
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +2 -2
- package/core/audits/byte-efficiency/modern-image-formats.d.ts +1 -1
- package/core/audits/byte-efficiency/offscreen-images.d.ts +2 -2
- package/core/audits/byte-efficiency/render-blocking-resources.d.ts +1 -1
- package/core/audits/byte-efficiency/total-byte-weight.d.ts +1 -1
- package/core/audits/byte-efficiency/unminified-css.d.ts +1 -1
- package/core/audits/byte-efficiency/unminified-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/unused-css-rules.d.ts +1 -1
- package/core/audits/byte-efficiency/unused-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +3 -3
- package/core/audits/byte-efficiency/uses-optimized-images.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-responsive-images.d.ts +2 -2
- package/core/audits/byte-efficiency/uses-text-compression.d.ts +1 -1
- package/core/audits/content-width.d.ts +1 -1
- package/core/audits/critical-request-chains.d.ts +1 -1
- package/core/audits/csp-xss.d.ts +1 -1
- package/core/audits/deprecations.d.ts +1 -1
- package/core/audits/diagnostics.d.ts +1 -1
- package/core/audits/dobetterweb/charset.d.ts +1 -1
- package/core/audits/dobetterweb/doctype.d.ts +1 -1
- package/core/audits/dobetterweb/dom-size.d.ts +1 -1
- package/core/audits/dobetterweb/geolocation-on-start.d.ts +1 -1
- package/core/audits/dobetterweb/inspector-issues.d.ts +1 -1
- package/core/audits/dobetterweb/js-libraries.d.ts +1 -1
- package/core/audits/dobetterweb/no-document-write.d.ts +1 -1
- package/core/audits/dobetterweb/notification-on-start.d.ts +1 -1
- package/core/audits/dobetterweb/paste-preventing-inputs.d.ts +1 -1
- package/core/audits/dobetterweb/uses-http2.d.ts +3 -3
- package/core/audits/dobetterweb/uses-passive-event-listeners.d.ts +1 -1
- package/core/audits/errors-in-console.d.ts +1 -1
- package/core/audits/final-screenshot.d.ts +1 -1
- package/core/audits/font-display.d.ts +1 -1
- package/core/audits/image-aspect-ratio.d.ts +1 -1
- package/core/audits/image-size-responsive.d.ts +1 -1
- package/core/audits/installable-manifest.d.ts +1 -1
- package/core/audits/is-on-https.d.ts +1 -1
- package/core/audits/largest-contentful-paint-element.d.ts +17 -3
- package/core/audits/largest-contentful-paint-element.js +77 -4
- package/core/audits/layout-shift-elements.d.ts +1 -1
- package/core/audits/lcp-lazy-loaded.d.ts +1 -1
- package/core/audits/long-tasks.d.ts +1 -1
- package/core/audits/main-thread-tasks.d.ts +1 -1
- package/core/audits/mainthread-work-breakdown.d.ts +1 -1
- package/core/audits/manual/manual-audit.d.ts +1 -1
- package/core/audits/manual/pwa-cross-browser.d.ts +1 -1
- package/core/audits/manual/pwa-each-page-has-url.d.ts +1 -1
- package/core/audits/manual/pwa-page-transitions.d.ts +1 -1
- package/core/audits/maskable-icon.d.ts +1 -1
- package/core/audits/metrics/cumulative-layout-shift.d.ts +1 -1
- package/core/audits/metrics/experimental-interaction-to-next-paint.d.ts +1 -1
- package/core/audits/metrics/first-contentful-paint-3g.d.ts +1 -1
- package/core/audits/metrics/first-contentful-paint.d.ts +1 -1
- package/core/audits/metrics/first-meaningful-paint.d.ts +1 -1
- package/core/audits/metrics/interactive.d.ts +1 -1
- package/core/audits/metrics/largest-contentful-paint.d.ts +1 -1
- package/core/audits/metrics/max-potential-fid.d.ts +1 -1
- package/core/audits/metrics/speed-index.d.ts +1 -1
- package/core/audits/metrics/total-blocking-time.d.ts +1 -1
- package/core/audits/metrics.d.ts +1 -1
- package/core/audits/multi-check-audit.d.ts +1 -1
- package/core/audits/network-requests.d.ts +1 -1
- package/core/audits/network-requests.js +1 -0
- package/core/audits/network-rtt.d.ts +1 -1
- package/core/audits/network-server-latency.d.ts +1 -1
- package/core/audits/no-unload-listeners.d.ts +1 -1
- package/core/audits/non-composited-animations.d.ts +1 -1
- package/core/audits/performance-budget.d.ts +2 -2
- package/core/audits/predictive-perf.d.ts +1 -1
- package/core/audits/predictive-perf.js +10 -3
- package/core/audits/preload-fonts.d.ts +1 -1
- package/core/audits/prioritize-lcp-image.d.ts +2 -13
- package/core/audits/prioritize-lcp-image.js +3 -55
- package/core/audits/redirects.d.ts +2 -2
- package/core/audits/resource-summary.d.ts +1 -1
- package/core/audits/screenshot-thumbnails.d.ts +2 -2
- package/core/audits/script-treemap-data.d.ts +1 -1
- package/core/audits/seo/canonical.d.ts +1 -1
- package/core/audits/seo/crawlable-anchors.d.ts +1 -1
- package/core/audits/seo/font-size.d.ts +1 -1
- package/core/audits/seo/hreflang.d.ts +1 -1
- package/core/audits/seo/http-status-code.d.ts +1 -1
- package/core/audits/seo/is-crawlable.d.ts +1 -1
- package/core/audits/seo/link-text.d.ts +1 -1
- package/core/audits/seo/manual/structured-data.d.ts +1 -1
- package/core/audits/seo/meta-description.d.ts +1 -1
- package/core/audits/seo/plugins.d.ts +1 -1
- package/core/audits/seo/robots-txt.d.ts +1 -1
- package/core/audits/seo/tap-targets.d.ts +1 -1
- package/core/audits/server-response-time.d.ts +1 -1
- package/core/audits/service-worker.d.ts +1 -1
- package/core/audits/splash-screen.d.ts +2 -2
- package/core/audits/themed-omnibox.d.ts +2 -2
- package/core/audits/third-party-facades.d.ts +2 -2
- package/core/audits/third-party-summary.d.ts +2 -2
- package/core/audits/timing-budget.d.ts +3 -3
- package/core/audits/unsized-images.d.ts +1 -1
- package/core/audits/user-timings.d.ts +1 -1
- package/core/audits/uses-rel-preconnect.d.ts +1 -1
- package/core/audits/uses-rel-preload.d.ts +2 -2
- package/core/audits/valid-source-maps.d.ts +2 -2
- package/core/audits/viewport.d.ts +1 -1
- package/core/audits/violation-audit.d.ts +1 -1
- package/core/audits/work-during-interaction.d.ts +2 -2
- package/core/computed/critical-request-chains.d.ts +1 -1
- package/core/computed/document-urls.d.ts +32 -0
- package/core/computed/document-urls.js +53 -0
- package/core/computed/entity-classification.js +0 -1
- package/core/computed/lcp-image-record.d.ts +26 -0
- package/core/computed/lcp-image-record.js +74 -0
- package/core/computed/load-simulator.d.ts +2 -2
- package/core/computed/metrics/cumulative-layout-shift.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint.d.ts +7 -1
- package/core/computed/metrics/first-meaningful-paint.d.ts +7 -1
- package/core/computed/metrics/interactive.d.ts +7 -1
- package/core/computed/metrics/lantern-first-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-first-meaningful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-interactive.d.ts +1 -1
- package/core/computed/metrics/lantern-largest-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-max-potential-fid.d.ts +1 -1
- package/core/computed/metrics/lantern-metric.d.ts +1 -1
- package/core/computed/metrics/lantern-speed-index.d.ts +1 -1
- package/core/computed/metrics/lantern-total-blocking-time.d.ts +1 -1
- package/core/computed/metrics/largest-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/largest-contentful-paint.d.ts +7 -1
- package/core/computed/metrics/lcp-breakdown.d.ts +23 -0
- package/core/computed/metrics/lcp-breakdown.js +58 -0
- package/core/computed/metrics/max-potential-fid.d.ts +7 -1
- package/core/computed/metrics/metric.d.ts +2 -2
- package/core/computed/metrics/metric.js +1 -1
- package/core/computed/metrics/navigation-metric.d.ts +3 -3
- package/core/computed/metrics/navigation-metric.js +1 -1
- package/core/computed/metrics/responsiveness.d.ts +1 -1
- package/core/computed/metrics/speed-index.d.ts +7 -1
- package/core/computed/metrics/time-to-first-byte.d.ts +16 -0
- package/core/computed/metrics/time-to-first-byte.js +60 -0
- package/core/computed/metrics/timing-summary.js +10 -0
- package/core/computed/metrics/total-blocking-time.d.ts +7 -1
- package/core/computed/network-records.d.ts +1 -1
- package/core/computed/page-dependency-graph.d.ts +4 -13
- package/core/computed/page-dependency-graph.js +2 -33
- package/core/computed/processed-navigation.d.ts +1 -1
- package/core/computed/resource-summary.d.ts +4 -4
- package/core/config/default-config.d.ts +1 -1
- package/core/config/desktop-config.d.ts +1 -1
- package/core/gather/base-gatherer.d.ts +1 -1
- package/core/gather/driver/execution-context.d.ts +1 -1
- package/core/gather/driver/network-monitor.d.ts +2 -2
- package/core/gather/driver/target-manager.d.ts +2 -1
- package/core/gather/driver/target-manager.js +5 -3
- package/core/gather/driver/wait-for-condition.js +12 -0
- package/core/gather/driver.d.ts +3 -3
- package/core/gather/fetcher.d.ts +1 -1
- package/core/gather/gatherers/accessibility.d.ts +1 -1
- package/core/gather/gatherers/anchor-elements.d.ts +1 -1
- package/core/gather/gatherers/bf-cache-failures.d.ts +1 -1
- package/core/gather/gatherers/cache-contents.d.ts +1 -1
- package/core/gather/gatherers/console-messages.d.ts +1 -1
- package/core/gather/gatherers/css-usage.d.ts +1 -1
- package/core/gather/gatherers/devtools-log-compat.d.ts +1 -1
- package/core/gather/gatherers/devtools-log.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/doctype.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/domstats.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/optimized-images.d.ts +2 -2
- package/core/gather/gatherers/dobetterweb/optimized-images.js +2 -2
- package/core/gather/gatherers/dobetterweb/response-compression.d.ts +2 -2
- package/core/gather/gatherers/dobetterweb/response-compression.js +1 -2
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.d.ts +1 -1
- package/core/gather/gatherers/full-page-screenshot.d.ts +1 -1
- package/core/gather/gatherers/global-listeners.d.ts +1 -1
- package/core/gather/gatherers/iframe-elements.d.ts +1 -1
- package/core/gather/gatherers/image-elements.d.ts +1 -1
- package/core/gather/gatherers/inputs.d.ts +1 -1
- package/core/gather/gatherers/inspector-issues.d.ts +1 -1
- package/core/gather/gatherers/installability-errors.d.ts +1 -1
- package/core/gather/gatherers/js-usage.d.ts +1 -1
- package/core/gather/gatherers/link-elements.d.ts +1 -1
- package/core/gather/gatherers/main-document-content.d.ts +1 -1
- package/core/gather/gatherers/meta-elements.d.ts +1 -1
- package/core/gather/gatherers/network-user-agent.d.ts +1 -1
- package/core/gather/gatherers/script-elements.d.ts +2 -2
- package/core/gather/gatherers/script-elements.js +1 -2
- package/core/gather/gatherers/scripts.d.ts +1 -3
- package/core/gather/gatherers/scripts.js +0 -3
- package/core/gather/gatherers/seo/embedded-content.d.ts +1 -1
- package/core/gather/gatherers/seo/font-size.d.ts +1 -1
- package/core/gather/gatherers/seo/robots-txt.d.ts +1 -1
- package/core/gather/gatherers/seo/tap-targets.d.ts +1 -1
- package/core/gather/gatherers/service-worker.d.ts +1 -1
- package/core/gather/gatherers/source-maps.d.ts +1 -1
- package/core/gather/gatherers/stacks.d.ts +1 -1
- package/core/gather/gatherers/trace-compat.d.ts +1 -1
- package/core/gather/gatherers/trace-elements.d.ts +2 -2
- package/core/gather/gatherers/trace.d.ts +1 -1
- package/core/gather/gatherers/viewport-dimensions.d.ts +1 -1
- package/core/gather/gatherers/web-app-manifest.d.ts +1 -1
- package/core/gather/navigation-runner.d.ts +3 -3
- package/core/gather/navigation-runner.js +1 -1
- package/core/gather/runner-helpers.js +18 -4
- package/core/index.cjs +28 -0
- package/core/index.d.ts +2 -2
- package/core/legacy/gather/connections/connection.d.ts +3 -1
- package/core/legacy/gather/connections/connection.js +15 -0
- package/core/legacy/gather/connections/cri.d.ts +2 -2
- package/core/legacy/gather/connections/raw.d.ts +1 -1
- package/core/legacy/gather/driver.d.ts +3 -3
- package/core/legacy/gather/gather-runner.js +1 -1
- package/core/lib/dependency-graph/cpu-node.d.ts +2 -2
- package/core/lib/dependency-graph/network-node.d.ts +3 -3
- package/core/lib/dependency-graph/simulator/connection-pool.d.ts +2 -2
- package/core/lib/dependency-graph/simulator/dns-cache.d.ts +1 -1
- package/core/lib/dependency-graph/simulator/simulator.d.ts +5 -5
- package/core/lib/lh-trace-processor.d.ts +1 -1
- package/core/lib/navigation-error.d.ts +2 -2
- package/core/lib/network-recorder.d.ts +17 -11
- package/core/lib/network-recorder.js +24 -31
- package/core/lib/network-request.d.ts +7 -8
- package/core/lib/network-request.js +8 -6
- package/core/lib/stack-packs.js +9 -1
- package/core/lib/tracehouse/main-thread-tasks.d.ts +1 -1
- package/core/lib/tracehouse/task-summary.d.ts +1 -1
- package/core/lib/url-utils.js +1 -0
- package/core/runner.d.ts +2 -2
- package/core/runner.js +8 -2
- package/core/scoring.d.ts +1 -1
- package/core/user-flow.d.ts +1 -1
- package/dist/report/bundle.esm.js +3 -1
- package/dist/report/flow.js +3 -3
- package/dist/report/standalone.js +5 -5
- package/package.json +9 -8
- package/report/README.md +1 -1
- package/report/assets/styles.css +0 -4
- package/report/renderer/components.js +1 -1
- package/report/renderer/performance-category-renderer.d.ts +1 -1
- package/report/renderer/pwa-category-renderer.d.ts +1 -1
- package/report/renderer/report-globals.d.ts +1 -1
- package/report/renderer/report-renderer.d.ts +1 -1
- package/report/renderer/report-ui-features.d.ts +1 -1
- package/report/renderer/topbar-features.d.ts +1 -1
- package/shared/localization/i18n-module.d.ts +2 -2
- package/shared/localization/locales/ar-XB.json +113 -53
- package/shared/localization/locales/ar.json +113 -53
- package/shared/localization/locales/bg.json +113 -53
- package/shared/localization/locales/ca.json +115 -55
- package/shared/localization/locales/cs.json +113 -53
- package/shared/localization/locales/da.json +114 -54
- package/shared/localization/locales/de.json +113 -53
- package/shared/localization/locales/el.json +113 -53
- package/shared/localization/locales/en-GB.json +107 -47
- package/shared/localization/locales/en-US.json +92 -44
- package/shared/localization/locales/en-XA.json +113 -53
- package/shared/localization/locales/en-XL.json +92 -44
- package/shared/localization/locales/es-419.json +113 -53
- package/shared/localization/locales/es.json +114 -54
- package/shared/localization/locales/fi.json +113 -53
- package/shared/localization/locales/fil.json +113 -53
- package/shared/localization/locales/fr.json +113 -53
- package/shared/localization/locales/he.json +114 -54
- package/shared/localization/locales/hi.json +116 -56
- package/shared/localization/locales/hr.json +113 -53
- package/shared/localization/locales/hu.json +113 -53
- package/shared/localization/locales/id.json +113 -53
- package/shared/localization/locales/it.json +114 -54
- package/shared/localization/locales/ja.json +116 -56
- package/shared/localization/locales/ko.json +113 -53
- package/shared/localization/locales/lt.json +113 -53
- package/shared/localization/locales/lv.json +113 -53
- package/shared/localization/locales/nl.json +117 -57
- package/shared/localization/locales/no.json +114 -54
- package/shared/localization/locales/pl.json +125 -65
- package/shared/localization/locales/pt-PT.json +117 -57
- package/shared/localization/locales/pt.json +113 -53
- package/shared/localization/locales/ro.json +113 -53
- package/shared/localization/locales/ru.json +113 -53
- package/shared/localization/locales/sk.json +112 -52
- package/shared/localization/locales/sl.json +113 -53
- package/shared/localization/locales/sr-Latn.json +113 -53
- package/shared/localization/locales/sr.json +113 -53
- package/shared/localization/locales/sv.json +113 -53
- package/shared/localization/locales/ta.json +113 -53
- package/shared/localization/locales/te.json +113 -53
- package/shared/localization/locales/th.json +113 -53
- package/shared/localization/locales/tr.json +113 -53
- package/shared/localization/locales/uk.json +115 -55
- package/shared/localization/locales/vi.json +113 -53
- package/shared/localization/locales/zh-HK.json +113 -53
- package/shared/localization/locales/zh-TW.json +113 -53
- package/shared/localization/locales/zh.json +113 -53
- package/shared/util.js +2 -0
- package/types/artifacts.d.ts +4 -0
- package/types/externs.d.ts +1 -1
- package/types/internal/test.d.ts +1 -1
- package/types/protocol.d.ts +3 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"core/audits/accessibility/accesskeys.js | description": {
|
|
3
|
-
"message": "యాక్సెస్ కీలతో యూజర్లు పేజీలోని నిర్దిష్ట భాగంపై వేగంగా ఫోకస్ చేయగలరు. సరైన నావిగేషన్ కోసం, ప్రతి యాక్సెస్ కీ తప్పనిసరిగా విభిన్నంగా ఉండాలి. [యాక్సెస్ కీల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
3
|
+
"message": "యాక్సెస్ కీలతో యూజర్లు పేజీలోని నిర్దిష్ట భాగంపై వేగంగా ఫోకస్ చేయగలరు. సరైన నావిగేషన్ కోసం, ప్రతి యాక్సెస్ కీ తప్పనిసరిగా విభిన్నంగా ఉండాలి. [యాక్సెస్ కీల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/accesskeys)."
|
|
4
4
|
},
|
|
5
5
|
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
6
6
|
"message": "'`[accesskey]`' విలువలు విశిష్ఠమైనవి కావు"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"message": "`[accesskey]` విలువలు ప్రత్యేకమైనవి"
|
|
10
10
|
},
|
|
11
11
|
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
12
|
-
"message": "ప్రతి ARIA `role`, `aria-*` లక్షణాలకు సంబంధించిన నిర్దిష్ట సబ్సెట్కు సపోర్ట్ ఇస్తుంది. ఇవి మ్యాచ్ కాకపోతే, `aria-*` లక్షణాలు చెల్లనివి అయిపోతాయి. [ARIA లక్షణాలను, వాటి రోల్స్తో ఎలా మ్యాచ్ చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
12
|
+
"message": "ప్రతి ARIA `role`, `aria-*` లక్షణాలకు సంబంధించిన నిర్దిష్ట సబ్సెట్కు సపోర్ట్ ఇస్తుంది. ఇవి మ్యాచ్ కాకపోతే, `aria-*` లక్షణాలు చెల్లనివి అయిపోతాయి. [ARIA లక్షణాలను, వాటి రోల్స్తో ఎలా మ్యాచ్ చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-attr)."
|
|
13
13
|
},
|
|
14
14
|
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
15
15
|
"message": "``[aria-*]`` లక్షణాలు వాటి పాత్రలతో సరిపోలలేదు"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "'`[aria-*]`' లక్షణాలు వాటి పాత్రలతో సరిపోలాలి"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-command-name.js | description": {
|
|
21
|
-
"message": "ఏదైనా ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [కమాండ్ ఎలిమెంట్లను మరింత యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
21
|
+
"message": "ఏదైనా ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [కమాండ్ ఎలిమెంట్లను మరింత యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
24
24
|
"message": "`button`, `link`, `menuitem` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి లేవు."
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"message": "`button`, `link`, `menuitem` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి ఉన్నాయి"
|
|
28
28
|
},
|
|
29
29
|
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
30
|
-
"message": "`<body>` డాక్యుమెంట్లో `aria-hidden=\"true\"`ను సెట్ చేసినప్పుడు స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు స్థిరంగా పని చేయవు. [డాక్యుమెంట్లోని కంటెంట్ను `aria-hidden` ఎలా ప్రభావితం చేస్తుందో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
30
|
+
"message": "`<body>` డాక్యుమెంట్లో `aria-hidden=\"true\"`ను సెట్ చేసినప్పుడు స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు స్థిరంగా పని చేయవు. [డాక్యుమెంట్లోని కంటెంట్ను `aria-hidden` ఎలా ప్రభావితం చేస్తుందో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-hidden-body)."
|
|
31
31
|
},
|
|
32
32
|
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
33
33
|
"message": "`<body>` డాక్యుమెంట్లో `[aria-hidden=\"true\"]` ఉంది"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"message": "`[aria-hidden=\"true\"]` అనేది '`<body>`' డాక్యుమెంట్లో లేదు"
|
|
37
37
|
},
|
|
38
38
|
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
39
|
-
"message": "`[aria-hidden=\"true\"]` ఎలిమెంట్లోని ఫోకస్ చేయదగిన సబ్-ఎలిమెంట్లు, స్క్రీన్ రీడర్ల వంటి సహాయక టెక్నాలజీలను ఉపయోగించే యూజర్లకు ఆ ఇంటరాక్టివ్ ఎలిమెంట్లు అందుబాటులో ఉండకుండా నిరోధిస్తాయి. [ఫోకస్ చేయదగిన ఎలిమెంట్లను `aria-hidden` ఎలా ప్రభావితం చేస్తుందో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
39
|
+
"message": "`[aria-hidden=\"true\"]` ఎలిమెంట్లోని ఫోకస్ చేయదగిన సబ్-ఎలిమెంట్లు, స్క్రీన్ రీడర్ల వంటి సహాయక టెక్నాలజీలను ఉపయోగించే యూజర్లకు ఆ ఇంటరాక్టివ్ ఎలిమెంట్లు అందుబాటులో ఉండకుండా నిరోధిస్తాయి. [ఫోకస్ చేయదగిన ఎలిమెంట్లను `aria-hidden` ఎలా ప్రభావితం చేస్తుందో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-hidden-focus)."
|
|
40
40
|
},
|
|
41
41
|
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
42
42
|
"message": "`[aria-hidden=\"true\"]` మూలకాలలో దృష్టి కేంద్రీకరించదగిన సంక్రమిత అంశాలు ఉన్నాయి"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"message": "`[aria-hidden=\"true\"]` మూలకాలలో దృష్టి కేంద్రీకరించదగిన సంక్రమిత అంశాలు లేవు"
|
|
46
46
|
},
|
|
47
47
|
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
48
|
-
"message": "ఏదైనా ఇన్పుట్ ఫీల్డ్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [ఇన్పుట్ ఫీల్డ్ లేబుల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
48
|
+
"message": "ఏదైనా ఇన్పుట్ ఫీల్డ్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [ఇన్పుట్ ఫీల్డ్ లేబుల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-input-field-name)."
|
|
49
49
|
},
|
|
50
50
|
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
51
51
|
"message": "ARIA ఇన్పుట్ ఫీల్డ్లకు యాక్సెస్ చేయదగిన పేర్లు లేవు"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"message": "ARIA ఇన్పుట్ లేబుళ్లు యాక్సెస్ చేయదగిన పేర్లను కలిగి ఉన్నాయి"
|
|
55
55
|
},
|
|
56
56
|
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
57
|
-
"message": "ఒక మీటర్ ఎలిమెంట్కు యాక్సెస్ చేయగల పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దానిని సాధారణ పేరుతో అనౌన్స్ చేస్తాయి, తద్వారా వాటిని స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు నిరుపయోగమైనవిగా చేస్తాయి. [`meter` ఎలిమెంట్స్కు ఎలా పేరు పెట్టాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
57
|
+
"message": "ఒక మీటర్ ఎలిమెంట్కు యాక్సెస్ చేయగల పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దానిని సాధారణ పేరుతో అనౌన్స్ చేస్తాయి, తద్వారా వాటిని స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు నిరుపయోగమైనవిగా చేస్తాయి. [`meter` ఎలిమెంట్స్కు ఎలా పేరు పెట్టాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-meter-name)."
|
|
58
58
|
},
|
|
59
59
|
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
60
60
|
"message": "ARIA `meter` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి లేవు."
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"message": "ARIA `meter` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి ఉన్నాయి"
|
|
64
64
|
},
|
|
65
65
|
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
66
|
-
"message": "ఏదైనా `progressbar` ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [`progressbar` ఎలిమెంట్లను ఎలా లేబుల్ చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
66
|
+
"message": "ఏదైనా `progressbar` ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [`progressbar` ఎలిమెంట్లను ఎలా లేబుల్ చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-progressbar-name)."
|
|
67
67
|
},
|
|
68
68
|
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
69
69
|
"message": "ARIA `progressbar` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి లేవు."
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"message": "ARIA `progressbar` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి ఉన్నాయి"
|
|
73
73
|
},
|
|
74
74
|
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
75
|
-
"message": "కొన్ని ARIA రోల్స్లో, ఎలిమెంట్ స్టేటస్ను స్క్రీన్ రీడర్లకు వివరించే ఆవశ్యక లక్షణాలు ఉంటాయి. [రోల్స్ గురించి, అలాగే ఆవశ్యక లక్షణాల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
75
|
+
"message": "కొన్ని ARIA రోల్స్లో, ఎలిమెంట్ స్టేటస్ను స్క్రీన్ రీడర్లకు వివరించే ఆవశ్యక లక్షణాలు ఉంటాయి. [రోల్స్ గురించి, అలాగే ఆవశ్యక లక్షణాల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-required-attr)."
|
|
76
76
|
},
|
|
77
77
|
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
78
78
|
"message": "'`[role]`'లలో అవసరమైన అన్ని '`[aria-*]`' లక్షణాలు లేవు"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"message": "'`[role]`'లకు అన్ని అవసరమైన అన్ని '`[aria-*]`' లక్షణాలు ఉన్నాయి"
|
|
82
82
|
},
|
|
83
83
|
"core/audits/accessibility/aria-required-children.js | description": {
|
|
84
|
-
"message": "ఏ యాక్సెసిబిలిటీ ఫంక్షన్లను చేయడానికి అయితే ARIA పేరెంట్ రోల్స్ ఉద్దేశించబడ్డాయో, ఆ ఫంక్షన్లను చేయడానికి కొన్ని ARIA పేరెంట్ రోల్స్లో తప్పనిసరిగా నిర్దిష్ట చైల్డ్ రోల్స్ ఉండాలి. [రోల్స్ గురించి, అలాగే అవసరమైన చైల్డ్ ఎలిమెంట్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
84
|
+
"message": "ఏ యాక్సెసిబిలిటీ ఫంక్షన్లను చేయడానికి అయితే ARIA పేరెంట్ రోల్స్ ఉద్దేశించబడ్డాయో, ఆ ఫంక్షన్లను చేయడానికి కొన్ని ARIA పేరెంట్ రోల్స్లో తప్పనిసరిగా నిర్దిష్ట చైల్డ్ రోల్స్ ఉండాలి. [రోల్స్ గురించి, అలాగే అవసరమైన చైల్డ్ ఎలిమెంట్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-required-children)."
|
|
85
85
|
},
|
|
86
86
|
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
87
87
|
"message": "నిర్దిష్టమైన '`[role]`'ను కలిగి ఉండాల్సిన, ఉప మూలకాలు అవసరమైన ARIA '`[role]`' మూలకాలలో అటువంటి ఉప మూలకాలన్నీ లేదా వాటిలో కొన్ని లేకపోవడంతో ఈ సమస్య ఏర్పడింది."
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"message": "నిర్దిష్టమైన '`[role]`'ను కలిగి ఉండాల్సిన, ఉప మూలకాలు అవసరమైన ARIA `[role]` గల మూలకాలు అవసరమైన అన్ని ఉప మూలకాలను కలిగి ఉన్నాయి."
|
|
91
91
|
},
|
|
92
92
|
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
93
|
-
"message": "ఏ యాక్సెసిబిలిటీ ఫంక్షన్లను చేయడానికి అయితే ARIA చైల్డ్ రోల్స్ ఉద్దేశించబడ్డాయో, ఆ ఫంక్షన్లను అవి సక్రమంగా చేయడానికి కొన్ని ARIA చైల్డ్ రోల్స్ తప్పనిసరిగా నిర్దిష్ట పేరెంట్ రోల్స్లో ఉండాలి. [ARIA రోల్స్ గురించి, అలాగే అవసరమైన పేరెంట్ ఎలిమెంట్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
93
|
+
"message": "ఏ యాక్సెసిబిలిటీ ఫంక్షన్లను చేయడానికి అయితే ARIA చైల్డ్ రోల్స్ ఉద్దేశించబడ్డాయో, ఆ ఫంక్షన్లను అవి సక్రమంగా చేయడానికి కొన్ని ARIA చైల్డ్ రోల్స్ తప్పనిసరిగా నిర్దిష్ట పేరెంట్ రోల్స్లో ఉండాలి. [ARIA రోల్స్ గురించి, అలాగే అవసరమైన పేరెంట్ ఎలిమెంట్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-required-parent)."
|
|
94
94
|
},
|
|
95
95
|
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
96
96
|
"message": "``[role]``లు వాటి అవసరమైన మూలాధార మూలకంతో లేవు"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"message": "``[role]``లు వాటికి అవసరమైన మూలాధార మూలకాలలో ఉన్నాయి."
|
|
100
100
|
},
|
|
101
101
|
"core/audits/accessibility/aria-roles.js | description": {
|
|
102
|
-
"message": "ARIA రోల్స్కు, వాటి ఉద్దేశిత యాక్సెసిబిలిటీ ఫంక్షన్లను అమలు చేయడానికి తప్పనిసరిగా చెల్లుబాటయ్యే విలువలు ఉండాలి. [చెల్లుబాటయ్యే ARIA రోల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
102
|
+
"message": "ARIA రోల్స్కు, వాటి ఉద్దేశిత యాక్సెసిబిలిటీ ఫంక్షన్లను అమలు చేయడానికి తప్పనిసరిగా చెల్లుబాటయ్యే విలువలు ఉండాలి. [చెల్లుబాటయ్యే ARIA రోల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-roles)."
|
|
103
103
|
},
|
|
104
104
|
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
105
105
|
"message": "`[role]` విలువలు చెల్లుబాటు అయ్యేవి కావు"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"message": "`[role]` విలువలు చెల్లుబాటు అయ్యేవి"
|
|
109
109
|
},
|
|
110
110
|
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
111
|
-
"message": "ఏదైనా టోగుల్ ఫీల్డ్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [టోగుల్ ఫీల్డ్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
111
|
+
"message": "ఏదైనా టోగుల్ ఫీల్డ్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [టోగుల్ ఫీల్డ్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-toggle-field-name)."
|
|
112
112
|
},
|
|
113
113
|
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
114
114
|
"message": "ARIA టోగుల్ ఫీల్డ్లకు యాక్సెస్ చేయదగిన పేర్లు లేవు"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"message": "ARIA టోగుల్ ఫీల్డ్లకు యాక్సెస్ చేయదగిన పేర్లు ఉన్నాయి"
|
|
118
118
|
},
|
|
119
119
|
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
120
|
-
"message": "ఒక టూల్టిప్ ఎలిమెంట్కు యాక్సెస్ చేయగల పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దానిని సాధారణ పేరుతో అనౌన్స్ చేస్తాయి, తద్వారా వాటిని స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు నిరుపయోగమైనవిగా చేస్తాయి. [`tooltip` ఎలిమెంట్స్కు ఎలా పేరు పెట్టాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
120
|
+
"message": "ఒక టూల్టిప్ ఎలిమెంట్కు యాక్సెస్ చేయగల పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దానిని సాధారణ పేరుతో అనౌన్స్ చేస్తాయి, తద్వారా వాటిని స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు నిరుపయోగమైనవిగా చేస్తాయి. [`tooltip` ఎలిమెంట్స్కు ఎలా పేరు పెట్టాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-tooltip-name)."
|
|
121
121
|
},
|
|
122
122
|
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
123
123
|
"message": "ARIA `tooltip` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి లేవు."
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"message": "ARIA `tooltip` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి ఉన్నాయి"
|
|
127
127
|
},
|
|
128
128
|
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
129
|
-
"message": "ఏదైనా `treeitem` ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [`treeitem` ఎలిమెంట్లకు లేబుల్ చేయడం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
129
|
+
"message": "ఏదైనా `treeitem` ఎలిమెంట్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని సాధారణ పేరుతో బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [`treeitem` ఎలిమెంట్లకు లేబుల్ చేయడం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-treeitem-name)."
|
|
130
130
|
},
|
|
131
131
|
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
132
132
|
"message": "ARIA `treeitem` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి లేవు."
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"message": "ARIA `treeitem` ఎలిమెంట్లు యాక్సెస్ చేయగల పేర్లను కలిగి ఉన్నాయి"
|
|
136
136
|
},
|
|
137
137
|
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
138
|
-
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, చెల్లని విలువలు గల ARIA లక్షణాలను అర్థం చేసుకోలేవు. [ARIA లక్షణాలకు సంబంధించి చెల్లుబాటయ్యే విలువల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
138
|
+
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, చెల్లని విలువలు గల ARIA లక్షణాలను అర్థం చేసుకోలేవు. [ARIA లక్షణాలకు సంబంధించి చెల్లుబాటయ్యే విలువల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-valid-attr-value)."
|
|
139
139
|
},
|
|
140
140
|
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
141
141
|
"message": "'`[aria-*]`' లక్షణాలలో చెల్లుబాటయ్యే విలువలు లేవు"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"message": "'`[aria-*]`' లక్షణాలు చెల్లుబాటయ్యే విలువలను కలిగి ఉన్నాయి"
|
|
145
145
|
},
|
|
146
146
|
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
147
|
-
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, చెల్లని పేర్లు గల ARIA లక్షణాలను అర్థం చేసుకోలేవు. [చెల్లుబాటయ్యే ARIA లక్షణాల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
147
|
+
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, చెల్లని పేర్లు గల ARIA లక్షణాలను అర్థం చేసుకోలేవు. [చెల్లుబాటయ్యే ARIA లక్షణాల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/aria-valid-attr)."
|
|
148
148
|
},
|
|
149
149
|
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
150
150
|
"message": "``[aria-*]`` లక్షణాలు చెల్లుబాటు అయ్యేవి కావు లేదా అక్షరదోషాలు ఉన్నాయి"
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"message": "విఫలం అవుతున్న మూలకాలు"
|
|
157
157
|
},
|
|
158
158
|
"core/audits/accessibility/button-name.js | description": {
|
|
159
|
-
"message": "ఏదైనా బటన్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని \"బటన్\"గా బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [బటన్లను మరింత యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
159
|
+
"message": "ఏదైనా బటన్కు యాక్సెస్ చేయదగిన పేరు లేనప్పుడు, స్క్రీన్ రీడర్లు దాన్ని \"బటన్\"గా బయటకు చదువుతాయి, స్క్రీన్ రీడర్లపై ఆధారపడే యూజర్లకు దీని వల్ల ఉపయోగం ఉండకుండా పోతుంది. [బటన్లను మరింత యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/button-name)."
|
|
160
160
|
},
|
|
161
161
|
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
162
162
|
"message": "బటన్లకు యాక్సెస్కి తగిన పేరు లేదు"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"message": "బటన్లు యాక్సెస్ చేయదగిన పేరును కలిగి ఉన్నాయి"
|
|
166
166
|
},
|
|
167
167
|
"core/audits/accessibility/bypass.js | description": {
|
|
168
|
-
"message": "రిపీట్ అయ్యే కంటెంట్ను బైపాస్ చేయడానికి మార్గాలను జోడించడం ద్వారా కీబోర్డ్ యూజర్లు పేజీని మరింత సమర్థవంతంగా నావిగేట్ చేయగలరు. [బైపాస్ బ్లాక్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
168
|
+
"message": "రిపీట్ అయ్యే కంటెంట్ను బైపాస్ చేయడానికి మార్గాలను జోడించడం ద్వారా కీబోర్డ్ యూజర్లు పేజీని మరింత సమర్థవంతంగా నావిగేట్ చేయగలరు. [బైపాస్ బ్లాక్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/bypass)."
|
|
169
169
|
},
|
|
170
170
|
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
171
171
|
"message": "పేజీలో ముఖ్యశీర్షిక, దాటివేత లింక్ లేదా ల్యాండ్మార్క్ ప్రాంతం లేవు"
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"message": "పేజీలో ముఖ్య శీర్షిక, దాటివేత లింక్ లేదా ల్యాండ్మార్క్ ప్రాంతం ఉన్నాయి"
|
|
175
175
|
},
|
|
176
176
|
"core/audits/accessibility/color-contrast.js | description": {
|
|
177
|
-
"message": "తక్కువ కాంట్రాస్ట్ గల టెక్స్ట్ అనేది చాలా మంది యూజర్లు కష్టపడి చదవాల్సి వచ్చేలా లేదా అస్సలు చదవలేనిదిగా ఉంటుంది. [సరిపడేంత కలర్ కాంట్రాస్ట్ను అందించడం ఎలాగో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
177
|
+
"message": "తక్కువ కాంట్రాస్ట్ గల టెక్స్ట్ అనేది చాలా మంది యూజర్లు కష్టపడి చదవాల్సి వచ్చేలా లేదా అస్సలు చదవలేనిదిగా ఉంటుంది. [సరిపడేంత కలర్ కాంట్రాస్ట్ను అందించడం ఎలాగో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/color-contrast)."
|
|
178
178
|
},
|
|
179
179
|
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
180
180
|
"message": "నేపథ్యం, ముందువైపు రంగులు తగినంత వర్ణభేద నిష్పత్తితో లేవు"
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"message": "నేపథ్యం మరియు ముందువైపు రంగులు తగినంత వర్ణభేద నిష్పత్తితో ఉంటున్నాయి"
|
|
184
184
|
},
|
|
185
185
|
"core/audits/accessibility/definition-list.js | description": {
|
|
186
|
-
"message": "నిర్వచన లిస్ట్లను సరిగ్గా గుర్తు పెట్టనప్పుడు, స్క్రీన్ రీడర్లు అయోమయానికి గురి చేసే లేదా సరికాని అవుట్పుట్ను అందించవచ్చు. [నిర్వచన లిస్ట్లను సరిగ్గా ఎలా రూపొందించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
186
|
+
"message": "నిర్వచన లిస్ట్లను సరిగ్గా గుర్తు పెట్టనప్పుడు, స్క్రీన్ రీడర్లు అయోమయానికి గురి చేసే లేదా సరికాని అవుట్పుట్ను అందించవచ్చు. [నిర్వచన లిస్ట్లను సరిగ్గా ఎలా రూపొందించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/definition-list)."
|
|
187
187
|
},
|
|
188
188
|
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
189
189
|
"message": "`<dl>`'లలో కేవలం సక్రమంగా ఆర్డర్ చేసిన `<dt>`, `<dd>` గ్రూప్లు, `<script>`, `<template>` లేదా `<div>` మూలకాలు మాత్రమే ఉండకూడదు."
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"message": "`<dl>`'లలో కేవలం సక్రమంగా ఆర్డర్ చేసిన `<dt>`, `<dd>` గ్రూప్లు, `<script>`, `<template>` లేదా `<div>` మూలకాలు ఉన్నాయి."
|
|
193
193
|
},
|
|
194
194
|
"core/audits/accessibility/dlitem.js | description": {
|
|
195
|
-
"message": "స్క్రీన్ రీడర్లు నిర్వచన లిస్ట్ ఐటెమ్లను (`<dt>`, `<dd>`) సక్రమంగా చదివి వినిపించగలవని నిర్ధారించుకోవడానికి, వాటిని తప్పనిసరిగా పేరెంట్ `<dl>` ఎలిమెంట్లో సర్దుబాటు చేయాలి. [నిర్వచన లిస్ట్లను సరిగ్గా ఎలా రూపొందించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
195
|
+
"message": "స్క్రీన్ రీడర్లు నిర్వచన లిస్ట్ ఐటెమ్లను (`<dt>`, `<dd>`) సక్రమంగా చదివి వినిపించగలవని నిర్ధారించుకోవడానికి, వాటిని తప్పనిసరిగా పేరెంట్ `<dl>` ఎలిమెంట్లో సర్దుబాటు చేయాలి. [నిర్వచన లిస్ట్లను సరిగ్గా ఎలా రూపొందించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/dlitem)."
|
|
196
196
|
},
|
|
197
197
|
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
198
198
|
"message": "నిర్వచన లిస్ట్ అంశాలు '`<dl>`' మూలకాలలో సర్దుబాటు చేయబడలేదు"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"message": "నిర్వచన లిస్ట్ అంశాలు '`<dl>`' మూలకాలలో సర్దుబాటు చేయబడ్డాయి"
|
|
202
202
|
},
|
|
203
203
|
"core/audits/accessibility/document-title.js | description": {
|
|
204
|
-
"message": "టైటిల్ అనేది స్క్రీన్ రీడర్ యూజర్లకు పేజీ గురించి ఒక ఓవర్వ్యూను ఇస్తుంది, సెర్చ్ ఇంజిన్ యూజర్లు, ఏదైనా పేజీ వారి సెర్చ్కు సంబంధితమైనదో కాదో గుర్తించడానికి దీనిపై చాలా ఎక్కువగా ఆధారపడుతుంటారు. [డాక్యుమెంట్ టైటిల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
204
|
+
"message": "టైటిల్ అనేది స్క్రీన్ రీడర్ యూజర్లకు పేజీ గురించి ఒక ఓవర్వ్యూను ఇస్తుంది, సెర్చ్ ఇంజిన్ యూజర్లు, ఏదైనా పేజీ వారి సెర్చ్కు సంబంధితమైనదో కాదో గుర్తించడానికి దీనిపై చాలా ఎక్కువగా ఆధారపడుతుంటారు. [డాక్యుమెంట్ టైటిల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/document-title)."
|
|
205
205
|
},
|
|
206
206
|
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
207
207
|
"message": "డాక్యుమెంట్లో '`<title>`' మూలకం లేదు"
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"message": "డాక్యుమెంట్లో '`<title>`' మూలకం ఉంది"
|
|
211
211
|
},
|
|
212
212
|
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
213
|
-
"message": "ఫోకస్ చేయదగిన ఎలిమెంట్లన్నీ సహాయక టెక్నాలజీలకు కనిపించేలా ఉండటానికి, వాటికి తప్పనిసరిగా విభిన్నమైన `id` ఉండాలి. [డూప్లికేట్ `id`లను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
213
|
+
"message": "ఫోకస్ చేయదగిన ఎలిమెంట్లన్నీ సహాయక టెక్నాలజీలకు కనిపించేలా ఉండటానికి, వాటికి తప్పనిసరిగా విభిన్నమైన `id` ఉండాలి. [డూప్లికేట్ `id`లను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/duplicate-id-active)."
|
|
214
214
|
},
|
|
215
215
|
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
216
216
|
"message": "యాక్టివ్గా ఉన్న, దృష్టి కేంద్రీకరించదగిన మూలకాలలో `[id]` లక్షణాలు విభిన్న రీతిలో లేవు"
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"message": "యాక్టివ్గా ఉన్న, దృష్టి కేంద్రీకరించదగిన మూలకాలలో `[id]` లక్షణాలు విభిన్న రీతిలో ఉన్నాయి"
|
|
220
220
|
},
|
|
221
221
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
222
|
-
"message": "సహాయక టెక్నాలజీల ద్వారా ఇతర సందర్భాలు విస్మరించబడకుండా నిరోధించడానికి ARIA ID విలువ తప్పనిసరిగా విభిన్నంగా ఉండాలి. [డూప్లికేట్ ARIA IDలను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
222
|
+
"message": "సహాయక టెక్నాలజీల ద్వారా ఇతర సందర్భాలు విస్మరించబడకుండా నిరోధించడానికి ARIA ID విలువ తప్పనిసరిగా విభిన్నంగా ఉండాలి. [డూప్లికేట్ ARIA IDలను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/duplicate-id-aria)."
|
|
223
223
|
},
|
|
224
224
|
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
225
225
|
"message": "ARIA IDలు విభిన్నమైనవి కావు"
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"message": "ARIA IDలు విభిన్నంగా ఉన్నాయి"
|
|
229
229
|
},
|
|
230
230
|
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
231
|
-
"message": "మొదటి, చివరి లేదా అన్ని లేబుల్స్ను ఉపయోగించే స్క్రీన్ రీడర్ల వంటి సహాయక టెక్నాలజీలు, పలు లేబుల్స్ ఉండే ఫారమ్ ఫీల్డ్లను గందరగోళంగా బయటకు చదివే అవకాశం ఉంది. [ఫారమ్ లేబుల్స్ను ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
231
|
+
"message": "మొదటి, చివరి లేదా అన్ని లేబుల్స్ను ఉపయోగించే స్క్రీన్ రీడర్ల వంటి సహాయక టెక్నాలజీలు, పలు లేబుల్స్ ఉండే ఫారమ్ ఫీల్డ్లను గందరగోళంగా బయటకు చదివే అవకాశం ఉంది. [ఫారమ్ లేబుల్స్ను ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/form-field-multiple-labels)."
|
|
232
232
|
},
|
|
233
233
|
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
234
234
|
"message": "ఫారమ్ ఫీల్డ్లు బహుళ లేబుళ్లను కలిగి ఉన్నాయి"
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"message": "ఫారమ్ ఫీల్డ్లు వేటికీ బహుళ లేబుళ్లు లేవు"
|
|
238
238
|
},
|
|
239
239
|
"core/audits/accessibility/frame-title.js | description": {
|
|
240
|
-
"message": "స్క్రీన్ రీడర్ యూజర్లు, ఫ్రేమ్ల కంటెంట్లను వివరించడానికి ఫ్రేమ్ టైటిల్స్పై ఆధారపడతారు. [ఫ్రేమ్ టైటిల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
240
|
+
"message": "స్క్రీన్ రీడర్ యూజర్లు, ఫ్రేమ్ల కంటెంట్లను వివరించడానికి ఫ్రేమ్ టైటిల్స్పై ఆధారపడతారు. [ఫ్రేమ్ టైటిల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/frame-title)."
|
|
241
241
|
},
|
|
242
242
|
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
243
243
|
"message": "'`<frame>`' లేదా '`<iframe>`' మూలకాలకు పేరు అందించలేదు"
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"message": "'`<frame>`' లేదా '`<iframe>`' మూలకాలలో శీర్షికలు ఉన్నాయి"
|
|
247
247
|
},
|
|
248
248
|
"core/audits/accessibility/heading-order.js | description": {
|
|
249
|
-
"message": "లెవెల్స్ను స్కిప్ చేయకుండా సరైన క్రమంలో అమర్చబడిన హెడింగ్లు, పేజీ నిర్మాణం సరైన విధంగా ఉందని చూపుతాయి, దీని వలన సహాయక టెక్నాలజీలను ఉపయోగిస్తున్నప్పుడు నావిగేట్ చేయడం, ఇంకా అర్థం చేసుకోవడం సులభం అవుతుంది. [హెడింగ్ క్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
249
|
+
"message": "లెవెల్స్ను స్కిప్ చేయకుండా సరైన క్రమంలో అమర్చబడిన హెడింగ్లు, పేజీ నిర్మాణం సరైన విధంగా ఉందని చూపుతాయి, దీని వలన సహాయక టెక్నాలజీలను ఉపయోగిస్తున్నప్పుడు నావిగేట్ చేయడం, ఇంకా అర్థం చేసుకోవడం సులభం అవుతుంది. [హెడింగ్ క్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/heading-order)."
|
|
250
250
|
},
|
|
251
251
|
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
252
252
|
"message": "హెడింగ్ మూలకాలు శ్రేణీకృతంగా అవరోహణ క్రమంలో లేవు"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"message": "హెడింగ్ మూలకాలు శ్రేణీకృతంగా అవరోహణ క్రమంలో కనిపిస్తాయి"
|
|
256
256
|
},
|
|
257
257
|
"core/audits/accessibility/html-has-lang.js | description": {
|
|
258
|
-
"message": "ఏదైనా పేజీ `lang` లక్షణాన్ని పేర్కొనకుంటే, స్క్రీన్ రీడర్ను సెటప్ చేసేటప్పుడు యూజర్ ఆటోమేటిక్గా ఏ భాషను అయితే ఎంచుకుంటారో, ఆ భాషలోనే పేజీ ఉందని స్క్రీన్ రీడర్ భావిస్తుంది. ఒకవేళ ఆ పేజీ ఆటోమేటిక్గా సెట్ చేసిన భాషలో లేకపోతే, ఆ పేజీలోని టెక్స్ట్ను స్క్రీన్ రీడర్ సరిగ్గా చదివి వినిపించలేకపోవచ్చు. [`lang` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
258
|
+
"message": "ఏదైనా పేజీ `lang` లక్షణాన్ని పేర్కొనకుంటే, స్క్రీన్ రీడర్ను సెటప్ చేసేటప్పుడు యూజర్ ఆటోమేటిక్గా ఏ భాషను అయితే ఎంచుకుంటారో, ఆ భాషలోనే పేజీ ఉందని స్క్రీన్ రీడర్ భావిస్తుంది. ఒకవేళ ఆ పేజీ ఆటోమేటిక్గా సెట్ చేసిన భాషలో లేకపోతే, ఆ పేజీలోని టెక్స్ట్ను స్క్రీన్ రీడర్ సరిగ్గా చదివి వినిపించలేకపోవచ్చు. [`lang` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/html-has-lang)."
|
|
259
259
|
},
|
|
260
260
|
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
261
261
|
"message": "'`<html>`' మూలకంలో '`[lang]`' మూలకం లేదు"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"message": "'`<html>`' మూలకంలో `[lang]` లక్షణం ఉంది"
|
|
265
265
|
},
|
|
266
266
|
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
267
|
-
"message": "చెల్లుబాటయ్యే [BCP 47 భాషను](https://www.w3.org/International/questions/qa-choosing-language-tags#question) పేర్కొనడం అనేది, టెక్స్ట్ను సక్రమంగా చదివి వినిపించడంలో స్క్రీన్ రీడర్లకు సహాయపడుతుంది. [`lang` లక్షణాన్ని ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
267
|
+
"message": "చెల్లుబాటయ్యే [BCP 47 భాషను](https://www.w3.org/International/questions/qa-choosing-language-tags#question) పేర్కొనడం అనేది, టెక్స్ట్ను సక్రమంగా చదివి వినిపించడంలో స్క్రీన్ రీడర్లకు సహాయపడుతుంది. [`lang` లక్షణాన్ని ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/html-lang-valid)."
|
|
268
268
|
},
|
|
269
269
|
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
270
270
|
"message": "'`<html>`' మూలకంలో దాని '`[lang]`' లక్షణం కోసం చెల్లుబాటయ్యే విలువ లేదు."
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"message": "'`<html>`' మూలకంలో దాని '`[lang]`' లక్షణానికి చెల్లుబాటయ్యే విలువ ఉంది"
|
|
274
274
|
},
|
|
275
275
|
"core/audits/accessibility/image-alt.js | description": {
|
|
276
|
-
"message": "సమాచారాత్మక ఎలిమెంట్లు చిన్నగా, అలాగే వివరణాత్మక ప్రత్యామ్నాయ టెక్స్ట్ను కలిగి ఉండాలి. అలంకార ఎలిమెంట్లను ఖాళీ alt లక్షణంతో విస్మరించవచ్చు. [`alt` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
276
|
+
"message": "సమాచారాత్మక ఎలిమెంట్లు చిన్నగా, అలాగే వివరణాత్మక ప్రత్యామ్నాయ టెక్స్ట్ను కలిగి ఉండాలి. అలంకార ఎలిమెంట్లను ఖాళీ alt లక్షణంతో విస్మరించవచ్చు. [`alt` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/image-alt)."
|
|
277
277
|
},
|
|
278
278
|
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
279
279
|
"message": "చిత్రం మూలకాలలో '`[alt]`' లక్షణాలు ఏవీ లేవు"
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"message": "చిత్ర మూలకాలు '`[alt]`' లక్షణాలను కలిగి ఉన్నాయి"
|
|
283
283
|
},
|
|
284
284
|
"core/audits/accessibility/input-image-alt.js | description": {
|
|
285
|
-
"message": "ఒక ఇమేజ్ `<input>` బటన్గా ఉపయోగించబడుతున్నప్పుడు, ప్రత్యామ్నాయ టెక్స్ట్ను అందించడమనేది బటన్ ప్రయోజనాన్ని అర్థం చేసుకోవడంలో స్క్రీన్ రీడర్ యూజర్లకు సహాయపడగలదు. [ఇన్పుట్ ఇమేజ్ ప్రత్యామ్నాయ టెక్స్ట్ గురించి తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
285
|
+
"message": "ఒక ఇమేజ్ `<input>` బటన్గా ఉపయోగించబడుతున్నప్పుడు, ప్రత్యామ్నాయ టెక్స్ట్ను అందించడమనేది బటన్ ప్రయోజనాన్ని అర్థం చేసుకోవడంలో స్క్రీన్ రీడర్ యూజర్లకు సహాయపడగలదు. [ఇన్పుట్ ఇమేజ్ ప్రత్యామ్నాయ టెక్స్ట్ గురించి తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/input-image-alt)."
|
|
286
286
|
},
|
|
287
287
|
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
288
288
|
"message": "`<input type=\"image\">` ఎలిమెంట్లలో `[alt]` టెక్స్ట్ లేదు"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"message": "`<input type=\"image\">` ఎలిమెంట్లు `[alt]` టెక్స్ట్ను కలిగి ఉన్నాయి"
|
|
292
292
|
},
|
|
293
293
|
"core/audits/accessibility/label.js | description": {
|
|
294
|
-
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, ఫారమ్ కంట్రోల్స్ను సక్రమంగా చదివి వినిపించేలా లేబుల్స్ చూసుకుంటాయి. [ఫారమ్ ఎలిమెంట్ లేబుల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
294
|
+
"message": "స్క్రీన్ రీడర్ల లాంటి సహాయక టెక్నాలజీలు, ఫారమ్ కంట్రోల్స్ను సక్రమంగా చదివి వినిపించేలా లేబుల్స్ చూసుకుంటాయి. [ఫారమ్ ఎలిమెంట్ లేబుల్స్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/label)."
|
|
295
295
|
},
|
|
296
296
|
"core/audits/accessibility/label.js | failureTitle": {
|
|
297
297
|
"message": "ఫారమ్ మూలకాలలో అనుబంధిత లేబుళ్లు లేవు"
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"message": "ఫారమ్ మూలకాలు అనుబంధిత లేబుళ్లను కలిగి ఉన్నాయి"
|
|
301
301
|
},
|
|
302
302
|
"core/audits/accessibility/link-name.js | description": {
|
|
303
|
-
"message": "గుర్తించదగిన, విభిన్నమైన, ఇంకా ఫోకస్ చేయదగిన లింక్ టెక్స్ట్ (అలాగే ఇమేజ్లను లింక్లుగా ఉపయోగించినప్పుడు వాటి ప్రత్యామ్నాయ టెక్స్ట్) సహాయంతో స్క్రీన్ రీడర్ యూజర్లకు నావిగేషన్ అనుభవం మెరుగవుతుంది. [లింక్లను యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
303
|
+
"message": "గుర్తించదగిన, విభిన్నమైన, ఇంకా ఫోకస్ చేయదగిన లింక్ టెక్స్ట్ (అలాగే ఇమేజ్లను లింక్లుగా ఉపయోగించినప్పుడు వాటి ప్రత్యామ్నాయ టెక్స్ట్) సహాయంతో స్క్రీన్ రీడర్ యూజర్లకు నావిగేషన్ అనుభవం మెరుగవుతుంది. [లింక్లను యాక్సెస్ చేయదగినవిగా ఎలా చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/link-name)."
|
|
304
304
|
},
|
|
305
305
|
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
306
306
|
"message": "లింక్లలో కనుగొనదగిన పేరు లేదు"
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"message": "లింక్లలో కనుగొనదగిన పేరు ఉంది"
|
|
310
310
|
},
|
|
311
311
|
"core/audits/accessibility/list.js | description": {
|
|
312
|
-
"message": "లిస్ట్లను స్క్రీన్ రీడర్లు ఒక నిర్దిష్ట రకమైన రీతిలో ప్రకటిస్తాయి. లిస్ట్ నిర్మాణక్రమం సక్రమంగా ఉండేలా చూసుకుంటే, స్క్రీన్ రీడర్ అవుట్పుట్ బాగుంటుంది. [సరైన లిస్ట్ నిర్మాణక్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
312
|
+
"message": "లిస్ట్లను స్క్రీన్ రీడర్లు ఒక నిర్దిష్ట రకమైన రీతిలో ప్రకటిస్తాయి. లిస్ట్ నిర్మాణక్రమం సక్రమంగా ఉండేలా చూసుకుంటే, స్క్రీన్ రీడర్ అవుట్పుట్ బాగుంటుంది. [సరైన లిస్ట్ నిర్మాణక్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/list)."
|
|
313
313
|
},
|
|
314
314
|
"core/audits/accessibility/list.js | failureTitle": {
|
|
315
315
|
"message": "లిస్ట్లు కేవలం '`<li>`' మూలకాలు, స్క్రిప్ట్ మద్దతు మూలకాలు ('`<script>`', '`<template>`')తో ఉండకూడదు."
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"message": "లిస్ట్లలో కేవలం '`<li>`' మూలకాలు, స్క్రిప్ట్ మద్దతు మూలకాలు (`<script>`, `<template>`) మాత్రమే ఉన్నాయి."
|
|
319
319
|
},
|
|
320
320
|
"core/audits/accessibility/listitem.js | description": {
|
|
321
|
-
"message": "లిస్ట్ ఐటెమ్లను (`<li>`) స్క్రీన్ రీడర్లు సక్రమంగా చదివి వినిపించాలంటే, వాటిని పేరెంట్ `<ul>`, `<ol>` లేదా `<menu>`లో ఉంచాలి. [సరైన లిస్ట్ నిర్మాణక్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
321
|
+
"message": "లిస్ట్ ఐటెమ్లను (`<li>`) స్క్రీన్ రీడర్లు సక్రమంగా చదివి వినిపించాలంటే, వాటిని పేరెంట్ `<ul>`, `<ol>` లేదా `<menu>`లో ఉంచాలి. [సరైన లిస్ట్ నిర్మాణక్రమం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/listitem)."
|
|
322
322
|
},
|
|
323
323
|
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
324
324
|
"message": "లిస్ట్ ఐటెమ్లు (`<li>`) అనేవి `<ul>`, `<ol>` లేదా `<menu>` పేరెంట్ ఎలిమెంట్లలో లేవు."
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"message": "లిస్ట్ ఐటెమ్లు (`<li>`) అనేవి `<ul>`, `<ol>` లేదా `<menu>` పేరెంట్ ఎలిమెంట్లలో ఉన్నాయి"
|
|
328
328
|
},
|
|
329
329
|
"core/audits/accessibility/meta-refresh.js | description": {
|
|
330
|
-
"message": "యూజర్లు పేజీ ఆటోమేటిక్గా రిఫ్రెష్ కావాలని కోరుకోరు, అలా చేయడం వలన ఫోకస్ తిరిగి పేజీ పైభాగానికి వెళ్తుంది. ఇది విసుగు తెప్పించవచ్చు లేదా అయోమయానికి గురి చేయవచ్చు. [రిఫ్రెష్ మెటా ట్యాగ్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
330
|
+
"message": "యూజర్లు పేజీ ఆటోమేటిక్గా రిఫ్రెష్ కావాలని కోరుకోరు, అలా చేయడం వలన ఫోకస్ తిరిగి పేజీ పైభాగానికి వెళ్తుంది. ఇది విసుగు తెప్పించవచ్చు లేదా అయోమయానికి గురి చేయవచ్చు. [రిఫ్రెష్ మెటా ట్యాగ్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/meta-refresh)."
|
|
331
331
|
},
|
|
332
332
|
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
333
333
|
"message": "డాక్యుమెంట్ '`<meta http-equiv=\"refresh\">`'ను వినియోగిస్తోంది"
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"message": "డాక్యుమెంట్లో '`<meta http-equiv=\"refresh\">`'ను వినియోగించలేదు"
|
|
337
337
|
},
|
|
338
338
|
"core/audits/accessibility/meta-viewport.js | description": {
|
|
339
|
-
"message": "జూమ్ చేయగల సామర్థ్యాన్ని డిజేబుల్ చేస్తే, స్క్రీన్ మ్యాగ్నిఫికేషన్పై ఆధారపడే తక్కువ కంటిచూపు ఉన్న యూజర్లు వెబ్ పేజీ కంటెంట్లను సరిగ్గా చూడలేరు. [వ్యూపోర్ట్ మెటా ట్యాగ్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
339
|
+
"message": "జూమ్ చేయగల సామర్థ్యాన్ని డిజేబుల్ చేస్తే, స్క్రీన్ మ్యాగ్నిఫికేషన్పై ఆధారపడే తక్కువ కంటిచూపు ఉన్న యూజర్లు వెబ్ పేజీ కంటెంట్లను సరిగ్గా చూడలేరు. [వ్యూపోర్ట్ మెటా ట్యాగ్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/meta-viewport)."
|
|
340
340
|
},
|
|
341
341
|
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
342
342
|
"message": "'`[user-scalable=\"no\"]`' అన్నది '`<meta name=\"viewport\">`' మూలకంలో ఉపయోగించబడింది, అలాగే '`[maximum-scale]`' లక్షణం 5 కంటే తక్కువ ఉంది."
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"message": "'`[user-scalable=\"no\"]`' అన్నది '`<meta name=\"viewport\">`' మూలకంలో ఉపయోగించలేదు, అలాగే '`[maximum-scale]`' లక్షణం 5 కంటే తక్కువగా లేదు."
|
|
346
346
|
},
|
|
347
347
|
"core/audits/accessibility/object-alt.js | description": {
|
|
348
|
-
"message": "స్క్రీన్ రీడర్లు టెక్స్ట్ కాని కంటెంట్ను అనువదించలేవు. `<object>` ఎలిమెంట్లకు ప్రత్యామ్నాయ టెక్స్ట్ను జోడించడం వలన స్క్రీన్ రీడర్లు వాటి అర్థాన్ని యూజర్లకు సరిగ్గా అందించగలుగుతాయి. [`object` ఎలిమెంట్లకు సంబంధించిన ప్రత్యామ్నాయ టెక్స్ట్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
348
|
+
"message": "స్క్రీన్ రీడర్లు టెక్స్ట్ కాని కంటెంట్ను అనువదించలేవు. `<object>` ఎలిమెంట్లకు ప్రత్యామ్నాయ టెక్స్ట్ను జోడించడం వలన స్క్రీన్ రీడర్లు వాటి అర్థాన్ని యూజర్లకు సరిగ్గా అందించగలుగుతాయి. [`object` ఎలిమెంట్లకు సంబంధించిన ప్రత్యామ్నాయ టెక్స్ట్ గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/object-alt)."
|
|
349
349
|
},
|
|
350
350
|
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
351
351
|
"message": "`<object>` ఎలిమెంట్లలో ప్రత్యామ్నాయ టెక్స్ట్ లేదు"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"message": "`<object>` ఎలిమెంట్లు ప్రత్యామ్నాయ టెక్స్ట్ను కలిగి ఉన్నాయి"
|
|
355
355
|
},
|
|
356
356
|
"core/audits/accessibility/tabindex.js | description": {
|
|
357
|
-
"message": "0 కంటే పెద్ద విలువ, స్పష్టమైన నావిగేషన్ క్రమాన్ని సూచిస్తుంది. టెక్నికల్గా చెల్లుబాటే అయినప్పటికీ, సహాయక టెక్నాలజీలపై ఆధారపడే యూజర్లకు ఇది తరచుగా విసుగు తెప్పిస్తూ ఉంటుంది. [`tabindex` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
357
|
+
"message": "0 కంటే పెద్ద విలువ, స్పష్టమైన నావిగేషన్ క్రమాన్ని సూచిస్తుంది. టెక్నికల్గా చెల్లుబాటే అయినప్పటికీ, సహాయక టెక్నాలజీలపై ఆధారపడే యూజర్లకు ఇది తరచుగా విసుగు తెప్పిస్తూ ఉంటుంది. [`tabindex` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
|
|
358
358
|
},
|
|
359
359
|
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
360
360
|
"message": "కొన్ని మూలకాలు 0 కంటే పెద్దవైన ``[tabindex]`` విలువను కలిగి ఉన్నాయి"
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"message": "ఏ మూలకానికీ సున్నా కంటే పెద్ద ``[tabindex]`` విలువ లేదు"
|
|
364
364
|
},
|
|
365
365
|
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
366
|
-
"message": "టేబుల్స్ను నావిగేట్ చేయడం సులభతరం చేసే ఫీచర్లు స్క్రీన్ రీడర్లలో ఉంటాయి. `[headers]` లక్షణాన్ని ఉపయోగించి `<td>` సెల్స్ కేవలం అదే టేబుల్లోని ఇతర సెల్స్ను రెఫర్ చేసేలా చూసుకుంటే, స్క్రీన్ రీడర్ యూజర్ల అనుభవం మెరుగవ్వవచ్చు. [`headers` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
366
|
+
"message": "టేబుల్స్ను నావిగేట్ చేయడం సులభతరం చేసే ఫీచర్లు స్క్రీన్ రీడర్లలో ఉంటాయి. `[headers]` లక్షణాన్ని ఉపయోగించి `<td>` సెల్స్ కేవలం అదే టేబుల్లోని ఇతర సెల్స్ను రెఫర్ చేసేలా చూసుకుంటే, స్క్రీన్ రీడర్ యూజర్ల అనుభవం మెరుగవ్వవచ్చు. [`headers` లక్షణం గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/td-headers-attr)."
|
|
367
367
|
},
|
|
368
368
|
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
369
369
|
"message": "'`<table>`' మూలకంలో '`[headers]`' లక్షణాన్ని ఉపయోగించే సెల్స్ అదే పట్టికలో కనుగొనబడని '`id`' మూలకాన్ని సూచిస్తున్నాయి."
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"message": "'`<table>`' మూలకంలో '`[headers]`' లక్షణాన్ని ఉపయోగించే సెల్స్ అదే పట్టికలోని పట్టిక సెల్స్ను సూచిస్తున్నాయి."
|
|
373
373
|
},
|
|
374
374
|
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
375
|
-
"message": "టేబుల్స్ను నావిగేట్ చేయడం సులభతరం చేసే ఫీచర్లు స్క్రీన్ రీడర్లలో ఉంటాయి. టేబుల్ హెడర్లు ఎల్లప్పుడూ కొన్ని సెల్స్ సెట్ను రెఫర్ చేసేలా చూసుకుంటే, స్క్రీన్ రీడర్ యూజర్ల అనుభవం మెరుగవ్వవచ్చు. [టేబుల్ హెడర్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
375
|
+
"message": "టేబుల్స్ను నావిగేట్ చేయడం సులభతరం చేసే ఫీచర్లు స్క్రీన్ రీడర్లలో ఉంటాయి. టేబుల్ హెడర్లు ఎల్లప్పుడూ కొన్ని సెల్స్ సెట్ను రెఫర్ చేసేలా చూసుకుంటే, స్క్రీన్ రీడర్ యూజర్ల అనుభవం మెరుగవ్వవచ్చు. [టేబుల్ హెడర్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/th-has-data-cells)."
|
|
376
376
|
},
|
|
377
377
|
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
378
378
|
"message": "'`<th>`' మూలకాలలో, అలాగే '`[role=\"columnheader\"/\"rowheader\"]`' కలిగి ఉండే మూలకాలలో అవి వివరిస్తున్న డేటా సెల్స్ లేవు."
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"message": "'`<th>`' మూలకాలు, '`[role=\"columnheader\"/\"rowheader\"]`' కలిగి ఉన్న మూలకాలలో అవి వివరిస్తున్న డేటా సెల్స్ ఉన్నాయి."
|
|
382
382
|
},
|
|
383
383
|
"core/audits/accessibility/valid-lang.js | description": {
|
|
384
|
-
"message": "ఎలిమెంట్లలో చెల్లుబాటయ్యే [BCP 47 భాషను](https://www.w3.org/International/questions/qa-choosing-language-tags#question) పేర్కొనడం అనేది, టెక్స్ను స్క్రీన్ రీడర్ సరైన పద్ధతిలో ఉచ్చరించగలదని నిర్ధారించడంలో సహాయపడుతుంది. [`lang` లక్షణాన్ని ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
384
|
+
"message": "ఎలిమెంట్లలో చెల్లుబాటయ్యే [BCP 47 భాషను](https://www.w3.org/International/questions/qa-choosing-language-tags#question) పేర్కొనడం అనేది, టెక్స్ను స్క్రీన్ రీడర్ సరైన పద్ధతిలో ఉచ్చరించగలదని నిర్ధారించడంలో సహాయపడుతుంది. [`lang` లక్షణాన్ని ఎలా ఉపయోగించాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/valid-lang)."
|
|
385
385
|
},
|
|
386
386
|
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
387
387
|
"message": "``[lang]`` లక్షణాలలో చెల్లుబాటు అయ్యే విలువ లేదు"
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"message": "'`[lang]`' లక్షణాలు చెల్లుబాటయ్యే విలువను కలిగి ఉన్నాయి"
|
|
391
391
|
},
|
|
392
392
|
"core/audits/accessibility/video-caption.js | description": {
|
|
393
|
-
"message": "వీడియోలో క్యాప్షన్ను అందిస్తే, చెవిటి, ఇంకా వినికిడి సమస్య ఉన్న యూజర్లు వీడియోలోని సమాచారాన్ని సులభంగా యాక్సెస్ చేయగలుగుతారు. [వీడియో క్యాప్షన్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.
|
|
393
|
+
"message": "వీడియోలో క్యాప్షన్ను అందిస్తే, చెవిటి, ఇంకా వినికిడి సమస్య ఉన్న యూజర్లు వీడియోలోని సమాచారాన్ని సులభంగా యాక్సెస్ చేయగలుగుతారు. [వీడియో క్యాప్షన్ల గురించి మరింత తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.7/video-caption)."
|
|
394
394
|
},
|
|
395
395
|
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
396
396
|
"message": "`<video>` ఎలిమెంట్లు `[kind=\"captions\"]`తో ఉన్న `<track>` ఎలిమెంట్ను కలిగి లేవు."
|
|
@@ -765,13 +765,13 @@
|
|
|
765
765
|
"message": "పేజీ లోడ్ సమయంలో నోటిఫికేషన్ అనుమతిని రిక్వెస్ట్ చేయడం నివారిస్తుంది"
|
|
766
766
|
},
|
|
767
767
|
"core/audits/dobetterweb/paste-preventing-inputs.js | description": {
|
|
768
|
-
"message": "
|
|
768
|
+
"message": "ఇన్పుట్ పేస్టింగ్ను ఆపడం అనేది UX విషయంలో మంచిది కాదు, అదనంగా ఇది పాస్వర్డ్ మేనేజర్లను బ్లాక్ చేయడం ద్వారా సెక్యూరిటీని బలహీనపరుస్తుంది.[యూజర్-ఫ్రెండ్లీ ఇన్పుట్ ఫీల్డ్స్ గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
|
|
769
769
|
},
|
|
770
770
|
"core/audits/dobetterweb/paste-preventing-inputs.js | failureTitle": {
|
|
771
|
-
"message": "
|
|
771
|
+
"message": "ఇన్పుట్ ఫీల్డ్లలో పేస్ట్ చేయకుండా యూజర్లను నిరోధిస్తుంది"
|
|
772
772
|
},
|
|
773
773
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
774
|
-
"message": "
|
|
774
|
+
"message": "ఇన్పుట్ ఫీల్డ్లలో పేస్ట్ చేయడానికి యూజర్లను అనుమతిస్తుంది"
|
|
775
775
|
},
|
|
776
776
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
777
777
|
"message": "ప్రోటోకాల్"
|
|
@@ -980,9 +980,30 @@
|
|
|
980
980
|
"core/audits/is-on-https.js | warning": {
|
|
981
981
|
"message": "హెచ్చరికతో అనుమతించబడింది"
|
|
982
982
|
},
|
|
983
|
+
"core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
|
|
984
|
+
"message": "% of LCP"
|
|
985
|
+
},
|
|
986
|
+
"core/audits/largest-contentful-paint-element.js | columnPhase": {
|
|
987
|
+
"message": "Phase"
|
|
988
|
+
},
|
|
989
|
+
"core/audits/largest-contentful-paint-element.js | columnTiming": {
|
|
990
|
+
"message": "Timing"
|
|
991
|
+
},
|
|
983
992
|
"core/audits/largest-contentful-paint-element.js | description": {
|
|
984
993
|
"message": "ఇది వీక్షణ పోర్ట్లో పెయింట్ చేయబడిన, అన్నింటి కన్నా ఎక్కువ కంటెంట్ ఉన్న ఎలిమెంట్. [లార్జెస్ట్ కంటెంట్ఫుల్ పెయింట్ ఎలిమెంట్ గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
985
994
|
},
|
|
995
|
+
"core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
|
|
996
|
+
"message": "Load Delay"
|
|
997
|
+
},
|
|
998
|
+
"core/audits/largest-contentful-paint-element.js | itemLoadTime": {
|
|
999
|
+
"message": "Load Time"
|
|
1000
|
+
},
|
|
1001
|
+
"core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
|
|
1002
|
+
"message": "Render Delay"
|
|
1003
|
+
},
|
|
1004
|
+
"core/audits/largest-contentful-paint-element.js | itemTTFB": {
|
|
1005
|
+
"message": "TTFB"
|
|
1006
|
+
},
|
|
986
1007
|
"core/audits/largest-contentful-paint-element.js | title": {
|
|
987
1008
|
"message": "కంటెంట్ కలిగి ఉండే అతిపెద్ద పెయింట్ మూలకం"
|
|
988
1009
|
},
|
|
@@ -1323,7 +1344,7 @@
|
|
|
1323
1344
|
"message": "robots.txt చెల్లుబాటు అవుతుంది"
|
|
1324
1345
|
},
|
|
1325
1346
|
"core/audits/seo/tap-targets.js | description": {
|
|
1326
|
-
"message": "బటన్లు, లింక్ల వంటి ఇంటరాక్టివ్ ఎలిమెంట్ల
|
|
1347
|
+
"message": "బటన్లు, లింక్ల వంటి ఇంటరాక్టివ్ ఎలిమెంట్ల సైజ్ తగినంత పెద్దగా ఉండాలి (48x48px), లేదా వాటి చుట్టూ తగినంత స్పేస్ ఉండాలి, అలా అయితే అవి ఇతర ఎలిమెంట్లలోకి ఓవర్ల్యాప్ కాకుండా ట్యాప్ చేయడానికి సులభంగా ఉంటాయి. [ట్యాప్ టార్గెట్ల గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1327
1348
|
},
|
|
1328
1349
|
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1329
1350
|
"message": "{decimalProportion, number, percent} సముచిత పరిమాణంలో ట్యాప్ టార్గెట్లను కలిగి ఉంది"
|
|
@@ -1715,6 +1736,9 @@
|
|
|
1715
1736
|
"core/gather/driver/storage.js | warningOriginDataTimeout": {
|
|
1716
1737
|
"message": "ఆరిజిన్ డేటాను క్లియర్ చేస్తున్నప్పుడు, సమయం ముగిసింది. ఈ పేజీని మళ్లీ ఆడిట్ చేయడానికి ట్రై చేసి, ఇంకా సమస్య ఉంటే బగ్ను ఫైల్ చేయండి."
|
|
1717
1738
|
},
|
|
1739
|
+
"core/gather/gatherers/link-elements.js | headerParseWarning": {
|
|
1740
|
+
"message": "`link` హెడర్ ({error})ను పార్స్ చేయడంలో ఎర్రర్ ఏర్పడింది: `{header}`"
|
|
1741
|
+
},
|
|
1718
1742
|
"core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
|
|
1719
1743
|
"message": "GET రిక్వెస్ట్ ద్వారా లోడ్ చేయబడిన పేజీలకు మాత్రమే వెనుకకు/ముందుకు కాష్ను యాక్సెస్ చేయడానికి అర్హత ఉంది."
|
|
1720
1744
|
},
|
|
@@ -2735,6 +2759,33 @@
|
|
|
2735
2759
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
|
|
2736
2760
|
"message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, పరికరానికి తగ్గట్టు ఇమేజ్ల సైజ్ మార్చడానికి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి `Resize Images`ను ఎనేబుల్ చేయండి."
|
|
2737
2761
|
},
|
|
2762
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
|
|
2763
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to automatically optimize image format. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2764
|
+
},
|
|
2765
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | offscreen-images": {
|
|
2766
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2767
|
+
},
|
|
2768
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | prioritize-lcp-image": {
|
|
2769
|
+
"message": "Use the `gatsby-plugin-image` component and set the `loading` prop to `eager`. [Learn more](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image#shared-props)."
|
|
2770
|
+
},
|
|
2771
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | render-blocking-resources": {
|
|
2772
|
+
"message": "Use the `Gatsby Script API` to defer loading of non-critical third-party scripts. [Learn more](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-script/)."
|
|
2773
|
+
},
|
|
2774
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | unused-css-rules": {
|
|
2775
|
+
"message": "Use the `PurgeCSS` `Gatsby` plugin to remove unused rules from stylesheets. [Learn more](https://purgecss.com/plugins/gatsby.html)."
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | unused-javascript": {
|
|
2778
|
+
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://www.gatsbyjs.com/plugins/gatsby-plugin-webpack-bundle-analyser-v2/)"
|
|
2779
|
+
},
|
|
2780
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-long-cache-ttl": {
|
|
2781
|
+
"message": "Configure caching for immutable assets. [Learn more](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/caching/)."
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-optimized-images": {
|
|
2784
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to adjust image quality. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2785
|
+
},
|
|
2786
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-responsive-images": {
|
|
2787
|
+
"message": "Use the `gatsby-plugin-image` component to set appropriate `sizes`. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2788
|
+
},
|
|
2738
2789
|
"node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
|
|
2739
2790
|
"message": "మీ GIFను HTML5 వీడియోగా పొందుపరచడానికి అందుబాటులో ఉండేలా చేసే సర్వీస్కు దానిని అప్లోడ్ చేయవచ్చు, దాన్ని పరిశీలించండి."
|
|
2740
2791
|
},
|
|
@@ -2814,10 +2865,10 @@
|
|
|
2814
2865
|
"message": "[థీమ్ లేఅవుట్ను ఎడిట్ చేయడం](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) ద్వారా `<link rel=preload>` ట్యాగ్లను జోడించవచ్చు."
|
|
2815
2866
|
},
|
|
2816
2867
|
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
|
|
2817
|
-
"message": "
|
|
2868
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically optimize image format. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2818
2869
|
},
|
|
2819
2870
|
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
|
|
2820
|
-
"message": "
|
|
2871
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2821
2872
|
},
|
|
2822
2873
|
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
|
|
2823
2874
|
"message": "LCP ఇమేజ్ను ప్రీ - లోడ్ చేయడానికి `next/image` కాంపోనెంట్ను ఉపయోగించండి, \"ప్రాధాన్యతను\" ఒప్పునకు సెటప్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next/image#priority)."
|
|
@@ -2832,7 +2883,7 @@
|
|
|
2832
2883
|
"message": "వినియోగంలో లేని నియమాలను స్టైల్షీట్ల నుండి తీసివేయడానికి `Next.js`లో `PurgeCSS` కాన్ఫిగరేషన్ను సెటప్ చేయవచ్చు, దాన్ని పరిశీలించండి. [మరింత తెలుసుకోండి](https://purgecss.com/guides/next.html)."
|
|
2833
2884
|
},
|
|
2834
2885
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
|
|
2835
|
-
"message": "
|
|
2886
|
+
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
|
|
2836
2887
|
},
|
|
2837
2888
|
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
|
|
2838
2889
|
"message": "మీ యాప్ వాస్తవ పనితీరును అంచనా వేయడానికి `Next.js Analytics`ను ఉపయోగించవచ్చు, దాన్ని పరిశీలించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/advanced-features/measuring-performance)."
|
|
@@ -2841,7 +2892,7 @@
|
|
|
2841
2892
|
"message": "మారకుండా ఉండే అస్సెట్లు, `Server-side Rendered` (SSR) పేజీలకు కాష్ను కాన్ఫిగర్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/going-to-production#caching)."
|
|
2842
2893
|
},
|
|
2843
2894
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
|
|
2844
|
-
"message": "
|
|
2895
|
+
"message": "Use the `next/image` component instead of `<img>` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2845
2896
|
},
|
|
2846
2897
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
|
|
2847
2898
|
"message": "సరైన `sizes`ను సెట్ చేయడానికి `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next/image#sizes)."
|
|
@@ -3047,6 +3098,9 @@
|
|
|
3047
3098
|
"report/renderer/report-utils.js | expandView": {
|
|
3048
3099
|
"message": "వీక్షణను విస్తరించండి"
|
|
3049
3100
|
},
|
|
3101
|
+
"report/renderer/report-utils.js | firstPartyChipLabel": {
|
|
3102
|
+
"message": "ఫస్ట్ పార్టీ"
|
|
3103
|
+
},
|
|
3050
3104
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3051
3105
|
"message": "సమస్యను ఫైల్ చేయండి"
|
|
3052
3106
|
},
|
|
@@ -3065,6 +3119,9 @@
|
|
|
3065
3119
|
"report/renderer/report-utils.js | notApplicableAuditsGroupTitle": {
|
|
3066
3120
|
"message": "వర్తించదు"
|
|
3067
3121
|
},
|
|
3122
|
+
"report/renderer/report-utils.js | openInANewTabTooltip": {
|
|
3123
|
+
"message": "కొత్త ట్యాబ్లో తెరవండి"
|
|
3124
|
+
},
|
|
3068
3125
|
"report/renderer/report-utils.js | opportunityResourceColumnLabel": {
|
|
3069
3126
|
"message": "అవకాశం"
|
|
3070
3127
|
},
|
|
@@ -3084,7 +3141,7 @@
|
|
|
3084
3141
|
"message": "అనుకరణ డెస్క్టాప్"
|
|
3085
3142
|
},
|
|
3086
3143
|
"report/renderer/report-utils.js | runtimeMobileEmulation": {
|
|
3087
|
-
"message": "
|
|
3144
|
+
"message": "అనుకరణ Moto G పవర్"
|
|
3088
3145
|
},
|
|
3089
3146
|
"report/renderer/report-utils.js | runtimeNoEmulation": {
|
|
3090
3147
|
"message": "అనుకరణ లేదు"
|
|
@@ -3143,6 +3200,9 @@
|
|
|
3143
3200
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3144
3201
|
"message": "Lighthouse యొక్క ఈ అమలును ప్రభావితం చేసిన సమస్యలు ఉన్నాయి:"
|
|
3145
3202
|
},
|
|
3203
|
+
"report/renderer/report-utils.js | unattributable": {
|
|
3204
|
+
"message": "అట్రిబ్యూట్ చేయలేనివి"
|
|
3205
|
+
},
|
|
3146
3206
|
"report/renderer/report-utils.js | varianceDisclaimer": {
|
|
3147
3207
|
"message": "విలువలు కేవలం అంచనా మాత్రమే, ఇవి మారే అవకాశం ఉంది. నేరుగా ఈ కొలమానాల ఆధారంగా [పనితీరు స్కోరు లెక్కించబడుతుంది](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
|
|
3148
3208
|
},
|