lighthouse 8.6.0-dev.20211107 → 9.0.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/dist/report/bundle.esm.js +5994 -0
- package/dist/report/flow.js +16 -16
- package/dist/report/standalone.js +8 -8
- package/flow-report/src/app.tsx +10 -9
- package/flow-report/src/help-dialog.tsx +0 -1
- package/lighthouse-cli/run.js +1 -1
- package/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js +0 -0
- package/lighthouse-core/audits/byte-efficiency/byte-efficiency-audit.js +2 -0
- package/lighthouse-core/audits/deprecations.js +33 -11
- package/lighthouse-core/audits/dobetterweb/uses-http2.js +27 -11
- package/lighthouse-core/audits/installable-manifest.js +5 -3
- package/lighthouse-core/config/constants.js +3 -4
- package/lighthouse-core/config/default-config.js +2 -2
- package/lighthouse-core/fraggle-rock/config/default-config.js +3 -1
- package/lighthouse-core/fraggle-rock/gather/session.js +3 -4
- package/lighthouse-core/gather/driver.js +3 -7
- package/lighthouse-core/gather/fetcher.js +4 -7
- package/lighthouse-core/gather/gather-runner.js +29 -6
- package/lighthouse-core/gather/gatherers/inspector-issues.js +5 -0
- package/lighthouse-core/lib/emulation.js +45 -1
- package/lighthouse-core/util-commonjs.js +17 -0
- package/package.json +8 -5
- package/report/assets/styles.css +9 -8
- package/report/renderer/components.js +1 -1
- package/report/renderer/performance-category-renderer.js +0 -1
- package/report/renderer/report-renderer.js +1 -1
- package/report/renderer/topbar-features.js +2 -1
- package/report/renderer/util.js +17 -0
- package/report/test/renderer/performance-category-renderer-test.js +15 -4
- package/report/test/renderer/util-test.js +22 -0
- package/shared/localization/locales/ar-XB.json +73 -25
- package/shared/localization/locales/ar.json +73 -25
- package/shared/localization/locales/bg.json +73 -25
- package/shared/localization/locales/ca.json +73 -25
- package/shared/localization/locales/cs.json +90 -42
- package/shared/localization/locales/da.json +73 -25
- package/shared/localization/locales/de.json +90 -42
- package/shared/localization/locales/el.json +73 -25
- package/shared/localization/locales/en-GB.json +73 -25
- package/shared/localization/locales/en-US.json +3 -0
- package/shared/localization/locales/en-XA.json +73 -25
- package/shared/localization/locales/en-XL.json +3 -0
- package/shared/localization/locales/es-419.json +91 -43
- package/shared/localization/locales/es.json +91 -43
- package/shared/localization/locales/fi.json +73 -25
- package/shared/localization/locales/fil.json +73 -25
- package/shared/localization/locales/fr.json +90 -42
- package/shared/localization/locales/he.json +74 -26
- package/shared/localization/locales/hi.json +73 -25
- package/shared/localization/locales/hr.json +73 -25
- package/shared/localization/locales/hu.json +90 -42
- package/shared/localization/locales/id.json +90 -42
- package/shared/localization/locales/it.json +90 -42
- package/shared/localization/locales/ja.json +90 -42
- package/shared/localization/locales/ko.json +90 -42
- package/shared/localization/locales/lt.json +90 -42
- package/shared/localization/locales/lv.json +96 -48
- package/shared/localization/locales/nl.json +90 -42
- package/shared/localization/locales/no.json +73 -25
- package/shared/localization/locales/pl.json +73 -25
- package/shared/localization/locales/pt-PT.json +73 -25
- package/shared/localization/locales/pt.json +90 -42
- package/shared/localization/locales/ro.json +91 -43
- package/shared/localization/locales/ru.json +90 -42
- package/shared/localization/locales/sk.json +90 -42
- package/shared/localization/locales/sl.json +90 -42
- package/shared/localization/locales/sr-Latn.json +90 -42
- package/shared/localization/locales/sr.json +90 -42
- package/shared/localization/locales/sv.json +73 -25
- package/shared/localization/locales/ta.json +90 -42
- package/shared/localization/locales/te.json +90 -42
- package/shared/localization/locales/th.json +90 -42
- package/shared/localization/locales/tr.json +90 -42
- package/shared/localization/locales/uk.json +93 -45
- package/shared/localization/locales/vi.json +90 -42
- package/shared/localization/locales/zh-HK.json +90 -42
- package/shared/localization/locales/zh-TW.json +90 -42
- package/shared/localization/locales/zh.json +90 -42
- package/third-party/chromium-synchronization/inspector-issueAdded-types-test.js +19 -11
- package/types/artifacts.d.ts +1 -0
- package/types/lhr/audit-details.d.ts +1 -0
- package/types/lhr/lhr.d.ts +1 -1
- package/changelog.md +0 -5490
- package/lighthouse-core/scripts/package.json +0 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"message": "Alle Berichte"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "Kategorien"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "Barrierefreiheit"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "Computer"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "Informationen über den Lighthouse-Bericht zur Aufrufabfolge"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "Informationen über Aufrufabfolgen"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "Navigationsberichte können für Folgendes verwendet werden:"
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "Snapshot-Berichte können für Folgendes verwendet werden:"
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "Zeitspannenberichte können für Folgendes verwendet werden:"
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "Eine Lighthouse-Leistungsbewertung erhalten."
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "Messwerte zur Leistung beim Seitenaufbau erfassen, z. B. Largest Contentful Paint oder Speed Index."
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "Funktionen progressiver Web-Apps bewerten."
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "Probleme mit der Barrierefreiheit in Single-Page-Anwendungen oder komplexen Formularen finden."
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "Best Practices für hinter einer Interaktion versteckte Menüs und UI-Elemente bewerten."
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "Layoutverschiebungen und JavaScript-Ausführungszeit bei einer Reihe von Interaktionen messen."
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "Leistungsmöglichkeiten finden, um die Nutzung für langlebige Seiten und Single-Page-Anwendungen zu verbessern."
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Größte Wirkung"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} informative Prüfung}other{{numInformative} informative Prüfungen}}"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Mobil"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "Seitenaufbau"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "Mit Navigationsberichten wird der Aufbau einer einzelnen Seite analysiert, genau wie mit den ursprünglichen Lighthouse-Berichten."
|
|
70
76
|
},
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Navigationsbericht"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} Navigationsbericht}other{{numNavigation} Navigationsberichte}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} bestehbare Prüfung}other{{numPassableAudits} bestehbare Prüfungen}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{{numPassed} Prüfung bestanden}other{{numPassed} Prüfungen bestanden}}"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Durchschnittlich"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "Gut"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "Speichern"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "Erfasster Seitenstatus"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "Snapshot
|
|
108
|
+
"message": "Mit Snapshot-Berichten werden Seiten in einem bestimmten Zustand analysiert, in der Regel nach Nutzerinteraktionen."
|
|
94
109
|
},
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Snapshot-Bericht"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} Snapshot-Bericht}other{{numSnapshot} Snapshot-Berichte}}"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Zusammenfassung"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "Nutzerinteraktionen"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "Mit Zeitspannenberichten wird ein beliebiger Zeitraum analysiert, normalerweise einer, der Nutzerinteraktionen enthält."
|
|
106
124
|
},
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Zeitspannenbericht"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} Zeitspannenbericht}other{{numTimespan} Zeitspannenberichte}}"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Lighthouse-Bericht zur Aufrufabfolge"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Diese Prüfungen sind laut der grundlegenden [PWA-Checkliste](https://developers.google.com/web/progressive-web-apps/checklist) erforderlich, werden von Lighthouse jedoch nicht automatisch durchgeführt. Sie haben zwar keine Auswirkung auf Ihre Leistungsbewertung, aber es ist wichtig, sie manuell durchzuführen."
|
|
1741
1762
|
},
|
|
1742
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1743
|
-
"message": "
|
|
1764
|
+
"message": "PWA"
|
|
1744
1765
|
},
|
|
1745
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1746
1767
|
"message": "Installierbar"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "Die von Ihnen angegebene URL scheint ungültig zu sein."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Alles"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Alle Skripts"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Abdeckung"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Doppelte Module"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Ressourcengröße in Byte"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Name"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Tabelle ein- oder ausblenden"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Nicht verwendete Byte"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Verwenden Sie [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) für animierte Inhalte, um die CPU-Last auf ein Mindestmaß zu reduzieren, wenn die Inhalte nicht zu sehen sind."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Siehe Rechner."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Ansicht minimieren"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Anfangsnavigation"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Fehler gemeldet: keine Informationen zur Überprüfung"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Ansicht maximieren"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Problem melden"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Ausblenden"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Labdaten"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Bestandene Prüfungen"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Erster Seitenaufbau"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Benutzerdefinierte Drosselung"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Desktopemulation"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "User-Agent (Netzwerk)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Einzelner Seitenaufbau"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "Diese Daten wurden einem einzelnen Seitenaufbau entnommen – Felddaten fassen dagegen mehrere Sitzungen zusammen."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Langsame 4G-Drosselung"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Unbekannt"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Anzeigen"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Prüfungen anzeigen, die für folgende Messwerte relevant sind:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Warnungen: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Alles"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Alle Skripts"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Abdeckung"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Doppelte Module"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Ressourcengröße in Byte"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Name"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Tabelle ein- oder ausblenden"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Nicht verwendete Byte"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|
|
@@ -59,6 +59,12 @@
|
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
60
|
"message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
|
|
61
61
|
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Υψηλότερος αντίκτυπος"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} πληροφοριακός έλεγχος}other{{numInformative} πληροφοριακοί έλεγχοι}}"
|
|
67
|
+
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Κινητό"
|
|
64
70
|
},
|
|
@@ -71,6 +77,15 @@
|
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Αναφορά πλοήγησης"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} αναφορά πλοήγησης}other{{numNavigation} αναφορές πλοήγησης}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} έλεγχος που μπορεί να ολοκληρωθεί}other{{numPassableAudits} έλεγχοι που μπορούν να ολοκληρωθούν}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{{numPassed} έλεγχος ολοκληρώθηκε}other{{numPassed} έλεγχοι ολοκληρώθηκαν}}"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Μέτρια"
|
|
76
91
|
},
|
|
@@ -95,6 +110,9 @@
|
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Αναφορά σύνοψης"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} αναφορά σύνοψης}other{{numSnapshot} αναφορές σύνοψης}}"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Σύνοψη"
|
|
100
118
|
},
|
|
@@ -107,6 +125,9 @@
|
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Αναφορά χρονικού διαστήματος"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} αναφορά χρονικού διαστήματος}other{{numTimespan} αναφορές χρονικού διαστήματος}}"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Αναφορά ροής χρήστη Lighthouse"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Αυτοί οι έλεγχοι απαιτούνται από τη [Λίστα ελέγχου PWA](https://developers.google.com/web/progressive-web-apps/checklist) σημείου αναφοράς αλλά δεν ελέγχονται αυτόματα από το Lighthouse. Δεν επηρεάζουν τη βαθμολογία σας αλλά είναι σημαντικό να τους επαληθεύσετε με μη αυτόματο τρόπο."
|
|
1741
1762
|
},
|
|
1742
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1743
|
-
"message": "
|
|
1764
|
+
"message": "PWA"
|
|
1744
1765
|
},
|
|
1745
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1746
1767
|
"message": "Δυνατότητα εγκατάστασης"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "Το URL που παρείχατε φαίνεται ότι δεν είναι έγκυρο."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Όλα"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Όλες οι γραφές"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Κάλυψη"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Διπλότυπες λειτουργικές μονάδες"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Byte πόρου"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Όνομα"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Εναλλαγή πίνακα"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Byte που δεν χρησιμοποιούνται"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Για περιεχόμενο κινούμενης εικόνας, χρησιμοποιήστε το [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) για να ελαχιστοποιήσετε τη χρήση CPU όταν το περιεχόμενο είναι εκτός οθόνης."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Προβολή αριθμομηχανής."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Σύμπτυξη προβολής"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Αρχική πλοήγηση"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Σφάλμα αναφοράς: Δεν υπάρχουν πληροφορίες ελέγχου"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Ανάπτυξη προβολής"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Υποβολή προβλήματος"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Απόκρυψη"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Εργαστηριακά δεδομένα"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Έλεγχοι που ολοκληρώθηκαν επιτυχώς"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Αρχική φόρτωση σελίδας"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Προσαρμοσμένη ρύθμιση ροής δεδομένων"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Προσομοιωμένη επιφάνεια εργασίας"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "Παράγοντας χρήστη (δίκτυο)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Μία φόρτωση σελίδας"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "Αυτά τα δεδομένα λαμβάνονται από μία φόρτωση σελίδας, σε αντίθεση με τα δεδομένα πεδίου που συνοψίζουν πολλές περιόδους λειτουργίας."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Ρύθμιση ροής δεδομένων αργού 4G"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Άγνωστη"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Εμφάνιση"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Εμφάνιση ελέγχων που σχετίζονται με:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Προειδοποιήσεις: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Όλα"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Όλες οι γραφές"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Κάλυψη"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Διπλότυπες λειτουργικές μονάδες"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Byte πόρου"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Όνομα"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Εναλλαγή πίνακα"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Byte που δεν χρησιμοποιούνται"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|
|
@@ -59,6 +59,12 @@
|
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
60
|
"message": "Discover performance opportunities to improve the experience for long-lived pages and single-page applications."
|
|
61
61
|
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Highest impact"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative, plural,\n =1 {{numInformative} informative audit}\n other {{numInformative} informative audits}\n }"
|
|
67
|
+
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Mobile"
|
|
64
70
|
},
|
|
@@ -71,6 +77,15 @@
|
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Navigation report"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation, plural,\n =1 {{numNavigation} navigation report}\n other {{numNavigation} navigation reports}\n }"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits, plural,\n =1 {{numPassableAudits} passable audit}\n other {{numPassableAudits} passable audits}\n }"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed, plural,\n =1 {{numPassed} audit passed}\n other {{numPassed} audits passed}\n }"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Average"
|
|
76
91
|
},
|
|
@@ -95,6 +110,9 @@
|
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Snapshot report"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot, plural,\n =1 {{numSnapshot} snapshot report}\n other {{numSnapshot} snapshot reports}\n }"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Summary"
|
|
100
118
|
},
|
|
@@ -107,6 +125,9 @@
|
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Timespan report"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan, plural,\n =1 {{numTimespan} timespan report}\n other {{numTimespan} timespan reports}\n }"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Lighthouse user flow report"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "These checks are required by the baseline [PWA checklist](https://developers.google.com/web/progressive-web-apps/checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
|
|
1741
1762
|
},
|
|
1742
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1743
|
-
"message": "
|
|
1764
|
+
"message": "PWA"
|
|
1744
1765
|
},
|
|
1745
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1746
1767
|
"message": "Installable"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "The URL that you have provided appears to be invalid."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "All"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "All scripts"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Coverage"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Duplicate modules"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Resource bytes"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Name"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Toggle table"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Unused bytes"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "For animated content, use [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) to minimise CPU usage when the content is offscreen."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "See calculator."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Collapse view"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Initial Navigation"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Report error: no audit information"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Expand view"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "File an issue"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Lab Data"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Passed audits"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Initial page load"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Custom throttling"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Emulated desktop"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "User agent (network)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Single page load"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "This data is taken from a single page load, as opposed to field data summarizing many sessions."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Slow 4G throttling"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Unknown"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Show audits relevant to:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Warnings: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "All"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "All scripts"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Coverage"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Duplicate modules"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Resource bytes"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Name"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Toggle table"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Unused bytes"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|
|
@@ -1061,6 +1061,9 @@
|
|
|
1061
1061
|
"lighthouse-core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1062
1062
|
"message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
|
|
1063
1063
|
},
|
|
1064
|
+
"lighthouse-core/audits/installable-manifest.js | protocol-timeout": {
|
|
1065
|
+
"message": "Lighthouse could not determine if there was a service worker. Please try with a newer version of Chrome."
|
|
1066
|
+
},
|
|
1064
1067
|
"lighthouse-core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1065
1068
|
"message": "Manifest start URL is not valid"
|
|
1066
1069
|
},
|