diff --git a/shared/localization/locales/bg.json b/shared/localization/locales/bg.json index 79a21594eb30..e21675abbbc5 100644 --- a/shared/localization/locales/bg.json +++ b/shared/localization/locales/bg.json @@ -2718,55 +2718,55 @@ "message": "За да управлявате граничните точки за изображенията, бихте могли да използвате инструмента `BreakpointObserver` в Component Dev Kit (CDK). [Научете повече](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Добре е да качите своя `GIF` в услуга, която ще даде възможност да бъде вграден като видеоклип с HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Можете да конфигурирате на сайта си [графичните формати WebP със стил за ограничаване на възможността за преобразуване](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Добре е да конфигурирате метода за забавено зареждане на изображенията в `Drupal`. Инструментите за форматиране на полетата за изображения трябва да поддържат `lazy` или `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Ако най-големият елемент се добавя динамично към страницата, трябва да оптимизирате изображението, за да подобрите LCP. [Научете повече](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Пренасочванията водят до допълнително забавяне на зареждането на страницата. Ако модулът за [пренасочване](https://www.drupal.org/project/redirect) е инсталиран, проверете дали ненужните пренасочвания могат да бъдат премахнати. [Научете повече](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Добре е да използвате [модул](https://www.drupal.org/project/critical_css) за вграждане на важния CSS и JavaScript код и да отложите зареждането на второстепенните елементи на CSS или JavaScript чрез атрибута defer." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Прехвърлете трафик с помощта на един или повече модули за кеширане на `Drupal`, като например `Internal Page Cache`, `Internal Dynamic Page Cache` и `BigPipe`. Комбинирайте ги със CDN, за да подобрите още повече времето за отговор. Сървърите ви за хостинг трябва да използват PHP OPcache. Бихте могли да използвате кеширане в паметта чрез решения като Redis или Memcached, за да се намали времето за изпълнение на заявките към базата от данни. И накрая, използвайте ефективни теми, модули и по-бързи сървъри, за да намалите времето за отговор на сървъра." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Бихте могли да използвате [стилове за адаптивни изображения](https://www.drupal.org/documentation/modules/responsive_image), за да намалите размера на графичните файлове, зареждани на страницата ви. Ако си служите с `Views`, за да показвате няколко елемента със съдържание на една страница, можете да внедрите функция за страниране, за да ограничите броя елементи, които да се извеждат на страница." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Трябва да активирате опцията Aggregate CSS files на страницата Administration » Configuration » Development." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Трябва да активирате опцията Aggregate JavaScript files на страницата Administration » Configuration » Development." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Бихте могли да премахнете неизползваните правила на CSS и да добавите само необходимите библиотеки на `Drupal` към съответната страница или компонент в нея. За подробности вижте [документацията на `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). За да откриете включените библиотеки, които добавят ненужен CSS код, стартирайте инструмента за [обхват на кода](https://developer.chrome.com/docs/devtools/coverage) в Chrome DevTools. Можете да намерите проблемните тема или модул в URL адреса на стиловия лист, когато агрегирането на CSS е деактивирано в сайта ви на `Drupal`. Търсете теми/модули с много стилови листове в списъка, за които преобладава червеният цвят в диаграмата на инструмента. Тема или модул трябва да прикачват библиотека със стилови листове само ако тя действително се използва на страницата." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Бихте могли да премахнете неизползваните активи на JavaScript и да добавите само необходимите библиотеки на `Drupal` към съответната страница или компонент в нея. За подробности вижте [документацията на Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). За да откриете включените библиотеки, които добавят ненужен JavaScript код, стартирайте инструмента за [обхват на кода](https://developer.chrome.com/docs/devtools/coverage) в Chrome DevTools. Можете да намерите проблемните тема или модул в URL адреса на скрипта, когато агрегирането на JavaScript е деактивирано в сайта ви на `Drupal`. Търсете теми/модули с много скриптове в списъка, за които преобладава червеният цвят в диаграмата на инструмента. Тема или модул трябва да прикачват библиотека със скриптове само ако тя действително се използва на страницата." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Задайте опцията Browser and proxy cache maximum age на страницата Administration » Configuration » Development. Прочетете за [кеша в `Drupal` и оптимизирането с цел повишаване на ефективността](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Бихте могли да използвате [модул](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), който автоматично оптимизира и намалява размера на качваните чрез сайта изображения, като същевременно запазва качеството им. Също така трябва да използвате стандартните [стилове за адаптивни изображения](https://www.drupal.org/documentation/modules/responsive_image), предоставени от `Drupal`, за всички графични файлове, рендерирани на сайта." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Можете да добавите подсказки за ресурси `Preconnect` или `dns-prefetch`, като инсталирате и конфигурирате [модул](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), който дава възможност за използване на такива подсказки за потребителски агенти." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Трябва да използвате стандартните [стилове за адаптивни изображения](https://www.drupal.org/documentation/modules/responsive_image), предоставени от `Drupal`. Прилагайте тези стилове при рендериране на графични полета посредством режими на преглед, изгледи или изображения, качени чрез WYSIWYG редактора." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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, така че текстът да е видим за потребителите, докато уеб шрифтовете се зареждат." @@ -3096,7 +3096,7 @@ "message": "Има различни приставки за WordPress, с чиято помощ можете [да вградите важни активи](https://wordpress.org/plugins/search/critical+css/) или [да отложите зареждането на не толкова важни ресурси](https://wordpress.org/plugins/search/defer+css+javascript/). Имайте предвид, че оптимизациите, извършвани чрез тези приставки, може да възпрепятстват работата на функциите на темата ви или други приставки, така че вероятно ще се наложи да промените кода." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Изберете олекотена тема (в идеалния случай такава с блокове) и внедрете пълно кеширане на страницата или решение за статичен сайт. Деактивирайте ненужните приставки, за да намалите използваните от сървъра ресурси. Добре е да надстроите услугата си за хостинг си до управлявана или специализирана." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Обмислете възможността да показвате извадки в списъците си с публикации (напр. чрез маркера more), да намалите броя на публикациите, извеждани на дадена страница, да разделите дългите публикации на няколко страници или да използвате приставка, която да забави зареждането на коментарите." diff --git a/shared/localization/locales/ca.json b/shared/localization/locales/ca.json index 7c206ef0fd17..2a2f0986a517 100644 --- a/shared/localization/locales/ca.json +++ b/shared/localization/locales/ca.json @@ -2718,55 +2718,55 @@ "message": "Pots optar per fer servir la utilitat `BreakpointObserver` del Component Dev Kit (CDK) per gestionar els punts de ruptura de la imatge. [Obtén més informació](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Pots penjar el `GIF` en un servei que permeti inserir-lo com un vídeo HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Planteja't la possibilitat de configurar [formats d'imatge WebP amb un estil d'imatge Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) al teu lloc web." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Pots configurar la càrrega lenta d'imatges a `Drupal`. Els formatejadors de camps per a imatges admeten la càrrega `lazy` o `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Si l'element LCP s'afegeix dinàmicament a la pàgina, has d'optimitzar la imatge per poder millorar l'LCP. [Obtén més informació](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "La mètrica Redireccions introdueix retards addicionals abans de poder carregar la pàgina. Si el mòdul [Redirecció](https://www.drupal.org/project/redirect) està instal·lat, revisa si es poden suprimir les redireccions innecessàries. [Obtén més informació](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Pots utilitzar [un mòdul](https://www.drupal.org/project/critical_css) per inserir fitxers JavaScript i CSS essencials. Fes servir l'atribut d'ajornament per a fitxers JavaScript o CSS que no siguin essencials." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Redueix el trànsit amb un o més mòduls de memòria cau de `Drupal`, com ara `Internal Page Cache`, `Internal Dynamic Page Cache` i `BigPipe`. Combina'ls amb una CDN per millorar encara més el temps de resposta. Els servidors d'allotjament han d'utilitzar PHP OPcache. Prova de fer servir la memòria cau, com ara Redis o Memcached, per reduir els temps de consulta de la base de dades. Finalment, utilitza temes, mòduls i servidors més ràpids d'alt rendiment per reduir el temps de resposta del servidor." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Pots utilitzar [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) per reduir la mida de les imatges que carregues a la pàgina. Si utilitzes `Views` per mostrar diversos elements de contingut en una pàgina, pots implementar paginació per limitar el nombre d'elements de contingut que es mostren en una pàgina determinada." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Comprova que hagis activat Aggregate CSS files (Fitxers CSS agregats) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Comprova que hagis activat Aggregate JavaScript files (Fitxers JavaScript agregats) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Pots suprimir les regles de CSS no utilitzades i adjuntar només les biblioteques de `Drupal` necessàries a la pàgina o al component rellevants d'una pàgina. Per obtenir més informació, consulta la [documentació de `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per identificar les biblioteques adjuntes que afegeixen fitxers CSS externs, prova d'executar la [cobertura del codi](https://developer.chrome.com/docs/devtools/coverage) a Chrome DevTools. Pots identificar el tema o el mòdul responsables a partir de l'URL del full d'estil quan l'agregació de CSS estigui desactivada al teu lloc web de `Drupal`. Posa atenció als temes o mòduls que tinguin molts fulls d'estil a la llista amb molt de vermell a la cobertura del codi. Un tema o mòdul només hauria d'adjuntar una biblioteca de fulls d'estil si es fa servir a la pàgina." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Pots suprimir els recursos de JavaScript no utilitzats i adjuntar només les biblioteques de `Drupal` necessàries a la pàgina o al component rellevants d'una pàgina. Per obtenir més informació, consulta la [documentació de Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per identificar les biblioteques adjuntes que afegeixen fitxers JavaScript externs, prova d'executar la [cobertura del codi](https://developer.chrome.com/docs/devtools/coverage) a Chrome DevTools. Pots identificar el tema o el mòdul responsables a partir de l'URL de l'script quan l'agregació de JavaScript estigui desactivada al teu lloc web de `Drupal`. Posa atenció als temes o mòduls que tinguin molts scripts a la llista amb molt de vermell a la cobertura del codi. Un tema o mòdul només hauria d'adjuntar una biblioteca de scripts si es fa servir a la pàgina." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Defineix l'opció Browser and proxy cache maximum age (Antiguitat màxima de la memòria cau del navegador i del servidor intermediari) a la pàgina Administration » Configuration » Development (Administració » Configuració » Desenvolupament). Obtén informació sobre [l'optimització per a un bon rendiment i la memòria cau de `Drupal`](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Pots utilitzar [un mòdul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) que optimitzi i redueixi automàticament la mida de les imatges penjades a través del lloc web sense perdre qualitat. A més, comprova que estiguis utilitzant els [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) natius proporcionats per `Drupal` en totes les imatges renderitzades al lloc web." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Es poden afegir suggeriments de recursos amb `Preconnect` o `dns-prefetch` instal·lant i configurant [un mòdul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) que proporcioni elements per als suggeriments dels recursos d'agent d'usuari." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Comprova que estiguis utilitzant els [estils d'imatges responsives](https://www.drupal.org/documentation/modules/responsive_image) natius proporcionats per `Drupal`. Utilitza els estils d'imatges responsives per renderitzar camps d'imatge mitjançant modes de visualització, visualitzacions o imatges penjades amb l'editor WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Hi ha diversos connectors de WordPress que et poden ajudar a [inserir recursos essencials](https://wordpress.org/plugins/search/critical+css/) o a [ajornar els recursos menys importants](https://wordpress.org/plugins/search/defer+css+javascript/). Tingues en compte que les optimitzacions que proporcionen aquests connectors poden afectar les funcions del tema o dels connectors, de manera que és possible que hagis de fer canvis al codi." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Tria un tema lleuger (si pot ser, un tema de blocs) i implementa la memòria cau de pàgines completes o una solució de llocs webs estàtics. Desactiva els connectors innecessaris per minimitzar el temps de càrrega del servidor. Pots actualitzar l'allotjament a un servei gestionat o dedicat." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Pots mostrar extractes a les llistes de publicacions (per exemple, amb l'etiqueta més), reduir el nombre de publicacions que es mostren en una pàgina concreta, tallar les publicacions llargues en diverses pàgines o fer servir un connector per als comentaris de càrrega diferida." diff --git a/shared/localization/locales/cs.json b/shared/localization/locales/cs.json index 274b672854db..8b6fff83f4a4 100644 --- a/shared/localization/locales/cs.json +++ b/shared/localization/locales/cs.json @@ -2718,55 +2718,55 @@ "message": "Zvažte použití nástroje `BreakpointObserver` v sadě Component Dev Kit (CDK) ke správě dělicích bodů obrázků. [Další informace](https://material.angular.io/cdk/layout/overview)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Zvažte nahrání souboru `GIF` do služby, pomocí které ho bude možné vložit jako video HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Zvažte možnost nakonfigurovat na webu [formáty obrázků WebP se stylem obrázků Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Zvažte nakonfigurování líného načítání obrázků na platformě `Drupal`. Formátovače polí pro obrázky podporují načítání `lazy` a `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Pokud je na stránce dynamicky přidán prvek LCP, měli byste obrázek optimalizovat, abyste dosáhli lepší hodnoty LCP. [Další informace](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Přesměrování způsobují další prodlevy před načtením stránky. Pokud je nainstalován modul [Redirect](https://www.drupal.org/project/redirect), zkontrolujte, zda není možné odstranit zbytečná přesměrování. [Další informace](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Zvažte použití [modulu](https://www.drupal.org/project/critical_css) k vložení kritických stylů CSS a JavaScriptu přímo do kódu a pro nekritické styly CSS a JavaScript použijte atribut defer." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Snižte provoz pomocí jednoho nebo více modulů `Drupal` pro ukládání do mezipaměti, jako jsou `Internal Page Cache`, `Internal Dynamic Page Cache` a `BigPipe`. Dobu odezvy můžete dále zlepšit propojením se sítí CDN. Vaše hostingové servery by měly využívat PHP OPcache. Zvažte použití ukládání do mezipaměti, jako je Redis nebo Memcached, abyste zkrátili dobu dotazování databází. Nakonec použijte výkonné motivy, moduly a rychlejší servery, abyste zkrátili dobu odezvy serveru." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Zvažte použití [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ke snížení velikosti obrázků načítaných stránkou. Pokud používáte funkci `Views` k zobrazování více obsahových položek na stránce, zvažte implementaci stránkování za účelem omezení počtu obsahových položek na jedné stránce." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Na stránce Administrace » Konfigurace » Vývoj aktivujte funkci Agregovat soubory CSS." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Na stránce Administrace » Konfigurace » Vývoj aktivujte funkci Agregovat javascriptové soubory." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Zvažte odstranění nepoužívaných pravidel CSS a k odpovídající stránce nebo komponentě stránky připojte pouze nezbytné knihovny `Drupal`. Podrobnosti naleznete v [dokumentaci systému `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Připojené knihovny, které přidávají nadbytečný kód CSS, můžete vyhledat spuštěním analýzy [využití kódu](https://developer.chrome.com/docs/devtools/coverage) v Nástrojích pro vývojáře Chrome. Odpovědný motiv či modul můžete identifikovat podle adresy URL šablony stylů, když je na vašem webu `Drupal` deaktivována agregace CSS. Hledejte motivy či moduly, které v seznamu mají mnoho šablon stylů, u nichž je při analýze využití kódu velké množství kódu označeno červeně. Motiv či modul by měl knihovnu šablon stylů připojit jen v případě, že se na stránce opravdu používá." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Zvažte odstranění nepoužívaných javascriptových zdrojů a k odpovídající stránce nebo komponentě stránky připojte jen nezbytné knihovny `Drupal`. Podrobnosti najdete v [dokumentaci systému Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Připojené knihovny, které přidávají nadbytečný javascriptový kód, můžete vyhledat spuštěním analýzy [využití kódu](https://developer.chrome.com/docs/devtools/coverage) v Nástrojích pro vývojáře Chrome. Odpovědný motiv či modul můžete identifikovat podle adresy URL skriptu, když je na vašem webu `Drupal` deaktivována agregace JavaScriptu. Hledejte motivy či moduly, které v seznamu mají mnoho skriptů, u nichž je při analýze využití kódu velké množství kódu označeno červeně. Motiv či modul by měl knihovnu skriptu připojit jen v případě, že se na stránce opravdu používá." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Na stránce Administrace » Konfigurace » Vývoj nastavte možnost Maximální věk pro mezipaměť a proxy server. Přečtěte si o [mezipaměti systému `Drupal` a optimalizaci pro vyšší výkon](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Zvažte použití [modulu](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), který automaticky optimalizuje obrázky nahrávané přes web a snižuje jejich velikost, aniž by snižoval kvalitu. Zajistěte také použití nativních [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ze systému `Drupal` pro všechny obrázky vykreslované na webu." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Pokyny k předběžnému připojení nebo načtení zdrojů (`Preconnect` nebo `dns-prefetch`) lze přidat nainstalováním a nakonfigurováním [modulu](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), který zprostředkuje hintingové instrukce pro zdroje user-agent." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Zajistěte použití nativních [responzivních stylů obrázků](https://www.drupal.org/documentation/modules/responsive_image) ze systému `Drupal`. Použijte responzivní styly obrázků při vykreslování polí obrázků prostřednictvím režimů zobrazení, zobrazení nebo u obrázků nahraných prostřednictvím editoru WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "K dispozici je celá řada pluginů služby WordPress, které vám pomohou [vložit kritické podklady přímo do kódu](https://wordpress.org/plugins/search/critical+css/) nebo [odložit načítání méně důležitých zdrojů](https://wordpress.org/plugins/search/defer+css+javascript/). Upozorňujeme, že optimalizace pomocí těchto pluginů může narušit funkčnost vašeho motivu nebo pluginů. V kódu proto pravděpodobně budete muset provést změny." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Zvolte jednoduchý motiv (ideálně založený na blocích) a implementujte ukládání celé stránky do mezipaměti nebo řešení statického webu. Deaktivujte nepotřebné pluginy, abyste minimalizovali režii serveru. Zvažte upgrade hostingu na spravovanou nebo vyhrazenou službu." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Zvažte zobrazování ukázek v seznamech příspěvků (např. prostřednictvím značky k načtení dalšího obsahu), snížení počtu příspěvků zobrazených na jedné stránce, rozdělení dlouhých příspěvků na několik stránek nebo použití pluginu k línému načítání komentářů." diff --git a/shared/localization/locales/da.json b/shared/localization/locales/da.json index e5617ee56e38..25212e648daf 100644 --- a/shared/localization/locales/da.json +++ b/shared/localization/locales/da.json @@ -2718,55 +2718,55 @@ "message": "Du kan også vælge at bruge værktøjet `BreakpointObserver` i Component Dev Kit (CDK) til at administrere skillepunkter for billeder. [Få flere oplysninger](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Overvej at uploade din `GIF` til en tjeneste, hvor den kan indlejres som en HTML5-video." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Overvej at konfigurere [WebP-billedformater med en Convert-billedstilart](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) på dit website." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Overvej at konfigurere lazy load-billeder i `Drupal`. Feltformateringerne for billeder understøtter `lazy` eller `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Hvis LCP-elementet føjes til siden dynamisk, skal du optimere billedet for at forbedre LCP. [Få flere oplysninger](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Omdirigeringer medfører yderligere forsinkelser, inden siden kan indlæses. Hvis modulet [Omdirigering](https://www.drupal.org/project/redirect) er installeret, skal du tjekke, om unødvendige omdirigeringer kan fjernes. [Få flere oplysninger](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Overvej at bruge [et modul](https://www.drupal.org/project/critical_css) til at indlejre vigtig CSS og JavaScript, og brug attributten defer til ikke-kritisk CSS eller JavaScript." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Overfør trafik med ét eller flere `Drupal`-cachemoduler, f.eks. `Internal Page Cache`, `Internal Dynamic Page Cache` og `BigPipe`. Par disse med et CDN for at forbedre responstiden yderligere. Dine hostingservere skal anvende PHP OPcache. Overvej at bruge hukommelsescachelagring, f.eks. Redis eller Memcached, til at reducere forespørgselstider i databaser. Brug til sidst effektive temaer, moduler og hurtigere servere for at reducere serversvartiden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Overvej at bruge [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) til at reducere størrelsen på de billeder, der indlæses på din side. Hvis du bruger `Views` til at vise flere indholdselementer på en side, kan du overveje at implementere sideinddeling for at begrænse mængden af indholdselementer, der vises på en bestemt side." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Sørg for, at du har aktiveret \"Sammenlæg CSS-filer\" på siden \"Administration » Konfiguration » Udvikling\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Sørg for, at du har aktiveret \"Sammenlæg JavaScript-filer\" på siden \"Administration » Konfiguration » Udvikling\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Overvej at fjerne ubrugte CSS-regler og kun vedhæfte de nødvendige `Drupal`-biblioteker til den relevante side eller komponent på en side. Du kan få flere oplysninger i [`Drupal`-dokumentationen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Hvis du vil identificere vedhæftede biblioteker, der tilføjer irrelevant CSS, kan du prøve at køre [kodedækning](https://developer.chrome.com/docs/devtools/coverage) i Chrome Udviklerværktøjer. Du kan identificere det problematiske tema/modul via webadressen for typografiarket, når CSS-aggregering er deaktiveret på dit `Drupal`-website. Hold øje med temaer/moduler med mange typografiark på listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun vedhæfte et bibliotek til typografiark, hvis det rent faktisk anvendes på siden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Overvej at fjerne ubrugte JavaScript-aktiver og kun vedhæfte de nødvendige `Drupal`-biblioteker til den relevante side eller komponent på en side. Du kan få flere oplysninger via linket til [Drupal-dokumentationen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Hvis du vil identificere vedhæftede biblioteker, der tilføjer irrelevant JavaScript, kan du prøve at køre [kodedækning](https://developer.chrome.com/docs/devtools/coverage) i Chrome Udviklerværktøjer. Du kan identificere det ansvarlige tema/modul via webadressen for scriptet, når JavaScript-aggregeringen er deaktiveret på dit `Drupal`-website. Hold øje med temaer/moduler med mange scripts på listen, som indeholder meget rødt i kodedækningen. Et tema/modul bør kun vedhæfte et scriptbibliotek, hvis det rent faktisk anvendes på siden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Angiv \"Maks. alder for browser- og proxycachelagring\" på siden \"Administration » Konfiguration » Udvikling\". Læs om [`Drupal`-cache og optimering for bedre ydeevne](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Overvej at bruge [et modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), der automatisk optimerer og reducerer størrelsen på billeder, der uploades gennem websitet, mens kvaliteten bevares. Sørg også for at bruge de indbyggede [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) fra `Drupal` til alle billeder, der gengives på dette website." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Ressourcehints til `Preconnect` eller `dns-prefetch` kan tilføjes ved at installere og konfigurere [et modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), der leverer faciliteter til ressourcehints for brugeragenter." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Sørg for at bruge de indbyggede [responsive billedformater](https://www.drupal.org/documentation/modules/responsive_image) fra `Drupal`. Brug de responsive billedformater, når du gengiver billedfelter gennem visningstilstande, visninger eller billeder, der uploades via WYSIWYG-redigeringsværktøjet." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Der er en række WordPress-plugins, som kan hjælpe dig med at [indlejre vigtige aktiver](https://wordpress.org/plugins/search/critical+css/) eller [udskyde mindre vigtige ressourcer](https://wordpress.org/plugins/search/defer+css+javascript/). Vær opmærksom på, at optimeringer via disse plugins kan ødelægge funktioner i dine temaer og plugins. Du bliver derfor sandsynligvis nødt til at foretage kodeændringer." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Vælg et simpelt tema (helst et bloktema), og implementer fuld sidecachelagring eller en statisk websiteløsning. Deaktiver unødvendige plugins for at minimere serverbelastningen. Overvej at opgradere din hosting til en administreret eller dedikeret tjeneste." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Overvej at vise uddrag på dine opslagslister (f.eks. via tagget Mere), reducere antallet af viste opslag på en given side, opdele dine lange opslag i flere sider eller bruge et plugin til at indlæse kommentarer langsomt." diff --git a/shared/localization/locales/de.json b/shared/localization/locales/de.json index 1c906fdb0d33..0369ebcc8d0c 100644 --- a/shared/localization/locales/de.json +++ b/shared/localization/locales/de.json @@ -2718,55 +2718,55 @@ "message": "Du kannst das Dienstprogramm `BreakpointObserver` im Component Dev Kit (CDK) verwenden, um Haltepunkte in Bildern zu verwalten. [Weitere Informationen.](https://material.angular.io/cdk/layout/overview)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Du hast die Möglichkeit, dein `GIF` bei einem Dienst hochzuladen, der dafür sorgt, dass es als HTML5-Video eingebettet werden kann." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Du hast die Möglichkeit, [WebP-Bildformate mit einem Convert-Bildstil](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) auf deiner Website zu verwenden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Du kannst Lazy Loading für Bilder in `Drupal` einstellen. Die Feldformatierer für Bilder unterstützen `lazy` oder `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Wenn der Seite das LCP‑Element dynamisch hinzugefügt wird, solltest du das Bild optimieren, um den LCP zu verbessern. [Weitere Informationen](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Weiterleitungen führen zu zusätzlichen Verzögerungen, bevor die Seite geladen werden kann. Wenn das [Weiterleitungsmodul](https://www.drupal.org/project/redirect) installiert ist, prüfe, ob unnötige Weiterleitungen entfernt werden können. [Weitere Informationen](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Du hast die Möglichkeit, [ein Modul](https://www.drupal.org/project/critical_css) zu verwenden, um wichtige CSS- und JavaScript-Elemente inline einzubetten, und das Attribut „defer“ für nicht kritische CSS- oder JavaScript-Elemente zu verwenden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Mit einem oder mehreren `Drupal`-Caching-Modulen wie `Internal Page Cache`, `Internal Dynamic Page Cache` und `BigPipe` lässt sich die Belastung durch Zugriffe reduzieren. Diese können mit einem CDN kombiniert werden, um die Antwortzeit weiter zu verbessern. Deine Hostingserver sollten PHP OPcache nutzen. Auch können Speicher-Caching-Lösungen wie Redis oder Memcached verwendet werden, um Datenbank-Abfragezeiten zu reduzieren. Außerdem lassen sich leistungsstarke Designs, Module und schnellere Server nutzen, um die Serverantwortzeit zu verringern." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Du hast die Möglichkeit, [responsive Bildstile (Responsive Image Styles)](https://www.drupal.org/documentation/modules/responsive_image) zu verwenden, um die Größe der auf deiner Seite geladenen Bilder zu reduzieren. Wenn du `Views` verwendest, um mehrere Inhaltselemente auf einer Seite anzuzeigen, kannst du mithilfe von Paginierung die Anzahl der auf einer bestimmten Seite eingeblendeten Inhaltselemente begrenzen." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Achte darauf, dass die Option „Aggregate CSS files“ (CSS-Dateien aggregieren) unter „Administration > Configuration > Development“ (Verwaltung > Konfiguration > Entwicklung) aktiviert ist." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Achte darauf, dass die Option „Aggregate JavaScript files“ (JavaScript-Dateien aggregieren) unter „Administration > Configuration > Development“ (Verwaltung > Konfiguration > Entwicklung) aktiviert ist." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Du hast die Möglichkeit, ungenutzte CSS‑Regeln zu entfernen und nur die benötigten `Drupal`-Bibliotheken zu relevanten Seiten oder Seitenkomponenten hinzuzufügen. Weitere Informationen findest du in der [`Drupal`-Dokumentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Wenn du die angehängten Bibliotheken finden möchtest, über die überflüssiges CSS hinzugefügt wird, kannst du das Prüftool zur [Codeabdeckung](https://developer.chrome.com/docs/devtools/coverage) in den Chrome-Entwicklertools verwenden. Das entsprechende Design/Modul kannst du anhand der URL des Stylesheets erkennen, wenn die CSS-Aggregation auf deiner `Drupal`-Website deaktiviert ist. Suche in der Liste nach Designs/Modulen mit vielen Stylesheets, bei denen im Prüftool zur Codeabdeckung viel nicht verwendeter Code (markiert in Rot) angezeigt wird. Eine Stylesheet-Bibliothek sollte nur dann in ein Design/Modul aufgenommen werden, wenn sie auch tatsächlich auf der Seite verwendet wird." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Du hast die Möglichkeit, ungenutzte JavaScript-Assets zu entfernen und nur die benötigten `Drupal`-Bibliotheken zu relevanten Seiten oder Seitenkomponenten hinzuzufügen. Weitere Informationen findest du in der [Drupal-Dokumentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Wenn du die angehängten Bibliotheken finden möchtest, über die überflüssiges JavaScript hinzugefügt wird, kannst du das Prüftool zur [Codeabdeckung](https://developer.chrome.com/docs/devtools/coverage) in den Chrome-Entwicklertools verwenden. Das entsprechende Design/Modul kannst du anhand der URL des Scripts erkennen, wenn die JavaScript-Aggregation auf deiner `Drupal`-Website deaktiviert ist. Suche in der Liste nach Designs/Modulen mit vielen Scripts, bei denen im Prüftool zur Codeabdeckung viel nicht verwendeter Code (markiert in Rot) angezeigt wird. Eine Scriptbibliothek sollte nur dann in ein Design/Modul aufgenommen werden, wenn sie auch tatsächlich auf der Seite verwendet wird." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Konfiguriere die Option „Browser and proxy cache maximum age“ (Maximale Lebensdauer für Browser- und Proxy-Cache) unter „Administration“ > „Configuration“  > „Development“ (Verwaltung > Konfiguration > Entwicklung). [Weitere Informationen zum `Drupal`-Cache und zur Leistungsoptimierung](https://www.drupal.org/docs/8/api/cache-api/cache-api)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Du hast die Möglichkeit, [ein Modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) zu verwenden, das automatisch und ohne Qualitätsverlust die Größe von Bildern, die über die Website hochgeladen werden, optimiert und reduziert. Achte außerdem darauf, dass du für alle auf deiner Website gerenderten Bilder die von `Drupal` bereitgestellten [responsiven Bildstile (Responsive Image Styles)](https://www.drupal.org/documentation/modules/responsive_image) verwendest." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Du kannst Hinweise auf Ressourcen für den User-Agent als „`Preconnect`“ oder „`dns-prefetch`“ hinzufügen, indem du [ein Modul installierst oder konfigurierst](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), das die entsprechende Funktionalität bietet." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Achte darauf, dass du die von `Drupal` bereitgestellten [responsiven Bildstile (Responsive Image Styles)](https://www.drupal.org/documentation/modules/responsive_image) verwendest. Verwende die responsiven Bildstile für Bildfelder, die über Anzeigemodi gerendert werden, sowie für Bilder, die über den WYSIWYG-Editor hochgeladen wurden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Es gibt eine Reihe von WordPress-Plug-ins, mit denen du [wichtige Assets einbetten](https://wordpress.org/plugins/search/critical+css/) oder [weniger wichtige Ressourcen aufschieben](https://wordpress.org/plugins/search/defer+css+javascript/) kannst. Beachte, dass über diese Plug-ins bereitgestellte Optimierungen dazu führen können, dass deine Designs oder Plug-ins nicht funktionieren. Daher musst du wahrscheinlich Änderungen am Code vornehmen." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Leg ein einfaches Design fest (idealerweise ein Blockdesign) und implementiere ein Caching der gesamten Seite oder eine Lösung für eine statische Website. Deaktiviere unnötige Plug-ins, um den Berechnungsaufwand für den Server zu minimieren. Prüfe ein Upgrade deiner Hostinglösung auf einen verwalteten oder dedizierten Dienst." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Du hast die Möglichkeit, Auszüge in deiner Beitragsliste einzublenden (z. B. über das Tag \"Mehr\"), die Anzahl der Beiträge auf einer Seite zu verringern, lange Beiträge auf mehrere Seiten aufzuteilen oder ein Plug-in für das Lazy Loading von Kommentaren zu verwenden." diff --git a/shared/localization/locales/el.json b/shared/localization/locales/el.json index 36cad5cc4689..fd0a076e2931 100644 --- a/shared/localization/locales/el.json +++ b/shared/localization/locales/el.json @@ -2718,55 +2718,55 @@ "message": "Μπορείτε να χρησιμοποιήσετε το βοηθητικό πρόγραμμα `BreakpointObserver` στο Component Dev Kit (CDK) για να διαχειρίζεστε τα σημεία διακοπής εικόνας. [Μάθετε περισσότερα](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Εξετάστε το ενδεχόμενο μεταφόρτωσης του `GIF` σε μια υπηρεσία η οποία θα το διαθέσει για ενσωμάτωση ως βίντεο HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Εξετάστε το ενδεχόμενο διαμόρφωσης των [μορφών εικόνας WebP με ένα στιλ Μετατροπή εικόνας](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) στον ιστότοπό σας." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Εξετάστε το ενδεχόμενο διαμόρφωσης των εικόνων αργής φόρτωσης στο `Drupal`. Οι μορφοποιητές πεδίων για εικόνες υποστηρίζουν `lazy` ή `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Αν το στοιχείο LCP προστίθεται δυναμικά στη σελίδα, θα πρέπει να βελτιστοποιήσετε την εικόνα, ώστε να βελτιωθεί το LCP. [Μάθετε περισσότερα](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Οι ανακατευθύνσεις προκαλούν πρόσθετες καθυστερήσεις στη φόρτωση της σελίδας. Αν η λειτουργική μονάδα [Redirect](https://www.drupal.org/project/redirect) είναι εγκατεστημένη, ελέγξτε αν μπορούν να καταργηθούν οι περιττές ανακατευθύνσεις. [Μάθετε περισσότερα](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Εξετάστε το ενδεχόμενο χρήσης μιας [λειτουργικής μονάδας](https://www.drupal.org/project/critical_css) για ενσωμάτωση σημαντικών στοιχείων CSS και JavaScript και χρησιμοποιήστε το χαρακτηριστικό αναβολής για μη σημαντικά στοιχεία CSS ή JavaScript." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Μειώστε τον φόρτο της επισκεψιμότητας με μία ή περισσότερες λειτουργικές μονάδες αποθήκευσης στην κρυφή μνήμη `Drupal`, όπως `Internal Page Cache`, `Internal Dynamic Page Cache` και `BigPipe`. Συνδυάστε τες με ένα ΔΠΠ, για να βελτιώσετε ακόμα περισσότερο τον χρόνο απόκρισης. Οι διακομιστές φιλοξενίας θα πρέπει να χρησιμοποιούν το PHP OPcache. Εξετάστε το ενδεχόμενο χρήσης συστημάτων αποθήκευσης στην κρυφή μνήμη συσκευής, όπως το Redis ή το Memcached, για να μειώσετε τους χρόνους ερωτημάτων της βάσης δεδομένων. Τέλος, χρησιμοποιήστε αποδοτικά θέματα, λειτουργικές μονάδες και ταχύτερους διακομιστές, για να μειώσετε τον χρόνο απόκρισης του διακομιστή." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Εξετάστε το ενδεχόμενο χρήσης [Στιλ αποκριτικών εικόνων](https://www.drupal.org/documentation/modules/responsive_image), για να μειώσετε το μέγεθος των εικόνων που φορτώνονται στη σελίδα σας. Εάν χρησιμοποιείτε το `Views` για την εμφάνιση πολλαπλών στοιχείων περιεχομένου σε μια σελίδα, εξετάστε το ενδεχόμενο χρήσης της σελιδοποίησης προκειμένου να περιορίσετε τον αριθμό των στοιχειών περιεχομένου σε μια συγκεκριμένη σελίδα." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Βεβαιωθείτε ότι έχετε ενεργοποιήσει τη Συγκέντρωση αρχείων CSS στη σελίδα Διαχείριση » Διαμόρφωση » Ανάπτυξη." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Βεβαιωθείτε ότι έχετε ενεργοποιήσει τη \"Συγκέντρωση αρχείων JavaScript\" στη σελίδα Διαχείριση » Διαμόρφωση » Ανάπτυξη." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Εξετάστε το ενδεχόμενο κατάργησης των κανόνων CSS που δεν χρησιμοποιούνται και σύνδεσης μόνο των αναγκαίων βιβλιοθηκών `Drupal` στη σχετική σελίδα ή στο σχετικό στοιχείο σε μια σελίδα. Για λεπτομέρειες, ανατρέξτε στην [τεκμηρίωση του `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Για να προσδιορίσετε τις συνδεδεμένες βιβλιοθήκες που προσθέτουν περιττό κώδικα CSS, δοκιμάστε να εκτελέσετε [κάλυψη κώδικα](https://developer.chrome.com/docs/devtools/coverage) στα Εργαλεία για προγραμματιστές Chrome. Μπορείτε να προσδιορίσετε το θέμα/τη λειτουργική μονάδα που ευθύνεται μέσω του URL του φύλλου στιλ όταν η συγκέντρωση CSS είναι απενεργοποιημένη στον ιστότοπό σας στο `Drupal`. Αναζητήστε θέματα/λειτουργικές μονάδες που διαθέτουν πολλά φύλλα στιλ στη λίστα, στα οποία ένα μεγάλο μέρος της κάλυψης κώδικα έχει κόκκινο χρώμα. Ένα θέμα/μια λειτουργική μονάδα θα πρέπει να συνδέσει ένα φύλλο στιλ μόνο αν χρησιμοποιείται πραγματικά στη σελίδα." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Εξετάστε το ενδεχόμενο κατάργησης των στοιχείων JavaScipt που δεν χρησιμοποιούνται και σύνδεσης μόνο των αναγκαίων βιβλιοθηκών `Drupal` στη σχετική σελίδα ή στο σχετικό στοιχείο σε μια σελίδα. Για λεπτομέρειες, ανατρέξτε στην [τεκμηρίωση του Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Για να προσδιορίσετε τις συνδεδεμένες βιβλιοθήκες που προσθέτουν περιττό κώδικα JavaScript, δοκιμάστε να εκτελέσετε [κάλυψη κώδικα](https://developer.chrome.com/docs/devtools/coverage) στα Εργαλεία για προγραμματιστές Chrome. Μπορείτε να προσδιορίσετε το θέμα/τη λειτουργική μονάδα που ευθύνεται μέσω του URL του σεναρίου, όταν η συγκέντρωση JavaScript είναι απενεργοποιημένη στον ιστότοπό σας στο `Drupal`. Αναζητήστε θέματα/λειτουργικές μονάδες που διαθέτουν πολλά σενάρια στη λίστα, στα οποία ένα μεγάλο μέρος της κάλυψης κώδικα έχει κόκκινο χρώμα. Ένα θέμα/μια λειτουργική μονάδα θα πρέπει να συνδέσει μια βιβλιοθήκη σεναρίων μόνο αν χρησιμοποιείται πραγματικά στη σελίδα." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Ορίστε τη \"Μέγιστη ηλικία κρυφής μνήμης προγράμματος περιήγησης και διακομιστή μεσολάβησης\" στη σελίδα Διαχείριση » Διαμόρφωση » Ανάπτυξη. Διαβάστε σχετικά με την [κρυφή μνήμη `Drupal` και τη βελτιστοποίηση για μεγαλύτερη απόδοση](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Εξετάστε το ενδεχόμενο χρήσης [μιας λειτουργικής μονάδας](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) η οποία βελτιστοποιεί αυτόματα και μειώνει το μέγεθος των εικόνων που ανεβαίνουν μέσω του ιστοτόπου, διατηρώντας την ποιότητα. Επιπλέον, βεβαιωθείτε ότι χρησιμοποιείτε τα εγγενή [Στιλ αποκριτικών εικόνων](https://www.drupal.org/documentation/modules/responsive_image) που παρέχονται από το `Drupal` για όλες τις εικόνες που αποδίδονται στον ιστότοπο." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Μπορούν να προστεθούν υποδείξεις πόρων `Preconnect` ή `dns-prefetch` μέσω της εγκατάστασης και της διαμόρφωσης [μιας λειτουργικής μονάδας](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) που παρέχει λειτουργίες για υποδείξεις πόρων παράγοντα χρήστη." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Βεβαιωθείτε ότι χρησιμοποιείτε τα εγγενή [Στιλ αποκριτικών εικόνων](https://www.drupal.org/documentation/modules/responsive_image) που παρέχονται από το `Drupal`. Χρησιμοποιήστε Στιλ αποκριτικών εικόνων κατά την απόδοση πεδίων εικόνων μέσω λειτουργιών προβολής, προβολών ή εικόνων που ανέβηκαν μέσω του εργαλείου επεξεργασίας WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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, προκειμένου να είστε σίγουροι ότι το κείμενο θα είναι ορατό στους χρήστες όσο φορτώνουν οι γραμματοσειρές ιστοτόπου." @@ -3096,7 +3096,7 @@ "message": "Υπάρχουν διάφορες προσθήκες WordPress που μπορούν να σας βοηθήσουν στην [ενσωμάτωση των σημαντικών στοιχείων](https://wordpress.org/plugins/search/critical+css/) ή στην [καθυστέρηση των λιγότερο σημαντικών πόρων](https://wordpress.org/plugins/search/defer+css+javascript/). Λάβετε υπόψη ότι οι βελτιστοποιήσεις που παρέχονται από αυτές τις προσθήκες ενδέχεται να προκαλέσουν προβλήματα στις λειτουργίες των θεμάτων ή των προσθηκών σας. Ως εκ τούτου, είναι πιθανό να χρειαστεί να κάνετε αλλαγές στον κώδικα." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Επιλέξτε ένα ελαφρύ θέμα (ιδανικά ένα θέμα μπλοκ) και χρησιμοποιήστε τη δυνατότητα αποθήκευσης πλήρους σελίδας στην κρυφή μνήμη ή μια λύση στατικού ιστοτόπου. Απενεργοποιήστε τις περιττές προσθήκες, για να ελαχιστοποιήσετε την επιβάρυνση του διακομιστή. Εξετάστε το ενδεχόμενο αναβάθμισης της φιλοξενίας σας σε διαχειριζόμενη ή αποκλειστική υπηρεσία." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Εξετάστε το ενδεχόμενο εμφάνισης αποσπασμάτων στις λίστες αναρτήσεών σας (π.χ. μέσω της ετικέτας \"περισσότερες\"), μειώνοντας τον αριθμό των αναρτήσεων που εμφανίζονται σε μια συγκεκριμένη σελίδα, χωρίζοντας τις μεγάλες αναρτήσεις σε πολλές σελίδες ή χρησιμοποιώντας μια προσθήκη για φόρτωση με καθυστέρηση των σχολίων." diff --git a/shared/localization/locales/en-GB.json b/shared/localization/locales/en-GB.json index 8d5d4f6391f0..ebf80cd15399 100644 --- a/shared/localization/locales/en-GB.json +++ b/shared/localization/locales/en-GB.json @@ -2727,7 +2727,7 @@ "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "If the LCP element is dynamically added to the page, you should optimise the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." @@ -2736,16 +2736,16 @@ "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache` and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules and faster servers to lower server response time." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Consider using [responsive image styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Ensure you have enabled 'Aggregate CSS files' in the 'Administration » Configuration » Development' page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Ensure that you have enabled 'Aggregate JavaScript files' in the 'Administration » Configuration » Development' page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." @@ -2754,19 +2754,19 @@ "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Set the 'Browser and proxy cache maximum age' in the 'Administration » Configuration » Development' page. Read about [`Drupal` cache and optimising for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimises and reduces the size of images uploaded through the site while retaining quality. Also, ensure that you are using the native [responsive image styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Ensure that you are using the native [responsive image styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the responsive image styles when rendering image fields through view modes, views or images uploaded through the WYSIWYG editor." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "There are a number of WordPress plug-ins that can help you [inline critical assets](https://wordpress.org/plugins/search/critical+css/) or [defer less important resources](https://wordpress.org/plugins/search/defer+css+javascript/). Beware that optimisations provided by these plug-ins may break features of your theme or plug-ins, so you will likely need to make code changes." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plug-ins to minimise server overhead. Consider upgrading your hosting to managed or dedicated service." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Consider showing excerpts in your post lists (e.g. via the more tag), reducing the number of posts shown on a given page, breaking your long posts into multiple pages, or using a plug-in to lazy-load comments." diff --git a/shared/localization/locales/es-419.json b/shared/localization/locales/es-419.json index c74bec3abcb6..dca9561c523c 100644 --- a/shared/localization/locales/es-419.json +++ b/shared/localization/locales/es-419.json @@ -2718,55 +2718,55 @@ "message": "Se recomienda usar la utilidad de `BreakpointObserver` en el kit de desarrollo de componentes (CDK) para administrar las interrupciones de imágenes. [Obtén más información](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Puedes subir tu `GIF` a un servicio que permita incorporarlo como un video HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Puedes configurar [formatos de imagen WebP con un estilo conversor de imágenes ](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) en tu sitio." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Recomendamos configurar la carga diferida de imágenes en `Drupal`. Los formateadores de campo para imágenes admiten `lazy` o `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Si se agrega el elemento LCP de forma dinámica a la página, debes optimizar la imagen para mejorar LCP. [Obtén más información](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Las redirecciones provocan retrasos adicionales antes de que la página se cargue. Si se instaló el módulo [Redirect](https://www.drupal.org/project/redirect), revisa si se pueden quitar las redirecciones innecesarias. [Obtén más información](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Se recomienda usar [un módulo](https://www.drupal.org/project/critical_css) para intercalar instancias críticas de CSS y JavaScript, y usar el atributo de aplazamiento para CSS o JavaScript no críticos." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Reduce el tráfico con uno o más módulos de almacenamiento en caché de `Drupal`, como `Internal Page Cache`, `Internal Dynamic Page Cache` y `BigPipe`. Combínalos con una CDN para mejorar aún más el tiempo de respuesta. Los servidores de hosting deben usar PHP OPcache. Recomendamos usar la caché de la memoria, como Redis o Memcached, para reducir los tiempos de búsqueda en la base de datos. Por último, usa temas con buen rendimiento, módulos y servidores más veloces para reducir el tiempo de respuesta del servidor." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Se recomienda usar [estilos de imágenes responsivas](https://www.drupal.org/documentation/modules/responsive_image) para reducir el tamaño de las imágenes que se cargan en la página. Si usas `Views` para mostrar elementos de contenido múltiple en una página, puedes implementar la paginación para limitar el número de elementos de contenido que se muestran en una página en particular." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Asegúrate de habilitar \"Aggregate CSS files\" en la página \"Administration » Configuration » Development\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Asegúrate de habilitar \"Aggregate JavaScript files\" en la página \"Administration » Configuration » Development\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Se recomienda quitar las reglas de CSS no utilizadas y solo adjuntar las bibliotecas de `Drupal` necesarias al componente o a la página correspondientes. Consulta la [`Drupal`documentación](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) para obtener información detallada. Para identificar las bibliotecas adjuntas que agregan instancias innecesarias de CSS, prueba ejecutar la [cobertura de código](https://developer.chrome.com/docs/devtools/coverage) en Herramientas para desarrolladores de Chrome. Puedes identificar el tema o el módulo responsable en la URL de la hoja de estilo cuando está inhabilitada la agregación de CSS en tu sitio de `Drupal`. Presta atención a los temas o módulos que tengan varias hojas de estilo en la lista con muchos elementos en rojo en la cobertura de código. Los temas o módulos solo deben adjuntar una biblioteca de hojas de estilo que se use en la página." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Se recomienda quitar los recursos de JavaScript no utilizados y solo adjuntar las bibliotecas de `Drupal` necesarias al componente o a la página pertinentes. Para obtener información detallada, consulta la [documentación de Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Para identificar las bibliotecas adjuntas que agregan instancias innecesarias de JavaScript, prueba ejecutar la [cobertura de código](https://developer.chrome.com/docs/devtools/coverage) en Herramientas para desarrolladores de Chrome. Puedes identificar el tema o el módulo responsable en la URL de la secuencia de comandos cuando está inhabilitada la agregación de JavaScript en tu sitio de `Drupal`. Presta atención a los temas o módulos que tengan varias secuencias de comandos en la lista con muchos elementos en rojo en la cobertura de código. Los temas o módulos solo deben adjuntar una biblioteca de secuencias de comandos que se use en la página." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Establece \"Browser and proxy cache maximum age\" en la página \"Administration » Configuration » Development\". Obtén más información sobre [la caché de `Drupal` y cómo mejorar el rendimiento](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Se recomienda usar [un módulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) que optimice y reduzca de forma automática el tamaño de las imágenes que se cargan en el sitio y que conserve su calidad. Además, asegúrate de usar los [estilos de imágenes responsivas](https://www.drupal.org/documentation/modules/responsive_image) que proporciona `Drupal` para todas las imágenes renderizadas en el sitio." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Para agregar las sugerencias de recursos `Preconnect` o `dns-prefetch`, instala y configura [un módulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) que proporcione elementos para las sugerencias de recursos del usuario-agente." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Asegúrate de usar los [estilos de imágenes responsivas](https://www.drupal.org/documentation/modules/responsive_image) que proporciona `Drupal`. Utiliza los estilos de imágenes responsivas cuando renderizas campos de imágenes a través de modos de lectura, vistas o imágenes subidas a través del editor WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Existen varios complementos de WordPress que pueden ayudarte a [insertar elementos fundamentales](https://wordpress.org/plugins/search/critical+css/) o a [postergar recursos menos importantes](https://wordpress.org/plugins/search/defer+css+javascript/). Ten en cuenta que las optimizaciones que ofrecen estos complementos pueden interferir con funciones de tu tema o complementos, por lo que seguramente tengas que hacer cambios en el código." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Elige un tema liviano (idealmente, un tema de bloques) y, luego, implementa el almacenamiento en caché de la página completa o una solución de sitio estático. Inhabilita los complementos innecesarios para minimizar la sobrecarga del servidor. Recomendamos actualizar tu hosting a un servicio administrado o dedicado." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Puedes mostrar fragmentos en tus listas de entradas (por ejemplo, mediante la etiqueta \"\"), reducir la cantidad de entradas que se muestran en cada página, dividir tus entradas más largas en múltiples páginas o usar un complemento para postergar la carga de los comentarios." diff --git a/shared/localization/locales/fr.json b/shared/localization/locales/fr.json index c314407b0694..00af5bc51e44 100644 --- a/shared/localization/locales/fr.json +++ b/shared/localization/locales/fr.json @@ -2718,55 +2718,55 @@ "message": "Envisagez d'utiliser l'outil `BreakpointObserver` du kit de développement de composants pour gérer les points d'arrêt de l'image. [En savoir plus](https://material.angular.io/cdk/layout/overview)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Envisagez d'importer votre `GIF` dans un service qui permettra de l'intégrer en tant que vidéo HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Envisagez de configurer les [formats d'image WebP avec un style de conversion d'image](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) sur votre site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Envisagez de configurer le chargement différé des images dans `Drupal`. Les outils de mise en forme de champ pour les images acceptent `lazy` ou `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Si l'élément LCP est ajouté de façon dynamique à la page, optimisez l'image pour améliorer le LCP. [En savoir plus](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Les redirections entraînent des retards supplémentaires avant que la page ne puisse être chargée. Si le module [Redirect](https://www.drupal.org/project/redirect) est installé, vérifiez si vous pouvez supprimer des redirections inutiles. [En savoir plus](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Envisagez d'utiliser un [module](https://www.drupal.org/project/critical_css) pour intégrer le code CSS et JavaScript critique, et utilisez l'attribut \"defer\" pour le code CSS ou JavaScript non critique." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Déchargez le trafic avec un ou plusieurs modules de mise en cache `Drupal` tels que `Internal Page Cache`, `Internal Dynamic Page Cache` et `BigPipe`. Associez-les à un CDN pour améliorer le délai de réponse. Vos serveurs d'hébergement doivent exploiter PHP OPcache. Envisagez d'utiliser la mise en cache de la mémoire (avec Redis ou Memcached, par exemple) pour réduire les temps d'interrogation des bases de données. Enfin, utilisez des thèmes et des modules performants, ainsi que des serveurs plus rapides, pour réduire le temps de réponse du serveur." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Vous pouvez également envisager d'utiliser [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) pour réduire la taille des images chargées sur votre page. Si vous utilisez `Views` pour afficher plusieurs éléments de contenu sur une même page, envisagez d'implémenter la pagination pour limiter le nombre d'éléments de contenu affichés sur une page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Assurez-vous que vous avez activé l'option \"Regrouper les fichiers CSS\" sur la page Administration > Configuration > Développement." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Assurez-vous que vous avez activé l'option \"Regrouper les fichiers JavaScript\" sur la page Administration > Configuration > Développement." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Envisagez de supprimer les règles CSS inutilisées et d'associer uniquement les bibliothèques `Drupal` nécessaires à la page ou au composant de page concernés. Pour en savoir plus, consultez la [documentation`Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Pour déterminer quelles bibliothèques associées ajoutent des CSS superflus, essayez d'exécuter la [couverture de code](https://developer.chrome.com/docs/devtools/coverage) dans les outils pour les développeurs Chrome. Lorsque le regroupement de CSS est désactivé sur votre site `Drupal`, vous pouvez identifier le thème ou le module qui en est responsable à partir de l'URL de la feuille de style. Recherchez les thèmes ou les modules pour lesquels un grand nombre de feuilles de style présentent beaucoup d'éléments en rouge dans la couverture de code. Un thème ou un module ne doit associer une bibliothèque de feuilles de style que si elle est effectivement utilisée sur la page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Envisagez de supprimer les éléments JavaScript inutilisés et d'associer uniquement les bibliothèques `Drupal` nécessaires à la page ou au composant de page concernés. Pour en savoir plus, consultez la [documentation Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Pour déterminer quelles bibliothèques associées ajoutent des scripts JavaScript superflus, exécutez une [couverture de code](https://developer.chrome.com/docs/devtools/coverage) dans les outils pour les développeurs Chrome. Lorsque l'agrégation JavaScript est désactivée sur votre site `Drupal`, vous pouvez identifier le thème ou le module responsable à partir de l'URL du script. Recherchez les thèmes ou les modules pour lesquels un grand nombre de scripts présentent beaucoup d'éléments en rouge dans la couverture de code. Un thème ou un module ne doit associer une bibliothèque de scripts que si elle est effectivement utilisée sur la page." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Définissez le paramètre \"Âge maximum du navigateur et du proxy cache\" sur la page Administration > Configuration > Développement. En savoir plus sur le [cache `Drupal` et l'optimisation des performances](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Vous pouvez envisager d'utiliser [un module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) qui optimise et réduit automatiquement la taille des images importées sur le site sans perdre en qualité. Assurez-vous également que vous utilisez le module natif [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) fourni par `Drupal` pour toutes les images affichées sur le site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Il est possible d'ajouter des indices de ressources `Preconnect` ou `dns-prefetch` en installant et en configurant un [module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) qui fournit une fonction pour les indices de ressources user-agent." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Assurez-vous que vous utilisez le module natif [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) fourni par `Drupal`. Utilisez Responsive Image Styles lors de l'affichage des champs d'image par l'intermédiaire des modes Vue, des vues ou des images importés via l'éditeur WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Divers plug-ins WordPress peuvent vous aider à [aligner des éléments critiques](https://wordpress.org/plugins/search/critical+css/) ou à [différer le chargement des ressources moins importantes](https://wordpress.org/plugins/search/defer+css+javascript/). Gardez en tête qu'à cause des optimisations fournies par ces plug-ins, certaines fonctionnalités de votre thème ou de vos plug-ins peuvent cesser de fonctionner. Vous devrez donc probablement modifier le code." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Choisissez un thème léger (idéalement un thème basé sur des blocs) et implémentez la mise en cache de la page entière ou une solution de site statique. Désactivez les plug-ins inutiles pour réduire les frais généraux de serveur. Envisagez de passer à un service d'hébergement géré ou dédié." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Vous pouvez envisager d'afficher des extraits dans vos listes d'articles (par exemple en utilisant la balise \"more\"), de réduire le nombre d'articles affichés dans une page donnée, de répartir vos articles longs sur plusieurs pages ou d'utiliser un plug-in qui charge de façon différée les commentaires." diff --git a/shared/localization/locales/he.json b/shared/localization/locales/he.json index 90704135349e..277d68fb494b 100644 --- a/shared/localization/locales/he.json +++ b/shared/localization/locales/he.json @@ -2718,55 +2718,55 @@ "message": "כדאי לשקול להשתמש בכלי העזר `BreakpointObserver` ב-Component Dev Kit ‏(CDK) כדי לנהל נקודות מעבר בין תמונות. [מידע נוסף](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "כדאי להעלות את ה-`GIF` לשירות שיאפשר להטמיע אותו כסרטון HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "כדאי לשקול להגדיר [פורמטים של תמונות WebP באמצעות סגנון המרת תמונות ](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) באתר." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "כדאי להגדיר טעינה מדורגת של תמונות ב-`Drupal`. כלי עיצוב השדות לתמונות תומכים ב-`lazy` או ב-`eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "אם רכיב ה-LCP נוסף באופן דינמי לדף, צריך לבצע אופטימיזציה של התמונה כדי לשפר את ה-LCP. [למידע נוסף](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "הפניות אוטומטיות מעכבות את טעינת הדף. אם המודול [הפנייה אוטומטית](https://www.drupal.org/project/redirect) מותקן, צריך לבדוק אם אפשר להסיר הפניות אוטומטיות מיותרות. [מידע נוסף](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "אם קטע קוד של CSS או JavaScript הוא קריטי, מומלץ להטביע אותו באמצעות [מודול](https://www.drupal.org/project/critical_css). בקטעי קוד לא קריטיים כדאי להשתמש במאפיין refer, כי פחות דחוף לרנדר אותם." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "כדי להפחית את העומס, אפשר להעביר את תנועת הגולשים באמצעות מודול שמירה במטמון אחד או יותר של `Drupal`, כמו `Internal Page Cache`, ‏ `Internal Dynamic Page Cache` ו-`BigPipe`. כדי לשפר עוד יותר את זמן התגובה, אפשר לשלב את האפשרויות האלה עם CDN. שרתי האירוח שלך צריכים להשתמש ב-PHP OPcache. מומלץ להשתמש בשמירה במטמון הזיכרון, כמו Redis או Memcached, כדי לצמצם את זמני השאילתות של מסדי נתונים. לבסוף, כדי שזמן התגובה של השרת יהיה מהיר יותר, מומלץ להשתמש בעיצובים ובמודולים עם ביצועים טובים ובשרתים מהירים יותר." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "כדאי להשתמש ב[סגנונות התמונות הרספונסיביות](https://www.drupal.org/documentation/modules/responsive_image) כדי לצמצם את הגודל של התמונות שטענת לדף. אם השתמשת ב-`Views` להצגת פריטי תוכן מרובים בדף, כדאי לחלק לדפים כדי להגביל את מספר פריטי התוכן שמופיעים בכל דף נתון." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "צריך לוודא שהאפשרות Aggregate CSS files (קובצי ה-CSS המצטברים) מופעלת בדף Administration (ניהול) » Configuration (הגדרות אישיות) » Development (פיתוח)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "צריך לוודא שהאפשרות Aggregate JavaScript files (קובצי ה-JavaScript המצטברים) מופעלת בדף Administration (ניהול) » Configuration (הגדרות אישיות) » Development (פיתוח)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "כדאי להסיר כללי CSS שלא בשימוש, ולצרף לדף הרלוונטי או לרכיב בדף רק את ספריות ה-`Drupal` הנדרשות. לקבלת פרטים, אפשר לעיין ב[`Drupal`מסמכים](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). כדי לזהות ספריות מצורפות שמוסיפות תוכן CSS מיותר, כדאי להפעיל את האפשרות [רמת הכיסוי של הקוד](https://developer.chrome.com/docs/devtools/coverage) בכלי הפיתוח ל-Chrome. לאחר ההשבתה של צבירת CSS באתר ה-`Drupal` שלך, ניתן יהיה לזהות את העיצוב או המודול שאחראים להוספת גיליון הסגנונות לפי כתובת ה-URL. העיצובים או המודולים הבעייתיים הם אלה שברשימת גיליונות הסגנונות שלהם יש הרבה גיליונות סגנונות באדום ברמת הכיסוי של הקוד. עיצוב או מודול צריכים לצרף ספריית גיליון סגנונות רק אם נעשה בה שימוש בפועל בדף." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "כדאי להסיר של נכסי JavaScript שלא בשימוש, ולצרף לדף הרלוונטי או לרכיב בדף רק את ספריות ה-`Drupal` הנדרשות. לפרטים נוספים, אפשר לעיין ב[תיעוד של Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). כדי לזהות ספריות מצורפות שמוסיפות תוכן JavaScript מיותר, כדאי להפעיל את האפשרות [רמת הכיסוי של הקוד](https://developer.chrome.com/docs/devtools/coverage) בכלי הפיתוח ל-Chrome. לאחר ההשבתה של צבירת JavaScript באתר ה-`Drupal` שלך, ניתן יהיה לזהות את העיצוב או המודול שאחראים להוספת הסקריפט לפי כתובת ה-URL. העיצובים או המודולים הבעייתיים הם אלה שברשימת הסקריפטים שלהם יש הרבה סקריפטים באדום ברמת הכיסוי של הקוד. עיצוב או מודול צריכים לצרף ספריית סקריפטים רק אם נעשה בה שימוש בפועל בדף." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "בדף \"Administration (ניהול) » Configuration (הגדרה) » Development (פיתוח)\" צריך להגדיר \"Browser and proxy cache maximum age (גיל מרבי של דפדפן ומטמון של שרת proxy)\". [למידע על מטמון `Drupal` ואופטימיזציה של ביצועים](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "כדאי להשתמש ב[מודול](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) שמבצע אופטימיזציה ומצמצם את גודל התמונות שמועלות לאתר באופן אוטומטי, בלי לפגוע באיכות שלהן. צריך גם לוודא שנעשה שימוש ב[סגנונות המותאמים של התמונות הרספונסיביות](https://www.drupal.org/documentation/modules/responsive_image) שסופקו על ידי `Drupal` לכל התמונות שמוצגות באתר." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "ניתן להוסיף רמזים של משאב `Preconnect` או `dns-prefetch` באמצעות התקנה והגדרה של [מודול](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) שמוסיף מתקנים לרמזים של משאב סוכן משתמש." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "צריך לוודא שנעשה שימוש ב[סגנונות המותאמים לתמונות הרספונסיביות](https://www.drupal.org/documentation/modules/responsive_image) שסופקו על ידי `Drupal`. ניתן להשתמש בסגנונות התמונות הרספונסיביות כשמתבצע רינדור של שדות תמונה במצב תצוגה, בתצוגות, או בתמונות שהועלו באמצעות עורך WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "יש כמה יישומי פלאגין של WordPress שיכולים לעזור לך [להטביע נכסים קריטיים](https://wordpress.org/plugins/search/critical+css/) או [לדחות טעינה של משאבים פחות חשובים](https://wordpress.org/plugins/search/defer+css+javascript/). חשוב: ייתכן שהאופטימיזציות המבוצעות על ידי יישומי הפלאגין האלה יגרמו לתקלות בתכונות של העיצוב או יישומי הפלאגין האחרים, ולכן כנראה שיהיה צורך לבצע שינויים בקוד." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "כדאי לבחור עיצוב פשוט (כמו עיצוב בבלוקים) ולהטמיע שמירה במטמון של כל הדף או פתרון של אתר סטטי. צריך להשבית פלאגינים מיותרים כדי לצמצם את העומס על השרת. כדאי לשקול שדרוג של האירוח לשירות מנוהל או ייעודי." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "אפשר להציג קטעים ברשימות הפוסטים (למשל, עם תג 'עוד'), לצמצם את מספר הפוסטים המוצגים בדף נתון, לחלק פוסטים ארוכים למספר דפים או להשתמש בפלאגין כדי לטעון תגובות בצורה מדורגת." diff --git a/shared/localization/locales/hi.json b/shared/localization/locales/hi.json index 4f8f82acd31d..df86ef72af55 100644 --- a/shared/localization/locales/hi.json +++ b/shared/localization/locales/hi.json @@ -2718,55 +2718,55 @@ "message": "इमेज ब्रेकपॉइंट प्रबंधित करने के लिए, कॉम्पोनेंट डेवलपमेंट किट (सीडीके) में `BreakpointObserver` सुविधा का इस्तेमाल करें. [ज़्यादा जानें](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "किसी ऐसी सेवा में अपना `GIF` अपलोड करें जो उसे HTML5 वीडियो में जोड़ने के लिए तैयार रख सके." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "अपनी साइट पर, [कन्वर्ट इमेज स्टाइल का इस्तेमाल करके WebP इमेज फ़ॉर्मैट](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) को कॉन्फ़िगर करें." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "`Drupal` में, इमेज की लेज़ी लोडिंग को कॉन्फ़िगर करें. इमेज के लिए फ़ील्ड फ़ॉर्मैटर, `lazy` या `eager` के साथ काम करते हैं." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "अगर पेज में एलसीपी एलिमेंट को डाइनैमिक तरीके से जोड़ा गया है, तो एलसीपी को बेहतर बनाने के लिए इमेज को ऑप्टिमाइज़ कर लेना चाहिए. [ज़्यादा जानें](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "रीडायरेक्ट की वजह से, पेज के लोड होने में लगने वाला समय और बढ़ जाता है. अगर [रीडायरेक्ट](https://www.drupal.org/project/redirect) मॉड्यूल इंस्टॉल किया गया है, तो देखें कि क्या ग़ैर-ज़रूरी रीडायरेक्ट हटाए जा सकते हैं. [ज़्यादा जानें](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "ज़रूरी सीएसएस और JavaScript को इनलाइन करने के लिए, [किसी मॉड्यूल](https://www.drupal.org/project/critical_css) का इस्तेमाल करें. साथ ही, ग़ैर-ज़रूरी सीएसएस या JavaScript के लिए, डेफ़र एट्रिब्यूट का इस्तेमाल करें." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "`Internal Page Cache`, `Internal Dynamic Page Cache`, और `BigPipe` जैसे एक या उससे ज़्यादा `Drupal` कैशिंग मॉड्यूल की मदद से ट्रैफ़िक को ऑफ़लोड करें. रिस्पॉन्स टाइम में और सुधार करने के लिए, इन्हें सीडीएन के साथ इस्तेमाल करें. आपके होस्टिंग सर्वर को PHP OPcache का इस्तेमाल करना चाहिए. डेटाबेस क्वेरी में लगने वाले समय को कम करने के लिए, Redis या Memcached जैसे मेमोरी-कैशिंग का इस्तेमाल करें. आखिर में, सर्वर से जवाब मिलने के समय को कम करने के लिए, परफ़ॉर्मेंस वाली थीम, मॉड्यूल, और तेज़ सर्वर का इस्तेमाल करें." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "अपने पेज पर लोड की गई सभी इमेज का साइज़ कम करने के लिए, [रिस्पॉन्सिव इमेज स्टाइल](https://www.drupal.org/documentation/modules/responsive_image) का इस्तेमाल करें. अगर किसी पेज पर कई कॉन्टेंट आइटम को दिखाने के लिए, `Views` का इस्तेमाल किया जा रहा है, तो उस पेज पर दिखने वाले कॉन्टेंट आइटम को कम करने के लिए, पेज पर नंबर डालने की सुविधा लागू की जा सकती है." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "पक्का करें कि आपने \"Administration » Configuration » Development\" पेज में \"Aggregate CSS files\" को चालू किया है." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "पक्का करें कि आपने \"Administration » Configuration » Development\" पेज में, \"Aggregate JavaScript files\" को चालू किया है." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "इस्तेमाल नहीं किए गए सीएसएस नियमों को हटाएं. साथ ही, सही पेज या पेज के कॉम्पोनेंट में सिर्फ़ ज़रूरी `Drupal` लाइब्रेरी अटैच करें. ज़्यादा जानकारी के लिए, [`Drupal` के दस्तावेज़](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) देखें. Chrome DevTools में [कोड कवरेज](https://developer.chrome.com/docs/devtools/coverage) चलाकर, अटैच की गई उन लाइब्रेरी की पहचान करें जो आपके पेज में बाहरी सीएसएस को जोड़ रही हैं. जब आपकी `Drupal` साइट में सीएसएस के एक साथ दिखने की सुविधा बंद हो जाती है, तो स्टाइलशीट के यूआरएल से यह पहचाना जा सकता है कि ऐसा किस थीम/मॉड्यूल की वजह से हुआ है. ऐसी थीम/मॉड्यूल खोजें जिनके पास कोड कवरेज वाली सूची में लाल निशान के साथ कई स्टाइलशीट मौजूद हों. किसी थीम/मॉड्यूल को स्टाइलशीट लाइब्रेरी तभी अटैच करना चाहिए, जब पेज पर वाकई उसका इस्तेमाल किया गया हो." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "इस्तेमाल नहीं की गई सभी JavaScript ऐसेट को हटाएं. साथ ही, सही पेज या पेज के कॉम्पोनेंट में, सिर्फ़ ज़रूरी `Drupal` लाइब्रेरी अटैच करें. ज़्यादा जानकारी के लिए, [Drupal के दस्तावेज़](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) देखें. Chrome DevTools में [कोड कवरेज](https://developer.chrome.com/docs/devtools/coverage) चलाकर, अटैच की गई उन लाइब्रेरी की पहचान करें जो आपके पेज में बाहरी JavaScript जोड़ रही हैं. जब आपकी `Drupal` साइट में JavaScript के एक साथ दिखने की सुविधा बंद हो जाती है, तो स्क्रिप्ट के यूआरएल से यह पहचान की जा सकती है कि ऐसा किस थीम/मॉड्यूल की वजह से हुआ है. ऐसी थीम/मॉड्यूल खोजें जिनके पास कोड कवरेज वाली सूची में लाल निशान के साथ कई स्क्रिप्ट मौजूद हों. किसी ऐसी थीम/मॉड्यूल को स्क्रिप्ट लाइब्रेरी तभी अटैच करना चाहिए, जब पेज पर वाकई उसका इस्तेमाल किया गया हो." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "\"Administration » Configuration » Development\" पेज में, \"ब्राउज़र और प्रॉक्सी कैश मेमोरी के लिए ज़्यादा से ज़्यादा समय\" सेट करें. [`Drupal` कैश मेमोरी और परफ़ॉर्मेंस ऑप्टिमाइज़ करने](https://www.drupal.org/docs/8/api/cache-api/cache-api) के बारे में पढ़ें." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "किसी [ऐसे मॉड्यूल](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) का इस्तेमाल करें जो साइट पर अपलोड की गई इमेज की क्वालिटी को बरकरार रखते हुए, उन्हें अपने-आप ऑप्टिमाइज़ करे और उसका साइज़ कम कर सके. यह भी पक्का करें कि साइट पर रेंडर की गई सभी इमेज के लिए, `Drupal` की नेटिव [रिस्पॉन्सिव इमेज स्टाइल](https://www.drupal.org/documentation/modules/responsive_image) इस्तेमाल की जा रही हो." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "`Preconnect` या `dns-prefetch` रिसॉर्स हिंट को, किसी [ऐसे मॉड्यूल](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) को इंस्टॉल और कॉन्फ़िगर करके जोड़ा जा सकता है जो उपयोगकर्ता एजेंट के रिसॉर्स हिंट के लिए सुविधाएं उपलब्ध कराता हो." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "पक्का करें कि `Drupal` की नेटिव [रिस्पॉन्सिव इमेज स्टाइल](https://www.drupal.org/documentation/modules/responsive_image) का इस्तेमाल किया जा रहा है. इमेज फ़ील्ड को व्यू मोड, WYSIWYG एडिटर से अपलोड की गई इमेज, या व्यू की मदद से रेंडर करने के दौरान, रिस्पॉन्सिव इमेज स्टाइल का इस्तेमाल करें." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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` सीएसएस की सुविधा का फ़ायदा अपने-आप मिले. इससे, यह पक्का किया जा सकेगा कि वेबफ़ॉन्ट लोड होने के दौरान, उपयोगकर्ता को टेक्स्ट दिखता है." @@ -3096,7 +3096,7 @@ "message": "ऐसे कई WordPress प्लग इन हैं जो [क्रिटिकल एसेट इनलाइन करने ](https://wordpress.org/plugins/search/critical+css/) या [कम ज़रूरी संसाधनों को डेफ़र करने](https://wordpress.org/plugins/search/defer+css+javascript/) में आपकी मदद कर सकते हैं. ध्यान रखें कि ऐसी प्लग इन से मिलने वाले ऑप्टिमाइज़ेशन आपकी थीम या प्लग इन की सुविधाएं बिगाड़ सकते हैं. इसलिए, आपको कोड में बदलावों को करने की ज़रुरत हो सकती है." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "हल्की थीम (आम तौर पर ब्लॉक थीम) चुनें और पूरे पेज को कैश मेमोरी में सेव करें या स्टैटिक साइट सलूशन को लागू करें. सर्वर ओवरहेड को कम करने के लिए, ग़ैर-ज़रूरी प्लगिन बंद करें. होस्टिंग की सेवा को, 'मैनेज की जा रही' या डेडिकेटेड सेवा पर अपग्रेड करें." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "अपनी पोस्ट सूचियों में खास हिस्से दिखाने पर विचार करें (जैसे 'ज़्यादा' टैग से), किसी पेज पर दिखाई गई पोस्ट की संख्या घटाने, अपनी लंबी पोस्ट को कई पेज में बाँटने या फिर टिप्पणियों को धीरे-धीरे लोड करने वाले प्लगइन का इस्तेमाल करने पर विचार करें." diff --git a/shared/localization/locales/hu.json b/shared/localization/locales/hu.json index 37e7539efeeb..9fc0e71ce0ce 100644 --- a/shared/localization/locales/hu.json +++ b/shared/localization/locales/hu.json @@ -2718,55 +2718,55 @@ "message": "Fontolja meg a Component Dev Kit (CDK) `BreakpointObserver` segédprogramjának használatát a képek töréspontjainak kezeléséhez. [További információ](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Fontolja meg a(z) `GIF`-fájlok olyan szolgáltatásba való feltöltését, amely lehetővé teszi a fájlok HTML5-videóként történő beágyazását." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Vegye fontolóra a [WebP képformátumok konvertált képstílussal](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) való konfigurálását a webhelyen." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Fontolja meg késleltetett betöltésű képek konfigurálását a(z) `Drupal` szolgáltatásban. A képek mezőformázói a következőket támogatják: `lazy` vagy `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Ha az LCP elemet dinamikusan adja hozzá az oldalhoz, optimalizálja a képet az LCP javítása érdekében. [További információ](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Az átirányítások további késlekedéssel hosszabbítják meg az oldalbetöltéshez szükséges időt. Ha a [Redirect](https://www.drupal.org/project/redirect) modul telepítve van, nézze meg, hogy eltávolíthatók-e a felesleges átirányítások. [További információ](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Érdemes lehet [modult](https://www.drupal.org/project/critical_css) használnia a kritikus CSS- és JavaScript-elemek beágyazásához, a késleltetési attribútumot pedig a nem kritikus CSS- vagy JavaScript-elemekhez használnia." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Csökkentse a forgalmat a(z) `Drupal` egy vagy több gyorsítótárazó moduljával (pl. `Internal Page Cache`, `Internal Dynamic Page Cache` és `BigPipe`). A válaszidő további csökkentéséhez használjon CDN-t. Tárolószervereinek érdemes használniuk a PHP OPcache modult. Az adatbázis lekérdezési idejének csökkentése érdekében fontolja meg egy memória-gyorsítótár (pl. Redis vagy Memcached) használatát. Végül használjon jól teljesítő témákat, modulokat és gyorsabb szervereket a szerver válaszidejének csökkentéséhez." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Érdemes lehet [reszponzív képstílusokat](https://www.drupal.org/documentation/modules/responsive_image) használni, melyek csökkentik az oldalon betöltött képek méretét. Ha a(z) `Views` funkciót használja ahhoz, hogy egy oldalon több tartalmi elemet jelenítsen meg, fontolja meg az oldalak tördelését, amivel korlátozhatja az egy adott oldalon megjelenő tartalmi elemek számát." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Győződjön meg arról, hogy bekapcsolta az „Aggregate CSS files” (CSS fájlok összegyűjtése) lehetőséget az „Administration (Adminisztráció) » Configuration (Beállítás) » Development (Fejlesztés)” oldalon." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Győződjön meg arról, hogy bekapcsolta az „Aggregate JavaScript files” (JavaScript-fájlok összesítése) lehetőséget az „Administration (Adminisztráció) » Configuration (Beállítás) » Development (Fejlesztés)” oldalon." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Érdemes lehet eltávolítani a nem használt CSS-szabályokat, és csak a szükséges `Drupal`-könyvtárakat csatolni a releváns oldalhoz vagy oldalösszetevőhöz. További részleteket a(z) [`Drupal` dokumentációjában](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) talál. A felesleges CSS-t elhelyező csatolt könyvtárak azonosításában a Chrome DevTools [kódlefedettség](https://developer.chrome.com/docs/devtools/coverage) eszköze is segíthet. A felelős téma vagy modul a stíluslap URL-je alapján azonosítható, ha a CSS-összesítés ki van kapcsolva az Ön `Drupal`-webhelyén. Keressen olyan témákat vagy modulokat, amelyeknek több stíluslapjában is sok piros szín szerepel a kódlefedettségi listán. A témáknak vagy moduloknak csak az oldalon ténylegesen használt stíluslapkönyvtárakat szabadna csatolniuk." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Érdemes lehet eltávolítani a nem használt JavaScript-tartalmakat, és csak a szükséges `Drupal`-könyvtárakat csatolni a releváns oldalhoz vagy összetevőhöz. További részleteket a [Drupal dokumentációjában](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) talál. A felesleges JavaScriptet elhelyező csatolt könyvtárak azonosításában a Chrome DevTools [kódlefedettség](https://developer.chrome.com/docs/devtools/coverage) eszköze is segíthet. A felelős téma vagy modul a szkript URL-je alapján azonosítható, ha a JavaScript-összesítés ki van kapcsolva az Ön `Drupal`-webhelyén. Keressen olyan témákat vagy modulokat, amelyeknek több szkriptjében is sok piros szín szerepel a kódlefedettségi listán. A témáknak vagy moduloknak csak az oldalon ténylegesen használt szkriptkönyvtárakat szabadna csatolniuk." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Állítsa be a „Browser and proxy cache maximum age” (Böngésző és proxy gyorsítótár maximális élettartama) lehetőséget az „Administration (Adminisztráció) » Configuration (Beállítás) » Development (Fejlesztés)” oldalon. Nézzen utána a(z) [`Drupal` gyorsítótárának és a jobb teljesítmény érdekében történő optimalizálásának](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Érdemes lehet olyan [modult](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) használnia, amely minőségromlás nélkül, automatikusan optimalizálja és csökkenti a webhelyen keresztül feltöltött képek méretét. Ezenkívül győződjön meg arról, hogy azokat a natív [reszponzív képstílusokat](https://www.drupal.org/documentation/modules/responsive_image) használja a webhelyen megjelenített minden kép esetén, amelyek a(z) `Drupal` rendszeréből származnak." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Megadhat `Preconnect` vagy `dns-prefetch` jelzéseket, ha telepít és beállít egy olyan [modult](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), amely lehetővé teszi felhasználói ügynöki jelzések használatát." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Győződjön meg arról, hogy azokat a natív [reszponzív képstílusokat](https://www.drupal.org/documentation/modules/responsive_image) használja, amelyek a(z) `Drupal` rendszeréből származnak. Használja a reszponzív képstílusokat, ha megtekintési módokon, megtekintéseken vagy a WYSIWYG-szerkesztővel feltöltött képeken keresztül jeleníti meg a képmezőket." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Számos WordPress-bővítmény segíthet a [kritikus elemek beágyazásában](https://wordpress.org/plugins/search/critical+css/) és a [kevésbé fontos források](https://wordpress.org/plugins/search/defer+css+javascript/) késleltetésében. Fontos, hogy az ilyen jellegű bővítmények által nyújtott optimalizációk működésképtelenné tehetik a témák vagy más bővítmények funkcióit, ezért valószínűleg módosítania kell majd a meglévő kódot." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Válasszon egy kis méretű témát (ideális esetben blokktémát), és alkalmazzon teljes oldalas gyorsítótárazást vagy statikus webhelymegoldást. A felesleges beépülő modulok letiltásával csökkentheti a szerver terhelését. Fontolja meg a tárhelyszolgáltatás felügyelt vagy dedikált szolgáltatásra való frissítését." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Fontolja meg kivonatok megjelenítését a bejegyzéslistákban (pl. a more címkével), az oldalanként megjelenített bejegyzések számának csökkentését, a hosszabb bejegyzések több oldalra tördelését, valamint a hozzászólások lusta betöltését bővítmény segítségével." diff --git a/shared/localization/locales/id.json b/shared/localization/locales/id.json index 13608bf4841a..1ee6f24f5ee9 100644 --- a/shared/localization/locales/id.json +++ b/shared/localization/locales/id.json @@ -2718,55 +2718,55 @@ "message": "Pertimbangkan untuk menggunakan utilitas `BreakpointObserver` dalam Component Dev Kit (CDK) guna mengelola titik henti image sementara. [Pelajari lebih lanjut](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Sebaiknya upload `GIF` ke layanan yang akan menyediakannya untuk disematkan sebagai video HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Sebaiknya konfigurasi [format gambar WebP dengan Konversi gaya gambar](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) di situs Anda." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Sebaiknya konfigurasi gambar pemuatan lambat di `Drupal`. Pemformat kolom untuk gambar mendukung `lazy` atau `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Jika elemen LCP ditambahkan secara dinamis ke halaman, Anda harus melakukan pengoptimalan gambar untuk meningkatkan LCP. [Pelajari lebih lanjut](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Pengalihan mencakup penundaan tambahan sebelum halaman dapat dimuat. Jika modul [Pengalihan](https://www.drupal.org/project/redirect) diinstal, tinjau apakah pengalihan yang tidak perlu dapat dihapus. [Pelajari lebih lanjut](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Sebaiknya gunakan [modul](https://www.drupal.org/project/critical_css) untuk menyejajarkan CSS dan JavaScript penting, dan gunakan atribut tunda untuk CSS atau JavaScript yang tidak penting." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Kurangi beban traffic dengan satu atau beberapa modul cache `Drupal` seperti `Internal Page Cache`, `Internal Dynamic Page Cache`, dan `BigPipe`. Gabungkan modul cache ini dengan CDN untuk meningkatkan waktu respons. Server hosting Anda harus menggunakan PHP OPcache. Sebaiknya gunakan penyimpanan cache memori seperti Redis atau Memcached untuk mengurangi waktu kueri database. Terakhir, gunakan tema, modul, dan server yang lebih cepat untuk menurunkan waktu respons server." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Sebaiknya gunakan [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) untuk mengurangi ukuran gambar yang dimuat di halaman Anda. Jika Anda menggunakan `Views` untuk menampilkan beberapa item konten di halaman, sebaiknya implementasikan penomoran halaman guna membatasi jumlah item konten yang ditampilkan di halaman tersebut." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Pastikan Anda mengaktifkan \"Gabungkan file CSS\" di halaman \"Administrasi » Konfigurasi » Pengembangan\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Pastikan Anda mengaktifkan \"Gabungkan file CSS\" di halaman \"Administrasi » Konfigurasi » Pengembangan\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Sebaiknya hapus aturan CSS yang tidak digunakan dan hanya lampirkan library `Drupal` yang diperlukan ke halaman atau komponen yang relevan di halaman. Lihat [dokumentasi `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) untuk mengetahui detailnya. Untuk mengidentifikasi library yang dilampirkan yang menambahkan CSS tidak relevan, coba jalankan [cakupan kode](https://developer.chrome.com/docs/devtools/coverage) di Chrome DevTools. Anda dapat mengidentifikasi tema/modul yang bertanggung jawab dari URL stylesheet saat penggabungan CSS dinonaktifkan di situs `Drupal` Anda. Cari tema/modul dengan banyak stylesheet dalam daftar yang memiliki banyak warna merah dalam cakupan kode. Tema/modul sebaiknya hanya melampirkan library stylesheet jika memang benar digunakan di halaman." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Sebaiknya hapus aset JavaScript yang tidak digunakan dan hanya lampirkan library `Drupal` yang diperlukan ke halaman atau komponen yang relevan di halaman. Lihat [dokumentasi Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) untuk mengetahui detailnya. Untuk mengidentifikasi library yang dilampirkan yang menambahkan JavaScript tidak relevan, coba jalankan [cakupan kode](https://developer.chrome.com/docs/devtools/coverage) di Chrome DevTools. Anda dapat mengidentifikasi tema/modul yang bertanggung jawab dari URL skrip saat penggabungan JavaScript dinonaktifkan di situs `Drupal` Anda. Cari tema/modul dengan banyak skrip dalam daftar yang memiliki banyak warna merah dalam cakupan kode. Tema/modul sebaiknya hanya melampirkan library skrip jika memang benar digunakan di halaman." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Setel \"Usia maksimum cache proxy dan browser\" di halaman \"Administrasi » Konfigurasi » Pengembangan\". Baca [cache `Drupal` dan mengoptimalkan performa](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Sebaiknya gunakan [modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) yang otomatis mengoptimalkan dan mengurangi ukuran gambar yang diupload melalui situs dengan tetap mempertahankan kualitas. Selain itu, pastikan Anda menggunakan [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) native yang disediakan dari `Drupal` untuk semua gambar yang dirender di situs." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Petunjuk resource `Preconnect` atau `dns-prefetch` dapat ditambahkan dengan menginstal dan mengonfigurasi [modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) yang menyediakan fasilitas untuk petunjuk resource agen pengguna." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Pastikan Anda menggunakan [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) native yang disediakan oleh `Drupal`. Gunakan Responsive Image Styles saat merender kolom gambar melalui mode tampilan, tampilan, atau gambar yang diupload melalui editor WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Terdapat sejumlah plugin di WordPress yang dapat membantu Anda [menyejajarkan aset penting](https://wordpress.org/plugins/search/critical+css/) atau [menunda resource yang tidak penting](https://wordpress.org/plugins/search/defer+css+javascript/). Harap berhati-hati karena pengoptimalan yang disediakan oleh plugin ini dapat merusak fitur tema atau plugin, sehingga Anda cenderung perlu mengubah kode." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Pilih tema ringan (idealnya tema blok) dan terapkan penyimpanan cache halaman penuh atau solusi situs statis. Nonaktifkan plugin yang tidak perlu untuk meminimalkan overhead server. Pertimbangkan untuk mengupgrade hosting Anda ke layanan terkelola atau khusus." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Sebaiknya tampilkan kutipan dalam daftar postingan (misalnya melalui tag lainnya), kurangi jumlah postingan yang ditampilkan pada halaman yang ada, bagi postingan panjang menjadi beberapa halaman, atau gunakan plugin untuk menunda pemuatan (lazy-load) komentar." diff --git a/shared/localization/locales/it.json b/shared/localization/locales/it.json index 9780fa2156e4..7992350a14bc 100644 --- a/shared/localization/locales/it.json +++ b/shared/localization/locales/it.json @@ -2718,55 +2718,55 @@ "message": "Potresti usare l'utility `BreakpointObserver` di Component Dev Kit (CDK) per gestire i punti di interruzione delle immagini. [Ulteriori informazioni](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Potresti caricare il tuo file `GIF` su un servizio che lo renda disponibile per l'incorporamento come video HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Sul tuo sito potresti configurare [formati delle immagini WebP con uno stile per le immagini Converti](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Valuta la possibilità di configurare il caricamento lento delle immagini in `Drupal`. I formattatori di campi per le immagini supportano `lazy` o `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Se l'elemento LCP viene aggiunto alla pagina in modo dinamico, dovresti ottimizzare l'immagine per migliorarlo. [Scopri di più](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "I reindirizzamenti comportano ulteriori ritardi prima del caricamento della pagina. Se è installato il modulo [Reindirizza](https://www.drupal.org/project/redirect), controlla se è possibile rimuovere i reindirizzamenti non necessari. [Scopri di più](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Potresti usare [un modulo](https://www.drupal.org/project/critical_css) per incorporare codice JavaScript e CSS fondamentale e usare l'attributo defer per codice JavaScript e CSS non fondamentale." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Trasferisci il traffico con uno o più moduli di memorizzazione nella cache `Drupal`, come `Internal Page Cache`, `Internal Dynamic Page Cache` e `BigPipe`. Abbinali a una rete di distribuzione dei contenuti (CDN) per migliorare ulteriormente il tempo di risposta. I server hosting dovrebbero usare la memorizzazione nella OPcache PHP. Valuta la possibilità di utilizzare servizi di memorizzazione nella cache, come Redis o Memcached, per ridurre i tempi di query del database. Infine, utilizza temi e moduli ad alte prestazioni e server più veloci per ridurre il tempo di risposta del server." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Potresti usare gli [stili di immagini adattabili](https://www.drupal.org/documentation/modules/responsive_image) per ridurre le dimensioni delle immagini caricate nella tua pagina. Se usi `Views` per mostrare diversi contenuti su una pagina, potresti implementare l'impaginazione per limitare il numero di contenuti mostrati su una data pagina." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Assicurati di aver attivato l'opzione \"Aggregate CSS files\" (Aggrega file CSS) nella pagina \"Administration » Configuration » Development\" (Amministrazione » Configurazione » Sviluppo)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Assicurati di aver attivato l'opzione \"Aggregate JavaScript files\" (Aggrega file JavaScript) nella pagina \"Administration » Configuration » Development\" (Amministrazione » Configurazione » Sviluppo)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Potresti rimuovere le regole CSS inutilizzate e collegare solo le librerie `Drupal` necessarie alle pagine o ai componenti in una pagina pertinenti. Per i dettagli, consulta la [`Drupal`documentazione](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per individuare le librerie collegate che aggiungono CSS estraneo, prova a eseguire la [copertura del codice](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. Puoi individuare il tema/modulo responsabile nell'URL del foglio di stile quando l'aggregazione CSS è disattivata sul tuo sito `Drupal`. Cerca i temi/moduli che nell'elenco hanno diversi fogli di stile con molto rosso nella copertura del codice. Un tema/modulo dovrebbe allegare una libreria di fogli di stile solo se viene effettivamente utilizzato nella pagina." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Potresti rimuovere gli asset JavaScript inutilizzati e collegare solo le librerie `Drupal` necessarie alle pagine o ai componenti in una pagina pertinenti. Per informazioni dettagliate, consulta la [documentazione di Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Per individuare le librerie collegate che aggiungono JavaScript estraneo, prova a eseguire la [copertura del codice](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. Puoi individuare il tema/modulo responsabile nell'URL dello script quando l'aggregazione JavaScript è disattivata sul tuo sito `Drupal`. Cerca i temi/moduli che nell'elenco hanno diversi script con molto rosso nella copertura del codice. Un tema/modulo dovrebbe collegare una libreria di script solo se viene effettivamente utilizzata nella pagina." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Imposta l'opzione \"Browser and proxy cache maximum age\" (Durata massima cache browser e proxy) nella pagina \"Administration » Configuration » Development\" (Amministrazione » Configurazione » Sviluppo). Leggi informazioni su [cache e ottimizzazione di `Drupal` per le prestazioni](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Potresti usare [un modulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) che ottimizza e riduce automaticamente le dimensioni delle immagini caricate tramite il sito preservandone la qualità. Inoltre, assicurati di stare utilizzando gli [stili di immagini adattabili](https://www.drupal.org/documentation/modules/responsive_image) nativi forniti da `Drupal` per tutte le immagini visualizzate sul sito." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Puoi aggiungere hint di risorse `Preconnect` o `dns-prefetch` installando e configurando [un modulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) che offre servizi per gli hint delle risorse user agent." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Assicurati di stare utilizzando gli [stili di immagini adattabili](https://www.drupal.org/documentation/modules/responsive_image) nativi forniti da `Drupal`. Usa gli stili di immagini adattabili per il rendering dei campi immagine con modalità di visualizzazione, visualizzazioni o immagini caricate tramite l'editor WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Esistono diversi plug-in di WordPress che possono esserti utili per [incorporare le risorse di importanza critica](https://wordpress.org/plugins/search/critical+css/) o [rimandare le risorse meno importanti](https://wordpress.org/plugins/search/defer+css+javascript/). Fai attenzione perché le ottimizzazioni offerte da questi plug-in potrebbero interrompere le funzionalità del tuo tema o dei tuoi plug-in, pertanto potresti dover modificare il codice." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Scegli un tema leggero (idealmente un tema a blocchi) e implementa la memorizzazione nella cache a livello di pagina o una soluzione per siti statici. Disattiva i plug-in non necessari per ridurre al minimo l'overhead del server. Valuta la possibilità di eseguire l'upgrade dell'hosting a un servizio gestito o dedicato." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Prendi in considerazione la possibilità di mostrare degli estratti nell'elenco dei tuoi post (ad esempio utilizzando il tag more), riducendo il numero di post che vengono mostrati su una determinata pagina, spezzando i post più lunghi su più pagine o utilizzando un plug-in per il caricamento differito dei commenti." diff --git a/shared/localization/locales/lt.json b/shared/localization/locales/lt.json index 3114e55d4577..60c29ec3973c 100644 --- a/shared/localization/locales/lt.json +++ b/shared/localization/locales/lt.json @@ -2718,55 +2718,55 @@ "message": "Apsvarstykite galimybę naudoti komponentų kūrimo rinkinyje (CDK) esančią paslaugų priemonę „`BreakpointObserver`“ vaizdų atskaitos taškams tvarkyti. [Sužinokite daugiau](https://material.angular.io/cdk/layout/overview)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Apsvarstykite galimybę įkelti savo `GIF` į paslaugą, kuri leis jį įterpti kaip HTML5 vaizdo įrašą." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Apsvarstykite galimybę konfigūruoti [„WebP“ vaizdų formatus naudodami vaizdo stiliaus konvertavimo funkciją](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) svetainėje." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Apsvarstykite galimybę konfigūruoti asinchroninio įkėlimo vaizdus sistemoje „`Drupal`“. Vaizdų laukų formatavimo priemonės palaiko „`lazy`“ arba „`eager`“." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Jei DTŽ elementas dinamiškai pridedamas puslapyje, turėtumėte optimizuoti vaizdą, kad patobulintumėte DTŽ. [Sužinokite daugiau](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Peradresuojant puslapio įkėlimo delsos laikas dar labiau pailgėja. Jei įdiegtas [peradresavimo](https://www.drupal.org/project/redirect) modulis, peržiūrėkite, ar galima pašalinti nereikalingus peradresavimus. [Sužinokite daugiau](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Apsvarstykite galimybę naudoti [modulį](https://www.drupal.org/project/critical_css), kad galėtumėte įterpti kritines CSS kalbos ir „JavaScript“ funkcijas, ir naudoti atidėjimo atributą nekritinėms CSS kalbos ar „JavaScript“ funkcijoms." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Iškelkite srautą naudodami vieną ar daugiau „`Drupal`“ talpyklos modulių, pvz., „`Internal Page Cache`“, „`Internal Dynamic Page Cache`“ ir „`BigPipe`“. Sujungę su TPT dar labiau pagerinkite atsako laiką. Prieglobos serveriai turėtų naudoti „PHP OPcache“. Apsvarstykite galimybę naudoti atminties talpyklą, pvz., „Redis“ ar „Memcached“, kad sumažintumėte duomenų bazės užklausų laiką. Galiausiai naudokite našumo temas, modulius ir spartesnius serverius, kad sumažintumėte serverio atsako laiką." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Apsvarstykite galimybę naudoti [interaktyvių vaizdų stilius](https://www.drupal.org/documentation/modules/responsive_image), kad sumažintumėte puslapyje įkeliamus vaizdus. Jei naudojate `Views` keliems turinio elementams rodyti puslapyje, apsvarstykite galimybę įdiegti puslapių numeravimą, kad apribotumėte nurodytame puslapyje rodomų turinio elementų skaičių." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Būtinai įgalinkite funkciją „Apibendrinti CSS kalbos failus“ puslapyje „Administravimas“ » „Konfigūravimas“ » „Diegimas“." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Būtinai įgalinkite funkciją „Apibendrinti „JavaScript“ failus“ puslapyje „Administravimas“ » „Konfigūravimas“ » „Diegimas“." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Apsvarstykite galimybę pašalinti nenaudojamas CSS kalbos taisykles ir pridėti tik reikalingas „`Drupal`“ bibliotekas prie atitinkamo puslapio ar komponento puslapyje. Jei reikia išsamios informacijos, žr. [„`Drupal`“ dokumentus](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Kad nustatytumėte pridėtas bibliotekas, pridedančias nesusijusios CSS kalbos, pabandykite vykdyti [naudojamą kodo dalį](https://developer.chrome.com/docs/devtools/coverage) naudodami „Chrome“ kūrėjo įrankius. Susijusią temą ir (arba) modulį galite nustatyti pagal stiliaus aprašo URL, kai CSS kalbos apibendrinimas išjungtas „`Drupal`“ svetainėje. Ieškokite temų ir (arba) modulių, kurių sąraše pateikta daug stiliaus aprašų, kurių naudojamoje kodo dalyje yra daug raudonos spalvos. Tema ir (arba) modulis turėtų pridėti stiliaus aprašų biblioteką tik tokiu atveju, jei ji tikrai naudojama puslapyje." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Apsvarstykite galimybę pašalinti nenaudojamus „JavaScript“ išteklius ir pridėti tik reikalingas „`Drupal`“ bibliotekas prie atitinkamo puslapio ar komponento puslapyje. Jei reikia išsamios informacijos, žr. [„Drupal“ dokumentus](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Kad nustatytumėte pridėtas bibliotekas, pridedančias nesusijusios „JavaScript“ kalbos, pabandykite vykdyti [naudojamą kodo dalį](https://developer.chrome.com/docs/devtools/coverage) naudodami „Chrome“ kūrėjo įrankius. Susijusią temą ir (arba) modulį galite nustatyti pagal scenarijaus URL, kai „JavaScript“ apibendrinimas išjungtas „`Drupal`“ svetainėje. Ieškokite temų ir (arba) modulių, kurių sąraše pateikta daug scenarijų, kurių naudojamoje kodo dalyje yra daug raudonos spalvos. Tema ir (arba) modulis turėtų pridėti scenarijų biblioteką tik tokiu atveju, jei ji tikrai naudojama puslapyje." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Nustatykite parinktį „Naršyklės ir tarpinio serverio talpyklos maksimalus amžius“ puslapyje „Administravimas“ » „Konfigūravimas“ » „Diegimas“. Skaitykite apie [„`Drupal`“ talpyklą ir našumo optimizavimą](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Apsvarstykite galimybę naudoti [modulį](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), kuris automatiškai optimizuoja ir sumažina svetainėje įkeltus vaizdus, išlaikydamas jų kokybę. Be to, įsitikinkite, kad naudojate „`Drupal`“ teikiamus savuosius [interaktyvių vaizdų stilius](https://www.drupal.org/documentation/modules/responsive_image) visiems svetainėje pateikiamiems vaizdams." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "„`Preconnect`“ arba „`dns-prefetch`“ šaltinio nurodymų galima pridėti įdiegiant ir konfigūruojant [modulį](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), kurį naudojant galima teikti naudotojo priemonės šaltinio nurodymus." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Įsitikinkite, kad naudojate „`Drupal`“ teikiamus savuosius [interaktyvių vaizdų stilius](https://www.drupal.org/documentation/modules/responsive_image). Naudokite interaktyvių vaizdų stilius pateikdami vaizdų failus peržiūros režimais, per rodinius ar vaizdus, įkeltus naudojant WYSIWYG redagavimo priemonę." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Yra įvairių „WordPress“ papildinių, kuriuos naudodami galite [įterpti svarbių išteklių](https://wordpress.org/plugins/search/critical+css/) arba [atidėti mažiau svarbius šaltinius](https://wordpress.org/plugins/search/defer+css+javascript/). Atminkite, kad dėl šių papildinių teikiamo optimizavimo gali būti pažeistos jūsų temos ar papildinių funkcijos, todėl tikriausiai turėsite atlikti kodo pakeitimų." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Pasirinkite lengvą temą (geriausia – bloko temą) ir įdiekite viso puslapio talpyklą arba statinę svetainės priemonę. Išjunkite nereikalingus papildinius, kad sumažintumėte serverio apkrovą. Apsvarstykite galimybę atnaujinti prieglobą į valdomą arba specialią paslaugą." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Apsvarstykite galimybę rodyti ištraukas įrašų sąrašuose (pvz., naudodami daugiau elementų žymą), sumažinti nurodytame puslapyje rodomų įrašų skaičių, suskaidyti ilgus įrašus į kelis puslapius arba naudoti komentarų atidėtojo įkėlimo papildinį." diff --git a/shared/localization/locales/lv.json b/shared/localization/locales/lv.json index b0fbd2c341e7..d90dacaea1c5 100644 --- a/shared/localization/locales/lv.json +++ b/shared/localization/locales/lv.json @@ -2718,55 +2718,55 @@ "message": "Lai pārvaldītu attēlu robežvērtības, varat izmantot utilītprogrammu `BreakpointObserver`, kas ir pieejama komponentu izstrādes komplektā (Component Dev Kit — CDK). [Uzziniet vairāk](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Ieteicams augšupielādēt `GIF` failu pakalpojumā, kuru varēs izmantot, lai šo failu iegultu kā HTML5 videoklipu." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Mēģiniet savā vietnē konfigurēt [attēlu stila maiņu uz attēlu formātu WebP](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Ieteicams programmatūrā `Drupal` konfigurēt attēlu atlikto ielādi. Attēlu lauku formatētāji atbalsta šāda veida ielādes: `lazy` vai `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Ja LCP elements tiek dinamiski pievienots lapai, jums ir jāoptimizē attēls, lai varētu uzlabot LCP. [Uzziniet vairāk](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Novirzīšana rada papildu aizkaves pirms lapas pilnīgas ielādes. Ja ir instalēts [novirzīšanas](https://www.drupal.org/project/redirect) modulis, pārbaudiet, vai var noņemt nevajadzīgos novirzīšanas gadījumus. [Uzziniet vairāk](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Apsveriet iespēju izmantot [moduli](https://www.drupal.org/project/critical_css), lai iekļautu būtisku CSS un JavaScript kodu, kā arī izmantojiet atribūtu “defer” mazāk svarīgam CSS vai JavaScript kodam." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Atvieglojiet datplūsmu, izmantojot vienu vai vairākus `Drupal` kešatmiņas moduļus, piemēram, `Internal Page Cache`, `Internal Dynamic Page Cache` un `BigPipe`. Lai vēl vairāk uzlabotu atbildes laiku, izmantojiet arī CDN. Mitināšanas serveros ir jāievieš PHP OPcache. Lai samazinātu datu bāzes vaicājumu apstrādei nepieciešamo laiku, ieteicams izmantot RAM kešatmiņu, piemēram, Redis vai Memcached. Visbeidzot, izmantojiet efektīvus motīvus un moduļus, kā arī ātrākus serverus, lai samazinātu servera atbildes laiku." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Ieteicams izmantot [adaptīvo attēlu stilus](https://www.drupal.org/documentation/modules/responsive_image), lai samazinātu lapā ielādēto attēlu lielumu. Ja saskarni `Views` izmantojat, lai lapā rādītu vairākus satura elementus, ieteicams ieviest lapdali, lai ierobežotu attiecīgajā lapā redzamo satura elementu skaitu." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Lapā “Administrācija » Konfigurācija » Izstrāde” jābūt iespējotai funkcijai “Apkopot CSS failus”." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Lapā “Administrācija » Konfigurācija » Izstrāde” jābūt iespējotai funkcijai “Apkopot JavaScript failus”." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Ieteicams noņemt neizmantotās CSS kārtulas un pievienot tikai vajadzīgās `Drupal` bibliotēkas atbilstošajām lapām vai komponentiem lapā. Detalizētu informāciju skatiet [`Drupal` dokumentācijā](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Lai identificētu pievienotās bibliotēkas, kas pievieno lieku CSS kodu, mēģiniet izpildīt [koda lietojumu](https://developer.chrome.com/docs/devtools/coverage), izmantojot Chrome izstrādātāja rīkus. Attiecīgo motīvu/moduli varat identificēt stilu lapas vietrādī URL, kad `Drupal` vietnē ir atspējota CSS apkopošana. Meklējiet motīvus/moduļus, kuriem sarakstā ir daudz stilu lapu ar daudz sarkanām atzīmēm koda lietojumā. Motīvam/modulim ir jāpievieno stilu lapu bibliotēka tikai tad, ja tā faktiski tiek izmantota lapā." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Ieteicams noņemt neizmantotos JavaScript līdzekļus un pievienot tikai vajadzīgās `Drupal` bibliotēkas atbilstošajām lapām vai komponentiem lapā. Lai iegūtu detalizētu informāciju, skatiet [Drupal dokumentāciju](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Lai identificētu pievienotās bibliotēkas, kas pievieno lieku JavaScript kodu, mēģiniet izpildīt [koda lietojumu](https://developer.chrome.com/docs/devtools/coverage), izmantojot Chrome izstrādātāja rīkus. Attiecīgo motīvu/moduli varat identificēt skripta vietrādī URL, kad `Drupal` vietnē ir atspējota JavaScript apkopošana. Meklējiet motīvus/moduļus, kuriem sarakstā ir daudz skriptu ar daudz sarkanām atzīmēm koda lietojumā. Motīvam/modulim ir jāpievieno skriptu bibliotēka tikai tad, ja tā faktiski tiek izmantota lapā." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Lapā “Administrācija » Konfigurācija » Izstrāde” norādiet iestatījumu “Pārlūka un starpniekservera kešatmiņas maksimālais vecums”. Uzziniet par [`Drupal` kešatmiņu un veiktspējas optimizēšanu](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Ieteicams izmantot [moduli](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), kas automātiski optimizē un samazina vietnē augšupielādēto attēlu lielumu, vienlaikus saglabājot kvalitāti. Kā arī ir jāizmanto iebūvētie [adaptīvo attēlu stili](https://www.drupal.org/documentation/modules/responsive_image), kas ir sniegti programmatūrā `Drupal` visiem vietnē renderētajiem attēliem." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Varat pievienot norādes par `Preconnect` vai `dns-prefetch` resursiem, instalējot un konfigurējot [moduli](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), kas nodrošina lietotāja aģenta resursu norādes." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Jāizmanto iebūvētie [adaptīvo attēlu stili](https://www.drupal.org/documentation/modules/responsive_image), kas ir sniegti programmatūrā `Drupal`. Lietojiet adaptīvo attēlu stilus, kad renderējat attēlu laukus skatīšanas režīmos, skatos vai attēlos, kas augšupielādēti, izmantojot WYSIWYG redaktoru." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Ir vairāki WordPress spraudņi, kas var palīdzēt [iekļaut būtiskus līdzekļus](https://wordpress.org/plugins/search/critical+css/) vai [atlikt mazāk svarīgus resursus](https://wordpress.org/plugins/search/defer+css+javascript/). Ņemiet vērā, ka šo spraudņu nodrošinātā optimizācija var traucēt funkciju darbībai jūsu motīvā vai spraudņos, tādēļ, visticamāk, jums būs jāveic koda izmaiņas." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Izvēlieties vienkāršu motīvu (ideālā gadījumā — blokveida motīvu) un ieviesiet visas lapas kešatmiņas darbību vai statisku vietnes risinājumu. Atspējojiet nevajadzīgos spraudņus, lai samazinātu servera papildu slodzes apjomu. Apsveriet iespēju jaunināt mitināšanas pakalpojumu uz pārvaldītu vai individuāli piešķirtu pakalpojumu." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Apsveriet iespēju rādīt fragmentus ziņu sarakstos (piemēram, izmantojot tagu “more”), samazināt attiecīgajā lapā rādāmo ziņu skaitu, sadalīt garas ziņas vairākās lapās vai izmantot spraudni, lai atliktu komentāru ielādi." diff --git a/shared/localization/locales/no.json b/shared/localization/locales/no.json index af106953b944..73cdd40e5748 100644 --- a/shared/localization/locales/no.json +++ b/shared/localization/locales/no.json @@ -2718,55 +2718,55 @@ "message": "Vurder å bruke `BreakpointObserver`-verktøyet i Component Dev Kit (CDK) for å administrere stoppunkter for bilder. [Finn ut mer](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Vurder å laste opp `GIF` til en tjeneste som gjør det mulig å bygge den inn som en HTML5-video." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Vurder å konfigurere [WebP-bildeformater med bildestilen «Convert» (konverter)](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) på nettstedet ditt." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Vurder å konfigurere utsatt innlasting av bilder i `Drupal`. Feltformateringsverktøyene for bilder støtter `lazy` eller `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Hvis elementet for LCP (største innholdsrike opptegning) legges til på siden dynamisk, bør du forhåndslaste bildet for å forbedre LCP-tiden. [Finn ut mer.](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Viderekoblinger fører til flere forsinkelser før siden kan lastes inn. Hvis [Viderekobling](https://www.drupal.org/project/redirect)-modulen er installert, bør du sjekke om unødvendige viderekoblinger kan fjernes. [Finn ut mer.](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Vurder å bruke [en modul](https://www.drupal.org/project/critical_css) for å bygge inn kritisk CSS- og JavaScript-kode samt å bruke «defer»-attributtet for ikke-kritisk CSS- og JavaScript-kode." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Avlast trafikken med en eller flere `Drupal`-buffermoduler, for eksempel `Internal Page Cache`, `Internal Dynamic Page Cache` og `BigPipe`. Kombiner disse med et ILN for å gjøre svartiden enda kortere. Vertstjenerne dine bør bruke PHP OPcache. Prøv å bruke minnebufring, for eksempel Redis eller Memcached, for å redusere tidsbruken for databasespørringer. Til slutt kan du bruke temaer og moduler med høy ytelse samt raskere tjenere for å redusere tjenerresponstiden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Vurder å bruke [responsive bildestiler](https://www.drupal.org/documentation/modules/responsive_image) for å redusere størrelsen på bilder som lastes inn på siden. Hvis du bruker `Views` til å vise flere innholdselementer på siden, bør du vurdere å implementere sideinndeling for å begrense antallet innholdselementer som vises på en gitt side." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Forsikre deg om at du har slått på «Aggreger CSS-filer» på siden «Administrasjon > Konfigurasjon > Utvikling»." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Forsikre deg om at du har slått på «Aggreger JavaScript-filer» på siden «Administrasjon > Konfigurasjon > Utvikling»." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Vurder å fjerne ubrukte CSS-regler og kun legge ved de nødvendige `Drupal`-bibliotekene på den relevante siden eller komponenten på siden. Du finner mer informasjon i [`Drupal`-dokumentasjonen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). For å identifisere vedlagte bibliotek som legger til overflødig CSS, prøv å kjøre [kodedekning](https://developer.chrome.com/docs/devtools/coverage) i Chrome-utviklerverktøyene. Du kan finne temaet eller modulen som er ansvarlig, i nettadressen til stilarket når CSS-aggregering er avslått på `Drupal`-nettstedet ditt. Se opp for temaer og moduler som har mange stilark på listen, og som viser mye rødt i kodedekningen. Temaer og moduler bør bare legge ved stilarkbibliotek hvis disse faktisk brukes på siden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Vurder å fjerne ubrukte JavaScript-ressurser og kun legge ved de nødvendige `Drupal`-bibliotekene på den relevante siden eller komponenten på siden. Se [Drupal-dokumentasjonen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for mer informasjon. For å identifisere vedlagte bibliotek som legger til overflødig JavaScript, prøv å kjøre [kodedekning](https://developer.chrome.com/docs/devtools/coverage) i Chrome-utviklerverktøyene. Du kan finne temaet eller modulen som er ansvarlig, i nettadressen til skriptet når JavaScript-aggregering er avslått på `Drupal`-nettstedet ditt. Se opp for temaer og moduler som har mange skript på listen, og som viser mye rødt i kodedekningen. Temaer og moduler bør bare legge ved skriptbiblioteker hvis disse faktisk brukes på siden." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Angi «Maksimumsalder for nettleser- og proxy-tjenerbuffer» på siden «Administrasjon > Konfigurasjon > Utvikling». Les om [`Drupal`-bufferen og optimalisering for ytelse](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Vurder å bruke [en modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) som automatisk optimaliserer og reduserer størrelsen på bilder som lastes opp via nettstedet, uten at det går ut over kvaliteten. Pass også på at du bruker de innebygde [responsive bildestilene](https://www.drupal.org/documentation/modules/responsive_image) i `Drupal` for alle bilder som gjengis på nettstedet." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Ressurshintene `Preconnect` og `dns-prefetch` kan legges til ved å installere og konfigurere [en modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) som inneholder funksjonalitet for å gi brukeragenten ressurshint." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Sørg for at du bruker de innebygde [responsive bildestilene](https://www.drupal.org/documentation/modules/responsive_image) i `Drupal`. Bruk de responsive bildestilene ved gjengivelse av bildefelt gjennom visningsmoduser, visninger eller bilder som lastes opp gjennom WYSIWYG-redigeringsverktøyet." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Det finnes en rekke WordPress-programtillegg som kan hjelpe deg med å [bygge inn kritiske elementer direkte på siden](https://wordpress.org/plugins/search/critical+css/) eller [utsette innlasting av mindre viktige ressurser](https://wordpress.org/plugins/search/defer+css+javascript/). Vær obs på at optimalisering som gjøres av disse programtilleggene, kan ødelegge funksjonalitet i temaet ditt eller programtilleggene dine, så du må sannsynligvis gjøre kodeendringer." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Velg et ressurseffektivt tema (helst et blokktema), og implementer fullstendig sidebufring eller en statisk nettstedsløsning. Slå av unødvendige programtillegg for å minimere ressursbruken på tjeneren. Vurder å oppgradere vertstjenesten til en administrert eller dedikert tjeneste." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Vurder å vise utdrag på innleggslistene (f.eks. via Mer-taggen), redusere antall innlegg som vises på en gitt side, fordele lange innlegg på flere sider eller bruke et programtillegg for utsatt innlasting av kommentarer." diff --git a/shared/localization/locales/pt.json b/shared/localization/locales/pt.json index 7c07a11da3e6..45c422b38cfd 100644 --- a/shared/localization/locales/pt.json +++ b/shared/localization/locales/pt.json @@ -2718,55 +2718,55 @@ "message": "Considere usar o utilitário `BreakpointObserver` no Component Dev Kit (CDK) para gerenciar pontos de interrupção da imagem. [Saiba mais](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Faça upload do seu `GIF` em um serviço que o disponibilizará para incorporação como um vídeo HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Recomendamos que configure [formatos de imagem WebP com um estilo de imagem Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) no seu site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Configure o carregamento lento de imagens no `Drupal`. Os formatadores de campo de imagens podem usar carregamentos `lazy` ou `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Se o elemento da LCP for adicionado à página de maneira dinâmica, será necessário otimizar a imagem para melhorar a métrica de LCP. [Saiba mais](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Os redirecionamentos causam mais atrasos antes do carregamento da página. Se o módulo [Redirect](https://www.drupal.org/project/redirect) estiver instalado, confira se é possível remover redirecionamentos desnecessários. [Saiba mais](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Use [um módulo](https://www.drupal.org/project/critical_css) para CSS e JavaScript inline essenciais, bem como o atributo \"defer\" para CSS ou JavaScript não essenciais." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Descarregue o tráfego com um ou mais módulos de armazenamento em cache do `Drupal`, como `Internal Page Cache`, `Internal Dynamic Page Cache` e `BigPipe`. Combine esse processo com uma CDN para melhorar ainda mais o tempo de resposta. Seus servidores de hospedagem precisam usar o PHP OPcache. Use armazenamento de memória em cache, como Redis ou Memcached, para reduzir o tempo de consulta do banco de dados. Por fim, use módulos e temas de alto desempenho, bem como servidores mais rápidos, para diminuir o tempo de resposta do servidor." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Use [Estilos de Imagem Responsiva](https://www.drupal.org/documentation/modules/responsive_image) para reduzir o tamanho das imagens carregadas na sua página. Se você estiver usando `Views` para mostrar vários itens em uma página, implemente a paginação para limitar o conteúdo mostrado em uma determinada página." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Não esqueça de ativar a opção \"Agregar documentos CSS\" na página \"Administração » Configurações » Desenvolvimento\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Não esqueça de ativar a opção \"Agregar documentos JavaScript\" na página \"Administração » Configurações » Desenvolvimento\"." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Remova as regras não usadas do CSS e anexe apenas as bibliotecas `Drupal` necessárias para a página ou o componente da página. Consulte a [documentação do `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) para saber mais. Para identificar bibliotecas anexas que estão adicionando CSS externo, execute a [cobertura de código](https://developer.chrome.com/docs/devtools/coverage) no Chrome DevTools. É possível identificar o tema/módulo responsável pelo URL da folha de estilo quando a agregação do CSS está desativada no seu site `Drupal`. Procure temas/módulos que tenham muitas folhas de estilo na lista, apresentando um nível alto de vermelho na cobertura do código. Um tema/módulo só precisa anexar uma biblioteca de folhas de estilo quando ela é realmente usada na página." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Remova os recursos não usados do JavaScript e anexe apenas as bibliotecas `Drupal` necessárias para a página ou o componente da página. Consulte a [documentação do Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) para saber mais. Para identificar bibliotecas anexas que estão adicionando JavaScript externo, execute a [cobertura de código](https://developer.chrome.com/docs/devtools/coverage) no Chrome DevTools. É possível identificar o tema/módulo responsável pelo URL do script quando a agregação do JavaScript está desativada no seu site `Drupal`. Procure temas/módulos que tenham muitos scripts na lista, apresentando um nível alto de vermelho na cobertura do código. Um tema/módulo só precisa anexar uma biblioteca de scripts quando ela é realmente usada na página." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Configure a opção \"Idade máxima para cache de navegador e proxy\" na página \"Administração » Configurações » Desenvolvimento\". Leia sobre o [cache do `Drupal` e a otimização de desempenho](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Use [um módulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) que automaticamente otimiza e reduz o tamanho das imagens enviadas pelo site sem afetar a qualidade. Use também os [Estilos de imagens responsivas](https://www.drupal.org/documentation/modules/responsive_image) nativos fornecido pelo `Drupal` em todas as imagens renderizadas no site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Dicas de recursos `Preconnect` ou `dns-prefetch` podem ser adicionadas instalando e configurando [um módulo](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) que fornece facilidade para as dicas de recursos do user agent." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Use [Estilos de imagens responsivas](https://www.drupal.org/documentation/modules/responsive_image) nativos fornecidos pelo `Drupal`. Use Estilos de Imagens Responsivas quando renderizar campos de imagem pelo modo de visualização, ou imagens enviadas pelo editor WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Existem vários plug-ins do WordPress que podem ajudar você a [aplicar inline a recursos essenciais](https://wordpress.org/plugins/search/critical+css/) ou [adiar recursos menos importantes](https://wordpress.org/plugins/search/defer+css+javascript/). As otimizações oferecidas por esses plug-ins podem corromper os recursos do tema ou dos seus plug-ins, então é provável que você precise fazer alterações no código." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Escolha um tema leve (de preferência um tema de bloco) e implemente o armazenamento de página inteira em cache ou uma solução de site estático. Desative plug-ins desnecessários para minimizar o overhead do servidor. Faça upgrade da sua hospedagem para um serviço gerenciado ou dedicado." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Recomendamos que você mostre trechos nas suas listas de postagem (por exemplo, por meio da tag \"mais\"), reduza o número de postagens exibidas em uma determinada página, divida suas postagens longas em várias páginas ou use um plug-in para aplicar lazy-load nos comentários." diff --git a/shared/localization/locales/ro.json b/shared/localization/locales/ro.json index 567fdcfd7f44..97b9835435bf 100644 --- a/shared/localization/locales/ro.json +++ b/shared/localization/locales/ro.json @@ -2718,55 +2718,55 @@ "message": "Poți folosi utilitarul `BreakpointObserver` din Kitul pentru dezvoltatori de componente (CDK) pentru a gestiona punctele de întrerupere ale imaginilor. [Află mai multe](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Îți recomandăm să încarci `GIF` într-un serviciu care îl va pune la dispoziție pentru încorporare ca videoclip HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Configurează [formatele de imagine WebP cu un stil de imagine Convert](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) pe site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Configurează încărcarea asincronă a imaginilor în `Drupal`. Formatoarele de câmpuri pentru imagini acceptă `lazy` sau `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Dacă elementul LCP este adăugat dinamic în pagină, preîncarcă imaginea pentru a îmbunătăți LCP. [Află mai multe](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Redirecționările introduc întârzieri suplimentare înainte ca pagina să se poată încărca. Dacă modulul [Redirecționează](https://www.drupal.org/project/redirect) este instalat, verifică dacă redirecționările inutile pot fi eliminate. [Află mai multe](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Îți recomandăm să folosești [un modul](https://www.drupal.org/project/critical_css) pentru a activa inline elementele CSS și JavaScript critice și să folosești atributul defer pentru elementele CSS sau JavaScript neesențiale." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Transferă traficul cu unul sau mai multe module de stocare în cache `Drupal`, cum ar fi `Internal Page Cache`, `Internal Dynamic Page Cache` și `BigPipe`. Combină aceste elemente cu un CDN pentru a îmbunătăți și mai mult timpul de răspuns. Serverele de găzduire ar trebui să folosească PHP OPcache. Îți recomandăm să folosești stocarea în memoria cache, cum ar fi Redis sau Memcached, pentru a reduce duratele de interogare a bazei de date. În sfârșit, folosește teme, module și servere mai rapide pentru a reduce timpul de răspuns al serverului." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Îți recomandăm să folosești [Stilurile de imagini adaptabile](https://www.drupal.org/documentation/modules/responsive_image) pentru a reduce dimensiunea imaginilor încărcate în pagină. Dacă folosești `Views` pentru a afișa mai multe elemente de conținut într-o pagină, îți recomandăm să implementezi paginarea pentru a limita numărul elementelor de conținut afișate într-o anumită pagină." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Activează opțiunea „Aggregate CSS files” (Agregă fișierele CSS) în pagina „Administration » Configuration » Development” (Administrare » Configurare » Dezvoltare)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Activează opțiunea Agregă fișierele JavaScript în pagina Administrare » Configurare » Dezvoltare." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Îți recomandăm să elimini regulile CSS nefolosite și să atașezi numai bibliotecile `Drupal` necesare la pagina sau componenta relevantă dintr-o pagină. Pentru detalii, consultă [`Drupal` documentația](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Ca să identifici bibliotecile atașate care adaugă conținut CSS neesențial, rulează [acoperirea codului](https://developer.chrome.com/docs/devtools/coverage) în Chrome DevTools. Poți identifica tema/modulul responsabil din adresa URL a foii de stil dacă dezactivezi agregarea CSS pe site-ul `Drupal`. Caută teme/module care au multe foi de stil în listă cu mult roșu în bara acoperirii codului. O temă/un modul ar trebui să atașeze o arhivă de foi de stil numai dacă este într-adevăr folosită în pagină." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Îți recomandăm să elimini elementele JavaScript nefolosite și să atașezi numai bibliotecile `Drupal` necesare la pagina sau componenta relevantă dintr-o pagină. Accesează [documentația Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) pentru detalii. Ca să identifici bibliotecile atașate care adaugă conținut JavaScript neesențial, rulează [acoperirea codului](https://developer.chrome.com/docs/devtools/coverage) în Chrome DevTools. Poți identifica tema/modulul responsabil din adresa URL a scriptului dacă dezactivezi agregarea JavaScript pe site-ul `Drupal`. Caută teme/module care au multe scripturi în listă cu mult roșu în bara acoperirii codului. O temă/un modul ar trebui să atașeze o bibliotecă de scripturi numai dacă este într-adevăr folosită în pagină." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Setează Vechimea maximă a browserului și a memoriei cache de proxy în pagina Administrare » Configurare » Dezvoltare. Citește despre [memoria cache `Drupal` și optimizarea pentru performanță](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Îți recomandăm să folosești [un modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) care optimizează și reduce automat dimensiunea imaginilor încărcate pe site, păstrând calitatea. În plus, folosește [Stilurile de imagini adaptabile](https://www.drupal.org/documentation/modules/responsive_image) native oferite în `Drupal` pentru toate imaginile redate pe site." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Indiciile de resurse `Preconnect` sau `dns-prefetch` pot fi adăugate prin instalarea și configurarea [unui modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) care oferă facilități pentru indicii de resurse user agent." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Folosește [Stilurile de imagini adaptabile](https://www.drupal.org/documentation/modules/responsive_image) native oferite în `Drupal`. Folosește Stilurile de imagini adaptabile când redai câmpuri de imagine în moduri de afișare, afișări sau imagini încărcate în editorul WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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ă." @@ -3096,7 +3096,7 @@ "message": "Există o serie de pluginuri Wordpress care te pot ajuta să [activezi inline elementele critice](https://wordpress.org/plugins/search/critical+css/) sau să [amâni resurse mai puțin importante](https://wordpress.org/plugins/search/defer+css+javascript/). Atenție, optimizările oferite de aceste pluginuri pot să întrerupă funcțiile temei sau pluginurilor tale, astfel încât este posibil să trebuiască să modifici codul." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Alege o temă ușoară (ideal, o temă de bloc) și implementează stocarea în cache a întregii pagini sau o soluție pentru site-uri statice. Dezactivează pluginurile inutile pentru a minimiza costurile de server. Îți recomandăm să faci upgrade la un serviciu de găzduire gestionat sau dedicat." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Îți recomandăm să afișezi extrase în listele postărilor tale (de exemplu, prin intermediul filei Mai multe), reducând numărul de postări afișate pe o anumită pagină, împărțind postările lungi pe mai multe pagini sau folosind un plugin pentru a încărca lent comentariile." diff --git a/shared/localization/locales/sl.json b/shared/localization/locales/sl.json index bbc551bba17a..29bd27092229 100644 --- a/shared/localization/locales/sl.json +++ b/shared/localization/locales/sl.json @@ -2718,55 +2718,55 @@ "message": "Razmislite o uporabi orodja `BreakpointObserver` v kompletu Component Dev Kit (CDK) za upravljanje prekinitvenih točk posnetka. [Preberite več o tem](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Razmislite o tem, da bi `GIF` naložili v storitev, prek katere bo na voljo za vdelavo kot videoposnetek v obliki HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Razmislite o konfiguriranju [oblik zapisa slik WebP s slogom »Pretvorjena slika«](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) na spletnem mestu." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Razmislite o konfiguriranju odloženega nalaganja slik v sistemu `Drupal`. Orodja za oblikovanje polj za slike podpirajo ti dve možnosti: `lazy` ali `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Če je element LCP dinamično dodan na stran, morate za izboljšanje časa za LCP sliko optimizirati. [Več o tem](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Preusmeritve vnašajo dodatne zakasnitve nalaganja strani. Če je nameščen modul za [preusmeritve](https://www.drupal.org/project/redirect), preverite, ali lahko odstranite nepotrebne preusmeritve. [Več o tem](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Razmislite o uporabi [modula](https://www.drupal.org/project/critical_css) za vstavljanje kritičnega CSS-ja in JavaScripta in uporabite atribut odlaganja CSS-ja ali JavaScripta, ki ni kritičen." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Preložite promet z enim ali več moduli za predpomnjenje za sistem `Drupal`, kot so `Internal Page Cache`, `Internal Dynamic Page Cache` in `BigPipe`. Če želite še izboljšati odzivni čas, jih kombinirajte z omrežjem za prenos vsebine. Vaši strežniki za gostovanje bi morali izkoriščati predpomnjenje PHP OPcache. Razmislite o uporabi predpomnjenja za RAM, kot sta Redis ali Memcached, da zmanjšate čase poizvedbe v zbirkah podatkov. Nazadnje uporabite učinkovite teme, module in hitrejše strežnike, da zmanjšate odzivni čas strežnika." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Razmislite o uporabi [slogov odzivnih slik](https://www.drupal.org/documentation/modules/responsive_image) za zmanjšanje velikosti slik, naloženih na strani. Če za prikaz več vsebinskih elementov na strani uporabljate funkcijo `Views`, razmislite o razdelitvi na več strani, da omejite število vsebinskih elementov, prikazanih na določeni strani." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Preverite, ali ste omogočili možnost »Združevanje datotek CSS« na strani »Skrbništvo » Konfiguracija » Razvoj«." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Preverite, ali ste omogočili možnost »Združevanje datotek JavaScript« na strani »Skrbništvo » Konfiguracija » Razvoj«." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Razmislite o tem, da bi odstranili neuporabljena pravila za CSS in potrebne knjižnice sistema `Drupal` priložili samo ustrezni strani ali komponenti na strani. Če vas zanimajo podrobnosti, si oglejte [dokumentacijo za `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Če želite ugotoviti, katere priložene knjižnice dodajo zunanji CSS, poskušajte z orodji za razvijalce v Chromu izvesti [preizkus pokritosti kode](https://developer.chrome.com/docs/devtools/coverage). Ustrezno temo/modul lahko ugotovite na podlagi URL-ja datoteke s slogi, ko je združevanje za CSS onemogočeno na vašem spletnem mestu sistema `Drupal`. Bodite pozorni na teme/module, ki imajo na seznamu mnogo datotek s slogi, ki imajo v pokritosti kode veliko rdeče obarvanega območja. Knjižnica datotek s slogi naj bo priložena temi/modulu samo, če je dejansko uporabljena na strani." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Razmislite o tem, da bi odstranili neuporabljene elemente JavaScipt in potrebne knjižnice sistema `Drupal` priložili samo ustrezni strani ali komponenti na strani. Če vas zanimajo podrobnosti, si oglejte [dokumentacijo za Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Če želite ugotoviti, katere priložene knjižnice dodajo zunanji JavaScript, poskušajte z orodji za razvijalce v Chromu izvesti [preizkus pokritosti kode](https://developer.chrome.com/docs/devtools/coverage). Ustrezno temo/modul lahko ugotovite na podlagi URL-ja skripta, ko je združevanje za JavaScript onemogočeno na vašem spletnem mestu sistema `Drupal`. Bodite pozorni na teme/module, ki imajo na seznamu mnogo skriptov, ki imajo v pokritosti kode veliko rdeče obarvanega območja. Knjižnica skriptov naj bo priložena temi/modulu samo, če je dejansko uporabljena na strani." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Nastavite možnost »Najvišja starost predpomnilnika strežnika proxy in brskalnika« na strani »Skrbništvo » Konfiguracija » Razvoj«. Preberite več o [predpomnilniku sistema `Drupal` in optimiziranju za učinkovito delovanje](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Razmislite o uporabi [modula](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), ki samodejno optimizira in zmanjša velikost slik, naloženih prek spletnega mesta, hkrati pa ohrani kakovost. Preverite tudi, ali uporabljate izvorne [sloge odzivnih slik](https://www.drupal.org/documentation/modules/responsive_image), ki jih zagotavlja sistem `Drupal` za vse slike, upodobljene na spletnem mestu." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Dodate lahko namige za vire `Preconnect` ali `dns-prefetch`, in sicer tako, da namestite in konfigurirate [modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), ki zagotavlja sredstva za namige za vire uporabnikovega posrednika." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Preverite, ali uporabljate izvorne [sloge odzivnih slik](https://www.drupal.org/documentation/modules/responsive_image), ki jih zagotavlja sistem `Drupal`. Sloge odzivnih slik uporabite pri upodabljanju slikovnih polj v načinih ogleda, ogledih ali slikah, naloženih prek urejevalnika WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Na voljo je več vtičnikov za WordPress, ki vam lahko pomagajo [uvrstiti nujna sredstva](https://wordpress.org/plugins/search/critical+css/) ali [odložiti manj pomembna sredstva](https://wordpress.org/plugins/search/defer+css+javascript/). Upoštevajte, da lahko optimizacije, ki jih ponujajo ti vtičniki, pokvarijo delovanje funkcij vaših tem ali vtičnikov, zato boste verjetno morali spremeniti kodo." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Izberite lahkotno temo (idealno je tema z bloki) in uporabite predpomnjenje celotne strani ali rešitev za statično spletno mesto. Onemogočite nepotrebne vtičnike, da zmanjšate stroške strežnika. Razmislite o nadgradnji gostovanja na upravljano ali namensko storitev." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Razmislite o tem, da bi na seznamih objav prikazali izvlečke (npr. z oznako »more«), zmanjšali število objav, prikazanih na posamezni strani, daljše objave razdelili na več strani ali uporabili vtičnik za odloženo nalaganje komentarjev." diff --git a/shared/localization/locales/sv.json b/shared/localization/locales/sv.json index c5c9c6887920..7bfe70ea2b09 100644 --- a/shared/localization/locales/sv.json +++ b/shared/localization/locales/sv.json @@ -2718,55 +2718,55 @@ "message": "Vi rekommenderar att du hanterar bildernas brytpunkter med hjälp av verktyget `BreakpointObserver` i Component Dev Kit (CDK). [Läs mer](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Ladda upp `GIF` till en tjänst som kan göra den tillgänglig för inbäddning som HTML5-video." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Vi rekommenderar att du konfigurerar [WebP-bildformat med ett Convert-bildformatering](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) på webbplatsen." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Du kan konfigurera uppskjuten bildinläsning i `Drupal`. Fältformaterare för bilder stöder `lazy` eller `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Om LCP-elementet läggs till på sidan dynamiskt bör du optimera bilden för att förbättra LCP. [Läs mer](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Omdirigeringar medför en ytterligare fördröjning innan sidan kan läsas in. Om modulen [Omdirigera](https://www.drupal.org/project/redirect) är installerad bör du kontrollera om onödiga omdirigeringar kan tas bort. [Läs mer](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Du kan använda [en modul](https://www.drupal.org/project/critical_css) för att lägga till kritiska CSS- och JavaScript-tillgångar och använda attributet defer för icke-kritiska CSS- eller JavaScript-tillgångar." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Avlasta trafiken med en eller flera `Drupal`-cachemoduler, till exempel `Internal Page Cache`, `Internal Dynamic Page Cache` och `BigPipe`. Kombinera detta med ett CDN för att förbättra svarstiden ytterligare. Värdservrarna ska använda PHP OPcache. Överväg att använda minnescachelagring, t.ex. Redis eller Memcached, för att minska sökfrågetiderna för databasen. Slutligen kan du använda teman, moduler och snabbare servrar med bra prestanda för att minska serverns svarstid." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Du kan använda [responsiva bildformat](https://www.drupal.org/documentation/modules/responsive_image) för att minska storleken på bilderna som läses in på sidan. Om du använder `Views` för att visa flera innehållsobjekt på en sida kan du implementera sidnumrering om du vill begränsa antalet innehållsobjekt som visas på en viss sida." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Kontrollera att du har aktiverat Aggregate CSS files under Administration » Configuration » Development." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Kontrollera att du har aktiverat Aggregate JavaScript files under Administration » Configuration » Development." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Vi rekommenderar att du tar bort CSS-regler som inte används och endast bifogar nödvändiga `Drupal`-bibliotek till den relevanta sidan eller komponenten på en sida. Mer information finns i [`Drupal`-dokumentationen](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Testa fliken för [kodanvändning](https://developer.chrome.com/docs/devtools/coverage) i Chromes verktyg för programmerare om du vill se vilka bibliotek som lägger till överflödig CSS. Du ser på formatmallens webbadress vilket tema eller vilken modul som koden kommer från när CSS-sammanställning är inaktiverat för `Drupal`-webbplatsen. Titta efter teman eller moduler med många formatmallar på listan där en stor del av kodanvändningen är röd. Ett tema eller en modul bör bara bifoga ett formatmallsbibliotek om det faktiskt används på sidan." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Vi rekommenderar att du tar bort JavaScript-tillgångar som inte används och endast bifogar nödvändiga `Drupal`-bibliotek till den relevanta sidan eller komponenten på en sida. Mer information finns i [dokumentationen om Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Testa fliken för [kodanvändning](https://developer.chrome.com/docs/devtools/coverage) i Chromes verktyg för programmerare om du vill se vilka bifogade bibliotek som lägger till överflödig JavaScript. Du ser på skriptets webbadress vilket tema eller vilken modul som koden kommer ifrån när JavaScript-sammanställning är inaktiverat på `Drupal`-webbplatsen. Titta efter teman/moduler med många skript på listan där en stor del av kodanvändningen är röd. Ett tema eller en modul ska bara bifoga ett skriptbibliotek om det faktiskt används på sidan." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Ange Browser and proxy cache maximum age under Administration » Configuration » Development. Läs mer om [cachelagring i `Drupal` och optimering för prestanda](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Du kan använda en [modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) som automatiskt optimerar och minskar storleken på bilderna som laddas upp via webbplatsen utan att göra avkall på kvaliteten. Kontrollera även att du använder de integrerade [responsiva bildformaten](https://www.drupal.org/documentation/modules/responsive_image) från `Drupal` för alla bilder som renderas på webbplatsen." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Signaler för `Preconnect` eller `dns-prefetch` kan läggas till genom att installera och konfigurera [en modul](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) med funktioner för signaler för användaragenter." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Kontrollera att du använder de integrerade [responsiva bildformaten](https://www.drupal.org/documentation/modules/responsive_image) från `Drupal`. Använd de responsiva bildformaten när du renderar bildfält via visningslägen, vyer eller bilder som laddats upp via WYSIWYG-redigeraren." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "Det finns ett antal pluginmoduler för WordPress som kan hjälpa dig att [lägga till kritiska tillgångar direkt på sidan](https://wordpress.org/plugins/search/critical+css/) eller [skjuta upp inläsningen av mindre viktiga resurser](https://wordpress.org/plugins/search/defer+css+javascript/). Tänk på att optimeringarna som dessa pluginmoduler gör kan leda till att funktioner i teman eller andra pluginmoduler slutar fungera, så du kan behöva ändra i koden." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Välj ett enkelt tema (helst ett blocktema) och implementera fullständig sidcachelagring eller en statisk webbplatslösning. Inaktivera onödiga plugins för att minimera serveröverbelastning. Överväg att uppgradera webbhotellet till en hanterad eller dedikerad tjänst." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Du kan visa utdrag i inläggslistan (t.ex. via en more-tagg), minska antalet inlägg på sidan, dela upp långa inlägg på flera sidor eller använda en plugin som läser in kommentarer med lat inläsning." diff --git a/shared/localization/locales/ta.json b/shared/localization/locales/ta.json index 8f92ab33118b..603a52a10dc9 100644 --- a/shared/localization/locales/ta.json +++ b/shared/localization/locales/ta.json @@ -2718,55 +2718,55 @@ "message": "பட பிரேக்பாயிண்ட்டுகளை நிர்வகிக்க Component Dev Kitடில் (CDK) `BreakpointObserver` உபகரணத்தைப் பயன்படுத்துவதைப் பரிசீலிக்கவும். [மேலும் அறிக](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "`GIF`ஐ HTML5 வீடியோவாக உட்பொதிக்க உதவும் சேவையில் அதைப் பதிவேற்றவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "உங்கள் தளத்தில் [‘பட வடிவமைப்பை மாற்று’ என்பதைப் பயன்படுத்தி WebP பட வடிவமைப்புகளை](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) உள்ளமைக்கவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "படங்களைத் தேவையுள்ளபோது காண்பிக்கும் முறையை `Drupal` பிளாட்ஃபார்மில் உள்ளமைக்கவும். படங்களுக்கான ஃபீல்ட் ஃபார்மேட்டர்கள் `lazy` அல்லது `eager` முறையை ஆதரிக்கின்றன." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "பக்கத்தில் LCP உறுப்பு ஒத்திசைவற்ற முறையில் சேர்க்கப்பட்டிருந்தால் LCPயை மேம்படுத்த படத்தைச் சரிசெய்ய வேண்டும். [மேலும் அறிக](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "'திசைதிருப்புதல்கள்', பக்கம் காண்பிக்கப்படும் முன்பு கூடுதல் தாமதங்களை ஏற்படுத்தும். [திசைதிருப்புதல்](https://www.drupal.org/project/redirect) மாடியூல் நிறுவப்பட்டிருந்தால், தேவையற்ற திசைதிருப்புதல்களை அகற்ற முடியுமா என்று பார்க்கவும். [மேலும் அறிக](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "முக்கியமான CSS மற்றும் JavaScriptடை இன்லைன் செய்ய [மாடியூலைப்](https://www.drupal.org/project/critical_css) பயன்படுத்தவும். முக்கியமில்லாத CSS மற்றும் JavaScriptடிற்கு தாமதப் பண்புக்கூறைப் பயன்படுத்தவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "`Internal Page Cache`, `Internal Dynamic Page Cache`, `BigPipe` போன்ற ஒன்று அல்லது அதற்கு மேற்பட்ட `Drupal` தற்காலிகச் சேமிப்பு மாடியூல்கள் மூலம் டிராஃபிக்கை ஆஃப்லோட் செய்யவும். பதிலளிப்பு நேரத்தை மேம்படுத்த இவற்றை CDN உடன் ஒருங்கிணைக்கவும். உங்கள் ஹோஸ்டிங் சேவையகங்கள் PHP OPcacheஐப் பயன்படுத்த வேண்டும். தரவுத்தள வினவல் நேரத்தைக் குறைக்க Redis, Memcached போன்ற RAM தற்காலிகச் சேமிப்பைப் பயன்படுத்தவும். கடைசியாக, சேவையகப் பதிலளிப்பு நேரத்தைக் குறைக்க செயல்திறன்மிக்க தீம்கள், மாடியூல்கள், வேகமான சேவையகங்கள் ஆகியவற்றைப் பயன்படுத்தவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "உங்கள் பக்கத்தில் காண்பிக்கப்படும் படங்களின் அளவைக் குறைக்க [திரைக்கு ஏற்ப அளவு மாறும் பட ஸ்டைல்களைப்](https://www.drupal.org/documentation/modules/responsive_image) பயன்படுத்தவும். பக்கத்தில் பலவித உள்ளடக்கத்தைக் காட்ட `Views` ஐப் பயன்படுத்தினால் அந்தப் பக்கத்தில் காட்டப்படும் உள்ளடக்கத்தின் எண்ணிக்கையை வரம்பிட அதைப் பக்கங்களாகப் பிரிக்கவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "\"நிர்வாகம் » உள்ளமைவு » மேம்பாடு\" என்ற பக்கத்தில் “CSS ஃபைல்களை ஒருங்கிணை” என்பதை இயக்கியுள்ளதை உறுதிசெய்துகொள்ளவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "\"நிர்வாகம் » உள்ளமைவு » மேம்பாடு\" என்ற பக்கத்தில் “JavaScript ஃபைல்களை ஒருங்கிணை” என்பதை இயக்கியுள்ளதை உறுதிசெய்துகொள்ளவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "பயன்படுத்தப்படாத CSS விதிகளை அகற்றிவிட்டு தொடர்புடைய பக்கம்/பக்கத்தில் உள்ள காம்பனென்ட்டில் தேவையான `Drupal` லைப்ரரிகளை மட்டும் இணைக்கவும். விவரங்களுக்கு [`Drupal` ஆவணங்களைப்](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) பார்க்கவும். பொருத்தமற்ற CSSஸைச் சேர்க்கும் இணைக்கப்பட்ட லைப்ரரிகளை அடையாளம் காண, Chrome டெவெலப்பர் கருவிகளில் [குறியீட்டுக் கவரேஜை](https://developer.chrome.com/docs/devtools/coverage) இயக்கிப் பார்க்கவும். `Drupal` தளத்தில் CSS ஒருங்கிணைப்பு முடக்கப்பட்டிருக்கும்போது ஸ்டைல்ஷீட்டின் URLலில் இதற்குக் காரணமான தீம்/மாடியூலைக் கண்டறியலாம். குறியீட்டுக் கவரேஜில் அதிகளவு சிவப்பு நிறத்தில் காட்டப்படும் பல ஸ்டைல்ஷீட்களைக் கொண்ட தீம்கள்/மாடியூல்கள் எவை என்று பார்க்கவும். ஸ்டைல்ஷீட் லைப்ரரி உண்மையாகவே பக்கத்தில் பயன்படுத்தப்பட்டிருந்தால் மட்டுமே தீம்/மாடியூல் அதை இணைக்க வேண்டும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "பயன்படுத்தப்படாத JavaScript அசெட்டுகளை அகற்றிவிட்டு, தேவையான `Drupal` லைப்ரரிகளை மட்டும் தொடர்புடைய பக்கம்/பக்கத்தில் உள்ள காம்பனென்ட்டில் இணைக்கவும். விவரங்களுக்கு [Drupal ஆவணங்களைப்](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) பார்க்கவும். பொருத்தமற்ற JavaScriptடைச் சேர்க்கும் இணைக்கப்பட்ட லைப்ரரிகளை அடையாளம் காண, Chrome டெவெலப்பர் கருவிகளில் [குறியீட்டுக் கவரேஜை](https://developer.chrome.com/docs/devtools/coverage) இயக்கிப் பார்க்கவும். `Drupal` தளத்தில் JavaScript ஒருங்கிணைப்பு முடக்கப்பட்டிருக்கும்போது, இதற்குக் காரணமான தீம்/மாடியூலை ஸ்கிரிப்ட்டின் URLலில் கண்டறியலாம். குறியீட்டுக் கவரேஜில் அதிகளவு சிவப்பு நிறத்தில் காட்டப்படும் பல ஸ்கிரிப்ட்டுகளைக் கொண்ட தீம்கள்/மாடியூல்கள் எவை என்று பார்க்கவும். ஸ்கிரிப்ட் லைப்ரரி உண்மையாகவே பக்கத்தில் பயன்படுத்தப்பட்டிருந்தால் மட்டுமே தீம்/மாடியூல் அதை இணைக்க வேண்டும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "\"நிர்வாகம் » உள்ளமைவு » மேம்பாடு\" என்ற பக்கத்தில் \"பிரவுசர் & ப்ராக்ஸி தற்காலிகச் சேமிப்பின் அதிகபட்சக் கால அளவு\" என்பதை அமைக்கவும். [செயல்திறனுக்கான `Drupal` தற்காலிகச் சேமிப்பு & மேம்படுத்துதல்](https://www.drupal.org/docs/8/api/cache-api/cache-api) குறித்துத் தெரிந்துகொள்ளவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "தளத்தில் பதிவேற்றப்பட்ட படங்களின் தரம் குறையாமல் அவற்றைத் தானாகவே மேம்படுத்தி, அவற்றின் அளவைக் குறைக்கும் [ஒரு மாடியூலைப்](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) பயன்படுத்தவும். தளத்தில் ரெண்டர் செய்யப்பட்ட எல்லாப் படங்களுக்கும் `Drupal` பிளாட்ஃபார்மில் வழங்கப்பட்டுள்ள இயல்பான, [திரைக்கு ஏற்ப அளவு மாறும் பட ஸ்டைல்களைப்](https://www.drupal.org/documentation/modules/responsive_image) பயன்படுத்துவதையும் உறுதிசெய்துகொள்ளவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "பயனர் ஏஜெண்ட் ஆதாரக் குறிப்புகளுக்கான வசதிகளை வழங்கும் [மாடியூலை](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) நிறுவி உள்ளமைப்பதன் மூலம் `Preconnect` அல்லது `dns-prefetch` ஆதாரக் குறிப்புகளைச் சேர்க்கலாம்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "`Drupal` பிளாட்ஃபார்மில் இருந்து வழங்கப்பட்ட, இயல்பான [திரைக்கு ஏற்ப அளவு மாறும் பட ஸ்டைல்களை](https://www.drupal.org/documentation/modules/responsive_image) நீங்கள் பயன்படுத்துவதை உறுதிசெய்துகொள்ளவும். காட்சிப் பயன்முறைகள், காட்சிகள் ஆகியவற்றின் மூலமாகவோ WYSIWYG எடிட்டரைப் பயன்படுத்திப் பதிவேற்றப்பட்ட படங்களின் மூலமாகவோ படப் புலங்களை ரெண்டர் செய்யும்போது திரைக்கு ஏற்ப அளவு மாறும் பட ஸ்டைல்களைப் பயன்படுத்தவும்." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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` ஐயும் இயக்கவும்." @@ -3096,7 +3096,7 @@ "message": "[முக்கியமான உடைமைகளை முன்னிலைப்படுத்தவோ](https://wordpress.org/plugins/search/critical+css/) [முக்கியத்துவம் குறைவான ஆதாரங்களைத் தவிர்க்கவோ](https://wordpress.org/plugins/search/defer+css+javascript/) உங்களுக்கு உதவக்கூடிய பல WordPress செருகுநிரல்கள் உள்ளன. இந்த செருகுநிரல்கள் வழங்கும் மேம்படுத்துதல்கள் உங்கள் தீமிலோ செருகுநிரலிலோ உள்ள அம்சத்தைப் பாதிக்கலாம். அதனால் நீங்கள் குறியீட்டில் சில மாற்றங்களை செய்ய வேண்டியிருக்கும்." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "எளிமையான தீமினை (பொதுவாக, தொகுப்பு தீம்) தேர்வுசெய்து முழுப் பக்கத்தையும் தற்காலிக நினைவகத்தில் சேமிக்கவும் அல்லது நிலையான தளத் தீர்வைச் செயல்படுத்தவும். சேவையகச் சுமையைக் குறைக்க தேவையற்ற செருகுநிரல்களை முடக்கவும். உங்கள் ஹோஸ்டிங்கை நிர்வகிக்கப்பட்ட அல்லது பிரத்தியேகச் சேவையாக மேம்படுத்தவும்." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "இடுகைப் பட்டியல்களில் முக்கியமான பகுதியை மட்டும் காட்டலாம் (உதாரணமாக மேலும் என்ற குறிச்சொல்லுடன்), பக்கத்தில் இடுகைகளின் எண்ணிக்கையைக் குறைக்கலாம், ஒரு பெரிய இடுகையைப் பல சின்ன பக்கங்களாகப் பிரிக்கலாம் அல்லது தேவையுள்ள போது மட்டும் கருத்துகளைச் செருகுநிரல்கள் மூலம் ஏற்றலாம்." diff --git a/shared/localization/locales/te.json b/shared/localization/locales/te.json index f43561e12627..4f2e7382c398 100644 --- a/shared/localization/locales/te.json +++ b/shared/localization/locales/te.json @@ -2718,28 +2718,28 @@ "message": "చిత్రం బ్రేక్ పాయింట్‌లను మేనేజ్ చేయడానికి, కాంపొనెంట్ డెవలపర్ కిట్ (CDK)లోని `BreakpointObserver` యుటిలిటీని ఉపయోగించడానికి ప్రయత్నించండి. [మరింత తెలుసుకోండి](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "మీ `GIF`‌ను HTML5 వీడియోగా పొందుపరచడానికి అందుబాటులో ఉండేలా చేసే సర్వీస్‌కు దానిని అప్‌లోడ్ చేసి చూడండి." + "message": "మీ `GIF`‌ను HTML5 వీడియోగా పొందుపరచడానికి (ఎంబెడ్ చేయడానికి), దానిని అందుబాటులో ఉంచే సర్వీస్‌కు అప్‌లోడ్ చేయడాన్ని పరిశీలించండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "మీ సైట్‌లో [ఇమేజ్ స్టయిల్ కన్వర్షన్ పద్దతిలో WebP ఇమేజ్ ఫార్మాట్‌ల](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)ను కాన్ఫిగర్ చేయడాన్ని పరిగణించండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "`Drupal`‌లో ప్రాధాన్యతను బట్టి లోడ్ ఇమేజ్‌లను కాన్ఫిగర్ చేసి చూడండి. ఇమేజ్‌ల కోసం ఫీల్డ్ ఫార్మాటర్‌లు `lazy` లేదా `eager`‌ను కలిగి ఉంటాయి." + "message": "`Drupal`‌లో ప్రాధాన్యత క్రమంలో లోడ్ అయ్యేలా (లేజీ లోడ్) ఇమేజ్‌లను కాన్ఫిగర్ చేయడాన్ని పరిశీలించండి ఇమేజ్‌ ఫీల్డ్ ఫార్మాటర్‌లు, `lazy` ను లేదా `eager`‌ను సపోర్ట్ చేస్తాయి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "LCP ఎలిమెంట్ డైనమిక్‌గా పేజీకి జోడించబడితే, LCPని మెరుగుపరచడానికి మీరు ఇమేజ్‌ను ఆప్టిమైజ్ చేయాలి. [మరింత తెలుసుకోండి](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "LCP ఎలిమెంట్ గనుక డైనమిక్‌గా పేజీకి యాడ్ అయితే, LCPని ఇంప్రూవ్ చేయడానికి మీరు ఇమేజ్‌ను ఆప్టిమైజ్ చేయాలి. [మరింత తెలుసుకోండి](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { "message": "మళ్లింపుల వల్ల పేజీ లోడ్ అవ్వడానికి ఇంకాస్త ఆలస్యం జరుగుతుంది. [మళ్లింపు](https://www.drupal.org/project/redirect) మాడ్యూల్ ఇన్‌స్టాల్ చేయబడితే, అనవసరమైన మళ్లింపులను తీసివేయవచ్చో లేదో రివ్యూ చేయండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "కీలకమైన CSS, JavaScriptను ఇన్‌లైన్‌లో ఉంచడానికి, [మాడ్యూల్](https://www.drupal.org/project/critical_css)‌ను ఉపయోగించి చూడండి కీలకం కాని CSS లేదా JavaScript కోసం వాయిదా వేసే అట్రిబ్యూట్‌ను ఉపయోగించండి." + "message": "కీలకమైన CSS, JavaScriptను ఇన్‌లైన్‌లో ఉంచడానికి, [మాడ్యూల్](https://www.drupal.org/project/critical_css)‌ఉపయోగించడాన్ని పరిశీలించండి. అలాగే నాన్-క్రిటికల్ CSS కోసం లేదా JavaScript కోసం డిఫర్ అట్రిబ్యూట్‌ను ఉపయోగించండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "`Internal Page Cache`, `Internal Dynamic Page Cache`, అలాగే `BigPipe` వంటి ఒకటి లేదా అంతకంటే ఎక్కువ `Drupal` కాషింగ్ మాడ్యూల్‌లతో ట్రాఫిక్‌ను ఆఫ్‌లోడ్ చేయండి. సమాధాన సమయాన్ని మరింత మెరుగుపరచడానికి వీటిని CDNతో జత చేయండి. మీ హోస్టింగ్ సర్వర్‌లు PHP OPcacheని ఉపయోగించాలి. డేటాబేస్ క్వెరీ సమయాలను తగ్గించడానికి Redis లేదా Memcached వంటి మెమరీ-కాషింగ్‌ను ఉపయోగించి చూడండి. చివరగా సర్వర్ సమాధాన సమయాన్ని తగ్గించడానికి పనితీరు థీమ్‌లు, మాడ్యూల్స్, అలాగే వేగవంతమైన సర్వర్‌లను ఉపయోగించండి." + "message": "`Internal Page Cache`, `Internal Dynamic Page Cache`, అలాగే `BigPipe` వంటి ఒకటి లేదా అంతకంటే ఎక్కువ `Drupal` కాషింగ్ మాడ్యూల్స్‌తో ట్రాఫిక్‌ను ఆఫ్‌లోడ్ చేయండి. రెస్పాన్స్ టైమ్‌ను మరింతగా మెరుగుపరచడానికి వీటిని CDNతో జత చేయండి. మీ హోస్టింగ్ సర్వర్‌లు PHP OPcacheని ఉపయోగించాలి. డేటాబేస్ క్వెరీ సమయాలను తగ్గించడానికి Redis లేదా Memcached వంటి మెమరీ-కాషింగ్‌ను ఉపయోగించి చూడండి. చివరగా సర్వర్ రెస్పాన్స్ టైమ్‌ను తగ్గించడానికి మెరుగ్గా పని చేసే థీమ్‌లను, మాడ్యూల్స్‌ను, మరింత వేగంగా పని చేసే సర్వర్లను ఉపయోగించండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "మీ పేజీలో లోడ్ చేయబడిన ఇమేజ్‌ల సైజ్‌ను తగ్గించడానికి [ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌](https://www.drupal.org/documentation/modules/responsive_image)ను ఉపయోగించి చూడండి. మీరు పేజీలో అనేక కంటెంట్ ఐటెమ్‌లను చూపించడానికి `Views`‌ను ఉపయోగిస్తున్నట్లయితే, ఇవ్వబడిన పేజీలో చూపబడే కంటెంట్ ఐటెమ్‌ల సంఖ్యను పరిమితం చేయడానికి పేజీల రూపకల్పనను అమలు చేసి చూడండి." + "message": "మీ పేజీలో లోడ్ అయిన ఇమేజ్‌ల సైజ్‌ను తగ్గించడానికి [ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌](https://www.drupal.org/documentation/modules/responsive_image)ను ఉపయోగించడాన్ని పరిశీలించండి. మీరు పేజీలో చాలా కంటెంట్ ఐటెమ్‌లను చూపించడానికి `Views`‌ను ఉపయోగిస్తుంటే, నిర్దిష్ట పేజీలో కనబడే కంటెంట్ ఐటెమ్‌ల సంఖ్యను పరిమితం చేయడానికి పేజీల రూపకల్పనను (పేజినేషన్‌ను) ఇంప్లిమెంట్ చేయండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { "message": "మీరు \"అగ్రిగేట్ CSS ఫైల్స్\"ను \"అడ్మినిస్ట్రేషన్ » కాన్ఫిగరేషన్ » డెవలప్‌మెంట్\" పేజీలో ఎనేబుల్ చేశారని నిర్ధారించుకోండి." @@ -2748,16 +2748,16 @@ "message": "మీరు \"అగ్రిగేట్ JavaScript ఫైల్స్\"ను \"అడ్మినిస్ట్రేషన్ » కాన్ఫిగరేషన్ » డెవలప్‌మెంట్\" పేజీలో ఎనేబుల్ చేశారని నిర్ధారించుకోండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "ఉపయోగించని CSS నియమాలను తీసివేసి చూడండి, సంబంధిత పేజీకి లేదా పేజీలోని భాగానికి అవసరమైన `Drupal` లైబ్రరీలను మాత్రమే అటాచ్ చేయండి. వివరాల కోసం [`Drupal` డాక్యుమెంటేషన్](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)‌ను చూడండి. అవసరం లేని CSSను జోడిస్తున్న 'అటాచ్ చేయబడిన' లైబ్రరీలను గుర్తించడానికి, Chrome DevToolsలో [కోడ్ కవరేజీ](https://developer.chrome.com/docs/devtools/coverage)ని రన్ చేయడానికి ట్రై చేయండి. మీ `Drupal` సైట్‌లో CSS అగ్రిగేషన్ డిజేబుల్ చేయబడినప్పుడు, దానికి కారణమైన థీమ్/మాడ్యూల్‌ను, స్టైల్‌షీట్‌కు చెందిన URL నుండి మీరు గుర్తించవచ్చు. కోడ్ కవరేజీలో ఎక్కువ ఎరుపు రంగు కలిగి ఉన్న లిస్ట్‌లో ఎక్కువ స్టైల్‌షీట్‌లు ఉన్న థీమ్‌లు/మాడ్యూల్‌ల కోసం చూడండి. స్టైల్‌షీట్ లైబ్రరీ నిజంగా పేజీలో ఉపయోగిస్తే మాత్రమే థీమ్/మాడ్యూల్‌ను అటాచ్ చేయాలి." + "message": "ఉపయోగించని CSS నియమాలను తీసివేసి చూడండి, సంబంధిత పేజీకి లేదా పేజీలోని భాగానికి అవసరమైన `Drupal` లైబ్రరీలను మాత్రమే అటాచ్ చేయండి. వివరాల కోసం [`Drupal` డాక్యుమెంటేషన్](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)‌ను చూడండి. సంబంధం లేని CSSను యాడ్ చేస్తున్న అటాచ్‌డ్‌ లైబ్రరీలను గుర్తించడానికి, Chrome DevToolsలో [కోడ్ కవరేజీ](https://developer.chrome.com/docs/devtools/coverage)ని రన్ చేయడానికి ట్రై చేయండి. మీ `Drupal` సైట్‌లో CSS అగ్రిగేషన్, డిజేబుల్ అయినప్పుడు, దానికి కారణమైన థీమ్‌ను/మాడ్యూల్‌ను, స్టయిల్‌షీట్‌కు చెందిన URLలో గుర్తించవచ్చు. కోడ్ కవరేజీలో, అధికంగా రెడ్ కలర్‌ ఉన్న లిస్ట్‌లో, ఎక్కువ స్టయిల్‌షీట్‌లు ఉన్న థీమ్‌లు/మాడ్యూల్‌ల కోసం చూడండి. పేజీలో యాక్టువల్‌గా స్టయిల్‌షీట్ లైబ్రరీని ఉపయోగించినప్పుడు మాత్రమే థీమ్/మాడ్యూల్‌ను అటాచ్ చేయాలి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "ఉపయోగించని JavaScipt అస్సెట్‌లను తీసివేసి చూడండి, సంబంధిత పేజీకి లేదా పేజీలోని భాగానికి అవసరమైన `Drupal` లైబ్రరీలను మాత్రమే అటాచ్ చేయండి. వివరాల కోసం [Drupal డాక్యుమెంటేషన్](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)‌ను చూడండి. అవసరం లేని JavaScriptను జోడిస్తున్న 'అటాచ్ చేయబడిన' లైబ్రరీలను గుర్తించడానికి, Chrome DevToolsలో [కోడ్ కవరేజీ](https://developer.chrome.com/docs/devtools/coverage)ని రన్ చేయడానికి ట్రై చేయండి. మీ `Drupal` సైట్‌లో JavaScript అగ్రిగేషన్ డిజేబుల్ చేయబడినప్పుడు, దానికి కారణమైన థీమ్/మాడ్యూల్‌ను, స్క్రిప్ట్‌కు చెందిన URL నుండి మీరు గుర్తించవచ్చు. కోడ్ కవరేజీలో ఎక్కువ ఎరుపు రంగు కలిగి ఉన్న లిస్ట్‌లో ఎక్కువ స్క్రిప్ట్‌లు ఉన్న థీమ్‌లు/మాడ్యూల్‌ల కోసం చూడండి. స్క్రిప్ట్ లైబ్రరీ నిజంగా పేజీలో ఉపయోగిస్తే మాత్రమే థీమ్/మాడ్యూల్‌ను అటాచ్ చేయాలి." + "message": "ఉపయోగించని JavaScipt అస్సెట్‌లను తీసివేసి చూడండి, సంబంధిత పేజీకి లేదా పేజీలోని భాగానికి అవసరమైన `Drupal` లైబ్రరీలను మాత్రమే అటాచ్ చేయండి. వివరాల కోసం [Drupal డాక్యుమెంటేషన్](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)‌ను చూడండి. సంబంధం లేని JavaScriptను యాడ్ చేస్తున్న 'అటాచ్‌డ్' లైబ్రరీలను గుర్తించడానికి, Chrome DevToolsలో [కోడ్ కవరేజీ](https://developer.chrome.com/docs/devtools/coverage)ని రన్ చేయడానికి ట్రై చేయండి. మీ `Drupal` సైట్‌లో JavaScript అగ్రిగేషన్ డిజేబుల్ అయినప్పుడు, దానికి కారణమైన థీమ్‌ను/మాడ్యూల్‌ను, స్క్రిప్ట్‌కు చెందిన URLలో గుర్తించవచ్చు. కోడ్ కవరేజీలో ఎక్కువ రెడ్ కలర్‌ ఉన్న లిస్ట్‌లో, చాలా స్క్రిప్ట్‌లు ఉన్న థీమ్‌లు/మాడ్యూల్‌ల కోసం చూడండి. పేజీలో యాక్టువల్‌గా స్క్రిప్ట్ లైబ్రరీని ఉపయోగించినప్పుడు మాత్రమే థీమ్/మాడ్యూల్‌ను అటాచ్ చేయాలి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "\"బ్రౌజర్, ప్రాక్సీ కాష్ గరిష్ఠ వయసు\"ను \"అడ్మినిస్ట్రేషన్ » కాన్ఫిగరేషన్ » డెవలప్మెంట్\" పేజీలో సెట్ చేయండి. [`Drupal` కాష్, పనితీరు కోసం ఆప్టిమైజ్ చేయడం](https://www.drupal.org/docs/8/api/cache-api/cache-api) గురించి చదవండి." + "message": "\"బ్రౌజర్, ప్రాక్సీ కాష్ ముగిసే గరిష్ఠ సమయం\"ను \"అడ్మినిస్ట్రేషన్ » కాన్ఫిగరేషన్ » డెవలప్మెంట్\" పేజీలో సెట్ చేయండి. [`Drupal` కాష్, పనితీరు కోసం ఆప్టిమైజ్ చేయడం](https://www.drupal.org/docs/8/api/cache-api/cache-api) గురించి చదవండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "క్వాలిటీని అలాగే కొనసాగిస్తూ సైట్ ద్వారా అప్‌లోడ్ చేయబడిన ఇమేజ్‌లను ఆటోమేటిక్‌గా ఆప్టిమైజ్ చేసి, సైజ్‌ను తగ్గించే [మాడ్యూల్‌](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search)ను ఉపయోగించి చూడండి. అలాగే, మీరు సైట్‌లో రెండర్ చేయబడే ఇమేజ్‌లు అన్నింటి కోసం `Drupal` నుండి అందించబడే స్థానిక [ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌](https://www.drupal.org/documentation/modules/responsive_image)ను ఉపయోగిస్తున్నారని నిర్ధారించుకోండి." + "message": "సైట్ ద్వారా అప్‌లోడ్ అయిన ఇమేజ్‌లను ఆటోమేటిక్‌గా ఆప్టిమైజ్ చేసే[మాడ్యూల్‌](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search)ను ఉపయోగించడాన్ని పరిశీలించండి. ఈ మాడ్యూల్ క్వాలిటీని మెయింటైన్ చేస్తూనే సైజ్‌ను తగ్గించగలదు. అలాగే, సైట్‌లో రెండర్ అయ్యే అన్ని ఇమేజ్‌ల కోసం `Drupal` అందిస్తున్న నేటివ్ [ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌](https://www.drupal.org/documentation/modules/responsive_image)ను ఉపయోగిస్తున్నారని నిర్ధారించుకోండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { "message": "యూజర్ ఏజెంట్ రిసోర్స్ సూచనల కోసం సౌకర్యాలను అందించే [మాడ్యూల్](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search)ను ఇన్‌స్టాల్ చేయడం, కాన్ఫిగర్ చేయడం ద్వారా `Preconnect` లేదా `dns-prefetch` రిసోర్స్ సూచనలను జోడించవచ్చు." @@ -2766,7 +2766,7 @@ "message": "మీరు `Drupal` నుండి అందించబడే స్థానిక [ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌](https://www.drupal.org/documentation/modules/responsive_image)ను ఉపయోగిస్తున్నారని నిర్ధారించుకోండి. వీక్షణ మోడ్‌లు, వీక్షణల ద్వారా ఇమేజ్ ఫీల్డ్‌లను, లేదా WYSIWYG ఎడిటర్ ద్వారా అప్‌లోడ్ చేసిన ఇమేజ్‌లను రెండరింగ్ చేస్తున్నప్పుడు ఫ్లెక్సిబుల్ ఇమేజ్ స్టయిల్స్‌ను ఉపయోగించండి." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "message": "మొత్తం నెట్‌వర్క్ బైట్‌లను వీలైనంతగా తగ్గించడానికి టెక్స్ట్-ఆధారిత రిసోర్స్‌లు ఖచ్చితంగా కుదింపు (gzip, deflate లేదా brotli) చేసి అందించబడాలి. స్థానికంగా దీనికి సపోర్ట్‌ను ఇచ్చే CDNను ఉపయోగించి చూడండి లేదా ఈ ఆపరేషన్‌ను అమలు చేయడానికి వెబ్ సర్వర్‌ను కాన్ఫిగర్ చేయండి. [మరింత తెలుసుకోండి](https://developers.google.com/web/tools/lighthouse/audits/text-compression)." + "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`‌ను ఎనేబుల్ చేయండి." @@ -3096,7 +3096,7 @@ "message": "[కీలకమైన ఆస్తులను ఇన్‌లైన్‌లో ఉంచడానికి](https://wordpress.org/plugins/search/critical+css/) లేదా [తక్కువ ప్రాముఖ్యత ఉన్న వనరులను మినహాయించడానికి](https://wordpress.org/plugins/search/defer+css+javascript/) మీకు సహాయపడగల అనేక WordPress ప్లగ్ఇన్‌లు ఉన్నాయి. ఈ ప్లగ్ఇన్‌ల ద్వారా అందించబడే ఆప్టిమైజేషన్‌లు మీ థీమ్ లేదా ప్లగ్ఇన్‌ల ఫీచర్‌లను విడగొట్టవచ్చని గుర్తుంచుకోండి, దీని వలన మీరు కోడ్‌కు మార్పులు చేయాల్సి రావచ్చు." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "లైట్‌వెయిట్ థీమ్‌ను ఎంచుకోండి (ముఖ్యంగా బ్లాక్ థీమ్), ఫుల్-పేజీ కాషింగ్ లేదా స్టాటిక్ సైట్ పరిష్కారాన్ని అమలు చేయండి. సర్వర్ ఓవర్‌హెడ్‌ను తగ్గించడానికి అనవసరమైన ప్లగ్ఇన్‌లను డిజేబుల్ చేయండి. మీ హోస్టింగ్‌ను మేనేజ్ చేసి లేదా డెడికేటెడ్ సర్వీస్‌కు అప్‌గ్రేడ్ చేసి చూడండి." + "message": "లైట్‌వెయిట్ థీమ్‌ను ఎంచుకోండి (బ్లాక్ థీమ్ బావుంటుంది), ఫుల్-పేజీ కాషింగ్‌ను లేదా స్టాటిక్ సైట్ సొల్యూషన్‌ను ఇంప్లిమెంట్ చేయండి. సర్వర్ ఓవర్‌హెడ్‌ను తగ్గించడానికి అనవసరమైన ప్లగ్ఇన్‌లను డిజేబుల్ చేయండి. మీ హోస్టింగ్‌ను, మేనేజ్‌డ్ సర్వీస్‌కు లేదా డెడికేటెడ్ సర్వీస్‌కు అప్‌గ్రేడ్ చేయడాన్ని పరిశీలించండి." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "ఇవ్వబడిన పేజీలో చూపబడే పోస్ట్‌ల సంఖ్యను తగ్గించడం, మీ పొడవైన పోస్ట్‌లను బహుళ పేజీలుగా విడగొట్టడం లేదా మందకొడి లోడింగ్ కామెంట్‌ల కోసం ప్లగ్ఇన్‌ను ఉపయోగించడం ద్వారా (అంటే, మరిన్ని ట్యాగ్ ద్వారా) మీ పోస్ట్ లిస్ట్‌లలో సారాంశాలను చూపడానికి ప్రయత్నించండి." diff --git a/shared/localization/locales/tr.json b/shared/localization/locales/tr.json index 92a3bebb8e96..4bece281ef1c 100644 --- a/shared/localization/locales/tr.json +++ b/shared/localization/locales/tr.json @@ -2718,55 +2718,55 @@ "message": "Görüntü ayrılma noktalarını yönetmek için Bileşen Geliştirme Kiti'nde (CDK) `BreakpointObserver` yardımcı programını kullanmayı düşünün. [Daha fazla bilgi](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "`GIF` dosyanızı, HTML5 videosu olarak yerleştirmek için kullanılabilmesini sağlayacak bir hizmete yüklemeyi düşünün." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Sitenizde [WebP resim biçimlerini Convert resim stiliyle](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) yapılandırmanız faydalı olabilir." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "`Drupal` platformunda geç yüklenen resimleri yapılandırabilirsiniz. Resimler için alan biçimlendiriciler, `lazy` veya `eager` değerlerini destekler." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "LCP öğesinin sayfaya dinamik olarak eklendiği durumlarda LCP'yi iyileştirmek için resmi optimize etmeniz gerekir. [Daha fazla bilgi edinin](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Yönlendirmeler, sayfanın yüklenmesinden önce ek gecikmelere neden olur. [Yönlendirme](https://www.drupal.org/project/redirect) modülü yüklüyse gereksiz yönlendirmelerin kaldırılıp kaldırılamayacağını inceleyin. [Daha fazla bilgi edinin](https://developers.google.com/web/tools/lighthouse/audits/redirects)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Kritik CSS ve JavaScript'leri satır içi yapmak için [modül](https://www.drupal.org/project/critical_css), kritik olmayan CSS veya JavaScript'ler için ise geciktirme özelliğini kullanabilirsiniz." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "`Internal Page Cache`, `Internal Dynamic Page Cache` ve `BigPipe` gibi bir veya daha fazla `Drupal` önbelleğe alma modülüyle trafiği azaltın. Yanıt süresini daha da iyileştirmek için bunları bir CDN ile birlikte kullanın. Barındırma sunucularınız, PHP OPcache kullanmalıdır. Veritabanı sorgu sürelerini azaltmak için Redis veya Memcached gibi belleği önbelleğe alma tekniklerini kullanabilirsiniz. Son olarak da sunucu yanıt süresini azaltmak için yüksek performanslı temalar, modüller ve daha hızlı sunucular kullanın." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Sayfanıza yüklenen resimlerin boyutunu azaltmak için [Duyarlı Resim Stilleri](https://www.drupal.org/documentation/modules/responsive_image)'ni kullanmayı değerlendirin. Bir sayfada birden çok içerik öğesini göstermek için `Views` kullanılıyorsa belirli bir sayfada gösterilen içerik öğelerinin sayısını sınırlamak üzere sayfalara ayırma işlevini uygulamayı değerlendirin." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "\"Administration (Yönetim) » Configuration (Yapılandırma) » Development (Geliştirme)\" sayfasında \"Aggregate CSS files (CSS dosyalarını topla)\" ayarını etkinleştirdiğinizden emin olun." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "\"Administration (Yönetim) » Configuration (Yapılandırma) » Development (Geliştirme)\" sayfasında \"Aggregate JavaScript files (JavaScript dosyalarını topla)\" ayarını etkinleştirdiğinizden emin olun." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Kullanılmayan CSS kurallarını kaldırmayı ve gerekli `Drupal` kitaplıklarını yalnızca alakalı sayfaya veya bir sayfadaki alakalı bileşene eklemeyi değerlendirin. Ayrıntılar için [`Drupal` belgelerini](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) inceleyin. Gereksiz CSS ilave eden ekli kitaplıkları belirlemek için Chrome Geliştirici Araçları'nda [kod kapsamını](https://developer.chrome.com/docs/devtools/coverage) çalıştırmayı deneyin. `Drupal` sitenizde CSS toplama devre dışı bırakıldığında, sorumlu temayı/modülü stil sayfasının URL'sinden belirleyebilirsiniz. Listede çok sayıda stil sayfasına sahip olan ve kod kapsamında çok sayıda kırmızı işaret taşıyan temaları/modülleri arayın. Tema/modül yalnızca sayfada gerçekten kullanılıyorsa bir stil sayfası kitaplığı eklemelidir." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Kullanılmayan JavaScript öğelerini kaldırmayı değerlendirin ve gerekli `Drupal` kitaplıklarını yalnızca alakalı sayfaya veya bir sayfadaki alakalı bileşene ekleyin. Ayrıntılar için [Drupal belgelerine ](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) bakın. Gereksiz JavaScript'ler ilave eden ekli kitaplıkları belirlemek için Chrome Geliştirici Araçları'nda [kod kapsamını](https://developer.chrome.com/docs/devtools/coverage) çalıştırmayı deneyin. `Drupal` sitenizde JavaScript toplama devre dışı bırakıldığında, sorumlu temayı/modülü komut dosyasının URL'sinden belirleyebilirsiniz. Listede çok sayıda komut dosyasına sahip olan ve kod kapsamında çok sayıda kırmızı işaret taşıyan temalar/modüller arayın. Tema/modül yalnızca sayfada gerçekten kullanılıyorsa bir komut dosyası kitaplığı eklemelidir." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "\"Administration (Yönetim) » Configuration (Yapılandırma) » Development (Geliştirme)\" sayfasında \"Browser and proxy cache maximum age (Tarayıcı ve proxy önbelleği maksimum yaşı)\" değerini ayarlayın. [`Drupal` önbelleği ve performans için optimize edilmesi](https://www.drupal.org/docs/8/api/cache-api/cache-api) ile ilgili bilgi edinin." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Site aracılığıyla yüklenen resimlerin kalitesini korurken boyutlarını otomatik olarak optimize eden ve küçülten [bir modül](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) kullanmayı değerlendirin. Ayrıca, sitede oluşturulan tüm resimler için `Drupal` tarafından sağlanan yerel [Duyarlı Resim Stilleri](https://www.drupal.org/documentation/modules/responsive_image)'ni kullandığınızdan emin olun." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "`Preconnect` veya `dns-prefetch` kaynak ipuçları, kullanıcı aracısı kaynak ipuçları için tamamlayıcı hizmetler sağlayan [bir modülü](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) yükleyerek ve yapılandırarak eklenebilir." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "`Drupal` tarafından sağlanan yerel [Duyarlı Resim Stilleri](https://www.drupal.org/documentation/modules/responsive_image)'ni kullandığınızdan emin olun. Görünüm modları, görünümler ile resim alanlarını veya WYSIWYG düzenleyicisi ile yüklenen resimleri oluştururken Duyarlı Resim Stilleri'ni kullanın." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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." @@ -3096,7 +3096,7 @@ "message": "[Kritik öğeleri satır içi yapmanıza](https://wordpress.org/plugins/search/critical+css/) veya [daha az önemli kaynakları ertelemenize](https://wordpress.org/plugins/search/defer+css+javascript/) yardımcı olabilecek çeşitli WordPress eklentileri vardır. Bu eklentilerin sağlayacağı optimizasyonların tema veya eklentilerinizin özelliklerini bozabileceğine dikkat edin. Bunu engellemek için muhtemelen kodda değişiklik yapmanız gerekecektir." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Hafif bir tema (ideal olarak blok tema) seçip tam sayfayı önbelleğe alma veya statik site çözümü uygulayın. Sunucu yükünü en aza indirmek için gereksiz eklentileri devre dışı bırakın. Barındırma hizmetinizi, yönetilen veya özel hizmete yükseltebilirsiniz." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Yayın listelerinizde alıntılar göstermeyi (ör. daha fazla etiket kullanarak), belirli bir sayfada gösterilen yayınların sayısını azaltmayı, uzun yayınlarınızı birden fazla sayfaya bölmeyi veya yorumların geç yüklenmesi için bir eklenti kullanmayı düşünün." diff --git a/shared/localization/locales/uk.json b/shared/localization/locales/uk.json index 9d370775ef20..bd9f6d5594e1 100644 --- a/shared/localization/locales/uk.json +++ b/shared/localization/locales/uk.json @@ -45,7 +45,7 @@ "message": "Атрибути ARIA використовуються відповідно до ролі елемента" }, "core/audits/accessibility/aria-deprecated-role.js | description": { - "message": "Ролі ARIA, які більше не підтримуються, можуть неправильно оброблятися технологією для людей з обмеженими можливостями. [Докладніше про ролі ARIA, які більше не підтримуються.](https://dequeuniversity.com/rules/axe/4.10/aria-deprecated-role)" + "message": "Ролі ARIA, які більше не підтримуються, можуть неправильно оброблятися технологією доступності. [Докладніше про ролі ARIA, які більше не підтримуються.](https://dequeuniversity.com/rules/axe/4.10/aria-deprecated-role)" }, "core/audits/accessibility/aria-deprecated-role.js | failureTitle": { "message": "Використано ролі ARIA, які більше не підтримуються" @@ -2718,55 +2718,55 @@ "message": "Можете скористатись інструментом `BreakpointObserver` у Component Dev Kit (CDK), щоб керувати точками переходу зображень. [Докладніше](https://material.angular.io/cdk/layout/overview)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "Спробуйте завантажити анімацію `GIF` у сервіс, де її можна вставити як відео HTML5." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "Спробуйте змінити [стиль зображень у форматі WebP](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) на своєму сайті." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "Спробуйте налаштувати відкладене завантаження зображень у `Drupal`. Засоби форматування полів для зображень підтримують `lazy` або `eager`." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "Якщо ви динамічно додаєте елемент LCP на сторінку, вам потрібно оптимізувати зображення, щоб скоротити час його візуалізації. [Докладніше.](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "Переспрямування викликають додаткові затримки під час завантаження сторінки. Якщо встановлено модуль [Redirect](https://www.drupal.org/project/redirect), перевірте, чи можна вилучити непотрібні переспрямування. [Докладніше.](https://developers.google.com/web/tools/lighthouse/audits/redirects)" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "Скористайтеся [модулем](https://www.drupal.org/project/critical_css), щоб вбудувати важливі таблиці CSS і фрагменти JavaScript, а також застосуйте атрибут defer для некритичних елементів." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "Зменште трафік за допомогою одного або кількох модулів кешування `Drupal`, таких яких `Internal Page Cache`, `Internal Dynamic Page Cache` і `BigPipe`. Щоб ще більше скоротити час відповіді, використовуйте мережу CDN. Сервери хостингу повинні використовувати PHP OPcache. Щоб зменшити час запитів до баз даних, застосовуйте системи кешування пам’яті, такі як Redis або Memcache. Нарешті, використовуйте ефективні теми й модулі, а також швидші сервери, щоб зменшити час відповіді сервера." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "Застосуйте [стилі адаптивних зображень](https://www.drupal.org/documentation/modules/responsive_image), щоб зменшити розмір зображень, що завантажуються на сторінці. Якщо для показу кількох елементів контенту на сторінці використовується опція `Views`, застосуйте поділ на сторінки, щоб обмежити їхню кількість на певній сторінці." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "Переконайтеся, що функцію \"Звести файли CSS\" на сторінці \"Керування\" » \"Налаштування\" » \"Розробка\" ввімкнено." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "Переконайтеся, що функцію \"Звести файли JavaScript\" на сторінці \"Керування\" » \"Налаштування\" » \"Розробка\" ввімкнено." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "Видаліть правила CSS, що не використовуються, і додайте лише потрібні бібліотеки `Drupal` на відповідну сторінку чи в компонент сторінки. Щоб дізнатися більше, перегляньте [документацію `Drupal`](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Щоб визначити долучені бібліотеки, які додають зайві таблиці CSS, перевірте [покриття коду](https://developer.chrome.com/docs/devtools/coverage) в Інструментах розробника Chrome. Ви можете визначити тему чи модуль через URL-адресу таблиці стилів, коли зведення CSS вимкнено на вашому сайті `Drupal`. У покритті коду знайдіть теми чи модулі з багатьма таблицями стилів за великим обсягом червоного тексту. Тема чи модуль мають додавати бібліотеку таблиць стилів, лише коли вона дійсно використовується на сторінці." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "Видаліть об’єкти JavaScript, що не використовуються, і додавайте лише потрібні бібліотеки `Drupal` на відповідну сторінку чи в компонент сторінки. Щоб дізнатися більше, перегляньте [документацію Drupal](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define). Щоб визначити вкладені бібліотеки, які додають зайві фрагменти JavaScript, перевірте [покриття коду](https://developer.chrome.com/docs/devtools/coverage) в Інструментах розробника Chrome. Ви можете визначити тему чи модуль через URL-адресу скрипту, коли зведення JavaScript вимкнено на вашому сайті `Drupal`. У покритті коду знайдіть теми чи модулі з багатьма скриптами за великим обсягом червоного тексту. Тема чи модуль мають додавати бібліотеку скриптів, лише коли вона дійсно використовується на сторінці." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "Укажіть \"Максимальний час зберігання кешу вебпереглядача й проксі-сервера\" на сторінці \"Керування\" » \"Налаштування\" » \"Розробка\". Докладніше про [кеш `Drupal` і оптимізацію для підвищення ефективності](https://www.drupal.org/docs/8/api/cache-api/cache-api)." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "Скористайтеся [модулем](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search), який автоматично оптимізує і зменшує розмір зображень, завантажених через сайт, але зберігає їх якість. Також переконайтеся, що використовуються оригінальні [стилі адаптивних зображень](https://www.drupal.org/documentation/modules/responsive_image) від `Drupal` для всіх зображень, що обробляються на сайті." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "Щоб додати корективи ресурсів `Preconnect` або `dns-prefetch`, установіть і налаштуйте [модуль](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search), який надає можливості для корективів ресурсів агента користувача." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "Переконайтеся, що використовуються оригінальні [стилі адаптивних зображень](https://www.drupal.org/documentation/modules/responsive_image) від `Drupal`. Використовуйте стилі адаптивних зображень під час обробки полів зображення в режимах перегляду, переглядах або зображеннях, завантажених через редактор WYSIWYG." }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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`. Так користувачі бачитимуть текст, поки будуть завантажуватися веб-шрифти." @@ -3096,7 +3096,7 @@ "message": "Існує багато плагінів WordPress, які можуть допомогти [вбудувати важливі об'єкти](https://wordpress.org/plugins/search/critical+css/) або [відкласти менш важливі ресурси](https://wordpress.org/plugins/search/defer+css+javascript/). Зауважте, що така оптимізація може порушити функції теми або плагінів, тож доведеться змінити код." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "Виберіть легку тему (бажано блокову) і впровадьте кешування сторінок або статичні сайти. Вимкніть непотрібні плагіни, щоб зменшити навантаження на сервер. Рекомендуємо перейти на керований або виділений хостинг." }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "Спробуйте показувати витяги в списках дописів (через тег \"більше\"), зменшити кількість показаних публікацій на сторінці, розділити довгі дописи на кілька сторінок або скористатися плагіном, щоб відкласти завантаження коментарів." diff --git a/shared/localization/locales/zh-HK.json b/shared/localization/locales/zh-HK.json index 432fc75fdfa3..47b4961d9853 100644 --- a/shared/localization/locales/zh-HK.json +++ b/shared/localization/locales/zh-HK.json @@ -2718,55 +2718,55 @@ "message": "建議使用組件開發套件 (CDK) 中的 `BreakpointObserver` 公用程式來管理圖片中斷點。[瞭解詳情](https://material.angular.io/cdk/layout/overview)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "建議將 `GIF` 上載至可將其用作 HTML5 影片嵌入的伺服器。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "請考慮在網站上設定[含有 Convert 圖片樣式的 WebP 圖片格式](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "建議在 `Drupal` 設定延遲載入圖片。圖片的欄位格式設定工具支援 `lazy` 或 `eager`。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "如果 LCP 元素是以動態方式加入網頁,你應優化圖片來改善 LCP。[瞭解詳情](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "重新導向會導致頁面延遲載入。如果安裝 [Redirect](https://www.drupal.org/project/redirect) 模組,請檢查是否可以移除不必要的重新導向。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/redirects)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "建議使用[模組](https://www.drupal.org/project/critical_css)來內嵌重要的 CSS 和 JavaScipt,並為不重要的 CSS 或 JavaScript 使用延遲屬性。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "使用一個或更多 `Drupal` 快取模組 (例如 `Internal Page Cache`、`Internal Dynamic Page Cache` 和 `BigPipe`) 來卸載流量。將上述模組配搭 CDN 使用,可進一步縮短回應時間。代管伺服器應該採用 PHP OPcache。建議你使用 Redis 或 Memcache 等記憶體快取,縮短資料庫查詢時間。最後,請使用高效的主題、模組和速度更快的伺服器,縮短伺服器回應時間。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "建議使用[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)來縮減頁面上載入圖片的大小。如果你使用 `Views` 在頁面上顯示多個內容項目,建議透過分頁來控制特定頁面上顯示的內容項目數量。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "請確保你已啟用「管理 » 設定 » 開發」頁面上的「彙整 CSS 檔案」。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "請確保你已啟用「管理 » 設定 » 開發」頁面上的「彙整 JavaScript 檔案」。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "建議移除未使用的 CSS 規則,並只將需要的 `Drupal` 程式庫附加至相關頁面或頁面內的組件。詳情請參閱[`Drupal`相關文件](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。如要找出會新增多餘 CSS 的附加程式庫,請嘗試在 Chrome 開發人員工具中執行[程式碼覆蓋率](https://developer.chrome.com/docs/devtools/coverage)。你可在 `Drupal` 網站上停用 CSS 彙整時,透過樣式表網址找出有問題的主題/模組。請留意清單中包含很多樣式表,且程式碼覆蓋率中有大量紅色標示的主題/模組。主題/模組應該只附加網頁上實際使用的樣式表程式庫。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "建議移除未使用的 JavaScipt 資產,並只將需要的 `Drupal` 程式庫附加至相關頁面或頁面內的組件。詳情請參閱 [Drupal 文件](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。如要找出會新增多餘 JavaScript 的附加程式庫,請嘗試在 Chrome 開發人員工具中執行[程式碼覆蓋率](https://developer.chrome.com/docs/devtools/coverage)。你可在 `Drupal` 網站上停用 JavaScript 彙整時,透過指令碼網址找出有問題的主題/模組。請留意清單中包含很多指令碼,且程式碼覆蓋率中有大量紅色標示的主題/模組。主題/模組應該只附加網頁上實際使用的指令碼程式庫。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "在「管理 » 設定 » 開發」頁面中設定「瀏覽器和 Proxy 快取最大期限」。瞭解有關 [`Drupal` 快取和優化效能](https://www.drupal.org/docs/8/api/cache-api/cache-api)的詳情。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "建議使用可自動優化並縮減透過網站上載的圖片大小,同時能維持品質的[模組](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search)。此外,請確保網站上所有輸出的圖片都使用 `Drupal` 內置的[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "你可以透過安裝和設定為用戶代理程式資源提示提供設施的[模組](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search),新增 `Preconnect` 或 `dns-prefetch` 資源提示。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "確保使用 `Drupal` 內置的[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)。由檢視模式、檢視畫面或透過 WYSIWYG 編輯器上載的圖片輸出圖片欄位時,請使用回應式圖片樣式。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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 功能,確保系統在載入網站頁字型時使用者可以看到文字。" @@ -3096,7 +3096,7 @@ "message": "部分 WordPress 外掛程式可助您[內嵌重要資產](https://wordpress.org/plugins/search/critical+css/)或[延後載入較不重要的資源](https://wordpress.org/plugins/search/defer+css+javascript/)。請注意,這些外掛程式的優化設定可能影響主題或外掛程式的功能,因此您可能需要變更程式碼。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "選擇輕量主題 (建議使用區塊主題),並執行全頁快取或靜態網站解決方案。停用不必要的外掛程式可以減少伺服器用量。建議將代管系統升級為受管理或專屬服務。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "建議在文章清單中顯示摘錄 (例如加入更多標籤)、減少特定頁面顯示的文章數量、將較長的文章分為多個頁面,或使用可延遲載入留言的外掛程式。" diff --git a/shared/localization/locales/zh-TW.json b/shared/localization/locales/zh-TW.json index 494218233c31..7fe3d69bce4f 100644 --- a/shared/localization/locales/zh-TW.json +++ b/shared/localization/locales/zh-TW.json @@ -2718,55 +2718,55 @@ "message": "建議你使用元件開發套件 (CDK) 中的 `BreakpointObserver` 公用程式來管理圖片中斷點。[瞭解詳情](https://material.angular.io/cdk/layout/overview)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "建議你採用能將上傳的 `GIF` 以 HTML5 影片形式嵌入的服務。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "請考慮在網站上設定[含有 Convert 圖片樣式的 WebP 圖片格式](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "建議你在 `Drupal` 中設定延遲載入圖片。圖片的欄位格式設定工具支援 `lazy` 或 `eager`。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "如果 LCP 元素是以動態方式新增到網頁,必須完成圖片最佳化才能提升 LCP。[瞭解詳情](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "重新導向會導致網頁載入的延遲時間更長。如果已安裝 [Redirect](https://www.drupal.org/project/redirect) 模組,請檢查是否可移除非必要的重新導向。[瞭解詳情](https://developers.google.com/web/tools/lighthouse/audits/redirects)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "建議你使用[模組](https://www.drupal.org/project/critical_css)來內嵌重要的 CSS 和 JavaScript,並針對重要性較低的 CSS 或 JavaScript 使用延遲屬性。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "使用 `Internal Page Cache`、`Internal Dynamic Page Cache` 和 `BigPipe` 等一或多個 `Drupal` 快取模組卸載流量。將上述模組搭配 CDN 使用,可進一步縮短回應時間。代管伺服器應採用 PHP OPcache。建議你使用 Redis 或 Memcache 等記憶體快取,縮短資料庫查詢時間。最後,請使用效能良好的主題、模組和速度更快的伺服器,縮短伺服器回應時間。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "建議你使用[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)來縮減網頁載入圖片的大小。如果你使用 `Views` 在網頁上顯示多個內容項目,建議你實作分頁來限制特定網頁顯示的內容項目數量。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "確認你已啟用「Administration」»「Configuration」»「Development」頁面上的「Aggregate CSS files」。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "確認你已啟用「Administration」»「Configuration」»「Development」頁面上的「Aggregate JavaScript files」。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "建議你移除未使用的 CSS 規則,並僅將必要的 `Drupal` 程式庫附加至相關網頁或網頁上的元件。詳情請參閱 [`Drupal` 說明文件](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。如要找出會新增多餘 CSS 的附加程式庫,請前往 Chrome 開發人員工具執行[程式碼涵蓋率](https://developer.chrome.com/docs/devtools/coverage)功能。在 `Drupal` 網站上停用 CSS 匯總功能後,你可以透過樣式表網址找出有問題的主題/模組。如果在主題/模組的清單中,有許多樣式表的程式碼涵蓋率大量標示為紅色,請特別留意。主題/模組只應附加網頁實際使用的樣式表程式庫。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "建議你移除未使用的 JavaScript 資產,並僅將必要的 `Drupal` 程式庫附加至相關網頁或網頁上的元件。詳情請參閱 [Drupal 說明文件](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。如要找出會新增多餘 JavaScript 的附加程式庫,請前往 Chrome 開發人員工具執行[程式碼涵蓋率](https://developer.chrome.com/docs/devtools/coverage)功能。在 `Drupal` 網站上停用 JavaScript 匯總功能後,你可以透過指令碼網址找出有問題的主題/模組。如果在主題/模組的清單中,有許多指令碼的程式碼涵蓋率大量標示為紅色,請特別留意。主題/模組只應附加網頁實際使用的指令碼程式庫。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "在「Administration」»「Configuration」»「Development」頁面上設定「Browser and proxy cache maximum age」。瞭解 [`Drupal` 快取及如何提高效能](https://www.drupal.org/docs/8/api/cache-api/cache-api)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "如果圖片是透過網站上傳,建議你使用可自動最佳化及縮減圖片大小,而且不會影響畫質的[模組](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search)。此外,請確保網站上所有轉譯的圖片都採用 `Drupal` 內建的[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "如要新增 `Preconnect` 或 `dns-prefetch` 資源提示,可以安裝並設定[模組](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search)來執行使用者代理程式資源提示的功能。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "確認你已採用 `Drupal` 內建的[回應式圖片樣式](https://www.drupal.org/documentation/modules/responsive_image)。透過檢視模式、檢視畫面或透過 WYSIWYG 編輯器上傳的圖片轉譯圖片欄位時,請採用回應式圖片樣式。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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 功能,確保系統在載入網站字型時使用者可以到文字。" @@ -3096,7 +3096,7 @@ "message": "有些 WordPress 外掛程式能協助你[內嵌重要的素材資源](https://wordpress.org/plugins/search/critical+css/)或[延後載入較不重要的資源](https://wordpress.org/plugins/search/defer+css+javascript/)。請注意,這些外掛程式的最佳化設定可能會對現有主題或外掛程式的功能有不良影響,因此你可能需要變更程式碼。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "選擇輕量主題 (最好是區塊主題),並實作全頁快取或靜態網站解決方案。停用不必要的外掛程式,盡量減少伺服器負擔。建議你將代管作業升級為代管或專屬服務。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "建議你在文章清單中顯示摘錄 (例如加入更多標記)、減少特定頁面顯示的文章數量、將較長的文章分為多個頁面,或使用可延遲載入留言的外掛程式。" diff --git a/shared/localization/locales/zh.json b/shared/localization/locales/zh.json index b9eecad1bd4b..e6d9e31b8842 100644 --- a/shared/localization/locales/zh.json +++ b/shared/localization/locales/zh.json @@ -2718,55 +2718,55 @@ "message": "您不妨使用 Component Dev Kit (CDK) 中的 `BreakpointObserver` 实用程序管理映像断点。[了解详情](https://material.angular.io/cdk/layout/overview)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | efficient-animated-content": { - "message": "Consider uploading your `GIF` to a service which will make it available to embed as an HTML5 video." + "message": "建议将 `GIF` 上传到可让其作为 HTML5 视频嵌入的服务。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": { "message": "不妨考虑在您的网站上配置[含 Convert 图片样式的 WebP 图片格式](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": { - "message": "Consider configuring lazy load images in `Drupal`. The field formatters for images support `lazy` or `eager`." + "message": "建议在 `Drupal` 中配置延迟加载图片。图片的字段格式设置工具支持 `lazy` 或 `eager`。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | prioritize-lcp-image": { - "message": "If the LCP element is dynamically added to the page, you should optimize the image in order to improve LCP. [Learn more](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)." + "message": "如果向网页中动态添加 LCP 元素,您应优化图片以缩短 LCP 用时。[了解详情](https://www.smashingmagazine.com/2023/08/methods-improving-drupal-largest-contentful-paint-core-web-vital/)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | redirects": { - "message": "Redirects introduce additional delays before the page can be loaded. If the [Redirect](https://www.drupal.org/project/redirect) module is installed, review if unnecessary redirects can be removed. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects)." + "message": "重定向会在网页可加载前引入更多延迟。如果安装了 [Redirect](https://www.drupal.org/project/redirect) 模块,请检查是否可以移除不必要的重定向。[了解详情](https://developers.google.com/web/tools/lighthouse/audits/redirects)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": { - "message": "Consider using [a module](https://www.drupal.org/project/critical_css) to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript." + "message": "建议使用[模块](https://www.drupal.org/project/critical_css)内嵌关键的 CSS 和 JavaScript,并为非关键的 CSS 或 JavaScript 使用 defer 属性。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": { - "message": "Offload traffic with one or more `Drupal` caching modules such as `Internal Page Cache`, `Internal Dynamic Page Cache`, and `BigPipe`. Couple these with a CDN to further improve response time. Your hosting servers should make use of PHP OPcache. Consider using memory-caching such as Redis or Memcached to reduce database query times. Lastly use performant themes, modules, and faster servers to lower server response time." + "message": "使用一个或多个 `Drupal` 缓存模块分流,例如 `Internal Page Cache`、`Internal Dynamic Page Cache` 和 `BigPipe`。将这些模块与 CDN 结合使用,以进一步缩短响应时间。您的托管服务器应使用 PHP OPcache。建议使用内存缓存(例如 Redis 或 Memcache)来缩短数据库查询时间。最后,使用高性能主题、模块和更快的服务器,以缩短服务器响应时间。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | total-byte-weight": { - "message": "Consider using [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) to reduce the size of images loaded on your page. If you are using `Views` to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page." + "message": "建议使用[自适应图片样式](https://www.drupal.org/documentation/modules/responsive_image)缩减在您网页上加载的图片的大小。如果您使用 `Views` 在网页上显示多个内容项,建议使用分页来限制特定网页上显示的内容项数量。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": { - "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page." + "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 CSS 文件”。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": { - "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page." + "message": "确保您已在“管理 » 配置 » 开发”页面中启用了“聚合 JavaScript 文件”。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": { - "message": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page." + "message": "建议移除未使用的 CSS 规则,并且仅将所需的 `Drupal` 库附加到相关网页或网页中的组件。如需了解详情,请参阅 [`Drupal` 文档](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。若要找出添加无关 CSS 的附加库,请尝试在 Chrome 开发者工具中运行[代码覆盖率](https://developer.chrome.com/docs/devtools/coverage)测试。在 `Drupal` 网站中停用 CSS 聚合后,您可根据样式表网址找出导致问题的主题/模块。请留意列表中哪些主题/模块有大量样式表的代码覆盖率偏红。主题/模块仅应附加网页中确实用到的样式表库。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-javascript": { - "message": "Consider removing unused JavaScript assets and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [Drupal documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous JavaScript, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the script when JavaScript aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many scripts in the list which have a lot of red in code coverage. A theme/module should only attach a script library if it is actually used on the page." + "message": "建议移除未使用的 JavaScript 资源,并且仅将所需的 `Drupal` 库附加到相关网页或网页中的组件。如需了解详情,请参阅 [Drupal 文档](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define)。若要找出添加无关 JavaScript 的附加库,请尝试在 Chrome 开发者工具中运行[代码覆盖率](https://developer.chrome.com/docs/devtools/coverage)测试。在 `Drupal` 网站中停用 JavaScript 聚合后,您可根据脚本网址找出导致问题的主题/模块。请留意列表中哪些主题/模块有大量脚本的代码覆盖率偏红。主题/模块仅应附加网页中确实用到的脚本库。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-long-cache-ttl": { - "message": "Set the \"Browser and proxy cache maximum age\" in the \"Administration » Configuration » Development\" page. Read about [`Drupal` cache and optimizing for performance](https://www.drupal.org/docs/8/api/cache-api/cache-api)." + "message": "在“管理 » 配置 » 开发”页面中设置“浏览器和代理缓存最长时限”。请参阅 [`Drupal` 缓存和性能优化](https://www.drupal.org/docs/8/api/cache-api/cache-api)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-optimized-images": { - "message": "Consider using [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search) that automatically optimizes and reduces the size of images uploaded through the site while retaining quality. Also, ensure you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal` for all images rendered on the site." + "message": "建议使用[模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A123&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=image&solrsort=iss_project_release_usage+desc&op=Search)自动优化通过网站上传的图片,该模块可以在保留图片质量的同时缩减图片大小。此外,请确保网站上渲染的所有图片都使用 `Drupal` 提供的原生[自适应图片样式](https://www.drupal.org/documentation/modules/responsive_image)。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-rel-preconnect": { - "message": "`Preconnect` or `dns-prefetch` resource hints can be added by installing and configuring [a module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search) that provides facilities for user agent resource hints." + "message": "您可以通过安装和配置一个能协助创建用户代理资源提示的[模块](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=Preconnect&solrsort=score+desc&op=Search),来添加 `Preconnect` 或 `dns-prefetch` 资源提示。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-responsive-images": { - "message": "Ensure that you are using the native [Responsive Image Styles](https://www.drupal.org/documentation/modules/responsive_image) provided from `Drupal`. Use the Responsive Image Styles when rendering image fields through view modes, views, or images uploaded through the WYSIWYG editor." + "message": "确保您使用的是 `Drupal` 提供的原生[自适应图片样式](https://www.drupal.org/documentation/modules/responsive_image)。通过视图模式、视图或借助 WYSIWYG 编辑器上传的图片渲染图片字段时,请使用自适应图片样式。" }, "node_modules/lighthouse-stack-packs/packs/drupal.js | uses-text-compression": { - "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)." + "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 功能来确保用户在网页字体加载期间能看到文字。" @@ -3096,7 +3096,7 @@ "message": "有很多 WordPress 插件可帮助您[内嵌重要资源](https://wordpress.org/plugins/search/critical+css/)或[推迟加载不太重要的资源](https://wordpress.org/plugins/search/defer+css+javascript/)。请注意,这些插件提供的优化可能会导致您的主题背景或插件的功能中断,因此您可能需要更改代码。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | server-response-time": { - "message": "Choose a lightweight theme (ideally a block theme) and implement full-page caching or a static site solution. Disable unnecessary plugins to minimize server overhead. Consider upgrading your hosting to managed or dedicated service." + "message": "选择一个轻量级主题(最好是区块主题),并实现全页缓存或静态网站解决方案。停用不必要的插件,以尽量减少服务器开销。建议将托管服务升级为代管式服务或专用服务。" }, "node_modules/lighthouse-stack-packs/packs/wordpress.js | total-byte-weight": { "message": "建议您在博文列表中显示摘录(例如,通过“更多”标签)、减少给定页面上显示的博文的数量、将您的长博文拆分成多个页面或者使用插件延迟加载评论。"