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
  },
@@ -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 | 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": "'အကျဉ်းချုပ်' ပြသခြင်းတွင် id @{PH2} ဖြင့် '{PH1}' အကြောင်းအရာကို ဖော်ထုတ်ရန်"
7227
+ "message": "'အကျဉ်းချုပ်' ပြသခြင်းတွင် id @{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": "ကုန်ကျစရိတ် (>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": "အကြောင်းအရာ script များကို လျစ်လျူရှုစာရင်းတွင် ထည့်ရန် (ဤစာမျက်နှာရှိ နောက်ဆက်တွဲ script များ)"
8317
8326
  },
8318
8327
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreScriptsWhoseNamesMatchS": {
8319
- "message": "'{PH1}' နှင့် တူညီသော Script အမည်များကို လျစ်လျူရှုပါ"
8328
+ "message": "''{PH1}'' နှင့် တူညီသော Script အမည်များကို လျစ်လျူရှုပါ"
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": "‘Script ကုဒ်’ ကို ကက်ရှ်လုပ်ရန်"
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": "Script အရည်အချင်း မပြည့်မီပါ"
10396
10423
  },
10397
- "panels/timeline/TimelineUIUtils.ts | scriptSavedToCache": {
10398
- "message": "script ကို ကက်ရှိတွင် သိမ်းထားသည်"
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 | 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": "{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}पिक्सेल) तोकिएको चौडाइ ({PH4}पिक्सेल) सँग मिल्दैन"
1981
1984
  },
1985
+ "panels/application/AppManifestView.ts | appId": {
1986
+ "message": "एप ID"
1987
+ },
1988
+ "panels/application/AppManifestView.ts | appIdExplainer": {
1989
+ "message": "म्यानिफेस्टले कुनै विद्यमान एप अपडेट गर्नु पर्ने हो कि इन्स्टल गर्न सकिने कुनै नयाँ वेब एपका बारेमा जानकारी दिनु पर्ने हो भन्ने कुरा पत्ता लगाउन ब्राउजरले सो एप ID प्रयोग गर्छ।"
1990
+ },
1991
+ "panels/application/AppManifestView.ts | appIdNote": {
1992
+ "message": "ध्यान दिनु पर्ने कुरा: म्यानिफेस्टमा 'id' तोकिएको हुँदैन। '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 | explanations": {
2292
- "message": "जानकारी"
2303
+ "panels/application/BackForwardCacheView.ts | chromeSupportNeeded": {
2304
+ "message": "The last navigation was not cached because"
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": "Features preventing back-forward cache"
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": "(Supported in a future version of 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} ID भएको '{PH1}' अब्जेक्ट देखाइयोस्"
7227
+ "message": "समरी भ्यूमा @{PH2} ID भएको \"{PH1}\" अब्जेक्ट देखाइयोस्"
7207
7228
  },
7208
7229
  "panels/profiler/HeapSnapshotGridNodes.ts | storeAsGlobalVariable": {
7209
7230
  "message": "Global variable भण्डारण गर्नुहोस्"
@@ -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
  },
@@ -7749,16 +7770,16 @@
7749
7770
  "message": "{PH2} भएको {PH1}"
7750
7771
  },
7751
7772
  "panels/security/SecurityModel.ts | theSecurityOfThisPageIsUnknown": {
7752
- "message": "यो पेजको सुरक्षासम्बन्धी जानकारी उपलब्ध छैन।"
7773
+ "message": "The security of this page is unknown."
7753
7774
  },
7754
7775
  "panels/security/SecurityModel.ts | thisPageIsNotSecure": {
7755
- "message": "यो पेज सुरक्षित छैन।"
7776
+ "message": "This page is not secure."
7756
7777
  },
7757
7778
  "panels/security/SecurityModel.ts | thisPageIsNotSecureBrokenHttps": {
7758
- "message": "यो पेज सुरक्षित छैन (खराब HTTPS)"
7779
+ "message": "This page is not secure (broken HTTPS)."
7759
7780
  },
7760
7781
  "panels/security/SecurityModel.ts | thisPageIsSecureValidHttps": {
7761
- "message": "यो पेज सुरक्षित (HTTPS वैध छ)"
7782
+ "message": "This page is secure (valid HTTPS)."
7762
7783
  },
7763
7784
  "panels/security/SecurityPanel.ts | activeContentWithCertificate": {
7764
7785
  "message": "प्रमाणपत्रसम्बन्धी त्रुटि भएका सक्रिय सामग्री"
@@ -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 | 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": "Use Tab to switch commands. Type '?' to see available commands"
11572
11593
  },
11573
11594
  "ui/legacy/components/quick_open/quick_open-meta.ts | openFile": {
11574
11595
  "message": "फाइल खोल्नुहोस्"