chrome-devtools-frontend 1.0.920568 → 1.0.922044
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 +5 -0
- package/config/typescript/tsconfig.base.json +1 -0
- package/extension-api/ExtensionAPI.d.ts +1 -1
- package/front_end/core/common/ColorUtils.ts +2 -1
- package/front_end/core/common/Object.ts +36 -1
- package/front_end/core/common/WasmDisassembly.ts +6 -14
- 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 +67 -34
- package/front_end/core/i18n/locales/en-XL.json +67 -34
- 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/RemoteObject.ts +43 -20
- package/front_end/core/sdk/TracingModel.ts +1 -1
- package/front_end/generated/SupportedCSSProperties.js +4 -4
- package/front_end/legacy/legacy-defs.d.ts +24 -0
- package/front_end/models/extensions/ExtensionAPI.ts +9 -4
- package/front_end/models/extensions/ExtensionServer.ts +1 -1
- package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -1
- package/front_end/models/issues_manager/SameSiteCookieIssue.ts +12 -3
- package/front_end/models/issues_manager/descriptions/SameSiteSamePartyCrossPartyContextSet.md +10 -0
- 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 +2 -2
- package/front_end/panels/application/DatabaseQueryView.ts +7 -1
- package/front_end/panels/changes/ChangesSidebar.ts +6 -1
- package/front_end/panels/console/ConsolePrompt.ts +6 -1
- package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -2
- package/front_end/panels/css_overview/CSSOverviewSidebarPanel.ts +8 -1
- package/front_end/panels/elements/ElementsPanel.ts +25 -1
- package/front_end/panels/elements/StylesSidebarPane.ts +12 -2
- package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +13 -1
- 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/issues/IssueAggregator.ts +2 -2
- package/front_end/panels/layer_viewer/LayerDetailsView.ts +7 -1
- package/front_end/panels/layer_viewer/Layers3DView.ts +7 -1
- package/front_end/panels/layer_viewer/PaintProfilerView.ts +7 -1
- package/front_end/panels/lighthouse/LighthousePanel.ts +6 -7
- package/front_end/panels/mobile_throttling/ThrottlingSettingsTab.ts +8 -4
- package/front_end/panels/mobile_throttling/throttlingSettingsTab.css +4 -0
- package/front_end/panels/network/NetworkItemView.ts +24 -4
- package/front_end/panels/network/NetworkLogView.ts +14 -5
- package/front_end/panels/network/NetworkPanel.ts +7 -6
- package/front_end/panels/network/RequestHeadersView.ts +0 -345
- package/front_end/panels/network/RequestPayloadView.ts +529 -0
- package/front_end/panels/network/RequestTimingView.ts +3 -1
- package/front_end/panels/network/forward/UIRequestLocation.ts +1 -0
- package/front_end/panels/network/module.json +0 -3
- package/front_end/panels/network/network-legacy.ts +5 -0
- package/front_end/panels/network/network.ts +2 -0
- package/front_end/panels/network/requestPayloadTree.css +130 -0
- package/front_end/panels/network/requestPayloadView.css +16 -0
- package/front_end/panels/profiler/CPUProfileFlameChart.ts +3 -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/sources/InplaceFormatterEditorAction.ts +5 -5
- package/front_end/panels/sources/ScriptFormatterEditorAction.ts +5 -6
- package/front_end/panels/sources/SourcesPanel.ts +4 -5
- package/front_end/panels/sources/SourcesView.ts +16 -3
- package/front_end/panels/sources/UISourceCodeFrame.ts +7 -1
- package/front_end/panels/sources/watchExpressionsSidebarPane.css +2 -7
- 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 +5 -4
- package/front_end/ui/legacy/ARIAUtils.ts +12 -0
- package/front_end/ui/legacy/Fragment.ts +1 -1
- package/front_end/ui/legacy/InspectorView.ts +17 -0
- package/front_end/ui/legacy/SplitWidget.ts +6 -1
- package/front_end/ui/legacy/TabbedPane.ts +4 -0
- package/front_end/ui/legacy/UIUtils.ts +1 -1
- package/front_end/ui/legacy/components/data_grid/dataGrid.css +5 -0
- package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +16 -66
- 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/TimelineOverviewPane.ts +11 -1
- package/front_end/ui/legacy/components/source_frame/ImageView.ts +6 -3
- package/front_end/ui/legacy/utils/focus-changed.ts +1 -1
- package/inspector_overlay/common.ts +3 -3
- package/inspector_overlay/tool_viewport_size.ts +1 -1
- package/package.json +1 -1
|
@@ -866,6 +866,9 @@
|
|
|
866
866
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
|
|
867
867
|
"message": "Forțează funcția media CSS prefers-color-scheme"
|
|
868
868
|
},
|
|
869
|
+
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
|
|
870
|
+
"message": "Forțează funcția media CSS prefers-contrast"
|
|
871
|
+
},
|
|
869
872
|
"entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
|
|
870
873
|
"message": "Forțează funcția media CSS prefers-reduced-data"
|
|
871
874
|
},
|
|
@@ -1979,6 +1982,15 @@
|
|
|
1979
1982
|
"panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
|
|
1980
1983
|
"message": "Lățimea reală ({PH1} px) a {PH2} {PH3} nu corespunde lățimii specificate ({PH4} px)"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "Cod de aplicație"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "Browserul folosește acest cod ca să afle dacă manifestul trebuie să actualizeze o aplicație existentă sau dacă face referire la o nouă aplicație web care se poate instala."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "Notă: „codul” nu este specificat în manifest; se folosește „start_url”. Ca să specifici un cod de aplicație care corespunde identității actuale, setează câmpul „cod” la „{PH1}”."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "Manifestul aplicației"
|
|
1984
1996
|
},
|
|
@@ -2288,8 +2300,8 @@
|
|
|
2288
2300
|
"panels/application/BackForwardCacheView.ts | bfcacheStatus": {
|
|
2289
2301
|
"message": "Stare memorie cache înainte-înapoi"
|
|
2290
2302
|
},
|
|
2291
|
-
"panels/application/BackForwardCacheView.ts |
|
|
2292
|
-
"message": "
|
|
2303
|
+
"panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
|
|
2304
|
+
"message": "Ultima navigare nu a fost memorată în cache deoarece"
|
|
2293
2305
|
},
|
|
2294
2306
|
"panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
|
|
2295
2307
|
"message": "Navigarea la ultimul cadru principal"
|
|
@@ -2300,6 +2312,9 @@
|
|
|
2300
2312
|
"panels/application/BackForwardCacheView.ts | normalNavigation": {
|
|
2301
2313
|
"message": "Navigare normală"
|
|
2302
2314
|
},
|
|
2315
|
+
"panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
|
|
2316
|
+
"message": "Funcții care împiedică memoria cache înainte-înapoi"
|
|
2317
|
+
},
|
|
2303
2318
|
"panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
|
|
2304
2319
|
"message": "Restabilit din memoria cache înainte-înapoi"
|
|
2305
2320
|
},
|
|
@@ -2312,6 +2327,9 @@
|
|
|
2312
2327
|
"panels/application/BackForwardCacheView.ts | url": {
|
|
2313
2328
|
"message": "Adresa URL"
|
|
2314
2329
|
},
|
|
2330
|
+
"panels/application/BackForwardCacheView.ts | willBeSupported": {
|
|
2331
|
+
"message": "(Acceptat într-o versiune viitoare de Chrome)"
|
|
2332
|
+
},
|
|
2315
2333
|
"panels/application/BackgroundServiceView.ts | backgroundFetch": {
|
|
2316
2334
|
"message": "Preluare în fundal"
|
|
2317
2335
|
},
|
|
@@ -4577,6 +4595,9 @@
|
|
|
4577
4595
|
"panels/help/help-meta.ts | reportADevtoolsIssue": {
|
|
4578
4596
|
"message": "Raportează o problemă DevTools"
|
|
4579
4597
|
},
|
|
4598
|
+
"panels/help/help-meta.ts | reportTranslationIssue": {
|
|
4599
|
+
"message": "Raportează o problemă legată de traducere"
|
|
4600
|
+
},
|
|
4580
4601
|
"panels/help/help-meta.ts | showWhatsNew": {
|
|
4581
4602
|
"message": "Afișează noutățile"
|
|
4582
4603
|
},
|
|
@@ -4895,6 +4916,9 @@
|
|
|
4895
4916
|
"panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
|
|
4896
4917
|
"message": "Probleme ascunse"
|
|
4897
4918
|
},
|
|
4919
|
+
"panels/issues/HiddenIssuesRow.ts | unhideIssues": {
|
|
4920
|
+
"message": "Reafișează toate problemele"
|
|
4921
|
+
},
|
|
4898
4922
|
"panels/issues/IssueView.ts | affectedResources": {
|
|
4899
4923
|
"message": "Resursele afectate"
|
|
4900
4924
|
},
|
|
@@ -4973,9 +4997,6 @@
|
|
|
4973
4997
|
"panels/issues/IssuesPane.ts | trustedWebActivity": {
|
|
4974
4998
|
"message": "Activitate web de încredere"
|
|
4975
4999
|
},
|
|
4976
|
-
"panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
|
|
4977
|
-
"message": "Reafișează toate problemele ascunse"
|
|
4978
|
-
},
|
|
4979
5000
|
"panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
|
|
4980
5001
|
"message": "blocat"
|
|
4981
5002
|
},
|
|
@@ -6146,8 +6167,8 @@
|
|
|
6146
6167
|
"panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
|
|
6147
6168
|
"message": "Fă o solicitare sau apasă {PH1} pentru a înregistra reîncărcarea."
|
|
6148
6169
|
},
|
|
6149
|
-
"panels/network/NetworkLogView.ts |
|
|
6150
|
-
"message": "Înregistrează ({PH1}) pentru a afișa activitatea din rețea."
|
|
6170
|
+
"panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
|
|
6171
|
+
"message": "Înregistrează un jurnal de rețea ({PH1}) pentru a afișa activitatea din rețea."
|
|
6151
6172
|
},
|
|
6152
6173
|
"panels/network/NetworkLogView.ts | recordingNetworkActivity": {
|
|
6153
6174
|
"message": "Se înregistrează activitatea din rețea…"
|
|
@@ -7616,9 +7637,6 @@
|
|
|
7616
7637
|
"panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
|
|
7617
7638
|
"message": "Șterge tot"
|
|
7618
7639
|
},
|
|
7619
|
-
"panels/protocol_monitor/ProtocolMonitor.ts | direction": {
|
|
7620
|
-
"message": "Direcție"
|
|
7621
|
-
},
|
|
7622
7640
|
"panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
|
|
7623
7641
|
"message": "Documentație"
|
|
7624
7642
|
},
|
|
@@ -7658,6 +7676,9 @@
|
|
|
7658
7676
|
"panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
|
|
7659
7677
|
"message": "Marcaj temporal"
|
|
7660
7678
|
},
|
|
7679
|
+
"panels/protocol_monitor/ProtocolMonitor.ts | type": {
|
|
7680
|
+
"message": "Tip"
|
|
7681
|
+
},
|
|
7661
7682
|
"panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
|
|
7662
7683
|
"message": "Monitor protocol"
|
|
7663
7684
|
},
|
|
@@ -7758,7 +7779,7 @@
|
|
|
7758
7779
|
"message": "Această pagină nu este securizată (HTTPS întrerupt)."
|
|
7759
7780
|
},
|
|
7760
7781
|
"panels/security/SecurityModel.ts | thisPageIsSecureValidHttps": {
|
|
7761
|
-
"message": "Această pagină este
|
|
7782
|
+
"message": "Această pagină este securizată (HTTPS valid)."
|
|
7762
7783
|
},
|
|
7763
7784
|
"panels/security/SecurityPanel.ts | activeContentWithCertificate": {
|
|
7764
7785
|
"message": "conținut activ cu erori privind certificatele"
|
|
@@ -7970,9 +7991,6 @@
|
|
|
7970
7991
|
"panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
|
|
7971
7992
|
"message": "Detaliile de securitate de mai sus sunt de la primul răspuns inspectat."
|
|
7972
7993
|
},
|
|
7973
|
-
"panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
|
|
7974
|
-
"message": "Securitatea acestei pagini este necunoscută."
|
|
7975
|
-
},
|
|
7976
7994
|
"panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
|
|
7977
7995
|
"message": "Semnătura de server folosește funcția SHA-1, care este învechită. Activează un algoritm de semnare SHA-2. (Reține că acesta diferă de semnătura din certificat.)"
|
|
7978
7996
|
},
|
|
@@ -8000,15 +8018,6 @@
|
|
|
8000
8018
|
"panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
|
|
8001
8019
|
"message": "Această pagină este nesecurizată (HTTP necriptat)."
|
|
8002
8020
|
},
|
|
8003
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
|
|
8004
|
-
"message": "Această pagină nu este securizată."
|
|
8005
|
-
},
|
|
8006
|
-
"panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
|
|
8007
|
-
"message": "Această pagină nu este securizată (HTTPS întrerupt)."
|
|
8008
|
-
},
|
|
8009
|
-
"panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
|
|
8010
|
-
"message": "Această pagină este sigură (HTTPS valid)."
|
|
8011
|
-
},
|
|
8012
8021
|
"panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
|
|
8013
8022
|
"message": "Această pagină este suspectă"
|
|
8014
8023
|
},
|
|
@@ -8420,6 +8429,9 @@
|
|
|
8420
8429
|
"panels/settings/emulation/DevicesSettingsTab.ts | device": {
|
|
8421
8430
|
"message": "Dispozitiv"
|
|
8422
8431
|
},
|
|
8432
|
+
"panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
|
|
8433
|
+
"message": "Dispozitivul {PH1} a fost adăugat / actualizat."
|
|
8434
|
+
},
|
|
8423
8435
|
"panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
|
|
8424
8436
|
"message": "Numele dispozitivului"
|
|
8425
8437
|
},
|
|
@@ -8450,6 +8462,9 @@
|
|
|
8450
8462
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
|
|
8451
8463
|
"message": "Adaugă marca"
|
|
8452
8464
|
},
|
|
8465
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
|
|
8466
|
+
"message": "S-a adăugat rândul pentru marcă"
|
|
8467
|
+
},
|
|
8453
8468
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
|
|
8454
8469
|
"message": "Arhitectură"
|
|
8455
8470
|
},
|
|
@@ -8477,6 +8492,9 @@
|
|
|
8477
8492
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
|
|
8478
8493
|
"message": "Șterge"
|
|
8479
8494
|
},
|
|
8495
|
+
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
|
|
8496
|
+
"message": "S-a șters rândul pentru marcă"
|
|
8497
|
+
},
|
|
8480
8498
|
"panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
|
|
8481
8499
|
"message": "Modelul dispozitivului"
|
|
8482
8500
|
},
|
|
@@ -9809,6 +9827,12 @@
|
|
|
9809
9827
|
"panels/timeline/TimelineUIUtils.ts | asyncTask": {
|
|
9810
9828
|
"message": "Activitate asincronă"
|
|
9811
9829
|
},
|
|
9830
|
+
"panels/timeline/TimelineUIUtils.ts | cacheModule": {
|
|
9831
|
+
"message": "Codul modulului din memoria cache"
|
|
9832
|
+
},
|
|
9833
|
+
"panels/timeline/TimelineUIUtils.ts | cacheScript": {
|
|
9834
|
+
"message": "Codul scriptului din memoria cache"
|
|
9835
|
+
},
|
|
9812
9836
|
"panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
|
|
9813
9837
|
"message": "Modul Wasm stocat în memoria cache"
|
|
9814
9838
|
},
|
|
@@ -9941,6 +9965,9 @@
|
|
|
9941
9965
|
"panels/timeline/TimelineUIUtils.ts | duration": {
|
|
9942
9966
|
"message": "Durată"
|
|
9943
9967
|
},
|
|
9968
|
+
"panels/timeline/TimelineUIUtils.ts | eagerCompile": {
|
|
9969
|
+
"message": "Se compilează rapid toate funcțiile"
|
|
9970
|
+
},
|
|
9944
9971
|
"panels/timeline/TimelineUIUtils.ts | elementsAffected": {
|
|
9945
9972
|
"message": "Elemente afectate"
|
|
9946
9973
|
},
|
|
@@ -10394,9 +10421,6 @@
|
|
|
10394
10421
|
"panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
|
|
10395
10422
|
"message": "scriptul nu este eligibil"
|
|
10396
10423
|
},
|
|
10397
|
-
"panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
|
|
10398
|
-
"message": "scriptul s-a salvat în memoria cache"
|
|
10399
|
-
},
|
|
10400
10424
|
"panels/timeline/TimelineUIUtils.ts | scripting": {
|
|
10401
10425
|
"message": "Scriptare"
|
|
10402
10426
|
},
|
|
@@ -11564,11 +11588,8 @@
|
|
|
11564
11588
|
"ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
|
|
11565
11589
|
"message": "{PH1} (Apasă pe Enter pentru a confirma sau pe Escape pentru a anula.)"
|
|
11566
11590
|
},
|
|
11567
|
-
"ui/legacy/components/quick_open/QuickOpen.ts |
|
|
11568
|
-
"message": "
|
|
11569
|
-
},
|
|
11570
|
-
"ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
|
|
11571
|
-
"message": "Introdu ? pentru a vedea comenzile disponibile"
|
|
11591
|
+
"ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
|
|
11592
|
+
"message": "Folosește tasta Tab pentru a schimba comanda. Introdu ? pentru a vedea comenzile disponibile"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "Deschide fișierul"
|
|
@@ -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": "{PH2} ({PH3}): фактическая ширина ({PH1} пкс) не соответствует указанной ширине ({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
|
},
|
|
@@ -2130,7 +2142,7 @@
|
|
|
2130
2142
|
"message": "{PH1}: атрибут src не задан."
|
|
2131
2143
|
},
|
|
2132
2144
|
"panels/application/AppManifestView.ts | sUrlSFailedToParse": {
|
|
2133
|
-
"message": "Не удалось выполнить синтаксический анализ URL объекта \"{PH1}\" {PH2}."
|
|
2145
|
+
"message": "Не удалось выполнить синтаксический анализ URL объекта \"{PH1}\" ({PH2})."
|
|
2134
2146
|
},
|
|
2135
2147
|
"panels/application/AppManifestView.ts | screenshot": {
|
|
2136
2148
|
"message": "Скриншоты"
|
|
@@ -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": "Сообщить о проблеме в инструментах разработчика"
|
|
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": "Запись действий в сети…"
|
|
@@ -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} (Нажмите \"Ввод\" для подтверждения или 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": "Открыть файл"
|
|
@@ -243,10 +243,10 @@
|
|
|
243
243
|
"message": "{PH1} වෙත සංචාලනය කරන ලදි."
|
|
244
244
|
},
|
|
245
245
|
"core/sdk/ConsoleModel.ts | profileSFinished": {
|
|
246
|
-
"message": "පැතිකඩ '{PH1}' අවසන් විය."
|
|
246
|
+
"message": "පැතිකඩ ''{PH1}'' අවසන් විය."
|
|
247
247
|
},
|
|
248
248
|
"core/sdk/ConsoleModel.ts | profileSStarted": {
|
|
249
|
-
"message": "පැතිකඩ '{PH1}' ආරම්භ කරන ලදි."
|
|
249
|
+
"message": "පැතිකඩ ''{PH1}'' ආරම්භ කරන ලදි."
|
|
250
250
|
},
|
|
251
251
|
"core/sdk/DOMDebuggerModel.ts | animation": {
|
|
252
252
|
"message": "සජීවිකරණය"
|
|
@@ -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": "{PH2} {PH3} හි සත්ය පළල ({PH1}px) නියම කළ පළලට ({PH4}px) නොගැළපෙයි"
|
|
1981
1984
|
},
|
|
1985
|
+
"panels/application/AppManifestView.ts | appId": {
|
|
1986
|
+
"message": "යෙදුම් ID"
|
|
1987
|
+
},
|
|
1988
|
+
"panels/application/AppManifestView.ts | appIdExplainer": {
|
|
1989
|
+
"message": "මැනිෆෙස්ටය දැනට පවතින යෙදුමක් යාවත්කාලීන කළ යුතුද යන්න හෝ එය ස්ථාපනය කළ හැකි නව වෙබ් යෙදුමක් ගැන සඳහන් කරන්නේද යන්න දැන ගැනීමට බ්රව්සරය මගින් මෙය භාවිත කෙරේ."
|
|
1990
|
+
},
|
|
1991
|
+
"panels/application/AppManifestView.ts | appIdNote": {
|
|
1992
|
+
"message": "සටහන: මැනිෆෙස්ටයෙහි 'id' සඳහන් කර නැත, ඒ වෙනුවට 'start_url' භාවිත කෙරේ. වත්මන් අනන්යතාවට ගැළපෙන යෙදුම් ID එකක් සඳහන් කිරීමට, 'id' ක්ෂේත්රය ''{PH1}'' ලෙස සකසන්න."
|
|
1993
|
+
},
|
|
1982
1994
|
"panels/application/AppManifestView.ts | appManifest": {
|
|
1983
1995
|
"message": "යෙදුම් මැනිෆෙස්ට්"
|
|
1984
1996
|
},
|
|
@@ -2130,7 +2142,7 @@
|
|
|
2130
2142
|
"message": "{PH1} src සකසා නැත"
|
|
2131
2143
|
},
|
|
2132
2144
|
"panels/application/AppManifestView.ts | sUrlSFailedToParse": {
|
|
2133
|
-
"message": "{PH1} URL '{PH2}' විග්රහ කිරීමට අසමත් විය"
|
|
2145
|
+
"message": "{PH1} URL ''{PH2}'' විග්රහ කිරීමට අසමත් විය"
|
|
2134
2146
|
},
|
|
2135
2147
|
"panels/application/AppManifestView.ts | screenshot": {
|
|
2136
2148
|
"message": "තිර රුව"
|
|
@@ -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": "ජාල ක්රියාකිරකම පටිගත කරමින්…"
|
|
@@ -7203,7 +7224,7 @@
|
|
|
7203
7224
|
"message": "සාරාංශ දසුනෙහි හෙළි කරන්න"
|
|
7204
7225
|
},
|
|
7205
7226
|
"panels/profiler/HeapSnapshotGridNodes.ts | revealObjectSWithIdSInSummary": {
|
|
7206
|
-
"message": "සාරාංශ දසුන තුළ @{PH2} සහිත '{PH1}' වස්තුව හෙළිදරව් කරන්න"
|
|
7227
|
+
"message": "සාරාංශ දසුන තුළ @{PH2} සහිත ''{PH1}'' වස්තුව හෙළිදරව් කරන්න"
|
|
7207
7228
|
},
|
|
7208
7229
|
"panels/profiler/HeapSnapshotGridNodes.ts | storeAsGlobalVariable": {
|
|
7209
7230
|
"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": "වෙන් කිරීමේ කාලරේඛා මඟින් කාලයත් සමඟ උපකරණ ජාවාස්ක්රිප්ට් මතක වෙන් කිරීම් පෙන්වයි. පැතිකඩ පටිගත කළ පසු ඔබට එම වස්තු බැලීමට එය තුළ වෙන් කර ඇති පටිගත කිරීම අවසන් වන විටත් සජීවී කාල පරතරයක් තෝරා ගත හැකිය. මතක කාන්දුවීම් හුදකලා කිරීමට මෙම පැතිකඩ වර්ගය භාවිත කරන්න."
|
|
@@ -7521,7 +7542,7 @@
|
|
|
7521
7542
|
"message": "ගොනුව කියවීම අසාර්ථක විය"
|
|
7522
7543
|
},
|
|
7523
7544
|
"panels/profiler/ProfileView.ts | fileSReadErrorS": {
|
|
7524
|
-
"message": "'{PH1}' ගොනුව කියවීමේ දෝෂයකි: {PH2}"
|
|
7545
|
+
"message": "''{PH1}'' ගොනුව කියවීමේ දෝෂයකි: {PH2}"
|
|
7525
7546
|
},
|
|
7526
7547
|
"panels/profiler/ProfileView.ts | findByCostMsNameOrFile": {
|
|
7527
7548
|
"message": "පිරිවැය අනුව සොයා ගන්න (> 50ms), නම හෝ ගොනුව"
|
|
@@ -7566,7 +7587,7 @@
|
|
|
7566
7587
|
"message": "රුක (ඉහළ පහළට)"
|
|
7567
7588
|
},
|
|
7568
7589
|
"panels/profiler/ProfilesPanel.ts | cantLoadFileSupportedFile": {
|
|
7569
|
-
"message": "ගොනුව පූරණය කළ නොහැකිය. සහාය දක්වන ගොනු දිගු: '{PH1}.
|
|
7590
|
+
"message": "ගොනුව පූරණය කළ නොහැකිය. සහාය දක්වන ගොනු දිගු: ''{PH1}''."
|
|
7570
7591
|
},
|
|
7571
7592
|
"panels/profiler/ProfilesPanel.ts | cantLoadProfileWhileAnother": {
|
|
7572
7593
|
"message": "වෙනත් පැතිකඩක් පටිගත කරන අතරතුර පැතිකඩ පූරණය කළ නොහැකිය."
|
|
@@ -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
|
},
|
|
@@ -8316,7 +8325,7 @@
|
|
|
8316
8325
|
"message": "ලැයිස්තුව නොසලකා හැරීමට අන්තර්ගත ස්ක්රිප්ට එක් කරන්න (පිටුවේ දිගු ස්ක්රිප්ට)"
|
|
8317
8326
|
},
|
|
8318
8327
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreScriptsWhoseNamesMatchS": {
|
|
8319
|
-
"message": "'{PH1}' සමග නම් ගැළපෙන ස්ක්රිප්ට නොසලකා හරින්න"
|
|
8328
|
+
"message": "''{PH1}'' සමග නම් ගැළපෙන ස්ක්රිප්ට නොසලකා හරින්න"
|
|
8320
8329
|
},
|
|
8321
8330
|
"panels/settings/FrameworkIgnoreListSettingsTab.ts | noIgnoreListPatterns": {
|
|
8322
8331
|
"message": "නොසලකා හරින ලැයිස්තු රටා නැත"
|
|
@@ -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": "විධාන මාරු කිරීමට ටැබය භාවිත කරන්න. තිබෙන විධාන බැලීමට '?' තට්ටු කරන්න"
|
|
11572
11593
|
},
|
|
11573
11594
|
"ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
|
|
11574
11595
|
"message": "ගොනුව විවෘත කරන්න"
|