lighthouse 11.7.0-dev.20240409 → 11.7.0-dev.20240410
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/cli/cli-flags.js +3 -3
- package/cli/test/smokehouse/core-tests.js +0 -16
- package/cli/test/smokehouse/frontends/smokehouse-bin.js +2 -2
- package/core/config/default-config.js +6 -50
- package/core/lib/lantern/network-node.js +28 -4
- package/dist/report/bundle.esm.js +11 -95
- package/dist/report/flow.js +16 -100
- package/dist/report/standalone.js +12 -96
- package/flow-report/src/help-dialog.tsx +0 -1
- package/flow-report/src/i18n/i18n.d.ts +0 -4
- package/flow-report/src/i18n/ui-strings.d.ts +0 -1
- package/flow-report/src/i18n/ui-strings.js +0 -2
- package/package.json +1 -1
- package/readme.md +2 -2
- package/report/assets/styles.css +1 -43
- package/report/assets/templates.html +0 -95
- package/report/renderer/components.d.ts +2 -2
- package/report/renderer/components.js +2 -103
- package/report/renderer/report-renderer.js +2 -12
- package/report/renderer/report-ui-features.js +1 -1
- package/report/renderer/report-utils.d.ts +0 -1
- package/report/renderer/report-utils.js +0 -3
- package/shared/localization/locales/ar-XB.json +0 -174
- package/shared/localization/locales/ar.json +0 -174
- package/shared/localization/locales/bg.json +0 -174
- package/shared/localization/locales/ca.json +0 -174
- package/shared/localization/locales/cs.json +0 -174
- package/shared/localization/locales/da.json +0 -174
- package/shared/localization/locales/de.json +0 -174
- package/shared/localization/locales/el.json +0 -174
- package/shared/localization/locales/en-GB.json +0 -174
- package/shared/localization/locales/en-US.json +0 -177
- package/shared/localization/locales/en-XA.json +0 -174
- package/shared/localization/locales/en-XL.json +0 -177
- package/shared/localization/locales/es-419.json +0 -174
- package/shared/localization/locales/es.json +0 -174
- package/shared/localization/locales/fi.json +0 -174
- package/shared/localization/locales/fil.json +0 -174
- package/shared/localization/locales/fr.json +0 -174
- package/shared/localization/locales/he.json +0 -174
- package/shared/localization/locales/hi.json +0 -174
- package/shared/localization/locales/hr.json +0 -174
- package/shared/localization/locales/hu.json +0 -174
- package/shared/localization/locales/id.json +0 -174
- package/shared/localization/locales/it.json +0 -174
- package/shared/localization/locales/ja.json +0 -174
- package/shared/localization/locales/ko.json +0 -174
- package/shared/localization/locales/lt.json +0 -174
- package/shared/localization/locales/lv.json +0 -174
- package/shared/localization/locales/nl.json +0 -174
- package/shared/localization/locales/no.json +0 -174
- package/shared/localization/locales/pl.json +0 -174
- package/shared/localization/locales/pt-PT.json +0 -174
- package/shared/localization/locales/pt.json +0 -174
- package/shared/localization/locales/ro.json +0 -174
- package/shared/localization/locales/ru.json +0 -174
- package/shared/localization/locales/sk.json +0 -174
- package/shared/localization/locales/sl.json +0 -174
- package/shared/localization/locales/sr-Latn.json +0 -174
- package/shared/localization/locales/sr.json +0 -174
- package/shared/localization/locales/sv.json +0 -174
- package/shared/localization/locales/ta.json +0 -174
- package/shared/localization/locales/te.json +0 -174
- package/shared/localization/locales/th.json +0 -174
- package/shared/localization/locales/tr.json +0 -174
- package/shared/localization/locales/uk.json +0 -174
- package/shared/localization/locales/vi.json +0 -174
- package/shared/localization/locales/zh-HK.json +0 -174
- package/shared/localization/locales/zh-TW.json +0 -174
- package/shared/localization/locales/zh.json +0 -174
- package/types/artifacts.d.ts +0 -27
- package/types/audit.d.ts +0 -10
- package/types/internal/smokehouse.d.ts +1 -1
- package/core/audits/content-width.d.ts +0 -17
- package/core/audits/content-width.js +0 -76
- package/core/audits/installable-manifest.d.ts +0 -111
- package/core/audits/installable-manifest.js +0 -248
- package/core/audits/manual/pwa-cross-browser.d.ts +0 -12
- package/core/audits/manual/pwa-cross-browser.js +0 -40
- package/core/audits/manual/pwa-each-page-has-url.d.ts +0 -12
- package/core/audits/manual/pwa-each-page-has-url.js +0 -38
- package/core/audits/manual/pwa-page-transitions.d.ts +0 -12
- package/core/audits/manual/pwa-page-transitions.js +0 -38
- package/core/audits/maskable-icon.d.ts +0 -25
- package/core/audits/maskable-icon.js +0 -70
- package/core/audits/multi-check-audit.d.ts +0 -28
- package/core/audits/multi-check-audit.js +0 -82
- package/core/audits/splash-screen.d.ts +0 -37
- package/core/audits/splash-screen.js +0 -98
- package/core/audits/themed-omnibox.d.ts +0 -42
- package/core/audits/themed-omnibox.js +0 -102
- package/core/computed/manifest-values.d.ts +0 -24
- package/core/computed/manifest-values.js +0 -136
- package/core/gather/gatherers/installability-errors.d.ts +0 -17
- package/core/gather/gatherers/installability-errors.js +0 -56
- package/core/gather/gatherers/web-app-manifest.d.ts +0 -32
- package/core/gather/gatherers/web-app-manifest.js +0 -106
- package/report/renderer/pwa-category-renderer.d.ts +0 -55
- package/report/renderer/pwa-category-renderer.js +0 -184
- package/third-party/chromium-synchronization/installability-errors-test.js +0 -79
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "Enable text compression"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "The viewport size of {innerWidth}px does not match the window size of {outerWidth}px."
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "Content is not sized correctly for the viewport"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "Content is sized correctly for the viewport"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
751
739
|
},
|
|
@@ -995,102 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "Serves images with appropriate resolution"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "The app is already installed"
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "Could not download a required icon from the manifest"
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "Failure reason"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)."
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount,plural, =1{1 reason}zero{# reasons}two{# reasons}few{# reasons}many{# reasons}other{# reasons}}"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "Web app manifest or service worker do not meet the installability requirements"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "The Play Store app URL and Play Store ID do not match"
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "Page is loaded in an incognito window"
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "Manifest `display` property must be one of `standalone`, `fullscreen`, or `minimal-ui`"
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "Manifest contains 'display_override' field, and the first supported display mode must be one of 'standalone', 'fullscreen', or 'minimal-ui'"
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "Manifest could not be fetched, is empty, or could not be parsed"
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "Manifest URL changed while the manifest was being fetched."
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "Manifest does not contain a `name` or `short_name` field"
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "Manifest does not contain a suitable icon - PNG, SVG or WebP format of at least {value0} px is required, the sizes attribute must be set, and the purpose attribute, if set, must include \"any\"."
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1041
|
-
"message": "No supplied icon is at least {value0} px square in PNG, SVG or WebP format, with the purpose attribute unset or set to \"any\""
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1044
|
-
"message": "Downloaded icon was empty or corrupted"
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1047
|
-
"message": "No Play store ID provided"
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1050
|
-
"message": "Page has no manifest <link> URL"
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1053
|
-
"message": "Could not check service worker without a 'start_url' field in the manifest"
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1056
|
-
"message": "Installability error id '{errorId}' is not recognized"
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1059
|
-
"message": "Page is not served from a secure origin"
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1062
|
-
"message": "Page is not loaded in the main frame"
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1065
|
-
"message": "Page does not work offline"
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1068
|
-
"message": "PWA has been uninstalled and installability checks resetting."
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1071
|
-
"message": "The specified application platform is not supported on Android"
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1074
|
-
"message": "Manifest specifies prefer_related_applications: true"
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1077
|
-
"message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1080
|
-
"message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1083
|
-
"message": "Manifest start URL is not valid"
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | title": {
|
|
1086
|
-
"message": "Web app manifest and service worker meet the installability requirements"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1089
|
-
"message": "A URL in the manifest contains a username, password, or port"
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1092
|
-
"message": "Page does not work offline. The page will not be regarded as installable after Chrome 93, stable release August 2021."
|
|
1093
|
-
},
|
|
1094
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1095
987
|
"message": "Allowed"
|
|
1096
988
|
},
|
|
@@ -1202,33 +1094,6 @@
|
|
|
1202
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1203
1095
|
"message": "Minimizes main-thread work"
|
|
1204
1096
|
},
|
|
1205
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1206
|
-
"message": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
|
|
1207
|
-
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1209
|
-
"message": "Site works cross-browser"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1212
|
-
"message": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)."
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1215
|
-
"message": "Each page has a URL"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1218
|
-
"message": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)."
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1221
|
-
"message": "Page transitions don't feel like they block on the network"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/maskable-icon.js | description": {
|
|
1224
|
-
"message": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)."
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1227
|
-
"message": "Manifest doesn't have a maskable icon"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | title": {
|
|
1230
|
-
"message": "Manifest has a maskable icon"
|
|
1231
|
-
},
|
|
1232
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1233
1098
|
"message": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls)."
|
|
1234
1099
|
},
|
|
@@ -1484,24 +1349,6 @@
|
|
|
1484
1349
|
"core/audits/server-response-time.js | title": {
|
|
1485
1350
|
"message": "Initial server response time was short"
|
|
1486
1351
|
},
|
|
1487
|
-
"core/audits/splash-screen.js | description": {
|
|
1488
|
-
"message": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)."
|
|
1489
|
-
},
|
|
1490
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1491
|
-
"message": "Is not configured for a custom splash screen"
|
|
1492
|
-
},
|
|
1493
|
-
"core/audits/splash-screen.js | title": {
|
|
1494
|
-
"message": "Configured for a custom splash screen"
|
|
1495
|
-
},
|
|
1496
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1497
|
-
"message": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)."
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1500
|
-
"message": "Does not set a theme color for the address bar."
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1503
|
-
"message": "Sets a theme color for the address bar."
|
|
1504
|
-
},
|
|
1505
1352
|
"core/audits/third-party-cookies.js | description": {
|
|
1506
1353
|
"message": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1507
1354
|
},
|
|
@@ -1769,21 +1616,6 @@
|
|
|
1769
1616
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1770
1617
|
"message": "Performance"
|
|
1771
1618
|
},
|
|
1772
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1773
|
-
"message": "These checks validate the aspects of a Progressive Web App. [Learn what makes a good Progressive Web App](https://web.dev/articles/pwa-checklist)."
|
|
1774
|
-
},
|
|
1775
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1776
|
-
"message": "These checks are required by the baseline [PWA Checklist](https://web.dev/articles/pwa-checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
|
|
1777
|
-
},
|
|
1778
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1779
|
-
"message": "PWA"
|
|
1780
|
-
},
|
|
1781
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1782
|
-
"message": "Installable"
|
|
1783
|
-
},
|
|
1784
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1785
|
-
"message": "PWA Optimized"
|
|
1786
|
-
},
|
|
1787
1619
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1788
1620
|
"message": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769)."
|
|
1789
1621
|
},
|
|
@@ -2666,9 +2498,6 @@
|
|
|
2666
2498
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2667
2499
|
"message": "Performance"
|
|
2668
2500
|
},
|
|
2669
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2670
|
-
"message": "Progressive Web App"
|
|
2671
|
-
},
|
|
2672
2501
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2673
2502
|
"message": "SEO"
|
|
2674
2503
|
},
|
|
@@ -3335,9 +3164,6 @@
|
|
|
3335
3164
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3336
3165
|
"message": "Passed audits"
|
|
3337
3166
|
},
|
|
3338
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3339
|
-
"message": "As per [Chrome’s updated Installability Criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse will be deprecating the PWA category in a future release. Please refer to the [updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) for future PWA testing."
|
|
3340
|
-
},
|
|
3341
3167
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3342
3168
|
"message": "Initial page load"
|
|
3343
3169
|
},
|
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "تفعيل ضغط النص"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "إذا كان عرض محتوى التطبيق لا يتطابق مع عرض إطار العرض، قد لا يتم تحسين تطبيقك ليتوافق مع شاشات الأجهزة الجوّالة. تعرّف على [كيفية تحديد حجم المحتوى بما يتناسب مع إطار العرض](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "لا يتطابق حجم إطار العرض {innerWidth} بكسل مع حجم النافذة {outerWidth} بكسل."
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "عدم تحديد حجم المحتوى بشكلٍ صحيح لإطار العرض"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "تحديد حجم المحتوى بشكلٍ صحيح لإطار العرض"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "توضّح لك \"سلاسل الطلبات المُهمّة\" أدناه الموارد التي تم تحميلها بأولوية عالية. ويمكنك تقليل طول السلاسل أو تقليل حجم تنزيل الموارد أو تأجيل تنزيل الموارد غير الضرورية لتحسين تحميل الصفحة. تعرَّف على [كيفية تجنُّب تسلسل الطلبات المُهمّة](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
751
739
|
},
|
|
@@ -995,102 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "يتم عرض الصور بدقة مناسبة"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "سبق وتم تثبيت هذا التطبيق."
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "تعذَّر تنزيل رمز مطلوب من ملف البيان."
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "سبب الإخفاق"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "مشغّل الخدمات هو التكنولوجيا التي تمكّن تطبيقك من استخدام ميزات عديدة في \"تطبيق الويب التقدّمي\"، مثل الاستجابة عند عدم الاتصال بالإنترنت والإضافة إلى الشاشة الرئيسية والإشعارات الفورية. من خلال مشغّل الخدمات المناسب وعمليات تنفيذ ملفات البيان، يمكن للمتصفِّحات أن تطلب من المستخدمين بشكل مسبَق إضافة تطبيقك إلى الشاشة الرئيسية، ويمكن بذلك زيادة التفاعل. [مزيد من المعلومات حول متطلبات تثبيت البيان](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)"
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount,plural, =1{سبب واحد}zero{# أسباب}two{سببان}few{# أسباب}many{# سببًا}other{# سبب}}"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "عدم استيفاء ملف بيان تطبيق الويب أو مشغّل الخدمات لمتطلبات التثبيت"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "لا يتطابق عنوان URL الخاص بالتطبيق في \"متجر Play\" مع رقم تعريف التطبيق في \"متجر Play\"."
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "تم تحميل الصفحة في نافذة تصفُّح متخفٍ."
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "يجب أن تكون الخاصية \"`display`\" في ملف البيان بوضع عرض متاح بالقيمة \"`standalone`\" أو \"`fullscreen`\" أو \"`minimal-ui`\"."
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "يتضمن ملف البيان حقل \"display_override\"، لذا يجب أن يكون وضع العرض الأول المتاح بالقيمة \"standalone\" أو \"fullscreen\" أو \"minimal-ui\"."
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "البيان فارغ أو تعذّر استرجاعه أو لم يتم تحليله."
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "تم تغيير عنوان URL لملف البيان أثناء استرجاع الملف."
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "لا يتضمّن ملف البيان حقل \"`name`\" أو \"`short_name`\"."
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "لا يتضمّن ملف البيان رمزًا مناسبًا. يجب استخدام رمز بتنسيق PNG أو SVG أو WebP بحجم {value0} بكسل على الأقل، ويجب ضبط السمة \"sizes\"، وأن تتضمّن السمة \"purpose\" القيمة \"any\"."
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1041
|
-
"message": "لا يتوفّر رمز بحجم {value0} بكسل مربّع على الأقل بتنسيق PNG أو SVG أو WebP، بغرض عدم ضبط السمة أو ضبطها على \"أي تنسيق\"."
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1044
|
-
"message": "الرمز الذي تم تحميله فارغ أو تالف."
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1047
|
-
"message": "لم يتم توفير رقم تعريف \"متجر Play\"."
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1050
|
-
"message": "لا تتضمّن الصفحة عنوان URL <link> لملف البيان."
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1053
|
-
"message": "تعذّر التحقّق من مشغّل الخدمات بدون توفّر حقل \"start_url\" في ملف البيان."
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1056
|
-
"message": "لم يتم التعرّف على رقم تعريف خطأ قابلية التثبيت \"{errorId}\"."
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1059
|
-
"message": "لا يتم عرض الصفحة من مصدر آمن."
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1062
|
-
"message": "لا يتم تحميل الصفحة في الإطار الرئيسي."
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1065
|
-
"message": "لا تعمل هذه الصفحة بلا إنترنت."
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1068
|
-
"message": "تم إلغاء تثبيت تطبيق الويب التقدّمي (PWA) وتتم حاليًا إعادة ضبط عمليات التحقّق من قابلية التثبيت."
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1071
|
-
"message": "لا تتوفّر منصة التطبيقات المحدّدة على Android."
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1074
|
-
"message": "يضبط ملف البيان قيمة prefer_related_applications على true."
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1077
|
-
"message": "لا يتوافق حقل الإدخال prefer_related_applications إلا مع الإصدار التجريبي من متصفِّح Chrome والقنوات الثابتة على Android."
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1080
|
-
"message": "تعذَّر على أداة Lighthouse تحديد ما إذا كانت الصفحة قابلة للتثبيت. يُرجى إعادة المحاولة باستخدام إصدار أحدث من متصفّح Chrome."
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1083
|
-
"message": "عنوان URL البداية لملف البيان غير صالح."
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | title": {
|
|
1086
|
-
"message": "استيفاء ملف بيان تطبيق الويب ومشغّل الخدمات لمتطلبات التثبيت"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1089
|
-
"message": "يحتوي عنوان URL في ملف البيان على اسم مستخدم أو كلمة مرور أو منفذ."
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1092
|
-
"message": "لا تعمل هذه الصفحة بلا إنترنت. وستصبح هذه الصفحة غير قابلة للتثبيت بعد إطلاق الإصدار الثابت من Chrome 93 في آب (أغسطس) 2021."
|
|
1093
|
-
},
|
|
1094
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1095
987
|
"message": "مسموح به"
|
|
1096
988
|
},
|
|
@@ -1202,33 +1094,6 @@
|
|
|
1202
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1203
1095
|
"message": "تقليل سلسلة العمل الرئيسية"
|
|
1204
1096
|
},
|
|
1205
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1206
|
-
"message": "للوصول إلى أكبر عدد من المستخدمين، يجب إتاحة استخدام المواقع الإلكترونية على كل متصفِّح رئيسي. تعرَّف على [كيفية توافق المواقع الإلكترونية مع جميع المتصفِّحات](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
|
|
1207
|
-
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1209
|
-
"message": "الموقع الإلكتروني يعمل عبر المتصفح"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1212
|
-
"message": "يُرجى التأكّد من إمكانية إنشاء روابط تؤدي إلى الصفحات الفردية من خلال عناوين URL، ويجب أن تكون عناوين URL هذه فريدة لتوفير إمكانية المشاركة على وسائل التواصل الاجتماعي. [مزيد من المعلومات عن كيفية توفير روابط لصفحات معيّنة](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1215
|
-
"message": "كل صفحة تحتوي على عنوان URL"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1218
|
-
"message": "يجب أن تكون عمليات الانتقال بين الصفحات سريعة، حتى عند استخدام شبكة بطيئة، وذلك لأنّ سرعة استجابة التطبيق تُعدّ من العناصر الأساسية التي يستند إليها المستخدم في تقييم أداء التطبيق. [مزيد من المعلومات حول عمليات الانتقال بين الصفحات](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1221
|
-
"message": "عمليات نقل الصفحة لا تبدو أنها محظورة على الشبكة"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/maskable-icon.js | description": {
|
|
1224
|
-
"message": "يضمن الرمز التكيُّفي تعبئة الصورة للشكل بالكامل بدون أن تصبح مُعدَّة للعرض على شاشة عريضة أفقيًا أثناء تثبيت التطبيق على أحد الأجهزة. [مزيد من المعلومات حول رموز البيانات التكيُّفية](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1227
|
-
"message": "البيان لا يحتوي على رمز قابل للإخفاء"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | title": {
|
|
1230
|
-
"message": "البيان يحتوي على رمز قابل للإخفاء"
|
|
1231
|
-
},
|
|
1232
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1233
1098
|
"message": "يحدِّد مقياس \"متغيّرات التصميم التراكمية\" مقدار حركة العناصر المرئية في إطار العرض. [مزيد من المعلومات حول مقياس \"متغيّرات التصميم التراكمية\"](https://web.dev/articles/cls)"
|
|
1234
1099
|
},
|
|
@@ -1484,24 +1349,6 @@
|
|
|
1484
1349
|
"core/audits/server-response-time.js | title": {
|
|
1485
1350
|
"message": "وقت استجابة الخادم الأوّلي قصير"
|
|
1486
1351
|
},
|
|
1487
|
-
"core/audits/splash-screen.js | description": {
|
|
1488
|
-
"message": "تضمن شاشة البداية المميَّزة توفير تجربة عالية الجودة عند تشغيل المستخدمين لتطبيقك من الشاشات الرئيسية. [مزيد من المعلومات حول شاشات البداية](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)"
|
|
1489
|
-
},
|
|
1490
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1491
|
-
"message": "عدم الضبط لشاشة بداية مخصّصة"
|
|
1492
|
-
},
|
|
1493
|
-
"core/audits/splash-screen.js | title": {
|
|
1494
|
-
"message": "تم الضبط لشاشة البداية المخصّصة"
|
|
1495
|
-
},
|
|
1496
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1497
|
-
"message": "يمكن تصميم ألوان شريط العناوين للمتصفِّح بما يتطابق مع موقعك الإلكتروني. [مزيد من المعلومات حول تصميم ألوان شريط العناوين](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)"
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1500
|
-
"message": "عدم ضبط لون تصميم لشريط العناوين"
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1503
|
-
"message": "ضبط لون تصميم لشريط العناوين"
|
|
1504
|
-
},
|
|
1505
1352
|
"core/audits/third-party-cookies.js | description": {
|
|
1506
1353
|
"message": "ستتم إزالة إمكانية استخدام ملفات تعريف الارتباط التابعة لجهات خارجية في إصدار مستقبلي من Chrome. [معلومات أكثر حول الإيقاف التدريجي لملفات تعريف الارتباط التابعة لجهات خارجية](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)"
|
|
1507
1354
|
},
|
|
@@ -1769,21 +1616,6 @@
|
|
|
1769
1616
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1770
1617
|
"message": "الأداء"
|
|
1771
1618
|
},
|
|
1772
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1773
|
-
"message": "تتحقَّق عمليات التحقُّق هذه من جوانب تطبيق الويب التقدّمي. [تعرَّف على العوامل التي تساهم في إنشاء تطبيق ويب تقدّمي جيد](https://web.dev/articles/pwa-checklist)."
|
|
1774
|
-
},
|
|
1775
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1776
|
-
"message": "يُطلب إجراء عمليات التحقّق هذه من خلال المرجع [قائمة التحقق PWA](https://web.dev/articles/pwa-checklist)، ولكن لم يتم التحقُّق منها تلقائيًا من خلال Lighthouse. لا تؤثر عمليات التحقق هذه في نتيجتك، ولكن من المهم أنك تتحقق منها يدويًا."
|
|
1777
|
-
},
|
|
1778
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1779
|
-
"message": "PWA"
|
|
1780
|
-
},
|
|
1781
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1782
|
-
"message": "القسم القابل للتثبيت"
|
|
1783
|
-
},
|
|
1784
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1785
|
-
"message": "تحسين PWA"
|
|
1786
|
-
},
|
|
1787
1619
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1788
1620
|
"message": "تضمن عمليات التحقّق هذه اتّباع صفحتك للنصائح الأساسية الخاصة بتحسين محركات البحث. هناك العديد من العوامل الإضافية التي تتسبب في عدم تحقيق أداة Lighthouse لأي نقاط هنا والتي قد تؤثّر في ترتيب نتائج البحث، بما في ذلك الأداء في ما يخص [مؤشرات أداء الويب الأساسية](https://web.dev/explore/vitals). [مزيد من المعلومات حول \"أساسيات بحث Google\"](https://support.google.com/webmasters/answer/35769)"
|
|
1789
1621
|
},
|
|
@@ -2666,9 +2498,6 @@
|
|
|
2666
2498
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2667
2499
|
"message": "الأداء"
|
|
2668
2500
|
},
|
|
2669
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2670
|
-
"message": "تطبيق الويب التقدّمي"
|
|
2671
|
-
},
|
|
2672
2501
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2673
2502
|
"message": "تحسين محركات البحث"
|
|
2674
2503
|
},
|
|
@@ -3335,9 +3164,6 @@
|
|
|
3335
3164
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3336
3165
|
"message": "اجتياز عمليات التدقيق بنجاح"
|
|
3337
3166
|
},
|
|
3338
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3339
|
-
"message": "وفق [معايير قابلية التثبيت المُعدَّلة في Chrome](https://developer.chrome.com/blog/update-install-criteria)، ستوقف أداة Lighthouse فئة تطبيقات الويب التقدّمية (PWA) نهائيًا في أي إصدار مستقبلي. يُرجى الرجوع إلى [مستندات تطبيقات الويب التقدّمية (PWA) المعدَّلة](https://developer.chrome.com/docs/devtools/progressive-web-apps/) لاختبار هذه التطبيقات في المستقبل."
|
|
3340
|
-
},
|
|
3341
3167
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3342
3168
|
"message": "التحميل الأولي للصفحة"
|
|
3343
3169
|
},
|