lighthouse 8.0.0-dev.20210709 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/architecture.md +101 -0
- package/docs/authenticated-pages.md +44 -0
- package/docs/bug-labels.md +35 -0
- package/docs/configuration.md +213 -0
- package/docs/emulation.md +32 -0
- package/docs/error-reporting.md +42 -0
- package/docs/hacking-tips.md +55 -0
- package/docs/headless-chrome.md +119 -0
- package/docs/lantern.md +55 -0
- package/docs/new-audits.md +99 -0
- package/docs/performance-budgets.md +187 -0
- package/docs/plugins.md +374 -0
- package/docs/puppeteer.md +95 -0
- package/docs/readme.md +164 -0
- package/docs/recipes/auth/README.md +129 -0
- package/docs/recipes/auth/example-lh-auth.js +81 -0
- package/docs/recipes/auth/package.json +11 -0
- package/docs/recipes/auth/server/public/dashboard-unauthenticated.html +21 -0
- package/docs/recipes/auth/server/public/dashboard.html +25 -0
- package/docs/recipes/auth/server/public/home-unauthenticated.html +27 -0
- package/docs/recipes/auth/server/public/home.html +17 -0
- package/docs/recipes/auth/server/public/unauthenticated.html +22 -0
- package/docs/recipes/auth/server/server.js +85 -0
- package/docs/recipes/custom-audit/custom-config.js +36 -0
- package/docs/recipes/custom-audit/package.json +8 -0
- package/docs/recipes/custom-audit/readme.md +32 -0
- package/docs/recipes/custom-audit/searchable-audit.js +46 -0
- package/docs/recipes/custom-audit/searchable-gatherer.js +32 -0
- package/docs/recipes/custom-gatherer-puppeteer/custom-audit.js +34 -0
- package/{root.js → docs/recipes/custom-gatherer-puppeteer/custom-config.js} +23 -2
- package/docs/recipes/custom-gatherer-puppeteer/custom-gatherer.js +51 -0
- package/docs/recipes/custom-gatherer-puppeteer/package.json +13 -0
- package/docs/recipes/custom-gatherer-puppeteer/readme.md +7 -0
- package/docs/recipes/custom-gatherer-puppeteer/test.sh +9 -0
- package/docs/recipes/gulp/gulpfile.js +79 -0
- package/docs/recipes/gulp/package.json +12 -0
- package/docs/recipes/gulp/public/index.html +22 -0
- package/docs/recipes/gulp/readme.md +6 -0
- package/docs/recipes/integration-test/README.md +14 -0
- package/docs/recipes/integration-test/example-lh-auth.test.js +160 -0
- package/docs/recipes/integration-test/package.json +9 -0
- package/docs/recipes/lighthouse-plugin-example/audits/preload-as.js +46 -0
- package/docs/recipes/lighthouse-plugin-example/package.json +11 -0
- package/docs/recipes/lighthouse-plugin-example/plugin-recipe-screenshot.png +0 -0
- package/docs/recipes/lighthouse-plugin-example/plugin.js +24 -0
- package/docs/recipes/lighthouse-plugin-example/readme.md +53 -0
- package/docs/releasing.md +164 -0
- package/docs/scoring.md +79 -0
- package/docs/throttling.md +150 -0
- package/docs/understanding-results.md +209 -0
- package/docs/v8-perf-faq.md +244 -0
- package/docs/variability.md +150 -0
- package/jest.config.js +0 -3
- package/lighthouse-cli/bin.js +8 -6
- package/lighthouse-core/audits/accessibility/aria-command-name.js +1 -1
- package/lighthouse-core/audits/accessibility/aria-meter-name.js +1 -1
- package/lighthouse-core/audits/accessibility/aria-progressbar-name.js +1 -1
- package/lighthouse-core/audits/accessibility/aria-tooltip-name.js +1 -1
- package/lighthouse-core/audits/accessibility/aria-treeitem-name.js +1 -1
- package/lighthouse-core/audits/apple-touch-icon.js +0 -1
- package/lighthouse-core/audits/audit.js +3 -3
- package/lighthouse-core/audits/autocomplete.js +2 -2
- package/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit.js +14 -29
- package/lighthouse-core/audits/byte-efficiency/duplicated-javascript.js +2 -3
- package/lighthouse-core/audits/byte-efficiency/efficient-animated-content.js +1 -1
- package/lighthouse-core/audits/byte-efficiency/legacy-javascript.js +2 -3
- package/lighthouse-core/audits/byte-efficiency/modern-image-formats.js +15 -55
- package/lighthouse-core/audits/byte-efficiency/offscreen-images.js +4 -8
- package/lighthouse-core/audits/byte-efficiency/render-blocking-resources.js +8 -15
- package/lighthouse-core/audits/byte-efficiency/total-byte-weight.js +9 -10
- package/lighthouse-core/audits/byte-efficiency/unminified-css.js +1 -1
- package/lighthouse-core/audits/byte-efficiency/unminified-javascript.js +1 -1
- package/lighthouse-core/audits/byte-efficiency/unused-css-rules.js +1 -1
- package/lighthouse-core/audits/byte-efficiency/unused-javascript.js +1 -2
- package/lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js +2 -2
- package/lighthouse-core/audits/byte-efficiency/uses-optimized-images.js +1 -2
- package/lighthouse-core/audits/byte-efficiency/uses-responsive-images.js +24 -46
- package/lighthouse-core/audits/byte-efficiency/uses-text-compression.js +1 -1
- package/lighthouse-core/audits/critical-request-chains.js +0 -1
- package/lighthouse-core/audits/csp-xss.js +1 -1
- package/lighthouse-core/audits/diagnostics.js +0 -1
- package/lighthouse-core/audits/dobetterweb/geolocation-on-start.js +0 -1
- package/lighthouse-core/audits/dobetterweb/inspector-issues.js +1 -1
- package/lighthouse-core/audits/dobetterweb/notification-on-start.js +0 -1
- package/lighthouse-core/audits/dobetterweb/uses-http2.js +0 -1
- package/lighthouse-core/audits/final-screenshot.js +4 -8
- package/lighthouse-core/audits/font-display.js +0 -1
- package/lighthouse-core/audits/installable-manifest.js +3 -4
- package/lighthouse-core/audits/largest-contentful-paint-element.js +0 -1
- package/lighthouse-core/audits/long-tasks.js +1 -1
- package/lighthouse-core/audits/maskable-icon.js +0 -1
- package/lighthouse-core/audits/metrics/first-contentful-paint-3g.js +2 -4
- package/lighthouse-core/audits/metrics/first-contentful-paint.js +2 -4
- package/lighthouse-core/audits/metrics/first-meaningful-paint.js +2 -4
- package/lighthouse-core/audits/metrics/interactive.js +2 -4
- package/lighthouse-core/audits/metrics/largest-contentful-paint.js +2 -4
- package/lighthouse-core/audits/metrics/max-potential-fid.js +2 -4
- package/lighthouse-core/audits/metrics/speed-index.js +2 -4
- package/lighthouse-core/audits/metrics/total-blocking-time.js +2 -10
- package/lighthouse-core/audits/metrics.js +2 -4
- package/lighthouse-core/audits/performance-budget.js +0 -1
- package/lighthouse-core/audits/predictive-perf.js +6 -9
- package/lighthouse-core/audits/preload-fonts.js +1 -11
- package/lighthouse-core/audits/preload-lcp-image.js +5 -18
- package/lighthouse-core/audits/redirects.js +8 -10
- package/lighthouse-core/audits/screenshot-thumbnails.js +13 -28
- package/lighthouse-core/audits/seo/canonical.js +1 -2
- package/lighthouse-core/audits/seo/font-size.js +4 -4
- package/lighthouse-core/audits/seo/hreflang.js +2 -3
- package/lighthouse-core/audits/seo/http-status-code.js +16 -21
- package/lighthouse-core/audits/seo/is-crawlable.js +3 -4
- package/lighthouse-core/audits/seo/robots-txt.js +2 -2
- package/lighthouse-core/audits/seo/tap-targets.js +5 -5
- package/lighthouse-core/audits/server-response-time.js +2 -20
- package/lighthouse-core/audits/splash-screen.js +0 -1
- package/lighthouse-core/audits/themed-omnibox.js +0 -1
- package/lighthouse-core/audits/third-party-facades.js +0 -1
- package/lighthouse-core/audits/third-party-summary.js +3 -1
- package/lighthouse-core/audits/timing-budget.js +2 -4
- package/lighthouse-core/audits/uses-rel-preconnect.js +9 -14
- package/lighthouse-core/audits/uses-rel-preload.js +2 -13
- package/lighthouse-core/computed/main-thread-tasks.js +2 -2
- package/lighthouse-core/computed/metrics/cumulative-layout-shift.js +3 -3
- package/lighthouse-core/computed/metrics/first-contentful-paint-all-frames.js +6 -6
- package/lighthouse-core/computed/metrics/first-contentful-paint.js +8 -9
- package/lighthouse-core/computed/metrics/first-meaningful-paint.js +9 -10
- package/lighthouse-core/computed/metrics/interactive.js +24 -25
- package/lighthouse-core/computed/metrics/lantern-first-contentful-paint.js +6 -6
- package/lighthouse-core/computed/metrics/lantern-first-meaningful-paint.js +6 -6
- package/lighthouse-core/computed/metrics/lantern-largest-contentful-paint.js +6 -6
- package/lighthouse-core/computed/metrics/lantern-metric.js +8 -16
- package/lighthouse-core/computed/metrics/largest-contentful-paint-all-frames.js +7 -7
- package/lighthouse-core/computed/metrics/largest-contentful-paint.js +9 -10
- package/lighthouse-core/computed/metrics/max-potential-fid.js +11 -8
- package/lighthouse-core/computed/metrics/metric.js +5 -32
- package/lighthouse-core/computed/metrics/speed-index.js +5 -6
- package/lighthouse-core/computed/metrics/timing-summary.js +45 -55
- package/lighthouse-core/computed/metrics/total-blocking-time.js +29 -36
- package/lighthouse-core/computed/page-dependency-graph.js +14 -14
- package/lighthouse-core/computed/resource-summary.js +7 -3
- package/lighthouse-core/computed/speedline.js +3 -3
- package/lighthouse-core/computed/trace-of-tab.js +86 -15
- package/lighthouse-core/computed/user-timings.js +5 -5
- package/lighthouse-core/config/default-config.js +0 -1
- package/lighthouse-core/fraggle-rock/config/config.js +7 -9
- package/lighthouse-core/fraggle-rock/config/default-config.js +2 -40
- package/lighthouse-core/fraggle-rock/config/filters.js +6 -39
- package/lighthouse-core/fraggle-rock/config/validation.js +4 -4
- package/lighthouse-core/fraggle-rock/gather/base-artifacts.js +19 -54
- package/lighthouse-core/fraggle-rock/gather/navigation-runner.js +10 -21
- package/lighthouse-core/fraggle-rock/gather/runner-helpers.js +2 -2
- package/lighthouse-core/fraggle-rock/gather/snapshot-runner.js +2 -2
- package/lighthouse-core/fraggle-rock/gather/timespan-runner.js +2 -2
- package/lighthouse-core/gather/driver/prepare.js +0 -3
- package/lighthouse-core/gather/fetcher.js +2 -0
- package/lighthouse-core/gather/gather-runner.js +14 -2
- package/lighthouse-core/gather/gatherers/image-elements.js +61 -24
- package/lighthouse-core/gather/gatherers/inspector-issues.js +2 -2
- package/lighthouse-core/gather/gatherers/script-elements.js +12 -45
- package/lighthouse-core/gather/gatherers/seo/font-size.js +5 -5
- package/lighthouse-core/gather/gatherers/seo/tap-targets.js +12 -64
- package/lighthouse-core/gather/gatherers/service-worker.js +3 -20
- package/lighthouse-core/gather/gatherers/trace-compat.js +1 -1
- package/lighthouse-core/gather/gatherers/trace-elements.js +3 -15
- package/lighthouse-core/gather/gatherers/trace.js +4 -13
- package/lighthouse-core/gather/gatherers/viewport-dimensions.js +1 -1
- package/lighthouse-core/lib/dependency-graph/simulator/network-analyzer.js +2 -13
- package/lighthouse-core/lib/emulation.js +2 -0
- package/lighthouse-core/lib/i18n/i18n.js +2 -2
- package/lighthouse-core/lib/i18n/locales/ar-XB.json +141 -141
- package/lighthouse-core/lib/i18n/locales/ar.json +143 -143
- package/lighthouse-core/lib/i18n/locales/bg.json +143 -143
- package/lighthouse-core/lib/i18n/locales/ca.json +141 -141
- package/lighthouse-core/lib/i18n/locales/cs.json +141 -141
- package/lighthouse-core/lib/i18n/locales/da.json +141 -141
- package/lighthouse-core/lib/i18n/locales/de.json +142 -142
- package/lighthouse-core/lib/i18n/locales/el.json +141 -141
- package/lighthouse-core/lib/i18n/locales/en-GB.json +141 -141
- package/lighthouse-core/lib/i18n/locales/en-US.ctc.json +6659 -0
- package/lighthouse-core/lib/i18n/locales/en-US.json +144 -150
- package/lighthouse-core/lib/i18n/locales/en-XA.json +141 -141
- package/lighthouse-core/lib/i18n/locales/en-XL.ctc.json +6628 -0
- package/lighthouse-core/lib/i18n/locales/en-XL.json +144 -150
- package/lighthouse-core/lib/i18n/locales/es-419.json +141 -141
- package/lighthouse-core/lib/i18n/locales/es.json +141 -141
- package/lighthouse-core/lib/i18n/locales/fi.json +143 -143
- package/lighthouse-core/lib/i18n/locales/fil.json +142 -142
- package/lighthouse-core/lib/i18n/locales/fr.json +141 -141
- package/lighthouse-core/lib/i18n/locales/he.json +142 -142
- package/lighthouse-core/lib/i18n/locales/hi.json +143 -143
- package/lighthouse-core/lib/i18n/locales/hr.json +141 -141
- package/lighthouse-core/lib/i18n/locales/hu.json +143 -143
- package/lighthouse-core/lib/i18n/locales/id.json +143 -143
- package/lighthouse-core/lib/i18n/locales/it.json +143 -143
- package/lighthouse-core/lib/i18n/locales/ja.json +143 -143
- package/lighthouse-core/lib/i18n/locales/ko.json +143 -143
- package/lighthouse-core/lib/i18n/locales/lt.json +143 -143
- package/lighthouse-core/lib/i18n/locales/lv.json +143 -143
- package/lighthouse-core/lib/i18n/locales/nl.json +141 -141
- package/lighthouse-core/lib/i18n/locales/no.json +141 -141
- package/lighthouse-core/lib/i18n/locales/pl.json +141 -141
- package/lighthouse-core/lib/i18n/locales/pt-PT.json +141 -141
- package/lighthouse-core/lib/i18n/locales/pt.json +141 -141
- package/lighthouse-core/lib/i18n/locales/ro.json +144 -144
- package/lighthouse-core/lib/i18n/locales/ru.json +143 -143
- package/lighthouse-core/lib/i18n/locales/sk.json +142 -142
- package/lighthouse-core/lib/i18n/locales/sl.json +141 -141
- package/lighthouse-core/lib/i18n/locales/sr-Latn.json +143 -143
- package/lighthouse-core/lib/i18n/locales/sr.json +143 -143
- package/lighthouse-core/lib/i18n/locales/sv.json +142 -142
- package/lighthouse-core/lib/i18n/locales/ta.json +141 -141
- package/lighthouse-core/lib/i18n/locales/te.json +143 -143
- package/lighthouse-core/lib/i18n/locales/th.json +143 -143
- package/lighthouse-core/lib/i18n/locales/tr.json +143 -143
- package/lighthouse-core/lib/i18n/locales/uk.json +141 -141
- package/lighthouse-core/lib/i18n/locales/vi.json +143 -143
- package/lighthouse-core/lib/i18n/locales/zh-HK.json +141 -141
- package/lighthouse-core/lib/i18n/locales/zh-TW.json +143 -143
- package/lighthouse-core/lib/i18n/locales/zh.json +143 -143
- package/lighthouse-core/lib/lh-error.js +2 -2
- package/lighthouse-core/lib/minify-trace.js +1 -1
- package/lighthouse-core/lib/network-request.js +1 -17
- package/lighthouse-core/lib/page-functions.js +5 -6
- package/lighthouse-core/lib/rect-helpers.js +3 -3
- package/lighthouse-core/lib/sd-validation/assets/jsonldcontext.json +7137 -0
- package/lighthouse-core/lib/sd-validation/assets/schema-tree.json +9900 -0
- package/{report/report-assets.js → lighthouse-core/lib/sd-validation/helpers/walk-object.js} +20 -12
- package/lighthouse-core/lib/sd-validation/json-expander.js +56 -0
- package/lighthouse-core/lib/sd-validation/json-linter.js +49 -0
- package/lighthouse-core/lib/sd-validation/jsonld-keyword-validator.js +50 -0
- package/lighthouse-core/lib/sd-validation/line-number-from-jsonld-path.js +60 -0
- package/lighthouse-core/lib/sd-validation/schema-validator.js +146 -0
- package/lighthouse-core/lib/sd-validation/scripts/download-jsonldcontext.js +30 -0
- package/lighthouse-core/lib/sd-validation/scripts/generate-schema-tree.js +97 -0
- package/lighthouse-core/lib/sd-validation/sd-validation.js +77 -0
- package/lighthouse-core/lib/tappable-rects.js +1 -1
- package/lighthouse-core/lib/tracehouse/trace-processor.js +42 -116
- package/lighthouse-core/lib/url-shim.js +2 -29
- package/lighthouse-core/report/html/html-report-assets.js +38 -0
- package/{report/README.md → lighthouse-core/report/html/readme.md} +11 -7
- package/{report → lighthouse-core/report/html}/renderer/category-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/crc-details-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/details-renderer.js +1 -1
- package/{report → lighthouse-core/report/html}/renderer/dom.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/element-screenshot-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/i18n.js +1 -1
- package/{report → lighthouse-core/report/html}/renderer/logger.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/performance-category-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/psi.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/pwa-category-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/report-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/report-ui-features.js +3 -3
- package/{report → lighthouse-core/report/html}/renderer/snippet-renderer.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/text-encoding.js +0 -0
- package/{report → lighthouse-core/report/html}/renderer/util.js +4 -7
- package/{report/assets/styles.css → lighthouse-core/report/html/report-styles.css} +0 -0
- package/{report/assets/standalone-template.html → lighthouse-core/report/html/report-template.html} +41 -1
- package/{report/assets → lighthouse-core/report/html}/templates.html +0 -0
- package/{report → lighthouse-core/report}/report-generator.js +1 -1
- package/lighthouse-core/runner.js +1 -1
- package/package.json +12 -13
- package/readme.md +2 -2
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +2 -3
- package/third-party/chromium-synchronization/installability-errors-test.js +2 -2
- package/third-party/download-content-shell/download-content-shell.js +1 -2
- package/third-party/snyk/snapshot.json +1 -1
- package/tsconfig.json +1 -0
- package/types/artifacts.d.ts +21 -41
- package/types/audit.d.ts +0 -2
- package/types/config.d.ts +2 -16
- package/types/externs.d.ts +0 -1
- package/types/gatherer.d.ts +13 -13
- package/types/html-renderer.d.ts +14 -14
- package/types/i18n.d.ts +1 -1
- package/lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js +0 -94
- package/lighthouse-core/computed/image-records.js +0 -62
- package/lighthouse-core/computed/metrics/navigation-metric.js +0 -46
- package/lighthouse-core/computed/processed-navigation.js +0 -21
- package/lighthouse-core/computed/processed-trace.js +0 -21
- package/lighthouse-core/gather/gatherers/gather-context.js +0 -25
- package/lighthouse-core/gather/gatherers/host-form-factor.js +0 -31
- package/lighthouse-core/gather/gatherers/host-user-agent.js +0 -29
- package/lighthouse-core/lib/lh-trace-processor.js +0 -46
- package/report/clients/standalone.js +0 -52
- package/report/test/renderer/category-renderer-test.js +0 -488
- package/report/test/renderer/crc-details-renderer-test.js +0 -115
- package/report/test/renderer/details-renderer-test.js +0 -843
- package/report/test/renderer/dom-test.js +0 -157
- package/report/test/renderer/element-screenshot-renderer-test.js +0 -189
- package/report/test/renderer/i18n-test.js +0 -146
- package/report/test/renderer/performance-category-renderer-test.js +0 -332
- package/report/test/renderer/psi-test.js +0 -152
- package/report/test/renderer/pwa-category-renderer-test.js +0 -303
- package/report/test/renderer/report-renderer-test.js +0 -325
- package/report/test/renderer/report-ui-features-test.js +0 -572
- package/report/test/renderer/snippet-renderer-test.js +0 -291
- package/report/test/renderer/text-encoding-test.js +0 -41
- package/report/test/renderer/util-test.js +0 -388
- package/report/test/report-generator-test.js +0 -145
|
@@ -585,10 +585,10 @@
|
|
|
585
585
|
"message": "Direktiv"
|
|
586
586
|
},
|
|
587
587
|
"lighthouse-core/audits/csp-xss.js | columnSeverity": {
|
|
588
|
-
"message": "
|
|
588
|
+
"message": "Severity"
|
|
589
589
|
},
|
|
590
590
|
"lighthouse-core/audits/csp-xss.js | description": {
|
|
591
|
-
"message": "En stark säkerhetspolicy för innehåll (CSP) minskar avsevärt risken för attacker med webbkodinjektion (XSS). [Läs mer](https://web.dev/csp
|
|
591
|
+
"message": "En stark säkerhetspolicy för innehåll (CSP) minskar avsevärt risken för attacker med webbkodinjektion (XSS). [Läs mer](https://web.dev/strict-csp/)"
|
|
592
592
|
},
|
|
593
593
|
"lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
594
594
|
"message": "Syntax"
|
|
@@ -903,10 +903,10 @@
|
|
|
903
903
|
"message": "Manifestet innehåller inte fältet name eller short_name"
|
|
904
904
|
},
|
|
905
905
|
"lighthouse-core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
906
|
-
"message": "
|
|
906
|
+
"message": "Manifestet innehåller ingen lämplig ikon – PNG-, SVG- eller WebP-format på minst {value0} px krävs, sizes-attributet måste anges och purpose-attributet, om det anges, måste innehålla any eller maskable."
|
|
907
907
|
},
|
|
908
908
|
"lighthouse-core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
909
|
-
"message": "
|
|
909
|
+
"message": "Ingen av de ikoner som tillhandahålls är {value0} px och i PNG-, SVG- eller WebP-format"
|
|
910
910
|
},
|
|
911
911
|
"lighthouse-core/audits/installable-manifest.js | no-icon-available": {
|
|
912
912
|
"message": "Ikonen som laddades ned var tom eller skadad"
|
|
@@ -1955,6 +1955,144 @@
|
|
|
1955
1955
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
1956
1956
|
"message": "Den angivna webbadressen verkar vara ogiltig."
|
|
1957
1957
|
},
|
|
1958
|
+
"lighthouse-core/report/html/renderer/util.js | calculatorLink": {
|
|
1959
|
+
"message": "Visa kalkylator."
|
|
1960
|
+
},
|
|
1961
|
+
"lighthouse-core/report/html/renderer/util.js | crcInitialNavigation": {
|
|
1962
|
+
"message": "Första navigering"
|
|
1963
|
+
},
|
|
1964
|
+
"lighthouse-core/report/html/renderer/util.js | crcLongestDurationLabel": {
|
|
1965
|
+
"message": "Högsta latens för kritisk kedja:"
|
|
1966
|
+
},
|
|
1967
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownCopyJSON": {
|
|
1968
|
+
"message": "Kopiera JSON"
|
|
1969
|
+
},
|
|
1970
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownDarkTheme": {
|
|
1971
|
+
"message": "Aktivera och inaktivera mörkt tema"
|
|
1972
|
+
},
|
|
1973
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownPrintExpanded": {
|
|
1974
|
+
"message": "Skriv ut utökad"
|
|
1975
|
+
},
|
|
1976
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownPrintSummary": {
|
|
1977
|
+
"message": "Skriv ut sammanfattning"
|
|
1978
|
+
},
|
|
1979
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveGist": {
|
|
1980
|
+
"message": "Spara som Gist"
|
|
1981
|
+
},
|
|
1982
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveHTML": {
|
|
1983
|
+
"message": "Spara som HTML"
|
|
1984
|
+
},
|
|
1985
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveJSON": {
|
|
1986
|
+
"message": "Spara som JSON"
|
|
1987
|
+
},
|
|
1988
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownViewer": {
|
|
1989
|
+
"message": "Öppna i visningsprogram"
|
|
1990
|
+
},
|
|
1991
|
+
"lighthouse-core/report/html/renderer/util.js | errorLabel": {
|
|
1992
|
+
"message": "Fel."
|
|
1993
|
+
},
|
|
1994
|
+
"lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": {
|
|
1995
|
+
"message": "Rapportfel: ingen granskningsinformation"
|
|
1996
|
+
},
|
|
1997
|
+
"lighthouse-core/report/html/renderer/util.js | footerIssue": {
|
|
1998
|
+
"message": "Rapportera ett problem"
|
|
1999
|
+
},
|
|
2000
|
+
"lighthouse-core/report/html/renderer/util.js | labDataTitle": {
|
|
2001
|
+
"message": "Labbdata"
|
|
2002
|
+
},
|
|
2003
|
+
"lighthouse-core/report/html/renderer/util.js | lsPerformanceCategoryDescription": {
|
|
2004
|
+
"message": "Analys med [Lighthouse](https://developers.google.com/web/tools/lighthouse/) av den aktuella sidan i ett emulerat mobilnätverk. Värdena är uppskattningar och kan variera."
|
|
2005
|
+
},
|
|
2006
|
+
"lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": {
|
|
2007
|
+
"message": "Fler saker att kolla manuellt"
|
|
2008
|
+
},
|
|
2009
|
+
"lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": {
|
|
2010
|
+
"message": "Ej tillämpligt"
|
|
2011
|
+
},
|
|
2012
|
+
"lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": {
|
|
2013
|
+
"message": "Möjlighet"
|
|
2014
|
+
},
|
|
2015
|
+
"lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": {
|
|
2016
|
+
"message": "Uppskattad tidsbesparing"
|
|
2017
|
+
},
|
|
2018
|
+
"lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": {
|
|
2019
|
+
"message": "Godkända granskningar"
|
|
2020
|
+
},
|
|
2021
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeDesktopEmulation": {
|
|
2022
|
+
"message": "Emulerat skrivbord"
|
|
2023
|
+
},
|
|
2024
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeMobileEmulation": {
|
|
2025
|
+
"message": "Emulerad Moto G4"
|
|
2026
|
+
},
|
|
2027
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeNoEmulation": {
|
|
2028
|
+
"message": "Ingen emulering"
|
|
2029
|
+
},
|
|
2030
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsAxeVersion": {
|
|
2031
|
+
"message": "Axe-version"
|
|
2032
|
+
},
|
|
2033
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsBenchmark": {
|
|
2034
|
+
"message": "CPU/minne"
|
|
2035
|
+
},
|
|
2036
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2037
|
+
"message": "CPU-begränsning"
|
|
2038
|
+
},
|
|
2039
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsChannel": {
|
|
2040
|
+
"message": "Kanal"
|
|
2041
|
+
},
|
|
2042
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsDevice": {
|
|
2043
|
+
"message": "Enhet"
|
|
2044
|
+
},
|
|
2045
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2046
|
+
"message": "Tidpunkt för hämtning"
|
|
2047
|
+
},
|
|
2048
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2049
|
+
"message": "Nätverksbegränsning"
|
|
2050
|
+
},
|
|
2051
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsTitle": {
|
|
2052
|
+
"message": "Körtidsinställningar"
|
|
2053
|
+
},
|
|
2054
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUA": {
|
|
2055
|
+
"message": "Användaragent (värd)"
|
|
2056
|
+
},
|
|
2057
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2058
|
+
"message": "Användaragent (nätverk)"
|
|
2059
|
+
},
|
|
2060
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUrl": {
|
|
2061
|
+
"message": "Webbadress"
|
|
2062
|
+
},
|
|
2063
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeUnknown": {
|
|
2064
|
+
"message": "Okänd"
|
|
2065
|
+
},
|
|
2066
|
+
"lighthouse-core/report/html/renderer/util.js | showRelevantAudits": {
|
|
2067
|
+
"message": "Visa granskningar som är relevanta för:"
|
|
2068
|
+
},
|
|
2069
|
+
"lighthouse-core/report/html/renderer/util.js | snippetCollapseButtonLabel": {
|
|
2070
|
+
"message": "Komprimera utdrag"
|
|
2071
|
+
},
|
|
2072
|
+
"lighthouse-core/report/html/renderer/util.js | snippetExpandButtonLabel": {
|
|
2073
|
+
"message": "Utöka utdrag"
|
|
2074
|
+
},
|
|
2075
|
+
"lighthouse-core/report/html/renderer/util.js | thirdPartyResourcesLabel": {
|
|
2076
|
+
"message": "Visa resurser från tredje part"
|
|
2077
|
+
},
|
|
2078
|
+
"lighthouse-core/report/html/renderer/util.js | throttlingProvided": {
|
|
2079
|
+
"message": "Tillhandahålls av miljön"
|
|
2080
|
+
},
|
|
2081
|
+
"lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": {
|
|
2082
|
+
"message": "Problem uppstod med den här körningen av Lighthouse."
|
|
2083
|
+
},
|
|
2084
|
+
"lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": {
|
|
2085
|
+
"message": "Värdena är uppskattningar och kan variera. [Prestandapoängen beräknas](https://web.dev/performance-scoring/) direkt utifrån dessa mätvärden."
|
|
2086
|
+
},
|
|
2087
|
+
"lighthouse-core/report/html/renderer/util.js | viewTreemapLabel": {
|
|
2088
|
+
"message": "Visa Treemap"
|
|
2089
|
+
},
|
|
2090
|
+
"lighthouse-core/report/html/renderer/util.js | warningAuditsGroupTitle": {
|
|
2091
|
+
"message": "Godkänd i granskningarna men med varningar"
|
|
2092
|
+
},
|
|
2093
|
+
"lighthouse-core/report/html/renderer/util.js | warningHeader": {
|
|
2094
|
+
"message": "Varningar: "
|
|
2095
|
+
},
|
|
1958
2096
|
"lighthouse-treemap/app/src/util.js | allLabel": {
|
|
1959
2097
|
"message": "Alla"
|
|
1960
2098
|
},
|
|
@@ -2242,143 +2380,5 @@
|
|
|
2242
2380
|
},
|
|
2243
2381
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-text-compression": {
|
|
2244
2382
|
"message": "Du kan aktivera textkomprimering i webbserverns konfiguration."
|
|
2245
|
-
},
|
|
2246
|
-
"report/renderer/util.js | calculatorLink": {
|
|
2247
|
-
"message": "Visa kalkylator."
|
|
2248
|
-
},
|
|
2249
|
-
"report/renderer/util.js | crcInitialNavigation": {
|
|
2250
|
-
"message": "Första navigering"
|
|
2251
|
-
},
|
|
2252
|
-
"report/renderer/util.js | crcLongestDurationLabel": {
|
|
2253
|
-
"message": "Högsta latens för kritisk kedja:"
|
|
2254
|
-
},
|
|
2255
|
-
"report/renderer/util.js | dropdownCopyJSON": {
|
|
2256
|
-
"message": "Kopiera JSON"
|
|
2257
|
-
},
|
|
2258
|
-
"report/renderer/util.js | dropdownDarkTheme": {
|
|
2259
|
-
"message": "Aktivera och inaktivera mörkt tema"
|
|
2260
|
-
},
|
|
2261
|
-
"report/renderer/util.js | dropdownPrintExpanded": {
|
|
2262
|
-
"message": "Skriv ut utökad"
|
|
2263
|
-
},
|
|
2264
|
-
"report/renderer/util.js | dropdownPrintSummary": {
|
|
2265
|
-
"message": "Skriv ut sammanfattning"
|
|
2266
|
-
},
|
|
2267
|
-
"report/renderer/util.js | dropdownSaveGist": {
|
|
2268
|
-
"message": "Spara som Gist"
|
|
2269
|
-
},
|
|
2270
|
-
"report/renderer/util.js | dropdownSaveHTML": {
|
|
2271
|
-
"message": "Spara som HTML"
|
|
2272
|
-
},
|
|
2273
|
-
"report/renderer/util.js | dropdownSaveJSON": {
|
|
2274
|
-
"message": "Spara som JSON"
|
|
2275
|
-
},
|
|
2276
|
-
"report/renderer/util.js | dropdownViewer": {
|
|
2277
|
-
"message": "Öppna i visningsprogram"
|
|
2278
|
-
},
|
|
2279
|
-
"report/renderer/util.js | errorLabel": {
|
|
2280
|
-
"message": "Fel."
|
|
2281
|
-
},
|
|
2282
|
-
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2283
|
-
"message": "Rapportfel: ingen granskningsinformation"
|
|
2284
|
-
},
|
|
2285
|
-
"report/renderer/util.js | footerIssue": {
|
|
2286
|
-
"message": "Rapportera ett problem"
|
|
2287
|
-
},
|
|
2288
|
-
"report/renderer/util.js | labDataTitle": {
|
|
2289
|
-
"message": "Labbdata"
|
|
2290
|
-
},
|
|
2291
|
-
"report/renderer/util.js | lsPerformanceCategoryDescription": {
|
|
2292
|
-
"message": "Analys med [Lighthouse](https://developers.google.com/web/tools/lighthouse/) av den aktuella sidan i ett emulerat mobilnätverk. Värdena är uppskattningar och kan variera."
|
|
2293
|
-
},
|
|
2294
|
-
"report/renderer/util.js | manualAuditsGroupTitle": {
|
|
2295
|
-
"message": "Fler saker att kolla manuellt"
|
|
2296
|
-
},
|
|
2297
|
-
"report/renderer/util.js | notApplicableAuditsGroupTitle": {
|
|
2298
|
-
"message": "Ej tillämpligt"
|
|
2299
|
-
},
|
|
2300
|
-
"report/renderer/util.js | opportunityResourceColumnLabel": {
|
|
2301
|
-
"message": "Möjlighet"
|
|
2302
|
-
},
|
|
2303
|
-
"report/renderer/util.js | opportunitySavingsColumnLabel": {
|
|
2304
|
-
"message": "Uppskattad tidsbesparing"
|
|
2305
|
-
},
|
|
2306
|
-
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2307
|
-
"message": "Godkända granskningar"
|
|
2308
|
-
},
|
|
2309
|
-
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2310
|
-
"message": "Emulerat skrivbord"
|
|
2311
|
-
},
|
|
2312
|
-
"report/renderer/util.js | runtimeMobileEmulation": {
|
|
2313
|
-
"message": "Emulerad Moto G4"
|
|
2314
|
-
},
|
|
2315
|
-
"report/renderer/util.js | runtimeNoEmulation": {
|
|
2316
|
-
"message": "Ingen emulering"
|
|
2317
|
-
},
|
|
2318
|
-
"report/renderer/util.js | runtimeSettingsAxeVersion": {
|
|
2319
|
-
"message": "Axe-version"
|
|
2320
|
-
},
|
|
2321
|
-
"report/renderer/util.js | runtimeSettingsBenchmark": {
|
|
2322
|
-
"message": "CPU/minne"
|
|
2323
|
-
},
|
|
2324
|
-
"report/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2325
|
-
"message": "CPU-begränsning"
|
|
2326
|
-
},
|
|
2327
|
-
"report/renderer/util.js | runtimeSettingsChannel": {
|
|
2328
|
-
"message": "Kanal"
|
|
2329
|
-
},
|
|
2330
|
-
"report/renderer/util.js | runtimeSettingsDevice": {
|
|
2331
|
-
"message": "Enhet"
|
|
2332
|
-
},
|
|
2333
|
-
"report/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2334
|
-
"message": "Tidpunkt för hämtning"
|
|
2335
|
-
},
|
|
2336
|
-
"report/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2337
|
-
"message": "Nätverksbegränsning"
|
|
2338
|
-
},
|
|
2339
|
-
"report/renderer/util.js | runtimeSettingsTitle": {
|
|
2340
|
-
"message": "Körtidsinställningar"
|
|
2341
|
-
},
|
|
2342
|
-
"report/renderer/util.js | runtimeSettingsUA": {
|
|
2343
|
-
"message": "Användaragent (värd)"
|
|
2344
|
-
},
|
|
2345
|
-
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2346
|
-
"message": "Användaragent (nätverk)"
|
|
2347
|
-
},
|
|
2348
|
-
"report/renderer/util.js | runtimeSettingsUrl": {
|
|
2349
|
-
"message": "Webbadress"
|
|
2350
|
-
},
|
|
2351
|
-
"report/renderer/util.js | runtimeUnknown": {
|
|
2352
|
-
"message": "Okänd"
|
|
2353
|
-
},
|
|
2354
|
-
"report/renderer/util.js | showRelevantAudits": {
|
|
2355
|
-
"message": "Visa granskningar som är relevanta för:"
|
|
2356
|
-
},
|
|
2357
|
-
"report/renderer/util.js | snippetCollapseButtonLabel": {
|
|
2358
|
-
"message": "Komprimera utdrag"
|
|
2359
|
-
},
|
|
2360
|
-
"report/renderer/util.js | snippetExpandButtonLabel": {
|
|
2361
|
-
"message": "Utöka utdrag"
|
|
2362
|
-
},
|
|
2363
|
-
"report/renderer/util.js | thirdPartyResourcesLabel": {
|
|
2364
|
-
"message": "Visa resurser från tredje part"
|
|
2365
|
-
},
|
|
2366
|
-
"report/renderer/util.js | throttlingProvided": {
|
|
2367
|
-
"message": "Tillhandahålls av miljön"
|
|
2368
|
-
},
|
|
2369
|
-
"report/renderer/util.js | toplevelWarningsMessage": {
|
|
2370
|
-
"message": "Problem uppstod med den här körningen av Lighthouse."
|
|
2371
|
-
},
|
|
2372
|
-
"report/renderer/util.js | varianceDisclaimer": {
|
|
2373
|
-
"message": "Värdena är uppskattningar och kan variera. [Prestandapoängen beräknas](https://web.dev/performance-scoring/) direkt utifrån dessa mätvärden."
|
|
2374
|
-
},
|
|
2375
|
-
"report/renderer/util.js | viewTreemapLabel": {
|
|
2376
|
-
"message": "Visa Treemap"
|
|
2377
|
-
},
|
|
2378
|
-
"report/renderer/util.js | warningAuditsGroupTitle": {
|
|
2379
|
-
"message": "Godkänd i granskningarna men med varningar"
|
|
2380
|
-
},
|
|
2381
|
-
"report/renderer/util.js | warningHeader": {
|
|
2382
|
-
"message": "Varningar: "
|
|
2383
2383
|
}
|
|
2384
2384
|
}
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"message": "Severity"
|
|
589
589
|
},
|
|
590
590
|
"lighthouse-core/audits/csp-xss.js | description": {
|
|
591
|
-
"message": "மாற்ற முடியாதபடி உள்ளடக்கப் பாதுகாப்புக் கொள்கையை (CSP - Content Security Policy) அமைப்பது வேற்று தள ஸ்கிரிப்டிங் (XSS - cross-site scripting) தாக்குதல்களின் ஆபத்தைக் குறைக்கும். [மேலும் அறிக](https://web.dev/csp
|
|
591
|
+
"message": "மாற்ற முடியாதபடி உள்ளடக்கப் பாதுகாப்புக் கொள்கையை (CSP - Content Security Policy) அமைப்பது வேற்று தள ஸ்கிரிப்டிங் (XSS - cross-site scripting) தாக்குதல்களின் ஆபத்தைக் குறைக்கும். [மேலும் அறிக](https://web.dev/strict-csp/)"
|
|
592
592
|
},
|
|
593
593
|
"lighthouse-core/audits/csp-xss.js | itemSeveritySyntax": {
|
|
594
594
|
"message": "Syntax"
|
|
@@ -903,10 +903,10 @@
|
|
|
903
903
|
"message": "'name' அல்லது 'short_name' புலத்தை மெனிஃபெஸ்ட் கொண்டிருக்கவில்லை"
|
|
904
904
|
},
|
|
905
905
|
"lighthouse-core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
906
|
-
"message": "
|
|
906
|
+
"message": "பொருத்தமான ஐகானை மெனிஃபெஸ்ட் கொண்டிருக்கவில்லை. PNG, SVG, WebP போன்ற வடிவமைப்பில் குறைந்தபட்சம் {value0} பிக்சல்களுடன் இருக்க வேண்டும், sizes பண்புக்கூறு அமைக்கப்பட வேண்டும், purpose பண்புக்கூறு அமைக்கப்பட்டால் அது “any” அல்லது “maskable” என்பதைக் கொண்டிருக்க வேண்டும்."
|
|
907
907
|
},
|
|
908
908
|
"lighthouse-core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
909
|
-
"message": "
|
|
909
|
+
"message": "வழங்கப்பட்ட எந்தவொரு ஐகானும் PNG, SVG, WebP போன்ற வடிவமைப்பில் குறைந்தபட்சம் {value0} சதுர பிக்சல்களுடன் இல்லை"
|
|
910
910
|
},
|
|
911
911
|
"lighthouse-core/audits/installable-manifest.js | no-icon-available": {
|
|
912
912
|
"message": "பதிவிறக்கிய ஐகான் காலியாக உள்ளது அல்லது சிதைந்துள்ளது"
|
|
@@ -1955,6 +1955,144 @@
|
|
|
1955
1955
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
1956
1956
|
"message": "நீங்கள் அளித்துள்ள URL செல்லாததெனத் தோன்றுகிறது."
|
|
1957
1957
|
},
|
|
1958
|
+
"lighthouse-core/report/html/renderer/util.js | calculatorLink": {
|
|
1959
|
+
"message": "கால்குலேட்டரைக் காட்டு."
|
|
1960
|
+
},
|
|
1961
|
+
"lighthouse-core/report/html/renderer/util.js | crcInitialNavigation": {
|
|
1962
|
+
"message": "துவக்க நெட்வொர்க் கோரிக்கை"
|
|
1963
|
+
},
|
|
1964
|
+
"lighthouse-core/report/html/renderer/util.js | crcLongestDurationLabel": {
|
|
1965
|
+
"message": "முக்கியக் கோரிக்கைத் தடத்தின் அதிகபட்சத் தாமதம்:"
|
|
1966
|
+
},
|
|
1967
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownCopyJSON": {
|
|
1968
|
+
"message": "JSONனை நகலெடு"
|
|
1969
|
+
},
|
|
1970
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownDarkTheme": {
|
|
1971
|
+
"message": "டார்க் தீம் நிலைமாற்று"
|
|
1972
|
+
},
|
|
1973
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownPrintExpanded": {
|
|
1974
|
+
"message": "விரிக்கப்பட்ட பிரிண்ட்"
|
|
1975
|
+
},
|
|
1976
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownPrintSummary": {
|
|
1977
|
+
"message": "பிரிண்ட் சுருக்கம்"
|
|
1978
|
+
},
|
|
1979
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveGist": {
|
|
1980
|
+
"message": "Gistடாக சேமி"
|
|
1981
|
+
},
|
|
1982
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveHTML": {
|
|
1983
|
+
"message": "HTMLலாக சேமி"
|
|
1984
|
+
},
|
|
1985
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownSaveJSON": {
|
|
1986
|
+
"message": "JSONனாக சேமி"
|
|
1987
|
+
},
|
|
1988
|
+
"lighthouse-core/report/html/renderer/util.js | dropdownViewer": {
|
|
1989
|
+
"message": "வியூவரில் திற"
|
|
1990
|
+
},
|
|
1991
|
+
"lighthouse-core/report/html/renderer/util.js | errorLabel": {
|
|
1992
|
+
"message": "பிழை!"
|
|
1993
|
+
},
|
|
1994
|
+
"lighthouse-core/report/html/renderer/util.js | errorMissingAuditInfo": {
|
|
1995
|
+
"message": "அறிக்கைப் பிழை: தணிக்கைத் தகவல் இல்லை"
|
|
1996
|
+
},
|
|
1997
|
+
"lighthouse-core/report/html/renderer/util.js | footerIssue": {
|
|
1998
|
+
"message": "சிக்கலைப் புகார் செய்க"
|
|
1999
|
+
},
|
|
2000
|
+
"lighthouse-core/report/html/renderer/util.js | labDataTitle": {
|
|
2001
|
+
"message": "ஆய்வகத் தரவு"
|
|
2002
|
+
},
|
|
2003
|
+
"lighthouse-core/report/html/renderer/util.js | lsPerformanceCategoryDescription": {
|
|
2004
|
+
"message": "மாதிரியாக உருவாக்கப்பட்ட மொபைல் நெட்வொர்க்கில் தற்போதைய பக்கத்திற்கான [Lighthouse](https://developers.google.com/web/tools/lighthouse/) பகுப்பாய்வு. மதிப்புகள் தோராயமானவை, மாறுபடக்கூடியவை."
|
|
2005
|
+
},
|
|
2006
|
+
"lighthouse-core/report/html/renderer/util.js | manualAuditsGroupTitle": {
|
|
2007
|
+
"message": "கைமுறையாகச் சரிபார்க்க வேண்டிய கூடுதல் விஷயங்கள்"
|
|
2008
|
+
},
|
|
2009
|
+
"lighthouse-core/report/html/renderer/util.js | notApplicableAuditsGroupTitle": {
|
|
2010
|
+
"message": "பொருந்தாதது"
|
|
2011
|
+
},
|
|
2012
|
+
"lighthouse-core/report/html/renderer/util.js | opportunityResourceColumnLabel": {
|
|
2013
|
+
"message": "பரிந்துரை"
|
|
2014
|
+
},
|
|
2015
|
+
"lighthouse-core/report/html/renderer/util.js | opportunitySavingsColumnLabel": {
|
|
2016
|
+
"message": "தோராயமான சேமிப்பு"
|
|
2017
|
+
},
|
|
2018
|
+
"lighthouse-core/report/html/renderer/util.js | passedAuditsGroupTitle": {
|
|
2019
|
+
"message": "தேர்ச்சி பெற்ற தணிக்கைகள்"
|
|
2020
|
+
},
|
|
2021
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeDesktopEmulation": {
|
|
2022
|
+
"message": "மாதிரி இயக்கப்பட்ட டெஸ்க்டாப்"
|
|
2023
|
+
},
|
|
2024
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeMobileEmulation": {
|
|
2025
|
+
"message": "மாதிரி இயக்கப்பட்ட Moto G4"
|
|
2026
|
+
},
|
|
2027
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeNoEmulation": {
|
|
2028
|
+
"message": "மாதிரி இயக்கப்படவில்லை"
|
|
2029
|
+
},
|
|
2030
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsAxeVersion": {
|
|
2031
|
+
"message": "Axe பதிப்பு"
|
|
2032
|
+
},
|
|
2033
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsBenchmark": {
|
|
2034
|
+
"message": "CPU/நினைவகத் திறன்"
|
|
2035
|
+
},
|
|
2036
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2037
|
+
"message": "CPU த்ராட்லிங்"
|
|
2038
|
+
},
|
|
2039
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsChannel": {
|
|
2040
|
+
"message": "இயங்கும் கருவி"
|
|
2041
|
+
},
|
|
2042
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsDevice": {
|
|
2043
|
+
"message": "சாதனம்"
|
|
2044
|
+
},
|
|
2045
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2046
|
+
"message": "எடுக்கப்பட்ட நேரம்"
|
|
2047
|
+
},
|
|
2048
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2049
|
+
"message": "நெட்வொர்க் த்ராட்லிங்"
|
|
2050
|
+
},
|
|
2051
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsTitle": {
|
|
2052
|
+
"message": "இயக்க நேர அமைப்புகள்"
|
|
2053
|
+
},
|
|
2054
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUA": {
|
|
2055
|
+
"message": "பயனர் ஏஜெண்ட் (ஹோஸ்ட்)"
|
|
2056
|
+
},
|
|
2057
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2058
|
+
"message": "பயனர் ஏஜெண்ட் (நெட்வொர்க்)"
|
|
2059
|
+
},
|
|
2060
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeSettingsUrl": {
|
|
2061
|
+
"message": "URL"
|
|
2062
|
+
},
|
|
2063
|
+
"lighthouse-core/report/html/renderer/util.js | runtimeUnknown": {
|
|
2064
|
+
"message": "தெரியவில்லை"
|
|
2065
|
+
},
|
|
2066
|
+
"lighthouse-core/report/html/renderer/util.js | showRelevantAudits": {
|
|
2067
|
+
"message": "இதற்குத் தொடர்புடைய தணிக்கைகளைக் காட்டு:"
|
|
2068
|
+
},
|
|
2069
|
+
"lighthouse-core/report/html/renderer/util.js | snippetCollapseButtonLabel": {
|
|
2070
|
+
"message": "துணுக்கைச் சுருக்கு"
|
|
2071
|
+
},
|
|
2072
|
+
"lighthouse-core/report/html/renderer/util.js | snippetExpandButtonLabel": {
|
|
2073
|
+
"message": "துணுக்கை விரி"
|
|
2074
|
+
},
|
|
2075
|
+
"lighthouse-core/report/html/renderer/util.js | thirdPartyResourcesLabel": {
|
|
2076
|
+
"message": "மூன்றாம் தரப்பு ஆதாரங்களைக் காட்டு"
|
|
2077
|
+
},
|
|
2078
|
+
"lighthouse-core/report/html/renderer/util.js | throttlingProvided": {
|
|
2079
|
+
"message": "இயக்கச் சூழல் வழங்கியது"
|
|
2080
|
+
},
|
|
2081
|
+
"lighthouse-core/report/html/renderer/util.js | toplevelWarningsMessage": {
|
|
2082
|
+
"message": "Lighthouseஸின் இந்த இயக்கத்தைச் சில சிக்கல்கள் பாதிக்கின்றன:"
|
|
2083
|
+
},
|
|
2084
|
+
"lighthouse-core/report/html/renderer/util.js | varianceDisclaimer": {
|
|
2085
|
+
"message": "மதிப்புகள் தோராயமானவை, மாறுபடக்கூடியவை. இந்த அளவீடுகளிலிருந்து நேரடியாக [செயல்திறன் ஸ்கோர் கணக்கிடப்படும்](https://web.dev/performance-scoring/)."
|
|
2086
|
+
},
|
|
2087
|
+
"lighthouse-core/report/html/renderer/util.js | viewTreemapLabel": {
|
|
2088
|
+
"message": "ட்ரீமேப்பைக் காட்டு"
|
|
2089
|
+
},
|
|
2090
|
+
"lighthouse-core/report/html/renderer/util.js | warningAuditsGroupTitle": {
|
|
2091
|
+
"message": "தணிக்கைகளில் தேர்ச்சிபெற்றவை, ஆனால் எச்சரிக்கைகள் உள்ளவை"
|
|
2092
|
+
},
|
|
2093
|
+
"lighthouse-core/report/html/renderer/util.js | warningHeader": {
|
|
2094
|
+
"message": "எச்சரிக்கைகள்: "
|
|
2095
|
+
},
|
|
1958
2096
|
"lighthouse-treemap/app/src/util.js | allLabel": {
|
|
1959
2097
|
"message": "எல்லாம்"
|
|
1960
2098
|
},
|
|
@@ -2242,143 +2380,5 @@
|
|
|
2242
2380
|
},
|
|
2243
2381
|
"node_modules/lighthouse-stack-packs/packs/wordpress.js | uses-text-compression": {
|
|
2244
2382
|
"message": "இணையச் சேவையக உள்ளமைவில் உரை சுருக்குதலை இயக்கலாம்."
|
|
2245
|
-
},
|
|
2246
|
-
"report/renderer/util.js | calculatorLink": {
|
|
2247
|
-
"message": "கால்குலேட்டரைக் காட்டு."
|
|
2248
|
-
},
|
|
2249
|
-
"report/renderer/util.js | crcInitialNavigation": {
|
|
2250
|
-
"message": "துவக்க நெட்வொர்க் கோரிக்கை"
|
|
2251
|
-
},
|
|
2252
|
-
"report/renderer/util.js | crcLongestDurationLabel": {
|
|
2253
|
-
"message": "முக்கியக் கோரிக்கைத் தடத்தின் அதிகபட்சத் தாமதம்:"
|
|
2254
|
-
},
|
|
2255
|
-
"report/renderer/util.js | dropdownCopyJSON": {
|
|
2256
|
-
"message": "JSONனை நகலெடு"
|
|
2257
|
-
},
|
|
2258
|
-
"report/renderer/util.js | dropdownDarkTheme": {
|
|
2259
|
-
"message": "டார்க் தீம் நிலைமாற்று"
|
|
2260
|
-
},
|
|
2261
|
-
"report/renderer/util.js | dropdownPrintExpanded": {
|
|
2262
|
-
"message": "விரிக்கப்பட்ட பிரிண்ட்"
|
|
2263
|
-
},
|
|
2264
|
-
"report/renderer/util.js | dropdownPrintSummary": {
|
|
2265
|
-
"message": "பிரிண்ட் சுருக்கம்"
|
|
2266
|
-
},
|
|
2267
|
-
"report/renderer/util.js | dropdownSaveGist": {
|
|
2268
|
-
"message": "Gistடாக சேமி"
|
|
2269
|
-
},
|
|
2270
|
-
"report/renderer/util.js | dropdownSaveHTML": {
|
|
2271
|
-
"message": "HTMLலாக சேமி"
|
|
2272
|
-
},
|
|
2273
|
-
"report/renderer/util.js | dropdownSaveJSON": {
|
|
2274
|
-
"message": "JSONனாக சேமி"
|
|
2275
|
-
},
|
|
2276
|
-
"report/renderer/util.js | dropdownViewer": {
|
|
2277
|
-
"message": "வியூவரில் திற"
|
|
2278
|
-
},
|
|
2279
|
-
"report/renderer/util.js | errorLabel": {
|
|
2280
|
-
"message": "பிழை!"
|
|
2281
|
-
},
|
|
2282
|
-
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2283
|
-
"message": "அறிக்கைப் பிழை: தணிக்கைத் தகவல் இல்லை"
|
|
2284
|
-
},
|
|
2285
|
-
"report/renderer/util.js | footerIssue": {
|
|
2286
|
-
"message": "சிக்கலைப் புகார் செய்க"
|
|
2287
|
-
},
|
|
2288
|
-
"report/renderer/util.js | labDataTitle": {
|
|
2289
|
-
"message": "ஆய்வகத் தரவு"
|
|
2290
|
-
},
|
|
2291
|
-
"report/renderer/util.js | lsPerformanceCategoryDescription": {
|
|
2292
|
-
"message": "மாதிரியாக உருவாக்கப்பட்ட மொபைல் நெட்வொர்க்கில் தற்போதைய பக்கத்திற்கான [Lighthouse](https://developers.google.com/web/tools/lighthouse/) பகுப்பாய்வு. மதிப்புகள் தோராயமானவை, மாறுபடக்கூடியவை."
|
|
2293
|
-
},
|
|
2294
|
-
"report/renderer/util.js | manualAuditsGroupTitle": {
|
|
2295
|
-
"message": "கைமுறையாகச் சரிபார்க்க வேண்டிய கூடுதல் விஷயங்கள்"
|
|
2296
|
-
},
|
|
2297
|
-
"report/renderer/util.js | notApplicableAuditsGroupTitle": {
|
|
2298
|
-
"message": "பொருந்தாதது"
|
|
2299
|
-
},
|
|
2300
|
-
"report/renderer/util.js | opportunityResourceColumnLabel": {
|
|
2301
|
-
"message": "பரிந்துரை"
|
|
2302
|
-
},
|
|
2303
|
-
"report/renderer/util.js | opportunitySavingsColumnLabel": {
|
|
2304
|
-
"message": "தோராயமான சேமிப்பு"
|
|
2305
|
-
},
|
|
2306
|
-
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2307
|
-
"message": "தேர்ச்சி பெற்ற தணிக்கைகள்"
|
|
2308
|
-
},
|
|
2309
|
-
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2310
|
-
"message": "மாதிரி இயக்கப்பட்ட டெஸ்க்டாப்"
|
|
2311
|
-
},
|
|
2312
|
-
"report/renderer/util.js | runtimeMobileEmulation": {
|
|
2313
|
-
"message": "மாதிரி இயக்கப்பட்ட Moto G4"
|
|
2314
|
-
},
|
|
2315
|
-
"report/renderer/util.js | runtimeNoEmulation": {
|
|
2316
|
-
"message": "மாதிரி இயக்கப்படவில்லை"
|
|
2317
|
-
},
|
|
2318
|
-
"report/renderer/util.js | runtimeSettingsAxeVersion": {
|
|
2319
|
-
"message": "Axe பதிப்பு"
|
|
2320
|
-
},
|
|
2321
|
-
"report/renderer/util.js | runtimeSettingsBenchmark": {
|
|
2322
|
-
"message": "CPU/நினைவகத் திறன்"
|
|
2323
|
-
},
|
|
2324
|
-
"report/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2325
|
-
"message": "CPU த்ராட்லிங்"
|
|
2326
|
-
},
|
|
2327
|
-
"report/renderer/util.js | runtimeSettingsChannel": {
|
|
2328
|
-
"message": "இயங்கும் கருவி"
|
|
2329
|
-
},
|
|
2330
|
-
"report/renderer/util.js | runtimeSettingsDevice": {
|
|
2331
|
-
"message": "சாதனம்"
|
|
2332
|
-
},
|
|
2333
|
-
"report/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2334
|
-
"message": "எடுக்கப்பட்ட நேரம்"
|
|
2335
|
-
},
|
|
2336
|
-
"report/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2337
|
-
"message": "நெட்வொர்க் த்ராட்லிங்"
|
|
2338
|
-
},
|
|
2339
|
-
"report/renderer/util.js | runtimeSettingsTitle": {
|
|
2340
|
-
"message": "இயக்க நேர அமைப்புகள்"
|
|
2341
|
-
},
|
|
2342
|
-
"report/renderer/util.js | runtimeSettingsUA": {
|
|
2343
|
-
"message": "பயனர் ஏஜெண்ட் (ஹோஸ்ட்)"
|
|
2344
|
-
},
|
|
2345
|
-
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2346
|
-
"message": "பயனர் ஏஜெண்ட் (நெட்வொர்க்)"
|
|
2347
|
-
},
|
|
2348
|
-
"report/renderer/util.js | runtimeSettingsUrl": {
|
|
2349
|
-
"message": "URL"
|
|
2350
|
-
},
|
|
2351
|
-
"report/renderer/util.js | runtimeUnknown": {
|
|
2352
|
-
"message": "தெரியவில்லை"
|
|
2353
|
-
},
|
|
2354
|
-
"report/renderer/util.js | showRelevantAudits": {
|
|
2355
|
-
"message": "இதற்குத் தொடர்புடைய தணிக்கைகளைக் காட்டு:"
|
|
2356
|
-
},
|
|
2357
|
-
"report/renderer/util.js | snippetCollapseButtonLabel": {
|
|
2358
|
-
"message": "துணுக்கைச் சுருக்கு"
|
|
2359
|
-
},
|
|
2360
|
-
"report/renderer/util.js | snippetExpandButtonLabel": {
|
|
2361
|
-
"message": "துணுக்கை விரி"
|
|
2362
|
-
},
|
|
2363
|
-
"report/renderer/util.js | thirdPartyResourcesLabel": {
|
|
2364
|
-
"message": "மூன்றாம் தரப்பு ஆதாரங்களைக் காட்டு"
|
|
2365
|
-
},
|
|
2366
|
-
"report/renderer/util.js | throttlingProvided": {
|
|
2367
|
-
"message": "இயக்கச் சூழல் வழங்கியது"
|
|
2368
|
-
},
|
|
2369
|
-
"report/renderer/util.js | toplevelWarningsMessage": {
|
|
2370
|
-
"message": "Lighthouseஸின் இந்த இயக்கத்தைச் சில சிக்கல்கள் பாதிக்கின்றன:"
|
|
2371
|
-
},
|
|
2372
|
-
"report/renderer/util.js | varianceDisclaimer": {
|
|
2373
|
-
"message": "மதிப்புகள் தோராயமானவை, மாறுபடக்கூடியவை. இந்த அளவீடுகளிலிருந்து நேரடியாக [செயல்திறன் ஸ்கோர் கணக்கிடப்படும்](https://web.dev/performance-scoring/)."
|
|
2374
|
-
},
|
|
2375
|
-
"report/renderer/util.js | viewTreemapLabel": {
|
|
2376
|
-
"message": "ட்ரீமேப்பைக் காட்டு"
|
|
2377
|
-
},
|
|
2378
|
-
"report/renderer/util.js | warningAuditsGroupTitle": {
|
|
2379
|
-
"message": "தணிக்கைகளில் தேர்ச்சிபெற்றவை, ஆனால் எச்சரிக்கைகள் உள்ளவை"
|
|
2380
|
-
},
|
|
2381
|
-
"report/renderer/util.js | warningHeader": {
|
|
2382
|
-
"message": "எச்சரிக்கைகள்: "
|
|
2383
2383
|
}
|
|
2384
2384
|
}
|