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": "Toate rapoartele"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "Categorii"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "Accesibilitate"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "Computer"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "Înțelegerea Raportului privind fluxul Lighthouse"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "Înțelegerea fluxurilor"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "Folosește Rapoartele privind navigarea pentru..."
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "Folosește Rapoartele privind instantaneele pentru..."
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "Folosește Rapoartele privind perioada pentru..."
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "Obține un scor de performanță pentru Lighthouse."
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "Măsoară valorile de performanță pentru încărcarea paginii, cum ar fi Largest Contentful Paint și indicele de viteză."
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "Evaluează funcțiile aplicațiilor web progresive."
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "Identifică problemele legate de accesibilitate în aplicații cu o singură pagină sau formulare complexe."
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "Evaluează recomandările pentru meniuri și elemente IU din spatele interacțiunilor."
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "Măsoară modificările de aspect și timpul de execuție JavaScript pentru o serie de interacțiuni."
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "Descoperă oportunități de performanță pentru a îmbunătăți experiența în paginile vechi și aplicațiile cu o singură pagină."
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Cel mai mare impact"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} audit informativ}few{{numInformative} audituri informative}other{{numInformative} de audituri informative}}"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Mobil"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "Încărcarea paginii"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "Rapoartele privind navigarea analizează încărcarea unei singure pagini, exact ca rapoartele Lighthouse inițiale."
|
|
70
76
|
},
|
|
71
77
|
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
72
78
|
"message": "Raport privind navigarea"
|
|
73
79
|
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} raport privind navigarea}few{{numNavigation} rapoarte privind navigarea}other{{numNavigation} de rapoarte privind navigarea}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} audit care poate fi trecut}few{{numPassableAudits} audituri care pot fi trecute}other{{numPassableAudits} de audituri care pot fi trecute}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{{numPassed} audit trecut}few{{numPassed} audituri trecute}other{{numPassed} de audituri trecute}}"
|
|
88
|
+
},
|
|
74
89
|
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
75
90
|
"message": "Medie"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "Bună"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "Salvează"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "Starea înregistrată a paginii"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "
|
|
108
|
+
"message": "Rapoartele privind instantaneele analizează pagina într-o anumită stare, de obicei după interacțiunile cu utilizatorul."
|
|
94
109
|
},
|
|
95
110
|
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
96
111
|
"message": "Raport instantaneu"
|
|
97
112
|
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} raport instantaneu}few{{numSnapshot} rapoarte instantanee}other{{numSnapshot} de rapoarte instantanee}}"
|
|
115
|
+
},
|
|
98
116
|
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
99
117
|
"message": "Rezumat"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "Interacțiunile utilizatorilor"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "Rapoartele privind perioada analizează o perioadă arbitrară, care conține de obicei interacțiuni cu utilizatorul."
|
|
106
124
|
},
|
|
107
125
|
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
108
126
|
"message": "Raport privind perioada de timp"
|
|
109
127
|
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} raport privind perioada de timp}few{{numTimespan} rapoarte privind perioada de timp}other{{numTimespan} de rapoarte privind perioada de timp}}"
|
|
130
|
+
},
|
|
110
131
|
"flow-report/src/i18n/ui-strings.js | title": {
|
|
111
132
|
"message": "Raport privind fluxul pentru utilizatori Lighthouse"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Aceste verificări sunt impuse de [Lista de verificare PWA](https://developers.google.com/web/progressive-web-apps/checklist) de referință, dar nu sunt verificate automat de Lighthouse. Ele nu-ți afectează scorul, dar e important să fie făcute 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": "Poate fi instalat"
|
|
@@ -1896,7 +1917,7 @@
|
|
|
1896
1917
|
"message": "Dimensiunea transferului"
|
|
1897
1918
|
},
|
|
1898
1919
|
"lighthouse-core/lib/i18n/i18n.js | columnURL": {
|
|
1899
|
-
"message": "
|
|
1920
|
+
"message": "Adresa URL"
|
|
1900
1921
|
},
|
|
1901
1922
|
"lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": {
|
|
1902
1923
|
"message": "Economii potențiale"
|
|
@@ -2042,30 +2063,6 @@
|
|
|
2042
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
2043
2064
|
"message": "Adresa URL furnizată pare să fie nevalidă."
|
|
2044
2065
|
},
|
|
2045
|
-
"treemap/app/src/util.js | allLabel": {
|
|
2046
|
-
"message": "Toate"
|
|
2047
|
-
},
|
|
2048
|
-
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2049
|
-
"message": "Toate scripturile"
|
|
2050
|
-
},
|
|
2051
|
-
"treemap/app/src/util.js | coverageColumnName": {
|
|
2052
|
-
"message": "Acoperire"
|
|
2053
|
-
},
|
|
2054
|
-
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2055
|
-
"message": "Module dublate"
|
|
2056
|
-
},
|
|
2057
|
-
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2058
|
-
"message": "Byți resursă"
|
|
2059
|
-
},
|
|
2060
|
-
"treemap/app/src/util.js | tableColumnName": {
|
|
2061
|
-
"message": "Nume"
|
|
2062
|
-
},
|
|
2063
|
-
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2064
|
-
"message": "Activează / dezactivează tabelul"
|
|
2065
|
-
},
|
|
2066
|
-
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2067
|
-
"message": "Byți nefolosiți"
|
|
2068
|
-
},
|
|
2069
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
2070
2067
|
"message": "Pentru conținut animat, folosește [`amp-anim`](https://amp.dev/documentation/components/amp-anim/) ca să minimizezi utilizarea CPU în timp ce conținutul rămâne în afara ecranului."
|
|
2071
2068
|
},
|
|
@@ -2333,6 +2330,9 @@
|
|
|
2333
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2334
2331
|
"message": "Accesează calculatorul."
|
|
2335
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Restrânge vizualizarea"
|
|
2335
|
+
},
|
|
2336
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2337
2337
|
"message": "Navigare inițială"
|
|
2338
2338
|
},
|
|
@@ -2369,9 +2369,15 @@
|
|
|
2369
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2370
2370
|
"message": "Eroare de raport: nu există informații de auditare"
|
|
2371
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Extinde vizualizarea"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Raportează o problemă"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Ascunde"
|
|
2380
|
+
},
|
|
2375
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2376
2382
|
"message": "Datele testului"
|
|
2377
2383
|
},
|
|
@@ -2393,6 +2399,12 @@
|
|
|
2393
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2394
2400
|
"message": "Auditări trecute"
|
|
2395
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Încărcarea inițială a paginii"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Limitare personalizată"
|
|
2407
|
+
},
|
|
2396
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2397
2409
|
"message": "Computer simulat"
|
|
2398
2410
|
},
|
|
@@ -2420,9 +2432,21 @@
|
|
|
2420
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2421
2433
|
"message": "User Agent (rețea)"
|
|
2422
2434
|
},
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "O singură încărcare a paginii"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "Datele se preiau dintr-o singură încărcare a paginii, spre deosebire de datele de pe teren care rezumă mai multe sesiuni."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Limitare 4G lentă"
|
|
2443
|
+
},
|
|
2423
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2424
2445
|
"message": "Necunoscută"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Afișează"
|
|
2449
|
+
},
|
|
2426
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2427
2451
|
"message": "Vezi audituri relevante pentru:"
|
|
2428
2452
|
},
|
|
@@ -2452,5 +2476,29 @@
|
|
|
2452
2476
|
},
|
|
2453
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2454
2478
|
"message": "Avertismente: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Toate"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Toate scripturile"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Acoperire"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Module dublate"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Byți resursă"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Nume"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Activează / dezactivează tabelul"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Byți nefolosiți"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"message": "Все отчеты"
|
|
4
4
|
},
|
|
5
5
|
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
-
"message": "
|
|
6
|
+
"message": "Категории"
|
|
7
7
|
},
|
|
8
8
|
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
9
|
"message": "Специальные возможности"
|
|
@@ -24,40 +24,46 @@
|
|
|
24
24
|
"message": "Версия для компьютера"
|
|
25
25
|
},
|
|
26
26
|
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
-
"message": "
|
|
27
|
+
"message": "Интерпретация отчета Lighthouse о пути пользователя"
|
|
28
28
|
},
|
|
29
29
|
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
-
"message": "
|
|
30
|
+
"message": "Узнать о путях"
|
|
31
31
|
},
|
|
32
32
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
-
"message": "
|
|
33
|
+
"message": "Использовать отчеты о навигации, чтобы…"
|
|
34
34
|
},
|
|
35
35
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
-
"message": "
|
|
36
|
+
"message": "Использовать отчеты о состоянии страницы на определенный момент времени, чтобы…"
|
|
37
37
|
},
|
|
38
38
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
-
"message": "
|
|
39
|
+
"message": "Использовать отчеты о промежутке времени, чтобы…"
|
|
40
40
|
},
|
|
41
41
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
-
"message": "
|
|
42
|
+
"message": "Получить показатель производительности Lighthouse."
|
|
43
43
|
},
|
|
44
44
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
-
"message": "
|
|
45
|
+
"message": "Измерить показатели загрузки страницы, например время отрисовки самого крупного контента и индекс скорости загрузки."
|
|
46
46
|
},
|
|
47
47
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
-
"message": "
|
|
48
|
+
"message": "Оценить возможности современного веб-приложения."
|
|
49
49
|
},
|
|
50
50
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
-
"message": "
|
|
51
|
+
"message": "Обнаружить проблемы доступности в одностраничных приложениях и сложных формах."
|
|
52
52
|
},
|
|
53
53
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "Оценить рекомендации в отношении меню и элементов интерфейса, участвующих во взаимодействии."
|
|
55
55
|
},
|
|
56
56
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
-
"message": "
|
|
57
|
+
"message": "Измерить смещения макета и время выполнения JavaScript в ходе серии взаимодействий."
|
|
58
58
|
},
|
|
59
59
|
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
-
"message": "
|
|
60
|
+
"message": "Узнать возможности для улучшения взаимодействия со страницами, которые используются в течение длительного времени, и одностраничными приложениями."
|
|
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 }"
|
|
61
67
|
},
|
|
62
68
|
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
63
69
|
"message": "Мобильная версия"
|
|
@@ -66,11 +72,20 @@
|
|
|
66
72
|
"message": "Загрузка страницы"
|
|
67
73
|
},
|
|
68
74
|
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
69
|
-
"message": "
|
|
75
|
+
"message": "В отчетах о навигации представлен анализ загрузки одной страницы, в точности как в исходных отчетах Lighthouse."
|
|
70
76
|
},
|
|
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,\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": "Средне"
|
|
76
91
|
},
|
|
@@ -84,17 +99,20 @@
|
|
|
84
99
|
"message": "Хорошо"
|
|
85
100
|
},
|
|
86
101
|
"flow-report/src/i18n/ui-strings.js | save": {
|
|
87
|
-
"message": "
|
|
102
|
+
"message": "Сохранить"
|
|
88
103
|
},
|
|
89
104
|
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
90
105
|
"message": "Зарегистрированное состояние страницы"
|
|
91
106
|
},
|
|
92
107
|
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
93
|
-
"message": "
|
|
108
|
+
"message": "В отчетах о состоянии страницы на определенный момент времени представлен анализ конкретного состояния страницы (обычно после взаимодействия с пользователем)."
|
|
94
109
|
},
|
|
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,\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": "Сводка"
|
|
100
118
|
},
|
|
@@ -102,11 +120,14 @@
|
|
|
102
120
|
"message": "Взаимодействие пользователя"
|
|
103
121
|
},
|
|
104
122
|
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
105
|
-
"message": "
|
|
123
|
+
"message": "В отчетах о промежутке времени представлен анализ произвольного периода. Обычно он затрагивает взаимодействие с пользователем."
|
|
106
124
|
},
|
|
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,\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 о пути пользователя"
|
|
112
133
|
},
|
|
@@ -1740,7 +1761,7 @@
|
|
|
1740
1761
|
"message": "Lighthouse не проверяет эти пункты автоматически, но они необходимы для соответствия базовому [контрольному списку современных веб-приложений](https://developers.google.com/web/progressive-web-apps/checklist). Они не влияют на показатель приложения, однако их следует проверить вручную."
|
|
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": "Размер в байтах"
|
|
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": "Неиспользуемые байты"
|
|
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/), чтобы уменьшить нагрузку на процессор, когда контент не отображается на экране."
|
|
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": "Collapse view"
|
|
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": "Expand view"
|
|
2374
|
+
},
|
|
2372
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2373
2376
|
"message": "Сообщить о проблеме"
|
|
2374
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
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": "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": "Эмуляция компьютера"
|
|
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": "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": "Неизвестно"
|
|
2425
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
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": "Размер в байтах"
|
|
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": "Неиспользуемые байты"
|
|
2455
2503
|
}
|
|
2456
2504
|
}
|