diff --git a/shared/localization/locales/ar-XB.json b/shared/localization/locales/ar-XB.json
index b760f6db980a..a2a5afc08811 100644
--- a/shared/localization/locales/ar-XB.json
+++ b/shared/localization/locales/ar-XB.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Allowed with warning"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Layout shift score"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 layout shift found}zero{# layout shifts found}two{# layout shifts found}few{# layout shifts found}many{# layout shifts found}other{# layout shifts found}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Web font loaded"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Injected iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Media element lacking an explicit size"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Avoid large layout shifts"
+ },
"core/audits/long-tasks.js | description": {
"message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Server Backend Latencies"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animated element found}zero{# animated elements found}two{# animated elements found}few{# animated elements found}many{# animated elements found}other{# animated elements found}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Filter-related property may move pixels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Target has another animation which is incompatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effect has composite mode other than \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Avoid non-composited animations"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Transform-related property depends on box size"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Unsupported CSS Property: {properties}}zero{Unsupported CSS Properties: {properties}}two{Unsupported CSS Properties: {properties}}few{Unsupported CSS Properties: {properties}}many{Unsupported CSS Properties: {properties}}other{Unsupported CSS Properties: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Custom CSS properties cannot be animated on the compositor: {properties}}zero{Custom CSS properties cannot be animated on the compositor: {properties}}two{Custom CSS properties cannot be animated on the compositor: {properties}}few{Custom CSS properties cannot be animated on the compositor: {properties}}many{Custom CSS properties cannot be animated on the compositor: {properties}}other{Custom CSS properties cannot be animated on the compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effect has unsupported timing parameters"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directive"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirects HTTP traffic to HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Avoid multiple page redirects"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Links have descriptive text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Structured data is valid"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt is valid"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Root document took {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduce initial server response time"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Initial server response time was short"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitigate DOM-based XSS with Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Image elements do not have explicit `width` and `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Image elements have explicit `width` and `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Consider using a CDN that natively supports this, or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Critical CSS` and `Script Delay` to defer non-critical JS/CSS."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Script Delay` to defer non-critical JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) to cache your content across our world wide network, improving time to first byte."
+ "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) to cache your content across our world wide network, improving time to first byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assests."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assests."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritize fetching resources that are currently requested later in page load."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritize fetching resources that are currently requested later in page load."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Resize Images` to resize images to a device appropriate size, reducing network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Resize Images` to resize images to a device appropriate size, reducing network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Use the `gatsby-plugin-image` component instead of `` to automatically optimize image format. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Use the `next/image` component instead of `` to automatically optimize image format. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to automatically optimize image format. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Use the `next/image` component instead of `` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Use the `next/image` component and set \"priority\" to true to preload LCP image. [Learn more](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/basic-features/script)."
+ "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Use the `next/image` component to make sure images are always sized appropriately. [Learn more](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Use the `next/image` component instead of `` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to adjust image quality. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "If your build system minifies JS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of your components. [Learn more.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Unattributable"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Unscored"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "This audit does not contribute to the overall category score."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
},
diff --git a/shared/localization/locales/ar.json b/shared/localization/locales/ar.json
index 15db68bb2293..cd200c049a84 100644
--- a/shared/localization/locales/ar.json
+++ b/shared/localization/locales/ar.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "مسموح به مع التحذير"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "نتيجة متغيّرات التصميم"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "هذه هي أكبر متغيّرات التصميم التي تم رصدها في الصفحة. يُمثّل كل عنصر في الجدول متغيّر تصميم واحدًا مع توضيح العنصر الأكثر تغيُّرًا. وتتوفّر أسفل كل عنصر الأسباب الأساسية المحتمَلة التي أدّت إلى حدوث متغيّرات التصميم. قد لا يتم تضمين بعض متغيّرات التصميم هذه في قيمة مقياس متغيّرات التصميم التراكمية (CLS) بسبب [المدة الزمنية المخصّصة لعرض الأحداث](https://web.dev/articles/cls#what_is_cls). [التعرُّف على كيفية تحسين متغيّرات التصميم التراكمية](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{تم العثور على متغيّر تصميم واحد.}zero{تم العثور على # متغيّر تصميم.}two{تم العثور على متغيّرَي تصميم.}few{تم العثور على # متغيّرات تصميم.}many{تم العثور على # متغيّر تصميم.}other{تم العثور على # متغيّر تصميم.}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "خط صفحة الويب الذي تم تحميله"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "إطار iframe الذي تم إدخاله"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "لم يتم تحديد حجم واضح لعنصر الوسائط."
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "تجنُّب متغيّرات التصميم الكبيرة"
+ },
"core/audits/long-tasks.js | description": {
"message": "يتم إدراج المهام التي تستغرق وقتًا أطول في سلسلة التعليمات الرئيسية، ما يساعد في تحديد أكثر العوامل التي تسبِّب تأخيرًا في عملية الإدخال. تعرَّف على [كيفية تجنُّب المهام التي تستغرق وقتًا طويلاً والمُدرَجة في سلسلة التعليمات الرئيسية](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "أوقات الاستجابة لواجهة الخادم الخلفية"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "يمكن للصور المتحركة غير المركّبة أن تكون بجودة رديئة وأن تزيد متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية تجنُّب استخدام الصور المتحركة غير المركّبة](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{تم العثور على عنصر متحرك واحد}zero{تم العثور على # عنصر متحرك}two{تم العثور على عنصرَين متحركَين}few{تم العثور على # عناصر متحركة}many{تم العثور على # عنصرًا متحركًا}other{تم العثور على # عنصر متحرك}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "قد تحرّك الخاصية المتعلّقة بالفلتر وحدات بكسل."
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "يتم استهداف صورة متحركة أخرى غير متوافقة."
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "يحتوي \"التأثير\" على وضع مركّب غير \"replace\"."
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "تجنُّب الصور المتحركة غير المركّبة"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "تعتمد الخاصية المتعلّقة بالتحويل على حجم المربع."
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{خاصية CSS غير المتوافقة: {properties}}zero{خصائص CSS غير المتوافقة: {properties}}two{خاصيتا CSS غير المتوافقتَين: {properties}}few{خصائص CSS غير المتوافقة: {properties}}many{خصائص CSS غير المتوافقة: {properties}}other{خصائص CSS غير المتوافقة: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}zero{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}two{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}few{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}many{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}other{يتعذَّر تحريك خصائص CSS المخصّصة على برنامج التجميع بسبب: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "يحتوي \"التأثير\" على مَعلَمات توقيت غير متوافقة"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "التوجيه"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "إعادة توجيه زيارات HTTP إلى HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "تؤدي عمليات إعادة التوجيه إلى حدوث تأخيرات إضافية قبل أن يتم تحميل الصفحة. تعرَّف على [كيفية تجنُّب عمليات إعادة توجيه الصفحة](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "تجنُب عمليات إعادة توجيه الصفحات المتعددة"
+ },
"core/audits/seo/canonical.js | description": {
"message": "تقترح الروابط الأساسية عنوان URL للعرض في نتائج البحث. [مزيد من المعلومات حول الروابط الأساسية](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "تحتوي الروابط على نص وصفي"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "يمكنك تشغيل [أداة اختبار البيانات المنظَّمة](https://search.google.com/structured-data/testing-tool/) وأداة [Structured Data Linter](http://linter.structured-data.org/) للتحقّق من البيانات المنظَّمة. [مزيد من المعلومات حول البيانات المنظَّمة](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "يمكنك تشغيل [أداة اختبار البيانات المنظَّمة](https://developers.google.com/search/docs/appearance/structured-data/) للتحقّق من البيانات المنظَّمة. [معلومات إضافية عن البيانات المنظَّمة](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "البيانات المنظَّمة صالحة"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "ملف \"robots.txt\" صالح"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "يجب إبقاء وقت استجابة الخادم للمستند الرئيسي قصيرًا، حيث تعتمد جميع الطلبات الأخرى على هذا الإجراء. [مزيد من المعلومات حول مقياس \"وقت وصول أول بايت\"](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "استغرق مستند الجذر {timeInMs, number, milliseconds} مللي ثانية"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "تقليل وقت استجابة الخادم الأوّلي"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "وقت استجابة الخادم الأوّلي قصير"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "قد يتم حظر ملفات تعريف الارتباط الخارجية في بعض السياقات. [مزيد من المعلومات حول الاستعداد للقيود المفروضة على ملفات تعريف الارتباط الخارجية](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "الحدّ من هجمات XSS المستنِدة إلى DOM باستخدام Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "يجب ضبط قيَم واضحة للعرض والارتفاع في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية ضبط أبعاد الصور](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "عناصر الصور لا تحتوي على قيَم `width` و`height` محدَّدة"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "عناصر الصورة تحتوي على قيَم `width` و`height` محدَّدة"
+ },
"core/audits/user-timings.js | columnType": {
"message": "النوع"
},
@@ -2808,43 +2886,43 @@
"message": "يجب عرض الموارد المستنِدة إلى النص باستخدام أدوات الضغط (من خلال gzip أو deflate أو brotli) لتقليل إجمالي وحدات البايت على الشبكة. ويمكنك استخدام شبكة توصيل المحتوى التي تتوافق بشكلٍ تلقائي مع إمكانية العرض تلك، أو ضبط خادم الويب لتنفيذ هذه العملية. [مزيد من المعلومات](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Optimize Fonts` للاستفادة تلقائيًا من ميزة `font-display` CSS لضمان أن يكون النص مرئيًا للمستخدم أثناء تحميل خطوط موقع ويب."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Optimize Fonts` للاستفادة تلقائيًا من ميزة `font-display` CSS لضمان أن يكون النص مرئيًا للمستخدم أثناء تحميل خطوط موقع ويب."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Next-Gen Formats` لتحويل الصور إلى تنسيق WebP."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Next-Gen Formats` لتحويل الصور إلى تنسيق WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Lazy Load Images` لتأجيل تحميل الصور التي لا تظهر على الشاشة حتى يحين وقت الحاجة إليها."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Lazy Load Images` لتأجيل تحميل الصور التي لا تظهر على الشاشة حتى يحين وقت الحاجة إليها."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعدادين `Critical CSS` و`Script Delay` لتأجيل تحميل ملفات JS/CSS غير المهمة."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Script Delay` لتأجيل تحميل ملفات JavaScript غير المهمة."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "يمكنك استخدام خدمة [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) لتخزين المحتوى على شبكتنا في جميع أنحاء العالم، ما يحسّن وقت وصول أول بايت."
+ "message": "يمكنك استخدام خدمة [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) لتخزين المحتوى على شبكتنا في جميع أنحاء العالم، ما يحسّن وقت وصول أول بايت."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Minify CSS` لتصغير ملفات CSS تلقائيًا وتقليل أحجام حمولة الشبكة."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Minify CSS` لتصغير ملفات CSS تلقائيًا وتقليل أحجام حمولة الشبكة."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Minify Javascript` لتصغير ملف JS تلقائيًا وتقليل أحجام حمولة الشبكة."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Minify Javascript` لتصغير ملف JS تلقائيًا وتقليل أحجام حمولة الشبكة."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Remove Unused CSS` للمساعدة في حلّ هذه المشكلة. يحدِّد هذا الإعداد فئات CSS المستخدَمة في كل صفحة من صفحات موقعك الإلكتروني، ويزيل أي فئات أخرى ليبقى حجم الملف صغيرًا."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Remove Unused CSS` للمساعدة في حلّ هذه المشكلة. يحدِّد هذا الإعداد فئات CSS المستخدَمة في كل صفحة من صفحات موقعك الإلكتروني، ويزيل أي فئات أخرى ليبقى حجم الملف صغيرًا."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Efficient Static Cache Policy` لضبط القيم المفضّلة للأصول الثابتة في ترويسات التخزين المؤقت."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Efficient Static Cache Policy` لضبط القيم المفضّلة للأصول الثابتة في ترويسات التخزين المؤقت."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Next-Gen Formats` لتحويل الصور إلى تنسيق WebP."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Next-Gen Formats` لتحويل الصور إلى تنسيق WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Pre-Connect Origins` لإضافة تعديلات الموارد `preconnect` وإنشاء اتصالات مبكرة بالمصادر المُهمّة التابعة لجهات خارجية."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Pre-Connect Origins` لإضافة تعديلات الموارد `preconnect` وإنشاء اتصالات مبكرة بالمصادر المُهمّة التابعة لجهات خارجية."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعدادين `Preload Fonts` و`Preload Background Images` لإضافة روابط `preload` لتحديد أولويات جلب الموارد المطلوبة حاليًا في وقتٍ لاحق في تحميل الصفحة."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعدادين `Preload Fonts` و`Preload Background Images` لإضافة روابط `preload` لتحديد أولويات جلب الموارد المطلوبة حاليًا في وقتٍ لاحق في تحميل الصفحة."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/speed) وتفعيل الإعداد `Resize Images` لتغيير حجم الصور إلى الحجم الملائم للجهاز، ما يقلّل أحجام حمولة الشبكة."
+ "message": "يمكنك استخدام الأداة [Ezoic Leap](https://pubdash.ezoic.com/leap) وتفعيل الإعداد `Resize Images` لتغيير حجم الصور إلى الحجم الملائم للجهاز، ما يقلّل أحجام حمولة الشبكة."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "يمكنك استخدام المكوِّن `gatsby-plugin-image` بدلاً من `` لتحسين تنسيق الصورة تلقائيًا. [مزيد من المعلومات](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "يمكن إضافة علامات `` عن طريق [تعديل تنسيق التصميمات](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتحسين تنسيق الصورة تلقائيًا. [مزيد من المعلومات](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتحسين تنسيق الصورة تلقائيًا. [مزيد من المعلومات](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتحميل الصور تلقائيًا باستخدام طريقة التحميل الكسول. [مزيد من المعلومات](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتحميل الصور تلقائيًا باستخدام طريقة التحميل الكسول. [مزيد من المعلومات](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "يمكنك استخدام المكوِّن `next/image` وضبط \"الأولوية\" على \"صحيح\" لإجراء التحميل المُسبق لصورة المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة (LCP)\". [مزيد من المعلومات](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "يمكنك استخدام المكوِّن `next/script` لتأجيل تحميل النصوص البرمجية غير المهمة التابعة لجهات خارجية. [مزيد من المعلومات](https://nextjs.org/docs/basic-features/script)"
+ "message": "يمكنك استخدام المكوِّن `next/script` لتأجيل تحميل النصوص البرمجية غير المهمة التابعة لجهات خارجية. [مزيد من المعلومات](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "يمكنك استخدام المكوّن `next/image` للتأكد من أنّ حجم الصور مضبوط دائمًا بالشكل المناسب. [مزيد من المعلومات](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "يمكنك استخدام `Webpack Bundle Analyzer` لرصد رمز JavaScript غير المستخدَم. [مزيد من المعلومات](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "يمكنك استخدام `Next.js Analytics` لقياس الأداء الفعلي العالمي لتطبيقك. [مزيد من المعلومات](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "يمكنك استخدام `Next.js Analytics` لقياس الأداء الفعلي العالمي لتطبيقك. [مزيد من المعلومات](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "يمكنك ضبط ميزة التخزين المؤقت لمواد العرض وصفحات `Server-side Rendered` (SSR) الثابتة. [مزيد من المعلومات](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "يمكنك ضبط ميزة التخزين المؤقت لمواد العرض وصفحات `Server-side Rendered` (SSR) الثابتة. [مزيد من المعلومات](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتعديل جودة الصورة. [مزيد من المعلومات](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "يمكنك استخدام المكوِّن `next/image` بدلاً من `` لتعديل جودة الصورة. [مزيد من المعلومات](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "يمكنك استخدام المكوِّن `next/image` لضبط `sizes` المناسبة. [مزيد من المعلومات](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "في حال تصغير نظام الإصدار لملفات JavaScript تلقائيًا، يُرجى التأكد من أنك تنشر إصدار الإنتاج لتطبيقك. يمكنك التحقّق من ذلك باستخدام إضافة React Developer Tools. [مزيد من المعلومات](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "في حال عدم العرض من جانب الخادم، عليك [تقسيم حِزم JavaScript](https://web.dev/code-splitting-suspense/) من خلال `React.lazy()`. بخلاف ذلك، يمكن تقسيم الرمز باستخدام مكتبة تابعة لجهات خارجية، مثل [المكوّنات القابلة للتحميل](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "في حال عدم العرض من جانب الخادم، عليك [تقسيم حِزم JavaScript](https://web.dev/code-splitting-suspense/) من خلال `React.lazy()`. بخلاف ذلك، يمكن تقسيم الرمز باستخدام مكتبة تابعة لجهات خارجية، مثل [المكوّنات القابلة للتحميل](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "استخدِم محلِّل React DevTools الذي يتيح الاستفادة من واجهة برمجة تطبيقات المحلّل لقياس مستوى أداء العرض للمكوّنات. [مزيد من المعلومات](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "موارد لا يمكن تحديد مصدرها"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "غير مصنفة"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "لا تساهم عملية التدقيق هذه في النتيجة الإجمالية للفئة."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "القيم تقديرية وقابلة للتغيير. ويتم [حساب نتيجة الأداء](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) مباشرة من خلال هذه المقاييس."
},
diff --git a/shared/localization/locales/bg.json b/shared/localization/locales/bg.json
index eb02536b2471..f18e913bbeca 100644
--- a/shared/localization/locales/bg.json
+++ b/shared/localization/locales/bg.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Разрешено с предупреждение"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Резултат за структурната промяна"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Това са най-големите структурни промени на страницата. Всеки елемент в таблицата представлява една структурна промяна и показва компонента с най-голямо изменение. Под всеки елемент са посочени възможните основни причини, довели до структурната промяна. Някои от тези структурни промени може да не бъдат включени в стойността на показателя CLS поради [рендериране на текущия прозорец](https://web.dev/articles/cls#what_is_cls). [Научете как да подобрите CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Намерена е 1 структурна промяна}other{Намерени са # структурни промени}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Зареден уеб шрифт"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Вмъкната вложена рамка"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Липсва конкретен размер за мултимедийния елемент"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Избягвайте големи промени в оформлението"
+ },
"core/audits/long-tasks.js | description": {
"message": "Посочва най-продължителните задачи в основната нишка и ви помага да идентифицирате главните причинители на забавяне при взаимодействие. [Научете как да избягвате времеемките задачи в основната нишка](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Забавяния в задния слой на сървъра"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Анимациите, които не са комбинирани, могат да са с лошо качество и да увеличат стойността на показателя CLS. [Научете как да ги избягвате](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Бе открит # анимиран елемент}other{Бяха открити # анимирани елемента}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Различните варианти на собствеността filter може да преместват пикселите"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Целевата анимация съдържа друга, която е несъвместима"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Ефектът съдържа комбиниран режим, различен от replace"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Избягване на анимации, които не са комбинирани"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Различните варианти на собствеността transform зависят от размера на елемента"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Неподдържана собственост на CSS: {properties}}other{Неподдържани собствености на CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Персонализираните свойства на CSS не могат да бъдат анимирани в инструмента за композитинг: {properties}}other{Персонализираните свойства на CSS не могат да бъдат анимирани в инструмента за композитинг: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Ефектът съдържа неподдържани параметри за време"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Директива"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP трафикът се пренасочва към HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Пренасочванията водят до допълнително забавяне на зареждането на страницата. [Научете как да ги избягвате](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Не използвайте пренасочвания през няколко страници"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Каноничните връзки указват кой URL адрес да се показва в резултатите от търсенето. [Научете повече за каноничните връзки](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Текстът на връзките е описателен"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Стартирайте [инструмента за тестване на структурирани данни](https://search.google.com/structured-data/testing-tool/) и [анализатора на структурирани данни](http://linter.structured-data.org/), за да проверите структурираните данни. [Научете повече за тези данни](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Стартирайте [инструмента за тестване на структурирани данни](https://developers.google.com/search/docs/appearance/structured-data/), за да проверите структурираните данни. [Научете повече за тях](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Структурираните данни са валидни"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Файлът robots.txt е валиден"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Времето за реакция на сървъра за главния документ трябва да бъде кратко, тъй като всички други заявки зависят от него. [Научете повече за показателя „Време до първия байт“](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "За основния документ бяха необходими {timeInMs, number, milliseconds} мсек"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Намалете началното време за реакция на сървъра"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Началното време за реакция на сървъра бе кратко"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "„Бисквитките“ на трети страни може да са блокирани в някои контексти. [Научете повече за подготовката за ограниченията за „бисквитките“ на трети страни](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Намаляване на риска от XSS въз основа на DOM чрез надеждни типове"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Задайте изрично широчина и височина за елементите на изображенията, за да намалите промените в оформлението и подобрите CLS. [Научете как да задавате размери за изображенията](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Елементите на изображенията не са с изрично посочени `width` и `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Елементите на изображенията са с изрично посочени `width` и `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Тип"
},
@@ -2808,43 +2886,43 @@
"message": "При показването на текстови ресурси трябва да се използва компресиране (gzip, deflate или brotli), за да се намали общият пренос на данни. Бихте могли да използвате CDN, която поддържа това по подразбиране, или да конфигурирате уеб сървъра така, че да изпълнява тази операция. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Optimize Fonts`, за да се възползвате автоматично от функцията `font-display` на CSS, така че текстът да е видим за потребителите, докато уеб шрифтовете се зареждат."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Optimize Fonts`, за да се възползвате автоматично от функцията `font-display` на CSS, така че текстът да е видим за потребителите, докато уеб шрифтовете се зареждат."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Next-Gen Formats`, за да преобразувате изображенията в WebP."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Next-Gen Formats`, за да преобразувате изображенията в WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Lazy Load Images`, така че изображенията извън екрана да не се зареждат, преди да е необходимо."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Lazy Load Images`, така че изображенията извън екрана да не се зареждат, преди да е необходимо."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Critical CSS` и `Script Delay` за отлагане на зареждането на некритичните JS/CSS елементи."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Script Delay`, за да отложите зареждането на некритичните JS елементи."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Използвайте [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), за да кеширате съдържанието си в световната ни мрежа и да подобрите показателя за времето до първия байт."
+ "message": "Използвайте [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), за да кеширате съдържанието си в световната ни мрежа и да подобрите показателя за времето до първия байт."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Minify CSS`, така че CSS елементите да се минимизират автоматично с цел намаляване на размера на мрежовите ресурси."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Minify CSS`, така че CSS елементите да се минимизират автоматично с цел намаляване на размера на мрежовите ресурси."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Minify Javascript`, така че JS елементите да се минимизират автоматично с цел намаляване на размера на мрежовите ресурси."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Minify Javascript`, така че JS елементите да се минимизират автоматично с цел намаляване на размера на мрежовите ресурси."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Remove Unused CSS`, за да помогнете за решаването на този проблем. Ще бъдат идентифицирани CSS класовете, които действително се използват в отделните страници на сайта ви, а останалите ще бъдат премахнати с цел намаляване на размера на файловете."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Remove Unused CSS`, за да помогнете за решаването на този проблем. Ще бъдат идентифицирани CSS класовете, които действително се използват в отделните страници на сайта ви, а останалите ще бъдат премахнати с цел намаляване на размера на файловете."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Efficient Static Cache Policy`, за да зададете препоръчителни стойности в заглавката за кеширане за статичните активи."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Efficient Static Cache Policy`, за да зададете препоръчителни стойности в заглавката за кеширане за статичните активи."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Next-Gen Formats`, за да преобразувате изображенията в WebP."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Next-Gen Formats`, за да преобразувате изображенията в WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Pre-Connect Origins`, така че автоматично да се добавят подсказки `preconnect` за ресурсите с цел ранно установяване на връзка с важни източници от трети страни."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Pre-Connect Origins`, така че автоматично да се добавят подсказки `preconnect` за ресурсите с цел ранно установяване на връзка с важни източници от трети страни."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Preload Fonts` и `Preload Background Images`, за да добавите връзки от типа `preload` с цел приоритизиране на извличането на ресурсите, които понастоящем се заявяват на по-късен етап от зареждането на страницата."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Preload Fonts` и `Preload Background Images`, за да добавите връзки от типа `preload` с цел приоритизиране на извличането на ресурсите, които понастоящем се заявяват на по-късен етап от зареждането на страницата."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/speed) и активирайте `Resize Images` с цел преоразмеряване на изображенията до размер, подходящ за конкретно устройство, за да намалите необходимите мрежови ресурси."
+ "message": "Използвайте [Ezoic Leap](https://pubdash.ezoic.com/leap) и активирайте `Resize Images` с цел преоразмеряване на изображенията до размер, подходящ за конкретно устройство, за да намалите необходимите мрежови ресурси."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Използвайте компонента `gatsby-plugin-image` вместо `` с цел автоматично оптимизиране на графичния формат. [Научете повече](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Можете да добавите маркери ``, като [промените оформлението на дадената тема](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Използвайте компонента `next/image` вместо `` с цел автоматично оптимизиране на графичния формат. [Научете повече](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Използвайте компонента `next/image` вместо `` с цел автоматично оптимизиране на графичния формат. [Научете повече](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Използвайте компонента `next/image` вместо `` с цел автоматично забавяне на зареждането на изображенията. [Научете повече](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Използвайте компонента `next/image` вместо `` с цел автоматично забавяне на зареждането на изображенията. [Научете повече](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Използвайте компонента `next/image` и задайте true за priority с цел предварително зареждане на най-голямото изображение (LCP). [Научете повече](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Използвайте компонента `next/script`, за да отложите зареждането на некритични скриптове от трети страни. [Научете повече](https://nextjs.org/docs/basic-features/script)."
+ "message": "Използвайте компонента `next/script`, за да отложите зареждането на некритични скриптове от трети страни. [Научете повече](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Използвайте компонента `next/image`, така че изображенията винаги да се оразмеряват правилно. [Научете повече](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Използвайте `Webpack Bundle Analyzer`, за да откриете неизползван JavaScript код. [Научете повече](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Добре е да използвате `Next.js Analytics`, за да измервате действителната ефективност на приложението си. [Научете повече](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Добре е да използвате `Next.js Analytics`, за да измервате действителната ефективност на приложението си. [Научете повече](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Конфигурирайте кеширането на непроменливите активи и SSR (`Server-side Rendered`) страници. [Научете повече](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Конфигурирайте кеширането на непроменливите активи и SSR (`Server-side Rendered`) страници. [Научете повече](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Използвайте компонента `next/image` вместо ``, за да коригирате качеството на изображенията. [Научете повече](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Използвайте компонента `next/image` вместо ``, за да коригирате качеството на изображенията. [Научете повече](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Използвайте компонента `next/image`, за да зададете подходяща стойност за `sizes`. [Научете повече](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ако системата ви за компилиране автоматично минимизира JavaScript файловете, уверете се, че внедрявате стандартната версия на приложението си. Можете да проверите това с разширението React Developer Tools. [Научете повече](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ако не извършвате рендериране върху сървъра, [разделете пакетите си с JavaScript](https://web.dev/code-splitting-suspense/) с `React.lazy()`. В противен случай разделете кода чрез библиотека на трета страна, напр. [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ако не извършвате рендериране върху сървъра, [разделете пакетите си с JavaScript](https://web.dev/code-splitting-suspense/) с `React.lazy()`. В противен случай разделете кода чрез библиотека на трета страна, напр. [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Използвайте инструмента за анализ в React DevTools, който използва съответното API, за да измерите ефективността на компонентите си при рендериране. [Научете повече](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Без възможност за приписване"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Без оценка"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Тази проверка не допринася за цялостната оценка на категорията."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Стойностите са приблизителни и може да варират. [Рейтингът за ефективността се изчислява](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) директно от тези показатели."
},
diff --git a/shared/localization/locales/ca.json b/shared/localization/locales/ca.json
index cf4685028436..9e6d4f804434 100644
--- a/shared/localization/locales/ca.json
+++ b/shared/localization/locales/ca.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permès amb un advertiment"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Puntuació del canvi de disseny"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Aquests són els canvis de disseny més importants que s'han observat a la pàgina. Cada element de la taula representa un sol canvi de disseny i mostra l'element que ha canviat més. A sota de cada element hi ha les causes arrel que poden haver provocat el canvi. És possible que alguns d'aquests canvis de disseny no s'incloguin al valor de la mètrica CLS a causa d'un [enfinestrament](https://web.dev/articles/cls#what_is_cls). [Informació sobre com pots millorar el CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{S'ha trobat 1 canvi de disseny}other{S'han trobat # canvis de disseny}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "S'ha carregat una font web"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "S'ha injectat un iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "L'element multimèdia no té una mida explícita"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evita els canvis de disseny importants"
+ },
"core/audits/long-tasks.js | description": {
"message": "Enumera les tasques més llargues del fil principal, cosa que resulta útil per identificar què contribueix més al retard de les interaccions. [Informació sobre com pots evitar les tasques llargues al fil principal](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latències dorsals del servidor"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Les animacions que no són compostes poden ser lentes i augmentar el canvi de disseny acumulatiu. [Informació sobre com pots evitar les animacions no compostes](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{S'ha trobat # element animat}other{S'han trobat # elements animats}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "És possible que la propietat relacionada amb \"filter\" mogui píxels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "L'objectiu té una altra animació que no s'admet"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "L'efecte té un mode compost que no és \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evita les animacions que no siguin compostes"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "La propietat relacionada amb \"transform\" depèn de la mida del quadre"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{La propietat CSS no s'admet: {properties}}other{Les propietats CSS no s'admeten: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{La propietat CSS personalitzada no es pot animar al compositor: {properties}}other{Les propietats CSS personalitzades no es poden animar al compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "L'efecte té paràmetres de temps no admesos"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirigeix el trànsit HTTP cap a HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "La mètrica Redireccions introdueix retards addicionals abans de poder carregar la pàgina. [Obtén informació sobre com pots evitar les redireccions de pàgina](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evita les redireccions múltiples a pàgines"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Els enllaços canònics suggereixen quins URL s'han de mostrar als resultats de la cerca. [Obtén més informació sobre els enllaços canònics](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Els enllaços tenen text descriptiu"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Executa l'[eina de proves de dades estructurades](https://search.google.com/structured-data/testing-tool/) i l'[eina Structured Data Linter](http://linter.structured-data.org/) per validar aquest tipus de dades. [Obtén més informació sobre les dades estructurades](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Executa lʼ[eina de proves de dades estructurades](https://developers.google.com/search/docs/appearance/structured-data/) per validar aquest tipus de dades. [Obtén més informació sobre les dades estructurades](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Les dades estructurades són vàlides"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "El fitxer robots.txt és vàlid"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Fes que el temps de resposta del servidor per al document principal sigui breu, ja que la resta de sol·licituds en depenen. [Obtén més informació sobre la mètrica Temps fins al primer byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "El document arrel ha tardat {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Redueix el temps inicial de resposta del servidor"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "El temps inicial de resposta del servidor ha estat breu"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "És possible que les galetes de tercers estiguin bloquejades en alguns contextos. [Obtén més informació sobre com pots preparar-te per a les restriccions de galetes de tercers](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitiga la XSS basada en el DOM amb Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Als elements d'imatge, defineix una amplada i una alçada explícites per reduir els canvis de disseny i millorar el CLS. [Informació sobre com pots definir les dimensions d'imatge](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Els elements d'imatge no tenen una `width` ni una `height` explícites."
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Els elements d'imatge tenen una `width` i una `height` explícites"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipus"
},
@@ -2808,43 +2886,43 @@
"message": "Els recursos basats en text s'han de publicar comprimits (gzip, deflate o brotli) per minimitzar el total de bytes a la xarxa. Pots utilitzar una CDN que admeti aquesta funció de manera nativa o configurar el servidor web perquè dugui a terme aquesta operació. [Obtén més informació](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Optimize Fonts` per aprofitar automàticament la funció CSS `font-display` per assegurar-te que els usuaris poden veure el text mentre els tipus de lletra per a llocs web es carreguen."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Optimize Fonts` per aprofitar automàticament la funció CSS `font-display` per assegurar-te que els usuaris poden veure el text mentre els tipus de lletra per a llocs web es carreguen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Next-Gen Formats` per convertir imatges a WebP."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Next-Gen Formats` per convertir imatges a WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Lazy Load Images` per ajornar la càrrega d'imatges fora de pantalla fins que es necessitin."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Lazy Load Images` per ajornar la càrrega d'imatges fora de pantalla fins que es necessitin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Critical CSS` i `Script Delay` per ajornar la càrrega de JS i CSS que no siguin essencials."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Script Delay` per ajornar el JS que no sigui essencial."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Utilitza [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) per desar el teu contingut a la memòria cau mitjançant la nostra xarxa internacional a fi de millorar la mètrica Temps fins al primer byte."
+ "message": "Utilitza [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) per desar el teu contingut a la memòria cau mitjançant la nostra xarxa internacional a fi de millorar la mètrica Temps fins al primer byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Minify CSS` per reduir automàticament el teu CSS i, al seu torn, la mida de càrrega útil de la xarxa."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Minify CSS` per reduir automàticament el teu CSS i, al seu torn, la mida de càrrega útil de la xarxa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Minify Javascript` per reduir automàticament el teu JS i, al seu torn, la mida de càrrega útil de la xarxa."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Minify Javascript` per reduir automàticament el teu JS i, al seu torn, la mida de càrrega útil de la xarxa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Remove Unused CSS` perquè t'ajudi amb aquest problema. Identificarà les classes CSS que s'utilitzen realment en cada pàgina del teu lloc web i suprimirà les que no s'utilitzin per mantenir la mida reduïda del fitxer."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Remove Unused CSS` perquè t'ajudi amb aquest problema. Identificarà les classes CSS que s'utilitzen realment en cada pàgina del teu lloc web i suprimirà les que no s'utilitzin per mantenir la mida reduïda del fitxer."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Efficient Static Cache Policy` per establir els valors recomanats al títol de la memòria cau per als recursos estàtics."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Efficient Static Cache Policy` per establir els valors recomanats al títol de la memòria cau per als recursos estàtics."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Next-Gen Formats` per convertir imatges a WebP."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Next-Gen Formats` per convertir imatges a WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Pre-Connect Origins` per afegir automàticament suggeriments de recursos `preconnect` per establir connexions anticipades en orígens importants de tercers."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Pre-Connect Origins` per afegir automàticament suggeriments de recursos `preconnect` per establir connexions anticipades en orígens importants de tercers."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Preload Fonts` i `Preload Background Images` per afegir enllaços de `preload` per prioritzar l'obtenció de recursos que se sol·liciten més tard a la càrrega de la pàgina."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Preload Fonts` i `Preload Background Images` per afegir enllaços de `preload` per prioritzar l'obtenció de recursos que se sol·liciten més tard a la càrrega de la pàgina."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/speed) i activa `Resize Images` per canviar la mida de les imatges perquè s'adapti a cada dispositiu a fi de reduir les mides de càrrega útil de la xarxa."
+ "message": "Utilitza [Ezoic Leap](https://pubdash.ezoic.com/leap) i activa `Resize Images` per canviar la mida de les imatges perquè s'adapti a cada dispositiu a fi de reduir les mides de càrrega útil de la xarxa."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Utilitza el component `gatsby-plugin-image` (i no ``) perquè el format d'imatge s'optimitzi automàticament. [Obtén més informació](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Es poden afegir etiquetes `` [modificant el disseny dels temes](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Utilitza el component `next/image` (i no ``) perquè el format d'imatge s'optimitzi automàticament. [Obtén més informació](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utilitza el component `next/image` (i no ``) perquè el format d'imatge s'optimitzi automàticament. [Obtén més informació](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Utilitza el component `next/image` (i no ``) perquè les imatges es carreguin lentament de manera automàtica. [Obtén més informació](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utilitza el component `next/image` (i no ``) perquè les imatges es carreguin lentament de manera automàtica. [Obtén més informació](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Utilitza el component `next/image` i estableix \"priority\" en \"True\" per precarregar la imatge LCP. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Utilitza el component `next/script` per ajornar la càrrega de scripts de tercers que no siguin essencials. [Obtén més informació](https://nextjs.org/docs/basic-features/script)."
+ "message": "Utilitza el component `next/script` per ajornar la càrrega de scripts de tercers que no siguin essencials. [Obtén més informació](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Utilitza el component `next/image` per assegurar-te que les imatges tinguin sempre la mida adequada. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Utilitza `Webpack Bundle Analyzer` per detectar codi JavaScript sense utilitzar. [Més informació](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Pots utilitzar `Next.js Analytics` per mesurar el rendiment de la teva aplicació al món real. [Obtén més informació](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Pots utilitzar `Next.js Analytics` per mesurar el rendiment de la teva aplicació al món real. [Obtén més informació](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configura l'emmagatzematge a la memòria cau per a recursos invariables i pàgines `Server-side Rendered` (SSR). [Obtén més informació](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configura l'emmagatzematge a la memòria cau per a recursos invariables i pàgines `Server-side Rendered` (SSR). [Obtén més informació](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Utilitza el component `next/image` (i no ``) per ajustar la qualitat d'imatge. [Obtén més informació](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utilitza el component `next/image` (i no ``) per ajustar la qualitat d'imatge. [Obtén més informació](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Utilitza el component `next/image` per establir les `sizes` adequades. [Obtén més informació](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Si el sistema de compilació redueix automàticament els fitxers JavaScript, comprova que estiguis implementant la compilació de producció de l'aplicació. Pots comprovar-ho amb l'extensió React Developer Tools. [Obtén més informació](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Si no estàs renderitzant des del servidor, [divideix els paquets de JavaScript](https://web.dev/code-splitting-suspense/) amb `React.lazy()`. En cas contrari, divideix el codi fent servir una biblioteca de tercers, com ara [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Si no estàs renderitzant des del servidor, [divideix els paquets de JavaScript](https://web.dev/code-splitting-suspense/) amb `React.lazy()`. En cas contrari, divideix el codi fent servir una biblioteca de tercers, com ara [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Fes servir l'analitzador de rendiment de DevTools per a React, que utilitza l'API de l'analitzador de rendiment per mesurar el resultat de la renderització dels components. [Obtén més informació](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "No atribuïble"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Sense puntuar"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Aquesta auditoria no contribueix a la puntuació general de la categoria."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Els valors són estimacions i poden variar. El [resultat del rendiment es calcula](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directament a partir d'aquestes mètriques."
},
diff --git a/shared/localization/locales/cs.json b/shared/localization/locales/cs.json
index 2dd330f25801..4eb15f37c10c 100644
--- a/shared/localization/locales/cs.json
+++ b/shared/localization/locales/cs.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Povoleno s upozorněním"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Skóre změny rozvržení"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Toto jsou největší změny rozvržení pozorované na stránce. Každá položka v tabulce představuje jednu změnu rozvržení a je u ní uvedeno, který prvek se posunul nejvíce. Pod každou položkou jsou uvedeny možné prvotní příčiny změny rozvržení. Některé z těchto změn rozvržení do hodnoty metriky CLS vzhledem k [použití okenního systému](https://web.dev/articles/cls#what_is_cls) nemusí zahrnuty. [Jak zlepšit CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Byla nalezena 1 změna rozvržení}few{Byly nalezeny # změny rozvržení}many{Bylo nalezeno # změny rozvržení}other{Bylo nalezeno # změn rozvržení}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Bylo načteno webové písmo"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Byl vložen prvek iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "U prvku média není explicitně zadána velikost"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Zajistěte, aby nedocházelo k velkým změnám rozvržení"
+ },
"core/audits/long-tasks.js | description": {
"message": "Vypíše nejdelší úlohy v hlavním podprocesu, což umožňuje zjistit, co nejvíce přispívá k prodlevě vstupu. [Jak se vyhnout dlouhým úlohám v hlavními vláknu](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latence backendu na serveru"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Neskládané animace mohou být nekvalitní a mohou zvyšovat míru kumulativní změny rozvržení (CLS). [Jak se vyhnout neskládaným animacím](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Byl nalezen # animovaný prvek}few{Byly nalezeny # animované prvky}many{Bylo nalezeno # animovaného prvku}other{Bylo nalezeno # animovaných prvků}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Vlastnost související s filtrováním může přesouvat pixely"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Cíl má další animaci, která není kompatibilní"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efekt má jiný režim skládání než „replace“"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Nepoužívejte neskládané animace"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Vlastnost související s transformací závisí na velikosti pole"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepodporovaná vlastnost CSS: {properties}}few{Nepodporované vlastnosti CSS: {properties}}many{Nepodporované vlastnosti CSS: {properties}}other{Nepodporované vlastnosti CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{V kompozitoru nelze animovat vlastní vlastnosti CSS: {properties}}few{V kompozitoru nelze animovat vlastní vlastnosti CSS: {properties}}many{V kompozitoru nelze animovat vlastní vlastnosti CSS: {properties}}other{V kompozitoru nelze animovat vlastní vlastnosti CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekt má nepodporované parametry časování"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Přesměrovává provoz přes protokol HTTP na HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Přesměrování způsobují další prodlevy před načtením stránky. [Jak se vyhnout přesměrování stránek](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Nepoužívejte několik přesměrování stránky"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Odkazy na kanonické verze slouží jako návrhy, které adresy URL se mají zobrazovat ve výsledcích vyhledávání. [Další informace o kanonických odkazech](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Odkazy mají popisný text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Pokud chcete ověřit strukturovaná data, spusťte [nástroj na testování strukturovaných dat](https://search.google.com/structured-data/testing-tool/) a [nástroj Structured Data Linter](http://linter.structured-data.org/). [Další informace o strukturovaných datech](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Pokud chcete ověřit strukturovaná data, spusťte [Nástroj na testování strukturovaných dat](https://developers.google.com/search/docs/appearance/structured-data/). [Další informace o strukturovaných datech](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturovaná data jsou platná"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Soubor robots.txt je platný"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Odpověď serveru s hlavním dokumentem by měla být rychlá, protože na ní závisejí všechny ostatní požadavky. [Další informace o metrice doby do přijetí prvního bajtu](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Hlavní dokument trval {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Zkraťte dobu počáteční odpovědi serveru"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Počáteční odpověď serveru byla rychlá"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Soubory cookie třetích stran mohou být v některých kontextech blokovány. [Další informace o přípravě na omezení souborů cookie třetích stran](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Pomocí důvěryhodných typů zmírněte riziko útoků XSS přes model DOM"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "U obrázkových prvků vždy explicitně určete šířku a výšku, aby se omezilo poskakování při vykreslování a zlepšila se hodnota CLS. [Jak nastavit rozměry obrázků](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Obrázkové prvky nemají explicitní označení `width` a `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Obrázkové prvky mají explicitní označení `width` a `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Typ"
},
@@ -2808,43 +2886,43 @@
"message": "Textové zdroje by se měly odesílat komprimované (gzip, deflate nebo brotli), aby se minimalizovalo množství přenášených dat. Zvažte použití sítě CDN, která to nativně podporuje, nebo nakonfigurujte webový server tak, aby tuto operaci prováděl. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Optimize Fonts`, aby se automaticky využila funkce CSS `font-display` a text tak byl během načítání webových písem viditelný pro uživatele."
+ "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Optimize Fonts`, aby se automaticky využila funkce CSS `font-display` a text tak byl během načítání webových písem viditelný pro uživatele."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Next-Gen Formats`, aby převedl obrázky do formátu WebP."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Next-Gen Formats`, aby převedl obrázky do formátu WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Lazy Load Images`, abyste odložili načítání snímků mimo obrazovku, dokud nebudou potřeba."
+ "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Lazy Load Images`, abyste odložili načítání snímků mimo obrazovku, dokud nebudou potřeba."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Critical CSS` a `Script Delay`, abyste odložili načítání nekritického JavaScriptu a CSS."
+ "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapnutím nastavení `Script Delay` odložte načítání JavaScriptu, který není kriticky důležitý."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Využijte službu [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) k uložení obsahu do mezipaměti v naší celosvětové síti, což zkrátí dobu do přijetí prvního bajtu."
+ "message": "Využijte službu [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) k uložení obsahu do mezipaměti v naší celosvětové síti, což zkrátí dobu do přijetí prvního bajtu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Minify CSS`, aby automaticky minifikoval CSS a snížila se tak velikost dat přenášených po síti."
+ "message": "Použijte [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Minify CSS`, aby automaticky minifikoval CSS a snížila se tak velikost dat přenášených po síti."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Minify Javascript`, aby automaticky minifikoval JavaScript a snížilo se tak množství dat přenášené po síti."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Minify Javascript`, aby automaticky minifikoval JavaScript a snížilo se tak množství dat přenášené po síti."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Remove Unused CSS`, která tento problém pomůže vyřešit. Zjistí, které třídy CSS se na jednotlivých stránkách vašeho webu skutečně používají, a všechny ostatní odstraní, aby byl soubor malý."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Remove Unused CSS`, která tento problém pomůže vyřešit. Zjistí, které třídy CSS se na jednotlivých stránkách vašeho webu skutečně používají, a všechny ostatní odstraní, aby byl soubor malý."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Efficient Static Cache Policy`, aby se v záhlaví pro ukládaní do mezipaměti nastavily doporučené hodnoty pro statické podklady."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Efficient Static Cache Policy`, aby se v záhlaví pro ukládaní do mezipaměti nastavily doporučené hodnoty pro statické podklady."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Next-Gen Formats`, aby převedl obrázky do formátu WebP."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Next-Gen Formats`, aby převedl obrázky do formátu WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Pre-Connect Origins`, aby automaticky přidal hinty `preconnect` ohledně zdrojů a bylo možné včas zajistit připojení k důležitým zdrojům třetích stran."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Pre-Connect Origins`, aby automaticky přidal hinty `preconnect` ohledně zdrojů a bylo možné včas zajistit připojení k důležitým zdrojům třetích stran."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnosti `Preload Fonts` a `Preload Background Images`, aby se přidaly odkazy `preload` k přednostnímu načtení podkladů, o které se aktuálně žádá později během načítání stránky."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnosti `Preload Fonts` a `Preload Background Images`, aby se přidaly odkazy `preload` k přednostnímu načtení podkladů, o které se aktuálně žádá později během načítání stránky."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/speed) a zapněte možnost `Resize Images`, aby velikost obrázků přizpůsobil zařízení a snížili jste tak množství dat přenášené po síti."
+ "message": "Použijte nástroj [Ezoic Leap](https://pubdash.ezoic.com/leap) a zapněte možnost `Resize Images`, aby velikost obrázků přizpůsobil zařízení a snížili jste tak množství dat přenášené po síti."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Použijte místo komponenty `` komponentu `gatsby-plugin-image`, aby se automaticky optimalizoval formát obrázků. [Další informace](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Značky `` lze přidat [úpravou rozvržení motivů](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Použijte místo komponenty `` komponentu `next/image`, aby se automaticky optimalizoval formát obrázků. [Další informace](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Použijte místo komponenty `` komponentu `next/image`, aby se automaticky optimalizoval formát obrázků. [Další informace](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Použijte místo komponenty `next/image` komponentu ``, aby se obrázky automaticky načítaly líně. [Další informace](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Použijte místo komponenty `next/image` komponentu ``, aby se obrázky automaticky načítaly líně. [Další informace](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Použijte komponentu `next/image` a nastavte atribut priority na hodnotu true, aby se obrázek LCP načetl předem. [Další informace](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Odložte načítání nekritických skriptů třetích stran pomocí komponenty `next/script`. [Další informace](https://nextjs.org/docs/basic-features/script)"
+ "message": "Odložte načítání nekritických skriptů třetích stran pomocí komponenty `next/script`. [Další informace](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Použijte komponentu `next/image`, aby se vždy používaly obrázky správné velikosti. [Další informace](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Vyhledejte pomocí nástroje `Webpack Bundle Analyzer` nepoužívaný kód JavaScript. [Další informace](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Zvažte změření výkonu aplikace v reálném světě pomocí nástroje `Next.js Analytics`. [Další informace](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Zvažte změření výkonu aplikace v reálném světě pomocí nástroje `Next.js Analytics`. [Další informace](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Nakonfigurujte ukládání neměnných podkladů a stránek vykreslovaných na serveru (`Server-side Rendered` – SSR) do mezipaměti. [Další informace](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Nakonfigurujte ukládání neměnných podkladů a stránek vykreslovaných na serveru (`Server-side Rendered` – SSR) do mezipaměti. [Další informace](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Pokud chcete upravit kvalitu obrázků, použijte místo komponenty `` komponentu `next/image`. [Další informace](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Pokud chcete upravit kvalitu obrázků, použijte místo komponenty `` komponentu `next/image`. [Další informace](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Pomocí komponenty `next/image` nastavte vhodné velikosti (`sizes`). [Další informace](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Pokud váš sestavovací systém minifikuje soubory JavaScriptu automaticky, dejte pozor, abyste implementovali produkční sestavení aplikace. Můžete to zkontrolovat pomocí rozšíření React Developer Tools. [Další informace](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Pokud vykreslení neprovádíte na straně serveru, [rozdělte balíčky JavaScriptu](https://web.dev/code-splitting-suspense/) pomocí metody `React.lazy()`. Jinak kód rozdělte pomocí knihovny třetí strany, jako je například [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Pokud vykreslení neprovádíte na straně serveru, [rozdělte balíčky JavaScriptu](https://web.dev/code-splitting-suspense/) pomocí metody `React.lazy()`. Jinak kód rozdělte pomocí knihovny třetí strany, jako je například [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Změřte rychlost vykreslování komponent pomocí nástroje React DevTools Profiler, který využívá rozhraní Profiler API. [Další informace](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nepřiřaditelné"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Bez bodování"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Tento audit nepřispívá k celkovému skóre kategorie."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Hodnoty jsou odhady a mohou se lišit. [Skóre výkonu se počítá](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) přímo z těchto metrik."
},
diff --git a/shared/localization/locales/da.json b/shared/localization/locales/da.json
index c31f0cfcaf31..f5f0971be578 100644
--- a/shared/localization/locales/da.json
+++ b/shared/localization/locales/da.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Tilladt med advarsel"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Resultat for layoutskift"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Dette er de mest omfattende layoutskift, der er blevet registreret på siden. Hvert tabelelement repræsenterer et enkelt layoutskift og viser det element, hvor der er blevet foretaget de største ændringer. Under hvert element er der mulige årsager, der kan have forårsaget layoutskiftet. Nogle af disse layoutskift medtages muligvis ikke i CLS-metricværdien som følge af [windowing](https://web.dev/articles/cls#what_is_cls). [Se, hvordan du forbedrer CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Der er blevet registreret 1 layoutskift}one{Der er blevet registreret # layoutskift}other{Der er blevet registreret # layoutskift}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Webskrifttypen er indlæst"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Iframe er indsat"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medieelementet mangler en klar angivelse af størrelse"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Undgå store layoutskift"
+ },
"core/audits/long-tasks.js | description": {
"message": "Angiver lange opgaver i hovedtråden, hvilket er nyttigt til at identificere de bidragydere, der forårsager mest forsinkelse. [Få flere oplysninger om, hvordan du undgår lange opgaver i hovedtråden](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Forsinkelser for serverens backend"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animationer, der ikke er sammensat, kan være langsomme og øge CLS. [Få oplysninger om, hvordan du undgår ikke-sammensatte animationer](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animeret element blev fundet}one{# animeret element blev fundet}other{# animerede elementer blev fundet}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Den \"filter\"-relaterede ejendom flytter muligvis pixels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Den brugerangivne animation har en anden animation, der ikke er kompatibel"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effekten har en sammensætningstilstand, der ikke er \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Undgå ikke-sammensatte animationer"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "En \"transform\"-relateret ejendom afhænger af boksens størrelse"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Ikke-understøttet CSS-ejendom: {properties}}one{Ikke-understøttet CSS-ejendom: {properties}}other{Ikke-understøttede CSS-ejendomme: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Tilpassede CSS-egenskaber kan ikke animeres i kompositionslaget: {properties}}one{Custom CSS properties cannot be animated on the compositor: {properties}}other{Tilpassede CSS-egenskaber kan ikke animeres i kompositionslaget: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effekten har timingparametre, der ikke understøttes"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiv"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Omdirigerer HTTP-trafik til HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Omdirigeringer medfører yderligere forsinkelser, inden siden kan indlæses. [Få oplysninger om, hvordan du undgår sideomdirigeringer](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Undgå mange sideomdirigeringer"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanoniske links foreslår, hvilken webadresse der skal vises i søgeresultater. [Få flere oplysninger om kanoniske links](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Linkene har beskrivende tekst"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Kør [testværktøjet til strukturerede data](https://search.google.com/structured-data/testing-tool/) og [Structured Data Linter](http://linter.structured-data.org/) for at validere strukturerede data. [Få flere oplysninger om strukturerede data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Kør [testværktøjet til strukturerede data](https://developers.google.com/search/docs/appearance/structured-data/) for at validere strukturerede data. [Få flere oplysninger om strukturerede data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "De strukturerede data er gyldige"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt er gyldig"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Sørg for at holde serversvartiden for hoveddokumentet kort, da alle andre anmodninger afhænger af den. [Få flere oplysninger om metric'en Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Roddokumentet tog {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reducer den indledende serversvartid"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Den indledende serversvartid var kort"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Tredjepartscookies blokeres muligvis i nogle sammenhænge. [Få flere oplysninger om, hvordan du forbereder dig på begrænsninger af tredjepartscookies](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Reducer DOM-baseret XSS med Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Anvend en fast bredde og højde for billedelementer for at reducere layoutskift og forbedre CLS. [Få flere oplysninger om, hvordan du angiver billedmål](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Billedelementerne har ikke eksplicit `width` og `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Billedelementerne har eksplicit `width` og `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstbaserede ressourcer bør vises i komprimeret format (gzip, Deflate eller Brotli), så netværkets samlede antal bytes formindskes. Overvej at bruge et CDN, der understøtter dette, eller konfigurere webserveren til at udføre denne handling. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Optimize Fonts` for automatisk at benytte funktionen for prissammenligningstjenesten (CSS) (`font-display`-funktionen), der sikrer, at tekst vises til brugerne, mens der indlæses webfonts."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Optimize Fonts` for automatisk at benytte funktionen for prissammenligningstjenesten (CSS) (`font-display`-funktionen), der sikrer, at tekst vises til brugerne, mens der indlæses webfonts."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Next-Gen Formats` for at konvertere billeder til WebP."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Next-Gen Formats` for at konvertere billeder til WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Lazy Load Images` for at udsætte indlæsning af billeder, der ikke vises på skærmen, indtil der er behov for dem."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Lazy Load Images` for at udsætte indlæsning af billeder, der ikke vises på skærmen, indtil der er behov for dem."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Critical CSS` og `Script Delay` for at udsætte ikke-kritisk JavaScript/CSS (CSS)."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Script Delay` for at udskyde ikke-kritisk JavaScript."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Brug [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) for at cachelagre dit indhold på vores verdensomspændende netværk, hvilket forbedrer Time To First Byte."
+ "message": "Brug [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) for at cachelagre dit indhold på vores verdensomspændende netværk, hvilket forbedrer Time To First Byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Minify CSS` for automatisk at formindske din CSS (CSS) med henblik på at reducere størrelsen på netværkets datapakker."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Minify CSS` for automatisk at formindske din CSS (CSS) med henblik på at reducere størrelsen på netværkets datapakker."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Minify Javascript` for automatisk at formindske JavaScript med henblik på at reducere størrelsen på netværkets datapakker."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Minify Javascript` for automatisk at formindske JavaScript med henblik på at reducere størrelsen på netværkets datapakker."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Remove Unused CSS` for at hjælpe med at løse dette problem. Dette vil identificere de prissammenligningstjenesteklasser, der aktuelt anvendes på hver side på dit website, og fjerne eventuelle andre for at sikre, at filstørrelsen forbliver lille."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Remove Unused CSS` for at hjælpe med at løse dette problem. Dette vil identificere de prissammenligningstjenesteklasser, der aktuelt anvendes på hver side på dit website, og fjerne eventuelle andre for at sikre, at filstørrelsen forbliver lille."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Efficient Static Cache Policy` for at angive anbefalede værdier i cacheheaderen for statiske aktiver."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Efficient Static Cache Policy` for at angive anbefalede værdier i cacheheaderen for statiske aktiver."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Next-Gen Formats` for at konvertere billeder til WebP."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Next-Gen Formats` for at konvertere billeder til WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Pre-Connect Origins` for automatisk at tilføje `preconnect`-ressourcehints med henblik på at etablere tidlige forbindelser til vigtige tredjepartsoprindelser."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Pre-Connect Origins` for automatisk at tilføje `preconnect`-ressourcehints med henblik på at etablere tidlige forbindelser til vigtige tredjepartsoprindelser."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Preload Fonts` og `Preload Background Images` for at tilføje `preload`-links med henblik på at prioritere hentning af ressourcer, der aktuelt anmodes om, senere i sideindlæsningen."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Preload Fonts` og `Preload Background Images` for at tilføje `preload`-links med henblik på at prioritere hentning af ressourcer, der aktuelt anmodes om, senere i sideindlæsningen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/speed), og aktivér `Resize Images` for at personligt tilpasse størrelsen på billeder til en størrelse, der er passende for en enhed, hvilket reducerer størrelsen på netværkets datapakker."
+ "message": "Brug [Ezoic Leap](https://pubdash.ezoic.com/leap), og aktivér `Resize Images` for at personligt tilpasse størrelsen på billeder til en størrelse, der er passende for en enhed, hvilket reducerer størrelsen på netværkets datapakker."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Brug komponenten `gatsby-plugin-image` i stedet for `` til automatisk at optimere billedformatet. [Få flere oplysninger](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "``-tags kan tilføjes ved at [ændre layoutet for et tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Brug komponenten `next/image` i stedet for `` til automatisk at optimere billedformatet. [Få flere oplysninger](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Brug komponenten `next/image` i stedet for `` til automatisk at optimere billedformatet. [Få flere oplysninger](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Brug komponenten `next/image` i stedet for `` til automatisk at udføre lazy loading af billeder. [Få flere oplysninger](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Brug komponenten `next/image` i stedet for `` til automatisk at udføre lazy loading af billeder. [Få flere oplysninger](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Brug `next/image`-komponenten, og angiv \"prioritet\" som sand for at forudindlæse LCP-billedet [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Brug komponenten `next/script` til at udskyde indlæsning af tredjepartsscripts, som ikke er kritiske. [Få flere oplysninger](https://nextjs.org/docs/basic-features/script)."
+ "message": "Brug komponenten `next/script` til at udskyde indlæsning af tredjepartsscripts, som ikke er kritiske. [Få flere oplysninger](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Brug komponenten `next/image` til at sikre, at billeder altid har den korrekte størrelse. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Brug `Webpack Bundle Analyzer` til at registrere ubrugt JavaScript-kode. [Få flere oplysninger](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Overvej at bruge `Next.js Analytics` til at måle din apps ydeevne i den virkelige verden. [Få flere oplysninger](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Overvej at bruge `Next.js Analytics` til at måle din apps ydeevne i den virkelige verden. [Få flere oplysninger](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurer cachelagring for uforanderlige aktiver og SSR-sider (`Server-side Rendered`). [Få flere oplysninger](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurer cachelagring for uforanderlige aktiver og SSR-sider (`Server-side Rendered`). [Få flere oplysninger](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Brug komponenten `next/image` i stedet for `` til at justere billedkvaliteten. [Få flere oplysninger](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Brug komponenten `next/image` i stedet for `` til at justere billedkvaliteten. [Få flere oplysninger](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Brug komponenten `next/image` til at angive de rigtige `sizes`. [Få flere oplysninger](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Hvis dit buildsystem formindsker JS-filer automatisk, skal du sørge for, at du implementerer produktionsbuildet af din app. Du kan tjekke dette med udvidelsen React Developer Tools. [Få flere oplysninger](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Hvis du ikke gengiver på serveren, [kan du opdele JavaScript-pakker](https://web.dev/code-splitting-suspense/) med `React.lazy()`. Du kan også kodesplitte ved hjælp at et tredjepartsbibliotek som f.eks.[indlæsbare komponenter](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Hvis du ikke gengiver på serveren, [kan du opdele JavaScript-pakker](https://web.dev/code-splitting-suspense/) med `React.lazy()`. Du kan også kodesplitte ved hjælp at et tredjepartsbibliotek som f.eks.[indlæsbare komponenter](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Brug React DevTools Profiler, som anvender Profiler API til at måle effektiviteten og gengivelsen af dine komponenter. [Få flere oplysninger.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Kan ikke tilskrives"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Ikke medregnet"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Denne audit medregnes ikke i den samlede kategoriscore."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Værdierne er estimater og kan variere. [Resultatet beregnes](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direkte på baggrund af disse metrics."
},
diff --git a/shared/localization/locales/de.json b/shared/localization/locales/de.json
index a6b654aa068f..42884af5790f 100644
--- a/shared/localization/locales/de.json
+++ b/shared/localization/locales/de.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Zugelassen mit Warnung"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Layout-Shift-Ergebnis"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Dies sind die größten Layout Shifts auf der Seite. Jedes Tabellenelement stellt einen einzelnen Layout Shift dar und zeigt das Element mit der größten Verschiebung. Unter jedem Element sind mögliche Ursachen aufgeführt, die zu einem Layout Shift geführt haben. Einige dieser Layout Shifts sind aufgrund von [Windowing](https://web.dev/articles/cls#what_is_cls) möglicherweise nicht im CLS-Messwert enthalten. [Informationen zur Verbesserung der CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 Layout Shift gefunden}other{# Layout Shifts gefunden}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Webschriftart geladen"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Eingefügter iFrame"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medienelement ohne explizite Größe"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Umfangreiche Layoutverschiebungen vermeiden"
+ },
"core/audits/long-tasks.js | description": {
"message": "Listet die längsten Aufgaben im Hauptthread auf. Das ist nützlich, um die wichtigsten Ursachen für die Eingabeverzögerungen zu ermitteln. [Informationen dazu, wie sich lange Aufgaben im Hauptthread vermeiden lassen](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Server-Backend-Latenzen"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Nicht zusammengesetzte Animationen werden eventuell nicht richtig gerendert und können den CLS-Wert erhöhen. [Informationen dazu, wie sich nicht zusammengefasste Animationen vermeiden lassen](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animiertes Element gefunden}other{# animierte Elemente gefunden}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Filterbezogene Property verschiebt möglicherweise Pixel"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Ziel hat eine andere Animation, die nicht kompatibel ist"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effekt hat einen zusammengesetzten Modus, der nicht \"replace\" ist"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Nicht zusammengesetzte Animationen vermeiden"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Transformationsbezogene Property hängt von Boxgröße ab"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nicht unterstützte CSS-Property: {properties}}other{Nicht unterstützte CSS-Properties: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Benutzerdefinierte CSS-Property kann auf dem Compositor nicht animiert werden: {properties}}other{Benutzerdefinierte CSS-Properties können auf dem Compositor nicht animiert werden: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effekt hat nicht unterstützte Timingparameter"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Anweisung"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP-Traffic wird auf HTTPS weitergeleitet"
},
+ "core/audits/redirects.js | description": {
+ "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. [Informationen zum Vermeiden von Seitenweiterleitungen.](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Mehrere Weiterleitungen auf die Seite vermeiden"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Über kanonische Links wird angegeben, welche URL in den Suchergebnissen angezeigt werden soll. [Weitere Informationen zu kanonischen Links.](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Links haben beschreibenden Text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Du kannst das [Testtool für strukturierte Daten](https://search.google.com/structured-data/testing-tool/) und den [Lint für strukturierte Daten](http://linter.structured-data.org/) ausführen, um strukturierte Daten zu validieren. [Weitere Informationen zu strukturierten Daten.](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Du kannst das [Testtool für strukturierte Daten](https://developers.google.com/search/docs/appearance/structured-data/) ausführen, um strukturierte Daten zu validieren. [Weitere Informationen zu strukturierten Daten](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturierte Daten sind gültig"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt ist gültig"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Achte auf eine möglichst kurze Serverantwortzeit für das Hauptdokument, weil alle anderen Anfragen davon abhängen. [Weitere Informationen zum Messwert „Time to First Byte“.](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Stammdokument brauchte {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Erstreaktionszeit des Servers verringern"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Kurze Erstreaktionszeit des Servers"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Drittanbieter-Cookies werden möglicherweise in bestimmten Kontexten blockiert. [Weitere Informationen zur Vorbereitung auf Einschränkungen für Drittanbieter-Cookies](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "DOM-basiertes XSS-Angriffe mit vertrauenswürdigen Typen reduzieren"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Lege eine explizite Breite und Höhe für Bildelemente fest, um Layoutverschiebungen zu reduzieren und den CLS-Wert zu verbessern. [Informationen zum Festlegen von Bildabmessungen](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Bildelemente haben keine explizite `width` und `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Bildelemente haben eine explizite `width` und `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Typ"
},
@@ -2808,43 +2886,43 @@
"message": "Textbasierte Ressourcen sollten komprimiert bereitgestellt werden (gzip, Deflate oder Brotli), um die Menge der im Netzwerk übertragenen Daten insgesamt zu minimieren. Du kannst ein CDN verwenden, das dies nativ unterstützt, oder den Webserver so konfigurieren, dass er eine Komprimierung vornimmt. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Optimize Fonts`“, um automatisch die CSS-Funktion „`font-display`“ zu nutzen. So können Nutzer Text lesen, während Webfonts geladen werden."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Optimize Fonts`“, um automatisch die CSS-Funktion „`font-display`“ zu nutzen. So können Nutzer Text lesen, während Webfonts geladen werden."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Next-Gen Formats`“, um Bilder in WebP zu konvertieren."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Next-Gen Formats`“, um Bilder in WebP zu konvertieren."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Lazy Load Images`“, um das Laden von nicht sichtbaren Bildern zu verzögern, bis sie benötigt werden."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Lazy Load Images`“, um das Laden von nicht sichtbaren Bildern zu verzögern, bis sie benötigt werden."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere sowohl „`Critical CSS`“ als auch „`Script Delay`“, um das Laden von bei Ladebeginn nicht unbedingt erforderlichem JS-Code bzw. von CSS zu verzögern."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Script Delay`“, um das Laden von nicht unbedingt erforderlichem JS-Code zu verzögern."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Verwende [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), um deine Inhalte über unser weltweites Netzwerk im Cache zu speichern und die TTFB (Time To First Byte) zu verbessern."
+ "message": "Verwende [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), um deine Inhalte über unser weltweites Netzwerk im Cache zu speichern und die TTFB (Time To First Byte) zu verbessern."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Minify CSS`“, um CSS automatisch zu reduzieren und so die Netzwerknutzlast zu senken."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Minify CSS`“, um CSS automatisch zu reduzieren und so die Netzwerknutzlast zu senken."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Minify Javascript`“, um JS-Code automatisch zu reduzieren und die Netzwerknutzlast zu senken."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Minify Javascript`“, um JS-Code automatisch zu reduzieren und die Netzwerknutzlast zu senken."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Remove Unused CSS`“, um zur Lösung dieses Problems beizutragen. Dabei werden die CSS-Klassen identifiziert, die von den einzelnen Seiten deiner Website tatsächlich verwendet werden – alle anderen werden entfernt, um die Dateigröße zu reduzieren."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Remove Unused CSS`“, um zur Lösung dieses Problems beizutragen. Dabei werden die CSS-Klassen identifiziert, die von den einzelnen Seiten deiner Website tatsächlich verwendet werden – alle anderen werden entfernt, um die Dateigröße zu reduzieren."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Efficient Static Cache Policy`“, um für statische Assets empfohlene Werte im Caching-Header festzulegen."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Efficient Static Cache Policy`“, um für statische Assets empfohlene Werte im Caching-Header festzulegen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Next-Gen Formats`“, um Bilder in WebP zu konvertieren."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Next-Gen Formats`“, um Bilder in WebP zu konvertieren."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Pre-Connect Origins`“, um automatisch Hinweise auf Ressourcen als „`preconnect`“ hinzuzufügen und möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen herstellen."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Pre-Connect Origins`“, um automatisch Hinweise auf Ressourcen als „`preconnect`“ hinzuzufügen und möglichst frühzeitig eine Verbindung zu wichtigen Drittanbieterursprüngen herstellen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere sowohl „`Preload Fonts`“ als auch „`Preload Background Images`“, um „`preload`“-Links hinzuzufügen und das Abrufen von Ressourcen zu priorisieren, die beim Seitenaufbau erst später angefordert werden."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere sowohl „`Preload Fonts`“ als auch „`Preload Background Images`“, um „`preload`“-Links hinzuzufügen und das Abrufen von Ressourcen zu priorisieren, die beim Seitenaufbau erst später angefordert werden."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/speed) und aktiviere „`Resize Images`“, um Bilder auf eine für das jeweilige Gerät angemessene Größe zu verkleinern und so die Netzwerknutzlast zu reduzieren."
+ "message": "Verwende [Ezoic Leap](https://pubdash.ezoic.com/leap) und aktiviere „`Resize Images`“, um Bilder auf eine für das jeweilige Gerät angemessene Größe zu verkleinern und so die Netzwerknutzlast zu reduzieren."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Du kannst statt „``“ die Komponente „`gatsby-plugin-image`“ verwenden, um das Bildformat automatisch zu optimieren. [Weitere Informationen](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Du kannst \"``\"-Tags hinzufügen, indem du [das Layout eines Designs änderst](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um das Bildformat automatisch zu optimieren. [Weitere Informationen](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um das Bildformat automatisch zu optimieren. [Weitere Informationen](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um Bilder automatisch per Lazy Loading zu laden. [Weitere Informationen](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um Bilder automatisch per Lazy Loading zu laden. [Weitere Informationen](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Verwende die Komponente „`next/image`“ und setze „priority“ auf „wahr“, um das LCP-Bild vorab zu laden. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Du kannst die Komponente „`next/script`“ verwenden, um das Laden von unkritischen Drittanbieter-Skripts zu verzögern. [Weitere Informationen](https://nextjs.org/docs/basic-features/script)"
+ "message": "Du kannst die Komponente „`next/script`“ verwenden, um das Laden von unkritischen Drittanbieter-Skripts zu verzögern. [Weitere Informationen](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Du kannst die Komponente „`next/image`“ verwenden, damit Bilder immer die korrekte Größe haben. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Du kannst „`Webpack Bundle Analyzer`“ verwenden, um nicht verwendeten JavaScript-Code zu entdecken. [Weitere Informationen](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Du kannst „`Next.js Analytics`“ verwenden, um die Leistung deiner App in der Praxis zu messen. [Weitere Informationen](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Du kannst „`Next.js Analytics`“ verwenden, um die Leistung deiner App in der Praxis zu messen. [Weitere Informationen](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfiguriere das Caching von unveränderlichen Assets und `Server-side Rendered`-Seiten (SSR). [Weitere Informationen](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Konfiguriere das Caching von unveränderlichen Assets und `Server-side Rendered`-Seiten (SSR). [Weitere Informationen](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um die Bildqualität anzupassen. [Weitere Informationen](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Du kannst statt „``“ die Komponente „`next/image`“ verwenden, um die Bildqualität anzupassen. [Weitere Informationen](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Du kannst die Komponente „`next/image`“ verwenden, um den geeigneten Wert für „`sizes`“ festzulegen. [Weitere Informationen](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Wenn dein Build-System JS-Dateien automatisch komprimiert, achte darauf, dass du den Produktions-Build deiner App verfügbar machst. Das kannst du mit der Erweiterung „React Developer Tools“ prüfen. [Weitere Informationen](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Wenn du nicht serverseitig rendern lässt, [kannst du deine JavaScript-Bundles mit \"`React.lazy()`\" aufteilen](https://web.dev/code-splitting-suspense/). Andernfalls hast du die Möglichkeit, deinen Code mit einer Drittanbieterbibliothek wie [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) zu splitten."
+ "message": "Wenn du nicht serverseitig rendern lässt, [kannst du deine JavaScript-Bundles mit \"`React.lazy()`\" aufteilen](https://web.dev/code-splitting-suspense/). Andernfalls hast du die Möglichkeit, deinen Code mit einer Drittanbieterbibliothek wie [loadable-components](https://loadable-components.com/) zu splitten."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Verwende den React DevTools Profiler. Dieser greift auf die Profiler API zurück, um die Rendering-Leistung deiner Komponenten zu messen. [Weitere Informationen.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nicht zuordenbar"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Nicht bewertet"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Dieses Audit trägt nicht zur Gesamtbewertung der Kategorie bei."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Die Werte sind geschätzt und können variieren. Die [Leistungsbewertung](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) wird direkt aus diesen Messwerten berechnet."
},
diff --git a/shared/localization/locales/el.json b/shared/localization/locales/el.json
index 64eef0fe2adc..df4af6afc736 100644
--- a/shared/localization/locales/el.json
+++ b/shared/localization/locales/el.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Επιτρέπεται με προειδοποίηση"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Βαθμολογία αλλαγής διάταξης"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Αυτές είναι οι μεγαλύτερες αλλαγές διάταξης που παρατηρήθηκαν στη σελίδα. Κάθε στοιχείο πίνακα αντιπροσωπεύει μια μεμονωμένη αλλαγή διάταξης και εμφανίζει το στοιχείο που άλλαξε περισσότερο. Κάτω από κάθε στοιχείο, παρατίθενται οι πιθανές βασικές αιτίες που οδήγησαν στην αλλαγή διάταξης. Ορισμένες από αυτές τις αλλαγές διάταξης ενδέχεται να μην περιλαμβάνονται στην τιμή της μέτρησης CLS λόγω [προσαρμογής σε παράθυρο](https://web.dev/articles/cls#what_is_cls). [Μάθετε πώς μπορείτε να βελτιώσετε το CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Βρέθηκε 1 αλλαγή διάταξης}other{Βρέθηκαν # αλλαγές διάταξης}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Φορτώθηκε η γραμματοσειρά ιστού"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Έγινε εισαγωγή iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Λείπει σαφές μέγεθος από το στοιχείο μέσων"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Αποφύγετε τις μεγάλες μετατοπίσεις διάταξης"
+ },
"core/audits/long-tasks.js | description": {
"message": "Παραθέτει τις μεγαλύτερες εργασίες στο κύριο νήμα, κάτι που είναι χρήσιμο για τον εντοπισμό των συνεισφερόντων που συμβάλλουν περισσότερο στην καθυστέρηση εισόδου. [Μάθετε πώς μπορείτε να αποφύγετε μεγάλες εργασίες στο κύριο νήμα](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Λανθάνοντες χρόνοι συστημάτων υποστήριξης διακομιστή"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Οι μη σύνθετες κινούμενες εικόνες ενδέχεται να είναι κακής ποιότητας και να αυξάνουν το CLS. [Μάθετε πώς μπορείτε να αποφύγετε τις μη σύνθετες κινούμενες εικόνες](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Βρέθηκε # κινούμενο στοιχείο}other{Βρέθηκαν # κινούμενα στοιχεία}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Η ιδιότητα που σχετίζεται με φίλτρο μπορεί να μετακινήσει pixel."
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Η στόχευση έχει άλλη κινούμενη εικόνα που δεν είναι συμβατή."
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Το εφέ διαθέτει σύνθετη λειτουργία εκτός από replace."
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Αποφύγετε τις μη σύνθετες κινούμενες εικόνες"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Η ιδιότητα που σχετίζεται με μετασχηματισμό εξαρτάται από το μέγεθος πλαισίου."
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Μη υποστηριζόμενη ιδιότητα CSS: {properties}}other{Μη υποστηριζόμενες ιδιότητες CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Δεν είναι δυνατή η δημιουργία κίνησης στην προσαρμοσμένη ιδιότητα CSS στο εργαλείο σύνθεσης: {properties}}other{Δεν είναι δυνατή η δημιουργία κίνησης στις προσαρμοσμένες ιδιότητες CSS στο εργαλείο σύνθεσης: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Το εφέ έχει μη υποστηριζόμενες παραμέτρους χρονισμού."
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Οδηγία"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Ανακατευθύνει την επισκεψιμότητα HTTP σε HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Οι ανακατευθύνσεις προκαλούν πρόσθετες καθυστερήσεις στη φόρτωση της σελίδας. [Μάθετε πώς μπορείτε να αποφύγετε τις ανακατευθύνσεις σελίδας](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Αποφυγή ανακατευθύνσεων πολλών σελίδων"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Οι κανονικοί σύνδεσμοι προτείνουν το URL που πρέπει να εμφανιστεί στα αποτελέσματα αναζήτησης. [Μάθετε περισσότερα σχετικά με τους κανονικούς συνδέσμους](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Οι σύνδεσμοι έχουν περιγραφικό κείμενο"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Εκτελέστε το [Εργαλείο δοκιμής δομημένων δεδομένων](https://search.google.com/structured-data/testing-tool/) και το [Structured Data Linter](http://linter.structured-data.org/), για να επικυρώσετε τα δομημένα δεδομένα. [Μάθετε περισσότερα σχετικά με τα δομημένα δεδομένα](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Εκτελέστε το [Εργαλείο δοκιμής δομημένων δεδομένων](https://developers.google.com/search/docs/appearance/structured-data/), για να επικυρώσετε τα δομημένα δεδομένα. [Μάθετε περισσότερα σχετικά με τα δομημένα δεδομένα](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Τα δομημένα δεδομένα είναι έγκυρα"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Το αρχείο robots.txt είναι έγκυρο"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Φροντίστε να παραμείνει σύντομος ο χρόνος απόκρισης διακομιστή για το κύριο έγγραφο, επειδή όλα τα άλλα αιτήματα εξαρτώνται από αυτόν. [Μάθετε περισσότερα σχετικά με τη μέτρηση Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Το ριζικό έγγραφο χρειάστηκε {timeInMs, number, milliseconds} χλστ.δ."
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Μειώστε τον αρχικό χρόνο απόκρισης διακομιστή"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Ο αρχικός χρόνος απόκρισης διακομιστή ήταν σύντομος"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Τα cookie τρίτου μέρους ενδέχεται να αποκλείονται σε ορισμένα περιβάλλοντα. [Μάθετε περισσότερα σχετικά με την προετοιμασία για τους περιορισμούς cookie τρίτου μέρους](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Μετριάστε το XSS που βασίζεται σε DOM με Αξιόπιστους τύπους"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Ορίστε ένα αποκλειστικό πλάτος και ύψος στα στοιχεία εικόνας, για να μειώσετε τις μετατοπίσεις διάταξης και να βελτιώσετε το CLS. [Μάθετε πώς μπορείτε να ορίσετε τις διαστάσεις εικόνας](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Τα στοιχεία εικόνας δεν έχουν σαφές `width` και `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Τα στοιχεία εικόνας έχουν σαφές `width` και `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Τύπος"
},
@@ -2808,43 +2886,43 @@
"message": "Η προβολή των πόρων που βασίζονται σε κείμενο πρέπει να γίνεται με συμπίεση (gzip, deflate ή brotli), ώστε να ελαχιστοποιείται ο συνολικός όγκος byte δικτύου. Εξετάστε το ενδεχόμενο χρήσης ενός ΔΠΠ που υποστηρίζει εγγενώς αυτή τη λειτουργία ή διαμορφώστε τον διακομιστή ιστού, έτσι ώστε να εκτελέσει αυτή την ενέργεια. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Optimize Fonts` για την αυτόματη αξιοποίηση της λειτουργίας `font-display` CSS, προκειμένου να είστε σίγουροι ότι το κείμενο θα είναι ορατό στους χρήστες όσο φορτώνουν οι γραμματοσειρές ιστοτόπου."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Optimize Fonts` για την αυτόματη αξιοποίηση της λειτουργίας `font-display` CSS, προκειμένου να είστε σίγουροι ότι το κείμενο θα είναι ορατό στους χρήστες όσο φορτώνουν οι γραμματοσειρές ιστοτόπου."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Next-Gen Formats` για τη μετατροπή εικόνων σε WebP."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Next-Gen Formats` για τη μετατροπή εικόνων σε WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Lazy Load Images` για την αναβολή της φόρτωσης των εικόνων εκτός οθόνης μέχρι τη στιγμή που η φόρτωσή τους θα είναι απαραίτητη."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Lazy Load Images` για την αναβολή της φόρτωσης των εικόνων εκτός οθόνης μέχρι τη στιγμή που η φόρτωσή τους θα είναι απαραίτητη."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Critical CSS` και το `Script Delay` για την αναβολή JS/CSS δευτερεύουσας σημασίας."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε τη ρύθμιση `Script Delay`, για να αναβάλλετε JS δευτερεύουσας σημασίας."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Χρησιμοποιήστε το [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) για να προσθέσετε στην κρυφή μνήμη το περιεχόμενό σας από το παγκόσμιο δίκτυο, βελτιώνοντας τον χρόνο μέχρι το πρώτο byte."
+ "message": "Χρησιμοποιήστε το [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) για να προσθέσετε στην κρυφή μνήμη το περιεχόμενό σας από το παγκόσμιο δίκτυο, βελτιώνοντας τον χρόνο μέχρι το πρώτο byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Minify CSS` για την αυτόματη ελαχιστοποίηση του CSS, προκειμένου να μειωθούν τα μεγέθη φορτίων δικτύου."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Minify CSS` για την αυτόματη ελαχιστοποίηση του CSS, προκειμένου να μειωθούν τα μεγέθη φορτίων δικτύου."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Minify Javascript` για την αυτόματη ελαχιστοποίηση του JS, προκειμένου να μειωθούν τα μεγέθη φορτίων δικτύου."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Minify Javascript` για την αυτόματη ελαχιστοποίηση του JS, προκειμένου να μειωθούν τα μεγέθη φορτίων δικτύου."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Remove Unused CSS` για να συμβάλλετε στην επίλυση αυτού του προβλήματος. Θα προσδιορίσει τις κατηγορίες CSS που χρησιμοποιούνται πραγματικά σε κάθε σελίδα του ιστοτόπου σας και θα καταργήσει άλλες, προκειμένου να παραμείνει μικρό το μέγεθος του αρχείου."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Remove Unused CSS` για να συμβάλλετε στην επίλυση αυτού του προβλήματος. Θα προσδιορίσει τις κατηγορίες CSS που χρησιμοποιούνται πραγματικά σε κάθε σελίδα του ιστοτόπου σας και θα καταργήσει άλλες, προκειμένου να παραμείνει μικρό το μέγεθος του αρχείου."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Efficient Static Cache Policy` για να ορίσετε προτεινόμενες τιμές στην κεφαλίδα αποθήκευσης στην κρυφή μνήμη για στατικά στοιχεία."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Efficient Static Cache Policy` για να ορίσετε προτεινόμενες τιμές στην κεφαλίδα αποθήκευσης στην κρυφή μνήμη για στατικά στοιχεία."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Next-Gen Formats` για τη μετατροπή εικόνων σε WebP."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Next-Gen Formats` για τη μετατροπή εικόνων σε WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Pre-Connect Origins` για την αυτόματη προσθήκη υποδείξεων πόρων `preconnect`, προκειμένου να δημιουργηθούν πρώιμες συνδέσεις σε σημαντικές προελεύσεις τρίτου μέρους."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Pre-Connect Origins` για την αυτόματη προσθήκη υποδείξεων πόρων `preconnect`, προκειμένου να δημιουργηθούν πρώιμες συνδέσεις σε σημαντικές προελεύσεις τρίτου μέρους."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Preload Fonts` και το `Preload Background Images` για να προσθέσετε συνδέσμους `preload`, προκειμένου να δοθεί προτεραιότητα στη λήψη πόρων που τώρα ζητούνται αργότερα κατά τη φόρτωση της σελίδας."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Preload Fonts` και το `Preload Background Images` για να προσθέσετε συνδέσμους `preload`, προκειμένου να δοθεί προτεραιότητα στη λήψη πόρων που τώρα ζητούνται αργότερα κατά τη φόρτωση της σελίδας."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/speed) και ενεργοποιήστε το `Resize Images` για να αλλάξετε το μέγεθος των εικόνων στο κατάλληλο μέγεθος μιας συσκευής, μειώνοντας τα μεγέθη φορτίων δικτύου."
+ "message": "Χρησιμοποιήστε το [Ezoic Leap](https://pubdash.ezoic.com/leap) και ενεργοποιήστε το `Resize Images` για να αλλάξετε το μέγεθος των εικόνων στο κατάλληλο μέγεθος μιας συσκευής, μειώνοντας τα μεγέθη φορτίων δικτύου."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Χρησιμοποιήστε το στοιχείο `gatsby-plugin-image` αντί του `` για την αυτόματη βελτιστοποίηση της μορφής εικόνας. [Μάθετε περισσότερα](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Οι ετικέτες `` μπορούν να προστεθούν [τροποποιώντας τη διάταξη ενός θέματος](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για την αυτόματη βελτιστοποίηση της μορφής εικόνας. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για την αυτόματη βελτιστοποίηση της μορφής εικόνας. [Μάθετε περισσότερα](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για την αυτόματη αργή φόρτωση των εικόνων. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για την αυτόματη αργή φόρτωση των εικόνων. [Μάθετε περισσότερα](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Χρησιμοποιήστε το στοιχείο `next/image` και ορίστε το πεδίο προτεραιότητα σε αληθές για την προφόρτωση της εικόνας LCP. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Χρησιμοποιήστε το στοιχείο `next/script` για να αναβάλετε τη φόρτωση των σεναρίων τρίτου μέρους δευτερεύουσας σημασίας. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/script)."
+ "message": "Χρησιμοποιήστε το στοιχείο `next/script` για να αναβάλετε τη φόρτωση των σεναρίων τρίτου μέρους δευτερεύουσας σημασίας. [Μάθετε περισσότερα](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Χρησιμοποιήστε το στοιχείο `next/image` για να βεβαιωθείτε ότι οι εικόνες έχουν πάντα το κατάλληλο μέγεθος. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Χρησιμοποιήστε το στοιχείο `Webpack Bundle Analyzer` για ανίχνευση κώδικα JavaScript που δεν χρησιμοποιείται. [Μάθετε περισσότερα](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε το στοιχείο `Next.js Analytics` για να μετράτε την πραγματική απόδοση της εφαρμογής σας. [Μάθετε περισσότερα](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Εξετάστε το ενδεχόμενο να χρησιμοποιήσετε το στοιχείο `Next.js Analytics` για να μετράτε την πραγματική απόδοση της εφαρμογής σας. [Μάθετε περισσότερα](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Διαμόρφωση κρυφής μνήμης για αμετάβλητα στοιχεία και σελίδες `Server-side Rendered` (SSR). [Μάθετε περισσότερα](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Διαμόρφωση κρυφής μνήμης για αμετάβλητα στοιχεία και σελίδες `Server-side Rendered` (SSR). [Μάθετε περισσότερα](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για να προσαρμόσετε την ποιότητα εικόνας. [Μάθετε περισσότερα](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Χρησιμοποιήστε το στοιχείο `next/image` αντί του `` για να προσαρμόσετε την ποιότητα εικόνας. [Μάθετε περισσότερα](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Χρησιμοποιήστε το στοιχείο `next/image` για να ρυθμίσετε το κατάλληλο `sizes`. [Μάθετε περισσότερα](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Εάν το σύστημα έκδοσής σας ελαχιστοποιεί τα αρχεία JS αυτόματα, βεβαιωθείτε ότι αναπτύσσετε την έκδοση παραγωγής της εφαρμογής σας. Μπορείτε να το ελέγξετε αυτό από την επέκταση React Developer Tools. [Μάθετε περισσότερα](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Εάν δεν πραγματοποιείτε απόδοση στον διακομιστή, [χωρίστε τα πακέτα JavaScript](https://web.dev/code-splitting-suspense/) με το `React.lazy()`. Διαφορετικά, χωρίστε με χρήση κώδικα, χρησιμοποιώντας μια βιβλιοθήκη τρίτου μέρους, όπως τα [στοιχεία με δυνατότητα φόρτωσης](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Εάν δεν πραγματοποιείτε απόδοση στον διακομιστή, [χωρίστε τα πακέτα JavaScript](https://web.dev/code-splitting-suspense/) με το `React.lazy()`. Διαφορετικά, χωρίστε με χρήση κώδικα, χρησιμοποιώντας μια βιβλιοθήκη τρίτου μέρους, όπως τα [στοιχεία με δυνατότητα φόρτωσης](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Χρησιμοποιήστε το React DevTools Profiler, το οποίο χρησιμοποιεί το API του Profiler, για να μετρήσετε τις επιδόσεις απόδοσης των στοιχείων σας. [Μάθετε περισσότερα.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Χωρίς απόδοση"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Χωρίς βαθμολογία"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ο συγκεκριμένος έλεγχος δεν συνεισφέρει στη συνολική βαθμολογία της κατηγορίας."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Οι τιμές εκτιμώνται και μπορεί να ποικίλουν. Η [βαθμολογία απόδοσης υπολογίζεται](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) απευθείας από αυτές τις μετρήσεις."
},
diff --git a/shared/localization/locales/en-GB.json b/shared/localization/locales/en-GB.json
index d433282f874a..b75b244a7656 100644
--- a/shared/localization/locales/en-GB.json
+++ b/shared/localization/locales/en-GB.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Allowed with warning"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Layout shift score"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{One layout shift found}other{# layout shifts found}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Web font loaded"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Injected iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Media element lacking an explicit size"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Avoid large layout shifts"
+ },
"core/audits/long-tasks.js | description": {
"message": "Lists the longest tasks on the main thread – useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Server Back-end Latencies"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animations that are not composited can be poor, slow and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animated element found}other{# animated elements found}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Filter-related property may move pixels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Target has another animation which is incompatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effect has composite mode other than 'replace'"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Avoid non-composited animations"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Transform-related property depends on box size"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Unsupported CSS property: {properties}}other{Unsupported CSS properties: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Custom CSS properties cannot be animated on the compositor: {properties}}other{Custom CSS properties cannot be animated on the compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effect has unsupported timing parameters"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directive"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirects HTTP traffic to HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Avoid multiple page redirects"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Links have descriptive text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more about structured data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about structured data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Structured data is valid"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt is valid"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Root document took {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduce initial server response time"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Initial server response time was short"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitigate DOM-based XSS with trusted types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Image elements do not have explicit `width` and `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Image elements have explicit `width` and `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimise total network bytes. Consider using a CDN that natively supports this or configure the web server to perform this operation. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure that text is user-visible while webfonts are loading."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Optimize Fonts` to automatically leverage the `font-display` CSS feature to ensure that text is user-visible while webfonts are loading."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Lazy Load Images` to defer loading off-screen images until they are needed."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Critical CSS` and `Script Delay` to defer non-critical JS/CSS."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Script Delay` to defer non-critical JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) to cache your content across our world wide network, improving time to first byte."
+ "message": "Use [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) to cache your content across our world wide network, improving time to first byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify CSS` to automatically minify your CSS to reduce network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Minify Javascript` to automatically minify your JS to reduce network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assets."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Efficient Static Cache Policy` to set recommended values in the caching header for static assets."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Next-Gen Formats` to convert images to WebP."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Next-Gen Formats` to convert images to WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Pre-Connect Origins` to automatically add `preconnect` resource hints to establish early connections to important third-party origins."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritise fetching resources that are currently requested later in page load."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Preload Fonts` and `Preload Background Images` to add `preload` links to prioritise fetching resources that are currently requested later in page load."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Resize Images` to resize images to a device-appropriate size, reducing network payload sizes."
+ "message": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Resize Images` to resize images to a device-appropriate size, reducing network payload sizes."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Use the `gatsby-plugin-image` component instead of `` to optimise the image format automatically. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Use the `next/image` component instead of `` to optimise the image format automatically. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to optimise the image format automatically. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Use the `next/image` component instead of `` to lazy-load images automatically. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to lazy-load images automatically. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Use the `next/image` component and set 'priority' to true to preload an LCP image. [Learn more](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/basic-features/script)."
+ "message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Use the `next/image` component to make sure that images are always sized appropriately. [Learn more](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Use the `next/image` component instead of `` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use the `next/image` component instead of `` to adjust image quality. [Learn more](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "If your build system minifies JS files automatically, ensure that you are deploying the production build of your application. You can check this with the React developer tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "If you are not server-side rendering, [split your JavaScript bundles](https://web.dev/code-splitting-suspense/) with `React.lazy()`. Otherwise, code-split using a third-party library such as [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Use the React DevTools Profiler, which makes use of the Profiler API, to measure the rendering performance of your components. [Learn more.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Unattributable"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Unscored"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "This audit does not contribute to the overall category score."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
},
diff --git a/shared/localization/locales/en-XA.json b/shared/localization/locales/en-XA.json
index f16993b8179a..e332c6d6f750 100644
--- a/shared/localization/locales/en-XA.json
+++ b/shared/localization/locales/en-XA.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "[Åļļöŵéð ŵîţĥ ŵåŕñîñĝ one two three]"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "[Ļåýöûţ šĥîƒţ šçöŕé one two three]"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "[Ţĥéšé åŕé ţĥé ļåŕĝéšţ ļåýöûţ šĥîƒţš öбšéŕvéð öñ ţĥé þåĝé. Éåçĥ ţåбļé îţém ŕéþŕéšéñţš å šîñĝļé ļåýöûţ šĥîƒţ, åñð šĥöŵš ţĥé éļéméñţ ţĥåţ šĥîƒţéð ţĥé möšţ. Бéļöŵ éåçĥ îţém åŕé þöššîбļé ŕööţ çåûšéš ţĥåţ ļéð ţö ţĥé ļåýöûţ šĥîƒţ. Šömé öƒ ţĥéšé ļåýöûţ šĥîƒţš måý ñöţ бé îñçļûðéð îñ ţĥé ÇĻŠ méţŕîç våļûé ðûé ţö ᐅ[ᐊŵîñðöŵîñĝᐅ](https://web.dev/articles/cls#what_is_cls)ᐊ. ᐅ[ᐊĻéåŕñ ĥöŵ ţö îmþŕövé ÇĻŠᐅ](https://web.dev/articles/optimize-cls)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty thirtyone thirtytwo thirtythree thirtyfour thirtyfive thirtysix thirtyseven thirtyeight thirtynine forty one two]"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{[1 ļåýöûţ šĥîƒţ ƒöûñð one two three four five]}other{[# ļåýöûţ šĥîƒţš ƒöûñð one two three four five]}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "[Ŵéб ƒöñţ ļöåðéð one two]"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "[Îñĵéçţéð îƒŕåmé one two]"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "[Méðîå éļéméñţ ļåçķîñĝ åñ éxþļîçîţ šîžé one two three four five six seven eight]"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "[Åvöîð ļåŕĝé ļåýöûţ šĥîƒţš one two three four five six]"
+ },
"core/audits/long-tasks.js | description": {
"message": "[Ļîšţš ţĥé ļöñĝéšţ ţåšķš öñ ţĥé måîñ ţĥŕéåð, ûšéƒûļ ƒöŕ îðéñţîƒýîñĝ ŵöŕšţ çöñţŕîбûţöŕš ţö îñþûţ ðéļåý. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð ļöñĝ måîñ-ţĥŕéåð ţåšķšᐅ](https://web.dev/articles/optimize-long-tasks)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "[Šéŕvéŕ Бåçķéñð Ļåţéñçîéš one two three]"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "[Åñîmåţîöñš ŵĥîçĥ åŕé ñöţ çömþöšîţéð çåñ бé ĵåñķý åñð îñçŕéåšé ÇĻŠ. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð ñöñ-çömþöšîţéð åñîmåţîöñšᐅ](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{[# åñîmåţéð éļéméñţ ƒöûñð one two three four five]}other{[# åñîmåţéð éļéméñţš ƒöûñð one two three four five six]}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "[Fîļţéŕ-ŕéļåţéð þŕöþéŕţý måý mövé þîxéļš one two three four five six seven eight]"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "[Ţåŕĝéţ ĥåš åñöţĥéŕ åñîmåţîöñ ŵĥîçĥ îš îñçömþåţîбļé one two three four five six seven eight nine ten eleven]"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "[Ƀƒéçţ ĥåš çömþöšîţé möðé öţĥéŕ ţĥåñ \"ŕéþļåçé\" one two three four five six seven eight nine ten]"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "[Åvöîð ñöñ-çömþöšîţéð åñîmåţîöñš one two three four]"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "[Ţŕåñšƒöŕm-ŕéļåţéð þŕöþéŕţý ðéþéñðš öñ бöx šîžé one two three four five six seven eight nine ten]"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{[Ûñšûþþöŕţéð ÇŠŠ Þŕöþéŕţý: ᐅ{properties}ᐊ one two three four five six seven]}other{[Ûñšûþþöŕţéð ÇŠŠ Þŕöþéŕţîéš: ᐅ{properties}ᐊ one two three four five six seven]}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{[Çûšţöm ÇŠŠ þŕöþéŕţîéš çåññöţ бé åñîmåţéð öñ ţĥé çömþöšîţöŕ: ᐅ{properties}ᐊ one two three four five six seven eight nine ten eleven twelve]}other{[Çûšţöm ÇŠŠ þŕöþéŕţîéš çåññöţ бé åñîmåţéð öñ ţĥé çömþöšîţöŕ: ᐅ{properties}ᐊ one two three four five six seven eight nine ten eleven twelve]}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "[Ƀƒéçţ ĥåš ûñšûþþöŕţéð ţîmîñĝ þåŕåméţéŕš one two three four five six seven eight]"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "[Ðîŕéçţîvé one two]"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "[Ŕéðîŕéçţš ĤŢŢÞ ţŕ僃îç ţö ĤŢŢÞŠ one two three four five six seven]"
},
+ "core/audits/redirects.js | description": {
+ "message": "[Ŕéðîŕéçţš îñţŕöðûçé åððîţîöñåļ ðéļåýš бéƒöŕé ţĥé þåĝé çåñ бé ļöåðéð. ᐅ[ᐊĻéåŕñ ĥöŵ ţö åvöîð þåĝé ŕéðîŕéçţšᐅ](https://developer.chrome.com/docs/lighthouse/performance/redirects/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "[Åvöîð mûļţîþļé þåĝé ŕéðîŕéçţš one two three four five six seven]"
+ },
"core/audits/seo/canonical.js | description": {
"message": "[Çåñöñîçåļ ļîñķš šûĝĝéšţ ŵĥîçĥ ÛŔĻ ţö šĥöŵ îñ šéåŕçĥ ŕéšûļţš. ᐅ[ᐊĻéåŕñ möŕé åбöûţ çåñöñîçåļ ļîñķšᐅ](https://developer.chrome.com/docs/lighthouse/seo/canonical/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
},
@@ -1095,7 +1152,7 @@
"message": "[Ļîñķš ĥåvé ðéšçŕîþţîvé ţéxţ one two three four five six]"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "[Ŕûñ ţĥé ᐅ[ᐊŠţŕûçţûŕéð Ðåţå Ţéšţîñĝ Ţööļᐅ](https://search.google.com/structured-data/testing-tool/)ᐊ åñð ţĥé ᐅ[ᐊŠţŕûçţûŕéð Ðåţå Ļîñţéŕᐅ](http://linter.structured-data.org/)ᐊ ţö våļîðåţé šţŕûçţûŕéð ðåţå. ᐅ[ᐊĻéåŕñ möŕé åбöûţ Šţŕûçţûŕéð Ðåţåᐅ](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
+ "message": "[Ŕûñ ţĥé ᐅ[ᐊŠţŕûçţûŕéð Ðåţå Ţéšţîñĝ Ţööļᐅ](https://developers.google.com/search/docs/appearance/structured-data/)ᐊ ţö våļîðåţé šţŕûçţûŕéð ðåţå. ᐅ[ᐊĻéåŕñ möŕé åбöûţ Šţŕûçţûŕéð Ðåţåᐅ](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "[Šţŕûçţûŕéð ðåţå îš våļîð one two three four five]"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "[ŕöбöţš.ţxţ îš våļîð one two three]"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "[Ķééþ ţĥé šéŕvéŕ ŕéšþöñšé ţîmé ƒöŕ ţĥé måîñ ðöçûméñţ šĥöŕţ бéçåûšé åļļ öţĥéŕ ŕéqûéšţš ðéþéñð öñ îţ. ᐅ[ᐊĻéåŕñ möŕé åбöûţ ţĥé Ţîmé ţö Fîŕšţ Бýţé méţŕîçᐅ](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "[Ŕööţ ðöçûméñţ ţööķ ᐅ{timeInMs, number, milliseconds}ᐊ mš one two three four five six]"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "[Ŕéðûçé îñîţîåļ šéŕvéŕ ŕéšþöñšé ţîmé one two three four five six seven eight]"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "[Îñîţîåļ šéŕvéŕ ŕéšþöñšé ţîmé ŵåš šĥöŕţ one two three four five six seven eight]"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "[Ţĥîŕð-þåŕţý çööķîéš måý бé бļöçķéð îñ šömé çöñţéxţš. ᐅ[ᐊĻéåŕñ möŕé åбöûţ þŕéþåŕîñĝ ƒöŕ ţĥîŕð-þåŕţý çööķîé ŕéšţŕîçţîöñšᐅ](https://privacysandbox.google.com/cookies/prepare/overview)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen]"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "[Mîţîĝåţé ÐÖM-бåšéð XŠŠ ŵîţĥ Ţŕûšţéð Ţýþéš one two three four five six seven eight nine]"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "[Šéţ åñ éxþļîçîţ ŵîðţĥ åñð ĥéîĝĥţ öñ îmåĝé éļéméñţš ţö ŕéðûçé ļåýöûţ šĥîƒţš åñð îmþŕövé ÇĻŠ. ᐅ[ᐊĻéåŕñ ĥöŵ ţö šéţ îmåĝé ðîméñšîöñšᐅ](https://web.dev/articles/optimize-cls#images_without_dimensions)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty]"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "[Îmåĝé éļéméñţš ðö ñöţ ĥåvé éxþļîçîţ ᐅ`width`ᐊ åñð ᐅ`height`ᐊ one two three four five six seven eight nine ten]"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "[Îmåĝé éļéméñţš ĥåvé éxþļîçîţ ᐅ`width`ᐊ åñð ᐅ`height`ᐊ one two three four five six seven eight]"
+ },
"core/audits/user-timings.js | columnType": {
"message": "[Ţýþé one]"
},
@@ -1845,43 +1923,43 @@
"message": "[Ţéxţ-бåšéð ŕéšöûŕçéš šĥöûļð бé šéŕvéð ŵîţĥ çömþŕéššîöñ (ĝžîþ, ðéƒļåţé öŕ бŕöţļî) ţö mîñîmîžé ţöţåļ ñéţŵöŕķ бýţéš. Çöñšîðéŕ ûšîñĝ å ÇÐÑ ţĥåţ ñåţîvéļý šûþþöŕţš ţĥîš, öŕ çöñƒîĝûŕé ţĥé ŵéб šéŕvéŕ ţö þéŕƒöŕm ţĥîš öþéŕåţîöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://developers.google.com/web/tools/lighthouse/audits/text-compression)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven twentyeight twentynine thirty]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Optimize Fonts`ᐊ ţö åûţömåţîçåļļý ļévéŕåĝé ţĥé ᐅ`font-display`ᐊ ÇŠŠ ƒéåţûŕé ţö éñšûŕé ţéxţ îš ûšéŕ-vîšîбļé ŵĥîļé ŵéбƒöñţš åŕé ļöåðîñĝ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Optimize Fonts`ᐊ ţö åûţömåţîçåļļý ļévéŕåĝé ţĥé ᐅ`font-display`ᐊ ÇŠŠ ƒéåţûŕé ţö éñšûŕé ţéxţ îš ûšéŕ-vîšîбļé ŵĥîļé ŵéбƒöñţš åŕé ļöåðîñĝ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Next-Gen Formats`ᐊ ţö çöñvéŕţ îmåĝéš ţö ŴéбÞ. one two three four five six seven eight nine ten eleven twelve]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Next-Gen Formats`ᐊ ţö çöñvéŕţ îmåĝéš ţö ŴéбÞ. one two three four five six seven eight nine ten eleven twelve]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Lazy Load Images`ᐊ ţö ðéƒéŕ ļöåðîñĝ öƒƒ-šçŕééñ îmåĝéš ûñţîļ ţĥéý åŕé ñééðéð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Lazy Load Images`ᐊ ţö ðéƒéŕ ļöåðîñĝ öƒƒ-šçŕééñ îmåĝéš ûñţîļ ţĥéý åŕé ñééðéð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Critical CSS`ᐊ åñð ᐅ`Script Delay`ᐊ ţö ðéƒéŕ ñöñ-çŕîţîçåļ ĴŠ/ÇŠŠ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Script Delay`ᐊ ţö ðéƒéŕ ñöñ-çŕîţîçåļ ĴŠ. one two three four five six seven eight nine ten eleven twelve]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Çļöûð Çåçĥîñĝᐅ](https://pubdash.ezoic.com/speed/caching)ᐊ ţö çåçĥé ýöûŕ çöñţéñţ åçŕöšš öûŕ ŵöŕļð ŵîðé ñéţŵöŕķ, îmþŕövîñĝ ţîmé ţö ƒîŕšţ бýţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Çļöûð Çåçĥîñĝᐅ](https://pubdash.ezoic.com/leap/caching)ᐊ ţö çåçĥé ýöûŕ çöñţéñţ åçŕöšš öûŕ ŵöŕļð ŵîðé ñéţŵöŕķ, îmþŕövîñĝ ţîmé ţö ƒîŕšţ бýţé. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Minify CSS`ᐊ ţö åûţömåţîçåļļý mîñîƒý ýöûŕ ÇŠŠ ţö ŕéðûçé ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Minify CSS`ᐊ ţö åûţömåţîçåļļý mîñîƒý ýöûŕ ÇŠŠ ţö ŕéðûçé ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Minify Javascript`ᐊ ţö åûţömåţîçåļļý mîñîƒý ýöûŕ ĴŠ ţö ŕéðûçé ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Minify Javascript`ᐊ ţö åûţömåţîçåļļý mîñîƒý ýöûŕ ĴŠ ţö ŕéðûçé ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Remove Unused CSS`ᐊ ţö ĥéļþ ŵîţĥ ţĥîš îššûé. Îţ ŵîļļ îðéñţîƒý ţĥé ÇŠŠ çļåššéš ţĥåţ åŕé åçţûåļļý ûšéð öñ éåçĥ þåĝé öƒ ýöûŕ šîţé, åñð ŕémövé åñý öţĥéŕš ţö ķééþ ţĥé ƒîļé šîžé šmåļļ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Remove Unused CSS`ᐊ ţö ĥéļþ ŵîţĥ ţĥîš îššûé. Îţ ŵîļļ îðéñţîƒý ţĥé ÇŠŠ çļåššéš ţĥåţ åŕé åçţûåļļý ûšéð öñ éåçĥ þåĝé öƒ ýöûŕ šîţé, åñð ŕémövé åñý öţĥéŕš ţö ķééþ ţĥé ƒîļé šîžé šmåļļ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Efficient Static Cache Policy`ᐊ ţö šéţ ŕéçömméñðéð våļûéš îñ ţĥé çåçĥîñĝ ĥéåðéŕ ƒöŕ šţåţîç åššéšţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Efficient Static Cache Policy`ᐊ ţö šéţ ŕéçömméñðéð våļûéš îñ ţĥé çåçĥîñĝ ĥéåðéŕ ƒöŕ šţåţîç åššéšţš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Next-Gen Formats`ᐊ ţö çöñvéŕţ îmåĝéš ţö ŴéбÞ. one two three four five six seven eight nine ten eleven twelve]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Next-Gen Formats`ᐊ ţö çöñvéŕţ îmåĝéš ţö ŴéбÞ. one two three four five six seven eight nine ten eleven twelve]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Pre-Connect Origins`ᐊ ţö åûţömåţîçåļļý åðð ᐅ`preconnect`ᐊ ŕéšöûŕçé ĥîñţš ţö éšţåбļîšĥ éåŕļý çöññéçţîöñš ţö îmþöŕţåñţ ţĥîŕð-þåŕţý öŕîĝîñš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Pre-Connect Origins`ᐊ ţö åûţömåţîçåļļý åðð ᐅ`preconnect`ᐊ ŕéšöûŕçé ĥîñţš ţö éšţåбļîšĥ éåŕļý çöññéçţîöñš ţö îmþöŕţåñţ ţĥîŕð-þåŕţý öŕîĝîñš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Preload Fonts`ᐊ åñð ᐅ`Preload Background Images`ᐊ ţö åðð ᐅ`preload`ᐊ ļîñķš ţö þŕîöŕîţîžé ƒéţçĥîñĝ ŕéšöûŕçéš ţĥåţ åŕé çûŕŕéñţļý ŕéqûéšţéð ļåţéŕ îñ þåĝé ļöåð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Preload Fonts`ᐊ åñð ᐅ`Preload Background Images`ᐊ ţö åðð ᐅ`preload`ᐊ ļîñķš ţö þŕîöŕîţîžé ƒéţçĥîñĝ ŕéšöûŕçéš ţĥåţ åŕé çûŕŕéñţļý ŕéqûéšţéð ļåţéŕ îñ þåĝé ļöåð. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone]"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/speed)ᐊ åñð éñåбļé ᐅ`Resize Images`ᐊ ţö ŕéšîžé îmåĝéš ţö å ðévîçé åþþŕöþŕîåţé šîžé, ŕéðûçîñĝ ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
+ "message": "[Ûšé ᐅ[ᐊÉžöîç Ļéåþᐅ](https://pubdash.ezoic.com/leap)ᐊ åñð éñåбļé ᐅ`Resize Images`ᐊ ţö ŕéšîžé îmåĝéš ţö å ðévîçé åþþŕöþŕîåţé šîžé, ŕéðûçîñĝ ñéţŵöŕķ þåýļöåð šîžéš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen]"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "[Ûšé ţĥé ᐅ`gatsby-plugin-image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åûţömåţîçåļļý öþţîmîžé îmåĝé ƒöŕmåţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
@@ -1989,16 +2067,16 @@
"message": "[ᐅ``ᐊ ţåĝš çåñ бé åððéð бý ᐅ[ᐊmöðîƒýîñĝ å ţĥéméš'š ļåýöûţᐅ](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)ᐊ. one two three four five six seven eight nine ten eleven twelve]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åûţömåţîçåļļý öþţîmîžé îmåĝé ƒöŕmåţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/image-optimization)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åûţömåţîçåļļý öþţîmîžé îmåĝé ƒöŕmåţ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/app/getting-started/images)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åûţömåţîçåļļý ļåžý-ļöåð îmåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/image-optimization)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åûţömåţîçåļļý ļåžý-ļöåð îmåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/app/getting-started/images)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ åñð šéţ \"þŕîöŕîţý\" ţö ţŕûé ţö þŕéļöåð ĻÇÞ îmåĝé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#priority)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "[Ûšé ţĥé ᐅ`next/script`ᐊ çömþöñéñţ ţö ðéƒéŕ ļöåðîñĝ öƒ ñöñ-çŕîţîçåļ ţĥîŕð-þåŕţý šçŕîþţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/script)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
+ "message": "[Ûšé ţĥé ᐅ`next/script`ᐊ çömþöñéñţ ţö ðéƒéŕ ļöåðîñĝ öƒ ñöñ-çŕîţîçåļ ţĥîŕð-þåŕţý šçŕîþţš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/app/guides/scripts)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ ţö måķé šûŕé îmåĝéš åŕé åļŵåýš šîžéð åþþŕöþŕîåţéļý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#width)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen]"
@@ -2010,13 +2088,13 @@
"message": "[Ûšé ᐅ`Webpack Bundle Analyzer`ᐊ ţö ðéţéçţ ûñûšéð ĴåvåŠçŕîþţ çöðé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)ᐊ one two three four five six seven eight nine ten eleven twelve]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "[Çöñšîðéŕ ûšîñĝ ᐅ`Next.js Analytics`ᐊ ţö méåšûŕé ýöûŕ åþþ'š ŕéåļ-ŵöŕļð þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/advanced-features/measuring-performance)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
+ "message": "[Çöñšîðéŕ ûšîñĝ ᐅ`Next.js Analytics`ᐊ ţö méåšûŕé ýöûŕ åþþ'š ŕéåļ-ŵöŕļð þéŕƒöŕmåñçé. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/pages/guides/analytics)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "[Çöñƒîĝûŕé çåçĥîñĝ ƒöŕ îmmûţåбļé åššéţš åñð ᐅ`Server-side Rendered`ᐊ (ŠŠŔ) þåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/going-to-production#caching)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
+ "message": "[Çöñƒîĝûŕé çåçĥîñĝ ƒöŕ îmmûţåбļé åššéţš åñð ᐅ`Server-side Rendered`ᐊ (ŠŠŔ) þåĝéš. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åðĵûšţ îmåĝé qûåļîţý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/basic-features/image-optimization)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
+ "message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ îñšţéåð öƒ ᐅ``ᐊ ţö åðĵûšţ îmåĝé qûåļîţý. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/app/getting-started/images)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen]"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "[Ûšé ţĥé ᐅ`next/image`ᐊ çömþöñéñţ ţö šéţ ţĥé åþþŕöþŕîåţé ᐅ`sizes`ᐊ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://nextjs.org/docs/api-reference/next/image#sizes)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen]"
@@ -2136,7 +2214,7 @@
"message": "[΃ ýöûŕ бûîļð šýšţém mîñîƒîéš ĴŠ ƒîļéš åûţömåţîçåļļý, éñšûŕé ţĥåţ ýöû åŕé ðéþļöýîñĝ ţĥé þŕöðûçţîöñ бûîļð öƒ ýöûŕ åþþļîçåţîöñ. Ýöû çåñ çĥéçķ ţĥîš ŵîţĥ ţĥé Ŕéåçţ Ðévéļöþéŕ Ţööļš éxţéñšîöñ. ᐅ[ᐊĻéåŕñ möŕéᐅ](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour twentyfive twentysix twentyseven]"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "[΃ ýöû åŕé ñöţ šéŕvéŕ-šîðé ŕéñðéŕîñĝ, ᐅ[ᐊšþļîţ ýöûŕ ĴåvåŠçŕîþţ бûñðļéšᐅ](https://web.dev/code-splitting-suspense/)ᐊ ŵîţĥ ᐅ`React.lazy()`ᐊ. Öţĥéŕŵîšé, çöðé-šþļîţ ûšîñĝ å ţĥîŕð-þåŕţý ļîбŕåŕý šûçĥ åš ᐅ[ᐊļöåðåбļé-çömþöñéñţšᐅ](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
+ "message": "[΃ ýöû åŕé ñöţ šéŕvéŕ-šîðé ŕéñðéŕîñĝ, ᐅ[ᐊšþļîţ ýöûŕ ĴåvåŠçŕîþţ бûñðļéšᐅ](https://web.dev/code-splitting-suspense/)ᐊ ŵîţĥ ᐅ`React.lazy()`ᐊ. Öţĥéŕŵîšé, çöðé-šþļîţ ûšîñĝ å ţĥîŕð-þåŕţý ļîбŕåŕý šûçĥ åš ᐅ[ᐊļöåðåбļé-çömþöñéñţšᐅ](https://loadable-components.com/)ᐊ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo twentythree twentyfour]"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "[Ûšé ţĥé Ŕéåçţ ÐévŢööļš Þŕöƒîļéŕ, ŵĥîçĥ måķéš ûšé öƒ ţĥé Þŕöƒîļéŕ ÅÞÎ, ţö méåšûŕé ţĥé ŕéñðéŕîñĝ þéŕƒöŕmåñçé öƒ ýöûŕ çömþöñéñţš. ᐅ[ᐊĻéåŕñ möŕé.ᐅ](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)ᐊ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twentyone twentytwo]"
@@ -2387,6 +2465,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "[Ûñåţţŕîбûţåбļé one two]"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "[Ûñšçöŕéð one]"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "[Ţĥîš åûðîţ ðöéš ñöţ çöñţŕîбûţé ţö ţĥé övéŕåļļ çåţéĝöŕý šçöŕé. one two three four five six seven eight nine ten eleven twelve]"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "[Våļûéš åŕé éšţîmåţéð åñð måý våŕý. Ţĥé ᐅ[ᐊþéŕƒöŕmåñçé šçöŕé îš çåļçûļåţéðᐅ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)ᐊ ðîŕéçţļý ƒŕöm ţĥéšé méţŕîçš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen]"
},
diff --git a/shared/localization/locales/es-419.json b/shared/localization/locales/es-419.json
index cadb22445832..efe50fb085b4 100644
--- a/shared/localization/locales/es-419.json
+++ b/shared/localization/locales/es-419.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permitida con advertencia"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Puntuación de cambio de diseño"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Estos son los mayores cambios de diseño que se observaron en la página. Cada elemento de la tabla representa un solo cambio de diseño y muestra el elemento que más se movió. Debajo de cada elemento, aparecen las posibles causas raíz que llevaron al cambio de diseño. Es posible que algunos de estos cambios de diseño no se incluyan en el valor de la métrica CLS debido a la [renderización de ventanas](https://web.dev/articles/cls#what_is_cls). [Más información para mejorar CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Se encontró 1 cambio de diseño}other{Se encontraron # cambios de diseño}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Se cargó la fuente de la web"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iframe insertado"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elemento multimedia sin tamaño explícito"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "No realices cambios grandes en el diseño"
+ },
"core/audits/long-tasks.js | description": {
"message": "Se muestran las tareas más largas en el subproceso principal (permite identificar las tareas que más contribuyen al mayor retraso de entrada). [Más información para evitar tareas largas en el subproceso principal](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latencias de backend del servidor"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Es posible que las animaciones que no estén compuestas se vean entrecortadas y aumenten el valor de CLS. [Más información para evitar las animaciones no compuestas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Se encontró # elemento animado}other{Se encontraron # elementos animados}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Es posible que la propiedad relacionada con el filtro esté moviendo píxeles"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "El destino tiene otra animación que no es compatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "El efecto tiene otro modo compuesto además de \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evita las animaciones no compuestas"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "La propiedad relacionada con la transformación depende del tamaño del recuadro"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Propiedad CSS no compatible: {properties}}other{Propiedades CSS no compatibles: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{No se pueden animar las propiedades de CSS personalizadas en el compositor: {properties}}other{No se pueden animar las propiedades de CSS personalizadas en el compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "El efecto tiene parámetros de tiempo no compatibles"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirecciona el tráfico HTTP a HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Las redirecciones provocan retrasos adicionales antes de que la página se cargue. [Obtén información para evitar redireccionamientos de la página](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evita que haya varias redirecciones de página"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Los vínculos canónicos indican qué URL mostrar en los resultados de la búsqueda. [Obtén más información sobre los vínculos canónicos](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Los vínculos tienen texto descriptivo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Ejecuta la [Herramienta de prueba de datos estructurados](https://search.google.com/structured-data/testing-tool/) y el [Linter de datos estructurados](http://linter.structured-data.org/) para validar los datos estructurados. [Obtén más información sobre los datos estructurados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Ejecuta la [Herramienta de prueba de datos estructurados](https://developers.google.com/search/docs/appearance/structured-data/) para validar los datos estructurados. [Obtén más información sobre los datos estructurados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Los datos estructurados son válidos"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt es válido"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Es importante que el tiempo de respuesta del servidor para el documento principal sea breve, ya que afecta a las demás solicitudes. [Obtén más información sobre la métrica Tiempo hasta el primer byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "El documento raíz tardó {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduce el tiempo de respuesta del servidor"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "El tiempo de respuesta inicial del servidor fue breve"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Es posible que se bloqueen las cookies de terceros en algunos contextos. [Obtén más información para prepararte para las restricciones de las cookies de terceros](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitiga el XSS basado en DOM con Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Establece un atributo explícito de altura y ancho en los elementos de imagen para reducir los cambios de diseño y mejorar la métrica del CLS. [Más información para configurar las dimensiones de las imágenes](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Los elementos de imagen no tienen ningún atributo `width` ni `height` explícito"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Los elementos de imagen tienen atributos `width` y `height` explícitos"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipo"
},
@@ -2808,43 +2886,43 @@
"message": "Los recursos basados en texto se deben publicar comprimidos (gzip, deflate o brotli) para minimizar el total de bytes de la red. Recomendamos usar una CDN que lo admita de forma nativa, o configurar el servidor web para realizar esta operación. [Obtén más información](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Optimize Fonts` para que se aplique de forma automática la función de CSS `font-display`. De esta manera, te aseguras de que el texto sea visible para los usuarios mientras se cargan las fuentes para sitios web."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Optimize Fonts` para que se aplique de forma automática la función de CSS `font-display`. De esta manera, te aseguras de que el texto sea visible para los usuarios mientras se cargan las fuentes para sitios web."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Next-Gen Formats` para convertir imágenes a WebP."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Next-Gen Formats` para convertir imágenes a WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Lazy Load Images` para posponer la carga de imágenes que no aparecen en pantalla hasta que las necesites."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Lazy Load Images` para posponer la carga de imágenes que no aparecen en pantalla hasta que las necesites."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Critical CSS` y `Script Delay` para posponer los elementos de JS/CSS que no sean críticos."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Script Delay` para posponer el JS que no sea crítico."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Utiliza [Ezoic Cloud Catching](https://pubdash.ezoic.com/speed/caching) para almacenar tu contenido en caché en nuestra red mundial, lo que reduce el tiempo de carga."
+ "message": "Utiliza [Ezoic Cloud Catching](https://pubdash.ezoic.com/leap/caching) para almacenar tu contenido en caché en nuestra red mundial, lo que reduce el tiempo de carga."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Minify CSS` para reducir automáticamente tu CSS. De esta manera, se disminuye el tamaño de la carga útil en la red."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Minify CSS` para reducir automáticamente tu CSS. De esta manera, se disminuye el tamaño de la carga útil en la red."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Minify Javascript` para reducir automáticamente tu JS. De esta manera, se disminuye el tamaño de la carga útil en la red."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Minify Javascript` para reducir automáticamente tu JS. De esta manera, se disminuye el tamaño de la carga útil en la red."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Remove Unused CSS` para obtener ayuda con este problema. De esta manera, se identificarán las clases de CSS que realmente se utilizan en cada página del sitio y se quitará el resto para que el archivo se conserve pequeño."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Remove Unused CSS` para obtener ayuda con este problema. De esta manera, se identificarán las clases de CSS que realmente se utilizan en cada página del sitio y se quitará el resto para que el archivo se conserve pequeño."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Efficient Static Cache Policy` para establecer los valores recomendados en el encabezado del almacenamiento en caché de los elementos estáticos."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Efficient Static Cache Policy` para establecer los valores recomendados en el encabezado del almacenamiento en caché de los elementos estáticos."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Next-Gen Formats` para convertir imágenes a WebP."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Next-Gen Formats` para convertir imágenes a WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Pre-Connect Origins` para agregar automáticamente sugerencias de recursos `preconnect`. De esta manera, se establecen conexiones anticipadas con orígenes de terceros importantes."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Pre-Connect Origins` para agregar automáticamente sugerencias de recursos `preconnect`. De esta manera, se establecen conexiones anticipadas con orígenes de terceros importantes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Preload Fonts` y `Preload Background Images` para agregar vínculos `preload`. De esta manera, le darás prioridad a la obtención de recursos que se requerirán más adelante durante la carga de páginas."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Preload Fonts` y `Preload Background Images` para agregar vínculos `preload`. De esta manera, le darás prioridad a la obtención de recursos que se requerirán más adelante durante la carga de páginas."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Resize Images` para cambiar el tamaño de las imágenes a uno apropiado y así disminuir el tamaño de la carga útil en la red."
+ "message": "Utiliza [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Resize Images` para cambiar el tamaño de las imágenes a uno apropiado y así disminuir el tamaño de la carga útil en la red."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Utiliza el componente `gatsby-plugin-image` en lugar de `` para optimizar el formato de imagen automáticamente. [Obtén más información](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Para agregar las etiquetas de ``, [modifica el diseño de los temas](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Utiliza el componente `next/image` en lugar de `` para optimizar el formato de imagen automáticamente. [Obtén más información](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utiliza el componente `next/image` en lugar de `` para optimizar el formato de imagen automáticamente. [Obtén más información](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Utiliza el componente `next/image` en lugar de `` para realizar cargas diferidas de imágenes automáticamente. [Obtén más información](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utiliza el componente `next/image` en lugar de `` para realizar cargas diferidas de imágenes automáticamente. [Obtén más información](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Utiliza el componente `next/image` y establece \"prioridad\" como verdadero para precargar imágenes LCP. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Utiliza el componente `next/script` para posponer la carga de secuencias de comandos no críticas de terceros. [Obtén más información](https://nextjs.org/docs/basic-features/script)."
+ "message": "Utiliza el componente `next/script` para posponer la carga de secuencias de comandos no críticas de terceros. [Obtén más información](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Utiliza el componente `next/image` para asegurarte de que las imágenes tengan siempre el tamaño correcto. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Utiliza `Webpack Bundle Analyzer` para detectar códigos de JavaScript sin uso. [Obtén más información](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Puedes utilizar `Next.js Analytics` para calcular el rendimiento real de tu app. [Obtén más información](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Puedes utilizar `Next.js Analytics` para calcular el rendimiento real de tu app. [Obtén más información](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configura el almacenamiento en caché para elementos inmutables y páginas `Server-side Rendered` (SSR). [Obtén más información](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configura el almacenamiento en caché para elementos inmutables y páginas `Server-side Rendered` (SSR). [Obtén más información](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Utiliza el componente `next/image` en lugar de `` para modificar la calidad de la imagen. [Obtén más información](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Utiliza el componente `next/image` en lugar de `` para modificar la calidad de la imagen. [Obtén más información](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Utiliza el componente `next/image` para establecer las `sizes` correspondientes. [Obtén más información](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Si el sistema de compilación reduce los archivos JS de forma automática, asegúrate de implementar la compilación de producción de tu app. Puedes comprobarlo con la extensión de las Herramientas para desarrolladores de React. [Obtén más información](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Si no estás procesando datos en el servidor, [divide los paquetes de JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. De lo contrario, divide el código con una biblioteca de terceros como [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Si no estás procesando datos en el servidor, [divide los paquetes de JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. De lo contrario, divide el código con una biblioteca de terceros como [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Utiliza el generador de perfiles de las Herramientas para desarrolladores de React, que emplea la API de Profiler para medir el rendimiento de procesamiento de tus componentes. [Obtén más información](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "No atribuible"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Sin puntuación"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Esta auditoría no contribuye a la puntuación general de la categoría."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Los valores son estimados y pueden variar. La [medición del rendimiento se calcula](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directamente a partir de estas métricas."
},
diff --git a/shared/localization/locales/es.json b/shared/localization/locales/es.json
index 1fb8a3771def..4d2396d5dbba 100644
--- a/shared/localization/locales/es.json
+++ b/shared/localization/locales/es.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permitida con advertencia"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Puntuación del cambio de diseño"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Estos son los mayores cambios de diseño que se han observado en la página. Cada entrada de la tabla representa un solo cambio de diseño y muestra el elemento que más ha cambiado. Debajo de cada elemento se indican las posibles causas que han provocado el cambio de diseño. Puede que algunos de estos cambios de diseño no se incluyan en el valor de la métrica de CLS debido a la [normalización](https://web.dev/articles/cls#what_is_cls). [Descubre cómo mejorar el CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 cambio de diseño detectado}other{# cambios de diseño detectados}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Fuente web cargada"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Iframe inyectado"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elemento multimedia sin tamaño concreto"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evitar cambios de diseño importantes"
+ },
"core/audits/long-tasks.js | description": {
"message": "Enumera las tareas más largas del hilo principal, lo que es útil para identificar las que más contribuyen a la latencia. [Consulta cómo evitar tareas largas del hilo principal](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latencias de backend del servidor"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Las animaciones no compuestas pueden aparecer entrecortadas e incrementar el CLS. [Consulta cómo evitar las animaciones no compuestas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# elemento animado encontrado}other{# elementos animados encontrados}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "La propiedad \"filter\" relacionada puede tener píxeles en movimiento"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "El destino contiene otra animación no compatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "El efecto tiene un modo compuesto distinto de \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evita las animaciones no compuestas"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "La propiedad \"transform\" relacionada depende del tamaño de la caja"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Propiedad CSS no admitida: {properties}}other{Propiedades CSS no admitidas: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{La propiedad CSS personalizada no se puede animar en el compositor: {properties}}other{Las propiedades CSS personalizadas no se pueden animar en el compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Este efecto incluye parámetros de temporización no compatibles"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirige el tráfico HTTP a HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Las redirecciones provocan retrasos adicionales antes de que la página se pueda cargar. [Consulta cómo evitar las redirecciones de página](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evita que haya varias redirecciones de página"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Los enlaces canónicos sugieren qué URL se debe mostrar en los resultados de búsqueda. [Más información sobre los enlaces canónicos](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Los enlaces tienen texto descriptivo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Ejecuta la [Herramienta de prueba de datos estructurados](https://search.google.com/structured-data/testing-tool/) y la herramienta [Structured Data Linter](http://linter.structured-data.org/) para validar los datos estructurados. [Más información sobre los datos estructurados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Ejecuta la [Herramienta de prueba de datos estructurados](https://developers.google.com/search/docs/appearance/structured-data/) para validar los datos estructurados. [Más información sobre los datos estructurados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Los datos estructurados son válidos"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt es válido"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Mantén breve el tiempo de respuesta del servidor para el documento principal, puesto que todas las demás solicitudes dependen de él. [Más información sobre la métrica Tiempo hasta el primer byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "El documento raíz ha tardado {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reducir el tiempo de respuesta inicial del servidor"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "El tiempo de respuesta inicial del servidor fue breve"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Las cookies de terceros podrían estar bloqueadas en algunos contextos. [Más información sobre cómo prepararse para las restricciones de las cookies de terceros](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitigar el XSS basado en DOM con Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "En los elementos de imagen, especifica un ancho y una altura explícitos para reducir los cambios de diseño y mejorar el CLS. [Consulta cómo configurar las dimensiones de una imagen](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Los elementos de imagen no tienen `width` y `height` explícitos"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Los elementos de imagen tienen `width` y `height` explícitos"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipo"
},
@@ -2808,43 +2886,43 @@
"message": "Los recursos de texto se deberían publicar comprimidos (gzip, deflate o brotli) para minimizar el total de bytes de la red. Te recomendamos que uses una CDN que admita esta función de forma nativa o que configures el servidor web para que realice esta operación. [Más información](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Optimize Fonts` para utilizar automáticamente la función CSS `font-display` y asegurarte de que los usuarios puedan ver el texto mientras se cargan las fuentes web."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Optimize Fonts` para utilizar automáticamente la función CSS `font-display` y asegurarte de que los usuarios puedan ver el texto mientras se cargan las fuentes web."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Next-Gen Formats` para convertir imágenes al formato WebP."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Next-Gen Formats` para convertir imágenes al formato WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Lazy Load Images` para posponer la carga de imágenes que no aparecen en pantalla hasta que sean necesarias."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Lazy Load Images` para posponer la carga de imágenes que no aparecen en pantalla hasta que sean necesarias."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Critical CSS` y `Script Delay` para posponer los elementos de JavaScript y CSS que no sean esenciales."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Script Delay` para posponer los elementos de JS que no sean esenciales."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Usa [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) para almacenar tu contenido en la caché de nuestra red internacional y reducir el tiempo que tarda en cargarse el primer byte."
+ "message": "Usa [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) para almacenar tu contenido en la caché de nuestra red internacional y reducir el tiempo que tarda en cargarse el primer byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Minify CSS` para minificar tus elementos CSS automáticamente y reducir el tamaño de la carga útil en la red."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Minify CSS` para minificar tus elementos CSS automáticamente y reducir el tamaño de la carga útil en la red."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Minify Javascript` para minificar el JS automáticamente y reducir los tamaños de cargas útiles en la red."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Minify Javascript` para minificar el JS automáticamente y reducir los tamaños de cargas útiles en la red."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Remove Unused CSS` para que te ayude con este problema. Identificará las clases de CSS que se estén usando en ese momento en cada página de tu sitio y quitará todas las demás para mantener un tamaño de archivo reducido."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Remove Unused CSS` para que te ayude con este problema. Identificará las clases de CSS que se estén usando en ese momento en cada página de tu sitio y quitará todas las demás para mantener un tamaño de archivo reducido."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Efficient Static Cache Policy` para establecer los valores recomendados en el encabezado del almacenamiento en caché de los recursos estáticos."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Efficient Static Cache Policy` para establecer los valores recomendados en el encabezado del almacenamiento en caché de los recursos estáticos."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Next-Gen Formats` para convertir imágenes al formato WebP."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Next-Gen Formats` para convertir imágenes al formato WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Pre-Connect Origins` para añadir automáticamente sugerencias de recursos `preconnect` y establecer conexiones previas con orígenes importantes de terceros."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Pre-Connect Origins` para añadir automáticamente sugerencias de recursos `preconnect` y establecer conexiones previas con orígenes importantes de terceros."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Preload Fonts` y `Preload Background Images` para añadir enlaces de `preload` y dar prioridad a los recursos que se solicitan más tarde al cargar la página."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Preload Fonts` y `Preload Background Images` para añadir enlaces de `preload` y dar prioridad a los recursos que se solicitan más tarde al cargar la página."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) y habilita `Resize Images` para cambiar el tamaño de las imágenes de forma que tengan un tamaño adecuado para cada dispositivo, haciendo que se reduzca el tamaño de carga útil de la red."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) y habilita `Resize Images` para cambiar el tamaño de las imágenes de forma que tengan un tamaño adecuado para cada dispositivo, haciendo que se reduzca el tamaño de carga útil de la red."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Usa el componente `gatsby-plugin-image` en lugar de `` para optimizar el formato de la imagen automáticamente. [Más información](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Es posible añadir etiquetas `` [cambiando el diseño de un tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Usa el componente `next/image` en lugar de `` para optimizar el formato de la imagen automáticamente. [Más información](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Usa el componente `next/image` en lugar de `` para optimizar el formato de la imagen automáticamente. [Más información](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Usa el componente `next/image` en lugar de `` para cargar imágenes en diferido automáticamente. [Más información](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Usa el componente `next/image` en lugar de `` para cargar imágenes en diferido automáticamente. [Más información](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Usa el componente `next/image` y asigna el valor true a \"priority\" para precargar imágenes LCP. [Más información](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Usa el componente `next/script` para posponer la carga de secuencias de comandos de terceros que no sean esenciales. [Más información](https://nextjs.org/docs/basic-features/script)"
+ "message": "Usa el componente `next/script` para posponer la carga de secuencias de comandos de terceros que no sean esenciales. [Más información](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Usa el componente `next/image` para asegurarte de que las imágenes siempre tengan el tamaño adecuado. [Más información](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Usa `Webpack Bundle Analyzer` para detectar código de JavaScript sin usar. [Más información](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Considera usar `Next.js Analytics` para medir el rendimiento real de tu aplicación. [Más información](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Considera usar `Next.js Analytics` para medir el rendimiento real de tu aplicación. [Más información](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configura el almacenamiento en caché de recursos que no se pueden modificar y páginas `Server-side Rendered` (SSR). [Más información](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Configura el almacenamiento en caché de recursos que no se pueden modificar y páginas `Server-side Rendered` (SSR). [Más información](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Usa el componente `next/image` en lugar de `` para ajustar la calidad de imagen. [Más información](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Usa el componente `next/image` en lugar de `` para ajustar la calidad de imagen. [Más información](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Usa el componente `next/image` para establecer `sizes` de manera adecuada. [Más información](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Si tu sistema de compilación minifica los archivos JS automáticamente, comprueba que estés implementando la compilación de producción de tu aplicación. Puedes comprobarlo con la extensión de las herramientas de desarrollo de React. [Más información](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Si no vas a renderizar en el servidor, [divide tus paquetes de JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. También puedes dividir el código con una biblioteca de terceros, como [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Si no vas a renderizar en el servidor, [divide tus paquetes de JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. También puedes dividir el código con una biblioteca de terceros, como [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Usa DevTools Profiler de React, que utiliza la API del profiler, para medir el rendimiento de tus componentes al renderizar. [Más información](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "No atribuible"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Sin puntuar"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Esta auditoría no contribuye a la puntuación general de la categoría."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Los valores son estimaciones y pueden variar. La [puntuación del rendimiento se calcula](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directamente a partir de estas métricas."
},
diff --git a/shared/localization/locales/fi.json b/shared/localization/locales/fi.json
index 5233e106f45f..1943bd159ee6 100644
--- a/shared/localization/locales/fi.json
+++ b/shared/localization/locales/fi.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Sallittu varoituksen kanssa"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Asettelun muutospisteet"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Nämä ovat suurimmat sivun asettelun muutokset. Kukin taulukon kohde vastaa yhtä asettelumuutosta ja näyttää eniten siirtyneen elementin. Jokaisen kohteen alla on mahdollisia juurisyitä, jotka ovat johtaneet asettelumuutokseen. Osa näistä asettelumuutoksista ei välttämättä sisälly CLS-mittarin arvoon [ikkunoinnin](https://web.dev/articles/cls#what_is_cls) takia. [Katso, miten voit parantaa CLS:ää](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 asettelumuutos löydetty}other{# asettelumuutosta löydetty}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Verkkofontti ladattu"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Lisätty iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Mediaelementiltä puuttuu tarkka koko"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Vältä suuria asettelun muutoksia"
+ },
"core/audits/long-tasks.js | description": {
"message": "Näyttää pääsäikeen pitkäkestoisimmat tehtävät, mistä on apua syöttöviiveen pahimpien aiheuttajien tunnistamisessa. [Katso, miten voit välttää pitkät pääsäikeen tehtävät](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Palvelimen taustaviiveet"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Sommittelemattomat animaatiot voivat olla huonolaatuisia ja nostaa CLS:ää. [Katso, miten voit välttää sommittelemattomia animaatioita](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animaatioelementti löydetty}other{# animaatioelementtiä löydetty}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "filter-omaisuus voi siirtää pikseleitä"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Kohteessa on toinen yhteensopimaton animaatio"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Tehosteen sommittelutila on muu kuin replace"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Vältä sommittelemattomia animaatioita"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "transform-omaisuus riippuu kentän koosta"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Ei-tuettu CSS-omaisuus: {properties}}other{Ei-tuetut CSS-omaisuudet: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Mukautettuja CSS-muuttujia ei voi animoida kompositoijassa: {properties}}other{Mukautettuja CSS-muuttujia ei voi animoida kompositoijassa: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Tehosteessa on ei-tuettuja ajoitusparametreja"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Sääntö"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Uudelleenohjaa HTTP-liikennettä HTTPS:ään"
},
+ "core/audits/redirects.js | description": {
+ "message": "Uudelleenohjaukset viivästyttävät sivun lataamista. [Lue, miten voit välttää sivujen uudelleenohjaukset](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Vältä useita uudelleenohjauksia"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Ensisijaiset linkit ehdottavat, mitä URL-osoitteita näyttää hakutuloksissa. [Lue lisää ensisijaisista linkeistä](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Linkeissä on kuvailevaa tekstiä"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Suorita [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) ja [Structured Data Linter](http://linter.structured-data.org/) vahvistaaksesi strukturoidun datan. [Lue lisää strukturoidusta datasta](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Vahvista strukturoitu data [Structured Data Testing Toolilla](https://developers.google.com/search/docs/appearance/structured-data/). [Lue lisää strukturoidusta datasta](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturoitu data on kelvollinen"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt on kelvollinen"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Varmista, että päädokumentin palvelimen vasteaika on lyhyt, koska kaikki muut pyynnöt ovat riippuvaisia siitä. [Lue lisää Ensimmäistä tavua edeltävä aika ‐mittarista](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Päädokumentti käytti {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Lyhennä palvelimen vasteaikaa alussa"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Palvelimen vasteaika alussa oli lyhyt"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Kolmannen osapuolen evästeet saatetaan estää joissakin yhteyksissä. [Lue lisää kolmannen osapuolen evästeiden rajoituksiin valmistautumisesta](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "DOM-pohjaisen XSS:n lieventäminen Trusted Types ‑ominaisuudella"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Lisää kuvaelementeille kiinteä leveys ja pituus, jotta asettelu muuttuu vähemmän ja CLS paranee. [Katso, miten voit valita kuvan mitat](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Kuvaelementeiltä puuttuu kiinteä `width` ja `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Kuvaelementeillä on kiinteä `width` ja `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tyyppi"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstipohjaiset resurssit on hyvä pakata ennen jakelua (gzip, deflate tai brotli), jotta ladattavien tavujen määrä voidaan minimoida. Voit käyttää CDN:ää, joka tukee tätä ominaisuutta, tai määrittää verkkopalvelimen suorittamaan tämän toiminnon. [Lue lisää](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Optimize Fonts` käyttöön hyödyntääksesi `font-display` CSS ‑ominaisuutta automaattisesti, jotta voit varmistaa tekstin näkymisen käyttäjille verkkofonttien latautuessa."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Optimize Fonts` käyttöön hyödyntääksesi `font-display` CSS ‑ominaisuutta automaattisesti, jotta voit varmistaa tekstin näkymisen käyttäjille verkkofonttien latautuessa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Next-Gen Formats` käyttöön konvertoidaksesi kuvia WebP-muotoon."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Next-Gen Formats` käyttöön konvertoidaksesi kuvia WebP-muotoon."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Lazy Load Images` käyttöön lykätäksesi näytön ulkopuolisten kuvien lataamista, kunnes niitä tarvitaan."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Lazy Load Images` käyttöön lykätäksesi näytön ulkopuolisten kuvien lataamista, kunnes niitä tarvitaan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Critical CSS` ja `Script Delay` käyttöön lykätäksesi ei-kriittiset JS/CSS:t."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Script Delay` käyttöön lykätäksesi ei-kriittistä JS:ää."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Käytä [Ezoic Cloud Cachingia](https://pubdash.ezoic.com/speed/caching) sisältösi tallentamiseen välimuistiin maailmanlaajuisessa verkossamme, mikä lyhentää aikaa linkin valinnan ja sisällön ensimmäisen tavun latauksen välillä"
+ "message": "Käytä [Ezoic Cloud Cachingia](https://pubdash.ezoic.com/leap/caching) sisältösi tallentamiseen välimuistiin maailmanlaajuisessa verkossamme, mikä lyhentää aikaa linkin valinnan ja sisällön ensimmäisen tavun latauksen välillä"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Minify CSS` käyttöön pienentääksesi CSS:ää automaattisesti, jotta voit vähentää verkkoresurssien kokoja."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Minify CSS` käyttöön pienentääksesi CSS:ää automaattisesti, jotta voit vähentää verkkoresurssien kokoja."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Minify Javascript` käyttöön pienentääksesi JS:ää automaattisesti, jotta voit vähentää verkkoresurssien kokoja."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Minify Javascript` käyttöön pienentääksesi JS:ää automaattisesti, jotta voit vähentää verkkoresurssien kokoja."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Remove Unused CSS` käyttöön saadaksesi apua ongelmaan. Se tunnistaa jokaisen sivustosi sivun käyttämät CSS-luokat ja poistaa kaikki muut, jotta tiedoston koko pysyy pienenä."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Remove Unused CSS` käyttöön saadaksesi apua ongelmaan. Se tunnistaa jokaisen sivustosi sivun käyttämät CSS-luokat ja poistaa kaikki muut, jotta tiedoston koko pysyy pienenä."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Efficient Static Cache Policy` käyttöön asettaaksesi suositellut arvot välimuistin otsikossa pysyville sisällöille."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Efficient Static Cache Policy` käyttöön asettaaksesi suositellut arvot välimuistin otsikossa pysyville sisällöille."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Next-Gen Formats` käyttöön konvertoidaksesi kuvia WebP-muotoon."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Next-Gen Formats` käyttöön konvertoidaksesi kuvia WebP-muotoon."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Pre-Connect Origins` käyttöön lisätäksesi automaattisesti `preconnect`-materiaalivihjeitä, jotta voit muodostaa aikaisia yhteyksiä tärkeisiin kolmannen osapuolen alkuperiin."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Pre-Connect Origins` käyttöön lisätäksesi automaattisesti `preconnect`-materiaalivihjeitä, jotta voit muodostaa aikaisia yhteyksiä tärkeisiin kolmannen osapuolen alkuperiin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Preload Fonts` ja `Preload Background Images` käyttöön lisätäksesi`preload`‑linkit, jotta voit priorisoida nykyisten pyydettyjen resurssien hakemista myöhemmin sivun latauksessa."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Preload Fonts` ja `Preload Background Images` käyttöön lisätäksesi`preload`‑linkit, jotta voit priorisoida nykyisten pyydettyjen resurssien hakemista myöhemmin sivun latauksessa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/speed) ja ota `Resize Images` käyttöön muuttaaksesi kuvien kokoa laitteisiin sopivaksi, jotta voit vähentää verkkoresurssien kokoja."
+ "message": "Käytä [Ezoic Leapia](https://pubdash.ezoic.com/leap) ja ota `Resize Images` käyttöön muuttaaksesi kuvien kokoa laitteisiin sopivaksi, jotta voit vähentää verkkoresurssien kokoja."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Optimoi kuvamuoto automaattisesti käyttämällä `gatsby-plugin-image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "``-tagit voidaan lisätä [muuttamalla teeman asettelua](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Optimoi kuvamuoto automaattisesti käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Optimoi kuvamuoto automaattisesti käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Lataa kuvat automaattisesti laiskasti käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Lataa kuvat automaattisesti laiskasti käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Käytä `next/image`-komponenttia ja aseta prioriteetti todeksi, jotta voit esiladata LCP-kuvan. [Lue lisää](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Lykkää ei-kriittisten kolmannen osapuolen skriptien lataamista suorittamalla `next/script`. [Lue lisää](https://nextjs.org/docs/basic-features/script)."
+ "message": "Lykkää ei-kriittisten kolmannen osapuolen skriptien lataamista suorittamalla `next/script`. [Lue lisää](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Käytä `next/image`-komponenttia ja varmista, että kuvat ovat aina oikean kokoisia. [Lue lisää](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Valitse `Webpack Bundle Analyzer`, jotta voit havaita käyttämättömän JavaScript-ohjelmakoodin. [Lue lisää](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Sinun kannattaa ehkä valita `Next.js Analytics`, jotta voit mitata sovelluksen todellista toimivuutta. [Lue lisää](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Sinun kannattaa ehkä valita `Next.js Analytics`, jotta voit mitata sovelluksen todellista toimivuutta. [Lue lisää](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Määritä muuttumattomien kohteiden ja `Server-side Rendered` (SSR) ‑sivujen välimuistiin siirtäminen. [Lue lisää](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Määritä muuttumattomien kohteiden ja `Server-side Rendered` (SSR) ‑sivujen välimuistiin siirtäminen. [Lue lisää](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Säädä kuvanlaatua käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Säädä kuvanlaatua käyttämällä `next/image`-komponenttia ``-komponentin sijaan. [Lue lisää](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Suorita `next/image`, jotta `sizes` voi saada sopivan arvon. [Lue lisää](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Jos versiojärjestelmäsi kutistaa JS-tiedostoja automaattisesti, varmista että käyttöönotto koskee sovelluksen tuotantoversiota. Voit tarkistaa tämän Reactin kehittäjätyökalut ‑laajennuksella. [Lue lisää](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Jos et vielä renderöi palvelinpuolella, [jaa JavaScript-niput osiin](https://web.dev/code-splitting-suspense/) – `React.lazy()` voi auttaa. Jaa muussa tapauksessa koodi osiin kolmannen osapuolen kirjastolla, esimerkiksi [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Jos et vielä renderöi palvelinpuolella, [jaa JavaScript-niput osiin](https://web.dev/code-splitting-suspense/) – `React.lazy()` voi auttaa. Jaa muussa tapauksessa koodi osiin kolmannen osapuolen kirjastolla, esimerkiksi [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Käytä React DevTools Profileria, joka käyttää React-sovellusliittymää, komponenttien renderöinnin mittaamiseen. [Lue lisää.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Ei määritettävissä"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Ei laskettu mukaan"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Tämä tarkastus ei vaikuta kategorian kokonaispisteisiin."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Arvot ovat arvioita ja voivat vaihdella. [Tehokkuusprosentti lasketaan](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) suoraan näistä mittareista."
},
diff --git a/shared/localization/locales/fil.json b/shared/localization/locales/fil.json
index 3d5d6d6d7ba6..c7ca156e247d 100644
--- a/shared/localization/locales/fil.json
+++ b/shared/localization/locales/fil.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Pinapayagan nang may babala"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Score ng pagbabago sa layout"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Ang mga ito ang pinakamalaking pagbabago sa layout na naobserbahan sa page. Ang bawat item sa talahanayan ay kumakatawan sa isang pagbabago sa layout, at ipinapakita nito ang element na may pinakamalaking pagbabago. Nasa ibaba ng bawat item ang mga posibleng pinag-ugatang dahilan na humantong sa pagbabago sa layout. Posibleng hindi kasama ang ilan sa mga pagbabago sa layout na ito sa metric value ng CLS dahil sa [pag-window](https://web.dev/articles/cls#what_is_cls). [Alamin kung paano pahusayin ang CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 pagbabago sa layout ang nakita}one{# pagbabago sa layout ang nakita}other{# na pagbabago sa layout ang nakita}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Na-load na web font"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Na-inject na iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Walang explicit na laki ang element ng media"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Iwasan ang malalaking pagbabago ng layout"
+ },
"core/audits/long-tasks.js | description": {
"message": "Inililista ang pinakamatatagal na gawain sa pangunahing thread, na kapaki-pakinabang para sa pagtukoy ng mga pinakanakakapagpatagal ng input delay. [Alamin kung paano iwasan ang matatagal na gawain sa pangunahing thread](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Mga Latency sa Backend ng Server"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Kapag hindi na-composite ang animation, posibleng hindi maganda ang kalidad ng mga ito at posible ring mapataas ng mga ito ang CLS. [Alamin kung paano iwasan ang mga hindi na-composite na animation](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animated na element ang nakita}one{# animated na element ang nakita}other{# na animated na element ang nakita}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Posibleng mapagalaw ng property na nauugnay sa filter ang mga pixel"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "May isa pang animation ang target na hindi compatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "May composite mode ang effect na bukod pa sa \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Iwasan ang mga hindi na-composite na animation"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Nakadepende sa laki ng box ang property na nauugnay sa pag-transform"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Hindi Sinusuportahang Property ng CSS: {properties}}one{Mga Hindi Sinusuportahang Property ng CSS: {properties}}other{Mga Hindi Sinusuportahang Property ng CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Hindi ma-animate ang mga custom na property ng CSS sa compositor: {properties}}one{Hindi ma-animate ang mga custom na property ng CSS sa compositor: {properties}}other{Hindi ma-animate ang mga custom na property ng CSS sa compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "May mga hindi sinusuportahang parameter ng timing ang effect"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiba"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Nire-redirect sa HTTPS ang trapiko sa HTTP"
},
+ "core/audits/redirects.js | description": {
+ "message": "Nagpapasimula ang mga pag-redirect ng mga karagdagang pagkaantala bago ma-load ang page. [Alamin kung paano iwasan ang mga pag-redirect ng page](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Iwasan ang mga pag-redirect sa maraming page"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Iminumungkahi ng mga canonical na link kung aling URL ang ipapakita sa mga resulta ng paghahanap. [Matuto pa tungkol sa mga canonical na link](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "May naglalarawang text ang mga link"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Patakbuhin ang [Tool sa Pag-test ng Structured Data](https://search.google.com/structured-data/testing-tool/) at ang [Structured Data Linter](http://linter.structured-data.org/) para i-validate ang structured data. [Matuto pa tungkol sa Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Patakbuhin ang [Tool sa Pag-test ng Structured Data](https://developers.google.com/search/docs/appearance/structured-data/) para i-validate ang structured data. [Matuto pa tungkol sa Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Valid ang structured data"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Valid ang robots.txt"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Panatilihing mabilis ang pagtugon ng server para sa pangunahing dokumento dahil nakadepende rito ang lahat ng iba pang kahilingan. [Matuto pa tungkol sa sukatang Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Inabot nang {timeInMs, number, milliseconds} ms ang root na dokumento"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Pabilisin ang unang pagtugon ng server"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Mabilis ang unang pagtugon ng server"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Posibleng ma-block ang third-party na cookies sa ilang context. [Matuto pa tungkol sa paghahanda para sa mga paghihigpit sa third-party na cookie](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "I-mitigate ang DOM-based XSS na may Mga Pinagkakatiwalaang Uri"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Magtakda ng malinaw na lapad at taas sa mga element na larawan para mabawasan ang mga pagbabago sa layout at mapahusay ang CLS. [Alamin kung paano magtakda ng mga dimensyon ng larawan](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Walang tahasang `width` at `height` ang mga element na larawan"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "May tahasang `width` at `height`ang mga element na larawan"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Uri"
},
@@ -2808,43 +2886,43 @@
"message": "Dapat ihatid ang mga text-based na resource nang may compression (gzip, deflate, o brotli) para mabawasan ang kabuuang mga byte ng network. Pag-isipang gumamit ng CDN na native na sumusuporta rito, o i-configure ang server sa web para isagawa ang operasyong ito. [Matuto pa](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Optimize Fonts` para awtomatikong magamit ang feature na `font-display` ng CSS para matiyak na nakikita ng user ang text habang nilo-load ang mga webfont."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Optimize Fonts` para awtomatikong magamit ang feature na `font-display` ng CSS para matiyak na nakikita ng user ang text habang nilo-load ang mga webfont."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Gamiton ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Next-Gen Formats` para mag-convert ng mga larawan sa WebP."
+ "message": "Gamiton ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Next-Gen Formats` para mag-convert ng mga larawan sa WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Lazy Load Images` para ipagpaliban ang pag-load ng mga off-screen na larawan hanggang sa kailanganin ang mga ito."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Lazy Load Images` para ipagpaliban ang pag-load ng mga off-screen na larawan hanggang sa kailanganin ang mga ito."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Critical CSS` at `Script Delay` para ipagpaliban ang hindi mahalagang JS/CSS."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Script Delay` para ipagpaliban ang hindi mahalagang JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Gamitin ang [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) para i-cache ang iyong content sa aming network kahit saan sa mundo, na nagpapahusay sa oras sa unang byte."
+ "message": "Gamitin ang [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) para i-cache ang iyong content sa aming network kahit saan sa mundo, na nagpapahusay sa oras sa unang byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Minify CSS` para awtomatikong paliitin ang iyong CSS para mabawasan ang mga laki ng payload ng network."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Minify CSS` para awtomatikong paliitin ang iyong CSS para mabawasan ang mga laki ng payload ng network."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Minify Javascript` para awtomatikong paliitin ang iyong JS para mabawasan ang mga laki ng payload ng network."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Minify Javascript` para awtomatikong paliitin ang iyong JS para mabawasan ang mga laki ng payload ng network."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Remove Unused CSS` para makatulong sa isyung ito. Tutukuyin nito ang mga klase ng CSS na talagang ginagamit sa bawat page ng iyong site, at alisin ang anupaman para mapanatiling maliit ang laki ng file."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Remove Unused CSS` para makatulong sa isyung ito. Tutukuyin nito ang mga klase ng CSS na talagang ginagamit sa bawat page ng iyong site, at alisin ang anupaman para mapanatiling maliit ang laki ng file."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Efficient Static Cache Policy` para itakda ang mga inirerekomendang value sa header ng pag-cache para sa mga static na asset."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Efficient Static Cache Policy` para itakda ang mga inirerekomendang value sa header ng pag-cache para sa mga static na asset."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Gamiton ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Next-Gen Formats` para mag-convert ng mga larawan sa WebP."
+ "message": "Gamiton ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Next-Gen Formats` para mag-convert ng mga larawan sa WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Pre-Connect Origins` para awtomatikong magdagdag ng mga hint sa resource na `preconnect` para magkaroon ng maaagang koneksyon sa mahahalagang third-party na pinagmulan."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Pre-Connect Origins` para awtomatikong magdagdag ng mga hint sa resource na `preconnect` para magkaroon ng maaagang koneksyon sa mahahalagang third-party na pinagmulan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Preload Fonts` at `Preload Background Images` para magdagdag ng mga link na `preload` para bigyang-priyoridad ang pag-fetch ng mga resource na kasalukuyang hinihiling sa ibang pagkakataon sa pag-load ng page."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Preload Fonts` at `Preload Background Images` para magdagdag ng mga link na `preload` para bigyang-priyoridad ang pag-fetch ng mga resource na kasalukuyang hinihiling sa ibang pagkakataon sa pag-load ng page."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/speed) at i-enable ang `Resize Images` para i-resize ang mga larawan sa laking naaangkop sa device, na nagbabawas sa mga laki ng payload ng network."
+ "message": "Gamitin ang [Ezoic Leap](https://pubdash.ezoic.com/leap) at i-enable ang `Resize Images` para i-resize ang mga larawan sa laking naaangkop sa device, na nagbabawas sa mga laki ng payload ng network."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Gamitin ang bahaging `gatsby-plugin-image` sa halip na `` para awtomatikong i-optimize ang format ng larawan. [Matuto pa](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Maidaragdag ang mga tag ng `` sa pamamagitan ng [pagbabago ng layout ng tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Gamitin ang bahaging `next/image` sa halip na `` para awtomatikong i-optimize ang format ng larawan. [Matuto pa](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gamitin ang bahaging `next/image` sa halip na `` para awtomatikong i-optimize ang format ng larawan. [Matuto pa](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Gamitin ang bahaging `next/image` sa halip na `` para awtomatikong i-load nang mabagal ang mga larawan. [Matuto pa](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gamitin ang bahaging `next/image` sa halip na `` para awtomatikong i-load nang mabagal ang mga larawan. [Matuto pa](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Gamitin ang bahaging `next/image` at itakda ang \"priyoridad\" sa true para i-preload ang larawan ng LCP. [Matuto pa](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Gamitin ang bahaging `next/script` para ipagpaliban ang pag-load ng hindi mahahalagang third-party na script. [Matuto pa](https://nextjs.org/docs/basic-features/script)."
+ "message": "Gamitin ang bahaging `next/script` para ipagpaliban ang pag-load ng hindi mahahalagang third-party na script. [Matuto pa](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Gamitin ang bahaging `next/image` para tiyaking palaging naaangkop ang laki ng mga larawan. [Matuto pa](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Gamitin ang `Webpack Bundle Analyzer` para mag-detect ng hindi ginagamit na JavaScript code. [Matuto pa](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Pag-isipang gamitin ang `Next.js Analytics` para sukatin ang aktwal na performance ng iyong app. [Matuto pa](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Pag-isipang gamitin ang `Next.js Analytics` para sukatin ang aktwal na performance ng iyong app. [Matuto pa](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "I-configure ang pag-cache para sa mga hindi nababagong asset at `Server-side Rendered` (SSR) page. [Matuto pa](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "I-configure ang pag-cache para sa mga hindi nababagong asset at `Server-side Rendered` (SSR) page. [Matuto pa](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Gamitin ang bahaging `next/image` sa halip na `` para i-adjust ang kalidad ng larawan. [Matuto pa](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gamitin ang bahaging `next/image` sa halip na `` para i-adjust ang kalidad ng larawan. [Matuto pa](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Gamitin ang bahaging `next/image` para itakda ang naaangkop na `sizes`. [Matuto pa](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Kung awtomatikong pinapaliit ng iyong system ng build ang mga JS file, tiyaking ide-deploy mo ang build ng produksyon ng iyong application. Puwede mo itong suriin sa pamamagitan ng extension na Mga Tool ng Developer ng React. [Matuto pa](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Kung hindi ka nagre-render sa server-side, [hatiin ang iyong mga bundle ng JavaScript](https://web.dev/code-splitting-suspense/) gamit ang `React.lazy()`. Kung hindi naman, hatiin ang code gamit ang isang third-party na library na gaya ng [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Kung hindi ka nagre-render sa server-side, [hatiin ang iyong mga bundle ng JavaScript](https://web.dev/code-splitting-suspense/) gamit ang `React.lazy()`. Kung hindi naman, hatiin ang code gamit ang isang third-party na library na gaya ng [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Gamitin ang React DevTools Profiler, na gumagamit ng Profiler API para sukatin ang performance sa pag-render ng iyong mga bahagi. [Matuto pa.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Hindi ma-attribute"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Hindi kasama sa score"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Hindi nag-aambag ang pag-audit na ito sa pangkalahatang score ng kategorya."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Tinantya at puwedeng mag-iba ang mga value. [Kinakalkula ang score ng performance](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) nang direkta mula sa mga sukatang ito."
},
diff --git a/shared/localization/locales/fr.json b/shared/localization/locales/fr.json
index 08cbee079eff..38ce6353f913 100644
--- a/shared/localization/locales/fr.json
+++ b/shared/localization/locales/fr.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Autorisée avec un avertissement"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Score de décalage de mise en page"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Voici les décalages de mise en page les plus importants observés sur la page. Chaque élément du tableau représente un unique décalage de mise en page et montre l'élément qui a été le plus décalé. Des causes possibles du décalage de mise en page se trouvent sous chaque élément. Il est possible que certains de ces décalages de mise en page ne soient pas inclus dans la valeur de la métrique CLS en raison du [fenêtrage](https://web.dev/articles/cls#what_is_cls). [Découvrez comment améliorer le CLS.](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 décalage de mise en page trouvé}one{# décalage de mise en page trouvé}other{# décalages de mise en page trouvés}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Police Web chargée"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iFrame injecté"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Élément multimédia sans taille explicite"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Éviter les changements de mise en page importants"
+ },
"core/audits/long-tasks.js | description": {
"message": "Indique les tâches les plus longues du thread principal, ce qui est utile pour identifier celles qui entraînent le plus de retard. [Découvrez comment éviter les longues tâches du thread principal.](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latences du backend serveur"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Les animations non composées peuvent être lentes et augmenter le CLS. [Découvrez comment éviter les animations non composées.](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# élément animé trouvé}one{# élément animé trouvé}other{# éléments animés trouvés}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "La propriété liée à filter peut déplacer des pixels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "La cible contient une autre animation incompatible"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Le mode de composite de l'effet n'est pas \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Éviter les animations non composées"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "La propriété liée à transform dépend de la taille de la zone"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Propriété CSS incompatible : {properties}}one{Propriété CSS incompatible : {properties}}other{Propriétés CSS incompatibles : {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Les propriétés CSS personnalisées ne peuvent pas être animées sur le compositeur : {properties}}one{Les propriétés CSS personnalisées ne peuvent pas être animées sur le compositeur : {properties}}other{Les propriétés CSS personnalisées ne peuvent pas être animées sur le compositeur : {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "L'effet comporte des paramètres de minutage non compatibles"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directive"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Trafic HTTP redirigé vers HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Les redirections entraînent des retards supplémentaires avant que la page ne puisse être chargée. [Découvrez comment éviter les redirections de page.](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Évitez les redirections de page multiples"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Les liens canoniques suggèrent l'URL à afficher dans les résultats de recherche. [En savoir plus sur les liens canoniques](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Les liens contiennent un texte descriptif"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Exécutez l'[outil de test des données structurées](https://search.google.com/structured-data/testing-tool/) et le [validateur Lint de données structurées](http://linter.structured-data.org/) pour valider les données structurées. [En savoir plus sur les données structurées](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Exécutez l‘[outil de test des données structurées](https://developers.google.com/search/docs/appearance/structured-data/) pour valider les données structurées. [En savoir plus sur les données structurées](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Les données structurées sont valides"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Le fichier robots.txt est valide"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Le temps de réponse du serveur pour le document principal doit rester court, car toutes les autres requêtes en dépendent. [En savoir plus sur la métrique \"Time to First Byte\"](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Le document racine a pris {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Réduire le temps de réponse initial du serveur"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Le temps de réponse initial du serveur était court"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Les cookies tiers peuvent être bloqués dans certains contextes. [Découvrez comment vous préparer aux restrictions concernant les cookies tiers.](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Atténuer les attaques XSS basées sur le DOM avec les Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Indiquez une largeur et une hauteur explicites sur les éléments d'image afin de réduire les décalages de mise en page et d'améliorer le CLS. [Découvrez comment définir les dimensions de l'image.](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Les éléments d'image ne possèdent pas de `width` ni de `height` explicites"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Les éléments d'image possèdent une `width` et une `height` explicites"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Les ressources textuelles doivent être diffusées compressées (Gzip, Deflate ou Brotli) pour réduire le nombre total d'octets du réseau. Envisagez d'utiliser un CDN qui prend en charge cette fonctionnalité de manière native ou de configurer le serveur Web pour effectuer cette opération. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Optimize Fonts` pour utiliser automatiquement la fonction CSS `font-display` afin que le texte soit visible par les utilisateurs pendant le chargement des polices Web."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Optimize Fonts` pour utiliser automatiquement la fonction CSS `font-display` afin que le texte soit visible par les utilisateurs pendant le chargement des polices Web."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Next-Gen Formats` pour convertir les images au format WebP."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Next-Gen Formats` pour convertir les images au format WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Lazy Load Images` pour différer le chargement des images en dehors de l'écran tant qu'elles ne sont pas nécessaires."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Lazy Load Images` pour différer le chargement des images en dehors de l'écran tant qu'elles ne sont pas nécessaires."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Critical CSS` et `Script Delay` pour différer les contenus JS/CSS non essentiels."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Script Delay` pour différer les contenus JS non essentiels."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Utilisez [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) pour mettre en cache votre contenu sur notre réseau mondial, améliorant ainsi le temps de latence du premier octet."
+ "message": "Utilisez [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) pour mettre en cache votre contenu sur notre réseau mondial, améliorant ainsi le temps de latence du premier octet."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Minify CSS` pour minimiser automatiquement la taille des ressources CSS afin de réduire la taille des charges utiles de réseau."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Minify CSS` pour minimiser automatiquement la taille des ressources CSS afin de réduire la taille des charges utiles de réseau."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Minify Javascript` pour minimiser automatiquement la taille de vos ressources JS afin de réduire la taille des charges utiles de réseau."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Minify Javascript` pour minimiser automatiquement la taille de vos ressources JS afin de réduire la taille des charges utiles de réseau."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Remove Unused CSS` pour vous aider à résoudre ce problème. Il permettra d'identifier les classes CSS réellement utilisées sur chaque page de votre site et de supprimer les autres afin de réduire la taille du fichier."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Remove Unused CSS` pour vous aider à résoudre ce problème. Il permettra d'identifier les classes CSS réellement utilisées sur chaque page de votre site et de supprimer les autres afin de réduire la taille du fichier."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Efficient Static Cache Policy` pour définir les valeurs recommandées dans l'en-tête de mise en cache des éléments statiques."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Efficient Static Cache Policy` pour définir les valeurs recommandées dans l'en-tête de mise en cache des éléments statiques."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Next-Gen Formats` pour convertir les images au format WebP."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Next-Gen Formats` pour convertir les images au format WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Pre-Connect Origins` pour ajouter automatiquement des indices de ressources `preconnect` afin d'établir les premières connexions avec des origines tierces importantes."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Pre-Connect Origins` pour ajouter automatiquement des indices de ressources `preconnect` afin d'établir les premières connexions avec des origines tierces importantes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Preload Fonts` et `Preload Background Images` pour ajouter des liens `preload` afin de hiérarchiser la récupération des ressources actuellement requises pour le chargement ultérieur de la page."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Preload Fonts` et `Preload Background Images` pour ajouter des liens `preload` afin de hiérarchiser la récupération des ressources actuellement requises pour le chargement ultérieur de la page."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/speed) et activez `Resize Images` pour redimensionner des images à une taille adaptée à l'appareil, réduisant ainsi la taille des charges utiles de réseau."
+ "message": "Utilisez [Ezoic Leap](https://pubdash.ezoic.com/leap) et activez `Resize Images` pour redimensionner des images à une taille adaptée à l'appareil, réduisant ainsi la taille des charges utiles de réseau."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Utilisez le composant `gatsby-plugin-image` au lieu de `` pour optimiser automatiquement le format d'image. [En savoir plus](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Vous pouvez ajouter des balises `` [en modifiant la mise en page d'un thème](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Utilisez le composant `next/image` au lieu de `` pour optimiser automatiquement le format d'image. [En savoir plus](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Utilisez le composant `next/image` au lieu de `` pour optimiser automatiquement le format d'image. [En savoir plus](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Utilisez le composant `next/image` au lieu de `` pour charger les images automatiquement en différé. [En savoir plus](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Utilisez le composant `next/image` au lieu de `` pour charger les images automatiquement en différé. [En savoir plus](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Utilisez le composant `next/image` et définissez \"priority\" sur \"true\" pour précharger l'image LCP. [En savoir plus](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Utilisez le composant `next/script` pour différer le chargement des scripts tiers non critiques. [En savoir plus.](https://nextjs.org/docs/basic-features/script)"
+ "message": "Utilisez le composant `next/script` pour différer le chargement des scripts tiers non critiques. [En savoir plus.](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Utilisez le composant `next/image` pour vous assurer que la taille des images est toujours appropriée. [En savoir plus](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Utilisez `Webpack Bundle Analyzer` pour détecter le code JavaScript inutilisé. [En savoir plus](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Envisagez d'utiliser `Next.js Analytics` pour mesurer les performances réelles de votre appli. [En savoir plus.](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Envisagez d'utiliser `Next.js Analytics` pour mesurer les performances réelles de votre appli. [En savoir plus.](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configurez la mise en cache pour les composants et les pages `Server-side Rendered` (SSR) immuables. [En savoir plus.](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Configurez la mise en cache pour les composants et les pages `Server-side Rendered` (SSR) immuables. [En savoir plus.](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Utilisez le composant `next/image` au lieu de `` pour ajuster la qualité d'image. [En savoir plus](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Utilisez le composant `next/image` au lieu de `` pour ajuster la qualité d'image. [En savoir plus](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Utilisez le composant `next/image` pour définir les `sizes` appropriées. [En savoir plus.](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Si votre système de compilation réduit automatiquement la taille des fichiers JS, assurez-vous de déployer le build de production de votre application. Vous pouvez le vérifier avec l'extension React Developer Tools. [En savoir plus](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Si vous n'effectuez pas de rendu côté serveur, [divisez vos groupes JavaScript](https://web.dev/code-splitting-suspense/) avec `React.lazy()`. Sinon, divisez le code en utilisant une bibliothèque tierce, telle que [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Si vous n'effectuez pas de rendu côté serveur, [divisez vos groupes JavaScript](https://web.dev/code-splitting-suspense/) avec `React.lazy()`. Sinon, divisez le code en utilisant une bibliothèque tierce, telle que [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Utilisez React DevTools Profiler, qui utilise l'API Profiler, pour mesurer les performances de rendu de vos composants. [En savoir plus](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Non attribuable"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Non noté"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Cet audit ne contribue pas au score global de la catégorie."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Les valeurs sont estimées et peuvent varier. Le [calcul du score lié aux performances](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) repose directement sur ces statistiques."
},
diff --git a/shared/localization/locales/he.json b/shared/localization/locales/he.json
index 2cc2f88222b9..ff499a4fcb18 100644
--- a/shared/localization/locales/he.json
+++ b/shared/localization/locales/he.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "הכתובת אושרה עם אזהרה"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "הציון של שינוי הפריסה"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "אלה שינויי הפריסה הגדולים ביותר שזוהו בדף. כל פריט בטבלה מייצג שינוי פריסה אחד, ומוצג בו הרכיב שהשתנה במידה הרבה ביותר. מתחת לכל פריט מופיעות הסיבות האפשריות לשינוי הפריסה. יכול להיות שחלק משינויי הפריסה האלה לא ייכללו בערך של מדד CLS בגלל [עיבוד החלק הנצפה בלבד](https://web.dev/articles/cls#what_is_cls). [איך לשפר את ה-CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{נמצא שינוי פריסה אחד}one{נמצאו # שינויי פריסה}two{נמצאו # שינויי פריסה}other{נמצאו # שינויי פריסה}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "טעינת גופן אינטרנט"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "החדרת iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "רכיב מדיה שהגודל שלו לא מוגדר"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "יש להימנע משינויים משמעותיים בפריסה"
+ },
"core/audits/long-tasks.js | description": {
"message": "הבדיקה מציינת את המשימות הארוכות ביותר ב-thread הראשי. היא עוזרת לזהות את המשימות שמאטות את הקלט במידה הרבה ביותר. [איך להימנע ממשימות שנדרש להן משך זמן ארוך ב-thread הראשי](https://web.dev/articles/optimize-long-tasks)?"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "זמני אחזור בקצה עורפי של שרת"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "אנימציות שאינן מורכבות עלולות להיות איטיות ולהגדיל את ה-CLS. [איך להימנע מאנימציות לא מורכבות](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)?"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{נמצא אלמנט אנימציה אחד}one{נמצאו # אלמנטים של אנימציה}two{נמצאו # אלמנטים של אנימציה}other{נמצאו # אלמנטים של אנימציה}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "נכס הקשור למסנן יכול להניע פיקסלים"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "קיימת אנימציה נוספת ביעד, שאינה תואמת"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "באפקט יש מצב הרכבה, השונה ממצב \"החלפה\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "אין להשתמש באנימציות ללא הרכבת שכבות"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "מאפיין הקשור לטרנספורמציה תלוי בגודל התיבה"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{מאפיין CSS שלא נתמך: {properties}}one{מאפייני CSS שלא נתמכים: {properties}}two{מאפייני CSS שלא נתמכים: {properties}}other{מאפייני CSS שלא נתמכים: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{אי אפשר להנפיש מאפייני CSS בהתאמה אישית ב-compositor: {properties}}one{Custom CSS properties cannot be animated on the compositor: {properties}}two{אי אפשר להנפיש מאפייני CSS בהתאמה אישית ב-compositor: {properties}}other{אי אפשר להנפיש מאפייני CSS בהתאמה אישית ב-compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "האפקט כולל פרמטרים של תזמון שאינם נתמכים"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "הוראה"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "מפנה תנועת HTTP באופן אוטומטי אל HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "הפניות אוטומטיות מעכבות את טעינת הדף. [איך להימנע מהפניות אוטומטיות לדפים](https://developer.chrome.com/docs/lighthouse/performance/redirects/)?"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "יש להימנע מהפניות אוטומטיות מרובות"
+ },
"core/audits/seo/canonical.js | description": {
"message": "קישורים קנוניים מציעים את כתובת ה-URL שיש להציג בתוצאות החיפוש. [מידע נוסף על קישורים קנוניים](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "לקישורים יש טקסט תיאורי"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "כדי לאמת את תקינות הנתונים המובְנים צריך להפעיל את [הכלי לבדיקת הנתונים המובְנים](https://search.google.com/structured-data/testing-tool/) ואת [הלינטר (Linter) לנתונים מובנְים](http://linter.structured-data.org/). [מידע נוסף על נתונים מובְנים](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "כדי לאמת את תקינות הנתונים המובְנים צריך להפעיל את [הכלי לבדיקת הנתונים המובְנים](https://developers.google.com/search/docs/appearance/structured-data/). [מידע נוסף על נתונים מובְנים](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "הנתונים המובְנים חוקיים"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "הקובץ robots.txt חוקי"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "כדאי לוודא שזמן התגובה של השרת בנוגע למסמך הראשי הוא קצר, כי כל שאר הבקשות תלויות בו. [מידע נוסף על המדד Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "טעינת מסמך השורש ארכה {timeInMs, number, milliseconds} אלפיות שנייה"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "יש לקצר את זמן התגובה הראשונית של השרת"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "זמן התגובה הראשונית של השרת היה קצר"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "יכול להיות שקובצי Cookie של צד שלישי יהיו חסומים בהקשרים מסוימים. [איך להתכונן להגבלות על קובצי Cookie של צד שלישי](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "צמצום של פרצות אבטחה מסוג XSS מבוסס-DOM באמצעות Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "כדי להפחית שינויים בפריסה וכדי לשפר את ה-CLS, יש להגדיר רוחב וגובה מפורשים ברכיבי תמונות. [כך מגדירים מידות תמונה](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "יש רכיבי תמונה ללא מאפייני `width` ו-`height` מפורשים"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "לרכיבי תמונה יש מאפייני `width` ו-`height` מפורשים"
+ },
"core/audits/user-timings.js | columnType": {
"message": "סוג"
},
@@ -2805,43 +2883,43 @@
"message": "הצגת משאבים שמבוססים על טקסט צריכה להתבצע בעזרת דחיסת נתונים (gzip, deflate או brotli) כדי לצמצם את כמות הבייטים שמועברים ברשת. כדאי להשתמש ב-CDN שתומך בכך במקור, או להגדיר את שרת האינטרנט לבצע את הפעולה הזו. [למידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Optimize Fonts` כדי להשתמש באופן אוטומטי בתכונת ה-CSS של `font-display` ולוודא שהטקסט גלוי למשתמש במהלך הטעינה של פונטים מסוג webfont."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Optimize Fonts` כדי להשתמש באופן אוטומטי בתכונת ה-CSS של `font-display` ולוודא שהטקסט גלוי למשתמש במהלך הטעינה של פונטים מסוג webfont."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Next-Gen Formats` כדי להמיר תמונות ל-WebP."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Next-Gen Formats` כדי להמיר תמונות ל-WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Lazy Load Images` לדחיית הטעינה של תמונות מחוץ למסך עד שהן נחוצות."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Lazy Load Images` לדחיית הטעינה של תמונות מחוץ למסך עד שהן נחוצות."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Critical CSS` וגם `Script Delay` לדחיית תוכן JS/CSS שאינו קריטי."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Script Delay` כדי לדחות תוכן JS שאינו קריטי."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "שימוש ב-[Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) כדי לשמור את התוכן שלך ברחבי רשת האינטרנט במטמון, לשיפור ה'זמן עד בייט ראשון'."
+ "message": "שימוש ב-[Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) כדי לשמור את התוכן שלך ברחבי רשת האינטרנט במטמון, לשיפור ה'זמן עד בייט ראשון'."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Minify CSS` כדי למזער באופן אוטומטי את ה-CSS ולהפחית את הגדלים של המטען הייעודי (payload) של הרשת."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Minify CSS` כדי למזער באופן אוטומטי את ה-CSS ולהפחית את הגדלים של המטען הייעודי (payload) של הרשת."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Minify Javascript` כדי למזער באופן אוטומטי את ה-JS ולהפחית את גודלי המטען הייעודי (payload) של הרשת."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Minify Javascript` כדי למזער באופן אוטומטי את ה-JS ולהפחית את גודלי המטען הייעודי (payload) של הרשת."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Remove Unused CSS` לעזרה בנושא הזה. יתבצע זיהוי של מחלקות CSS שנמצאות בשימוש בפועל בכל דף באתר ושאר המחלקות יוסרו כדי שהקובץ יהיה בגודל קטן."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Remove Unused CSS` לעזרה בנושא הזה. יתבצע זיהוי של מחלקות CSS שנמצאות בשימוש בפועל בכל דף באתר ושאר המחלקות יוסרו כדי שהקובץ יהיה בגודל קטן."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Efficient Static Cache Policy` כדי להגדיר ערכים מומלצים בכותרת השמירה במטמון לנכסים סטטיים."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Efficient Static Cache Policy` כדי להגדיר ערכים מומלצים בכותרת השמירה במטמון לנכסים סטטיים."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Next-Gen Formats` כדי להמיר תמונות ל-WebP."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Next-Gen Formats` כדי להמיר תמונות ל-WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Pre-Connect Origins` כדי להוסיף אוטומטית רמזים למשאב `preconnect` לצורך ביסוס חיבורים מוקדמים למקורות חשובים של צד שלישי."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Pre-Connect Origins` כדי להוסיף אוטומטית רמזים למשאב `preconnect` לצורך ביסוס חיבורים מוקדמים למקורות חשובים של צד שלישי."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Preload Fonts` וגם `Preload Background Images` כדי להוסיף קישורים של `preload` לצורך תעדוף של אחזור משאבים שנדרשים בשלב מאוחר יותר של טעינת הדף."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Preload Fonts` וגם `Preload Background Images` כדי להוסיף קישורים של `preload` לצורך תעדוף של אחזור משאבים שנדרשים בשלב מאוחר יותר של טעינת הדף."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/speed) והפעלת `Resize Images` כדי לשנות את הגודל של התמונות כך שיתאים למכשיר, תוך הפחתת גודלי המטען הייעודי (payload) של הרשת."
+ "message": "שימוש ב-[Ezoic Leap](https://pubdash.ezoic.com/leap) והפעלת `Resize Images` כדי לשנות את הגודל של התמונות כך שיתאים למכשיר, תוך הפחתת גודלי המטען הייעודי (payload) של הרשת."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "כדי לבצע אופטימיזציה אוטומטית של פורמט התמונות, עליך להשתמש ברכיב `gatsby-plugin-image` במקום ברכיב ``. [מידע נוסף](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2949,16 +3027,16 @@
"message": "אפשר להוסיף תגי `` על-ידי [שינוי פריסה של עיצוב](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "כדי לבצע אופטימיזציה אוטומטית של פורמט התמונות, עליך להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "כדי לבצע אופטימיזציה אוטומטית של פורמט התמונות, עליך להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "כדי לבצע טעינה מדורגת של תמונות באופן אוטומטי, עליך להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "כדי לבצע טעינה מדורגת של תמונות באופן אוטומטי, עליך להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "שימוש ברכיב `next/image` והגדרת ה'עדיפות' כ-true כדי לטעון מראש תמונה מסוג LCP. [מידע נוסף](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "עליך להשתמש ברכיב `next/script` כדי לדחות טעינה של סקריפטים שאינם קריטיים של צדדים שלישיים. [מידע נוסף](https://nextjs.org/docs/basic-features/script)."
+ "message": "עליך להשתמש ברכיב `next/script` כדי לדחות טעינה של סקריפטים שאינם קריטיים של צדדים שלישיים. [מידע נוסף](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "עליך להשתמש ברכיב `next/image` כדי לוודא שהתמונות תמיד יופיעו בגודל הנכון. [מידע נוסף](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2970,13 +3048,13 @@
"message": "יש להשתמש בכלי `Webpack Bundle Analyzer` כדי לזהות קוד JavaScript שלא נמצא בשימוש. [מידע נוסף](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "כדאי להשתמש ב-`Next.js Analytics` כדי למדוד את ביצועי האפליקציה שלך בפועל. [מידע נוסף](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "כדאי להשתמש ב-`Next.js Analytics` כדי למדוד את ביצועי האפליקציה שלך בפועל. [מידע נוסף](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "צריך להגדיר שמירה במטמון לנכסים ולדפי `Server-side Rendered` (SSR) שאינם משתנים. [מידע נוסף](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "צריך להגדיר שמירה במטמון לנכסים ולדפי `Server-side Rendered` (SSR) שאינם משתנים. [מידע נוסף](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "כדי לשנות את איכות התמונה, יש להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "כדי לשנות את איכות התמונה, יש להשתמש ברכיב `next/image` במקום ברכיב ``. [מידע נוסף](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "עליך להשתמש ברכיב `next/image` כדי לבצע הגדרה מתאימה של `sizes`. [מידע נוסף](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3096,7 +3174,7 @@
"message": "אם מערכת ה-build שלך מקטינה באופן אוטומטי את קובצי ה-JS, יש להקפיד לפרוס את גרסת ה-build של סביבת הייצור של האפליקציה. אפשר לבדוק זאת עם תוסף הכלים למפתחים של React. [מידע נוסף](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "אם לא מתבצע רינדור בצד השרת, [יש לפצל חבילות JavaScript](https://web.dev/code-splitting-suspense/) עם `React.lazy()`. אפשרות אחרת היא לפצל את הקוד בעזרת ספרייה של צד שלישי, כמו [רכיבים שניתן לטעון](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "אם לא מתבצע רינדור בצד השרת, [יש לפצל חבילות JavaScript](https://web.dev/code-splitting-suspense/) עם `React.lazy()`. אפשרות אחרת היא לפצל את הקוד בעזרת ספרייה של צד שלישי, כמו [רכיבים שניתן לטעון](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "כדי למדוד את ביצועי הרינדור של הרכיבים, אפשר להיעזר ב-React DevTools Profiler, שמשתמש ב-Profiler API. [מידע נוסף.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3347,6 +3425,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "לא ניתנת לשיוך"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "ללא דירוג"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "הבדיקה הזו לא תורמת לציון הכולל של הקטגוריה."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "הערכים משוערים והם עשויים להשתנות. [ציון הביצועים מחושב](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) ישירות לפי הערכים האלה."
},
diff --git a/shared/localization/locales/hi.json b/shared/localization/locales/hi.json
index b9b15aebd6e7..8e19c2886115 100644
--- a/shared/localization/locales/hi.json
+++ b/shared/localization/locales/hi.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "चेतावनी के साथ अनुमति दी गई"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "लेआउट शिफ़्ट स्कोर"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "इस पेज पर बड़े पैमाने पर लेआउट शिफ़्ट हुआ है. टेबल का हर आइटम एक लेआउट शिफ़्ट की जानकारी देता है. साथ ही, उस एलिमेंट की जानकारी दिखाता है जो सबसे ज़्यादा शिफ़्ट हुआ है. नीचे दिया गया हर आइटम लेआउट के शिफ़्ट होने की संभावित वजह हो सकता है. [विंडोविंग](https://web.dev/articles/cls#what_is_cls) की वजह से, हो सकता है कि इनमें से कुछ लेआउट शिफ़्ट, सीएलएस मेट्रिक की वैल्यू में शामिल न किए जाएं. [सीएलएस को बेहतर बनाने का तरीका जानें](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 लेआउट शिफ़्ट मिला}one{# लेआउट शिफ़्ट मिला}other{# लेआउट शिफ़्ट मिले}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "वेब फ़ॉन्ट लोड किया गया"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "इंजेक्ट किया गया iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "मीडिया एलिमेंट के साइज़ की जानकारी साफ़ तौर पर नहीं दी गई है"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "बड़े लेआउट शिफ़्ट से बचें"
+ },
"core/audits/long-tasks.js | description": {
"message": "यह मुख्य थ्रेड पर सबसे लंबे टास्क की सूची बनाता है. इससे इनपुट डिले में, सबसे खराब योगदान देने वालों की पहचान करने में मदद मिलती है. [मुख्य थ्रेड के लंबे टास्क से बचने का तरीका जानें](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "सर्वर बैकएंड के इंतज़ार का समय"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "कंपोज़िट नहीं किए गए ऐनिमेशन की क्वालिटी खराब हो सकती है और सीएलएस बढ़ सकता है. [कंपोज़ नहीं किए गए ऐनिमेशन से बचने का तरीका जानें](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# ऐनिमेशन वाला एलिमेंट मिला}one{# ऐनिमेशन वाला एलिमेंट मिला}other{# ऐनिमेशन वाले एलिमेंट मिले}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "फ़िल्टर से जुड़ी प्रॉपर्टी पिक्सल को अपनी जगह से हटा सकती है"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "टारगेट में दूसरा एनिमेशन है जो इसके साथ काम नहीं करता है"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "इफ़ेक्ट में \"replace\" के अलावा कंपोज़िट मोड है"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "कंपोज़िट नहीं किए गए ऐनिमेशन से बचें"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "रूपांतरण से जुड़ी प्रॉपर्टी बॉक्स के साइज़ पर निर्भर करती है"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{इसके साथ काम नहीं करने वाली सीएसएस प्रॉपर्टी: {properties}}one{इसके साथ काम नहीं करने वाली सीएसएस प्रॉपर्टी: {properties}}other{इसके साथ काम नहीं करने वाली सीएसएस प्रॉपर्टी: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{कंपोज़िटर पर, पसंद के मुताबिक बनाई गई सीएसएस प्रॉपर्टी ऐनिमेट नहीं की जा सकती: {properties}}one{कंपोज़िटर पर, पसंद के मुताबिक बनाई गई सीएसएस प्रॉपर्टी ऐनिमेट नहीं की जा सकती: {properties}}other{कंपोज़िटर पर, पसंद के मुताबिक बनाई गई सीएसएस प्रॉपर्टी ऐनिमेट नहीं की जा सकतीं: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "इस इफ़ेक्ट में समय के ऐसे पैरामीटर हैं जो काम नहीं करते"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "डायरेक्टिव"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "वेब पेज, एचटीटीपी ट्रैफ़िक को एचटीटीपीएस पर रीडायरेक्ट करता है"
},
+ "core/audits/redirects.js | description": {
+ "message": "रीडायरेक्ट की वजह से, पेज के लोड होने में लगने वाला समय और बढ़ जाता है. [पेज रीडायरेक्ट करने से बचने का तरीका जानें](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "एक से ज़्यादा पेज रीडायरेक्ट करने से बचें"
+ },
"core/audits/seo/canonical.js | description": {
"message": "कैननिकल लिंक, इस बारे में जानकारी देते हैं कि खोज के नतीजों में कौनसे यूआरएल दिखाए जाएं. [कैननिकल लिंक के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "लिंक में पूरी जानकारी देने वाला टेक्स्ट है"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "स्ट्रक्चर्ड डेटा की पुष्टि करने के लिए, [स्ट्रक्चर्ड डेटा टेस्टिंग टूल](https://search.google.com/structured-data/testing-tool/) और [स्ट्रक्चर्ड डेटा लिंटर](http://linter.structured-data.org/) का इस्तेमाल करें. [स्ट्रक्चर्ड डेटा के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "स्ट्रक्चर्ड डेटा की पुष्टि करने के लिए, [स्ट्रक्चर्ड डेटा टेस्टिंग टूल](https://developers.google.com/search/docs/appearance/structured-data/) का इस्तेमाल करें. [स्ट्रक्चर्ड डेटा के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "स्ट्रक्चर्ड डेटा सही है"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt सही है"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "मुख्य दस्तावेज़ के लिए, अनुरोध का जवाब देने में सर्वर को लगने वाला समय कम रखें, क्योंकि बाकी सभी अनुरोध इस पर ही निर्भर हैं. [टाइम टू फ़र्स्ट बाइट मेट्रिक के बारे में ज़्यादा जानें](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "रुट दस्तावेज़ बनने में {timeInMs, number, milliseconds} मि.से. का समय लगा"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "जवाब देने में सर्वर को लगने वाला शुरुआती समय कम करें"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "जवाब देने में सर्वर को लगने वाला शुरुआती समय कम था"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "कुछ मामलों में, तीसरे पक्ष की कुकी ब्लॉक हो सकती हैं. [तीसरे पक्ष की कुकी से जुड़ी पाबंदियों के लिए तैयारी करने के बारे में ज़्यादा जानें](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Trusted Types की मदद से, डीओएम पर आधारित XSS से अपनी साइट को सुरक्षित रखें"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "इमेज एलिमेंट पर, चौड़ाई और ऊंचाई की जानकारी साफ़ तौर पर सेट करें, ताकि लेआउट शिफ़्ट को कम किया जा सके और सीएलएस को बेहतर बनाया जा सके. [इमेज का डाइमेंशन सेट करने का तरीका जानें](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "इमेज एलिमेंट पर, `width` और `height` के बारे में साफ़-साफ़ नहीं बताया गया है"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "इमेज एलिमेंट पर, `width` और `height` की जानकारी साफ़ तौर पर दी गई है"
+ },
"core/audits/user-timings.js | columnType": {
"message": "प्रकार"
},
@@ -2808,43 +2886,43 @@
"message": "नेटवर्क में बाइट को कम से कम खर्च करने के लिए, टेक्स्ट वाले संसाधनों को कंप्रेशन (gzip, deflate या brotli) के साथ ऑफ़र किया जाना चाहिए. ऐसे सीडीएन का इस्तेमाल करें जो इस सुविधा को नेटिव तौर पर सपोर्ट करता हो. इसके अलावा, इस ऑपरेशन को करने के लिए वेब सर्वर को कॉन्फ़िगर करें. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Optimize Fonts` को चालू करें, ताकि`font-display` सीएसएस की सुविधा का फ़ायदा अपने-आप मिले. इससे, यह पक्का किया जा सकेगा कि वेबफ़ॉन्ट लोड होने के दौरान, उपयोगकर्ता को टेक्स्ट दिखता है."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Optimize Fonts` को चालू करें, ताकि`font-display` सीएसएस की सुविधा का फ़ायदा अपने-आप मिले. इससे, यह पक्का किया जा सकेगा कि वेबफ़ॉन्ट लोड होने के दौरान, उपयोगकर्ता को टेक्स्ट दिखता है."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और इमेज को WebP में बदलने के लिए, `Next-Gen Formats` को चालू करें."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और इमेज को WebP में बदलने के लिए, `Next-Gen Formats` को चालू करें."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Lazy Load Images` को चालू करें, ताकि ऑफ़-स्क्रीन इमेज तब तक लोड न की जाएं, जब तक उनकी ज़रूरत न हो."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Lazy Load Images` को चालू करें, ताकि ऑफ़-स्क्रीन इमेज तब तक लोड न की जाएं, जब तक उनकी ज़रूरत न हो."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और गैर-ज़रूरी JS/सीएसएस फ़ाइल को कुछ समय तक रोकने के लिए, `Critical CSS` और `Script Delay` को चालू करें."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और ग़ैर-ज़रूरी JS को कुछ समय तक रोकने के लिए, `Script Delay` को चालू करें."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) का इस्तेमाल करें, ताकि दुनिया भर में फैले हमारे नेटवर्क पर मौजूद आपके कॉन्टेंट को कैश मेमोरी में सेव किया जा सके. साथ ही, पहली बाइट के समय को बेहतर बनाया जा सके."
+ "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) का इस्तेमाल करें, ताकि दुनिया भर में फैले हमारे नेटवर्क पर मौजूद आपके कॉन्टेंट को कैश मेमोरी में सेव किया जा सके. साथ ही, पहली बाइट के समय को बेहतर बनाया जा सके."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Minify CSS` को चालू करें, ताकि आपकी सीएसएस फ़ाइल अपने-आप छोटी हो जाए. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Minify CSS` को चालू करें, ताकि आपकी सीएसएस फ़ाइल अपने-आप छोटी हो जाए. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Minify Javascript` को चालू करें, ताकि आपकी JS फ़ाइल अपने-आप छोटी हो जाए. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Minify Javascript` को चालू करें, ताकि आपकी JS फ़ाइल अपने-आप छोटी हो जाए. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और इस समस्या को हल करने में मदद पाने के लिए, `Remove Unused CSS` को चालू करें. यह आपकी साइट के हर पेज पर इस्तेमाल होने वाले सीएसएस क्लास की पहचान करेगा. साथ ही, फ़ाइल को छोटा रखने के लिए, दूसरे सभी क्लास को हटाएगा."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और इस समस्या को हल करने में मदद पाने के लिए, `Remove Unused CSS` को चालू करें. यह आपकी साइट के हर पेज पर इस्तेमाल होने वाले सीएसएस क्लास की पहचान करेगा. साथ ही, फ़ाइल को छोटा रखने के लिए, दूसरे सभी क्लास को हटाएगा."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Efficient Static Cache Policy` को चालू करें, ताकि स्टैटिक एसेट के लिए कैश मेमोरी के हेडर में, सुझाई गई वैल्यू सेट की जा सकें."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Efficient Static Cache Policy` को चालू करें, ताकि स्टैटिक एसेट के लिए कैश मेमोरी के हेडर में, सुझाई गई वैल्यू सेट की जा सकें."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और इमेज को WebP में बदलने के लिए, `Next-Gen Formats` को चालू करें."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और इमेज को WebP में बदलने के लिए, `Next-Gen Formats` को चालू करें."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Pre-Connect Origins` को चालू करें, ताकि `preconnect` संसाधन संकेत अपने-आप जुड़ जाएं. इससे, तीसरे पक्ष की अहम कंपनियों से जल्दी कनेक्शन बनाए जा सकेंगे."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Pre-Connect Origins` को चालू करें, ताकि `preconnect` संसाधन संकेत अपने-आप जुड़ जाएं. इससे, तीसरे पक्ष की अहम कंपनियों से जल्दी कनेक्शन बनाए जा सकेंगे."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें. साथ ही, `Preload Fonts` और `Preload Background Images` को चालू करें, ताकि `preload` लिंक जोड़े जा सकें. इससे, उन संसाधनों को पहले फ़ेच किया जा सकेगा जिनके लिए फ़िलहाल पेज के लोड होने के बाद अनुरोध किया जाता है."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें. साथ ही, `Preload Fonts` और `Preload Background Images` को चालू करें, ताकि `preload` लिंक जोड़े जा सकें. इससे, उन संसाधनों को पहले फ़ेच किया जा सकेगा जिनके लिए फ़िलहाल पेज के लोड होने के बाद अनुरोध किया जाता है."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) का इस्तेमाल करें और `Resize Images` को चालू करें, ताकि इमेज का साइज़ बदलकर, डिवाइस के हिसाब से सही साइज़ बनाया जा सके. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) का इस्तेमाल करें और `Resize Images` को चालू करें, ताकि इमेज का साइज़ बदलकर, डिवाइस के हिसाब से सही साइज़ बनाया जा सके. इससे, नेटवर्क के पेलोड साइज़ को कम किया जा सकेगा."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "इमेज फ़ॉर्मैट को अपने-आप ऑप्टिमाइज़ होने के लिए, `` के बजाय `gatsby-plugin-image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` टैग, [किसी थीम के लेआउट में बदलाव करके](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) जोड़े जा सकते हैं."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "इमेज फ़ॉर्मैट को अपने-आप ऑप्टिमाइज़ होने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "इमेज फ़ॉर्मैट को अपने-आप ऑप्टिमाइज़ होने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "इमेज को अपने-आप लेज़ी-लोड होने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "इमेज को अपने-आप लेज़ी-लोड होने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "`next/image` कॉम्पोनेंट का इस्तेमाल करें और एलसीपी इमेज पहले से लोड करने के लिए, \"प्राथमिकता\" को सही पर सेट करें. [ज़्यादा जानें](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "तीसरे पक्ष के गै़र-ज़रूरी स्क्रिप्ट को उसी समय लोड होने से रोकने के लिए, `next/script` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/basic-features/script)."
+ "message": "तीसरे पक्ष के गै़र-ज़रूरी स्क्रिप्ट को उसी समय लोड होने से रोकने के लिए, `next/script` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "यह पक्का करने के लिए कि इमेज का साइज़ हमेशा सही हो, `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "इस्तेमाल न हुए JavaScript कोड का पता लगाने के लिए `Webpack Bundle Analyzer` का इस्तेमाल करें. [ज़्यादा जानें](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "आपका ऐप्लिकेशन असल में कैसा परफ़ॉर्म कर रहा है, यह मापने के लिए `Next.js Analytics` का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "आपका ऐप्लिकेशन असल में कैसा परफ़ॉर्म कर रहा है, यह मापने के लिए `Next.js Analytics` का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "ऐसी एसेट और `Server-side Rendered` एसएसआर पेजों को कैश मेमोरी में सेव करने की सुविधा चालू करें जिनमें बदलाव न होता हो. [ज़्यादा जानें](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "ऐसी एसेट और `Server-side Rendered` एसएसआर पेजों को कैश मेमोरी में सेव करने की सुविधा चालू करें जिनमें बदलाव न होता हो. [ज़्यादा जानें](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "इमेज क्वालिटी को अडजस्ट करने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "इमेज क्वालिटी को अडजस्ट करने के लिए, `` के बजाय `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "सही `sizes` को सेट करने के लिए, `next/image` कॉम्पोनेंट का इस्तेमाल करें. [ज़्यादा जानें](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "अगर बिल्ड सिस्टम आपकी जेएस फ़ाइलों को अपने-आप छोटा कर देता है, तो पक्का करें कि आप अपने ऐप्लिकेशन के प्रोडक्शन बिल्ड को डिप्लॉय कर रहे हैं. आप React डेवलपर टूल एक्सटेंशन की मदद से इसकी पुष्टि कर सकते हैं. [ज़्यादा जानें](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "अगर आप सर्वर-साइड पर रेंडर नहीं कर रहे हैं, तो `React.lazy()` के साथ [अपने JavaScript बंडलों को अलग-अलग करें](https://web.dev/code-splitting-suspense/). इसके अलावा, आप तीसरे पक्ष की लाइब्रेरी का इस्तेमाल करके कोड को अलग-अलग कर सकते हैं, जैसे कि [वे कॉम्पोनेंट जो लोड हो सकते हैं](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "अगर आप सर्वर-साइड पर रेंडर नहीं कर रहे हैं, तो `React.lazy()` के साथ [अपने JavaScript बंडलों को अलग-अलग करें](https://web.dev/code-splitting-suspense/). इसके अलावा, आप तीसरे पक्ष की लाइब्रेरी का इस्तेमाल करके कोड को अलग-अलग कर सकते हैं, जैसे कि [वे कॉम्पोनेंट जो लोड हो सकते हैं](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "React DevTools प्रोफ़ाइलर इस्तेमाल करें. यह आपके कॉम्पोनेंट की रेंडरिंग परफ़ॉर्मेंस मापने के लिए प्रोफ़ाइलर एपीआई का इस्तेमाल करता है. [ज़्यादा जानें](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "एट्रिब्यूट की जानकारी नहीं दी जा सकती"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "यह ऑडिट, स्कोर का हिस्सा नहीं है"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "इस ऑडिट से, कैटगरी के कुल स्कोर पर कोई असर नहीं पड़ता."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "मान अनुमानित हैं और इनमें बदलाव हो सकता है. सीधे तौर पर इन मेट्रिक से [परफ़ॉर्मेंस स्कोर तय किए ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) जाते हैं."
},
diff --git a/shared/localization/locales/hr.json b/shared/localization/locales/hr.json
index d56e568f4995..d44fdf8e3c83 100644
--- a/shared/localization/locales/hr.json
+++ b/shared/localization/locales/hr.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Dopušteno uz upozorenje"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Pokazatelj pomaka izgleda"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "To su najveći pomaci izgleda koji su primijećeni na stranici. Svaka stavka tablice predstavlja jedan pomak izgleda i prikazuje element koji se najviše pomaknuo. Ispod svake stavke navode se mogući glavni uzroci koji su doveli do pomaka izgleda. Neki pomaci izgleda možda neće biti uključeni u vrijednost mjernog podatka CLS-a zbog [prikaza u prozorima](https://web.dev/articles/cls#what_is_cls). [Saznajte kako poboljšati CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Pronađen je jedan pomak izgleda}one{Pronađen je # pomak izgleda}few{Pronađena su # pomaka izgleda}other{Pronađeno je # pomaka izgleda}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Učitan web-font"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Ugrađeni iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medijski element bez eksplicitne veličine"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Izbjegavajte velike pomake izgleda"
+ },
"core/audits/long-tasks.js | description": {
"message": "Navodi najduže zadatke na glavnoj niti, što je korisno za otkrivanje onih koji najviše doprinose kašnjenju unosa. [Saznajte kako izbjeći duge zadatke na glavnoj niti](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Pozadinske latencije poslužitelja"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animacije koje nisu kompozitne mogu biti lošije kvalitete i povisiti CLS. [Saznajte kako izbjeći nekompozitne animacije](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Pronađen je # animirani element}one{Pronađen je # animirani element}few{Pronađena su # animirana elementa}other{Pronađeno je # animiranih elemenata}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Svojstvo koje se odnosi na filtar može pomicati piksele"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Cilj ima neku drugu animaciju koja nije kompatibilna"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efekt sadrži kompozitni način koji nije \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Izbjegavajte animacije koje nisu kompozitne"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Svojstvo koje se odnosi na preobrazbu ovisi o veličini okvira"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepodržano svojstvo CSS-a: {properties}}one{Nepodržana svojstva CSS-a: {properties}}few{Nepodržana svojstva CSS-a: {properties}}other{Nepodržana svojstva CSS-a: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Prilagođena svojstva CSS-a ne mogu se animirati na sastavljaču: {properties}}one{Prilagođena svojstva CSS-a ne mogu se animirati na sastavljaču: {properties}}few{Prilagođena svojstva CSS-a ne mogu se animirati na sastavljaču: {properties}}other{Prilagođena svojstva CSS-a ne mogu se animirati na sastavljaču: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekt sadrži parametre tempiranja koji nisu podržani"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Smjernica"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Preusmjerava HTTP promet na HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Preusmjeravanja uvode dodatna kašnjenja prije nego što se stranica može učitati. [Saznajte kako izbjeći preusmjeravanja stranica](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Izbjegavajte višestruka preusmjeravanja stranica"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanonske veze ukazuju na to koji URL prikazati u rezultatima pretraživanja. [Saznajte više o kanonskim vezama](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Veze sadrže deskriptivan tekst"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Pokrenite [alat za testiranje strukturiranih podataka](https://search.google.com/structured-data/testing-tool/) i [datoteku za provjeru koda (linter) strukturiranih podataka](http://linter.structured-data.org/) da biste potvrdili strukturirane podatke. [Saznajte više o strukturiranim podacima](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Pokrenite [alat za testiranje strukturiranih podataka](https://developers.google.com/search/docs/appearance/structured-data/) da biste potvrdili strukturirane podatke. [Saznajte više o strukturiranim podacima](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturirani su podaci važeći"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt je valjan"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Neka vrijeme odgovora poslužitelja za glavni dokument bude kratko jer svi ostali zahtjevi ovise o njemu. [Saznajte više o mjernom podatku Vrijeme do prvog bajta](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Za korijenski dokument bilo je potrebno {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Skratite inicijalno vrijeme odgovora poslužitelja"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Inicijalno vrijeme odgovora poslužitelja bilo je kratko"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Kolačići trećih strana mogu se blokirati u nekim kontekstima. [Saznajte više o pripremi za ograničenja kolačića trećih strana](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Ublažavanje XSS-a na temelju DOM-a pomoću pouzdanih vrsta"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Postavite eksplicitnu širinu i visinu na elementima slika da bi se smanjili pomaci izgleda i poboljšao CLS. [Saznajte kako postaviti dimenzije slika](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elementi slike nemaju eksplicitnu `width` i `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elementi slike imaju eksplicitnu `width` i `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Vrsta"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstualni resursi trebaju se posluživati s kompresijom (gzip, deflate ili brotli) radi minimiziranja ukupne količine mrežnih bajtova. Savjetujemo vam upotrebu CDN-a koji to izvorno podržava ili konfigurirajte web-poslužitelj da vrši tu operaciju. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Optimize Fonts` da biste automatski iskoristili `font-display` CSS značajku kako bi tekst bio vidljiv korisnicima dok se web-fontovi učitavaju."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Optimize Fonts` da biste automatski iskoristili `font-display` CSS značajku kako bi tekst bio vidljiv korisnicima dok se web-fontovi učitavaju."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Next-Gen Formats` radi konvertiranja slika u WebP."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Next-Gen Formats` radi konvertiranja slika u WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Lazy Load Images` da bi se odgodilo učitavanje slika izvan zaslona dok ne budu potrebne."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Lazy Load Images` da bi se odgodilo učitavanje slika izvan zaslona dok ne budu potrebne."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Critical CSS` i `Script Delay` da bi se odgodio nekritični JS/CSS."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Script Delay` da bi se odgodio nekritični JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Koristite [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) kako biste predmemorirali svoj sadržaj na našoj svjetskoj mreži i poboljšali vrijeme do prvog bajta."
+ "message": "Koristite [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) kako biste predmemorirali svoj sadržaj na našoj svjetskoj mreži i poboljšali vrijeme do prvog bajta."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Minify CSS` da biste automatski umanjili CSS kako bi se smanjile veličine mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Minify CSS` da biste automatski umanjili CSS kako bi se smanjile veličine mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Minify Javascript` da biste automatski umanjili JS kako bi se smanjile veličine mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Minify Javascript` da biste automatski umanjili JS kako bi se smanjile veličine mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Remove Unused CSS` radi lakšeg rješavanja tog problema. Identificirat će CSS klase koje se doista koriste na svakoj stranici vaše web-lokacije i ukloniti sve druge kako bi datoteka ostala male veličine."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Remove Unused CSS` radi lakšeg rješavanja tog problema. Identificirat će CSS klase koje se doista koriste na svakoj stranici vaše web-lokacije i ukloniti sve druge kako bi datoteka ostala male veličine."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Efficient Static Cache Policy` da biste postavili preporučene vrijednosti u zaglavlju predmemoriranja za statičke elemente."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Efficient Static Cache Policy` da biste postavili preporučene vrijednosti u zaglavlju predmemoriranja za statičke elemente."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Next-Gen Formats` radi konvertiranja slika u WebP."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Next-Gen Formats` radi konvertiranja slika u WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Pre-Connect Origins` da biste automatski dodali nagovještaje resursa `preconnect` radi uspostavljanja ranih veza s važnim izvorima trećih strana."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Pre-Connect Origins` da biste automatski dodali nagovještaje resursa `preconnect` radi uspostavljanja ranih veza s važnim izvorima trećih strana."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Preload Fonts` i `Preload Background Images` da biste dodali veze za `preload` kako bi se prednost dala dohvaćanju resursa koji se trenutačno traže kasnije tijekom učitavanja stranice."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Preload Fonts` i `Preload Background Images` da biste dodali veze za `preload` kako bi se prednost dala dohvaćanju resursa koji se trenutačno traže kasnije tijekom učitavanja stranice."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Resize Images` da bi se veličina slika promijenila ovisno o uređaju i time smanjila veličina mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Resize Images` da bi se veličina slika promijenila ovisno o uređaju i time smanjila veličina mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Upotrijebite komponentu `gatsby-plugin-image` umjesto komponente `` da biste automatski optimizirali format slike. [Saznajte više](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` oznake mogu se dodati [promjenom izgleda tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da biste automatski optimizirali format slike. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da biste automatski optimizirali format slike. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da bi se slike automatski učitale s odgodom. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da bi se slike automatski učitale s odgodom. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Koristite komponentu `next/image` i postavite \"priority\" na \"true\" kako bi se LCP slika predučitala. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Pomoću komponente `next/script` odgodite učitavanje nekritičnih skripti trećih strana. [Saznajte više](https://nextjs.org/docs/basic-features/script)."
+ "message": "Pomoću komponente `next/script` odgodite učitavanje nekritičnih skripti trećih strana. [Saznajte više](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Upotrijebite komponentu `next/image` kako bi slike uvijek bile odgovarajuće veličine. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Koristite `Webpack Bundle Analyzer` za otkrivanje nekorištenog JavaScript koda. [Saznajte više](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Savjetujemo vam da koristite `Next.js Analytics` radi mjerenja izvedbe aplikacije u stvarnom svijetu. [Saznajte više](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Savjetujemo vam da koristite `Next.js Analytics` radi mjerenja izvedbe aplikacije u stvarnom svijetu. [Saznajte više](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurirajte predmemoriranje za nepromjenjive elemente i stranice `Server-side Rendered` (SSR). [Saznajte više](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurirajte predmemoriranje za nepromjenjive elemente i stranice `Server-side Rendered` (SSR). [Saznajte više](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da biste prilagodili kvalitetu slike. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Upotrijebite komponentu `next/image` umjesto komponente `` da biste prilagodili kvalitetu slike. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Koristite komponentu `next/image` da biste postavili odgovarajuće `sizes`. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ako vaš sustav za izradu automatski umanjuje JS datoteke, trebate implementirati produkcijsku međuverziju aplikacije. To možete provjeriti pomoću proširenja React Developer Tools. [Saznajte više](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ako ne generirate na poslužitelju, [podijelite svoje JavaScript pakete](https://web.dev/code-splitting-suspense/) pomoću `React.lazy()`. U suprotnom razdvojite kôd pomoću zbirke treće strane, primjerice [komponenti koje se mogu učitati](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ako ne generirate na poslužitelju, [podijelite svoje JavaScript pakete](https://web.dev/code-splitting-suspense/) pomoću `React.lazy()`. U suprotnom razdvojite kôd pomoću zbirke treće strane, primjerice [komponenti koje se mogu učitati](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Upotrebljavajte React DevTools Profiler, koji se koristi Profiler API-jem, za mjerenje uspješnosti generiranja komponenti. [Saznajte više.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Ne može se dodijeliti"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Bez rezultata"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ova revizija nije uključena u ukupni rezultat kategorije."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Vrijednosti se procjenjuju i mogu se razlikovati. [Rezultat izvedbe računa se](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) izravno pomoću tih mjernih podataka."
},
diff --git a/shared/localization/locales/hu.json b/shared/localization/locales/hu.json
index f6ab8a366254..fbde7685fdb1 100644
--- a/shared/localization/locales/hu.json
+++ b/shared/localization/locales/hu.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Figyelmeztetéssel engedélyezve"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Elrendezésmozgás pontszáma"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Ezek az oldalon észlelt legnagyobb elrendezésmozgások. A táblázat egyes elemei egy-egy elrendezésmozgásnak felelnek meg, és a legnagyobb mértékben elmozdult elemet mutatják. Az egyes elemek alatt az elrendezésmozgást kiváltó lehetséges okok láthatók. Előfordulhat, hogy a [csak a felhasználó által látható tartalom megjelenítése](https://web.dev/articles/cls#what_is_cls) miatt ezen elrendezésmozgások közül néhány nem szerepel a CLS-mutató értékében. [További információ a CLS javításáról](https://web.dev/articles/optimize-cls)."
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 elrendezésmozgás észlelve}other{# elrendezésmozgás észlelve}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Webes betűtípus került betöltésre"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Iframe került beszúrásra"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Hiányzik egy médiaelem pontos mérete"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Az elrendezés nagy mértékű mozgásának elkerülése"
+ },
"core/audits/long-tasks.js | description": {
"message": "A fő szál leghosszabb feladatait listázza. Hasznos az interakciótól számított késéshez legnagyobb mértékben hozzájáruló elemek azonosításához. [További információ arról, hogy miként kerülhetők el a hosszú feladatok a fő szálban](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Várakozási idő a háttérszervereknél"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "A nem kompozit animációk minősége elégtelen lehet, és az ilyen animációk növelhetik a CLS-t. [További információ a nem kompozit animációk elkerüléséről](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animált elem található}other{# animált elem található}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "A szűrővel kapcsolatos tulajdonság elmozdíthatja a képpontokat"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "A cél másik, nem kompatibilis animációval rendelkezik"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Az effekt nem a „replace” kompozitmóddal rendelkezik"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Kerülje a nem kompozit animációk használatát"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Az átalakítással kapcsolatos tulajdonság a mező méretétől függ"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nem támogatott CSS-tulajdonság: {properties}}other{Nem támogatott CSS-tulajdonságok: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Az egyéni CSS-tulajdonságok nem animálhatók az összeállítón: {properties}}other{Az egyéni CSS-tulajdonságok nem animálhatók az összeállítón: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Az effekt nem támogatott időzítési paraméterekkel rendelkezik"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Utasítás"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Átirányítja a HTTP-forgalmat HTTPS-re"
},
+ "core/audits/redirects.js | description": {
+ "message": "Az átirányítások további késlekedéssel hosszabbítják meg az oldalbetöltéshez szükséges időt. [További információ az oldalátirányítások elkerüléséről](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Kerülje a többszörös oldalátirányítást"
+ },
"core/audits/seo/canonical.js | description": {
"message": "A szabványos linkek a keresési eredményként megjelenítendő URL-re tesznek javaslatot. [További információ a szabványos linkekről](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "A linkek leíró jellegű szöveggel rendelkeznek"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Ellenőrizze a strukturált adatok érvényességét a [Strukturált adatok tesztelőeszköz](https://search.google.com/structured-data/testing-tool/) és a [Structured Data Linter](http://linter.structured-data.org/) segítségével. [További információ a strukturált adatokról](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Ellenőrizze a strukturált adatok érvényességét a [Strukturált adatok tesztelőeszköze](https://developers.google.com/search/docs/appearance/structured-data/) segítségével. [További információ a strukturált adatokról](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "A strukturált adatok érvényesek"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "A robots.txt fájl érvényes"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Érdemes a szerver válaszidejét lerövidíteni a fő dokumentum esetében, mert az összes további kérés függ tőle. [További információ az Első bájt betöltéséhez szükséges idő mutatóról](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "{timeInMs, number, milliseconds} ms a gyökérdokumentumhoz"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "A szerver kezdeti válaszidejének csökkentése"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "A kezdeti szerverválaszidő rövid volt"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Előfordulhat, hogy a harmadik felektől származó cookie-k le vannak tiltva bizonyos környezetekben. [További információ a harmadik féltől származó cookie-kra vonatkozó korlátozásokra való felkészülésről](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "A DOM-alapú XSS csökkentése Trusted Types-utasítással"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Adja meg a képelemek pontos szélességét és magasságát, hogy kevésbé csússzon el az elrendezés, és javuljon a CLS. [További információ a képméretek beállításáról](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "A képelemekhez nem tartozik meghatározott `width` és `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "A képelemekhez meghatározott `width` és `height` tartozik"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Típus"
},
@@ -2808,43 +2886,43 @@
"message": "A szövegalapú forrásokat tömörítéssel (gzip, Deflate vagy Brotli) célszerű továbbítani a hálózati adatforgalom minimalizálása érdekében. Fontolja meg egy olyan CDN használatát, amely natívan támogatja ezt, vagy konfigurálja a webszervert a művelet végrehajtására. [További információ](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Optimize Fonts` beállítást, amely segítségével automatikusan bekapcsolhatja a(z) `font-display` CSS-függvényt, hogy a szöveg olvasható legyen a felhasználók számára, mialatt a webes betűtípusokat betölti a rendszer."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Optimize Fonts` beállítást, amely segítségével automatikusan bekapcsolhatja a(z) `font-display` CSS-függvényt, hogy a szöveg olvasható legyen a felhasználók számára, mialatt a webes betűtípusokat betölti a rendszer."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Next-Gen Formats` beállítást, amely segítségével képeket WebP-formátumba konvertálhat."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Next-Gen Formats` beállítást, amely segítségével képeket WebP-formátumba konvertálhat."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Lazy Load Images` beállítást, amely segítségével késleltetheti a képernyőn kívüli képek betöltését, amíg nincs rájuk szükség."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Lazy Load Images` beállítást, amely segítségével késleltetheti a képernyőn kívüli képek betöltését, amíg nincs rájuk szükség."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Critical CSS` és a(z) `Script Delay` beállítást, amelyek segítségével késleltetheti a nem kritikus JS/CSS betöltését."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Script Delay` beállítást, amelynek segítségével késleltetheti a nem kritikus JS-t."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Az [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) használatával gyorsítótárazhatja tartalmait globális hálózatunkon, így csökkentheti az első bájt betöltéséhez szükséges időt."
+ "message": "Az [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) használatával gyorsítótárazhatja tartalmait globális hálózatunkon, így csökkentheti az első bájt betöltéséhez szükséges időt."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Minify CSS` beállítást, amely segítségével automatikusan kicsinyítheti a CSS-t a hálózaton továbbított adatok méretének csökkentése érdekében."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Minify CSS` beállítást, amely segítségével automatikusan kicsinyítheti a CSS-t a hálózaton továbbított adatok méretének csökkentése érdekében."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Minify Javascript` beállítást, amely segítségével automatikusan kicsinyítheti a JS-t a hálózaton továbbított adatok méretének csökkentése érdekében."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Minify Javascript` beállítást, amely segítségével automatikusan kicsinyítheti a JS-t a hálózaton továbbított adatok méretének csökkentése érdekében."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Remove Unused CSS` funkciót, amely segíthet a probléma megoldásában. A funkció azonosítja azokat a CSS-osztályokat, amelyeket jelenleg a webhely egyes oldalai használnak, és eltávolít minden más osztályt a fájl kis méretének fenntartása érdekében."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Remove Unused CSS` funkciót, amely segíthet a probléma megoldásában. A funkció azonosítja azokat a CSS-osztályokat, amelyeket jelenleg a webhely egyes oldalai használnak, és eltávolít minden más osztályt a fájl kis méretének fenntartása érdekében."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Efficient Static Cache Policy` beállítást, amely segítségével beállíthatja az ajánlott értékeket a gyorsítótárazási fejlécben a statikus elemeknél."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Efficient Static Cache Policy` beállítást, amely segítségével beállíthatja az ajánlott értékeket a gyorsítótárazási fejlécben a statikus elemeknél."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Next-Gen Formats` beállítást, amely segítségével képeket WebP-formátumba konvertálhat."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Next-Gen Formats` beállítást, amely segítségével képeket WebP-formátumba konvertálhat."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Pre-Connect Origins` beállítást, amely segítségével automatikusan hozzáadhat `preconnect` erőforrástippeket, hogy korai kapcsolatokat hozhasson létre harmadik felekhez tartozó fontos forrásokkal."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Pre-Connect Origins` beállítást, amely segítségével automatikusan hozzáadhat `preconnect` erőforrástippeket, hogy korai kapcsolatokat hozhasson létre harmadik felekhez tartozó fontos forrásokkal."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) szolgáltatás használatával bekapcsolhatja a(z) `Preload Fonts` és a(z) `Preload Background Images` funkciót, amelyek segítségével hozzáadhat `preload` linkeket olyan források prioritásos betöltése érdekében, melyeket az aktuális oldalbetöltés egyébként későbbre sorolt."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) szolgáltatás használatával bekapcsolhatja a(z) `Preload Fonts` és a(z) `Preload Background Images` funkciót, amelyek segítségével hozzáadhat `preload` linkeket olyan források prioritásos betöltése érdekében, melyeket az aktuális oldalbetöltés egyébként későbbre sorolt."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/speed) használatával bekapcsolhatja a(z) `Resize Images` beállítást, amely segítségével átméretezhet képeket az adott eszköznek megfelelő méretűre, csökkentve ezzel a hálózaton továbbított adatok méretét."
+ "message": "Az [Ezoic Leap](https://pubdash.ezoic.com/leap) használatával bekapcsolhatja a(z) `Resize Images` beállítást, amely segítségével átméretezhet képeket az adott eszköznek megfelelő méretűre, csökkentve ezzel a hálózaton továbbított adatok méretét."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Használja a `gatsby-plugin-image` összetevőt az `` helyett a képformátum automatikus optimalizálásához. [További információ](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` címkéket [valamelyik téma elrendezésének módosításával](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) adhat hozzá."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Használja a `next/image` összetevőt az `` helyett a képformátum automatikus optimalizálásához. [További információ](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Használja a `next/image` összetevőt az `` helyett a képformátum automatikus optimalizálásához. [További információ](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Használja a `next/image` összetevőt az `` helyett a képek automatikus késleltetett betöltéséhez. [További információ](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Használja a `next/image` összetevőt az `` helyett a képek automatikus késleltetett betöltéséhez. [További információ](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "A(z) `next/image` összetevő használatával a „prioritást” igaz értékre állíthatja az LCP-kép előtöltése érdekében. [További információ](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Használja a(z) `next/script` összetevőt a nem kritikus fontosságú, harmadik félhez tartozó szkriptek késleltetéséhez. [További információ](https://nextjs.org/docs/basic-features/script)."
+ "message": "Használja a(z) `next/script` összetevőt a nem kritikus fontosságú, harmadik félhez tartozó szkriptek késleltetéséhez. [További információ](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Használja a(z) `next/image` összetevőt, hogy mindig biztosítsa a képek megfelelő méretezését. [További információ](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Használja a `Webpack Bundle Analyzer` eszközt a nem használt JavaScript-kód észleléséhez. [További információ](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Fontolja meg a(z) `Next.js Analytics` használatát az alkalmazás valós teljesítményének méréséhez. [További információ](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Fontolja meg a(z) `Next.js Analytics` használatát az alkalmazás valós teljesítményének méréséhez. [További információ](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurálja a gyorsítótárazást állandó tartalmakhoz és `Server-side Rendered` (SSR) oldalakhoz. [További információ](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurálja a gyorsítótárazást állandó tartalmakhoz és `Server-side Rendered` (SSR) oldalakhoz. [További információ](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "A képminőség beállításához használja a `next/image` összetevőt az `` helyett. [További információ](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "A képminőség beállításához használja a `next/image` összetevőt az `` helyett. [További információ](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Használja a(z) `next/image` összetevőt a megfelelő `sizes` beállításához. [További információ](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ha a buildrendszere automatikusan kicsinyíti a JS-fájlokat, akkor ügyeljen arra, hogy az alkalmazás éles buildjét telepítse. Ezt a React Developer Tools bővítménnyel ellenőrizheti. [További információ](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ha nem szerveroldali renderelést alkalmaz, [ossza fel a JavaScript-csomagokat](https://web.dev/code-splitting-suspense/) a `React.lazy()` függvény használatával. Máskülönben harmadik fél könyvtárának (pl. [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)) használatával bontsa fel a kódot."
+ "message": "Ha nem szerveroldali renderelést alkalmaz, [ossza fel a JavaScript-csomagokat](https://web.dev/code-splitting-suspense/) a `React.lazy()` függvény használatával. Máskülönben harmadik fél könyvtárának (pl. [loadable-components](https://loadable-components.com/)) használatával bontsa fel a kódot."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Használja a React DevTools Profilert, amely a Profiler API segítségével méri az összetevők megjelenítési teljesítményét. [További információ](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nem hozzárendelhető"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Nincs pontozva"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ez az audit nem járul hozzá a kategória általános pontszámához."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Az értékek becsültek és változhatnak. A [teljesítménypontszám kiszámítása](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) közvetlenül e mutatók alapján történik."
},
diff --git a/shared/localization/locales/id.json b/shared/localization/locales/id.json
index 4c984ab3ab8d..2717a28f3808 100644
--- a/shared/localization/locales/id.json
+++ b/shared/localization/locales/id.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Diizinkan dengan peringatan"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Skor pergeseran tata letak"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Berikut adalah pergeseran tata letak terbesar yang diamati di halaman. Setiap item tabel mewakili satu pergeseran tata letak, dan menampilkan elemen yang paling banyak bergeser. Di bawah setiap item adalah kemungkinan penyebab utama dari pergeseran tata letak. Beberapa pergeseran tata letak ini mungkin tidak disertakan dalam nilai metrik CLS karena [normalisasi](https://web.dev/articles/cls#what_is_cls). [Pelajari cara meningkatkan CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 pergeseran tata letak ditemukan}other{# pergeseran tata letak ditemukan}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Font web dimuat"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Memasukkan iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elemen media tidak memiliki ukuran yang jelas"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Hindari peralihan tata letak berukuran besar"
+ },
"core/audits/long-tasks.js | description": {
"message": "Mencantumkan tugas yang berjalan paling lama di thread utama, berguna untuk mengidentifikasi kontributor utama penundaan input. [Pelajari cara menghindari tugas thread utama yang berjalan lama](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latensi Backend Server"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animasi yang tidak digabungkan dapat tersendat dan menambah CLS. [Pelajari cara menghindari animasi non-gabungan](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# elemen animasi ditemukan}other{# elemen animasi ditemukan}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Properti terkait filter dapat memindahkan piksel"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Target memiliki animasi lain yang tidak kompatibel"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efek memiliki mode gabungan selain \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Menghindari animasi yang tidak digabungkan"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Properti terkait transformasi bergantung pada ukuran kotak"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Properti CSS Tidak Didukung: {properties}}other{Properti CSS Tidak Didukung: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Properti CSS kustom tidak dapat dianimasikan di kompositor: {properties}}other{Properti CSS kustom tidak dapat dianimasikan di kompositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efek memiliki parameter waktu yang tidak didukung"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Perintah"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Mengalihkan traffic HTTP ke HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Pengalihan mencakup penundaan tambahan sebelum halaman dapat dimuat. [Pelajari cara menghindari pengalihan halaman](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Hindari pengalihan lebih dari satu halaman"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Link kanonis menyarankan URL yang akan ditampilkan dalam hasil penelusuran. [Pelajari lebih lanjut link kanonis](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Link memiliki teks deskriptif"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Jalankan [Alat Pengujian Data Terstruktur](https://search.google.com/structured-data/testing-tool/) dan [Linter Data Terstruktur](http://linter.structured-data.org/) untuk memvalidasi data terstruktur. [Pelajari lebih lanjut Data Terstruktur](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Jalankan [Alat Pengujian Data Terstruktur](https://developers.google.com/search/docs/appearance/structured-data/) untuk memvalidasi data terstruktur. [Pelajari lebih lanjut Data Terstruktur](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Data terstruktur valid"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt valid"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Pertahankan waktu respons server untuk dokumen utama tetap singkat karena semua permintaan lain bergantung padanya. [Pelajari lebih lanjut metrik Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Dokumen root memerlukan waktu {timeInMs, number, milliseconds} md"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Kurangi waktu respons server awal"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Respons server awal memakan waktu singkat"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Cookie pihak ketiga mungkin diblokir dalam beberapa konteks. [Pelajari lebih lanjut cara mempersiapkan pembatasan cookie pihak ketiga](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Memitigasi XSS berbasis DOM dengan Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Setel lebar dan tinggi yang jelas pada elemen gambar untuk mengurangi pergeseran tata letak dan memperbaiki CLS. [Pelajari cara menyetel dimensi gambar](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elemen gambar tidak memiliki `width` dan `height` yang jelas"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elemen gambar memiliki `width` dan `height` yang jelas"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Jenis"
},
@@ -2808,43 +2886,43 @@
"message": "Resource berbasis teks harus ditayangkan dengan kompresi (gzip, deflate, atau brotli) untuk meminimalkan total byte jaringan. Sebaiknya gunakan CDN yang secara native mendukung hal ini, atau konfigurasi server web untuk melakukan operasi ini. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Optimize Fonts` untuk otomatis memanfaatkan fitur CSS `font-display` guna memastikan teks dapat dilihat oleh pengguna saat font web dimuat."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Optimize Fonts` untuk otomatis memanfaatkan fitur CSS `font-display` guna memastikan teks dapat dilihat oleh pengguna saat font web dimuat."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Next-Gen Formats` untuk mengonversi gambar ke WebP."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Next-Gen Formats` untuk mengonversi gambar ke WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Lazy Load Images` untuk menunda pemuatan gambar di luar layar sampai gambar diperlukan."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Lazy Load Images` untuk menunda pemuatan gambar di luar layar sampai gambar diperlukan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Critical CSS` serta `Script Delay` untuk menunda JS/CSS yang tidak kritis."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Script Delay` untuk menunda JS yang tidak penting."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Gunakan [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) untuk menyimpan cache konten di berbagai jaringan di seluruh dunia, yang mempersingkat waktu untuk menerima byte data pertama."
+ "message": "Gunakan [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) untuk menyimpan cache konten di berbagai jaringan di seluruh dunia, yang mempersingkat waktu untuk menerima byte data pertama."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Minify CSS` untuk otomatis meminifikasi CSS guna mengurangi ukuran payload jaringan."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Minify CSS` untuk otomatis meminifikasi CSS guna mengurangi ukuran payload jaringan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Minify Javascript` untuk otomatis meminifikasi JS guna mengurangi ukuran payload jaringan."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Minify Javascript` untuk otomatis meminifikasi JS guna mengurangi ukuran payload jaringan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Remove Unused CSS` untuk membantu menyelesaikan masalah ini. Tindakan ini akan mengidentifikasi class CSS yang sebenarnya digunakan di setiap halaman situs Anda, dan menghapus class CSS lainnya untuk membuat ukuran file tetap kecil."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Remove Unused CSS` untuk membantu menyelesaikan masalah ini. Tindakan ini akan mengidentifikasi class CSS yang sebenarnya digunakan di setiap halaman situs Anda, dan menghapus class CSS lainnya untuk membuat ukuran file tetap kecil."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Efficient Static Cache Policy` untuk menyetel nilai yang direkomendasikan dalam header cache bagi aset statis."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Efficient Static Cache Policy` untuk menyetel nilai yang direkomendasikan dalam header cache bagi aset statis."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Next-Gen Formats` untuk mengonversi gambar ke WebP."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Next-Gen Formats` untuk mengonversi gambar ke WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Pre-Connect Origins` untuk otomatis menambahkan petunjuk resource `preconnect` guna melakukan koneksi awal ke asal pihak ketiga yang penting."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Pre-Connect Origins` untuk otomatis menambahkan petunjuk resource `preconnect` guna melakukan koneksi awal ke asal pihak ketiga yang penting."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Preload Fonts` serta `Preload Background Images` guna menambahkan link `preload` untuk memprioritaskan pengambilan resource yang saat ini diminta pada pemuatan halaman."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Preload Fonts` serta `Preload Background Images` guna menambahkan link `preload` untuk memprioritaskan pengambilan resource yang saat ini diminta pada pemuatan halaman."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/speed) dan aktifkan `Resize Images` untuk mengubah ukuran gambar menjadi ukuran yang sesuai dengan perangkat, sehingga mengurangi ukuran payload jaringan."
+ "message": "Gunakan [Ezoic Leap](https://pubdash.ezoic.com/leap) dan aktifkan `Resize Images` untuk mengubah ukuran gambar menjadi ukuran yang sesuai dengan perangkat, sehingga mengurangi ukuran payload jaringan."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Gunakan komponen `gatsby-plugin-image`, bukan ``, untuk mengoptimalkan format gambar secara otomatis. [Pelajari lebih lanjut](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Tag `` dapat ditambahkan dengan [mengubah tata letak tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Gunakan komponen `next/image`, bukan ``, untuk mengoptimalkan format gambar secara otomatis. [Pelajari lebih lanjut](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gunakan komponen `next/image`, bukan ``, untuk mengoptimalkan format gambar secara otomatis. [Pelajari lebih lanjut](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Gunakan komponen `next/image`, bukan ``, untuk otomatis memuat gambar secara lambat. [Pelajari lebih lanjut](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gunakan komponen `next/image`, bukan ``, untuk otomatis memuat gambar secara lambat. [Pelajari lebih lanjut](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Gunakan komponen `next/image` dan setel \"priority\" ke benar (true) untuk melakukan pramuat gambar LCP. [Pelajari lebih lanjut](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Gunakan komponen `next/script` untuk menunda pemuatan skrip pihak ketiga yang tidak kritis. [Pelajari lebih lanjut](https://nextjs.org/docs/basic-features/script)."
+ "message": "Gunakan komponen `next/script` untuk menunda pemuatan skrip pihak ketiga yang tidak kritis. [Pelajari lebih lanjut](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Gunakan komponen `next/image` untuk memastikan gambar selalu memiliki ukuran yang sesuai. [Pelajari lebih lanjut](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Gunakan `Webpack Bundle Analyzer` untuk mendeteksi kode JavaScript yang tidak digunakan. [Pelajari lebih lanjut](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Sebaiknya gunakan `Next.js Analytics` untuk mengukur performa aplikasi Anda yang sebenarnya. [Pelajari lebih lanjut](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Sebaiknya gunakan `Next.js Analytics` untuk mengukur performa aplikasi Anda yang sebenarnya. [Pelajari lebih lanjut](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurasi cache untuk aset dan halaman `Server-side Rendered` (SSR) yang tidak dapat diubah. [Pelajari lebih lanjut](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurasi cache untuk aset dan halaman `Server-side Rendered` (SSR) yang tidak dapat diubah. [Pelajari lebih lanjut](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Gunakan komponen `next/image`, bukan ``, untuk menyesuaikan kualitas gambar. [Pelajari lebih lanjut](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Gunakan komponen `next/image`, bukan ``, untuk menyesuaikan kualitas gambar. [Pelajari lebih lanjut](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Gunakan komponen `next/image` untuk menyetel `sizes` yang benar. [Pelajari lebih lanjut](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Jika sistem build otomatis meminifikasi file JS, pastikan Anda men-deploy build produksi aplikasi Anda. Anda dapat memeriksanya dengan ekstensi React Developer Tools. [Pelajari lebih lanjut](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Jika Anda tidak melakukan rendering sistem server, [pisahkan paket JavaScript Anda](https://web.dev/code-splitting-suspense/) dengan `React.lazy()`. Atau, pisahkan kode menggunakan library pihak ketiga seperti [komponen yang dapat dimuat](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Jika Anda tidak melakukan rendering sistem server, [pisahkan paket JavaScript Anda](https://web.dev/code-splitting-suspense/) dengan `React.lazy()`. Atau, pisahkan kode menggunakan library pihak ketiga seperti [komponen yang dapat dimuat](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Gunakan React DevTools Profiler, yang memanfaatkan Profiler API untuk mengukur performa rendering komponen Anda. [Pelajari lebih lanjut.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Tidak dapat diatribusikan"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Tidak dinilai"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Audit ini tidak berkontribusi pada skor kategori keseluruhan."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Nilai adalah hasil perkiraan dan dapat bervariasi. [Skor performa dihitung](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) secara langsung dari metrik ini."
},
diff --git a/shared/localization/locales/it.json b/shared/localization/locales/it.json
index b8bbc220e613..59e1189ecf65 100644
--- a/shared/localization/locales/it.json
+++ b/shared/localization/locales/it.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Consentito con avviso"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Punteggio della variazione del layout"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Queste sono le maggiori variazioni del layout osservate nella pagina. Ogni elemento della tabella rappresenta una singola variazione del layout e mostra l'elemento con la variazione maggiore. Sotto ogni elemento sono riportate le possibili cause principali che hanno portato alla variazione del layout. Alcune di queste variazioni del layout potrebbero non essere incluse nel valore della metrica CLS a causa dei [windowing](https://web.dev/articles/cls#what_is_cls). [Scopri come migliorare la metrica CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 variazione del layout trovata}other{# variazioni del layout trovate}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "È stato caricato un carattere web"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "È stato inserito un iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "L'elemento multimediale è privo di dimensioni esplicite"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evita significative variazioni di layout"
+ },
"core/audits/long-tasks.js | description": {
"message": "Elenca le attività più lunghe nel thread principale; è utile per identificare gli elementi che contribuiscono maggiormente al ritardo dell'input. [Scopri come evitare attività lunghe nel thread principale](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latenze server backend"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Le animazioni non composite possono essere scadenti e aumentare il CLS. [Scopri come evitare le animazioni non composte](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# elemento animato trovato}other{# elementi animati trovati}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "La proprietà relativa al filtro potrebbe spostare i pixel"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Il target ha un'altra animazione che non è compatibile"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "L'effetto ha una modalità composita diversa da \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evita animazioni non composite"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "La proprietà relativa alla trasformazione dipende dalle dimensioni della casella"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Proprietà CSS non supportata: {properties}}other{Proprietà CSS non supportate: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Le proprietà CSS personalizzate non possono essere animate sul compositore: {properties}}other{Le proprietà CSS personalizzate non possono essere animate sul compositore: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "L'effetto ha parametri di timing non supportati"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Istruzione"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Reindirizza il traffico HTTP a HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "I reindirizzamenti comportano ulteriori ritardi prima del caricamento della pagina. [Scopri come evitare i reindirizzamenti delle pagine](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evita i reindirizzamenti tra più pagine"
+ },
"core/audits/seo/canonical.js | description": {
"message": "I link canonici suggeriscono quale URL mostrare nei risultati di ricerca. [Scopri di più sui link canonici](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "I link hanno un testo descrittivo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Esegui lo [Strumento di test per i dati strutturati](https://search.google.com/structured-data/testing-tool/) e [Structured Data Linter](http://linter.structured-data.org/) per convalidare i dati strutturati. [Scopri di più sui dati strutturati](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Esegui lo [Strumento di test per i dati strutturati](https://developers.google.com/search/docs/appearance/structured-data/) per convalidare i dati strutturati. [Scopri di più sui dati strutturati](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Dati strutturati validi"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt è valido"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Fai in modo che il tempo di risposta del server per il documento principale sia breve perché tutte le altre richieste dipendono da questo. [Scopri di più sulla metrica Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Il documento radice ha richiesto {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Riduci il tempo di risposta iniziale del server"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Il tempo di risposta iniziale del server è stato breve"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "I cookie di terze parti potrebbero essere bloccati in alcuni contesti. [Scopri di più su come prepararti alle limitazioni relative ai cookie di terze parti](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitiga gli attacchi XSS (cross-site scripting) basati su DOM con Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Imposta larghezza e altezza esplicite negli elementi immagine per ridurre le variazioni di layout e migliorare la metrica CLS. [Scopri come impostare le dimensioni delle immagini](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Gli elementi immagine non hanno `width` e `height` esplicite"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Gli elementi immagine hanno `width` e `height` esplicite"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipo"
},
@@ -2808,43 +2886,43 @@
"message": "Le risorse basate sul testo dovrebbero essere pubblicate con compressione (gzip, deflate o brotli) per minimizzare il numero totale di byte di rete. Valuta la possibilità di utilizzare una rete CDN che supporta questa funzionalità in modo nativo oppure configura il server web per eseguire questa operazione. [Scopri di più](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Optimize Fonts` per usare automaticamente la funzionalità CSS `font-display` in modo da garantire che il testo sia visibile all'utente mentre è in corso il caricamento dei caratteri web."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Optimize Fonts` per usare automaticamente la funzionalità CSS `font-display` in modo da garantire che il testo sia visibile all'utente mentre è in corso il caricamento dei caratteri web."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Next-Gen Formats` per convertire le immagini in WebP."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Next-Gen Formats` per convertire le immagini in WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Lazy Load Images` per rimandare il caricamento delle immagini nell'area non visibile finché non sono necessarie."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Lazy Load Images` per rimandare il caricamento delle immagini nell'area non visibile finché non sono necessarie."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Critical CSS` e `Script Delay` per rimandare le risorse JS/CSS non fondamentali."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Script Delay` per rimandare il caricamento delle risorse JS non fondamentali."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Usa [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) per memorizzare i tuoi contenuti nella cache della nostra rete globale e ridurre il tempi per il primo byte."
+ "message": "Usa [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) per memorizzare i tuoi contenuti nella cache della nostra rete globale e ridurre il tempi per il primo byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Minify CSS` per minimizzare automaticamente il CSS in modo da ridurre le dimensioni dei payload di rete."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Minify CSS` per minimizzare automaticamente il CSS in modo da ridurre le dimensioni dei payload di rete."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Minify Javascript` per minimizzare automaticamente il JS in modo da ridurre le dimensioni dei payload di rete."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Minify Javascript` per minimizzare automaticamente il JS in modo da ridurre le dimensioni dei payload di rete."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Remove Unused CSS` per aiutarti a risolvere il problema. In questo modo verranno identificate le classi CSS attualmente in uso in ogni pagina del tuo sito e le altre verranno rimosse per contenere le dimensioni del file."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Remove Unused CSS` per aiutarti a risolvere il problema. In questo modo verranno identificate le classi CSS attualmente in uso in ogni pagina del tuo sito e le altre verranno rimosse per contenere le dimensioni del file."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Efficient Static Cache Policy` per impostare i valori consigliati nell'intestazione per la memorizzazione nella cache degli asset statici."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Efficient Static Cache Policy` per impostare i valori consigliati nell'intestazione per la memorizzazione nella cache degli asset statici."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Next-Gen Formats` per convertire le immagini in WebP."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Next-Gen Formats` per convertire le immagini in WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Pre-Connect Origins` per aggiungere automaticamente gli hint delle risorse `preconnect` per collegarti anticipatamente a importanti origini di terze parti."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Pre-Connect Origins` per aggiungere automaticamente gli hint delle risorse `preconnect` per collegarti anticipatamente a importanti origini di terze parti."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Preload Fonts` e `Preload Background Images` per aggiungere link di `preload` per dare la priorità al recupero delle risorse attualmente richieste in un secondo momento nel caricamento della pagina."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Preload Fonts` e `Preload Background Images` per aggiungere link di `preload` per dare la priorità al recupero delle risorse attualmente richieste in un secondo momento nel caricamento della pagina."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/speed) e attiva `Resize Images` per ridimensionare le immagini in modo appropriato per il dispositivo e contenere le dimensioni dei payload di rete."
+ "message": "Usa [Ezoic Leap](https://pubdash.ezoic.com/leap) e attiva `Resize Images` per ridimensionare le immagini in modo appropriato per il dispositivo e contenere le dimensioni dei payload di rete."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Usa il componente `gatsby-plugin-image` anziché `` per ottimizzare automaticamente il formato delle immagini. [Scopri di più](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Puoi aggiungere i tag `` [modificando il layout di un tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Usa il componente `next/image` anziché `` per ottimizzare automaticamente il formato delle immagini. [Scopri di più](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Usa il componente `next/image` anziché `` per ottimizzare automaticamente il formato delle immagini. [Scopri di più](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Usa il componente `next/image` anziché `` per attivare il caricamento lento automatico delle immagini. [Scopri di più](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Usa il componente `next/image` anziché `` per attivare il caricamento lento automatico delle immagini. [Scopri di più](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Usa il componente `next/image` e imposta la \"priorità\" su vero per precaricare l'immagine LCP. [Scopri di più](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Utilizza il componente `next/script` per rimandare il caricamento di script di terze parti non critici. [Scopri di più](https://nextjs.org/docs/basic-features/script)."
+ "message": "Utilizza il componente `next/script` per rimandare il caricamento di script di terze parti non critici. [Scopri di più](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Usa il componente `next/image` per assicurarti che le immagini abbiano sempre le dimensioni appropriate. [Scopri di più](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Usa `Webpack Bundle Analyzer` per rilevare codice JavaScript non utilizzato. [Scopri di più](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Potresti usare `Next.js Analytics` per misurare le prestazioni reali della tua app. [Scopri di più](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Potresti usare `Next.js Analytics` per misurare le prestazioni reali della tua app. [Scopri di più](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configura la memorizzazione nella cache per asset e pagine `Server-side Rendered` (SSR) non modificabili. [Scopri di più](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configura la memorizzazione nella cache per asset e pagine `Server-side Rendered` (SSR) non modificabili. [Scopri di più](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Usa il componente `next/image` anziché `` per regolare la qualità delle immagini. [Scopri di più](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Usa il componente `next/image` anziché `` per regolare la qualità delle immagini. [Scopri di più](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Utilizza il componente `next/image` per impostare il valore `sizes` appropriato. [Scopri di più](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Se il tuo sistema di compilazione minimizza automaticamente i file JS, assicurati di eseguire il deployment della build di produzione della tua applicazione. Puoi verificare usando l'estensione React Developer Tools. [Ulteriori informazioni](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Se non usi il rendering lato server, [suddividi i tuoi bundle JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. In alternativa, suddividi il codice usando una libreria di terze parti come [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Se non usi il rendering lato server, [suddividi i tuoi bundle JavaScript](https://web.dev/code-splitting-suspense/) con `React.lazy()`. In alternativa, suddividi il codice usando una libreria di terze parti come [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Usa lo strumento React DevTools Profiler, che usa l'API Profiler, per misurare le prestazioni di rendering dei tuoi componenti. [Ulteriori informazioni](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Non attribuibili"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Senza punteggio"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Questo controllo non contribuisce al punteggio complessivo della categoria."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "I valori sono delle stime e potrebbero variare. Il [punteggio relativo alle prestazioni viene calcolato](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direttamente in base a queste metriche."
},
diff --git a/shared/localization/locales/ja.json b/shared/localization/locales/ja.json
index 2fb1bb2e2c3c..bcd2015f8038 100644
--- a/shared/localization/locales/ja.json
+++ b/shared/localization/locales/ja.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "許可(警告あり)"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "レイアウト シフトのスコア"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "これらは、ページで確認された最大のレイアウト シフトです。表の各項目は 1 つのレイアウト シフトを表し、最もシフトの大きかった要素が表示されます。各項目の下には、レイアウト シフトにつながったと考えられる根本原因が表示されます。[ウィンドウ処理](https://web.dev/articles/cls#what_is_cls)が原因で、これらのレイアウト シフトの一部が CLS 指標値に含まれていない場合があります。[CLS を改善する方法について](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 件のレイアウト シフトが見つかりました}other{# 件のレイアウト シフトが見つかりました}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "ウェブフォントを読み込みました"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "挿入された iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "メディア要素に明示的なサイズが含まれていません"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "レイアウトが大きく変わらないようにする"
+ },
"core/audits/long-tasks.js | description": {
"message": "メインスレッドで長時間実行されているタスクを表示します。入力の遅延に最も影響しているタスクを特定する際に役立ちます。[長いメインスレッド タスクの回避方法の詳細](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "サーバーのバックエンド待ち時間"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "合成されていないアニメーションは動きが不自然になり、CLS が大きくなることがあります。[合成されていないアニメーションを避ける方法の詳細](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# 件のアニメーション要素が見つかりました}other{# 件のアニメーション要素が見つかりました}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "filter 関連のプロパティはピクセルの移動につながる可能性があります"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "ターゲットに互換性のない別のアニメーションが含まれています"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "エフェクトに「replace」以外の合成モードが含まれています"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "合成されていないアニメーションは使用しないでください"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "transform 関連のプロパティがボックスのサイズに依存しています"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{サポートされていない CSS プロパティ: {properties}}other{サポートされていない CSS プロパティ: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{コンポジターでカスタム CSS プロパティをアニメーション化できません: {properties}}other{コンポジターでカスタム CSS プロパティをアニメーション化できません: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "サポートされていないタイミング パラメータがエフェクトで使用されています"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "ディレクティブ"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP トラフィックは HTTPS にリダイレクトされます"
},
+ "core/audits/redirects.js | description": {
+ "message": "リダイレクトを行うと、ページの読み込みにさらに時間がかかる可能性があります。[ページ リダイレクトの回避方法の詳細](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "複数のページ リダイレクトの回避"
+ },
"core/audits/seo/canonical.js | description": {
"message": "正規リンクで、検索結果に表示する URL を指定します。[正規リンクの詳細](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "リンクにわかりやすいテキストが設定されています"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "[構造化データ テストツール](https://search.google.com/structured-data/testing-tool/)と[構造化データ用 Linter](http://linter.structured-data.org/) を実行して構造化データを検証してください。[構造化データの詳細](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "[構造化データ テストツール](https://developers.google.com/search/docs/appearance/structured-data/)を実行して、構造化データを検証してください。[構造化データの詳細](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "構造化データが有効です"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt は有効です"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "メイン ドキュメントのサーバー応答時間は、他のすべてのリクエストに影響するため、速くする必要があります。[Time to First Byte 指標の詳細](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "ルート ドキュメントの読み込みに {timeInMs, number, milliseconds} ミリ秒かかりました"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "最初のサーバー応答時間を速くしてください"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "最初のサーバー応答時間は問題ない速さです"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "サードパーティ Cookie は、状況によってはブロックされることがあります。[サードパーティ Cookie の制限に備える方法について](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Trusted Types を使用して DOM ベースの XSS に対処する"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "画像要素で幅と高さを明示的に設定すると、レイアウト シフトを減らして、CLS を改善できます。[画像サイズの設定方法の詳細](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "画像要素で `width` と `height` が明示的に指定されていない"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "画像要素で `width` と `height` が明示的に指定されている"
+ },
"core/audits/user-timings.js | columnType": {
"message": "タイプ"
},
@@ -2808,43 +2886,43 @@
"message": "テキストベースのリソースは圧縮(gzip、deflate、または brotli)して配信し、ネットワークの全体的な通信量を最小限に抑えてください。これをネイティブでサポートしている CDN の使用を検討するか、この処理を行うようウェブサーバーを設定してください。[詳細](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Optimize Fonts` を有効にし、`font-display` CSS 機能を自動的に利用することで、Web フォントの読み込み中にテキストが確実にユーザーに表示されるようにします。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Optimize Fonts` を有効にし、`font-display` CSS 機能を自動的に利用することで、Web フォントの読み込み中にテキストが確実にユーザーに表示されるようにします。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Next-Gen Formats` を有効にし、画像を WebP に変換します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Next-Gen Formats` を有効にし、画像を WebP に変換します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Lazy Load Images` を有効にし、画面外の画像の読み込みを必要になるまで遅らせます。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Lazy Load Images` を有効にし、画面外の画像の読み込みを必要になるまで遅らせます。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Critical CSS` と `Script Delay` を有効にし、クリティカルでない JS/CSS を遅らせます。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Script Delay` を有効にし、重要でない JS を遅らせます。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) を使用して、世界各国のネットワークに広がるコンテンツをキャッシュし、最初の 1 バイトまでの時間を改善します。"
+ "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) を使用して、世界各国のネットワークに広がるコンテンツをキャッシュし、最初の 1 バイトまでの時間を改善します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Minify CSS` を有効にし、CSS を自動的に縮小することでネットワーク ペイロード サイズを削減します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Minify CSS` を有効にし、CSS を自動的に縮小することでネットワーク ペイロード サイズを削減します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Minify Javascript` を有効にし、JS を自動的に縮小することでネットワーク ペイロード サイズを削減します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Minify Javascript` を有効にし、JS を自動的に縮小することでネットワーク ペイロード サイズを削減します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Remove Unused CSS` を有効にすると、問題の解決に役立ちます。サイトの各ページで実際に使用されている CSS クラスが特定され、それ以外が削除されることで、ファイルサイズが小さく保たれます。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Remove Unused CSS` を有効にすると、問題の解決に役立ちます。サイトの各ページで実際に使用されている CSS クラスが特定され、それ以外が削除されることで、ファイルサイズが小さく保たれます。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Efficient Static Cache Policy` を有効にし、静的アセット用のキャッシュ ヘッダーに推奨値を設定します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Efficient Static Cache Policy` を有効にし、静的アセット用のキャッシュ ヘッダーに推奨値を設定します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Next-Gen Formats` を有効にし、画像を WebP に変換します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Next-Gen Formats` を有効にし、画像を WebP に変換します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Pre-Connect Origins` を有効にし、自動的に `preconnect` リソースヒントを追加することで、重要なサードパーティ オリジンへの早期接続を確立します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Pre-Connect Origins` を有効にし、自動的に `preconnect` リソースヒントを追加することで、重要なサードパーティ オリジンへの早期接続を確立します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Preload Fonts` と `Preload Background Images` を有効にし、`preload` リンクを追加することで、現在リクエストされているリソースの取得をページ読み込みの後半で優先します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Preload Fonts` と `Preload Background Images` を有効にし、`preload` リンクを追加することで、現在リクエストされているリソースの取得をページ読み込みの後半で優先します。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) を使用して、`Resize Images` を有効にし、画像のサイズをデバイスに適したサイズに変更することで、ネットワーク ペイロード サイズを削減します。"
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) を使用して、`Resize Images` を有効にし、画像のサイズをデバイスに適したサイズに変更することで、ネットワーク ペイロード サイズを削減します。"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "画像形式が自動的に最適化されるように、`` ではなく `gatsby-plugin-image` コンポーネントを使用します。[詳細](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "[テーマのレイアウトを編集](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)して、`` タグを追加できます。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "画像形式が自動的に最適化されるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "画像形式が自動的に最適化されるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "画像が自動的に遅延読み込みされるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "画像が自動的に遅延読み込みされるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "`next/image` コンポーネントを使用して、「priority」を true に設定し、LCP 画像をプリロードします。[詳細](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "重要でない第三者スクリプトの読み込みを遅らせるには、`next/script` コンポーネントを使用してください。[詳細](https://nextjs.org/docs/basic-features/script)"
+ "message": "重要でない第三者スクリプトの読み込みを遅らせるには、`next/script` コンポーネントを使用してください。[詳細](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "画像が常に適切なサイズで表示されるように、`next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "使用されていない JavaScript コードを検出できるように、`Webpack Bundle Analyzer` を使用します。[詳細](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "アプリの実際のパフォーマンスを測定するには、`Next.js Analytics` の使用をご検討ください。[詳細](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "アプリの実際のパフォーマンスを測定するには、`Next.js Analytics` の使用をご検討ください。[詳細](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "不変アセットと `Server-side Rendered`(SSR)ページのキャッシュを設定してください。[詳細](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "不変アセットと `Server-side Rendered`(SSR)ページのキャッシュを設定してください。[詳細](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "画質が調整されるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "画質が調整されるように、`` ではなく `next/image` コンポーネントを使用します。[詳細](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "適切な `sizes` を設定するには、`next/image` コンポーネントを使用してください。[詳細](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "ご使用のビルドシステムで JS ファイルが自動的に圧縮される場合は、アプリケーションの本番環境用ビルドをデプロイしていることを確認します。確認には React Developer Tools 拡張機能を使用できます。[詳細](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "サーバーサイドのレンダリングを行わない場合は、`React.lazy()` で [JavaScript バンドルを分割](https://web.dev/code-splitting-suspense/)します。それ以外は、[loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) などの第三者ライブラリを使用してコードを分割します。"
+ "message": "サーバーサイドのレンダリングを行わない場合は、`React.lazy()` で [JavaScript バンドルを分割](https://web.dev/code-splitting-suspense/)します。それ以外は、[loadable-components](https://loadable-components.com/) などの第三者ライブラリを使用してコードを分割します。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Profiler API を採用している React DevTools Profiler を使用して、コンポーネントのレンダリング性能を測定します。[詳細](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "アトリビューション不可"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "スコアなし"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "この監査は、カテゴリの総合スコアに影響しません。"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "推定値のため変動する可能性があります。[パフォーマンス スコアの計算](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)は、これらの指標を基に行っています。"
},
diff --git a/shared/localization/locales/ko.json b/shared/localization/locales/ko.json
index e13161a415ef..69761ba6152a 100644
--- a/shared/localization/locales/ko.json
+++ b/shared/localization/locales/ko.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "허용됨(경고 포함)"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "레이아웃 변경 점수"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "페이지에서 관찰된 가장 큰 레이아웃 변화입니다. 각 표 항목은 단일 레이아웃 변경을 나타내며 가장 많이 변경된 요소를 표시합니다. 각 항목 아래에는 레이아웃이 변경된 예상 근본 원인이 나와 있습니다. [윈도잉](https://web.dev/articles/cls#what_is_cls)으로 인해 일부 레이아웃 변경은 CLS 측정항목 값에 포함되지 않을 수 있습니다. [CLS 개선 방법 알아보기](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{레이아웃 변경 1건 발견}other{레이아웃 변경 #건 발견}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "웹 글꼴 로드됨"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "삽입된 iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "명시적인 크기가 없는 미디어 요소"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "대규모 레이아웃 변경 피하기"
+ },
"core/audits/long-tasks.js | description": {
"message": "기본 스레드의 가장 긴 작업을 열거합니다. 입력 지연을 가장 많이 유발하는 작업을 찾을 때 용이합니다. [긴 기본 스레드 작업을 방지하는 방법 알아보기](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "서버 백엔드 지연 시간"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "합성 작업을 거치지 않은 애니메이션은 품질이 나쁘고 CLS를 높일 수 있습니다. [합성 작업을 거치지 않은 애니메이션을 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{애니메이션 요소 #개 발견됨}other{애니메이션 요소 #개 발견됨}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "필터 관련 속성으로 인해 픽셀이 움직일 수 있음"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "타겟에 호환되지 않는 다른 애니메이션이 있음"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "효과에 'replace'가 아닌 합성 모드가 있음"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "합성 작업을 거치지 않은 애니메이션 지양하기"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "변환 관련 속성은 박스 크기에 의존합니다."
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{지원되지 않는 CSS 속성: {properties}}other{지원되지 않는 CSS 속성: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{컴포지터에서 맞춤 CSS 속성에 애니메이션을 적용할 수 없습니다. {properties}}other{컴포지터에서 맞춤 CSS 속성에 애니메이션을 적용할 수 없습니다. {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "지원되지 않는 타이밍 매개변수가 효과에 포함됨"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "지시어"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP 트래픽을 HTTPS로 리디렉션함"
},
+ "core/audits/redirects.js | description": {
+ "message": "리디렉션을 사용하면 페이지가 로드되기 전 추가적인 지연이 발생합니다. [페이지 리디렉션을 방지하는 방법 알아보기](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "여러 차례의 페이지 리디렉션 피하기"
+ },
"core/audits/seo/canonical.js | description": {
"message": "표준 링크는 검색결과에 어떤 URL을 표시할지 알려줍니다. [표준 링크에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "링크에 설명 텍스트가 있음"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "[구조화된 데이터용 테스트 도구](https://search.google.com/structured-data/testing-tool/)와 [구조화된 데이터 Linter](http://linter.structured-data.org/)를 실행하여 구조화된 데이터를 검증합니다. [구조화된 데이터에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "[구조화된 데이터용 테스트 도구](https://developers.google.com/search/docs/appearance/structured-data/)를 실행하여 구조화된 데이터를 검증합니다. [구조화된 데이터에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "구조화된 데이터가 유효함"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt가 유효함"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "다른 모든 요청이 기본 문서의 영향을 받으므로 기본 문서에 대한 서버 응답 시간을 짧게 유지하세요. [Time to First Byte(첫 바이트까지의 시간) 측정항목에 관해 자세히 알아보기](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "루트 문서에 {timeInMs, number, milliseconds} ms 소요됨"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "초기 서버 응답 시간 단축"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "초기 서버 응답 시간 짧음"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "일부 상황에서는 서드 파티 쿠키가 차단될 수 있습니다. [서드 파티 쿠키 제한에 대비하는 방법 자세히 알아보기](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "신뢰할 수 있는 유형으로 DOM 기반 XSS 완화"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "이미지 요소에 명시적인 너비 및 높이를 설정하여 레이아웃 변경 횟수를 줄이고 누적 레이아웃 변경을 개선합니다. [이미지 크기 설정 방법 알아보기](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "이미지 요소에 `width` 및 `height`가 명시되어 있지 않습니다"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "이미지 요소에 `width` 및 `height`가 명시되어 있습니다"
+ },
"core/audits/user-timings.js | columnType": {
"message": "유형"
},
@@ -2808,43 +2886,43 @@
"message": "네트워크 사용 총량을 최소화하려면 텍스트 기반 리소스를 압축(gzip, deflate, brotli)하여 제공해야 합니다. 기본적으로 이를 지원하는 CDN을 사용하거나 이 작업을 수행하도록 웹 서버를 구성해 보세요. [자세히 알아보기](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Optimize Fonts`를 사용 설정하여 `font-display` CSS 기능을 자동으로 활용하고 웹폰트를 로드하는 중에 사용자가 텍스트를 볼 수 있게 하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Optimize Fonts`를 사용 설정하여 `font-display` CSS 기능을 자동으로 활용하고 웹폰트를 로드하는 중에 사용자가 텍스트를 볼 수 있게 하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Next-Gen Formats`를 사용 설정하여 이미지를 WebP로 전환하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Next-Gen Formats`를 사용 설정하여 이미지를 WebP로 전환하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Lazy Load Images`를 사용 설정하여 필요할 때까지 화면 밖 이미지 로드를 연기하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Lazy Load Images`를 사용 설정하여 필요할 때까지 화면 밖 이미지 로드를 연기하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Critical CSS` 및 `Script Delay`를 사용 설정하여 중요하지 않은 JS/CSS를 연기하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)를 활용하고 `Script Delay`를 사용 설정하여 중요하지 않은 JS를 연기합니다."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching)을 사용하여 전 세계 네트워크에서 콘텐츠를 캐시하고 첫 바이트 소요 시간을 개선하세요."
+ "message": "[Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching)을 사용하여 전 세계 네트워크에서 콘텐츠를 캐시하고 첫 바이트 소요 시간을 개선하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Minify CSS`를 사용 설정하여 CSS를 자동으로 축소하고 네트워크 페이로드 크기를 줄이세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Minify CSS`를 사용 설정하여 CSS를 자동으로 축소하고 네트워크 페이로드 크기를 줄이세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Minify Javascript`를 사용 설정하여 JS를 자동으로 축소하여 네트워크 페이로드 크기를 줄이세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Minify Javascript`를 사용 설정하여 JS를 자동으로 축소하여 네트워크 페이로드 크기를 줄이세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Remove Unused CSS`를 사용 설정하여 이 문제를 해결하도록 도와주세요. 사이트의 각 페이지에 실제로 사용되는 CSS 클래스를 식별하고 나머지를 삭제하여 파일 크기를 작게 유지합니다."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Remove Unused CSS`를 사용 설정하여 이 문제를 해결하도록 도와주세요. 사이트의 각 페이지에 실제로 사용되는 CSS 클래스를 식별하고 나머지를 삭제하여 파일 크기를 작게 유지합니다."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Efficient Static Cache Policy`를 사용 설정하여 고정 애셋의 캐싱 헤더에서 권장 값을 설정하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Efficient Static Cache Policy`를 사용 설정하여 고정 애셋의 캐싱 헤더에서 권장 값을 설정하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Next-Gen Formats`를 사용 설정하여 이미지를 WebP로 전환하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Next-Gen Formats`를 사용 설정하여 이미지를 WebP로 전환하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Pre-Connect Origins`를 사용 설정하여 `preconnect` 리소스 힌트를 자동으로 추가하고 중요한 서드 파티 원본에 관한 조기 연결을 수립하세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Pre-Connect Origins`를 사용 설정하여 `preconnect` 리소스 힌트를 자동으로 추가하고 중요한 서드 파티 원본에 관한 조기 연결을 수립하세요."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Preload Fonts` 및 `Preload Background Images`를 사용 설정하여 `preload` 링크를 추가하고 현재 페이지 로드에서 나중에 요청되는 리소스 가져오기의 우선순위를 지정합니다."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Preload Fonts` 및 `Preload Background Images`를 사용 설정하여 `preload` 링크를 추가하고 현재 페이지 로드에서 나중에 요청되는 리소스 가져오기의 우선순위를 지정합니다."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed)을 사용하고 `Resize Images`를 사용 설정하여 기기에 적절한 크기로 이미지 크기를 조절하고 네트워크 페이로드 크기를 줄이세요."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap)을 사용하고 `Resize Images`를 사용 설정하여 기기에 적절한 크기로 이미지 크기를 조절하고 네트워크 페이로드 크기를 줄이세요."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "`` 대신 `gatsby-plugin-image` 구성요소를 사용하여 이미지 형식을 자동으로 최적화하세요. [자세히 알아보기](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "[테마의 레이아웃을 수정](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)하여 `` 태그를 추가할 수 있습니다."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지 형식을 자동으로 최적화하세요. [자세히 알아보기](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지 형식을 자동으로 최적화하세요. [자세히 알아보기](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지를 자동으로 지연 로드하세요. [자세히 알아보기](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지를 자동으로 지연 로드하세요. [자세히 알아보기](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "`next/image` 구성요소를 사용하고 '우선순위'를 True로 설정하여 LCP 이미지를 미리 로드하세요. [자세히 알아보기](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "`next/script` 구성요소를 사용하여 중요하지 않은 타사 스크립트의 로드를 지연하세요. [자세히 알아보기](https://nextjs.org/docs/basic-features/script)"
+ "message": "`next/script` 구성요소를 사용하여 중요하지 않은 타사 스크립트의 로드를 지연하세요. [자세히 알아보기](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "`next/image` 구성요소를 사용해 이미지 크기가 항상 적절하게 조정되도록 하세요. [자세히 알아보기](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "`Webpack Bundle Analyzer`를 사용하여 사용되지 않는 JavaScript 코드를 감지하세요. [자세히 알아보기](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "`Next.js Analytics`를 사용하여 앱의 실제 성능을 측정해 보세요. [자세히 알아보기](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "`Next.js Analytics`를 사용하여 앱의 실제 성능을 측정해 보세요. [자세히 알아보기](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "변경 불가능한 애셋 및 `Server-side Rendered`(SSR) 페이지의 캐싱을 구성하세요. [자세히 알아보기](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "변경 불가능한 애셋 및 `Server-side Rendered`(SSR) 페이지의 캐싱을 구성하세요. [자세히 알아보기](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지 품질을 조정하세요. [자세히 알아보기](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "`` 대신 `next/image` 구성요소를 사용하여 이미지 품질을 조정하세요. [자세히 알아보기](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "`next/image` 구성요소를 사용해 적절한 `sizes`를 설정하세요. [자세히 알아보기](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "빌드 시스템에서 JS 파일을 자동으로 축소하는 경우 애플리케이션의 프로덕션 빌드를 배포하고 있는지 확인하세요. 이는 React 개발자 도구 확장 프로그램으로 확인할 수 있습니다. [자세히 알아보기](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "서버 측에서 렌더링하지 않는 경우 `React.lazy()`(으)로 [자바스크립트 번들을 분할](https://web.dev/code-splitting-suspense/)해 보세요. 또는 [로드 가능한 구성요소](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)와 같은 타사 라이브러리를 사용하여 코드를 분할하세요."
+ "message": "서버 측에서 렌더링하지 않는 경우 `React.lazy()`(으)로 [자바스크립트 번들을 분할](https://web.dev/code-splitting-suspense/)해 보세요. 또는 [로드 가능한 구성요소](https://loadable-components.com/)와 같은 타사 라이브러리를 사용하여 코드를 분할하세요."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Profiler API를 활용하는 React 개발자 도구 프로파일러를 사용하여 구성요소의 렌더링 성능을 측정합니다. [자세히 알아보기](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "확인되지 않음"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "점수에 포함되지 않음"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "이 감사는 전체 카테고리 점수에 영향을 미치지 않습니다."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "값은 추정치이며 달라질 수 있습니다. 이러한 측정항목에서 [성능 점수가 직접 계산됩니다](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
},
diff --git a/shared/localization/locales/lt.json b/shared/localization/locales/lt.json
index e6886aadfb2e..91c20568bc96 100644
--- a/shared/localization/locales/lt.json
+++ b/shared/localization/locales/lt.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Leidžiama su įspėjimu"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Išdėstymo poslinkio rezultatas"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Tai yra didžiausi puslapyje pastebėti išdėstymo poslinkiai. Kiekvienas lentelės elementas atspindi vieną išdėstymo poslinkį ir rodo labiausiai pasislinkusį elementą. Po kiekvienu elementu pateikiamos galimos pagrindinės priežastys, lėmusios išdėstymo poslinkį. Kai kurie iš šių išdėstymo poslinkių gali būti neįtraukti į KIP metrikos vertę dėl [pateikimo lange](https://web.dev/articles/cls#what_is_cls). [Sužinokite, kaip pagerinti KIP](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Rastas vienas išdėstymo poslinkis}one{Rastas # išdėstymo poslinkis}few{Rasti # išdėstymo poslinkiai}many{Rasta # išdėstymo poslinkio}other{Rasta # išdėstymo poslinkių}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Žiniatinklio šriftas įkeltas"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Įterptas „iframe“"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Trūksta aiškaus medijos elemento dydžio"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Venkite didelių išdėstymo poslinkių"
+ },
"core/audits/long-tasks.js | description": {
"message": "Sudaromas ilgiausių pagrindinės grupės užduočių sąrašas, naudingas siekiant nustatyti, kas labiausiai prisideda prie įvesties delsos. [Sužinokite, kaip išvengti ilgų pagrindinės grupės užduočių](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Serverio vidinės pusės delsa"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Nesudėtinės animacijos gali būti prastos kokybės ir dėl jų gali padidėti KIP. [Sužinokite, kaip išvengti nesudėtinių animacijų](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Rastas # animuotas elementas}one{Rastas # animuotas elementas}few{Rasti # animuoti elementai}many{Rasta # animuoto elemento}other{Rasta # animuotų elementų}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Su filtrais susijusi nuosavybė gali perkelti taškus"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Elemente yra kita animacija, kuri yra nesuderinama"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Nustatytas sudėtinis efekto režimas, kuris nėra „replace“"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Venkite nesudėtinių animacijų"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Su transformavimu susijusi nuosavybė priklauso nuo laukelio dydžio"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepalaikoma CSS nuosavybė: {properties}}one{Nepalaikomos CSS nuosavybės: {properties}}few{Nepalaikomos CSS nuosavybės: {properties}}many{Nepalaikomos CSS nuosavybės: {properties}}other{Nepalaikomos CSS nuosavybės: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Tinkintų CSS kalbos nuosavybių negalima animuoti kūrimo priemonėje: {properties}}one{Tinkintų CSS kalbos nuosavybių negalima animuoti kūrimo priemonėje: {properties}}few{Tinkintų CSS kalbos nuosavybių negalima animuoti kūrimo priemonėje: {properties}}many{Tinkintų CSS kalbos nuosavybių negalima animuoti kūrimo priemonėje: {properties}}other{Tinkintų CSS kalbos nuosavybių negalima animuoti kūrimo priemonėje: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekto laiko parametrai nepalaikomi"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktyva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Nukreipia HTTP srautą į HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Peradresuojant puslapio įkėlimo delsos laikas dar labiau pailgėja. [Sužinokite, kaip išvengti puslapio peradresavimų](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Venkite kelių puslapio peradresavimų"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Standartizuotos nuorodos siūlo, kurį URL rodyti paieškos rezultatuose. [Sužinokite daugiau apie standartizuotas nuorodas](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Nuorodose yra aprašomojo teksto"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Paleiskite [Struktūrinių duomenų bandymo įrankį](https://search.google.com/structured-data/testing-tool/) ir [„Structured Data Linter“](http://linter.structured-data.org/), kad būtų patvirtinti struktūriniai duomenys. [Sužinokite daugiau apie struktūrinius duomenis](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Paleiskite [Struktūrinių duomenų bandymo įrankį](https://developers.google.com/search/docs/appearance/structured-data/), kad būtų patvirtinti struktūriniai duomenys. [Sužinokite daugiau apie struktūrinius duomenis](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Struktūriniai duomenys tinkami"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt tinkamas"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Padarykite, kad pagrindinio dokumento serverio atsako laikas būtų trumpas, nes nuo jo priklauso visos kitos užklausos. [Sužinokite daugiau apie laiko iki pirmojo baito metriką](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Šakninio dokumento įkėlimas užtruko {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Pradinio serverio atsako laiko sumažinimas"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Pradinio serverio atsako laikas buvo trumpas"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Trečiųjų šalių slapukai gali būti blokuojami tam tikrame kontekste. [Sužinokite daugiau apie pasirengimą trečiųjų šalių slapukų apribojimams](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Sumažinkite DOM pagrįsto XSS riziką naudodami patikimus tipus"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Nustatykite tikslų vaizdo elementų plotį ir aukštį, kad būtų mažiau išdėstymo poslinkių ir pagerinamas KIP. [Sužinokite, kaip nustatyti vaizdo matmenis](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Vaizdo elementų matmenys nėra tikslūs: `width` ir `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Tikslūs vaizdo elementų matmenys: `width` ir `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipas"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstinius šaltinius reikėtų suglaudinti (naudojant „Gzip“, „Deflate“ arba „Brotli“), kad bendrai būtų sunaudojama kuo mažiau tinklo baitų. Apsvarstykite galimybę naudoti TPT, kuri tai palaiko vietinėje sistemoje, arba sukonfigūruokite žiniatinklio serverį, kad atliktų šią operaciją. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Optimize Fonts`“, kad automatiškai naudotumėte PAP funkciją „`font-display`“ ir užtikrintumėte, kad tekstas matomas naudotojui, kol įkeliami žiniatinklio šriftai."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Optimize Fonts`“, kad automatiškai naudotumėte PAP funkciją „`font-display`“ ir užtikrintumėte, kad tekstas matomas naudotojui, kol įkeliami žiniatinklio šriftai."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Next-Gen Formats`“, kad konvertuotumėte vaizdus į „WebP“."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Next-Gen Formats`“, kad konvertuotumėte vaizdus į „WebP“."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Lazy Load Images`“, kad atidėtumėte vaizdų ne ekrane įkėlimą, kol jų prireiks."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Lazy Load Images`“, kad atidėtumėte vaizdų ne ekrane įkėlimą, kol jų prireiks."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymus „`Critical CSS`“ ir „`Script Delay`“, kad atidėtumėte nebūtinus JS / PAP."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Script Delay`“, kad atidėtumėte nebūtiną JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Naudodami [„Ezoic“ TPT](https://pubdash.ezoic.com/speed/caching) savo turinį išsaugokite talpykloje visą pasaulį jungiančiame tinkle ir pagerinkite laiką iki pirmojo baito."
+ "message": "Naudodami [„Ezoic“ TPT](https://pubdash.ezoic.com/leap/caching) savo turinį išsaugokite talpykloje visą pasaulį jungiančiame tinkle ir pagerinkite laiką iki pirmojo baito."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Minify CSS`“, kad automatiškai sumažintumėte PAP ir tinklo naudingąsias apkrovas."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Minify CSS`“, kad automatiškai sumažintumėte PAP ir tinklo naudingąsias apkrovas."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Minify Javascript`“, kad automatiškai sumažintumėte JS ir tinklo naudingąsias apkrovas."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Minify Javascript`“, kad automatiškai sumažintumėte JS ir tinklo naudingąsias apkrovas."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Remove Unused CSS`“, kad padėtumėte išspręsti šią problemą. Bus nustatytos PAP klasės, kurios iš tiesų naudojamos kiekviename jūsų svetainės puslapyje, ir pašalintos visos kitos, kad failas nebūtų didelis."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Remove Unused CSS`“, kad padėtumėte išspręsti šią problemą. Bus nustatytos PAP klasės, kurios iš tiesų naudojamos kiekviename jūsų svetainės puslapyje, ir pašalintos visos kitos, kad failas nebūtų didelis."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Efficient Static Cache Policy`“, kad nustatytumėte rekomenduojamas statinių išteklių vertes saugojimo talpykloje antraštėje."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Efficient Static Cache Policy`“, kad nustatytumėte rekomenduojamas statinių išteklių vertes saugojimo talpykloje antraštėje."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Next-Gen Formats`“, kad konvertuotumėte vaizdus į „WebP“."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Next-Gen Formats`“, kad konvertuotumėte vaizdus į „WebP“."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Pre-Connect Origins`“ ir automatiškai pridėkite šaltinio nurodymus „`preconnect`“, kad ryšys su svarbiais trečiųjų šalių šaltiniais būtų užmezgamas iš anksto."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Pre-Connect Origins`“ ir automatiškai pridėkite šaltinio nurodymus „`preconnect`“, kad ryšys su svarbiais trečiųjų šalių šaltiniais būtų užmezgamas iš anksto."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymus „`Preload Fonts`“ ir „`Preload Background Images`“, kad pridėtumėte nuorodų „`preload`“ ir suteiktumėte pirmenybę gaunamiems ištekliams, kurių užklausos šiuo metu teikiamos vėliau įkeliant puslapį."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymus „`Preload Fonts`“ ir „`Preload Background Images`“, kad pridėtumėte nuorodų „`preload`“ ir suteiktumėte pirmenybę gaunamiems ištekliams, kurių užklausos šiuo metu teikiamos vėliau įkeliant puslapį."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/speed) įgalinkite nustatymą „`Resize Images`“, kad pakeistumėte vaizdų dydį pagal įrenginį ir sumažintumėte tinklo naudingąją apkrovą."
+ "message": "Naudodami [„Ezoic Leap“](https://pubdash.ezoic.com/leap) įgalinkite nustatymą „`Resize Images`“, kad pakeistumėte vaizdų dydį pagal įrenginį ir sumažintumėte tinklo naudingąją apkrovą."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Naudokite komponentą „`gatsby-plugin-image`“ vietoj „``“ vaizdų formatui automatiškai optimizuoti. [Sužinokite daugiau](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Žymas „``“ galima pridėti [keičiant temos išdėstymą](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdų formatui automatiškai optimizuoti. [Sužinokite daugiau](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdų formatui automatiškai optimizuoti. [Sužinokite daugiau](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdams automatiškai asinchroniškai įkelti. [Sužinokite daugiau](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdams automatiškai asinchroniškai įkelti. [Sužinokite daugiau](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Naudodami komponentą „`next/image`“ nustatykite prioritetą į „True“ ir iš anksto įkelkite DTŽ vaizdą. [Sužinokite daugiau](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Naudokite komponentą „`next/script`“, kad atidėtumėte neesminių trečiosios šalies scenarijų įkėlimą. [Sužinokite daugiau](https://nextjs.org/docs/basic-features/script)."
+ "message": "Naudokite komponentą „`next/script`“, kad atidėtumėte neesminių trečiosios šalies scenarijų įkėlimą. [Sužinokite daugiau](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Naudokite komponentą „`next/image`“, kad užtikrintumėte, jog visada nustatomas tinkamas vaizdų dydis. [Sužinokite daugiau](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Naudokite „`Webpack Bundle Analyzer`“, kad aptiktumėte nenaudojamą „JavaScript“ kodą. [Sužinokite daugiau](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Apsvarstykite galimybę naudoti „`Next.js Analytics`“ norėdami įvertinti programos realų našumą. [Sužinokite daugiau](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Apsvarstykite galimybę naudoti „`Next.js Analytics`“ norėdami įvertinti programos realų našumą. [Sužinokite daugiau](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigūruokite nekintamų išteklių ir „`Server-side Rendered`“ (SSR) puslapių saugojimą talpykloje. [Sužinokite daugiau](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigūruokite nekintamų išteklių ir „`Server-side Rendered`“ (SSR) puslapių saugojimą talpykloje. [Sužinokite daugiau](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdų kokybei koreguoti. [Sužinokite daugiau](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Naudokite komponentą „`next/image`“ vietoj „``“ vaizdų kokybei koreguoti. [Sužinokite daugiau](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Naudokite komponentą „`next/image`“ atitinkamam „`sizes`“ nustatyti. [Sužinokite daugiau](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Jei versijų sistemoje iš JS failų nereikalingi duomenys pašalinami automatiškai, įsitikinkite, kad pritaikote gamybinę programos versiją. Galite tai patikrinti naudodami „React“ kūrėjo įrankių plėtinį. [Sužinokite daugiau](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Jei nepateikiate serveryje, [išskaidykite „JavaScript“ grupes](https://web.dev/code-splitting-suspense/) naudodami „`React.lazy()`“. Kitu atveju išskaidykite kodą naudodami trečiosios šalies biblioteką, pvz., [„loadable-components“](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Jei nepateikiate serveryje, [išskaidykite „JavaScript“ grupes](https://web.dev/code-splitting-suspense/) naudodami „`React.lazy()`“. Kitu atveju išskaidykite kodą naudodami trečiosios šalies biblioteką, pvz., [„loadable-components“](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Naudokite „React“ kūrimo įrankių analizės įrankį (kurį naudojant pasitelkiama analizės įrankio API) komponentų pateikimo našumui įvertinti. [Sužinokite daugiau.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nepriskiriama"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Neįskaityti"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Šis auditas neprisideda prie bendro kategorijos balo."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Vertės yra apytikslės ir gali skirtis. [Našumo įvertinimas apskaičiuojamas](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) tiesiogiai pagal šias metrikas."
},
diff --git a/shared/localization/locales/lv.json b/shared/localization/locales/lv.json
index d3c07b13d8c5..7442c131206a 100644
--- a/shared/localization/locales/lv.json
+++ b/shared/localization/locales/lv.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Atļauts ar brīdinājumu"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Izkārtojuma nobīdes rādītājs"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Šīs ir lielākās lapā novērotās izkārtojuma nobīdes. Katrs tabulas vienums apzīmē vienu izkārtojuma nobīdi, un tajā tiek rādīts elements, kurā bija vislielākā nobīde. Zem katra vienuma ir norādīti iespējamie galvenie cēloņi, kas izraisīja izkārtojuma nobīdi. Dažas no šīm izkārtojuma nobīdēm var nebūt iekļautas CLS metrikas vērtībā [logošanas](https://web.dev/articles/cls#what_is_cls) dēļ. [Uzziniet, kā uzlabot CLS](https://web.dev/articles/optimize-cls)."
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Tika atrasta 1 izkārtojuma nobīde}zero{Tika atrastas # izkārtojuma nobīdes}one{Tika atrasta # izkārtojuma nobīde}other{Tika atrastas # izkārtojuma nobīdes}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Tika ielādēts tīmekļa fonts"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Tika iepludināts iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Multivides elementam nav skaidra lieluma"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Centieties novērst lielas izkārtojuma nobīdes"
+ },
"core/audits/long-tasks.js | description": {
"message": "Šeit ir norādīti galvenā pavediena uzdevumi ar visilgāko izpildes laiku, lai palīdzētu noteikt, kuri uzdevumi visvairāk palielina ievades aizkavi. [Uzziniet, kā izvairīties no ilgiem galvenā pavediena uzdevumiem](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Servera aizmugursistēmas latentums"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Nesaliktas animācijas var būt lēnas un palielināt kopējo izkārtojuma nobīdi. [Uzziniet, kā izvairīties no nesaliktām animācijām](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Tika atrasts # animēts elements}zero{Tika atrasti # animēti elementi}one{Tika atrasts # animēts elements}other{Tika atrasti # animēti elementi}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Ar filtru saistītais īpašums var pārvietot pikseļus"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Mērķī ir cita, nesaderīga animācija"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efektam tiek lietots cits salikšanas režīms, nevis “replace”."
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Nesaliktas animācijas nav ieteicams izmantot"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Ar pārveidošanu saistītā īpašuma darbība ir atkarīga no lodziņa lieluma"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Neatbalstīts CSS īpašums: {properties}}zero{Neatbalstīti CSS īpašumi: {properties}}one{Neatbalstīti CSS īpašumi: {properties}}other{Neatbalstīti CSS īpašumi: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Salicējā nevar animēt pielāgotus CSS parametrus: {properties}}zero{Salicējā nevar animēt pielāgotus CSS parametrus: {properties}}one{Salicējā nevar animēt pielāgotus CSS parametrus: {properties}}other{Salicējā nevar animēt pielāgotus CSS parametrus: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efektam ir norādīti neatbalstīti laika parametri"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktīva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP datplūsma tiek novirzīta uz HTTPS lapām"
},
+ "core/audits/redirects.js | description": {
+ "message": "Novirzīšana rada papildu aizkaves pirms lapas ielādes. [Uzziniet, kā izvairīties no lapu novirzīšanas.](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Nepieļaujiet vairākas lapas novirzīšanas"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanoniskās saites iesaka, kurus URL rādīt meklēšanas rezultātos. [Uzziniet vairāk par kanoniskajām saitēm](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Saitēm ir aprakstošs teksts"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Lai validētu strukturētos datus, palaidiet [strukturētu datu testēšanas rīku](https://search.google.com/structured-data/testing-tool/) un rīku [Structured Data Linter](http://linter.structured-data.org/). [Uzziniet vairāk par strukturētajiem datiem](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Lai validētu strukturētos datus, palaidiet [strukturētu datu testēšanas rīku](https://developers.google.com/search/docs/appearance/structured-data/). [Uzziniet vairāk par strukturētajiem datiem](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturētie dati ir derīgi"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt ir derīgs"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Galvenā dokumenta servera atbildes laikam jābūt īsam, jo no tā ir atkarīga pārējo pieprasījumu izpilde. [Uzziniet vairāk par rādītāju “Laiks līdz pirmajam baitam”](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Saknes dokumentam nepieciešamais laiks: {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Samaziniet servera sākotnējās atbildes laiku"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Sākotnējās servera atbildes laika bija īss"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Dažos gadījumos var tikt bloķēti trešo pušu sīkfaili. [Uzziniet vairāk par sagatavošanos trešo pušu sīkfailu ierobežojumiem](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "DOM XSS uzbrukumu ierobežošana, izmantojot direktīvu Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Iestatiet konkrētu platumu un augstumu attēlu elementiem, lai samazinātu izkārtojuma nobīdes un uzlabotu CLS. [Uzziniet, kā iestatīt attēlu izmērus](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Attēlu elementiem nav konkrēts `width` un `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Attēlu elementiem ir konkrēts `width` un `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Veids"
},
@@ -2808,43 +2886,43 @@
"message": "Lai samazinātu kopējo tīkla lietojumu (baitos), vēlams izmantot tekstuālo datu saspiešanu (Gzip, Deflate vai Brotli). Ieteicams izmantot CDN, kas iebūvētā veidā atbalsta šo funkciju, vai konfigurēt tīmekļa serveri, lai veiktu šo darbību. [Uzziniet vairāk](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Optimize Fonts`, lai automātiski izmantotu CSS funkciju `font-display` un nodrošinātu, ka tīmekļa fontu ielādes laikā teksts ir redzams lietotājiem."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Optimize Fonts`, lai automātiski izmantotu CSS funkciju `font-display` un nodrošinātu, ka tīmekļa fontu ielādes laikā teksts ir redzams lietotājiem."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Next-Gen Formats`, lai konvertētu attēlus uz WebP formātu."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Next-Gen Formats`, lai konvertētu attēlus uz WebP formātu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Lazy Load Images`, lai atliktu ekrānā pagaidām neredzamo attēlu ielādi, kamēr tie nav nepieciešami."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Lazy Load Images`, lai atliktu ekrānā pagaidām neredzamo attēlu ielādi, kamēr tie nav nepieciešami."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opcijas `Critical CSS` un `Script Delay`, lai atliktu visu nesvarīgo JS/CSS kodu."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet `Script Delay`, lai atliktu mazāk svarīgu JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Izmantojiet [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), lai savu saturu saglabātu kešatmiņā mūsu vispasaules tīklā, tādējādi uzlabojot laiku līdz pirmajam baitam."
+ "message": "Izmantojiet [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), lai savu saturu saglabātu kešatmiņā mūsu vispasaules tīklā, tādējādi uzlabojot laiku līdz pirmajam baitam."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Minify CSS`, lai automātiski samazinātu CSS, tādējādi samazinot tīkla lietderīgo slodzi."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Minify CSS`, lai automātiski samazinātu CSS, tādējādi samazinot tīkla lietderīgo slodzi."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Minify Javascript`, lai automātiski samazinātu JS, tādējādi samazinot tīkla lietderīgo slodzi."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Minify Javascript`, lai automātiski samazinātu JS, tādējādi samazinot tīkla lietderīgo slodzi."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Remove Unused CSS`, lai novērstu šo problēmu. Tiks identificētas CSS klases, kas faktiski tiek lietotas katrā vietnes lapā, un tiks noņemtas citas klases, lai samazinātu faila lielumu."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Remove Unused CSS`, lai novērstu šo problēmu. Tiks identificētas CSS klases, kas faktiski tiek lietotas katrā vietnes lapā, un tiks noņemtas citas klases, lai samazinātu faila lielumu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Efficient Static Cache Policy`, lai kešatmiņas galvenē iestatītu statiskajiem līdzekļiem ieteicamās vērtības."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Efficient Static Cache Policy`, lai kešatmiņas galvenē iestatītu statiskajiem līdzekļiem ieteicamās vērtības."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Next-Gen Formats`, lai konvertētu attēlus uz WebP formātu."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Next-Gen Formats`, lai konvertētu attēlus uz WebP formātu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opciju `Pre-Connect Origins`, lai automātiski pievienotu “`preconnect`” resursu norādes, tādējādi agri izveidojot savienojumus ar svarīgiem trešās puses avotiem."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opciju `Pre-Connect Origins`, lai automātiski pievienotu “`preconnect`” resursu norādes, tādējādi agri izveidojot savienojumus ar svarīgiem trešās puses avotiem."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet opcijas `Preload Fonts` un `Preload Background Images`, lai pievienotu “`preload`” saites un piešķirtu prioritāti to resursu ienešanai, kas pašreiz lapas ielādes laikā tiek pieprasīti vēlāk."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet opcijas `Preload Fonts` un `Preload Background Images`, lai pievienotu “`preload`” saites un piešķirtu prioritāti to resursu ienešanai, kas pašreiz lapas ielādes laikā tiek pieprasīti vēlāk."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/speed) un iespējojiet `Resize Images`, lai mainītu attēlu izmērus atbilstoši ierīcei, tādējādi samazinot tīkla lietderīgo slodzi."
+ "message": "Izmantojiet [Ezoic Leap](https://pubdash.ezoic.com/leap) un iespējojiet `Resize Images`, lai mainītu attēlu izmērus atbilstoši ierīcei, tādējādi samazinot tīkla lietderīgo slodzi."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Lai automātiski optimizētu attēlu formātu, izmantojiet komponentu `gatsby-plugin-image`, nevis ``. [Uzziniet vairāk](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Varat pievienot `` tagus, [modificējot motīva izkārtojumu](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Lai automātiski optimizētu attēlu formātu, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Lai automātiski optimizētu attēlu formātu, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Lai automātiski atliktu attēlu ielādi, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Lai automātiski atliktu attēlu ielādi, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Izmantojiet komponentu `next/image` un iestatiet opcijai “priority” vērtību “true”, lai iepriekš ielādētu LCP attēlu. [Uzziniet vairāk](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Izmantojiet komponentu `next/script`, lai atliktu mazāk svarīgu trešās puses skriptu ielādi. [Uzziniet vairāk](https://nextjs.org/docs/basic-features/script)."
+ "message": "Izmantojiet komponentu `next/script`, lai atliktu mazāk svarīgu trešās puses skriptu ielādi. [Uzziniet vairāk](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Izmantojiet komponentu `next/image`, lai nodrošinātu vienmēr pareizu lielumu attēliem. [Uzziniet vairāk](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Lai noteiktu neizmantotu JavaScript kodu, izmantojiet `Webpack Bundle Analyzer`. [Uzziniet vairāk](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Lai novērtētu lietotnes faktisko veiktspēju ieteicams izmantot `Next.js Analytics`. [Uzziniet vairāk](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Lai novērtētu lietotnes faktisko veiktspēju ieteicams izmantot `Next.js Analytics`. [Uzziniet vairāk](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurējiet nemainīgu līdzekļu un `Server-side Rendered` (SSR) lapu saglabāšanu kešatmiņā. [Uzziniet vairāk](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurējiet nemainīgu līdzekļu un `Server-side Rendered` (SSR) lapu saglabāšanu kešatmiņā. [Uzziniet vairāk](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Lai pielāgotu attēlu kvalitāti, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Lai pielāgotu attēlu kvalitāti, izmantojiet komponentu `next/image`, nevis ``. [Uzziniet vairāk](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Lai iestatītu atbilstošās elementa `sizes` vērtības, izmantojiet komponentu `next/image`. [Uzziniet vairāk](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ja būvējuma sistēmā JavaScript faili tiek automātiski samazināti, pārbaudiet, vai ir izvietots jūsu lietojumprogrammas produkcijas būvējums. To var pārbaudīt, izmantojot paplašinājumu React Developer Tools. [Uzziniet vairāk](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ja neveicat renderēšanu servera pusē, [sadaliet JavaScript pakas](https://web.dev/code-splitting-suspense/), izmantojot `React.lazy()`. Pretējā gadījumā sadaliet kodu, izmantojot trešās puses bibliotēku, piemēram, [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ja neveicat renderēšanu servera pusē, [sadaliet JavaScript pakas](https://web.dev/code-splitting-suspense/), izmantojot `React.lazy()`. Pretējā gadījumā sadaliet kodu, izmantojot trešās puses bibliotēku, piemēram, [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Varat mērīt komponentu renderēšanas veiktspēju ar spraudni React DevTools Profiler, kurā tiek izmantots Profiler API. [Uzziniet vairāk.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Neattiecināmi"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Neuzskaitītie"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Šī pārbaude neietekmē kategorijas kopējo rādītāju."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Vērtības ir aptuvenas un var atšķirties. [Veiktspējas rezultāts tiek aprēķināts](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/), pamatojoties tieši uz šiem metrikas veidiem."
},
diff --git a/shared/localization/locales/nl.json b/shared/localization/locales/nl.json
index 1725bcef2ad5..65ac5dfc1bbd 100644
--- a/shared/localization/locales/nl.json
+++ b/shared/localization/locales/nl.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Toegestaan met waarschuwing"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Score voor indelingsverschuiving"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Dit zijn de grootste indelingsverschuivingen die zijn waargenomen op de pagina. Elk tabelitem vertegenwoordigt één indelingsverschuiving en toont het element dat het meest is verschoven. Onder elk item staan mogelijke oorzaken die tot de indelingsverschuiving hebben geleid. Sommige van deze indelingsverschuivingen zijn misschien niet opgenomen in de statistiekwaarde CLS vanwege de [vensterfunctie](https://web.dev/articles/cls#what_is_cls). [Meer informatie over hoe je CLS kunt verbeteren](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 indelingsverschuiving gevonden}other{# indelingsverschuivingen gevonden}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Weblettertype geladen"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Geïnjecteerd iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Media-element heeft geen expliciet formaat"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Grote indelingsverschuivingen vermijden"
+ },
"core/audits/long-tasks.js | description": {
"message": "Vermeldt de langste taken in de primaire thread (dit is handig om de factoren te identificeren die tot de meeste invoervertraging leiden). [Meer informatie over hoe je lange taken voor de hoofdthread voorkomt](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Wachttijden van server-backend"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animaties die niet samengesteld zijn, kunnen langzaam zijn en ertoe leiden dat de CLS toeneemt. [Meer informatie over hoe je niet-samengestelde animaties vermijdt](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animatie-element gevonden}other{# animatie-elementen gevonden}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Een aan filters gerelateerde eigenschap kan pixels verplaatsen"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Het doel heeft een andere animatie die incompatibel is"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effect heeft een andere composite-modus dan 'replace'"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Niet-samengestelde animaties vermijden"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Een aan transformatie gerelateerde eigenschap is afhankelijk van de grootte van het vak"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Niet-ondersteunde css-property: {properties}}other{Niet-ondersteunde css-property's: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Er kunnen geen animaties voor aangepaste css-property's worden gemaakt in de samensteller: {properties}}other{Er kunnen geen animaties voor aangepaste css-property's worden gemaakt in de samensteller: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effect heeft niet-ondersteunde tijdparameters"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Instructie"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Hiermee wordt HTTP-verkeer omgeleid naar HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Omleidingen zorgen voor extra vertraging voordat de pagina kan worden geladen. [Meer informatie over hoe je pagina-omleidingen vermijdt](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Vermijd meerdere pagina-omleidingen"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Canonieke links geven een suggestie voor welke URL moet worden getoond in de zoekresultaten. [Meer informatie over canonieke links](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Links bevatten beschrijvende tekst"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Voer de [Tool voor het testen van gestructureerde gegevens](https://search.google.com/structured-data/testing-tool/) en de [Linter voor gestructureerde gegevens](http://linter.structured-data.org/) uit om gestructureerde gegevens te valideren. [Meer informatie over gestructureerde gegevens](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Voer de [Tool voor het testen van gestructureerde gegevens](https://developers.google.com/search/docs/appearance/structured-data/) uit om gestructureerde gegevens te valideren. [Meer informatie over gestructureerde gegevens](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "De gestructureerde gegevens zijn geldig"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt is geldig"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Houd de reactietijd van de server voor het hoofddocument kort, omdat alle andere verzoeken daarvan afhankelijk zijn. [Meer informatie over de statistiek Tijd tot eerste byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Hoofddocument duurde {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Eerste reactietijd van server verkorten"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Eerste reactietijd van server was kort"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Cookies van derden kunnen in bepaalde contexten worden geblokkeerd. [Meer informatie over hoe je je kunt voorbereiden op de beperkingen voor cookies van derden](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "DOM-gebaseerde XSS beperken met Vertrouwde typen"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Stel een expliciete breedte en hoogte in voor afbeeldingselementen om opmaakverschuivingen te verminderen en CLS te verbeteren. [Meer informatie over hoe je afbeeldingsafmetingen instelt](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Afbeeldingselementen hebben geen expliciete `width` en `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Afbeeldingselementen hebben expliciete `width` en `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstgebaseerde bronnen moeten worden geleverd met compressie (gzip, deflate of brotli) om het totale aantal netwerkbytes te minimaliseren. Gebruik een CDN dat dit standaard ondersteunt of stel de webserver in om deze bewerking uit te voeren. [Meer informatie](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Optimize Fonts` aan om de css-functie `font-display` automatisch te gebruiken om te zorgen dat tekst zichtbaar is voor gebruikers terwijl weblettertypen worden geladen."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Optimize Fonts` aan om de css-functie `font-display` automatisch te gebruiken om te zorgen dat tekst zichtbaar is voor gebruikers terwijl weblettertypen worden geladen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Next-Gen Formats` aan om afbeeldingen te converteren naar WebP."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Next-Gen Formats` aan om afbeeldingen te converteren naar WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Lazy Load Images` aan om het laden van afbeeldingen buiten het scherm uit te stellen totdat ze nodig zijn."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Lazy Load Images` aan om het laden van afbeeldingen buiten het scherm uit te stellen totdat ze nodig zijn."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Critical CSS` en `Script Delay` aan om niet-kritieke JavaScript/css uit te stellen."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Script Delay` aan om niet-kritieke JS uit te stellen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Gebruik [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) om je content te cachen in onze wereldwijde netwerk om zo de tijd tot de eerste byte te verbeteren."
+ "message": "Gebruik [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) om je content te cachen in onze wereldwijde netwerk om zo de tijd tot de eerste byte te verbeteren."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Minify CSS` aan om je css automatisch te verkleinen om de omvang van netwerkpayloads te verkleinen."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Minify CSS` aan om je css automatisch te verkleinen om de omvang van netwerkpayloads te verkleinen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Minify Javascript` aan om je JavaScript automatisch te verkleinen om de omvang van netwerkpayloads te verkleinen."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Minify Javascript` aan om je JavaScript automatisch te verkleinen om de omvang van netwerkpayloads te verkleinen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Remove Unused CSS` aan om te helpen met dit probleem. Hiermee worden de css-klassen gevonden die daadwerkelijk worden gebruikt op elke pagina van je site en worden andere verwijderd om de bestandsgrootte zo klein mogelijk te houden."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Remove Unused CSS` aan om te helpen met dit probleem. Hiermee worden de css-klassen gevonden die daadwerkelijk worden gebruikt op elke pagina van je site en worden andere verwijderd om de bestandsgrootte zo klein mogelijk te houden."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Efficient Static Cache Policy` aan om aanbevolen waarden in te stellen in de cachingheader voor statische items."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Efficient Static Cache Policy` aan om aanbevolen waarden in te stellen in de cachingheader voor statische items."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Next-Gen Formats` aan om afbeeldingen te converteren naar WebP."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Next-Gen Formats` aan om afbeeldingen te converteren naar WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Pre-Connect Origins` aan om automatisch `preconnect`-resourcehints toe te voegen om vroege verbindingen met belangrijke externe herkomsten mogelijk te maken."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Pre-Connect Origins` aan om automatisch `preconnect`-resourcehints toe te voegen om vroege verbindingen met belangrijke externe herkomsten mogelijk te maken."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Preload Fonts` en `Preload Background Images` aan om `preload`-links toe te voegen om het ophalen van resources die momenteel zijn aangevraagd, later tijdens het laden van de pagina te prioriteren."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Preload Fonts` en `Preload Background Images` aan om `preload`-links toe te voegen om het ophalen van resources die momenteel zijn aangevraagd, later tijdens het laden van de pagina te prioriteren."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/speed) en zet `Resize Images` aan om het formaat van afbeeldingen aan te passen tot een geschikt formaat voor apparaten om zo de omvang van netwerkpayloads te verkleinen."
+ "message": "Gebruik [Ezoic Leap](https://pubdash.ezoic.com/leap) en zet `Resize Images` aan om het formaat van afbeeldingen aan te passen tot een geschikt formaat voor apparaten om zo de omvang van netwerkpayloads te verkleinen."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Gebruik de component `gatsby-plugin-image` in plaats van `` om de afbeeldingsindeling automatisch te optimaliseren. [Meer informatie](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "``-tags kunnen worden toegevoegd door [de lay-out van een thema te wijzigen](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Gebruik de component `next/image` in plaats van `` om de afbeeldingsindeling automatisch te optimaliseren. [Meer informatie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Gebruik de component `next/image` in plaats van `` om de afbeeldingsindeling automatisch te optimaliseren. [Meer informatie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Gebruik de component `next/image` in plaats van `` om afbeeldingen automatisch te laden via lazy loading. [Meer informatie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Gebruik de component `next/image` in plaats van `` om afbeeldingen automatisch te laden via lazy loading. [Meer informatie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Gebruik de component `next/image` en stel 'priority' in op True om de LCP-afbeelding vooraf te laden. [Meer informatie](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Gebruik de component `next/script` om het laden van niet-kritieke scripts van derden uit te stellen. [Meer informatie](https://nextjs.org/docs/basic-features/script)"
+ "message": "Gebruik de component `next/script` om het laden van niet-kritieke scripts van derden uit te stellen. [Meer informatie](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Gebruik de component `next/image` om te zorgen dat afbeeldingen altijd het juiste formaat hebben. [Meer informatie](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Gebruik `Webpack Bundle Analyzer` om ongebruikte JavaScript-code waar te nemen. [Meer informatie](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Je kunt eventueel `Next.js Analytics` gebruiken om de daadwerkelijke prestaties van je app te meten. [Meer informatie](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Je kunt eventueel `Next.js Analytics` gebruiken om de daadwerkelijke prestaties van je app te meten. [Meer informatie](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Opslaan in het cachegeheugen instellen voor onveranderbare items en `Server-side Rendered`-pagina's (SSR). [Meer informatie](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Opslaan in het cachegeheugen instellen voor onveranderbare items en `Server-side Rendered`-pagina's (SSR). [Meer informatie](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Gebruik de component `next/image` in plaats van `` om de afbeeldingskwaliteit aan te passen. [Meer informatie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Gebruik de component `next/image` in plaats van `` om de afbeeldingskwaliteit aan te passen. [Meer informatie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Gebruik de component `next/image` om de juiste `sizes` in te stellen. [Meer informatie](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Als je buildsysteem JS-bestanden automatisch verkleint, moet je ervoor zorgen dat je de productiebuild van je app implementeert. Je kunt dit checken via de React Developer Tools-extensie. [Meer informatie](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Als er niet aan de serverzijde wordt gerenderd, kun je [je JavaScript-bundels splitsen](https://web.dev/code-splitting-suspense/) met `React.lazy()`. In andere gevallen kun je de code splitsen via een externe bibliotheek, zoals [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Als er niet aan de serverzijde wordt gerenderd, kun je [je JavaScript-bundels splitsen](https://web.dev/code-splitting-suspense/) met `React.lazy()`. In andere gevallen kun je de code splitsen via een externe bibliotheek, zoals [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Gebruik de React DevTools Profiler, die gebruikmaakt van de Profiler API, om de weergaveprestaties van je componenten te meten. [Meer informatie.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Niet toe te schrijven"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Zonder score"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Deze audit draagt niet bij aan de algemene categoriescore."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Waarden worden geschat en kunnen variëren. De [prestatiescore wordt rechtstreeks berekend](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) op basis van deze statistieken."
},
diff --git a/shared/localization/locales/no.json b/shared/localization/locales/no.json
index a500bf5f308e..e6bd96dcb434 100644
--- a/shared/localization/locales/no.json
+++ b/shared/localization/locales/no.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Tillatt med advarsel"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Poengsum for utseendeforskyvning"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Dette er de største utseendeforskyvningene som er observert på siden. Hvert tabellelement representerer én enkelt utseendeforskyvning og viser elementet som ble forskjøvet mest. Under hvert element ser du mulige rotårsaker til utseendeforskyvningen. Det kan hende at noen av disse utseendeforskyvningene ikke er tatt med i CLS-beregningsverdien, på grunn av [vindusvisning](https://web.dev/articles/cls#what_is_cls). [Finn ut hvordan du kan gjøre CLS (akkumulert utseendeforskyvning) bedre](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 utseendeforskyvning ble funnet}other{# utseendeforskyvninger ble funnet}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Skrifttype for nettet er lastet inn"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Injisert iframe-element"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medieelement uten eksplisitt størrelse"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Unngå store utseendeforskyvninger"
+ },
"core/audits/long-tasks.js | description": {
"message": "Viser de lengste oppgavene på hovedtråden. Dette er nyttig for å finne ut hvilke oppgaver som bidrar mest til inndataforsinkelser. [Finn ut hvordan du unngår langvarige oppgaver på hovedtråden](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Forsinkelser i tjenerdelen"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animasjoner som ikke er sammensatte, kan være hakkete og bidra til økt CLS. [Finn ut hvordan du unngår ikke-sammensatte animasjoner](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animert element funnet}other{# animerte elementer funnet}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "En filter-relatert egenskap kan flytte piksler"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Målet har en annen animasjon som ikke er kompatibel"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effekten har en annen sammensetningsmodus enn «replace»"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Unngå ikke-sammensatte animasjoner"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "En transform-relatert egenskap er avhengig av størrelsen på boksen"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Denne CSS-egenskapen støttes ikke: {properties}}other{Disse CSS-egenskapene støttes ikke: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Egendefinerte CSS-egenskaper kan ikke animeres i sammensetteren: {properties}}other{Egendefinerte CSS-egenskaper kan ikke animeres i sammensetteren: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effekten har tidsparametere som ikke støttes"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiv"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Viderekobler HTTP-trafikk til HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Viderekoblinger fører til flere forsinkelser før siden kan lastes inn. [Finn ut hvordan du kan unngå viderekoblinger fra sider](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Unngå flere viderekoblinger av siden"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanoniske linker foreslår hvilken nettadresse som skal vises i søkeresultater. [Finn ut mer om kanoniske linker](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Linkene har beskrivende tekst"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Kjør [Testverktøy for strukturerte data](https://search.google.com/structured-data/testing-tool/) og [Structured Data Linter](http://linter.structured-data.org/) for å validere strukturerte data. [Finn ut mer om strukturerte data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Kjør [Testverktøy for strukturerte data](https://developers.google.com/search/docs/appearance/structured-data/) for å validere strukturerte data. [Finn ut mer om strukturerte data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturerte data er gyldige"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt er gyldig"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Hold tjenerresponstiden for hoveddokumentet lav, siden alle andre forespørsler avhenger av den. [Finn ut mer om beregningen Tid til første byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Root-dokumentet brukte {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduser den innledende tjenerresponstiden"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Den innledende tjenerresponstiden var kort"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Informasjonskapsler fra tredjeparter kan være blokkert i enkelte sammenhenger. [Finn ut mer om hvordan du kan forberede deg på begrensninger for informasjonskapsler fra tredjeparter](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Reduser DOM-basert XSS med betrodde typer"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Angi bredden og høyden på bildeelementer eksplisitt for å redusere utseendeforskyvninger og oppnå bedre CLS. [Finn ut hvordan du angir bildedimensjoner](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Bildeelementer har ikke eksplisitte `width`- og `height`-attributter"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Bildeelementer har eksplisitte `width`- og `height`-attributter"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Type"
},
@@ -2808,43 +2886,43 @@
"message": "Tekstbaserte ressurser bør leveres komprimert (med gzip, deflate eller brotli) for å minimere antall byte som sendes over nettverket. Vurder å bruke et ILN som støtter dette som standard, eller konfigurer netttjeneren til å utføre denne operasjonen. [Finn ut mer.](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Optimize Fonts` for å bruke CSS-funksjonen `font-display` automatisk. Dette sikrer at tekst er synlig for brukere mens skrifttyper for nettet lastes inn."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Optimize Fonts` for å bruke CSS-funksjonen `font-display` automatisk. Dette sikrer at tekst er synlig for brukere mens skrifttyper for nettet lastes inn."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Next-Gen Formats` for å konvertere bilder til WebP."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Next-Gen Formats` for å konvertere bilder til WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Lazy Load Images` for å utsette innlasting av bilder som ikke er på skjermen, frem til de trengs."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Lazy Load Images` for å utsette innlasting av bilder som ikke er på skjermen, frem til de trengs."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Critical CSS` og `Script Delay` for å utsette ikke-kritisk JS/CSS."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Script Delay` for å utsette ikke-kritisk JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Bruk [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) for å bufre innholdet ditt på det verdensomspennende nettverket vårt, slik at ventetiden frem til første byte blir kortere."
+ "message": "Bruk [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) for å bufre innholdet ditt på det verdensomspennende nettverket vårt, slik at ventetiden frem til første byte blir kortere."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Minify CSS` for å minifisere CSS-koden din automatisk, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Minify CSS` for å minifisere CSS-koden din automatisk, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Minify Javascript` for å minifisere JS-koden din automatisk, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Minify Javascript` for å minifisere JS-koden din automatisk, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Remove Unused CSS` for å avbøte dette problemet. Dette identifiserer CSS-klassene som faktisk brukes på de ulike sidene på nettstedet ditt, og fjerner eventuelle andre, slik at filstørrelsen holdes lav."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Remove Unused CSS` for å avbøte dette problemet. Dette identifiserer CSS-klassene som faktisk brukes på de ulike sidene på nettstedet ditt, og fjerner eventuelle andre, slik at filstørrelsen holdes lav."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Efficient Static Cache Policy` for å angi anbefalte verdier i bufringshodet for statiske ressurser."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Efficient Static Cache Policy` for å angi anbefalte verdier i bufringshodet for statiske ressurser."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Next-Gen Formats` for å konvertere bilder til WebP."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Next-Gen Formats` for å konvertere bilder til WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Pre-Connect Origins` for å legge til `preconnect`-ressurshint automatisk, slik at du tidlig kan opprette tilkoblinger til viktige tredjepartsopphav."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Pre-Connect Origins` for å legge til `preconnect`-ressurshint automatisk, slik at du tidlig kan opprette tilkoblinger til viktige tredjepartsopphav."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Preload Fonts` og `Preload Background Images` for å legge til `preload`-linker, slik at du kan prioritere henting av ressurser som ellers hadde blitt forespurt senere i sideinnlastingen."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Preload Fonts` og `Preload Background Images` for å legge til `preload`-linker, slik at du kan prioritere henting av ressurser som ellers hadde blitt forespurt senere i sideinnlastingen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/speed) og slå på `Resize Images` for å endre bilder til en passelig størrelse for mottakerenheten, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
+ "message": "Bruk [Ezoic Leap](https://pubdash.ezoic.com/leap) og slå på `Resize Images` for å endre bilder til en passelig størrelse for mottakerenheten, slik at størrelsen på nyttelastene som sendes over nettverket, reduseres."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Bruk `gatsby-plugin-image`-komponenten i stedet for `` for å optimalisere bildeformatet automatisk. [Finn ut mer](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "``-tagger kan legges til ved å [endre temalayouten](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Bruk `next/image`-komponenten i stedet for `` for å optimalisere bildeformatet automatisk. [Finn ut mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Bruk `next/image`-komponenten i stedet for `` for å optimalisere bildeformatet automatisk. [Finn ut mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Bruk `next/image`-komponenten i stedet for `` for å bruke utsatt innlasting av bilder automatisk. [Finn ut mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Bruk `next/image`-komponenten i stedet for `` for å bruke utsatt innlasting av bilder automatisk. [Finn ut mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Bruk `next/image`-komponenten og sett «priority» til «true» (sann) for å forhåndslaste LCP-bilder. [Finn ut mer](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Bruk `next/script`-komponenten til å utsette innlasting av ikke-kritiske tredjepartsskript. [Finn ut mer](https://nextjs.org/docs/basic-features/script)."
+ "message": "Bruk `next/script`-komponenten til å utsette innlasting av ikke-kritiske tredjepartsskript. [Finn ut mer](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Bruk `next/image`-komponenten for å sørge for at bilder alltid har rett størrelse. [Finn ut mer](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Bruk `Webpack Bundle Analyzer` for å oppdage ubrukt JavaScript-kode. [Finn ut mer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Vurder å bruke `Next.js Analytics` for å måle appens ytelse i reelle situasjoner. [Finn ut mer](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Vurder å bruke `Next.js Analytics` for å måle appens ytelse i reelle situasjoner. [Finn ut mer](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurer bufring for uforanderlige ressurser og `Server-side Rendered` (SSR)-sider. [Finn ut mer](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurer bufring for uforanderlige ressurser og `Server-side Rendered` (SSR)-sider. [Finn ut mer](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Bruk `next/image`-komponenten i stedet for `` for å justere bildekvaliteten. [Finn ut mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Bruk `next/image`-komponenten i stedet for `` for å justere bildekvaliteten. [Finn ut mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Bruk `next/image`-komponenten for å angi riktig verdi for `sizes`. [Finn ut mer](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Hvis kodebyggingssystemet minifiserer JS-filer automatisk, må du passe på at du implementerer produksjonsdelversjonen av appen. Dette kan du sjekke med React Developer Tools-utvidelsen. [Finn ut mer](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Hvis du ikke gjengir på tjenersiden, kan du [dele opp JavaScript-pakkene](https://web.dev/code-splitting-suspense/) med `React.lazy()`. Ellers kan du dele opp koden med et tredjepartsbibliotek som [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Hvis du ikke gjengir på tjenersiden, kan du [dele opp JavaScript-pakkene](https://web.dev/code-splitting-suspense/) med `React.lazy()`. Ellers kan du dele opp koden med et tredjepartsbibliotek som [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Bruk React DevTools Profiler, som benytter Profiler-API-et, til å måle gjengivelsesytelsen for komponentene. [Finn ut mer.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Kan ikke tilskrives"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Ikke vurdert"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Denne revisjonen bidrar ikke til den samlede kategoripoengsummen."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Verdiene er anslått og kan variere. [Beregningen av ytelsespoengsummen](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) er basert direkte på disse verdiene."
},
diff --git a/shared/localization/locales/pl.json b/shared/localization/locales/pl.json
index 10727eaf1d05..242483314bf4 100644
--- a/shared/localization/locales/pl.json
+++ b/shared/localization/locales/pl.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Dozwolony z ostrzeżeniem"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Wynik przesunięcia układu"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "To są największe przesunięcia układu zaobserwowane na stronie. Każdy element tabeli przedstawia jedno przesunięcie układu i pokazuje element, który przesunął się najbardziej. Pod każdym elementem znajdziesz listę możliwych głównych przyczyn, które doprowadziły do przesunięcia układu. Niektóre z tych przesunięć układu mogą nie być uwzględnione w wartości danych CLS z powodu [okienkowania](https://web.dev/articles/cls#what_is_cls). [Dowiedz się, jak poprawić wartość CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Znaleziono 1 przesunięcie układu}few{Znaleziono # przesunięcia układu}many{Znaleziono # przesunięć układu}other{Znaleziono # przesunięcia układu}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Czcionka internetowa została wczytana"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Wstrzyknięty element iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Element multimedialny nie ma wyraźnego rozmiaru"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Unikaj dużych przesunięć układu"
+ },
"core/audits/long-tasks.js | description": {
"message": "Pokazuje najdłuższe zadania na liście w wątku głównym. Służy do rozpoznawania czynników, które mają największy wpływ na opóźnienia działania. [Jak unikać długich zadań w wątku głównym](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Opóźnienia backendu serwera"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Nieskomponowane animacje mogą działać nieprawidłowo i zwiększać CLS. [Jak unikać nieskomponowanych animacji](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Znaleziono # animowany element}few{Znaleziono # animowane elementy}many{Znaleziono # animowanych elementów}other{Znaleziono # animowanego elementu}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Właściwość związana z filtrowaniem może powodować przemieszczanie pikseli"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Obiekt docelowy zawiera inną, niezgodną animację"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efekt ma tryb komponowania inny niż „replace”"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Unikaj nieskomponowanych animacji"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Właściwość związana z przekształceniem zależy od rozmiaru pola"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nieobsługiwana właściwość CSS: {properties}}few{Nieobsługiwane właściwości CSS: {properties}}many{Nieobsługiwane właściwości CSS: {properties}}other{Nieobsługiwane właściwości CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Niestandardowych właściwości CSS nie można animować w kompozytorze: {properties}}few{Niestandardowych właściwości CSS nie można animować w kompozytorze: {properties}}many{Niestandardowych właściwości CSS nie można animować w kompozytorze: {properties}}other{Niestandardowych właściwości CSS nie można animować w kompozytorze: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekt ma nieobsługiwane parametry czasowe"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Dyrektywa"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Przekierowuje ruch HTTP do HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Przekierowania wprowadzają dodatkowe opóźnienia przed załadowaniem strony. [Jak unikać przekierowań strony](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Unikaj wielokrotnych przekierowań"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Linki kanoniczne sugerują URL, który ma być pokazywany w wynikach wyszukiwania. [Więcej informacji o linkach kanonicznych](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Linki mają tekst opisowy"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Uruchom [Narzędzie do testowania uporządkowanych danych](https://search.google.com/structured-data/testing-tool/) i narzędzie [Structured Data Linter](http://linter.structured-data.org/), aby sprawdzić uporządkowane dane. [Więcej informacji o uporządkowanych danych](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Uruchom [Narzędzie do testowania uporządkowanych danych](https://developers.google.com/search/docs/appearance/structured-data/), aby sprawdzić uporządkowane dane. [Więcej informacji o uporządkowanych danych](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Uporządkowane dane są prawidłowe"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Plik robots.txt jest prawidłowy"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Zadbaj o to, aby czas reakcji serwera był jak najkrótszy dla głównego dokumentu na stronie, bo to od niego zależą wszystkie inne żądania. [Więcej informacji o czasie do pierwszego bajtu](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Czas odpowiedzi głównego dokumentu: {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Skróć wstępny czas reakcji serwera"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Wstępny czas reakcji serwera był krótki"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "W niektórych kontekstach pliki cookie innych firm mogą być blokowane. [Więcej informacji o przygotowaniu się na ograniczenia plików cookie innych firm](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Ograniczanie ataków typu XSS opartych na DOM przy użyciu dyrektywy Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "W elementach graficznych określ wyraźnie szerokość i wysokość, aby ograniczyć przesunięcia układu i ulepszyć CLS. [Jak ustawić wymiary obrazu](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elementy graficzne nie mają bezpośrednio określonych atrybutów `width` ani `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elementy graficzne mają bezpośrednio określone atrybuty `width` i `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Typ"
},
@@ -2808,43 +2886,43 @@
"message": "Zasoby tekstowe powinny być kompresowane (gzip, deflate lub brotli), aby zminimalizować ilość danych przesyłanych w sieci. Sugerujemy użycie sieci CDN, która obsługuje tę funkcję na poziomie natywnym, lub skonfiguruj wykonywanie tej operacji przez serwer WWW. [Więcej informacji](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Optimize Fonts`, aby automatycznie wykorzystać funkcję CSS „`font-display`” do zapewnienia widoczności tekstu dla użytkownika podczas ładowania czcionek internetowych."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Optimize Fonts`, aby automatycznie wykorzystać funkcję CSS „`font-display`” do zapewnienia widoczności tekstu dla użytkownika podczas ładowania czcionek internetowych."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Next-Gen Formats`, aby konwertować obrazy do formatu WebP."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Next-Gen Formats`, aby konwertować obrazy do formatu WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Lazy Load Images`, aby odłożyć ładowanie obrazów niewyświetlanych na ekranie do momentu, aż będą potrzebne."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Lazy Load Images`, aby odłożyć ładowanie obrazów niewyświetlanych na ekranie do momentu, aż będą potrzebne."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienia `Critical CSS` oraz `Script Delay`, aby opóźnić ładowanie niekrytycznych plików JS/CSS."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Script Delay`, aby opóźnić ładowanie niekrytycznych plików JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Skorzystaj z [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), aby buforować swoje treści w naszej ogólnoświatowej sieci i skrócić czas reakcji serwera."
+ "message": "Skorzystaj z [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), aby buforować swoje treści w naszej ogólnoświatowej sieci i skrócić czas reakcji serwera."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Minify CSS`, aby automatycznie zmniejszyć plik CSS i tym samym ładunki sieciowe."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Minify CSS`, aby automatycznie zmniejszyć plik CSS i tym samym ładunki sieciowe."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Minify Javascript`, aby automatycznie zmniejszyć plik JS i tym samym ładunki sieciowe."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Minify Javascript`, aby automatycznie zmniejszyć plik JS i tym samym ładunki sieciowe."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Remove Unused CSS`, aby pomóc rozwiązać ten problem. Pozwoli to rozpoznać klasy CSS, które są rzeczywiście używane na poszczególnych stronach Twojej witryny, i usunąć pozostałe klasy, zachowując niewielki rozmiar pliku."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Remove Unused CSS`, aby pomóc rozwiązać ten problem. Pozwoli to rozpoznać klasy CSS, które są rzeczywiście używane na poszczególnych stronach Twojej witryny, i usunąć pozostałe klasy, zachowując niewielki rozmiar pliku."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Efficient Static Cache Policy`, aby ustawić zalecane wartości w nagłówku buforowania zasobów statycznych."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Efficient Static Cache Policy`, aby ustawić zalecane wartości w nagłówku buforowania zasobów statycznych."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Next-Gen Formats`, aby konwertować obrazy do formatu WebP."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Next-Gen Formats`, aby konwertować obrazy do formatu WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Pre-Connect Origins`, aby automatycznie dodać wskazówki zasobów „`preconnect`” w celu wcześniejszego nawiązywania połączeń z ważnymi źródłami w innych domenach."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Pre-Connect Origins`, aby automatycznie dodać wskazówki zasobów „`preconnect`” w celu wcześniejszego nawiązywania połączeń z ważnymi źródłami w innych domenach."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienia `Preload Fonts` oraz `Preload Background Images`, aby dodać linki `preload` w celu szybszego pobierania zasobów, które są obecnie żądane na dalszym etapie ładowania strony."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienia `Preload Fonts` oraz `Preload Background Images`, aby dodać linki `preload` w celu szybszego pobierania zasobów, które są obecnie żądane na dalszym etapie ładowania strony."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/speed) i włącz ustawienie `Resize Images`, aby dostosować rozmiar obrazów odpowiednio do danego urządzenia, zmniejszając ładunki sieciowe."
+ "message": "Użyj zestawu narzędzi [Ezoic Leap](https://pubdash.ezoic.com/leap) i włącz ustawienie `Resize Images`, aby dostosować rozmiar obrazów odpowiednio do danego urządzenia, zmniejszając ładunki sieciowe."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Aby automatycznie zoptymalizować format obrazu, użyj komponentu `gatsby-plugin-image` zamiast ``. [Więcej informacji](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Tagi `` można dodać, [modyfikując układ motywu](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Aby automatycznie zoptymalizować format obrazu, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Aby automatycznie zoptymalizować format obrazu, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Aby automatycznie była używana funkcja leniwego ładowania obrazów, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Aby automatycznie była używana funkcja leniwego ładowania obrazów, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Użyj komponentu `next/image` i ustaw wartość Prawda dla elementu „priority”, aby wstępnie wczytać obraz LCP. [Więcej informacji](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Użyj komponentu `next/script`, aby opóźnić wczytywanie niekrytycznych skryptów spoza witryny. [Więcej informacji](https://nextjs.org/docs/basic-features/script)"
+ "message": "Użyj komponentu `next/script`, aby opóźnić wczytywanie niekrytycznych skryptów spoza witryny. [Więcej informacji](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Aby zawsze był odpowiednio dostosowywany rozmiar obrazów, użyj komponentu `next/image`. [Więcej informacji](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Użyj narzędzia `Webpack Bundle Analyzer`, aby wykryć nieużywany kod JavaScript. [Więcej informacji](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Możesz użyć narzędzia `Next.js Analytics`, żeby zmierzyć rzeczywistą szybkość aplikacji. [Więcej informacji](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Możesz użyć narzędzia `Next.js Analytics`, żeby zmierzyć rzeczywistą szybkość aplikacji. [Więcej informacji](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Skonfiguruj buforowanie zasobów niezmiennych i stron `Server-side Rendered` (SSR). [Więcej informacji](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Skonfiguruj buforowanie zasobów niezmiennych i stron `Server-side Rendered` (SSR). [Więcej informacji](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Aby dostosować jakość obrazów, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Aby dostosować jakość obrazów, użyj komponentu `next/image` zamiast ``. [Więcej informacji](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Użyj komponentu `next/image`, aby ustawić odpowiednią wartość `sizes`. [Więcej informacji](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Jeśli Twój system kompilacji automatycznie minifikuje pliki JS, upewnij się, że wdrażasz kompilację produkcyjną aplikacji. Możesz to sprawdzić za pomocą rozszerzenia Narzędzia dla programistów React. [Więcej informacji](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Jeśli nie renderujesz po stronie serwera, [podziel pakiety JavaScript](https://web.dev/code-splitting-suspense/), używając funkcji `React.lazy()`. W przeciwnym razie podziel kod za pomocą biblioteki innej firmy, takiej jak [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Jeśli nie renderujesz po stronie serwera, [podziel pakiety JavaScript](https://web.dev/code-splitting-suspense/), używając funkcji `React.lazy()`. W przeciwnym razie podziel kod za pomocą biblioteki innej firmy, takiej jak [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Do pomiaru wydajności renderowania komponentów używaj programu profilującego z narzędzi dla programistów React, który wykorzystuje interfejs Profiler API. [Więcej informacji](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Niepowiązane"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Bez oceny"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ten audyt nie ma wpływu na ogólną ocenę kategorii."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Wartości są szacunkowe i mogą się zmieniać. [Wynik wydajności jest obliczony](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) bezpośrednio na podstawie tych danych."
},
diff --git a/shared/localization/locales/pt-PT.json b/shared/localization/locales/pt-PT.json
index 56c123aed103..c00bc39fce24 100644
--- a/shared/localization/locales/pt-PT.json
+++ b/shared/localization/locales/pt-PT.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permitido com aviso"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Pontuação da mudança de esquema"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Estas são as maiores mudanças de esquema observadas na página. Cada item da tabela representa uma única mudança de esquema e mostra o elemento que mais mudou. Abaixo de cada item, encontram-se possíveis causas principais que levaram à mudança de esquema. Algumas destas mudanças de esquema podem não ser incluídas no valor da métrica CLS devido à [visualização baseada na janela atual](https://web.dev/articles/cls#what_is_cls). [Saiba como melhorar a CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 mudança de esquema encontrada}other{# mudanças de esquema encontradas}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Tipo de letra para Websites carregado"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iFrame injetado"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elemento de multimédia sem um tamanho explícito"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evite mudanças de esquemas grandes"
+ },
"core/audits/long-tasks.js | description": {
"message": "Apresenta as tarefas mais longas na thread principal, o que é útil para identificar o que mais contribui para o atraso de entrada. [Saiba como evitar tarefas longas na thread principal](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latências de back-end do servidor"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "As animações que não são compostas podem ser de má qualidade e aumentar o CLS. [Saiba como evitar animações não compostas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# elemento animado encontrado}other{# elementos animados encontrados}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "A propriedade relacionada com o filtro pode mover píxeis"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "O destino tem outra animação incompatível"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "O efeito tem um modo composto diferente de \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evite animações não compostas"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "A propriedade relacionada com a transformação depende do tamanho da caixa"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Propriedade CSS não suportada: {properties}}other{Propriedades CSS não suportadas: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Não é possível animar propriedades CSS personalizadas no compositor: {properties}}other{Não é possível animar propriedades CSS personalizadas no compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "O efeito tem parâmetros de tempo não suportados"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Diretiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redireciona o tráfego HTTP para HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Os redirecionamentos introduzem atrasos adicionais antes do carregamento da página. [Saiba como evitar redirecionamentos de páginas](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evite vários redirecionamentos de página"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Os links canónicos sugerem o URL a apresentar nos resultados da pesquisa. [Saiba mais acerca dos links canónicos](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Os links têm texto descritivo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Execute a [Ferramenta de teste de dados estruturados](https://search.google.com/structured-data/testing-tool/) e o [Linter de dados estruturados](http://linter.structured-data.org/) para validar dados estruturados. [Saiba mais acerca dos dados estruturados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Execute a [Ferramenta de teste de dados estruturados](https://developers.google.com/search/docs/appearance/structured-data/) para validar dados estruturados. [Saiba mais acerca dos dados estruturados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Os dados estruturados são válidos"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "O ficheiro robots.txt é válido"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Mantenha o tempo de resposta do servidor para o documento principal curto porque todos os outros pedidos dependem do mesmo. [Saiba mais acerca da métrica Tempo até ao primeiro byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "O documento de raiz demorou {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduza o tempo de resposta do servidor inicial"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "O tempo de resposta do servidor inicial foi curto"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Os cookies de terceiros podem ser bloqueados em alguns contextos. [Saiba mais sobre a preparação para as restrições de cookies de terceiros](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitigue o XSS baseado em DOM com a Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Defina uma largura e uma altura explícitas nos elementos de imagem para reduzir mudanças de esquema e melhorar o CLS. [Saiba como definir dimensões das imagens](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Os elementos de imagem não têm `width` e `height` explícitas."
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Os elementos de imagem têm `width` e `height` explícitas"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipo"
},
@@ -2808,43 +2886,43 @@
"message": "Os recursos baseados em texto devem ser publicados com compressão (gzip, Deflate ou Brotli) para reduzir o total de bytes de rede. Considere usar uma RFC que seja compatível de forma nativa com este recurso ou configure o servidor Web para realizar esta operação. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Optimize Fonts` para tirar automaticamente partido da funcionalidade CSS `font-display` e garantir que o texto é visível para o utilizador enquanto os tipos de letra para Websites são carregados."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Optimize Fonts` para tirar automaticamente partido da funcionalidade CSS `font-display` e garantir que o texto é visível para o utilizador enquanto os tipos de letra para Websites são carregados."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Next-Gen Formats` para converter imagens em WebP."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Next-Gen Formats` para converter imagens em WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Lazy Load Images` para adiar o carregamento de imagens que não aparecem no ecrã até serem necessárias."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Lazy Load Images` para adiar o carregamento de imagens que não aparecem no ecrã até serem necessárias."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative as definições `Critical CSS` e `Script Delay` para adiar o JS/CSS não crítico."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Script Delay` para adiar o JS não crítico."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Utilize o [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) para colocar em cache o seu conteúdo na nossa rede mundial e melhorar o tempo até ao primeiro byte."
+ "message": "Utilize o [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) para colocar em cache o seu conteúdo na nossa rede mundial e melhorar o tempo até ao primeiro byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Minify CSS` para reduzir automaticamente o CSS e diminuir os tamanhos dos payloads de rede."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Minify CSS` para reduzir automaticamente o CSS e diminuir os tamanhos dos payloads de rede."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Minify Javascript` para reduzir automaticamente o JS e diminuir os tamanhos dos payloads de rede."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Minify Javascript` para reduzir automaticamente o JS e diminuir os tamanhos dos payloads de rede."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Remove Unused CSS` para ajudar com este problema. Vai identificar as classes CSS efetivamente utilizadas em cada página do seu site e remover todas as outras para manter o tamanho do ficheiro pequeno."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Remove Unused CSS` para ajudar com este problema. Vai identificar as classes CSS efetivamente utilizadas em cada página do seu site e remover todas as outras para manter o tamanho do ficheiro pequeno."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Efficient Static Cache Policy` para definir valores recomendados no cabeçalho da colocação em cache para recursos estáticos."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Efficient Static Cache Policy` para definir valores recomendados no cabeçalho da colocação em cache para recursos estáticos."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Next-Gen Formats` para converter imagens em WebP."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Next-Gen Formats` para converter imagens em WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Pre-Connect Origins` para adicionar automaticamente instruções para recursos `preconnect` e estabelecer ligações antecipadamente a origens de terceiros importantes."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Pre-Connect Origins` para adicionar automaticamente instruções para recursos `preconnect` e estabelecer ligações antecipadamente a origens de terceiros importantes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative as definições `Preload Fonts` e `Preload Background Images` para adicionar links `preload` e dar prioridade à obtenção de recursos que são atualmente pedidos mais tarde no carregamento de página."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative as definições `Preload Fonts` e `Preload Background Images` para adicionar links `preload` e dar prioridade à obtenção de recursos que são atualmente pedidos mais tarde no carregamento de página."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a definição `Resize Images` para redimensionar as imagens para um tamanho adequado aos dispositivos e diminuir os tamanhos dos payloads de rede."
+ "message": "Utilize o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a definição `Resize Images` para redimensionar as imagens para um tamanho adequado aos dispositivos e diminuir os tamanhos dos payloads de rede."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Use o componente `gatsby-plugin-image`, em vez de ``, para otimizar automaticamente o formato de imagem. [Saiba mais](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "É possível adicionar etiquetas `` ao [modificar o esquema de um tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Use o componente `next/image`, em vez de ``, para otimizar automaticamente o formato de imagem. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image`, em vez de ``, para otimizar automaticamente o formato de imagem. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Use o componente `next/image`, em vez de ``, para carregar automaticamente as imagens em diferido. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image`, em vez de ``, para carregar automaticamente as imagens em diferido. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Utilize o componente `next/image` e defina \"priority\" como true para pré-carregar a imagem LCP. [Saiba mais](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Utilize o componente `next/script` para adiar o carregamento de scripts de terceiros não críticos. [Saiba mais](https://nextjs.org/docs/basic-features/script)."
+ "message": "Utilize o componente `next/script` para adiar o carregamento de scripts de terceiros não críticos. [Saiba mais](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Use o componente `next/image` para se certificar de que as imagens são sempre dimensionadas corretamente. [Saiba mais](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Use o `Webpack Bundle Analyzer` para detetar código JavaScript não usado. [Saiba mais](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Considere utilizar o `Next.js Analytics` para medir o desempenho real da app. [Saiba mais](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Considere utilizar o `Next.js Analytics` para medir o desempenho real da app. [Saiba mais](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configure a colocação em cache para recursos imutáveis e páginas `Server-side Rendered` (SSR). [Saiba mais](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configure a colocação em cache para recursos imutáveis e páginas `Server-side Rendered` (SSR). [Saiba mais](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Use o componente `next/image`, em vez de ``, para ajustar a qualidade da imagem. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image`, em vez de ``, para ajustar a qualidade da imagem. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Utilize o componente `next/image` para definir o(s) `sizes` apropriado(s). [Saiba mais](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Se o sistema de compilação reduzir os ficheiros JS automaticamente, assegure-se de que está a implementar a compilação de produção da sua aplicação. Pode verificar esta situação com a extensão React Developer Tools. [Saiba mais](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Se não estiver a renderizar do lado do servidor, [divida os seus pacotes de JavaScript](https://web.dev/code-splitting-suspense/) com `React.lazy()`. Caso contrário, divida o código ao utilizar uma biblioteca de terceiros como [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Se não estiver a renderizar do lado do servidor, [divida os seus pacotes de JavaScript](https://web.dev/code-splitting-suspense/) com `React.lazy()`. Caso contrário, divida o código ao utilizar uma biblioteca de terceiros como [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Utilize o Gerador de perfis do React DevTools, que utiliza a API do Gerador de perfis, para medir o desempenho de renderização dos seus componentes. [Saiba mais](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)."
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Não atribuível"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Sem pontuação"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Esta auditoria não contribui para a pontuação geral da categoria."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Os valores são estimados e podem variar. A [pontuação de desempenho é calculada](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) diretamente a partir destas métricas."
},
diff --git a/shared/localization/locales/pt.json b/shared/localization/locales/pt.json
index 24ecfb6b1545..82b9a9da4256 100644
--- a/shared/localization/locales/pt.json
+++ b/shared/localization/locales/pt.json
@@ -900,7 +900,7 @@
"message": "Pontuação da troca de layout"
},
"core/audits/is-on-https.js | allowed": {
- "message": "Permitido"
+ "message": "Permitidos"
},
"core/audits/is-on-https.js | blocked": {
"message": "Bloqueado"
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permitido com um alerta"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Pontuação da troca de layout"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Essas são as maiores trocas de layout observadas na página. Cada item da tabela representa uma única troca de layout e mostra o elemento que mais mudou. Abaixo de cada item estão as possíveis causas para a troca de layout. Algumas dessas trocas podem não ser incluídas no valor da métrica de CLS devido ao [janelamento](https://web.dev/articles/cls#what_is_cls). [Aprenda a melhorar o CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 troca de layout encontrada}one{# troca de layout encontrada}other{# trocas de layout encontradas}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Fonte da Web carregada"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iframe injetado"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elemento de mídia sem tamanho explícito"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evite grandes mudanças no layout"
+ },
"core/audits/long-tasks.js | description": {
"message": "Lista as tarefas mais longas na linha de execução principal. Útil para identificar os piores contribuidores para a latência de entrada. [Aprenda a evitar tarefas mais longas da linha de execução principal](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latências do back-end do servidor"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animações que não são compostas podem ficar instáveis e aumentar a CLS. [Aprenda a evitar animações que não são compostas](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# elemento animado encontrado}one{# elemento animado encontrado}other{# elementos animados encontrados}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "A propriedade \"filter\" pode mover pixels"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Presença de outra animação incompatível"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "O efeito tem um modo composto diferente de \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evitar animações não compostas"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "A propriedade \"transform\" depende do tamanho da caixa"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Propriedade CSS incompatível: {properties}}one{Propriedade CSS incompatível: {properties}}other{Propriedades CSS incompatíveis: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Não é possível animar propriedades CSS personalizadas no compositor: {properties}}one{Não é possível animar propriedades CSS personalizadas no compositor: {properties}}other{Não é possível animar propriedades CSS personalizadas no compositor: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "O efeito tem parâmetros de tempo incompatíveis"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Diretiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "O tráfego HTTP é redirecionado para HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Os redirecionamentos causam mais atrasos antes do carregamento da página. [Aprenda a evitar o redirecionamentos de página](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evite redirecionamentos múltiplos de página"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Os links canônicos sugerem o URL a ser exibido nos resultados da pesquisa. [Saiba mais sobre links canônicos](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Os links têm texto descritivo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Execute a [Ferramenta de teste de dados estruturados](https://search.google.com/structured-data/testing-tool/) e o [Linter de dados estruturados](http://linter.structured-data.org/) para validar os dados estruturados. [Saiba mais sobre dados estruturados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Execute a [Ferramenta de teste de dados estruturados](https://developers.google.com/search/docs/appearance/structured-data/) para validar os dados. [Saiba mais sobre dados estruturados](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Os dados estruturados são válidos"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt é válido"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Mantenha curto o tempo de resposta do servidor para o documento principal, já que todos os outros pedidos dependem dele. [Saiba mais sobre a métrica \"Tempo até o primeiro byte\"](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "O documento raiz levou {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Reduza o tempo de resposta inicial do servidor"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "O tempo de resposta inicial do servidor foi curto"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Os cookies de terceiros podem ser bloqueados em alguns contextos. [Saiba como se preparar para as restrições de cookies de terceiros](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Mitigar XSS baseado em DOM com Tipos Confiáveis"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Defina uma largura e altura explícitas em elementos de imagem para reduzir mudanças de layout e melhorar a CLS. [Aprenda a definir as dimensões de uma imagem](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Os elementos de imagem não têm `width` e `height` explícitas"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Os elementos de imagem têm `width` e `height` explícitas"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tipo"
},
@@ -2808,43 +2886,43 @@
"message": "Recursos baseados em texto precisam ser veiculados com compactação (gzip, deflate ou brotli) para minimizar o total de bytes da rede. Use uma CDN que ofereça suporte nativo a esse processo ou configure o servidor da Web para fazer essa operação. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Optimize Fonts` para aproveitar automaticamente o recurso CSS `font-display` e garantir que o texto possa ser visto pelo usuário enquanto as webfonts carregam."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Optimize Fonts` para aproveitar automaticamente o recurso CSS `font-display` e garantir que o texto possa ser visto pelo usuário enquanto as webfonts carregam."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Next-Gen Formats` para converter imagens para WebP."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Next-Gen Formats` para converter imagens para WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Lazy Load Images` para adiar o carregamento de imagens fora da tela até que elas sejam necessárias."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Lazy Load Images` para adiar o carregamento de imagens fora da tela até que elas sejam necessárias."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative as configurações `Critical CSS` e `Script Delay` para adiar JS/CSS que não sejam essenciais."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Script Delay` para adiar JS não crítico."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Use o [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) para armazenar seu conteúdo em cache em nossa rede mundial, melhorando o tempo até o primeiro byte."
+ "message": "Use o [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) para armazenar seu conteúdo em cache em nossa rede mundial, melhorando o tempo até o primeiro byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Minify CSS` para minificar automaticamente seu CSS e diminuir o tamanho dos payloads de rede."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Minify CSS` para minificar automaticamente seu CSS e diminuir o tamanho dos payloads de rede."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Minify Javascript` para minificar automaticamente seu JS e diminuir o tamanho dos payloads de rede."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Minify Javascript` para minificar automaticamente seu JS e diminuir o tamanho dos payloads de rede."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Remove Unused CSS` para ajudar com esse problema. Ela vai identificar classes CSS que são usadas em cada página do seu site e remover as que não são e manter o arquivo pequeno."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Remove Unused CSS` para ajudar com esse problema. Ela vai identificar classes CSS que são usadas em cada página do seu site e remover as que não são e manter o arquivo pequeno."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Efficient Static Cache Policy` para definir valores recomendados no cabeçalho do armazenamento em cache para recursos estáticos."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Efficient Static Cache Policy` para definir valores recomendados no cabeçalho do armazenamento em cache para recursos estáticos."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Next-Gen Formats` para converter imagens para WebP."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Next-Gen Formats` para converter imagens para WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Pre-Connect Origins` para adicionar automaticamente as dicas do recurso `preconnect`. Faça isso para estabelecer conexões prévias com origens de terceiros importantes."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Pre-Connect Origins` para adicionar automaticamente as dicas do recurso `preconnect`. Faça isso para estabelecer conexões prévias com origens de terceiros importantes."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative as configurações `Preload Fonts` e `Preload Background Images` para adicionar links `preload` e priorizar a busca de recursos que são solicitados posteriormente no carregamento de página."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative as configurações `Preload Fonts` e `Preload Background Images` para adicionar links `preload` e priorizar a busca de recursos que são solicitados posteriormente no carregamento de página."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/speed) e ative a configuração `Resize Images` para redimensionar imagens a um tamanho adequado para dispositivos, reduzindo o tamanho do payload de rede."
+ "message": "Use o [Ezoic Leap](https://pubdash.ezoic.com/leap) e ative a configuração `Resize Images` para redimensionar imagens a um tamanho adequado para dispositivos, reduzindo o tamanho do payload de rede."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Use o componente `gatsby-plugin-image` em vez de `` para otimizar automaticamente o formato das imagens. [Saiba mais](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "As tags `` podem ser adicionadas [modificando o layout de um tema](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Use o componente `next/image` em vez de `` para otimizar automaticamente o formato das imagens. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image` em vez de `` para otimizar automaticamente o formato das imagens. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Use o componente `next/image` em vez de `` para carregar imagens de maneira automática e lenta. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image` em vez de `` para carregar imagens de maneira automática e lenta. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Use o componente `next/image` e defina o campo \"prioridade\" como verdadeiro para pré-carregar imagens LCP. [Saiba mais](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Use o componente `next/script` para adiar o carregamento de scripts terceirizados não essenciais. [Saiba mais](https://nextjs.org/docs/basic-features/script)."
+ "message": "Use o componente `next/script` para adiar o carregamento de scripts terceirizados não essenciais. [Saiba mais](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Use o componente `next/image` para garantir que as imagens tenham sempre o tamanho adequado. [Saiba mais](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Use o `Webpack Bundle Analyzer` para detectar códigos JavaScript não usados. [Saiba mais](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Use o `Next.js Analytics` para medir o desempenho do seu app no mundo real. [Saiba mais](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Use o `Next.js Analytics` para medir o desempenho do seu app no mundo real. [Saiba mais](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configure o armazenamento em cache para recursos e páginas `Server-side Rendered` (SSR) imutáveis. [Saiba mais](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configure o armazenamento em cache para recursos e páginas `Server-side Rendered` (SSR) imutáveis. [Saiba mais](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Use o componente `next/image` em vez de `` para ajustar a qualidade das imagens. [Saiba mais](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Use o componente `next/image` em vez de `` para ajustar a qualidade das imagens. [Saiba mais](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Use o componente `next/image` para configurar o valor de `sizes` adequado. [Saiba mais](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Caso seu sistema de compilação reduza os arquivos JS automaticamente, verifique se você está implantando o build de produção do seu app. Você pode verificar isso com a extensão de Ferramentas para Desenvolvedores do React. [Saiba mais](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Se você não estiver renderizando no servidor, [divida os pacotes JavaScript](https://web.dev/code-splitting-suspense/) com `React.lazy()`. Caso contrário, divida o código usando uma biblioteca de terceiros como [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Se você não estiver renderizando no servidor, [divida os pacotes JavaScript](https://web.dev/code-splitting-suspense/) com `React.lazy()`. Caso contrário, divida o código usando uma biblioteca de terceiros como [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Use o React DevTools Profiler, que usa a API Profiler, para medir o desempenho de renderização dos componentes. [Saiba mais.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Não atribuível"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Fora da pontuação"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Esta auditoria não contribui para a pontuação geral da categoria."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Os valores são estimados e podem variar. O [índice de desempenho é calculado](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) diretamente por essas métricas."
},
diff --git a/shared/localization/locales/ro.json b/shared/localization/locales/ro.json
index bce099aac9b0..27fe933374aa 100644
--- a/shared/localization/locales/ro.json
+++ b/shared/localization/locales/ro.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Permisă cu avertisment"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Scorul pentru schimbarea aspectului"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Acestea sunt cele mai mari schimbări ale aspectului observate în pagină. Fiecare element din tabel reprezintă o singură schimbare a aspectului și prezintă elementul care s-a schimbat cel mai mult. Sub fiecare element sunt afișate cauzele principale posibile care au dus la schimbarea aspectului. Este posibil ca unele dintre aceste schimbări ale aspectului să nu fie incluse în valoarea CLS din cauza practicii de [windowing](https://web.dev/articles/cls#what_is_cls). [Află cum să îmbunătățești CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{S-a detectat o schimbare a aspectului}few{S-au detectat # schimbări ale aspectului}other{S-au detectat # de schimbări ale aspectului}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "S-a încărcat un font web"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "S-a injectat un iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Elementul media nu are o dimensiune clară"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Evită schimbările majore ale aspectului"
+ },
"core/audits/long-tasks.js | description": {
"message": "Afișează cele mai îndelungate activități din firul principal, ceea ce este util pentru identificarea elementelor care contribuie cel mai mult la întârziere. [Află cum să eviți activitățile îndelungate din firul principal](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latențe ale backendului serverului"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animațiile care nu sunt compuse pot fi dificile și pot spori CLS. [Află cum să eviți animațiile care nu sunt compuse](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{A fost găsit # element animat}few{Au fost găsite # elemente animate}other{Au fost găsite # de elemente animate}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Proprietatea legată de filtre poate muta pixelii"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Ținta are altă animație, care este incompatibilă"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efectul are alt mod compus decât „înlocuiește”"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Evită animațiile necompuse"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Proprietatea legată de transformare depinde de dimensiunea pachetului"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Proprietate CSS neacceptată: {properties}}few{Proprietăți CSS neacceptate: {properties}}other{Proprietăți CSS neacceptate: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Proprietățile CSS personalizate nu pot fi animate în instrumentul de compunere: {properties}}few{Proprietățile CSS personalizate nu pot fi animate în instrumentul de compunere: {properties}}other{Proprietățile CSS personalizate nu pot fi animate în instrumentul de compunere: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efectul are parametri de temporizare neacceptați"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Directivă"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Redirecționează traficul HTTP spre HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Redirecționările introduc întârzieri suplimentare înainte ca pagina să se poată încărca. [Află cum să eviți redirecționările paginii](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Evită mai multe redirecționări ale paginii"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Linkurile canonice sugerează care adresă URL să se afișeze în rezultatele căutării. [Află mai multe despre linkurile canonice](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Linkurile au text descriptiv"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Rulează [Instrumentul de testare pentru date structurate](https://search.google.com/structured-data/testing-tool/) și [Structured Data Linter](http://linter.structured-data.org/) pentru a valida datele structurate. [Află mai multe despre datele structurate](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Rulează [Instrumentul de testare pentru date structurate](https://developers.google.com/search/docs/appearance/structured-data/) pentru a valida datele structurate. [Află mai multe despre datele structurate](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Datele structurate sunt valide"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Fișierul robots.txt este valid"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Menține o durată scurtă de răspuns de la server pentru documentul principal, deoarece toate celelalte solicitări depind de acest lucru. [Află mai multe despre valoarea Timpul până la primul byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Documentul rădăcină a avut nevoie de {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Redu durata inițială de răspuns de la server"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Durata inițială de răspuns de la server a fost scurtă"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Cookie-urile terță parte pot fi blocate în anumite contexte. [Află mai multe despre pregătirea pentru restricțiile privind cookie-urile terță parte](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Redu riscul de XSS bazat pe DOM cu Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Setează lățimea și înălțimea explicite pentru elementele imagine, ca să reduci modificările de aspect și să îmbunătățești CLS. [Află cum să setezi dimensiunile imaginii](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elementele imagine nu au `width` și `height` explicite"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elementele imagine au `width` și `height` explicite"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tip"
},
@@ -2808,43 +2886,43 @@
"message": "Resursele bazate pe text trebuie comprimate (gzip, deflate sau brotli) pentru a minimiza numărul total de byți în rețea. Îți recomandăm să folosești un CDN care acceptă în mod nativ această opțiune sau să configurezi serverul web pentru a realiza operațiunea. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Optimize Fonts` ca să folosești automat funcția CSS `font-display` ca să te asiguri că textul este vizibil pentru utilizatori în timp ce fonturile web se încarcă."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Optimize Fonts` ca să folosești automat funcția CSS `font-display` ca să te asiguri că textul este vizibil pentru utilizatori în timp ce fonturile web se încarcă."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Next-Gen Formats` ca să transformi imaginile în WebP."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Next-Gen Formats` ca să transformi imaginile în WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Lazy Load Images` ca să amâni încărcarea imaginilor din afara ecranului până când este nevoie de ele."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Lazy Load Images` ca să amâni încărcarea imaginilor din afara ecranului până când este nevoie de ele."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Critical CSS` și `Script Delay` ca să amâni codul JS/CSS neesențial."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Script Delay` ca să amâni codul JS neesențial."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Folosește [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) ca să memorezi în cache conținutul din rețeaua din întreaga lume, îmbunătățind timpul până la primul byte."
+ "message": "Folosește [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) ca să memorezi în cache conținutul din rețeaua din întreaga lume, îmbunătățind timpul până la primul byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Minify CSS` ca să minimizezi automat codul CSS și să reduci dimensiunea sarcinilor de rețea."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Minify CSS` ca să minimizezi automat codul CSS și să reduci dimensiunea sarcinilor de rețea."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Minify Javascript` ca să minimizezi automat codul JS și să reduci dimensiunea sarcinilor de rețea."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Minify Javascript` ca să minimizezi automat codul JS și să reduci dimensiunea sarcinilor de rețea."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Remove Unused CSS` pentru ajutor cu această problemă. Astfel, vor fi identificate clasele CSS folosite în fiecare pagină din site, iar celelalte vor fi eliminate, pentru a păstra dimensiunea fișierului mică."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Remove Unused CSS` pentru ajutor cu această problemă. Astfel, vor fi identificate clasele CSS folosite în fiecare pagină din site, iar celelalte vor fi eliminate, pentru a păstra dimensiunea fișierului mică."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Efficient Static Cache Policy` ca să setezi valorile recomandate în antetul de memorare în cache pentru elementele statice."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Efficient Static Cache Policy` ca să setezi valorile recomandate în antetul de memorare în cache pentru elementele statice."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Next-Gen Formats` ca să transformi imaginile în WebP."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Next-Gen Formats` ca să transformi imaginile în WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Pre-Connect Origins` ca să adaugi automat indicii pentru resurse `preconnect` și să stabilești conexiuni anticipate către originile terțe importante."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Pre-Connect Origins` ca să adaugi automat indicii pentru resurse `preconnect` și să stabilești conexiuni anticipate către originile terțe importante."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Preload Fonts` și `Preload Background Images` ca să adaugi linkuri `preload` care să acorde prioritate preluării resurselor solicitate momentan în cursul încărcării paginii."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Preload Fonts` și `Preload Background Images` ca să adaugi linkuri `preload` care să acorde prioritate preluării resurselor solicitate momentan în cursul încărcării paginii."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/speed) și activează `Resize Images` ca să redimensionezi imaginile la o dimensiune adecvată pentru dispozitiv, reducând dimensiunile sarcinilor de rețea."
+ "message": "Folosește [Ezoic Leap](https://pubdash.ezoic.com/leap) și activează `Resize Images` ca să redimensionezi imaginile la o dimensiune adecvată pentru dispozitiv, reducând dimensiunile sarcinilor de rețea."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Folosește componenta `gatsby-plugin-image` în loc de `` ca să optimizezi automat formatul de imagine. [Află mai multe](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Etichetele `` se pot adăuga prin [modificarea aspectului unei teme](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Folosește componenta `next/image` în loc de `` ca să optimizezi automat formatul de imagine. [Află mai multe](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Folosește componenta `next/image` în loc de `` ca să optimizezi automat formatul de imagine. [Află mai multe](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Folosește componenta `next/image` în loc de `` pentru a încărca asincron imagini în mod automat. [Află mai multe](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Folosește componenta `next/image` în loc de `` pentru a încărca asincron imagini în mod automat. [Află mai multe](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Folosește componenta `next/image` și setează prioritatea la true ca să preîncarci imaginea LCP. [Află mai multe](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Folosește componenta `next/script` pentru a amâna încărcarea scripturilor terță parte neesențiale. [Află mai multe](https://nextjs.org/docs/basic-features/script)."
+ "message": "Folosește componenta `next/script` pentru a amâna încărcarea scripturilor terță parte neesențiale. [Află mai multe](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Folosește componenta `next/image` ca să te asiguri că imaginile au întotdeauna dimensiunea corectă. [Află mai multe](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Folosește `Webpack Bundle Analyzer` pentru a detecta cod JavaScript nefolosit. [Află mai multe](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Este recomandat să folosești `Next.js Analytics` pentru a măsura performanța reală a aplicației. [Află mai multe](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Este recomandat să folosești `Next.js Analytics` pentru a măsura performanța reală a aplicației. [Află mai multe](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Configurează stocarea în memoria cache a elementelor și a paginilor `Server-side Rendered` (SSR) invariabile. [Află mai multe](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Configurează stocarea în memoria cache a elementelor și a paginilor `Server-side Rendered` (SSR) invariabile. [Află mai multe](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Folosește componenta `next/image` în loc de `` ca să ajustezi calitatea imaginii. [Află mai multe](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Folosește componenta `next/image` în loc de `` ca să ajustezi calitatea imaginii. [Află mai multe](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Folosește componenta `next/image` pentru a seta `sizes` potrivite. [Află mai multe](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Dacă sistemul de versiuni minimalizează automat fișierele JS, verifică dacă implementezi versiunea de producție a aplicației. Poți face verificarea cu extensia React Developer Tools. [Află mai multe](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Dacă nu redai pe server, [împarte grupurile JavaScript](https://web.dev/code-splitting-suspense/) cu `React.lazy()`. Altfel, scindează prin cod folosind o bibliotecă terță parte, precum [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Dacă nu redai pe server, [împarte grupurile JavaScript](https://web.dev/code-splitting-suspense/) cu `React.lazy()`. Altfel, scindează prin cod folosind o bibliotecă terță parte, precum [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Folosește React DevTools Profiler, care beneficiază de API-ul Profiler pentru a măsura performanța de redare a componentelor. [Află mai multe.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nu se poate atribui"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Nu se adaugă la scor"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Acest audit nu contribuie la scorul general al categoriei."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Valorile sunt estimate și pot varia. [Scorul de performanță este calculat](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direct folosind aceste valori."
},
diff --git a/shared/localization/locales/ru.json b/shared/localization/locales/ru.json
index 1d9b6afbfaeb..55847e20e927 100644
--- a/shared/localization/locales/ru.json
+++ b/shared/localization/locales/ru.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Разрешено (есть предупреждение)"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Показатель смещения макета"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Это самые значительные смещения макета страницы. Каждый пункт таблицы относится к одному сдвигу и показывает, какой элемент затронут сильнее всего. Под пунктами таблицы приведены возможные причины смещения макета. Некоторые из приведенных случаев могли быть упущены при расчете показателя CLS, так как использовалась [обработка методом окна](https://web.dev/articles/cls#what_is_cls). Узнайте, [как уменьшить CLS](https://web.dev/articles/optimize-cls)."
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 смещение макета}one{# смещение макета}few{# смещения макета}many{# смещений макета}other{# смещения макета}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Загрузка веб-шрифта"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Внедрение окна iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "У медиаэлемента нет заданного явным образом размера"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Устраните большие смещения макета"
+ },
"core/audits/long-tasks.js | description": {
"message": "Для основного потока создается список самых длительных задач. Это позволяет выявлять главные факторы, которые приводят к задержкам после ввода. Подробнее о том, [как предотвратить появление длительных задач в основном потоке](https://web.dev/articles/optimize-long-tasks)…"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Задержка со стороны сервера"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Некомбинированные анимации могут пропускать кадры и усиливать совокупное смещение макета. Подробнее о том, [как убрать некомбинированные анимации](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)…"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Обнаружен # анимированный элемент}one{Обнаружен # анимированный элемент}few{Обнаружено # анимированных элемента}many{Обнаружено # анимированных элементов}other{Обнаружено # анимированного элемента}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Свойство, связанное с фильтром, может передвигать пиксели."
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Несовместимая анимация."
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "В эффекте вместо режима replace используется другой режим."
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Избегайте некомбинированных анимаций"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Свойство, связанное с преобразованием, зависит от размера элемента."
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Неподдерживаемое свойство CSS: {properties}.}one{Неподдерживаемые свойства CSS: {properties}.}few{Неподдерживаемые свойства CSS: {properties}.}many{Неподдерживаемые свойства CSS: {properties}.}other{Неподдерживаемые свойства CSS: {properties}.}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Компоновщик не поддерживает анимирование специального свойства CSS: {properties}.}one{Компоновщик не поддерживает анимирование специального свойства CSS: {properties}.}few{Компоновщик не поддерживает анимирование специального свойства CSS: {properties}.}many{Компоновщик не поддерживает анимирование специального свойства CSS: {properties}.}other{Компоновщик не поддерживает анимирование специального свойства CSS: {properties}.}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Параметры времени в настройках эффекта не поддерживаются"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Директива"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Перенаправляет трафик с HTTP на HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Переадресации могут стать причиной дополнительных задержек при загрузке страницы. Подробнее о том, [как избежать переадресаций страниц](https://developer.chrome.com/docs/lighthouse/performance/redirects/)…"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Избегайте большого количества переадресаций"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Канонические ссылки помогают определить, какой URL будет показан в результатах поиска. Подробнее [о канонических ссылках](https://developer.chrome.com/docs/lighthouse/seo/canonical/)…"
},
@@ -1095,7 +1152,7 @@
"message": "У ссылок есть описания"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Чтобы протестировать структурированные данные, воспользуйтесь инструментами для их [проверки](https://search.google.com/structured-data/testing-tool/) и [статического анализа](http://linter.structured-data.org/). Подробнее [о структурированных данных](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)…"
+ "message": "Чтобы протестировать структурированные данные, воспользуйтесь [инструментом для их проверки](https://developers.google.com/search/docs/appearance/structured-data/). Подробнее [о структурированных данных](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)…"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Структурированные данные действительны"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Файл robots.txt действителен"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Время ответа сервера для основного документа должно быть небольшим, так как все прочие запросы зависят от этого показателя. Подробнее [о времени до получения первого байта](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)…"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Загрузка корневого документа заняла {timeInMs, number, milliseconds} мс"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Сократите время до получения первого байта от сервера"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Время до получения первого байта от сервера допустимое"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Иногда сторонние файлы cookie могут блокироваться. Узнайте, [что делать в случае ограничений на использование таких файлов](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Используйте Trusted Types для предотвращения XSS-атак на основе DOM"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Чтобы уменьшить совокупное смещение макета и избежать проблем, связанных со смещением элементов, рекомендуем всегда явным образом задавать ширину и высоту для изображений. Подробнее о том, [как задавать размеры изображений](https://web.dev/articles/optimize-cls#images_without_dimensions)…"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Для изображений не заданы явным образом атрибуты `width` и `height`."
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Для изображений явным образом заданы атрибуты `width` и `height`."
+ },
"core/audits/user-timings.js | columnType": {
"message": "Тип"
},
@@ -2805,43 +2883,43 @@
"message": "Чтобы уменьшить расход сетевого трафика, рекомендуем сжимать текстовые ресурсы (используйте gzip, deflate или brotli). Используйте CDN с нативной поддержкой этих алгоритмов и утилит или настройте веб-сервер для выполнения сжатия. [Подробнее…](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Optimize Fonts`, чтобы автоматически применять функцию CSS `font-display`. Так пользователи смогут видеть текст, пока загружаются веб-шрифты."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Optimize Fonts`, чтобы автоматически применять функцию CSS `font-display`. Так пользователи смогут видеть текст, пока загружаются веб-шрифты."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Next-Gen Formats`, чтобы конвертировать изображения в формат WebP."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Next-Gen Formats`, чтобы конвертировать изображения в формат WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Lazy Load Images`, чтобы откладывать загрузку изображений вне экрана."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Lazy Load Images`, чтобы откладывать загрузку изображений вне экрана."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройки `Critical CSS` и `Script Delay`, чтобы откладывать загрузку второстепенного кода JavaScript и CSS."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите `Script Delay`, чтобы отложить загрузку второстепенного кода JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Воспользуйтесь [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), чтобы кешировать контент в нашей глобальной сети и уменьшать время до получения первого байта."
+ "message": "Воспользуйтесь [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), чтобы кешировать контент в нашей глобальной сети и уменьшать время до получения первого байта."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Minify CSS`, чтобы автоматически уменьшать размер кода CSS и снижать нагрузку на сеть."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Minify CSS`, чтобы автоматически уменьшать размер кода CSS и снижать нагрузку на сеть."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Minify Javascript`, чтобы автоматически уменьшать размер кода JavaScript и снижать нагрузку на сеть."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Minify Javascript`, чтобы автоматически уменьшать размер кода JavaScript и снижать нагрузку на сеть."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Remove Unused CSS`, чтобы устранить эту проблему. Фреймворк будет искать и удалять CSS-классы, которые не применяются на страницах сайта, чтобы уменьшить размер файла."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Remove Unused CSS`, чтобы устранить эту проблему. Фреймворк будет искать и удалять CSS-классы, которые не применяются на страницах сайта, чтобы уменьшить размер файла."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Efficient Static Cache Policy`, чтобы задавать рекомендуемые значения в заголовке кеширования для статических ресурсов."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Efficient Static Cache Policy`, чтобы задавать рекомендуемые значения в заголовке кеширования для статических ресурсов."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Next-Gen Formats`, чтобы конвертировать изображения в формат WebP."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Next-Gen Formats`, чтобы конвертировать изображения в формат WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Pre-Connect Origins`, чтобы автоматически добавлять ресурсные подсказки `preconnect` и быстро устанавливать соединение с необходимыми сторонними источниками."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Pre-Connect Origins`, чтобы автоматически добавлять ресурсные подсказки `preconnect` и быстро устанавливать соединение с необходимыми сторонними источниками."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройки `Preload Fonts` и `Preload Background Images`, чтобы добавить ссылки `preload` в код вашего сайта. Так вы сможете откладывать загрузку запрошенных ресурсов."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройки `Preload Fonts` и `Preload Background Images`, чтобы добавить ссылки `preload` в код вашего сайта. Так вы сможете откладывать загрузку запрошенных ресурсов."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) и включите настройку `Resize Images`, чтобы настраивать размер изображений в зависимости от устройств пользователей. Так вы снизите нагрузку на сеть."
+ "message": "Воспользуйтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) и включите настройку `Resize Images`, чтобы настраивать размер изображений в зависимости от устройств пользователей. Так вы снизите нагрузку на сеть."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Чтобы автоматически оптимизировать формат изображений, используйте вместо `` компонент `gatsby-plugin-image`. [Подробнее…](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2949,16 +3027,16 @@
"message": "Чтобы добавить теги ``, [измените разметку темы](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Чтобы автоматически оптимизировать формат изображений, используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Чтобы автоматически оптимизировать формат изображений, используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Для автоматической отложенной загрузки изображений используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Для автоматической отложенной загрузки изображений используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Используйте компонент `next/image` и установите для параметра priority значение True, чтобы выполнять предзагрузку изображения LCP. [Подробнее…](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Используйте компонент `next/script`, чтобы отложить загрузку несущественных сторонних скриптов. [Подробнее…](https://nextjs.org/docs/basic-features/script)"
+ "message": "Используйте компонент `next/script`, чтобы отложить загрузку несущественных сторонних скриптов. [Подробнее…](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Используйте компонент `next/image`, чтобы обеспечить правильный выбор размеров изображений. [Подробнее…](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2970,13 +3048,13 @@
"message": "Чтобы обнаруживать неиспользуемый код JavaScript, установите `Webpack Bundle Analyzer`. [Подробнее…](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Используйте `Next.js Analytics`, чтобы измерять фактическую эффективность приложения. [Подробнее…](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Используйте `Next.js Analytics`, чтобы измерять фактическую эффективность приложения. [Подробнее…](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Включите кеширование для неизменяемых объектов и страниц `Server-side Rendered` (SSR). [Подробнее…](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Включите кеширование для неизменяемых объектов и страниц `Server-side Rendered` (SSR). [Подробнее…](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Чтобы настраивать качество изображений, используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Чтобы настраивать качество изображений, используйте вместо `` компонент `next/image`. [Подробнее…](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Используйте компонент `next/image`, чтобы задавать подходящие размеры `sizes`. [Подробнее…](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3096,7 +3174,7 @@
"message": "Если ваша система сборки автоматически уменьшает размер файлов JS, перед развертыванием приложения убедитесь, что вы используете рабочую версию сборки. Для этого установите расширение \"Инструменты разработчика React\". [Подробнее…](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Если вы не применяете серверный рендеринг, используйте метод `React.lazy()` для [разделения пакетов JavaScript](https://web.dev/code-splitting-suspense/). Разделить код можно также с помощью сторонней библиотеки, например [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Если вы не применяете серверный рендеринг, используйте метод `React.lazy()` для [разделения пакетов JavaScript](https://web.dev/code-splitting-suspense/). Разделить код можно также с помощью сторонней библиотеки, например [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Используйте подключаемый модуль React DevTools, который с помощью API профилировщика может оценить скорость визуализации ваших компонентов. [Подробнее…](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3347,6 +3425,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Несвязанные"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Не оценивается"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Эта проверка не влияет на общий балл в категории."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Значения приблизительные и могут изменяться. [Уровень производительности рассчитывается](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) непосредственно на основании этих показателей."
},
diff --git a/shared/localization/locales/sk.json b/shared/localization/locales/sk.json
index d8d0e0cb06d1..dacc9d7a9861 100644
--- a/shared/localization/locales/sk.json
+++ b/shared/localization/locales/sk.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Povolené s upozornením"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Skóre posunu rozloženia"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Toto sú najväčšie posuny rozloženia zaznamenané na danej stránke. Každá položka tabuľky predstavuje jeden posun rozloženia a zobrazuje prvok, ktorý sa posunul najviac. Pod každou položkou sú uvedené možné hlavné príčiny, ktoré viedli k posunu rozloženia. Niektoré z týchto posunov rozloženia nemusia byť zahrnuté v hodnote metriky Súhrn posunov rozloženia stránky v dôsledku [windowingu](https://web.dev/articles/cls#what_is_cls). [Ako zlepšiť súhrn posunov rozloženia stránky](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Bol nájdený 1 posun rozloženia}few{Boli nájdené # posuny rozloženia}many{# layout shifts found}other{Bolo nájdených # posunov rozloženia}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Webové písmo bolo načítané"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Vložený prvok iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Mediálny prvok nemá explicitnú veľkosť"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Nepoužívajte veľké posuny rozloženia"
+ },
"core/audits/long-tasks.js | description": {
"message": "Sú tu uvedené najdlhšie úlohy hlavného vlákna slúžiace na identifikáciu faktorov, ktoré najväčšou mierou prispievajú k oneskoreniu vstupu. [Ako sa vyhnúť dlhým úlohám hlavného vlákna](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Latencie na strane servera"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Nezložené animácie môžu byť nekvalitné a môžu zvýšiť kumulatívnu zmenu rozloženia. [Ako sa vyhnúť nezloženým animáciám](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Bol nájdený # animovaný prvok}few{Boli nájdené # animované prvky}many{# animated elements found}other{Bolo nájdených # animovaných prvkov}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Vlastnosť súvisiaca s filtrom môže posunúť pixely"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Cieľ obsahuje inú animáciu, ktorá nie je kompatibilná"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efekt má zložený režim, ktorý je iný ako „nahradiť“"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Nepoužívajte nezložené animácie"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Vlastnosť súvisiaca s transformáciou závisí od veľkosti poľa"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepodporovaná vlastnosť šablóny CSS: {properties}}few{Nepodporované vlastnosti šablóny CSS: {properties}}many{Unsupported CSS Properties: {properties}}other{Nepodporované vlastnosti šablóny CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Vlastnosti vlastných šablón CSS sa v zostavovacom nástroji nedajú animovať: {properties}}few{Vlastnosti vlastných šablón CSS sa v zostavovacom nástroji nedajú animovať: {properties}}many{Vlastnosti vlastných šablón CSS sa v zostavovacom nástroji nedajú animovať: {properties}}other{Vlastnosti vlastných šablón CSS sa v zostavovacom nástroji nedajú animovať: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekt má nepodporované parametre časovania"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktíva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Presmerúva návštevnosť cez HTTP na HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Presmerovania spôsobujú ďalšie oneskorenia pri načítavaní stránky. [Ako sa vyhnúť presmerovaniam stránky](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Vyhnite sa viacnásobným presmerovaniam stránky"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanonické odkazy navrhujú, ktorá webová adresa sa má zobraziť vo výsledkoch vyhľadávania. [Ďalšie informácie o kanonických odkazoch](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Odkazy majú popisný text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Spustite [tester štruktúrovaných dát](https://search.google.com/structured-data/testing-tool/) a nástroj [Structured Data Linter](http://linter.structured-data.org/) na overenie štruktúrovaných dát. [Ďalšie informácie o štruktúrovaných dátach](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Spustite [tester štruktúrovaných dát](https://developers.google.com/search/docs/appearance/structured-data/) na overenie štruktúrovaných dát. [Ďalšie informácie o štruktúrovaných dátach](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Štruktúrované dáta sú platné"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Súbor robots.txt je platný"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Zaistite, aby bol čas odozvy servera pre hlavný dokument krátky, pretože od neho závisia všetky ostatné žiadosti. [Ďalšie informácie o metrike Čas do prvého bajtu](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Hlavný dokument trval {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Skráťte počiatočný čas odpovede servera"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Počiatočný čas odpovede servera bol krátky"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "V niektorých kontextoch môžu byť súbory cookie tretích strán blokované. [Ďalšie informácie o príprave na obmedzenia súborov cookie tretích strán](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Zmiernite riziko skriptovania medzi webmi založeného na modeli DOM pomocou direktívy Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "V prvkoch obrázka nastavte explicitnú šírku aj výšku, aby ste znížili posuny rozloženia a zlepšili kumulatívnu zmenu rozloženia. [Ako nastaviť rozmery obrázkov](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Prvky obrázkov nemajú explicitné hodnoty `width` a `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Prvky obrázka majú explicitné hodnoty `width` a `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Typ"
},
@@ -2808,43 +2886,43 @@
"message": "Textové zdroje by sa mali zobrazovať komprimované (gzip, deflate alebo brotli), aby sa minimalizovala celková spotreba bajtov v sieti. Zvážte použitie siete na distribúciu obsahu, ktorá toto natívne podporuje, alebo nakonfigurujte webový server tak, aby túto operáciu vykonával. [Ďalšie informácie](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Použím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Optimize Fonts` automaticky zaisťujte pomocou funkcie CSS `font-display` viditeľnosť textu pre používateľov pri načítavaní webfontov."
+ "message": "Použím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Optimize Fonts` automaticky zaisťujte pomocou funkcie CSS `font-display` viditeľnosť textu pre používateľov pri načítavaní webfontov."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Next-Gen Formats` konvertujte obrázky na formát WebP."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Next-Gen Formats` konvertujte obrázky na formát WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Lazy Load Images` odložte načítavanie obrázkov mimo obrazovky, dokým nebudú potrebné."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Lazy Load Images` odložte načítavanie obrázkov mimo obrazovky, dokým nebudú potrebné."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponentov `Critical CSS` aj `Script Delay` odložte nepodstatný JavaScript a šablóny CSS."
+ "message": "Použite [Ezoic Leap](https://pubdash.ezoic.com/leap) a povoľte komponent `Script Delay` a odložte nedôležitý JavaScript."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Použitím funkcie [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) uložte svoj obsah do vyrovnávacej pamäte v našej globálnej sieti, čím sa skráti čas do prvého bajtu."
+ "message": "Použitím funkcie [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) uložte svoj obsah do vyrovnávacej pamäte v našej globálnej sieti, čím sa skráti čas do prvého bajtu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Minify CSS` automaticky minifikujte svoje šablóny CSS, aby sa znížili veľkosti sieťových prenosov dát."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Minify CSS` automaticky minifikujte svoje šablóny CSS, aby sa znížili veľkosti sieťových prenosov dát."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Minify Javascript` automaticky minifikujte svoj JavaScript, aby sa znížili veľkosti sieťových prenosov dát."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Minify Javascript` automaticky minifikujte svoj JavaScript, aby sa znížili veľkosti sieťových prenosov dát."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Remove Unused CSS` pomôžte s týmto problémom. Identifikuje triedy šablón CSS, ktoré sú skutočne použité na každej stránke vášho webu, a odstráni všetky ostatné, aby súbor zostal malý."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Remove Unused CSS` pomôžte s týmto problémom. Identifikuje triedy šablón CSS, ktoré sú skutočne použité na každej stránke vášho webu, a odstráni všetky ostatné, aby súbor zostal malý."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Efficient Static Cache Policy` nastavte odporúčané hodnoty statických podkladov v hlavičke vyrovnávacej pamäte."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Efficient Static Cache Policy` nastavte odporúčané hodnoty statických podkladov v hlavičke vyrovnávacej pamäte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Next-Gen Formats` konvertujte obrázky na formát WebP."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Next-Gen Formats` konvertujte obrázky na formát WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Pre-Connect Origins` automaticky pridávajte návrhy zdrojov `preconnect` a nadväzujte tak skoré pripojenia k dôležitým zdrojom tretích strán."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Pre-Connect Origins` automaticky pridávajte návrhy zdrojov `preconnect` a nadväzujte tak skoré pripojenia k dôležitým zdrojom tretích strán."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponentov `Preload Fonts` aj `Preload Background Images` pridajte odkazy `preload` umožňujúce priorizovať momentálne požadované zdroje načítavania neskôr pri načítaní stránky."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponentov `Preload Fonts` aj `Preload Background Images` pridajte odkazy `preload` umožňujúce priorizovať momentálne požadované zdroje načítavania neskôr pri načítaní stránky."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/speed) a povolením komponenta `Resize Images` zmeňte obrázky na veľkosť vhodnú pre zariadenie, aby sa znížili veľkosti sieťových prenosov dát."
+ "message": "Použitím súpravy [Ezoic Leap](https://pubdash.ezoic.com/leap) a povolením komponenta `Resize Images` zmeňte obrázky na veľkosť vhodnú pre zariadenie, aby sa znížili veľkosti sieťových prenosov dát."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Formát obrázkov neoptimalizujte automaticky pomocou komponenta ``, ale `gatsby-plugin-image`. [Ďalšie informácie](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Značky `` je možné pridať [úpravou rozloženia motívu](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Formát obrázkov neoptimalizujte automaticky pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Formát obrázkov neoptimalizujte automaticky pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Lenivé načítanie obrázkov nespúšťajte automaticky pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Lenivé načítanie obrázkov nespúšťajte automaticky pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Nastavte použitím komponenta `next/image` prioritu na pravdu, aby sa prednačítaval obrázok vykreslenia najväčšieho obsahu. [Ďalšie informácie](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Odložte načítanie nepodstatných skriptov tretej strany pomocou komponentu `next/script`. [Ďalšie informácie](https://nextjs.org/docs/basic-features/script)"
+ "message": "Odložte načítanie nepodstatných skriptov tretej strany pomocou komponentu `next/script`. [Ďalšie informácie](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Pomocou komponenta `next/image` zaistite, aby obrázky vždy mali náležitú veľkosť. [Ďalšie informácie](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Nepoužitý kód JavaScriptu rozpoznávajte pomocou komponenta `Webpack Bundle Analyzer`. [Ďalšie informácie](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Zvážte meranie skutočnej výkonnosti svojej aplikácie pomocou nástroja `Next.js Analytics`. [Ďalšie informácie](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Zvážte meranie skutočnej výkonnosti svojej aplikácie pomocou nástroja `Next.js Analytics`. [Ďalšie informácie](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Nakonfigurujte ukladanie nemenných podkladov a stránok `Server-side Rendered` do vyrovnávacej pamäte. [Ďalšie informácie](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Nakonfigurujte ukladanie nemenných podkladov a stránok `Server-side Rendered` do vyrovnávacej pamäte. [Ďalšie informácie](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Kvalitu obrázkov neupravujte pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Kvalitu obrázkov neupravujte pomocou komponenta ``, ale `next/image`. [Ďalšie informácie](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Príslušné `sizes` nastavte pomocou komponentu `next/image`. [Ďalšie informácie](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Ak váš systém zostavy automaticky minifikuje súbory JS, mali by ste nasadzovať ostrú verziu zostavy aplikácie. Môžete to skontrolovať pomocou rozšírenia React Developer Tools. [Ďalšie informácie](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ak nevykresľujete na strane servera, [rozdeľte balíky súborov JavaScript](https://web.dev/code-splitting-suspense/) pomocou funkcie `React.lazy()`. V opačnom prípade rozdeľte kód pomocou knižnice tretej strany, napríklad [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ak nevykresľujete na strane servera, [rozdeľte balíky súborov JavaScript](https://web.dev/code-splitting-suspense/) pomocou funkcie `React.lazy()`. V opačnom prípade rozdeľte kód pomocou knižnice tretej strany, napríklad [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Na meranie výkonnosti vykresľovania svojich komponentov použite profilovač React DevTools Profiler, ktorý využíva rozhranie Profiler API. [Ďalšie informácie](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nie je možné priradiť"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Bez hodnotenia"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Tento audit neprispieva k celkovému skóre kategórie."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Hodnoty sú odhady, ktoré sa môžu líšiť. [Skóre výkonnosti sa vypočítava](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) priamo z týchto metrík."
},
diff --git a/shared/localization/locales/sl.json b/shared/localization/locales/sl.json
index 72e4fc98ceed..7690dd2e7332 100644
--- a/shared/localization/locales/sl.json
+++ b/shared/localization/locales/sl.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Dovoljeno z opozorilom"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Rezultat spremembe postavitve"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "To so največje spremembe postavitve, zaznane na strani. Vsak element tabele predstavlja eno spremembo postavitve in prikazuje element, katerega postavitev je bila najbolj spremenjena. Pod vsakim elementom so možni temeljni vzroki, ki so privedli do spremembe postavitve. Nekatere od teh sprememb postavitev morda niso vključene v vrednost meritve CLS zaradi [prikaza v oknu](https://web.dev/articles/cls#what_is_cls). [Preberite, kako izboljšate CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Najdena je bila 1 sprememba postavitve}one{Najdena je bila # sprememba postavitve}two{Najdeni sta bili # spremembi postavitve}few{Najdene so bile # spremembe postavitve}other{Najdenih je bilo # sprememb postavitve}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Naložena spletna pisava"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Vstavljen okvir iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Predstavnostni element nima eksplicitne velikosti"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Izogibajte se velikim pomikom postavitve"
+ },
"core/audits/long-tasks.js | description": {
"message": "Navede najdaljša opravila v glavni niti, kar je koristno za prepoznavanje elementov, ki največ prispevajo k zakasnitvi vnosa. [Preberite, kako se izognete dolgim opravilom v glavni niti](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Zakasnitve strežnikovega zaledja"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animacije, ki niso sestavljene, so lahko nestabilne in lahko povečajo CLS. [Preberite, kako se lahko izognete nesestavljenim animacijam](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Najden je bil # animiran element}one{Najden je bil # animiran element}two{Najdena sta bila # animirana elementa}few{Najdeni so bili # animirani elementi}other{Najdenih je bilo # animiranih elementov}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Lastnost, povezana s »filter«, lahko premika slikovne pike"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Cilj ima drugo animacijo, ki ni združljiva"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Učinek ima sestavljeni način, ki ni »replace«"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Izogibanje nesestavljenim animacijam"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Lastnost, povezana s »transform«, je odvisna od velikosti polja"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepodprta lastnost CSS: {properties}}one{Nepodprte lastnosti CSS: {properties}}two{Nepodprte lastnosti CSS: {properties}}few{Nepodprte lastnosti CSS: {properties}}other{Nepodprte lastnosti CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Lastnosti CSS-ja po meri ni mogoče animirati v sestavljalniku: {properties}}one{Lastnosti CSS-ja po meri ni mogoče animirati v sestavljalniku: {properties}}two{Lastnosti CSS-ja po meri ni mogoče animirati v sestavljalniku: {properties}}few{Lastnosti CSS-ja po meri ni mogoče animirati v sestavljalniku: {properties}}other{Lastnosti CSS-ja po meri ni mogoče animirati v sestavljalniku: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Učinek ima nepodprte časovne parametre"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Preusmeri promet prek protokola HTTP na protokol HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Preusmeritve vnašajo dodatne zakasnitve nalaganja strani. [Preberite več o preprečevanju preusmeritev strani](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Izogibajte se preusmeritvam na več strani"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanonične povezave predlagajo, kateri URL naj bo prikazan v rezultatih iskanja. [Preberite več o kanoničnih povezavah](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Povezave imajo opisno besedilo"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Za preverjanje strukturiranih podatkov zaženite [orodje za preizkušanje strukturiranih podatkov](https://search.google.com/structured-data/testing-tool/) in [orodje Linter za strukturirane podatke](http://linter.structured-data.org/). [Preberite več o strukturiranih podatkih](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Za preverjanje strukturiranih podatkov zaženite [orodje za preizkušanje strukturiranih podatkov](https://developers.google.com/search/docs/appearance/structured-data/). [Preberite več o strukturiranih podatkih](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturirani podatki so veljavni"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Datoteka robots.txt je veljavna"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Odzivni čas strežnika za glavni dokument naj bo kratek, saj so od tega odvisne vse druge zahteve. [Preberite več o meritvi »Čas do prvega bajta«](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Korenski dokument je terjal {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Skrajševanje začetnega odzivnega časa strežnika"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Začetni odzivni čas strežnika je bil kratek"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Piškotki tretjih oseb so morda blokirani v nekaterih okoliščinah. [Preberite več o pripravi na omejitve piškotkov tretjih oseb](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Omejitev XSS-a, ki temelji na DOM-u, z zaupanja vrednimi vrstami"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Če želite zmanjšati pomike postavitve in izboljšati CLS, za elemente slik nastavite eksplicitno širino in višino. [Preberite, kako nastavite mere slik](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elementi slik nimajo izrecnih atributov `width` in `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elementi slik imajo eksplicitna atributa `width` in `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Vrsta"
},
@@ -2808,43 +2886,43 @@
"message": "Pri dostavi besedilnih sredstev uporabite stiskanje (gzip, deflate ali brotli) zaradi zmanjšanja skupnega števila omrežnih bajtov. Uporabite omrežje za prenos vsebine, ki to izvorno podpira, ali konfigurirajte spletni strežnik za to dejanje. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Optimize Fonts` samodejno uporabi funkcijo `font-display` za CSS ter tako zagotovi, da je med nalaganjem spletne pisave besedilo vidno uporabnikom."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Optimize Fonts` samodejno uporabi funkcijo `font-display` za CSS ter tako zagotovi, da je med nalaganjem spletne pisave besedilo vidno uporabnikom."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Next-Gen Formats` pretvori slike v WebP."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Next-Gen Formats` pretvori slike v WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Lazy Load Images` odloži nalaganje slik zunaj zaslona, dokler te niso potrebne."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Lazy Load Images` odloži nalaganje slik zunaj zaslona, dokler te niso potrebne."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da elementa `Critical CSS` in `Script Delay` odložita nalaganje manj pomembnega JavaScripta/CSS-ja."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Script Delay` odloži nalaganje JavaScripta, ki ni kritičen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Uporabite [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) za predpomnjenje vsebine v celotnem omrežju, da izboljšate čas do prvega bajta."
+ "message": "Uporabite [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) za predpomnjenje vsebine v celotnem omrežju, da izboljšate čas do prvega bajta."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Minify CSS` samodejno pomanjša vaš CSS ter tako zmanjša velikosti paketov koristne vsebine."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Minify CSS` samodejno pomanjša vaš CSS ter tako zmanjša velikosti paketov koristne vsebine."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Minify Javascript` samodejno pomanjša vaš JS ter tako zmanjša velikosti paketov koristne vsebine."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Minify Javascript` samodejno pomanjša vaš JS ter tako zmanjša velikosti paketov koristne vsebine."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da element `Remove Unused CSS` pomaga pri tej težavi. Prepoznal bo razrede CSS-ja, ki se dejansko uporabljajo na vsaki strani vašega spletnega mesta, in odstranil vse druge, da datoteka ne bo prevelika."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da element `Remove Unused CSS` pomaga pri tej težavi. Prepoznal bo razrede CSS-ja, ki se dejansko uporabljajo na vsaki strani vašega spletnega mesta, in odstranil vse druge, da datoteka ne bo prevelika."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Efficient Static Cache Policy` nastavi priporočene vrednosti v glavi predpomnjenja za statična sredstva."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Efficient Static Cache Policy` nastavi priporočene vrednosti v glavi predpomnjenja za statična sredstva."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Next-Gen Formats` pretvori slike v WebP."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Next-Gen Formats` pretvori slike v WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Pre-Connect Origins` samodejno doda namige za sredstva `preconnect` zaradi vzpostavljanja zgodnjih povezav s pomembnimi izvori drugih ponudnikov."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Pre-Connect Origins` samodejno doda namige za sredstva `preconnect` zaradi vzpostavljanja zgodnjih povezav s pomembnimi izvori drugih ponudnikov."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da elementa `Preload Fonts` in `Preload Background Images` dodata povezave `preload` za dodeljevanje višje stopnje prednosti pri pridobivanju sredstev, ki so trenutno zahtevana pri nadaljnjem nalaganju strani."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da elementa `Preload Fonts` in `Preload Background Images` dodata povezave `preload` za dodeljevanje višje stopnje prednosti pri pridobivanju sredstev, ki so trenutno zahtevana pri nadaljnjem nalaganju strani."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/speed) in omogočite, da `Resize Images` spremeni velikost slik tako, da ustrezajo napravi, ter tako zmanjša velikosti paketov koristne vsebine."
+ "message": "Uporabite [Ezoic Leap](https://pubdash.ezoic.com/leap) in omogočite, da `Resize Images` spremeni velikost slik tako, da ustrezajo napravi, ter tako zmanjša velikosti paketov koristne vsebine."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Za samodejno optimizacijo oblike zapisa slike uporabite komponento `gatsby-plugin-image` namesto ``. [Več o tem](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Oznake `` lahko dodate tako, da [spremenite postavitev teme](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Za samodejno optimizacijo oblike zapisa slike uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Za samodejno optimizacijo oblike zapisa slike uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Za samodejno odloženo nalaganje slik uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Za samodejno odloženo nalaganje slik uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Uporabite komponento `next/image` in možnost »priority« (prednost) nastavite na »true« za vnaprejšnje nalaganje slike LCP. [Več o tem](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "S komponento `next/script` odložite nalaganje manj pomembnih skriptov drugih ponudnikov. [Več o tem](https://nextjs.org/docs/basic-features/script)."
+ "message": "S komponento `next/script` odložite nalaganje manj pomembnih skriptov drugih ponudnikov. [Več o tem](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Uporabite komponento `next/image`, da bo velikost slik vedno ustrezno nastavljena. [Več o tem](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Uporabite `Webpack Bundle Analyzer` za zaznavanje neuporabljene kode JavaScript. [Več o tem](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Razmislite o uporabi elementa `Next.js Analytics` za merjenje dejanskega delovanja aplikacije. [Več o tem](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Razmislite o uporabi elementa `Next.js Analytics` za merjenje dejanskega delovanja aplikacije. [Več o tem](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurirajte predpomnjenje za nespremenljive elemente in strani `Server-side Rendered` (SSR). [Več o tem](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurirajte predpomnjenje za nespremenljive elemente in strani `Server-side Rendered` (SSR). [Več o tem](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Za prilagoditev kakovosti slike uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Za prilagoditev kakovosti slike uporabite komponento `next/image` namesto ``. [Več o tem](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Uporabite komponento `next/image` za nastavitev ustreznega nabora `sizes`. [Več o tem](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Če vaš sistem gradnje samodejno pomanjša datoteke JS, se prepričajte, da uvajate gradnjo aplikacije za splošno razpoložljivost. To lahko preverite z razširitvijo React Developer Tools. [Več o tem](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Če ne upodabljate na strani strežnika, [razdelite JavaScriptne svežnje](https://web.dev/code-splitting-suspense/) z elementom `React.lazy()`. Kodo sicer razdelite s knjižnico drugega ponudnika, kot je [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Če ne upodabljate na strani strežnika, [razdelite JavaScriptne svežnje](https://web.dev/code-splitting-suspense/) z elementom `React.lazy()`. Kodo sicer razdelite s knjižnico drugega ponudnika, kot je [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Uporabite React DevTools Profiler, ki uporablja API za Profiler API, za merjenje učinkovitosti delovanja upodabljanja komponent. [Več o tem](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nedodeljivo"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Neocenjeno"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ta revizija ne prispeva k skupni oceni kategorije."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Vrednosti so ocenjene in lahko odstopajo. [Rezultat uspešnosti se izračuna](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) neposredno iz teh meritev."
},
diff --git a/shared/localization/locales/sr-Latn.json b/shared/localization/locales/sr-Latn.json
index d322ba000f3c..a1e2fc845c0e 100644
--- a/shared/localization/locales/sr-Latn.json
+++ b/shared/localization/locales/sr-Latn.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Dozvoljen uz upozorenje"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Rezultat promene rasporeda"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Ovo su najveće promene rasporeda zabeležene na stranici. Svaka stavka tabele predstavlja jednu promenu rasporeda i prikazuje element koji se najviše pomerio. Ispod svake stavke su navedeni mogući osnovni uzroci koji su doveli do promene rasporeda. Neke od ovih promena rasporeda možda nisu uvrštene u vrednost CLS pokazatelja zbog [prozorskog prikaza](https://web.dev/articles/cls#what_is_cls). [Saznajte kako da poboljšate CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Pronađena je 1 promena rasporeda}one{Pronađeno je # promena rasporeda}few{Pronađene su # promene rasporeda}other{Pronađeno je # promena rasporeda}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Veb-font je učitan"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Umetnuti iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medijski element nema eksplicitnu veličinu"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Izbegavajte velike promene rasporeda"
+ },
"core/audits/long-tasks.js | description": {
"message": "Navodi najduže zadatke u glavnoj niti, što je korisno za identifikovanje onih koji najviše doprinose kašnjenju prikaza. [Saznajte kako da izbegnete duge zadatke u glavnoj niti](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Pozadinska kašnjenja servera"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animacije koje nisu kompozitne mogu da budu problematične i da povećavaju kumulativni pomak sadržaja stranice. [Saznajte kako da izbegnete animacije koje nisu kompozitne](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Pronađen je # animiran element}one{Pronađen je # animiran element}few{Pronađena su # animirana elementa}other{Pronađeno je # animiranih elemenata}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Svojstvo koje se odnosi na filtere može da pomera piksele"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Cilj ima drugu animaciju koja je nekompatibilna"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efekat ima kompozitni režim koji nije „replace“"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Izbegavajte animacije koje nisu kompozitne"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Svojstvo vezano za transformaciju zavisi od veličine okvira"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Nepodržano CSS svojstvo: {properties}}one{Nepodržana CSS svojstva: {properties}}few{Nepodržana CSS svojstva: {properties}}other{Nepodržana CSS svojstva: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Prilagođena CSS svojstva ne mogu da se animiraju na alatki za sastavljanje: {properties}}one{Prilagođena CSS svojstva ne mogu da se animiraju na alatki za sastavljanje: {properties}}few{Prilagođena CSS svojstva ne mogu da se animiraju na alatki za sastavljanje: {properties}}other{Prilagođena CSS svojstva ne mogu da se animiraju na alatki za sastavljanje: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efekat ima nepodržane parametre vremena"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiva"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Preusmerava HTTP saobraćaj na HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Preusmeravanja dovode do dodatnih kašnjenja pre učitavanja stranice. [Saznajte kako da izbegnete preusmeravanja stranice](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Izbegavajte višestruka preusmeravanja stranice"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanonički linkovi predlažu koji URL treba da se prikaže u rezultatima pretrage. [Saznajte više o kanoničkim linkovima](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Linkovi imaju opisni tekst"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Pokrenite [alatku za testiranje strukturiranih podataka](https://search.google.com/structured-data/testing-tool/) i [alatku za analiziranje strukturiranih podataka](http://linter.structured-data.org/) da biste procenili strukturirane podatke. [Saznajte više o strukturiranim podacima](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Pokrenite [alatku za testiranje strukturiranih podataka](https://developers.google.com/search/docs/appearance/structured-data/) da biste procenili strukturirane podatke. [Saznajte više o strukturiranim podacima](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturirani podaci su važeći"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Datoteka robots.txt je važeća"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Vreme odgovora servera za glavni dokument treba da bude kratko jer svi drugi zahtevi zavise od njega. [Saznajte više o pokazatelju Vreme do prvog bajta](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Osnovnom dokumentu je trebalo {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Skratite početno vreme odgovora servera"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Početno vreme odgovora servera je bilo kratko"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Kolačići treće strane mogu da budu blokirani u nekim kontekstima. [Saznajte više o pripremi za ograničenja kolačića treće strane](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Ublažite XSS zasnovan na DOM-u pomoću pouzdanih tipova"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Podesite eksplicitnu širinu i visinu u elementima slika radi smanjenja prelaza izgleda i poboljšanja kumulativnog pomaka sadržaja stranice. [Saznajte kako da podesite dimenzije slike](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Elementi slika nemaju eksplicitne: `width` i `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Elementi slika imaju eksplicitne: `width` i `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tip"
},
@@ -2808,43 +2886,43 @@
"message": "Resurse zasnovane na tekstu treba da prikazujete u komprimovanom formatu (gzip, deflate ili brotli) da biste smanjili ukupnu količinu potrošenih mrežnih podataka. Razmislite o korišćenju mreže za isporuku sadržaja koja izvorno podržava ovo ili konfigurišite veb-server tako da on obavlja ovu radnju. [Saznajte više](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Optimize Fonts` da biste automatski iskoristili CSS funkciju `font-display` kako bi tekst bio vidljiv korisnicima dok se veb-fontovi učitavaju."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Optimize Fonts` da biste automatski iskoristili CSS funkciju `font-display` kako bi tekst bio vidljiv korisnicima dok se veb-fontovi učitavaju."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Next-Gen Formats` da biste konvertovali slike u WebP."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Next-Gen Formats` da biste konvertovali slike u WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Lazy Load Images` da biste odložili učitavanje slika van ekrana dok ne budu potrebne."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Lazy Load Images` da biste odložili učitavanje slika van ekrana dok ne budu potrebne."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Critical CSS` i `Script Delay` da biste odložili nekritični JS ili CSS."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Script Delay` da biste odložili JS koji nije toliko važan."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Koristite [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) da biste keširali sadržaj na svetskoj mreži i poboljšali vreme do prvog bajta."
+ "message": "Koristite [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) da biste keširali sadržaj na svetskoj mreži i poboljšali vreme do prvog bajta."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Minify CSS` da biste automatski umanjili CSS kako bi se smanjile veličine mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Minify CSS` da biste automatski umanjili CSS kako bi se smanjile veličine mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Minify Javascript` da biste automatski umanjili JS radi smanjenja veličine mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Minify Javascript` da biste automatski umanjili JS radi smanjenja veličine mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Remove Unused CSS` radi lakšeg rešavanja ovog problema. Time se identifikuju CSS klase koje se stvarno koriste na svakoj stranici vašeg sajta i uklanjaju se sve druge da bi veličina datoteke ostala mala."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Remove Unused CSS` radi lakšeg rešavanja ovog problema. Time se identifikuju CSS klase koje se stvarno koriste na svakoj stranici vašeg sajta i uklanjaju se sve druge da bi veličina datoteke ostala mala."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Efficient Static Cache Policy` da biste podesili preporučene vrednosti u zaglavlju keširanja za statične elemente."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Efficient Static Cache Policy` da biste podesili preporučene vrednosti u zaglavlju keširanja za statične elemente."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Next-Gen Formats` da biste konvertovali slike u WebP."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Next-Gen Formats` da biste konvertovali slike u WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Pre-Connect Origins` da biste automatski dodali savete za `preconnect` resurse radi uspostavljanja ranih veza sa važnim izvorima trećih strana."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Pre-Connect Origins` da biste automatski dodali savete za `preconnect` resurse radi uspostavljanja ranih veza sa važnim izvorima trećih strana."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Preload Fonts` i `Preload Background Images` da biste dodali linkove za `preload` kako biste dali prednost preuzimanju resursa koji se trenutno traže kasnije tokom učitavanja stranice."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Preload Fonts` i `Preload Background Images` da biste dodali linkove za `preload` kako biste dali prednost preuzimanju resursa koji se trenutno traže kasnije tokom učitavanja stranice."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/speed) i omogućite `Resize Images` da biste promenili veličinu slika tako da odgovara uređaju i time smanjili veličine mrežnih resursa."
+ "message": "Koristite [Ezoic Leap](https://pubdash.ezoic.com/leap) i omogućite `Resize Images` da biste promenili veličinu slika tako da odgovara uređaju i time smanjili veličine mrežnih resursa."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Koristite komponentu `gatsby-plugin-image`, a ne ``, da biste automatski optimizovali format slika. [Saznajte više](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Oznake `` mogu da se dodaju [izmenom izgleda teme](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Koristite komponentu `next/image`, a ne ``, da biste automatski optimizovali format slika. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Koristite komponentu `next/image`, a ne ``, da biste automatski optimizovali format slika. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Koristite komponentu `next/image`, a ne ``, da biste automatski sporo učitavali slike. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Koristite komponentu `next/image`, a ne ``, da biste automatski sporo učitavali slike. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Koristite komponentu `next/image` i postavite „priority“ na „true“ da biste unapred učitali LCP sliku. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Koristite komponentu `next/script` da biste odložili učitavanje skripta treće strane koje nisu toliko važne. [Saznajte više](https://nextjs.org/docs/basic-features/script)."
+ "message": "Koristite komponentu `next/script` da biste odložili učitavanje skripta treće strane koje nisu toliko važne. [Saznajte više](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Koristite komponentu `next/image` da biste se uverili da su slike uvek odgovarajuće veličine. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Koristite `Webpack Bundle Analyzer` da biste otkrili neiskorišćeni JavaScript kôd. [Saznajte više](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Preporučujemo vam da koristite `Next.js Analytics` za merenje učinka aplikacije u stvarnom svetu. [Saznajte više](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Preporučujemo vam da koristite `Next.js Analytics` za merenje učinka aplikacije u stvarnom svetu. [Saznajte više](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurišite keširanje za nepromenljive elemente i `Server-side Rendered` (SSR) stranice. [Saznajte više](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurišite keširanje za nepromenljive elemente i `Server-side Rendered` (SSR) stranice. [Saznajte više](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Koristite komponentu `next/image`, a ne ``, da biste podesili kvalitet slike. [Saznajte više](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Koristite komponentu `next/image`, a ne ``, da biste podesili kvalitet slike. [Saznajte više](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Koristite komponentu `next/image` da biste podesili odgovarajuće `sizes`. [Saznajte više](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ako sistem za prevođenje i povezivanje automatski umanjuje JS fajlove, uverite se da primenjujete proizvodnu verziju aplikacije. To možete da proverite pomoću dodatka React Developer Tools. [Saznajte više](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ako ne prikazujete na serveru, [razdvojite JavaScript pakete](https://web.dev/code-splitting-suspense/) pomoću oznake `React.lazy()`. U suprotnom, razdvojite kôd pomoću biblioteke treće strane poput [komponenata koje mogu da se učitavaju](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ako ne prikazujete na serveru, [razdvojite JavaScript pakete](https://web.dev/code-splitting-suspense/) pomoću oznake `React.lazy()`. U suprotnom, razdvojite kôd pomoću biblioteke treće strane poput [komponenata koje mogu da se učitavaju](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Koristite React DevTools Profiler, koji koristi API Profiler, da biste merili performanse prikazivanja komponenata. [Saznajte više.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Nepripisivo"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Bez rezultata"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ova provera ne doprinosi ukupnoj oceni kategorije."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Vrednosti predstavljaju procene i mogu da variraju. [Ocena učinka sa izračunava](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direktno na osnovu tih pokazatelja."
},
diff --git a/shared/localization/locales/sr.json b/shared/localization/locales/sr.json
index 97fec45203e8..29aaa16a7720 100644
--- a/shared/localization/locales/sr.json
+++ b/shared/localization/locales/sr.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Дозвољен уз упозорење"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Резултат промене распореда"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Ово су највеће промене распореда забележене на страници. Свака ставка табеле представља једну промену распореда и приказује елемент који се највише померио. Испод сваке ставке су наведени могући основни узроци који су довели до промене распореда. Неке од ових промена распореда можда нису уврштене у вредност CLS показатеља због [прозорског приказа](https://web.dev/articles/cls#what_is_cls). [Сазнајте како да побољшате CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Пронађена је 1 промена распореда}one{Пронађено је # промена распореда}few{Пронађене су # промене распореда}other{Пронађено је # промена распореда}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Веб-фонт је учитан"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Уметнути iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Медијски елемент нема експлицитну величину"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Избегавајте велике промене распореда"
+ },
"core/audits/long-tasks.js | description": {
"message": "Наводи најдуже задатке у главној нити, што је корисно за идентификовање оних који највише доприносе кашњењу приказа. [Сазнајте како да избегнете дуге задатке у главној нити](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Позадинска кашњења сервера"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Анимације које нису композитне могу да буду проблематичне и да повећавају кумулативни помак садржаја странице. [Сазнајте како да избегнете анимације које нису композитне](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Пронађен је # анимиран елемент}one{Пронађен је # анимиран елемент}few{Пронађена су # анимирана елемента}other{Пронађено је # анимираних елемената}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Својство које се односи на филтере може да помера пикселе"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Циљ има другу анимацију која је некомпатибилна"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Ефекат има композитни режим који није „replace“"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Избегавајте анимације које нису композитне"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Својство везано за трансформацију зависи од величине оквира"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Неподржано CSS својство: {properties}}one{Неподржана CSS својства: {properties}}few{Неподржана CSS својства: {properties}}other{Неподржана CSS својства: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Прилагођена CSS својства не могу да се анимирају на алатки за састављање: {properties}}one{Прилагођена CSS својства не могу да се анимирају на алатки за састављање: {properties}}few{Прилагођена CSS својства не могу да се анимирају на алатки за састављање: {properties}}other{Прилагођена CSS својства не могу да се анимирају на алатки за састављање: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Ефекат има неподржане параметре времена"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Директива"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Преусмерава HTTP саобраћај на HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Преусмеравања доводе до додатних кашњења пре учитавања странице. [Сазнајте како да избегнете преусмеравања странице](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Избегавајте вишеструка преусмеравања странице"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Канонички линкови предлажу који URL треба да се прикаже у резултатима претраге. [Сазнајте више о каноничким линковима](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Линкови имају описни текст"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Покрените [алатку за тестирање структурираних података](https://search.google.com/structured-data/testing-tool/) и [алатку за анализирање структурираних података](http://linter.structured-data.org/) да бисте проценили структуриране податке. [Сазнајте више о структурираним подацима](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Покрените [алатку за тестирање структурираних података](https://developers.google.com/search/docs/appearance/structured-data/) да бисте проценили структуриране податке. [Сазнајте више о структурираним подацима](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Структурирани подаци су важећи"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Датотека robots.txt је важећа"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Време одговора сервера за главни документ треба да буде кратко јер сви други захтеви зависе од њега. [Сазнајте више о показатељу Време до првог бајта](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Основном документу је требало {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Скратите почетно време одговора сервера"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Почетно време одговора сервера је било кратко"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Колачићи треће стране могу да буду блокирани у неким контекстима. [Сазнајте више о припреми за ограничења колачића треће стране](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Ублажите XSS заснован на DOM-у помоћу поузданих типова"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Подесите експлицитну ширину и висину у елементима слика ради смањења прелаза изгледа и побољшања кумулативног помака садржаја странице. [Сазнајте како да подесите димензије слике](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Елементи слика немају експлицитне: `width` и `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Елементи слика имају експлицитне: `width` и `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Тип"
},
@@ -2808,43 +2886,43 @@
"message": "Ресурсе засноване на тексту треба да приказујете у компримованом формату (gzip, deflate или brotli) да бисте смањили укупну количину потрошених мрежних података. Размислите о коришћењу мреже за испоруку садржаја која изворно подржава ово или конфигуришите веб-сервер тако да он обавља ову радњу. [Сазнајте више](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Optimize Fonts` да бисте аутоматски искористили CSS функцију `font-display` како би текст био видљив корисницима док се веб-фонтови учитавају."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Optimize Fonts` да бисте аутоматски искористили CSS функцију `font-display` како би текст био видљив корисницима док се веб-фонтови учитавају."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Next-Gen Formats` да бисте конвертовали слике у WebP."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Next-Gen Formats` да бисте конвертовали слике у WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Lazy Load Images` да бисте одложили учитавање слика ван екрана док не буду потребне."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Lazy Load Images` да бисте одложили учитавање слика ван екрана док не буду потребне."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Critical CSS` и `Script Delay` да бисте одложили некритични JS или CSS."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Script Delay` да бисте одложили JS који није толико важан."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Користите [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) да бисте кеширали садржај на светској мрежи и побољшали време до првог бајта."
+ "message": "Користите [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) да бисте кеширали садржај на светској мрежи и побољшали време до првог бајта."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Minify CSS` да бисте аутоматски умањили CSS како би се смањиле величине мрежних ресурса."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Minify CSS` да бисте аутоматски умањили CSS како би се смањиле величине мрежних ресурса."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Minify Javascript` да бисте аутоматски умањили JS ради смањења величине мрежних ресурса."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Minify Javascript` да бисте аутоматски умањили JS ради смањења величине мрежних ресурса."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Remove Unused CSS` ради лакшег решавања овог проблема. Тиме се идентификују CSS класе које се стварно користе на свакој страници вашег сајта и уклањају се све друге да би величина датотеке остала мала."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Remove Unused CSS` ради лакшег решавања овог проблема. Тиме се идентификују CSS класе које се стварно користе на свакој страници вашег сајта и уклањају се све друге да би величина датотеке остала мала."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Efficient Static Cache Policy` да бисте подесили препоручене вредности у заглављу кеширања за статичне елементе."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Efficient Static Cache Policy` да бисте подесили препоручене вредности у заглављу кеширања за статичне елементе."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Next-Gen Formats` да бисте конвертовали слике у WebP."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Next-Gen Formats` да бисте конвертовали слике у WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Pre-Connect Origins` да бисте аутоматски додали савете за `preconnect` ресурсе ради успостављања раних веза са важним изворима трећих страна."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Pre-Connect Origins` да бисте аутоматски додали савете за `preconnect` ресурсе ради успостављања раних веза са важним изворима трећих страна."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Preload Fonts` и `Preload Background Images` да бисте додали линкове за `preload` како бисте дали предност преузимању ресурса који се тренутно траже касније током учитавања странице."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Preload Fonts` и `Preload Background Images` да бисте додали линкове за `preload` како бисте дали предност преузимању ресурса који се тренутно траже касније током учитавања странице."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/speed) и омогућите `Resize Images` да бисте променили величину слика тако да одговара уређају и тиме смањили величине мрежних ресурса."
+ "message": "Користите [Ezoic Leap](https://pubdash.ezoic.com/leap) и омогућите `Resize Images` да бисте променили величину слика тако да одговара уређају и тиме смањили величине мрежних ресурса."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Користите компоненту `gatsby-plugin-image`, а не ``, да бисте аутоматски оптимизовали формат слика. [Сазнајте више](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Ознаке `` могу да се додају [изменом изгледа теме](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Користите компоненту `next/image`, а не ``, да бисте аутоматски оптимизовали формат слика. [Сазнајте више](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Користите компоненту `next/image`, а не ``, да бисте аутоматски оптимизовали формат слика. [Сазнајте више](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Користите компоненту `next/image`, а не ``, да бисте аутоматски споро учитавали слике. [Сазнајте више](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Користите компоненту `next/image`, а не ``, да бисте аутоматски споро учитавали слике. [Сазнајте више](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Користите компоненту `next/image` и поставите „priority“ на „true“ да бисте унапред учитали LCP слику. [Сазнајте више](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Користите компоненту `next/script` да бисте одложили учитавање скрипта треће стране које нису толико важне. [Сазнајте више](https://nextjs.org/docs/basic-features/script)."
+ "message": "Користите компоненту `next/script` да бисте одложили учитавање скрипта треће стране које нису толико важне. [Сазнајте више](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Користите компоненту `next/image` да бисте се уверили да су слике увек одговарајуће величине. [Сазнајте више](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Користите `Webpack Bundle Analyzer` да бисте открили неискоришћени JavaScript кôд. [Сазнајте више](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Препоручујемо вам да користите `Next.js Analytics` за мерење учинка апликације у стварном свету. [Сазнајте више](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Препоручујемо вам да користите `Next.js Analytics` за мерење учинка апликације у стварном свету. [Сазнајте више](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Конфигуришите кеширање за непроменљиве елементе и `Server-side Rendered` (SSR) странице. [Сазнајте више](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Конфигуришите кеширање за непроменљиве елементе и `Server-side Rendered` (SSR) странице. [Сазнајте више](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Користите компоненту `next/image`, а не ``, да бисте подесили квалитет слике. [Сазнајте више](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Користите компоненту `next/image`, а не ``, да бисте подесили квалитет слике. [Сазнајте више](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Користите компоненту `next/image` да бисте подесили одговарајуће `sizes`. [Сазнајте више](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Ако систем за превођење и повезивање аутоматски умањује JS фајлове, уверите се да примењујете производну верзију апликације. То можете да проверите помоћу додатка React Developer Tools. [Сазнајте више](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Ако не приказујете на серверу, [раздвојите JavaScript пакете](https://web.dev/code-splitting-suspense/) помоћу ознаке `React.lazy()`. У супротном, раздвојите кôд помоћу библиотеке треће стране попут [компонената које могу да се учитавају](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Ако не приказујете на серверу, [раздвојите JavaScript пакете](https://web.dev/code-splitting-suspense/) помоћу ознаке `React.lazy()`. У супротном, раздвојите кôд помоћу библиотеке треће стране попут [компонената које могу да се учитавају](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Користите React DevTools Profiler, који користи API Profiler, да бисте мерили перформансе приказивања компонената. [Сазнајте више.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Неприписиво"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Без резултата"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Ова провера не доприноси укупној оцени категорије."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Вредности представљају процене и могу да варирају. [Оцена учинка са израчунава](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) директно на основу тих показатеља."
},
diff --git a/shared/localization/locales/sv.json b/shared/localization/locales/sv.json
index f10a7d7df8b2..1311c2bfb6ad 100644
--- a/shared/localization/locales/sv.json
+++ b/shared/localization/locales/sv.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Tillåts med varning"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Resultat för layoutförskjutning"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Det här är de största layoutförskjutningarna som observerats på sidan. Varje tabellobjekt representerar en enskild layoutförskjutning och visar elementet som försköts mest. Under varje objekt visas möjliga grundorsaker till layoutförskjutningen. Vissa av dessa layoutförskjutningar kanske inte tas med i CLS-mätvärdet på grund av [windowing](https://web.dev/articles/cls#what_is_cls). [Läs mer om hur du kan förbättra CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 layoutförskjutning hittades}other{# layoutförskjutningar hittades}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Webbteckensnittet har lästs in"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Injicerad iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Medieelementet har ingen angiven storlek"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Undvik större layoutförskjutningar"
+ },
"core/audits/long-tasks.js | description": {
"message": "Visar de uppgifter i huvudtråden som har körts under längst tid, vilket kan identifiera de viktigaste flaskhalsarna som fördröjer inmatningen. [Läs om hur du undviker uppgifter i huvudtrådar som har körts under lång tid](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Serverlatens"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Animationer som inte är sammansatta kan vara hackiga och orsaka ökad CLS. [Läs om hur du undviker animationer som inte är sammansatta](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# animerat element hittades}other{# animerade element hittades}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Den filterrelaterade egenskapen kan flytta pixlar"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Målet har en annan animation som är inkompatibel"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Effekten har ett annat sammansatt läge än ”replace”"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Undvik icke sammansatta animationer"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "En ”transform”-relaterad egenskap beror på rutans storlek"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{CSS-egenskap som inte stöds: {properties}}other{CSS-egenskaper som inte stöds: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Anpassade CSS-egenskaper kan inte animeras med sammansättningsfunktionen: {properties}}other{Anpassade CSS-egenskaper kan inte animeras med sammansättningsfunktionen: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Effekten har tidsparametrar som inte stöds"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Direktiv"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Omdirigerar HTTP-trafik till HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Omdirigeringar medför en ytterligare fördröjning innan sidan kan läsas in. [Läs mer om hur du undviker omdirigeringar av sidor](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Undvik upprepade omdirigeringar"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Kanoniska länkar föreslår vilka webbadresser som ska visas i sökresultat. [Läs mer om kanoniska länkar](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Länkar har beskrivande text"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Kör [testverktyget för strukturerad data](https://search.google.com/structured-data/testing-tool/) och [Structured Data Linter](http://linter.structured-data.org/) för att validera strukturerad data. [Läs mer om strukturerad data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Kör [testverktyget för strukturerad data](https://developers.google.com/search/docs/appearance/structured-data/) för att validera strukturerad data. [Läs mer om strukturerad data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Strukturerad data är giltig"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt är giltig"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Se till att serverns svarstid för huvuddokumentet är kort, eftersom alla andra förfrågningar är beroende av det. [Läs mer om mätvärdet Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Rotdokumentet tog {timeInMs, number, milliseconds} ms"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Minska serverns första svarstid"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Serverns första svarstid var kort"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Tredjepartscookies kan blockeras i vissa sammanhang. [Läs mer om hur du förbereder dig för begränsningar av tredjepartscookies](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Minska risken med DOM-baserad XSS med hjälp av Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Reducera layoutförskjutningarna och förbättra CLS genom att ange explicit bredd och höjd för bildelement. [Läs mer om hur du ställer in bildmått](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Alla bildelement har inte `width` och `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Alla bildelement har explicit `width` och `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Typ"
},
@@ -2808,43 +2886,43 @@
"message": "Textresurser bör visas komprimerade (gzip, deflate eller brotli) så att färre byte skickas via nätverket. Överväg att använda ett CDN som har inbyggt stöd för detta eller konfigurera webbservern för att utföra åtgärden. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Optimize Fonts` så att du automatiskt kan dra nytta av CSS-funktionen `font-display`, som gör text synlig för användaren medan webbteckensnitten läses in."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Optimize Fonts` så att du automatiskt kan dra nytta av CSS-funktionen `font-display`, som gör text synlig för användaren medan webbteckensnitten läses in."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Next-Gen Formats` så att bilder konverteras till WebP."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Next-Gen Formats` så att bilder konverteras till WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Lazy Load Images` så att bilder utanför skärmen inte läses in förrän de behövs."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Lazy Load Images` så att bilder utanför skärmen inte läses in förrän de behövs."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Critical CSS` och `Script Delay`, så att mindre viktig JS/CSS skjuts upp."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Script Delay` för att skjuta upp mindre viktig JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Använd [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) så att innehållet cachelagras i vårt världsomspännande nätverk, vilket förbättrar tiden till första byte."
+ "message": "Använd [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) så att innehållet cachelagras i vårt världsomspännande nätverk, vilket förbättrar tiden till första byte."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Minify CSS` så att CSS-koden minifieras automatiskt, vilket minskar mängden data som överförs i nätverket."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Minify CSS` så att CSS-koden minifieras automatiskt, vilket minskar mängden data som överförs i nätverket."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Minify Javascript` så att JS-koden minifieras automatiskt, vilket minskar mängden data som överförs i nätverket."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Minify Javascript` så att JS-koden minifieras automatiskt, vilket minskar mängden data som överförs i nätverket."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Remove Unused CSS` mot detta problem. Då identifieras de CSS-klasser som faktiskt används på var och en av webbplatsens sidor medan andra CSS-klasser tas bort så att filstorleken hålls nere."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Remove Unused CSS` mot detta problem. Då identifieras de CSS-klasser som faktiskt används på var och en av webbplatsens sidor medan andra CSS-klasser tas bort så att filstorleken hålls nere."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Efficient Static Cache Policy`, som ställer in rekommenderade värden för statiska tillgångar i huvudets cachelagringsfält."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Efficient Static Cache Policy`, som ställer in rekommenderade värden för statiska tillgångar i huvudets cachelagringsfält."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Next-Gen Formats` så att bilder konverteras till WebP."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Next-Gen Formats` så att bilder konverteras till WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Pre-Connect Origins`. Då läggs hintar om `preconnect`-resurser till automatiskt så att anslutningar till viktiga tredjepartsursprung upprättas tidigt."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Pre-Connect Origins`. Då läggs hintar om `preconnect`-resurser till automatiskt så att anslutningar till viktiga tredjepartsursprung upprättas tidigt."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Preload Fonts` och `Preload Background Images`. Detta lägger till `preload`-länkar, vilket prioriterar hämtningen av resurser som för närvarande begärs senare under sidhämtningen."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Preload Fonts` och `Preload Background Images`. Detta lägger till `preload`-länkar, vilket prioriterar hämtningen av resurser som för närvarande begärs senare under sidhämtningen."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/speed) och aktivera `Resize Images` så att bildernas storlek anpassas efter enheten, vilket minskar mängden data som överförs i nätverket."
+ "message": "Använd [Ezoic Leap](https://pubdash.ezoic.com/leap) och aktivera `Resize Images` så att bildernas storlek anpassas efter enheten, vilket minskar mängden data som överförs i nätverket."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Optimera bildformat automatiskt med komponenten `gatsby-plugin-image` i stället för ``. [Läs mer](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "``-taggar kan läggas till genom att [ändra ett temas layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Optimera bildformat automatiskt med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Optimera bildformat automatiskt med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Skjut upp inläsningen av bilder automatiskt med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Skjut upp inläsningen av bilder automatiskt med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Använd komponenten `next/image` och ge priority värdet true så att LCP-bilder (största uppritningen av innehåll) läses in i förväg. [Läs mer](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Skjut upp inläsningen av mindre viktiga skript från tredje part med komponenten `next/script`. [Läs mer](https://nextjs.org/docs/basic-features/script)."
+ "message": "Skjut upp inläsningen av mindre viktiga skript från tredje part med komponenten `next/script`. [Läs mer](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Använd komponenten `next/image` för att säkerställa att bilder alltid får lämplig storlek. [Läs mer](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Identifiera JavaScript-kod som inte används med `Webpack Bundle Analyzer`. [Läs mer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Du kan mäta appens faktiska prestanda med `Next.js Analytics`. [Läs mer](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Du kan mäta appens faktiska prestanda med `Next.js Analytics`. [Läs mer](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Konfigurera cachning av tillgångar och SSR-sidor (`Server-side Rendered`) som inte förändras. [Läs mer](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Konfigurera cachning av tillgångar och SSR-sidor (`Server-side Rendered`) som inte förändras. [Läs mer](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Justera bildkvalitet med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Justera bildkvalitet med komponenten `next/image` i stället för ``. [Läs mer](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Ställ in `sizes` med komponenten `next/image`. [Läs mer](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Om versionssystemet minifierar JS-filerna automatiskt kontrollerar du att du implementerar appens produktionsversion. Du kan kontrollera detta med tillägget React Developer Tools. [Läs mer](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Om du inte renderar på serversidan [delar du upp JavaScript-paketen](https://web.dev/code-splitting-suspense/) med `React.lazy()`. I annat fall kan du dela upp koden med tredjepartsbibliotek som [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Om du inte renderar på serversidan [delar du upp JavaScript-paketen](https://web.dev/code-splitting-suspense/) med `React.lazy()`. I annat fall kan du dela upp koden med tredjepartsbibliotek som [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Mät renderingens resultat för dina komponenter med hjälp av React DevTools Profiler, som drar nytta av Profiler API. [Läs mer.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Kan inte tillskrivas"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Utelämnad"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Den här kontrollen bidrar inte till det övergripande kategoripoängen."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Värdena är uppskattningar och kan variera. [Prestandapoängen beräknas](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) direkt utifrån dessa mätvärden."
},
diff --git a/shared/localization/locales/ta.json b/shared/localization/locales/ta.json
index 15ddb193f6b9..24d108feaef4 100644
--- a/shared/localization/locales/ta.json
+++ b/shared/localization/locales/ta.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "எச்சரிக்கையுடன் அனுமதிக்கப்பட்டது"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "லே-அவுட் ஷிஃப்ட் ஸ்கோர்"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "இவை இணையப் பக்கத்தில் கண்டறியப்பட்ட பெரிய லே-அவுட் ஷிஃப்ட்கள் ஆகும். அட்டவணையின் ஒவ்வொரு கலமும் ஒரு லே-அவுட் ஷிஃப்டைக் குறிக்கும். மேலும் எந்த உறுப்பு அதிகம் ஷிஃப்ட் ஆகியுள்ளது என்பது அதில் குறிப்பிடப்பட்டிருக்கும். அவை ஒவ்வொன்றுக்கும் கீழே லே-அவுட் ஷிஃப்ட்டிற்கான சாத்தியமான மூலகாரணங்கள் இருக்கும். [விண்டோவிங்](https://web.dev/articles/cls#what_is_cls) காரணமாகச் சில லே-அவுட் ஷிஃப்ட்கள் CLS அளவீட்டு மதிப்பில் சேர்க்கப்படாமல் போகலாம். [CLSஸை எப்படி மேம்படுத்துவது என்று தெரிந்துகொள்ளுங்கள்](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 லே-அவுட் ஷிஃப்ட் கண்டறியப்பட்டது}other{# லே-அவுட் ஷிஃப்ட்கள் கண்டறியப்பட்டன}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "இணைய எழுத்து வடிவம் ஏற்றப்பட்டிருத்தல்"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iframe சேர்க்கப்பட்டிருத்தல்"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "மீடியா உறுப்பின் அளவு வரையறுக்கப்படாமல் இருத்தல்"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "பெரிய தளவமைப்பு ஷிஃப்ட்களைத் தவிர்த்தல்"
+ },
"core/audits/long-tasks.js | description": {
"message": "முதன்மைத் தொடரிழையில் உள்ள மிக நீளமான பணிகளைப் பட்டியலிடுகிறது. உள்ளீட்டுத் தாமதத்திற்கு அதிகமாகப் பங்களிப்பவற்றை அடையாளம் காண இது உதவுகிறது. [நீண்ட முதன்மைத் தொடர் பணிகளைத் தவிர்ப்பது எப்படி என அறிக](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "சேவையக பேக்எண்ட் தாமதங்கள்"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "தொகுக்கப்படாத அனிமேஷன்கள் மோசமாக இருக்கும், CLSஸை அதிகரிக்கும். [தொகுக்கப்படாத அனிமேஷன்களைத் தவிர்ப்பது எப்படி என அறிக](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# அனிமேஷன் உறுப்பு உள்ளது}other{# அனிமேஷன் உறுப்புகள் உள்ளன}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "வடிப்பான் தொடர்பான பண்பு பிக்சல்களைச் சீராக வழங்காமல் இருக்கக்கூடும்"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "பொருந்தாத மற்றொரு அனிமேஷன் டார்கெட்டில் உள்ளது"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "\"replace\" அல்லாமல் வேறொரு தொகுப்புப் பயன்முறையை எஃபெக்ட் கொண்டுள்ளது"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "தொகுக்கப்படாத அனிமேஷன்களைத் தவிர்த்திடுங்கள்"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "மாற்றம் தொடர்பான பண்பு, அனிமேஷன் பரப்பைப் பொறுத்தது"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{ஆதரிக்கப்படாத CSS பிராப்பர்ட்டி: {properties}}other{ஆதரிக்கப்படாத CSS பிராப்பர்ட்டிகள்: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{பிரத்தியேக CSS பிராப்பர்ட்டிகளைக் கம்போஸிட்டரில் அனிமேஷன் செய்ய முடியாது: {properties}}other{பிரத்தியேக CSS பிராப்பர்ட்டிகளைக் கம்போஸிட்டரில் அனிமேஷன் செய்ய முடியாது: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "ஆதரிக்கப்படாத நேர அளவுருக்களை எஃபெக்ட் கொண்டுள்ளது"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "டைரெக்டிவ்"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTPSக்கு HTTP ட்ராஃபிக்கைத் திசைதிருப்பும்"
},
+ "core/audits/redirects.js | description": {
+ "message": "'திசைதிருப்புதல்கள்' பக்கம் ஏற்றப்படுவதற்கு முன்பு கூடுதல் தாமதங்களை ஏற்படுத்தும். [பக்கம் திசைதிரும்புவதைத் தவிர்ப்பது எப்படி என அறிக](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "பல பக்கங்களுக்குத் திசைதிருப்புவதைத் தவிர்க்கவும்"
+ },
"core/audits/seo/canonical.js | description": {
"message": "தேடல் முடிவுகளில் எந்த URLலைக் காட்ட வேண்டும் என்பதை 'முன்னுரிமை இணைப்புகள்' பரிந்துரைக்கும். [முன்னுரிமை இணைப்புகள் குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "இணைப்புகளுக்கு விளக்க உரை உள்ளது"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "கட்டமைந்த தரவைச் சரிபார்க்க [கட்டமைந்த தரவுச் சோதனைக் கருவியையும்](https://search.google.com/structured-data/testing-tool/) [கட்டமைந்த தரவு லிண்டரையும்](http://linter.structured-data.org/) இயக்கவும். [கட்டமைந்த தரவு குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "கட்டமைந்த தரவைச் சரிபார்க்க [கட்டமைந்த தரவுச் சோதனைக் கருவியை](https://developers.google.com/search/docs/appearance/structured-data/) இயக்கவும். [கட்டமைந்த தரவு குறித்து மேலும் தெரிந்துகொள்ளுங்கள்](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "கட்டமைந்த தரவு செல்லுபடியாகிறது"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt செல்லுபடியாகிறது"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "முதன்மை ஆவணத்திற்கான சேவையகப் பதிலளிப்பு நேரத்தைக் குறைவாக வைக்கவும். ஏனெனில் பிற அனைத்துக் கோரிக்கைகளும் அதைச் சார்ந்தே உள்ளன. ['முதல் பைட்டிற்கான நேரம்' அளவீடு குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "மூல ஆவணம் எடுத்துக் கொண்ட நேரம்: {timeInMs, number, milliseconds} மி.வி."
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "சேவையகப் பதிலளிப்புக்கான தொடக்க நேரத்தைக் குறை"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "சேவையகப் பதிலளிப்புக்கான தொடக்க நேரம் குறைவானது"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "சில சூழல்களில் மூன்றாம் தரப்புக் குக்கீகள் தடுக்கப்படலாம். [மூன்றாம் தரப்புக் குக்கீகள் மீதான கட்டுப்பாடுகளுக்குத் தயாராவது குறித்து மேலும் தெரிந்துகொள்ளுங்கள்](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "நம்பகமான வகைகள் மூலம் DOM அடிப்படையிலான XSS பாதிப்பைக் குறைத்தல்"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "தளவமைப்பு மாற்றங்களைக் குறைப்பதற்கும் CLSஸை மேம்படுத்துவதற்கும் படத்தின் துல்லியமான அகலத்தையும் உயரத்தையும் அமைக்கவும். [படத்தின் பரிமாணங்களை அமைப்பது எப்படி என அறிக](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "பட உறுப்புகள் துல்லியமான `width`, `height` ஆகியவற்றைக் கொண்டிருக்கவில்லை"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "பட உறுப்புகள் துல்லியமான `width`, `height` ஆகியவற்றைக் கொண்டுள்ளன"
+ },
"core/audits/user-timings.js | columnType": {
"message": "வகை"
},
@@ -2805,43 +2883,43 @@
"message": "மொத்த நெட்வொர்க் பைட்டுகளைக் குறைக்க, வார்த்தைகள் அடிப்படையிலான ஆதாரங்கள் சுருக்கப்பட்டு (gzip, deflate, brotli போன்றவை) வழங்கப்பட வேண்டும். இயல்பாகவே இதை ஆதரிக்கும் CDNனைப் பயன்படுத்தவும் அல்லது இந்தச் செயல்பாட்டைச் செய்ய இணையச் சேவையகத்தை உள்ளமைக்கவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "இணைய எழுத்துருக்கள் ஏற்றப்படும்போது பயனருக்குத் தெரியும் வகையில் வார்த்தை இருப்பதை உறுதிசெய்வதற்காக `font-display` CSS அம்சத்தைத் தானாகப் பயன்படுத்த, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Optimize Fonts` ஐயும் இயக்கவும்."
+ "message": "இணைய எழுத்துருக்கள் ஏற்றப்படும்போது பயனருக்குத் தெரியும் வகையில் வார்த்தை இருப்பதை உறுதிசெய்வதற்காக `font-display` CSS அம்சத்தைத் தானாகப் பயன்படுத்த, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Optimize Fonts` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "படங்களை WebPக்கு மாற்ற, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Next-Gen Formats` ஐயும் இயக்கவும்."
+ "message": "படங்களை WebPக்கு மாற்ற, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Next-Gen Formats` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "தற்போது திரையில் காட்டப்படாத படங்கள் ஏற்றப்படுவதைத் தாமதப்படுத்த, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Lazy Load Images` ஐயும் இயக்கவும்."
+ "message": "தற்போது திரையில் காட்டப்படாத படங்கள் ஏற்றப்படுவதைத் தாமதப்படுத்த, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Lazy Load Images` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "முக்கியமில்லாத JS/CSSஸைத் தாமதப்படுத்த, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Critical CSS`, `Script Delay` ஆகியவற்றையும் இயக்கவும்."
+ "message": "முக்கியமில்லாத JS ஃபைல்கள் ஏற்றப்படுவதைத் தாமதப்படுத்த [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Script Delay` அமைப்பை ஆன் செய்யவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "ஏற்றப்படும் நேரத்தைக் குறைத்து, எங்களின் உலகளாவிய நெட்வொர்க் முழுவதும் உங்கள் உள்ளடக்கத்தைத் தற்காலிகமாகச் சேமிக்க, [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) ஆப்ஸைப் பயன்படுத்தவும்."
+ "message": "ஏற்றப்படும் நேரத்தைக் குறைத்து, எங்களின் உலகளாவிய நெட்வொர்க் முழுவதும் உங்கள் உள்ளடக்கத்தைத் தற்காலிகமாகச் சேமிக்க, [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) ஆப்ஸைப் பயன்படுத்தவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைக்கும் வகையில் CSSஸைத் தானாகச் சிறிதாக்க, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Minify CSS` ஐயும் இயக்கவும்."
+ "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைக்கும் வகையில் CSSஸைத் தானாகச் சிறிதாக்க, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Minify CSS` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைக்கும் வகையில் JSஸைத் தானாகச் சிறிதாக்க, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Minify Javascript` ஐயும் இயக்கவும்."
+ "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைக்கும் வகையில் JSஸைத் தானாகச் சிறிதாக்க, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Minify Javascript` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "இந்தச் சிக்கலுக்கு உதவ, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Remove Unused CSS` ஐயும் இயக்கவும். இது உங்கள் தளத்தின் ஒவ்வொரு பக்கத்திலும் பயன்படுத்தப்படும் CSS கிளாஸ்களைக் கண்டறிவதுடன் ஃபைலின் அளவைச் சிறியதாக வைத்திருப்பதற்காக பிறவற்றையும் அகற்றும்."
+ "message": "இந்தச் சிக்கலுக்கு உதவ, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Remove Unused CSS` ஐயும் இயக்கவும். இது உங்கள் தளத்தின் ஒவ்வொரு பக்கத்திலும் பயன்படுத்தப்படும் CSS கிளாஸ்களைக் கண்டறிவதுடன் ஃபைலின் அளவைச் சிறியதாக வைத்திருப்பதற்காக பிறவற்றையும் அகற்றும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "நிலையான அசெட்டுகளுக்கான தற்காலிகச் சேமிப்புத் தலைப்பில், பரிந்துரைக்கப்படும் மதிப்புகளை அமைக்க, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Efficient Static Cache Policy` ஐயும் இயக்கவும்."
+ "message": "நிலையான அசெட்டுகளுக்கான தற்காலிகச் சேமிப்புத் தலைப்பில், பரிந்துரைக்கப்படும் மதிப்புகளை அமைக்க, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Efficient Static Cache Policy` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "படங்களை WebPக்கு மாற்ற, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Next-Gen Formats` ஐயும் இயக்கவும்."
+ "message": "படங்களை WebPக்கு மாற்ற, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Next-Gen Formats` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "முக்கியமான மூன்றாம் தரப்பு ஆரிஜின்களுக்கு விரைவான இணைப்புகளை ஏற்படுத்துவதற்காக `preconnect` ஆதாரக் குறிப்புகளைத் தானாகச் சேர்க்க, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Pre-Connect Origins` ஐயும் இயக்கவும்."
+ "message": "முக்கியமான மூன்றாம் தரப்பு ஆரிஜின்களுக்கு விரைவான இணைப்புகளை ஏற்படுத்துவதற்காக `preconnect` ஆதாரக் குறிப்புகளைத் தானாகச் சேர்க்க, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Pre-Connect Origins` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "பக்கம் ஏற்றப்படும்போது தற்சமயம் பின்னர் கோரப்படும் ஆதாரங்களைப் பெற முன்னுரிமை அளிப்பதற்காக `preload` இணைப்புகளைச் சேர்க்க, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Preload Fonts`, `Preload Background Images` ஆகியவற்றையும் இயக்கவும்."
+ "message": "பக்கம் ஏற்றப்படும்போது தற்சமயம் பின்னர் கோரப்படும் ஆதாரங்களைப் பெற முன்னுரிமை அளிப்பதற்காக `preload` இணைப்புகளைச் சேர்க்க, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Preload Fonts`, `Preload Background Images` ஆகியவற்றையும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைத்து, சாதனத்திற்குப் பொருத்தமாக இருக்கும் வகையில் படங்களை அளவு மாற்றம் செய்ய, [Ezoic Leap](https://pubdash.ezoic.com/speed) கருவியைப் பயன்படுத்துவதுடன் `Resize Images` ஐயும் இயக்கவும்."
+ "message": "நெட்வொர்க் பேலோடு அளவுகளைக் குறைத்து, சாதனத்திற்குப் பொருத்தமாக இருக்கும் வகையில் படங்களை அளவு மாற்றம் செய்ய, [Ezoic Leap](https://pubdash.ezoic.com/leap) கருவியைப் பயன்படுத்துவதுடன் `Resize Images` ஐயும் இயக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "பட வடிவமைப்பைத் தானாக மேம்படுத்த, `` காம்பனென்ட்டிற்குப் பதிலாக `gatsby-plugin-image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2949,16 +3027,16 @@
"message": "[தீம்களின் தளவமைப்பை மாற்றுவதன்](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) மூலம் `` குறியிடல்களைச் சேர்க்க முடியும்."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "பட வடிவமைப்பைத் தானாக மேம்படுத்த, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "பட வடிவமைப்பைத் தானாக மேம்படுத்த, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "தேவையுள்ளபோது படங்கள் தானாகக் காட்டப்பட, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "தேவையுள்ளபோது படங்கள் தானாகக் காட்டப்பட, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "LCP படத்தை முன்கூட்டியே ஏற்ற, `next/image` காம்பனென்ட்டைப் பயன்படுத்துவதுடன் \"முன்னுரிமை\" என்பதை ‘சரி’ எனவும் அமைக்கவும். [மேலும் அறிக](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "முக்கியமில்லாத மூன்றாம் தரப்பு ஸ்கிரிப்ட்டுகள் ஏற்றப்படுவதைத் தாமதப்படுத்த, `next/script` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/basic-features/script)."
+ "message": "முக்கியமில்லாத மூன்றாம் தரப்பு ஸ்கிரிப்ட்டுகள் ஏற்றப்படுவதைத் தாமதப்படுத்த, `next/script` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "படங்கள் எப்போதும் பொருத்தமான அளவில் காட்டப்படுவதை உறுதிப்படுத்திக்கொள்ள, `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2970,13 +3048,13 @@
"message": "பயன்படுத்தப்படாத JavaScript குறியீட்டைக் கண்டறிய, `Webpack Bundle Analyzer` ஐப் பயன்படுத்தவும். [மேலும் அறிக](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "உங்கள் ஆப்ஸின் நிகழ்நேரச் செயல்திறனை அளவிட, `Next.js Analytics` ஐப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "உங்கள் ஆப்ஸின் நிகழ்நேரச் செயல்திறனை அளவிட, `Next.js Analytics` ஐப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "இம்மியூட்டபிள் அசெட்டுகள், `Server-side Rendered` (SSR) பக்கங்கள் ஆகியவற்றுக்கான தற்காலிகச் சேமிப்பை உள்ளமைக்கவும். [மேலும் அறிக](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "இம்மியூட்டபிள் அசெட்டுகள், `Server-side Rendered` (SSR) பக்கங்கள் ஆகியவற்றுக்கான தற்காலிகச் சேமிப்பை உள்ளமைக்கவும். [மேலும் அறிக](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "படத் தரத்தைச் சரிசெய்ய, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "படத் தரத்தைச் சரிசெய்ய, `` காம்பனென்ட்டிற்குப் பதிலாக `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "பொருத்தமான `sizes` ஐ அமைக்க, `next/image` காம்பனென்ட்டைப் பயன்படுத்தவும். [மேலும் அறிக](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3096,7 +3174,7 @@
"message": "உங்கள் பதிப்பு சிஸ்டம் உங்கள் JS ஃபைல்களைத் தானாகவே சிறிதாக்கினால் உங்கள் ஆப்ஸின் தயாரிப்புப் பதிப்பைப் பயன்படுத்துவதை உறுதிசெய்துகொள்ளவும். React Developer Tools நீட்டிப்பில் இதைப் பார்க்கலாம். [மேலும் அறிக](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "நீங்கள் சேவையகத் தரப்பு ரெண்டரிங் செய்யவில்லை என்றால் `React.lazy()` மூலம் [JavaScript தொகுப்புகளை பிரிக்கவும்](https://web.dev/code-splitting-suspense/). இல்லையென்றால் [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) போன்ற மூன்றாம் தரப்பு லைப்ரரி மூலம் குறியீட்டைப் பிரிக்கவும்."
+ "message": "நீங்கள் சேவையகத் தரப்பு ரெண்டரிங் செய்யவில்லை என்றால் `React.lazy()` மூலம் [JavaScript தொகுப்புகளை பிரிக்கவும்](https://web.dev/code-splitting-suspense/). இல்லையென்றால் [loadable-components](https://loadable-components.com/) போன்ற மூன்றாம் தரப்பு லைப்ரரி மூலம் குறியீட்டைப் பிரிக்கவும்."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "உங்கள் கூறுகளின் ரெண்டரிங் செயல்திறனை அளவிட Profiler APIயைப் பயன்படுத்தும் React DevTools Profilerரைப் பயன்படுத்தவும். [மேலும் அறிக.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3347,6 +3425,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "இணைக்க முடியாதவை"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "கணக்கிடப்படாதது"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "இந்தத் தணிக்கை, வகையின் ஒட்டுமொத்த ஸ்கோரில் கணக்கில் எடுத்துக்கொள்ளப்படாது."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "மதிப்புகள் தோராயமானவை, மாறுபடக்கூடியவை. இந்த அளவீடுகளிலிருந்து நேரடியாக [செயல்திறன் ஸ்கோர் கணக்கிடப்படும்](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
},
diff --git a/shared/localization/locales/te.json b/shared/localization/locales/te.json
index d631a70deaa7..29a103d07589 100644
--- a/shared/localization/locales/te.json
+++ b/shared/localization/locales/te.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "హెచ్చరికతో అనుమతించబడింది"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "లేఅవుట్ షిఫ్ట్ స్కోర్"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "ఇవి ఈ పేజీలో అతిపెద్ద లేఅవుట్ షిఫ్ట్లు. టేబుల్లోని ప్రతి ఐటెమ్ లేఅవుట్ షిఫ్ట్ను సూచిస్తుంది, ప్రతి లేఅవుట్ షిఫ్ట్ ఎక్కువగా షిఫ్ట్ చేయబడిన ఎలిమెంట్ను సూచిస్తుంది. ప్రతి ఐటెమ్ కింద లేఅవుట్ షిఫ్ట్కు మూల కారణాలు ఉన్నాయి. [విండో తరహా](https://web.dev/articles/cls#what_is_cls) కారణంగా ఈ లేఅవుట్ షిఫ్ట్లలో కొన్ని CLS మెట్రిక్ విలువలో చేర్చబడకపోవచ్చు. [CLSను మెరుగుపరచడం ఎలాగో తెలుసుకోండి](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 లేఅవుట్ షిఫ్ట్ కనుగొనబడింది}other{# లేఅవుట్ షిఫ్ట్లు కనుగొనబడ్డాయి}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "వెబ్ ఫాంట్ లోడ్ చేయబడింది"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iframe ఇంజెక్ట్ చేయబడింది"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "మీడియా ఎలిమెంట్ సైజ్ తగినది కాదు"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "పెద్ద లేఅవుట్ షిఫ్ట్లను నివారించండి"
+ },
"core/audits/long-tasks.js | description": {
"message": "ప్రధాన థ్రెడ్లో అన్నింటి కంటే సుదీర్ఘవైన టాస్క్లను లిస్ట్ చేస్తుంది, ఇది ఇన్పుట్ ఆలస్యానికి దారితీసే పనికి రాని కంట్రిబ్యూటర్లను గుర్తించడంలో ఉపయోగకరంగా ఉంటుంది. [సుదీర్ఘమైన ప్రధాన థ్రెడ్ టాస్క్లను నివారించడం ఎలాగో తెలుసుకోండి](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "సర్వర్ బ్యాక్ఎండ్ ప్రతిస్పందన సమయాలు"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "కంపోజిట్ చేయని యానిమేషన్లు పేలవంగా ఉండవచ్చు, అవి CLSను పెంచవచ్చు. [కంపోజిట్ కాని యానిమేషన్లను నివారించడం ఎలాగో తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{# యానిమేట్ చేసిన ఎలిమెంట్ కనుగొనబడింది}other{# యానిమేట్ చేసిన ఎలిమెంట్లు కనుగొనబడ్డాయి}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "ఫిల్టర్-సంబంధిత ప్రాపర్టీ పిక్సెల్లను తరలించవచ్చు"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "టార్గెట్లోని మరో యానిమేషన్ అనుకూలంగా లేదు"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "ఎఫెక్ట్లో \"replace\" కాకుండా కంపోజిట్ మోడ్ ఉంది"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "కంపోజిట్ చేయని యానిమేషన్లను ఉపయోగించకండి"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "రూపం మార్పునకు సంబంధించిన ప్రాపర్టీ, బాక్స్ సైజ్పై ఆధారపడి ఉంటుంది"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{సపోర్ట్ లేని CSS ప్రాపర్టీ: {properties}}other{సపోర్ట్ లేని CSS ప్రాపర్టీలు: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{కంపోజిటర్లో అనుకూల CSS ప్రాపర్టీలను యానిమేట్ చేయలేరు: {properties}}other{కంపోజిటర్లో అనుకూల CSS ప్రాపర్టీలను యానిమేట్ చేయలేరు: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "ఎఫెక్ట్లో ఉన్న సమయ పారామీటర్లకు సపోర్ట్ లేదు"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "డైరెక్టివ్"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "'HTTP' ట్రాఫిక్ను 'HTTPS'కు మళ్లిస్తుంది"
},
+ "core/audits/redirects.js | description": {
+ "message": "మళ్లింపుల వల్ల పేజీ లోడ్ అవ్వడానికి ఇంకాస్త ఆలస్యం జరుగుతుంది. [పేజీ మళ్లింపులను ఎలా నివారించాలి అనే దాని గురించి తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "అనేక పేజీ మళ్లింపులను నివారించండి"
+ },
"core/audits/seo/canonical.js | description": {
"message": "సెర్చ్ ఫలితాలలో ఏ URLను చూపాలో కనోనికల్ లింక్లు సూచిస్తాయి. [కనోనికల్ లింక్ల గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "లింక్లలో వివరణాత్మక వచనం ఉంది"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "నిర్మాణాత్మక డేటాను వాలిడేట్ చేయడానికి, [నిర్మాణాత్మక డేటా టెస్టింగ్ టూల్ను](https://search.google.com/structured-data/testing-tool/), అలాగే [నిర్మాణాత్మక డేటా లింటర్ను](http://linter.structured-data.org/) రన్ చేయండి. [నిర్మాణాత్మక డేటా గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "నిర్మాణాత్మక డేటాను వ్యాలిడేట్ చేయడానికి, [నిర్మాణాత్మక డేటా టెస్టింగ్ టూల్](https://developers.google.com/search/docs/appearance/structured-data/)ను రన్ చేయండి. [నిర్మాణాత్మక డేటా గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "నిర్మాణాత్మక డేటా చెల్లుబాటు అవుతుంది"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt చెల్లుబాటు అవుతుంది"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "ప్రధాన డాక్యుమెంట్ విషయంలో సర్వర్ ప్రతిస్పందన సమయాన్ని తక్కువగా ఉంచండి, ఎందుకంటే ఇతర రిక్వెస్ట్లన్నీ దానిపైనే ఆధారపడి ఉంటాయి. [మొదటి బైట్కు సమయం మెట్రిక్ గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "రూట్ డాక్యుమెంట్ {timeInMs, number, milliseconds} మి.సె తీసుకుంది"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "ప్రారంభ సర్వర్ ప్రతిస్పందన సమయాన్ని తగ్గించండి"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "ప్రారంభ సర్వర్ ప్రతిస్పందన సమయం తక్కువగా ఉంది"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "కొన్ని సందర్భాలలో థర్డ్-పార్టీ కుక్కీలు బ్లాక్ చేయబడవచ్చు. [థర్డ్-పార్టీ కుక్కీ పరిమితులకు సిద్ధం కావడం గురించి మరింత తెలుసుకోండి](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "విశ్వసనీయ రకాల సాయంతో DOM-ఆధారిత XSS అటాక్లను తగ్గించండి"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "లేఅవుట్ షిఫ్ట్లను తగ్గించడానికి, CLSను మెరుగుపరచడానికి ఇమేజ్ ఎలిమెంట్లకు స్పష్టమైన వెడల్పును, ఎత్తును సెట్ చేయండి. [ఇమేజ్ కొలతలను ఎలా సెట్ చేయాలో తెలుసుకోండి](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "ఇమేజ్ మూలకాలకు తగిన `width`, `height` లేదు"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "ఇమేజ్ మూలకాలు తగిన `width`, `height`ను కలిగి ఉన్నాయి"
+ },
"core/audits/user-timings.js | columnType": {
"message": "రకం"
},
@@ -2808,43 +2886,43 @@
"message": "ఓవరాల్ నెట్వర్క్ డేటా సైజ్ను వీలైనంతగా తగ్గించడానికి టెక్స్ట్-బేస్డ్ రిసోర్స్లను ఖచ్చితంగా gzip, deflate, brotli వంటి ఫార్మాట్లలోకి కంప్రెస్ చేసి ప్రొవైడ్ చేయాలి. ఇప్పటికే దీనికి డిఫాల్ట్గా సపోర్ట్ ఇస్తున్న CDNను ఉపయోగించడాన్ని పరిశీలించండి, లేదా ఈ ఆపరేషన్ను పెర్ఫార్మ చేయడానికి వెబ్ సర్వర్ను కాన్ఫిగర్ చేయండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, వెబ్ ఫాంట్లు లోడ్ అవుతున్నప్పుడు యూజర్కు టెక్స్ట్ కనిపిస్తోందని నిర్ధారించుకోవడానికి `font-display` CSS ఫీచర్ను ఆటోమేటిక్గా ప్రభావితం చేయడానికి `Optimize Fonts`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, వెబ్ ఫాంట్లు లోడ్ అవుతున్నప్పుడు యూజర్కు టెక్స్ట్ కనిపిస్తోందని నిర్ధారించుకోవడానికి `font-display` CSS ఫీచర్ను ఆటోమేటిక్గా ప్రభావితం చేయడానికి `Optimize Fonts`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఇమేజ్లను WebPగా మార్చడానికి `Next-Gen Formats`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఇమేజ్లను WebPగా మార్చడానికి `Next-Gen Formats`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఆఫ్-స్క్రీన్ ఇమేజ్లను అవసరమైనంత వరకు లోడ్ చేయడం మినహాయించడానికి `Lazy Load Images`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఆఫ్-స్క్రీన్ ఇమేజ్లను అవసరమైనంత వరకు లోడ్ చేయడం మినహాయించడానికి `Lazy Load Images`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ముఖ్యం-కానటువంటి JS/CSSను మినహాయించడానికి `Critical CSS` మరియు `Script Delay`ను ఎనేబుల్ చేయండి."
+ "message": "ముఖ్యం కానటువంటి JS ఫైల్ లోడింగ్ను కొంత సేపు వాయిదా వేయడానికి, [Ezoic Leap](https://pubdash.ezoic.com/leap)ను ఉపయోగించి, `Script Delay`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "ప్రపంచ వ్యాప్తంగా ఉన్న మా కంటెంట్ను కాష్ చేయడానికి [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching)ను ఉపయోగించండి, తద్వారా మొదటి బైట్కు సమయం మెరుగవుతుంది."
+ "message": "ప్రపంచ వ్యాప్తంగా ఉన్న మా కంటెంట్ను కాష్ చేయడానికి [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching)ను ఉపయోగించండి, తద్వారా మొదటి బైట్కు సమయం మెరుగవుతుంది."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి మీ CSS సైజ్ను ఆటోమేటిక్గా తగ్గించడానికి `Minify CSS`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి మీ CSS సైజ్ను ఆటోమేటిక్గా తగ్గించడానికి `Minify CSS`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి ఆటోమేటిక్గా మీ JS సైజ్ తగ్గించడానికి `Minify Javascript`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి ఆటోమేటిక్గా మీ JS సైజ్ తగ్గించడానికి `Minify Javascript`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఈ సమస్యకు సంబంధించి సహాయం చేయడానికి `Remove Unused CSS`ను ఎనేబుల్ చేయండి. ఇది మీ సైట్లోని ప్రతి పేజీలో వాస్తవంగా ఉపయోగించబడే CSS క్లాస్లను గుర్తిస్తుంది, ఫైల్ సైజ్ను చిన్నగా ఉంచడానికి ఏవైనా మిగతా వాటిని తీసివేస్తుంది."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఈ సమస్యకు సంబంధించి సహాయం చేయడానికి `Remove Unused CSS`ను ఎనేబుల్ చేయండి. ఇది మీ సైట్లోని ప్రతి పేజీలో వాస్తవంగా ఉపయోగించబడే CSS క్లాస్లను గుర్తిస్తుంది, ఫైల్ సైజ్ను చిన్నగా ఉంచడానికి ఏవైనా మిగతా వాటిని తీసివేస్తుంది."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, స్టాటిక్ అస్సెస్ట్ల కాషింగ్ హెడర్లో సిఫార్సు చేయబడిన విలువలను సెటప్ చేయడానికి `Efficient Static Cache Policy`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, స్టాటిక్ అస్సెస్ట్ల కాషింగ్ హెడర్లో సిఫార్సు చేయబడిన విలువలను సెటప్ చేయడానికి `Efficient Static Cache Policy`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఇమేజ్లను WebPగా మార్చడానికి `Next-Gen Formats`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ఇమేజ్లను WebPగా మార్చడానికి `Next-Gen Formats`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ముఖ్యమైన థర్డ్-పార్టీ ఆరిజిన్లకు ముందస్తు కనెక్షన్లను ఏర్పరచడానికి `preconnect` రిసోర్స్ హింట్లను ఆటోమేటిక్గా జోడించడానికి `Pre-Connect Origins`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, ముఖ్యమైన థర్డ్-పార్టీ ఆరిజిన్లకు ముందస్తు కనెక్షన్లను ఏర్పరచడానికి `preconnect` రిసోర్స్ హింట్లను ఆటోమేటిక్గా జోడించడానికి `Pre-Connect Origins`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, తర్వాత పేజీ లోడ్లో ప్రస్తుతం రిక్వెస్ట్ చేయబడిన సోర్స్లను పొందేలా ప్రాధాన్యతనివ్వడానికి `preload` లింక్లను జోడించడానికి `Preload Fonts`, `Preload Background Images`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, తర్వాత పేజీ లోడ్లో ప్రస్తుతం రిక్వెస్ట్ చేయబడిన సోర్స్లను పొందేలా ప్రాధాన్యతనివ్వడానికి `preload` లింక్లను జోడించడానికి `Preload Fonts`, `Preload Background Images`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "[Ezoic Leap](https://pubdash.ezoic.com/speed) ఫ్రేమ్వర్క్ను ఉపయోగించండి, పరికరానికి తగ్గట్టు ఇమేజ్ల సైజ్ మార్చడానికి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి `Resize Images`ను ఎనేబుల్ చేయండి."
+ "message": "[Ezoic Leap](https://pubdash.ezoic.com/leap) ఫ్రేమ్వర్క్ను ఉపయోగించండి, పరికరానికి తగ్గట్టు ఇమేజ్ల సైజ్ మార్చడానికి, నెట్వర్క్ పేలోడ్ సైజ్లను తగ్గించడానికి `Resize Images`ను ఎనేబుల్ చేయండి."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "ఇమేజ్ ఫార్మాట్ను ఆటోమేటిక్గా ఆప్టిమైజ్ చేయడానికి ``కు బదులుగా `gatsby-plugin-image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "[థీమ్ లేఅవుట్ను ఎడిట్ చేయడం](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) ద్వారా `` ట్యాగ్లను జోడించవచ్చు."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "ఇమేజ్ ఫార్మాట్ను ఆటోమేటిక్గా ఆప్టిమైజ్ చేయడానికి ``కు బదులుగా `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "ఇమేజ్ ఫార్మాట్ను ఆటోమేటిక్గా ఆప్టిమైజ్ చేయడానికి ``కు బదులుగా `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "ప్రాధాన్యతను బట్టి ఇమేజ్లను ఆటోమేటిక్గా లోడ్ చేయడానికి ``కు బదులుగా `next/image`ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "ప్రాధాన్యతను బట్టి ఇమేజ్లను ఆటోమేటిక్గా లోడ్ చేయడానికి ``కు బదులుగా `next/image`ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "LCP ఇమేజ్ను ప్రీ - లోడ్ చేయడానికి `next/image` కాంపోనెంట్ను ఉపయోగించండి, \"ప్రాధాన్యతను\" ఒప్పునకు సెటప్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "`next/script` కాంపోనెంట్ను ఉపయోగించి సాధారణ థర్డ్-పార్టీ స్క్రిప్ట్ల లోడింగ్ను మినహాయించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/basic-features/script)."
+ "message": "`next/script` కాంపోనెంట్ను ఉపయోగించి సాధారణ థర్డ్-పార్టీ స్క్రిప్ట్ల లోడింగ్ను మినహాయించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "ఇమేజ్లు ఎల్లప్పుడూ తగిన సైజ్లో ఉన్నాయని నిర్ధారించుకోవడానికి `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "ఉపయోగించని JavaScript కోడ్ను గుర్తించడానికి `Webpack Bundle Analyzer`ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "మీ యాప్ వాస్తవ పనితీరును అంచనా వేయడానికి `Next.js Analytics`ను ఉపయోగించవచ్చు, దాన్ని పరిశీలించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "మీ యాప్ వాస్తవ పనితీరును అంచనా వేయడానికి `Next.js Analytics`ను ఉపయోగించవచ్చు, దాన్ని పరిశీలించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "మారకుండా ఉండే అస్సెట్లు, `Server-side Rendered` (SSR) పేజీలకు కాష్ను కాన్ఫిగర్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "మారకుండా ఉండే అస్సెట్లు, `Server-side Rendered` (SSR) పేజీలకు కాష్ను కాన్ఫిగర్ చేయండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "ఇమేజ్ క్వాలిటీని సర్దుబాటు చేయడానికి ``కు బదులుగా `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "ఇమేజ్ క్వాలిటీని సర్దుబాటు చేయడానికి ``కు బదులుగా `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "సరైన `sizes`ను సెట్ చేయడానికి `next/image` కాంపోనెంట్ను ఉపయోగించండి. [మరింత తెలుసుకోండి](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "మీ బిల్డ్ సిస్టమ్, JS ఫైళ్ల సైజును ఆటోమేటిక్గా తగ్గిస్తున్నట్లయితే, మీ అప్లికేషన్ ప్రొడక్షన్ బిల్డ్ను మీరు అమలు చేస్తున్నట్లు నిర్ధారించుకోండి. React Developer Tools ఎక్స్టెన్షన్ సహాయంతో మీరు దీనిని చెక్ చేయవచ్చు. [మరింత తెలుసుకోండి](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "మీరు సర్వర్ వైపు అమలు చేయనట్లయితే, `React.lazy()` ద్వారా [మీ JavaScript బండిల్లను విభజించండి](https://web.dev/code-splitting-suspense/). లేదంటే, '[లోడ్ చేయదగిన కాంపొనెంట్లు](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)' లాంటి మూడవ పక్షం లైబ్రరీని ఉపయోగించడం ద్వారా కోడ్ను విభజించండి."
+ "message": "మీరు సర్వర్ వైపు అమలు చేయనట్లయితే, `React.lazy()` ద్వారా [మీ JavaScript బండిల్లను విభజించండి](https://web.dev/code-splitting-suspense/). లేదంటే, '[లోడ్ చేయదగిన కాంపొనెంట్లు](https://loadable-components.com/)' లాంటి మూడవ పక్షం లైబ్రరీని ఉపయోగించడం ద్వారా కోడ్ను విభజించండి."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "మీ కాంపొనెంట్ల అమలు పనితీరును అంచనా వేయడానికి, ప్రొఫైలర్ API వినియోగించబడే రియాక్ట్ DevTools ప్రొఫైలర్ను ఉపయోగించండి. [మరింత తెలుసుకోండి.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "అట్రిబ్యూట్ చేయలేనివి"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "స్కోర్లో భాగం కాదు"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "ఈ ఆడిట్, మొత్తం కేటగిరీ స్కోర్కు కంట్రిబ్యూట్ చేయదు."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "విలువలు కేవలం అంచనా మాత్రమే, ఇవి మారే అవకాశం ఉంది. నేరుగా ఈ కొలమానాల ఆధారంగా [పనితీరు స్కోరు లెక్కించబడుతుంది](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)."
},
diff --git a/shared/localization/locales/th.json b/shared/localization/locales/th.json
index d60333b9a96e..3a635d815bb6 100644
--- a/shared/localization/locales/th.json
+++ b/shared/localization/locales/th.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "อนุญาตแบบมีคำเตือน"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "คะแนนการเปลี่ยนเลย์เอาต์"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "สิ่งเหล่านี้เป็นการเปลี่ยนเลย์เอาต์ที่ใหญ่ที่สุดที่พบบนหน้าเว็บ แต่ละรายการในตารางจะแสดงการเปลี่ยนเลย์เอาต์รายการเดียว พร้อมระบุองค์ประกอบที่มีการเปลี่ยนแปลงมากที่สุด ด้านล่างของแต่ละรายการคือสาเหตุที่เป็นไปได้ซึ่งนำไปสู่การเปลี่ยนเลย์เอาต์ การเปลี่ยนเลย์เอาต์เหล่านี้บางรายการอาจไม่รวมอยู่ในค่าเมตริก CLS อันเนื่องมาจาก[การจัดกรอบเวลา](https://web.dev/articles/cls#what_is_cls) [ดูวิธีเพิ่มประสิทธิภาพ CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{พบการเปลี่ยนเลย์เอาต์ 1 รายการ}other{พบการเปลี่ยนเลย์เอาต์ # รายการ}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "มีการโหลดแบบอักษรเว็บ"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "มีการแทรก iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "องค์ประกอบสื่อมีขนาดที่ไม่เหมาะสม"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "หลีกเลี่ยงการเลื่อนเลย์เอาต์ขนาดใหญ่"
+ },
"core/audits/long-tasks.js | description": {
"message": "ระบุงานที่ใช้เวลานานที่สุดในเทรดหลัก เหมาะสำหรับการระบุปัจจัยที่แย่ที่สุดที่ทำให้อินพุตล่าช้า [ดูวิธีหลีกเลี่ยงงานในเทรดหลักที่ใช้เวลานาน](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "เวลาในการตอบสนองจากแบ็กเอนด์ของเซิร์ฟเวอร์"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "ภาพเคลื่อนไหวที่ไม่ได้ทำการ Composite อาจมีคุณภาพต่ำและทำให้ CLS เพิ่มขึ้น [ดูวิธีหลีกเลี่ยงภาพเคลื่อนไหวที่ไม่ได้ทำการ Composite](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{พบองค์ประกอบของภาพเคลื่อนไหว # รายการ}other{พบองค์ประกอบของภาพเคลื่อนไหว # รายการ}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "พร็อพเพอร์ตี้ที่เกี่ยวข้องกับตัวกรองอาจทำให้พิกเซลเคลื่อนที่"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "เป้าหมายมีภาพเคลื่อนไหวอื่นที่ใช้ร่วมกันไม่ได้"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "เอฟเฟกต์มีโหมด Composite อื่นที่ไม่ใช่ \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "หลีกเลี่ยงการใช้ภาพเคลื่อนไหวที่ไม่ได้ทำการ Composite"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "พร็อพเพอร์ตี้ที่เกี่ยวข้องกับการเปลี่ยนรูปแบบจะขึ้นอยู่กับขนาดช่อง"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{มีพร็อพเพอร์ตี้ CSS ที่ไม่รองรับ {properties}}other{มีพร็อพเพอร์ตี้ CSS ที่ไม่รองรับ {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{พร็อพเพอร์ตี้ CSS ที่กำหนดเองไม่สามารถเคลื่อนไหวใน Compositor ได้: {properties}}other{พร็อพเพอร์ตี้ CSS ที่กำหนดเองไม่สามารถเคลื่อนไหวใน Compositor ได้: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "เอฟเฟกต์มีพารามิเตอร์การจับเวลาที่ไม่รองรับ"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "คำสั่ง"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "เปลี่ยนเส้นทางการเข้าชมผ่าน HTTP ไปยัง HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "การเปลี่ยนเส้นทางทำให้เกิดความล่าช้ามากขึ้นก่อนที่หน้าเว็บจะโหลดได้ [ดูวิธีหลีกเลี่ยงการเปลี่ยนเส้นทางหน้าเว็บ](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "หลีกเลี่ยงการเปลี่ยนเส้นทางหลายหน้า"
+ },
"core/audits/seo/canonical.js | description": {
"message": "ลิงก์ Canonical จะบอกถึง URL ที่จะแสดงในผลการค้นหา [ดูข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ Canonical](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "ลิงก์มีข้อความอธิบาย"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "เรียกใช้[เครื่องมือทดสอบ Structured Data](https://search.google.com/structured-data/testing-tool/) และ [Structured Data Linter](http://linter.structured-data.org/) เพื่อตรวจสอบความถูกต้องของ Structured Data [ดูข้อมูลเพิ่มเติมเกี่ยวกับ Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "เรียกใช้[เครื่องมือทดสอบ Structured Data](https://developers.google.com/search/docs/appearance/structured-data/) เพื่อตรวจสอบความถูกต้องของ Structured Data [ดูข้อมูลเพิ่มเติมเกี่ยวกับ Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": " Structured Data ถูกต้อง"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt ถูกต้อง"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "พยายามทำให้การตอบกลับของเซิร์ฟเวอร์สำหรับเอกสารหลักใช้เวลาน้อยเนื่องจากคำขออื่นทั้งหมดจะขึ้นอยู่กับเวลานี้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับเมตริก Time To First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "เอกสารรากใช้เวลา {timeInMs, number, milliseconds} มิลลิวินาที"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "ลดเวลาในการตอบกลับของเซิร์ฟเวอร์ขณะเริ่มแรก"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "การตอบกลับของเซิร์ฟเวอร์ขณะเริ่มแรกใช้เวลาน้อย"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "คุกกี้ของบุคคลที่สามอาจถูกบล็อกในบางบริบท [ดูข้อมูลเพิ่มเติมเกี่ยวกับการเตรียมพร้อมสําหรับข้อจํากัดคุกกี้ของบุคคลที่สาม](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "ลดความเสี่ยงของ XSS ที่อิงตาม DOM ด้วย Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "กำหนดความกว้างและความยาวขององค์ประกอบรูปภาพอย่างชัดเจนเพื่อลดการขยับของเลย์เอาต์และปรับปรุง CLS [ดูวิธีตั้งค่าขนาดรูปภาพ](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "องค์ประกอบรูปภาพไม่มี `width` และ `height` ที่ชัดเจน"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "องค์ประกอบรูปภาพมี `width` และ `height` ที่ชัดเจน"
+ },
"core/audits/user-timings.js | columnType": {
"message": "ประเภท"
},
@@ -2808,43 +2886,43 @@
"message": "ทรัพยากรแบบข้อความควรแสดงผลโดยมีการบีบอัด (Gzip, Deflate หรือ Brotli) เพื่อลดจำนวนไบต์เครือข่ายทั้งหมด ลองใช้ CDN ที่รองรับการดำเนินการนี้ตามปกติ หรือกำหนดค่าเว็บเซิร์ฟเวอร์ให้ดำเนินการนี้ [ดูข้อมูลเพิ่มเติม](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Optimize Fonts` เพื่อใช้ประโยชน์จากฟีเจอร์ CSS สำหรับ `font-display` โดยอัตโนมัติ ซึ่งจะทำให้ผู้ใช้มองเห็นข้อความในขณะที่กำลังโหลดเว็บฟอนต์"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Optimize Fonts` เพื่อใช้ประโยชน์จากฟีเจอร์ CSS สำหรับ `font-display` โดยอัตโนมัติ ซึ่งจะทำให้ผู้ใช้มองเห็นข้อความในขณะที่กำลังโหลดเว็บฟอนต์"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้ `Next-Gen Formats` เพื่อแปลงรูปภาพเป็นรูปแบบ WebP"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้ `Next-Gen Formats` เพื่อแปลงรูปภาพเป็นรูปแบบ WebP"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) แล้วเปิดใช้ `Lazy Load Images` เพื่อเลื่อนเวลาโหลดรูปภาพนอกจอภาพ"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) แล้วเปิดใช้ `Lazy Load Images` เพื่อเลื่อนเวลาโหลดรูปภาพนอกจอภาพ"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) แล้วเปิดใช้ `Critical CSS` กับ `Script Delay` เพื่อเลื่อน JS/CSS ที่ไม่สำคัญ"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) แล้วเปิดใช้ `Script Delay` เพื่อเลื่อน JS ที่ไม่สำคัญ"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "ใช้ [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) เพื่อแคชเนื้อหาของคุณในเครือข่ายทั่วโลก ซึ่งจะช่วยปรับปรุง Time To First Byte"
+ "message": "ใช้ [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) เพื่อแคชเนื้อหาของคุณในเครือข่ายทั่วโลก ซึ่งจะช่วยปรับปรุง Time To First Byte"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Minify CSS` เพื่อลดขนาด CSS โดยอัตโนมัติ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Minify CSS` เพื่อลดขนาด CSS โดยอัตโนมัติ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Minify Javascript` เพื่อลดขนาด JS โดยอัตโนมัติ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Minify Javascript` เพื่อลดขนาด JS โดยอัตโนมัติ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Remove Unused CSS` เพื่อช่วยในการแก้ไขปัญหานี้ โดยการตั้งค่านี้จะระบุคลาสของ CSS ที่มีการใช้งานจริงในแต่ละหน้าของเว็บไซต์ และจะนำคลาสอื่นๆ ออกเพื่อควบคุมให้ไฟล์มีขนาดเล็ก"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Remove Unused CSS` เพื่อช่วยในการแก้ไขปัญหานี้ โดยการตั้งค่านี้จะระบุคลาสของ CSS ที่มีการใช้งานจริงในแต่ละหน้าของเว็บไซต์ และจะนำคลาสอื่นๆ ออกเพื่อควบคุมให้ไฟล์มีขนาดเล็ก"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Efficient Static Cache Policy` เพื่อตั้งค่าที่แนะนำในส่วนหัวของการแคชสำหรับเนื้อหาแบบคงที่"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Efficient Static Cache Policy` เพื่อตั้งค่าที่แนะนำในส่วนหัวของการแคชสำหรับเนื้อหาแบบคงที่"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้ `Next-Gen Formats` เพื่อแปลงรูปภาพเป็นรูปแบบ WebP"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้ `Next-Gen Formats` เพื่อแปลงรูปภาพเป็นรูปแบบ WebP"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Pre-Connect Origins` เพื่อเพิ่มคำแนะนำด้านทรัพยากรสำหรับ `preconnect` โดยอัตโนมัติ ซึ่งจะสร้างการเชื่อมต่อกับต้นทางที่สำคัญของบุคคลที่สามไว้ก่อน"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Pre-Connect Origins` เพื่อเพิ่มคำแนะนำด้านทรัพยากรสำหรับ `preconnect` โดยอัตโนมัติ ซึ่งจะสร้างการเชื่อมต่อกับต้นทางที่สำคัญของบุคคลที่สามไว้ก่อน"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Preload Fonts` กับ `Preload Background Images` เพื่อเพิ่มลิงก์ `preload` ซึ่งจะช่วยจัดลำดับความสำคัญของการดึงทรัพยากรที่มีการขอภายหลังในการโหลดหน้าเว็บ"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Preload Fonts` กับ `Preload Background Images` เพื่อเพิ่มลิงก์ `preload` ซึ่งจะช่วยจัดลำดับความสำคัญของการดึงทรัพยากรที่มีการขอภายหลังในการโหลดหน้าเว็บ"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/speed) และเปิดใช้งาน `Resize Images` เพื่อปรับขนาดรูปภาพให้เหมาะสมกับอุปกรณ์ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
+ "message": "ใช้ [Ezoic Leap](https://pubdash.ezoic.com/leap) และเปิดใช้งาน `Resize Images` เพื่อปรับขนาดรูปภาพให้เหมาะสมกับอุปกรณ์ ซึ่งจะทำให้ขนาดเพย์โหลดของเครือข่ายเล็กลง"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "ใช้คอมโพเนนต์ `gatsby-plugin-image` แทน `` เพื่อเพิ่มประสิทธิภาพรูปแบบรูปภาพโดยอัตโนมัติ [ดูข้อมูลเพิ่มเติม](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "เพิ่มแท็ก `` ได้โดย[แก้ไขเลย์เอาต์ของธีม](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อเพิ่มประสิทธิภาพรูปแบบรูปภาพโดยอัตโนมัติ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อเพิ่มประสิทธิภาพรูปแบบรูปภาพโดยอัตโนมัติ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อโหลดรูปภาพแบบ Lazy Loading โดยอัตโนมัติ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อโหลดรูปภาพแบบ Lazy Loading โดยอัตโนมัติ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "ใช้คอมโพเนนต์ `next/image` และตั้ง \"ลำดับความสำคัญ\" เป็น \"จริง\" เพื่อโหลดรูปภาพ LCP ไว้ล่วงหน้า [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "ใช้คอมโพเนนต์ `next/script` เพื่อเลื่อนการโหลดสคริปต์บุคคลที่สามที่ไม่สำคัญ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/basic-features/script)"
+ "message": "ใช้คอมโพเนนต์ `next/script` เพื่อเลื่อนการโหลดสคริปต์บุคคลที่สามที่ไม่สำคัญ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "ใช้คอมโพเนนต์ `next/image` เพื่อตรวจสอบว่ารูปภาพมีขนาดที่เหมาะสมเสมอ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "ใช้ `Webpack Bundle Analyzer` เพื่อตรวจหาโค้ด JavaScript ที่ไม่ได้ใช้ [ดูข้อมูลเพิ่มเติม](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "พิจารณาใช้ `Next.js Analytics` เพื่อวัดประสิทธิภาพแอปในการใช้งานจริง [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "พิจารณาใช้ `Next.js Analytics` เพื่อวัดประสิทธิภาพแอปในการใช้งานจริง [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "กำหนดค่าการแคชสำหรับเนื้อหาและหน้า `Server-side Rendered` (SSR) ที่เปลี่ยนแปลงไม่ได้ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "กำหนดค่าการแคชสำหรับเนื้อหาและหน้า `Server-side Rendered` (SSR) ที่เปลี่ยนแปลงไม่ได้ [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อปรับคุณภาพของรูป [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "ใช้คอมโพเนนต์ `next/image` แทน `` เพื่อปรับคุณภาพของรูป [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "ใช้คอมโพเนนต์ `next/image` เพื่อกำหนด `sizes` ที่เหมาะสม [ดูข้อมูลเพิ่มเติม](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "หากระบบในรุ่นของคุณลดขนาดไฟล์ JS โดยอัตโนมัติ โปรดตรวจสอบว่าคุณทำให้รุ่นที่ใช้งานจริงของแอปพลิเคชันใช้งานได้ โดยใช้ส่วนขยาย React Developer Tools [ดูข้อมูลเพิ่มเติม](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "หากคุณไม่ได้กำลังแสดงผลฝั่งเซิร์ฟเวอร์ ให้[แยกกลุ่ม JavaScript](https://web.dev/code-splitting-suspense/) ด้วย `React.lazy()` หรือแยกโค้ดโดยใช้ไลบรารีของบุคคลที่สาม เช่น [คอมโพเนนต์ที่โหลดได้](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)"
+ "message": "หากคุณไม่ได้กำลังแสดงผลฝั่งเซิร์ฟเวอร์ ให้[แยกกลุ่ม JavaScript](https://web.dev/code-splitting-suspense/) ด้วย `React.lazy()` หรือแยกโค้ดโดยใช้ไลบรารีของบุคคลที่สาม เช่น [คอมโพเนนต์ที่โหลดได้](https://loadable-components.com/)"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "ใช้ React DevTools Profiler ซึ่งใช้ประโยชน์จาก Profiler API ในการวัดประสิทธิภาพในการแสดงผลของคอมโพเนนต์ [ดูข้อมูลเพิ่มเติม](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "ระบุแหล่งที่มาไม่ได้"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "ไม่มีคะแนน"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "การตรวจสอบนี้ไม่มีส่วนช่วยในการให้คะแนนหมวดหมู่โดยรวม"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "ค่ามาจากการประมาณและอาจแตกต่างกันไป [คะแนนประสิทธิภาพคำนวณ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)จากเมตริกเหล่านี้โดยตรง"
},
diff --git a/shared/localization/locales/tr.json b/shared/localization/locales/tr.json
index 3dba09b478ef..79b6e85d1d22 100644
--- a/shared/localization/locales/tr.json
+++ b/shared/localization/locales/tr.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "İzin verildi ancak uyarı içeriyor"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Düzen kayması puanı"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Bunlar, sayfada gözlemlenen en büyük düzen kaymalarıdır. Her tablo öğesi, tek bir düzen kaymasını temsil eder ve en çok kayan öğeyi gösterir. Her öğenin altında, düzen kaymasına yol açan olası temel nedenler yer alır. [Pencereleme](https://web.dev/articles/cls#what_is_cls) nedeniyle CLS metriği değerine bu düzen kaymalarından bazıları dahil edilmeyebilir. [CLS'yi nasıl iyileştireceğinizi öğrenin](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{1 düzen kayması bulundu}other{# düzen kayması bulundu}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Web yazı tipi yüklendi"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Yerleştirilen iFrame"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Açık bir boyutu olmayan medya öğesi"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Büyük düzen kaymalarından kaçının"
+ },
"core/audits/long-tasks.js | description": {
"message": "Ana ileti dizisindeki en uzun görevleri listeler; giriş gecikmesine en çok katkıda bulunanları belirlemekte faydalıdır. [Uzun ana iş parçacığı görevlerinden nasıl kaçınacağınızı öğrenin](https://web.dev/articles/optimize-long-tasks)."
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Sunucunun Arka Uç Gecikmeleri"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Birleştirilmemiş animasyonlar kalitesiz olabilir ve CLS'yi artırır. [Bileşik olmayan animasyonları nasıl önleyeceğinizi öğrenin](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)."
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Animasyonlu # öğe bulundu}other{Animasyonlu # öğe bulundu}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Filtre ile ilgili özellik, pikselleri hareket ettirebilir"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Hedefte uyumlu olmayan başka bir animasyon var"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Efektte \"değiştir\" dışında bileşik mod var"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Birleştirilmemiş animasyonlardan kaçının"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Dönüşümle ilgili özellik kutu boyutuna bağlıdır"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Desteklenmeyen CSS Özelliği: {properties}}other{Desteklenmeyen CSS Özellikleri: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Özel CSS özellikleri birleştiricide animasyon haline getirilemez: {properties}}other{Özel CSS özellikleri birleştiricide animasyon haline getirilemez: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Efektin desteklenmeyen zamanlama parametreleri var"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Yönerge"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "HTTP trafiğini HTTPS'ye yönlendiriyor"
},
+ "core/audits/redirects.js | description": {
+ "message": "Yönlendirmeler, sayfanın yüklenmesinden önce ek gecikmelere neden olur. [Sayfa yönlendirmelerden nasıl kaçınacağınızı öğrenin](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Birden çok sayfa yönlendirmesini önleyin"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Standart bağlantılar, arama sonuçlarında hangi URL'nin gösterileceğini belirtir. [Standart bağlantılar hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Bağlantılar açıklayıcı metin içeriyor"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Yapılandırılmış verileri doğrulamak için [Yapılandırılmış Veri Test Aracı](https://search.google.com/structured-data/testing-tool/)'nı ve [Structured Data Linter](http://linter.structured-data.org/)'ı çalıştırın. [Yapılandırılmış veriler hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Yapılandırılmış verileri doğrulamak için [Yapılandırılmış Veri Test Aracı](https://developers.google.com/search/docs/appearance/structured-data/)'nı çalıştırın. [Yapılandırılmış veriler hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Yapılandırılmış veriler geçerli"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt dosyası geçerli"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Diğer tüm istekler sunucu yanıt süresine bağlı olduğundan ana doküman için sunucu yanıt süresini kısa tutun. [Time to First Byte metriği hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Root doküman {timeInMs, number, milliseconds} ms. sürdü"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "İlk sunucu yanıt süresini azaltın"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "İlk sunucu yanıt süresi kısaydı"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Üçüncü taraf çerezleri bazı bağlamlarda engellenebilir. [Üçüncü taraf çerezi kısıtlamalarına hazırlanma hakkında daha fazla bilgi edinin](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Trusted Types ile DOM tabanlı XSS'yi azaltın"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Düzen kaymalarını azaltıp CLS'yi iyileştirmek için görsel öğelerde genişliği ve yüksekliği açıkça belirtilmiş şekilde ayarlayın. [Resim boyutlarını nasıl belirleyeceğinizi öğrenin](https://web.dev/articles/optimize-cls#images_without_dimensions)."
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Resim öğelerinin açıkça belirtilmiş `width` ve `height` değerleri yok"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Resim öğelerinin açıkça belirtilmiş `width` ve `height` değerleri var"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Tür"
},
@@ -2808,43 +2886,43 @@
"message": "Metne dayalı kaynaklar, toplam ağ baytı sayısını en aza indirmek için sıkıştırılarak (gizp, deflate veya brotli) yayınlanmalıdır. Bunu yerel olarak destekleyen bir CDN kullanabilir veya web sunucusunu bu işlemi gerçekleştirecek şekilde yapılandırabilirsiniz. [Daha fazla bilgi edinin](https://developers.google.com/web/tools/lighthouse/audits/text-compression)."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Web yazı tipleri yüklenirken metnin kullanıcılar tarafından görülebilmesi için `font-display` CSS özelliğini otomatik olarak devreye sokmak üzere [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Optimize Fonts` ayarını etkinleştirin."
+ "message": "Web yazı tipleri yüklenirken metnin kullanıcılar tarafından görülebilmesi için `font-display` CSS özelliğini otomatik olarak devreye sokmak üzere [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Optimize Fonts` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Görselleri WebP biçimine dönüştürmek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Next-Gen Formats` ayarını etkinleştirin."
+ "message": "Görselleri WebP biçimine dönüştürmek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Next-Gen Formats` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Ekran dışındaki görsellerin gerekene kadar yüklenmesini ertelemek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Lazy Load Images` ayarını etkinleştirin."
+ "message": "Ekran dışındaki görsellerin gerekene kadar yüklenmesini ertelemek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Lazy Load Images` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Kritik olmayan JS/CSS'yi ertelemek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Critical CSS` ve `Script Delay` ayarlarını etkinleştirin."
+ "message": "Kritik olmayan JS'yi ertelemek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanın ve `Script Delay` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Dünya genelindeki ağımızda içeriğinizi önbelleğe alarak ilk bayt zamanını iyileştirmek için [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching)'i kullanın."
+ "message": "Dünya genelindeki ağımızda içeriğinizi önbelleğe alarak ilk bayt zamanını iyileştirmek için [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching)'i kullanın."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "CSS'nizi otomatik olarak küçülterek ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Minify CSS` ayarını etkinleştirin."
+ "message": "CSS'nizi otomatik olarak küçülterek ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Minify CSS` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "JS'nizi otomatik olarak küçülterek ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Minify Javascript` ayarını etkinleştirin."
+ "message": "JS'nizi otomatik olarak küçülterek ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Minify Javascript` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Bu sorunla ilgili yardım almak için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Remove Unused CSS` ayarını etkinleştirin. Sitenizin her bir sayfasında kullanılmakta olan CSS sınıfları tanımlanır ve dosya boyutunu küçük tutmak için diğerleri kaldırılır."
+ "message": "Bu sorunla ilgili yardım almak için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Remove Unused CSS` ayarını etkinleştirin. Sitenizin her bir sayfasında kullanılmakta olan CSS sınıfları tanımlanır ve dosya boyutunu küçük tutmak için diğerleri kaldırılır."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Statik öğeler için önbelleğe alma başlığında önerilen değerleri ayarlamak üzere [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Efficient Static Cache Policy` ayarını etkinleştirin."
+ "message": "Statik öğeler için önbelleğe alma başlığında önerilen değerleri ayarlamak üzere [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Efficient Static Cache Policy` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Görselleri WebP biçimine dönüştürmek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Next-Gen Formats` ayarını etkinleştirin."
+ "message": "Görselleri WebP biçimine dönüştürmek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Next-Gen Formats` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Önemli üçüncü taraf kaynaklara erkenden bağlantı oluşturmak amacıyla `preconnect` kaynak ipuçlarını otomatik olarak eklemek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Pre-Connect Origins` ayarını etkinleştirin."
+ "message": "Önemli üçüncü taraf kaynaklara erkenden bağlantı oluşturmak amacıyla `preconnect` kaynak ipuçlarını otomatik olarak eklemek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Pre-Connect Origins` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Şu anda istenen kaynakların daha sonra sayfa yüklenirken getirilmesine öncelik vermek amacıyla `preload` bağlantılarını eklemek için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Preload Fonts` ve `Preload Background Images` ayarlarını etkinleştirin."
+ "message": "Şu anda istenen kaynakların daha sonra sayfa yüklenirken getirilmesine öncelik vermek amacıyla `preload` bağlantılarını eklemek için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Preload Fonts` ve `Preload Background Images` ayarlarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Görselleri cihazlara uygun şekilde yeniden boyutlandırıp ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/speed)'i kullanarak `Resize Images` ayarını etkinleştirin."
+ "message": "Görselleri cihazlara uygun şekilde yeniden boyutlandırıp ağ yükü boyutlarını azaltmak için [Ezoic Leap](https://pubdash.ezoic.com/leap)'i kullanarak `Resize Images` ayarını etkinleştirin."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Resim biçimini otomatik olarak optimize etmek için `` yerine `gatsby-plugin-image` bileşenini kullanın. [Daha fazla bilgi](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "`` etiketleri, [bir temanın düzeni değiştirilerek](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html) eklenebilir."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Resim biçimini otomatik olarak optimize etmek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Resim biçimini otomatik olarak optimize etmek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Resimleri otomatik olarak geç yüklemek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Resimleri otomatik olarak geç yüklemek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "LCP görselini önceden yüklemek için `next/image` bileşenini kullanın ve \"önceliği\" doğru olarak ayarlayın. [Daha fazla bilgi](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Kritik olmayan üçüncü taraf komut dosyalarının yüklenmesini ertelemek için `next/script` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/basic-features/script)."
+ "message": "Kritik olmayan üçüncü taraf komut dosyalarının yüklenmesini ertelemek için `next/script` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Resimlerin her zaman uygun şekilde boyutlandırılmasını sağlamak için `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Kullanılmayan JavaScript kodunu belirlemek için `Webpack Bundle Analyzer` kullanın. [Daha fazla bilgi](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Uygulamanızın gerçek dünya performansını ölçmek için `Next.js Analytics` kullanma seçeneğini değerlendirin. [Daha fazla bilgi](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Uygulamanızın gerçek dünya performansını ölçmek için `Next.js Analytics` kullanma seçeneğini değerlendirin. [Daha fazla bilgi](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Sabit öğeler ve `Server-side Rendered` (SSR) sayfaları için önbelleğe almayı yapılandırın. [Daha fazla bilgi](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Sabit öğeler ve `Server-side Rendered` (SSR) sayfaları için önbelleğe almayı yapılandırın. [Daha fazla bilgi](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Resim kalitesini düzenlemek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Resim kalitesini düzenlemek için `` yerine `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Uygun `sizes` kurulumu için `next/image` bileşenini kullanın. [Daha fazla bilgi](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Derleme sisteminiz JS dosyalarını otomatik olarak küçültüyorsa uygulamanızın üretim derlemesini dağıttığınızdan emin olun. Bunu React Geliştirici Araçları uzantısıyla kontrol edebilirsiniz. [Daha fazla bilgi edinin](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Sunucu tarafında oluşturmuyorsanız `React.lazy()` ile [JavaScript paketlerinizi bölün](https://web.dev/code-splitting-suspense/). Aksi halde, [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) gibi bir üçüncü taraf kitaplığı kullanarak kodu bölün."
+ "message": "Sunucu tarafında oluşturmuyorsanız `React.lazy()` ile [JavaScript paketlerinizi bölün](https://web.dev/code-splitting-suspense/). Aksi halde, [loadable-components](https://loadable-components.com/) gibi bir üçüncü taraf kitaplığı kullanarak kodu bölün."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Bileşenlerinizin oluşturma performansını ölçmek için Profil Oluşturucu API'sinden yararlanan React Geliştirme Araçları Profil Oluşturucu'yu kullanın. [Daha fazla bilgi](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "İlişkilendirilemez"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Puanlanmamış"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Bu denetim, genel kategori puanını etkilemez."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Değerler tahminidir ve değişiklik gösterebilir. [Performance skorunun hesaplanması ](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/), doğrudan bu metriklerle yapılır."
},
diff --git a/shared/localization/locales/uk.json b/shared/localization/locales/uk.json
index 8a87f1a6246b..8720cb0a5095 100644
--- a/shared/localization/locales/uk.json
+++ b/shared/localization/locales/uk.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Дозволено із застереженням"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Показник зміщення макета"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Це найбільші зміщення макета, що спостерігаються на сторінці. Кожний елемент таблиці представляє одне зміщення макета й указує на об’єкт із найбільшим зміщенням. Під кожним об’єктом наведено можливі причини, які призвели до зміщення макета. Деякі із цих зміщень можуть не включатися в значення показника CLS через [віконізацію](https://web.dev/articles/cls#what_is_cls). [Дізнайтесь, як покращити показник CLS.](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Виявлено 1 зміщення макета}one{Виявлено # зміщення макета}few{Виявлено # зміщення макета}many{Виявлено # зміщень макета}other{Виявлено # зміщення макета}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Веб-шрифт завантажено"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "Вставлено iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Для медіаоб’єкта не вказано явний розмір"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Уникайте великих зсувів макета"
+ },
"core/audits/long-tasks.js | description": {
"message": "Указано найтриваліші завдання в головному потоці. Ці дані корисні, щоб визначати, що найбільше впливає на затримку вхідного сигналу. [Дізнайтесь, як уникнути тривалих завдань в основному потоці.](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Затримка сервера"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Анімації без композитингу можуть бути неякісними та підвищувати показник CLS. [Дізнайтесь, як уникати анімацій без композитингу.](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Знайдено # анімований елемент}one{Знайдено # анімований елемент}few{Знайдено # анімовані елементи}many{Знайдено # анімованих елементів}other{Знайдено # анімованого елемента}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Ресурс, пов'язаний із фільтром, може переміщати пікселі"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Цільовий об'єкт містить несумісну анімацію"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Ефект не використовує композитний режим \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Уникайте анімацій без композитингу"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Ресурс, пов'язаний із трансформацією, залежить від розміру вікна"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Непідтримувана властивість CSS: {properties}}one{Непідтримувані властивості CSS: {properties}}few{Непідтримувані властивості CSS: {properties}}many{Непідтримувані властивості CSS: {properties}}other{Непідтримувані властивості CSS: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Спеціальні властивості CSS не можна анімувати в композиторі: {properties}}one{Спеціальні властивості CSS не можна анімувати в композиторі: {properties}}few{Спеціальні властивості CSS не можна анімувати в композиторі: {properties}}many{Спеціальні властивості CSS не можна анімувати в композиторі: {properties}}other{Спеціальні властивості CSS не можна анімувати в композиторі: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Ефект містить непідтримувані параметри хронометражу"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Директива"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Трафік HTTP переспрямовується на HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Переспрямування викликають додаткові затримки під час завантаження сторінки. [Дізнайтесь, як уникнути переспрямування сторінок.](https://developer.chrome.com/docs/lighthouse/performance/redirects/)"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Уникайте переспрямувань кількох сторінок"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Канонічні посилання вказують, які URL-адреси відображати в результатах пошуку. [Докладніше про канонічні посилання.](https://developer.chrome.com/docs/lighthouse/seo/canonical/)"
},
@@ -1095,7 +1152,7 @@
"message": "Посилання містять опис"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Щоб перевірити структуровані дані, скористайтесь [інструментом тестування](https://search.google.com/structured-data/testing-tool/) й [інструментом статичного аналізу структурованих даних](http://linter.structured-data.org/). [Докладніше про структуровані дані.](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
+ "message": "Щоб перевірити структуровані дані, скористайтесь [інструментом тестування](https://developers.google.com/search/docs/appearance/structured-data/). [Докладніше про структуровані дані.](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Структуровані дані дійсні"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "Файл robots.txt дійсний"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Сервер основного документа має відповідати швидко, оскільки всі інші запити залежать від нього. [Докладніше про показник \"Час до першого байта\".](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Кореневий документ відповів через {timeInMs, number, milliseconds} мс"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Зменште час відповіді сервера"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Сервер відповідає швидко"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Сторонні файли cookie можуть блокуватися в деяких контекстах. [Докладніше про підготовку до обмежень щодо сторонніх файлів cookie.](https://privacysandbox.google.com/cookies/prepare/overview)"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Зменште ризик міжсайтного скриптингу (XSS) на основі DOM за допомогою Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Явно вказуючи ширину й висоту для зображень, ви зможете зменшити зміщення макета й покращити показник CLS. [Дізнайтесь, як налаштувати розміри зображень.](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Для зображень не задано явним чином атрибути `width` та `height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Для зображень явним чином задано атрибути `width` та `height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Тип"
},
@@ -2808,43 +2886,43 @@
"message": "Щоб скоротити загальний трафік даних у мережі, текстові ресурси потрібно відображати зі стисненням (Gzip, Deflate чи Brotli). Використовуйте мережу CDN, яка підтримує цю функцію, або налаштуйте вебсервер для виконання цієї операції. [Докладніше.](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Optimize Fonts`, щоб автоматично застосувати функцію CSS `font-display`. Так користувачі бачитимуть текст, поки будуть завантажуватися веб-шрифти."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Optimize Fonts`, щоб автоматично застосувати функцію CSS `font-display`. Так користувачі бачитимуть текст, поки будуть завантажуватися веб-шрифти."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Next-Gen Formats`, щоб конвертувати зображення у формат WebP."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Next-Gen Formats`, щоб конвертувати зображення у формат WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Lazy Load Images`, щоб відкласти завантаження прихованих зображень, доки вони не знадобляться."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Lazy Load Images`, щоб відкласти завантаження прихованих зображень, доки вони не знадобляться."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Critical CSS` та `Script Delay`, щоб відкласти завантаження некритичних фрагментів JS і таблиць CSS."
+ "message": "Скористайтеся фреймворком [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Script Delay`, щоб відкласти завантаження некритичних фрагментів JS."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Скористайтесь [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching), щоб додати свій контент у кеш у нашій глобальній мережі та покращити час до першого байта."
+ "message": "Скористайтесь [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching), щоб додати свій контент у кеш у нашій глобальній мережі та покращити час до першого байта."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Minify CSS`, щоб автоматично зменшити таблиці CSS і, відповідно, обсяг даних у мережі."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Minify CSS`, щоб автоматично зменшити таблиці CSS і, відповідно, обсяг даних у мережі."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Minify Javascript`, щоб автоматично зменшити фрагменти JS і, відповідно, обсяг даних у мережі."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Minify Javascript`, щоб автоматично зменшити фрагменти JS і, відповідно, обсяг даних у мережі."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Remove Unused CSS`, щоб отримати допомогу з цією проблемою. Буде виявлено класи CSS, які наразі використовуються на кожній сторінці вашого сайту, і видалено всі інші, щоб забезпечити менший розмір файлу."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Remove Unused CSS`, щоб отримати допомогу з цією проблемою. Буде виявлено класи CSS, які наразі використовуються на кожній сторінці вашого сайту, і видалено всі інші, щоб забезпечити менший розмір файлу."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Efficient Static Cache Policy`, щоб задати рекомендовані значення в заголовку кешування для статичних об’єктів."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Efficient Static Cache Policy`, щоб задати рекомендовані значення в заголовку кешування для статичних об’єктів."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Next-Gen Formats`, щоб конвертувати зображення у формат WebP."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Next-Gen Formats`, щоб конвертувати зображення у формат WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Pre-Connect Origins`, щоб автоматично додати корективи ресурсів `preconnect`. Таким чином можна заздалегідь встановлювати з’єднання з важливими сторонніми джерелами."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Pre-Connect Origins`, щоб автоматично додати корективи ресурсів `preconnect`. Таким чином можна заздалегідь встановлювати з’єднання з важливими сторонніми джерелами."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Preload Fonts` та `Preload Background Images`, щоб додати посилання `preload`. Таким чином під час завантаження сторінки пріоритет надаватиметься ресурсам, на які надіслано запит."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Preload Fonts` та `Preload Background Images`, щоб додати посилання `preload`. Таким чином під час завантаження сторінки пріоритет надаватиметься ресурсам, на які надіслано запит."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/speed) і ввімкніть налаштування `Resize Images`, щоб змінити розміри зображень відповідно до пристрою та, відповідно, зменшити обсяг даних у мережі."
+ "message": "Скористайтесь [Ezoic Leap](https://pubdash.ezoic.com/leap) і ввімкніть налаштування `Resize Images`, щоб змінити розміри зображень відповідно до пристрою та, відповідно, зменшити обсяг даних у мережі."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Щоб автоматично оптимізувати формат зображень, замість `` використовуйте компонент `gatsby-plugin-image`. [Докладніше.](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)"
@@ -2952,16 +3030,16 @@
"message": "Теги `` можна додати, лише [змінивши макет теми](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Щоб автоматично оптимізувати формат зображень, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Щоб автоматично оптимізувати формат зображень, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Щоб зображення автоматично відкладено завантажувалися, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Щоб зображення автоматично відкладено завантажувалися, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Скористайтеся компонентом `next/image` і задайте параметру priority значення true, щоб попередньо завантажити зображення LCP. [Докладніше.](https://nextjs.org/docs/api-reference/next/image#priority)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Щоб відкласти завантаження некритичних сторонніх скриптів, використайте компонент `next/script`. [Докладніше.](https://nextjs.org/docs/basic-features/script)"
+ "message": "Щоб відкласти завантаження некритичних сторонніх скриптів, використайте компонент `next/script`. [Докладніше.](https://nextjs.org/docs/app/guides/scripts)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Скористайтеся компонентом `next/image`, щоб зображення підбиралися правильного розміру. [Докладніше](https://nextjs.org/docs/api-reference/next/image#width)"
@@ -2973,13 +3051,13 @@
"message": "Щоб виявити код JavaScript, який не застосовується, скористайтесь інструментом `Webpack Bundle Analyzer`. [Докладніше.](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Щоб отримувати показники ефективності додатка під час взаємодії з користувачами, використовуйте `Next.js Analytics`. [Докладніше.](https://nextjs.org/docs/advanced-features/measuring-performance)"
+ "message": "Щоб отримувати показники ефективності додатка під час взаємодії з користувачами, використовуйте `Next.js Analytics`. [Докладніше.](https://nextjs.org/docs/pages/guides/analytics)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Налашуйте кешування для незмінюваних об’єктів і сторінок`Server-side Rendered` (SSR). [Докладніше.](https://nextjs.org/docs/going-to-production#caching)"
+ "message": "Налашуйте кешування для незмінюваних об’єктів і сторінок`Server-side Rendered` (SSR). [Докладніше.](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Щоб покращити якість зображення, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/basic-features/image-optimization)"
+ "message": "Щоб покращити якість зображення, замість `` використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/app/getting-started/images)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Щоб налаштувати потрібні `sizes`, використовуйте компонент `next/image`. [Докладніше.](https://nextjs.org/docs/api-reference/next/image#sizes)"
@@ -3099,7 +3177,7 @@
"message": "Якщо ваша система складання автоматично зменшує файли JS, переконайтеся, що ви вводите в дію робочу версію додатка. Це можна перевірити за допомогою розширення Інструменти розробника React. [Докладніше](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Якщо у вас не відбувається обробка на сервері, [розділіть пакети JavaScript](https://web.dev/code-splitting-suspense/) за допомогою `React.lazy()`. Або розділіть код за допомогою сторонньої бібліотеки, як-от [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Якщо у вас не відбувається обробка на сервері, [розділіть пакети JavaScript](https://web.dev/code-splitting-suspense/) за допомогою `React.lazy()`. Або розділіть код за допомогою сторонньої бібліотеки, як-от [loadable-components](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Скористайтеся профілювальником React DevTools, який застосовує Profiler API, щоб визначити ефективність обробки ваших компонентів. [Докладніше.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Атрибуція неможлива"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Не впливає на оцінку"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Результати цієї перевірки не впливають на загальну оцінку в категорії."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Значення приблизні й можуть відрізнятися. [Значення ефективності визначено](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) на основі цих показників."
},
diff --git a/shared/localization/locales/vi.json b/shared/localization/locales/vi.json
index 6b4fef2cbf1b..f4c102e70dd4 100644
--- a/shared/localization/locales/vi.json
+++ b/shared/localization/locales/vi.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "Được phép nhưng có cảnh báo"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "Điểm số về mức thay đổi bố cục"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "Đây là những thay đổi lớn nhất về bố cục được ghi nhận trên trang. Mỗi mục trong bảng đại diện cho một lần thay đổi bố cục và cho biết phần tử đã thay đổi nhiều nhất. Bên dưới mỗi mục là các nguyên nhân gốc có thể dẫn đến sự thay đổi bố cục. Một vài trong số những thay đổi về bố cục này có thể không được tính vào giá trị chỉ số CLS (Mức thay đổi bố cục tích luỹ) do phương pháp [kết xuất cửa sổ hiện tại](https://web.dev/articles/cls#what_is_cls). [Tìm hiểu cách cải thiện CLS (Mức thay đổi bố cục tích luỹ)](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{Đã nhận thấy 1 lần thay đổi bố cục}other{Đã nhận thấy # lần thay đổi bố cục}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "Phông chữ trên web đã tải"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "iframe được chèn"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "Phần tử nội dung đa phương tiện không có kích thước rõ ràng"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "Tránh các thay đổi lớn về bố cục"
+ },
"core/audits/long-tasks.js | description": {
"message": "Liệt kê những việc cần nhiều thời gian thực hiện nhất trong chuỗi chính. Thông tin này khá hữu ích trong việc xác định những thành phần có thời gian phản hồi tương tác chậm nhất. [Tìm hiểu cách tránh những việc cần nhiều thời gian thực hiện trong chuỗi chính](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "Thời gian dưới nền của máy chủ"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "Các ảnh động không được ghép có thể kém chất lượng và làm tăng CLS (Điểm số tổng hợp về mức thay đổi bố cục). [Tìm hiểu cách tránh ảnh động không được ghép](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{Tìm thấy # phần tử ảnh động}other{Tìm thấy # phần tử ảnh động}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "Thuộc tính liên quan đến bộ lọc có thể di chuyển pixel"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "Mục tiêu có một ảnh động khác không tương thích"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "Hiệu ứng có chế độ ghép không phải là \"replace\""
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "Tránh dùng các ảnh động không được ghép"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "Thuộc tính liên quan đến biến đổi phụ thuộc vào kích thước hộp"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{Thuộc tính CSS không được hỗ trợ: {properties}}other{Các thuộc tính CSS không được hỗ trợ: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{Không thể tạo ảnh động cho các thuộc tính CSS tuỳ chỉnh trên trình tổng hợp: {properties}}other{Không thể tạo ảnh động cho các thuộc tính CSS tuỳ chỉnh trên trình tổng hợp: {properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "Hiệu ứng có tham số thời gian không được hỗ trợ"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "Lệnh"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "Chuyển hướng lưu lượng truy cập HTTP tới HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "Các lần chuyển hướng sẽ khiến tốc độ tải trang chậm thêm. [Tìm hiểu cách tránh các lần chuyển hướng trang](https://developer.chrome.com/docs/lighthouse/performance/redirects/)."
+ },
+ "core/audits/redirects.js | title": {
+ "message": "Tránh chuyển hướng trang nhiều lần"
+ },
"core/audits/seo/canonical.js | description": {
"message": "Đường liên kết chính tắc đề xuất URL nào nên hiển thị trong kết quả tìm kiếm. [Tìm hiểu thêm về đường liên kết chính tắc](https://developer.chrome.com/docs/lighthouse/seo/canonical/)."
},
@@ -1095,7 +1152,7 @@
"message": "Các phần tử liên kết có văn bản mô tả"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "Chạy [Công cụ kiểm tra dữ liệu có cấu trúc](https://search.google.com/structured-data/testing-tool/) và [Công cụ khử lỗi dữ liệu có cấu trúc](http://linter.structured-data.org/) để xác thực loại dữ liệu này. [Tìm hiểu thêm về Dữ liệu có cấu trúc](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
+ "message": "Chạy [Công cụ kiểm tra dữ liệu có cấu trúc](https://developers.google.com/search/docs/appearance/structured-data/) để xác thực dữ liệu có cấu trúc. [Tìm hiểu thêm về Dữ liệu có cấu trúc](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)."
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "Dữ liệu có cấu trúc là hợp lệ"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt hợp lệ"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "Giữ cho máy chủ phản hồi trong thời gian ngắn đối với tài liệu chính vì tất cả các yêu cầu khác phụ thuộc vào thời gian đó. [Tìm hiểu thêm về chỉ số Thời gian cho byte đầu tiên](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "Tài liệu gốc mất {timeInMs, number, milliseconds} mili giây"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "Giảm thời gian phản hồi ban đầu của máy chủ"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "Thời gian phản hồi ban đầu của máy chủ là ngắn"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "Cookie của bên thứ ba có thể bị chặn trong một số trường hợp. [Tìm hiểu thêm về việc chuẩn bị cho các hạn chế đối với cookie của bên thứ ba](https://privacysandbox.google.com/cookies/prepare/overview)."
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "Giảm thiểu XSS dựa trên DOM bằng Trusted Types"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "Đặt chiều rộng và chiều cao rõ ràng đối với các phần tử hình ảnh để giảm sự thay đổi về bố cục và cải thiện CLS (Điểm số tổng hợp về mức thay đổi bố cục). [Tìm hiểu cách đặt kích thước hình ảnh](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "Các phần tử hình ảnh không có `width` và `height` rõ ràng"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "Các phần tử hình ảnh có `width` và `height` rõ ràng"
+ },
"core/audits/user-timings.js | columnType": {
"message": "Loại"
},
@@ -2808,43 +2886,43 @@
"message": "Phải phân phát các tài nguyên dựa trên văn bản ở định dạng nén (gzip, deflate hoặc brotli) để giảm thiểu tổng số byte mạng. Hãy cân nhắc sử dụng một CDN vốn hỗ trợ tính năng này hoặc định cấu hình máy chủ web để thực hiện thao tác này. [Tìm hiểu thêm](https://developers.google.com/web/tools/lighthouse/audits/text-compression)"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Optimize Fonts` để tự động tận dụng tính năng CSS `font-display` nhằm đảm bảo người dùng thấy được văn bản trong lúc phông chữ web đang tải."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Optimize Fonts` để tự động tận dụng tính năng CSS `font-display` nhằm đảm bảo người dùng thấy được văn bản trong lúc phông chữ web đang tải."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Next-Gen Formats` để chuyển đổi định dạng hình ảnh thành WebP."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Next-Gen Formats` để chuyển đổi định dạng hình ảnh thành WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Lazy Load Images` để hoãn quá trình tải hình ảnh ngoài màn hình cho đến khi cần những hình ảnh đó."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Lazy Load Images` để hoãn quá trình tải hình ảnh ngoài màn hình cho đến khi cần những hình ảnh đó."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) đồng thời bật `Critical CSS` và `Script Delay` để hoãn mọi JS/CSS không thiết yếu."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Script Delay` để hoãn JS không thiết yếu."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "Dùng [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching) để lưu vào bộ nhớ đệm các nội dung của bạn trên mạng toàn cầu của chúng tôi, qua đó làm giảm thời gian tải byte đầu tiên."
+ "message": "Dùng [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching) để lưu vào bộ nhớ đệm các nội dung của bạn trên mạng toàn cầu của chúng tôi, qua đó làm giảm thời gian tải byte đầu tiên."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Minify CSS` để tự động rút gọn CSS nhằm giảm dung lượng dữ liệu truyền qua mạng."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Minify CSS` để tự động rút gọn CSS nhằm giảm dung lượng dữ liệu truyền qua mạng."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Minify Javascript` để tự động rút gọn JS nhằm giảm dung lượng dữ liệu truyền qua mạng."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Minify Javascript` để tự động rút gọn JS nhằm giảm dung lượng dữ liệu truyền qua mạng."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Remove Unused CSS` để khắc phục vấn đề này. Cách làm này sẽ xác định các loại CSS đang được dùng trên mỗi trang thuộc trang web của bạn và xoá tất cả những loại còn lại để giảm kích thước tệp."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Remove Unused CSS` để khắc phục vấn đề này. Cách làm này sẽ xác định các loại CSS đang được dùng trên mỗi trang thuộc trang web của bạn và xoá tất cả những loại còn lại để giảm kích thước tệp."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Efficient Static Cache Policy` để thiết lập giá trị đề xuất trong tiêu đề bộ nhớ đệm cho các tài sản tĩnh."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Efficient Static Cache Policy` để thiết lập giá trị đề xuất trong tiêu đề bộ nhớ đệm cho các tài sản tĩnh."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Next-Gen Formats` để chuyển đổi định dạng hình ảnh thành WebP."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Next-Gen Formats` để chuyển đổi định dạng hình ảnh thành WebP."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Pre-Connect Origins` để tự động thêm dấu hiệu tài nguyên `preconnect` nhằm thiết lập kết nối sớm với các nguồn gốc quan trọng của bên thứ ba."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Pre-Connect Origins` để tự động thêm dấu hiệu tài nguyên `preconnect` nhằm thiết lập kết nối sớm với các nguồn gốc quan trọng của bên thứ ba."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) đồng thời bật `Preload Fonts` và `Preload Background Images` để thêm các đường liên kết `preload` nhằm ưu tiên việc tìm nạp tài nguyên đang được yêu cầu trong lúc tải trang."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) đồng thời bật `Preload Fonts` và `Preload Background Images` để thêm các đường liên kết `preload` nhằm ưu tiên việc tìm nạp tài nguyên đang được yêu cầu trong lúc tải trang."
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/speed) và bật `Resize Images` để thay đổi kích thước hình ảnh sao cho phù hợp với thiết bị, qua đó làm giảm dung lượng dữ liệu truyền qua mạng."
+ "message": "Dùng [Ezoic Leap](https://pubdash.ezoic.com/leap) và bật `Resize Images` để thay đổi kích thước hình ảnh sao cho phù hợp với thiết bị, qua đó làm giảm dung lượng dữ liệu truyền qua mạng."
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "Sử dụng thành phần `gatsby-plugin-image` thay cho `` để tự động tối ưu hoá định dạng hình ảnh. [Tìm hiểu thêm](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
@@ -2952,16 +3030,16 @@
"message": "Có thể thêm thẻ `` bằng cách [sửa đổi bố cục của một giao diện](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "Sử dụng thành phần `next/image` thay cho `` để tự động tối ưu hoá định dạng hình ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Sử dụng thành phần `next/image` thay cho `` để tự động tối ưu hoá định dạng hình ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "Sử dụng thành phần `next/image` thay cho `` để tự động tải từng phần của hình ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Sử dụng thành phần `next/image` thay cho `` để tự động tải từng phần của hình ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "Dùng thành phần `next/image` và thiết lập giá trị \"mức độ ưu tiên\" thành đúng (true) để tải trước hình ảnh LCP. [Tìm hiểu thêm](https://nextjs.org/docs/api-reference/next/image#priority)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "Hãy dùng phần tử `next/script` để trì hoãn việc tải các tập lệnh không quan trọng của bên thứ ba. [Tìm hiểu thêm](https://nextjs.org/docs/basic-features/script)."
+ "message": "Hãy dùng phần tử `next/script` để trì hoãn việc tải các tập lệnh không quan trọng của bên thứ ba. [Tìm hiểu thêm](https://nextjs.org/docs/app/guides/scripts)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "Sử dụng thành phần `next/image` để đảm bảo hình ảnh luôn có kích thước phù hợp. [Tìm hiểu thêm](https://nextjs.org/docs/api-reference/next/image#width)."
@@ -2973,13 +3051,13 @@
"message": "Sử dụng `Webpack Bundle Analyzer` để phát hiện mã JavaScript không được sử dụng. [Tìm hiểu thêm](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "Hãy cân nhắc dùng `Next.js Analytics` để đo lường hiệu suất của ứng dụng trong thực tế. [Tìm hiểu thêm](https://nextjs.org/docs/advanced-features/measuring-performance)."
+ "message": "Hãy cân nhắc dùng `Next.js Analytics` để đo lường hiệu suất của ứng dụng trong thực tế. [Tìm hiểu thêm](https://nextjs.org/docs/pages/guides/analytics)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "Định cấu hình bộ nhớ đệm cho các trang `Server-side Rendered` (SSR) và thành phần không thay đổi được. [Tìm hiểu thêm](https://nextjs.org/docs/going-to-production#caching)."
+ "message": "Định cấu hình bộ nhớ đệm cho các trang `Server-side Rendered` (SSR) và thành phần không thay đổi được. [Tìm hiểu thêm](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "Sử dụng thành phần `next/image` thay cho `` để điều chỉnh chất lượng ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/basic-features/image-optimization)."
+ "message": "Sử dụng thành phần `next/image` thay cho `` để điều chỉnh chất lượng ảnh. [Tìm hiểu thêm](https://nextjs.org/docs/app/getting-started/images)."
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "Hãy dùng phần tử `next/image` để đặt `sizes` phù hợp. [Tìm hiểu thêm](https://nextjs.org/docs/api-reference/next/image#sizes)."
@@ -3099,7 +3177,7 @@
"message": "Nếu hệ thống bản dựng của bạn tự động giảm kích thước tệp JS, hãy đảm bảo rằng bạn đang triển khai bản phát hành chính thức của ứng dụng. Bạn có thể kiểm tra điều này bằng tiện ích React Developer Tools. [Tìm hiểu thêm](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "Nếu bạn không định hiển thị phía máy chủ, hãy [phân tách các gói JavaScript](https://web.dev/code-splitting-suspense/) bằng `React.lazy()`. Nếu không, hãy phân tách mã bằng một thư viện của bên thứ ba như [các thành phần có thể tải](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/)."
+ "message": "Nếu bạn không định hiển thị phía máy chủ, hãy [phân tách các gói JavaScript](https://web.dev/code-splitting-suspense/) bằng `React.lazy()`. Nếu không, hãy phân tách mã bằng một thư viện của bên thứ ba như [các thành phần có thể tải](https://loadable-components.com/)."
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "Sử dụng Trình phân tích tài nguyên React DevTools, công cụ dùng API Trình phân tích tài nguyên để đo lường hiệu suất hiển thị của các thành phần. [Tìm hiểu thêm.](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "Không thể phân bổ"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "Không được tính"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "Quá trình kiểm tra này không được tính vào điểm số tổng thể của danh mục."
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "Các giá trị chỉ là ước tính và có thể thay đổi. [Điểm hiệu quả được tính](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) trực tiếp từ những chỉ số này."
},
diff --git a/shared/localization/locales/zh-HK.json b/shared/localization/locales/zh-HK.json
index 9d2d1a99ceb0..aab7a1aaa0f0 100644
--- a/shared/localization/locales/zh-HK.json
+++ b/shared/localization/locales/zh-HK.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "允許 (附警告)"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "版面配置轉移分數"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "這些是網頁上發現的最大版面配置轉移。每個表格項目都代表一個版面配置轉移,並會顯示轉移最多的元素。每個項目下方是導致版面配置轉移的潛在根本原因。由於[視窗化](https://web.dev/articles/cls#what_is_cls),部分版面配置轉移可能不會包含在 CLS 數據值中。[瞭解如何改善累計版面配置轉移 (CLS)](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{找到 1 項版面配置轉移}other{找到 # 項版面配置轉移}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "已載入網頁字型"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "已插入 iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "媒體元素沒有明確尺寸"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "避免大幅度的版面配置轉移"
+ },
"core/audits/long-tasks.js | description": {
"message": "列出主要執行緒上執行時間最長的工作,有助辨識導致輸入延遲的主因。[瞭解如何避免長時間的主要執行緒工作](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "伺服器後端延遲時間"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "未合成的動畫可能無法順暢播放,而且會增加累計版面配置轉移 (CLS)。[瞭解如何避免使用非合成動畫](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{找到 # 個動畫元素}other{找到 # 個動畫元素}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "篩選器相關的屬性可能會移動像素"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "目標包含其他不兼容的動畫"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "效果包含「replace」以外的合成模式"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "避免使用非合成的動畫"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "轉換相關屬性取決於方塊大小"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{不支援的 CSS 屬性:{properties}}other{不支援的 CSS 屬性:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{自訂 CSS 屬性無法在合成器中動畫化:{properties}}other{自訂 CSS 屬性無法在合成器中動畫化:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "效果包含不支援的時間參數"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "指令"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "將 HTTP 流量重新導向至 HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "重新導向會導致頁面延遲載入。[瞭解如何避免網頁重新導向](https://developer.chrome.com/docs/lighthouse/performance/redirects/)。"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "避免多次頁面重新導向"
+ },
"core/audits/seo/canonical.js | description": {
"message": "標準連結會建議要在搜尋結果中顯示哪個網址。[進一步瞭解標準連結](https://developer.chrome.com/docs/lighthouse/seo/canonical/)。"
},
@@ -1095,7 +1152,7 @@
"message": "連結具有說明文字"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "執行[結構化資料測試工具](https://search.google.com/structured-data/testing-tool/)和[結構化資料 Linter](http://linter.structured-data.org/) 來驗證結構化資料。[進一步瞭解結構化資料](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
+ "message": "執行[結構化資料測試工具](https://developers.google.com/search/docs/appearance/structured-data/)來驗證結構化資料。[進一步瞭解結構化資料](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "結構化資料有效"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt 有效"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "請確保主要文件的伺服器回應時間不會太長,因為這會影響所有其他要求。[進一步瞭解「首個字節時間」數據](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "根文件回應時間為 {timeInMs, number, milliseconds} 毫秒"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "縮短初始伺服器回應時間"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "初始伺服器回應時間短暫"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "第三方 Cookie 在某些情況下可能會被封鎖。[進一步瞭解如何應對第三方 Cookie 限制](https://privacysandbox.google.com/cookies/prepare/overview)。"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "緩解設有「受信任類型」的 DOM XSS"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "請明確設定圖片元素的寬度和高度,以減少版面配置轉移及改善累計版面配置轉移 (CLS)。[瞭解如何設定圖片尺寸](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "圖片元素並無顯性`width`和`height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "圖片元素具有顯性`width`和`height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "類別"
},
@@ -2808,43 +2886,43 @@
"message": "文字資源應經過 (gzip、deflate 或 brotli) 壓縮,以將網絡字節總數減至最少。建議使用原生支援此功能的 CDN,或設定網絡伺服器執行此操作。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Optimize Fonts` 以自動利用 `font-display` CSS 功能,確保系統在載入網站頁字型時使用者可以看到文字。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Optimize Fonts` 以自動利用 `font-display` CSS 功能,確保系統在載入網站頁字型時使用者可以看到文字。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Lazy Load Images` 以延遲載入螢幕關閉圖片,直到需要時才載入。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Lazy Load Images` 以延遲載入螢幕關閉圖片,直到需要時才載入。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Critical CSS` 和 `Script Delay` 以延遲不重要的 JS/CSS。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Script Delay` 以延遲不重要的 JS。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "使用 [Ezoic Cloud 快取](https://pubdash.ezoic.com/speed/caching),以便在我們的全球網絡上快取您的內容,改善載入首個字節的時間。"
+ "message": "使用 [Ezoic Cloud 快取](https://pubdash.ezoic.com/leap/caching),以便在我們的全球網絡上快取您的內容,改善載入首個字節的時間。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify CSS` 以自動壓縮 CSS 來減少網絡負載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Minify CSS` 以自動壓縮 CSS 來減少網絡負載大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify Javascript` 以自動壓縮 JS 來減少網絡負載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Minify Javascript` 以自動壓縮 JS 來減少網絡負載大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Remove Unused CSS` 以協助解決此問題。此功能會識別在您網站的每個頁面上實際使用的 CSS 類別,並移除任何其他類別,以維持小的檔案大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Remove Unused CSS` 以協助解決此問題。此功能會識別在您網站的每個頁面上實際使用的 CSS 類別,並移除任何其他類別,以維持小的檔案大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Efficient Static Cache Policy` 以便在快取標題中為靜態資產設定建議的值。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Efficient Static Cache Policy` 以便在快取標題中為靜態資產設定建議的值。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Pre-Connect Origins` 以自動新增 `preconnect` 資源提示,及早連線至重要的第三方來源。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Pre-Connect Origins` 以自動新增 `preconnect` 資源提示,及早連線至重要的第三方來源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Preload Fonts` 和 `Preload Background Images` 來加入 `preload` 連結,以便優先擷取目前在網頁載入時較後要求的資源。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Preload Fonts` 和 `Preload Background Images` 來加入 `preload` 連結,以便優先擷取目前在網頁載入時較後要求的資源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Resize Images` 以將圖片大小調整至適合裝置的尺寸,減少網絡負載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Resize Images` 以將圖片大小調整至適合裝置的尺寸,減少網絡負載大小。"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "請使用 `gatsby-plugin-image` 組件讓系統自動優化圖像格式,而非 ``。[瞭解詳情](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)。"
@@ -2952,16 +3030,16 @@
"message": "您可透過[修改主題版面配置](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)來新增 `` 標籤。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "請使用 `next/image` 組件讓系統自動優化圖像格式,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "請使用 `next/image` 組件讓系統自動優化圖像格式,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "如要自動延遲載入圖像,請使用 `next/image` 組件,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "如要自動延遲載入圖像,請使用 `next/image` 組件,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "使用 `next/image` 組件並將「priority」設定為 True 以預先載入 LCP 圖片。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#priority)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "請使用 `next/script` 組件延遲載入非關鍵的第三方指令碼。[瞭解詳情](https://nextjs.org/docs/basic-features/script)。"
+ "message": "請使用 `next/script` 組件延遲載入非關鍵的第三方指令碼。[瞭解詳情](https://nextjs.org/docs/app/guides/scripts)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "請使用 `next/image` 組件確保圖片一律會調整成適當大小。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#width)。"
@@ -2973,13 +3051,13 @@
"message": "使用 `Webpack Bundle Analyzer` 偵測未使用的 JavaScript 程式碼。[瞭解詳情](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "建議您使用 `Next.js Analytics` 評估應用程式的實際效能。[瞭解詳情](https://nextjs.org/docs/advanced-features/measuring-performance)。"
+ "message": "建議您使用 `Next.js Analytics` 評估應用程式的實際效能。[瞭解詳情](https://nextjs.org/docs/pages/guides/analytics)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "請設定不可變動資產和 `Server-side Rendered` (SSR) 頁面的快取。[瞭解詳情](https://nextjs.org/docs/going-to-production#caching)。"
+ "message": "請設定不可變動資產和 `Server-side Rendered` (SSR) 頁面的快取。[瞭解詳情](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "請使用 `next/image` 組件調整圖像品質,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "請使用 `next/image` 組件調整圖像品質,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "請使用 `next/image` 組件設定適當的 `sizes`。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#sizes)。"
@@ -3099,7 +3177,7 @@
"message": "如果您建立自動壓縮 JS 檔案的系統,請確定部署的應用程式為正式版本。您可以使用 React Developer Tools 擴充程式執行這項檢查。[瞭解詳情](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "如果沒有使用伺服器端輸出,請以 `React.lazy()` [分割您的 JavaScript 套件](https://web.dev/code-splitting-suspense/)。否則請使用[可載入的組件](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) 等第三方程式庫分割程式碼。"
+ "message": "如果沒有使用伺服器端輸出,請以 `React.lazy()` [分割您的 JavaScript 套件](https://web.dev/code-splitting-suspense/)。否則請使用[可載入的組件](https://loadable-components.com/) 等第三方程式庫分割程式碼。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "使用 React DevTools Profiler,採用效能分析 API 來測量組件的輸出效能。[瞭解詳情。](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "無法歸因"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "不計分"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "此審核不會影響整體類別分數。"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "此為預計值,可能與實際值有所不同。[效能分數將利用這些數據直接計算](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)。"
},
diff --git a/shared/localization/locales/zh-TW.json b/shared/localization/locales/zh-TW.json
index 7336af5b2557..4306b409e8de 100644
--- a/shared/localization/locales/zh-TW.json
+++ b/shared/localization/locales/zh-TW.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "已允許並顯示警告訊息"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "版面配置位移分數"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "這些是網頁上發現的最大版面配置位移。每個表格項目都代表一個版面配置位移,並會顯示位移最多的元素。每個項目下方是導致版面配置位移的可能根本原因。由於[執行時間較短](https://web.dev/articles/cls#what_is_cls),CLS 指標值可能不會包含所有的版面配置位移。[瞭解如何改善 CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{發現 1 個版面配置位移}other{發現 # 個版面配置位移}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "載入了網頁字型"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "插入了 iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "媒體元素沒有明確尺寸"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "避免大量版面配置轉移"
+ },
"core/audits/long-tasks.js | description": {
"message": "列出主執行緒上執行時間最長的工作,這項資訊有助於找出造成輸入延遲的主因。[瞭解如何避免冗長的主執行緒工作](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "伺服器後端延遲時間"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "未合成的動畫可能無法順暢播放,而且會增加 CLS。[瞭解如何避免使用非合成動畫](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{找到 # 個動畫元素}other{找到 # 個動畫元素}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "篩選器相關的屬性可能會移動像素"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "目標包含其他不相容的動畫"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "效果包含「replace」以外的合成模式"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "避免使用非合成的動畫"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "轉換相關屬性取決於定界框大小"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{不支援的 CSS 屬性:{properties}}other{不支援的 CSS 屬性:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{無法在合成器上為自訂 CSS 屬性製作動畫:{properties}}other{無法在合成器上為自訂 CSS 屬性製作動畫:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "效果包含不支援的時間參數"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "指令"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "將 HTTP 流量重新導向至 HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "重新導向會導致網頁進一步延遲載入。[瞭解如何避免網頁重新導向](https://developer.chrome.com/docs/lighthouse/performance/redirects/)。"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "避免進行多次頁面重新導向"
+ },
"core/audits/seo/canonical.js | description": {
"message": "標準連結可指出要在搜尋結果中顯示哪個網址。[進一步瞭解標準連結](https://developer.chrome.com/docs/lighthouse/seo/canonical/)。"
},
@@ -1095,7 +1152,7 @@
"message": "連結具有說明文字"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "執行[結構化資料測試工具](https://search.google.com/structured-data/testing-tool/)和 [Structured Data Linter](http://linter.structured-data.org/) 來驗證結構化資料。[進一步瞭解結構化資料](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
+ "message": "執行[結構化資料測試工具](https://developers.google.com/search/docs/appearance/structured-data/)可驗證結構化資料。[進一步瞭解結構化資料](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "結構化資料有效"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt 有效"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "請確保伺服器能快速回應主要文件,因為這會影響到所有其他要求的回應時間。[進一步瞭解「第一個位元組時間」指標](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "根文件回應時間為 {timeInMs, number, milliseconds} 毫秒"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "請縮短初始伺服器回應時間"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "初始伺服器回應時間很短"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "第三方 Cookie 可能會在某些情況下遭到封鎖。[進一步瞭解如何因應第三方 Cookie 限制](https://privacysandbox.google.com/cookies/prepare/overview)。"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "使用 Trusted Types 減輕 DOM 型 XSS 攻擊的影響"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "請明確設定圖片元素的寬度和高度,以減少版面配置轉移並改善 CLS。[瞭解如何設定圖片尺寸](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "圖片元素沒有明確的`width`和`height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "圖片元素具有明確的`width`和`height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "類型"
},
@@ -2808,43 +2886,43 @@
"message": "提供的文字資源應經過 (gzip、deflate 或 brotli) 壓縮,盡量減少網路傳輸資料量。建議你使用原生支援這項功能的 CDN,或是設定網路伺服器來執行這項作業。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Optimize Fonts` 以自動利用 `font-display` CSS 功能,確保系統在載入網站字型時使用者可以到文字。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Optimize Fonts` 以自動利用 `font-display` CSS 功能,確保系統在載入網站字型時使用者可以到文字。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Lazy Load Images` 以延遲載入螢幕關閉圖片,直到需要時才載入。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Lazy Load Images` 以延遲載入螢幕關閉圖片,直到需要時才載入。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Critical CSS` 和 `Script Delay` 以延遲不重要的 JS/CSS。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Script Delay` 可延遲載入不重要的 JS。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "使用 [Ezoic Cloud 快取](https://pubdash.ezoic.com/speed/caching),以便在我們的全球網路上快取你的內容,改善載入第一個位元組的時間。"
+ "message": "使用 [Ezoic Cloud 快取](https://pubdash.ezoic.com/leap/caching),以便在我們的全球網路上快取你的內容,改善載入第一個位元組的時間。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify CSS` 以自動壓縮 CSS 來減少網路酬載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Minify CSS` 以自動壓縮 CSS 來減少網路酬載大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Minify Javascript` 以自動壓縮 JS 來減少網路酬載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Minify Javascript` 以自動壓縮 JS 來減少網路酬載大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Remove Unused CSS` 以協助解決這個問題。這項功能會識別在你網站的每個頁面上實際使用的 CSS 類別,並移除任何其他類別,以維持小的檔案大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Remove Unused CSS` 以協助解決這個問題。這項功能會識別在你網站的每個頁面上實際使用的 CSS 類別,並移除任何其他類別,以維持小的檔案大小。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Efficient Static Cache Policy` 以便在快取標頭中為靜態資產設定建議的值。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Efficient Static Cache Policy` 以便在快取標頭中為靜態資產設定建議的值。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Next-Gen Formats` 以將圖片轉換為 WebP。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Pre-Connect Origins` 以自動新增 `preconnect` 資源提示,及早連線至重要的第三方來源。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Pre-Connect Origins` 以自動新增 `preconnect` 資源提示,及早連線至重要的第三方來源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Preload Fonts` 和 `Preload Background Images` 來加入 `preload` 連結,以便優先擷取目前在網頁載入時較晚要求的資源。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Preload Fonts` 和 `Preload Background Images` 來加入 `preload` 連結,以便優先擷取目前在網頁載入時較晚要求的資源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 並啟用 `Resize Images` 以將圖片大小調整至適合裝置的尺寸,減少網路酬載大小。"
+ "message": "使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 並啟用 `Resize Images` 以將圖片大小調整至適合裝置的尺寸,減少網路酬載大小。"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "如要讓系統自動為圖片格式進行最佳化調整,請使用 `gatsby-plugin-image` 元件,而非 ``。[瞭解詳情](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)。"
@@ -2952,16 +3030,16 @@
"message": "你可以透過[修改主題版面配置](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)來新增 `` 標記。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "如要讓系統自動為圖片格式進行最佳化調整,請使用 `next/image` 元件,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "如要讓系統自動為圖片格式進行最佳化調整,請使用 `next/image` 元件,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "如要自動延遲載入圖片,請使用 `next/image` 元件,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "如要自動延遲載入圖片,請使用 `next/image` 元件,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "使用 `next/image` 元件並將「priority」設為 True 以預先載入 LCP 圖片。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#priority)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "請使用 `next/script` 元件延遲載入非關鍵的第三方指令碼。[瞭解詳情](https://nextjs.org/docs/basic-features/script)。"
+ "message": "請使用 `next/script` 元件延遲載入非關鍵的第三方指令碼。[瞭解詳情](https://nextjs.org/docs/app/guides/scripts)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "請使用 `next/image` 元件確保圖片一律會調整成適當大小。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#width)。"
@@ -2973,13 +3051,13 @@
"message": "請使用 `Webpack Bundle Analyzer` 偵測未使用的 JavaScript 程式碼。[瞭解詳情](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "建議您使用 `Next.js Analytics` 評估應用程式的實際效能。[瞭解詳情](https://nextjs.org/docs/advanced-features/measuring-performance)。"
+ "message": "建議您使用 `Next.js Analytics` 評估應用程式的實際效能。[瞭解詳情](https://nextjs.org/docs/pages/guides/analytics)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "請設定不可變動資產和 `Server-side Rendered` (SSR) 頁面的快取。[瞭解詳情](https://nextjs.org/docs/going-to-production#caching)。"
+ "message": "請設定不可變動資產和 `Server-side Rendered` (SSR) 頁面的快取。[瞭解詳情](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "請使用 `next/image` 元件調整圖片品質,而非 ``。[瞭解詳情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "請使用 `next/image` 元件調整圖片品質,而非 ``。[瞭解詳情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "請使用 `next/image` 元件設定適當的 `sizes`。[瞭解詳情](https://nextjs.org/docs/api-reference/next/image#sizes)。"
@@ -3099,7 +3177,7 @@
"message": "如果你的建構系統會自動壓縮 JavaScript 檔案,請確定你部署的應用程式為正式版本。你可以使用 React Developer Tools 擴充功能進行檢查。[瞭解詳情](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "如果你不是在伺服器端進行轉譯,請以 `React.lazy()` [分割你的 JavaScript 套件](https://web.dev/code-splitting-suspense/)。否則請使用 [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/) 等第三方程式庫來分割程式碼。"
+ "message": "如果你不是在伺服器端進行轉譯,請以 `React.lazy()` [分割你的 JavaScript 套件](https://web.dev/code-splitting-suspense/)。否則請使用 [loadable-components](https://loadable-components.com/) 等第三方程式庫來分割程式碼。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "使用 React DevTools Profiler,這項工具會採用 Profiler API 來測量你的元件轉譯效能。[瞭解詳情](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)。"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "無法歸因"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "未計分"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "這項稽核作業不會影響整體類別分數。"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "此為預估值,可能與實際情況有所不同。系統會直接根據這些指標[計算效能分數](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)。"
},
diff --git a/shared/localization/locales/zh.json b/shared/localization/locales/zh.json
index 2442bdc238c4..a28da558098b 100644
--- a/shared/localization/locales/zh.json
+++ b/shared/localization/locales/zh.json
@@ -929,6 +929,27 @@
"core/audits/is-on-https.js | warning": {
"message": "允许(附带警告)"
},
+ "core/audits/layout-shifts.js | columnScore": {
+ "message": "布局偏移分数"
+ },
+ "core/audits/layout-shifts.js | description": {
+ "message": "这些是在网页上观察到的最大幅的布局偏移。表格中的每个项均表示一次布局偏移,并显示了发生最大幅偏移的元素。每个项的下方列出了哪些可能的根本原因导致了相应的布局偏移。由于[窗口化](https://web.dev/articles/cls#what_is_cls)的原因,所显示的某些布局偏移可能未包含在 CLS 指标值中。[了解如何改善 CLS](https://web.dev/articles/optimize-cls)"
+ },
+ "core/audits/layout-shifts.js | displayValueShiftsFound": {
+ "message": "{shiftCount,plural, =1{发现了 1 次布局偏移}other{发现了 # 次布局偏移}}"
+ },
+ "core/audits/layout-shifts.js | rootCauseFontChanges": {
+ "message": "加载了网络字体"
+ },
+ "core/audits/layout-shifts.js | rootCauseInjectedIframe": {
+ "message": "注入的 iframe"
+ },
+ "core/audits/layout-shifts.js | rootCauseUnsizedMedia": {
+ "message": "媒体元素缺少明确的大小"
+ },
+ "core/audits/layout-shifts.js | title": {
+ "message": "请避免出现大幅度的布局偏移"
+ },
"core/audits/long-tasks.js | description": {
"message": "列出了主线程中运行时间最长的任务,有助于识别出导致输入延迟的最主要原因。[了解如何避免出现长时间运行的主线程任务](https://web.dev/articles/optimize-long-tasks)"
},
@@ -986,6 +1007,36 @@
"core/audits/network-server-latency.js | title": {
"message": "服务器后端延迟"
},
+ "core/audits/non-composited-animations.js | description": {
+ "message": "未合成的动画可能会卡顿并增加 CLS。[了解如何避免使用未合成的动画](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)"
+ },
+ "core/audits/non-composited-animations.js | displayValue": {
+ "message": "{itemCount,plural, =1{发现了 # 个动画元素}other{发现了 # 个动画元素}}"
+ },
+ "core/audits/non-composited-animations.js | filterMayMovePixels": {
+ "message": "某个过滤相关属性可能会移动像素"
+ },
+ "core/audits/non-composited-animations.js | incompatibleAnimations": {
+ "message": "目标中另有一个不兼容的动画"
+ },
+ "core/audits/non-composited-animations.js | nonReplaceCompositeMode": {
+ "message": "效果中含有除了“replace”以外的合成模式"
+ },
+ "core/audits/non-composited-animations.js | title": {
+ "message": "避免使用未合成的动画"
+ },
+ "core/audits/non-composited-animations.js | transformDependsBoxSize": {
+ "message": "某个转换相关属性取决于元素边界框的大小"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCSSProperty": {
+ "message": "{propertyCount,plural, =1{不受支持的 CSS 属性:{properties}}other{不受支持的 CSS 属性:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedCustomCSSProperty": {
+ "message": "{propertyCount,plural, =1{无法在合成器上为自定义 CSS 属性添加动画效果:{properties}}other{无法在合成器上为自定义 CSS 属性添加动画效果:{properties}}}"
+ },
+ "core/audits/non-composited-animations.js | unsupportedTimingParameters": {
+ "message": "效果含有不受支持的时间参数"
+ },
"core/audits/origin-isolation.js | columnDirective": {
"message": "指令"
},
@@ -1013,6 +1064,12 @@
"core/audits/redirects-http.js | title": {
"message": "将 HTTP 流量重定向到 HTTPS"
},
+ "core/audits/redirects.js | description": {
+ "message": "重定向会在网页可加载前引入更多延迟。[了解如何避免网页重定向](https://developer.chrome.com/docs/lighthouse/performance/redirects/)。"
+ },
+ "core/audits/redirects.js | title": {
+ "message": "避免多次网页重定向"
+ },
"core/audits/seo/canonical.js | description": {
"message": "规范链接用于建议应在搜索结果中显示哪个网址。[详细了解规范链接](https://developer.chrome.com/docs/lighthouse/seo/canonical/)。"
},
@@ -1095,7 +1152,7 @@
"message": "链接有描述性文字"
},
"core/audits/seo/manual/structured-data.js | description": {
- "message": "运行[结构化数据测试工具](https://search.google.com/structured-data/testing-tool/)和 [Structured Data Linter](http://linter.structured-data.org/) 可验证结构化数据。[详细了解结构化数据](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
+ "message": "运行[结构化数据测试工具](https://developers.google.com/search/docs/appearance/structured-data/)可验证结构化数据。[详细了解结构化数据](https://developer.chrome.com/docs/lighthouse/seo/structured-data/)。"
},
"core/audits/seo/manual/structured-data.js | title": {
"message": "结构化数据有效"
@@ -1130,6 +1187,18 @@
"core/audits/seo/robots-txt.js | title": {
"message": "robots.txt 有效"
},
+ "core/audits/server-response-time.js | description": {
+ "message": "请确保服务器响应主文档的用时较短,因为这会影响到所有其他请求的响应时长。[详细了解 Time to First Byte 指标](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
+ },
+ "core/audits/server-response-time.js | displayValue": {
+ "message": "根文档花费了 {timeInMs, number, milliseconds} 毫秒"
+ },
+ "core/audits/server-response-time.js | failureTitle": {
+ "message": "请缩短初始服务器响应用时"
+ },
+ "core/audits/server-response-time.js | title": {
+ "message": "初始服务器响应用时较短"
+ },
"core/audits/third-party-cookies.js | description": {
"message": "在某些情况下,第三方 Cookie 可能会被屏蔽。[详细了解如何为第三方 Cookie 限制做好准备](https://privacysandbox.google.com/cookies/prepare/overview)。"
},
@@ -1154,6 +1223,15 @@
"core/audits/trusted-types-xss.js | title": {
"message": "使用 Trusted Types 缓解基于 DOM 的 XSS 攻击"
},
+ "core/audits/unsized-images.js | description": {
+ "message": "请为图片元素设置明确的宽度值和高度值,以减少布局偏移并改善 CLS。[了解如何设置图片尺寸](https://web.dev/articles/optimize-cls#images_without_dimensions)"
+ },
+ "core/audits/unsized-images.js | failureTitle": {
+ "message": "图片元素没有明确的`width`和`height`"
+ },
+ "core/audits/unsized-images.js | title": {
+ "message": "图片元素都有明确的`width`和`height`"
+ },
"core/audits/user-timings.js | columnType": {
"message": "类型"
},
@@ -2808,43 +2886,43 @@
"message": "文本资源应以压缩形式(gzip、deflate 或 brotli)提供,以最大限度地减少网络活动消耗的字节总数。建议使用原生支持此功能的 CDN,或配置网络服务器来执行此操作。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/text-compression)。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | font-display": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Optimize Fonts`”设置,即可自动利用 `font-display` CSS 功能来确保用户在网页字体加载期间能看到文字。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Optimize Fonts`”设置,即可自动利用 `font-display` CSS 功能来确保用户在网页字体加载期间能看到文字。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | modern-image-formats": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | offscreen-images": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Lazy Load Images`”设置,即可将屏幕外图片的加载时间延迟到需要它们时。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Lazy Load Images`”设置,即可将屏幕外图片的加载时间延迟到需要它们时。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | render-blocking-resources": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Critical CSS`”和“`Script Delay`”设置,即可延迟加载非关键 JS/CSS。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Script Delay`”设置,即可延迟加载非关键 JS。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | server-response-time": {
- "message": "您只需使用 [Ezoic Cloud Caching](https://pubdash.ezoic.com/speed/caching),即可将内容缓存到我们的全球网络,从而缩短第一个字节呈现前的加载用时。"
+ "message": "您只需使用 [Ezoic Cloud Caching](https://pubdash.ezoic.com/leap/caching),即可将内容缓存到我们的全球网络,从而缩短第一个字节呈现前的加载用时。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-css": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Minify CSS`”设置,即可自动压缩 CSS 以减少网络载荷量。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Minify CSS`”设置,即可自动压缩 CSS 以减少网络载荷量。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unminified-javascript": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Minify Javascript`”设置,即可自动压缩 JS 以减少网络载荷量。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Minify Javascript`”设置,即可自动压缩 JS 以减少网络载荷量。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | unused-css-rules": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Remove Unused CSS`”设置,即可助力解决此问题。此设置会识别您网站的每个网页上实际使用的 CSS 类并移除其他所有类,以确保文件始终不大。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Remove Unused CSS`”设置,即可助力解决此问题。此设置会识别您网站的每个网页上实际使用的 CSS 类并移除其他所有类,以确保文件始终不大。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-long-cache-ttl": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Efficient Static Cache Policy`”设置,即可在缓存标头中为静态资源设定建议值。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Efficient Static Cache Policy`”设置,即可在缓存标头中为静态资源设定建议值。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-optimized-images": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Next-Gen Formats`”设置,即可将图片转换成 WebP 格式。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preconnect": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Pre-Connect Origins`”设置,即可自动添加 `preconnect` 资源提示以尽早连接到重要的第三方源。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Pre-Connect Origins`”设置,即可自动添加 `preconnect` 资源提示以尽早连接到重要的第三方源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-rel-preload": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Preload Fonts`”和“`Preload Background Images`”设置,即可添加 `preload` 链接来优先提取目前在网页加载过程中较晚请求加载的资源。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Preload Fonts`”和“`Preload Background Images`”设置,即可添加 `preload` 链接来优先提取目前在网页加载过程中较晚请求加载的资源。"
},
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
- "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/speed) 并启用“`Resize Images`”设置,即可调整图片大小以适合设备的大小,从而减少网络载荷量。"
+ "message": "您只需使用 [Ezoic Leap](https://pubdash.ezoic.com/leap) 并启用“`Resize Images`”设置,即可调整图片大小以适合设备的大小,从而减少网络载荷量。"
},
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
"message": "请使用 `gatsby-plugin-image` 组件(而非 ``)自动优化图片格式。[了解详情](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)。"
@@ -2952,16 +3030,16 @@
"message": "您可以通过[修改主题背景的布局](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)来添加 `` 标记。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
- "message": "请使用 `next/image` 组件(而非 ``)自动优化图片格式。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "请使用 `next/image` 组件(而非 ``)自动优化图片格式。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
- "message": "请使用 `next/image` 组件(而非 ``)自动延迟加载图片。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "请使用 `next/image` 组件(而非 ``)自动延迟加载图片。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
"message": "您只需使用 `next/image` 组件并将“priority”设为 true,即可预加载 LCP 图片。[了解详情](https://nextjs.org/docs/api-reference/next/image#priority)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
- "message": "请使用 `next/script` 组件推迟加载非关键第三方脚本。[了解详情](https://nextjs.org/docs/basic-features/script)。"
+ "message": "请使用 `next/script` 组件推迟加载非关键第三方脚本。[了解详情](https://nextjs.org/docs/app/guides/scripts)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
"message": "请使用 `next/image` 组件,以确保始终指定恰当的图片尺寸。[了解详情](https://nextjs.org/docs/api-reference/next/image#width)。"
@@ -2973,13 +3051,13 @@
"message": "请使用 `Webpack Bundle Analyzer` 检测未使用的 JavaScript 代码。[了解详情](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
},
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
- "message": "建议您使用 `Next.js Analytics` 衡量应用的实际性能。[了解详情](https://nextjs.org/docs/advanced-features/measuring-performance)。"
+ "message": "建议您使用 `Next.js Analytics` 衡量应用的实际性能。[了解详情](https://nextjs.org/docs/pages/guides/analytics)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-long-cache-ttl": {
- "message": "请为不可变资源和`Server-side Rendered` (SSR) 网页配置缓存。[了解详情](https://nextjs.org/docs/going-to-production#caching)。"
+ "message": "请为不可变资源和`Server-side Rendered` (SSR) 网页配置缓存。[了解详情](https://nextjs.org/docs/13/pages/building-your-application/deploying/production-checklist#caching)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
- "message": "请使用 `next/image` 组件(而非 ``)调整图片质量。[了解详情](https://nextjs.org/docs/basic-features/image-optimization)。"
+ "message": "请使用 `next/image` 组件(而非 ``)调整图片质量。[了解详情](https://nextjs.org/docs/app/getting-started/images)。"
},
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
"message": "请使用 `next/image` 组件设置适当的 `sizes`。[了解详情](https://nextjs.org/docs/api-reference/next/image#sizes)。"
@@ -3099,7 +3177,7 @@
"message": "如果您的构建系统可自动压缩 JS 文件大小,请确保您部署的是正式版应用。您可以通过 React Developer Tools 扩展程序执行此项检查。[了解详情](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build)。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | unused-javascript": {
- "message": "如果您不使用服务器端呈现,请使用 `React.lazy()` [拆分 JavaScript 软件包](https://web.dev/code-splitting-suspense/)。否则,请使用第三方库(如 [loadable-components](https://www.smooth-code.com/open-source/loadable-components/docs/getting-started/))拆分代码。"
+ "message": "如果您不使用服务器端呈现,请使用 `React.lazy()` [拆分 JavaScript 软件包](https://web.dev/code-splitting-suspense/)。否则,请使用第三方库(如 [loadable-components](https://loadable-components.com/))拆分代码。"
},
"node_modules/lighthouse-stack-packs/packs/react.js | user-timings": {
"message": "使用 React DevTools Profiler,从而利用 Profiler API 来衡量组件的呈现性能。[了解详情](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)。"
@@ -3350,6 +3428,12 @@
"report/renderer/report-utils.js | unattributable": {
"message": "无法归因"
},
+ "report/renderer/report-utils.js | unscoredLabel": {
+ "message": "不计分"
+ },
+ "report/renderer/report-utils.js | unscoredTitle": {
+ "message": "此审核不会影响总体类别得分。"
+ },
"report/renderer/report-utils.js | varianceDisclaimer": {
"message": "这些都是估算值,且可能会因时而异。系统会直接基于这些指标来[计算性能得分](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/)。"
},
diff --git a/shared/test/localization/swap-locale-test.js b/shared/test/localization/swap-locale-test.js
index ad02ca923da4..644dec377f55 100644
--- a/shared/test/localization/swap-locale-test.js
+++ b/shared/test/localization/swap-locale-test.js
@@ -91,7 +91,6 @@ toMatchInlineSnapshot(`"2,1 s"`);
// Updated strings are not found, so these remain in the original language
expect(missingIcuMessageIds).toMatchInlineSnapshot(`
Array [
- "core/audits/redirects.js | title",
"core/audits/redirects.js | doesntExist",
"core/audits/fakeaudit.js | title",
]