lighthouse 11.0.0-dev.20230906 → 11.1.0-dev.20230907

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/package.json +1 -1
  2. package/shared/localization/locales/ar-XB.json +36 -36
  3. package/shared/localization/locales/ar.json +36 -36
  4. package/shared/localization/locales/bg.json +36 -36
  5. package/shared/localization/locales/ca.json +36 -36
  6. package/shared/localization/locales/cs.json +36 -36
  7. package/shared/localization/locales/da.json +36 -36
  8. package/shared/localization/locales/de.json +36 -36
  9. package/shared/localization/locales/el.json +36 -36
  10. package/shared/localization/locales/en-GB.json +7 -7
  11. package/shared/localization/locales/en-XA.json +36 -36
  12. package/shared/localization/locales/es-419.json +36 -36
  13. package/shared/localization/locales/es.json +36 -36
  14. package/shared/localization/locales/fi.json +36 -36
  15. package/shared/localization/locales/fil.json +36 -36
  16. package/shared/localization/locales/fr.json +36 -36
  17. package/shared/localization/locales/he.json +36 -36
  18. package/shared/localization/locales/hi.json +36 -36
  19. package/shared/localization/locales/hr.json +36 -36
  20. package/shared/localization/locales/hu.json +36 -36
  21. package/shared/localization/locales/id.json +36 -36
  22. package/shared/localization/locales/it.json +36 -36
  23. package/shared/localization/locales/ja.json +36 -36
  24. package/shared/localization/locales/ko.json +36 -36
  25. package/shared/localization/locales/lt.json +36 -36
  26. package/shared/localization/locales/lv.json +36 -36
  27. package/shared/localization/locales/nl.json +36 -36
  28. package/shared/localization/locales/no.json +36 -36
  29. package/shared/localization/locales/pl.json +36 -36
  30. package/shared/localization/locales/pt-PT.json +36 -36
  31. package/shared/localization/locales/pt.json +36 -36
  32. package/shared/localization/locales/ro.json +36 -36
  33. package/shared/localization/locales/ru.json +36 -36
  34. package/shared/localization/locales/sk.json +36 -36
  35. package/shared/localization/locales/sl.json +36 -36
  36. package/shared/localization/locales/sr-Latn.json +36 -36
  37. package/shared/localization/locales/sr.json +36 -36
  38. package/shared/localization/locales/sv.json +36 -36
  39. package/shared/localization/locales/ta.json +36 -36
  40. package/shared/localization/locales/te.json +36 -36
  41. package/shared/localization/locales/th.json +36 -36
  42. package/shared/localization/locales/tr.json +36 -36
  43. package/shared/localization/locales/uk.json +36 -36
  44. package/shared/localization/locales/vi.json +36 -36
  45. package/shared/localization/locales/zh-HK.json +36 -36
  46. package/shared/localization/locales/zh-TW.json +36 -36
  47. package/shared/localization/locales/zh.json +36 -36
@@ -18,13 +18,13 @@
18
18
  "message": "Atribut `[aria-*]` cocok dengan perannya"
19
19
  },
20
20
  "core/audits/accessibility/aria-allowed-role.js | description": {
21
- "message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
21
+ "message": "`role` ARIA memungkinkan teknologi pendukung mengetahui peran setiap elemen di halaman web. Jika nilai `role` salah eja, bukan nilai `role` ARIA yang sudah ada, atau peran abstrak, maka tujuan elemen tersebut tidak akan disampaikan kepada pengguna teknologi pendukung. [Pelajari lebih lanjut peran ARIA](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
22
22
  },
23
23
  "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
- "message": "Values assigned to `role=\"\"` are not valid ARIA roles."
24
+ "message": "Nilai yang ditetapkan untuk `role=\"\"` bukan peran ARIA yang valid."
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": "Nilai yang ditetapkan untuk `role=\"\"` adalah peran ARIA yang valid."
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "Jika elemen tidak memiliki label aksesibilitas, pembaca layar akan mengucapkannya dengan nama umum, sehingga tidak dapat digunakan oleh pengguna yang mengandalkan pembaca layar. [Pelajari cara membuat elemen perintah agar lebih mudah diakses](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
@@ -336,13 +336,13 @@
336
336
  "message": "Elemen halaman memiliki atribut `[alt]`"
337
337
  },
338
338
  "core/audits/accessibility/image-redundant-alt.js | description": {
339
- "message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
339
+ "message": "Elemen informatif harus memberikan teks alternatif yang singkat dan deskriptif. Teks alternatif yang sama persis dengan teks di samping link atau gambar berpotensi membingungkan pengguna pembaca layar, karena teks akan dibaca dua kali. [Pelajari atribut lebih lanjut `alt`](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
340
340
  },
341
341
  "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
342
- "message": "Image elements have `[alt]` attributes that are redundant text."
342
+ "message": "Elemen gambar memiliki atribut `[alt]` yang merupakan teks berlebihan."
343
343
  },
344
344
  "core/audits/accessibility/image-redundant-alt.js | title": {
345
- "message": "Image elements do not have `[alt]` attributes that are redundant text."
345
+ "message": "Elemen gambar tidak memiliki atribut `[alt]` yang merupakan teks berlebihan."
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "Menambahkan teks yang jelas dan mudah diakses ke tombol input dapat membantu pengguna pembaca layar memahami tujuan tombol input. [Pelajari tombol input lebih lanjut](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
@@ -363,13 +363,13 @@
363
363
  "message": "Elemen `<input type=\"image\">` memiliki teks `[alt]`"
364
364
  },
365
365
  "core/audits/accessibility/label-content-name-mismatch.js | description": {
366
- "message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
366
+ "message": "Label teks yang terlihat dan tidak cocok dengan label aksesibilitas dapat menyebabkan pengalaman yang membingungkan bagi pengguna pembaca layar. [Pelajari lebih lanjut label aksesibilitas](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
367
367
  },
368
368
  "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
369
- "message": "Elements with visible text labels do not have matching accessible names."
369
+ "message": "Elemen dengan label teks yang terlihat tidak memiliki label aksesibilitas yang cocok."
370
370
  },
371
371
  "core/audits/accessibility/label-content-name-mismatch.js | title": {
372
- "message": "Elements with visible text labels have matching accessible names."
372
+ "message": "Elemen dengan label teks yang terlihat memiliki label aksesibilitas yang cocok."
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "Label memastikan bahwa kontrol bentuk diucapkan dengan tepat oleh teknologi pendukung, seperti pembaca layar. [Pelajari lebih lanjut label elemen formulir](https://dequeuniversity.com/rules/axe/4.7/label)."
@@ -462,13 +462,13 @@
462
462
  "message": "Elemen \"select\" memiliki elemen label terkait."
463
463
  },
464
464
  "core/audits/accessibility/skip-link.js | description": {
465
- "message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
465
+ "message": "Menyertakan link lewati dapat membantu pengguna melewati konten utama untuk menghemat waktu. [Pelajari lebih lanjut link lewati](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
466
466
  },
467
467
  "core/audits/accessibility/skip-link.js | failureTitle": {
468
- "message": "Skip links are not focusable."
468
+ "message": "Link lewati tidak dapat difokuskan."
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "Link lewati dapat difokuskan."
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "Nilai yang lebih besar dari 0 menunjukkan pengurutan navigasi eksplisit. Walaupun secara teknis valid, hal ini sering menciptakan pengalaman yang membingungkan bagi pengguna yang mengandalkan teknologi pendukung. [Pelajari atribut lebih lanjut `tabindex`](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
@@ -480,13 +480,13 @@
480
480
  "message": "Tidak ada elemen yang memiliki nilai `[tabindex]` lebih besar dari 0"
481
481
  },
482
482
  "core/audits/accessibility/table-duplicate-name.js | description": {
483
- "message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
483
+ "message": "Atribut ringkasan harus mendeskripsikan struktur tabel, sedangkan `<caption>` harus memiliki judul di layar. Markup tabel yang akurat akan membantu pengguna pembaca layar. [Pelajari lebih lanjut ringkasan dan teks](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
484
484
  },
485
485
  "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
486
- "message": "Tables have the same content in the summary attribute and `<caption>.`"
486
+ "message": "Tabel memiliki konten yang sama di atribut ringkasan dan `<caption>.`"
487
487
  },
488
488
  "core/audits/accessibility/table-duplicate-name.js | title": {
489
- "message": "Tables have different content in the summary attribute and `<caption>`."
489
+ "message": "Tabel memiliki konten yang berbeda di atribut ringkasan dan `<caption>`."
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "Pembaca layar memiliki fitur yang memudahkan navigasi tabel. Memastikan tabel menggunakan elemen teks yang sebenarnya, bukan sel dengan atribut `[colspan]`, dapat meningkatkan pengalaman bagi pengguna pembaca layar. [Pelajari teks lebih lanjut](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
@@ -498,7 +498,7 @@
498
498
  "message": "Tabel menggunakan `<caption>`, bukan sel dengan atribut `[colspan]` untuk menunjukkan teks."
499
499
  },
500
500
  "core/audits/accessibility/target-size.js | description": {
501
- "message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.7/target-size)."
501
+ "message": "Target sentuh dengan ukuran dan spasi yang memadai membantu pengguna yang kesulitan mengetuk kontrol kecil untuk mengaktifkan target. [Pelajari target sentuh lebih lanjut](https://dequeuniversity.com/rules/axe/4.7/target-size)."
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "Target sentuh tidak memiliki ukuran atau spasi yang memadai."
@@ -1083,7 +1083,7 @@
1083
1083
  "message": "prefer_related_applications hanya didukung di saluran Beta dan Stabil Chrome di Android."
1084
1084
  },
1085
1085
  "core/audits/installable-manifest.js | protocol-timeout": {
1086
- "message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
1086
+ "message": "Lighthouse tidak dapat menentukan apakah halaman dapat diinstal. Coba lagi dengan versi Chrome yang lebih baru."
1087
1087
  },
1088
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1089
1089
  "message": "URL mulai manifes tidak valid"
@@ -1704,7 +1704,7 @@
1704
1704
  "message": "Praktik terbaik"
1705
1705
  },
1706
1706
  "core/config/default-config.js | a11yCategoryDescription": {
1707
- "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review/) is also encouraged."
1707
+ "message": "Pemeriksaan ini menandai peluang untuk [meningkatkan aksesibilitas aplikasi web Anda](https://developer.chrome.com/docs/lighthouse/accessibility/). Deteksi otomatis hanya dapat mendeteksi sebagian masalah dan tidak menjamin aksesibilitas aplikasi web Anda, sehingga [pengujian manual](https://web.dev/how-to-review/) juga dianjurkan."
1708
1708
  },
1709
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1710
1710
  "message": "Item berikut ini menangani area yang tidak dapat dicakup oleh fitur pengujian otomatis. Pelajari lebih lanjut dalam panduan kami tentang [menjalankan tinjauan aksesibilitas](https://web.dev/how-to-review/)."
@@ -2850,7 +2850,7 @@
2850
2850
  "message": "Instal [modul Drupal](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) yang dapat memuat gambar dengan lambat. Modul tersebut mampu menunda pemuatan gambar di bagian halaman yang belum ditampilkan untuk meningkatkan performa."
2851
2851
  },
2852
2852
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2853
- "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2853
+ "message": "Sebaiknya gunakan modul untuk menyejajarkan CSS dan JavaScript penting, dan gunakan atribut tunda untuk CSS atau JavaScript yang tidak penting."
2854
2854
  },
2855
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2856
2856
  "message": "Semua spesifikasi tema, modul, dan server berkontribusi pada waktu respons server. Sebaiknya cari tema yang lebih optimal, pilih modul pengoptimalan dengan hati-hati, dan/atau upgrade server Anda. Server hosting Anda harus memanfaatkan cache opcode dan cache memori PHP untuk mengurangi waktu kueri database, seperti Redis atau Memcached, serta logika aplikasi yang dioptimalkan guna menyiapkan halaman dengan lebih cepat."
@@ -2859,10 +2859,10 @@
2859
2859
  "message": "Sebaiknya gunakan [Responsive Image Styles](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) 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."
2860
2860
  },
2861
2861
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2862
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2862
+ "message": "Pastikan Anda mengaktifkan \"Aggregate CSS files\" di halaman \"Administration » Configuration » Development\". Pastikan situs Drupal Anda menjalankan setidaknya Drupal 10.1 untuk mendapatkan dukungan penggabungan aset yang ditingkatkan."
2863
2863
  },
2864
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2865
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2865
+ "message": "Pastikan Anda mengaktifkan \"Aggregate JavaScript files\" di halaman \"Administration » Configuration » Development\". Pastikan situs Drupal Anda menjalankan setidaknya Drupal 10.1 untuk mendapatkan dukungan penggabungan aset yang ditingkatkan."
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2868
2868
  "message": "Sebaiknya hapus aturan CSS yang tidak digunakan dan hanya lampirkan library Drupal yang diperlukan ke halaman atau komponen yang relevan di halaman. Buka [Link dokumentasi Drupal](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) untuk mengetahui detailnya. Untuk mengidentifikasi library yang dilampirkan yang menambahkan CSS tidak relevan, coba jalankan [cakupan kode](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) di Chrome DevTools. Anda dapat mengidentifikasi tema/modul yang bertanggung jawab dari URL stylesheet saat agregasi 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 menambahkan stylesheet ke antrean jika memang benar digunakan di halaman."
@@ -3063,46 +3063,46 @@
3063
3063
  "message": "Aktifkan kompresi di server Next.js Anda. [Pelajari lebih lanjut](https://nextjs.org/docs/api-reference/next.config.js/compression)."
3064
3064
  },
3065
3065
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3066
- "message": "Contact your account manager to enable [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Configuring it will prioritize and optimize your page rendering performance."
3066
+ "message": "Hubungi pengelola akun Anda untuk mengaktifkan [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Mengonfigurasinya akan memprioritaskan dan mengoptimalkan performa rendering halaman Anda."
3067
3067
  },
3068
3068
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3069
- "message": "Use the [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) option in NitroPack to set a desired value for the CSS font-display rule."
3069
+ "message": "Gunakan opsi [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) di NitroPack untuk menetapkan nilai yang diinginkan untuk aturan tampilan font CSS."
3070
3070
  },
3071
3071
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3072
- "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3072
+ "message": "Gunakan [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) untuk otomatis mengonversi gambar ke WebP."
3073
3073
  },
3074
3074
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3075
- "message": "Defer offscreen images by enabling [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3075
+ "message": "Tunda gambar di luar layar dengan mengaktifkan [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3076
3076
  },
3077
3077
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3078
- "message": "Enable [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack for faster initial load times."
3078
+ "message": "Aktifkan [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) di NitroPack untuk waktu pemuatan awal yang lebih cepat."
3079
3079
  },
3080
3080
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3081
- "message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3081
+ "message": "Tingkatkan waktu respons server dan optimalkan performa yang dirasakan dengan mengaktifkan [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3082
3082
  },
3083
3083
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
3084
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your CSS, HTML, and JavaScript files for faster load times."
3084
+ "message": "Aktifkan [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) di setelan Cache untuk mengurangi ukuran file CSS, HTML, dan JavaScript Anda agar waktu pemuatan menjadi lebih cepat."
3085
3085
  },
3086
3086
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3087
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your JS, HTML, and CSS files for faster load times."
3087
+ "message": "Aktifkan [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) di setelan Cache untuk mengurangi ukuran file JS, HTML, dan CSS Anda agar waktu pemuatan menjadi lebih cepat."
3088
3088
  },
3089
3089
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3090
- "message": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page."
3090
+ "message": "Aktifkan [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) untuk menghapus aturan CSS yang tidak berlaku untuk halaman ini."
3091
3091
  },
3092
3092
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3093
- "message": "Configure [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack to delay loading of scripts until they are needed."
3093
+ "message": "Konfigurasi [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) di NitroPack untuk menunda pemuatan skrip hingga diperlukan."
3094
3094
  },
3095
3095
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3096
- "message": "Go to the [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) feature in the `Caching` menu and adjust your page cache expiration time to improve loading times and user experience."
3096
+ "message": "Buka fitur [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) di menu `Caching` dan sesuaikan waktu habis masa berlaku cache halaman Anda untuk meningkatkan waktu pemuatan dan pengalaman pengguna."
3097
3097
  },
3098
3098
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3099
- "message": "Automatically compress, optimize, and convert your images into WebP by enabling the [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) setting."
3099
+ "message": "Otomatis mengompresi, mengoptimalkan, dan mengonversi gambar menjadi WebP dengan mengaktifkan setelan [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack)."
3100
3100
  },
3101
3101
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3102
- "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3102
+ "message": "Aktifkan [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) untuk mengoptimalkan gambar Anda secara preemptive dan membuatnya cocok dengan dimensi penampung yang menampilkannya di semua perangkat."
3103
3103
  },
3104
3104
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3105
- "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3105
+ "message": "Gunakan [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) di NitroPack untuk mengurangi ukuran file yang dikirim ke browser."
3106
3106
  },
3107
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3108
3108
  "message": "Gunakan komponen `nuxt/image` dan setel `format=\"webp\"`. [Pelajari lebih lanjut](https://image.nuxtjs.org/components/nuxt-img#format)."
@@ -3306,7 +3306,7 @@
3306
3306
  "message": "Simpan sebagai JSON"
3307
3307
  },
3308
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3309
- "message": "View Unthrottled Trace"
3309
+ "message": "Lihat Trace yang Tidak Di-throttle"
3310
3310
  },
3311
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3312
3312
  "message": "Buka di Penampil"
@@ -18,13 +18,13 @@
18
18
  "message": "Gli attributi `[aria-*]` corrispondono ai rispettivi ruoli"
19
19
  },
20
20
  "core/audits/accessibility/aria-allowed-role.js | description": {
21
- "message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
21
+ "message": "Gli attributi `role` ARIA consentono alle tecnologie per la disabilità di conoscere il ruolo di ogni elemento della pagina web. Se i valori `role` non vengono digitati correttamente, non sono presenti valori `role` ARIA o ruoli astratti, lo scopo dell'elemento non verrà comunicato agli utenti delle tecnologie per la disabilità. [Scopri di più sui ruoli ARIA](https://dequeuniversity.com/rules/axe/4.7/aria-allowed-roles)."
22
22
  },
23
23
  "core/audits/accessibility/aria-allowed-role.js | failureTitle": {
24
- "message": "Values assigned to `role=\"\"` are not valid ARIA roles."
24
+ "message": "I valori assegnati a `role=\"\"` non sono ruoli ARIA validi."
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": "I valori assegnati a `role=\"\"` sono ruoli ARIA validi."
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "Quando un elemento non ha un nome accessibile, gli screen reader lo descrivono con un nome generico, rendendolo inutilizzabile per gli utenti che si affidano agli screen reader. [Scopri come rendere più accessibili gli elementi di comando](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
@@ -336,13 +336,13 @@
336
336
  "message": "Gli elementi immagine hanno attributi `[alt]`"
337
337
  },
338
338
  "core/audits/accessibility/image-redundant-alt.js | description": {
339
- "message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
339
+ "message": "Gli elementi informativi dovrebbero mostrare testo alternativo breve e descrittivo. Un testo alternativo identico a quello adiacente al link o all'immagine potrebbe creare confusione negli utenti di screen reader perché verrà letto due volte. [Scopri di più sull'attributo `alt`](https://dequeuniversity.com/rules/axe/4.7/image-redundant-alt)."
340
340
  },
341
341
  "core/audits/accessibility/image-redundant-alt.js | failureTitle": {
342
- "message": "Image elements have `[alt]` attributes that are redundant text."
342
+ "message": "Gli elementi image hanno attributi `[alt]` che rappresentano testo ridondante."
343
343
  },
344
344
  "core/audits/accessibility/image-redundant-alt.js | title": {
345
- "message": "Image elements do not have `[alt]` attributes that are redundant text."
345
+ "message": "Gli elementi image non hanno attributi `[alt]` che rappresentano testo ridondante."
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "L'aggiunta di testo distinguibile e accessibile ai pulsanti di immissione può aiutare gli utenti di screen reader a comprendere lo scopo dei pulsanti. [Scopri di più sui pulsanti di immissione](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
@@ -363,13 +363,13 @@
363
363
  "message": "Gli elementi `<input type=\"image\">` hanno testo `[alt]`"
364
364
  },
365
365
  "core/audits/accessibility/label-content-name-mismatch.js | description": {
366
- "message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
366
+ "message": "Le etichette di testo visibili che non corrispondono al nome accessibile possono generare un'esperienza confusa per gli utenti di screen reader. [Scopri di più sui nomi accessibili](https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch)."
367
367
  },
368
368
  "core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
369
- "message": "Elements with visible text labels do not have matching accessible names."
369
+ "message": "Gli elementi con etichette di testo visibili non hanno nomi accessibili corrispondenti."
370
370
  },
371
371
  "core/audits/accessibility/label-content-name-mismatch.js | title": {
372
- "message": "Elements with visible text labels have matching accessible names."
372
+ "message": "Gli elementi con etichette di testo visibili hanno nomi accessibili corrispondenti."
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "Le etichette consentono di assicurarsi che i controlli dei moduli vengano descritti in modo corretto dalle tecnologie per la disabilità, come gli screen reader. [Scopri di più sulle etichette degli elementi del modulo](https://dequeuniversity.com/rules/axe/4.7/label)."
@@ -462,13 +462,13 @@
462
462
  "message": "Alcuni elementi hanno elementi di etichette associati."
463
463
  },
464
464
  "core/audits/accessibility/skip-link.js | description": {
465
- "message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
465
+ "message": "L'inclusione di uno skip link può aiutare gli utenti a passare ai contenuti principali per risparmiare tempo. [Scopri di più sugli skip link](https://dequeuniversity.com/rules/axe/4.7/skip-link)."
466
466
  },
467
467
  "core/audits/accessibility/skip-link.js | failureTitle": {
468
- "message": "Skip links are not focusable."
468
+ "message": "Gli skip link non sono attivabili."
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "Gli skip link sono attivabili."
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "Un valore maggiore di 0 implica un ordine di navigazione esplicito. Sebbene sia tecnicamente valido, spesso genera un'esperienza frustrante per gli utenti che usano tecnologie per la disabilità. [Scopri di più sull'attributo `tabindex`](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
@@ -480,13 +480,13 @@
480
480
  "message": "Nessun elemento ha un valore `[tabindex]` maggiore di 0"
481
481
  },
482
482
  "core/audits/accessibility/table-duplicate-name.js | description": {
483
- "message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
483
+ "message": "L'attributo summary deve descrivere la struttura della tabella, mentre `<caption>` deve avere il titolo sullo schermo. Il markup accurato della tabella aiuta gli utenti di screen reader. [Scopri di più su summary e caption](https://dequeuniversity.com/rules/axe/4.7/table-duplicate-name)."
484
484
  },
485
485
  "core/audits/accessibility/table-duplicate-name.js | failureTitle": {
486
- "message": "Tables have the same content in the summary attribute and `<caption>.`"
486
+ "message": "Le tabelle hanno gli stessi contenuti nell'attributo summary e in `<caption>.`"
487
487
  },
488
488
  "core/audits/accessibility/table-duplicate-name.js | title": {
489
- "message": "Tables have different content in the summary attribute and `<caption>`."
489
+ "message": "Le tabelle hanno contenuti diversi nell'attributo summary e in `<caption>`."
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "Gli screen reader sono dotati di funzionalità che semplificano la navigazione nelle tabelle. Se nelle tabelle usi l'elemento effettivo dei sottotitoli codificati anziché le celle con l'attributo `[colspan]`, puoi migliorare l'esperienza degli utenti di screen reader. [Scopri di più sui sottotitoli codificati](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
@@ -498,7 +498,7 @@
498
498
  "message": "Le tabelle utilizzano `<caption>` anziché celle con l'attributo `[colspan]` per indicare un sottotitolo codificato."
499
499
  },
500
500
  "core/audits/accessibility/target-size.js | description": {
501
- "message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.7/target-size)."
501
+ "message": "I touch target con dimensioni e spaziatura sufficienti aiutano gli utenti che potrebbero avere difficoltà a usare i piccoli controlli ad attivare i target. [Scopri di più sui touch target](https://dequeuniversity.com/rules/axe/4.7/target-size)."
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "I touch target non hanno dimensioni o spaziatura sufficienti."
@@ -1083,7 +1083,7 @@
1083
1083
  "message": "prefer_related_applications è supportato solo sui canali beta e stabili di Chrome su Android."
1084
1084
  },
1085
1085
  "core/audits/installable-manifest.js | protocol-timeout": {
1086
- "message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
1086
+ "message": "Lighthouse non ha potuto determinare se è possibile installare la pagina. Prova a usare una versione più recente di Chrome."
1087
1087
  },
1088
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1089
1089
  "message": "L'URL di avvio del file manifest non è valido"
@@ -1704,7 +1704,7 @@
1704
1704
  "message": "Best practice"
1705
1705
  },
1706
1706
  "core/config/default-config.js | a11yCategoryDescription": {
1707
- "message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review/) is also encouraged."
1707
+ "message": "Questi controlli mettono in evidenza le opportunità per [migliorare l'accessibilità della tua app web](https://developer.chrome.com/docs/lighthouse/accessibility/). Il rilevamento automatico è in grado di rilevare soltanto un sottoinsieme di problemi e non garantisce l'accessibilità della tua app web, pertanto sono consigliati anche i [test manuali](https://web.dev/how-to-review/)."
1708
1708
  },
1709
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1710
1710
  "message": "Questi elementi riguardano aree che uno strumento di test automatizzato non può coprire. Leggi ulteriori informazioni nella nostra guida su come [effettuare un esame di accessibilità](https://web.dev/how-to-review/)."
@@ -2850,7 +2850,7 @@
2850
2850
  "message": "Installa [un modulo Drupal](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) che consenta il caricamento lento delle immagini. Questi moduli offrono la possibilità di rimandare qualsiasi immagine fuori schermo per migliorare le prestazioni."
2851
2851
  },
2852
2852
  "node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
2853
- "message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
2853
+ "message": "Potresti usare un modulo per incorporare codice JavaScript e CSS fondamentale e usare l'attributo defer per codice JavaScript e CSS non fondamentale."
2854
2854
  },
2855
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2856
2856
  "message": "Le specifiche del server, i moduli e i temi contribuiscono al tempo di risposta del server. Potresti usare un tema più ottimizzato, selezionando con cura un modulo per l'ottimizzazione e/o eseguendo l'upgrade del server. I server hosting dovrebbero usare la memorizzazione nella cache opcode PHP, la memorizzazione nella cache per ridurre i tempi di query del database come Redis o memcache e una logica dell'applicazione ottimizzata per preparare più rapidamente le pagine."
@@ -2859,10 +2859,10 @@
2859
2859
  "message": "Potresti usare gli [stili di immagini adattabili](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) 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."
2860
2860
  },
2861
2861
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
2862
- "message": "Ensure you have enabled \"Aggregate CSS files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2862
+ "message": "Assicurati di aver attivato l'opzione \"Aggregate CSS files\" (Aggrega file CSS) nella pagina \"Administration (Amministrazione) » Configuration (Configurazione) » Development (Sviluppo)\". Assicurati che il tuo sito Drupal utilizzi almeno la versione Drupal 10.1 per un migliore supporto dell'aggregazione degli asset."
2863
2863
  },
2864
2864
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
2865
- "message": "Ensure you have enabled \"Aggregate JavaScript files\" in the \"Administration » Configuration » Development\" page. Ensure your Drupal site is running at least Drupal 10.1 for improved asset aggregation support."
2865
+ "message": "Assicurati di aver attivato l'opzione \"Aggregate JavaScript files\" (Aggrega file JavaScript) nella pagina \"Administration (Amministrazione) » Configuration (Configurazione) » Development (Sviluppo)\". Assicurati che il tuo sito Drupal utilizzi almeno la versione Drupal 10.1 per un migliore supporto dell'aggregazione degli asset."
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2868
2868
  "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, apri il [link alla documentazione relativa a Drupal](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library). Per individuare le librerie collegate che aggiungono CSS estraneo, prova a eseguire la [copertura del codice](https://developers.google.com/web/updates/2017/04/devtools-release-notes#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 aggiungere in coda un foglio di stile solo se viene effettivamente utilizzato nella pagina."
@@ -3063,46 +3063,46 @@
3063
3063
  "message": "Attiva la compressione sul tuo server Next.js. [Scopri di più](https://nextjs.org/docs/api-reference/next.config.js/compression)."
3064
3064
  },
3065
3065
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | dom-size": {
3066
- "message": "Contact your account manager to enable [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Configuring it will prioritize and optimize your page rendering performance."
3066
+ "message": "Contatta il tuo account manager per attivare [`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337). Con la relativa configurazione verrà data la priorità alle prestazioni di rendering delle pagine e verranno ottimizzate queste prestazioni."
3067
3067
  },
3068
3068
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | font-display": {
3069
- "message": "Use the [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) option in NitroPack to set a desired value for the CSS font-display rule."
3069
+ "message": "Utilizza l'opzione [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) in NitroPack per impostare un valore desiderato per la regola di visualizzazione dei caratteri CSS."
3070
3070
  },
3071
3071
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | modern-image-formats": {
3072
- "message": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to WebP."
3072
+ "message": "Usa [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) per convertire automaticamente le tue immagini in WebP."
3073
3073
  },
3074
3074
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | offscreen-images": {
3075
- "message": "Defer offscreen images by enabling [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images)."
3075
+ "message": "Attiva [`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images) per rimandare le immagini fuori schermo."
3076
3076
  },
3077
3077
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | render-blocking-resources": {
3078
- "message": "Enable [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack for faster initial load times."
3078
+ "message": "Attiva [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) in NitroPack per velocizzare i tempi di caricamento iniziali."
3079
3079
  },
3080
3080
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | server-response-time": {
3081
- "message": "Improve server response time and optimize perceived performance by activating [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3081
+ "message": "Migliora il tempo di risposta del server e ottimizza le prestazioni percepite attivando [`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361)."
3082
3082
  },
3083
3083
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-css": {
3084
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your CSS, HTML, and JavaScript files for faster load times."
3084
+ "message": "Attiva [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) nelle impostazioni Caching (Memorizzazione nella cache) per ridurre le dimensioni dei file CSS, HTML e JavaScript e velocizzare i tempi di caricamento."
3085
3085
  },
3086
3086
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unminified-javascript": {
3087
- "message": "Enable [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) in your Caching settings to reduce the size of your JS, HTML, and CSS files for faster load times."
3087
+ "message": "Attiva [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) nelle impostazioni Caching (Memorizzazione nella cache) per ridurre le dimensioni dei file JS, HTML e CSS e velocizzare i tempi di caricamento."
3088
3088
  },
3089
3089
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-css-rules": {
3090
- "message": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page."
3090
+ "message": "Attiva [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) per rimuovere le regole CSS non applicabili a questa pagina."
3091
3091
  },
3092
3092
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | unused-javascript": {
3093
- "message": "Configure [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack to delay loading of scripts until they are needed."
3093
+ "message": "Configura [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) in NitroPack per ritardare il caricamento degli script finché non sono necessari."
3094
3094
  },
3095
3095
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-long-cache-ttl": {
3096
- "message": "Go to the [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) feature in the `Caching` menu and adjust your page cache expiration time to improve loading times and user experience."
3096
+ "message": "Vai alla funzionalità [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) nel menu `Caching` e modifica la scadenza della cache della pagina per migliorare i tempi di caricamento e l'esperienza utente."
3097
3097
  },
3098
3098
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
3099
- "message": "Automatically compress, optimize, and convert your images into WebP by enabling the [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) setting."
3099
+ "message": "Comprimi, ottimizza e converti automaticamente le tue immagini in WebP attivando l'impostazione [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack)."
3100
3100
  },
3101
3101
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-responsive-images": {
3102
- "message": "Enable [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) to preemptively optimize your images and make them match the dimensions of the containers they’re displayed in across all devices."
3102
+ "message": "Attiva [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) per ottimizzare preventivamente le tue immagini e farle corrispondere alle dimensioni dei contenitori in cui vengono visualizzate su tutti i dispositivi."
3103
3103
  },
3104
3104
  "node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-text-compression": {
3105
- "message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
3105
+ "message": "Utilizza [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack per ridurre le dimensioni dei file inviati al browser."
3106
3106
  },
3107
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3108
3108
  "message": "Usa il componente `nuxt/image` e imposta `format=\"webp\"`. [Scopri di più](https://image.nuxtjs.org/components/nuxt-img#format)."
@@ -3306,7 +3306,7 @@
3306
3306
  "message": "Salva come JSON"
3307
3307
  },
3308
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3309
- "message": "View Unthrottled Trace"
3309
+ "message": "Visualizza traccia originale"
3310
3310
  },
3311
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3312
3312
  "message": "Apri nell'app Viewer"