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.
Files changed (163) hide show
  1. package/config/gni/all_devtools_files.gni +1 -1
  2. package/config/gni/devtools_grd_files.gni +5 -0
  3. package/config/typescript/tsconfig.base.json +1 -0
  4. package/extension-api/ExtensionAPI.d.ts +1 -1
  5. package/front_end/core/common/ColorUtils.ts +2 -1
  6. package/front_end/core/common/Object.ts +36 -1
  7. package/front_end/core/common/WasmDisassembly.ts +6 -14
  8. package/front_end/core/common/common.ts +2 -1
  9. package/front_end/core/i18n/locales/af.json +53 -32
  10. package/front_end/core/i18n/locales/am.json +56 -35
  11. package/front_end/core/i18n/locales/ar.json +53 -32
  12. package/front_end/core/i18n/locales/as.json +63 -42
  13. package/front_end/core/i18n/locales/az.json +53 -32
  14. package/front_end/core/i18n/locales/be.json +52 -31
  15. package/front_end/core/i18n/locales/bg.json +51 -30
  16. package/front_end/core/i18n/locales/bn.json +63 -42
  17. package/front_end/core/i18n/locales/bs.json +57 -36
  18. package/front_end/core/i18n/locales/ca.json +55 -34
  19. package/front_end/core/i18n/locales/cs.json +51 -30
  20. package/front_end/core/i18n/locales/cy.json +63 -42
  21. package/front_end/core/i18n/locales/da.json +55 -34
  22. package/front_end/core/i18n/locales/de.json +52 -31
  23. package/front_end/core/i18n/locales/el.json +58 -37
  24. package/front_end/core/i18n/locales/en-GB.json +51 -30
  25. package/front_end/core/i18n/locales/en-US.json +67 -34
  26. package/front_end/core/i18n/locales/en-XL.json +67 -34
  27. package/front_end/core/i18n/locales/es-419.json +53 -32
  28. package/front_end/core/i18n/locales/es.json +52 -31
  29. package/front_end/core/i18n/locales/et.json +54 -33
  30. package/front_end/core/i18n/locales/eu.json +71 -50
  31. package/front_end/core/i18n/locales/fa.json +54 -33
  32. package/front_end/core/i18n/locales/fi.json +55 -34
  33. package/front_end/core/i18n/locales/fil.json +59 -38
  34. package/front_end/core/i18n/locales/fr-CA.json +52 -31
  35. package/front_end/core/i18n/locales/fr.json +54 -33
  36. package/front_end/core/i18n/locales/gl.json +57 -36
  37. package/front_end/core/i18n/locales/gu.json +65 -44
  38. package/front_end/core/i18n/locales/he.json +56 -35
  39. package/front_end/core/i18n/locales/hi.json +61 -40
  40. package/front_end/core/i18n/locales/hr.json +55 -34
  41. package/front_end/core/i18n/locales/hu.json +53 -32
  42. package/front_end/core/i18n/locales/hy.json +54 -33
  43. package/front_end/core/i18n/locales/id.json +59 -38
  44. package/front_end/core/i18n/locales/is.json +51 -30
  45. package/front_end/core/i18n/locales/it.json +51 -30
  46. package/front_end/core/i18n/locales/ja.json +52 -31
  47. package/front_end/core/i18n/locales/ka.json +51 -30
  48. package/front_end/core/i18n/locales/kk.json +56 -35
  49. package/front_end/core/i18n/locales/km.json +59 -38
  50. package/front_end/core/i18n/locales/kn.json +63 -42
  51. package/front_end/core/i18n/locales/ko.json +59 -38
  52. package/front_end/core/i18n/locales/ky.json +54 -33
  53. package/front_end/core/i18n/locales/lo.json +59 -38
  54. package/front_end/core/i18n/locales/lt.json +52 -31
  55. package/front_end/core/i18n/locales/lv.json +60 -39
  56. package/front_end/core/i18n/locales/mk.json +51 -30
  57. package/front_end/core/i18n/locales/ml.json +65 -44
  58. package/front_end/core/i18n/locales/mn.json +59 -38
  59. package/front_end/core/i18n/locales/mr.json +61 -40
  60. package/front_end/core/i18n/locales/ms.json +59 -38
  61. package/front_end/core/i18n/locales/my.json +59 -38
  62. package/front_end/core/i18n/locales/ne.json +63 -42
  63. package/front_end/core/i18n/locales/nl.json +55 -34
  64. package/front_end/core/i18n/locales/no.json +54 -33
  65. package/front_end/core/i18n/locales/or.json +63 -42
  66. package/front_end/core/i18n/locales/pa.json +61 -40
  67. package/front_end/core/i18n/locales/pl.json +51 -30
  68. package/front_end/core/i18n/locales/pt-PT.json +52 -31
  69. package/front_end/core/i18n/locales/pt.json +59 -38
  70. package/front_end/core/i18n/locales/ro.json +52 -31
  71. package/front_end/core/i18n/locales/ru.json +52 -31
  72. package/front_end/core/i18n/locales/si.json +59 -38
  73. package/front_end/core/i18n/locales/sk.json +52 -31
  74. package/front_end/core/i18n/locales/sl.json +52 -31
  75. package/front_end/core/i18n/locales/sq.json +51 -30
  76. package/front_end/core/i18n/locales/sr-Latn.json +52 -31
  77. package/front_end/core/i18n/locales/sr.json +52 -31
  78. package/front_end/core/i18n/locales/sv.json +52 -31
  79. package/front_end/core/i18n/locales/sw.json +60 -39
  80. package/front_end/core/i18n/locales/ta.json +67 -46
  81. package/front_end/core/i18n/locales/te.json +62 -41
  82. package/front_end/core/i18n/locales/th.json +52 -31
  83. package/front_end/core/i18n/locales/tr.json +55 -34
  84. package/front_end/core/i18n/locales/uk.json +55 -34
  85. package/front_end/core/i18n/locales/ur.json +60 -39
  86. package/front_end/core/i18n/locales/uz.json +52 -31
  87. package/front_end/core/i18n/locales/vi.json +54 -33
  88. package/front_end/core/i18n/locales/zh-HK.json +52 -31
  89. package/front_end/core/i18n/locales/zh-TW.json +57 -36
  90. package/front_end/core/i18n/locales/zh.json +56 -35
  91. package/front_end/core/i18n/locales/zu.json +59 -38
  92. package/front_end/core/sdk/RemoteObject.ts +43 -20
  93. package/front_end/core/sdk/TracingModel.ts +1 -1
  94. package/front_end/generated/SupportedCSSProperties.js +4 -4
  95. package/front_end/legacy/legacy-defs.d.ts +24 -0
  96. package/front_end/models/extensions/ExtensionAPI.ts +9 -4
  97. package/front_end/models/extensions/ExtensionServer.ts +1 -1
  98. package/front_end/models/issues_manager/AttributionReportingIssue.ts +4 -1
  99. package/front_end/models/issues_manager/SameSiteCookieIssue.ts +12 -3
  100. package/front_end/models/issues_manager/descriptions/SameSiteSamePartyCrossPartyContextSet.md +10 -0
  101. package/front_end/models/issues_manager/descriptions/arAttributionEventSourceTriggerDataTooLarge.md +4 -0
  102. package/front_end/models/timeline_model/TimelineModel.ts +5 -1
  103. package/front_end/panels/application/ApplicationPanelSidebar.ts +2 -2
  104. package/front_end/panels/application/DatabaseQueryView.ts +7 -1
  105. package/front_end/panels/changes/ChangesSidebar.ts +6 -1
  106. package/front_end/panels/console/ConsolePrompt.ts +6 -1
  107. package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +2 -2
  108. package/front_end/panels/css_overview/CSSOverviewSidebarPanel.ts +8 -1
  109. package/front_end/panels/elements/ElementsPanel.ts +25 -1
  110. package/front_end/panels/elements/StylesSidebarPane.ts +12 -2
  111. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +13 -1
  112. package/front_end/panels/elements/layoutPane.css +1 -0
  113. package/front_end/panels/emulation/AdvancedApp.ts +2 -12
  114. package/front_end/panels/emulation/InspectedPagePlaceholder.ts +14 -1
  115. package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +10 -0
  116. package/front_end/panels/issues/IssueAggregator.ts +2 -2
  117. package/front_end/panels/layer_viewer/LayerDetailsView.ts +7 -1
  118. package/front_end/panels/layer_viewer/Layers3DView.ts +7 -1
  119. package/front_end/panels/layer_viewer/PaintProfilerView.ts +7 -1
  120. package/front_end/panels/lighthouse/LighthousePanel.ts +6 -7
  121. package/front_end/panels/mobile_throttling/ThrottlingSettingsTab.ts +8 -4
  122. package/front_end/panels/mobile_throttling/throttlingSettingsTab.css +4 -0
  123. package/front_end/panels/network/NetworkItemView.ts +24 -4
  124. package/front_end/panels/network/NetworkLogView.ts +14 -5
  125. package/front_end/panels/network/NetworkPanel.ts +7 -6
  126. package/front_end/panels/network/RequestHeadersView.ts +0 -345
  127. package/front_end/panels/network/RequestPayloadView.ts +529 -0
  128. package/front_end/panels/network/RequestTimingView.ts +3 -1
  129. package/front_end/panels/network/forward/UIRequestLocation.ts +1 -0
  130. package/front_end/panels/network/module.json +0 -3
  131. package/front_end/panels/network/network-legacy.ts +5 -0
  132. package/front_end/panels/network/network.ts +2 -0
  133. package/front_end/panels/network/requestPayloadTree.css +130 -0
  134. package/front_end/panels/network/requestPayloadView.css +16 -0
  135. package/front_end/panels/profiler/CPUProfileFlameChart.ts +3 -3
  136. package/front_end/panels/profiler/ProfileLauncherView.ts +6 -1
  137. package/front_end/panels/profiler/ProfileView.ts +1 -1
  138. package/front_end/panels/profiler/ProfilesPanel.ts +2 -2
  139. package/front_end/panels/sources/InplaceFormatterEditorAction.ts +5 -5
  140. package/front_end/panels/sources/ScriptFormatterEditorAction.ts +5 -6
  141. package/front_end/panels/sources/SourcesPanel.ts +4 -5
  142. package/front_end/panels/sources/SourcesView.ts +16 -3
  143. package/front_end/panels/sources/UISourceCodeFrame.ts +7 -1
  144. package/front_end/panels/sources/watchExpressionsSidebarPane.css +2 -7
  145. package/front_end/panels/timeline/TimelineFlameChartView.ts +4 -4
  146. package/front_end/panels/timeline/TimelineLayersView.ts +7 -7
  147. package/front_end/panels/timeline/TimelinePanel.ts +5 -4
  148. package/front_end/ui/legacy/ARIAUtils.ts +12 -0
  149. package/front_end/ui/legacy/Fragment.ts +1 -1
  150. package/front_end/ui/legacy/InspectorView.ts +17 -0
  151. package/front_end/ui/legacy/SplitWidget.ts +6 -1
  152. package/front_end/ui/legacy/TabbedPane.ts +4 -0
  153. package/front_end/ui/legacy/UIUtils.ts +1 -1
  154. package/front_end/ui/legacy/components/data_grid/dataGrid.css +5 -0
  155. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +16 -66
  156. package/front_end/ui/legacy/components/perf_ui/FilmStripView.ts +8 -1
  157. package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +9 -1
  158. package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +11 -1
  159. package/front_end/ui/legacy/components/source_frame/ImageView.ts +6 -3
  160. package/front_end/ui/legacy/utils/focus-changed.ts +1 -1
  161. package/inspector_overlay/common.ts +3 -3
  162. package/inspector_overlay/tool_viewport_size.ts +1 -1
  163. package/package.json +1 -1
@@ -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
  },
@@ -1734,7 +1737,7 @@
1734
1737
  "message": "ध्वनित मूल्य."
1735
1738
  },
1736
1739
  "panels/accessibility/AccessibilityStrings.ts | indicatesThePurposeOfThisElement": {
1737
- "message": "या घटकाचा उद्देश दर्शवते जसे की, विजेटसाठी वापरकर्ता इंटरफेस इडियम किंवा दस्तऐवजामधील रचनात्मक भूमिका."
1740
+ "message": "या घटकाचा उद्देश दर्शवते जसे की, विजेटसाठी यूझर इंटरफेस इडियम किंवा दस्तऐवजामधील रचनात्मक भूमिका."
1738
1741
  },
1739
1742
  "panels/accessibility/AccessibilityStrings.ts | invalidUserEntry": {
1740
1743
  "message": "वापरकर्त्याची चुकीची एंट्री"
@@ -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": "ॲप आयडी"
1987
+ },
1988
+ "panels/application/AppManifestView.ts | appIdExplainer": {
1989
+ "message": "मॅनिफेस्टने सध्याचे ॲप्लिकेशन अपडेट केले पाहिजे किंवा त्याने इंस्टॉल केले जाऊ शकते अशा नवीन वेब अ‍ॅपचा संदर्भ दिला पाहिजे यासाठी ब्राउझरद्वारे तो वापरला जातो."
1990
+ },
1991
+ "panels/application/AppManifestView.ts | appIdNote": {
1992
+ "message": "टीप: मॅनिफेस्टमध्ये 'आयडी' दिलेला नाही, त्याऐवजी 'start_url' वापरली जाते. सध्याच्या ओळखीशी जुळणारा ॲप आयडी नमूद करण्यासाठी, 'आयडी' फील्ड ''{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 | explanations": {
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 | recordSToDisplayNetworkActivity": {
6150
- "message": "नेटवर्क अ‍ॅक्टिव्हिटी दाखवण्यासाठी रेकॉर्ड करा ({PH1})."
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": "अ‍ॅलोकेशन टाइमलाइन काळानुसार इंस्ट्रुमेंटेड JavaScript मेमरी अ‍ॅलोकेशन दाखवतात. प्रोफाइल रेकॉर्ड केली गेल्यावर तुम्ही असे ऑब्जेक्ट पाहण्यासाठी वेळेचे मध्यांतर निवडू शकता, जे त्यामध्ये अ‍ॅलोकेट केले गेले आणि रेकॉर्डिंगच्या शेवटी अजून अलाइव्ह आहेत. मेमरी लीक वेगळ्या करण्यासाठी हा प्रोफाइल प्रकार वापरा."
@@ -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": "शुल्क (>५०मिसे), नाव किंवा फाइलनुसार शोधा"
@@ -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
  },
@@ -10758,7 +10782,7 @@
10758
10782
  "message": "क्रेडेंशियल नाहीत. तुमच्या वेबसाइटवरून {PH1} ला कॉल करून पहा."
10759
10783
  },
10760
10784
  "panels/webauthn/WebauthnPane.ts | privateKeypem": {
10761
- "message": "खाजगी की.pem"
10785
+ "message": "प्रायव्हेट की.pem"
10762
10786
  },
10763
10787
  "panels/webauthn/WebauthnPane.ts | protocol": {
10764
10788
  "message": "प्रोटोकॉल"
@@ -11564,11 +11588,8 @@
11564
11588
  "ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
11565
11589
  "message": "{PH1} (कंफर्म करण्यासाठी 'एंटर ' किंवा रद्द करण्यासाठी 'एस्केप' दाबा.)"
11566
11590
  },
11567
- "ui/legacy/components/quick_open/QuickOpen.ts | typeQuestionMarkToSeeAvailable": {
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": "फाइल उघडा"
@@ -243,10 +243,10 @@
243
243
  "message": "Telah menavigasi ke {PH1}."
244
244
  },
245
245
  "core/sdk/ConsoleModel.ts | profileSFinished": {
246
- "message": "Profil '{PH1}' selesai."
246
+ "message": "Profil ''{PH1}'' selesai."
247
247
  },
248
248
  "core/sdk/ConsoleModel.ts | profileSStarted": {
249
- "message": "Profil '{PH1}' dimulakan."
249
+ "message": "Profil ''{PH1}'' dimulakan."
250
250
  },
251
251
  "core/sdk/DOMDebuggerModel.ts | animation": {
252
252
  "message": "Animasi"
@@ -866,6 +866,9 @@
866
866
  "entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscolorschemeMedia": {
867
867
  "message": "Memaksa ciri media prefers-color-scheme CSS"
868
868
  },
869
+ "entrypoints/inspector_main/RenderingOptions.ts | forcesCssPreferscontrastMedia": {
870
+ "message": "Memaksa ciri media prefers-contrast CSS"
871
+ },
869
872
  "entrypoints/inspector_main/RenderingOptions.ts | forcesCssPrefersreduceddataMedia": {
870
873
  "message": "Memaksa ciri media prefers-reduced-data CSS"
871
874
  },
@@ -1979,6 +1982,15 @@
1979
1982
  "panels/application/AppManifestView.ts | actualWidthSpxOfSSDoesNotMatch": {
1980
1983
  "message": "Lebar sebenar ({PH1}px) {PH2} {PH3} tidak sepadan dengan lebar yang dinyatakan ({PH4}px)"
1981
1984
  },
1985
+ "panels/application/AppManifestView.ts | appId": {
1986
+ "message": "ID Apl"
1987
+ },
1988
+ "panels/application/AppManifestView.ts | appIdExplainer": {
1989
+ "message": "ID ini digunakan oleh penyemak imbas untuk mengetahui sama ada manifes harus mengemas kini aplikasi yang sedia ada atau tidak, atau sama ada ID ini merujuk kepada apl web baharu yang boleh dipasang atau sebaliknya."
1990
+ },
1991
+ "panels/application/AppManifestView.ts | appIdNote": {
1992
+ "message": "Nota: 'id' tidak dinyatakan dalam manifes, sebaliknya, 'start_url' digunakan. Untuk menyatakan ID Apl yang sepadan dengan identiti semasa, tetapkan medan 'id' kepada ''{PH1}''."
1993
+ },
1982
1994
  "panels/application/AppManifestView.ts | appManifest": {
1983
1995
  "message": "Manifes Apl"
1984
1996
  },
@@ -2130,7 +2142,7 @@
2130
2142
  "message": "{PH1} src tidak ditetapkan"
2131
2143
  },
2132
2144
  "panels/application/AppManifestView.ts | sUrlSFailedToParse": {
2133
- "message": "URL {PH1} '{PH2}' gagal dihuraikan"
2145
+ "message": "URL {PH1} ''{PH2}'' gagal dihuraikan"
2134
2146
  },
2135
2147
  "panels/application/AppManifestView.ts | screenshot": {
2136
2148
  "message": "Tangkapan skrin"
@@ -2288,8 +2300,8 @@
2288
2300
  "panels/application/BackForwardCacheView.ts | bfcacheStatus": {
2289
2301
  "message": "Status Cache Kembali-maju"
2290
2302
  },
2291
- "panels/application/BackForwardCacheView.ts | explanations": {
2292
- "message": "Penjelasan"
2303
+ "panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
2304
+ "message": "Navigasi terakhir tidak dicache kerana"
2293
2305
  },
2294
2306
  "panels/application/BackForwardCacheView.ts | lastMainFrameNavigation": {
2295
2307
  "message": "Navigasi Bingkai Utama Terakhir"
@@ -2300,6 +2312,9 @@
2300
2312
  "panels/application/BackForwardCacheView.ts | normalNavigation": {
2301
2313
  "message": "Navigasi biasa"
2302
2314
  },
2315
+ "panels/application/BackForwardCacheView.ts | pageSupportNeeded": {
2316
+ "message": "Ciri menghalang cache kembali-maju"
2317
+ },
2303
2318
  "panels/application/BackForwardCacheView.ts | restoredFromBFCache": {
2304
2319
  "message": "Dipulihkan daripada cache kembali-maju"
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": "(Disokong dalam versi Chrome yang akan datang)"
2332
+ },
2315
2333
  "panels/application/BackgroundServiceView.ts | backgroundFetch": {
2316
2334
  "message": "Pengambilan Latar Belakang"
2317
2335
  },
@@ -4577,6 +4595,9 @@
4577
4595
  "panels/help/help-meta.ts | reportADevtoolsIssue": {
4578
4596
  "message": "Laporkan isu DevTools"
4579
4597
  },
4598
+ "panels/help/help-meta.ts | reportTranslationIssue": {
4599
+ "message": "Laporkan isu terjemahan"
4600
+ },
4580
4601
  "panels/help/help-meta.ts | showWhatsNew": {
4581
4602
  "message": "Paparkan Perkara Baharu"
4582
4603
  },
@@ -4895,6 +4916,9 @@
4895
4916
  "panels/issues/HiddenIssuesRow.ts | hiddenIssues": {
4896
4917
  "message": "Isu tersembunyi"
4897
4918
  },
4919
+ "panels/issues/HiddenIssuesRow.ts | unhideIssues": {
4920
+ "message": "Nyahsembunyikan semua isu"
4921
+ },
4898
4922
  "panels/issues/IssueView.ts | affectedResources": {
4899
4923
  "message": "Sumber Terjejas"
4900
4924
  },
@@ -4973,9 +4997,6 @@
4973
4997
  "panels/issues/IssuesPane.ts | trustedWebActivity": {
4974
4998
  "message": "Aktiviti Web yang Dipercayai"
4975
4999
  },
4976
- "panels/issues/IssuesPane.ts | unHideAllHiddenIssues": {
4977
- "message": "Nyahsembunyikan semua isu yang disembunyikan"
4978
- },
4979
5000
  "panels/issues/WasmCrossOriginModuleSharingAffectedResourcesView.ts | blocked": {
4980
5001
  "message": "disekat"
4981
5002
  },
@@ -6146,8 +6167,8 @@
6146
6167
  "panels/network/NetworkLogView.ts | performARequestOrHitSToRecordThe": {
6147
6168
  "message": "Laksanakan permintaan atau tekan {PH1} untuk merakam muat semula."
6148
6169
  },
6149
- "panels/network/NetworkLogView.ts | recordSToDisplayNetworkActivity": {
6150
- "message": "Rakam ({PH1}) untuk memaparkan aktiviti rangkaian."
6170
+ "panels/network/NetworkLogView.ts | recordToDisplayNetworkActivity": {
6171
+ "message": "Rekodkan log rangkaian ({PH1}) untuk memaparkan aktiviti rangkaian."
6151
6172
  },
6152
6173
  "panels/network/NetworkLogView.ts | recordingNetworkActivity": {
6153
6174
  "message": "Merakam aktiviti rangkaian…"
@@ -7203,7 +7224,7 @@
7203
7224
  "message": "Dedahkan dalam paparan Ringkasan"
7204
7225
  },
7205
7226
  "panels/profiler/HeapSnapshotGridNodes.ts | revealObjectSWithIdSInSummary": {
7206
- "message": "Dedahkan objek '{PH1}' dengan id @{PH2} dalam paparan Ringkasan"
7227
+ "message": "Dedahkan objek ''{PH1}'' dengan id @{PH2} dalam paparan Ringkasan"
7207
7228
  },
7208
7229
  "panels/profiler/HeapSnapshotGridNodes.ts | storeAsGlobalVariable": {
7209
7230
  "message": "Simpan sebagai pemboleh ubah sejagat"
@@ -7215,7 +7236,7 @@
7215
7236
  "message": "Objek pengguna boleh dicapai daripada tetingkap"
7216
7237
  },
7217
7238
  "panels/profiler/HeapSnapshotProxy.ts | anErrorOccurredWhenACallToMethod": {
7218
- "message": "Ralat berlaku semasa panggilan kepada kaedah '{PH1}' diminta"
7239
+ "message": "Ralat berlaku semasa panggilan kepada kaedah ''{PH1}'' diminta"
7219
7240
  },
7220
7241
  "panels/profiler/HeapSnapshotView.ts | AllocationTimelinesShowInstrumented": {
7221
7242
  "message": "Garis masa peruntukan menunjukkan peruntukan memori JavaScript yang diinstrumenkan dari dahulu hingga kini. Sebaik sahaja profil dirakam, anda boleh memilih selang waktu untuk melihat objek yang diperuntukkan di dalamnya dan masih langsung pada akhir rakaman. Gunakan jenis profil ini untuk mengasingkan kebocoran memori."
@@ -7521,7 +7542,7 @@
7521
7542
  "message": "Gagal membaca fail"
7522
7543
  },
7523
7544
  "panels/profiler/ProfileView.ts | fileSReadErrorS": {
7524
- "message": "Ralat baca fail '{PH1}': {PH2}"
7545
+ "message": "Ralat baca fail ''{PH1}'': {PH2}"
7525
7546
  },
7526
7547
  "panels/profiler/ProfileView.ts | findByCostMsNameOrFile": {
7527
7548
  "message": "Cari mengikut kos (>50ms), nama atau fail"
@@ -7566,7 +7587,7 @@
7566
7587
  "message": "Pepohon (Atas ke Bawah)"
7567
7588
  },
7568
7589
  "panels/profiler/ProfilesPanel.ts | cantLoadFileSupportedFile": {
7569
- "message": "Tidak dapat memuatkan fail. Sambungan fail yang disokong: '{PH1}'."
7590
+ "message": "Tidak dapat memuatkan fail. Sambungan fail yang disokong: ''{PH1}''."
7570
7591
  },
7571
7592
  "panels/profiler/ProfilesPanel.ts | cantLoadProfileWhileAnother": {
7572
7593
  "message": "Tidak dapat memuatkan profil semasa profil lain sedang dirakam."
@@ -7616,9 +7637,6 @@
7616
7637
  "panels/protocol_monitor/ProtocolMonitor.ts | clearAll": {
7617
7638
  "message": "Kosongkan semua"
7618
7639
  },
7619
- "panels/protocol_monitor/ProtocolMonitor.ts | direction": {
7620
- "message": "Arah"
7621
- },
7622
7640
  "panels/protocol_monitor/ProtocolMonitor.ts | documentation": {
7623
7641
  "message": "Dokumentasi"
7624
7642
  },
@@ -7658,6 +7676,9 @@
7658
7676
  "panels/protocol_monitor/ProtocolMonitor.ts | timestamp": {
7659
7677
  "message": "Cap masa"
7660
7678
  },
7679
+ "panels/protocol_monitor/ProtocolMonitor.ts | type": {
7680
+ "message": "Jenis"
7681
+ },
7661
7682
  "panels/protocol_monitor/protocol_monitor-meta.ts | protocolMonitor": {
7662
7683
  "message": "Pemantau protokol"
7663
7684
  },
@@ -7970,9 +7991,6 @@
7970
7991
  "panels/security/SecurityPanel.ts | theSecurityDetailsAboveAreFrom": {
7971
7992
  "message": "Butiran keselamatan di atas adalah daripada respons pertama yang diperiksa."
7972
7993
  },
7973
- "panels/security/SecurityPanel.ts | theSecurityOfThisPageIsUnknown": {
7974
- "message": "Keselamatan halaman ini tidak diketahui."
7975
- },
7976
7994
  "panels/security/SecurityPanel.ts | theServerSignatureUsesShaWhichIs": {
7977
7995
  "message": "Tandatangan pelayan menggunakan SHA-1, yang sudah lapuk. Sebagai ganti, dayakan algoritma tandatangan SHA-2. (Sila ambil perhatian bahawa ini berbeza daripada tandatangan dalam sijil.)"
7978
7996
  },
@@ -8000,15 +8018,6 @@
8000
8018
  "panels/security/SecurityPanel.ts | thisPageIsInsecureUnencrypted": {
8001
8019
  "message": "Halaman ini tidak selamat (HTTP tidak disulitkan)."
8002
8020
  },
8003
- "panels/security/SecurityPanel.ts | thisPageIsNotSecure": {
8004
- "message": "Halaman ini tidak selamat."
8005
- },
8006
- "panels/security/SecurityPanel.ts | thisPageIsNotSecureBrokenHttps": {
8007
- "message": "Halaman ini tidak selamat (HTTPS rosak)."
8008
- },
8009
- "panels/security/SecurityPanel.ts | thisPageIsSecureValidHttps": {
8010
- "message": "Halaman ini selamat (HTTPS sah)."
8011
- },
8012
8021
  "panels/security/SecurityPanel.ts | thisPageIsSuspicious": {
8013
8022
  "message": "Halaman ini mencurigakan"
8014
8023
  },
@@ -8316,7 +8325,7 @@
8316
8325
  "message": "Tambahkan skrip kandungan pada senarai abaikan (skrip sambungan dalam halaman)"
8317
8326
  },
8318
8327
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreScriptsWhoseNamesMatchS": {
8319
- "message": "Abaikan skrip yang namanya sepadan dengan '{PH1}'"
8328
+ "message": "Abaikan skrip yang namanya sepadan dengan ''{PH1}''"
8320
8329
  },
8321
8330
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | noIgnoreListPatterns": {
8322
8331
  "message": "Tiada corak senarai abaikan"
@@ -8420,6 +8429,9 @@
8420
8429
  "panels/settings/emulation/DevicesSettingsTab.ts | device": {
8421
8430
  "message": "Peranti"
8422
8431
  },
8432
+ "panels/settings/emulation/DevicesSettingsTab.ts | deviceAddedOrUpdated": {
8433
+ "message": "Peranti {PH1} berjaya ditambah/dikemas kini."
8434
+ },
8423
8435
  "panels/settings/emulation/DevicesSettingsTab.ts | deviceName": {
8424
8436
  "message": "Nama Peranti"
8425
8437
  },
@@ -8450,6 +8462,9 @@
8450
8462
  "panels/settings/emulation/components/UserAgentClientHintsForm.ts | addBrand": {
8451
8463
  "message": "Tambah Jenama"
8452
8464
  },
8465
+ "panels/settings/emulation/components/UserAgentClientHintsForm.ts | addedBrand": {
8466
+ "message": "Baris jenama ditambah"
8467
+ },
8453
8468
  "panels/settings/emulation/components/UserAgentClientHintsForm.ts | architecture": {
8454
8469
  "message": "Seni bina"
8455
8470
  },
@@ -8477,6 +8492,9 @@
8477
8492
  "panels/settings/emulation/components/UserAgentClientHintsForm.ts | deleteTooltip": {
8478
8493
  "message": "Padam"
8479
8494
  },
8495
+ "panels/settings/emulation/components/UserAgentClientHintsForm.ts | deletedBrand": {
8496
+ "message": "Baris jenama dipadamkan"
8497
+ },
8480
8498
  "panels/settings/emulation/components/UserAgentClientHintsForm.ts | deviceModel": {
8481
8499
  "message": "Model peranti"
8482
8500
  },
@@ -9809,6 +9827,12 @@
9809
9827
  "panels/timeline/TimelineUIUtils.ts | asyncTask": {
9810
9828
  "message": "Tugas Tak Segerak"
9811
9829
  },
9830
+ "panels/timeline/TimelineUIUtils.ts | cacheModule": {
9831
+ "message": "Kod Modul Cache"
9832
+ },
9833
+ "panels/timeline/TimelineUIUtils.ts | cacheScript": {
9834
+ "message": "Kod Skrip Cache"
9835
+ },
9812
9836
  "panels/timeline/TimelineUIUtils.ts | cachedWasmModule": {
9813
9837
  "message": "Modul Wasm Dicache"
9814
9838
  },
@@ -9941,6 +9965,9 @@
9941
9965
  "panels/timeline/TimelineUIUtils.ts | duration": {
9942
9966
  "message": "Tempoh"
9943
9967
  },
9968
+ "panels/timeline/TimelineUIUtils.ts | eagerCompile": {
9969
+ "message": "Menyusun terus semua fungsi"
9970
+ },
9944
9971
  "panels/timeline/TimelineUIUtils.ts | elementsAffected": {
9945
9972
  "message": "Unsur Terjejas"
9946
9973
  },
@@ -10394,9 +10421,6 @@
10394
10421
  "panels/timeline/TimelineUIUtils.ts | scriptNotEligible": {
10395
10422
  "message": "skrip tidak layak"
10396
10423
  },
10397
- "panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
10398
- "message": "skrip disimpan pada cache"
10399
- },
10400
10424
  "panels/timeline/TimelineUIUtils.ts | scripting": {
10401
10425
  "message": "Penskripan"
10402
10426
  },
@@ -11564,11 +11588,8 @@
11564
11588
  "ui/legacy/components/quick_open/QuickInput.ts | pressEnterToConfirmOrEscapeTo": {
11565
11589
  "message": "{PH1} (Tekan 'Enter' untuk membuat pengesahan atau 'Esc' untuk membuat pembatalan.)"
11566
11590
  },
11567
- "ui/legacy/components/quick_open/QuickOpen.ts | typeQuestionMarkToSeeAvailable": {
11568
- "message": "Taip tanda soal untuk melihat perintah yang tersedia"
11569
- },
11570
- "ui/legacy/components/quick_open/QuickOpen.ts | typeToSeeAvailableCommands": {
11571
- "message": "Taip '?' untuk melihat perintah yang tersedia"
11591
+ "ui/legacy/components/quick_open/QuickOpen.ts | useTabToSwitchCommandsTypeToSeeAvailableCommands": {
11592
+ "message": "Gunakan Tab untuk menukar perintah. Taip '?' untuk melihat perintah yang tersedia"
11572
11593
  },
11573
11594
  "ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
11574
11595
  "message": "Buka fail"