chrome-devtools-frontend 1.0.921086 → 1.0.922671
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 +1 -1
- package/config/gni/devtools_grd_files.gni +2 -0
- package/front_end/core/common/ColorUtils.ts +2 -1
- package/front_end/core/common/Object.ts +36 -1
- package/front_end/core/common/Settings.ts +8 -1
- package/front_end/core/common/common.ts +2 -1
- package/front_end/core/i18n/locales/af.json +53 -32
- package/front_end/core/i18n/locales/am.json +56 -35
- package/front_end/core/i18n/locales/ar.json +53 -32
- package/front_end/core/i18n/locales/as.json +63 -42
- package/front_end/core/i18n/locales/az.json +53 -32
- package/front_end/core/i18n/locales/be.json +52 -31
- package/front_end/core/i18n/locales/bg.json +51 -30
- package/front_end/core/i18n/locales/bn.json +63 -42
- package/front_end/core/i18n/locales/bs.json +57 -36
- package/front_end/core/i18n/locales/ca.json +55 -34
- package/front_end/core/i18n/locales/cs.json +51 -30
- package/front_end/core/i18n/locales/cy.json +63 -42
- package/front_end/core/i18n/locales/da.json +55 -34
- package/front_end/core/i18n/locales/de.json +52 -31
- package/front_end/core/i18n/locales/el.json +58 -37
- package/front_end/core/i18n/locales/en-GB.json +51 -30
- package/front_end/core/i18n/locales/en-US.json +3 -0
- package/front_end/core/i18n/locales/en-XL.json +3 -0
- package/front_end/core/i18n/locales/es-419.json +53 -32
- package/front_end/core/i18n/locales/es.json +52 -31
- package/front_end/core/i18n/locales/et.json +54 -33
- package/front_end/core/i18n/locales/eu.json +71 -50
- package/front_end/core/i18n/locales/fa.json +54 -33
- package/front_end/core/i18n/locales/fi.json +55 -34
- package/front_end/core/i18n/locales/fil.json +59 -38
- package/front_end/core/i18n/locales/fr-CA.json +52 -31
- package/front_end/core/i18n/locales/fr.json +54 -33
- package/front_end/core/i18n/locales/gl.json +57 -36
- package/front_end/core/i18n/locales/gu.json +65 -44
- package/front_end/core/i18n/locales/he.json +56 -35
- package/front_end/core/i18n/locales/hi.json +61 -40
- package/front_end/core/i18n/locales/hr.json +55 -34
- package/front_end/core/i18n/locales/hu.json +53 -32
- package/front_end/core/i18n/locales/hy.json +54 -33
- package/front_end/core/i18n/locales/id.json +59 -38
- package/front_end/core/i18n/locales/is.json +51 -30
- package/front_end/core/i18n/locales/it.json +51 -30
- package/front_end/core/i18n/locales/ja.json +52 -31
- package/front_end/core/i18n/locales/ka.json +51 -30
- package/front_end/core/i18n/locales/kk.json +56 -35
- package/front_end/core/i18n/locales/km.json +59 -38
- package/front_end/core/i18n/locales/kn.json +63 -42
- package/front_end/core/i18n/locales/ko.json +59 -38
- package/front_end/core/i18n/locales/ky.json +54 -33
- package/front_end/core/i18n/locales/lo.json +59 -38
- package/front_end/core/i18n/locales/lt.json +52 -31
- package/front_end/core/i18n/locales/lv.json +60 -39
- package/front_end/core/i18n/locales/mk.json +51 -30
- package/front_end/core/i18n/locales/ml.json +65 -44
- package/front_end/core/i18n/locales/mn.json +59 -38
- package/front_end/core/i18n/locales/mr.json +61 -40
- package/front_end/core/i18n/locales/ms.json +59 -38
- package/front_end/core/i18n/locales/my.json +59 -38
- package/front_end/core/i18n/locales/ne.json +63 -42
- package/front_end/core/i18n/locales/nl.json +55 -34
- package/front_end/core/i18n/locales/no.json +54 -33
- package/front_end/core/i18n/locales/or.json +63 -42
- package/front_end/core/i18n/locales/pa.json +61 -40
- package/front_end/core/i18n/locales/pl.json +51 -30
- package/front_end/core/i18n/locales/pt-PT.json +52 -31
- package/front_end/core/i18n/locales/pt.json +59 -38
- package/front_end/core/i18n/locales/ro.json +52 -31
- package/front_end/core/i18n/locales/ru.json +52 -31
- package/front_end/core/i18n/locales/si.json +59 -38
- package/front_end/core/i18n/locales/sk.json +52 -31
- package/front_end/core/i18n/locales/sl.json +52 -31
- package/front_end/core/i18n/locales/sq.json +51 -30
- package/front_end/core/i18n/locales/sr-Latn.json +52 -31
- package/front_end/core/i18n/locales/sr.json +52 -31
- package/front_end/core/i18n/locales/sv.json +52 -31
- package/front_end/core/i18n/locales/sw.json +60 -39
- package/front_end/core/i18n/locales/ta.json +67 -46
- package/front_end/core/i18n/locales/te.json +62 -41
- package/front_end/core/i18n/locales/th.json +52 -31
- package/front_end/core/i18n/locales/tr.json +55 -34
- package/front_end/core/i18n/locales/uk.json +55 -34
- package/front_end/core/i18n/locales/ur.json +60 -39
- package/front_end/core/i18n/locales/uz.json +52 -31
- package/front_end/core/i18n/locales/vi.json +54 -33
- package/front_end/core/i18n/locales/zh-HK.json +52 -31
- package/front_end/core/i18n/locales/zh-TW.json +57 -36
- package/front_end/core/i18n/locales/zh.json +56 -35
- package/front_end/core/i18n/locales/zu.json +59 -38
- package/front_end/core/sdk/FrameManager.ts +2 -2
- package/front_end/core/sdk/RemoteObject.ts +43 -20
- package/front_end/entrypoints/inspector_main/InspectorMain.ts +1 -1
- package/front_end/entrypoints/js_app/JsMain.ts +1 -1
- package/front_end/entrypoints/node_main/NodeMain.ts +1 -1
- package/front_end/entrypoints/worker_app/WorkerMain.ts +1 -1
- package/front_end/legacy/legacy-defs.d.ts +9 -0
- package/front_end/models/emulation/DeviceModeModel.ts +1 -1
- package/front_end/models/extensions/ExtensionAPI.ts +1 -1
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -1
- package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +4 -0
- package/front_end/models/timeline_model/TimelineModel.ts +5 -1
- package/front_end/panels/application/ApplicationPanelSidebar.ts +8 -7
- package/front_end/panels/application/DatabaseQueryView.ts +7 -1
- package/front_end/panels/application/ServiceWorkerCacheViews.ts +1 -1
- package/front_end/panels/changes/ChangesSidebar.ts +6 -1
- package/front_end/panels/console/ConsolePrompt.ts +6 -1
- package/front_end/panels/console/ConsoleSidebar.ts +5 -1
- package/front_end/panels/console/ConsoleViewMessage.ts +2 -2
- package/front_end/panels/coverage/CoverageView.ts +5 -4
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +59 -48
- package/front_end/panels/css_overview/CSSOverviewController.ts +48 -8
- package/front_end/panels/css_overview/CSSOverviewPanel.ts +1 -1
- package/front_end/panels/css_overview/CSSOverviewSidebarPanel.ts +8 -1
- package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +14 -12
- package/front_end/panels/elements/ElementsPanel.ts +10 -8
- package/front_end/panels/elements/ElementsTreeOutline.ts +8 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +12 -2
- package/front_end/panels/elements/layoutPane.css +1 -0
- package/front_end/panels/emulation/AdvancedApp.ts +2 -12
- package/front_end/panels/emulation/InspectedPagePlaceholder.ts +14 -1
- package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +10 -0
- package/front_end/panels/layer_viewer/LayerDetailsView.ts +7 -1
- package/front_end/panels/layer_viewer/LayerTreeOutline.ts +4 -4
- package/front_end/panels/layer_viewer/Layers3DView.ts +7 -1
- package/front_end/panels/layer_viewer/PaintProfilerView.ts +7 -1
- package/front_end/panels/layers/LayersPanel.ts +1 -1
- package/front_end/panels/lighthouse/LighthouseProtocolService.ts +1 -2
- package/front_end/panels/mobile_throttling/throttlingSettingsTab.css +4 -0
- package/front_end/panels/network/NetworkDataGridNode.ts +46 -104
- package/front_end/panels/network/NetworkItemView.ts +2 -6
- package/front_end/panels/network/NetworkLogView.ts +4 -4
- package/front_end/panels/network/NetworkPanel.ts +12 -18
- package/front_end/panels/network/RequestTimingView.ts +3 -1
- package/front_end/panels/network/module.json +0 -3
- package/front_end/panels/profiler/CPUProfileFlameChart.ts +26 -11
- package/front_end/panels/profiler/HeapProfileView.ts +5 -6
- package/front_end/panels/profiler/HeapSnapshotView.ts +6 -6
- package/front_end/panels/profiler/HeapTimelineOverview.ts +17 -3
- package/front_end/panels/profiler/ProfileLauncherView.ts +6 -1
- package/front_end/panels/profiler/ProfileView.ts +1 -1
- package/front_end/panels/profiler/ProfilesPanel.ts +2 -2
- package/front_end/panels/settings/SettingsScreen.ts +2 -2
- package/front_end/panels/sources/CSSPlugin.ts +6 -6
- package/front_end/panels/sources/DebuggerPlugin.ts +4 -5
- package/front_end/panels/sources/EditingLocationHistoryManager.ts +7 -5
- package/front_end/panels/sources/InplaceFormatterEditorAction.ts +5 -5
- package/front_end/panels/sources/OutlineQuickOpen.ts +7 -2
- package/front_end/panels/sources/ScriptFormatterEditorAction.ts +5 -6
- package/front_end/panels/sources/SourcesPanel.ts +2 -2
- package/front_end/panels/sources/SourcesView.ts +16 -3
- package/front_end/panels/sources/TabbedEditorContainer.ts +8 -13
- package/front_end/panels/sources/UISourceCodeFrame.ts +7 -1
- package/front_end/panels/sources/watchExpressionsSidebarPane.css +2 -7
- package/front_end/panels/timeline/TimelineDetailsView.ts +1 -1
- package/front_end/panels/timeline/TimelineFlameChartView.ts +4 -4
- package/front_end/panels/timeline/TimelineLayersView.ts +7 -7
- package/front_end/panels/timeline/TimelinePanel.ts +2 -1
- package/front_end/panels/timeline/TimelineTreeView.ts +6 -1
- package/front_end/ui/components/docs/toggle_fonts.ts +28 -1
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorController.ts +4 -5
- package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorPane.ts +14 -5
- package/front_end/ui/legacy/Dialog.ts +12 -2
- package/front_end/ui/legacy/FilterBar.ts +12 -8
- package/front_end/ui/legacy/InspectorView.ts +3 -3
- package/front_end/ui/legacy/SplitWidget.ts +6 -1
- package/front_end/ui/legacy/TabbedPane.ts +9 -1
- package/front_end/ui/legacy/TextEditor.ts +12 -1
- package/front_end/ui/legacy/Treeoutline.ts +19 -11
- package/front_end/ui/legacy/ViewManager.ts +8 -7
- package/front_end/ui/legacy/components/color_picker/Spectrum.ts +6 -1
- package/front_end/ui/legacy/components/inline_editor/BezierEditor.ts +6 -1
- package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +7 -1
- package/front_end/ui/legacy/components/inline_editor/FontEditor.ts +12 -1
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +19 -71
- package/front_end/ui/legacy/components/perf_ui/FilmStripView.ts +8 -1
- package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +9 -1
- package/front_end/ui/legacy/components/perf_ui/OverviewGrid.ts +13 -3
- package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +14 -3
- package/front_end/ui/legacy/components/quick_open/CommandMenu.ts +11 -4
- package/front_end/ui/legacy/components/quick_open/FilteredListWidget.ts +13 -3
- package/front_end/ui/legacy/components/quick_open/QuickInput.ts +4 -5
- package/front_end/ui/legacy/components/quick_open/QuickPick.ts +4 -5
- package/front_end/ui/legacy/components/quick_open/filteredListWidget.css +29 -19
- package/front_end/ui/legacy/components/source_frame/SourcesTextEditor.ts +18 -2
- package/front_end/ui/legacy/components/text_editor/CodeMirrorTextEditor.ts +3 -1
- package/front_end/ui/legacy/splitWidget.css +2 -2
- package/inspector_overlay/common.ts +3 -3
- package/inspector_overlay/tool_viewport_size.ts +1 -1
- package/package.json +1 -1
- package/scripts/build/generate_css_js_files.js +1 -0
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "CSS prefers-color-scheme media xüsusiyyətini məcburi tətbiq edir"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "CSS prefers-contrast media funksiyasını məcburi tətbiq edir"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "CSS prefers-reduced-data media xüsusiyyətini məcburi tətbiq edir"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Faktiki ({PH1} piksel) {PH2} {PH3} eni göstərilən en ({PH4} piksel) ilə uyğun gəlmir"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "Tətbiq Id-si"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Bu, brauzer tərəfindən manifestin mövcud bir tətbiqi güncəlləməli olub-olmadığını və ya quraşdırıla bilən yeni bir veb tətbiqinə aid olub-olmadığını bilmək üçün istifadə olunur."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Qeyd: manifestdə 'id' göstərilməyib, əvəzində 'start_url' istifadə olunur. Cari kimliyə uyğun gələn tətbiq Id-si təyin etmək üçün 'id' sahəsini ''{PH1}'' olaraq ayarlayın."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "Tətbiq Manifesti"
|
|
1984
1996
|
},
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Geri/irəli keş statusu"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Son naviqasiya keşlənmədi, çünki"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Sonuncu Əsas Çərçivə Naviqasiyası"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Normal naviqasiya"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Geri/irəli keşin qarşısını alan funksiyalar"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Geri/irəli keşindən bərpa edildi"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "URL"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(Chrome'un gələcək versiyasında dəstəklənir)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Arxa fon sorğusu"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "DevTools problemi barədə bildirin"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Tərcümə problemi barədə bildirin"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Yenilikləri Göstərin"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Gizli problemlər"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Bütün problemləri göstərin"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Təsirə Məruz Qalan Resurslar"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Etibar Edilən Veb Fəaliyyəti"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Bütün gizli problemləri göstərin"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "bloklanıb"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Sorğunu icra edin, yaxud yenidən yükləməni qeydə almaq üçün {PH1} düymələrinə basın."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "Şəbəkə fəaliyyətini göstərmək üçün ({PH1})
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Şəbəkə fəaliyyətini göstərmək üçün ({PH1}) şəbəkə jurnalını qeydə alın."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Şəbəkə fəaliyyəti qeydə alınır…"
|
|
@@ -7521,7 +7542,7 @@
|
|
|
7521
7542
|
"message": "Faylı oxumaq alınmadı"
|
|
7522
7543
|
},
|
|
7523
7544
|
"panels/profiler/ProfileView.ts | fileSReadErrorS": {
|
|
7524
|
-
"message": "Fayl \"{PH1}\"
|
|
7545
|
+
"message": "Fayl \"{PH1}\" oxuma xətası: {PH2}"
|
|
7525
7546
|
},
|
|
7526
7547
|
"panels/profiler/ProfileView.ts | findByCostMsNameOrFile": {
|
|
7527
7548
|
"message": "Dəyər (>50ms), ad və ya fayl əsasında tapın"
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Hamısını silin"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "İstiqamət"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Sənədlər"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Vaxt qeydi"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Növ"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Protokol monitoru"
|
|
7663
7684
|
},
|
|
@@ -7755,7 +7776,7 @@
|
|
|
7755
7776
|
"message": "Bu səhifə təhlükəsiz deyil."
|
|
7756
7777
|
},
|
|
7757
7778
|
"panels/security/SecurityModel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
7758
|
-
"message": "Bu səhifə təhlükəsiz deyil (
|
|
7779
|
+
"message": "Bu səhifə təhlükəsiz deyil (yanlış HTTPS)."
|
|
7759
7780
|
},
|
|
7760
7781
|
"panels/security/SecurityModel.ts | thisPageIsSecureValidHttps": {
|
|
7761
7782
|
"message": "Bu səhifə təhlükəsizdir (düzgün HTTPS)."
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Yuxarıdakı təhlükəsizlik detalları birinci müəyyən edilən cavabdan əldə edilir."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Bu səhifənin təhlükəsizliyi naməlumdur."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Server imzası köhnəlmiş olan SHA-1'dən istifadə edir. Əvəzində SHA-2 imza alqoritmini aktivləşdirin. (Nəzərə alın ki, bu, sertifikatdakı imzadan fərqlidir)."
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Bu səhifə təhlükəsiz deyil (şifrələnməmiş HTTP)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Bu səhifə təhlükəsiz deyil."
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Bu səhifə təhlükəsiz deyil (sınmış HTTPS)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Bu səhifə təhlükəsizdir (düzgün HTTPS)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Bu səhifə şübhəlidir"
|
|
8014
8023
|
},
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Cihaz"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "{PH1} cihazı uğurla əlavə edilib/güncəllənib."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Cihaz adı"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Brend əlavə edin"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "Əlavə edilmiş brend sırası"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Memarlıq"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Silin"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "Silinmiş brend sırası"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Cihaz modeli"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Asinxron Tapşırıq"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Keş Modul Kodu"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Keş Skript Kodu"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Keşlənmiş Wasm Modulu"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Müddət"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Bütün funksiyalar toplanır"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Təsirə məruz qalan elementlər"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "skript uyğun deyil"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "skript keşdə saxlanıldı"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Skripti yazılır"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Təsdiq etmək üçün \"Enter\", yaxud ləğv etmək üçün \"Escape\" üzərinə basın)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "Əlçatan
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "Əlçatan əmrlərə baxmaq üçün \"?\" yazın"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Əmrləri dəyişdirmək üçün Tab istifadə edin. Əlçatan əmrlərə baxmaq üçün \"?\" yazın"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Faylı açın"
|
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "Прымусова задае медыяфункцыю CSS prefers-color-scheme"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "Прымусова задае медыяфункцыю CSS prefers-contrast"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "Прымусова задае медыяфункцыю CSS prefers-reduced-data"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Фактычная шырыня ({PH1} пікс.) відарыса \"{PH2}\" {PH3} не адпавядае ўказанай ({PH4} пікс.)"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "Ідэнтыфікатар праграмы"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Гэтыя даныя выкарыстоўваюцца браўзерам, каб выявіць, ці маніфест павінен абнавіць існуючую праграму, ці ён адносіцца да новай вэб-праграмы, якую можна ўсталяваць."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Заўвага. поле \"id\" не ўказана ў маніфесце, замест яго выкарыстоўваецца поле \"start_url\". Каб указаць ідэнтыфікатар праграмы, які ёй адпавядае, задайце ў полі \"id'\" значэнне ''{PH1}''."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "Маніфест праграмы"
|
|
1984
1996
|
},
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Стан кэша пераходу назад і наперад"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Апошняя навігацыя не была захавана ў кэшы, бо"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Апошняя навігацыя па асноўным фрэйме"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Звычайная навігацыя"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Функцыі, якія не даюць выкарыстоўваць кэш пераходу назад і наперад"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Адноўлена з кэша пераходу назад і наперад"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "URL-адрас"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(Падтрымка будзе забяспечана ў будучай версіі Chrome.)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Фонавае атрыманне даных"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "Паведаміць аб праблеме з DevTools"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Паведаміць аб памылцы перакладу"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Паказаць інструмент \"Што новага\""
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Схаваныя праблемы"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Паказаць усе праблемы"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Закранутыя рэсурсы"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Надзейная вэб-актыўнасць"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Паказаць усе схаваныя праблемы"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "заблакіравана"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Каб запісаць перазагрузку старонкі, выканайце запыт або націсніце {PH1}."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Каб сеткавая актыўнасць паказвалася, пачніце запісваць сеткавы журнал ({PH1})."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Ідзе запіс сеткавай актыўнасці…"
|
|
@@ -7215,7 +7236,7 @@
|
|
|
7215
7236
|
"message": "Аб'ект карыстальніка, які даступны з акна"
|
|
7216
7237
|
},
|
|
7217
7238
|
"panels/profiler/HeapSnapshotProxy.ts | anErrorOccurredWhenACallToMethod": {
|
|
7218
|
-
"message": "Падчас выкліку метаду {PH1} узнікла памылка"
|
|
7239
|
+
"message": "Падчас выкліку метаду \"{PH1}\" узнікла памылка"
|
|
7219
7240
|
},
|
|
7220
7241
|
"panels/profiler/HeapSnapshotView.ts | AllocationTimelinesShowInstrumented": {
|
|
7221
7242
|
"message": "Храналогія размеркавання паказвае размеркаванне памяці для JavaScript за пэўны перыяд. Пасля запісу профілю вы можаце выбраць інтэрвал часу для прагляду аб'ектаў, якія былі размеркаваны ў дынамічнай памяці і знаходзіліся ў ёй да канца запісу. Выкарыстоўвайце гэты тып профілю, каб знайсці ўцечкі памяці."
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Выдаліць усё"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "Напрамак"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Дакументацыя"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Метка часу"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Тып"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Манітор пратакола"
|
|
7663
7684
|
},
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Прыведзеныя вышэй звесткі пра бяспеку ўзяты з першага праверанага адказу."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Невядома, ці з'яўляецца гэта старонка бяспечнай."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Подпіс сервера выкарыстоўвае SHA-1 – алгарытм, які ўстарэў. Уключыце замест яго алгарытм подпісу SHA-2. (Заўвага: ён адрозніваецца ад подпісу ў сертыфікаце.)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Гэта старонка небяспечная (незашыфраваны пратакол HTTP)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Гэта старонка не з'яўляецца бяспечнай."
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Гэтая старонка не з'яўляецца бяспечнай (пашкоджаны HTTPS)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Гэта старонка бяспечная (сапраўдны HTTPS)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Гэта старонка падазроная"
|
|
8014
8023
|
},
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Прылада"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "Прылада \"{PH1}\" дададзена або абноўлена."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Назва прылады"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Дадаць брэнд браўзера"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "Радок брэнда дададзены"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Архітэктура"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Выдаліць"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "Радок брэнда выдалены"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Мадэль прылады"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Асінхронная задача"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Код модуля кэша"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Кэшаваць код сцэнарыя"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Кэшаваны модуль Wasm"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Працягласць"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Ідзе папераджальная кампіляцыя ўсіх функцый"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Закранутыя элементы"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "сцэнарый непрыдатны"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "сцэнарый захаваны ў кэш"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Выкананне сцэнарыяў"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Націсніце Enter, каб пацвердзіць, або Escape, каб скасаваць.)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "Увядзіце
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "Увядзіце \"?\", каб пабачыць даступныя каманды"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Пераключайце каманды з дапамогай клавішы Tab. Увядзіце \"?\", каб пабачыць даступныя каманды"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Адкрыць файл"
|