chrome-devtools-frontend 1.0.940714 → 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 -57
- package/config/gni/devtools_grd_files.gni +55 -15
- package/config/gni/devtools_image_files.gni +2 -3
- package/front_end/.eslintrc.js +12 -1
- package/front_end/Images/src/feedback_button_icon.svg +3 -0
- package/front_end/Images/src/{feedback_thin_16x16_icon.svg → survey_feedback_icon.svg} +1 -1
- package/front_end/Tests.js +15 -0
- package/front_end/core/common/Color.ts +5 -0
- package/front_end/core/i18n/locales/en-US.json +31 -28
- package/front_end/core/i18n/locales/en-XL.json +31 -28
- package/front_end/core/sdk/DebuggerModel.ts +4 -14
- package/front_end/core/sdk/sdk-meta.ts +17 -3
- package/front_end/emulated_devices/module.json +1 -3
- package/front_end/entrypoints/devtools_app/devtools_app.json +1 -9
- package/front_end/entrypoints/main/MainImpl.ts +26 -0
- package/front_end/entrypoints/shell/shell.js +0 -11
- package/front_end/entrypoints/shell/shell.json +0 -2
- package/front_end/entrypoints/worker_app/worker_app.json +0 -4
- package/front_end/generated/InspectorBackendCommands.js +1 -0
- package/front_end/generated/protocol.d.ts +2 -0
- package/front_end/global_typings/global_defs.d.ts +5 -0
- package/front_end/legacy_test_runner/bindings_test_runner/IsolatedFilesystemTestRunner.js +2 -2
- package/front_end/legacy_test_runner/console_test_runner/console_test_runner.js +14 -2
- package/front_end/legacy_test_runner/legacy_test_runner.ts +10 -1
- package/front_end/legacy_test_runner/test_runner/TestRunner.js +11 -0
- package/front_end/models/formatter/SourceFormatter.ts +0 -10
- package/front_end/models/workspace/UISourceCode.ts +9 -42
- package/front_end/panels/animation/AnimationTimeline.ts +3 -3
- package/front_end/panels/application/ApplicationPanelSidebar.ts +3 -3
- package/front_end/panels/application/application-meta.ts +0 -3
- package/front_end/panels/application/components/EndpointsGrid.ts +1 -1
- package/front_end/panels/application/components/ReportsGrid.ts +1 -1
- package/front_end/panels/console/ConsolePinPane.ts +21 -26
- package/front_end/panels/coverage/CoverageDecorationManager.ts +4 -5
- package/front_end/panels/coverage/CoverageView.ts +2 -105
- package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +11 -56
- package/front_end/panels/css_overview/components/cssOverviewStartView.css +1 -8
- package/front_end/panels/elements/ElementsTreeElement.ts +4 -9
- package/front_end/panels/elements/components/StylePropertyEditor.ts +2 -0
- package/front_end/panels/elements/components/adornerSettingsPane.css +0 -4
- 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 +2 -4
- package/front_end/panels/issues/issues-meta.ts +0 -2
- package/front_end/panels/layers/module.json +0 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +2 -4
- package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +1 -4
- package/front_end/panels/lighthouse/lighthouseStartView.css +4 -0
- package/front_end/panels/lighthouse/module.json +1 -4
- package/front_end/panels/media/media-meta.ts +0 -3
- package/front_end/panels/network/ResourceWebSocketFrameView.ts +2 -1
- package/front_end/panels/network/network-meta.ts +0 -3
- package/front_end/panels/profiler/module.json +1 -4
- package/front_end/panels/screencast/module.json +1 -4
- package/front_end/panels/security/security-meta.ts +0 -3
- package/front_end/panels/sources/BreakpointEditDialog.ts +16 -30
- package/front_end/panels/sources/CSSPlugin.ts +310 -331
- package/front_end/panels/sources/CallStackSidebarPane.ts +28 -34
- package/front_end/panels/sources/CoveragePlugin.ts +121 -6
- package/front_end/panels/sources/DebuggerPlugin.ts +1166 -1243
- package/front_end/panels/sources/EditingLocationHistoryManager.ts +71 -101
- package/front_end/panels/sources/GoToLineQuickOpen.ts +4 -3
- package/front_end/panels/sources/InplaceFormatterEditorAction.ts +3 -3
- package/front_end/panels/sources/JavaScriptCompilerPlugin.ts +26 -23
- package/front_end/panels/sources/Plugin.ts +20 -4
- package/front_end/panels/sources/ProfilePlugin.ts +185 -0
- package/front_end/panels/sources/ScriptFormatterEditorAction.ts +3 -3
- package/front_end/panels/sources/ScriptOriginPlugin.ts +0 -10
- package/front_end/panels/sources/SnippetsPlugin.ts +1 -10
- package/front_end/panels/sources/SourcesPanel.ts +15 -10
- package/front_end/panels/sources/SourcesView.ts +10 -8
- package/front_end/panels/sources/TabbedEditorContainer.ts +31 -27
- package/front_end/panels/sources/UISourceCodeFrame.ts +335 -470
- package/front_end/panels/sources/WatchExpressionsSidebarPane.ts +3 -2
- package/front_end/panels/sources/sources-legacy.ts +0 -6
- package/front_end/panels/sources/sources.ts +0 -2
- package/front_end/panels/timeline/module.json +0 -3
- package/front_end/third_party/codemirror.next/bundle.ts +9 -13
- package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/javascript.js +2 -2
- package/front_end/third_party/codemirror.next/chunk/markdown.js +2 -6
- package/front_end/third_party/codemirror.next/chunk/php.js +2 -6
- package/front_end/third_party/codemirror.next/chunk/python.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/wast.js +1 -1
- package/front_end/third_party/codemirror.next/chunk/xml.js +2 -2
- package/front_end/third_party/codemirror.next/codemirror.next.d.ts +279 -198
- package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
- package/front_end/third_party/codemirror.next/package.json +13 -11
- 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/code_highlighter/CodeHighlighter.ts +60 -68
- package/front_end/ui/components/data_grid/dataGrid.css +12 -10
- package/front_end/ui/components/docs/css_overview/start_view.html +25 -0
- package/front_end/ui/components/docs/css_overview/start_view.ts +14 -0
- package/front_end/ui/components/docs/icon_button/basic.ts +3 -3
- package/front_end/ui/components/docs/panel_feedback/basic.html +25 -0
- package/front_end/ui/components/docs/panel_feedback/basic.ts +20 -0
- package/front_end/ui/components/docs/panel_feedback/button.html +25 -0
- package/front_end/ui/components/docs/panel_feedback/button.ts +18 -0
- package/front_end/ui/components/helpers/get-stylesheet.ts +0 -13
- package/front_end/ui/components/markdown_view/MarkdownImagesMap.ts +1 -1
- package/front_end/ui/components/panel_feedback/FeedbackButton.ts +67 -0
- package/front_end/ui/components/panel_feedback/PanelFeedback.ts +100 -0
- package/front_end/ui/components/panel_feedback/panelFeedback.css +76 -0
- package/front_end/ui/components/panel_feedback/panel_feedback.ts +6 -0
- package/front_end/ui/components/report_view/reportValue.css +1 -0
- package/front_end/ui/components/survey_link/SurveyLink.ts +1 -1
- package/front_end/ui/components/text_editor/TextEditor.ts +79 -36
- package/front_end/ui/components/text_editor/config.ts +42 -26
- package/front_end/ui/components/text_editor/javascript.ts +2 -3
- package/front_end/ui/components/text_editor/position.ts +17 -0
- package/front_end/ui/components/text_editor/text_editor.ts +1 -0
- package/front_end/ui/components/text_editor/theme.ts +5 -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 +5 -8
- 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/ShortcutRegistry.ts +11 -7
- 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/Widget.ts +1 -1
- package/front_end/ui/legacy/components/perf_ui/ChartViewport.ts +2 -1
- package/front_end/ui/legacy/components/perf_ui/FilmStripView.ts +3 -1
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +2 -1
- package/front_end/ui/legacy/components/perf_ui/LineLevelProfile.ts +35 -131
- package/front_end/ui/legacy/components/perf_ui/OverviewGrid.ts +2 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineGrid.ts +3 -1
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +2 -1
- package/front_end/ui/legacy/components/quick_open/filteredListWidget.css +2 -2
- package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.ts +3 -6
- 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 +19 -14
- package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +502 -252
- 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/source_frame/source_frame-legacy.ts +0 -11
- package/front_end/ui/legacy/components/source_frame/source_frame.ts +0 -2
- package/front_end/ui/legacy/components/text_editor/CodeMirrorTextEditor.ts +2 -0
- package/front_end/ui/legacy/components/text_editor/cmdevtools.css +3 -1
- 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/radioButton.css +1 -13
- package/front_end/ui/legacy/softContextMenu.css +1 -0
- package/front_end/ui/legacy/themeColors.css +36 -0
- package/front_end/ui/legacy/theme_support/theme_support_impl.ts +7 -9
- package/front_end/ui/legacy/utils/append-style.ts +9 -4
- 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/scripts/build/generate_css_js_files.js +23 -9
- package/scripts/build/ninja/generate_css.gni +10 -1
- package/scripts/eslint_rules/lib/check_css_import.js +2 -2
- package/scripts/eslint_rules/tests/check_css_import_test.js +12 -0
- package/front_end/Images/radioDot-dark-theme.png +0 -0
- package/front_end/Images/radioDot.png +0 -0
- package/front_end/panels/application/module.json +0 -7
- package/front_end/panels/emulation/module.json +0 -11
- package/front_end/panels/issues/module.json +0 -6
- package/front_end/panels/layer_viewer/module.json +0 -6
- package/front_end/panels/media/module.json +0 -6
- package/front_end/panels/network/module.json +0 -6
- package/front_end/panels/security/module.json +0 -5
- package/front_end/third_party/lighthouse/report-assets/report.css +0 -1774
- package/front_end/ui/legacy/components/perf_ui/module.json +0 -13
- package/front_end/ui/legacy/components/source_frame/SourcesTextEditor.ts +0 -1030
- 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": "Vsa poročila"
|
|
4
|
+
},
|
|
5
|
+
"flow-report/src/i18n/ui-strings.js | categories": {
|
|
6
|
+
"message": "Kategorije"
|
|
7
|
+
},
|
|
8
|
+
"flow-report/src/i18n/ui-strings.js | categoryAccessibility": {
|
|
9
|
+
"message": "Dostopnost"
|
|
10
|
+
},
|
|
11
|
+
"flow-report/src/i18n/ui-strings.js | categoryBestPractices": {
|
|
12
|
+
"message": "Najboljši postopki"
|
|
13
|
+
},
|
|
14
|
+
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
15
|
+
"message": "Delovanje"
|
|
16
|
+
},
|
|
17
|
+
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
18
|
+
"message": "Moderna spletna aplikacija"
|
|
19
|
+
},
|
|
20
|
+
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
21
|
+
"message": "SEO"
|
|
22
|
+
},
|
|
23
|
+
"flow-report/src/i18n/ui-strings.js | desktop": {
|
|
24
|
+
"message": "Namizna različica"
|
|
25
|
+
},
|
|
26
|
+
"flow-report/src/i18n/ui-strings.js | helpDialogTitle": {
|
|
27
|
+
"message": "Razumevanje poročila o toku orodja Lighthouse"
|
|
28
|
+
},
|
|
29
|
+
"flow-report/src/i18n/ui-strings.js | helpLabel": {
|
|
30
|
+
"message": "Razumevanje tokov"
|
|
31
|
+
},
|
|
32
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionNavigation": {
|
|
33
|
+
"message": "Uporaba poročil o pomikanju za …"
|
|
34
|
+
},
|
|
35
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionSnapshot": {
|
|
36
|
+
"message": "Uporaba poročil o povzetku za …"
|
|
37
|
+
},
|
|
38
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseInstructionTimespan": {
|
|
39
|
+
"message": "Uporaba poročil o časovnem obdobju za …"
|
|
40
|
+
},
|
|
41
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation1": {
|
|
42
|
+
"message": "Pridobivanje rezultata uspešnosti orodja Lighthouse."
|
|
43
|
+
},
|
|
44
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation2": {
|
|
45
|
+
"message": "Izvajanje meritev uspešnosti nalaganja strani, kot sta največji vsebinski izris in indeks hitrosti."
|
|
46
|
+
},
|
|
47
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseNavigation3": {
|
|
48
|
+
"message": "Ocenjevanje zmožnosti modernih spletnih aplikacij."
|
|
49
|
+
},
|
|
50
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot1": {
|
|
51
|
+
"message": "Iskanje težav z dostopnostjo v enostranskih aplikacijah ali kompleksnih obrazcih."
|
|
52
|
+
},
|
|
53
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseSnapshot2": {
|
|
54
|
+
"message": "Ovrednotenje najboljših postopkov menijev in elementov uporabniškega vmesnika, skritimi za interakcijo."
|
|
55
|
+
},
|
|
56
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan1": {
|
|
57
|
+
"message": "Merjenje pomikov postavitev in časa izvajanja JavaScripta v seriji interakcij."
|
|
58
|
+
},
|
|
59
|
+
"flow-report/src/i18n/ui-strings.js | helpUseCaseTimespan2": {
|
|
60
|
+
"message": "Odkrivanje priložnosti za uspešnost zaradi izboljšanja izkušnje pri dolgotrajnih straneh in enostranskih aplikacijah."
|
|
61
|
+
},
|
|
62
|
+
"flow-report/src/i18n/ui-strings.js | highestImpact": {
|
|
63
|
+
"message": "Največji vpliv"
|
|
64
|
+
},
|
|
65
|
+
"flow-report/src/i18n/ui-strings.js | informativeAuditCount": {
|
|
66
|
+
"message": "{numInformative,plural, =1{{numInformative} informativna revizija}one{{numInformative} informativna revizija}two{{numInformative} informativni reviziji}few{{numInformative} informativne revizije}other{{numInformative} informativnih revizij}}"
|
|
67
|
+
},
|
|
68
|
+
"flow-report/src/i18n/ui-strings.js | mobile": {
|
|
69
|
+
"message": "Mobilna različica"
|
|
70
|
+
},
|
|
71
|
+
"flow-report/src/i18n/ui-strings.js | navigationDescription": {
|
|
72
|
+
"message": "Nalaganje strani"
|
|
73
|
+
},
|
|
74
|
+
"flow-report/src/i18n/ui-strings.js | navigationLongDescription": {
|
|
75
|
+
"message": "Poročila o pomikanju analizirajo nalaganje ene strani, enako kot izvirna poročila orodja Lighthouse."
|
|
76
|
+
},
|
|
77
|
+
"flow-report/src/i18n/ui-strings.js | navigationReport": {
|
|
78
|
+
"message": "Poročilo o pomikanju"
|
|
79
|
+
},
|
|
80
|
+
"flow-report/src/i18n/ui-strings.js | navigationReportCount": {
|
|
81
|
+
"message": "{numNavigation,plural, =1{{numNavigation} poročilo o pomikanju}one{{numNavigation} poročilo o pomikanju}two{{numNavigation} poročili o pomikanju}few{{numNavigation} poročila o pomikanju}other{{numNavigation} poročil o pomikanju}}"
|
|
82
|
+
},
|
|
83
|
+
"flow-report/src/i18n/ui-strings.js | passableAuditCount": {
|
|
84
|
+
"message": "{numPassableAudits,plural, =1{{numPassableAudits} morebitno uspešna revizija}one{{numPassableAudits} morebitno uspešna revizija}two{{numPassableAudits} morebitno uspešni reviziji}few{{numPassableAudits} morebitno uspešne revizije}other{{numPassableAudits} morebitno uspešnih revizij}}"
|
|
85
|
+
},
|
|
86
|
+
"flow-report/src/i18n/ui-strings.js | passedAuditCount": {
|
|
87
|
+
"message": "{numPassed,plural, =1{Uspešno je bila opravljena {numPassed} revizija.}one{Uspešno je bila opravljena {numPassed} revizija.}two{Uspešno sta bili opravljeni {numPassed} reviziji.}few{Uspešno so bile opravljene {numPassed} revizije.}other{Uspešno je bilo opravljenih {numPassed} revizij.}}"
|
|
88
|
+
},
|
|
89
|
+
"flow-report/src/i18n/ui-strings.js | ratingAverage": {
|
|
90
|
+
"message": "Povprečno"
|
|
91
|
+
},
|
|
92
|
+
"flow-report/src/i18n/ui-strings.js | ratingError": {
|
|
93
|
+
"message": "Napaka"
|
|
94
|
+
},
|
|
95
|
+
"flow-report/src/i18n/ui-strings.js | ratingFail": {
|
|
96
|
+
"message": "Šibko"
|
|
97
|
+
},
|
|
98
|
+
"flow-report/src/i18n/ui-strings.js | ratingPass": {
|
|
99
|
+
"message": "Dobro"
|
|
100
|
+
},
|
|
101
|
+
"flow-report/src/i18n/ui-strings.js | save": {
|
|
102
|
+
"message": "Shrani"
|
|
103
|
+
},
|
|
104
|
+
"flow-report/src/i18n/ui-strings.js | snapshotDescription": {
|
|
105
|
+
"message": "Zajeto stanje strani"
|
|
106
|
+
},
|
|
107
|
+
"flow-report/src/i18n/ui-strings.js | snapshotLongDescription": {
|
|
108
|
+
"message": "Poročila o povzetku analizirajo stran v določenem stanju, običajno po uporabniških interakcijah."
|
|
109
|
+
},
|
|
110
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReport": {
|
|
111
|
+
"message": "Poročilo o povzetku"
|
|
112
|
+
},
|
|
113
|
+
"flow-report/src/i18n/ui-strings.js | snapshotReportCount": {
|
|
114
|
+
"message": "{numSnapshot,plural, =1{{numSnapshot} poročilo o povzetku}one{{numSnapshot} poročilo o povzetku}two{{numSnapshot} poročili o povzetku}few{{numSnapshot} poročila o povzetku}other{{numSnapshot} poročil o povzetku}}"
|
|
115
|
+
},
|
|
116
|
+
"flow-report/src/i18n/ui-strings.js | summary": {
|
|
117
|
+
"message": "Povzetek"
|
|
118
|
+
},
|
|
119
|
+
"flow-report/src/i18n/ui-strings.js | timespanDescription": {
|
|
120
|
+
"message": "Uporabniške interakcije"
|
|
121
|
+
},
|
|
122
|
+
"flow-report/src/i18n/ui-strings.js | timespanLongDescription": {
|
|
123
|
+
"message": "Poročila o časovnem obdobju analizirajo poljubno časovno obdobje, ki običajno vsebuje uporabniške interakcije."
|
|
124
|
+
},
|
|
125
|
+
"flow-report/src/i18n/ui-strings.js | timespanReport": {
|
|
126
|
+
"message": "Poročilo o časovnem obdobju"
|
|
127
|
+
},
|
|
128
|
+
"flow-report/src/i18n/ui-strings.js | timespanReportCount": {
|
|
129
|
+
"message": "{numTimespan,plural, =1{{numTimespan} poročilo o časovnem obdobju}one{{numTimespan} poročilo o časovnem obdobju}two{{numTimespan} poročili o časovnem obdobju}few{{numTimespan} poročila o časovnem obdobju}other{{numTimespan} poročil o časovnem obdobju}}"
|
|
130
|
+
},
|
|
131
|
+
"flow-report/src/i18n/ui-strings.js | title": {
|
|
132
|
+
"message": "Poročilo o toku uporabnikov orodja Lighthouse"
|
|
133
|
+
},
|
|
2
134
|
"lighthouse-core/audits/accessibility/accesskeys.js | description": {
|
|
3
135
|
"message": "Tipke za dostop uporabnikom omogočajo hiter izbor dela strani. Za ustrezno pomikanje mora biti vsaka tipka za dostop drugačna. [Več o tem](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": "Prikazane mere"
|
|
556
688
|
},
|
|
689
|
+
"lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | failureTitle": {
|
|
690
|
+
"message": "Slike so bile večje kot njihova prikazana velikost."
|
|
691
|
+
},
|
|
692
|
+
"lighthouse-core/audits/byte-efficiency/uses-responsive-images-snapshot.js | title": {
|
|
693
|
+
"message": "Slike so bile ustrezne za svojo prikazano velikost."
|
|
694
|
+
},
|
|
557
695
|
"lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": {
|
|
558
696
|
"message": "Prikazujte slike primerne velikosti, s čimer poskrbite za prihranek prenesenih podatkov v mobilnih omrežjih in izboljšate čas nalaganja. [Več o tem](https://web.dev/uses-responsive-images/)."
|
|
559
697
|
},
|
|
@@ -626,18 +764,6 @@
|
|
|
626
764
|
"lighthouse-core/audits/deprecations.js | title": {
|
|
627
765
|
"message": "Izogiba se zastarelim API-jem"
|
|
628
766
|
},
|
|
629
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | description": {
|
|
630
|
-
"message": "Predpomnilnik aplikacij je zastarel. [Več o tem](https://web.dev/appcache-manifest/)."
|
|
631
|
-
},
|
|
632
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | displayValue": {
|
|
633
|
-
"message": "Najdeno – »{AppCacheManifest}«"
|
|
634
|
-
},
|
|
635
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | failureTitle": {
|
|
636
|
-
"message": "Uporablja predpomnilnik aplikacij"
|
|
637
|
-
},
|
|
638
|
-
"lighthouse-core/audits/dobetterweb/appcache-manifest.js | title": {
|
|
639
|
-
"message": "Izogiba se predpomnilniku aplikacij"
|
|
640
|
-
},
|
|
641
767
|
"lighthouse-core/audits/dobetterweb/charset.js | description": {
|
|
642
768
|
"message": "Izjava glede kodiranja znakov je obvezna. Izvedete jo lahko z oznako `<meta>` v prvih 1024 B HTML-ja ali v glavi odziva HTTP-ja glede vrste vsebine. [Več o tem](https://web.dev/charset/)."
|
|
643
769
|
},
|
|
@@ -695,21 +821,6 @@
|
|
|
695
821
|
"lighthouse-core/audits/dobetterweb/dom-size.js | title": {
|
|
696
822
|
"message": "Izogiba se prekomerni velikosti DOM-a"
|
|
697
823
|
},
|
|
698
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | columnFailingAnchors": {
|
|
699
|
-
"message": "Neuspešna sidra"
|
|
700
|
-
},
|
|
701
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description": {
|
|
702
|
-
"message": "Zunanjim povezavam dodajte `rel=\"noopener\"` ali `rel=\"noreferrer\"` zaradi izboljšanja delovanja in preprečevanja varnostnih ranljivosti. [Več o tem](https://web.dev/external-anchors-use-rel-noopener/)"
|
|
703
|
-
},
|
|
704
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | failureTitle": {
|
|
705
|
-
"message": "Povezave do ciljev iz več izvorov niso varne"
|
|
706
|
-
},
|
|
707
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title": {
|
|
708
|
-
"message": "Povezave do ciljev iz več izvorov so varne"
|
|
709
|
-
},
|
|
710
|
-
"lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | warning": {
|
|
711
|
-
"message": "Ni mogoče določiti cilja za sidro ({anchorHTML}). Če se ne uporablja kot hiperpovezava, lahko odstranite target=_blank."
|
|
712
|
-
},
|
|
713
824
|
"lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": {
|
|
714
825
|
"message": "Uporabniki so nezaupljivi do spletnih mest oziroma jih begajo spletna mesta, ki zahtevajo njihovo lokacijo brez konteksta. Razmislite o tem, da bi zahtevo povezali z uporabniškim dejanjem. [Več o tem](https://web.dev/geolocation-on-start/)."
|
|
715
826
|
},
|
|
@@ -1007,6 +1118,15 @@
|
|
|
1007
1118
|
"lighthouse-core/audits/layout-shift-elements.js | title": {
|
|
1008
1119
|
"message": "Izogibajte se velikim pomikom postavitve"
|
|
1009
1120
|
},
|
|
1121
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | description": {
|
|
1122
|
+
"message": "Slike na vrhu strani, ki so odloženo naložene, se upodabljajo pozneje v življenjskem ciklu strani, zato lahko pride do zakasnitve največjega vsebinskega izrisa. [Več o tem](https://web.dev/lcp-lazy-loading/)."
|
|
1123
|
+
},
|
|
1124
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1125
|
+
"message": "Slika največjega vsebinskega izrisa je bila odloženo naložena"
|
|
1126
|
+
},
|
|
1127
|
+
"lighthouse-core/audits/lcp-lazy-loaded.js | title": {
|
|
1128
|
+
"message": "Slika največjega vsebinskega izrisa ni bila odloženo naložena"
|
|
1129
|
+
},
|
|
1010
1130
|
"lighthouse-core/audits/long-tasks.js | description": {
|
|
1011
1131
|
"message": "Navede najdaljša opravila v glavni niti, kar je koristno za prepoznavanje elementov, ki največ prispevajo k zakasnitvi vnosa. [Več o tem](https://web.dev/long-tasks-devtools/)"
|
|
1012
1132
|
},
|
|
@@ -1151,15 +1271,6 @@
|
|
|
1151
1271
|
"lighthouse-core/audits/preload-lcp-image.js | title": {
|
|
1152
1272
|
"message": "Vnaprejšnje nalaganje slike največjega vsebinskega izrisa"
|
|
1153
1273
|
},
|
|
1154
|
-
"lighthouse-core/audits/redirects-http.js | description": {
|
|
1155
|
-
"message": "Če ste že nastavili protokol HTTPS, poskrbite za preusmeritev vsega prometa prek protokola HTTP na protokol HTTPS, da zagotovite varne spletne funkcije vsem uporabnikom. [Več o tem](https://web.dev/redirects-http/)."
|
|
1156
|
-
},
|
|
1157
|
-
"lighthouse-core/audits/redirects-http.js | failureTitle": {
|
|
1158
|
-
"message": "Ne preusmeri prometa prek protokola HTTP na protokol HTTPS"
|
|
1159
|
-
},
|
|
1160
|
-
"lighthouse-core/audits/redirects-http.js | title": {
|
|
1161
|
-
"message": "Preusmeri promet prek protokola HTTP na protokol HTTPS"
|
|
1162
|
-
},
|
|
1163
1274
|
"lighthouse-core/audits/redirects.js | description": {
|
|
1164
1275
|
"message": "Preusmeritve vnašajo dodatne zakasnitve nalaganja strani. [Več o tem](https://web.dev/redirects/)."
|
|
1165
1276
|
},
|
|
@@ -1524,7 +1635,7 @@
|
|
|
1524
1635
|
"message": "Stran ima veljavne zemljevide izvorne kode"
|
|
1525
1636
|
},
|
|
1526
1637
|
"lighthouse-core/audits/viewport.js | description": {
|
|
1527
|
-
"message": "
|
|
1638
|
+
"message": "Poleg tega, da `<meta name=\"viewport\">` optimizira vašo aplikacijo za velikosti zaslona mobilnih naprav, preprečuje tudi [300-milisekundno zakasnitev uporabniških vnosov](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Več o tem](https://web.dev/viewport/)."
|
|
1528
1639
|
},
|
|
1529
1640
|
"lighthouse-core/audits/viewport.js | explanationNoTag": {
|
|
1530
1641
|
"message": "Ni oznak `<meta name=\"viewport\">`"
|
|
@@ -1650,7 +1761,7 @@
|
|
|
1650
1761
|
"message": "Ta preverjanja zahteva osnovni [kontrolni seznam za MSA](https://developers.google.com/web/progressive-web-apps/checklist), vendar jih Lighthouse ne opravi samodejno. Preverjanja vplivajo na vaš rezultat, vendar je pomembno, da jih opravite ročno."
|
|
1651
1762
|
},
|
|
1652
1763
|
"lighthouse-core/config/default-config.js | pwaCategoryTitle": {
|
|
1653
|
-
"message": "
|
|
1764
|
+
"message": "MSA"
|
|
1654
1765
|
},
|
|
1655
1766
|
"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1656
1767
|
"message": "Namestljivo"
|
|
@@ -1659,7 +1770,7 @@
|
|
|
1659
1770
|
"message": "Optimizirano za PWA"
|
|
1660
1771
|
},
|
|
1661
1772
|
"lighthouse-core/config/default-config.js | seoCategoryDescription": {
|
|
1662
|
-
"message": "S temi preverjanji se zagotovi, da
|
|
1773
|
+
"message": "S temi preverjanji se zagotovi, da stran upošteva osnovna priporočila glede optimizacije iskalnikov. Lighthouse pri tem ne upošteva številnih dodatnih dejavnikov, ki lahko vplivajo na uvrstitev v rezultatih iskanja, vključno z učinkovitostjo delovanja glede na [osnovne spletne kazalnike](https://web.dev/learn-web-vitals/). [Več o tem](https://support.google.com/webmasters/answer/35769)"
|
|
1663
1774
|
},
|
|
1664
1775
|
"lighthouse-core/config/default-config.js | seoCategoryManualDescription": {
|
|
1665
1776
|
"message": "Na spletnem mestu izvedite ta dodatna preverjanja, da preverite dodatne najboljše postopke za SEO."
|
|
@@ -1713,7 +1824,7 @@
|
|
|
1713
1824
|
"message": "Manjkajoči element base-uri omogoča, da vstavljene oznake <base> nastavijo temeljni URL za vse relativne URL-je (npr. skripte) do domene, ki jo nadzira napadalec. Razmislite o nastavitvi elementa base-uri na »none« ali »self«."
|
|
1714
1825
|
},
|
|
1715
1826
|
"lighthouse-core/lib/csp-evaluator.js | missingObjectSrc": {
|
|
1716
|
-
"message": "
|
|
1827
|
+
"message": "Manjkajoči element object-src omogoča vstavitev vtičnikov, ki izvajajo skripte, ki niso varni. Razmislite o nastavitvi elementa object-src na »none«, če je mogoče."
|
|
1717
1828
|
},
|
|
1718
1829
|
"lighthouse-core/lib/csp-evaluator.js | missingScriptSrc": {
|
|
1719
1830
|
"message": "Ni direktive script-src. Zaradi tega je lahko dovoljeno izvajanje skriptov, ki niso varni."
|
|
@@ -1727,6 +1838,12 @@
|
|
|
1727
1838
|
"lighthouse-core/lib/csp-evaluator.js | nonceLength": {
|
|
1728
1839
|
"message": "Žetoni morajo biti dolgi najmanj 8 znakov."
|
|
1729
1840
|
},
|
|
1841
|
+
"lighthouse-core/lib/csp-evaluator.js | plainUrlScheme": {
|
|
1842
|
+
"message": "V tej direktivi se izogibajte uporabi golih shem URL-jev ({keyword}). Gole sheme URL-jev omogočajo pridobivanje skriptov iz domene, ki ni varna."
|
|
1843
|
+
},
|
|
1844
|
+
"lighthouse-core/lib/csp-evaluator.js | plainWildcards": {
|
|
1845
|
+
"message": "V tej direktivi se izogibajte uporabi golih nadomestnih znakov ({keyword}). Goli nadomestni znaki omogočajo pridobivanje skriptov iz domene, ki ni varna."
|
|
1846
|
+
},
|
|
1730
1847
|
"lighthouse-core/lib/csp-evaluator.js | reportToOnly": {
|
|
1731
1848
|
"message": "Cilj za poročanje je konfiguriran samo prek direktive »report-to«. Direktivo podpirajo samo brskalniki na podlagi Chromiuma, zato priporočamo, da uporabite tudi direktivo »report-uri«."
|
|
1732
1849
|
},
|
|
@@ -1734,7 +1851,7 @@
|
|
|
1734
1851
|
"message": "V nobenem pravilniku CSP ni konfiguriran cilj za poročanje. Zato je težko dolgoročno ohranjati pravilnik CSP in ga nadzirati zaradi morebitnih težav z delovanjem."
|
|
1735
1852
|
},
|
|
1736
1853
|
"lighthouse-core/lib/csp-evaluator.js | strictDynamic": {
|
|
1737
|
-
"message": "Sezname dovoljenih pri gostiteljih je pogosto mogoče zaobiti. Razmislite o uporabi
|
|
1854
|
+
"message": "Sezname dovoljenih pri gostiteljih je pogosto mogoče zaobiti. Razmislite o uporabi žetonov ali zgoščenih vrednosti za pravilnik CSP skupaj z elementom »strict-dynamic«, če je treba."
|
|
1738
1855
|
},
|
|
1739
1856
|
"lighthouse-core/lib/csp-evaluator.js | unknownDirective": {
|
|
1740
1857
|
"message": "Neznana direktiva pravilnika CSP."
|
|
@@ -1742,6 +1859,9 @@
|
|
|
1742
1859
|
"lighthouse-core/lib/csp-evaluator.js | unknownKeyword": {
|
|
1743
1860
|
"message": "Videti je, da je {keyword} neveljavna ključna beseda."
|
|
1744
1861
|
},
|
|
1862
|
+
"lighthouse-core/lib/csp-evaluator.js | unsafeInline": {
|
|
1863
|
+
"message": "Element »unsafe-inline« omogoča izvajanje na strani umeščenih skriptov, ki niso varni, in rutin za obravnavo dogodkov. Razmislite o uporabi žetonov ali zgoščenih vrednosti za pravilnik CSP, s katerim bi omogočali posamezne skripte."
|
|
1864
|
+
},
|
|
1745
1865
|
"lighthouse-core/lib/csp-evaluator.js | unsafeInlineFallback": {
|
|
1746
1866
|
"message": "Razmislite o dodajanju elementa »unsafe-inline« (brskalniki, ki podpirajo žetone/zgoščene vrednosti, ga prezrejo) zaradi povratne združljivosti s starejšimi brskalniki."
|
|
1747
1867
|
},
|
|
@@ -1943,30 +2063,6 @@
|
|
|
1943
2063
|
"lighthouse-core/lib/lh-error.js | urlInvalid": {
|
|
1944
2064
|
"message": "Videti je, da ste navedli neveljaven URL."
|
|
1945
2065
|
},
|
|
1946
|
-
"lighthouse-treemap/app/src/util.js | allLabel": {
|
|
1947
|
-
"message": "Vse"
|
|
1948
|
-
},
|
|
1949
|
-
"lighthouse-treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
1950
|
-
"message": "Vsi skripti"
|
|
1951
|
-
},
|
|
1952
|
-
"lighthouse-treemap/app/src/util.js | coverageColumnName": {
|
|
1953
|
-
"message": "Pokritost"
|
|
1954
|
-
},
|
|
1955
|
-
"lighthouse-treemap/app/src/util.js | duplicateModulesLabel": {
|
|
1956
|
-
"message": "Podvojeni moduli"
|
|
1957
|
-
},
|
|
1958
|
-
"lighthouse-treemap/app/src/util.js | resourceBytesLabel": {
|
|
1959
|
-
"message": "Bajti sredstva"
|
|
1960
|
-
},
|
|
1961
|
-
"lighthouse-treemap/app/src/util.js | tableColumnName": {
|
|
1962
|
-
"message": "Ime"
|
|
1963
|
-
},
|
|
1964
|
-
"lighthouse-treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
1965
|
-
"message": "Preklop tabele"
|
|
1966
|
-
},
|
|
1967
|
-
"lighthouse-treemap/app/src/util.js | unusedBytesLabel": {
|
|
1968
|
-
"message": "Neuporabljeni bajti"
|
|
1969
|
-
},
|
|
1970
2066
|
"node_modules/lighthouse-stack-packs/packs/amp.js | efficient-animated-content": {
|
|
1971
2067
|
"message": "Za animirano vsebino uporabite [`amp-anim`](https://amp.dev/documentation/components/amp-anim/), da zmanjšate uporabo CPE-ja, ko vsebina ni na zaslonu."
|
|
1972
2068
|
},
|
|
@@ -2234,6 +2330,9 @@
|
|
|
2234
2330
|
"report/renderer/util.js | calculatorLink": {
|
|
2235
2331
|
"message": "Oglejte si kalkulator."
|
|
2236
2332
|
},
|
|
2333
|
+
"report/renderer/util.js | collapseView": {
|
|
2334
|
+
"message": "Strni pogled"
|
|
2335
|
+
},
|
|
2237
2336
|
"report/renderer/util.js | crcInitialNavigation": {
|
|
2238
2337
|
"message": "Začetno krmarjenje"
|
|
2239
2338
|
},
|
|
@@ -2270,9 +2369,15 @@
|
|
|
2270
2369
|
"report/renderer/util.js | errorMissingAuditInfo": {
|
|
2271
2370
|
"message": "Napaka sporočila: ni podatkov o pregledu"
|
|
2272
2371
|
},
|
|
2372
|
+
"report/renderer/util.js | expandView": {
|
|
2373
|
+
"message": "Razširi pogled"
|
|
2374
|
+
},
|
|
2273
2375
|
"report/renderer/util.js | footerIssue": {
|
|
2274
2376
|
"message": "Prijavi težavo"
|
|
2275
2377
|
},
|
|
2378
|
+
"report/renderer/util.js | hide": {
|
|
2379
|
+
"message": "Skrij"
|
|
2380
|
+
},
|
|
2276
2381
|
"report/renderer/util.js | labDataTitle": {
|
|
2277
2382
|
"message": "Laboratorijski podatki"
|
|
2278
2383
|
},
|
|
@@ -2294,6 +2399,12 @@
|
|
|
2294
2399
|
"report/renderer/util.js | passedAuditsGroupTitle": {
|
|
2295
2400
|
"message": "Uspešni pregledi"
|
|
2296
2401
|
},
|
|
2402
|
+
"report/renderer/util.js | runtimeAnalysisWindow": {
|
|
2403
|
+
"message": "Začetno nalaganje st rani"
|
|
2404
|
+
},
|
|
2405
|
+
"report/renderer/util.js | runtimeCustom": {
|
|
2406
|
+
"message": "Zaviranje po meri"
|
|
2407
|
+
},
|
|
2297
2408
|
"report/renderer/util.js | runtimeDesktopEmulation": {
|
|
2298
2409
|
"message": "Emulirano namizje"
|
|
2299
2410
|
},
|
|
@@ -2312,33 +2423,30 @@
|
|
|
2312
2423
|
"report/renderer/util.js | runtimeSettingsCPUThrottling": {
|
|
2313
2424
|
"message": "Zaviranje CPE-ja"
|
|
2314
2425
|
},
|
|
2315
|
-
"report/renderer/util.js | runtimeSettingsChannel": {
|
|
2316
|
-
"message": "Kanal"
|
|
2317
|
-
},
|
|
2318
2426
|
"report/renderer/util.js | runtimeSettingsDevice": {
|
|
2319
2427
|
"message": "Naprava"
|
|
2320
2428
|
},
|
|
2321
|
-
"report/renderer/util.js | runtimeSettingsFetchTime": {
|
|
2322
|
-
"message": "Čas pridobitve"
|
|
2323
|
-
},
|
|
2324
2429
|
"report/renderer/util.js | runtimeSettingsNetworkThrottling": {
|
|
2325
2430
|
"message": "Omejevanje omrežja"
|
|
2326
2431
|
},
|
|
2327
|
-
"report/renderer/util.js | runtimeSettingsTitle": {
|
|
2328
|
-
"message": "Nastavitve časa izvajanja"
|
|
2329
|
-
},
|
|
2330
|
-
"report/renderer/util.js | runtimeSettingsUA": {
|
|
2331
|
-
"message": "Uporabnikov posrednik (gostitelj)"
|
|
2332
|
-
},
|
|
2333
2432
|
"report/renderer/util.js | runtimeSettingsUANetwork": {
|
|
2334
2433
|
"message": "Uporabnikov posrednik (omrežje)"
|
|
2335
2434
|
},
|
|
2336
|
-
"report/renderer/util.js |
|
|
2337
|
-
"message": "
|
|
2435
|
+
"report/renderer/util.js | runtimeSingleLoad": {
|
|
2436
|
+
"message": "Nalaganje ene strani"
|
|
2437
|
+
},
|
|
2438
|
+
"report/renderer/util.js | runtimeSingleLoadTooltip": {
|
|
2439
|
+
"message": "Ti podatki za razliko od podatkov iz polja, ki povzemajo več sej, izvirajo iz nalaganja ene strani."
|
|
2440
|
+
},
|
|
2441
|
+
"report/renderer/util.js | runtimeSlow4g": {
|
|
2442
|
+
"message": "Počasno zaviranje pri povezavi 4G"
|
|
2338
2443
|
},
|
|
2339
2444
|
"report/renderer/util.js | runtimeUnknown": {
|
|
2340
2445
|
"message": "Neznano"
|
|
2341
2446
|
},
|
|
2447
|
+
"report/renderer/util.js | show": {
|
|
2448
|
+
"message": "Pokaži"
|
|
2449
|
+
},
|
|
2342
2450
|
"report/renderer/util.js | showRelevantAudits": {
|
|
2343
2451
|
"message": "Prikaz revizij, pomembnih za to:"
|
|
2344
2452
|
},
|
|
@@ -2368,5 +2476,29 @@
|
|
|
2368
2476
|
},
|
|
2369
2477
|
"report/renderer/util.js | warningHeader": {
|
|
2370
2478
|
"message": "Opozorila: "
|
|
2479
|
+
},
|
|
2480
|
+
"treemap/app/src/util.js | allLabel": {
|
|
2481
|
+
"message": "Vse"
|
|
2482
|
+
},
|
|
2483
|
+
"treemap/app/src/util.js | allScriptsDropdownLabel": {
|
|
2484
|
+
"message": "Vsi skripti"
|
|
2485
|
+
},
|
|
2486
|
+
"treemap/app/src/util.js | coverageColumnName": {
|
|
2487
|
+
"message": "Pokritost"
|
|
2488
|
+
},
|
|
2489
|
+
"treemap/app/src/util.js | duplicateModulesLabel": {
|
|
2490
|
+
"message": "Podvojeni moduli"
|
|
2491
|
+
},
|
|
2492
|
+
"treemap/app/src/util.js | resourceBytesLabel": {
|
|
2493
|
+
"message": "Bajti sredstva"
|
|
2494
|
+
},
|
|
2495
|
+
"treemap/app/src/util.js | tableColumnName": {
|
|
2496
|
+
"message": "Ime"
|
|
2497
|
+
},
|
|
2498
|
+
"treemap/app/src/util.js | toggleTableButtonLabel": {
|
|
2499
|
+
"message": "Preklop tabele"
|
|
2500
|
+
},
|
|
2501
|
+
"treemap/app/src/util.js | unusedBytesLabel": {
|
|
2502
|
+
"message": "Neuporabljeni bajti"
|
|
2371
2503
|
}
|
|
2372
2504
|
}
|