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": "Todos los informes"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "Categorías"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "Accesibilidad"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "Ordenador"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "Interpretar los informes de flujo de Lighthouse"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "Interpretar flujos"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "Usa los informes de navegación para..."
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "Usa los informes de un instante para..."
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "Usa los informes de tiempo para..."
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "Obtener una puntuación del rendimiento de Lighthouse."
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "Medir métricas de rendimiento de carga de la página, como el renderizado del mayor elemento con contenido y el Speed Index."
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "Evaluar las funciones de una aplicación web progresiva."
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "Detectar problemas de accesibilidad en aplicaciones de página única o formularios complejos."
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "Evaluar las prácticas recomendadas para los menús y los elementos de interfaz de usuario ocultos tras las interacciones."
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "Medir los cambios de diseño y el tiempo de ejecución de JavaScript en una serie de interacciones."
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "Descubrir oportunidades de rendimiento para mejorar la experiencia en páginas de larga duración y en aplicaciones de página única."
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Mayor impacto"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} auditoría informativa}other{{numInformative} auditorías informativas}}"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Móvil"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "Carga de la página"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "Los informes de navegación analizan la carga de una sola página, exactamente igual que los informes originales de Lighthouse."
|
|
70
76
|
},
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Informe de navegación"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} informe de navegación}other{{numNavigation} informes de navegación}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} auditoría aceptable}other{{numPassableAudits} auditorías aceptables}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{{numPassed} auditoría superada}other{{numPassed} auditorías superadas}}"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Ni buena ni mala"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "Buena"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "Guardar"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "Captura del estado de la página"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "
|
|
108
|
+
"message": "Los informes de un instante analizan la página en un estado concreto, normalmente tras las interacciones de los usuarios."
|
|
94
109
|
},
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Informe de un instante"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} informe de un instante}other{{numSnapshot} informes de un instante}}"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Resumen"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "Interacciones del usuario"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "Los informes de tiempo analizan un periodo de tiempo arbitrario, que normalmente contiene interacciones de usuario."
|
|
106
124
|
},
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Informe de tiempo"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} informe de tiempo}other{{numTimespan} informes de tiempo}}"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Informe de flujo de usuarios de Lighthouse"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Estas comprobaciones son necesarias según el documento de referencia [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) (lista de comprobación para aplicaciones web progresivas), pero Lighthouse no las verifica automáticamente. Es importante que las verifiques manualmente (aunque no afectan a la puntuación)."
|
|
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": "Instalabilidad"
|
|
@@ -1944,7 +1965,7 @@
|
|
|
1944
1965
|
"message": "Media"
|
|
1945
1966
|
},
|
|
1946
1967
|
"lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": {
|
|
1947
|
-
"message": "
|
|
1968
|
+
"message": "Renderizado del mayor elemento con contenido"
|
|
1948
1969
|
},
|
|
1949
1970
|
"lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": {
|
|
1950
1971
|
"message": "Latencia potencial máxima de la primera interacción"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "La URL que has proporcionado no es válida."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Todo"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Todas las secuencias de comandos"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Cobertura"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Módulos duplicados"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Bytes del recurso"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Nombre"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Mostrar/Ocultar tabla"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Bytes sin usar"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "En el caso del contenido animado, usa [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) para reducir el uso de la CPU mientras el contenido no aparece en pantalla."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Ver calculadora."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Contraer vista"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Navegación inicial"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Error del informe: no hay información de la auditoría"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Ampliar vista"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Notificar un problema"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Ocultar"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Datos de experimentos"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Auditorías aprobadas"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Carga inicial de la página"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Limitación personalizada"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Escritorio emulado"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "User-agent (red)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Carga de una única página"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "Estos datos se obtienen a partir de la carga de una única página, mientras que los datos de campo ofrecen un resumen de muchas sesiones."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Limitación de 4G lenta"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Desconocido"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Mostrar"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Mostrar auditorías relacionadas con:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Advertencias: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Todo"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Todas las secuencias de comandos"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Cobertura"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Módulos duplicados"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Bytes del recurso"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Nombre"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Mostrar/Ocultar tabla"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Bytes sin usar"
|
|
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": "Mobiili"
|
|
64
70
|
},
|
|
@@ -71,6 +77,15 @@
|
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Navigointiraportti"
|
|
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": "Keskimääräinen"
|
|
76
91
|
},
|
|
@@ -95,6 +110,9 @@
|
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Tilannekuvaraportti"
|
|
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": "Yhteenveto"
|
|
100
118
|
},
|
|
@@ -107,6 +125,9 @@
|
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Aikaväliraportti"
|
|
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": "Lighthousen käyttökulkuraportti"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Normaali [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) sisältää nämä kohdat, mutta Lighthouse ei tarkista niitä automaattisesti. Ne eivät vaikuta tulokseesi, mutta on tärkeää, että tarkistat kohdat manuaalisesti."
|
|
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": "Asennettavissa"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "Kirjoittamasi URL-osoite näyttää olevan virheellinen."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Kaikki"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Kaikki skriptit"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Kattavuus"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Moduulien kaksoiskappaleet"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Resurssin tavut"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Nimi"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Näytä/piilota taulukko"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Käyttämättömät tavut"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Käytä animoidun sisällön kanssa [`amp-anim`](https://amp.dev/documentation/components/amp-anim/)-ominaisuutta, joka minimoi suoritinkäytön, kun sisältö ei ole näytöllä."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Katso laskin."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Collapse view"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Ensimmäinen navigointi"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Raporttivirhe: ei tarkastustietoja"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Expand view"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Ilmoita ongelmasta"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Laboratoriodata"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Hyväksytyt tarkastukset"
|
|
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": "Emuloitu työpöytä"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "Käyttäjäagentti (verkko)"
|
|
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": "Ei tietoa"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Näytä tähän liittyvät tarkastukset:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Varoitukset: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Kaikki"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Kaikki skriptit"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Kattavuus"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Moduulien kaksoiskappaleet"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Resurssin tavut"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Nimi"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Näytä/piilota taulukko"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Käyttämättömät tavut"
|
|
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": "Ulat ng pag-navigate"
|
|
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": "Ulat ng snapshot"
|
|
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": "Buod"
|
|
100
118
|
},
|
|
@@ -107,6 +125,9 @@
|
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Ulat ng tagal ng panahon"
|
|
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": "Ulat ng Daloy ng User ng Lighthouse"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Kinakailangan ang mga pagsusuring ito ng baseline na [Checklist ng PWA ](https://developers.google.com/web/progressive-web-apps/checklist) pero hindi ito awtomatikong sinusuri ng Lighthouse. Hindi nakakaapekto ang mga ito sa iyong score pero mahalagang ma-verify mo ang mga ito nang manual."
|
|
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": "Nai-install"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "Mukhang invalid ang URL na ibinigay mo."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Lahat"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Lahat ng Script"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Sakop"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Mga Duplicate na Module"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Mga Byte ng Resource"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Pangalan"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "I-toggle ang Talahanayan"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Mga Hindi Nagamit na Byte"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Para sa animated na content, gamitin ang [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) para mabawasan ang paggamit ng CPU kapag offscreen ang content."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Tingnan ang calculator."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Collapse view"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Unang Navigation"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Error sa ulat: walang impormasyon sa pag-audit"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Expand view"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Mag-file ng isyu"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Data ng Lab"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Mga pumasang pag-audit"
|
|
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": "Na-emulate na 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": "Hindi alam"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Ipakita ang mga audit na may kaugnayan sa:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Mga Babala: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Lahat"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Lahat ng Script"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Sakop"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Mga Duplicate na Module"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Mga Byte ng Resource"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Pangalan"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "I-toggle ang Talahanayan"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Mga Hindi Nagamit na Byte"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|