lighthouse 9.5.0-dev.20220726 → 9.5.0-dev.20220729
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +11 -11
- package/{lighthouse-cli → cli}/bin.js +5 -5
- package/{lighthouse-cli → cli}/cli-flags.js +1 -1
- package/{lighthouse-cli → cli}/commands/commands.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-audits.js +1 -1
- package/{lighthouse-cli → cli}/commands/list-locales.js +0 -0
- package/{lighthouse-cli → cli}/commands/list-trace-categories.js +1 -1
- package/{lighthouse-cli → cli}/index.js +0 -0
- package/{lighthouse-cli → cli}/package.json +0 -0
- package/{lighthouse-cli → cli}/printer.js +0 -0
- package/{lighthouse-cli → cli}/run.js +3 -3
- package/{lighthouse-cli → cli}/sentry-prompt.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/__snapshots__/report-assert-test.js.snap +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/core-tests.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/back-compat-util.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/lib.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/node.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/frontends/smokehouse-bin.js +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/lib/child-process-error.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/concurrent-mapper.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lib/local-console.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/bundle.js +4 -4
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/cli.js +2 -2
- package/{lighthouse-cli → cli}/test/smokehouse/lighthouse-runners/devtools.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/readme.md +1 -1
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert-test.js +3 -3
- package/{lighthouse-cli → cli}/test/smokehouse/report-assert.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/smokehouse.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check-test.js +0 -0
- package/{lighthouse-cli → cli}/test/smokehouse/version-check.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/accesskeys.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-allowed-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-command-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-body.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-hidden-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-input-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-meter-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-progressbar-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-children.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-required-parent.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-toggle-field-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-tooltip-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-treeitem-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr-value.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/aria-valid-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/axe-audit.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/button-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/bypass.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/color-contrast.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/definition-list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/dlitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/document-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-active.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/duplicate-id-aria.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/form-field-multiple-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/frame-title.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/heading-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-has-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/html-lang-valid.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/input-image-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/label.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/link-name.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/list.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/listitem.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-labels.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/custom-controls-roles.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focus-traps.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/focusable-controls.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/interactive-element-affordance.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/logical-tab-order.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/managed-focus.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/offscreen-content-hidden.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/use-landmarks.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/manual/visual-order-follows-dom.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-refresh.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/meta-viewport.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/object-alt.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/tabindex.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/td-headers-attr.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/th-has-data-cells.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/valid-lang.js +0 -0
- package/{lighthouse-core → core}/audits/accessibility/video-caption.js +0 -0
- package/{lighthouse-core → core}/audits/audit.js +0 -0
- package/{lighthouse-core → core}/audits/autocomplete.js +0 -0
- package/{lighthouse-core → core}/audits/bootup-time.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/byte-efficiency-audit.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/duplicated-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/efficient-animated-content.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/legacy-javascript.js +2 -2
- package/{lighthouse-core → core}/audits/byte-efficiency/modern-image-formats.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/offscreen-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/polyfill-graph-data.json +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/render-blocking-resources.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/total-byte-weight.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-css.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unminified-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-css-rules.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/unused-javascript.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-long-cache-ttl.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-optimized-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-responsive-images.js +0 -0
- package/{lighthouse-core → core}/audits/byte-efficiency/uses-text-compression.js +0 -0
- package/{lighthouse-core → core}/audits/content-width.js +0 -0
- package/{lighthouse-core → core}/audits/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/audits/csp-xss.js +0 -0
- package/{lighthouse-core → core}/audits/deprecations.js +0 -0
- package/{lighthouse-core → core}/audits/diagnostics.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/charset.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/dom-size.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/geolocation-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/js-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-document-write.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/no-vulnerable-libraries.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/notification-on-start.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/password-inputs-can-be-pasted-into.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-http2.js +0 -0
- package/{lighthouse-core → core}/audits/dobetterweb/uses-passive-event-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/errors-in-console.js +0 -0
- package/{lighthouse-core → core}/audits/final-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/font-display.js +0 -0
- package/{lighthouse-core → core}/audits/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/audits/image-aspect-ratio.js +0 -0
- package/{lighthouse-core → core}/audits/image-size-responsive.js +0 -0
- package/{lighthouse-core → core}/audits/installable-manifest.js +0 -0
- package/{lighthouse-core → core}/audits/is-on-https.js +0 -0
- package/{lighthouse-core → core}/audits/largest-contentful-paint-element.js +0 -0
- package/{lighthouse-core → core}/audits/layout-shift-elements.js +0 -0
- package/{lighthouse-core → core}/audits/lcp-lazy-loaded.js +0 -0
- package/{lighthouse-core → core}/audits/long-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/audits/mainthread-work-breakdown.js +0 -0
- package/{lighthouse-core → core}/audits/manual/manual-audit.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-cross-browser.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-each-page-has-url.js +0 -0
- package/{lighthouse-core → core}/audits/manual/pwa-page-transitions.js +0 -0
- package/{lighthouse-core → core}/audits/maskable-icon.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/experimental-interaction-to-next-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint-3g.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/audits/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/audits/metrics.js +0 -0
- package/{lighthouse-core → core}/audits/multi-check-audit.js +0 -0
- package/{lighthouse-core → core}/audits/network-requests.js +0 -0
- package/{lighthouse-core → core}/audits/network-rtt.js +0 -0
- package/{lighthouse-core → core}/audits/network-server-latency.js +0 -0
- package/{lighthouse-core → core}/audits/no-unload-listeners.js +0 -0
- package/{lighthouse-core → core}/audits/non-composited-animations.js +0 -0
- package/{lighthouse-core → core}/audits/oopif-iframe-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/performance-budget.js +0 -0
- package/{lighthouse-core → core}/audits/predictive-perf.js +0 -0
- package/{lighthouse-core → core}/audits/preload-fonts.js +0 -0
- package/{lighthouse-core → core}/audits/preload-lcp-image.js +0 -0
- package/{lighthouse-core → core}/audits/redirects.js +0 -0
- package/{lighthouse-core → core}/audits/resource-summary.js +0 -0
- package/{lighthouse-core → core}/audits/screenshot-thumbnails.js +0 -0
- package/{lighthouse-core → core}/audits/script-elements-test-audit.js +0 -0
- package/{lighthouse-core → core}/audits/script-treemap-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/canonical.js +0 -0
- package/{lighthouse-core → core}/audits/seo/crawlable-anchors.js +0 -0
- package/{lighthouse-core → core}/audits/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/audits/seo/hreflang.js +0 -0
- package/{lighthouse-core → core}/audits/seo/http-status-code.js +0 -0
- package/{lighthouse-core → core}/audits/seo/is-crawlable.js +0 -0
- package/{lighthouse-core → core}/audits/seo/link-text.js +0 -0
- package/{lighthouse-core → core}/audits/seo/manual/structured-data.js +0 -0
- package/{lighthouse-core → core}/audits/seo/meta-description.js +0 -0
- package/{lighthouse-core → core}/audits/seo/plugins.js +0 -0
- package/{lighthouse-core → core}/audits/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/audits/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/audits/server-response-time.js +0 -0
- package/{lighthouse-core → core}/audits/service-worker.js +0 -0
- package/{lighthouse-core → core}/audits/splash-screen.js +0 -0
- package/{lighthouse-core → core}/audits/themed-omnibox.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-facades.js +0 -0
- package/{lighthouse-core → core}/audits/third-party-summary.js +0 -0
- package/{lighthouse-core → core}/audits/timing-budget.js +0 -0
- package/{lighthouse-core → core}/audits/unsized-images.js +0 -0
- package/{lighthouse-core → core}/audits/user-timings.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preconnect.js +0 -0
- package/{lighthouse-core → core}/audits/uses-rel-preload.js +0 -0
- package/{lighthouse-core → core}/audits/valid-source-maps.js +0 -0
- package/{lighthouse-core → core}/audits/viewport.js +0 -0
- package/{lighthouse-core → core}/audits/violation-audit.js +0 -0
- package/{lighthouse-core → core}/audits/work-during-interaction.js +0 -0
- package/{lighthouse-core → core}/computed/computed-artifact.js +0 -0
- package/{lighthouse-core → core}/computed/critical-request-chains.js +0 -0
- package/{lighthouse-core → core}/computed/image-records.js +0 -0
- package/{lighthouse-core → core}/computed/js-bundles.js +0 -0
- package/{lighthouse-core → core}/computed/load-simulator.js +0 -0
- package/{lighthouse-core → core}/computed/main-resource.js +0 -0
- package/{lighthouse-core → core}/computed/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/computed/manifest-values.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/cumulative-layout-shift.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-first-meaningful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-interactive.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/lantern-speed-index.js +1 -1
- package/{lighthouse-core → core}/computed/metrics/lantern-total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint-all-frames.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/largest-contentful-paint.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/max-potential-fid.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/navigation-metric.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/responsiveness.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/speed-index.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/tbt-utils.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/timing-summary.js +0 -0
- package/{lighthouse-core → core}/computed/metrics/total-blocking-time.js +0 -0
- package/{lighthouse-core → core}/computed/module-duplication.js +0 -0
- package/{lighthouse-core → core}/computed/network-analysis.js +0 -0
- package/{lighthouse-core → core}/computed/network-records.js +0 -0
- package/{lighthouse-core → core}/computed/page-dependency-graph.js +0 -0
- package/{lighthouse-core → core}/computed/processed-navigation.js +0 -0
- package/{lighthouse-core → core}/computed/processed-trace.js +0 -0
- package/{lighthouse-core → core}/computed/resource-summary.js +0 -0
- package/{lighthouse-core → core}/computed/screenshots.js +0 -0
- package/{lighthouse-core → core}/computed/speedline.js +0 -0
- package/{lighthouse-core → core}/computed/unused-css.js +0 -0
- package/{lighthouse-core → core}/computed/unused-javascript-summary.js +0 -0
- package/{lighthouse-core → core}/computed/user-timings.js +0 -0
- package/{lighthouse-core → core}/computed/viewport-meta.js +0 -0
- package/{lighthouse-core → core}/config/budget.js +0 -0
- package/{lighthouse-core → core}/config/config-helpers.js +0 -0
- package/{lighthouse-core → core}/config/config-plugin.js +0 -0
- package/{lighthouse-core → core}/config/config.js +0 -0
- package/{lighthouse-core → core}/config/constants.js +0 -0
- package/{lighthouse-core → core}/config/default-config.js +0 -2
- package/{lighthouse-core → core}/config/desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/experimental-config.js +0 -0
- package/{lighthouse-core → core}/config/full-config.js +0 -0
- package/{lighthouse-core → core}/config/legacy-default-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-desktop-config.js +0 -0
- package/{lighthouse-core → core}/config/lr-mobile-config.js +0 -0
- package/{lighthouse-core → core}/config/metrics-to-audits.js +0 -0
- package/{lighthouse-core → core}/config/perf-config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/api.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/config.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/filters.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/config/validation.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-artifacts.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/base-gatherer.js +1 -1
- package/{lighthouse-core → core}/fraggle-rock/gather/driver.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/navigation-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/runner-helpers.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/session.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/snapshot-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/gather/timespan-runner.js +0 -0
- package/{lighthouse-core → core}/fraggle-rock/user-flow.js +0 -0
- package/{lighthouse-core → core}/gather/connections/connection.js +0 -0
- package/{lighthouse-core → core}/gather/connections/cri.js +0 -0
- package/{lighthouse-core → core}/gather/connections/raw.js +0 -0
- package/{lighthouse-core → core}/gather/driver/dom.js +0 -0
- package/{lighthouse-core → core}/gather/driver/environment.js +0 -0
- package/{lighthouse-core → core}/gather/driver/execution-context.js +0 -0
- package/{lighthouse-core → core}/gather/driver/navigation.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network-monitor.js +0 -0
- package/{lighthouse-core → core}/gather/driver/network.js +0 -0
- package/{lighthouse-core → core}/gather/driver/prepare.js +0 -0
- package/{lighthouse-core → core}/gather/driver/service-workers.js +0 -0
- package/{lighthouse-core → core}/gather/driver/storage.js +0 -0
- package/{lighthouse-core → core}/gather/driver/target-manager.js +0 -0
- package/{lighthouse-core → core}/gather/driver/wait-for-condition.js +0 -0
- package/{lighthouse-core → core}/gather/driver.js +0 -0
- package/{lighthouse-core → core}/gather/fetcher.js +0 -0
- package/{lighthouse-core → core}/gather/gather-runner.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/accessibility.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/anchor-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/cache-contents.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/console-messages.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/css-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/devtools-log.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/doctype.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/domstats.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/optimized-images.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/password-inputs-with-prevented-paste.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/response-compression.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/full-page-screenshot.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/gatherer.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/global-listeners.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/iframe-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/image-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inputs.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/inspector-issues.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/installability-errors.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/js-usage.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/link-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/main-document-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/meta-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/network-user-agent.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/script-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/scripts.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/embedded-content.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/font-size.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/robots-txt.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/seo/tap-targets.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/service-worker.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/source-maps.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/stacks.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-compat.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace-elements.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/trace.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/viewport-dimensions.js +0 -0
- package/{lighthouse-core → core}/gather/gatherers/web-app-manifest.js +0 -0
- package/{lighthouse-core → core}/index.cjs +0 -0
- package/{lighthouse-core → core}/index.js +1 -1
- package/{lighthouse-core → core}/lib/arbitrary-equality-map.js +0 -0
- package/{lighthouse-core → core}/lib/asset-saver.js +0 -0
- package/{lighthouse-core → core}/lib/axe.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Common.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/Platform.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/SDK.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/ParsedURL.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/generated/SourceMap.js +0 -0
- package/{lighthouse-core → core}/lib/cdt/package.json +0 -0
- package/{lighthouse-core → core}/lib/csp-evaluator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/base-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/cpu-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/network-node.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/connection-pool.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/dns-cache.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/network-analyzer.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator-timing-map.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/simulator.js +0 -0
- package/{lighthouse-core → core}/lib/dependency-graph/simulator/tcp-connection.js +0 -0
- package/{lighthouse-core → core}/lib/deprecations-strings.js +0 -0
- package/{lighthouse-core → core}/lib/emulation.js +0 -0
- package/{lighthouse-core → core}/lib/i18n/README.md +2 -2
- package/{lighthouse-core → core}/lib/i18n/i18n.js +0 -0
- package/{lighthouse-core → core}/lib/icons.js +0 -0
- package/{lighthouse-core → core}/lib/lantern-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/lh-env.js +0 -0
- package/{lighthouse-core → core}/lib/lh-error.js +0 -0
- package/{lighthouse-core → core}/lib/lh-trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/manifest-parser.js +0 -0
- package/{lighthouse-core → core}/lib/median-run.js +0 -0
- package/{lighthouse-core → core}/lib/minification-estimator.js +0 -0
- package/{lighthouse-core → core}/lib/minify-devtoolslog.js +0 -0
- package/{lighthouse-core → core}/lib/minify-trace.js +3 -3
- package/{lighthouse-core → core}/lib/navigation-error.js +0 -0
- package/{lighthouse-core → core}/lib/network-recorder.js +0 -0
- package/{lighthouse-core → core}/lib/network-request.js +0 -0
- package/{lighthouse-core → core}/lib/page-functions.js +0 -0
- package/{lighthouse-core → core}/lib/proto-preprocessor.js +0 -0
- package/{lighthouse-core → core}/lib/rect-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/script-helpers.js +0 -0
- package/{lighthouse-core → core}/lib/sentry.js +0 -0
- package/{lighthouse-core → core}/lib/stack-packs.js +0 -0
- package/{lighthouse-core → core}/lib/statistics.js +0 -0
- package/{lighthouse-core → core}/lib/tappable-rects.js +0 -0
- package/{lighthouse-core → core}/lib/third-party-web.js +0 -0
- package/{lighthouse-core → core}/lib/timing-trace-saver.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/cpu-profile-model.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/main-thread-tasks.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-groups.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/task-summary.js +0 -0
- package/{lighthouse-core → core}/lib/tracehouse/trace-processor.js +0 -0
- package/{lighthouse-core → core}/lib/traces/pwmetrics-events.js +0 -0
- package/{lighthouse-core → core}/lib/url-shim.js +0 -0
- package/{lighthouse-core → core}/package.json +0 -0
- package/{lighthouse-core → core}/runner.js +0 -0
- package/{lighthouse-core → core}/scoring.js +0 -0
- package/{lighthouse-core → core}/scripts/download-chrome.sh +0 -0
- package/{lighthouse-core → core}/scripts/manual-chrome-launcher.js +1 -1
- package/{lighthouse-core → core}/scripts/package.json +0 -0
- package/{lighthouse-core → core}/util.cjs +1 -1
- package/eslint-local-rules.cjs +1 -1
- package/flow-report/test/common-test.tsx +1 -1
- package/flow-report/test/run-flow-report-tests.sh +1 -1
- package/flow-report/test/sample-flow.ts +1 -1
- package/flow-report/tsconfig.json +1 -1
- package/package.json +36 -36
- package/readme.md +4 -4
- package/report/clients/bundle.js +1 -1
- package/report/test/clients/bundle-test.js +1 -1
- package/report/test/generator/report-generator-test.js +3 -3
- package/report/test/renderer/category-renderer-test.js +4 -4
- package/report/test/renderer/i18n-test.js +1 -1
- package/report/test/renderer/performance-category-renderer-test.js +3 -3
- package/report/test/renderer/pwa-category-renderer-test.js +2 -2
- package/report/test/renderer/report-renderer-axe-test.js +3 -3
- package/report/test/renderer/report-renderer-test.js +3 -3
- package/report/test/renderer/report-ui-features-test.js +2 -2
- package/report/test/renderer/util-test.js +2 -2
- package/shared/localization/locales/ar-XB.json +641 -653
- package/shared/localization/locales/ar.json +641 -653
- package/shared/localization/locales/bg.json +641 -653
- package/shared/localization/locales/ca.json +641 -653
- package/shared/localization/locales/cs.json +641 -653
- package/shared/localization/locales/da.json +641 -653
- package/shared/localization/locales/de.json +641 -653
- package/shared/localization/locales/el.json +641 -653
- package/shared/localization/locales/en-GB.json +641 -653
- package/shared/localization/locales/en-US.json +830 -842
- package/shared/localization/locales/en-XA.json +641 -653
- package/shared/localization/locales/en-XL.json +830 -842
- package/shared/localization/locales/es-419.json +641 -653
- package/shared/localization/locales/es.json +641 -653
- package/shared/localization/locales/fi.json +641 -653
- package/shared/localization/locales/fil.json +641 -653
- package/shared/localization/locales/fr.json +641 -653
- package/shared/localization/locales/he.json +641 -653
- package/shared/localization/locales/hi.json +641 -653
- package/shared/localization/locales/hr.json +641 -653
- package/shared/localization/locales/hu.json +641 -653
- package/shared/localization/locales/id.json +641 -653
- package/shared/localization/locales/it.json +641 -653
- package/shared/localization/locales/ja.json +641 -653
- package/shared/localization/locales/ko.json +641 -653
- package/shared/localization/locales/lt.json +641 -653
- package/shared/localization/locales/lv.json +641 -653
- package/shared/localization/locales/nl.json +641 -653
- package/shared/localization/locales/no.json +641 -653
- package/shared/localization/locales/pl.json +641 -653
- package/shared/localization/locales/pt-PT.json +641 -653
- package/shared/localization/locales/pt.json +641 -653
- package/shared/localization/locales/ro.json +641 -653
- package/shared/localization/locales/ru.json +641 -653
- package/shared/localization/locales/sk.json +641 -653
- package/shared/localization/locales/sl.json +641 -653
- package/shared/localization/locales/sr-Latn.json +641 -653
- package/shared/localization/locales/sr.json +641 -653
- package/shared/localization/locales/sv.json +641 -653
- package/shared/localization/locales/ta.json +641 -653
- package/shared/localization/locales/te.json +641 -653
- package/shared/localization/locales/th.json +641 -653
- package/shared/localization/locales/tr.json +641 -653
- package/shared/localization/locales/uk.json +641 -653
- package/shared/localization/locales/vi.json +641 -653
- package/shared/localization/locales/zh-HK.json +641 -653
- package/shared/localization/locales/zh-TW.json +641 -653
- package/shared/localization/locales/zh.json +641 -653
- package/shared/localization/swap-locale.js +3 -3
- package/shared/test/localization/format-test.js +5 -5
- package/shared/test/localization/swap-locale-test.js +8 -8
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +1 -1
- package/third-party/chromium-synchronization/installability-errors-test.js +1 -1
- package/tsconfig.json +84 -84
- package/types/artifacts.d.ts +7 -7
- package/types/audit.d.ts +1 -1
- package/types/config.d.ts +1 -1
- package/types/gatherer.d.ts +8 -8
- package/types/global-lh.d.ts +2 -2
- package/types/user-flow.d.ts +1 -1
- package/lighthouse-core/audits/apple-touch-icon.js +0 -72
|
@@ -131,1939 +131,1927 @@
|
|
|
131
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
132
|
"message": "تقرير تدفق المستخدمين في أداة Lighthouse"
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"core/audits/accessibility/accesskeys.js | description": {
|
|
135
135
|
"message": "تتيح مفاتيح الوصول للمستخدمين التركيز بسرعة على جزء من الصفحة. للانتقال إلى الموضع الصحيح من الصفحة، يجب أن يكون كل مفتاح وصول فريدًا. [مزيد من المعلومات](https://web.dev/accesskeys/)"
|
|
136
136
|
},
|
|
137
|
-
"
|
|
137
|
+
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
138
138
|
"message": "قيم `[accesskey]` هي غير فريدة"
|
|
139
139
|
},
|
|
140
|
-
"
|
|
140
|
+
"core/audits/accessibility/accesskeys.js | title": {
|
|
141
141
|
"message": "قيم `[accesskey]` فريدة"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
144
144
|
"message": "يوفّر كل دور ARIA `role` مجموعة فرعية محددة من سمات `aria-*`. يؤدي عدم تطابق هذه الأدوار إلى إبطال السمات `aria-*`. [مزيد من المعلومات](https://web.dev/aria-allowed-attr/)"
|
|
145
145
|
},
|
|
146
|
-
"
|
|
146
|
+
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
147
147
|
"message": "سمات `[aria-*]` لا تتطابق مع أدوارها"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
149
|
+
"core/audits/accessibility/aria-allowed-attr.js | title": {
|
|
150
150
|
"message": "سمات `[aria-*]` هي مطابقة لأدوارها"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"core/audits/accessibility/aria-command-name.js | description": {
|
|
153
153
|
"message": "عند عدم ظهور اسم أحد العناصر على واجهة المستخدم، تشير برامج قراءة الشاشة إلى هذا العنصر بصفة عامة، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
154
154
|
},
|
|
155
|
-
"
|
|
155
|
+
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
156
156
|
"message": "لا تتوفّر لعناصر `button` و`link` و`menuitem` أسماء يمكن الوصول إليها"
|
|
157
157
|
},
|
|
158
|
-
"
|
|
158
|
+
"core/audits/accessibility/aria-command-name.js | title": {
|
|
159
159
|
"message": "تتوفّر لعناصر `button` و`link` و`menuitem` أسماء يمكن الوصول إليها"
|
|
160
160
|
},
|
|
161
|
-
"
|
|
161
|
+
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
162
162
|
"message": "لا تعمل التكنولوجيا المساعِدة، مثل برامج قراءة الشاشة، على نحوٍ متواصل عند إعداد `aria-hidden=\"true\"` في المستند `<body>`. [مزيد من المعلومات](https://web.dev/aria-hidden-body/)"
|
|
163
163
|
},
|
|
164
|
-
"
|
|
164
|
+
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
165
165
|
"message": "`[aria-hidden=\"true\"]` وارد في المستند `<body>`"
|
|
166
166
|
},
|
|
167
|
-
"
|
|
167
|
+
"core/audits/accessibility/aria-hidden-body.js | title": {
|
|
168
168
|
"message": "`[aria-hidden=\"true\"]` غير وارد في المستند `<body>`"
|
|
169
169
|
},
|
|
170
|
-
"
|
|
170
|
+
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
171
171
|
"message": "تمنع العناصر المنحدرة القابلة للتركيز ضمن `[aria-hidden=\"true\"]` عنصر العناصر التفاعلية من أن تكون متاحة لمستخدمي التكنولوجيا المساعِدة، مثل برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-hidden-focus/)"
|
|
172
172
|
},
|
|
173
|
-
"
|
|
173
|
+
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
174
174
|
"message": "تحتوي عناصر `[aria-hidden=\"true\"]` على عناصر منحدرة قابلة للتركيز"
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"core/audits/accessibility/aria-hidden-focus.js | title": {
|
|
177
177
|
"message": "لا تحتوي عناصر `[aria-hidden=\"true\"]` على عناصر منحدرة قابلة للتركيز"
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
180
180
|
"message": "عند عدم احتواء حقل الإدخال على اسم يمكن الوصول إليه، تشير برامج قراءة الشاشة إلى الحقل بصفة عامة، مما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
181
181
|
},
|
|
182
|
-
"
|
|
182
|
+
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
183
183
|
"message": "لا تحتوي حقول إدخال ARIA على أسماء يمكن الوصول إليها"
|
|
184
184
|
},
|
|
185
|
-
"
|
|
185
|
+
"core/audits/accessibility/aria-input-field-name.js | title": {
|
|
186
186
|
"message": "تحتوي حقول إدخال ARIA على أسماء يمكن الوصول إليها"
|
|
187
187
|
},
|
|
188
|
-
"
|
|
188
|
+
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
189
189
|
"message": "عند عدم ظهور اسم أحد العناصر على واجهة المستخدم، تشير برامج قراءة الشاشة إلى هذا العنصر بصفة عامة، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
190
190
|
},
|
|
191
|
-
"
|
|
191
|
+
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
192
192
|
"message": "لا تتوفّر لعناصر ARIA `meter` أسماء يمكن الوصول إليها"
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"core/audits/accessibility/aria-meter-name.js | title": {
|
|
195
195
|
"message": "تتوفّر لعناصر ARIA `meter` أسماء يمكن الوصول إليها"
|
|
196
196
|
},
|
|
197
|
-
"
|
|
197
|
+
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
198
198
|
"message": "عندما لا يكون اسم أحد عناصر `progressbar` ظاهرًا على واجهة المستخدم، تشير برامج قراءة الشاشة إلى هذا العنصر بصفة عامة، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [يُرجى الاطّلاع على مزيد من المعلومات.](https://web.dev/aria-name/)"
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
201
201
|
"message": "لا تتوفّر لعناصر ARIA `progressbar` أسماء يمكن الوصول إليها"
|
|
202
202
|
},
|
|
203
|
-
"
|
|
203
|
+
"core/audits/accessibility/aria-progressbar-name.js | title": {
|
|
204
204
|
"message": "تتوفّر لعناصر ARIA `progressbar` أسماء يمكن الوصول إليها"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
207
207
|
"message": "تتطلّب بعض أدوار ARIA تزويد برامج قراءة الشاشة بسمات تصف حالة العنصر. [مزيد من المعلومات](https://web.dev/aria-required-attr/)"
|
|
208
208
|
},
|
|
209
|
-
"
|
|
209
|
+
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
210
210
|
"message": "`[role]` لا تحتوي على جميع سمات`[aria-*]` المطلوبة"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"core/audits/accessibility/aria-required-attr.js | title": {
|
|
213
213
|
"message": "`[role]` تحتوي على جميع سمات `[aria-*]` المطلوبة"
|
|
214
214
|
},
|
|
215
|
-
"
|
|
215
|
+
"core/audits/accessibility/aria-required-children.js | description": {
|
|
216
216
|
"message": "يجب أن تحتوي بعض أدوار ARIA الرئيسية على أدوار ثانوية محدّدة لأداء وظائف إمكانية الوصول المقصودة. [مزيد من المعلومات](https://web.dev/aria-required-children/)"
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
219
219
|
"message": "إنّ العناصر التي تتضمّن ARIA `[role]` والتي تتطلب عناصر ثانوية للاحتواء على عنصر `[role]` محدّد لا تتضمّن بعض هذه العناصر الثانوية المطلوبة أو جميعها."
|
|
220
220
|
},
|
|
221
|
-
"
|
|
221
|
+
"core/audits/accessibility/aria-required-children.js | title": {
|
|
222
222
|
"message": "إنّ العناصر التي تتضمن ARIA `[role]` والتي تتطلب عناصر ثانوية للاحتواء على عنصر `[role]` محدّد تشتمل على جميع العناصر الثانوية المطلوبة."
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
225
225
|
"message": "يجب أن يتم تضمين بعض أدوار ثانوية ARIA ضمن أدوار رئيسية محدّدة لتنفيذ وظائف إمكانية الوصول المقصودة بشكل صحيح. [مزيد من المعلومات](https://web.dev/aria-required-parent/)"
|
|
226
226
|
},
|
|
227
|
-
"
|
|
227
|
+
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
228
228
|
"message": "`[role]` غير مضمّنة في العنصر الرئيسي المطلوب"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"core/audits/accessibility/aria-required-parent.js | title": {
|
|
231
231
|
"message": "`[role]` مضمّنة في العنصر الرئيسي المطلوب"
|
|
232
232
|
},
|
|
233
|
-
"
|
|
233
|
+
"core/audits/accessibility/aria-roles.js | description": {
|
|
234
234
|
"message": "يجب أن تحتوي أدوار ARIA على قيم صالحة لتنفيذ وظائف إمكانية الوصول المقصودة. [مزيد من المعلومات](https://web.dev/aria-roles/)"
|
|
235
235
|
},
|
|
236
|
-
"
|
|
236
|
+
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
237
237
|
"message": "قيم `[role]` هي غير صالحة"
|
|
238
238
|
},
|
|
239
|
-
"
|
|
239
|
+
"core/audits/accessibility/aria-roles.js | title": {
|
|
240
240
|
"message": "قيم `[role]` هي صالحة"
|
|
241
241
|
},
|
|
242
|
-
"
|
|
242
|
+
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
243
243
|
"message": "عند عدم احتواء حقول التبديل على اسم يمكن الوصول إليه، تشير برامج قراءة الشاشة إلى الحقل باستخدام بصفة عامة، مما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
244
244
|
},
|
|
245
|
-
"
|
|
245
|
+
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
246
246
|
"message": "لا تحتوي حقول تبديل ARIA على أسماء يمكن الوصول إليها"
|
|
247
247
|
},
|
|
248
|
-
"
|
|
248
|
+
"core/audits/accessibility/aria-toggle-field-name.js | title": {
|
|
249
249
|
"message": "تحتوي جميع حقول تبديل ARIA على أسماء يمكن الوصول إليها"
|
|
250
250
|
},
|
|
251
|
-
"
|
|
251
|
+
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
252
252
|
"message": "عند عدم ظهور اسم أحد العناصر على واجهة المستخدم، تشير برامج قراءة الشاشة إلى هذا العنصر بصفة عامة، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
253
253
|
},
|
|
254
|
-
"
|
|
254
|
+
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
255
255
|
"message": "لا تتوفّر لعناصر ARIA `tooltip` أسماء يمكن الوصول إليها"
|
|
256
256
|
},
|
|
257
|
-
"
|
|
257
|
+
"core/audits/accessibility/aria-tooltip-name.js | title": {
|
|
258
258
|
"message": "تتوفّر لعناصر ARIA `tooltip` أسماء يمكن الوصول إليها"
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
261
261
|
"message": "عند عدم ظهور اسم أحد العناصر على واجهة المستخدم، تشير برامج قراءة الشاشة إلى هذا العنصر بصفة عامة، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/aria-name/)"
|
|
262
262
|
},
|
|
263
|
-
"
|
|
263
|
+
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
264
264
|
"message": "لا تتوفّر لعناصر ARIA `treeitem` أسماء يمكن الوصول إليها"
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"core/audits/accessibility/aria-treeitem-name.js | title": {
|
|
267
267
|
"message": "تتوفّر لعناصر ARIA `treeitem` أسماء يمكن الوصول إليها"
|
|
268
268
|
},
|
|
269
|
-
"
|
|
269
|
+
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
270
270
|
"message": "لا يمكن لتقنيات المساعدة، مثل برامج قراءة الشاشة، تفسير سمات ARIA باستخدام قيم غير صحيحة. [مزيد من المعلومات](https://web.dev/aria-valid-attr-value/)"
|
|
271
271
|
},
|
|
272
|
-
"
|
|
272
|
+
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
273
273
|
"message": "سمات `[aria-*]` لا تحتوي على قيم صحيحة"
|
|
274
274
|
},
|
|
275
|
-
"
|
|
275
|
+
"core/audits/accessibility/aria-valid-attr-value.js | title": {
|
|
276
276
|
"message": "سمات `[aria-*]` تحتوي على قيم صالحة"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
279
279
|
"message": "لا يمكن لتقنيات المساعدة، مثل برامج قراءة الشاشة، تفسير سمات ARIA بأسماء غير صحيحة. [مزيد من المعلومات](https://web.dev/aria-valid-attr/)"
|
|
280
280
|
},
|
|
281
|
-
"
|
|
281
|
+
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
282
282
|
"message": "سمات `[aria-*]` هي غير صالحة أو بها أخطاء إملائية"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
284
|
+
"core/audits/accessibility/aria-valid-attr.js | title": {
|
|
285
285
|
"message": "سمات `[aria-*]` هي صالحة وليس بها أخطاء إملائية"
|
|
286
286
|
},
|
|
287
|
-
"
|
|
287
|
+
"core/audits/accessibility/axe-audit.js | failingElementsHeader": {
|
|
288
288
|
"message": "العناصر التي رسبت في عملية التدقيق"
|
|
289
289
|
},
|
|
290
|
-
"
|
|
290
|
+
"core/audits/accessibility/button-name.js | description": {
|
|
291
291
|
"message": "عند عدم احتواء زر على اسم يمكن الوصول إليه، تعلن برامج قراءة الشاشة بأنه \"زر\"، ما يجعله غير قابل للاستخدام بالنسبة إلى المستخدمين الذين يعتمدون على برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/button-name/)"
|
|
292
292
|
},
|
|
293
|
-
"
|
|
293
|
+
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
294
294
|
"message": "عدم احتواء الأزرار على اسم يمكن الوصول إليه"
|
|
295
295
|
},
|
|
296
|
-
"
|
|
296
|
+
"core/audits/accessibility/button-name.js | title": {
|
|
297
297
|
"message": "احتواء الأزرار على اسم الوصول"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"core/audits/accessibility/bypass.js | description": {
|
|
300
300
|
"message": "تؤدي إضافة طرق لتخطي المحتوى المكرّر إلى السماح لمستخدمي لوحة المفاتيح بالتنقل في الصفحة بكفاءة أكبر. [مزيد من المعلومات](https://web.dev/bypass/)"
|
|
301
301
|
},
|
|
302
|
-
"
|
|
302
|
+
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
303
303
|
"message": "عدم احتواء الصفحة على عنوان أو رابط تخطٍ أو منطقة معالم"
|
|
304
304
|
},
|
|
305
|
-
"
|
|
305
|
+
"core/audits/accessibility/bypass.js | title": {
|
|
306
306
|
"message": "احتواء الصفحة على عنوان أو رابط تخطٍ أو منطقة معالم"
|
|
307
307
|
},
|
|
308
|
-
"
|
|
308
|
+
"core/audits/accessibility/color-contrast.js | description": {
|
|
309
309
|
"message": "إنّ عملية قراءة النص المنخفض التباين تُعتبر صعبة أو مستحيلة بالنسبة إلى العديد من المستخدمين. [مزيد من المعلومات](https://web.dev/color-contrast/)"
|
|
310
310
|
},
|
|
311
|
-
"
|
|
311
|
+
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
312
312
|
"message": "عدم احتواء الخلفية وألوان الخلفية على نسبة تباين كافية"
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"core/audits/accessibility/color-contrast.js | title": {
|
|
315
315
|
"message": "تمييز الخلفية والألوان الخلفية بنسبة تباين كافية"
|
|
316
316
|
},
|
|
317
|
-
"
|
|
317
|
+
"core/audits/accessibility/definition-list.js | description": {
|
|
318
318
|
"message": "عندما لا يتم ترميز قوائم التعريفات بشكل صحيح، قد تقدم برامج قراءة الشاشة نتائج غير واضحة أو غير دقيقة. [مزيد من المعلومات](https://web.dev/definition-list/)"
|
|
319
319
|
},
|
|
320
|
-
"
|
|
320
|
+
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
321
321
|
"message": "`<dl>` لا تحتوي على مجموعات `<dt>` و`<dd>` المرتبة بشكلٍ صحيح فقط، أو العناصر `<script>` أو`<template>` أو`<div>`."
|
|
322
322
|
},
|
|
323
|
-
"
|
|
323
|
+
"core/audits/accessibility/definition-list.js | title": {
|
|
324
324
|
"message": "`<dl>` تحتوي على مجموعات `<dt>` و`<dd>` المرتبة بشكلٍ صحيح فقط، أو العناصر `<script>` أو`<template>` أو `<div>`."
|
|
325
325
|
},
|
|
326
|
-
"
|
|
326
|
+
"core/audits/accessibility/dlitem.js | description": {
|
|
327
327
|
"message": "يجب إدراج عناصر قائمة التعريفات (`<dt>` و`<dd>`) في عنصر رئيسي `<dl>` وذلك لضمان إعلان برامج قراءة الشاشة عنها بشكل صحيح. [مزيد من المعلومات](https://web.dev/dlitem/)"
|
|
328
328
|
},
|
|
329
|
-
"
|
|
329
|
+
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
330
330
|
"message": "عناصر قائمة التعريفات غير مضّمنة في عناصر `<dl>`"
|
|
331
331
|
},
|
|
332
|
-
"
|
|
332
|
+
"core/audits/accessibility/dlitem.js | title": {
|
|
333
333
|
"message": "عناصر قائمة التعريفات مضمّنة في عناصر `<dl>`"
|
|
334
334
|
},
|
|
335
|
-
"
|
|
335
|
+
"core/audits/accessibility/document-title.js | description": {
|
|
336
336
|
"message": "يمنح العنوان مستخدمي برامج قراءة الشاشة نظرة عامة حول الصفحة، ويعتمد مستخدمو محرك البحث على هذا بشكل كبير لتحديد ما إذا كانت الصفحة ذات صلة ببحثهم أو لا. [مزيد من المعلومات](https://web.dev/document-title/)"
|
|
337
337
|
},
|
|
338
|
-
"
|
|
338
|
+
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
339
339
|
"message": "المستند لا يحتوي على عنصر `<title>`"
|
|
340
340
|
},
|
|
341
|
-
"
|
|
341
|
+
"core/audits/accessibility/document-title.js | title": {
|
|
342
342
|
"message": "المستند يحتوي على عنصر `<title>`"
|
|
343
343
|
},
|
|
344
|
-
"
|
|
344
|
+
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
345
345
|
"message": "يجب أن يتوفر لكل العناصر القابلة للتركيز `id` فريدًا للتأكد من كونها مرئية بالنسبة إلى التكنولوجيا المساعِدة. [مزيد من المعلومات](https://web.dev/duplicate-id-active/)"
|
|
346
346
|
},
|
|
347
|
-
"
|
|
347
|
+
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
348
348
|
"message": "سمات `[id]` المتوفّرة في العناصر النشطة والقابلة للتركيز غير فريدة"
|
|
349
349
|
},
|
|
350
|
-
"
|
|
350
|
+
"core/audits/accessibility/duplicate-id-active.js | title": {
|
|
351
351
|
"message": "سمات `[id]` المتوفّرة في العناصر النشطة والقابلة للتركيز فريدة"
|
|
352
352
|
},
|
|
353
|
-
"
|
|
353
|
+
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
354
354
|
"message": "يجب أن تكون قيمة رقم تعريف ARIA فريدة حتى لا تغفل التكنولوجيا المساعِدة عن الأمثلة الأخرى. [مزيد من المعلومات](https://web.dev/duplicate-id-aria/)"
|
|
355
355
|
},
|
|
356
|
-
"
|
|
356
|
+
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
357
357
|
"message": "أرقام تعريف ARIA غير فريدة"
|
|
358
358
|
},
|
|
359
|
-
"
|
|
359
|
+
"core/audits/accessibility/duplicate-id-aria.js | title": {
|
|
360
360
|
"message": "أرقام تعريف ARIA فريدة"
|
|
361
361
|
},
|
|
362
|
-
"
|
|
362
|
+
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
363
363
|
"message": "قد تعلِن التكنولوجيا المساعِدة، مثل برامج قراءة الشاشة التي تستخدم إما الجزء الأول أو الأخير أو كل أجزاء التصنيف، عن طريق الخطأ عن الحقول النموذجية المتعددة التصنيف. [مزيد من المعلومات](https://web.dev/form-field-multiple-labels/)"
|
|
364
364
|
},
|
|
365
|
-
"
|
|
365
|
+
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
366
366
|
"message": "تحتوي الحقول النموذجية على تصنيفات متعددة"
|
|
367
367
|
},
|
|
368
|
-
"
|
|
368
|
+
"core/audits/accessibility/form-field-multiple-labels.js | title": {
|
|
369
369
|
"message": "لا تحتوي الحقول النموذجية على تصنيفات متعددة"
|
|
370
370
|
},
|
|
371
|
-
"
|
|
371
|
+
"core/audits/accessibility/frame-title.js | description": {
|
|
372
372
|
"message": "يعتمد مستخدمو برامج قراءة الشاشة على عناوين الإطارات لوصف محتوى الإطارات. [مزيد من المعلومات](https://web.dev/frame-title/)"
|
|
373
373
|
},
|
|
374
|
-
"
|
|
374
|
+
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
375
375
|
"message": "عناصر `<frame>` أو `<iframe>` لا تحتوي على عنوان"
|
|
376
376
|
},
|
|
377
|
-
"
|
|
377
|
+
"core/audits/accessibility/frame-title.js | title": {
|
|
378
378
|
"message": "عناصر `<frame>` أو `<iframe>` تحتوي على عنوان"
|
|
379
379
|
},
|
|
380
|
-
"
|
|
380
|
+
"core/audits/accessibility/heading-order.js | description": {
|
|
381
381
|
"message": "إنّ العناوين المطلوبة بالطريقة المناسبة والتي لا تتخطى المستويات، تنقل البنية الدلالية للصفحة، مما يسهّل تصفّحها وفهمها عند استخدام التكنولوجيا المساعِدة. [مزيد من المعلومات](https://web.dev/heading-order/)"
|
|
382
382
|
},
|
|
383
|
-
"
|
|
383
|
+
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
384
384
|
"message": "العناصر المُعنوَنة غير مرتبة بشكل تنازلي متسلسل"
|
|
385
385
|
},
|
|
386
|
-
"
|
|
386
|
+
"core/audits/accessibility/heading-order.js | title": {
|
|
387
387
|
"message": "تظهر العناصر المُعنوَنة بترتيب تنازلي متسلسل"
|
|
388
388
|
},
|
|
389
|
-
"
|
|
389
|
+
"core/audits/accessibility/html-has-lang.js | description": {
|
|
390
390
|
"message": "في حال لم تحدّد الصفحة سمة اللغة، يفترض قارئ الشاشة أن تكون الصفحة باللغة التلقائية التي اختارها المستخدم عند إعداد قارئ الشاشة. في حال لم تكن الصفحة باللغة التلقائية، قد لا يُعلِن قارئ الشاشة عن نص الصفحة بشكل صحيح. [مزيد من المعلومات](https://web.dev/html-has-lang/)"
|
|
391
391
|
},
|
|
392
|
-
"
|
|
392
|
+
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
393
393
|
"message": "العنصر `<html>` لا يحتوي على سمة `[lang]`"
|
|
394
394
|
},
|
|
395
|
-
"
|
|
395
|
+
"core/audits/accessibility/html-has-lang.js | title": {
|
|
396
396
|
"message": "عنصر `<html>` يحتوي على سمة `[lang]`"
|
|
397
397
|
},
|
|
398
|
-
"
|
|
398
|
+
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
399
399
|
"message": "يؤدي تحديد [لغة BCP 47 ](https://www.w3.org/International/questions/qa-choosing-language-tags#question) صحيحة إلى مساعدة برامج قراءة الشاشة على الإعلان عن النص بشكلٍ صحيح. [مزيد من المعلومات](https://web.dev/html-lang-valid/)"
|
|
400
400
|
},
|
|
401
|
-
"
|
|
401
|
+
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
402
402
|
"message": "العنصر `<html>` لا يحتوي على قيمة صالحة للسمة `[lang]`"
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"core/audits/accessibility/html-lang-valid.js | title": {
|
|
405
405
|
"message": "عنصر `<html>` يحتوي على قيمة صحيحة لسمة `[lang]`"
|
|
406
406
|
},
|
|
407
|
-
"
|
|
407
|
+
"core/audits/accessibility/image-alt.js | description": {
|
|
408
408
|
"message": "يجب أن تهدف العناصر الإعلامية إلى نص وصفي بديل وقصير. يمكن تجاهل العناصر الزخرفية بسمة النص البديل الفارغة. [مزيد من المعلومات](https://web.dev/image-alt/)"
|
|
409
409
|
},
|
|
410
|
-
"
|
|
410
|
+
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
411
411
|
"message": "عناصر الصور لا تحتوي على سمات `[alt]`"
|
|
412
412
|
},
|
|
413
|
-
"
|
|
413
|
+
"core/audits/accessibility/image-alt.js | title": {
|
|
414
414
|
"message": "عناصر الصور تحتوي على سمات `[alt]`"
|
|
415
415
|
},
|
|
416
|
-
"
|
|
416
|
+
"core/audits/accessibility/input-image-alt.js | description": {
|
|
417
417
|
"message": "عند استخدام صورة كزر `<input>`، يمكن أن يساعد توفير نص بديل مستخدمي قارئ الشاشة على فهم الغرض من الزر. [مزيد من المعلومات](https://web.dev/input-image-alt/)"
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
420
420
|
"message": "عناصر `<input type=\"image\">` لا تحتوي على نص `[alt]`"
|
|
421
421
|
},
|
|
422
|
-
"
|
|
422
|
+
"core/audits/accessibility/input-image-alt.js | title": {
|
|
423
423
|
"message": "عناصر `<input type=\"image\">` تحتوي على نص `[alt]`"
|
|
424
424
|
},
|
|
425
|
-
"
|
|
425
|
+
"core/audits/accessibility/label.js | description": {
|
|
426
426
|
"message": "تضمن التصنيفات الإعلان عن عناصر التحكّم بالنموذج بشكل صحيح من خلال التقنيات المساعدة، مثل برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/label/)"
|
|
427
427
|
},
|
|
428
|
-
"
|
|
428
|
+
"core/audits/accessibility/label.js | failureTitle": {
|
|
429
429
|
"message": "عدم احتواء عناصر النموذج على تصنيفات مرتبطة"
|
|
430
430
|
},
|
|
431
|
-
"
|
|
431
|
+
"core/audits/accessibility/label.js | title": {
|
|
432
432
|
"message": "احتواء عناصر النموذج على التصنيفات المرتبطة"
|
|
433
433
|
},
|
|
434
|
-
"
|
|
434
|
+
"core/audits/accessibility/link-name.js | description": {
|
|
435
435
|
"message": "إنّ نص الرابط (والنص البديل للصور، عند استخدامه كروابط) الذي يُعد مميّزًا وفريدًا وقابلاً للتركيز يحسّن تجربة التنقل لمستخدمي برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/link-name/)"
|
|
436
436
|
},
|
|
437
|
-
"
|
|
437
|
+
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
438
438
|
"message": "عدم احتواء الروابط على اسم مميّز"
|
|
439
439
|
},
|
|
440
|
-
"
|
|
440
|
+
"core/audits/accessibility/link-name.js | title": {
|
|
441
441
|
"message": "احتواء الروابط على اسم مميز"
|
|
442
442
|
},
|
|
443
|
-
"
|
|
443
|
+
"core/audits/accessibility/list.js | description": {
|
|
444
444
|
"message": "تعتمد برامج قراءة الشاشة على طريقة محدّدة للإعلان عن القوائم. يؤدي ضمان بنية القائمة المناسبة إلى المساعدة على الاستماع إلى قارئ الشاشة. [مزيد من المعلومات](https://web.dev/list/)"
|
|
445
445
|
},
|
|
446
|
-
"
|
|
446
|
+
"core/audits/accessibility/list.js | failureTitle": {
|
|
447
447
|
"message": "القوائم لا تحتوي على عناصر `<li>` وعناصر دعم النص البرمجي (`<script>` و`<template>`) فقط."
|
|
448
448
|
},
|
|
449
|
-
"
|
|
449
|
+
"core/audits/accessibility/list.js | title": {
|
|
450
450
|
"message": "القوائم تحتوي على عناصر `<li>` وعناصر دعم النص البرمجي (`<script>` و`<template>`) فقط."
|
|
451
451
|
},
|
|
452
|
-
"
|
|
452
|
+
"core/audits/accessibility/listitem.js | description": {
|
|
453
453
|
"message": "تتطلّب برامج قراءة الشاشة عناصر قائمة (`<li>`) يجب تضمينها في عنصر رئيسي `<ul>` أو `<ol>` حتى يتم الإعلان عنها بشكلٍ صحيح. [مزيد من المعلومات](https://web.dev/listitem/)"
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
456
456
|
"message": "عناصر القائمة (`<li>`) غير مضمّنة في العناصر الرئيسية `<ul>` أو `<ol>`"
|
|
457
457
|
},
|
|
458
|
-
"
|
|
458
|
+
"core/audits/accessibility/listitem.js | title": {
|
|
459
459
|
"message": "عناصر القائمة (`<li>`) مُضمَّنة في العناصر الرئيسية `<ul>` أو `<ol>`"
|
|
460
460
|
},
|
|
461
|
-
"
|
|
461
|
+
"core/audits/accessibility/meta-refresh.js | description": {
|
|
462
462
|
"message": "لا يتوقع المستخدمون إعادة تحميل الصفحة تلقائيًا. وإذا تمت إعادة التحميل التلقائية، سيتحوّل تركيز المستخدمين إلى أعلى الصفحة. وقد ينشأ عن ذلك تجربة محبطة ومربكة. [مزيد من المعلومات](https://web.dev/meta-refresh/)."
|
|
463
463
|
},
|
|
464
|
-
"
|
|
464
|
+
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
465
465
|
"message": "المستند يستخدم `<meta http-equiv=\"refresh\">`"
|
|
466
466
|
},
|
|
467
|
-
"
|
|
467
|
+
"core/audits/accessibility/meta-refresh.js | title": {
|
|
468
468
|
"message": "المستند لا يستخدم `<meta http-equiv=\"refresh\">`"
|
|
469
469
|
},
|
|
470
|
-
"
|
|
470
|
+
"core/audits/accessibility/meta-viewport.js | description": {
|
|
471
471
|
"message": "يسبب إيقاف ميزة التكبير أو التصغير مشكلة بالنسبة إلى المستخدمين ضعاف البصر الذين يعتمدون على ميزة تكبير الشاشة لرؤية محتوى صفحة الويب بشكل صحيح. [مزيد من المعلومات](https://web.dev/meta-viewport/)"
|
|
472
472
|
},
|
|
473
|
-
"
|
|
473
|
+
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
474
474
|
"message": "يتم استخدام `[user-scalable=\"no\"]` في العنصر `<meta name=\"viewport\">` أو السمة `[maximum-scale]` هي أقل من 5."
|
|
475
475
|
},
|
|
476
|
-
"
|
|
476
|
+
"core/audits/accessibility/meta-viewport.js | title": {
|
|
477
477
|
"message": "`[user-scalable=\"no\"]` غير مستخدم في العنصر `<meta name=\"viewport\">` والسمة `[maximum-scale]` لا تقلّ عن 5."
|
|
478
478
|
},
|
|
479
|
-
"
|
|
479
|
+
"core/audits/accessibility/object-alt.js | description": {
|
|
480
480
|
"message": "لا يمكن لبرامج قراءة الشاشة ترجمة المحتوى غير النصي. وتؤدي إضافة نص بديل إلى عناصر `<object>` إلى مساعدة برامج قراءة الشاشة على إيضاح المعنى للمستخدمين. [مزيد من المعلومات](https://web.dev/object-alt/)"
|
|
481
481
|
},
|
|
482
|
-
"
|
|
482
|
+
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
483
483
|
"message": "عناصر `<object>` لا تحتوي على نص بديل"
|
|
484
484
|
},
|
|
485
|
-
"
|
|
485
|
+
"core/audits/accessibility/object-alt.js | title": {
|
|
486
486
|
"message": "عناصر `<object>` تحتوي على نص بديل"
|
|
487
487
|
},
|
|
488
|
-
"
|
|
488
|
+
"core/audits/accessibility/tabindex.js | description": {
|
|
489
489
|
"message": "تشير القيمة الأكبر من 0 إلى وجود طلب تنقل صريح. على الرغم من أن ذلك صحيح تقنيًّا، غالبًا ما يؤدي ذلك إلى إنشاء تجارب محبطة للمستخدمين الذين يعتمدون على التقنيات المساعدة. [مزيد من المعلومات](https://web.dev/tabindex/)"
|
|
490
490
|
},
|
|
491
|
-
"
|
|
491
|
+
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
492
492
|
"message": "بعض العناصر تحتوي على قيمة `[tabindex]` أكبر من 0"
|
|
493
493
|
},
|
|
494
|
-
"
|
|
494
|
+
"core/audits/accessibility/tabindex.js | title": {
|
|
495
495
|
"message": "لا يتوفّر عنصر له قيمة `[tabindex]` أكبر من 0"
|
|
496
496
|
},
|
|
497
|
-
"
|
|
497
|
+
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
498
498
|
"message": "تحتوي برامج قراءة الشاشة على ميزات لتسهيل التنقل بين الجداول. يمكن تحسين تجربة استخدام برامج قراءة الشاشة من خلال ضمان إشارة الخلايا `<td>` التي تستخدم السمة `[headers]` إلى خلايا أخرى في الجدول نفسه فقط. [مزيد من المعلومات](https://web.dev/td-headers-attr/)"
|
|
499
499
|
},
|
|
500
|
-
"
|
|
500
|
+
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
501
501
|
"message": "إنّ الخلايا الواردة في `<table>` والتي تستخدم السمة `[headers]` تشير إلى عنصر `id` غير موجود في الجدول نفسه."
|
|
502
502
|
},
|
|
503
|
-
"
|
|
503
|
+
"core/audits/accessibility/td-headers-attr.js | title": {
|
|
504
504
|
"message": "إنّ الخلايا الواردة في `<table>` والتي تستخدم السمة `[headers]` تشير إلى الخلايا في الجدول نفسه."
|
|
505
505
|
},
|
|
506
|
-
"
|
|
506
|
+
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
507
507
|
"message": "تحتوي برامج قراءة الشاشة على ميزات لتسهيل التنقل بين الجداول. قد يؤدي ضمان أن عناوين الجداول تشير دائمًا إلى بعض مجموعات الخلايا إلى تحسين تجربة مستخدمي برامج قراءة الشاشة. [مزيد من المعلومات](https://web.dev/th-has-data-cells/)"
|
|
508
508
|
},
|
|
509
|
-
"
|
|
509
|
+
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
510
510
|
"message": "عناصر `<th>` وعناصر `[role=\"columnheader\"/\"rowheader\"]` لا تحتوي على خلايا البيانات التي يتم وصفها."
|
|
511
511
|
},
|
|
512
|
-
"
|
|
512
|
+
"core/audits/accessibility/th-has-data-cells.js | title": {
|
|
513
513
|
"message": "عناصر `<th>` وعناصر `[role=\"columnheader\"/\"rowheader\"]` تحتوي على خلايا البيانات التي يتم وصفها"
|
|
514
514
|
},
|
|
515
|
-
"
|
|
515
|
+
"core/audits/accessibility/valid-lang.js | description": {
|
|
516
516
|
"message": "يؤدي تحديد [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) صحيحة على العناصر إلى مساعدة قارئ الشاشة على نطق النص بشكلٍ صحيح. [مزيد من المعلومات](https://web.dev/valid-lang/)"
|
|
517
517
|
},
|
|
518
|
-
"
|
|
518
|
+
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
519
519
|
"message": "سمات `[lang]` لا تحتوي على قيمة صالحة"
|
|
520
520
|
},
|
|
521
|
-
"
|
|
521
|
+
"core/audits/accessibility/valid-lang.js | title": {
|
|
522
522
|
"message": "سمات `[lang]` تحتوي على قيمة صالحة"
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"core/audits/accessibility/video-caption.js | description": {
|
|
525
525
|
"message": "عندما يقدم الفيديو شرحًا، يَسهُل على المستخدمين الصُم والذين يعانون من عجز سمعي فهم مضمونه. [مزيد من المعلومات](https://web.dev/video-caption/)"
|
|
526
526
|
},
|
|
527
|
-
"
|
|
527
|
+
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
528
528
|
"message": "عناصر `<video>` لا تحتوي على عنصر `<track>` مع `[kind=\"captions\"]`"
|
|
529
529
|
},
|
|
530
|
-
"
|
|
530
|
+
"core/audits/accessibility/video-caption.js | title": {
|
|
531
531
|
"message": "عناصر `<video>` تحتوي على عنصر `<track>` مع `[kind=\"captions\"]`"
|
|
532
532
|
},
|
|
533
|
-
"
|
|
534
|
-
"message": "للحصول على المظهر المثالي على نظام التشغيل iOS عند إضافة المستخدمين تطبيق ويب تقدّمي إلى الشاشة الرئيسية، يمكنك تحديد `apple-touch-icon`. يجب أن تشير هذه السمة إلى مربع غير شفاف بتنسيق PNG مقاسه 192 بكسل (أو 180 بكسل). [مزيد من المعلومات](https://web.dev/apple-touch-icon/)"
|
|
535
|
-
},
|
|
536
|
-
"lighthouse-core/audits/apple-touch-icon.js | failureTitle": {
|
|
537
|
-
"message": "لا يتم تقديم رمز `apple-touch-icon` صالح"
|
|
538
|
-
},
|
|
539
|
-
"lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": {
|
|
540
|
-
"message": "سمة `apple-touch-icon-precomposed` هي قديمة، ويُفضّل استخدام سمة `apple-touch-icon`"
|
|
541
|
-
},
|
|
542
|
-
"lighthouse-core/audits/apple-touch-icon.js | title": {
|
|
543
|
-
"message": "يتم تقديم رمز `apple-touch-icon` صالح"
|
|
544
|
-
},
|
|
545
|
-
"lighthouse-core/audits/autocomplete.js | columnCurrent": {
|
|
533
|
+
"core/audits/autocomplete.js | columnCurrent": {
|
|
546
534
|
"message": "القيمة الحالية"
|
|
547
535
|
},
|
|
548
|
-
"
|
|
536
|
+
"core/audits/autocomplete.js | columnSuggestions": {
|
|
549
537
|
"message": "الرموز المميزة المقترحة"
|
|
550
538
|
},
|
|
551
|
-
"
|
|
539
|
+
"core/audits/autocomplete.js | description": {
|
|
552
540
|
"message": "تساعد ميزة `autocomplete` المستخدمين على إرسال النماذج بشكل أسرع. لتوفير الجهد على المستخدمين، نقترح تفعيلها من خلال إعداد سمة `autocomplete` إلى قيمة صالحة. [مزيد من المعلومات](https://developers.google.com/web/fundamentals/design-and-ux/input/forms#use_metadata_to_enable_auto-complete)"
|
|
553
541
|
},
|
|
554
|
-
"
|
|
542
|
+
"core/audits/autocomplete.js | failureTitle": {
|
|
555
543
|
"message": "لا تحتوي عناصر `<input>` على سمات صحيحة لميزة `autocomplete`"
|
|
556
544
|
},
|
|
557
|
-
"
|
|
545
|
+
"core/audits/autocomplete.js | manualReview": {
|
|
558
546
|
"message": "يتطلب مراجعة يدوية"
|
|
559
547
|
},
|
|
560
|
-
"
|
|
548
|
+
"core/audits/autocomplete.js | reviewOrder": {
|
|
561
549
|
"message": "مراجعة طلب الرموز المميزة"
|
|
562
550
|
},
|
|
563
|
-
"
|
|
551
|
+
"core/audits/autocomplete.js | title": {
|
|
564
552
|
"message": "تستخدم عناصر `<input>` ميزة `autocomplete` بشكل صحيح"
|
|
565
553
|
},
|
|
566
|
-
"
|
|
554
|
+
"core/audits/autocomplete.js | warningInvalid": {
|
|
567
555
|
"message": "رموز `autocomplete`: الرمز \"{token}\" غير صالح في {snippet}."
|
|
568
556
|
},
|
|
569
|
-
"
|
|
557
|
+
"core/audits/autocomplete.js | warningOrder": {
|
|
570
558
|
"message": "مراجعة ترتيب الرموز المميزة: \"{tokens}\" في {snippet}"
|
|
571
559
|
},
|
|
572
|
-
"
|
|
560
|
+
"core/audits/bootup-time.js | chromeExtensionsWarning": {
|
|
573
561
|
"message": "أثّرت \"إضافات Chrome\" بشكلٍ سلبي في أداء التحميل لهذه الصفحة. ويمكنك تجربة تدقيق الصفحة في وضع التصفُّح المُتخفّي أو من ملف شخصي على Chrome بدون الإضافات."
|
|
574
562
|
},
|
|
575
|
-
"
|
|
563
|
+
"core/audits/bootup-time.js | columnScriptEval": {
|
|
576
564
|
"message": "تقييم النص البرمجي"
|
|
577
565
|
},
|
|
578
|
-
"
|
|
566
|
+
"core/audits/bootup-time.js | columnScriptParse": {
|
|
579
567
|
"message": "تحليل النص البرمجي"
|
|
580
568
|
},
|
|
581
|
-
"
|
|
569
|
+
"core/audits/bootup-time.js | columnTotal": {
|
|
582
570
|
"message": "الوقت الإجمالي لوحدة المعالجة المركزية"
|
|
583
571
|
},
|
|
584
|
-
"
|
|
572
|
+
"core/audits/bootup-time.js | description": {
|
|
585
573
|
"message": "يمكنك تقليل الوقت المستغرق في تحليل JavaScript وإنشائها وتنفيذها. قد يتبين لك أن تسليم أحمال JavaScript بحجم أصغر يساعد على ذلك. [مزيد من المعلومات](https://web.dev/bootup-time/)"
|
|
586
574
|
},
|
|
587
|
-
"
|
|
575
|
+
"core/audits/bootup-time.js | failureTitle": {
|
|
588
576
|
"message": "تقليل وقت تنفيذ JavaScript"
|
|
589
577
|
},
|
|
590
|
-
"
|
|
578
|
+
"core/audits/bootup-time.js | title": {
|
|
591
579
|
"message": "وقت تنفيذ JavaScript"
|
|
592
580
|
},
|
|
593
|
-
"
|
|
581
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | description": {
|
|
594
582
|
"message": "يمكنك إزالة وحدات JavaScript الكبيرة المكررة من الحِزم لتقليل وحدات البايت غير الضرورية التي يستهلكها نشاط الشبكة. "
|
|
595
583
|
},
|
|
596
|
-
"
|
|
584
|
+
"core/audits/byte-efficiency/duplicated-javascript.js | title": {
|
|
597
585
|
"message": "عليك إزالة الوحدات المكررة في حِزم JavaScript"
|
|
598
586
|
},
|
|
599
|
-
"
|
|
587
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | description": {
|
|
600
588
|
"message": "ملفات GIF الكبيرة غير كافية لعرض محتوى صور متحركة. يمكنك استخدام فيديوهات MPEG4/WebM للصور المتحركة وملفات PNG/WebP للصور الثابتة بدلاً من ملف GIF لحفظ وحدات البايت للشبكة. [مزيد من المعلومات](https://web.dev/efficient-animated-content/)"
|
|
601
589
|
},
|
|
602
|
-
"
|
|
590
|
+
"core/audits/byte-efficiency/efficient-animated-content.js | title": {
|
|
603
591
|
"message": "استخدام تنسيقات الفيديو لمحتوى الصور المتحركة"
|
|
604
592
|
},
|
|
605
|
-
"
|
|
593
|
+
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
606
594
|
"message": "يساعد الملء التلقائي وعمليات التحويل المتصفّحات القديمة في استخدام ميزات JavaScript الجديدة. ولكن العديد منها غير ضروري للمتصفّحات الحديثة. وبالنسبة إلى حِزم JavaScript، يمكنك استخدام استراتيجية حديثة لنشر النص البرمجي باستخدام ميزة الكشف عن الميزات \"module/nomodule\" لتقليل عدد الرموز البرمجية التي يتم نقلها للمتصفّحات الحديثة مع استمرار اعتماد المتصفّحات القديمة. [مزيد من المعلومات](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)"
|
|
607
595
|
},
|
|
608
|
-
"
|
|
596
|
+
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
609
597
|
"message": "تجنُّب عرض ميزات JavaScript القديمة في المتصفحات الحديثة"
|
|
610
598
|
},
|
|
611
|
-
"
|
|
599
|
+
"core/audits/byte-efficiency/modern-image-formats.js | description": {
|
|
612
600
|
"message": "غالبًا ما توفِّر تنسيقات الصور، مثل WebP وAVIF، ضغطًا أفضل للصور من تنسيق PNG أو JPEG، وهذا بدوره يعني تنزيلاً أسرع واستهلاكًا أقل للبيانات. [مزيد من المعلومات](https://web.dev/uses-webp-images/)"
|
|
613
601
|
},
|
|
614
|
-
"
|
|
602
|
+
"core/audits/byte-efficiency/modern-image-formats.js | title": {
|
|
615
603
|
"message": "عرض الصور بتنسيقات الجيل القادم"
|
|
616
604
|
},
|
|
617
|
-
"
|
|
605
|
+
"core/audits/byte-efficiency/offscreen-images.js | description": {
|
|
618
606
|
"message": "يمكنك إجراء تحميل بطيء للصور الموجودة خارج الشاشة والصور المخفية بعد الانتهاء من تحميل جميع الموارد المهمة من أجل تقليص وقت التفاعل. [مزيد من المعلومات](https://web.dev/offscreen-images/)"
|
|
619
607
|
},
|
|
620
|
-
"
|
|
608
|
+
"core/audits/byte-efficiency/offscreen-images.js | title": {
|
|
621
609
|
"message": "تأجيل الصور خارج الشاشة"
|
|
622
610
|
},
|
|
623
|
-
"
|
|
611
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | description": {
|
|
624
612
|
"message": "تحظر الموارد سرعة عرض الصفحة لصفحتك. ويمكنك تضمين عناصر JavaScript/CSS المهمة وتأجيل جميع الأنماط/عناصر JavaScript غير المهمة. [مزيد من المعلومات](https://web.dev/render-blocking-resources/)"
|
|
625
613
|
},
|
|
626
|
-
"
|
|
614
|
+
"core/audits/byte-efficiency/render-blocking-resources.js | title": {
|
|
627
615
|
"message": "استبعاد موارد حظر العرض"
|
|
628
616
|
},
|
|
629
|
-
"
|
|
617
|
+
"core/audits/byte-efficiency/total-byte-weight.js | description": {
|
|
630
618
|
"message": "تُكلِّف أحمال الشبكة الكبيرة المستخدمين الكثير من الأموال وترتبط مباشرةً بأوقات التحميل الطويلة. [مزيد من المعلومات](https://web.dev/total-byte-weight/)"
|
|
631
619
|
},
|
|
632
|
-
"
|
|
620
|
+
"core/audits/byte-efficiency/total-byte-weight.js | displayValue": {
|
|
633
621
|
"message": "كان الحجم الإجمالي {totalBytes, number, bytes} كيبيبايت."
|
|
634
622
|
},
|
|
635
|
-
"
|
|
623
|
+
"core/audits/byte-efficiency/total-byte-weight.js | failureTitle": {
|
|
636
624
|
"message": "تجنُّب الأحمال الضخمة للشبكة"
|
|
637
625
|
},
|
|
638
|
-
"
|
|
626
|
+
"core/audits/byte-efficiency/total-byte-weight.js | title": {
|
|
639
627
|
"message": "تجنُّب الأحمال الضخمة للشبكة"
|
|
640
628
|
},
|
|
641
|
-
"
|
|
629
|
+
"core/audits/byte-efficiency/unminified-css.js | description": {
|
|
642
630
|
"message": "يمكن أن يؤدي تصغير ملفات CSS إلى تقليل أحجام حمولة الشبكة. [مزيد من المعلومات](https://web.dev/unminified-css/)"
|
|
643
631
|
},
|
|
644
|
-
"
|
|
632
|
+
"core/audits/byte-efficiency/unminified-css.js | title": {
|
|
645
633
|
"message": "تصغير CSS"
|
|
646
634
|
},
|
|
647
|
-
"
|
|
635
|
+
"core/audits/byte-efficiency/unminified-javascript.js | description": {
|
|
648
636
|
"message": "يمكن أن يؤدي تصغير ملفات JavaScript إلى تقليل أحجام الأحمال ووقت تحليل النص البرمجي. [مزيد من المعلومات](https://web.dev/unminified-javascript/)"
|
|
649
637
|
},
|
|
650
|
-
"
|
|
638
|
+
"core/audits/byte-efficiency/unminified-javascript.js | title": {
|
|
651
639
|
"message": "تصغير JavaScript"
|
|
652
640
|
},
|
|
653
|
-
"
|
|
641
|
+
"core/audits/byte-efficiency/unused-css-rules.js | description": {
|
|
654
642
|
"message": "يمكنك الحدّ من القواعد غير المستخدَمة الواردة من أوراق الأنماط، كما يمكنك تأجيل تحميل محتوى CSS غير المستخدَم في الجزء المرئي من الصفحة لتقليل وحدات البايت التي يستهلكها نشاط الشبكة. [مزيد من المعلومات](https://web.dev/unused-css-rules/)"
|
|
655
643
|
},
|
|
656
|
-
"
|
|
644
|
+
"core/audits/byte-efficiency/unused-css-rules.js | title": {
|
|
657
645
|
"message": "الحدّ من محتوى CSS غير المُستخدَم"
|
|
658
646
|
},
|
|
659
|
-
"
|
|
647
|
+
"core/audits/byte-efficiency/unused-javascript.js | description": {
|
|
660
648
|
"message": "يمكنك الحدّ من محتوى JavaScript غير المستخدَم وتأجيل تحميل النصوص البرمجية لتقليل وحدات البايت التي يستهلكها نشاط الشبكة. [مزيد من المعلومات](https://web.dev/unused-javascript/)"
|
|
661
649
|
},
|
|
662
|
-
"
|
|
650
|
+
"core/audits/byte-efficiency/unused-javascript.js | title": {
|
|
663
651
|
"message": "الحدّ من محتوى JavaScript غير المستخدَم"
|
|
664
652
|
},
|
|
665
|
-
"
|
|
653
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | description": {
|
|
666
654
|
"message": "يمكن لفترة التخزين المؤقت الطويلة تسريع عملية تكرار الزيارات إلى صفحتك. [مزيد من المعلومات](https://web.dev/uses-long-cache-ttl/)"
|
|
667
655
|
},
|
|
668
|
-
"
|
|
656
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": {
|
|
669
657
|
"message": "{itemCount,plural, =1{تم العثور على مورد واحد}zero{تم العثور على # مورد}two{تم العثور على مورديْنِ (#)}few{تم العثور على # موارد}many{تم العثور على # موردًا}other{تم العثور على # مورد}}"
|
|
670
658
|
},
|
|
671
|
-
"
|
|
659
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": {
|
|
672
660
|
"message": "عرض الأصول الثابتة من خلال سياسة ذاكرة التخزين المؤقت الفعالة"
|
|
673
661
|
},
|
|
674
|
-
"
|
|
662
|
+
"core/audits/byte-efficiency/uses-long-cache-ttl.js | title": {
|
|
675
663
|
"message": "استخدام سياسة ذاكرة التخزين المؤقت الفعالة على الأصول الثابتة"
|
|
676
664
|
},
|
|
677
|
-
"
|
|
665
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | description": {
|
|
678
666
|
"message": "يتم تحميل الصور المحسَّنة بشكلٍ أسرع وتستهلك بيانات أقل لشبكة الجوّال. [مزيد من المعلومات](https://web.dev/uses-optimized-images/)"
|
|
679
667
|
},
|
|
680
|
-
"
|
|
668
|
+
"core/audits/byte-efficiency/uses-optimized-images.js | title": {
|
|
681
669
|
"message": "ترميز الصور بكفاءة"
|
|
682
670
|
},
|
|
683
|
-
"
|
|
671
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnActualDimensions": {
|
|
684
672
|
"message": "الأبعاد الفعلية"
|
|
685
673
|
},
|
|
686
|
-
"
|
|
674
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
687
675
|
"message": "الأبعاد المعروضة"
|
|
688
676
|
},
|
|
689
|
-
"
|
|
677
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
690
678
|
"message": "كانت الصور أكبر من حجمها المعروض"
|
|
691
679
|
},
|
|
692
|
-
"
|
|
680
|
+
"core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
693
681
|
"message": "كانت الصور مناسبة لحجمها المعروض"
|
|
694
682
|
},
|
|
695
|
-
"
|
|
683
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
696
684
|
"message": "يمكنك عرض صور بحجم مناسب لحفظ بيانات شبكة الجوّال وتحسين وقت التحميل. [مزيد من المعلومات](https://web.dev/uses-responsive-images/)"
|
|
697
685
|
},
|
|
698
|
-
"
|
|
686
|
+
"core/audits/byte-efficiency/uses-responsive-images.js | title": {
|
|
699
687
|
"message": "الصور ذات الحجم المناسب"
|
|
700
688
|
},
|
|
701
|
-
"
|
|
689
|
+
"core/audits/byte-efficiency/uses-text-compression.js | description": {
|
|
702
690
|
"message": "يجب عرض الموارد المستندة إلى النص باستخدام الضغط (gzip أو الانكماش أو brotli) لتقليل إجمالي وحدات البايت للشبكة. [مزيد من المعلومات](https://web.dev/uses-text-compression/)"
|
|
703
691
|
},
|
|
704
|
-
"
|
|
692
|
+
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
705
693
|
"message": "تفعيل ضغط النص"
|
|
706
694
|
},
|
|
707
|
-
"
|
|
695
|
+
"core/audits/content-width.js | description": {
|
|
708
696
|
"message": "في حال كان عرض محتوى التطبيق لا يتطابق مع عرض إطار العرض، قد لا يتم تحسين تطبيقك لشاشات الجوّال. [مزيد من المعلومات](https://web.dev/content-width/)"
|
|
709
697
|
},
|
|
710
|
-
"
|
|
698
|
+
"core/audits/content-width.js | explanation": {
|
|
711
699
|
"message": "لا يتطابق حجم إطار العرض {innerWidth} بكسل مع حجم النافذة {outerWidth} بكسل."
|
|
712
700
|
},
|
|
713
|
-
"
|
|
701
|
+
"core/audits/content-width.js | failureTitle": {
|
|
714
702
|
"message": "عدم تحديد حجم المحتوى بشكلٍ صحيح لإطار العرض"
|
|
715
703
|
},
|
|
716
|
-
"
|
|
704
|
+
"core/audits/content-width.js | title": {
|
|
717
705
|
"message": "تحديد حجم المحتوى بشكلٍ صحيح لإطار العرض"
|
|
718
706
|
},
|
|
719
|
-
"
|
|
707
|
+
"core/audits/critical-request-chains.js | description": {
|
|
720
708
|
"message": "توضح لك \"سلاسل الطلبات المهمة\" أدناه الموارد التي تم تحميلها بأولوية عالية. ويمكنك تقليل طول السلاسل أو تقليل حجم تنزيل الموارد أو تأجيل تنزيل الموارد غير الضرورية لتحسين تحميل الصفحة. [مزيد من المعلومات](https://web.dev/critical-request-chains/)"
|
|
721
709
|
},
|
|
722
|
-
"
|
|
710
|
+
"core/audits/critical-request-chains.js | displayValue": {
|
|
723
711
|
"message": "{itemCount,plural, =1{تم العثور على سلسلة واحدة}zero{تم العثور على # سلسلة}two{تم العثور على سلسلتيْنِ (#)}few{تم العثور على # سلاسل}many{تم العثور على # سلسلةً}other{تم العثور على # سلسلة}}"
|
|
724
712
|
},
|
|
725
|
-
"
|
|
713
|
+
"core/audits/critical-request-chains.js | title": {
|
|
726
714
|
"message": "تجنَّب سلاسل الطلبات المهمة"
|
|
727
715
|
},
|
|
728
|
-
"
|
|
716
|
+
"core/audits/csp-xss.js | columnDirective": {
|
|
729
717
|
"message": "أمر توجيهي"
|
|
730
718
|
},
|
|
731
|
-
"
|
|
719
|
+
"core/audits/csp-xss.js | columnSeverity": {
|
|
732
720
|
"message": "درجة الخطورة"
|
|
733
721
|
},
|
|
734
|
-
"
|
|
722
|
+
"core/audits/csp-xss.js | description": {
|
|
735
723
|
"message": "تقلِّل سياسة Content Security Policy (CSP) القوية بشكل كبير من خطر هجمات cross-site scripting (XSS). [مزيد من المعلومات](https://web.dev/csp-xss/)"
|
|
736
724
|
},
|
|
737
|
-
"
|
|
725
|
+
"core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
738
726
|
"message": "البنية"
|
|
739
727
|
},
|
|
740
|
-
"
|
|
728
|
+
"core/audits/csp-xss.js | metaTagMessage": {
|
|
741
729
|
"message": "تحتوي الصفحة على سياسة CSP تم تحديدها في علامة <meta>. ننصحك بتحديد سياسة CSP في عنوان HTTP إذا كان ذلك ممكنًا."
|
|
742
730
|
},
|
|
743
|
-
"
|
|
731
|
+
"core/audits/csp-xss.js | noCsp": {
|
|
744
732
|
"message": "لم يتم العثور على سياسة CSP في وضع \"التنفيذ\"."
|
|
745
733
|
},
|
|
746
|
-
"
|
|
734
|
+
"core/audits/csp-xss.js | title": {
|
|
747
735
|
"message": "التأكُّد من فاعلية سياسة CSP ضد هجمات XSS"
|
|
748
736
|
},
|
|
749
|
-
"
|
|
737
|
+
"core/audits/deprecations.js | columnDeprecate": {
|
|
750
738
|
"message": "إيقاف / تحذير"
|
|
751
739
|
},
|
|
752
|
-
"
|
|
740
|
+
"core/audits/deprecations.js | columnLine": {
|
|
753
741
|
"message": "السطر"
|
|
754
742
|
},
|
|
755
|
-
"
|
|
743
|
+
"core/audits/deprecations.js | description": {
|
|
756
744
|
"message": "ستتم في النهاية إزالة واجهات برمجة التطبيقات المتوقفة من المتصفح. [مزيد من المعلومات](https://web.dev/deprecations/)"
|
|
757
745
|
},
|
|
758
|
-
"
|
|
746
|
+
"core/audits/deprecations.js | displayValue": {
|
|
759
747
|
"message": "{itemCount,plural, =1{تم العثور على تحذير واحد}zero{تم العثور على # تحذير}two{تم العثور على تحذيرين (#)}few{تم العثور على # تحذيرات}many{تم العثور على # تحذيرًا}other{تم العثور على # تحذير}}"
|
|
760
748
|
},
|
|
761
|
-
"
|
|
749
|
+
"core/audits/deprecations.js | failureTitle": {
|
|
762
750
|
"message": "يتم استخدام واجهات برمجة التطبيقات المتوقفة"
|
|
763
751
|
},
|
|
764
|
-
"
|
|
752
|
+
"core/audits/deprecations.js | title": {
|
|
765
753
|
"message": "يتم تجنّب واجهات برمجة التطبيقات المتوقفة"
|
|
766
754
|
},
|
|
767
|
-
"
|
|
755
|
+
"core/audits/dobetterweb/charset.js | description": {
|
|
768
756
|
"message": "تعريف ترميز الأحرف مطلوب. ويمكن إجراء ذلك باستخدام علامة `<meta>` في أول 1024 وحدة بايت من عنوان HTML أو في عنوان الاستجابة Content-Type في HTTP. [مزيد من المعلومات](https://web.dev/charset/)"
|
|
769
757
|
},
|
|
770
|
-
"
|
|
758
|
+
"core/audits/dobetterweb/charset.js | failureTitle": {
|
|
771
759
|
"message": "تعريف ترميز الأحرف غير متوفر أو تأخر ظهوره جدًا في HTML"
|
|
772
760
|
},
|
|
773
|
-
"
|
|
761
|
+
"core/audits/dobetterweb/charset.js | title": {
|
|
774
762
|
"message": "تحديد ترميز الأحرف بشكلٍ صحيح"
|
|
775
763
|
},
|
|
776
|
-
"
|
|
764
|
+
"core/audits/dobetterweb/doctype.js | description": {
|
|
777
765
|
"message": "يؤدي تحديد doctype إلى منع المتصفح من التبديل إلى وضع Quirks. [مزيد من المعلومات](https://web.dev/doctype/)"
|
|
778
766
|
},
|
|
779
|
-
"
|
|
767
|
+
"core/audits/dobetterweb/doctype.js | explanationBadDoctype": {
|
|
780
768
|
"message": "يجب أن يكون اسم DOCTYPE هو سلسلة الأحرف الصغيرة `html`"
|
|
781
769
|
},
|
|
782
|
-
"
|
|
770
|
+
"core/audits/dobetterweb/doctype.js | explanationNoDoctype": {
|
|
783
771
|
"message": "يجب أن يحتوي المستند على DOCTYPE"
|
|
784
772
|
},
|
|
785
|
-
"
|
|
773
|
+
"core/audits/dobetterweb/doctype.js | explanationPublicId": {
|
|
786
774
|
"message": "من الممكن أن تكون publicId المتوقعة سلسلة فارغة"
|
|
787
775
|
},
|
|
788
|
-
"
|
|
776
|
+
"core/audits/dobetterweb/doctype.js | explanationSystemId": {
|
|
789
777
|
"message": "من الممكن أن تكون systemId المتوقعة سلسلة فارغة"
|
|
790
778
|
},
|
|
791
|
-
"
|
|
779
|
+
"core/audits/dobetterweb/doctype.js | failureTitle": {
|
|
792
780
|
"message": "تفتقر الصفحة إلى HTML DOCTYPE، مما يؤدي إلى تشغيل وضع Quirks"
|
|
793
781
|
},
|
|
794
|
-
"
|
|
782
|
+
"core/audits/dobetterweb/doctype.js | title": {
|
|
795
783
|
"message": "الصفحة تحتوي على HTML DOCTYPE"
|
|
796
784
|
},
|
|
797
|
-
"
|
|
785
|
+
"core/audits/dobetterweb/dom-size.js | columnStatistic": {
|
|
798
786
|
"message": "الإحصائية"
|
|
799
787
|
},
|
|
800
|
-
"
|
|
788
|
+
"core/audits/dobetterweb/dom-size.js | columnValue": {
|
|
801
789
|
"message": "القيمة"
|
|
802
790
|
},
|
|
803
|
-
"
|
|
791
|
+
"core/audits/dobetterweb/dom-size.js | description": {
|
|
804
792
|
"message": "سيزيد حجم DOM الكبير من استخدام الذاكرة، ويتسبب في إجراء [حسابات نمطية](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations) أطول، وينتج عنه [عمليات مُكلفة لإعادة عرض التنسيق](https://developers.google.com/speed/articles/reflow). [مزيد من المعلومات](https://web.dev/dom-size/)"
|
|
805
793
|
},
|
|
806
|
-
"
|
|
794
|
+
"core/audits/dobetterweb/dom-size.js | displayValue": {
|
|
807
795
|
"message": "{itemCount,plural, =1{عنصر واحد}zero{# عنصر}two{عنصرين (#)}few{# عناصر}many{# عنصرًا}other{# عنصر}}"
|
|
808
796
|
},
|
|
809
|
-
"
|
|
797
|
+
"core/audits/dobetterweb/dom-size.js | failureTitle": {
|
|
810
798
|
"message": "تجنُب حجم DOM الزائد"
|
|
811
799
|
},
|
|
812
|
-
"
|
|
800
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMDepth": {
|
|
813
801
|
"message": "الحد الأقصى لعمق DOM"
|
|
814
802
|
},
|
|
815
|
-
"
|
|
803
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMElements": {
|
|
816
804
|
"message": "إجمالي عدد عناصر DOM"
|
|
817
805
|
},
|
|
818
|
-
"
|
|
806
|
+
"core/audits/dobetterweb/dom-size.js | statisticDOMWidth": {
|
|
819
807
|
"message": "الحد الأقصى من عناصر الأطفال"
|
|
820
808
|
},
|
|
821
|
-
"
|
|
809
|
+
"core/audits/dobetterweb/dom-size.js | title": {
|
|
822
810
|
"message": "تجنُب حجم DOM الزائد"
|
|
823
811
|
},
|
|
824
|
-
"
|
|
812
|
+
"core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
825
813
|
"message": "لا يثق المستخدمون في المواقع الإلكترونية التي تطلب مواقعهم الجغرافية بدون سياق أو قد يؤدي ذلك إلى إرباكهم. يمكنك ربط الطلب بإجراء المستخدم بدلاً من ذلك. [مزيد من المعلومات](https://web.dev/geolocation-on-start/)"
|
|
826
814
|
},
|
|
827
|
-
"
|
|
815
|
+
"core/audits/dobetterweb/geolocation-on-start.js | failureTitle": {
|
|
828
816
|
"message": "يتم طلب إذن رصد الموقع الجغرافي عند تحميل الصفحة"
|
|
829
817
|
},
|
|
830
|
-
"
|
|
818
|
+
"core/audits/dobetterweb/geolocation-on-start.js | title": {
|
|
831
819
|
"message": "يتم تجنُب طلب إذن رصد الموقع الجغرافي عند تحميل الصفحة"
|
|
832
820
|
},
|
|
833
|
-
"
|
|
821
|
+
"core/audits/dobetterweb/inspector-issues.js | columnIssueType": {
|
|
834
822
|
"message": "نوع المشكلة"
|
|
835
823
|
},
|
|
836
|
-
"
|
|
824
|
+
"core/audits/dobetterweb/inspector-issues.js | description": {
|
|
837
825
|
"message": "تشير المشاكل التي تم تسجيلها في لوحة `Issues` ضِمن \"أدوات مطوري البرامج في Chrome\" إلى وجود مشاكل لم يتم حلها. قد تنتج هذه المشاكل بسبب إخفاقات في طلبات الشبكة وعدم توفّر عناصر كافية للتحكّم في الأمان ومشاكل أخرى تتعلق بالمتصفِّح. للاطّلاع على مزيد من التفاصيل عن كل مشكلة، يمكنك الانتقال إلى لوحة Issues (لوحة \"المشاكل\") ضِمن \"أدوات مطوري البرامج في Chrome\"."
|
|
838
826
|
},
|
|
839
|
-
"
|
|
827
|
+
"core/audits/dobetterweb/inspector-issues.js | failureTitle": {
|
|
840
828
|
"message": "تم تسجيل المشاكل في لوحة `Issues` ضِمن \"أدوات مطوري البرامج في Chrome\""
|
|
841
829
|
},
|
|
842
|
-
"
|
|
830
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeBlockedByResponse": {
|
|
843
831
|
"message": "تم حظر المورد وفقًا لسياسة مشاركة الموارد عبر المصادر الخاصة بالموقع الإلكتروني."
|
|
844
832
|
},
|
|
845
|
-
"
|
|
833
|
+
"core/audits/dobetterweb/inspector-issues.js | issueTypeHeavyAds": {
|
|
846
834
|
"message": "تستخدم الإعلانات موارد المتصفِّح بكثافة."
|
|
847
835
|
},
|
|
848
|
-
"
|
|
836
|
+
"core/audits/dobetterweb/inspector-issues.js | title": {
|
|
849
837
|
"message": "ما مِن مشاكل في لوحة `Issues` ضِمن \"أدوات مطوري البرامج في Chrome\""
|
|
850
838
|
},
|
|
851
|
-
"
|
|
839
|
+
"core/audits/dobetterweb/js-libraries.js | columnVersion": {
|
|
852
840
|
"message": "الإصدار"
|
|
853
841
|
},
|
|
854
|
-
"
|
|
842
|
+
"core/audits/dobetterweb/js-libraries.js | description": {
|
|
855
843
|
"message": "تم رصد جميع مكتبات الواجهة الأمامية JavaScript في الصفحة. [مزيد من المعلومات](https://web.dev/js-libraries/)"
|
|
856
844
|
},
|
|
857
|
-
"
|
|
845
|
+
"core/audits/dobetterweb/js-libraries.js | title": {
|
|
858
846
|
"message": "مكتبات JavaScript التي تم رصدها"
|
|
859
847
|
},
|
|
860
|
-
"
|
|
848
|
+
"core/audits/dobetterweb/no-document-write.js | description": {
|
|
861
849
|
"message": "بالنسبة إلى المستخدمين الذين لديهم اتصالات بطيئة، يمكن للبرامج النصية الخارجية التي يتم إدخالها ديناميكيًا عبر `document.write()` تأخير تحميل الصفحة لمدة ثوانٍ متعددة. [مزيد من المعلومات](https://web.dev/no-document-write/)"
|
|
862
850
|
},
|
|
863
|
-
"
|
|
851
|
+
"core/audits/dobetterweb/no-document-write.js | failureTitle": {
|
|
864
852
|
"message": "تجنَّب `document.write()`"
|
|
865
853
|
},
|
|
866
|
-
"
|
|
854
|
+
"core/audits/dobetterweb/no-document-write.js | title": {
|
|
867
855
|
"message": "يتم تجنُب `document.write()`"
|
|
868
856
|
},
|
|
869
|
-
"
|
|
857
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": {
|
|
870
858
|
"message": "أعلى نسبة خطورة"
|
|
871
859
|
},
|
|
872
|
-
"
|
|
860
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": {
|
|
873
861
|
"message": "إصدار المكتبة"
|
|
874
862
|
},
|
|
875
|
-
"
|
|
863
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": {
|
|
876
864
|
"message": "عدد الثغرات"
|
|
877
865
|
},
|
|
878
|
-
"
|
|
866
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | description": {
|
|
879
867
|
"message": "قد تحتوي بعض البرامج النصية للجهات الخارجية على ثغرات أمنية معروفة يمكن للمهاجمين تحديدها واستغلالها بسهولة. [مزيد من المعلومات](https://web.dev/no-vulnerable-libraries/)"
|
|
880
868
|
},
|
|
881
|
-
"
|
|
869
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": {
|
|
882
870
|
"message": "{itemCount,plural, =1{تم رصد ثغرة واحدة}zero{تم رصد # ثغرة}two{تم رصد ثغرتين (#)}few{تم رصد # ثغرات}many{تم رصد # ثغرةً}other{تم رصد # ثغرة}}"
|
|
883
871
|
},
|
|
884
|
-
"
|
|
872
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": {
|
|
885
873
|
"message": "يتم تضمين مكتبات الواجهة الأمامية JavaScript ذات الثغرات الأمنية المعروفة"
|
|
886
874
|
},
|
|
887
|
-
"
|
|
875
|
+
"core/audits/dobetterweb/no-vulnerable-libraries.js | title": {
|
|
888
876
|
"message": "يتم تجنُب مكتبات الواجهة الأمامية JavaScript ذات الثغرات الأمنية المعروفة"
|
|
889
877
|
},
|
|
890
|
-
"
|
|
878
|
+
"core/audits/dobetterweb/notification-on-start.js | description": {
|
|
891
879
|
"message": "لا يثق المستخدمون في المواقع الإلكترونية التي تطلب إرسال الإشعارات بدون سياق أو قد يؤدي ذلك إلى إرباكهم. يمكنك ربط الطلب بإيماءات المستخدم بدلاً من ذلك. [مزيد من المعلومات](https://web.dev/notification-on-start/)"
|
|
892
880
|
},
|
|
893
|
-
"
|
|
881
|
+
"core/audits/dobetterweb/notification-on-start.js | failureTitle": {
|
|
894
882
|
"message": "يتم طلب إذن الإشعار عند تحميل الصفحة"
|
|
895
883
|
},
|
|
896
|
-
"
|
|
884
|
+
"core/audits/dobetterweb/notification-on-start.js | title": {
|
|
897
885
|
"message": "يتم تجنُّب طلب إذن الإشعار عند تحميل الصفحة"
|
|
898
886
|
},
|
|
899
|
-
"
|
|
887
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": {
|
|
900
888
|
"message": "يؤدي منع لصق كلمة المرور إلى تقويض سياسة الأمان الجيدة. [مزيد من المعلومات](https://web.dev/password-inputs-can-be-pasted-into/)"
|
|
901
889
|
},
|
|
902
|
-
"
|
|
890
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | failureTitle": {
|
|
903
891
|
"message": "يتم منع المستخدمين من اللصق في حقول كلمات المرور"
|
|
904
892
|
},
|
|
905
|
-
"
|
|
893
|
+
"core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": {
|
|
906
894
|
"message": "يتم السماح للمستخدمين باللصق في حقول كلمات المرور"
|
|
907
895
|
},
|
|
908
|
-
"
|
|
896
|
+
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
909
897
|
"message": "البروتوكول"
|
|
910
898
|
},
|
|
911
|
-
"
|
|
899
|
+
"core/audits/dobetterweb/uses-http2.js | description": {
|
|
912
900
|
"message": "يوفّر HTTP/2 العديد من المزايا مقارنةً بـ HTTP/1.1، بما في ذلك عناوين البرامج الثنائية وعملية مضاعفة توجيه الإشارات. [مزيد من المعلومات](https://web.dev/uses-http2/)"
|
|
913
901
|
},
|
|
914
|
-
"
|
|
902
|
+
"core/audits/dobetterweb/uses-http2.js | displayValue": {
|
|
915
903
|
"message": "{itemCount,plural, =1{لم يتم عرض طلب واحد عبر HTTP/2}zero{لم يتم عرض # طلب عبر HTTP/2}two{لم يتم عرض طلبين (#) عبر HTTP/2}few{لم يتم عرض # طلبات عبر HTTP/2}many{لم يتم عرض # طلبًا عبر HTTP/2}other{لم يتم عرض # طلب عبر HTTP/2}}"
|
|
916
904
|
},
|
|
917
|
-
"
|
|
905
|
+
"core/audits/dobetterweb/uses-http2.js | title": {
|
|
918
906
|
"message": "استخدام HTTP/2"
|
|
919
907
|
},
|
|
920
|
-
"
|
|
908
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | description": {
|
|
921
909
|
"message": "يمكنك وضع علامة على \"أدوات معالجة أحداث لمس الشاشة وتحريك الماوس\" بصفتها `passive` لتحسين عملية التنقل في صفحتك. [مزيد من المعلومات](https://web.dev/uses-passive-event-listeners/)"
|
|
922
910
|
},
|
|
923
|
-
"
|
|
911
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": {
|
|
924
912
|
"message": "لا يتم استخدام أدوات معالجة الحدث السلبية لتحسين عملية التنقل في الصفحة"
|
|
925
913
|
},
|
|
926
|
-
"
|
|
914
|
+
"core/audits/dobetterweb/uses-passive-event-listeners.js | title": {
|
|
927
915
|
"message": "يتم استخدام أدوات معالجة الحدث السلبية لتحسين أداء التمرير"
|
|
928
916
|
},
|
|
929
|
-
"
|
|
917
|
+
"core/audits/errors-in-console.js | description": {
|
|
930
918
|
"message": "تشير الأخطاء التي تم تسجيلها في وحدة التحكّم إلى مشاكل لم يتم حلها. قد تنتج هذه المشاكل من إخفاقات طلب الشبكة ومشاكل أخرى تتعلق بالمتصفّح. [مزيد من المعلومات](https://web.dev/errors-in-console/)"
|
|
931
919
|
},
|
|
932
|
-
"
|
|
920
|
+
"core/audits/errors-in-console.js | failureTitle": {
|
|
933
921
|
"message": "تم تسجيل أخطاء المتصفح في وحدة التحكّم"
|
|
934
922
|
},
|
|
935
|
-
"
|
|
923
|
+
"core/audits/errors-in-console.js | title": {
|
|
936
924
|
"message": "لم يتم تسجيل أخطاء المتصفح في وحدة التحكّم"
|
|
937
925
|
},
|
|
938
|
-
"
|
|
926
|
+
"core/audits/font-display.js | description": {
|
|
939
927
|
"message": "يمكنك الاستفادة من ميزة CSS لعرض الخطوط لضمان أن يكون النص مرئيًا للمستخدم أثناء تحميل خطوط موقع إلكتروني. [مزيد من المعلومات](https://web.dev/font-display/)"
|
|
940
928
|
},
|
|
941
|
-
"
|
|
929
|
+
"core/audits/font-display.js | failureTitle": {
|
|
942
930
|
"message": "التأكد من بقاء النص مرئيًا أثناء تحميل خط موقع إلكتروني"
|
|
943
931
|
},
|
|
944
|
-
"
|
|
932
|
+
"core/audits/font-display.js | title": {
|
|
945
933
|
"message": "تظل جميع النصوص مرئية أثناء تحميل خط موقع إلكتروني"
|
|
946
934
|
},
|
|
947
|
-
"
|
|
935
|
+
"core/audits/font-display.js | undeclaredFontOriginWarning": {
|
|
948
936
|
"message": "{fontCountForOrigin,plural, =1{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في أصل واحد ({fontOrigin}).}zero{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في {fontOrigin} أصل.}two{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في أصلَين ({fontOrigin}).}few{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في {fontOrigin} أصول.}many{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة `font-display` في {fontOrigin} أصلاً.}other{لم تتمكّن أداة Lighthouse من التحقّق تلقائيًا من قيمة واحدة (`font-display`) في {fontOrigin} أصل.}}"
|
|
949
937
|
},
|
|
950
|
-
"
|
|
938
|
+
"core/audits/image-aspect-ratio.js | columnActual": {
|
|
951
939
|
"message": "نسبة العرض إلى الارتفاع (الفعلية)"
|
|
952
940
|
},
|
|
953
|
-
"
|
|
941
|
+
"core/audits/image-aspect-ratio.js | columnDisplayed": {
|
|
954
942
|
"message": "نسبة العرض إلى الارتفاع (معروضة)"
|
|
955
943
|
},
|
|
956
|
-
"
|
|
944
|
+
"core/audits/image-aspect-ratio.js | description": {
|
|
957
945
|
"message": "يجب أن تتوافق أبعاد عرض الصورة مع نسبة العرض إلى الارتفاع الطبيعية. [مزيد من المعلومات](https://web.dev/image-aspect-ratio/)"
|
|
958
946
|
},
|
|
959
|
-
"
|
|
947
|
+
"core/audits/image-aspect-ratio.js | failureTitle": {
|
|
960
948
|
"message": "يتم عرض الصور مع نسبة عرض إلى ارتفاع غير صحيحة"
|
|
961
949
|
},
|
|
962
|
-
"
|
|
950
|
+
"core/audits/image-aspect-ratio.js | title": {
|
|
963
951
|
"message": "يتم عرض الصور مع نسبة العرض إلى الارتفاع الصحيحة"
|
|
964
952
|
},
|
|
965
|
-
"
|
|
953
|
+
"core/audits/image-size-responsive.js | columnActual": {
|
|
966
954
|
"message": "الحجم الفعلي"
|
|
967
955
|
},
|
|
968
|
-
"
|
|
956
|
+
"core/audits/image-size-responsive.js | columnDisplayed": {
|
|
969
957
|
"message": "الحجم المعروض"
|
|
970
958
|
},
|
|
971
|
-
"
|
|
959
|
+
"core/audits/image-size-responsive.js | columnExpected": {
|
|
972
960
|
"message": "الحجم المتوقع"
|
|
973
961
|
},
|
|
974
|
-
"
|
|
962
|
+
"core/audits/image-size-responsive.js | description": {
|
|
975
963
|
"message": "يجب أن تكون الأبعاد الطبيعية للصورة متناسبة مع حجم العرض ونسبة وحدة البكسل لزيادة وضوح الصورة إلى أقصى حد. [مزيد من المعلومات](https://web.dev/serve-responsive-images/)"
|
|
976
964
|
},
|
|
977
|
-
"
|
|
965
|
+
"core/audits/image-size-responsive.js | failureTitle": {
|
|
978
966
|
"message": "يتم عرض الصور بدقة منخفضة"
|
|
979
967
|
},
|
|
980
|
-
"
|
|
968
|
+
"core/audits/image-size-responsive.js | title": {
|
|
981
969
|
"message": "يتم عرض الصور بدقة مناسبة"
|
|
982
970
|
},
|
|
983
|
-
"
|
|
971
|
+
"core/audits/installable-manifest.js | already-installed": {
|
|
984
972
|
"message": "سبق وتم تثبيت هذا التطبيق."
|
|
985
973
|
},
|
|
986
|
-
"
|
|
974
|
+
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
987
975
|
"message": "تعذَّر تنزيل رمز مطلوب من ملف البيان."
|
|
988
976
|
},
|
|
989
|
-
"
|
|
977
|
+
"core/audits/installable-manifest.js | columnValue": {
|
|
990
978
|
"message": "سبب الإخفاق"
|
|
991
979
|
},
|
|
992
|
-
"
|
|
980
|
+
"core/audits/installable-manifest.js | description": {
|
|
993
981
|
"message": "مشغّل الخدمات هو التكنولوجيا التي تمكّن تطبيقك من استخدام ميزات عديدة من \"تطبيق الويب التقدّمي\"، مثل الاستجابة عند عدم الاتصال بالإنترنت والإضافة إلى الشاشة الرئيسية والإشعارات الفورية. من خلال مشغّل الخدمات المناسب وعمليات تنفيذ ملفات البيان، يمكن للمتصفِّحات أن تطلب من المستخدمين بشكل مسبق إضافة تطبيقك إلى الشاشة الرئيسية، ويمكن بذلك زيادة التفاعل. [مزيد من المعلومات](https://web.dev/installable-manifest/)"
|
|
994
982
|
},
|
|
995
|
-
"
|
|
983
|
+
"core/audits/installable-manifest.js | displayValue": {
|
|
996
984
|
"message": "{itemCount,plural, =1{سبب واحد}zero{# أسباب}two{سببان}few{# أسباب}many{# سببًا}other{# سبب}}"
|
|
997
985
|
},
|
|
998
|
-
"
|
|
986
|
+
"core/audits/installable-manifest.js | failureTitle": {
|
|
999
987
|
"message": "عدم استيفاء ملف بيان تطبيق الويب أو مشغّل الخدمات لمتطلبات التثبيت"
|
|
1000
988
|
},
|
|
1001
|
-
"
|
|
989
|
+
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1002
990
|
"message": "لا يتطابق عنوان URL الخاص بالتطبيق في \"متجر Play\" مع رقم تعريف التطبيق في \"متجر Play\"."
|
|
1003
991
|
},
|
|
1004
|
-
"
|
|
992
|
+
"core/audits/installable-manifest.js | in-incognito": {
|
|
1005
993
|
"message": "تم تحميل الصفحة في نافذة تصفُّح متخفٍ."
|
|
1006
994
|
},
|
|
1007
|
-
"
|
|
995
|
+
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1008
996
|
"message": "يجب أن تكون خاصية \"display\" في ملف البيان بالقيمة \"standalone\" أو \"fullscreen\" أو \"minimal-ui\"."
|
|
1009
997
|
},
|
|
1010
|
-
"
|
|
998
|
+
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1011
999
|
"message": "يتضمن ملف البيان حقل \"display_override\"، لذا يجب أن يكون وضع العرض الأول المتاح بالقيمة \"standalone\" أو \"fullscreen\" أو \"minimal-ui\"."
|
|
1012
1000
|
},
|
|
1013
|
-
"
|
|
1001
|
+
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1014
1002
|
"message": "البيان فارغ أو تعذّر استرجاعه أو لم يتم تحليله."
|
|
1015
1003
|
},
|
|
1016
|
-
"
|
|
1004
|
+
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1017
1005
|
"message": "تم تغيير عنوان URL لملف البيان أثناء استرجاع الملف."
|
|
1018
1006
|
},
|
|
1019
|
-
"
|
|
1007
|
+
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1020
1008
|
"message": "لا يتضمّن ملف البيان حقل \"name\" أو \"short_name\"."
|
|
1021
1009
|
},
|
|
1022
|
-
"
|
|
1010
|
+
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1023
1011
|
"message": "لا يتضمّن ملف البيان رمزًا مناسبًا. يجب استخدام رمز بتنسيق PNG أو SVG أو WebP بحجم {value0} بكسل على الأقل، ويجب ضبط السمة \"sizes\"، وأن تتضمّن السمة \"purpose\" القيمة \"any\"."
|
|
1024
1012
|
},
|
|
1025
|
-
"
|
|
1013
|
+
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1026
1014
|
"message": "لا يتوفّر رمز بحجم {value0} بكسل مربّع على الأقل بتنسيق PNG أو SVG أو WebP، بغرض عدم ضبط السمة أو ضبطها على \"أي تنسيق\"."
|
|
1027
1015
|
},
|
|
1028
|
-
"
|
|
1016
|
+
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1029
1017
|
"message": "الرمز الذي تم تحميله فارغ أو تالف."
|
|
1030
1018
|
},
|
|
1031
|
-
"
|
|
1019
|
+
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1032
1020
|
"message": "لم يتم توفير رقم تعريف \"متجر Play\"."
|
|
1033
1021
|
},
|
|
1034
|
-
"
|
|
1022
|
+
"core/audits/installable-manifest.js | no-manifest": {
|
|
1035
1023
|
"message": "لا تتضمّن الصفحة عنوان URL <link> لملف البيان."
|
|
1036
1024
|
},
|
|
1037
|
-
"
|
|
1025
|
+
"core/audits/installable-manifest.js | no-matching-service-worker": {
|
|
1038
1026
|
"message": "لم يتم رصد مشغّل خدمات مطابق. قد تحتاج إلى إعادة تحميل الصفحة، أو التأكّد أن نطاق مشغّل الخدمات للصفحة الحالية يشتمل على النطاق وعنوان URL البداية من ملف البيان."
|
|
1039
1027
|
},
|
|
1040
|
-
"
|
|
1028
|
+
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1041
1029
|
"message": "تعذّر التحقّق من مشغّل الخدمات بدون توفّر حقل \"start_url\" في ملف البيان."
|
|
1042
1030
|
},
|
|
1043
|
-
"
|
|
1031
|
+
"core/audits/installable-manifest.js | noErrorId": {
|
|
1044
1032
|
"message": "لم يتم التعرّف على رقم تعريف خطأ قابلية التثبيت \"{errorId}\"."
|
|
1045
1033
|
},
|
|
1046
|
-
"
|
|
1034
|
+
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1047
1035
|
"message": "لا يتم عرض الصفحة من مصدر آمن."
|
|
1048
1036
|
},
|
|
1049
|
-
"
|
|
1037
|
+
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1050
1038
|
"message": "لا يتم تحميل الصفحة في الإطار الرئيسي."
|
|
1051
1039
|
},
|
|
1052
|
-
"
|
|
1040
|
+
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1053
1041
|
"message": "لا تعمل هذه الصفحة بلا إنترنت."
|
|
1054
1042
|
},
|
|
1055
|
-
"
|
|
1043
|
+
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1056
1044
|
"message": "تم إلغاء تثبيت تطبيق الويب التقدّمي (PWA) وتتم حاليًا إعادة ضبط عمليات التحقّق من قابلية التثبيت."
|
|
1057
1045
|
},
|
|
1058
|
-
"
|
|
1046
|
+
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1059
1047
|
"message": "لا تتوفّر منصة التطبيقات المحدّدة على Android."
|
|
1060
1048
|
},
|
|
1061
|
-
"
|
|
1049
|
+
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1062
1050
|
"message": "يضبط ملف البيان قيمة prefer_related_applications على true."
|
|
1063
1051
|
},
|
|
1064
|
-
"
|
|
1052
|
+
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1065
1053
|
"message": "لا يتوافق حقل الإدخال prefer_related_applications إلا مع الإصدار التجريبي من متصفِّح Chrome والقنوات الثابتة على Android."
|
|
1066
1054
|
},
|
|
1067
|
-
"
|
|
1055
|
+
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1068
1056
|
"message": "تعذَّر على أداة Lighthouse تحديد ما إذا كان يتوفّر مشغّل خدمات. يُرجى إعادة المحاولة باستخدام إصدار أحدث من متصفّح Chrome."
|
|
1069
1057
|
},
|
|
1070
|
-
"
|
|
1058
|
+
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1071
1059
|
"message": "عنوان URL البداية لملف البيان غير صالح."
|
|
1072
1060
|
},
|
|
1073
|
-
"
|
|
1061
|
+
"core/audits/installable-manifest.js | title": {
|
|
1074
1062
|
"message": "استيفاء ملف بيان تطبيق الويب ومشغّل الخدمات لمتطلبات التثبيت"
|
|
1075
1063
|
},
|
|
1076
|
-
"
|
|
1064
|
+
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1077
1065
|
"message": "يحتوي عنوان URL في ملف البيان على اسم مستخدم أو كلمة مرور أو منفذ."
|
|
1078
1066
|
},
|
|
1079
|
-
"
|
|
1067
|
+
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1080
1068
|
"message": "لا تعمل هذه الصفحة بلا إنترنت. وستصبح هذه الصفحة غير قابلة للتثبيت بعد إطلاق الإصدار الثابت من Chrome 93 في آب (أغسطس) 2021."
|
|
1081
1069
|
},
|
|
1082
|
-
"
|
|
1070
|
+
"core/audits/is-on-https.js | allowed": {
|
|
1083
1071
|
"message": "مسموح به"
|
|
1084
1072
|
},
|
|
1085
|
-
"
|
|
1073
|
+
"core/audits/is-on-https.js | blocked": {
|
|
1086
1074
|
"message": "محظور"
|
|
1087
1075
|
},
|
|
1088
|
-
"
|
|
1076
|
+
"core/audits/is-on-https.js | columnInsecureURL": {
|
|
1089
1077
|
"message": "عنوان URL غير آمن"
|
|
1090
1078
|
},
|
|
1091
|
-
"
|
|
1079
|
+
"core/audits/is-on-https.js | columnResolution": {
|
|
1092
1080
|
"message": "معالجة الطلبات"
|
|
1093
1081
|
},
|
|
1094
|
-
"
|
|
1082
|
+
"core/audits/is-on-https.js | description": {
|
|
1095
1083
|
"message": "يجب حماية جميع المواقع الإلكترونية باستخدام HTTPS، حتى تلك المواقع التي لا تتعامل مع البيانات الحساسة. وتتضمن هذه الحماية تجنُّب [المحتوى المختلَط](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content) حيث يتم تحميل بعض المصادر على HTTP على الرغم من عمل الطلب الأوّلي على HTTPS. ويمنع HTTPS الدخلاء من العبث بالاتصالات بين تطبيقك والمستخدمين أو الاستماع إليها، وهو شرط مُسبَق لـ HTTP/2 والعديد من واجهات برمجة تطبيقات الأنظمة الأساسية للإنترنت الجديدة. [مزيد من المعلومات](https://web.dev/is-on-https/)"
|
|
1096
1084
|
},
|
|
1097
|
-
"
|
|
1085
|
+
"core/audits/is-on-https.js | displayValue": {
|
|
1098
1086
|
"message": "{itemCount,plural, =1{تم العثور على طلب غير آمن واحد}zero{تم العثور على # طلب غير آمن}two{تم العثور على طلبين غير آمنين (#)}few{تم العثور على # طلبات غير آمنة}many{تم العثور على # طلبًا غير آمن}other{تم العثور على # طلب غير آمن}}"
|
|
1099
1087
|
},
|
|
1100
|
-
"
|
|
1088
|
+
"core/audits/is-on-https.js | failureTitle": {
|
|
1101
1089
|
"message": "لا يتم استخدام HTTPS"
|
|
1102
1090
|
},
|
|
1103
|
-
"
|
|
1091
|
+
"core/audits/is-on-https.js | title": {
|
|
1104
1092
|
"message": "يتم استخدام HTTPS"
|
|
1105
1093
|
},
|
|
1106
|
-
"
|
|
1094
|
+
"core/audits/is-on-https.js | upgraded": {
|
|
1107
1095
|
"message": "تمت ترقيته إلى HTTPS تلقائيًا"
|
|
1108
1096
|
},
|
|
1109
|
-
"
|
|
1097
|
+
"core/audits/is-on-https.js | warning": {
|
|
1110
1098
|
"message": "مسموح به مع التحذير"
|
|
1111
1099
|
},
|
|
1112
|
-
"
|
|
1100
|
+
"core/audits/largest-contentful-paint-element.js | description": {
|
|
1113
1101
|
"message": "هذا هو الجزء من المحتوى الذي تم عرضه بأكبر سرعة على الصفحة ضمن إطار العرض. [مزيد من المعلومات](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1114
1102
|
},
|
|
1115
|
-
"
|
|
1103
|
+
"core/audits/largest-contentful-paint-element.js | title": {
|
|
1116
1104
|
"message": "عنصر \"سرعة عرض أكبر جزء من المحتوى على الصفحة\""
|
|
1117
1105
|
},
|
|
1118
|
-
"
|
|
1106
|
+
"core/audits/layout-shift-elements.js | columnContribution": {
|
|
1119
1107
|
"message": "المساهمة في متغيّرات التصميم التراكمية (CLS)"
|
|
1120
1108
|
},
|
|
1121
|
-
"
|
|
1109
|
+
"core/audits/layout-shift-elements.js | description": {
|
|
1122
1110
|
"message": "تساهم عناصر DOM هذه أكثر في متغيّرات التصميم التراكمية (CLS) الخاصة بالصفحة."
|
|
1123
1111
|
},
|
|
1124
|
-
"
|
|
1112
|
+
"core/audits/layout-shift-elements.js | title": {
|
|
1125
1113
|
"message": "تجنُّب متغيّرات التصميم الكبيرة"
|
|
1126
1114
|
},
|
|
1127
|
-
"
|
|
1115
|
+
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1128
1116
|
"message": "تُعرَض لاحقًا الصور التي تم تحميلها ببطء في الجزء المرئي من الصفحة، ما يتسبب في تأخير سرعة عرض أكبر جزء من المحتوى على الصفحة. [مزيد من المعلومات](https://web.dev/lcp-lazy-loading/)"
|
|
1129
1117
|
},
|
|
1130
|
-
"
|
|
1118
|
+
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1131
1119
|
"message": "تم عرض أكبر صورة ظاهرة في الصفحة بسرعة غير مناسبة"
|
|
1132
1120
|
},
|
|
1133
|
-
"
|
|
1121
|
+
"core/audits/lcp-lazy-loaded.js | title": {
|
|
1134
1122
|
"message": "تم عرض أكبر صورة ظاهرة في الصفحة بسرعة مناسبة"
|
|
1135
1123
|
},
|
|
1136
|
-
"
|
|
1124
|
+
"core/audits/long-tasks.js | description": {
|
|
1137
1125
|
"message": "يتم إدراج أطول المهام في سلسلة المحادثات الرئيسية، ما يساعد في تحديد أكثر الأشخاص الذين يسببون تأخير في عملية الإدخال. [مزيد من المعلومات](https://web.dev/long-tasks-devtools/)"
|
|
1138
1126
|
},
|
|
1139
|
-
"
|
|
1127
|
+
"core/audits/long-tasks.js | displayValue": {
|
|
1140
1128
|
"message": "{itemCount,plural, =1{تم العثور على مهمّة طويلة واحدة}zero{تم العثور على # مهمّة طويلة}two{تم العثور على مهمّتَين طويلتَين}few{تم العثور على # مهمّات طويلة}many{تم العثور على # مهمّة طويلة}other{تم العثور على # مهمّة طويلة}}"
|
|
1141
1129
|
},
|
|
1142
|
-
"
|
|
1130
|
+
"core/audits/long-tasks.js | title": {
|
|
1143
1131
|
"message": "نجنُّب سلسة المهام الرئيسية الطويلة"
|
|
1144
1132
|
},
|
|
1145
|
-
"
|
|
1133
|
+
"core/audits/mainthread-work-breakdown.js | columnCategory": {
|
|
1146
1134
|
"message": "الفئة"
|
|
1147
1135
|
},
|
|
1148
|
-
"
|
|
1136
|
+
"core/audits/mainthread-work-breakdown.js | description": {
|
|
1149
1137
|
"message": "ننصحك بتقليل الوقت المستغرق في تحليل JavaScript وإنشائه وتنفيذه. قد يتبيّن لك أن تقديم بيانات JavaScript بحجم أصغر يساعد على ذلك. [مزيد من المعلومات](https://web.dev/mainthread-work-breakdown/)"
|
|
1150
1138
|
},
|
|
1151
|
-
"
|
|
1139
|
+
"core/audits/mainthread-work-breakdown.js | failureTitle": {
|
|
1152
1140
|
"message": "تقليل سلسلة العمل الرئيسية"
|
|
1153
1141
|
},
|
|
1154
|
-
"
|
|
1142
|
+
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1155
1143
|
"message": "تقليل سلسلة العمل الرئيسية"
|
|
1156
1144
|
},
|
|
1157
|
-
"
|
|
1145
|
+
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1158
1146
|
"message": "للوصول إلى أكبر عدد من المستخدمين، يجب استخدام المواقع الإلكترونية على كل متصفح رئيسي. [مزيد من المعلومات](https://web.dev/pwa-cross-browser/)"
|
|
1159
1147
|
},
|
|
1160
|
-
"
|
|
1148
|
+
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1161
1149
|
"message": "الموقع الإلكتروني يعمل عبر المتصفح"
|
|
1162
1150
|
},
|
|
1163
|
-
"
|
|
1151
|
+
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1164
1152
|
"message": "يُرجى التأكّد من أن الصفحات الفردية قابلة للربط بشكلٍ كبير عبر عنوان URL وأن عناوين URL فريدة لغرض إمكانية المشاركة على وسائل التواصل الاجتماعي. [مزيد من المعلومات](https://web.dev/pwa-each-page-has-url/)"
|
|
1165
1153
|
},
|
|
1166
|
-
"
|
|
1154
|
+
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1167
1155
|
"message": "كل صفحة تحتوي على عنوان URL"
|
|
1168
1156
|
},
|
|
1169
|
-
"
|
|
1157
|
+
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1170
1158
|
"message": "يجب أن تكون عملية الانتقال بين الصفحات سريعة، حتى عند استخدام شبكة بطيئة. وذلك لأنّ سرعة استجابة التطبيق تُعدّ من العناصر الأساسية التي يستند إليها المستخدم في تقييم أداء التطبيق. [مزيد من المعلومات](https://web.dev/pwa-page-transitions/)"
|
|
1171
1159
|
},
|
|
1172
|
-
"
|
|
1160
|
+
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1173
1161
|
"message": "عمليات نقل الصفحة لا تبدو أنها محظورة على الشبكة"
|
|
1174
1162
|
},
|
|
1175
|
-
"
|
|
1163
|
+
"core/audits/maskable-icon.js | description": {
|
|
1176
1164
|
"message": "يضمن الرمز القابل للإخفاء تعبئة الصورة للشكل بالكامل بدون أن تصبح مُعدَّة للعرض على شاشة عريضة أفقيًا أثناء تثبيت التطبيق على الجهاز. [مزيد من المعلومات](https://web.dev/maskable-icon-audit/)"
|
|
1177
1165
|
},
|
|
1178
|
-
"
|
|
1166
|
+
"core/audits/maskable-icon.js | failureTitle": {
|
|
1179
1167
|
"message": "البيان لا يحتوي على رمز قابل للإخفاء"
|
|
1180
1168
|
},
|
|
1181
|
-
"
|
|
1169
|
+
"core/audits/maskable-icon.js | title": {
|
|
1182
1170
|
"message": "البيان يحتوي على رمز قابل للإخفاء"
|
|
1183
1171
|
},
|
|
1184
|
-
"
|
|
1172
|
+
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1185
1173
|
"message": "تقيس \"متغيّرات التصميم التراكمية\" حركة العناصر المرئية في إطار العرض. [مزيد من المعلومات](https://web.dev/cls/)"
|
|
1186
1174
|
},
|
|
1187
|
-
"
|
|
1175
|
+
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1188
1176
|
"message": "تحدد \"سرعة عرض المحتوى على الصفحة\" الوقت الذي يُعرَض فيه أول صورة أو نص. [مزيد من المعلومات](https://web.dev/first-contentful-paint/)"
|
|
1189
1177
|
},
|
|
1190
|
-
"
|
|
1178
|
+
"core/audits/metrics/first-meaningful-paint.js | description": {
|
|
1191
1179
|
"message": "تقيس \"سرعة عرض أوّل محتوى مفيد على الصفحة\" الوقت الذي يكون فيه المحتوى الأساسي لصفحة مرئيًا. [مزيد من المعلومات](https://web.dev/first-meaningful-paint/)"
|
|
1192
1180
|
},
|
|
1193
|
-
"
|
|
1181
|
+
"core/audits/metrics/interactive.js | description": {
|
|
1194
1182
|
"message": "وقت التفاعل هو مقدار الوقت المستغرق حتى تصبح الصفحة تفاعلية بالكامل. [مزيد من المعلومات](https://web.dev/interactive/)"
|
|
1195
1183
|
},
|
|
1196
|
-
"
|
|
1184
|
+
"core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1197
1185
|
"message": "يحدّد مقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\" المدة التي يتم خلالها عرض أكبر صورة أو نص. [مزيد من المعلومات](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
1198
1186
|
},
|
|
1199
|
-
"
|
|
1187
|
+
"core/audits/metrics/max-potential-fid.js | description": {
|
|
1200
1188
|
"message": "الحد الأقصى المحتمل من \"مهلة الاستجابة لأوّل إدخال\" الذي قد يواجهه المستخدمين، هو مدة أطول مهمّة. [مزيد من المعلومات](https://web.dev/lighthouse-max-potential-fid/)"
|
|
1201
1189
|
},
|
|
1202
|
-
"
|
|
1190
|
+
"core/audits/metrics/speed-index.js | description": {
|
|
1203
1191
|
"message": "يوضح مؤشر السرعة وتيرة تعبئة محتوى الصفحة على شاشة المستخدم. [مزيد من المعلومات](https://web.dev/speed-index/)"
|
|
1204
1192
|
},
|
|
1205
|
-
"
|
|
1193
|
+
"core/audits/metrics/total-blocking-time.js | description": {
|
|
1206
1194
|
"message": "مجموع الفترات الزمنية بين \"سرعة عرض المحتوى على الصفحة\" (FCP) و\"وقت التفاعل\"، عندما تتجاوز مدة المهمة 50 مللي ثانية، معبرًا عنها بالمللي ثانية. [مزيد من المعلومات](https://web.dev/lighthouse-total-blocking-time/)"
|
|
1207
1195
|
},
|
|
1208
|
-
"
|
|
1196
|
+
"core/audits/network-rtt.js | description": {
|
|
1209
1197
|
"message": "تؤثر مُدد الإرسال والاستقبال للشبكة تأثيرًا كبيرًا في مستوى الأداء. في حال كانت مدة الإرسال والاستقبال كبيرة، يشير ذلك إلى احتمال تحسّن أداء الخوادم الأقرب إلى المستخدم. [مزيد من المعلومات](https://hpbn.co/primer-on-latency-and-bandwidth/)"
|
|
1210
1198
|
},
|
|
1211
|
-
"
|
|
1199
|
+
"core/audits/network-rtt.js | title": {
|
|
1212
1200
|
"message": "أوقات إرسال واستقبال الشبكة"
|
|
1213
1201
|
},
|
|
1214
|
-
"
|
|
1202
|
+
"core/audits/network-server-latency.js | description": {
|
|
1215
1203
|
"message": "قد تؤثر أوقات استجابة الخادم في أداء الويب. في حال كان وقت استجابة الخادم للأصل طويلاً، هذه إشارة إلى أنه تم تحميل الخادم بشكلٍ زائد أو مستوى أدائه ضعيف في الخلفية. [مزيد من المعلومات](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall)"
|
|
1216
1204
|
},
|
|
1217
|
-
"
|
|
1205
|
+
"core/audits/network-server-latency.js | title": {
|
|
1218
1206
|
"message": "أوقات الاستجابة لواجهة الخادم الخلفية"
|
|
1219
1207
|
},
|
|
1220
|
-
"
|
|
1208
|
+
"core/audits/no-unload-listeners.js | description": {
|
|
1221
1209
|
"message": "لا يعمل حدث `unload` بفاعلية ويمكن أن تؤدي معالجته إلى عدم تنفيذ عمليات تحسين المتصفّح، مثل عملية \"التخزين المؤقت للصفحات\". وبدلاً من هذا الحدث، يمكنك استخدام `pagehide` أو `visibilitychange`. [مزيد من المعلومات](https://web.dev/bfcache/#never-use-the-unload-event)"
|
|
1222
1210
|
},
|
|
1223
|
-
"
|
|
1211
|
+
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1224
1212
|
"message": "يتم استخدام أدوات معالجة حدث `unload`"
|
|
1225
1213
|
},
|
|
1226
|
-
"
|
|
1214
|
+
"core/audits/no-unload-listeners.js | title": {
|
|
1227
1215
|
"message": "لا يتم استخدام أدوات معالجة حدث `unload`"
|
|
1228
1216
|
},
|
|
1229
|
-
"
|
|
1217
|
+
"core/audits/non-composited-animations.js | description": {
|
|
1230
1218
|
"message": "يمكن للصور المتحركة غير المركّبة أن تكون رديئة وأن تزيد متغيّرات التصميم التراكمية (CLS). [مزيد من المعلومات](https://web.dev/non-composited-animations)"
|
|
1231
1219
|
},
|
|
1232
|
-
"
|
|
1220
|
+
"core/audits/non-composited-animations.js | displayValue": {
|
|
1233
1221
|
"message": "{itemCount,plural, =1{تم العثور على عنصر متحرك واحد}zero{تم العثور على # عنصر متحرك}two{تم العثور على عنصرَين متحركَين}few{تم العثور على # عناصر متحركة}many{تم العثور على # عنصرًا متحركًا}other{تم العثور على # عنصر متحرك}}"
|
|
1234
1222
|
},
|
|
1235
|
-
"
|
|
1223
|
+
"core/audits/non-composited-animations.js | filterMayMovePixels": {
|
|
1236
1224
|
"message": "قد تحرّك الخاصية المتعلّقة بالفلتر وحدات بكسل."
|
|
1237
1225
|
},
|
|
1238
|
-
"
|
|
1226
|
+
"core/audits/non-composited-animations.js | incompatibleAnimations": {
|
|
1239
1227
|
"message": "يتم استهداف صورة متحركة أخرى غير متوافقة."
|
|
1240
1228
|
},
|
|
1241
|
-
"
|
|
1229
|
+
"core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
|
|
1242
1230
|
"message": "يحتوي \"التأثير\" على وضع مركّب غير \"replace\"."
|
|
1243
1231
|
},
|
|
1244
|
-
"
|
|
1232
|
+
"core/audits/non-composited-animations.js | title": {
|
|
1245
1233
|
"message": "تجنُّب الصور المتحركة غير المركّبة"
|
|
1246
1234
|
},
|
|
1247
|
-
"
|
|
1235
|
+
"core/audits/non-composited-animations.js | transformDependsBoxSize": {
|
|
1248
1236
|
"message": "تعتمد الخاصية المتعلّقة بالتحويل على حجم المربع."
|
|
1249
1237
|
},
|
|
1250
|
-
"
|
|
1238
|
+
"core/audits/non-composited-animations.js | unsupportedCSSProperty": {
|
|
1251
1239
|
"message": "{propertyCount,plural, =1{خاصية CSS غير المتوافقة: {properties}}zero{خصائص CSS غير المتوافقة: {properties}}two{خاصيتا CSS غير المتوافقتَين: {properties}}few{خصائص CSS غير المتوافقة: {properties}}many{خصائص CSS غير المتوافقة: {properties}}other{خصائص CSS غير المتوافقة: {properties}}}"
|
|
1252
1240
|
},
|
|
1253
|
-
"
|
|
1241
|
+
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1254
1242
|
"message": "يحتوي \"التأثير\" على مَعلَمات توقيت غير متوافقة"
|
|
1255
1243
|
},
|
|
1256
|
-
"
|
|
1244
|
+
"core/audits/performance-budget.js | description": {
|
|
1257
1245
|
"message": "يمكنك الحفاظ على كمية طلبات الشبكة وحجمها ضمن الاستهدافات المحدّدة في ميزانية الأداء المقدّمة. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/budgets)"
|
|
1258
1246
|
},
|
|
1259
|
-
"
|
|
1247
|
+
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1260
1248
|
"message": "{count,plural, =1{طلب واحد}zero{# طلب}two{طلبان (#)}few{# طلبات}many{# طلبًا}other{# طلب}}"
|
|
1261
1249
|
},
|
|
1262
|
-
"
|
|
1250
|
+
"core/audits/performance-budget.js | title": {
|
|
1263
1251
|
"message": "ميزانية الأداء"
|
|
1264
1252
|
},
|
|
1265
|
-
"
|
|
1253
|
+
"core/audits/preload-fonts.js | description": {
|
|
1266
1254
|
"message": "يجب تحميل الخطوط `optional` مُسبَقًا حتى يتسنى للزوار لأول مرة استخدامها. [مزيد من المعلومات](https://web.dev/preload-optional-fonts/)"
|
|
1267
1255
|
},
|
|
1268
|
-
"
|
|
1256
|
+
"core/audits/preload-fonts.js | failureTitle": {
|
|
1269
1257
|
"message": "الخطوط التي استخدمت `font-display: optional` لم يتم تحميلها مُسبَقًا"
|
|
1270
1258
|
},
|
|
1271
|
-
"
|
|
1259
|
+
"core/audits/preload-fonts.js | title": {
|
|
1272
1260
|
"message": "تم تحميل الخطوط التي استخدمت `font-display: optional` مُسبَقًا"
|
|
1273
1261
|
},
|
|
1274
|
-
"
|
|
1262
|
+
"core/audits/preload-lcp-image.js | description": {
|
|
1275
1263
|
"message": "يُرجى إجراء تحميل مُسبَق للصورة التي يستخدمها عنصر المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\" (LCP)، وذلك لتحسين وقت المقياس. [مزيد من المعلومات](https://web.dev/optimize-lcp/#preload-important-resources)"
|
|
1276
1264
|
},
|
|
1277
|
-
"
|
|
1265
|
+
"core/audits/preload-lcp-image.js | title": {
|
|
1278
1266
|
"message": "التحميل المُسبَق لصورة المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\""
|
|
1279
1267
|
},
|
|
1280
|
-
"
|
|
1268
|
+
"core/audits/redirects.js | description": {
|
|
1281
1269
|
"message": "تؤدي عمليات إعادة التوجيه إلى حدوث تأخيرات إضافية قبل أن يتم تحميل الصفحة. [مزيد من المعلومات](https://web.dev/redirects/)"
|
|
1282
1270
|
},
|
|
1283
|
-
"
|
|
1271
|
+
"core/audits/redirects.js | title": {
|
|
1284
1272
|
"message": "تجنُب عمليات إعادة توجيه الصفحات المتعددة"
|
|
1285
1273
|
},
|
|
1286
|
-
"
|
|
1274
|
+
"core/audits/resource-summary.js | description": {
|
|
1287
1275
|
"message": "لضبط ميزانيات لكمية موارد الصفحة وحجمها، يمكنك إضافة ملف budget.json. [مزيد من المعلومات](https://web.dev/use-lighthouse-for-performance-budgets/)"
|
|
1288
1276
|
},
|
|
1289
|
-
"
|
|
1277
|
+
"core/audits/resource-summary.js | displayValue": {
|
|
1290
1278
|
"message": "{requestCount,plural, =1{طلب واحد • {byteCount, number, bytes} كيبيبايت}zero{# طلب • {byteCount, number, bytes} كيبيبايت}two{طلبان • {byteCount, number, bytes} كيبيبايت}few{# طلبات • {byteCount, number, bytes} كيبيبايت}many{# طلبًا • {byteCount, number, bytes} كيبيبايت}other{# طلب • {byteCount, number, bytes} كيبيبايت}}"
|
|
1291
1279
|
},
|
|
1292
|
-
"
|
|
1280
|
+
"core/audits/resource-summary.js | title": {
|
|
1293
1281
|
"message": "الحفاظ على انخفاض عدد الطلبات ونقل الأحجام الصغيرة"
|
|
1294
1282
|
},
|
|
1295
|
-
"
|
|
1283
|
+
"core/audits/seo/canonical.js | description": {
|
|
1296
1284
|
"message": "تقترح الروابط الأساسية عنوان URL للعرض في نتائج البحث. [مزيد من المعلومات](https://web.dev/canonical/)"
|
|
1297
1285
|
},
|
|
1298
|
-
"
|
|
1286
|
+
"core/audits/seo/canonical.js | explanationConflict": {
|
|
1299
1287
|
"message": "تتعدّد عناوين URL المتضاربة ({urlList})."
|
|
1300
1288
|
},
|
|
1301
|
-
"
|
|
1289
|
+
"core/audits/seo/canonical.js | explanationInvalid": {
|
|
1302
1290
|
"message": "عنوان URL غير صالح ({url})"
|
|
1303
1291
|
},
|
|
1304
|
-
"
|
|
1292
|
+
"core/audits/seo/canonical.js | explanationPointsElsewhere": {
|
|
1305
1293
|
"message": "يشير عنوان URL إلى موقع جغرافي `hreflang` آخر ({url})"
|
|
1306
1294
|
},
|
|
1307
|
-
"
|
|
1295
|
+
"core/audits/seo/canonical.js | explanationRelative": {
|
|
1308
1296
|
"message": "عنوان URL غير كامل ({url})"
|
|
1309
1297
|
},
|
|
1310
|
-
"
|
|
1298
|
+
"core/audits/seo/canonical.js | explanationRoot": {
|
|
1311
1299
|
"message": "يشير إلى عنوان URL الجذر للنطاق (الصفحة الرئيسية)، بدلاً من صفحة مكافئة للمحتوى"
|
|
1312
1300
|
},
|
|
1313
|
-
"
|
|
1301
|
+
"core/audits/seo/canonical.js | failureTitle": {
|
|
1314
1302
|
"message": "المستند لا يحتوي على سمة `rel=canonical` صالحة"
|
|
1315
1303
|
},
|
|
1316
|
-
"
|
|
1304
|
+
"core/audits/seo/canonical.js | title": {
|
|
1317
1305
|
"message": "المستند يحتوي على سمة `rel=canonical` صالحة"
|
|
1318
1306
|
},
|
|
1319
|
-
"
|
|
1307
|
+
"core/audits/seo/crawlable-anchors.js | columnFailingLink": {
|
|
1320
1308
|
"message": "الروابط التي لا يمكن الزحف إليها"
|
|
1321
1309
|
},
|
|
1322
|
-
"
|
|
1310
|
+
"core/audits/seo/crawlable-anchors.js | description": {
|
|
1323
1311
|
"message": "قد تستخدم محركات البحث سمات `href` على الروابط بهدف الزحف إلى المواقع الإلكترونية. يُرجى التأكّد من أنّ سمة `href` لعناصر الارتساء ترتبط بوجهة مناسبة، حيث يمكن اكتشاف مزيد من صفحات الموقع الإلكتروني. [مزيد من المعلومات](https://support.google.com/webmasters/answer/9112205)"
|
|
1324
1312
|
},
|
|
1325
|
-
"
|
|
1313
|
+
"core/audits/seo/crawlable-anchors.js | failureTitle": {
|
|
1326
1314
|
"message": "لا يمكن الزحف إلى الروابط"
|
|
1327
1315
|
},
|
|
1328
|
-
"
|
|
1316
|
+
"core/audits/seo/crawlable-anchors.js | title": {
|
|
1329
1317
|
"message": "يمكن الزحف إلى الروابط"
|
|
1330
1318
|
},
|
|
1331
|
-
"
|
|
1319
|
+
"core/audits/seo/font-size.js | additionalIllegibleText": {
|
|
1332
1320
|
"message": "نص إضافي غير قابل للقراءة"
|
|
1333
1321
|
},
|
|
1334
|
-
"
|
|
1322
|
+
"core/audits/seo/font-size.js | columnFontSize": {
|
|
1335
1323
|
"message": "حجم الخط"
|
|
1336
1324
|
},
|
|
1337
|
-
"
|
|
1325
|
+
"core/audits/seo/font-size.js | columnPercentPageText": {
|
|
1338
1326
|
"message": "% من نص الصفحة"
|
|
1339
1327
|
},
|
|
1340
|
-
"
|
|
1328
|
+
"core/audits/seo/font-size.js | columnSelector": {
|
|
1341
1329
|
"message": "أداة الاختيار"
|
|
1342
1330
|
},
|
|
1343
|
-
"
|
|
1331
|
+
"core/audits/seo/font-size.js | description": {
|
|
1344
1332
|
"message": "أحجام الخطوط الأقل من 12 بكسل صغيرة جدًا بحيث لا يمكن قراءتها بسهولة وتتطلب من مستخدمي الجوّال \"التكبير أو التصغير بإصبعين\" من أجل قراءتها. يمكنك بذل قصارى جهدك للحصول على نسبة أكبر من 60% من نص الصفحة بمقدار أكبر من أو يساوي 12 بكسل. [مزيد من المعلومات](https://web.dev/font-size/)"
|
|
1345
1333
|
},
|
|
1346
|
-
"
|
|
1334
|
+
"core/audits/seo/font-size.js | displayValue": {
|
|
1347
1335
|
"message": "نص {decimalProportion, number, extendedPercent} قابل للقراءة"
|
|
1348
1336
|
},
|
|
1349
|
-
"
|
|
1337
|
+
"core/audits/seo/font-size.js | explanationViewport": {
|
|
1350
1338
|
"message": "النص غير مقروء لأنه لا تتوفّر علامة وصفية لإطار العرض محسنة لشاشات الجوّال."
|
|
1351
1339
|
},
|
|
1352
|
-
"
|
|
1340
|
+
"core/audits/seo/font-size.js | failureTitle": {
|
|
1353
1341
|
"message": "لا يستخدم المستند أحجام الخطوط القابلة للقراءة"
|
|
1354
1342
|
},
|
|
1355
|
-
"
|
|
1343
|
+
"core/audits/seo/font-size.js | legibleText": {
|
|
1356
1344
|
"message": "نص قابل للقراءة"
|
|
1357
1345
|
},
|
|
1358
|
-
"
|
|
1346
|
+
"core/audits/seo/font-size.js | title": {
|
|
1359
1347
|
"message": "يستخدم المستند أحجام الخط القابلة للقراءة"
|
|
1360
1348
|
},
|
|
1361
|
-
"
|
|
1349
|
+
"core/audits/seo/hreflang.js | description": {
|
|
1362
1350
|
"message": "تخبر روابط hreflang محركات البحث عن إصدار الصفحة الذي يجب إدراجه في نتائج البحث للغة أو منطقة معيّنة. [مزيد من المعلومات](https://web.dev/hreflang/)"
|
|
1363
1351
|
},
|
|
1364
|
-
"
|
|
1352
|
+
"core/audits/seo/hreflang.js | failureTitle": {
|
|
1365
1353
|
"message": "المستند لا يحتوي على سمة `hreflang` صالحة"
|
|
1366
1354
|
},
|
|
1367
|
-
"
|
|
1355
|
+
"core/audits/seo/hreflang.js | notFullyQualified": {
|
|
1368
1356
|
"message": "قيمة href غير مؤهلة بالكامل."
|
|
1369
1357
|
},
|
|
1370
|
-
"
|
|
1358
|
+
"core/audits/seo/hreflang.js | title": {
|
|
1371
1359
|
"message": "المستند يحتوي على سمة `hreflang` صالحة"
|
|
1372
1360
|
},
|
|
1373
|
-
"
|
|
1361
|
+
"core/audits/seo/hreflang.js | unexpectedLanguage": {
|
|
1374
1362
|
"message": "رمز اللغة غير متوقّع."
|
|
1375
1363
|
},
|
|
1376
|
-
"
|
|
1364
|
+
"core/audits/seo/http-status-code.js | description": {
|
|
1377
1365
|
"message": "قد لا تتم فهرسة الصفحات التي تتضمّن رموز حالة HTTP غير صالحة بشكلٍ صحيح. [مزيد من المعلومات](https://web.dev/http-status-code/)"
|
|
1378
1366
|
},
|
|
1379
|
-
"
|
|
1367
|
+
"core/audits/seo/http-status-code.js | failureTitle": {
|
|
1380
1368
|
"message": "تحتوي الصفحة على رمز حالة HTTP غير صالح"
|
|
1381
1369
|
},
|
|
1382
|
-
"
|
|
1370
|
+
"core/audits/seo/http-status-code.js | title": {
|
|
1383
1371
|
"message": "تحتوي الصفحة على رمز حالة HTTP صالح"
|
|
1384
1372
|
},
|
|
1385
|
-
"
|
|
1373
|
+
"core/audits/seo/is-crawlable.js | description": {
|
|
1386
1374
|
"message": "يتعذّر على محركات البحث تضمين صفحاتك في نتائج البحث في حال عدم حصولها على إذن للزحف إلى هذه الصفحات. [مزيد من المعلومات](https://web.dev/is-crawable/)"
|
|
1387
1375
|
},
|
|
1388
|
-
"
|
|
1376
|
+
"core/audits/seo/is-crawlable.js | failureTitle": {
|
|
1389
1377
|
"message": "يتم حظر الصفحة من الفهرسة"
|
|
1390
1378
|
},
|
|
1391
|
-
"
|
|
1379
|
+
"core/audits/seo/is-crawlable.js | title": {
|
|
1392
1380
|
"message": "الصفحة ليست محظورة من الفهرسة"
|
|
1393
1381
|
},
|
|
1394
|
-
"
|
|
1382
|
+
"core/audits/seo/link-text.js | description": {
|
|
1395
1383
|
"message": "يساعد نص الرابط الوصفي محركات البحث على فهم المحتوى. [مزيد من المعلومات](https://web.dev/link-text/)"
|
|
1396
1384
|
},
|
|
1397
|
-
"
|
|
1385
|
+
"core/audits/seo/link-text.js | displayValue": {
|
|
1398
1386
|
"message": "{itemCount,plural, =1{تم العثور على رابط واحد}zero{تم العثور على # رابط}two{تم العثور على رابطين (#)}few{تم العثور على # روابط}many{تم العثور على # رابطًا}other{تم العثور على # رابط}}"
|
|
1399
1387
|
},
|
|
1400
|
-
"
|
|
1388
|
+
"core/audits/seo/link-text.js | failureTitle": {
|
|
1401
1389
|
"message": "عدم احتواء الروابط على نص وصفي"
|
|
1402
1390
|
},
|
|
1403
|
-
"
|
|
1391
|
+
"core/audits/seo/link-text.js | title": {
|
|
1404
1392
|
"message": "تحتوي الروابط على نص وصفي"
|
|
1405
1393
|
},
|
|
1406
|
-
"
|
|
1394
|
+
"core/audits/seo/manual/structured-data.js | description": {
|
|
1407
1395
|
"message": "يمكنك تشغيل [أداة اختبار البيانات المنظَّمة](https://search.google.com/structured-data/testing-tool/) و[Linter للبيانات المنظَّمة](http://linter.structured-data.org/) للتحقّق من البيانات المنظَّمة. [مزيد من المعلومات](https://web.dev/structured-data/)"
|
|
1408
1396
|
},
|
|
1409
|
-
"
|
|
1397
|
+
"core/audits/seo/manual/structured-data.js | title": {
|
|
1410
1398
|
"message": "البيانات المنظَّمة صالحة"
|
|
1411
1399
|
},
|
|
1412
|
-
"
|
|
1400
|
+
"core/audits/seo/meta-description.js | description": {
|
|
1413
1401
|
"message": "قد يتم تضمين الأوصاف التعريفية في نتائج البحث لتلخيص محتوى الصفحة بإيجاز. [مزيد من المعلومات](https://web.dev/meta-description/)"
|
|
1414
1402
|
},
|
|
1415
|
-
"
|
|
1403
|
+
"core/audits/seo/meta-description.js | explanation": {
|
|
1416
1404
|
"message": "نص الوصف فارغ."
|
|
1417
1405
|
},
|
|
1418
|
-
"
|
|
1406
|
+
"core/audits/seo/meta-description.js | failureTitle": {
|
|
1419
1407
|
"message": "لا يحتوي المستند على وصف تعريفي"
|
|
1420
1408
|
},
|
|
1421
|
-
"
|
|
1409
|
+
"core/audits/seo/meta-description.js | title": {
|
|
1422
1410
|
"message": "يحتوي المستند على وصف تعريفي"
|
|
1423
1411
|
},
|
|
1424
|
-
"
|
|
1412
|
+
"core/audits/seo/plugins.js | description": {
|
|
1425
1413
|
"message": "لا يمكن لمحركات البحث فهرسة محتوى مكون إضافي وتحظر العديد من الأجهزة استخدام المكونات الإضافية أو لا توفّرها. [مزيد من المعلومات](https://web.dev/plugins/)"
|
|
1426
1414
|
},
|
|
1427
|
-
"
|
|
1415
|
+
"core/audits/seo/plugins.js | failureTitle": {
|
|
1428
1416
|
"message": "يستخدم المستند مكونات إضافية"
|
|
1429
1417
|
},
|
|
1430
|
-
"
|
|
1418
|
+
"core/audits/seo/plugins.js | title": {
|
|
1431
1419
|
"message": "يتجنّب المستند المكونات الإضافية"
|
|
1432
1420
|
},
|
|
1433
|
-
"
|
|
1421
|
+
"core/audits/seo/robots-txt.js | description": {
|
|
1434
1422
|
"message": "في حال كان ملف robots.txt مكتوبًا بصيغة غير صحيحة، يمكن ألا تفهم برامج الزحف كيف تريد أن يتم الزحف إلى موقعك الإلكتروني أو أن تتم فهرسته. [مزيد من المعلومات](https://web.dev/robots-txt/)"
|
|
1435
1423
|
},
|
|
1436
|
-
"
|
|
1424
|
+
"core/audits/seo/robots-txt.js | displayValueHttpBadCode": {
|
|
1437
1425
|
"message": "الطلب لملف robots.txt عرض حالة HTTP: {statusCode}"
|
|
1438
1426
|
},
|
|
1439
|
-
"
|
|
1427
|
+
"core/audits/seo/robots-txt.js | displayValueValidationError": {
|
|
1440
1428
|
"message": "{itemCount,plural, =1{تم العثور على خطأ واحد}zero{تم العثور على # خطأ}two{تم العثور على خطأين (#)}few{تم العثور على # أخطاء}many{تم العثور على # خطأً}other{تم العثور على # خطأ}}"
|
|
1441
1429
|
},
|
|
1442
|
-
"
|
|
1430
|
+
"core/audits/seo/robots-txt.js | explanation": {
|
|
1443
1431
|
"message": "تعذّر على Lighthouse تنزيل ملف robots.txt"
|
|
1444
1432
|
},
|
|
1445
|
-
"
|
|
1433
|
+
"core/audits/seo/robots-txt.js | failureTitle": {
|
|
1446
1434
|
"message": "ملف \"robots.txt\" غير صالح"
|
|
1447
1435
|
},
|
|
1448
|
-
"
|
|
1436
|
+
"core/audits/seo/robots-txt.js | title": {
|
|
1449
1437
|
"message": "ملف \"robots.txt\" صالح"
|
|
1450
1438
|
},
|
|
1451
|
-
"
|
|
1439
|
+
"core/audits/seo/tap-targets.js | description": {
|
|
1452
1440
|
"message": "يجب أن تكون العناصر التفاعلية، مثل الأزرار والروابط، كبيرة بشكلٍ كافٍ (48 × 48 بكسل) وأن تحيط بها مساحة كافية ليكون من السهل النقر عليها بدون النقر على أي عناصر أخرى. [مزيد من المعلومات](https://web.dev/tap-targets/)"
|
|
1453
1441
|
},
|
|
1454
|
-
"
|
|
1442
|
+
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1455
1443
|
"message": "تم تحديد حجم {decimalProportion, number, percent} لأهداف النقر بشكلٍ مناسب"
|
|
1456
1444
|
},
|
|
1457
|
-
"
|
|
1445
|
+
"core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
|
|
1458
1446
|
"message": "أهداف النقر صغيرة جدًا لأنه لا تتوفّر علامة وصفية لإطار العرض محسنة لشاشات الجوّال."
|
|
1459
1447
|
},
|
|
1460
|
-
"
|
|
1448
|
+
"core/audits/seo/tap-targets.js | failureTitle": {
|
|
1461
1449
|
"message": "لم يتم تحديد حجم أهداف النقر بشكل مناسب"
|
|
1462
1450
|
},
|
|
1463
|
-
"
|
|
1451
|
+
"core/audits/seo/tap-targets.js | overlappingTargetHeader": {
|
|
1464
1452
|
"message": "استهداف متداخِل"
|
|
1465
1453
|
},
|
|
1466
|
-
"
|
|
1454
|
+
"core/audits/seo/tap-targets.js | tapTargetHeader": {
|
|
1467
1455
|
"message": "هدف النقر"
|
|
1468
1456
|
},
|
|
1469
|
-
"
|
|
1457
|
+
"core/audits/seo/tap-targets.js | title": {
|
|
1470
1458
|
"message": "يتم تحديد حجم أهداف النقر بشكل مناسب"
|
|
1471
1459
|
},
|
|
1472
|
-
"
|
|
1460
|
+
"core/audits/server-response-time.js | description": {
|
|
1473
1461
|
"message": "يجب إبقاء وقت استجابة الخادم للمستند الرئيسي قصيرًا، بسبب اعتماد جميع الطلبات الأخرى على هذا الإجراء. [مزيد من المعلومات](https://web.dev/time-to-first-byte/)"
|
|
1474
1462
|
},
|
|
1475
|
-
"
|
|
1463
|
+
"core/audits/server-response-time.js | displayValue": {
|
|
1476
1464
|
"message": "استغرق مستند الجذر {timeInMs, number, milliseconds} مللي ثانية"
|
|
1477
1465
|
},
|
|
1478
|
-
"
|
|
1466
|
+
"core/audits/server-response-time.js | failureTitle": {
|
|
1479
1467
|
"message": "تقليل وقت استجابة الخادم الأوّلي"
|
|
1480
1468
|
},
|
|
1481
|
-
"
|
|
1469
|
+
"core/audits/server-response-time.js | title": {
|
|
1482
1470
|
"message": "وقت استجابة الخادم الأوّلي قصير"
|
|
1483
1471
|
},
|
|
1484
|
-
"
|
|
1472
|
+
"core/audits/service-worker.js | description": {
|
|
1485
1473
|
"message": "مشغّل الخدمات هو التكنولوجيا التي تمكّن تطبيقك من استخدام ميزات عديدة من \"تطبيق الويب التقدّمي\"، مثل الاستجابة عند عدم الاتصال بالإنترنت والإضافة إلى الشاشة الرئيسية والإشعارات الفورية. [مزيد من المعلومات](https://web.dev/service-worker/)"
|
|
1486
1474
|
},
|
|
1487
|
-
"
|
|
1475
|
+
"core/audits/service-worker.js | explanationBadManifest": {
|
|
1488
1476
|
"message": "يتحكم مشغّل الخدمات في هذه الصفحة، ومع ذلك لم يتم العثور على `start_url` بسبب تعذّر تحليل البيان كملف JSON صالح"
|
|
1489
1477
|
},
|
|
1490
|
-
"
|
|
1478
|
+
"core/audits/service-worker.js | explanationBadStartUrl": {
|
|
1491
1479
|
"message": "يتحكم مشغّل الخدمات في هذه الصفحة، ومع ذلك لا يتوفر `start_url` ({startUrl}) في نطاق مشغّل الخدمات ({scopeUrl})"
|
|
1492
1480
|
},
|
|
1493
|
-
"
|
|
1481
|
+
"core/audits/service-worker.js | explanationNoManifest": {
|
|
1494
1482
|
"message": "يتحكم مشغّل الخدمات في هذه الصفحة، ومع ذلك لم يتم العثور على `start_url` لأنه لم يتم جلب أي بيان."
|
|
1495
1483
|
},
|
|
1496
|
-
"
|
|
1484
|
+
"core/audits/service-worker.js | explanationOutOfScope": {
|
|
1497
1485
|
"message": "تحتوي نقطة الانطلاق هذه على مشغّل خدمات واحد أو أكثر، ولكن لا يوجد مشغّل يتحكم في الصفحة ({pageUrl})."
|
|
1498
1486
|
},
|
|
1499
|
-
"
|
|
1487
|
+
"core/audits/service-worker.js | failureTitle": {
|
|
1500
1488
|
"message": "عدم تسجيل مشغّل الخدمات الذي يتحكّم في صفحة و`start_url`"
|
|
1501
1489
|
},
|
|
1502
|
-
"
|
|
1490
|
+
"core/audits/service-worker.js | title": {
|
|
1503
1491
|
"message": "تسجيل مشغّل الخدمات الذي يتحكّم في صفحة و`start_url`"
|
|
1504
1492
|
},
|
|
1505
|
-
"
|
|
1493
|
+
"core/audits/splash-screen.js | description": {
|
|
1506
1494
|
"message": "تضمن شاشة البداية المميزة توفير تجربة عالية الجودة عند إطلاق المستخدمين تطبيقك من الشاشات الرئيسية. [مزيد من المعلومات](https://web.dev/splash-screen/)"
|
|
1507
1495
|
},
|
|
1508
|
-
"
|
|
1496
|
+
"core/audits/splash-screen.js | failureTitle": {
|
|
1509
1497
|
"message": "عدم الضبط لشاشة بداية مخصّصة"
|
|
1510
1498
|
},
|
|
1511
|
-
"
|
|
1499
|
+
"core/audits/splash-screen.js | title": {
|
|
1512
1500
|
"message": "تم الضبط لشاشة البداية المخصّصة"
|
|
1513
1501
|
},
|
|
1514
|
-
"
|
|
1502
|
+
"core/audits/themed-omnibox.js | description": {
|
|
1515
1503
|
"message": "يمكن تصميم شريط العناوين للمتصفح لمطابقة موقعك الإلكتروني. [مزيد من المعلومات](https://web.dev/themed-omnibox/)"
|
|
1516
1504
|
},
|
|
1517
|
-
"
|
|
1505
|
+
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1518
1506
|
"message": "عدم ضبط لون تصميم لشريط العناوين"
|
|
1519
1507
|
},
|
|
1520
|
-
"
|
|
1508
|
+
"core/audits/themed-omnibox.js | title": {
|
|
1521
1509
|
"message": "ضبط لون تصميم لشريط العناوين"
|
|
1522
1510
|
},
|
|
1523
|
-
"
|
|
1511
|
+
"core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
|
1524
1512
|
"message": "{productName} (منتج متعلق بخدمة العملاء)"
|
|
1525
1513
|
},
|
|
1526
|
-
"
|
|
1514
|
+
"core/audits/third-party-facades.js | categoryMarketing": {
|
|
1527
1515
|
"message": "{productName} (منتج متعلق بالتسويق)"
|
|
1528
1516
|
},
|
|
1529
|
-
"
|
|
1517
|
+
"core/audits/third-party-facades.js | categorySocial": {
|
|
1530
1518
|
"message": "{productName} (منتج متعلق بوسائل التواصل الاجتماعي)"
|
|
1531
1519
|
},
|
|
1532
|
-
"
|
|
1520
|
+
"core/audits/third-party-facades.js | categoryVideo": {
|
|
1533
1521
|
"message": "{productName} (منتج متعلق بالفيديو)"
|
|
1534
1522
|
},
|
|
1535
|
-
"
|
|
1523
|
+
"core/audits/third-party-facades.js | columnProduct": {
|
|
1536
1524
|
"message": "المنتج"
|
|
1537
1525
|
},
|
|
1538
|
-
"
|
|
1526
|
+
"core/audits/third-party-facades.js | description": {
|
|
1539
1527
|
"message": "بعض الرموز المضمّنة التابعة لجهات خارجية يمكن تحميلها ببطء. ويمكنك استبدال هذه الرموز المضمّنة بإحدى الواجهات إلى حين الحاجة إليها. [مزيد من المعلومات](https://web.dev/third-party-facades/)"
|
|
1540
1528
|
},
|
|
1541
|
-
"
|
|
1529
|
+
"core/audits/third-party-facades.js | displayValue": {
|
|
1542
1530
|
"message": "{itemCount,plural, =1{تتوفّر واجهة واحدة بديلة.}zero{تتوفّر # واجهة بديلة.}two{تتوفّر واجهتان بديلتان.}few{تتوفّر # واجهات بديلة.}many{تتوفّر # واجهة بديلة.}other{تتوفّر # واجهة بديلة.}}"
|
|
1543
1531
|
},
|
|
1544
|
-
"
|
|
1532
|
+
"core/audits/third-party-facades.js | failureTitle": {
|
|
1545
1533
|
"message": "بعض الموارد التابعة لجهات خارجية يمكن تحميلها ببطء مع واجهة"
|
|
1546
1534
|
},
|
|
1547
|
-
"
|
|
1535
|
+
"core/audits/third-party-facades.js | title": {
|
|
1548
1536
|
"message": "تحميل الموارد التابعة لجهات خارجية ببطء مع واجهات"
|
|
1549
1537
|
},
|
|
1550
|
-
"
|
|
1538
|
+
"core/audits/third-party-summary.js | columnThirdParty": {
|
|
1551
1539
|
"message": "الجهة الخارجية"
|
|
1552
1540
|
},
|
|
1553
|
-
"
|
|
1541
|
+
"core/audits/third-party-summary.js | description": {
|
|
1554
1542
|
"message": "يمكن أن يؤثر الرمز البرمجي الخاصّ بالجهة الخارجية بشكل كبير في أداء التحميل. يمكنك تحديد عدد مقدِّمي الخدمة للجهات الخارجية المتكرّرين ومحاولة تحميل الرمز البرمجي الخاص بالجهة الخارجية بعد انتهاء تحميل صفحتك بشكل أساسي. [مزيد من المعلومات](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)"
|
|
1555
1543
|
},
|
|
1556
|
-
"
|
|
1544
|
+
"core/audits/third-party-summary.js | displayValue": {
|
|
1557
1545
|
"message": "لقد حظر رمز الجهة الخارجية سلسلة المحادثات الرئيسية لمدة {timeInMs, number, milliseconds} مللي ثانية"
|
|
1558
1546
|
},
|
|
1559
|
-
"
|
|
1547
|
+
"core/audits/third-party-summary.js | failureTitle": {
|
|
1560
1548
|
"message": "تقليل تأثير رمز الجهة الخارجية"
|
|
1561
1549
|
},
|
|
1562
|
-
"
|
|
1550
|
+
"core/audits/third-party-summary.js | title": {
|
|
1563
1551
|
"message": "تقليل استخدام الرموز التابعة لجهات خارجية"
|
|
1564
1552
|
},
|
|
1565
|
-
"
|
|
1553
|
+
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1566
1554
|
"message": "القياسات"
|
|
1567
1555
|
},
|
|
1568
|
-
"
|
|
1556
|
+
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1569
1557
|
"message": "المقياس"
|
|
1570
1558
|
},
|
|
1571
|
-
"
|
|
1559
|
+
"core/audits/timing-budget.js | description": {
|
|
1572
1560
|
"message": "يمكنك إعداد ميزانية قائمة على الوقت لتساعدك في مراقبة أداء موقعك الإلكتروني. إنّ للمواقع الإلكترونية ذات الأداء العالي سرعة في التحميل وفي الردّ على إدخالات المستخدم. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/budgets)"
|
|
1573
1561
|
},
|
|
1574
|
-
"
|
|
1562
|
+
"core/audits/timing-budget.js | title": {
|
|
1575
1563
|
"message": "ميزانية قائمة على الوقت"
|
|
1576
1564
|
},
|
|
1577
|
-
"
|
|
1565
|
+
"core/audits/unsized-images.js | description": {
|
|
1578
1566
|
"message": "يجب إعداد قيَم عرض وارتفاع محدَّدة في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). [مزيد من المعلومات](https://web.dev/optimize-cls/#images-without-dimensions)"
|
|
1579
1567
|
},
|
|
1580
|
-
"
|
|
1568
|
+
"core/audits/unsized-images.js | failureTitle": {
|
|
1581
1569
|
"message": "عناصر الصور لا تحتوي على قيَم `width` و`height` محدَّدة"
|
|
1582
1570
|
},
|
|
1583
|
-
"
|
|
1571
|
+
"core/audits/unsized-images.js | title": {
|
|
1584
1572
|
"message": "عناصر الصورة تحتوي على قيَم `width` و`height` محدَّدة"
|
|
1585
1573
|
},
|
|
1586
|
-
"
|
|
1574
|
+
"core/audits/user-timings.js | columnType": {
|
|
1587
1575
|
"message": "النوع"
|
|
1588
1576
|
},
|
|
1589
|
-
"
|
|
1577
|
+
"core/audits/user-timings.js | description": {
|
|
1590
1578
|
"message": "يمكنك توجيه تطبيقك باستخدام \"واجهة برمجة التطبيقات لأوقات المستخدم\" لقياس الأداء الفعلي العالمي لتطبيقك أثناء التجارب الأساسية للمستخدمين. [مزيد من المعلومات](https://web.dev/user-timings/)"
|
|
1591
1579
|
},
|
|
1592
|
-
"
|
|
1580
|
+
"core/audits/user-timings.js | displayValue": {
|
|
1593
1581
|
"message": "{itemCount,plural, =1{وقت واحد للمستخدم}zero{# وقت للمستخدم}two{وقتا (#) المستخدم}few{# أوقات للمستخدم}many{# وقتًا للمستخدم}other{# وقت للمستخدم}}"
|
|
1594
1582
|
},
|
|
1595
|
-
"
|
|
1583
|
+
"core/audits/user-timings.js | title": {
|
|
1596
1584
|
"message": "علامات أوقات المستخدم وقياساتها"
|
|
1597
1585
|
},
|
|
1598
|
-
"
|
|
1586
|
+
"core/audits/uses-rel-preconnect.js | crossoriginWarning": {
|
|
1599
1587
|
"message": "تم العثور على رابط `<link rel=preconnect>` لـ \"{securityOrigin}\"، ولكن لم يتم استخدامه من خلال المتصفّح. يُرجى التحقّق من استخدام السمة `crossorigin` بشكل صحيح."
|
|
1600
1588
|
},
|
|
1601
|
-
"
|
|
1589
|
+
"core/audits/uses-rel-preconnect.js | description": {
|
|
1602
1590
|
"message": "يمكنك إضافة تعديلات المورد `preconnect` أو `dns-prefetch` لإنشاء اتصالات مبكرة بأصول مهمة تابعة لجهة خارجية. [مزيد من المعلومات](https://web.dev/uses-rel-preconnect/)"
|
|
1603
1591
|
},
|
|
1604
|
-
"
|
|
1592
|
+
"core/audits/uses-rel-preconnect.js | title": {
|
|
1605
1593
|
"message": "الاتصال المسبق للأصول المطلوبة"
|
|
1606
1594
|
},
|
|
1607
|
-
"
|
|
1595
|
+
"core/audits/uses-rel-preconnect.js | tooManyPreconnectLinksWarning": {
|
|
1608
1596
|
"message": "تم العثور على أكثر من رابطَيّ `<link rel=preconnect>`. ننصحك بعدم استخدام هذه الروابط بشكل كبير واقتصارها على المصادر الأكثر أهمية فقط."
|
|
1609
1597
|
},
|
|
1610
|
-
"
|
|
1598
|
+
"core/audits/uses-rel-preconnect.js | unusedWarning": {
|
|
1611
1599
|
"message": "تم العثور على رابط `<link rel=preconnect>` لـ \"{securityOrigin}\"، ولكن لم يتم استخدامه من خلال المتصفّح. يجب فقط استخدام `preconnect` للمواقع الإلكترونية المهمّة التي ستطلبها الصفحة خلال عملية التحميل."
|
|
1612
1600
|
},
|
|
1613
|
-
"
|
|
1601
|
+
"core/audits/uses-rel-preload.js | crossoriginWarning": {
|
|
1614
1602
|
"message": "تم العثور على رابط `<link>` للتحميل المُسبَق لـ \"{preloadURL}\"، ولكن لم يتم استخدامه من خلال المتصفّح. يُرجى التحقّق من استخدام السمة `crossorigin` بشكل صحيح."
|
|
1615
1603
|
},
|
|
1616
|
-
"
|
|
1604
|
+
"core/audits/uses-rel-preload.js | description": {
|
|
1617
1605
|
"message": "يمكنك استخدام `<link rel=preload>` لتحديد أولويات جلب الموارد المطلوبة حاليًا في وقتٍ لاحق في تحميل الصفحة. [مزيد من المعلومات](https://web.dev/uses-rel-preload/)"
|
|
1618
1606
|
},
|
|
1619
|
-
"
|
|
1607
|
+
"core/audits/uses-rel-preload.js | title": {
|
|
1620
1608
|
"message": "التحميل المسبق للطلبات الأساسية"
|
|
1621
1609
|
},
|
|
1622
|
-
"
|
|
1610
|
+
"core/audits/valid-source-maps.js | columnMapURL": {
|
|
1623
1611
|
"message": "عنوان URL لخريطة المصدر"
|
|
1624
1612
|
},
|
|
1625
|
-
"
|
|
1613
|
+
"core/audits/valid-source-maps.js | description": {
|
|
1626
1614
|
"message": "تترجم خرائط المصدر الرمز المصغَّر إلى رمز المصدر الأصلي. ويساعد هذا الإجراء مطوّري البرامج على تصحيح الأخطاء في مرحلة الإنتاج. وتستطيع أيضًا أداة Lighthouse أن توفّر معلومات إضافية. ننصحك بنشر خرائط المصدر للاستفادة من هذه المزايا. [مزيد من المعلومات](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps)"
|
|
1627
1615
|
},
|
|
1628
|
-
"
|
|
1616
|
+
"core/audits/valid-source-maps.js | failureTitle": {
|
|
1629
1617
|
"message": "عدم توفّر خرائط مصدر للغة JavaScript من الطرف الأول الكبير"
|
|
1630
1618
|
},
|
|
1631
|
-
"
|
|
1619
|
+
"core/audits/valid-source-maps.js | missingSourceMapErrorMessage": {
|
|
1632
1620
|
"message": "لا يحتوي ملف JavaScript الكبير على خريطة مصدر"
|
|
1633
1621
|
},
|
|
1634
|
-
"
|
|
1622
|
+
"core/audits/valid-source-maps.js | missingSourceMapItemsWarningMesssage": {
|
|
1635
1623
|
"message": "{missingItems,plural, =1{تحذير: هناك عنصر واحد غير متوفّر في السمة `.sourcesContent`}zero{تحذير: هناك # عنصر غير متوفّر في السمة `.sourcesContent`}two{تحذير: هناك عنصران غير متوفرَّين في السمة `.sourcesContent`}few{تحذير: هناك # عناصر غير متوفّرة في السمة `.sourcesContent`}many{تحذير: هناك # عنصرًا غير متوفّر في السمة `.sourcesContent`}other{تحذير: هناك # عنصر غير متوفّر في السمة `.sourcesContent`}}"
|
|
1636
1624
|
},
|
|
1637
|
-
"
|
|
1625
|
+
"core/audits/valid-source-maps.js | title": {
|
|
1638
1626
|
"message": "تحتوي الصفحة على خرائط مصدر صالحة"
|
|
1639
1627
|
},
|
|
1640
|
-
"
|
|
1628
|
+
"core/audits/viewport.js | description": {
|
|
1641
1629
|
"message": "لا يساعد `<meta name=\"viewport\">` على تحسين تطبيقك ليناسب أحجام شاشات الأجهزة الجوّالة فحسب، بل يمنع أيضًا [تأخّر البيانات التي يدخلها المستخدم بمقدار 300 ملي ثانية](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [مزيد من المعلومات](https://web.dev/viewport/)"
|
|
1642
1630
|
},
|
|
1643
|
-
"
|
|
1631
|
+
"core/audits/viewport.js | explanationNoTag": {
|
|
1644
1632
|
"message": "لم يتم العثور على علامة `<meta name=\"viewport\">`"
|
|
1645
1633
|
},
|
|
1646
|
-
"
|
|
1634
|
+
"core/audits/viewport.js | failureTitle": {
|
|
1647
1635
|
"message": "عدم الاحتواء على علامة `<meta name=\"viewport\">` مع `width` أو `initial-scale`"
|
|
1648
1636
|
},
|
|
1649
|
-
"
|
|
1637
|
+
"core/audits/viewport.js | title": {
|
|
1650
1638
|
"message": "تضمين علامة `<meta name=\"viewport\">` مع `width` أو `initial-scale`"
|
|
1651
1639
|
},
|
|
1652
|
-
"
|
|
1640
|
+
"core/config/default-config.js | a11yAriaGroupDescription": {
|
|
1653
1641
|
"message": "هذه هي فرص لتحسين استخدام ARIA في تطبيقك، ما قد يحسّن تجربة مستخدمي التكنولوجيا المساعدة، مثل قارئ الشاشة."
|
|
1654
1642
|
},
|
|
1655
|
-
"
|
|
1643
|
+
"core/config/default-config.js | a11yAriaGroupTitle": {
|
|
1656
1644
|
"message": "ARIA"
|
|
1657
1645
|
},
|
|
1658
|
-
"
|
|
1646
|
+
"core/config/default-config.js | a11yAudioVideoGroupDescription": {
|
|
1659
1647
|
"message": "هذه الفرص تتيح توفير محتوى بديل للصوت والفيديو. قد يحسّن ذلك التجربة للمستخدمين الذين يعانون من إعاقات سمعية أو بصرية."
|
|
1660
1648
|
},
|
|
1661
|
-
"
|
|
1649
|
+
"core/config/default-config.js | a11yAudioVideoGroupTitle": {
|
|
1662
1650
|
"message": "الصوت والفيديو"
|
|
1663
1651
|
},
|
|
1664
|
-
"
|
|
1652
|
+
"core/config/default-config.js | a11yBestPracticesGroupDescription": {
|
|
1665
1653
|
"message": "تحدّد هذه العناصر أفضل الممارسات الشائعة المتعلقة بإمكانية الوصول."
|
|
1666
1654
|
},
|
|
1667
|
-
"
|
|
1655
|
+
"core/config/default-config.js | a11yBestPracticesGroupTitle": {
|
|
1668
1656
|
"message": "أفضل الممارسات"
|
|
1669
1657
|
},
|
|
1670
|
-
"
|
|
1658
|
+
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1671
1659
|
"message": "تحدّد عمليات التحقق هذه الفرص التي تتيح [تحسين إمكانية الوصول إلى تطبيق الويب](https://developers.google.com/web/fundamentals/accessibility). ولا يمكن إجراء رصد تلقائي إلّا لمجموعة فرعية من مشاكل إمكانية الوصول، لذلك يُنصح أيضًا باستخدام الاختبار اليدوي."
|
|
1672
1660
|
},
|
|
1673
|
-
"
|
|
1661
|
+
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1674
1662
|
"message": "تعالج هذه العناصر المناطق التي يتعذر على أداة الاختبار المبرمجة تغطيتها. تعرّف على مزيد من المعلومات في دليلنا حول [مراجعة إمكانية الوصول](https://developers.google.com/web/fundamentals/accessibility/how-to-review)."
|
|
1675
1663
|
},
|
|
1676
|
-
"
|
|
1664
|
+
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1677
1665
|
"message": "إمكانية الوصول"
|
|
1678
1666
|
},
|
|
1679
|
-
"
|
|
1667
|
+
"core/config/default-config.js | a11yColorContrastGroupDescription": {
|
|
1680
1668
|
"message": "هذه هي فرص لتحسين سهولة قراءة المحتوى."
|
|
1681
1669
|
},
|
|
1682
|
-
"
|
|
1670
|
+
"core/config/default-config.js | a11yColorContrastGroupTitle": {
|
|
1683
1671
|
"message": "التباين"
|
|
1684
1672
|
},
|
|
1685
|
-
"
|
|
1673
|
+
"core/config/default-config.js | a11yLanguageGroupDescription": {
|
|
1686
1674
|
"message": "هذه هي فرص لتحسين تفسير المحتوى من خلال المستخدمين بلغات مختلفة."
|
|
1687
1675
|
},
|
|
1688
|
-
"
|
|
1676
|
+
"core/config/default-config.js | a11yLanguageGroupTitle": {
|
|
1689
1677
|
"message": "التدويل والأقلمة"
|
|
1690
1678
|
},
|
|
1691
|
-
"
|
|
1679
|
+
"core/config/default-config.js | a11yNamesLabelsGroupDescription": {
|
|
1692
1680
|
"message": "هذه هي فرص لتحسين دلالات عناصر التحكُّم في التطبيق. قد يحسّن ذلك من تجربة مستخدمي التكنولوجيا المساعدة، مثل قارئ الشاشة."
|
|
1693
1681
|
},
|
|
1694
|
-
"
|
|
1682
|
+
"core/config/default-config.js | a11yNamesLabelsGroupTitle": {
|
|
1695
1683
|
"message": "الأسماء والتصنيفات"
|
|
1696
1684
|
},
|
|
1697
|
-
"
|
|
1685
|
+
"core/config/default-config.js | a11yNavigationGroupDescription": {
|
|
1698
1686
|
"message": "هذه الفرص تتيح لك تحسين التنقل باستخدام لوحة المفاتيح في تطبيقك."
|
|
1699
1687
|
},
|
|
1700
|
-
"
|
|
1688
|
+
"core/config/default-config.js | a11yNavigationGroupTitle": {
|
|
1701
1689
|
"message": "التنقل"
|
|
1702
1690
|
},
|
|
1703
|
-
"
|
|
1691
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": {
|
|
1704
1692
|
"message": "تُعرَض هنا فرص لتحسين تجربة قراءة بيانات القوائم أو الجداول باستخدام التكنولوجيا المساعِدة، مثل قارئ الشاشة."
|
|
1705
1693
|
},
|
|
1706
|
-
"
|
|
1694
|
+
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": {
|
|
1707
1695
|
"message": "الجداول والقوائم"
|
|
1708
1696
|
},
|
|
1709
|
-
"
|
|
1697
|
+
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": {
|
|
1710
1698
|
"message": "توافق المتصفّح"
|
|
1711
1699
|
},
|
|
1712
|
-
"
|
|
1700
|
+
"core/config/default-config.js | bestPracticesCategoryTitle": {
|
|
1713
1701
|
"message": "أفضل الممارسات"
|
|
1714
1702
|
},
|
|
1715
|
-
"
|
|
1703
|
+
"core/config/default-config.js | bestPracticesGeneralGroupTitle": {
|
|
1716
1704
|
"message": "عام"
|
|
1717
1705
|
},
|
|
1718
|
-
"
|
|
1706
|
+
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": {
|
|
1719
1707
|
"message": "الثقة والأمان"
|
|
1720
1708
|
},
|
|
1721
|
-
"
|
|
1709
|
+
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1722
1710
|
"message": "انطباع المستخدم"
|
|
1723
1711
|
},
|
|
1724
|
-
"
|
|
1712
|
+
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1725
1713
|
"message": "تضبط ميزانيات الأداء معايير لأداء موقعك الإلكتروني."
|
|
1726
1714
|
},
|
|
1727
|
-
"
|
|
1715
|
+
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1728
1716
|
"message": "الميزانيات"
|
|
1729
1717
|
},
|
|
1730
|
-
"
|
|
1718
|
+
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1731
1719
|
"message": "مزيد من المعلومات حول أداء تطبيقك لا تؤثر هذه الأرقام [ بشكل مباشر في ](https://web.dev/performance-scoring/) نتيجة الأداء."
|
|
1732
1720
|
},
|
|
1733
|
-
"
|
|
1721
|
+
"core/config/default-config.js | diagnosticsGroupTitle": {
|
|
1734
1722
|
"message": "بيانات التشخيص"
|
|
1735
1723
|
},
|
|
1736
|
-
"
|
|
1724
|
+
"core/config/default-config.js | firstPaintImprovementsGroupDescription": {
|
|
1737
1725
|
"message": "يمثل الجانب الأكثر أهمية للأداء مدى السرعة التي يتم بها عرض وحدات البكسل على الشاشة. المقاييس الرئيسية: First Contentful Paint وFirst Meaningful Paint"
|
|
1738
1726
|
},
|
|
1739
|
-
"
|
|
1727
|
+
"core/config/default-config.js | firstPaintImprovementsGroupTitle": {
|
|
1740
1728
|
"message": "تحسينات العرض الأول"
|
|
1741
1729
|
},
|
|
1742
|
-
"
|
|
1730
|
+
"core/config/default-config.js | loadOpportunitiesGroupDescription": {
|
|
1743
1731
|
"message": "يمكن أن تساعد هذه الاقتراحات على تحميل صفحتك بشكل أسرع. لا تؤثر هذه الاقتراحات [بشكل مباشر](https://web.dev/performance-scoring/) في نتيجة الأداء."
|
|
1744
1732
|
},
|
|
1745
|
-
"
|
|
1733
|
+
"core/config/default-config.js | loadOpportunitiesGroupTitle": {
|
|
1746
1734
|
"message": "فرص تحسين الأداء"
|
|
1747
1735
|
},
|
|
1748
|
-
"
|
|
1736
|
+
"core/config/default-config.js | metricGroupTitle": {
|
|
1749
1737
|
"message": "المقاييس"
|
|
1750
1738
|
},
|
|
1751
|
-
"
|
|
1739
|
+
"core/config/default-config.js | overallImprovementsGroupDescription": {
|
|
1752
1740
|
"message": "يمكنك تحسين تجربة التحميل العامة لتصبح هذه الصفحة سريعة الاستجابة وجاهزة للاستخدام في أقرب وقت ممكن. المقاييس الأساسية: وقت التفاعل ومؤشر السرعة."
|
|
1753
1741
|
},
|
|
1754
|
-
"
|
|
1742
|
+
"core/config/default-config.js | overallImprovementsGroupTitle": {
|
|
1755
1743
|
"message": "التحسينات العامة"
|
|
1756
1744
|
},
|
|
1757
|
-
"
|
|
1745
|
+
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1758
1746
|
"message": "الأداء"
|
|
1759
1747
|
},
|
|
1760
|
-
"
|
|
1748
|
+
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1761
1749
|
"message": "تعمل هذه العمليات على التحقق من جوانب \"تطبيق الويب التقدّمي\". [مزيد من المعلومات](https://developers.google.com/web/progressive-web-apps/checklist)"
|
|
1762
1750
|
},
|
|
1763
|
-
"
|
|
1751
|
+
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1764
1752
|
"message": "يُطلب إجراء عمليات التحقّق هذه من خلال المرجع [قائمة التحقق PWA](https://developers.google.com/web/progressive-web-apps/checklist)، ولكن لم يتم التحقُّق منها تلقائيًا من خلال Lighthouse. لا تؤثر عمليات التحقق هذه في نتيجتك، ولكن من المهم أنك تتحقق منها يدويًا."
|
|
1765
1753
|
},
|
|
1766
|
-
"
|
|
1754
|
+
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1767
1755
|
"message": "PWA"
|
|
1768
1756
|
},
|
|
1769
|
-
"
|
|
1757
|
+
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1770
1758
|
"message": "القسم القابل للتثبيت"
|
|
1771
1759
|
},
|
|
1772
|
-
"
|
|
1760
|
+
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1773
1761
|
"message": "تحسين PWA"
|
|
1774
1762
|
},
|
|
1775
|
-
"
|
|
1763
|
+
"core/config/default-config.js | seoCategoryDescription": {
|
|
1776
1764
|
"message": "تضمن عمليات التحقّق هذه اتّباع صفحتك للنصائح الأساسية الخاصة بتحسين محركات البحث. هناك العديد من العوامل الإضافية التي تتسبب في عدم تحقيق أداة Lighthouse لأي نقاط هنا والتي قد تؤثر في ترتيب نتائج البحث، بما في ذلك الأداء في ما يخص [مؤشرات أداء الويب الأساسية](https://web.dev/learn-web-vitals/). [مزيد من المعلومات](https://support.google.com/webmasters/answer/35769)"
|
|
1777
1765
|
},
|
|
1778
|
-
"
|
|
1766
|
+
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1779
1767
|
"message": "تشغيل أدوات التحقُّق الإضافية هذه على موقعك الإلكتروني للتحقُّق من أفضل ممارسات تحسين محركات البحث الإضافية."
|
|
1780
1768
|
},
|
|
1781
|
-
"
|
|
1769
|
+
"core/config/default-config.js | seoCategoryTitle": {
|
|
1782
1770
|
"message": "تحسين محركات البحث"
|
|
1783
1771
|
},
|
|
1784
|
-
"
|
|
1772
|
+
"core/config/default-config.js | seoContentGroupDescription": {
|
|
1785
1773
|
"message": "يمكنك تنسيق HTML بطريقة تتيح لبرامج الزحف فهم محتوى تطبيقك بشكلٍ أفضل."
|
|
1786
1774
|
},
|
|
1787
|
-
"
|
|
1775
|
+
"core/config/default-config.js | seoContentGroupTitle": {
|
|
1788
1776
|
"message": "أفضل ممارسات المحتوى"
|
|
1789
1777
|
},
|
|
1790
|
-
"
|
|
1778
|
+
"core/config/default-config.js | seoCrawlingGroupDescription": {
|
|
1791
1779
|
"message": "للظهور في نتائج البحث، تحتاج برامج الزحف إلى الوصول إلى تطبيقك."
|
|
1792
1780
|
},
|
|
1793
|
-
"
|
|
1781
|
+
"core/config/default-config.js | seoCrawlingGroupTitle": {
|
|
1794
1782
|
"message": "الزحف والفهرسة"
|
|
1795
1783
|
},
|
|
1796
|
-
"
|
|
1784
|
+
"core/config/default-config.js | seoMobileGroupDescription": {
|
|
1797
1785
|
"message": "يُرجى التأكّد من أن صفحاتك متوافقة مع الأجهزة الجوّالة، حتى لا يحتاج المستخدمون إلى التصغير أو التكبير بإصبعين من أجل الاطّلاع على صفحات المحتوى. [مزيد من المعلومات](https://developers.google.com/search/mobile-sites/)"
|
|
1798
1786
|
},
|
|
1799
|
-
"
|
|
1787
|
+
"core/config/default-config.js | seoMobileGroupTitle": {
|
|
1800
1788
|
"message": "متوافق مع الجوّال"
|
|
1801
1789
|
},
|
|
1802
|
-
"
|
|
1790
|
+
"core/gather/driver/environment.js | warningSlowHostCpu": {
|
|
1803
1791
|
"message": "يبدو أنّ الجهاز المختبَر يحتوي على وحدة معالجة مركزية (CPU) أبطأ مما توقعته أداة Lighthouse. قد يؤثر ذلك سلبيًا على نتيجة الأداء. تعرّف على المزيد من المعلومات عن [معايرة مُضاعِف بطء وحدة المعالجة المركزية (CPU) المناسب](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling)."
|
|
1804
1792
|
},
|
|
1805
|
-
"
|
|
1793
|
+
"core/gather/driver/navigation.js | warningRedirected": {
|
|
1806
1794
|
"message": "قد لا يتم تحميل الصفحة كما هو متوقَع لأن عنوان URL للاختبار ({requested}) تمت إعادة توجيهه إلى {final}. يُرجى محاولة اختبار عنوان URL الثاني مباشرةً."
|
|
1807
1795
|
},
|
|
1808
|
-
"
|
|
1796
|
+
"core/gather/driver/navigation.js | warningTimeout": {
|
|
1809
1797
|
"message": "أدّى عدم تحميل الصفحة بسرعة كافية إلى تعذّر انتهاء تحميلها في الوقت المحدّد. وقد تكون النتائج غير مكتملة."
|
|
1810
1798
|
},
|
|
1811
|
-
"
|
|
1799
|
+
"core/gather/driver/storage.js | warningData": {
|
|
1812
1800
|
"message": "{locationCount,plural, =1{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في مكان تخزين البيانات التالي: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}zero{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في أماكن تخزين البيانات التالية: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}two{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في مكانَي تخزين البيانات التاليَين: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}few{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في أماكن تخزين البيانات التالية: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}many{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في أماكن تخزين البيانات التالية: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}other{قد تكون هناك بيانات مخزَّنة تؤثر على أداء التحميل في أماكن تخزين البيانات التالية: {locations} يُرجى إجراء تدقيق لهذه الصفحة في نافذة التصفح المتخفي لمنع هذه المصادر من التأثير على نتيجتك.}}"
|
|
1813
1801
|
},
|
|
1814
|
-
"
|
|
1802
|
+
"core/lib/csp-evaluator.js | allowlistFallback": {
|
|
1815
1803
|
"message": "ننصحك بإضافة مخطّطات عناوين URL تستخدم https: وhttp: (التي تتجاهلها المتصفِّحات المتوافقة مع 'strict-dynamic') لجعل سياسة CSP متوافقة مع أنظمة المتصفِّحات القديمة."
|
|
1816
1804
|
},
|
|
1817
|
-
"
|
|
1805
|
+
"core/lib/csp-evaluator.js | deprecatedDisownOpener": {
|
|
1818
1806
|
"message": "تم إيقاف disown-opener منذ بدء استخدام CSP3. يُرجى استخدام عنوان السياسة Cross-Origin-Opener-Policy بدلاً من ذلك."
|
|
1819
1807
|
},
|
|
1820
|
-
"
|
|
1808
|
+
"core/lib/csp-evaluator.js | deprecatedReferrer": {
|
|
1821
1809
|
"message": "تم إيقاف referrer منذ بدء استخدام سياسة CSP2. يُرجى استخدام العنوان Referrer-Policy بدلاً من ذلك."
|
|
1822
1810
|
},
|
|
1823
|
-
"
|
|
1811
|
+
"core/lib/csp-evaluator.js | deprecatedReflectedXSS": {
|
|
1824
1812
|
"message": "تم إيقاف reflected-xss منذ بدء استخدام سياسة CSP2. يُرجى استخدام العنوان X-XSS-Protection بدلاً من ذلك."
|
|
1825
1813
|
},
|
|
1826
|
-
"
|
|
1814
|
+
"core/lib/csp-evaluator.js | missingBaseUri": {
|
|
1827
1815
|
"message": "يسمح عدم توفُّر base-uri بأن تضبط علامات <base> التي تم إدراجها عنوان URL الأساسي لجميع عناوين URL النسبية (على سبيل المثال، النصوص البرمجية) على نطاق يتحكّم فيه مهاجم. ننصحك بضبط base-uri على \"none\" أو \"self\"."
|
|
1828
1816
|
},
|
|
1829
|
-
"
|
|
1817
|
+
"core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1830
1818
|
"message": "إنّ عدم توفّر الأمر object-src يسمح بإدخال المكوّنات الإضافية التي تنفِّذ نصوصًا برمجية غير آمنة، ولذلك ننصحك بضبط object-src على 'none' إذا أمكن."
|
|
1831
1819
|
},
|
|
1832
|
-
"
|
|
1820
|
+
"core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1833
1821
|
"message": "الأمر التوجيهي script-src غير متوفّر. يمكن أن يسمح ذلك بتنفيذ نصوص برمجية غير آمنة."
|
|
1834
1822
|
},
|
|
1835
|
-
"
|
|
1823
|
+
"core/lib/csp-evaluator.js | missingSemicolon": {
|
|
1836
1824
|
"message": "هل نسيت إضافة الفاصلة المنقوطة؟ {keyword} هو أمر توجيهي، وليس كلمة رئيسية."
|
|
1837
1825
|
},
|
|
1838
|
-
"
|
|
1826
|
+
"core/lib/csp-evaluator.js | nonceCharset": {
|
|
1839
1827
|
"message": "يجب أن تستخدم الأرقام الخاصة ترميز الأحرف base64."
|
|
1840
1828
|
},
|
|
1841
|
-
"
|
|
1829
|
+
"core/lib/csp-evaluator.js | nonceLength": {
|
|
1842
1830
|
"message": "يجب ألّا تقل الأرقام الخاصة عن 8 أحرف."
|
|
1843
1831
|
},
|
|
1844
|
-
"
|
|
1832
|
+
"core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1845
1833
|
"message": "تجنَّب استخدام المخطّطات العادية لعناوين URL ({keyword}) في هذا الأمر لأنّها تسمح بجلب النصوص البرمجية من نطاق غير آمن."
|
|
1846
1834
|
},
|
|
1847
|
-
"
|
|
1835
|
+
"core/lib/csp-evaluator.js | plainWildcards": {
|
|
1848
1836
|
"message": "تجنَّب استخدام أحرف البدل العادية ({keyword}) في هذا الأمر لأنّها تسمح بجلب النصوص البرمجية من نطاق غير آمن."
|
|
1849
1837
|
},
|
|
1850
|
-
"
|
|
1838
|
+
"core/lib/csp-evaluator.js | reportToOnly": {
|
|
1851
1839
|
"message": "يتم ضبط وجهة إعداد التقارير من خلال الأمر التوجيهي report-to فقط. يتوافق هذا الأمر التوجيهي مع المتصفِّحات المستنِدة إلى Chromium فقط، ولذلك نقترح استخدام الأمر التوجيهي report-uri أيضًا."
|
|
1852
1840
|
},
|
|
1853
|
-
"
|
|
1841
|
+
"core/lib/csp-evaluator.js | reportingDestinationMissing": {
|
|
1854
1842
|
"message": "لا توفّر سياسة CSP أي وجهة إعداد تقارير، ما يجعل من الصعب الحفاظ على هذه السياسة بمرور الوقت ورصد أي خلل فيها."
|
|
1855
1843
|
},
|
|
1856
|
-
"
|
|
1844
|
+
"core/lib/csp-evaluator.js | strictDynamic": {
|
|
1857
1845
|
"message": "قد يتم تجاوز قائمة المضيفين المسموح بها بشكل متكرّر. ننصحك باستخدام الأرقام الخاصة لسياسة أمان المحتوى (CSP) أو أجزائها بدلاً من ذلك، بالإضافة إلى 'strict-dynamic' إذا لزم الأمر."
|
|
1858
1846
|
},
|
|
1859
|
-
"
|
|
1847
|
+
"core/lib/csp-evaluator.js | unknownDirective": {
|
|
1860
1848
|
"message": "أمر CSP توجيهي غير معروف."
|
|
1861
1849
|
},
|
|
1862
|
-
"
|
|
1850
|
+
"core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1863
1851
|
"message": "الكلمة الرئيسية {keyword} غير صالحة."
|
|
1864
1852
|
},
|
|
1865
|
-
"
|
|
1853
|
+
"core/lib/csp-evaluator.js | unsafeInline": {
|
|
1866
1854
|
"message": "يسمح 'unsafe-inline' بتنفيذ نصوص برمجية ومعالجات أحداث غير آمنة في الصفحة. ننصحك باستخدام أرقام CSP الخاصة أو أجزائها للسماح بالنصوص البرمجية كل على حدة."
|
|
1867
1855
|
},
|
|
1868
|
-
"
|
|
1856
|
+
"core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1869
1857
|
"message": "ننصحك بإضافة الأمر التوجيهي 'unsafe-inline' (الذي تتجاهله المتصفِّحات المتوافقة مع nonces/hashes) لجعل CSP متوافقة مع أنظمة المتصفِّحات القديمة."
|
|
1870
1858
|
},
|
|
1871
|
-
"
|
|
1859
|
+
"core/lib/i18n/i18n.js | columnBlockingTime": {
|
|
1872
1860
|
"message": "وقت حظر سلسلة المحادثات الأساسية"
|
|
1873
1861
|
},
|
|
1874
|
-
"
|
|
1862
|
+
"core/lib/i18n/i18n.js | columnCacheTTL": {
|
|
1875
1863
|
"message": "ذاكرة التخزين المؤقت TTL"
|
|
1876
1864
|
},
|
|
1877
|
-
"
|
|
1865
|
+
"core/lib/i18n/i18n.js | columnDescription": {
|
|
1878
1866
|
"message": "الوصف"
|
|
1879
1867
|
},
|
|
1880
|
-
"
|
|
1868
|
+
"core/lib/i18n/i18n.js | columnDuration": {
|
|
1881
1869
|
"message": "المدة"
|
|
1882
1870
|
},
|
|
1883
|
-
"
|
|
1871
|
+
"core/lib/i18n/i18n.js | columnElement": {
|
|
1884
1872
|
"message": "العنصر"
|
|
1885
1873
|
},
|
|
1886
|
-
"
|
|
1874
|
+
"core/lib/i18n/i18n.js | columnFailingElem": {
|
|
1887
1875
|
"message": "العناصر التي لم تلبِّ الشروط"
|
|
1888
1876
|
},
|
|
1889
|
-
"
|
|
1877
|
+
"core/lib/i18n/i18n.js | columnLocation": {
|
|
1890
1878
|
"message": "الموقع الجغرافي"
|
|
1891
1879
|
},
|
|
1892
|
-
"
|
|
1880
|
+
"core/lib/i18n/i18n.js | columnName": {
|
|
1893
1881
|
"message": "الاسم"
|
|
1894
1882
|
},
|
|
1895
|
-
"
|
|
1883
|
+
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
1896
1884
|
"message": "تجاوز الميزانية"
|
|
1897
1885
|
},
|
|
1898
|
-
"
|
|
1886
|
+
"core/lib/i18n/i18n.js | columnRequests": {
|
|
1899
1887
|
"message": "الطلبات"
|
|
1900
1888
|
},
|
|
1901
|
-
"
|
|
1889
|
+
"core/lib/i18n/i18n.js | columnResourceSize": {
|
|
1902
1890
|
"message": "حجم المصدر"
|
|
1903
1891
|
},
|
|
1904
|
-
"
|
|
1892
|
+
"core/lib/i18n/i18n.js | columnResourceType": {
|
|
1905
1893
|
"message": "نوع المورد"
|
|
1906
1894
|
},
|
|
1907
|
-
"
|
|
1895
|
+
"core/lib/i18n/i18n.js | columnSize": {
|
|
1908
1896
|
"message": "الحجم"
|
|
1909
1897
|
},
|
|
1910
|
-
"
|
|
1898
|
+
"core/lib/i18n/i18n.js | columnSource": {
|
|
1911
1899
|
"message": "المصدر"
|
|
1912
1900
|
},
|
|
1913
|
-
"
|
|
1901
|
+
"core/lib/i18n/i18n.js | columnStartTime": {
|
|
1914
1902
|
"message": "وقت البدء"
|
|
1915
1903
|
},
|
|
1916
|
-
"
|
|
1904
|
+
"core/lib/i18n/i18n.js | columnTimeSpent": {
|
|
1917
1905
|
"message": "الوقت المستغرَق"
|
|
1918
1906
|
},
|
|
1919
|
-
"
|
|
1907
|
+
"core/lib/i18n/i18n.js | columnTransferSize": {
|
|
1920
1908
|
"message": "حجم النقل"
|
|
1921
1909
|
},
|
|
1922
|
-
"
|
|
1910
|
+
"core/lib/i18n/i18n.js | columnURL": {
|
|
1923
1911
|
"message": "عنوان URL"
|
|
1924
1912
|
},
|
|
1925
|
-
"
|
|
1913
|
+
"core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1926
1914
|
"message": "التوفيرات المحتملة"
|
|
1927
1915
|
},
|
|
1928
|
-
"
|
|
1916
|
+
"core/lib/i18n/i18n.js | columnWastedMs": {
|
|
1929
1917
|
"message": "التوفيرات المحتملة"
|
|
1930
1918
|
},
|
|
1931
|
-
"
|
|
1919
|
+
"core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": {
|
|
1932
1920
|
"message": "Cumulative Layout Shift"
|
|
1933
1921
|
},
|
|
1934
|
-
"
|
|
1922
|
+
"core/lib/i18n/i18n.js | displayValueByteSavings": {
|
|
1935
1923
|
"message": "احتمال توفير {wastedBytes, number, bytes} كيبيبايت"
|
|
1936
1924
|
},
|
|
1937
|
-
"
|
|
1925
|
+
"core/lib/i18n/i18n.js | displayValueElementsFound": {
|
|
1938
1926
|
"message": "{nodeCount,plural, =1{تم العثور على عنصر واحد}zero{تم العثور على # عنصر}two{تم العثور على عنصرَين}few{تم العثور على # عناصر}many{تم العثور على # عنصرًا}other{تم العثور على # عنصر}}"
|
|
1939
1927
|
},
|
|
1940
|
-
"
|
|
1928
|
+
"core/lib/i18n/i18n.js | displayValueMsSavings": {
|
|
1941
1929
|
"message": "التوفيرات المحتملة من {wastedMs, number, milliseconds} مللي ثانية"
|
|
1942
1930
|
},
|
|
1943
|
-
"
|
|
1931
|
+
"core/lib/i18n/i18n.js | documentResourceType": {
|
|
1944
1932
|
"message": "المستند"
|
|
1945
1933
|
},
|
|
1946
|
-
"
|
|
1934
|
+
"core/lib/i18n/i18n.js | firstContentfulPaintMetric": {
|
|
1947
1935
|
"message": "First Contentful Paint"
|
|
1948
1936
|
},
|
|
1949
|
-
"
|
|
1937
|
+
"core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": {
|
|
1950
1938
|
"message": "First Meaningful Paint"
|
|
1951
1939
|
},
|
|
1952
|
-
"
|
|
1940
|
+
"core/lib/i18n/i18n.js | fontResourceType": {
|
|
1953
1941
|
"message": "الخط"
|
|
1954
1942
|
},
|
|
1955
|
-
"
|
|
1943
|
+
"core/lib/i18n/i18n.js | imageResourceType": {
|
|
1956
1944
|
"message": "الصورة"
|
|
1957
1945
|
},
|
|
1958
|
-
"
|
|
1946
|
+
"core/lib/i18n/i18n.js | interactiveMetric": {
|
|
1959
1947
|
"message": "Time to Interactive"
|
|
1960
1948
|
},
|
|
1961
|
-
"
|
|
1949
|
+
"core/lib/i18n/i18n.js | itemSeverityHigh": {
|
|
1962
1950
|
"message": "مرتفع"
|
|
1963
1951
|
},
|
|
1964
|
-
"
|
|
1952
|
+
"core/lib/i18n/i18n.js | itemSeverityLow": {
|
|
1965
1953
|
"message": "منخفض"
|
|
1966
1954
|
},
|
|
1967
|
-
"
|
|
1955
|
+
"core/lib/i18n/i18n.js | itemSeverityMedium": {
|
|
1968
1956
|
"message": "متوسط"
|
|
1969
1957
|
},
|
|
1970
|
-
"
|
|
1958
|
+
"core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
|
|
1971
1959
|
"message": "Largest Contentful Paint"
|
|
1972
1960
|
},
|
|
1973
|
-
"
|
|
1961
|
+
"core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
|
|
1974
1962
|
"message": "الحد الأقصى المحتمل من مهلة الاستجابة لأوّل إدخال"
|
|
1975
1963
|
},
|
|
1976
|
-
"
|
|
1964
|
+
"core/lib/i18n/i18n.js | mediaResourceType": {
|
|
1977
1965
|
"message": "الوسائط"
|
|
1978
1966
|
},
|
|
1979
|
-
"
|
|
1967
|
+
"core/lib/i18n/i18n.js | ms": {
|
|
1980
1968
|
"message": "{timeInMs, number, milliseconds} مللي ثانية"
|
|
1981
1969
|
},
|
|
1982
|
-
"
|
|
1970
|
+
"core/lib/i18n/i18n.js | otherResourceType": {
|
|
1983
1971
|
"message": "غير ذلك"
|
|
1984
1972
|
},
|
|
1985
|
-
"
|
|
1973
|
+
"core/lib/i18n/i18n.js | otherResourcesLabel": {
|
|
1986
1974
|
"message": "موارد أخرى"
|
|
1987
1975
|
},
|
|
1988
|
-
"
|
|
1976
|
+
"core/lib/i18n/i18n.js | scriptResourceType": {
|
|
1989
1977
|
"message": "النص البرمجي"
|
|
1990
1978
|
},
|
|
1991
|
-
"
|
|
1979
|
+
"core/lib/i18n/i18n.js | seconds": {
|
|
1992
1980
|
"message": "{timeInMs, number, seconds} ثانية"
|
|
1993
1981
|
},
|
|
1994
|
-
"
|
|
1982
|
+
"core/lib/i18n/i18n.js | speedIndexMetric": {
|
|
1995
1983
|
"message": "Speed Index"
|
|
1996
1984
|
},
|
|
1997
|
-
"
|
|
1985
|
+
"core/lib/i18n/i18n.js | stylesheetResourceType": {
|
|
1998
1986
|
"message": "ورقة الأنماط"
|
|
1999
1987
|
},
|
|
2000
|
-
"
|
|
1988
|
+
"core/lib/i18n/i18n.js | thirdPartyResourceType": {
|
|
2001
1989
|
"message": "الجهة الخارجية"
|
|
2002
1990
|
},
|
|
2003
|
-
"
|
|
1991
|
+
"core/lib/i18n/i18n.js | totalBlockingTimeMetric": {
|
|
2004
1992
|
"message": "Total Blocking Time"
|
|
2005
1993
|
},
|
|
2006
|
-
"
|
|
1994
|
+
"core/lib/i18n/i18n.js | totalResourceType": {
|
|
2007
1995
|
"message": "الإجمالي"
|
|
2008
1996
|
},
|
|
2009
|
-
"
|
|
1997
|
+
"core/lib/lh-error.js | badTraceRecording": {
|
|
2010
1998
|
"message": "حدث خطأ أثناء تسجيل التتبع عند تحميل صفحتك. يُرجى تشغيل Lighthouse مرة أخرى. ({errorCode})"
|
|
2011
1999
|
},
|
|
2012
|
-
"
|
|
2000
|
+
"core/lib/lh-error.js | criTimeout": {
|
|
2013
2001
|
"message": "مهلة انتظار ربط بروتوكول برنامج تصحيح الأخطاء الأول."
|
|
2014
2002
|
},
|
|
2015
|
-
"
|
|
2003
|
+
"core/lib/lh-error.js | didntCollectScreenshots": {
|
|
2016
2004
|
"message": "لم يجمع Chrome أي لقطات شاشة خلال عملية تحميل الصفحة. يُرجى التأكّد من توفّر محتوى مرئي على الصفحة، ثم محاولة إعادة تشغيل Lighthouse. ({errorCode})"
|
|
2017
2005
|
},
|
|
2018
|
-
"
|
|
2006
|
+
"core/lib/lh-error.js | dnsFailure": {
|
|
2019
2007
|
"message": "تعذّر على خوادم نظام أسماء النطاقات حل مشكلة النطاق المُقدّم."
|
|
2020
2008
|
},
|
|
2021
|
-
"
|
|
2009
|
+
"core/lib/lh-error.js | erroredRequiredArtifact": {
|
|
2022
2010
|
"message": "واجهت عملية التجميع {artifactName} المطلوبة خطأً: {errorMessage}"
|
|
2023
2011
|
},
|
|
2024
|
-
"
|
|
2012
|
+
"core/lib/lh-error.js | internalChromeError": {
|
|
2025
2013
|
"message": "حدث خطأ في متصفّح Chrome الداخلي. يُرجى إعادة تشغيل Chrome ومحاولة إعادة تشغيل Lighthouse."
|
|
2026
2014
|
},
|
|
2027
|
-
"
|
|
2015
|
+
"core/lib/lh-error.js | missingRequiredArtifact": {
|
|
2028
2016
|
"message": "كان من المطلوب تجميع {artifactName} ولكن لم يتم تنفيذ ذلك."
|
|
2029
2017
|
},
|
|
2030
|
-
"
|
|
2018
|
+
"core/lib/lh-error.js | noFcp": {
|
|
2031
2019
|
"message": "لم تعرض الصفحة أي محتوى. يُرجى التأكّد من إبقاء نافذة المتصفّح في المقدّمة أثناء التحميل ثم إعادة المحاولة. ({errorCode})"
|
|
2032
2020
|
},
|
|
2033
|
-
"
|
|
2021
|
+
"core/lib/lh-error.js | notHtml": {
|
|
2034
2022
|
"message": "الصفحة المقدّمة غير متوفّرة بتنسيق HTML (يتم عرضها كصفحة من النوع MIME {mimeType})."
|
|
2035
2023
|
},
|
|
2036
|
-
"
|
|
2024
|
+
"core/lib/lh-error.js | oldChromeDoesNotSupportFeature": {
|
|
2037
2025
|
"message": "هذا الإصدار من Chrome قديم جدًا وغير متوافق مع \"{featureName}\". يجب استخدام إصدار أحدث للاطّلاع على النتائج الكاملة."
|
|
2038
2026
|
},
|
|
2039
|
-
"
|
|
2027
|
+
"core/lib/lh-error.js | pageLoadFailed": {
|
|
2040
2028
|
"message": "لم يتمكّن Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. يمكنك التأكُّد من اختبار عنوان URL الصحيح وأن الخادم يستجيب بشكل صحيح لجميع الطلبات."
|
|
2041
2029
|
},
|
|
2042
|
-
"
|
|
2030
|
+
"core/lib/lh-error.js | pageLoadFailedHung": {
|
|
2043
2031
|
"message": "لم يتمكّن Lighthouse من تحميل عنوان URL الذي طلبته بشكل موثوق لأن الصفحة توقفت عن الاستجابة."
|
|
2044
2032
|
},
|
|
2045
|
-
"
|
|
2033
|
+
"core/lib/lh-error.js | pageLoadFailedInsecure": {
|
|
2046
2034
|
"message": "لا يحتوي عنوان URL الذي قدمته على شهادة أمان صالحة. {securityMessages}"
|
|
2047
2035
|
},
|
|
2048
|
-
"
|
|
2036
|
+
"core/lib/lh-error.js | pageLoadFailedInterstitial": {
|
|
2049
2037
|
"message": "منَع Chrome تحميل صفحة مع محتوى بيني. عليك التأكّد من اختبار عنوان URL الصحيح وأن الخادم يستجيب بشكل صحيح لجميع الطلبات."
|
|
2050
2038
|
},
|
|
2051
|
-
"
|
|
2039
|
+
"core/lib/lh-error.js | pageLoadFailedWithDetails": {
|
|
2052
2040
|
"message": "لم يتمكّن Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. عليك التأكّد من اختبار عنوان URL الصحيح وأن الخادم يستجيب بشكل صحيح لجميع الطلبات. (التفاصيل: {errorDetails})"
|
|
2053
2041
|
},
|
|
2054
|
-
"
|
|
2042
|
+
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2055
2043
|
"message": "لم يتمكّن Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. عليك التأكّد من اختبار عنوان URL الصحيح وأن الخادم يستجيب بشكل صحيح لجميع الطلبات. (رمز الحالة: {statusCode})"
|
|
2056
2044
|
},
|
|
2057
|
-
"
|
|
2045
|
+
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2058
2046
|
"message": "استغرق تحميل الصفحة وقتًا طويلاً. يُرجى اتّباع الفرص الواردة في التقرير لتقليل وقت تحميل الصفحة، ثم محاولة إعادة تشغيل Lighthouse. ({errorCode})"
|
|
2059
2047
|
},
|
|
2060
|
-
"
|
|
2048
|
+
"core/lib/lh-error.js | protocolTimeout": {
|
|
2061
2049
|
"message": "لقد تجاوز وقت انتظار استجابة بروتوكول DevTools الوقت المخصص. (الطريقة: {protocolMethod})"
|
|
2062
2050
|
},
|
|
2063
|
-
"
|
|
2051
|
+
"core/lib/lh-error.js | requestContentTimeout": {
|
|
2064
2052
|
"message": "تجاوز جلب محتوى المورد الوقت المخصّص"
|
|
2065
2053
|
},
|
|
2066
|
-
"
|
|
2054
|
+
"core/lib/lh-error.js | urlInvalid": {
|
|
2067
2055
|
"message": "يبدو أن عنوان URL الذي قدمته غير صحيح."
|
|
2068
2056
|
},
|
|
2069
2057
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|