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": "แอตทริบิวต์ `[aria-*]` ตรงกับบทบาทของตน"
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 ช่วยให้เทคโนโลยีความช่วยเหลือพิเศษทราบถึงบทบาทของแต่ละองค์ประกอบในหน้าเว็บ หากค่า`role`สะกดผิด ไม่ใช่ค่า`role` ARIA ที่มีอยู่ หรือเป็นบทบาทนามธรรม ระบบก็จะไม่สื่อสารจุดประสงค์ขององค์ประกอบดังกล่าวไปยังผู้ใช้เทคโนโลยีความช่วยเหลือพิเศษ [ดูข้อมูลเพิ่มเติมเกี่ยวกับบทบาท 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": "ค่าที่กำหนดให้กับ `role=\"\"` ไม่ใช่บทบาท ARIA ที่ถูกต้อง"
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": "ค่าที่กําหนดให้กับ `role=\"\"` เป็นบทบาท ARIA ที่ถูกต้อง"
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "เมื่อองค์ประกอบไม่มีชื่อที่เข้าถึงได้ โปรแกรมอ่านหน้าจอจะอ่านองค์ประกอบนั้นโดยใช้ชื่อทั่วไป ซึ่งทำให้ผู้ที่ต้องใช้โปรแกรมอ่านหน้าจอใช้องค์ประกอบดังกล่าวไม่ได้ [ดูวิธีทําให้องค์ประกอบคําสั่งเข้าถึงได้ง่ายขึ้น](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)"
@@ -336,13 +336,13 @@
336
336
  "message": "องค์ประกอบรูปภาพมีแอตทริบิวต์ `[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": "องค์ประกอบเพื่อการให้ข้อมูลควรมีข้อความสำรองที่สั้นกระชับและสื่อความหมาย ข้อความสำรองที่เหมือนกันทุกประการกับข้อความที่อยู่ติดกับลิงก์หรือรูปภาพอาจทำให้ผู้ใช้โปรแกรมอ่านหน้าจอสับสนได้เนื่องจากระบบจะอ่านข้อความ 2 ครั้ง [ดูข้อมูลเพิ่มเติมเกี่ยวกับแอตทริบิวต์ `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": "องค์ประกอบรูปภาพมีแอตทริบิวต์ `[alt]` ที่เป็นข้อความซ้ำซ้อน"
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": "องค์ประกอบรูปภาพไม่มีแอตทริบิวต์ `[alt]` ที่เป็นข้อความซ้ำซ้อน"
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "การเพิ่มข้อความช่วยการเข้าถึงซึ่งมองเห็นได้ลงในปุ่มอินพุตอาจช่วยให้ผู้ใช้โปรแกรมอ่านหน้าจอเข้าใจวัตถุประสงค์ของปุ่มอินพุต [ดูข้อมูลเพิ่มเติมเกี่ยวกับปุ่มอินพุต](https://dequeuniversity.com/rules/axe/4.7/input-button-name)"
@@ -363,13 +363,13 @@
363
363
  "message": "องค์ประกอบ `<input type=\"image\">` มีข้อความ `[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": "ป้ายกำกับข้อความที่มองเห็นได้ซึ่งไม่ตรงกับชื่อที่เข้าถึงได้อาจทำให้ผู้ใช้โปรแกรมอ่านหน้าจอสับสน [ดูข้อมูลเพิ่มเติมเกี่ยวกับชื่อที่เข้าถึงได้](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": "องค์ประกอบที่มีป้ายกำกับข้อความที่มองเห็นได้ไม่มีชื่อที่เข้าถึงได้ที่ตรงกัน"
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": "องค์ประกอบที่มีป้ายกำกับข้อความที่มองเห็นได้มีชื่อที่เข้าถึงได้ที่ตรงกัน"
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "ป้ายกำกับช่วยดูแลให้เทคโนโลยีความช่วยเหลือพิเศษอย่างเช่น โปรแกรมอ่านหน้าจอ อ่านส่วนควบคุมฟอร์มได้อย่างถูกต้อง [ดูข้อมูลเพิ่มเติมเกี่ยวกับป้ายกํากับองค์ประกอบแบบฟอร์ม](https://dequeuniversity.com/rules/axe/4.7/label)"
@@ -462,13 +462,13 @@
462
462
  "message": "องค์ประกอบ Select มีองค์ประกอบป้ายกำกับที่เกี่ยวข้อง"
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": "การใส่ลิงก์ข้ามจะช่วยให้ผู้ใช้ข้ามไปยังเนื้อหาหลักเพื่อประหยัดเวลาได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ข้าม](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": "ไม่สามารถโฟกัสที่ลิงก์ข้ามได้"
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "โฟกัสลิงก์ข้ามได้"
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "ค่าที่มากกว่า 0 หมายความว่ามีการจัดเรียงการนำทางที่ชัดเจน แม้ว่าการทำงานนี้จะไม่มีปัญหาในทางเทคนิค แต่มักก่อให้เกิดประสบการณ์การใช้งานที่น่าหงุดหงิดสำหรับผู้ใช้เทคโนโลยีความช่วยเหลือพิเศษ [ดูข้อมูลเพิ่มเติมเกี่ยวกับแอตทริบิวต์ `tabindex`](https://dequeuniversity.com/rules/axe/4.7/tabindex)"
@@ -480,13 +480,13 @@
480
480
  "message": "ไม่มีองค์ประกอบที่มีค่า `[tabindex]` มากกว่า 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": "แอตทริบิวต์สรุปควรอธิบายโครงสร้างตาราง ส่วน`<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": "ตารางมีเนื้อหาที่เหมือนกันในแอตทริบิวต์สรุปและ`<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": "ตารางมีเนื้อหาที่แตกต่างกันในแอตทริบิวต์สรุปและ`<caption>`"
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "โปรแกรมอ่านหน้าจอมีฟีเจอร์ที่ช่วยให้ไปยังส่วนต่างๆ ของตารางได้ง่ายขึ้น การตรวจสอบว่าตารางใช้องค์ประกอบคำบรรยายจริงแทนเซลล์ที่มีแอตทริบิวต์ `[colspan]` อาจช่วยปรับปรุงประสบการณ์การใช้งานของผู้ใช้โปรแกรมอ่านหน้าจอได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับคำบรรยาย](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)"
@@ -498,7 +498,7 @@
498
498
  "message": "ตารางใช้ `<caption>` แทนเซลล์ที่มีแอตทริบิวต์ `[colspan]` ในการระบุคำบรรยาย"
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": "เป้าหมายการสัมผัสที่มีขนาดและระยะห่างเพียงพอจะช่วยให้ผู้ใช้ที่อาจพบปัญหาในการกำหนดเป้าหมายการควบคุมขนาดเล็กเปิดใช้งานเป้าหมายได้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับเป้าหมายการสัมผัส](https://dequeuniversity.com/rules/axe/4.7/target-size)"
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "เป้าหมายการสัมผัสไม่มีขนาดหรือระยะห่างที่เพียงพอ"
@@ -1083,7 +1083,7 @@
1083
1083
  "message": "prefer_related_applications ใช้ได้เฉพาะใน Chrome เบต้า และเวอร์ชันเสถียรใน 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 ไม่สามารถระบุว่าติดตั้งหน้าเว็บได้หรือไม่ โปรดลองใช้ Chrome เวอร์ชันใหม่กว่านี้"
1087
1087
  },
1088
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1089
1089
  "message": "URL เริ่มต้นของไฟล์ Manifest ไม่ถูกต้อง"
@@ -1704,7 +1704,7 @@
1704
1704
  "message": "แนวทางปฏิบัติที่ดีที่สุด"
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": "การตรวจสอบเหล่านี้ไฮไลต์โอกาสในการ[ปรับปรุงการช่วยเหลือพิเศษของเว็บแอป](https://developer.chrome.com/docs/lighthouse/accessibility/) การตรวจหาอัตโนมัติจะตรวจพบเพียงปัญหาชุดย่อยและไม่รับประกันการช่วยเหลือพิเศษของเว็บแอป เราจึงขอแนะนำให้[ตรวจสอบเอง](https://web.dev/how-to-review/)ด้วยเช่นกัน"
1708
1708
  },
1709
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1710
1710
  "message": "รายการเหล่านี้จัดการพื้นที่ที่เครื่องมือทดสอบอัตโนมัติไม่ครอบคลุม ดูข้อมูลเพิ่มเติมในคำแนะนำเกี่ยวกับ[การดำเนินการตรวจสอบการช่วยเหลือพิเศษ](https://web.dev/how-to-review/)"
@@ -2850,7 +2850,7 @@
2850
2850
  "message": "ติดตั้ง[โมดูล 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) ที่โหลดรูปภาพแบบ Lazy Loading ได้ โมดูลนี้จะช่วยเลื่อนเวลาโหลดรูปภาพนอกจอภาพเพื่อปรับปรุงประสิทธิภาพ"
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": "ลองใช้โมดูลเพื่อแทรก CSS และ JavaScript ที่สำคัญในหน้า และใช้แอตทริบิวต์ที่เลื่อนเวลาออกไปสำหรับ CSS หรือ JavaScript ที่ไม่สำคัญ"
2854
2854
  },
2855
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2856
2856
  "message": "ข้อกำหนดของธีม โมดูล และเซิร์ฟเวอร์ล้วนส่งผลต่อเวลาในการตอบสนองของเซิร์ฟเวอร์ ลองหาธีมที่เพิ่มประสิทธิภาพมากขึ้น พยายามเลือกโมดูลการเพิ่มประสิทธิภาพด้วยความระมัดระวัง และ/หรืออัปเกรดเซิร์ฟเวอร์ เซิร์ฟเวอร์โฮสติ้งควรใช้ประโยชน์จากการแคช PHP Opcode, การแคชหน่วยความจำเพื่อลดเวลาในการค้นหาฐานข้อมูล เช่น Redis หรือ Memcached รวมถึงตรรกะของแอปพลิเคชันที่เพิ่มประสิทธิภาพเพื่อให้เตรียมความพร้อมของหน้าได้เร็วขึ้น"
@@ -2859,10 +2859,10 @@
2859
2859
  "message": "ลองใช้[สไตล์รูปภาพที่ปรับเปลี่ยนตามพื้นที่โฆษณา](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)เพื่อลดขนาดของรูปภาพที่โหลดในหน้า หากคุณใช้มุมมองเพื่อดูรายการเนื้อหาหลายรายการในหน้า ให้ลองใช้การใส่เลขหน้าเพื่อจำกัดจำนวนของรายการเนื้อหาที่แสดงในหน้าหนึ่งๆ"
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": "ตรวจสอบว่าคุณได้เปิดใช้ \"รวมไฟล์ CSS\" ในหน้า \"การดูแลระบบ » การกำหนดค่า » การพัฒนา\" ตรวจสอบว่าเว็บไซต์ Drupal ของคุณใช้ Drupal 10.1 เป็นอย่างน้อยเพื่อรองรับการรวมเนื้อหาได้ดียิ่งขึ้น"
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": "ตรวจสอบว่าคุณได้เปิดใช้ \"รวมไฟล์ JavaScript\" ในหน้า \"การดูแลระบบ » การกำหนดค่า » การพัฒนา\" ตรวจสอบว่าเว็บไซต์ Drupal ของคุณใช้ Drupal 10.1 เป็นอย่างน้อยเพื่อรองรับการรวมเนื้อหาได้ดียิ่งขึ้น"
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2868
2868
  "message": "ลองนำกฎ CSS ที่ไม่ได้ใช้ออกและแนบเฉพาะไลบรารี Drupal ที่จำเป็นลงในหน้าที่เกี่ยวข้องหรือคอมโพเนนต์ในหน้า ดูรายละเอียดได้ที่[ลิงก์เอกสารประกอบของ Drupal](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) หากต้องการระบุไลบรารีที่แนบซึ่งเพิ่ม CSS โดยไม่จำเป็น ลองเรียกใช้ [Code Coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) ใน DevTools ของ Chrome คุณระบุธีม/โมดูลที่รับผิดชอบได้จาก URL ของสไตล์ชีตเมื่อปิดใช้การรวม CSS ในเว็บไซต์ Drupal ของคุณ หาธีม/โมดูลที่มีสไตล์ชีตจำนวนมากอยู่ในรายการซึ่งมีสีแดงอยู่จำนวนมากใน Code Coverage ธีม/โมดูลควรเป็นเพียงตัวกำหนดลำดับของสไตล์ชีตเท่านั้นหากใช้ธีม/โมดูลในหน้าจริงๆ"
@@ -3063,46 +3063,46 @@
3063
3063
  "message": "เปิดใช้การบีบอัดในเซิร์ฟเวอร์ Next.js ของคุณ [ดูข้อมูลเพิ่มเติม](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": "โปรดติดต่อผู้จัดการฝ่ายดูแลลูกค้าเพื่อเปิดใช้[`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337) การกำหนดค่าจะให้ความสำคัญและเพิ่มประสิทธิภาพการแสดงผลหน้าเว็บ"
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": "ใช้ตัวเลือก[`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041)ใน NitroPack เพื่อตั้งค่าที่ต้องการสำหรับกฎการแสดงแบบอักษรของ 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": "ใช้[`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513)เพื่อแปลงรูปภาพเป็น 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": "เลื่อนเวลาโหลดรูปภาพนอกจอภาพโดยการเปิดใช้[`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": "เปิดใช้[`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack)ใน NitroPack สำหรับการโหลดเริ่มต้นที่รวดเร็วขึ้น"
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": "ปรับปรุงเวลาในการตอบกลับของเซิร์ฟเวอร์และเพิ่มประสิทธิภาพที่รับรู้ได้โดยการเปิดใช้งาน[`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": "เปิดใช้[`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources)ในการตั้งค่าการแคชเพื่อลดขนาดไฟล์ CSS, HTML และ JavaScript สำหรับการโหลดที่รวดเร็วขึ้น"
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": "เปิดใช้[`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources)ในการตั้งค่าการแคชเพื่อลดขนาดไฟล์ JS, HTML และ CSS สำหรับการโหลดที่รวดเร็วขึ้น"
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": "เปิดใช้[`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS)เพื่อนำกฎ CSS ที่ไม่เกี่ยวข้องกับหน้านี้ออก"
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": "กำหนดค่า[`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts)ใน NitroPack เพื่อหน่วงเวลาการโหลดสคริปต์จนกว่าจะจำเป็น"
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": "ไปที่ฟีเจอร์[`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time)ในเมนู`Caching`และปรับเวลาหมดอายุของแคชหน้าเว็บเพื่อปรับปรุงเวลาที่ใช้ในการโหลดและประสบการณ์ของผู้ใช้"
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": "บีบอัด เพิ่มประสิทธิภาพ และแปลงรูปภาพเป็น WebP โดยอัตโนมัติด้วยการเปิดใช้การตั้งค่า[`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": "เปิดใช้[`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site)เพื่อเพิ่มประสิทธิภาพให้กับรูปภาพล่วงหน้าและทำให้มีขนาดตรงกับคอนเทนเนอร์ที่แสดงอยู่ในอุปกรณ์ทั้งหมด"
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": "ใช้[`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) ใน NitroPack เพื่อลดขนาดของไฟล์ที่ส่งไปยังเบราว์เซอร์"
3106
3106
  },
3107
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3108
3108
  "message": "ใช้คอมโพเนนต์ `nuxt/image` และกำหนด `format=\"webp\"` [ดูข้อมูลเพิ่มเติม](https://image.nuxtjs.org/components/nuxt-img#format)"
@@ -3306,7 +3306,7 @@
3306
3306
  "message": "บันทึกเป็น JSON"
3307
3307
  },
3308
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3309
- "message": "View Unthrottled Trace"
3309
+ "message": "ดูการติดตามที่ไม่มีการควบคุม"
3310
3310
  },
3311
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3312
3312
  "message": "เปิดในโปรแกรมดู"
@@ -18,13 +18,13 @@
18
18
  "message": "`[aria-*]` özellikleri rolleriyle eşleşiyor"
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": "Yardımcı teknolojiler, ARIA `role` sayesinde web sayfasındaki her bir öğenin rolünü öğrenebilir. `role` değerleri yanlış yazılmışsa, mevcut ARIA `role` değerleri değilse veya soyut roller kullanılmışsa öğenin amacı, yardımcı teknolojilerin kullanıcılarına bildirilmez. [ARIA rolleri hakkında daha fazla bilgi edinin](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": "`role=\"\"` öğesine atanan değerler geçerli ARIA rolleri değil."
25
25
  },
26
26
  "core/audits/accessibility/aria-allowed-role.js | title": {
27
- "message": "Values assigned to `role=\"\"` are valid ARIA roles."
27
+ "message": "`role=\"\"` öğesine atanan değerler geçerli ARIA rolleri."
28
28
  },
29
29
  "core/audits/accessibility/aria-command-name.js | description": {
30
30
  "message": "Bir öğenin erişilebilir özellikli adı olmadığında ekran okuyucular tarafından genel adla okunur ve öğe, ekran okuyuculardan yararlanan kullanıcılar için kullanılamaz hale gelir. [Komut öğelerini nasıl daha erişilebilir hale getireceğinizi öğrenin](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
@@ -336,13 +336,13 @@
336
336
  "message": "Resim öğelerinin `[alt]` özellikleri var"
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": "Bilgilendirme amaçlı öğelerin hedefi, kısa ve açıklayıcı alternatif metinler olmalıdır. Bağlantının veya resmin yanındaki metinle tamamen aynı olan alternatif metin, iki kez okunacağı için ekran okuyucu kullanıcıları açısından kafa karıştırıcı olabilir. [`alt` özelliği hakkında daha fazla bilgi edinin](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": "Resim öğelerinde gereksiz metin olan `[alt]` özellikleri var."
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": "Resim öğelerinde gereksiz metin olan `[alt]` özellikleri yok."
346
346
  },
347
347
  "core/audits/accessibility/input-button-name.js | description": {
348
348
  "message": "Giriş düğmelerine fark edilebilir ve erişilebilir metin eklemeniz, ekran okuyucu kullanıcılarının giriş düğmesinin amacını anlamalarına yardımcı olabilir. [Giriş düğmeleri hakkında daha fazla bilgi edinin](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
@@ -363,13 +363,13 @@
363
363
  "message": "`<input type=\"image\">` öğelerinin `[alt]` metni var"
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": "Erişilebilir özellikli adla eşleşmeyen görünür metin etiketleri, ekran okuyucu kullanıcıları açısından kafa karıştırıcı bir deneyime neden olabilir. [Erişilebilir özellikli adlar hakkında daha fazla bilgi edinin](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": "Görünür metin etiketlerine sahip öğelerin, erişilebilir özellikli adları eşleşmiyor."
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": "Görünür metin etiketlerine sahip öğelerin, erişilebilir özellikli adları eşleşiyor."
373
373
  },
374
374
  "core/audits/accessibility/label.js | description": {
375
375
  "message": "Etiketler, form kontrollerinin ekran okuyucular gibi yardımcı teknolojiler tarafından düzgün bir şekilde duyurulmasını sağlar. [Form öğesi etiketleri hakkında daha fazla bilgi edinin](https://dequeuniversity.com/rules/axe/4.7/label)."
@@ -462,13 +462,13 @@
462
462
  "message": "<select> öğelerinin ilişkili <label> öğeleri var."
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": "Atlama bağlantısı eklemek, kullanıcıların zaman kazanmak için ana içeriğe atlamasına yardımcı olabilir. [Atlama bağlantıları hakkında daha fazla bilgi edinin](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": "Atlama bağlantılarına odaklanılamıyor."
469
469
  },
470
470
  "core/audits/accessibility/skip-link.js | title": {
471
- "message": "Skip links are focusable."
471
+ "message": "Atlama bağlantılarına odaklanılabiliyor."
472
472
  },
473
473
  "core/audits/accessibility/tabindex.js | description": {
474
474
  "message": "0'dan büyük bir değer, açık bir gezinme sıralamasını belirtir. Bu durum teknik olarak geçerli olsa da yardımcı teknolojilerden yararlanan kullanıcıların genellikle sinir bozucu deneyimler yaşamalarına neden olur. [`tabindex` özelliği hakkında daha fazla bilgi edinin](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
@@ -480,13 +480,13 @@
480
480
  "message": "Hiçbir öğe 0'dan büyük `[tabindex]` değeri içermiyor"
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": "Özet özelliği, tablo yapısını tanımlarken `<caption>`, ekranda görünen başlığı içermelidir. Tablo işaretlemesinin doğru yapılması, ekran okuyucu kullanıcılarına yardımcı olur. [Özet ve başlık hakkında daha fazla bilgi edinin](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": "Tablolar, özet özelliğinde ve `<caption>.` öğesinde aynı içeriğe sahip"
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": "Tablolar, özet özelliğinde ve `<caption>` öğesinde farklı içeriğe sahip."
490
490
  },
491
491
  "core/audits/accessibility/table-fake-caption.js | description": {
492
492
  "message": "Ekran okuyucuların tablolarda daha kolay gezinmeyi sağlayan özellikleri vardır. Tabloların, `[colspan]` özelliğine sahip hücreler yerine gerçek başlık öğesini kullandığından emin olursanız ekran okuyucunun kullanıcılara daha iyi bir deneyim sunmasını sağlayabilirsiniz. [Altyazı hakkında daha fazla bilgi edinin](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
@@ -498,7 +498,7 @@
498
498
  "message": "Tablolar, başlığı belirtmek için `[colspan]` özelliğine sahip hücreler yerine `<caption>` kullanıyor."
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": "Yeterli boyut ve boşluğa sahip dokunma hedefleri, küçük kontrol düğmelerini kullanmakta sorun yaşayan kullanıcıların hedefleri etkinleştirmesine yardımcı olur. [Dokunma hedefleri hakkında daha fazla bilgi edinin](https://dequeuniversity.com/rules/axe/4.7/target-size)."
502
502
  },
503
503
  "core/audits/accessibility/target-size.js | failureTitle": {
504
504
  "message": "Dokunma hedefleri, yeterli boyut veya boşluğa sahip değil."
@@ -1083,7 +1083,7 @@
1083
1083
  "message": "prefer_related_applications, Android'de yalnızca Chrome Beta ve Mevcut ürün kanallarında desteklenir."
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, sayfanın yüklenebilir olup olmadığını belirleyemedi. Lütfen Chrome'un daha yeni bir sürümüyle deneyin."
1087
1087
  },
1088
1088
  "core/audits/installable-manifest.js | start-url-not-valid": {
1089
1089
  "message": "Manifest başlangıç URL'si geçerli değil"
@@ -1704,7 +1704,7 @@
1704
1704
  "message": "En iyi uygulamalar"
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": "Bu kontroller, [web uygulamanızın erişilebilirliğini iyileştirme](https://developer.chrome.com/docs/lighthouse/accessibility/) fırsatlarını öne çıkarır. Otomatik algılama, sorunların yalnızca bir alt kümesini algılayabilir ve web uygulamanızın erişilebilirliğini garanti etmez. Bu nedenle, [manuel test](https://web.dev/how-to-review/) yapmanız da önerilir."
1708
1708
  },
1709
1709
  "core/config/default-config.js | a11yCategoryManualDescription": {
1710
1710
  "message": "Bu öğeler, otomatik test aracının kapsamında yer almayan alanları ele alır. [Erişilebilirlik incelemesi gerçekleştirme](https://web.dev/how-to-review/) hakkında daha fazla bilgiyi rehberimizde bulabilirsiniz."
@@ -2850,7 +2850,7 @@
2850
2850
  "message": "Resimleri geç yükleyebilen [bir Drupal modülü](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) yükleyin. Bu tür modüller, performansı iyileştirmek için ekran dışındaki resimlerin yüklenmesini erteleme özelliği sunar."
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": "Kritik CSS ve JavaScript'leri satır içi yapmak için modül, kritik olmayan CSS veya JavaScript'ler için ise geciktirme özelliğini kullanabilirsiniz."
2854
2854
  },
2855
2855
  "node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
2856
2856
  "message": "Temalar, modüller ve sunucu özellikleri öğelerinin tümü sunucunun yanıt süresini etkiler. Bir optimizayon modülünü dikkatle seçerek ve/veya sunucunuzu yeni sürüme geçirerek, daha ileri düzeyde optimize edilmiş bir tema bulmayı düşünün. Barındırma sunucularınız sorgu sürelerini azaltmak için Redis veya Memcached gibi sistemlerin kullandığı PHP işlem kodunu önbelleğe alma, belleği önbelleğe alma tekniklerinden ve sayfaları daha hızlı hazırlamak için optimize edilmiş uygulama mantığından yararlanmalıdır."
@@ -2859,10 +2859,10 @@
2859
2859
  "message": "Sayfanıza yüklenen resimlerin boyutunu azaltmak için [Duyarlı Resim Stilleri](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8)'ni kullanmayı değerlendirin. Bir sayfada birden çok içerik öğesini göstermek için Görünümler'i kullanıyorsanız belirli bir sayfada gösterilen içerik öğelerinin sayısını sınırlamak üzere sayfalara ayırma işlevini uygulamayı değerlendirin."
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": "\"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. Daha iyi öğe toplama desteği için Drupal sitenizin, en az Drupal 10.1 sürümünü çalıştırdığından emin olun."
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": "\"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. Daha iyi öğe toplama desteği için Drupal sitenizin, en az Drupal 10.1 sürümünü çalıştırdığından emin olun."
2866
2866
  },
2867
2867
  "node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
2868
2868
  "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 dokümanları bağlantısına](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) bakın. Gereksiz CSS ilave eden ekli kitaplıkları belirlemek için Chrome Geliştirici Araçları'nda [kod kapsamını](https://developers.google.com/web/updates/2017/04/devtools-release-notes#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 sadece sayfada gerçekten kullanılan bir stil sayfasını kuyruğa almalıdır."
@@ -3063,46 +3063,46 @@
3063
3063
  "message": "Next.js sunucunuzda sıkıştırmayı etkinleştirin. [Daha fazla bilgi](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": "[`HTML Lazy Load`](https://support.nitropack.io/hc/en-us/articles/17144942904337) özelliğini etkinleştirmek için hesap yöneticinizle iletişime geçin. Bu özelliği yapılandırırsanız sayfa oluşturma performansınıza öncelik verilir ve performansınız optimize edilir."
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": "CSS yazı tipi görüntüleme kuralında istediğiniz değeri ayarlamak için NitroPack'teki [`Override Font Rendering Behavior`](https://support.nitropack.io/hc/en-us/articles/16547358865041) seçeneğini kullanın."
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": "Resimlerinizi otomatik olarak WebP'ye dönüştürmek için [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) özelliğini kullanın."
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": "[`Automatic Image Lazy Loading`](https://support.nitropack.io/hc/en-us/articles/12457493524369-NitroPack-Lazy-Loading-Feature-for-Images) özelliğini etkinleştirerek ekran dışındaki resimleri geciktirin."
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": "İlk yükleme sürelerinin daha hızlı olması için NitroPack'te [`Remove render-blocking resources`](https://support.nitropack.io/hc/en-us/articles/13820893500049-How-to-Deal-with-Render-Blocking-Resources-in-NitroPack) özelliğini etkinleştirin."
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": "[`Instant Load`](https://support.nitropack.io/hc/en-us/articles/16547340617361) özelliğini etkinleştirerek sunucu yanıt süresini iyileştirin ve algılanan performansı optimize edin."
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": "CSS, HTML ve JavaScript dosyalarınızın boyutunu küçülterek yükleme sürelerini hızlandırmak için önbelleğe alma ayarlarınızdaki [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) özelliğini etkinleştirin."
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": "JS, HTML ve CSS dosyalarınızın boyutunu küçülterek yükleme sürelerini hızlandırmak için önbelleğe alma ayarlarınızdaki [`Minify resources`](https://support.nitropack.io/hc/en-us/articles/360061059394-Minify-Resources) özelliğini etkinleştirin."
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": "Bu sayfada geçerli olmayan CSS kurallarını kaldırmak için [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) özelliğini etkinleştirin."
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": "Komut dosyalarının yüklenmesini, ihtiyaç duyulana kadar geciktirmek için NitroPack'te [`Delayed Scripts`](https://support.nitropack.io/hc/en-us/articles/1500002600942-Delayed-Scripts) özelliğini yapılandırın."
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": "`Caching` menüsündeki [`Improve Server Response Time`](https://support.nitropack.io/hc/en-us/articles/1500002321821-Improve-Server-Response-Time) özelliğine gidip sayfa önbelleklerinin geçerlilik süresini düzenleyerek yükleme sürelerini ve kullanıcı deneyimini iyileştirin."
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": "[`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/14177271695121-How-to-serve-images-in-next-gen-formats-using-NitroPack) ayarını etkinleştirerek resimlerinizi otomatik olarak sıkıştırın, optimize edin ve WebP'ye dönüştürün."
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": "Resimlerinizi öncelikli olarak optimize etmek ve tüm cihazlarda gösterildikleri kapsayıcıların boyutlarına uygun olmalarını sağlamak için [`Adaptive Image Sizing`](https://support.nitropack.io/hc/en-us/articles/10123833029905-How-to-Enable-Adaptive-Image-Sizing-For-Your-Site) özelliğini etkinleştirin."
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": "Tarayıcıya gönderilen dosyaların boyutunu küçültmek için NitroPack'te [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) özelliğini kullanın."
3106
3106
  },
3107
3107
  "node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
3108
3108
  "message": "`nuxt/image` bileşenini kullanarak `format=\"webp\"` değerini ayarlayın. [Daha fazla bilgi](https://image.nuxtjs.org/components/nuxt-img#format)."
@@ -3306,7 +3306,7 @@
3306
3306
  "message": "JSON nesnesi olarak kaydet"
3307
3307
  },
3308
3308
  "report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
3309
- "message": "View Unthrottled Trace"
3309
+ "message": "Kısıtlanmamış İzi Göster"
3310
3310
  },
3311
3311
  "report/renderer/report-utils.js | dropdownViewer": {
3312
3312
  "message": "Görüntüleyicide aç"