chrome-devtools-frontend 1.0.942095 → 1.0.942529
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/config/gni/all_devtools_files.gni +0 -44
- package/config/gni/devtools_grd_files.gni +42 -2
- package/config/gni/devtools_image_files.gni +1 -1
- package/front_end/.eslintrc.js +11 -1
- package/front_end/Images/src/{feedback_thin_16x16_icon.svg → survey_feedback_icon.svg} +1 -1
- package/front_end/core/sdk/DebuggerModel.ts +4 -14
- package/front_end/emulated_devices/module.json +1 -3
- package/front_end/entrypoints/devtools_app/devtools_app.json +0 -2
- package/front_end/entrypoints/shell/shell.json +0 -1
- package/front_end/legacy_test_runner/bindings_test_runner/IsolatedFilesystemTestRunner.js +2 -2
- package/front_end/legacy_test_runner/test_runner/TestRunner.js +3 -1
- package/front_end/panels/application/components/EndpointsGrid.ts +1 -1
- package/front_end/panels/application/components/ReportsGrid.ts +1 -1
- package/front_end/panels/elements/components/StylePropertyEditor.ts +2 -0
- package/front_end/panels/emulation/DeviceModeToolbar.ts +3 -1
- package/front_end/panels/emulation/DeviceModeView.ts +2 -1
- package/front_end/panels/emulation/InspectedPagePlaceholder.ts +3 -1
- package/front_end/panels/emulation/MediaQueryInspector.ts +3 -1
- package/front_end/panels/emulation/emulation-meta.ts +0 -2
- package/front_end/panels/lighthouse/LighthousePanel.ts +2 -4
- package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +1 -4
- package/front_end/panels/lighthouse/module.json +1 -4
- package/front_end/panels/profiler/module.json +1 -3
- package/front_end/panels/screencast/module.json +1 -4
- package/front_end/panels/timeline/module.json +0 -1
- package/front_end/third_party/lighthouse/lighthouse-dt-bundle.js +1128 -1158
- package/front_end/third_party/lighthouse/locales/ar-XB.json +211 -79
- package/front_end/third_party/lighthouse/locales/ar.json +213 -81
- package/front_end/third_party/lighthouse/locales/bg.json +211 -79
- package/front_end/third_party/lighthouse/locales/ca.json +212 -80
- package/front_end/third_party/lighthouse/locales/cs.json +211 -79
- package/front_end/third_party/lighthouse/locales/da.json +211 -79
- package/front_end/third_party/lighthouse/locales/de.json +211 -79
- package/front_end/third_party/lighthouse/locales/el.json +213 -81
- package/front_end/third_party/lighthouse/locales/en-GB.json +211 -79
- package/front_end/third_party/lighthouse/locales/en-US.json +186 -75
- package/front_end/third_party/lighthouse/locales/en-XA.json +211 -79
- package/front_end/third_party/lighthouse/locales/en-XL.json +186 -75
- package/front_end/third_party/lighthouse/locales/es-419.json +211 -79
- package/front_end/third_party/lighthouse/locales/es.json +212 -80
- package/front_end/third_party/lighthouse/locales/fi.json +211 -79
- package/front_end/third_party/lighthouse/locales/fil.json +211 -79
- package/front_end/third_party/lighthouse/locales/fr.json +211 -79
- package/front_end/third_party/lighthouse/locales/he.json +212 -80
- package/front_end/third_party/lighthouse/locales/hi.json +214 -82
- package/front_end/third_party/lighthouse/locales/hr.json +211 -79
- package/front_end/third_party/lighthouse/locales/hu.json +211 -79
- package/front_end/third_party/lighthouse/locales/id.json +211 -79
- package/front_end/third_party/lighthouse/locales/it.json +211 -79
- package/front_end/third_party/lighthouse/locales/ja.json +211 -79
- package/front_end/third_party/lighthouse/locales/ko.json +211 -79
- package/front_end/third_party/lighthouse/locales/lt.json +211 -79
- package/front_end/third_party/lighthouse/locales/lv.json +214 -82
- package/front_end/third_party/lighthouse/locales/nl.json +211 -79
- package/front_end/third_party/lighthouse/locales/no.json +211 -79
- package/front_end/third_party/lighthouse/locales/pl.json +211 -79
- package/front_end/third_party/lighthouse/locales/pt-PT.json +211 -79
- package/front_end/third_party/lighthouse/locales/pt.json +211 -79
- package/front_end/third_party/lighthouse/locales/ro.json +212 -80
- package/front_end/third_party/lighthouse/locales/ru.json +211 -79
- package/front_end/third_party/lighthouse/locales/sk.json +211 -79
- package/front_end/third_party/lighthouse/locales/sl.json +211 -79
- package/front_end/third_party/lighthouse/locales/sr-Latn.json +211 -79
- package/front_end/third_party/lighthouse/locales/sr.json +211 -79
- package/front_end/third_party/lighthouse/locales/sv.json +211 -79
- package/front_end/third_party/lighthouse/locales/ta.json +218 -86
- package/front_end/third_party/lighthouse/locales/te.json +251 -119
- package/front_end/third_party/lighthouse/locales/th.json +211 -79
- package/front_end/third_party/lighthouse/locales/tr.json +211 -79
- package/front_end/third_party/lighthouse/locales/uk.json +212 -80
- package/front_end/third_party/lighthouse/locales/vi.json +211 -79
- package/front_end/third_party/lighthouse/locales/zh-HK.json +211 -79
- package/front_end/third_party/lighthouse/locales/zh-TW.json +211 -79
- package/front_end/third_party/lighthouse/locales/zh.json +211 -79
- package/front_end/third_party/lighthouse/report/bundle.d.ts +72 -34
- package/front_end/third_party/lighthouse/report/bundle.js +698 -492
- package/front_end/third_party/lighthouse/report-assets/report-generator.js +1 -2
- package/front_end/third_party/lighthouse/report-assets/report.js +40 -35
- package/front_end/third_party/lighthouse/report-assets/standalone-template.html +2 -4
- package/front_end/ui/components/docs/icon_button/basic.ts +3 -3
- package/front_end/ui/components/helpers/get-stylesheet.ts +0 -14
- package/front_end/ui/components/markdown_view/MarkdownImagesMap.ts +1 -1
- package/front_end/ui/components/survey_link/SurveyLink.ts +1 -1
- package/front_end/ui/legacy/Dialog.ts +3 -1
- package/front_end/ui/legacy/DropTarget.ts +2 -1
- package/front_end/ui/legacy/EmptyWidget.ts +2 -1
- package/front_end/ui/legacy/FilterBar.ts +2 -1
- package/front_end/ui/legacy/GlassPane.ts +4 -2
- package/front_end/ui/legacy/Infobar.ts +3 -2
- package/front_end/ui/legacy/InspectorView.ts +6 -1
- package/front_end/ui/legacy/ListWidget.ts +2 -1
- package/front_end/ui/legacy/PopoverHelper.ts +2 -1
- package/front_end/ui/legacy/ProgressIndicator.ts +2 -1
- package/front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts +2 -1
- package/front_end/ui/legacy/ReportView.ts +2 -1
- package/front_end/ui/legacy/RootView.ts +2 -1
- package/front_end/ui/legacy/SearchableView.ts +2 -1
- package/front_end/ui/legacy/SoftContextMenu.ts +2 -1
- package/front_end/ui/legacy/SoftDropDown.ts +4 -2
- package/front_end/ui/legacy/SplitWidget.ts +2 -1
- package/front_end/ui/legacy/SuggestBox.ts +2 -1
- package/front_end/ui/legacy/TabbedPane.ts +2 -1
- package/front_end/ui/legacy/TargetCrashedScreen.ts +2 -1
- package/front_end/ui/legacy/TextPrompt.ts +2 -1
- package/front_end/ui/legacy/Toolbar.ts +3 -2
- package/front_end/ui/legacy/Treeoutline.ts +3 -2
- package/front_end/ui/legacy/UIUtils.ts +16 -13
- package/front_end/ui/legacy/ViewManager.ts +2 -1
- package/front_end/ui/legacy/components/quick_open/filteredListWidget.css +2 -2
- package/front_end/ui/legacy/components/source_frame/FontView.ts +1 -0
- package/front_end/ui/legacy/components/source_frame/ImageView.ts +1 -0
- package/front_end/ui/legacy/components/source_frame/JSONView.ts +1 -0
- package/front_end/ui/legacy/components/source_frame/ResourceSourceFrame.ts +1 -0
- package/front_end/ui/legacy/components/source_frame/XMLView.ts +2 -0
- package/front_end/ui/legacy/components/source_frame/module.json +0 -3
- package/front_end/ui/legacy/components/text_editor/CodeMirrorTextEditor.ts +2 -0
- package/front_end/ui/legacy/components/text_editor/module.json +0 -3
- package/front_end/ui/legacy/components/utils/Linkifier.ts +7 -15
- package/front_end/ui/legacy/theme_support/theme_support_impl.ts +7 -9
- package/front_end/ui/legacy/utils/create-shadow-root-with-core-styles.ts +2 -2
- package/front_end/ui/legacy/utils/inject-core-styles.ts +7 -4
- package/package.json +1 -1
- package/front_end/panels/emulation/module.json +0 -11
- package/front_end/third_party/lighthouse/report-assets/report.css +0 -1774
- package/front_end/ui/legacy/module.json +0 -41
|
@@ -1,4 +1,136 @@
|
|
|
1
1
|
{
|
|
2
|
+
"flow-report/src/i18n/ui-strings.js | allReports": {
|
|
3
|
+
"message": "Visi pārskati"
|
|
4
|
+
},
|
|
5
|
+
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
+
"message": "Kategorijas"
|
|
7
|
+
},
|
|
8
|
+
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
|
+
"message": "Pieejamība"
|
|
10
|
+
},
|
|
11
|
+
"flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
|
|
12
|
+
"message": "Paraugprakse"
|
|
13
|
+
},
|
|
14
|
+
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
15
|
+
"message": "Veiktspēja"
|
|
16
|
+
},
|
|
17
|
+
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
18
|
+
"message": "Progresīvā tīmekļa lietotne"
|
|
19
|
+
},
|
|
20
|
+
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
21
|
+
"message": "MPO"
|
|
22
|
+
},
|
|
23
|
+
"flow-report/src/i18n/ui-strings.js | desktop": {
|
|
24
|
+
"message": "Datoriem"
|
|
25
|
+
},
|
|
26
|
+
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
+
"message": "Par Lighthouse plūsmas pārskatu"
|
|
28
|
+
},
|
|
29
|
+
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
+
"message": "Par plūsmām"
|
|
31
|
+
},
|
|
32
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
+
"message": "Izmantojiet navigācijas pārskatus, lai…"
|
|
34
|
+
},
|
|
35
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
+
"message": "Izmantojiet momentuzņēmumu pārskatus, lai…"
|
|
37
|
+
},
|
|
38
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
+
"message": "Izmantojiet laika posma pārskatus, lai…"
|
|
40
|
+
},
|
|
41
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
+
"message": "Iegūstiet Lighthouse veiktspējas rādītāju."
|
|
43
|
+
},
|
|
44
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
+
"message": "Nosakiet tādus lapas ielādes veiktspējas rādītājus kā lielākais satura atveidojums un ātruma indekss."
|
|
46
|
+
},
|
|
47
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
+
"message": "Izvērtējiet progresīvo tīmekļa lietotņu iespējas."
|
|
49
|
+
},
|
|
50
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
+
"message": "Atrodiet pieejamības problēmas vienas lapas lietojumprogrammās vai sarežģītās veidlapās."
|
|
52
|
+
},
|
|
53
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
+
"message": "Izvērtējiet paraugprakses principus izvēlnēm un lietotāja saskarnes elementiem, kas atkarīgi no mijiedarbības."
|
|
55
|
+
},
|
|
56
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
+
"message": "Izmēriet izkārtojuma nobīdes un JavaScript izpildes laiku vairāku mijiedarbību virknei."
|
|
58
|
+
},
|
|
59
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
+
"message": "Atklājiet veiktspējas iespējas, lai uzlabotu pieredzi ilgi atvērtās lapās un vienas lapas lietojumprogrammās."
|
|
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
|
+
},
|
|
68
|
+
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
69
|
+
"message": "Mobilajām ierīcēm"
|
|
70
|
+
},
|
|
71
|
+
"flow-report/src/i18n/ui-strings.js | navigationDescription": {
|
|
72
|
+
"message": "Lapas ielāde"
|
|
73
|
+
},
|
|
74
|
+
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
75
|
+
"message": "Navigācijas pārskatos tiek analizēta vienas lapas ielāde, tieši tāpat kā sākotnējos Lighthouse pārskatos."
|
|
76
|
+
},
|
|
77
|
+
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
78
|
+
"message": "Navigācijas pārskats"
|
|
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
|
+
},
|
|
89
|
+
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
90
|
+
"message": "Viduvējs līmenis"
|
|
91
|
+
},
|
|
92
|
+
"flow-report/src/i18n/ui-strings.js | ratingError": {
|
|
93
|
+
"message": "Kļūda"
|
|
94
|
+
},
|
|
95
|
+
"flow-report/src/i18n/ui-strings.js | ratingFail": {
|
|
96
|
+
"message": "Vājš līmenis"
|
|
97
|
+
},
|
|
98
|
+
"flow-report/src/i18n/ui-strings.js | ratingPass": {
|
|
99
|
+
"message": "Labs līmenis"
|
|
100
|
+
},
|
|
101
|
+
"flow-report/src/i18n/ui-strings.js | save": {
|
|
102
|
+
"message": "Saglabāt"
|
|
103
|
+
},
|
|
104
|
+
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
105
|
+
"message": "Lapas tvertais statuss"
|
|
106
|
+
},
|
|
107
|
+
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
108
|
+
"message": "Momentuzņēmumu pārskatos tiek analizēts konkrēts lapas stāvoklis (parasti pēc lietotāju veiktas mijiedarbības)."
|
|
109
|
+
},
|
|
110
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
111
|
+
"message": "Momentuzņēmuma pārskats"
|
|
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
|
+
},
|
|
116
|
+
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
117
|
+
"message": "Kopsavilkums"
|
|
118
|
+
},
|
|
119
|
+
"flow-report/src/i18n/ui-strings.js | timespanDescription": {
|
|
120
|
+
"message": "Lietotāju mijiedarbība"
|
|
121
|
+
},
|
|
122
|
+
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
123
|
+
"message": "Laika posma pārskatos tiek analizēti jebkādi laika periodi, kas parasti ietver lietotāja mijiedarbību."
|
|
124
|
+
},
|
|
125
|
+
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
126
|
+
"message": "Laika posma pārskats"
|
|
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
|
+
},
|
|
131
|
+
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
|
+
"message": "Lighthouse lietotāju plūsmas pārskats"
|
|
133
|
+
},
|
|
2
134
|
"lighthouse-core/audits/accessibility/accesskeys.js | description": {
|
|
3
135
|
"message": "Piekļuves atslēgas ļauj lietotājiem ātri pievērsties lapas daļai. Lai navigācija būtu pareiza, katrai piekļuves atslēgai ir jābūt unikālai. [Uzziniet vairāk](https://web.dev/accesskeys/)."
|
|
4
136
|
},
|
|
@@ -554,6 +686,12 @@
|
|
|
554
686
|
"lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | columnDisplayedDimensions": {
|
|
555
687
|
"message": "Parādītie izmēri"
|
|
556
688
|
},
|
|
689
|
+
"lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
690
|
+
"message": "Attēli bija lielāki par parādītajiem izmēriem"
|
|
691
|
+
},
|
|
692
|
+
"lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
693
|
+
"message": "Attēli bija atbilstoši parādītajiem izmēriem"
|
|
694
|
+
},
|
|
557
695
|
"lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
558
696
|
"message": "Rādiet atbilstoša izmēra attēlus, lai tiktu izmantots mazāks mobilo datu apjoms un tiktu uzlabots ielādes laiks. [Uzziniet vairāk](https://web.dev/uses-responsive-images/)."
|
|
559
697
|
},
|
|
@@ -626,18 +764,6 @@
|
|
|
626
764
|
"lighthouse-core/audits/deprecations.js | title": {
|
|
627
765
|
"message": "Nav atļautas novecojušas saskarnes API"
|
|
628
766
|
},
|
|
629
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | description": {
|
|
630
|
-
"message": "Lietojumprogrammas kešatmiņa ir novecojusi. [Uzziniet vairāk](https://web.dev/appcache-manifest/)."
|
|
631
|
-
},
|
|
632
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | displayValue": {
|
|
633
|
-
"message": "Atrasts parametrs “{AppCacheManifest}”"
|
|
634
|
-
},
|
|
635
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | failureTitle": {
|
|
636
|
-
"message": "Tiek izmantota lietojumprogrammas kešatmiņa"
|
|
637
|
-
},
|
|
638
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | title": {
|
|
639
|
-
"message": "Netiek izmantota lietojumprogrammas kešatmiņa"
|
|
640
|
-
},
|
|
641
767
|
"lighthouse-core/audits/dobetterweb/charset.js | description": {
|
|
642
768
|
"message": "Ir nepieciešama rakstzīmju kodējuma deklarācija. To var ietvert tagā `<meta>` HTML koda pirmajos 1024 baitos vai satura veida HTTP atbildes galvenē. [Uzziniet vairāk](https://web.dev/charset/)."
|
|
643
769
|
},
|
|
@@ -695,21 +821,6 @@
|
|
|
695
821
|
"lighthouse-core/audits/dobetterweb/dom-size.js | title": {
|
|
696
822
|
"message": "Nepieļauj pārāk lielus DOM izmērus"
|
|
697
823
|
},
|
|
698
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | columnFailingAnchors": {
|
|
699
|
-
"message": "Nederīgi enkuri"
|
|
700
|
-
},
|
|
701
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description": {
|
|
702
|
-
"message": "Pievienojiet parametru `rel=\"noopener\"` vai `rel=\"noreferrer\"` jebkurām ārējām saitēm, lai uzlabotu veiktspēju un novērstu drošības ievainojamību. [Uzziniet vairāk](https://web.dev/external-anchors-use-rel-noopener/)."
|
|
703
|
-
},
|
|
704
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | failureTitle": {
|
|
705
|
-
"message": "Saites uz savstarpējās izcelsmes galamērķiem nav drošas"
|
|
706
|
-
},
|
|
707
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title": {
|
|
708
|
-
"message": "Saites uz savstarpējās izcelsmes galamērķiem ir drošas"
|
|
709
|
-
},
|
|
710
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | warning": {
|
|
711
|
-
"message": "Nevar noteikt enkura ({anchorHTML}) galamērķi. Ja to neizmantojat kā hipersaiti, apsveriet galamērķa noņemšanu (target=_blank)."
|
|
712
|
-
},
|
|
713
824
|
"lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
714
825
|
"message": "Lietotājus mulsina un rada neuzticību vietnes, kas pieprasa viņu atrašanās vietu bez konteksta. Tā vietā ieteicams saistīt pieprasījumu ar lietotāja darbību. [Uzziniet vairāk](https://web.dev/geolocation-on-start/)."
|
|
715
826
|
},
|
|
@@ -996,7 +1107,7 @@
|
|
|
996
1107
|
"message": "Tas ir lielākais skatvietā atveidotais satura elements. [Uzzināt vairāk](https://web.dev/lighthouse-largest-contentful-paint/)"
|
|
997
1108
|
},
|
|
998
1109
|
"lighthouse-core/audits/largest-contentful-paint-element.js | title": {
|
|
999
|
-
"message": "
|
|
1110
|
+
"message": "Lielākais satura atveidojuma elements"
|
|
1000
1111
|
},
|
|
1001
1112
|
"lighthouse-core/audits/layout-shift-elements.js | columnContribution": {
|
|
1002
1113
|
"message": "CLS daļa"
|
|
@@ -1007,6 +1118,15 @@
|
|
|
1007
1118
|
"lighthouse-core/audits/layout-shift-elements.js | title": {
|
|
1008
1119
|
"message": "Centieties novērst lielas izkārtojuma nobīdes"
|
|
1009
1120
|
},
|
|
1121
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | description": {
|
|
1122
|
+
"message": "Attēli pirmajā ekrānā, kam tiek veikta atliktā ielāde, tiek atveidoti vēlāk lapas darbības ciklā. Tas var aizkavēt lielāko satura atveidojumu. [Uzziniet vairāk](https://web.dev/lcp-lazy-loading/)."
|
|
1123
|
+
},
|
|
1124
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1125
|
+
"message": "Lielākā satura atveidojuma attēlam tika veikta atliktā ielāde"
|
|
1126
|
+
},
|
|
1127
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | title": {
|
|
1128
|
+
"message": "Lielākā satura atveidojuma attēlam netika veikta atliktā ielāde"
|
|
1129
|
+
},
|
|
1010
1130
|
"lighthouse-core/audits/long-tasks.js | description": {
|
|
1011
1131
|
"message": "Šeit ir norādīti galvenā pavediena uzdevumi ar visilgāko izpildes laiku, lai palīdzētu noteikt, kuri uzdevumi visvairāk palielina ievades aizkavi. [Uzzināt vairāk](https://web.dev/long-tasks-devtools/)"
|
|
1012
1132
|
},
|
|
@@ -1068,7 +1188,7 @@
|
|
|
1068
1188
|
"message": "Laiks līdz interaktivitātei ir laika apjoms, kas nepieciešams, lai lapa kļūtu pilnībā interaktīva. [Uzziniet vairāk](https://web.dev/interactive/)."
|
|
1069
1189
|
},
|
|
1070
1190
|
"lighthouse-core/audits/metrics/largest-contentful-paint.js | description": {
|
|
1071
|
-
"message": "Lielākais satura
|
|
1191
|
+
"message": "Lielākais satura atveidojums norāda laiku, kurā tiek atveidots apjomīgākais teksts vai attēls. [Uzziniet vairāk](https://web.dev/lighthouse-largest-contentful-paint/)."
|
|
1072
1192
|
},
|
|
1073
1193
|
"lighthouse-core/audits/metrics/max-potential-fid.js | description": {
|
|
1074
1194
|
"message": "Iespējamā maksimālā pirmās ievades aizkave, ar ko jūsu lietotāji var saskarties, ir ilgākā uzdevuma ilgums. [Uzziniet vairāk](https://web.dev/lighthouse-max-potential-fid/)."
|
|
@@ -1149,16 +1269,7 @@
|
|
|
1149
1269
|
"message": "Iepriekš ielādējiet attēlu, ko izmanto LCP elements, lai uzlabotu savu LCP laiku. [Uzziniet vairāk](https://web.dev/optimize-lcp/#preload-important-resources)."
|
|
1150
1270
|
},
|
|
1151
1271
|
"lighthouse-core/audits/preload-lcp-image.js | title": {
|
|
1152
|
-
"message": "Lielākā satura
|
|
1153
|
-
},
|
|
1154
|
-
"lighthouse-core/audits/redirects-http.js | description": {
|
|
1155
|
-
"message": "Ja HTTPS protokols jau ir iestatīts, noteikti novirziet visu HTTP datplūsmu uz HTTPS, lai visiem lietotājiem iespējotu droša tīmekļa funkcijas. [Uzziniet vairāk](https://web.dev/redirects-http/)."
|
|
1156
|
-
},
|
|
1157
|
-
"lighthouse-core/audits/redirects-http.js | failureTitle": {
|
|
1158
|
-
"message": "HTTP datplūsma netiek novirzīta uz HTTPS lapām"
|
|
1159
|
-
},
|
|
1160
|
-
"lighthouse-core/audits/redirects-http.js | title": {
|
|
1161
|
-
"message": "HTTP datplūsma tiek novirzīta uz HTTPS lapām"
|
|
1272
|
+
"message": "Lielākā satura atveidojuma attēla iepriekšēja ielāde"
|
|
1162
1273
|
},
|
|
1163
1274
|
"lighthouse-core/audits/redirects.js | description": {
|
|
1164
1275
|
"message": "Novirzīšana rada papildu aizkaves pirms lapas ielādes. [Uzziniet vairāk](https://web.dev/redirects/)."
|
|
@@ -1524,7 +1635,7 @@
|
|
|
1524
1635
|
"message": "Lapā ir derīgas avota kartes"
|
|
1525
1636
|
},
|
|
1526
1637
|
"lighthouse-core/audits/viewport.js | description": {
|
|
1527
|
-
"message": "
|
|
1638
|
+
"message": "Parametrs `<meta name=\"viewport\">` ne tikai optimizē jūsu lietotni dažādiem mobilo ierīču ekrāna lielumiem, bet arī novērš [300 milisekunžu aizkavi lietotāja ievadei](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Uzziniet vairāk](https://web.dev/viewport/)."
|
|
1528
1639
|
},
|
|
1529
1640
|
"lighthouse-core/audits/viewport.js | explanationNoTag": {
|
|
1530
1641
|
"message": "Netika atrasts tags `<meta name=\"viewport\">`"
|
|
@@ -1650,7 +1761,7 @@
|
|
|
1650
1761
|
"message": "Šīs pārbaudes ir vajadzīgas saskaņā ar standarta [PWA kontrolsarakstu](https://developers.google.com/web/progressive-web-apps/checklist), taču Lighthouse neveic tās automātiski. Tās neietekmē jūsu rezultātu, taču ir svarīgi pārbaudīt šos lietotnes aspektus manuāli."
|
|
1651
1762
|
},
|
|
1652
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1653
|
-
"message": "
|
|
1764
|
+
"message": "PWA"
|
|
1654
1765
|
},
|
|
1655
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1656
1767
|
"message": "Instalēšana"
|
|
@@ -1659,7 +1770,7 @@
|
|
|
1659
1770
|
"message": "PTL optimizācija"
|
|
1660
1771
|
},
|
|
1661
1772
|
"lighthouse-core/config/default-config.js | seoCategoryDescription": {
|
|
1662
|
-
"message": "Šīs
|
|
1773
|
+
"message": "Šīs pārbaudes nodrošina, ka jūsu lapa atbilst meklētājprogrammu optimizācijas pamatnostādnēm. Ir daudz papildu faktoru, kurus Lighthouse neņem vērā, taču kuri var ietekmēt jūsu meklēšanas rezultātu ranžēšanu, tostarp [tīmekļa pamatrādītāju](https://web.dev/learn-web-vitals/) veiktspēju. [Uzziniet vairāk](https://support.google.com/webmasters/answer/35769)."
|
|
1663
1774
|
},
|
|
1664
1775
|
"lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
|
|
1665
1776
|
"message": "Palaidiet savā vietnē šos papildu apstiprināšanas rīkus, lai aplūkotu papildu MPO paraugpraksi."
|
|
@@ -1713,7 +1824,7 @@
|
|
|
1713
1824
|
"message": "Direktīvai “base-uri” nav iestatīta vērtība, tāpēc var iepludināt <base> tagus, lai visiem relatīvajiem vietrāžiem URL (piemēram, skriptiem) iestatītu pamata URL, kas atbilst uzbrucēju kontrolētam domēnam. Ieteicams direktīvai “base-uri” iestatīt vērtību “none” vai “self”."
|
|
1714
1825
|
},
|
|
1715
1826
|
"lighthouse-core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1716
|
-
"message": "
|
|
1827
|
+
"message": "Ja nav norādīta direktīvas “object-src” vērtība, var tikt iepludināti spraudņi, kas izpilda nedrošus skriptus. Ieteicams iestatīt direktīvai “object-src” vērtību “none”, ja varat."
|
|
1717
1828
|
},
|
|
1718
1829
|
"lighthouse-core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1719
1830
|
"message": "Trūkst direktīvas “script-src”. Tāpēc var būt iespējams izpildīt nedrošus skriptus."
|
|
@@ -1727,6 +1838,12 @@
|
|
|
1727
1838
|
"lighthouse-core/lib/csp-evaluator.js | nonceLength": {
|
|
1728
1839
|
"message": "Vienreizējiem kodiem jābūt vismaz astoņas rakstzīmes gariem."
|
|
1729
1840
|
},
|
|
1841
|
+
"lighthouse-core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1842
|
+
"message": "Neizmantojiet neformatētas URL shēmas ({keyword}) šajā direktīvā. Izmantojot neformatētas URL shēmas, skripti var tikt iegūti no nedroša domēna."
|
|
1843
|
+
},
|
|
1844
|
+
"lighthouse-core/lib/csp-evaluator.js | plainWildcards": {
|
|
1845
|
+
"message": "Neizmantojiet neformatētas aizstājējzīmes ({keyword}) šajā direktīvā. Izmantojot neformatētas aizstājējzīmes, skripti var tikt iegūti no nedroša domēna."
|
|
1846
|
+
},
|
|
1730
1847
|
"lighthouse-core/lib/csp-evaluator.js | reportToOnly": {
|
|
1731
1848
|
"message": "Ziņošanas galamērķa konfigurēšanai ir izmantota tikai direktīva “report-to”. Šo direktīvu atbalsta tikai uz Chromium pamata izstrādātas pārlūkprogrammas, tāpēc ieteicams izmantot arī direktīvu “report-uri”."
|
|
1732
1849
|
},
|
|
@@ -1734,7 +1851,7 @@
|
|
|
1734
1851
|
"message": "Nevienā SDP nav konfigurēts ziņošanas galamērķis. Tāpēc ir grūti ilgtermiņā uzturēt SDP un uzraudzīt, vai nerodas darbības traucējumi."
|
|
1735
1852
|
},
|
|
1736
1853
|
"lighthouse-core/lib/csp-evaluator.js | strictDynamic": {
|
|
1737
|
-
"message": "Saimniekdatoru atļaušanas sarakstus bieži var apiet.
|
|
1854
|
+
"message": "Saimniekdatoru atļaušanas sarakstus bieži var apiet. Ieteicams izmantot SDP (CSP) vienreizējos kodus (“nonces”) vai jaucējvērtības (“hashes”) kopā ar direktīvu “strict-dynamic”, ja nepieciešams."
|
|
1738
1855
|
},
|
|
1739
1856
|
"lighthouse-core/lib/csp-evaluator.js | unknownDirective": {
|
|
1740
1857
|
"message": "Nezināma SDP direktīva."
|
|
@@ -1742,6 +1859,9 @@
|
|
|
1742
1859
|
"lighthouse-core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1743
1860
|
"message": "{keyword} ir nederīgs atslēgvārds."
|
|
1744
1861
|
},
|
|
1862
|
+
"lighthouse-core/lib/csp-evaluator.js | unsafeInline": {
|
|
1863
|
+
"message": "Atslēgvārds “unsafe-inline” ļauj izpildīt nedrošus lapā ievietotus skriptus un notikumu apdarinātājus. Apsveriet iespēju atļaut skriptus pa vienam, izmantojot SDP vienreizējos kodus vai jaucējvērtības."
|
|
1864
|
+
},
|
|
1745
1865
|
"lighthouse-core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1746
1866
|
"message": "Lai nodrošinātu atpakaļsaderību ar vecākām pārlūkprogrammām, varat pievienot atslēgvārdu “unsafe-inline” (pārlūkprogrammās, kas atbalsta vienreizējos kodus vai jaucējvērtības, šis atslēgvārds tiks ignorēts)."
|
|
1747
1867
|
},
|
|
@@ -1943,30 +2063,6 @@
|
|
|
1943
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
1944
2064
|
"message": "Šķiet, ka jūsu norādītais URL nav derīgs."
|
|
1945
2065
|
},
|
|
1946
|
-
"lighthouse-treemap/app/src/util.js | allLabel": {
|
|
1947
|
-
"message": "Visi"
|
|
1948
|
-
},
|
|
1949
|
-
"lighthouse-treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
1950
|
-
"message": "Visi skripti"
|
|
1951
|
-
},
|
|
1952
|
-
"lighthouse-treemap/app/src/util.js | coverageColumnName": {
|
|
1953
|
-
"message": "Tvērums"
|
|
1954
|
-
},
|
|
1955
|
-
"lighthouse-treemap/app/src/util.js | duplicateModulesLabel": {
|
|
1956
|
-
"message": "Dublēti moduļi"
|
|
1957
|
-
},
|
|
1958
|
-
"lighthouse-treemap/app/src/util.js | resourceBytesLabel": {
|
|
1959
|
-
"message": "Faila lielums baitos"
|
|
1960
|
-
},
|
|
1961
|
-
"lighthouse-treemap/app/src/util.js | tableColumnName": {
|
|
1962
|
-
"message": "Nosaukums"
|
|
1963
|
-
},
|
|
1964
|
-
"lighthouse-treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
1965
|
-
"message": "Pārslēgt tabulu"
|
|
1966
|
-
},
|
|
1967
|
-
"lighthouse-treemap/app/src/util.js | unusedBytesLabel": {
|
|
1968
|
-
"message": "Neizmantotais apjoms baitos"
|
|
1969
|
-
},
|
|
1970
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
1971
2067
|
"message": "Animētam saturam izmantojiet komponentu [`amp-anim`](https://amp.dev/documentation/components/amp-anim/), lai samazinātu centrālā procesora lietojumu, kamēr saturs nav redzams ekrānā."
|
|
1972
2068
|
},
|
|
@@ -2234,6 +2330,9 @@
|
|
|
2234
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2235
2331
|
"message": "Skatiet kalkulatoru."
|
|
2236
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Collapse view"
|
|
2335
|
+
},
|
|
2237
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2238
2337
|
"message": "Sākotnējā navigācija"
|
|
2239
2338
|
},
|
|
@@ -2270,9 +2369,15 @@
|
|
|
2270
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2271
2370
|
"message": "Pārskata kļūda: nav pārbaudes informācijas"
|
|
2272
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Expand view"
|
|
2374
|
+
},
|
|
2273
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2274
2376
|
"message": "Iesniegt problēmu"
|
|
2275
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Hide"
|
|
2380
|
+
},
|
|
2276
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2277
2382
|
"message": "Laboratorijas dati"
|
|
2278
2383
|
},
|
|
@@ -2294,6 +2399,12 @@
|
|
|
2294
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2295
2400
|
"message": "Izpildītās pārbaudes"
|
|
2296
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Initial page load"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Custom throttling"
|
|
2407
|
+
},
|
|
2297
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2298
2409
|
"message": "Emulēts dators"
|
|
2299
2410
|
},
|
|
@@ -2312,33 +2423,30 @@
|
|
|
2312
2423
|
"report/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2313
2424
|
"message": "Centrālā procesora ierobežošana"
|
|
2314
2425
|
},
|
|
2315
|
-
"report/renderer/util.js | runtimeSettingsChannel": {
|
|
2316
|
-
"message": "Kanāls"
|
|
2317
|
-
},
|
|
2318
2426
|
"report/renderer/util.js | runtimeSettingsDevice": {
|
|
2319
2427
|
"message": "Ierīce"
|
|
2320
2428
|
},
|
|
2321
|
-
"report/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2322
|
-
"message": "Izgūšanas laiks"
|
|
2323
|
-
},
|
|
2324
2429
|
"report/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2325
2430
|
"message": "Tīkla ierobežošana"
|
|
2326
2431
|
},
|
|
2327
|
-
"report/renderer/util.js | runtimeSettingsTitle": {
|
|
2328
|
-
"message": "Izpildlaika iestatījumi"
|
|
2329
|
-
},
|
|
2330
|
-
"report/renderer/util.js | runtimeSettingsUA": {
|
|
2331
|
-
"message": "Lietotāja aģents (saimniekdators)"
|
|
2332
|
-
},
|
|
2333
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2334
2433
|
"message": "Lietotāja aģents (tīkls)"
|
|
2335
2434
|
},
|
|
2336
|
-
"report/renderer/util.js |
|
|
2337
|
-
"message": "
|
|
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"
|
|
2338
2443
|
},
|
|
2339
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2340
2445
|
"message": "Nezināms"
|
|
2341
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Show"
|
|
2449
|
+
},
|
|
2342
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2343
2451
|
"message": "Rādīt pārbaudes, kas atbilst:"
|
|
2344
2452
|
},
|
|
@@ -2368,5 +2476,29 @@
|
|
|
2368
2476
|
},
|
|
2369
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2370
2478
|
"message": "Brīdinājumi: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Visi"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Visi skripti"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Tvērums"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Dublēti moduļi"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Faila lielums baitos"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Nosaukums"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Pārslēgt tabulu"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Neizmantotais apjoms baitos"
|
|
2371
2503
|
}
|
|
2372
2504
|
}
|