lighthouse 11.0.0-dev.20230906 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/shared/localization/locales/ar-XB.json +36 -36
- package/shared/localization/locales/ar.json +36 -36
- package/shared/localization/locales/bg.json +36 -36
- package/shared/localization/locales/ca.json +36 -36
- package/shared/localization/locales/cs.json +36 -36
- package/shared/localization/locales/da.json +36 -36
- package/shared/localization/locales/de.json +36 -36
- package/shared/localization/locales/el.json +36 -36
- package/shared/localization/locales/en-GB.json +7 -7
- package/shared/localization/locales/en-XA.json +36 -36
- package/shared/localization/locales/es-419.json +36 -36
- package/shared/localization/locales/es.json +36 -36
- package/shared/localization/locales/fi.json +36 -36
- package/shared/localization/locales/fil.json +36 -36
- package/shared/localization/locales/fr.json +36 -36
- package/shared/localization/locales/he.json +36 -36
- package/shared/localization/locales/hi.json +36 -36
- package/shared/localization/locales/hr.json +36 -36
- package/shared/localization/locales/hu.json +36 -36
- package/shared/localization/locales/id.json +36 -36
- package/shared/localization/locales/it.json +36 -36
- package/shared/localization/locales/ja.json +36 -36
- package/shared/localization/locales/ko.json +36 -36
- package/shared/localization/locales/lt.json +36 -36
- package/shared/localization/locales/lv.json +36 -36
- package/shared/localization/locales/nl.json +36 -36
- package/shared/localization/locales/no.json +36 -36
- package/shared/localization/locales/pl.json +36 -36
- package/shared/localization/locales/pt-PT.json +36 -36
- package/shared/localization/locales/pt.json +36 -36
- package/shared/localization/locales/ro.json +36 -36
- package/shared/localization/locales/ru.json +36 -36
- package/shared/localization/locales/sk.json +36 -36
- package/shared/localization/locales/sl.json +36 -36
- package/shared/localization/locales/sr-Latn.json +36 -36
- package/shared/localization/locales/sr.json +36 -36
- package/shared/localization/locales/sv.json +36 -36
- package/shared/localization/locales/ta.json +36 -36
- package/shared/localization/locales/te.json +36 -36
- package/shared/localization/locales/th.json +36 -36
- package/shared/localization/locales/tr.json +36 -36
- package/shared/localization/locales/uk.json +36 -36
- package/shared/localization/locales/vi.json +36 -36
- package/shared/localization/locales/zh-HK.json +36 -36
- package/shared/localization/locales/zh-TW.json +36 -36
- package/shared/localization/locales/zh.json +36 -36
package/package.json
CHANGED
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"message": "`[aria-*]` attributes match their roles"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "ARIA `role
|
|
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)."
|
|
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": "Values assigned to `role=\"\"` are not valid ARIA roles."
|
|
25
25
|
},
|
|
26
26
|
"core/audits/accessibility/aria-allowed-role.js | title": {
|
|
27
|
-
"message": "Values assigned to `role=\"\"` are valid ARIA roles
|
|
27
|
+
"message": "Values assigned to `role=\"\"` are valid ARIA roles."
|
|
28
28
|
},
|
|
29
29
|
"core/audits/accessibility/aria-command-name.js | description": {
|
|
30
30
|
"message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.7/aria-command-name)."
|
|
@@ -336,13 +336,13 @@
|
|
|
336
336
|
"message": "Image elements have `[alt]` attributes"
|
|
337
337
|
},
|
|
338
338
|
"core/audits/accessibility/image-redundant-alt.js | description": {
|
|
339
|
-
"message": "Informative elements should aim for short
|
|
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)."
|
|
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": "Image elements have `[alt]` attributes that are redundant text."
|
|
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": "Image elements do not have `[alt]` attributes that are redundant text."
|
|
346
346
|
},
|
|
347
347
|
"core/audits/accessibility/input-button-name.js | description": {
|
|
348
348
|
"message": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.7/input-button-name)."
|
|
@@ -363,13 +363,13 @@
|
|
|
363
363
|
"message": "`<input type=\"image\">` elements have `[alt]` text"
|
|
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
|
|
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)."
|
|
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": "Elements with visible text labels do not have matching accessible names."
|
|
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": "Elements with visible text labels have matching accessible names."
|
|
373
373
|
},
|
|
374
374
|
"core/audits/accessibility/label.js | description": {
|
|
375
375
|
"message": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.7/label)."
|
|
@@ -462,13 +462,13 @@
|
|
|
462
462
|
"message": "Select elements have associated label elements."
|
|
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
|
|
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)."
|
|
466
466
|
},
|
|
467
467
|
"core/audits/accessibility/skip-link.js | failureTitle": {
|
|
468
|
-
"message": "Skip links are not focusable
|
|
468
|
+
"message": "Skip links are not focusable."
|
|
469
469
|
},
|
|
470
470
|
"core/audits/accessibility/skip-link.js | title": {
|
|
471
|
-
"message": "Skip links are focusable
|
|
471
|
+
"message": "Skip links are focusable."
|
|
472
472
|
},
|
|
473
473
|
"core/audits/accessibility/tabindex.js | description": {
|
|
474
474
|
"message": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.7/tabindex)."
|
|
@@ -480,13 +480,13 @@
|
|
|
480
480
|
"message": "No element has a `[tabindex]` value greater than 0"
|
|
481
481
|
},
|
|
482
482
|
"core/audits/accessibility/table-duplicate-name.js | description": {
|
|
483
|
-
"message": "The summary attribute should describe the table structure
|
|
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)."
|
|
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": "Tables have the same content in the summary attribute and `<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": "Tables have different content in the summary attribute and `<caption>`."
|
|
490
490
|
},
|
|
491
491
|
"core/audits/accessibility/table-fake-caption.js | description": {
|
|
492
492
|
"message": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.7/table-fake-caption)."
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"message": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption."
|
|
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
|
|
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)."
|
|
502
502
|
},
|
|
503
503
|
"core/audits/accessibility/target-size.js | failureTitle": {
|
|
504
504
|
"message": "Touch targets do not have sufficient size or spacing."
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
|
|
1084
1084
|
},
|
|
1085
1085
|
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1086
|
-
"message": "Lighthouse could not determine if the page is installable
|
|
1086
|
+
"message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
|
|
1087
1087
|
},
|
|
1088
1088
|
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1089
1089
|
"message": "Manifest start URL is not valid"
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"message": "Best practices"
|
|
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
|
|
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."
|
|
1708
1708
|
},
|
|
1709
1709
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1710
1710
|
"message": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/how-to-review/)."
|
|
@@ -2850,7 +2850,7 @@
|
|
|
2850
2850
|
"message": "Install [a Drupal module](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) that can lazy load images. Such modules provide the ability to defer any offscreen images to improve performance."
|
|
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
|
|
2853
|
+
"message": "Consider using a module to inline critical CSS and JavaScript, and use the defer attribute for non-critical CSS or JavaScript."
|
|
2854
2854
|
},
|
|
2855
2855
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | server-response-time": {
|
|
2856
2856
|
"message": "Themes, modules, and server specifications all contribute to server response time. Consider finding a more optimized theme, carefully selecting an optimization module, and/or upgrading your server. Your hosting servers should make use of PHP opcode caching, memory-caching to reduce database query times such as Redis or Memcached, as well as optimized application logic to prepare pages faster."
|
|
@@ -2859,10 +2859,10 @@
|
|
|
2859
2859
|
"message": "Consider using [Responsive Image Styles](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) to reduce the size of images loaded on your page. If you are using Views to show multiple content items on a page, consider implementing pagination to limit the number of content items shown on a given page."
|
|
2860
2860
|
},
|
|
2861
2861
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
|
|
2862
|
-
"message": "Ensure you have enabled \"Aggregate CSS files
|
|
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."
|
|
2863
2863
|
},
|
|
2864
2864
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
|
|
2865
|
-
"message": "Ensure you have enabled \"Aggregate JavaScript files
|
|
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."
|
|
2866
2866
|
},
|
|
2867
2867
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unused-css-rules": {
|
|
2868
2868
|
"message": "Consider removing unused CSS rules and only attach the needed Drupal libraries to the relevant page or component in a page. See the [Drupal documentation link](https://www.drupal.org/docs/8/creating-custom-modules/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-module#library) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your Drupal site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only enqueue a stylesheet if it is actually used on the page."
|
|
@@ -3063,46 +3063,46 @@
|
|
|
3063
3063
|
"message": "Enable compression on your Next.js server. [Learn more](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": "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."
|
|
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
|
|
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."
|
|
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": "Use [`Image Optimization`](https://support.nitropack.io/hc/en-us/articles/16547237162513) to automatically convert your images to 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": "Defer offscreen images by enabling [`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": "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."
|
|
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": "Improve server response time and optimize perceived performance by activating [`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
|
|
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."
|
|
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
|
|
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."
|
|
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": "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."
|
|
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": "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."
|
|
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": "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."
|
|
3097
3097
|
},
|
|
3098
3098
|
"node_modules/lighthouse-stack-packs/packs/nitropack.js | uses-optimized-images": {
|
|
3099
|
-
"message": "Automatically compress
|
|
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."
|
|
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
|
|
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."
|
|
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": "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."
|
|
3106
3106
|
},
|
|
3107
3107
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3108
3108
|
"message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#format)."
|
|
@@ -3306,7 +3306,7 @@
|
|
|
3306
3306
|
"message": "Save as JSON"
|
|
3307
3307
|
},
|
|
3308
3308
|
"report/renderer/report-utils.js | dropdownViewUnthrottledTrace": {
|
|
3309
|
-
"message": "View Unthrottled Trace"
|
|
3309
|
+
"message": "View Unthrottled Trace"
|
|
3310
3310
|
},
|
|
3311
3311
|
"report/renderer/report-utils.js | dropdownViewer": {
|
|
3312
3312
|
"message": "Open in Viewer"
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"message": "سمات `[aria-*]` هي مطابقة لأدوارها"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "
|
|
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": "
|
|
24
|
+
"message": "القيَم التي تم تخصيصها للدور `role=\"\"` ليست أدوار ARIA صالحة"
|
|
25
25
|
},
|
|
26
26
|
"core/audits/accessibility/aria-allowed-role.js | title": {
|
|
27
|
-
"message": "
|
|
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": "
|
|
339
|
+
"message": "يجب أن تتضمن العناصر الإعلامية نصًا بديلاً وصفيًا وقصيرًا. إذا كان النص البديل مماثلاً تمامًا للنص المجاور للرابط أو الصورة، قد يؤدي ذلك إلى إرباك مستخدمي برامج قراءة الشاشة لأنّه في هذه الحالة ستتم قراءة النص مرّتين. [مزيد من المعلومات حول السمة `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": "
|
|
342
|
+
"message": "تتضمَّن عناصر الصور سمات `[alt]` التي تُعَد نصوصًا مكررة"
|
|
343
343
|
},
|
|
344
344
|
"core/audits/accessibility/image-redundant-alt.js | title": {
|
|
345
|
-
"message": "
|
|
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": "
|
|
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": "
|
|
369
|
+
"message": "العناصر التي تحمل تصنيفات نصية مرئية لا تتضمّن أسماء عناصر مطابقة ظاهرة على واجهة المستخدم"
|
|
370
370
|
},
|
|
371
371
|
"core/audits/accessibility/label-content-name-mismatch.js | title": {
|
|
372
|
-
"message": "
|
|
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) تتضمّن عناصر تصنيف (label) مرتبطة"
|
|
463
463
|
},
|
|
464
464
|
"core/audits/accessibility/skip-link.js | description": {
|
|
465
|
-
"message": "
|
|
465
|
+
"message": "يمكن أن يساعد تضمين رابط التخطّي المستخدمين في الانتقال إلى المحتوى الرئيسي لتوفير الوقت. [مزيد من المعلومات حول روابط التخطّي](https://dequeuniversity.com/rules/axe/4.7/skip-link)"
|
|
466
466
|
},
|
|
467
467
|
"core/audits/accessibility/skip-link.js | failureTitle": {
|
|
468
|
-
"message": "
|
|
468
|
+
"message": "لا يمكن التركيز على روابط التخطّي"
|
|
469
469
|
},
|
|
470
470
|
"core/audits/accessibility/skip-link.js | title": {
|
|
471
|
-
"message": "
|
|
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": "
|
|
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": "
|
|
486
|
+
"message": "تتضمَّن الجداول المحتوى نفسه في سمة الملخّص و`<caption>.`"
|
|
487
487
|
},
|
|
488
488
|
"core/audits/accessibility/table-duplicate-name.js | title": {
|
|
489
|
-
"message": "
|
|
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": "
|
|
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
|
|
1086
|
+
"message": "تعذَّر على أداة Lighthouse تحديد ما إذا كانت الصفحة قابلة للتثبيت. يُرجى إعادة المحاولة باستخدام إصدار أحدث من متصفّح Chrome."
|
|
1087
1087
|
},
|
|
1088
1088
|
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1089
1089
|
"message": "عنوان URL البداية لملف البيان غير صالح."
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"message": "أفضل الممارسات"
|
|
1705
1705
|
},
|
|
1706
1706
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1707
|
-
"message": "
|
|
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) تتيح تحميل الصور ببطء. وتتيح هذه الوحدات إمكانية تأجيل أي صور خارج الشاشة لتحسين الأداء."
|
|
2851
2851
|
},
|
|
2852
2852
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | render-blocking-resources": {
|
|
2853
|
-
"message": "
|
|
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 والتخزين المؤقت للذاكرة لتقليل الأوقات التي تستغرقها طلبات قواعد البيانات مثل Redis أو Memcached، بالإضافة إلى منطق التطبيق المحسّن لتحضير الصفحات بشكلٍ أسرع."
|
|
@@ -2859,10 +2859,10 @@
|
|
|
2859
2859
|
"message": "يمكنك استخدام [أنماط الصور السريعة الاستجابة](https://www.drupal.org/docs/8/mobile-guide/responsive-images-in-drupal-8) لتقليل حجم الصور المحمّلة على صفحتك. وإذا كنت تستخدم \"Views\" لعرض عناصر محتوى متعددة على صفحة، يمكنك التقسيم على صفحات بدلاً من ذلك للحدّ من عدد عناصر المحتوى المعروضة في صفحة معيّنة."
|
|
2860
2860
|
},
|
|
2861
2861
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-css": {
|
|
2862
|
-
"message": "
|
|
2862
|
+
"message": "يُرجى التأكّد من تفعيل خيار \"تجميع ملفات CSS\" (Aggregate CSS files) في صفحة \"الإدارة\" (Administration) » \"الإعداد\" (Configuration) » \"التطوير\" (Development). يُرجى التأكَّد أيضًا من أنّ موقعك الإلكتروني على Drupal يستخدم الإصدار 10.1 على الأقل من Drupal للاستفادة من الدعم المحسَّن لعملية تجميع أصول البيانات."
|
|
2863
2863
|
},
|
|
2864
2864
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | unminified-javascript": {
|
|
2865
|
-
"message": "
|
|
2865
|
+
"message": "يُرجى التأكّد من تفعيل خيار \"تجميع ملفات JavaScript\" (Aggregate JavaScript files) في صفحة \"الإدارة\" (Administration) » \"الإعداد\" (Configuration) » \"التطوير\" (Development). يُرجى التأكَّد أيضًا من أنّ موقعك الإلكتروني على Drupal يستخدم الإصدار 10.1 على الأقل من Drupal للاستفادة من الدعم المحسَّن لعملية تجميع أصول البيانات."
|
|
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 دخيلة، يمكنك محاولة تشغيل [تغطية الرمز البرمجي](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) في Chrome DevTools. ويمكنك تحديد التصميم/الوحدة المسؤولة من عنوان URL لورقة الأنماط عندما يكون تجميع لغة CSS قيد الإيقاف في موقعك الإلكتروني على Drupal. يمكنك البحث عن التصاميم/الوحدات التي تحتوي على العديد من أوراق الأنماط في القائمة والتي تتضمن الكثير من اللون الأحمر في تغطية الرمز البرمجي. ومن المفترض أن يدرِج التصميم/الوحدة ورقة أنماط فقط في حال كانت مُستخدَمة في الصفحة."
|
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
3309
|
+
"message": "عرض سجلّ التتبُّع الأصلي"
|
|
3310
3310
|
},
|
|
3311
3311
|
"report/renderer/report-utils.js | dropdownViewer": {
|
|
3312
3312
|
"message": "فتح في العارِض"
|