chrome-devtools-frontend 1.0.1367881 → 1.0.1376716

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 (1157) hide show
  1. package/.vscode/extensions.json +4 -4
  2. package/config/gni/devtools_grd_files.gni +30 -8
  3. package/config/gni/devtools_image_files.gni +3 -0
  4. package/docs/README.md +1 -5
  5. package/docs/checklist/javascript.md +45 -8
  6. package/docs/contributing/design.md +1 -1
  7. package/docs/contributing/settings-experiments-features.md +1 -1
  8. package/docs/cookbook/README.md +12 -0
  9. package/docs/cookbook/create_new_issues.md +91 -0
  10. package/docs/cookbook/dependencies.md +103 -0
  11. package/docs/cookbook/localization.md +320 -0
  12. package/docs/cookbook/navbar.md +8 -0
  13. package/docs/cookbook/release_management.md +60 -0
  14. package/docs/cookbook/uma_metrics.md +121 -0
  15. package/docs/dependencies.md +1 -100
  16. package/docs/l10n.md +1 -295
  17. package/docs/release_management.md +1 -53
  18. package/extensions/cxx_debugging/e2e/standalone/MemoryInspector_test.ts +1 -1
  19. package/extensions/cxx_debugging/e2e/tsconfig.json +1 -0
  20. package/extensions/cxx_debugging/src/ExtensionOptions.ts +6 -7
  21. package/extensions/cxx_debugging/tests/CreditsItem_test.ts +4 -4
  22. package/front_end/.eslintrc.js +0 -1
  23. package/front_end/Images/src/center-focus-weak.svg +1 -0
  24. package/front_end/Images/src/history.svg +3 -0
  25. package/front_end/Images/src/home.svg +1 -0
  26. package/front_end/core/common/Color.ts +10 -0
  27. package/front_end/core/common/ResourceType.test.ts +26 -26
  28. package/front_end/core/common/ResourceType.ts +21 -12
  29. package/front_end/core/common/Revealer.ts +5 -0
  30. package/front_end/core/common/Settings.ts +5 -1
  31. package/front_end/core/host/AidaClient.ts +58 -0
  32. package/front_end/core/host/InspectorFrontendHost.ts +1 -1
  33. package/front_end/core/host/InspectorFrontendHostAPI.ts +8 -1
  34. package/front_end/core/host/UserMetrics.ts +16 -13
  35. package/front_end/core/i18n/locales/af.json +598 -109
  36. package/front_end/core/i18n/locales/am.json +607 -118
  37. package/front_end/core/i18n/locales/ar.json +888 -399
  38. package/front_end/core/i18n/locales/as.json +603 -114
  39. package/front_end/core/i18n/locales/az.json +606 -117
  40. package/front_end/core/i18n/locales/be.json +599 -110
  41. package/front_end/core/i18n/locales/bg.json +598 -109
  42. package/front_end/core/i18n/locales/bn.json +609 -120
  43. package/front_end/core/i18n/locales/bs.json +607 -118
  44. package/front_end/core/i18n/locales/ca.json +601 -112
  45. package/front_end/core/i18n/locales/cs.json +605 -116
  46. package/front_end/core/i18n/locales/cy.json +603 -114
  47. package/front_end/core/i18n/locales/da.json +599 -110
  48. package/front_end/core/i18n/locales/de.json +604 -115
  49. package/front_end/core/i18n/locales/el.json +596 -107
  50. package/front_end/core/i18n/locales/en-GB.json +599 -110
  51. package/front_end/core/i18n/locales/es-419.json +600 -111
  52. package/front_end/core/i18n/locales/es.json +602 -113
  53. package/front_end/core/i18n/locales/et.json +601 -112
  54. package/front_end/core/i18n/locales/eu.json +605 -116
  55. package/front_end/core/i18n/locales/fa.json +609 -120
  56. package/front_end/core/i18n/locales/fi.json +598 -109
  57. package/front_end/core/i18n/locales/fil.json +605 -116
  58. package/front_end/core/i18n/locales/fr-CA.json +602 -113
  59. package/front_end/core/i18n/locales/fr.json +600 -111
  60. package/front_end/core/i18n/locales/gl.json +595 -106
  61. package/front_end/core/i18n/locales/gu.json +605 -116
  62. package/front_end/core/i18n/locales/he.json +603 -114
  63. package/front_end/core/i18n/locales/hi.json +600 -111
  64. package/front_end/core/i18n/locales/hr.json +600 -111
  65. package/front_end/core/i18n/locales/hu.json +600 -111
  66. package/front_end/core/i18n/locales/hy.json +599 -110
  67. package/front_end/core/i18n/locales/id.json +603 -114
  68. package/front_end/core/i18n/locales/is.json +598 -109
  69. package/front_end/core/i18n/locales/it.json +602 -113
  70. package/front_end/core/i18n/locales/ja.json +596 -107
  71. package/front_end/core/i18n/locales/ka.json +597 -108
  72. package/front_end/core/i18n/locales/kk.json +884 -395
  73. package/front_end/core/i18n/locales/km.json +605 -116
  74. package/front_end/core/i18n/locales/kn.json +606 -117
  75. package/front_end/core/i18n/locales/ko.json +591 -102
  76. package/front_end/core/i18n/locales/ky.json +599 -110
  77. package/front_end/core/i18n/locales/lo.json +608 -119
  78. package/front_end/core/i18n/locales/lt.json +597 -108
  79. package/front_end/core/i18n/locales/lv.json +606 -117
  80. package/front_end/core/i18n/locales/mk.json +885 -396
  81. package/front_end/core/i18n/locales/ml.json +601 -112
  82. package/front_end/core/i18n/locales/mn.json +599 -110
  83. package/front_end/core/i18n/locales/mr.json +601 -112
  84. package/front_end/core/i18n/locales/ms.json +602 -113
  85. package/front_end/core/i18n/locales/my.json +604 -115
  86. package/front_end/core/i18n/locales/ne.json +609 -120
  87. package/front_end/core/i18n/locales/nl.json +597 -108
  88. package/front_end/core/i18n/locales/no.json +601 -112
  89. package/front_end/core/i18n/locales/or.json +601 -112
  90. package/front_end/core/i18n/locales/pa.json +600 -111
  91. package/front_end/core/i18n/locales/pl.json +601 -112
  92. package/front_end/core/i18n/locales/pt-PT.json +600 -111
  93. package/front_end/core/i18n/locales/pt.json +596 -107
  94. package/front_end/core/i18n/locales/ro.json +601 -112
  95. package/front_end/core/i18n/locales/ru.json +609 -120
  96. package/front_end/core/i18n/locales/si.json +603 -114
  97. package/front_end/core/i18n/locales/sk.json +599 -110
  98. package/front_end/core/i18n/locales/sl.json +601 -112
  99. package/front_end/core/i18n/locales/sq.json +602 -113
  100. package/front_end/core/i18n/locales/sr-Latn.json +598 -109
  101. package/front_end/core/i18n/locales/sr.json +598 -109
  102. package/front_end/core/i18n/locales/sv.json +600 -111
  103. package/front_end/core/i18n/locales/sw.json +606 -117
  104. package/front_end/core/i18n/locales/ta.json +892 -403
  105. package/front_end/core/i18n/locales/te.json +604 -115
  106. package/front_end/core/i18n/locales/th.json +597 -108
  107. package/front_end/core/i18n/locales/tr.json +601 -112
  108. package/front_end/core/i18n/locales/uk.json +598 -109
  109. package/front_end/core/i18n/locales/ur.json +604 -115
  110. package/front_end/core/i18n/locales/uz.json +599 -110
  111. package/front_end/core/i18n/locales/vi.json +602 -113
  112. package/front_end/core/i18n/locales/zh-HK.json +599 -110
  113. package/front_end/core/i18n/locales/zh-TW.json +595 -106
  114. package/front_end/core/i18n/locales/zh.json +601 -112
  115. package/front_end/core/i18n/locales/zu.json +607 -118
  116. package/front_end/core/root/Runtime.ts +15 -7
  117. package/front_end/{panels/animation → core/sdk}/AnimationModel.test.ts +85 -6
  118. package/front_end/{panels/animation → core/sdk}/AnimationModel.ts +302 -36
  119. package/front_end/core/sdk/CSSContainerQuery.ts +4 -2
  120. package/front_end/core/sdk/CSSMatchedStyles.test.ts +4 -0
  121. package/front_end/core/sdk/CSSMatchedStyles.ts +13 -10
  122. package/front_end/core/sdk/CSSMetadata.ts +6 -0
  123. package/front_end/core/sdk/CSSStyleDeclaration.test.ts +10 -0
  124. package/front_end/core/sdk/CSSStyleDeclaration.ts +1 -1
  125. package/front_end/core/sdk/DOMModel.ts +3 -3
  126. package/front_end/core/sdk/DebuggerModel.test.ts +2 -0
  127. package/front_end/core/sdk/EmulationModel.ts +32 -0
  128. package/front_end/core/sdk/EnhancedTracesParser.test.ts +4 -4
  129. package/front_end/core/sdk/EnhancedTracesParser.ts +4 -5
  130. package/front_end/core/sdk/RehydratingConnection.test.ts +190 -0
  131. package/front_end/core/sdk/RehydratingConnection.ts +310 -0
  132. package/front_end/core/sdk/RehydratingObject.ts +26 -2
  133. package/front_end/core/sdk/RuntimeModel.ts +31 -0
  134. package/front_end/core/sdk/Script.ts +1 -1
  135. package/front_end/core/sdk/TraceObject.ts +8 -0
  136. package/front_end/core/sdk/sdk.ts +2 -0
  137. package/front_end/devtools_compatibility.js +0 -1
  138. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +95 -74
  139. package/front_end/entrypoints/main/MainImpl.ts +10 -0
  140. package/front_end/generated/InspectorBackendCommands.js +10 -9
  141. package/front_end/generated/SupportedCSSProperties.js +15 -1
  142. package/front_end/generated/protocol-mapping.d.ts +4 -3
  143. package/front_end/generated/protocol-proxy-api.d.ts +4 -3
  144. package/front_end/generated/protocol.ts +31 -2
  145. package/front_end/legacy_test_runner/network_test_runner/network_test_runner.js +1 -0
  146. package/front_end/models/har/HARFormat.ts +1 -0
  147. package/front_end/models/har/Importer.test.ts +16 -2
  148. package/front_end/models/har/Importer.ts +2 -2
  149. package/front_end/models/har/Log.test.ts +23 -0
  150. package/front_end/models/har/Log.ts +6 -4
  151. package/front_end/models/heap_snapshot_model/HeapSnapshotModel.ts +4 -2
  152. package/front_end/models/issues_manager/AttributionReportingIssue.ts +58 -18
  153. package/front_end/models/issues_manager/CookieIssue.ts +12 -0
  154. package/front_end/models/issues_manager/descriptions/arInvalidInfoHeader.md +5 -0
  155. package/front_end/models/issues_manager/descriptions/arNavigationRegistrationUniqueScopeAlreadySet.md +5 -0
  156. package/front_end/models/issues_manager/descriptions/arNoRegisterOsSourceHeader.md +5 -0
  157. package/front_end/models/issues_manager/descriptions/arNoRegisterOsTriggerHeader.md +5 -0
  158. package/front_end/models/issues_manager/descriptions/arNoRegisterSourceHeader.md +5 -0
  159. package/front_end/models/issues_manager/descriptions/arNoRegisterTriggerHeader.md +5 -0
  160. package/front_end/models/issues_manager/descriptions/arNoWebOrOsSupport.md +4 -0
  161. package/front_end/models/issues_manager/descriptions/placeholderDescriptionForInvisibleIssues.md +3 -0
  162. package/front_end/models/javascript_metadata/NativeFunctions.js +69 -18
  163. package/front_end/models/live-metrics/LiveMetrics.ts +116 -19
  164. package/front_end/models/live-metrics/web-vitals-injected/OnEachInteraction.ts +24 -61
  165. package/front_end/models/live-metrics/web-vitals-injected/spec/spec.ts +49 -21
  166. package/front_end/models/live-metrics/web-vitals-injected/web-vitals-injected.ts +43 -5
  167. package/front_end/models/timeline_model/TimelineModelFilter.ts +2 -2
  168. package/front_end/models/trace/Processor.ts +5 -1
  169. package/front_end/models/trace/extras/ThirdParties.test.ts +117 -0
  170. package/front_end/models/trace/extras/ThirdParties.ts +207 -0
  171. package/front_end/models/trace/extras/extras.ts +1 -0
  172. package/front_end/models/trace/handlers/FramesHandler.ts +12 -5
  173. package/front_end/models/trace/handlers/InitiatorsHandler.test.ts +40 -0
  174. package/front_end/models/trace/handlers/InitiatorsHandler.ts +9 -0
  175. package/front_end/models/trace/handlers/LayoutShiftsHandler.ts +17 -0
  176. package/front_end/models/trace/handlers/NetworkRequestsHandler.ts +2 -2
  177. package/front_end/models/trace/handlers/RendererHandler.test.ts +4 -4
  178. package/front_end/models/trace/helpers/Timing.test.ts +29 -0
  179. package/front_end/models/trace/helpers/Timing.ts +18 -0
  180. package/front_end/models/trace/helpers/TreeHelpers.test.ts +52 -34
  181. package/front_end/models/trace/helpers/TreeHelpers.ts +135 -45
  182. package/front_end/models/trace/insights/CumulativeLayoutShift.test.ts +22 -0
  183. package/front_end/models/trace/insights/CumulativeLayoutShift.ts +62 -20
  184. package/front_end/models/trace/insights/ThirdPartyWeb.ts +13 -183
  185. package/front_end/models/trace/lantern/core/NetworkAnalyzer.test.ts +4 -4
  186. package/front_end/models/trace/lantern/core/NetworkAnalyzer.ts +9 -5
  187. package/front_end/models/trace/lantern/simulation/Simulator.ts +1 -1
  188. package/front_end/models/trace/lantern/testing/MetricTestUtils.ts +4 -0
  189. package/front_end/models/trace/types/TraceEvents.ts +68 -2
  190. package/front_end/panels/accessibility/AccessibilitySidebarView.ts +1 -1
  191. package/front_end/panels/animation/AnimationGroupPreviewUI.ts +3 -3
  192. package/front_end/panels/animation/AnimationTimeline.test.ts +15 -15
  193. package/front_end/panels/animation/AnimationTimeline.ts +85 -53
  194. package/front_end/panels/animation/AnimationUI.ts +5 -6
  195. package/front_end/panels/animation/animation-meta.ts +15 -0
  196. package/front_end/panels/animation/animation.ts +0 -4
  197. package/front_end/panels/application/ApplicationPanelSidebar.test.ts +16 -0
  198. package/front_end/panels/application/ApplicationPanelSidebar.ts +13 -9
  199. package/front_end/panels/application/ExtensionStorageItemsView.test.ts +72 -0
  200. package/front_end/panels/application/ExtensionStorageItemsView.ts +23 -1
  201. package/front_end/panels/application/ExtensionStorageModel.test.ts +15 -0
  202. package/front_end/panels/application/ExtensionStorageModel.ts +10 -1
  203. package/front_end/panels/application/OpenedWindowDetailsView.ts +2 -3
  204. package/front_end/panels/application/SharedStorageItemsView.test.ts +1 -20
  205. package/front_end/panels/application/components/BackForwardCacheStrings.ts +1 -0
  206. package/front_end/panels/application/components/BounceTrackingMitigationsView.ts +3 -7
  207. package/front_end/panels/application/components/EndpointsGrid.ts +1 -2
  208. package/front_end/panels/application/components/FrameDetailsView.ts +8 -8
  209. package/front_end/panels/application/components/InterestGroupAccessGrid.ts +4 -8
  210. package/front_end/panels/application/components/PermissionsPolicySection.ts +3 -4
  211. package/front_end/panels/application/components/ReportsGrid.ts +2 -4
  212. package/front_end/panels/application/components/SharedStorageAccessGrid.ts +4 -9
  213. package/front_end/panels/application/components/StackTrace.ts +6 -9
  214. package/front_end/panels/application/components/StorageMetadataView.ts +1 -2
  215. package/front_end/panels/application/components/TrustTokensView.ts +1 -2
  216. package/front_end/panels/application/preloading/PreloadingView.ts +5 -5
  217. package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.test.ts +2 -2
  218. package/front_end/panels/application/preloading/components/MismatchedPreloadingGrid.ts +3 -9
  219. package/front_end/panels/application/preloading/components/PreloadingDetailsReportView.ts +2 -5
  220. package/front_end/panels/application/preloading/components/PreloadingDisabledInfobar.ts +2 -2
  221. package/front_end/panels/application/preloading/components/PreloadingGrid.test.ts +1 -1
  222. package/front_end/panels/application/preloading/components/PreloadingGrid.ts +3 -6
  223. package/front_end/panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts +1 -3
  224. package/front_end/panels/application/preloading/components/PreloadingString.ts +5 -0
  225. package/front_end/panels/application/preloading/components/RuleSetDetailsView.ts +2 -3
  226. package/front_end/panels/application/preloading/components/RuleSetGrid.ts +7 -10
  227. package/front_end/panels/autofill/AutofillView.ts +2 -5
  228. package/front_end/panels/console/ConsoleView.ts +1 -1
  229. package/front_end/panels/css_overview/components/CSSOverviewStartView.ts +3 -5
  230. package/front_end/panels/elements/AccessibilityTreeUtils.ts +4 -6
  231. package/front_end/panels/elements/CSSRuleValidator.ts +0 -5
  232. package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +0 -2
  233. package/front_end/panels/elements/ElementStatePaneWidget.ts +5 -0
  234. package/front_end/panels/elements/ElementsPanel.ts +4 -4
  235. package/front_end/panels/elements/ElementsTreeElement.ts +1 -1
  236. package/front_end/panels/elements/StylePropertyTreeElement.test.ts +90 -0
  237. package/front_end/panels/elements/StylePropertyTreeElement.ts +29 -2
  238. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +3 -5
  239. package/front_end/panels/elements/components/LayoutPane.ts +2 -3
  240. package/front_end/panels/elements/components/QueryContainer.ts +3 -5
  241. package/front_end/panels/elements/stylePropertiesTreeOutline.css +13 -0
  242. package/front_end/panels/emulation/components/DeviceSizeInputElement.ts +0 -2
  243. package/front_end/panels/event_listeners/EventListenersView.ts +2 -2
  244. package/front_end/panels/event_listeners/eventListenersView.css +4 -3
  245. package/front_end/panels/explain/components/ConsoleInsight.test.ts +56 -8
  246. package/front_end/panels/explain/components/ConsoleInsight.ts +53 -36
  247. package/front_end/panels/explain/explain-meta.ts +1 -12
  248. package/front_end/panels/freestyler/AiAgent.test.ts +92 -12
  249. package/front_end/panels/freestyler/AiAgent.ts +341 -56
  250. package/front_end/panels/freestyler/DrJonesFileAgent.test.ts +70 -43
  251. package/front_end/panels/freestyler/DrJonesFileAgent.ts +75 -79
  252. package/front_end/panels/freestyler/DrJonesNetworkAgent.test.ts +135 -72
  253. package/front_end/panels/freestyler/DrJonesNetworkAgent.ts +219 -117
  254. package/front_end/panels/freestyler/DrJonesPerformanceAgent.test.ts +102 -56
  255. package/front_end/panels/freestyler/DrJonesPerformanceAgent.ts +118 -114
  256. package/front_end/panels/freestyler/FreestylerAgent.test.ts +108 -100
  257. package/front_end/panels/freestyler/FreestylerAgent.ts +65 -183
  258. package/front_end/panels/freestyler/FreestylerEvaluateAction.test.ts +40 -36
  259. package/front_end/panels/freestyler/FreestylerEvaluateAction.ts +15 -14
  260. package/front_end/panels/freestyler/FreestylerPanel.test.ts +548 -15
  261. package/front_end/panels/freestyler/FreestylerPanel.ts +385 -132
  262. package/front_end/panels/freestyler/components/FreestylerChatUi.test.ts +34 -4
  263. package/front_end/panels/freestyler/components/FreestylerChatUi.ts +186 -92
  264. package/front_end/panels/freestyler/components/UserActionRow.test.ts +60 -0
  265. package/front_end/panels/freestyler/components/{ProvideFeedback.ts → UserActionRow.ts} +42 -16
  266. package/front_end/panels/freestyler/components/freestylerChatUi.css +100 -97
  267. package/front_end/panels/freestyler/components/userActionRow.css +149 -0
  268. package/front_end/panels/freestyler/freestyler-meta.ts +50 -23
  269. package/front_end/panels/freestyler/freestyler.ts +1 -1
  270. package/front_end/panels/issues/AttributionReportingIssueDetailsView.ts +14 -0
  271. package/front_end/panels/issues/IssueAggregator.ts +10 -1
  272. package/front_end/panels/issues/components/ElementsPanelLink.ts +0 -1
  273. package/front_end/panels/issues/components/HideIssuesMenu.ts +12 -4
  274. package/front_end/panels/lighthouse/LighthouseStartView.ts +1 -1
  275. package/front_end/panels/linear_memory_inspector/LinearMemoryInspectorController.ts +2 -2
  276. package/front_end/panels/linear_memory_inspector/components/LinearMemoryHighlightChipList.ts +1 -2
  277. package/front_end/panels/linear_memory_inspector/components/LinearMemoryInspector.ts +7 -12
  278. package/front_end/panels/linear_memory_inspector/components/LinearMemoryValueInterpreter.ts +3 -4
  279. package/front_end/panels/linear_memory_inspector/components/ValueInterpreterDisplay.ts +1 -2
  280. package/front_end/panels/network/BinaryResourceView.ts +3 -2
  281. package/front_end/panels/network/NetworkDataGridNode.test.ts +29 -0
  282. package/front_end/panels/network/NetworkDataGridNode.ts +56 -5
  283. package/front_end/panels/network/NetworkLogView.test.ts +29 -0
  284. package/front_end/panels/network/NetworkLogView.ts +2 -2
  285. package/front_end/panels/network/NetworkPanel.test.ts +3 -22
  286. package/front_end/panels/network/NetworkPanel.ts +26 -7
  287. package/front_end/panels/network/NetworkWaterfallColumn.ts +2 -0
  288. package/front_end/panels/network/RequestResponseView.test.ts +2 -2
  289. package/front_end/panels/network/RequestResponseView.ts +6 -10
  290. package/front_end/panels/network/ResourceWebSocketFrameView.ts +3 -1
  291. package/front_end/panels/network/components/HeaderSectionRow.ts +11 -12
  292. package/front_end/panels/network/components/RequestHeaderSection.ts +4 -9
  293. package/front_end/panels/network/components/RequestHeadersView.css +7 -0
  294. package/front_end/panels/network/components/RequestTrustTokensView.ts +1 -1
  295. package/front_end/panels/network/network.ts +0 -2
  296. package/front_end/panels/network/networkConfigView.css +8 -7
  297. package/front_end/panels/network/networkLogView.css +32 -2
  298. package/front_end/panels/network/networkPanel.css +2 -1
  299. package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +11 -10
  300. package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +12 -8
  301. package/front_end/panels/profiler/HeapSnapshotProxy.ts +6 -6
  302. package/front_end/panels/protocol_monitor/components/JSONEditor.ts +5 -5
  303. package/front_end/panels/recorder/components/StartView.ts +4 -5
  304. package/front_end/panels/recorder/components/recordingView.css +1 -4
  305. package/front_end/panels/recorder/components/selectButton.css +6 -50
  306. package/front_end/panels/recorder/models/RecorderShortcutHelper.ts +1 -1
  307. package/front_end/panels/recorder/models/RecordingSession.ts +4 -4
  308. package/front_end/panels/recorder/recorderController.css +38 -18
  309. package/front_end/panels/screencast/ScreencastApp.ts +1 -1
  310. package/front_end/panels/screencast/ScreencastView.ts +1 -1
  311. package/front_end/panels/search/SearchView.ts +0 -2
  312. package/front_end/panels/search/searchView.css +5 -1
  313. package/front_end/panels/security/CookieReportTreeElement.ts +26 -0
  314. package/front_end/panels/security/OriginTreeElement.ts +20 -7
  315. package/front_end/panels/security/SecurityPanel.ts +64 -15
  316. package/front_end/panels/security/{SecurityAndPrivacyPanelSidebar.ts → SecurityPanelSidebar.ts} +24 -13
  317. package/front_end/panels/security/SecurityPanelSidebarTreeElement.ts +1 -12
  318. package/front_end/panels/security/sidebar.css +40 -1
  319. package/front_end/panels/sensors/SensorsView.ts +27 -0
  320. package/front_end/panels/sensors/sensors-meta.ts +59 -0
  321. package/front_end/panels/settings/AISettingsTab.test.ts +79 -11
  322. package/front_end/panels/settings/AISettingsTab.ts +109 -22
  323. package/front_end/panels/settings/FrameworkIgnoreListSettingsTab.ts +44 -30
  324. package/front_end/panels/settings/KeybindsSettingsTab.ts +34 -17
  325. package/front_end/panels/settings/SettingsScreen.ts +1 -1
  326. package/front_end/panels/settings/aiSettingsTab.css +13 -0
  327. package/front_end/panels/settings/components/SyncSection.ts +1 -3
  328. package/front_end/panels/settings/emulation/DevicesSettingsTab.ts +51 -29
  329. package/front_end/panels/settings/emulation/components/UserAgentClientHintsForm.ts +24 -12
  330. package/front_end/panels/settings/emulation/devicesSettingsTab.css +11 -10
  331. package/front_end/panels/settings/frameworkIgnoreListSettingsTab.css +14 -42
  332. package/front_end/panels/settings/keybindsSettingsTab.css +51 -89
  333. package/front_end/panels/settings/settingsScreen.css +30 -6
  334. package/front_end/panels/sources/AddSourceMapURLDialog.ts +1 -1
  335. package/front_end/panels/sources/CSSPlugin.ts +0 -2
  336. package/front_end/panels/sources/NavigatorView.ts +31 -23
  337. package/front_end/panels/sources/SourcesPanel.ts +25 -6
  338. package/front_end/panels/sources/SourcesView.test.ts +1 -0
  339. package/front_end/panels/sources/SourcesView.ts +2 -2
  340. package/front_end/panels/sources/components/BreakpointsView.ts +0 -1
  341. package/front_end/panels/sources/components/HeadersView.ts +0 -1
  342. package/front_end/panels/sources/navigatorTree.css +11 -0
  343. package/front_end/panels/timeline/AnnotationHelpers.ts +3 -3
  344. package/front_end/panels/timeline/AppenderUtils.ts +1 -3
  345. package/front_end/panels/timeline/CompatibilityTracksAppender.ts +21 -9
  346. package/front_end/panels/timeline/EntriesFilter.test.ts +19 -36
  347. package/front_end/panels/timeline/EntriesFilter.ts +6 -4
  348. package/front_end/panels/timeline/EventsTimelineTreeView.ts +9 -9
  349. package/front_end/panels/timeline/InteractionsTrackAppender.ts +2 -1
  350. package/front_end/panels/timeline/LayoutShiftsTrackAppender.ts +6 -6
  351. package/front_end/panels/timeline/NetworkTrackAppender.ts +1 -8
  352. package/front_end/panels/timeline/ThreadAppender.ts +5 -6
  353. package/front_end/panels/timeline/TimelineDetailsView.test.ts +85 -42
  354. package/front_end/panels/timeline/TimelineDetailsView.ts +71 -42
  355. package/front_end/panels/timeline/TimelineEventOverview.ts +10 -10
  356. package/front_end/panels/timeline/TimelineFilters.test.ts +4 -4
  357. package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +58 -62
  358. package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +16 -15
  359. package/front_end/panels/timeline/TimelineFlameChartView.test.ts +2 -3
  360. package/front_end/panels/timeline/TimelineFlameChartView.ts +102 -57
  361. package/front_end/panels/timeline/TimelineHistoryManager.ts +4 -0
  362. package/front_end/panels/timeline/TimelineMiniMap.ts +0 -8
  363. package/front_end/panels/timeline/TimelinePanel.ts +89 -44
  364. package/front_end/panels/timeline/TimelineSelection.test.ts +91 -36
  365. package/front_end/panels/timeline/TimelineSelection.ts +48 -60
  366. package/front_end/panels/timeline/TimelineSelectorStatsView.ts +3 -8
  367. package/front_end/panels/timeline/TimelineTreeView.ts +7 -5
  368. package/front_end/panels/timeline/TimelineUIUtils.test.ts +51 -4
  369. package/front_end/panels/timeline/TimelineUIUtils.ts +37 -27
  370. package/front_end/panels/timeline/UIDevtoolsController.ts +5 -5
  371. package/front_end/panels/timeline/UIDevtoolsUtils.ts +59 -68
  372. package/front_end/panels/timeline/components/BreadcrumbsUI.ts +2 -3
  373. package/front_end/panels/timeline/components/LayoutShiftDetails.ts +25 -8
  374. package/front_end/panels/timeline/components/LiveMetricsView.test.ts +230 -68
  375. package/front_end/panels/timeline/components/LiveMetricsView.ts +146 -112
  376. package/front_end/panels/timeline/components/NetworkRequestDetails.test.ts +14 -7
  377. package/front_end/panels/timeline/components/NetworkRequestDetails.ts +47 -117
  378. package/front_end/panels/timeline/components/NetworkRequestTooltip.ts +64 -74
  379. package/front_end/panels/timeline/components/Sidebar.ts +2 -1
  380. package/front_end/panels/timeline/components/SidebarAnnotationsTab.ts +11 -13
  381. package/front_end/panels/timeline/components/SidebarInsightsTab.ts +51 -2
  382. package/front_end/panels/timeline/components/SidebarSingleInsightSet.test.ts +1 -2
  383. package/front_end/panels/timeline/components/Utils.ts +28 -29
  384. package/front_end/panels/timeline/components/components.ts +0 -4
  385. package/front_end/panels/timeline/components/insights/CLSCulprits.ts +10 -3
  386. package/front_end/panels/timeline/components/insights/DocumentLatency.ts +8 -4
  387. package/front_end/panels/timeline/components/insights/EventRef.ts +0 -1
  388. package/front_end/panels/timeline/components/insights/FontDisplay.ts +1 -1
  389. package/front_end/panels/timeline/components/insights/Helpers.ts +4 -4
  390. package/front_end/panels/timeline/components/insights/InteractionToNextPaint.ts +3 -5
  391. package/front_end/panels/timeline/components/insights/LCPDiscovery.ts +1 -1
  392. package/front_end/panels/timeline/components/insights/LCPPhases.ts +7 -1
  393. package/front_end/panels/timeline/components/insights/NodeLink.ts +0 -1
  394. package/front_end/panels/timeline/components/insights/README.md +2 -2
  395. package/front_end/panels/timeline/components/insights/RenderBlocking.ts +5 -7
  396. package/front_end/panels/timeline/components/insights/SidebarInsight.ts +14 -5
  397. package/front_end/panels/timeline/components/insights/SlowCSSSelector.ts +112 -34
  398. package/front_end/panels/timeline/components/insights/Table.ts +1 -3
  399. package/front_end/panels/timeline/components/insights/ThirdParties.ts +6 -9
  400. package/front_end/panels/timeline/components/insights/Viewport.ts +3 -5
  401. package/front_end/panels/timeline/components/layoutShiftDetails.css +7 -1
  402. package/front_end/panels/timeline/components/liveMetricsView.css +59 -18
  403. package/front_end/panels/timeline/components/networkRequestDetails.css +9 -49
  404. package/front_end/panels/timeline/components/networkRequestTooltip.css +34 -11
  405. package/front_end/panels/timeline/components/relatedInsightChips.css +1 -1
  406. package/front_end/panels/timeline/components/sidebarInsightsTab.css +20 -0
  407. package/front_end/panels/timeline/extensions/ExtensionUI.ts +7 -7
  408. package/front_end/panels/timeline/fixtures/traces/README.md +4 -0
  409. package/front_end/panels/timeline/fixtures/traces/scheduler-post-task.json.gz +0 -0
  410. package/front_end/panels/timeline/fixtures/traces/unsized-images.json.gz +0 -0
  411. package/front_end/panels/timeline/historyToolbarButton.css +33 -19
  412. package/front_end/panels/timeline/overlays/OverlaysImpl.test.ts +0 -16
  413. package/front_end/panels/timeline/overlays/OverlaysImpl.ts +48 -22
  414. package/front_end/panels/timeline/overlays/components/entriesLinkOverlay.css +8 -0
  415. package/front_end/panels/timeline/overlays/components/entryLabelOverlay.css +16 -0
  416. package/front_end/panels/timeline/timeline-meta.ts +11 -0
  417. package/front_end/panels/timeline/timelineFlameChartView.css +16 -0
  418. package/front_end/panels/timeline/track_appenders/AnimationsTrackAppender.test.ts +2 -3
  419. package/front_end/panels/timeline/track_appenders/AppenderUtils.test.ts +1 -6
  420. package/front_end/panels/timeline/track_appenders/CompatibilityTracksAppender.test.ts +1 -1
  421. package/front_end/panels/timeline/track_appenders/ExtensionTrackAppender.test.ts +7 -8
  422. package/front_end/panels/timeline/track_appenders/GPUTrackAppender.test.ts +2 -2
  423. package/front_end/panels/timeline/track_appenders/InteractionsTrackAppender.test.ts +3 -3
  424. package/front_end/panels/timeline/track_appenders/LayoutShiftsTrackAppender.test.ts +3 -4
  425. package/front_end/panels/timeline/track_appenders/ServerTimingsTrackAppender.test.ts +2 -3
  426. package/front_end/panels/timeline/track_appenders/ThreadAppender.test.ts +5 -10
  427. package/front_end/panels/timeline/track_appenders/TimingsTrackAppender.test.ts +5 -5
  428. package/front_end/panels/timeline/utils/AICallTree.test.ts +80 -0
  429. package/front_end/panels/timeline/utils/AICallTree.ts +165 -0
  430. package/front_end/panels/timeline/{components → utils}/EntryName.test.ts +12 -12
  431. package/front_end/panels/timeline/{components → utils}/EntryName.ts +1 -1
  432. package/front_end/panels/timeline/{components → utils}/EntryStyles.ts +28 -1
  433. package/front_end/panels/timeline/utils/Helpers.test.ts +8 -3
  434. package/front_end/panels/timeline/utils/Helpers.ts +3 -4
  435. package/front_end/panels/timeline/utils/IgnoreList.test.ts +86 -0
  436. package/front_end/panels/timeline/utils/IgnoreList.ts +11 -4
  437. package/front_end/panels/timeline/utils/NetworkRequest.ts +1 -1
  438. package/front_end/panels/timeline/utils/SourceMapsResolver.test.ts +51 -18
  439. package/front_end/panels/timeline/utils/SourceMapsResolver.ts +3 -1
  440. package/front_end/panels/timeline/utils/utils.ts +6 -0
  441. package/front_end/panels/utils/utils.ts +56 -4
  442. package/front_end/services/trace_bounds/TraceBounds.ts +7 -1
  443. package/front_end/testing/ContextMenuHelpers.ts +1 -1
  444. package/front_end/testing/EnvironmentHelpers.ts +25 -3
  445. package/front_end/testing/NetworkHelpers.ts +38 -0
  446. package/front_end/testing/StorageItemsViewHelpers.ts +24 -0
  447. package/front_end/testing/TraceHelpers.ts +10 -0
  448. package/front_end/third_party/additional_readme_paths.json +1 -0
  449. package/front_end/third_party/codemirror.next/chunk/angular.js +1 -1
  450. package/front_end/third_party/codemirror.next/chunk/angular.js.map +1 -1
  451. package/front_end/third_party/codemirror.next/chunk/codemirror.js +1 -1
  452. package/front_end/third_party/codemirror.next/chunk/codemirror.js.map +1 -1
  453. package/front_end/third_party/codemirror.next/chunk/cpp.js.map +1 -1
  454. package/front_end/third_party/codemirror.next/chunk/legacy.js.map +1 -1
  455. package/front_end/third_party/codemirror.next/chunk/less.js.map +1 -1
  456. package/front_end/third_party/codemirror.next/chunk/markdown.js +1 -1
  457. package/front_end/third_party/codemirror.next/chunk/markdown.js.map +1 -1
  458. package/front_end/third_party/codemirror.next/chunk/php.js.map +1 -1
  459. package/front_end/third_party/codemirror.next/chunk/python.js +1 -1
  460. package/front_end/third_party/codemirror.next/chunk/python.js.map +1 -1
  461. package/front_end/third_party/codemirror.next/chunk/sass.js.map +1 -1
  462. package/front_end/third_party/codemirror.next/chunk/svelte.js +1 -1
  463. package/front_end/third_party/codemirror.next/chunk/svelte.js.map +1 -1
  464. package/front_end/third_party/codemirror.next/chunk/vue.js +1 -1
  465. package/front_end/third_party/codemirror.next/chunk/vue.js.map +1 -1
  466. package/front_end/third_party/codemirror.next/chunk/xml.js +1 -1
  467. package/front_end/third_party/codemirror.next/chunk/xml.js.map +1 -1
  468. package/front_end/third_party/codemirror.next/codemirror.next.d.ts +68 -3
  469. package/front_end/third_party/codemirror.next/codemirror.next.js +1 -1
  470. package/front_end/third_party/codemirror.next/package.json +2 -1
  471. package/front_end/third_party/intl-messageformat/README.chromium +2 -1
  472. package/front_end/third_party/intl-messageformat/package/intl-messageformat.esm.js +0 -1
  473. package/front_end/third_party/json5/LICENSE +23 -0
  474. package/front_end/third_party/json5/README.chromium +17 -0
  475. package/front_end/third_party/json5/json5-tsconfig.json +8 -0
  476. package/front_end/third_party/json5/json5.ts +4 -0
  477. package/front_end/third_party/json5/lib/index.d.ts +2 -0
  478. package/front_end/third_party/json5/lib/index.js +1121 -0
  479. package/front_end/third_party/json5/package/lib/index.d.ts +4 -0
  480. package/front_end/third_party/json5/package/lib/index.js +9 -0
  481. package/front_end/third_party/json5/package/lib/parse.d.ts +15 -0
  482. package/front_end/third_party/json5/package/lib/parse.js +1114 -0
  483. package/front_end/third_party/json5/package/lib/register.js +13 -0
  484. package/front_end/third_party/json5/package/lib/require.js +4 -0
  485. package/front_end/third_party/json5/package/lib/stringify.d.ts +89 -0
  486. package/front_end/third_party/json5/package/lib/stringify.js +261 -0
  487. package/front_end/third_party/json5/package/lib/unicode.d.ts +3 -0
  488. package/front_end/third_party/json5/package/lib/unicode.js +4 -0
  489. package/front_end/third_party/json5/package/lib/util.d.ts +5 -0
  490. package/front_end/third_party/json5/package/lib/util.js +35 -0
  491. package/front_end/third_party/json5/package.json +8 -0
  492. package/front_end/third_party/json5/rebuild.sh +5 -0
  493. package/front_end/third_party/puppeteer/README.chromium +2 -2
  494. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts +2 -2
  495. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.d.ts.map +1 -1
  496. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js +1 -6
  497. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Browser.js.map +1 -1
  498. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.d.ts +1 -1
  499. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/BrowserContext.js +1 -1
  500. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.d.ts +1 -1
  501. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/CDPSession.js +1 -1
  502. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.d.ts +4 -4
  503. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js +18 -11
  504. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/ElementHandle.js.map +1 -1
  505. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.d.ts +2 -2
  506. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js +13 -6
  507. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Frame.js.map +1 -1
  508. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts +7 -2
  509. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.d.ts.map +1 -1
  510. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js +3 -3
  511. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPRequest.js.map +1 -1
  512. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts +0 -1
  513. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/HTTPResponse.d.ts.map +1 -1
  514. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.d.ts +3 -3
  515. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Input.js +1 -1
  516. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js +12 -5
  517. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/JSHandle.js.map +1 -1
  518. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts +22 -22
  519. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.d.ts.map +1 -1
  520. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js +26 -19
  521. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/Page.js.map +1 -1
  522. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.d.ts +2 -2
  523. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/WebWorker.js +2 -2
  524. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts +1 -1
  525. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.d.ts.map +1 -1
  526. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js +0 -1
  527. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/api.js.map +1 -1
  528. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.d.ts.map +1 -1
  529. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js +12 -5
  530. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/api/locators/locators.js.map +1 -1
  531. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js +1 -2
  532. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BidiOverCdp.js.map +1 -1
  533. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts +0 -1
  534. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.d.ts.map +1 -1
  535. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js +4 -0
  536. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Browser.js.map +1 -1
  537. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js +1 -2
  538. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserConnector.js.map +1 -1
  539. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js +12 -5
  540. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/BrowserContext.js.map +1 -1
  541. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js +12 -5
  542. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ElementHandle.js.map +1 -1
  543. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js +12 -5
  544. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/ExposedFunction.js.map +1 -1
  545. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.d.ts.map +1 -1
  546. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js +3 -0
  547. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Frame.js.map +1 -1
  548. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js +21 -10
  549. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Page.js.map +1 -1
  550. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js +12 -5
  551. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/Realm.js.map +1 -1
  552. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js +12 -5
  553. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/Browser.js.map +1 -1
  554. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts +1 -1
  555. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.d.ts.map +1 -1
  556. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js +0 -1
  557. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/core/core.js.map +1 -1
  558. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js +2 -3
  559. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/bidi/util.js.map +1 -1
  560. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
  561. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js +3 -0
  562. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
  563. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js +12 -5
  564. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Binding.js.map +1 -1
  565. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts +0 -1
  566. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Browser.d.ts.map +1 -1
  567. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js +1 -2
  568. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserConnector.js.map +1 -1
  569. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js +12 -5
  570. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/BrowserContext.js.map +1 -1
  571. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
  572. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js +3 -1
  573. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
  574. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js +2 -2
  575. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Connection.js.map +1 -1
  576. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
  577. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
  578. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts +3 -3
  579. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  580. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js +17 -13
  581. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExecutionContext.js.map +1 -1
  582. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
  583. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js +5 -1
  584. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/ExtensionTransport.js.map +1 -1
  585. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js +1 -1
  586. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/FrameManager.js.map +1 -1
  587. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js +1 -1
  588. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/HTTPResponse.js.map +1 -1
  589. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.d.ts.map +1 -1
  590. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Input.js.map +1 -1
  591. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
  592. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
  593. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/IsolatedWorld.js.map +1 -1
  594. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js +2 -2
  595. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/JSHandle.js.map +1 -1
  596. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
  597. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js +2 -1
  598. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/NetworkManager.js.map +1 -1
  599. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts +1 -1
  600. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.d.ts.map +1 -1
  601. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js +16 -7
  602. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/Page.js.map +1 -1
  603. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
  604. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
  605. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
  606. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts +2 -0
  607. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.d.ts.map +1 -1
  608. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js +2 -0
  609. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/cdp.js.map +1 -1
  610. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js +6 -6
  611. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/cdp/utils.js.map +1 -1
  612. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js +1 -2
  613. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
  614. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
  615. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
  616. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js +2 -2
  617. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/CallbackRegistry.js.map +1 -1
  618. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts +3 -0
  619. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/ConnectOptions.d.ts.map +1 -1
  620. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.d.ts.map +1 -1
  621. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js +4 -5
  622. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/Debug.js.map +1 -1
  623. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js +1 -2
  624. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/GetQueryHandler.js.map +1 -1
  625. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js +13 -7
  626. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/HandleIterator.js.map +1 -1
  627. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts +1 -1
  628. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/LazyArg.d.ts.map +1 -1
  629. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js +1 -2
  630. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PSelectorParser.js.map +1 -1
  631. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
  632. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js +12 -5
  633. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/QueryHandler.js.map +1 -1
  634. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts +7 -7
  635. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.d.ts.map +1 -1
  636. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js +0 -7
  637. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/common.js.map +1 -1
  638. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts +2 -3
  639. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.d.ts.map +1 -1
  640. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js +14 -12
  641. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/common/util.js.map +1 -1
  642. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts +0 -2
  643. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/environment.d.ts.map +1 -1
  644. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.d.ts +1 -1
  645. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/generated/version.js +1 -1
  646. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
  647. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/CSSSelector.d.ts.map +1 -1
  648. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
  649. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
  650. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
  651. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts +4 -4
  652. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/injected.d.ts.map +1 -1
  653. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js +3 -3
  654. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/injected/util.js.map +1 -1
  655. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
  656. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/BrowserLauncher.js.map +1 -1
  657. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
  658. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js +3 -4
  659. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ChromeLauncher.js.map +1 -1
  660. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts +0 -1
  661. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.d.ts.map +1 -1
  662. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/PipeTransport.js.map +1 -1
  663. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts +0 -1
  664. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
  665. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts +1 -1
  666. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.d.ts.map +1 -1
  667. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js +0 -1
  668. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/node.js.map +1 -1
  669. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js +2 -3
  670. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/node/util/fs.js.map +1 -1
  671. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts +6 -6
  672. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.d.ts.map +1 -1
  673. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js +15 -4
  674. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/puppeteer-core.js.map +1 -1
  675. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.d.ts +3 -3
  676. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js +3 -3
  677. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/revisions.js.map +1 -1
  678. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.d.ts.map +1 -1
  679. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js +1 -0
  680. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Deferred.js.map +1 -1
  681. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts +0 -1
  682. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.d.ts.map +1 -1
  683. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js +4 -5
  684. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/ErrorLike.js.map +1 -1
  685. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.d.ts.map +1 -1
  686. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js +2 -2
  687. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Function.js.map +1 -1
  688. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts +2 -2
  689. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/Mutex.d.ts.map +1 -1
  690. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts +1 -1
  691. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.d.ts.map +1 -1
  692. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js +18 -13
  693. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/decorators.js.map +1 -1
  694. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/disposable.d.ts.map +1 -1
  695. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js +4 -5
  696. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/encoding.js.map +1 -1
  697. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts +1 -0
  698. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.d.ts.map +1 -1
  699. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js +1 -0
  700. package/front_end/third_party/puppeteer/package/lib/cjs/puppeteer/util/util.js.map +1 -1
  701. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.d.ts +374 -578
  702. package/front_end/third_party/puppeteer/package/lib/es5-iife/puppeteer-core-browser.js +316 -150
  703. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts +2 -2
  704. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.d.ts.map +1 -1
  705. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js +1 -6
  706. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Browser.js.map +1 -1
  707. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.d.ts +1 -1
  708. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/BrowserContext.js +1 -1
  709. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.d.ts +1 -1
  710. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/CDPSession.js +1 -1
  711. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.d.ts +4 -4
  712. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js +16 -9
  713. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/ElementHandle.js.map +1 -1
  714. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.d.ts +2 -2
  715. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js +13 -6
  716. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Frame.js.map +1 -1
  717. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts +7 -2
  718. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.d.ts.map +1 -1
  719. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPRequest.js.map +1 -1
  720. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts +0 -1
  721. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/HTTPResponse.d.ts.map +1 -1
  722. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.d.ts +3 -3
  723. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Input.js +1 -1
  724. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js +12 -5
  725. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/JSHandle.js.map +1 -1
  726. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts +22 -22
  727. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.d.ts.map +1 -1
  728. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js +24 -17
  729. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/Page.js.map +1 -1
  730. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.d.ts +2 -2
  731. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/WebWorker.js +2 -2
  732. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts +1 -1
  733. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.d.ts.map +1 -1
  734. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js +0 -1
  735. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/api.js.map +1 -1
  736. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.d.ts.map +1 -1
  737. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js +12 -5
  738. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/api/locators/locators.js.map +1 -1
  739. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts +0 -1
  740. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.d.ts.map +1 -1
  741. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js +4 -0
  742. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Browser.js.map +1 -1
  743. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js +12 -5
  744. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/BrowserContext.js.map +1 -1
  745. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js +12 -5
  746. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ElementHandle.js.map +1 -1
  747. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js +12 -5
  748. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/ExposedFunction.js.map +1 -1
  749. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.d.ts.map +1 -1
  750. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js +3 -0
  751. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Frame.js.map +1 -1
  752. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js +21 -10
  753. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Page.js.map +1 -1
  754. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js +12 -5
  755. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/Realm.js.map +1 -1
  756. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js +12 -5
  757. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/Browser.js.map +1 -1
  758. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts +1 -1
  759. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.d.ts.map +1 -1
  760. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js +0 -1
  761. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/bidi/core/core.js.map +1 -1
  762. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.d.ts.map +1 -1
  763. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js +3 -0
  764. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/AriaQueryHandler.js.map +1 -1
  765. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js +12 -5
  766. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Binding.js.map +1 -1
  767. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts +0 -1
  768. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Browser.d.ts.map +1 -1
  769. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js +12 -5
  770. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/BrowserContext.js.map +1 -1
  771. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.d.ts.map +1 -1
  772. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js +3 -1
  773. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ChromeTargetManager.js.map +1 -1
  774. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.d.ts +1 -1
  775. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +1 -1
  776. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts +3 -3
  777. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.d.ts.map +1 -1
  778. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js +17 -13
  779. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExecutionContext.js.map +1 -1
  780. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.d.ts.map +1 -1
  781. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js +5 -1
  782. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/ExtensionTransport.js.map +1 -1
  783. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js +1 -1
  784. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/FrameManager.js.map +1 -1
  785. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js +1 -1
  786. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/HTTPResponse.js.map +1 -1
  787. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.d.ts.map +1 -1
  788. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Input.js.map +1 -1
  789. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts +1 -2
  790. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.d.ts.map +1 -1
  791. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/IsolatedWorld.js.map +1 -1
  792. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.d.ts.map +1 -1
  793. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js +2 -1
  794. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/NetworkManager.js.map +1 -1
  795. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts +1 -1
  796. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.d.ts.map +1 -1
  797. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js +16 -7
  798. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/Page.js.map +1 -1
  799. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts +4 -4
  800. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.d.ts.map +1 -1
  801. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +4 -4
  802. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts +2 -0
  803. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.d.ts.map +1 -1
  804. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js +2 -0
  805. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/cdp/cdp.js.map +1 -1
  806. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CSSQueryHandler.d.ts.map +1 -1
  807. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.d.ts.map +1 -1
  808. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/CallbackRegistry.js.map +1 -1
  809. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts +3 -0
  810. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/ConnectOptions.d.ts.map +1 -1
  811. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.d.ts.map +1 -1
  812. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js +0 -1
  813. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/Debug.js.map +1 -1
  814. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js +12 -5
  815. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/HandleIterator.js.map +1 -1
  816. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts +1 -1
  817. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/LazyArg.d.ts.map +1 -1
  818. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/PierceQueryHandler.d.ts.map +1 -1
  819. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js +12 -5
  820. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/QueryHandler.js.map +1 -1
  821. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts +7 -7
  822. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.d.ts.map +1 -1
  823. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js +0 -7
  824. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/common.js.map +1 -1
  825. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts +2 -3
  826. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.d.ts.map +1 -1
  827. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js +3 -1
  828. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/util.js.map +1 -1
  829. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts +0 -2
  830. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/environment.d.ts.map +1 -1
  831. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.d.ts +1 -1
  832. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/generated/version.js +1 -1
  833. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/ARIAQuerySelector.d.ts.map +1 -1
  834. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/CSSSelector.d.ts.map +1 -1
  835. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/PQuerySelector.d.ts.map +1 -1
  836. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/TextQuerySelector.d.ts.map +1 -1
  837. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/XPathQuerySelector.d.ts.map +1 -1
  838. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts +3 -3
  839. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/injected/injected.d.ts.map +1 -1
  840. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.d.ts.map +1 -1
  841. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/BrowserLauncher.js.map +1 -1
  842. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.d.ts.map +1 -1
  843. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js +0 -1
  844. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ChromeLauncher.js.map +1 -1
  845. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts +0 -1
  846. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.d.ts.map +1 -1
  847. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/PipeTransport.js.map +1 -1
  848. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts +0 -1
  849. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/ScreenRecorder.d.ts.map +1 -1
  850. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts +1 -1
  851. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.d.ts.map +1 -1
  852. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js +0 -1
  853. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/node/node.js.map +1 -1
  854. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts +1 -1
  855. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core-browser.d.ts.map +1 -1
  856. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts +6 -6
  857. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.d.ts.map +1 -1
  858. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js +3 -4
  859. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/puppeteer-core.js.map +1 -1
  860. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.d.ts +3 -3
  861. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js +3 -3
  862. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/revisions.js.map +1 -1
  863. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.d.ts.map +1 -1
  864. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js +1 -0
  865. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Deferred.js.map +1 -1
  866. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts +0 -1
  867. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/ErrorLike.d.ts.map +1 -1
  868. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Function.d.ts.map +1 -1
  869. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts +1 -1
  870. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/Mutex.d.ts.map +1 -1
  871. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts +1 -1
  872. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.d.ts.map +1 -1
  873. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js +12 -6
  874. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/decorators.js.map +1 -1
  875. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/disposable.d.ts.map +1 -1
  876. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts +1 -0
  877. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.d.ts.map +1 -1
  878. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js +1 -0
  879. package/front_end/third_party/puppeteer/package/lib/esm/puppeteer/util/util.js.map +1 -1
  880. package/front_end/third_party/puppeteer/package/lib/types.d.ts +374 -578
  881. package/front_end/third_party/puppeteer/package/package.json +6 -6
  882. package/front_end/third_party/puppeteer/package/src/api/Browser.ts +8 -8
  883. package/front_end/third_party/puppeteer/package/src/api/BrowserContext.ts +5 -5
  884. package/front_end/third_party/puppeteer/package/src/api/CDPSession.ts +2 -2
  885. package/front_end/third_party/puppeteer/package/src/api/Dialog.ts +1 -1
  886. package/front_end/third_party/puppeteer/package/src/api/ElementHandle.ts +44 -44
  887. package/front_end/third_party/puppeteer/package/src/api/Frame.ts +33 -33
  888. package/front_end/third_party/puppeteer/package/src/api/HTTPRequest.ts +14 -9
  889. package/front_end/third_party/puppeteer/package/src/api/Input.ts +11 -11
  890. package/front_end/third_party/puppeteer/package/src/api/JSHandle.ts +5 -5
  891. package/front_end/third_party/puppeteer/package/src/api/Page.ts +88 -87
  892. package/front_end/third_party/puppeteer/package/src/api/Realm.ts +2 -2
  893. package/front_end/third_party/puppeteer/package/src/api/WebWorker.ts +2 -2
  894. package/front_end/third_party/puppeteer/package/src/api/api.ts +1 -1
  895. package/front_end/third_party/puppeteer/package/src/api/locators/locators.ts +79 -79
  896. package/front_end/third_party/puppeteer/package/src/bidi/BidiOverCdp.ts +7 -7
  897. package/front_end/third_party/puppeteer/package/src/bidi/Browser.ts +9 -5
  898. package/front_end/third_party/puppeteer/package/src/bidi/BrowserConnector.ts +5 -5
  899. package/front_end/third_party/puppeteer/package/src/bidi/BrowserContext.ts +10 -10
  900. package/front_end/third_party/puppeteer/package/src/bidi/CDPSession.ts +4 -4
  901. package/front_end/third_party/puppeteer/package/src/bidi/Connection.ts +6 -6
  902. package/front_end/third_party/puppeteer/package/src/bidi/ElementHandle.ts +3 -3
  903. package/front_end/third_party/puppeteer/package/src/bidi/ExposedFunction.ts +11 -11
  904. package/front_end/third_party/puppeteer/package/src/bidi/Frame.ts +45 -41
  905. package/front_end/third_party/puppeteer/package/src/bidi/HTTPRequest.ts +9 -9
  906. package/front_end/third_party/puppeteer/package/src/bidi/HTTPResponse.ts +3 -3
  907. package/front_end/third_party/puppeteer/package/src/bidi/Input.ts +10 -10
  908. package/front_end/third_party/puppeteer/package/src/bidi/JSHandle.ts +1 -1
  909. package/front_end/third_party/puppeteer/package/src/bidi/Page.ts +56 -52
  910. package/front_end/third_party/puppeteer/package/src/bidi/Realm.ts +15 -15
  911. package/front_end/third_party/puppeteer/package/src/bidi/Serializer.ts +1 -1
  912. package/front_end/third_party/puppeteer/package/src/bidi/Target.ts +2 -2
  913. package/front_end/third_party/puppeteer/package/src/bidi/WebWorker.ts +2 -2
  914. package/front_end/third_party/puppeteer/package/src/bidi/core/Browser.ts +4 -4
  915. package/front_end/third_party/puppeteer/package/src/bidi/core/BrowsingContext.ts +17 -17
  916. package/front_end/third_party/puppeteer/package/src/bidi/core/Connection.ts +1 -1
  917. package/front_end/third_party/puppeteer/package/src/bidi/core/Navigation.ts +3 -3
  918. package/front_end/third_party/puppeteer/package/src/bidi/core/Realm.ts +6 -6
  919. package/front_end/third_party/puppeteer/package/src/bidi/core/Request.ts +5 -5
  920. package/front_end/third_party/puppeteer/package/src/bidi/core/Session.ts +4 -4
  921. package/front_end/third_party/puppeteer/package/src/bidi/core/UserContext.ts +9 -9
  922. package/front_end/third_party/puppeteer/package/src/bidi/core/UserPrompt.ts +4 -4
  923. package/front_end/third_party/puppeteer/package/src/bidi/core/core.ts +1 -1
  924. package/front_end/third_party/puppeteer/package/src/bidi/util.ts +4 -4
  925. package/front_end/third_party/puppeteer/package/src/cdp/Accessibility.ts +7 -7
  926. package/front_end/third_party/puppeteer/package/src/cdp/AriaQueryHandler.ts +10 -6
  927. package/front_end/third_party/puppeteer/package/src/cdp/Binding.ts +6 -6
  928. package/front_end/third_party/puppeteer/package/src/cdp/Browser.ts +24 -24
  929. package/front_end/third_party/puppeteer/package/src/cdp/BrowserConnector.ts +4 -4
  930. package/front_end/third_party/puppeteer/package/src/cdp/BrowserContext.ts +2 -2
  931. package/front_end/third_party/puppeteer/package/src/cdp/CDPSession.ts +7 -7
  932. package/front_end/third_party/puppeteer/package/src/cdp/ChromeTargetManager.ts +19 -17
  933. package/front_end/third_party/puppeteer/package/src/cdp/Connection.ts +7 -7
  934. package/front_end/third_party/puppeteer/package/src/cdp/Coverage.ts +11 -11
  935. package/front_end/third_party/puppeteer/package/src/cdp/DeviceRequestPrompt.ts +17 -17
  936. package/front_end/third_party/puppeteer/package/src/cdp/Dialog.ts +1 -1
  937. package/front_end/third_party/puppeteer/package/src/cdp/ElementHandle.ts +6 -6
  938. package/front_end/third_party/puppeteer/package/src/cdp/EmulationManager.ts +34 -34
  939. package/front_end/third_party/puppeteer/package/src/cdp/ExecutionContext.ts +18 -19
  940. package/front_end/third_party/puppeteer/package/src/cdp/ExtensionTransport.ts +7 -3
  941. package/front_end/third_party/puppeteer/package/src/cdp/FirefoxTargetManager.ts +7 -7
  942. package/front_end/third_party/puppeteer/package/src/cdp/Frame.ts +16 -16
  943. package/front_end/third_party/puppeteer/package/src/cdp/FrameManager.ts +20 -20
  944. package/front_end/third_party/puppeteer/package/src/cdp/FrameManagerEvents.ts +1 -1
  945. package/front_end/third_party/puppeteer/package/src/cdp/HTTPRequest.ts +5 -5
  946. package/front_end/third_party/puppeteer/package/src/cdp/HTTPResponse.ts +5 -5
  947. package/front_end/third_party/puppeteer/package/src/cdp/Input.ts +16 -14
  948. package/front_end/third_party/puppeteer/package/src/cdp/IsolatedWorld.ts +14 -13
  949. package/front_end/third_party/puppeteer/package/src/cdp/JSHandle.ts +2 -2
  950. package/front_end/third_party/puppeteer/package/src/cdp/LifecycleWatcher.ts +11 -11
  951. package/front_end/third_party/puppeteer/package/src/cdp/NetworkEventManager.ts +15 -15
  952. package/front_end/third_party/puppeteer/package/src/cdp/NetworkManager.ts +38 -37
  953. package/front_end/third_party/puppeteer/package/src/cdp/Page.ts +71 -70
  954. package/front_end/third_party/puppeteer/package/src/cdp/PredefinedNetworkConditions.ts +4 -4
  955. package/front_end/third_party/puppeteer/package/src/cdp/Target.ts +4 -4
  956. package/front_end/third_party/puppeteer/package/src/cdp/TargetManager.ts +1 -1
  957. package/front_end/third_party/puppeteer/package/src/cdp/Tracing.ts +2 -2
  958. package/front_end/third_party/puppeteer/package/src/cdp/WebWorker.ts +5 -5
  959. package/front_end/third_party/puppeteer/package/src/cdp/cdp.ts +2 -0
  960. package/front_end/third_party/puppeteer/package/src/cdp/utils.ts +10 -10
  961. package/front_end/third_party/puppeteer/package/src/common/BrowserConnector.ts +5 -5
  962. package/front_end/third_party/puppeteer/package/src/common/CSSQueryHandler.ts +2 -2
  963. package/front_end/third_party/puppeteer/package/src/common/CallbackRegistry.ts +9 -7
  964. package/front_end/third_party/puppeteer/package/src/common/ConnectOptions.ts +3 -0
  965. package/front_end/third_party/puppeteer/package/src/common/ConsoleMessage.ts +1 -1
  966. package/front_end/third_party/puppeteer/package/src/common/CustomQueryHandler.ts +6 -6
  967. package/front_end/third_party/puppeteer/package/src/common/Debug.ts +0 -1
  968. package/front_end/third_party/puppeteer/package/src/common/EventEmitter.ts +8 -8
  969. package/front_end/third_party/puppeteer/package/src/common/FileChooser.ts +3 -3
  970. package/front_end/third_party/puppeteer/package/src/common/HandleIterator.ts +3 -3
  971. package/front_end/third_party/puppeteer/package/src/common/LazyArg.ts +1 -1
  972. package/front_end/third_party/puppeteer/package/src/common/NetworkManagerEvents.ts +1 -1
  973. package/front_end/third_party/puppeteer/package/src/common/PQueryHandler.ts +2 -2
  974. package/front_end/third_party/puppeteer/package/src/common/PSelectorParser.ts +1 -1
  975. package/front_end/third_party/puppeteer/package/src/common/PierceQueryHandler.ts +2 -2
  976. package/front_end/third_party/puppeteer/package/src/common/Puppeteer.ts +1 -1
  977. package/front_end/third_party/puppeteer/package/src/common/QueryHandler.ts +12 -12
  978. package/front_end/third_party/puppeteer/package/src/common/TaskQueue.ts +1 -1
  979. package/front_end/third_party/puppeteer/package/src/common/TextQueryHandler.ts +1 -1
  980. package/front_end/third_party/puppeteer/package/src/common/WaitTask.ts +8 -8
  981. package/front_end/third_party/puppeteer/package/src/common/XPathQueryHandler.ts +2 -2
  982. package/front_end/third_party/puppeteer/package/src/common/common.ts +7 -7
  983. package/front_end/third_party/puppeteer/package/src/common/util.ts +15 -14
  984. package/front_end/third_party/puppeteer/package/src/generated/version.ts +1 -1
  985. package/front_end/third_party/puppeteer/package/src/injected/ARIAQuerySelector.ts +3 -3
  986. package/front_end/third_party/puppeteer/package/src/injected/CSSSelector.ts +2 -2
  987. package/front_end/third_party/puppeteer/package/src/injected/PQuerySelector.ts +7 -7
  988. package/front_end/third_party/puppeteer/package/src/injected/PierceQuerySelector.ts +2 -2
  989. package/front_end/third_party/puppeteer/package/src/injected/TextContent.ts +1 -1
  990. package/front_end/third_party/puppeteer/package/src/injected/TextQuerySelector.ts +1 -1
  991. package/front_end/third_party/puppeteer/package/src/injected/XPathQuerySelector.ts +2 -2
  992. package/front_end/third_party/puppeteer/package/src/injected/util.ts +2 -2
  993. package/front_end/third_party/puppeteer/package/src/node/BrowserLauncher.ts +38 -30
  994. package/front_end/third_party/puppeteer/package/src/node/ChromeLauncher.ts +11 -12
  995. package/front_end/third_party/puppeteer/package/src/node/FirefoxLauncher.ts +8 -8
  996. package/front_end/third_party/puppeteer/package/src/node/NodeWebSocketTransport.ts +1 -1
  997. package/front_end/third_party/puppeteer/package/src/node/PipeTransport.ts +7 -3
  998. package/front_end/third_party/puppeteer/package/src/node/PuppeteerNode.ts +4 -4
  999. package/front_end/third_party/puppeteer/package/src/node/ScreenRecorder.ts +10 -10
  1000. package/front_end/third_party/puppeteer/package/src/node/node.ts +1 -1
  1001. package/front_end/third_party/puppeteer/package/src/puppeteer-core.ts +4 -4
  1002. package/front_end/third_party/puppeteer/package/src/revisions.ts +3 -3
  1003. package/front_end/third_party/puppeteer/package/src/util/AsyncIterableUtil.ts +3 -3
  1004. package/front_end/third_party/puppeteer/package/src/util/Deferred.ts +3 -2
  1005. package/front_end/third_party/puppeteer/package/src/util/ErrorLike.ts +1 -1
  1006. package/front_end/third_party/puppeteer/package/src/util/Function.ts +4 -4
  1007. package/front_end/third_party/puppeteer/package/src/util/Mutex.ts +1 -1
  1008. package/front_end/third_party/puppeteer/package/src/util/assert.ts +1 -1
  1009. package/front_end/third_party/puppeteer/package/src/util/decorators.ts +8 -9
  1010. package/front_end/third_party/puppeteer/package/src/util/encoding.ts +1 -1
  1011. package/front_end/third_party/puppeteer/package/src/util/util.ts +1 -0
  1012. package/front_end/third_party/web-vitals/README.chromium +3 -3
  1013. package/front_end/third_party/web-vitals/package/README.md +36 -23
  1014. package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.d.ts +2 -1
  1015. package/front_end/third_party/web-vitals/package/dist/modules/attribution/onINP.js +11 -13
  1016. package/front_end/third_party/web-vitals/package/dist/modules/lib/bindReporter.d.ts +2 -22
  1017. package/front_end/third_party/web-vitals/package/dist/modules/lib/initMetric.d.ts +3 -2
  1018. package/front_end/third_party/web-vitals/package/dist/modules/lib/interactions.js +1 -1
  1019. package/front_end/third_party/web-vitals/package/dist/modules/onLCP.js +4 -1
  1020. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.iife.js +1 -1
  1021. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.js +1 -1
  1022. package/front_end/third_party/web-vitals/package/dist/web-vitals.attribution.umd.cjs +1 -1
  1023. package/front_end/third_party/web-vitals/package/dist/web-vitals.iife.js +1 -1
  1024. package/front_end/third_party/web-vitals/package/dist/web-vitals.js +1 -1
  1025. package/front_end/third_party/web-vitals/package/dist/web-vitals.umd.cjs +1 -1
  1026. package/front_end/third_party/web-vitals/package/package.json +1 -1
  1027. package/front_end/third_party/web-vitals/package/src/attribution/onINP.ts +11 -14
  1028. package/front_end/third_party/web-vitals/package/src/lib/interactions.ts +1 -1
  1029. package/front_end/third_party/web-vitals/package/src/onLCP.ts +4 -1
  1030. package/front_end/third_party/web-vitals/rebuild.sh +14 -0
  1031. package/front_end/third_party/web-vitals/web-vitals.ts +2 -0
  1032. package/front_end/ui/components/adorners/Adorner.ts +0 -1
  1033. package/front_end/ui/components/buttons/Button.ts +0 -1
  1034. package/front_end/ui/components/buttons/button.css +1 -0
  1035. package/front_end/ui/components/cards/Card.test.ts +31 -5
  1036. package/front_end/ui/components/cards/Card.ts +22 -3
  1037. package/front_end/ui/components/cards/card.css +25 -7
  1038. package/front_end/ui/components/chrome_link/ChromeLink.ts +0 -1
  1039. package/front_end/ui/components/data_grid/DataGrid.ts +0 -1
  1040. package/front_end/ui/components/data_grid/DataGridController.ts +2 -3
  1041. package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
  1042. package/front_end/ui/components/dialogs/Dialog.ts +0 -1
  1043. package/front_end/ui/components/dialogs/IconDialog.ts +9 -11
  1044. package/front_end/ui/components/dialogs/ShortcutDialog.ts +3 -4
  1045. package/front_end/ui/components/diff_view/DiffView.ts +0 -1
  1046. package/front_end/ui/components/docs/building-ui-documentation/ComponentPerformance.md +1 -4
  1047. package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +14 -44
  1048. package/front_end/ui/components/docs/freestyler/basic.ts +2 -3
  1049. package/front_end/ui/components/docs/freestyler/empty_state.ts +2 -2
  1050. package/front_end/ui/components/docs/icon_dialog/basic.ts +4 -4
  1051. package/front_end/ui/components/docs/performance_panel/basic.ts +4 -1
  1052. package/front_end/ui/components/docs/report/basic.ts +3 -3
  1053. package/front_end/ui/components/expandable_list/ExpandableList.ts +0 -1
  1054. package/front_end/ui/components/floating_button/FloatingButton.ts +0 -1
  1055. package/front_end/ui/components/icon_button/FileSourceIcon.test.ts +32 -0
  1056. package/front_end/ui/components/icon_button/FileSourceIcon.ts +76 -0
  1057. package/front_end/ui/components/icon_button/Icon.ts +0 -3
  1058. package/front_end/ui/components/icon_button/IconButton.ts +0 -1
  1059. package/front_end/ui/components/icon_button/fileSourceIcon.css +43 -0
  1060. package/front_end/ui/components/icon_button/icon_button.ts +2 -0
  1061. package/front_end/ui/components/issue_counter/IssueCounter.ts +1 -3
  1062. package/front_end/ui/components/issue_counter/IssueLinkIcon.ts +0 -1
  1063. package/front_end/ui/components/legacy_wrapper/LegacyWrapper.ts +1 -1
  1064. package/front_end/ui/components/linkifier/LinkifierImpl.ts +4 -2
  1065. package/front_end/ui/components/markdown_view/CodeBlock.ts +0 -1
  1066. package/front_end/ui/components/markdown_view/MarkdownImage.ts +0 -1
  1067. package/front_end/ui/components/markdown_view/MarkdownLink.ts +0 -1
  1068. package/front_end/ui/components/markdown_view/MarkdownView.ts +10 -7
  1069. package/front_end/ui/components/menus/Menu.ts +0 -3
  1070. package/front_end/ui/components/menus/SelectMenu.ts +0 -2
  1071. package/front_end/ui/components/menus/selectMenu.css +8 -5
  1072. package/front_end/ui/components/menus/selectMenuButton.css +29 -17
  1073. package/front_end/ui/components/node_text/NodeText.ts +0 -1
  1074. package/front_end/ui/components/panel_feedback/FeedbackButton.ts +0 -1
  1075. package/front_end/ui/components/panel_feedback/PanelFeedback.ts +1 -3
  1076. package/front_end/ui/components/panel_feedback/PreviewToggle.ts +1 -3
  1077. package/front_end/ui/components/panel_introduction_steps/PanelIntroductionSteps.ts +0 -1
  1078. package/front_end/ui/components/report_view/ReportView.ts +1 -7
  1079. package/front_end/ui/components/request_link_icon/RequestLinkIcon.ts +0 -1
  1080. package/front_end/ui/components/settings/SettingCheckbox.ts +28 -10
  1081. package/front_end/ui/components/settings/SettingDeprecationWarning.ts +2 -4
  1082. package/front_end/ui/components/settings/settingCheckbox.css +1 -0
  1083. package/front_end/ui/components/spinners/Spinner.ts +0 -1
  1084. package/front_end/ui/components/spinners/spinner.css +1 -0
  1085. package/front_end/ui/components/split_view/SplitView.ts +0 -1
  1086. package/front_end/ui/components/srgb_overlay/SrgbOverlay.ts +0 -1
  1087. package/front_end/ui/components/survey_link/SurveyLink.ts +1 -3
  1088. package/front_end/ui/components/switch/SwitchImpl.ts +0 -1
  1089. package/front_end/ui/components/text_editor/TextEditor.ts +0 -2
  1090. package/front_end/ui/components/text_prompt/TextPrompt.ts +0 -1
  1091. package/front_end/ui/components/tree_outline/TreeOutline.ts +0 -1
  1092. package/front_end/ui/components/two_states_counter/TwoStatesCounter.ts +0 -1
  1093. package/front_end/ui/legacy/ContextMenu.ts +46 -7
  1094. package/front_end/ui/legacy/FilterBar.test.ts +52 -0
  1095. package/front_end/ui/legacy/FilterBar.ts +46 -1
  1096. package/front_end/ui/legacy/KeyboardShortcut.ts +35 -21
  1097. package/front_end/ui/legacy/Panel.ts +2 -2
  1098. package/front_end/ui/legacy/ShortcutRegistry.ts +10 -7
  1099. package/front_end/ui/legacy/SoftContextMenu.ts +3 -0
  1100. package/front_end/ui/legacy/ThrottledWidget.ts +2 -2
  1101. package/front_end/ui/legacy/Toolbar.ts +1 -0
  1102. package/front_end/ui/legacy/Treeoutline.ts +7 -4
  1103. package/front_end/ui/legacy/UIUtils.ts +9 -0
  1104. package/front_end/ui/legacy/View.ts +2 -2
  1105. package/front_end/ui/legacy/ViewManager.ts +2 -1
  1106. package/front_end/ui/legacy/Widget.ts +4 -4
  1107. package/front_end/ui/legacy/components/data_grid/DataGrid.test.ts +51 -0
  1108. package/front_end/ui/legacy/components/data_grid/DataGrid.ts +92 -6
  1109. package/front_end/ui/legacy/components/data_grid/dataGrid.css +8 -1
  1110. package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +4 -7
  1111. package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +0 -1
  1112. package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +0 -1
  1113. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +0 -1
  1114. package/front_end/ui/legacy/components/inline_editor/ColorMixSwatch.ts +0 -1
  1115. package/front_end/ui/legacy/components/inline_editor/ColorSwatch.ts +0 -1
  1116. package/front_end/ui/legacy/components/inline_editor/LinkSwatch.ts +0 -3
  1117. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -2
  1118. package/front_end/ui/legacy/components/object_ui/ObjectPropertiesSection.ts +2 -2
  1119. package/front_end/ui/legacy/components/perf_ui/CanvasHelper.ts +1 -83
  1120. package/front_end/ui/legacy/components/perf_ui/ChartViewport.ts +3 -2
  1121. package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +162 -57
  1122. package/front_end/ui/legacy/components/perf_ui/PieChart.ts +0 -1
  1123. package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +3 -3
  1124. package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.test.ts +5 -9
  1125. package/front_end/ui/legacy/components/source_frame/BinaryResourceViewFactory.ts +9 -60
  1126. package/front_end/ui/legacy/components/source_frame/SourceFrame.test.ts +18 -0
  1127. package/front_end/ui/legacy/components/source_frame/SourceFrame.ts +20 -3
  1128. package/front_end/{panels/network/RequestBinaryResponseView.test.ts → ui/legacy/components/source_frame/StreamingContentHexView.test.ts} +12 -12
  1129. package/front_end/ui/legacy/components/source_frame/StreamingContentHexView.ts +122 -0
  1130. package/front_end/ui/legacy/components/source_frame/source_frame.ts +2 -0
  1131. package/front_end/ui/legacy/designTokens.css +46 -40
  1132. package/front_end/ui/legacy/filter.css +23 -8
  1133. package/front_end/ui/legacy/inspectorCommon.css +31 -29
  1134. package/front_end/ui/legacy/searchableView.css +4 -3
  1135. package/front_end/ui/legacy/softDropDownButton.css +10 -6
  1136. package/front_end/ui/legacy/tabbedPane.css +1 -1
  1137. package/front_end/ui/legacy/toolbar.css +38 -18
  1138. package/front_end/ui/visual_logging/KnownContextValues.ts +67 -1
  1139. package/front_end/ui/visual_logging/LoggingDriver.test.ts +53 -6
  1140. package/front_end/ui/visual_logging/LoggingDriver.ts +8 -5
  1141. package/front_end/ui/visual_logging/LoggingEvents.test.ts +5 -1
  1142. package/front_end/ui/visual_logging/LoggingEvents.ts +1 -1
  1143. package/front_end/ui/visual_logging/LoggingState.ts +1 -1
  1144. package/package.json +5 -6
  1145. package/scripts/build/esbuild.js +3 -1
  1146. package/scripts/devtools_paths.js +11 -1
  1147. package/scripts/eslint_rules/lib/check_test_definitions.js +1 -1
  1148. package/scripts/eslint_rules/tests/check_test_definitions_test.js +10 -0
  1149. package/tsconfig.json +11 -1
  1150. package/docs/add_uma_metrics.md +0 -41
  1151. package/docs/uma_metrics.md +0 -23
  1152. package/front_end/panels/animation/AnimationDOMNode.ts +0 -268
  1153. package/front_end/panels/freestyler/components/ProvideFeedback.test.ts +0 -29
  1154. package/front_end/panels/freestyler/components/provideFeedback.css +0 -60
  1155. package/front_end/panels/network/RequestBinaryResponseView.ts +0 -67
  1156. package/scripts/eslint_rules/lib/lit_html_data_as_type.js +0 -83
  1157. package/scripts/eslint_rules/tests/lit_html_data_as_type_test.js +0 -81
@@ -213,7 +213,10 @@
213
213
  "message": "{PH1} μs"
214
214
  },
215
215
  "core/i18n/time-utilities.ts | fms": {
216
- "message": "{PH1} மிவி"
216
+ "message": "{PH1} ms"
217
+ },
218
+ "core/i18n/time-utilities.ts | fmsExpanded": {
219
+ "message": "{PH1} மில்லிவினாடிகள்"
217
220
  },
218
221
  "core/i18n/time-utilities.ts | fs": {
219
222
  "message": "{PH1} வி"
@@ -249,7 +252,7 @@
249
252
  "message": "“{PH1}” ப்ரொஃபைல் தொடங்கியது."
250
253
  },
251
254
  "core/sdk/DebuggerModel.ts | block": {
252
- "message": "Block"
255
+ "message": "பிளாக்"
253
256
  },
254
257
  "core/sdk/DebuggerModel.ts | catchBlock": {
255
258
  "message": "Catch பிரிவு"
@@ -273,7 +276,7 @@
273
276
  "message": "மாடியூல்"
274
277
  },
275
278
  "core/sdk/DebuggerModel.ts | returnValue": {
276
- "message": "Return value"
279
+ "message": "வழங்கப்படும் மதிப்பு"
277
280
  },
278
281
  "core/sdk/DebuggerModel.ts | script": {
279
282
  "message": "ஸ்கிரிப்ட்"
@@ -282,10 +285,10 @@
282
285
  "message": "With பிரிவு"
283
286
  },
284
287
  "core/sdk/NetworkManager.ts | fast4G": {
285
- "message": "Fast 4G"
288
+ "message": "வேகமான 4G"
286
289
  },
287
290
  "core/sdk/NetworkManager.ts | fastG": {
288
- "message": "Slow 4G"
291
+ "message": "வேகம் குறைவான 4G"
289
292
  },
290
293
  "core/sdk/NetworkManager.ts | noContentForPreflight": {
291
294
  "message": "ப்ரீஃப்ளைட் கோரிக்கைக்கான உள்ளடக்கம் எதுவுமில்லை"
@@ -354,10 +357,10 @@
354
357
  "message": "இந்தக் குக்கீயை Storage Access API அனுமதித்துள்ளது. மேலும் தெரிந்துகொள்ளுங்கள்: goo.gle/saa"
355
358
  },
356
359
  "core/sdk/NetworkRequest.ts | exemptionReasonTPCDDeprecationTrial": {
357
- "message": "This cookie is allowed by third-party cookie deprecation trial. Learn more: goo.gle/ps-dt."
360
+ "message": "மூன்றாம் தரப்புக் குக்கீயின் டெப்ரிகேஷன் ட்ரயல் மூலம் இந்தக் குக்கீ அனுமதிக்கப்பட்டுள்ளது. goo.gle/ps-dt தளத்தில் மேலும் தெரிந்துகொள்ளுங்கள்."
358
361
  },
359
362
  "core/sdk/NetworkRequest.ts | exemptionReasonTPCDHeuristics": {
360
- "message": "This cookie is allowed by third-party cookie heuristics. Learn more: goo.gle/hbe"
363
+ "message": "மூன்றாம் தரப்புக் குக்கீயின் ஹியுரிஸ்ட்டிக்ஸ் மூலம் இந்தக் குக்கீ அனுமதிக்கப்பட்டுள்ளது. goo.gle/hbe தளத்தில் மேலும் தெரிந்துகொள்ளுங்கள்"
361
364
  },
362
365
  "core/sdk/NetworkRequest.ts | exemptionReasonTPCDMetadata": {
363
366
  "message": "மூன்றாம் தரப்புக் குக்கீ டெப்ரிகேஷன் ட்ரயல் சலுகைக் காலத்தின் காரணமாக இந்தக் குக்கீ அனுமதிக்கப்பட்டுள்ளது. goo.gle/dt-grace தளத்தில் மேலும் தெரிந்துகொள்ளுங்கள்."
@@ -366,7 +369,7 @@
366
369
  "message": "இந்தக் குக்கீயை முதல் நிலை Storage Access API அனுமதித்துள்ளது. மேலும் தெரிந்துகொள்ளுங்கள்: goo.gle/saa-top"
367
370
  },
368
371
  "core/sdk/NetworkRequest.ts | exemptionReasonTopLevelTPCDDeprecationTrial": {
369
- "message": "This cookie is allowed by top-level third-party cookie deprecation trial. Learn more: goo.gle/ps-dt."
372
+ "message": "முதல் நிலை மூன்றாம் தரப்புக் குக்கீயின் டெப்ரிகேஷன் ட்ரயல் மூலம் இந்தக் குக்கீ அனுமதிக்கப்பட்டுள்ளது. goo.gle/ps-dt தளத்தில் மேலும் தெரிந்துகொள்ளுங்கள்."
370
373
  },
371
374
  "core/sdk/NetworkRequest.ts | exemptionReasonUserSetting": {
372
375
  "message": "பயனர் விருப்பத்தேர்வு காரணமாக இந்தக் குக்கீ அனுமதிக்கப்பட்டுள்ளது."
@@ -411,7 +414,7 @@
411
414
  "message": "குக்கீகளைச் சேமிக்க இந்த இணைப்பின் திட்டத்திற்கு அனுமதியில்லை."
412
415
  },
413
416
  "core/sdk/NetworkRequest.ts | thirdPartyPhaseout": {
414
- "message": "This cookie was blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
417
+ "message": "Chrome கொடியிடல்கள் அல்லது பிரவுசர் உள்ளமைவின் காரணமாக இந்தக் குக்கீ தடுக்கப்பட்டது. ‘சிக்கல்கள்’ பேனலில் மேலும் தெரிந்துகொள்ளலாம்."
415
418
  },
416
419
  "core/sdk/NetworkRequest.ts | thisSetcookieDidntSpecifyASamesite": {
417
420
  "message": "இந்த Set-Cookie தலைப்பில் \"SameSite\" பண்புக்கூறு குறிப்பிடப்படவில்லை, \"SameSite=Lax\" என்பதே இயல்பு மதிப்பாக அமைக்கப்பட்டது. வேற்று தளப் பதிலில் (உயர்நிலை வழிச்செலுத்தலுக்குரிய பதிலாக அல்லாமல்) இருந்து பெறப்பட்டதால் இந்தக் குக்கீ தடுக்கப்பட்டது. URLலின் ஸ்கீமும் தற்போதைய தளத்தின் ஸ்கீமும் வெவ்வேறாக இருப்பதால் இந்தக் கோரிக்கை வேற்று தளக் கோரிக்கை எனக் கருதப்பட்டது."
@@ -435,7 +438,7 @@
435
438
  "message": "குக்கீ மிகவும் பெரிதாக இருந்ததால் Set-Cookie தலைப்பு மூலம் குக்கீயை அமைக்கும் இந்த முயற்சி தடுக்கப்பட்டது. பெயர், மதிப்பு ஆகியவற்றின் ஒட்டுமொத்த அளவு 4096 எழுத்துகளை விடக் குறைவாகவோ அதற்குச் சமமாகவோ இருக்க வேண்டும்."
436
439
  },
437
440
  "core/sdk/NetworkRequest.ts | thisSetcookieWasBlockedDueThirdPartyPhaseout": {
438
- "message": "Setting this cookie was blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
441
+ "message": "Chrome கொடியிடல்கள் அல்லது பிரவுசர் உள்ளமைவின் காரணமாக இந்தக் குக்கீயை அமைப்பது தடுக்கப்பட்டது. ‘சிக்கல்கள்’ பேனலில் மேலும் தெரிந்துகொள்ளலாம்."
439
442
  },
440
443
  "core/sdk/NetworkRequest.ts | thisSetcookieWasBlockedDueToUser": {
441
444
  "message": "பயனரின் விருப்பத்தேர்வுகள் காரணமாக Set-Cookie தலைப்பு மூலம் குக்கீயை அமைக்கும் இந்த முயற்சி தடுக்கப்பட்டது."
@@ -513,7 +516,7 @@
513
516
  "message": "நிறுத்துகிறது"
514
517
  },
515
518
  "core/sdk/SourceMapScopeChainEntry.ts | block": {
516
- "message": "Block"
519
+ "message": "பிளாக்"
517
520
  },
518
521
  "core/sdk/SourceMapScopeChainEntry.ts | closure": {
519
522
  "message": "உள்ளடங்கிய செயல்பாடு"
@@ -525,7 +528,7 @@
525
528
  "message": "லோக்கல்"
526
529
  },
527
530
  "core/sdk/SourceMapScopeChainEntry.ts | returnValue": {
528
- "message": "Return value"
531
+ "message": "வழங்கப்படும் மதிப்பு"
529
532
  },
530
533
  "core/sdk/sdk-meta.ts | achromatopsia": {
531
534
  "message": "அக்ரமடோப்ஸியா (நிறமில்லாதது)"
@@ -549,7 +552,7 @@
549
552
  "message": "AVIF வடிவமைப்பை முடக்கு"
550
553
  },
551
554
  "core/sdk/sdk-meta.ts | disableCache": {
552
- "message": "தற்காலிகச் சேமிப்பை முடக்கு (டெவெலப்பர் கருவிகள் திறந்திருக்கும்போது)"
555
+ "message": "டெவெலப்பர் கருவிகள் திறந்திருக்கும்போது தற்காலிகச் சேமிப்பை முடக்கு"
553
556
  },
554
557
  "core/sdk/sdk-meta.ts | disableJavascript": {
555
558
  "message": "JavaScriptடை முடக்கு"
@@ -968,6 +971,9 @@
968
971
  "entrypoints/main/main-meta.ts | auto": {
969
972
  "message": "தானியங்கு"
970
973
  },
974
+ "entrypoints/main/main-meta.ts | autoTheme": {
975
+ "message": "தானியங்கு"
976
+ },
971
977
  "entrypoints/main/main-meta.ts | bottom": {
972
978
  "message": "கீழ் புறம்"
973
979
  },
@@ -995,6 +1001,9 @@
995
1001
  "entrypoints/main/main-meta.ts | dockToRight": {
996
1002
  "message": "வலதுபுறம் டாக் செய்"
997
1003
  },
1004
+ "entrypoints/main/main-meta.ts | dontMatchChromeColorSchemeCommand": {
1005
+ "message": "Chrome வண்ணத் திட்டத்துடன் பொருத்தாதே"
1006
+ },
998
1007
  "entrypoints/main/main-meta.ts | enableCtrlShortcutToSwitchPanels": {
999
1008
  "message": "பேனல்களுக்கு இடையே மாற Ctrl + 1-9 ஷார்ட்கட்டை இயக்கு"
1000
1009
  },
@@ -1029,10 +1038,13 @@
1029
1038
  "message": "லைட்"
1030
1039
  },
1031
1040
  "entrypoints/main/main-meta.ts | matchChromeColorScheme": {
1032
- "message": "Match Chrome color scheme"
1041
+ "message": "Chrome வண்ணத் திட்டத்துடன் பொருத்து"
1042
+ },
1043
+ "entrypoints/main/main-meta.ts | matchChromeColorSchemeCommand": {
1044
+ "message": "Chrome வண்ணத் திட்டத்துடன் பொருத்து"
1033
1045
  },
1034
1046
  "entrypoints/main/main-meta.ts | matchChromeColorSchemeDocumentation": {
1035
- "message": "Match DevTools colors to your customized Chrome theme (when enabled)"
1047
+ "message": "நீங்கள் பிரத்தியேகப்படுத்திய Chrome தீம் இயக்கப்பட்டிருக்கும்போது, அதனுடன் டெவெலப்பர் கருவிகளின் வண்ணங்களைப் பொருத்தலாம்"
1036
1048
  },
1037
1049
  "entrypoints/main/main-meta.ts | nextPanel": {
1038
1050
  "message": "அடுத்த பேனல்"
@@ -1067,6 +1079,9 @@
1067
1079
  "entrypoints/main/main-meta.ts | searchOnEnterCommand": {
1068
1080
  "message": "டைப் செய்யும்போதே தேடுவதை முடக்கு (தேட Enter அழுத்தவும்)"
1069
1081
  },
1082
+ "entrypoints/main/main-meta.ts | switchToBrowserPreferredTheme": {
1083
+ "message": "பிரவுசர் பரிந்துரைக்கும் தீமிற்கு மாறு"
1084
+ },
1070
1085
  "entrypoints/main/main-meta.ts | switchToDarkTheme": {
1071
1086
  "message": "டார்க் தீமிற்கு மாறு"
1072
1087
  },
@@ -1305,7 +1320,7 @@
1305
1320
  "message": "அன்லோடு ஈவண்ட் லிசனர்கள் நிறுத்தப்பட்டன, அவை விரைவில் அகற்றப்படும்."
1306
1321
  },
1307
1322
  "generated/Deprecation.ts | V8GPUAdapter_RequestAdapterInfo_Method": {
1308
- "message": "The GPUAdapter requestAdapterInfo() method is deprecated, instead use the GPUAdapter info attribute."
1323
+ "message": "GPUAdapter requestAdapterInfo() முறை நிறுத்தப்பட்டது, இதற்குப் பதிலாக GPUAdapter info பண்புக்கூறைப் பயன்படுத்தவும்."
1309
1324
  },
1310
1325
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
1311
1326
  "message": "SharedArrayBuffer ஐத் தொடர்ந்து பயன்படுத்த நீட்டிப்புகள் கிராஸ் ஆரிஜின் ஐசொலேஷனைப் பயன்படுத்த வேண்டும். https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/ தளத்தைப் பார்வையிடவும்."
@@ -1349,6 +1364,9 @@
1349
1364
  "models/bindings/DebuggerLanguagePlugins.ts | loadingDebugSymbolsForVia": {
1350
1365
  "message": "{PH2} தளத்திற்கான பிழைதிருத்தக் குறியீடுகளை [{PH1}] ஏற்றுகிறது ({PH3} மூலம்)..."
1351
1366
  },
1367
+ "models/bindings/IgnoreListManager.ts | addAllAnonymousScriptsToIgnoreList": {
1368
+ "message": "Add all anonymous scripts to ignore list"
1369
+ },
1352
1370
  "models/bindings/IgnoreListManager.ts | addAllContentScriptsToIgnoreList": {
1353
1371
  "message": "நீட்டிப்பு ஸ்கிரிப்ட்டுகள் அனைத்தையும் தவிர்க்க வேண்டியவற்றின் பட்டியலில் சேர்"
1354
1372
  },
@@ -1440,7 +1458,7 @@
1440
1458
  "message": "நம்பகமான வகைகள் - கொள்கை மீறல்"
1441
1459
  },
1442
1460
  "models/issues_manager/CookieDeprecationMetadataIssue.ts | thirdPartyPhaseoutExplained": {
1443
- "message": "Changes to Chrome's treatment of third-party cookies"
1461
+ "message": "மூன்றாம் தரப்புக் குக்கீகளை Chrome கையாளும் விதத்தில் செய்யப்பட்டுள்ள மாற்றங்கள்"
1444
1462
  },
1445
1463
  "models/issues_manager/CookieIssue.ts | aSecure": {
1446
1464
  "message": "பாதுகாப்பானது"
@@ -1449,10 +1467,10 @@
1449
1467
  "message": "பாதுகாப்பற்ற"
1450
1468
  },
1451
1469
  "models/issues_manager/CookieIssue.ts | consoleTpcdErrorMessage": {
1452
- "message": "Third-party cookie is blocked in Chrome either because of Chrome flags or browser configuration."
1470
+ "message": "Chrome கொடியிடல்கள் அல்லது பிரவுசர் உள்ளமைவின் காரணமாக மூன்றாம் தரப்புக் குக்கீ Chromeமில் தடுக்கப்பட்டுள்ளது."
1453
1471
  },
1454
1472
  "models/issues_manager/CookieIssue.ts | consoleTpcdWarningMessage": {
1455
- "message": "Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies."
1473
+ "message": "மூன்றாம் தரப்புக் குக்கீகளைப் பயன்படுத்தாமல் பிரவுஸ் செய்ய பயனர்களை அனுமதிக்கும் புதிய வசதி Chromeமில் வரவுள்ளது."
1456
1474
  },
1457
1475
  "models/issues_manager/CookieIssue.ts | fileCrosSiteRedirectBug": {
1458
1476
  "message": "பிழையைப் புகாரளி"
@@ -1467,7 +1485,7 @@
1467
1485
  "message": "SameSite குக்கீகள் சரிசெய்யப்பட்டன"
1468
1486
  },
1469
1487
  "models/issues_manager/CookieIssue.ts | thirdPartyPhaseoutExplained": {
1470
- "message": "Changes to Chrome's treatment of third-party cookies"
1488
+ "message": "மூன்றாம் தரப்புக் குக்கீகளை Chrome கையாளும் விதத்தில் செய்யப்பட்டுள்ள மாற்றங்கள்"
1471
1489
  },
1472
1490
  "models/issues_manager/CorsIssue.ts | CORS": {
1473
1491
  "message": "கிராஸ் ஆரிஜின் ரிசோர்ஸ் ஷேரிங் (CORS)"
@@ -2453,6 +2471,21 @@
2453
2471
  "panels/application/ApplicationPanelSidebar.ts | documentNotAvailable": {
2454
2472
  "message": "ஆவணம் எதுவுமில்லை"
2455
2473
  },
2474
+ "panels/application/ApplicationPanelSidebar.ts | extensionLocalStorage": {
2475
+ "message": "Local"
2476
+ },
2477
+ "panels/application/ApplicationPanelSidebar.ts | extensionManagedStorage": {
2478
+ "message": "Managed"
2479
+ },
2480
+ "panels/application/ApplicationPanelSidebar.ts | extensionSessionStorage": {
2481
+ "message": "Session"
2482
+ },
2483
+ "panels/application/ApplicationPanelSidebar.ts | extensionStorage": {
2484
+ "message": "நீட்டிப்புச் சேமிப்பகம்"
2485
+ },
2486
+ "panels/application/ApplicationPanelSidebar.ts | extensionSyncStorage": {
2487
+ "message": "Sync"
2488
+ },
2456
2489
  "panels/application/ApplicationPanelSidebar.ts | frames": {
2457
2490
  "message": "ஃபிரேம்கள்"
2458
2491
  },
@@ -2639,6 +2672,24 @@
2639
2672
  "panels/application/DOMStorageItemsView.ts | value": {
2640
2673
  "message": "மதிப்பு"
2641
2674
  },
2675
+ "panels/application/ExtensionStorageItemsView.ts | extensionStorage": {
2676
+ "message": "Extension Storage"
2677
+ },
2678
+ "panels/application/ExtensionStorageItemsView.ts | extensionStorageItemDeleted": {
2679
+ "message": "The storage item was deleted."
2680
+ },
2681
+ "panels/application/ExtensionStorageItemsView.ts | extensionStorageItems": {
2682
+ "message": "Extension Storage Items"
2683
+ },
2684
+ "panels/application/ExtensionStorageItemsView.ts | extensionStorageItemsCleared": {
2685
+ "message": "Extension Storage Items cleared"
2686
+ },
2687
+ "panels/application/ExtensionStorageItemsView.ts | key": {
2688
+ "message": "Key"
2689
+ },
2690
+ "panels/application/ExtensionStorageItemsView.ts | value": {
2691
+ "message": "மதிப்பு"
2692
+ },
2642
2693
  "panels/application/IndexedDBViews.ts | clearObjectStore": {
2643
2694
  "message": "ஆப்ஜெக்ட் சேமிப்பை அழிக்கும்"
2644
2695
  },
@@ -3162,7 +3213,7 @@
3162
3213
  "message": "செருகுநிரல்களைக் கொண்ட பக்கங்களை ‘முன் பின் பக்கங்களைத் தற்காலிகமாகச் சேமித்தல்’ அம்சத்தில் தற்போது சேமிக்க முடியாது."
3163
3214
  },
3164
3215
  "panels/application/components/BackForwardCacheStrings.ts | contentDiscarded": {
3165
- "message": "Undefined"
3216
+ "message": "வரையறுக்கப்படவில்லை"
3166
3217
  },
3167
3218
  "panels/application/components/BackForwardCacheStrings.ts | contentFileChooser": {
3168
3219
  "message": "FileChooser APIயைப் பயன்படுத்தும் பக்கங்களை ‘முன் பின் பக்கங்களைத் தற்காலிகமாகச் சேமித்தல்’ அம்சத்தில் சேமிக்க முடியாது."
@@ -3504,7 +3555,7 @@
3504
3555
  "message": "ஃபிரேம்கள்"
3505
3556
  },
3506
3557
  "panels/application/components/BackForwardCacheView.ts | issuesInMultipleFrames": {
3507
- "message": "{n, plural, =1 {# issue found in {m} frames.} other {# issues found in {m} frames.}}"
3558
+ "message": "{n,plural, =1{{m} ஃபிரேம்களில் # சிக்கல் கண்டறியப்பட்டது.}other{{m} ஃபிரேம்களில் # சிக்கல்கள் கண்டறியப்பட்டன.}}"
3508
3559
  },
3509
3560
  "panels/application/components/BackForwardCacheView.ts | issuesInSingleFrame": {
3510
3561
  "message": "{n,plural, =1{1 ஃபிரேமில் # சிக்கல் கண்டறியப்பட்டது.}other{1 ஃபிரேமில் # சிக்கல்கள் கண்டறியப்பட்டன.}}"
@@ -3996,7 +4047,10 @@
3996
4047
  "message": "ரூல் செட்டின்படி வடிகட்டு"
3997
4048
  },
3998
4049
  "panels/application/preloading/PreloadingView.ts | noRuleSets": {
3999
- "message": "no rule sets"
4050
+ "message": "விதித் தொகுப்புகள் இல்லை"
4051
+ },
4052
+ "panels/application/preloading/PreloadingView.ts | prettyPrint": {
4053
+ "message": "பிரெட்டி பிரிண்ட்"
4000
4054
  },
4001
4055
  "panels/application/preloading/PreloadingView.ts | statusFailure": {
4002
4056
  "message": "தோல்வி"
@@ -5025,19 +5079,19 @@
5025
5079
  "message": "இந்தப் பிழையைப் புரிந்துகொள்ளுங்கள்"
5026
5080
  },
5027
5081
  "panels/console/ConsoleViewMessage.ts | explainThisErrorWithAI": {
5028
- "message": "Understand this error. Powered by AI."
5082
+ "message": "இந்தப் பிழையைப் புரிந்துகொள்ளுங்கள். AI வழங்குகிறது."
5029
5083
  },
5030
5084
  "panels/console/ConsoleViewMessage.ts | explainThisMessage": {
5031
5085
  "message": "இந்த மெசேஜைப் புரிந்துகொள்ளுங்கள்"
5032
5086
  },
5033
5087
  "panels/console/ConsoleViewMessage.ts | explainThisMessageWithAI": {
5034
- "message": "Understand this message. Powered by AI"
5088
+ "message": "இந்த மெசேஜைப் புரிந்துகொள்ளுங்கள். AI வழங்குகிறது."
5035
5089
  },
5036
5090
  "panels/console/ConsoleViewMessage.ts | explainThisWarning": {
5037
5091
  "message": "இந்த எச்சரிக்கையைப் புரிந்துகொள்ளுங்கள்"
5038
5092
  },
5039
5093
  "panels/console/ConsoleViewMessage.ts | explainThisWarningWithAI": {
5040
- "message": "Understand this warning. Powered by AI."
5094
+ "message": "இந்த எச்சரிக்கையைப் புரிந்துகொள்ளுங்கள். AI வழங்குகிறது."
5041
5095
  },
5042
5096
  "panels/console/ConsoleViewMessage.ts | functionWasResolvedFromBound": {
5043
5097
  "message": "இணைக்கப்பட்ட செயல்பாட்டில் இருந்து செயல்பாடு தீர்க்கப்பட்டது."
@@ -5214,7 +5268,7 @@
5214
5268
  "message": "{n,plural, =1{# பைட்}other{# பைட்டுகள்}}"
5215
5269
  },
5216
5270
  "panels/coverage/CoverageListView.ts | sBytesS": {
5217
- "message": "{n, plural, =1 {# byte, {percentage}} other {# bytes, {percentage}}}"
5271
+ "message": "{n,plural, =1{# பைட், {percentage}}other{# பைட்டுகள், {percentage}}}"
5218
5272
  },
5219
5273
  "panels/coverage/CoverageListView.ts | sBytesSBelongToBlocksOf": {
5220
5274
  "message": "{PH1} பைட்டுகள் ({PH2}) இன்னமும் செயல்படுத்தப்படாத JavaScript தொகுதிகளைச் சேர்ந்தது."
@@ -5538,7 +5592,7 @@
5538
5592
  "message": "கண்டெய்னர் உறுப்பில் {PROPERTY_NAME} ஐ அமைக்கவும் அல்லது {ALTERNATIVE_PROPERTY_NAME} ஐப் பயன்படுத்தவும்."
5539
5593
  },
5540
5594
  "panels/elements/CSSRuleValidator.ts | flexGridContainerPropertyRuleReason": {
5541
- "message": "This element is a {CONTAINER_DISPLAY_NAME} item, i.e. a child of a {CONTAINER_DISPLAY_NAME} container, but {PROPERTY_NAME} only applies to containers."
5595
+ "message": "இந்த எலிமெண்ட் {CONTAINER_DISPLAY_NAME} வகையைச் சேர்ந்தது. அதாவது, {CONTAINER_DISPLAY_NAME} கண்டெய்னரின் உபநிலை. ஆனால், கண்டெய்னர்களுக்கு மட்டுமே {PROPERTY_NAME} வகை பொருந்தும்."
5542
5596
  },
5543
5597
  "panels/elements/CSSRuleValidator.ts | fontVariationSettingsWarning": {
5544
5598
  "message": "“{PH5}” எழுத்து வடிவக் குடும்பத்திற்கான அனுமதிக்கப்படும் வரம்பை [{PH3}, {PH4}] விட “{PH1}” {PH2} அமைப்பிற்கான மதிப்பு அதிகமாக உள்ளது."
@@ -5727,7 +5781,7 @@
5727
5781
  "message": "உரையைத் திருத்து"
5728
5782
  },
5729
5783
  "panels/elements/ElementsTreeElement.ts | elementHasScrollableOverflow": {
5730
- "message": "This element has a scrollable overflow"
5784
+ "message": "இந்த எலிமெண்ட்டிற்கு ஸ்க்ரோல் செய்யக்கூடிய ஓவர்ஃப்லோ உள்ளது"
5731
5785
  },
5732
5786
  "panels/elements/ElementsTreeElement.ts | enableFlexMode": {
5733
5787
  "message": "ஃப்ளெக்ஸ் பயன்முறையை இயக்கு"
@@ -6168,7 +6222,7 @@
6168
6222
  "message": "பயனர் ஏஜெண்ட் ஷேடோ DOM ஐக் காட்டு"
6169
6223
  },
6170
6224
  "panels/elements/elements-meta.ts | stackTrace": {
6171
- "message": "Stack Trace"
6225
+ "message": "ஸ்டாக் டிரேஸ்"
6172
6226
  },
6173
6227
  "panels/elements/elements-meta.ts | toggleEyeDropper": {
6174
6228
  "message": "ஐ-டிராப்பரை மூடுக"
@@ -6354,7 +6408,7 @@
6354
6408
  "message": "ஈவண்ட் லிசனர் பேஸிவ் ஆக உள்ளதா தடுக்கிறதா என்று நிலைமாற்று"
6355
6409
  },
6356
6410
  "panels/explain/components/ConsoleInsight.ts | badResponse": {
6357
- "message": "Bad response"
6411
+ "message": "மோசமான பதில்"
6358
6412
  },
6359
6413
  "panels/explain/components/ConsoleInsight.ts | closeInsight": {
6360
6414
  "message": "விளக்கத்தை மூடு"
@@ -6372,7 +6426,7 @@
6372
6426
  "message": "விளக்கத்தை உருவாக்குகிறது…"
6373
6427
  },
6374
6428
  "panels/explain/components/ConsoleInsight.ts | goodResponse": {
6375
- "message": "Good response"
6429
+ "message": "நல்ல பதில்"
6376
6430
  },
6377
6431
  "panels/explain/components/ConsoleInsight.ts | inputData": {
6378
6432
  "message": "இந்த மெசேஜைப் புரிந்துகொள்ள பயன்படுத்தப்பட்ட தரவு"
@@ -6387,7 +6441,7 @@
6387
6441
  "message": "நெட்வொர்க் கோரிக்கை"
6388
6442
  },
6389
6443
  "panels/explain/components/ConsoleInsight.ts | notLoggedIn": {
6390
- "message": "உங்கள் Google கணக்கு மூலம் Chromeமில் உள்நுழையும்போது மட்டுமே இந்த அம்சம் கிடைக்கும்."
6444
+ "message": "This feature is only available when you sign into Chrome with your Google account."
6391
6445
  },
6392
6446
  "panels/explain/components/ConsoleInsight.ts | offline": {
6393
6447
  "message": "இணைய இணைப்பைச் சரிபார்த்து மீண்டும் முயலவும்."
@@ -6411,7 +6465,7 @@
6411
6465
  "message": "தேடல் இன்ஜினைப் பயன்படுத்து"
6412
6466
  },
6413
6467
  "panels/explain/components/ConsoleInsight.ts | settingsLink": {
6414
- "message": "Console insights in Settings"
6468
+ "message": "அமைப்புகளில் Console insights"
6415
6469
  },
6416
6470
  "panels/explain/components/ConsoleInsight.ts | signInToUse": {
6417
6471
  "message": "இந்த அம்சத்தைப் பயன்படுத்த உள்நுழையவும்"
@@ -6420,14 +6474,11 @@
6420
6474
  "message": "ஸ்டாக் டிரேஸ்:"
6421
6475
  },
6422
6476
  "panels/explain/components/ConsoleInsight.ts | turnOnInSettings": {
6423
- "message": "Turn on {PH1} to receive AI assistance for understanding and addressing console warnings and errors."
6477
+ "message": "கன்சோல் எச்சரிக்கைகளையும் பிழைகளையும் புரிந்துகொண்டு அவற்றைச் சரிசெய்வதற்காக AI உதவிபெற {PH1} அம்சத்தை இயக்குங்கள்."
6424
6478
  },
6425
6479
  "panels/explain/components/ConsoleInsight.ts | updateSettings": {
6426
6480
  "message": "அமைப்புகளை மாற்று"
6427
6481
  },
6428
- "panels/explain/explain-meta.ts | ageRestricted": {
6429
- "message": "18 அல்லது அதற்கு மேற்பட்ட வயதுடைய பயனர்கள் மட்டுமே இந்த அம்சத்தைப் பயன்படுத்த முடியும்"
6430
- },
6431
6482
  "panels/explain/explain-meta.ts | enableConsoleInsights": {
6432
6483
  "message": "AI மூலம் கன்சோல் மெசேஜ்களைப் புரிந்துகொள்ளுதல்"
6433
6484
  },
@@ -6444,11 +6495,71 @@
6444
6495
  "message": "இந்த அம்சம் உங்கள் பிராந்தியத்தில் கிடைக்கவில்லை"
6445
6496
  },
6446
6497
  "panels/explain/explain-meta.ts | policyRestricted": {
6447
- "message": "இந்த அம்சத்தை உங்கள் நிறுவனம் முடக்கியுள்ளது. கூடுதல் தகவல்களுக்கு, உங்கள் நிர்வாகிகளைத் தொடர்புகொள்ளவும்."
6498
+ "message": "உங்கள் நிர்வாகி இந்த அமைப்பை நிர்வகிக்கிறார்"
6448
6499
  },
6449
6500
  "panels/explain/explain-meta.ts | wrongLocale": {
6450
6501
  "message": "இந்த அம்சத்தைப் பயன்படுத்த, டெவெலப்பர் கருவிகளின் அமைப்புகளில் உங்கள் மொழி விருப்பத்தேர்வை ஆங்கிலத்திற்கு மாற்றுங்கள்."
6451
6502
  },
6503
+ "panels/freestyler/FreestylerPanel.ts | chatCleared": {
6504
+ "message": "Chat cleared"
6505
+ },
6506
+ "panels/freestyler/FreestylerPanel.ts | clearChat": {
6507
+ "message": "Clear chat"
6508
+ },
6509
+ "panels/freestyler/FreestylerPanel.ts | help": {
6510
+ "message": "Help"
6511
+ },
6512
+ "panels/freestyler/FreestylerPanel.ts | sendFeedback": {
6513
+ "message": "Send feedback"
6514
+ },
6515
+ "panels/freestyler/FreestylerPanel.ts | settings": {
6516
+ "message": "Settings"
6517
+ },
6518
+ "panels/freestyler/components/FreestylerChatUi.ts | followTheSteps": {
6519
+ "message": "கேள்வி கேட்க மேலே உள்ள வழிமுறைகளைப் பின்பற்றவும்"
6520
+ },
6521
+ "panels/freestyler/components/FreestylerChatUi.ts | inputDisclaimerForEmptyState": {
6522
+ "message": "இது பரிசோதனை நிலையில் உள்ள AI அம்சம் என்பதால் சில சமயங்களில் சரியாகச் செயல்படாமல் போகலாம்."
6523
+ },
6524
+ "panels/freestyler/components/FreestylerChatUi.ts | learnAbout": {
6525
+ "message": "டெவெலப்பர் கருவிகளில் AI குறித்துத் தெரிந்துகொள்ளுங்கள்"
6526
+ },
6527
+ "panels/freestyler/components/FreestylerChatUi.ts | notLoggedIn": {
6528
+ "message": "உங்கள் Google கணக்கு மூலம் Chromeமில் உள்நுழைந்திருக்கும்போது மட்டுமே இந்த அம்சத்தைப் பயன்படுத்த முடியும்"
6529
+ },
6530
+ "panels/freestyler/components/FreestylerChatUi.ts | offline": {
6531
+ "message": "இணைய இணைப்பைச் சரிபார்த்து மீண்டும் முயலவும்"
6532
+ },
6533
+ "panels/freestyler/components/FreestylerChatUi.ts | settingsLink": {
6534
+ "message": "அமைப்புகளில் AI உதவி"
6535
+ },
6536
+ "panels/freestyler/components/FreestylerChatUi.ts | turnOnForStyles": {
6537
+ "message": "CSS ஸ்டைல்களைப் புரிந்துகொள்வதற்கான உதவியைப் பெற {PH1} இயக்குங்கள்"
6538
+ },
6539
+ "panels/freestyler/components/FreestylerChatUi.ts | turnOnForStylesAndRequests": {
6540
+ "message": "ஸ்டைல்கள் மற்றும் நெட்வொர்க் கோரிக்கைகளுக்கான உதவியைப் பெற {PH1} இயக்குங்கள்"
6541
+ },
6542
+ "panels/freestyler/freestyler-meta.ts | aiAssistance": {
6543
+ "message": "AI உதவி"
6544
+ },
6545
+ "panels/freestyler/freestyler-meta.ts | askAi": {
6546
+ "message": "AIயிடம் கேட்கலாம்"
6547
+ },
6548
+ "panels/freestyler/freestyler-meta.ts | enableAiAssistance": {
6549
+ "message": "AI உதவியை இயக்கு"
6550
+ },
6551
+ "panels/freestyler/freestyler-meta.ts | geoRestricted": {
6552
+ "message": "இந்த அம்சம் உங்கள் பிராந்தியத்தில் கிடைக்கவில்லை"
6553
+ },
6554
+ "panels/freestyler/freestyler-meta.ts | policyRestricted": {
6555
+ "message": "உங்கள் நிர்வாகி இந்த அமைப்பை நிர்வகிக்கிறார்"
6556
+ },
6557
+ "panels/freestyler/freestyler-meta.ts | showAiAssistance": {
6558
+ "message": "AI உதவியைக் காட்டு"
6559
+ },
6560
+ "panels/freestyler/freestyler-meta.ts | wrongLocale": {
6561
+ "message": "இந்த அம்சத்தைப் பயன்படுத்த டெவெலப்பர் கருவிகள் அமைப்புகளில் உங்களின் விருப்ப மொழியை ஆங்கிலம் என்று அமையுங்கள்"
6562
+ },
6452
6563
  "panels/issues/AffectedBlockedByResponseView.ts | blockedResource": {
6453
6564
  "message": "தடுக்கப்பட்ட ஆதாரம்"
6454
6565
  },
@@ -6783,7 +6894,7 @@
6783
6894
  "message": "பொது"
6784
6895
  },
6785
6896
  "panels/issues/IssuesPane.ts | groupByCategory": {
6786
- "message": "Group by category"
6897
+ "message": "வகையின்படி குழுவாக்கு"
6787
6898
  },
6788
6899
  "panels/issues/IssuesPane.ts | groupByKind": {
6789
6900
  "message": "சிக்கலின் வகைப்படி குழுவாக்கு"
@@ -7598,11 +7709,8 @@
7598
7709
  "panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrency": {
7599
7710
  "message": "வன்பொருள் ஒருங்கமைவு"
7600
7711
  },
7601
- "panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrencyIsEnabled": {
7602
- "message": "வன்பொருள் ஒருங்கமைவு மீறிச் செயல்படுவது இயக்கப்பட்டது"
7603
- },
7604
- "panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrencySettingTooltip": {
7605
- "message": "இந்தப் பக்கத்தில் navigator.hardwareConcurrencyயால் தெரிவிக்கப்பட்ட மதிப்பினை மீறிச் செயல்படும்"
7712
+ "panels/mobile_throttling/ThrottlingManager.ts | hardwareConcurrencySettingLabel": {
7713
+ "message": "Override the value reported by navigator.hardwareConcurrency"
7606
7714
  },
7607
7715
  "panels/mobile_throttling/ThrottlingManager.ts | noThrottling": {
7608
7716
  "message": "த்ராட்லிங் இல்லை"
@@ -7949,15 +8057,6 @@
7949
8057
  "panels/network/NetworkDataGridNode.ts | redirect": {
7950
8058
  "message": "திசைதிருப்புதல்"
7951
8059
  },
7952
- "panels/network/NetworkDataGridNode.ts | requestContentHeadersOverridden": {
7953
- "message": "கோரிக்கை உள்ளடக்கம், தலைப்புகள் ஆகிய இரண்டும் மீறிச் செயல்படுகின்றன"
7954
- },
7955
- "panels/network/NetworkDataGridNode.ts | requestContentOverridden": {
7956
- "message": "கோரிக்கை உள்ளடக்கம் ஓவர்-ரைடு செய்யப்பட்டது"
7957
- },
7958
- "panels/network/NetworkDataGridNode.ts | requestHeadersOverridden": {
7959
- "message": "கோரிக்கை ஹெட்டர்கள் மீறிச் செயல்படுகின்றன"
7960
- },
7961
8060
  "panels/network/NetworkDataGridNode.ts | sPreflight": {
7962
8061
  "message": "{PH1} + ப்ரீஃப்ளைட்"
7963
8062
  },
@@ -7994,9 +8093,6 @@
7994
8093
  "panels/network/NetworkDataGridNode.ts | signedexchange": {
7995
8094
  "message": "கையொப்பமிட்ட பரிமாற்றம்"
7996
8095
  },
7997
- "panels/network/NetworkDataGridNode.ts | thirdPartyPhaseout": {
7998
- "message": "Cookies for this request are blocked either because of Chrome flags or browser configuration. Learn more in the Issues panel."
7999
- },
8000
8096
  "panels/network/NetworkDataGridNode.ts | timeSubtitleTooltipText": {
8001
8097
  "message": "தாமதம் (பதில் பெறப்பட்ட நேரம் - தொடக்க நேரம்)"
8002
8098
  },
@@ -8118,10 +8214,10 @@
8118
8214
  "message": "அனைத்தையும் fetch ஆக நகலெடு"
8119
8215
  },
8120
8216
  "panels/network/NetworkLogView.ts | copyAllAsHarSanitized": {
8121
- "message": "Copy all as HAR (sanitized)"
8217
+ "message": "தேவையில்லாதவை அகற்றப்பட்ட பின்னர் எல்லாவற்றையும் HAR வடிவில் நகலெடு"
8122
8218
  },
8123
8219
  "panels/network/NetworkLogView.ts | copyAllAsHarWithSensitiveData": {
8124
- "message": "Copy all as HAR (with sensitive data)"
8220
+ "message": "பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் சேர்த்து எல்லாவற்றையும் HAR ஆக நகலெடு"
8125
8221
  },
8126
8222
  "panels/network/NetworkLogView.ts | copyAllAsNodejsFetch": {
8127
8223
  "message": "அனைத்தையும் fetch (Node.js) ஆக நகலெடு"
@@ -8142,10 +8238,10 @@
8142
8238
  "message": "fetch என்று காட்டப்படும் அனைத்தையும் நகலெடு"
8143
8239
  },
8144
8240
  "panels/network/NetworkLogView.ts | copyAllListedAsHarSanitized": {
8145
- "message": "Copy all listed as HAR (sanitized)"
8241
+ "message": "தேவையில்லாதவை அகற்றப்பட்ட பின்னர் பட்டியலிடப்பட்ட எல்லாவற்றையும் HAR வடிவில் நகலெடு"
8146
8242
  },
8147
8243
  "panels/network/NetworkLogView.ts | copyAllListedAsHarWithSensitiveData": {
8148
- "message": "Copy all listed as HAR (with sensitive data)"
8244
+ "message": "பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் சேர்த்து பட்டியலிடப்பட்ட எல்லாவற்றையும் HAR ஆக நகலெடு"
8149
8245
  },
8150
8246
  "panels/network/NetworkLogView.ts | copyAllListedAsNodejsFetch": {
8151
8247
  "message": "fetch (Node.js) என்று காட்டப்படும் அனைத்தையும் நகலெடு"
@@ -8415,22 +8511,22 @@
8415
8511
  "message": "தற்காலிகச் சேமிப்பை முடக்கு"
8416
8512
  },
8417
8513
  "panels/network/NetworkPanel.ts | disableCacheWhileDevtoolsIsOpen": {
8418
- "message": "தற்காலிகச் சேமிப்பை முடக்கு (டெவெலப்பர் கருவிகள் திறந்திருக்கும்போது)"
8514
+ "message": "டெவெலப்பர் கருவிகள் திறந்திருக்கும்போது தற்காலிகச் சேமிப்பை முடக்கு"
8419
8515
  },
8420
8516
  "panels/network/NetworkPanel.ts | doNotClearLogOnPageReload": {
8421
8517
  "message": "பக்கத்தை ரெஃப்ரெஷ் செய்யும்போது/செல்லும்போது பதிவு அழிக்கப்படாது"
8422
8518
  },
8423
8519
  "panels/network/NetworkPanel.ts | exportHarSanitized": {
8424
- "message": "Export HAR (sanitized)..."
8520
+ "message": "தேவையில்லாதவற்றை அகற்றிய பின்னர் HAR வடிவில் பதிவிறக்கும்..."
8425
8521
  },
8426
8522
  "panels/network/NetworkPanel.ts | exportHarWithSensitiveData": {
8427
- "message": "Export HAR (with sensitive data)..."
8523
+ "message": "பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் சேர்த்து HAR ஏற்று..."
8428
8524
  },
8429
8525
  "panels/network/NetworkPanel.ts | fetchingFrames": {
8430
8526
  "message": "ஃபிரேம்களைப் பெறுகிறது..."
8431
8527
  },
8432
8528
  "panels/network/NetworkPanel.ts | groupByFrame": {
8433
- "message": "Group by frame"
8529
+ "message": "ஃபிரேமின்படி குழுவாக்கு"
8434
8530
  },
8435
8531
  "panels/network/NetworkPanel.ts | groupRequestsByTopLevelRequest": {
8436
8532
  "message": "கோரிக்கைகளை முதல்நிலைக் கோரிக்கை ஃபிரேம் படி குழுவாக்குதல்"
@@ -9030,10 +9126,10 @@
9030
9126
  "message": "நெட்வொர்க் கோரிக்கைத் தடுப்புப் பேட்டர்னைச் சேர்க்கும்"
9031
9127
  },
9032
9128
  "panels/network/network-meta.ts | allowToGenerateHarWithSensitiveData": {
9033
- "message": "Allow to generate HAR (with sensitive data)"
9129
+ "message": "பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் சேர்த்து HAR உருவாக்க அனுமதி"
9034
9130
  },
9035
9131
  "panels/network/network-meta.ts | allowToGenerateHarWithSensitiveDataDocumentation": {
9036
- "message": "By default generated HAR logs are sanitized and don't include Cookie, Set-Cookie, or Authorization HTTP headers. When this setting is enabled, options to export/copy HAR with sensitive data are provided."
9132
+ "message": "இயல்பாகவே, உருவாக்கப்பட்ட HAR பதிவுகளில் தேவையில்லாதவை அகற்றப்படுவதுடன் Cookie, Set-Cookie, Authorization HTTP தலைப்புகள் போன்றவையும் சேர்க்கப்பட்டிருக்காது. இந்த அமைப்பு இயக்கப்பட்டிருக்கும்போது, பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் HARரை ஏற்றும்/நகலெடுக்கும் விருப்பங்கள் வழங்கப்படும்."
9037
9133
  },
9038
9134
  "panels/network/network-meta.ts | clear": {
9039
9135
  "message": "நெட்வொர்க் பதிவை அழி"
@@ -9051,7 +9147,7 @@
9051
9147
  "message": "டிஸ்க் தற்காலிகச் சேமிப்பு"
9052
9148
  },
9053
9149
  "panels/network/network-meta.ts | dontAllowToGenerateHarWithSensitiveData": {
9054
- "message": "Don't allow to generate HAR (with sensitive data)"
9150
+ "message": "பாதுகாக்கப்பட வேண்டிய தனிப்பட்ட தரவுடன் சேர்த்து HAR உருவாக்க அனுமதிக்காதே"
9055
9151
  },
9056
9152
  "panels/network/network-meta.ts | dontGroupNetworkLogItemsByFrame": {
9057
9153
  "message": "நெட்வொர்க் பதிவுகளை ஃபிரேம் வாரியாகக் குழுவாக்க வேண்டாம்"
@@ -9168,25 +9264,25 @@
9168
9264
  "message": "சிஸ்டம் மானிட்டர்"
9169
9265
  },
9170
9266
  "panels/profiler/HeapDetachedElementsDataGrid.ts | detachedElementsList": {
9171
- "message": "Detached elements list"
9267
+ "message": "டிட்டாச் செய்யப்பட்ட எலிமெண்ட்டுகளின் பட்டியல்"
9172
9268
  },
9173
9269
  "panels/profiler/HeapDetachedElementsDataGrid.ts | detachedNodes": {
9174
- "message": "Detached nodes"
9270
+ "message": "டிட்டாச் செய்யப்பட்ட நோடுகள்"
9175
9271
  },
9176
9272
  "panels/profiler/HeapDetachedElementsDataGrid.ts | nodeSize": {
9177
- "message": "Node count"
9273
+ "message": "நோடுகளின் எண்ணிக்கை"
9178
9274
  },
9179
9275
  "panels/profiler/HeapDetachedElementsView.ts | detachedElementProfile": {
9180
- "message": "Detached elements {PH1}"
9276
+ "message": "டிட்டாச் செய்யப்பட்ட எலிமெண்ட்டுகள்: {PH1}"
9181
9277
  },
9182
9278
  "panels/profiler/HeapDetachedElementsView.ts | detachedElementsDescription": {
9183
- "message": "Detached elements shows objects that are retained by a JS reference."
9279
+ "message": "JS ரெஃபரென்ஸ் தக்கவைத்த ஆப்ஜெக்ட்டுகளை டிட்டாச் செய்யப்பட்ட எலிமெண்ட்டுகள் காட்டும்."
9184
9280
  },
9185
9281
  "panels/profiler/HeapDetachedElementsView.ts | detachedElementsTitle": {
9186
- "message": "Detached elements"
9282
+ "message": "டிட்டாச் செய்யப்பட்ட எலிமெண்ட்டுகள்"
9187
9283
  },
9188
9284
  "panels/profiler/HeapDetachedElementsView.ts | startDetachedElements": {
9189
- "message": "Obtain detached elements"
9285
+ "message": "டிட்டாச் செய்யப்பட்ட எலிமெண்ட்டுகளைப் பெறு"
9190
9286
  },
9191
9287
  "panels/profiler/HeapProfileView.ts | allocationSampling": {
9192
9288
  "message": "ஒதுக்கீட்டு மாதிரி"
@@ -9204,7 +9300,7 @@
9204
9300
  "message": "சுயவிவரம் {PH1}"
9205
9301
  },
9206
9302
  "panels/profiler/HeapProfileView.ts | recordMemoryAllocations": {
9207
- "message": "Approximate memory allocations by sampling long operations with minimal overhead and get a breakdown by JavaScript execution stack"
9303
+ "message": "குறைவான சுமை உள்ள நீண்ட செயல்பாடுகளை சாம்பிளிங் செய்து நினைவக ஒதுக்கீடுகளைத் தோராயமாகக் கணக்கிட்டு, JavaScript எக்ஸிகியூஷன் ஸ்டாக் அடிப்படையிலான பிரிவுகளைப் பெறலாம்"
9208
9304
  },
9209
9305
  "panels/profiler/HeapProfileView.ts | recording": {
9210
9306
  "message": "ரெக்கார்டு செய்கிறது…"
@@ -9222,7 +9318,7 @@
9222
9318
  "message": "சுய அளவு"
9223
9319
  },
9224
9320
  "panels/profiler/HeapProfileView.ts | selfSizeBytes": {
9225
- "message": "Self size (bytes)"
9321
+ "message": "சுய அளவு (பைட்டுகள்)"
9226
9322
  },
9227
9323
  "panels/profiler/HeapProfileView.ts | skb": {
9228
9324
  "message": "{PH1} கி.பை."
@@ -9240,7 +9336,7 @@
9240
9336
  "message": "மொத்த அளவு"
9241
9337
  },
9242
9338
  "panels/profiler/HeapProfileView.ts | totalSizeBytes": {
9243
- "message": "Total size (bytes)"
9339
+ "message": "மொத்த அளவு (பைட்டுகள்)"
9244
9340
  },
9245
9341
  "panels/profiler/HeapProfileView.ts | url": {
9246
9342
  "message": "URL"
@@ -9390,7 +9486,7 @@
9390
9486
  "message": "“{PH1}” கால் முறையைக் கோரியபோது பிழை ஏற்பட்டது"
9391
9487
  },
9392
9488
  "panels/profiler/HeapSnapshotView.ts | AllocationTimelinesShowInstrumented": {
9393
- "message": "Record memory allocations over time and isolate memory leaks by selecting intervals with allocations that are still alive"
9489
+ "message": "நினைவக ஒதுக்கீடுகளைக் காலப்போக்கில் ரெக்கார்டு செய்யலாம், இன்னமும் செயலில் உள்ள ஒதுக்கீடுகளுடன் கூடிய இடைவெளிகளைத் தேர்ந்தெடுப்பதன் மூலம் நினைவகக் கசிவுகளைத் தனிமைப்படுத்தலாம்"
9394
9490
  },
9395
9491
  "panels/profiler/HeapSnapshotView.ts | allObjects": {
9396
9492
  "message": "ஆப்ஜெக்ட்டுகள் அனைத்தும்"
@@ -9399,7 +9495,7 @@
9399
9495
  "message": "ஒதுக்கீடு"
9400
9496
  },
9401
9497
  "panels/profiler/HeapSnapshotView.ts | allocationInstrumentationOn": {
9402
- "message": "Allocations on timeline"
9498
+ "message": "டைம்லைனில் ஒதுக்கீடுகள்"
9403
9499
  },
9404
9500
  "panels/profiler/HeapSnapshotView.ts | allocationStack": {
9405
9501
  "message": "ஒதுக்கீட்டு அடுக்கு"
@@ -9423,7 +9519,7 @@
9423
9519
  "message": "நகல் வார்த்தைகள்"
9424
9520
  },
9425
9521
  "panels/profiler/HeapSnapshotView.ts | exposeInternals": {
9426
- "message": "Internals with implementation details"
9522
+ "message": "செயல்படுத்தல் விவரங்களுடன் அகத் தரவு"
9427
9523
  },
9428
9524
  "panels/profiler/HeapSnapshotView.ts | filter": {
9429
9525
  "message": "வடிகட்டு"
@@ -9441,7 +9537,7 @@
9441
9537
  "message": "ஹீப் ஸ்னாப்ஷாட்"
9442
9538
  },
9443
9539
  "panels/profiler/HeapSnapshotView.ts | heapSnapshotProfilesShowMemory": {
9444
- "message": "See the memory distribution of JavaScript objects and related DOM nodes"
9540
+ "message": "JavaScript ஆப்ஜெக்ட்டுகள் மற்றும் தொடர்புடைய DOM நோடுகளின் நினைவகப் பகிர்வைக் காட்டு"
9445
9541
  },
9446
9542
  "panels/profiler/HeapSnapshotView.ts | heapSnapshots": {
9447
9543
  "message": "ஹீப் ஸ்னாப்ஷாட்கள்"
@@ -9462,7 +9558,7 @@
9462
9558
  "message": "{PH1}, {PH2} ஆகியவற்றுக்கு இடையில் ஒதுக்கப்பட்டுள்ள ஆப்ஜெக்ட்டுகள்"
9463
9559
  },
9464
9560
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByConsole": {
9465
- "message": "Objects retained by DevTools Console"
9561
+ "message": "டெவெலப்பர் கருவிகள் கன்சோல் தக்கவைத்துள்ள ஆப்ஜெக்ட்டுகள்"
9466
9562
  },
9467
9563
  "panels/profiler/HeapSnapshotView.ts | objectsRetainedByDetachedDomNodes": {
9468
9564
  "message": "இணைப்பு நீக்கப்பட்ட DOM நோடுகள் மூலம் தக்கவைக்கப்பட்டுள்ள ஆப்ஜெக்ட்டுகள்"
@@ -9474,7 +9570,7 @@
9474
9570
  "message": "அணுகுமுறை"
9475
9571
  },
9476
9572
  "panels/profiler/HeapSnapshotView.ts | recordAllocationStacksExtra": {
9477
- "message": "Allocation stack traces (more overhead)"
9573
+ "message": "ஒதுக்கீட்டு ஸ்டாக் டிரேஸ்கள் (அதிகச் சுமை)"
9478
9574
  },
9479
9575
  "panels/profiler/HeapSnapshotView.ts | recording": {
9480
9576
  "message": "ரெக்கார்டு செய்கிறது…"
@@ -9498,7 +9594,7 @@
9498
9594
  "message": "ஸ்னாப்ஷாட் எடுக்கிறது…"
9499
9595
  },
9500
9596
  "panels/profiler/HeapSnapshotView.ts | stackWasNotRecordedForThisObject": {
9501
- "message": "Stack wasn't recorded for this object because it had been allocated before this profile recording started."
9597
+ "message": "இந்தச் சுயவிவரத்திற்கான ரெக்கார்டிங் தொடங்குவதற்கு முன்பு ஒதுக்கப்பட்டதால் இந்த ஆப்ஜெக்ட்டிற்கு ஸ்டாக் ரெக்கார்டு செய்யப்படவில்லை."
9502
9598
  },
9503
9599
  "panels/profiler/HeapSnapshotView.ts | startRecordingHeapProfile": {
9504
9600
  "message": "ஹீப் சுயவிவரத்தை ரெக்கார்டிங் செய்யத் தொடங்கு"
@@ -9801,7 +9897,7 @@
9801
9897
  "message": "திருத்தி மீண்டும் அனுப்பு"
9802
9898
  },
9803
9899
  "panels/protocol_monitor/ProtocolMonitor.ts | elapsedTime": {
9804
- "message": "முடிந்துள்ள நேரம்"
9900
+ "message": "எடுத்துக்கொண்ட நேரம்"
9805
9901
  },
9806
9902
  "panels/protocol_monitor/ProtocolMonitor.ts | filter": {
9807
9903
  "message": "வடிகட்டு"
@@ -10637,12 +10733,45 @@
10637
10733
  "panels/security/SecurityPanel.ts | yourPageRequestedNonsecure": {
10638
10734
  "message": "தடுக்கப்பட்ட பாதுகாப்பற்ற ஆதாரங்களை உங்கள் பக்கம் கோரியது."
10639
10735
  },
10736
+ "panels/security/SecurityPanelSidebar.ts | mainOrigin": {
10737
+ "message": "முதன்மை ஆரிஜின்"
10738
+ },
10739
+ "panels/security/SecurityPanelSidebar.ts | mainOriginNonsecure": {
10740
+ "message": "முதன்மை ஆரிஜின் (பாதுகாப்பற்றது)"
10741
+ },
10742
+ "panels/security/SecurityPanelSidebar.ts | mainOriginSecure": {
10743
+ "message": "முதன்மை ஆரிஜின் (பாதுகாப்பானது)"
10744
+ },
10745
+ "panels/security/SecurityPanelSidebar.ts | nonsecureOrigins": {
10746
+ "message": "பாதுகாப்பற்ற மூலங்கள்"
10747
+ },
10748
+ "panels/security/SecurityPanelSidebar.ts | overview": {
10749
+ "message": "மேலோட்டப் பார்வை"
10750
+ },
10751
+ "panels/security/SecurityPanelSidebar.ts | reloadToViewDetails": {
10752
+ "message": "விவரங்களைப் பார்க்க ரெஃப்ரெஷ் செய்க"
10753
+ },
10754
+ "panels/security/SecurityPanelSidebar.ts | secureOrigins": {
10755
+ "message": "பாதுகாப்பான ஆரிஜின்கள்"
10756
+ },
10757
+ "panels/security/SecurityPanelSidebar.ts | security": {
10758
+ "message": "பாதுகாப்பு"
10759
+ },
10760
+ "panels/security/SecurityPanelSidebar.ts | unknownCanceled": {
10761
+ "message": "தெரியவில்லை/ரத்துசெய்யப்பட்டது"
10762
+ },
10640
10763
  "panels/security/security-meta.ts | security": {
10641
10764
  "message": "பாதுகாப்பு"
10642
10765
  },
10766
+ "panels/security/security-meta.ts | securityAndPrivacy": {
10767
+ "message": "பாதுகாப்பு & தனியுரிமை"
10768
+ },
10643
10769
  "panels/security/security-meta.ts | showSecurity": {
10644
10770
  "message": "பாதுகாப்பைக் காட்டு"
10645
10771
  },
10772
+ "panels/security/security-meta.ts | showSecurityAndPrivacy": {
10773
+ "message": "பாதுகாப்பு மற்றும் தனியுரிமை பேனலைக் காட்டு"
10774
+ },
10646
10775
  "panels/sensors/LocationsSettingsTab.ts | addLocation": {
10647
10776
  "message": "இருப்பிடத்தைச் சேர்..."
10648
10777
  },
@@ -10857,70 +10986,91 @@
10857
10986
  "message": "பயனர் செயலில் இல்லை எனில் திரையை அன்லாக் செய்"
10858
10987
  },
10859
10988
  "panels/settings/AISettingsTab.ts | adminSettings": {
10860
- "message": "Depending on your Google account management and/or region, Google may refrain from data collection. Depending on their organization’s settings, features available to managed users may vary."
10989
+ "message": "உங்கள் Google கணக்கு நிர்வாகம் மற்றும்/அல்லது பிராந்தியத்தைப் பொறுத்து தரவுச் சேகரிப்பை Google தவிர்க்கக்கூடும். நிர்வகிக்கப்படும் பயனர்களுக்குக் கிடைக்கக்கூடிய அம்சங்கள் உங்கள் நிறுவனத்தின் அமைப்புகளைப் பொறுத்து மாறுபடக்கூடும்."
10990
+ },
10991
+ "panels/settings/AISettingsTab.ts | ageRestricted": {
10992
+ "message": "18 அல்லது அதற்கு மேற்பட்ட வயதுடைய பயனர்கள் மட்டுமே இந்த அம்சத்தைப் பயன்படுத்த முடியும்"
10993
+ },
10994
+ "panels/settings/AISettingsTab.ts | aiInnovations": {
10995
+ "message": "AI கண்டுபிடிப்புகள்"
10861
10996
  },
10862
10997
  "panels/settings/AISettingsTab.ts | boostYourProductivity": {
10863
- "message": "Chrome AI மூலம் உங்கள் பணிச் செயல்திறனை அதிகரியுங்கள்"
10998
+ "message": "AI மூலம் உங்கள் பணிச் செயல்திறனை அதிகரித்தல்"
10864
10999
  },
10865
11000
  "panels/settings/AISettingsTab.ts | consoleInsightsSendsData": {
10866
11001
  "message": "கன்சோல் மெசேஜ், இணைக்கப்பட்டுள்ள ஸ்டாக் டிரேஸ், தொடர்புடைய மூலக் குறியீடு, இணைக்கப்பட்டுள்ள நெட்வொர்க் தலைப்புகள் ஆகியவை விளக்கங்களை உருவாக்குவதற்காக Googleளுக்கு அனுப்பப்படும். இந்த அம்சத்தை மேம்படுத்துவதற்காக இந்தத் தரவு மதிப்பாய்வாளர்களுக்குக் காட்டப்படலாம்."
10867
11002
  },
11003
+ "panels/settings/AISettingsTab.ts | enableAiAssistance": {
11004
+ "message": "AI உதவியை இயக்கு"
11005
+ },
10868
11006
  "panels/settings/AISettingsTab.ts | enableConsoleInsights": {
10869
- "message": "கன்சோல் புள்ளிவிவரங்களை இயக்கு"
11007
+ "message": "Console insights அம்சத்தை இயக்கு"
10870
11008
  },
10871
11009
  "panels/settings/AISettingsTab.ts | experimentalFeatures": {
10872
- "message": "These features are experimental. They use generative AI and may provide inaccurate or offensive information that does not represent Google’s views."
11010
+ "message": "இந்த அம்சங்கள் பரிசோதனைக் கட்டத்தில் உள்ளன. இவை ஜெனரேட்டிவ் AIயைப் பயன்படுத்துகின்றன. இவை Googleளின் கருத்துகளைப் பிரதிபலிக்காத, துல்லியமற்ற, மனதைப் புண்படுத்தக்கூடிய தகவல்களைக் காட்டக்கூடும்."
10873
11011
  },
10874
11012
  "panels/settings/AISettingsTab.ts | explainConsole": {
10875
11013
  "message": "கன்சோல் எச்சரிக்கைகள் மற்றும் பிழைகளுக்கான விளக்கங்களைப் பெறலாம்"
10876
11014
  },
10877
11015
  "panels/settings/AISettingsTab.ts | explainStyling": {
10878
- "message": "ஸ்டைலிங் நடத்தைகளுக்கான விளக்கங்களையும் கூடுதல் விவரங்களையும் பெறலாம்"
11016
+ "message": "AI மூலம் கிடைக்கும் புள்ளிவிவரங்களுடன் CSS ஸ்டைல்களைப் புரிந்துகொள்ளலாம்"
10879
11017
  },
10880
- "panels/settings/AISettingsTab.ts | freestylerSendsData": {
10881
- "message": "Any data the inspected page can access via Web APIs may be sent to Google to generate explanations. This data may be seen by human reviewers to improve this feature."
11018
+ "panels/settings/AISettingsTab.ts | explainStylingAndNetworkRequest": {
11019
+ "message": "Understand CSS styles, and network activity with AI-powered insights"
10882
11020
  },
10883
- "panels/settings/AISettingsTab.ts | generatedSnippets": {
10884
- "message": "உருவாக்கப்பட்ட குறியீட்டுத் துணுக்குகளைக் கவனமாகப் பயன்படுத்துங்கள்"
11021
+ "panels/settings/AISettingsTab.ts | explainStylingNetworkAndFile": {
11022
+ "message": "Understand CSS styles, network activity, and file origins with AI-powered insights"
11023
+ },
11024
+ "panels/settings/AISettingsTab.ts | freestylerSendsData": {
11025
+ "message": "பரிசோதனை செய்யப்பட்ட பக்கம் Web APIகள், நெட்வொர்க் கோரிக்கைகள், ஃபைல்கள், செயல்திறன் டிரேஸ்கள் ஆகியவற்றின் வழியாக அணுகக்கூடிய எந்தத் தரவும் விளக்கங்களை உருவாக்குவதற்காக Googleளுக்கு அனுப்பப்படுகிறது. இந்த அம்சத்தை மேம்படுத்துவதற்காக இந்தத் தரவு மதிப்பாய்வாளர்களுக்குக் காட்டப்படலாம். தனிப்பட்ட அல்லது பாதுகாக்கவேண்டிய தகவல் இருக்கும் பக்கங்களில் பயன்படுத்த வேண்டாம்."
10885
11026
  },
10886
11027
  "panels/settings/AISettingsTab.ts | helpUnderstandConsole": {
10887
11028
  "message": "கன்சோல் எச்சரிக்கைகள் மற்றும் பிழைகளைப் புரிந்துகொண்டு சரிசெய்ய உதவும்"
10888
11029
  },
10889
11030
  "panels/settings/AISettingsTab.ts | helpUnderstandStyling": {
10890
- "message": "ஸ்டைலிங் தொடர்பான சிக்கல்களைப் புரிந்துகொண்டு சரிசெய்ய உதவும்"
11031
+ "message": "CSS ஸ்டைல்களைப் புரிந்துகொள்வதற்கான உதவியைப் பெறலாம்"
11032
+ },
11033
+ "panels/settings/AISettingsTab.ts | helpUnderstandStylingAndNetworkRequest": {
11034
+ "message": "Get help with understanding CSS styles and network requests"
11035
+ },
11036
+ "panels/settings/AISettingsTab.ts | helpUnderstandStylingNetworkAndFile": {
11037
+ "message": "Get help with understanding CSS styles, network requests, and files"
10891
11038
  },
10892
11039
  "panels/settings/AISettingsTab.ts | learnMore": {
10893
11040
  "message": "மேலும் அறிக"
10894
11041
  },
10895
- "panels/settings/AISettingsTab.ts | oneOrMoreSettingsHaveChanged": {
10896
- "message": "ஒன்று அல்லது மேற்பட்ட அமைப்புகளில் மாற்றம் செய்யப்பட்டுள்ளதால் அவை செயல்படுத்தப்பட ரெஃப்ரெஷ் செய்ய வேண்டும்."
11042
+ "panels/settings/AISettingsTab.ts | notLoggedIn": {
11043
+ "message": "This feature is only available when you sign into Chrome with your Google account."
11044
+ },
11045
+ "panels/settings/AISettingsTab.ts | offline": {
11046
+ "message": "This feature is only available with an active internet connection."
10897
11047
  },
10898
11048
  "panels/settings/AISettingsTab.ts | privacyNotice": {
10899
- "message": "Google Privacy Policy"
11049
+ "message": "Google தனியுரிமைக் கொள்கை"
10900
11050
  },
10901
11051
  "panels/settings/AISettingsTab.ts | receiveStylingSuggestions": {
10902
- "message": "ஸ்டைலிங் தொடர்பான சிக்கல்களைச் சரிசெய்வதற்கான பரிந்துரைகளையும் குறியீட்டு மாதிரிகளையும் பெறலாம்"
11052
+ "message": "சூழல் சார்ந்த விளக்கங்கள் மற்றும் பரிந்துரைகளுடன் உங்கள் டெவெலப்மெண்ட் பணிமுறையை மேம்படுத்தலாம்"
10903
11053
  },
10904
11054
  "panels/settings/AISettingsTab.ts | receiveSuggestions": {
10905
11055
  "message": "இந்தச் சிக்கல்களைச் சரிசெய்வதற்கான பரிந்துரைகளையும் குறியீட்டு மாதிரிகளையும் பெறலாம்"
10906
11056
  },
10907
11057
  "panels/settings/AISettingsTab.ts | retainData": {
10908
- "message": "Usage data will be retained for up to 18 months and stored in a way where Google cannot tell who provided it."
11058
+ "message": "உபயோகத் தரவு 18 மாதங்கள் வரை தக்கவைக்கப்பட்டு யார் வழங்கியது என்று Google சொல்ல முடியாத வகையில் சேமிக்கப்படும்."
10909
11059
  },
10910
11060
  "panels/settings/AISettingsTab.ts | sendsDataToGoogle": {
10911
- "message": "Using these features sends data relevant for the feature to Google. Google collects this data and feedback to improve its products and services with the help of human reviewers. Avoid sharing sensitive or personal information."
11061
+ "message": "தொடர்புடைய தரவை இந்த அம்சங்கள் Googleளுக்கு அனுப்பும். மதிப்பாய்வாளர்களின் உதவியுடன் தனது தயாரிப்புகளையும் சேவைகளையும் மேம்படுத்த Google இந்தத் தரவையும் கருத்தையும் சேகரிக்கிறது. பாதுகாக்கவேண்டிய அல்லது தனிப்பட்ட தகவல்களைப் பகிர வேண்டாம்."
10912
11062
  },
10913
11063
  "panels/settings/AISettingsTab.ts | showLess": {
10914
- "message": "Show less"
11064
+ "message": "குறைவாகக் காட்டு"
10915
11065
  },
10916
11066
  "panels/settings/AISettingsTab.ts | showMore": {
10917
- "message": "Show more"
11067
+ "message": "மேலும் காட்டு"
10918
11068
  },
10919
11069
  "panels/settings/AISettingsTab.ts | termsOfService": {
10920
11070
  "message": "Google சேவை விதிமுறைகள்"
10921
11071
  },
10922
11072
  "panels/settings/AISettingsTab.ts | termsOfServicePrivacyNotice": {
10923
- "message": "இந்த அம்சத்தைப் பயன்படுத்துவது {PH1}, {PH2} ஆகியவற்றுக்கு உட்பட்டதாகும்."
11073
+ "message": "இந்த அம்சங்களைப் பயன்படுத்துவது {PH1}, {PH2} ஆகியவற்றுக்கு உட்பட்டதாகும்"
10924
11074
  },
10925
11075
  "panels/settings/AISettingsTab.ts | thingsToConsider": {
10926
11076
  "message": "கருத்தில்கொள்ள வேண்டியவை"
@@ -10929,10 +11079,10 @@
10929
11079
  "message": "செயலில் இருக்கும்போது"
10930
11080
  },
10931
11081
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | addFilenamePattern": {
10932
- "message": "கோப்புப் பெயர் பேட்டர்னைச் சேர்க்கும்"
11082
+ "message": "ஸ்கிரிப்ட்டின் URLலுக்கான ரெகுலர் எக்ஸ்ப்ரெஷன் விதியைச் சேர்க்கலாம்"
10933
11083
  },
10934
11084
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | addPattern": {
10935
- "message": "பேட்டர்னைச் சேர்..."
11085
+ "message": "ரிஜெக்ஸ் விதியைச் சேர்..."
10936
11086
  },
10937
11087
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | automaticallyIgnoreListKnownThirdPartyScripts": {
10938
11088
  "message": "சோர்ஸ் மேப்களில் உள்ள அறியப்பட்ட மூன்றாம் தரப்பு ஸ்கிரிப்ட்டுகள்"
@@ -10941,20 +11091,23 @@
10941
11091
  "message": "பிரத்தியேகத் தவிர்ப்பு விதிகள்:"
10942
11092
  },
10943
11093
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | debuggerWillSkipThroughThe": {
10944
- "message": "பிழைதிருத்தி, ஸ்கிரிப்ட்டுகளைத் தவிர்த்துவிடுவதோடு அவை வழங்கும் எக்ஸெப்ஷன்களையும் பொருட்படுத்தாது."
11094
+ "message": "பிழைதிருத்தி, இந்த ஸ்கிரிப்ட்டுகளைத் தவிர்த்துவிடும், அவற்றை மட்டும் பாதிக்கின்ற எக்ஸெப்ஷன்களால் நின்று போகாது. இதற்குப் பொருந்தும் ஃபிளேம்சார்ட் விவரங்கள் செயல்திறன் பேனலில் சுருக்கப்படும்."
10945
11095
  },
10946
11096
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | enableIgnoreListing": {
10947
- "message": "புறக்கணிப்புப் பட்டியலை இயக்கு"
11097
+ "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலை இயக்கு"
10948
11098
  },
10949
11099
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | enableIgnoreListingTooltip": {
10950
11100
  "message": "புறக்கணிப்புப் பட்டியல் முழுவதையும் முடக்க தேர்வுநீக்கு"
10951
11101
  },
10952
11102
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | frameworkIgnoreList": {
10953
- "message": "கட்டமைப்புப் புறக்கணிப்புப் பட்டியல்"
11103
+ "message": "கட்டமைப்பு தவிர்க்க வேண்டியவற்றின் பட்டியல்"
10954
11104
  },
10955
11105
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | generalExclusionRules": {
10956
11106
  "message": "பொதுத் தவிர்ப்பு விதிகள்:"
10957
11107
  },
11108
+ "panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreListAnonymousScripts": {
11109
+ "message": "Anonymous scripts from eval or console"
11110
+ },
10958
11111
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | ignoreListContentScripts": {
10959
11112
  "message": "நீட்டிப்புகள் மூலம் சேர்க்கப்பட்ட உள்ளடக்க ஸ்கிரிப்ட்டுகள்"
10960
11113
  },
@@ -10965,16 +11118,16 @@
10965
11118
  "message": "மேலும் அறிக"
10966
11119
  },
10967
11120
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | pattern": {
10968
- "message": "பேட்டர்னைச் சேர்க்கும்"
11121
+ "message": "ஸ்கிரிப்ட்டின் URLலுக்கான ரெகுலர் எக்ஸ்ப்ரெஷன் விதியைச் சேர்க்கலாம்"
10969
11122
  },
10970
11123
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | patternAlreadyExists": {
10971
- "message": "பேட்டர்ன் ஏற்கெனவே உள்ளது"
11124
+ "message": "விதி ஏற்கெனவே உள்ளது"
10972
11125
  },
10973
11126
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | patternCannotBeEmpty": {
10974
- "message": "பேட்டர்ன் காலியாக இருக்கக்கூடாது"
11127
+ "message": "விதி காலியாக இருக்கக்கூடாது"
10975
11128
  },
10976
11129
  "panels/settings/FrameworkIgnoreListSettingsTab.ts | patternMustBeAValidRegular": {
10977
- "message": "செல்லுபடியாகும் ரெகுலர் எக்ஸ்ப்ரெஷனாகப் பேட்டர்ன் இருக்க வேண்டும்"
11130
+ "message": "சரியான ரெகுலர் எக்ஸ்ப்ரெஷனாக விதி இருக்க வேண்டும்"
10978
11131
  },
10979
11132
  "panels/settings/KeybindsSettingsTab.ts | FullListOfDevtoolsKeyboard": {
10980
11133
  "message": "DevTools கீபோர்டு ஷார்ட்கட்டுகள் & சைகைகளின் முழுமையான பட்டியல்"
@@ -11213,6 +11366,9 @@
11213
11366
  "panels/settings/emulation/emulation-meta.ts | showDevices": {
11214
11367
  "message": "சாதனங்களைக் காட்டு"
11215
11368
  },
11369
+ "panels/settings/settings-meta.ts | aiInnovations": {
11370
+ "message": "AI கண்டுபிடிப்புகள்"
11371
+ },
11216
11372
  "panels/settings/settings-meta.ts | documentation": {
11217
11373
  "message": "ஆவணமாக்கல்"
11218
11374
  },
@@ -11220,7 +11376,7 @@
11220
11376
  "message": "பரிசோதனைகள்"
11221
11377
  },
11222
11378
  "panels/settings/settings-meta.ts | ignoreList": {
11223
- "message": "புறக்கணிப்புப் பட்டியல்"
11379
+ "message": "தவிர்க்க வேண்டியவற்றின் பட்டியல்"
11224
11380
  },
11225
11381
  "panels/settings/settings-meta.ts | preferences": {
11226
11382
  "message": "விருப்பத்தேர்வுகள்"
@@ -11231,11 +11387,14 @@
11231
11387
  "panels/settings/settings-meta.ts | shortcuts": {
11232
11388
  "message": "ஷார்ட்கட்கள்"
11233
11389
  },
11390
+ "panels/settings/settings-meta.ts | showAiInnovations": {
11391
+ "message": "AI கண்டுபிடிப்புகளைக் காட்டு"
11392
+ },
11234
11393
  "panels/settings/settings-meta.ts | showExperiments": {
11235
11394
  "message": "பரிசோதனைகளைக் காட்டு"
11236
11395
  },
11237
11396
  "panels/settings/settings-meta.ts | showIgnoreList": {
11238
- "message": "புறக்கணிப்புப் பட்டியலைக் காட்டு"
11397
+ "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலைக் காட்டு"
11239
11398
  },
11240
11399
  "panels/settings/settings-meta.ts | showPreferences": {
11241
11400
  "message": "விருப்பத்தேர்வுகளைக் காட்டு"
@@ -11328,13 +11487,13 @@
11328
11487
  "message": "ஃபிரேமை மீண்டும் தொடங்கு"
11329
11488
  },
11330
11489
  "panels/sources/CallStackSidebarPane.ts | showIgnorelistedFrames": {
11331
- "message": "புறக்கணிப்புப் பட்டியலில் உள்ள ஃபிரேம்களைக் காட்டு"
11490
+ "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலில் உள்ள ஃபிரேம்களைக் காட்டு"
11332
11491
  },
11333
11492
  "panels/sources/CallStackSidebarPane.ts | showMore": {
11334
11493
  "message": "மேலும் காட்டு"
11335
11494
  },
11336
11495
  "panels/sources/CategorizedBreakpointL10n.ts | animationFrameFired": {
11337
- "message": "Animation Frame Fired"
11496
+ "message": "அனிமேஷன் ஃபிரேம் செயல்படுத்தப்பட்டது"
11338
11497
  },
11339
11498
  "panels/sources/CategorizedBreakpointL10n.ts | beforeBidderWorkletBiddingStart": {
11340
11499
  "message": "பிடர் பிட்டிங் நிலையின் தொடக்கம்"
@@ -11349,7 +11508,7 @@
11349
11508
  "message": "செல்லர் ஸ்கோரிங் நிலையின் தொடக்கம்"
11350
11509
  },
11351
11510
  "panels/sources/CategorizedBreakpointL10n.ts | cancelAnimationFrame": {
11352
- "message": "Cancel Animation Frame"
11511
+ "message": "அனிமேஷன் ஃபிரேமை ரத்துசெய்"
11353
11512
  },
11354
11513
  "panels/sources/CategorizedBreakpointL10n.ts | closeAudiocontext": {
11355
11514
  "message": "AudioContext ஐ மூடுக"
@@ -11364,7 +11523,7 @@
11364
11523
  "message": "கொள்கை மீறல்கள்"
11365
11524
  },
11366
11525
  "panels/sources/CategorizedBreakpointL10n.ts | requestAnimationFrame": {
11367
- "message": "Request Animation Frame"
11526
+ "message": "அனிமேஷன் ஃபிரேமைக் கேள்"
11368
11527
  },
11369
11528
  "panels/sources/CategorizedBreakpointL10n.ts | resumeAudiocontext": {
11370
11529
  "message": "AudioContext ஐத் தொடர்க"
@@ -12254,6 +12413,33 @@
12254
12413
  "panels/timeline/AnimationsTrackAppender.ts | animations": {
12255
12414
  "message": "அனிமேஷன்கள்"
12256
12415
  },
12416
+ "panels/timeline/AnnotationHelpers.ts | entriesLink": {
12417
+ "message": "இணைக்கப்பட்டுள்ள உள்ளீடுகள்"
12418
+ },
12419
+ "panels/timeline/AnnotationHelpers.ts | entryLabel": {
12420
+ "message": "உள்ளீட்டு லேபிள்"
12421
+ },
12422
+ "panels/timeline/AnnotationHelpers.ts | srAnnotationAdded": {
12423
+ "message": "{PH1} குறிப்பு சேர்க்கப்பட்டது"
12424
+ },
12425
+ "panels/timeline/AnnotationHelpers.ts | srAnnotationRemoved": {
12426
+ "message": "{PH1} குறிப்பு அகற்றப்பட்டது"
12427
+ },
12428
+ "panels/timeline/AnnotationHelpers.ts | srEnterLabelEditMode": {
12429
+ "message": "குறிப்பு லேபிளின் வார்த்தைகளைத் திருத்துகிறது"
12430
+ },
12431
+ "panels/timeline/AnnotationHelpers.ts | srEntriesLinked": {
12432
+ "message": "இணைக்கப்பட்ட உள்ளீடுகளின் குறிப்பு {PH1} இல் இருந்து {PH2} ஐ இப்போது இணைக்கிறது"
12433
+ },
12434
+ "panels/timeline/AnnotationHelpers.ts | srLabelTextUpdated": {
12435
+ "message": "லேபிள் {PH1} என்று மாற்றப்பட்டது"
12436
+ },
12437
+ "panels/timeline/AnnotationHelpers.ts | srTimeRangeBoundsUpdated": {
12438
+ "message": "நேர வரம்பு மாற்றப்பட்டது, {PH1} இல் தொடங்கி {PH2} இல் முடிகிறது"
12439
+ },
12440
+ "panels/timeline/AnnotationHelpers.ts | timeRange": {
12441
+ "message": "நேர வரம்பு"
12442
+ },
12257
12443
  "panels/timeline/AppenderUtils.ts | sSelfS": {
12258
12444
  "message": "{PH1} (தனிப்பட்ட முறையில் எடுத்துக்கொண்ட நேரம் {PH2})"
12259
12445
  },
@@ -12261,10 +12447,10 @@
12261
12447
  "message": "ஆவணங்கள்"
12262
12448
  },
12263
12449
  "panels/timeline/CountersGraph.ts | gpuMemory": {
12264
- "message": "GPU memory"
12450
+ "message": "GPU நினைவகம்"
12265
12451
  },
12266
12452
  "panels/timeline/CountersGraph.ts | jsHeap": {
12267
- "message": "JS heap"
12453
+ "message": "JS ஹீப்"
12268
12454
  },
12269
12455
  "panels/timeline/CountersGraph.ts | listeners": {
12270
12456
  "message": "லிசனர்கள்"
@@ -12288,13 +12474,13 @@
12288
12474
  "message": "கால அளவு வடிப்பான்"
12289
12475
  },
12290
12476
  "panels/timeline/EventsTimelineTreeView.ts | startTime": {
12291
- "message": "Start time"
12477
+ "message": "தொடக்க நேரம்"
12292
12478
  },
12293
12479
  "panels/timeline/ExtensionTrackAppender.ts | customTrackDescription": {
12294
12480
  "message": "இது மூன்றாம் தரப்பால் சேர்க்கப்பட்ட பிரத்தியேக டிராக்."
12295
12481
  },
12296
12482
  "panels/timeline/ExtensionTrackAppender.ts | customTrackName": {
12297
- "message": "{PH1} — Custom track"
12483
+ "message": "{PH1} — பிரத்தியேக டிராக்"
12298
12484
  },
12299
12485
  "panels/timeline/GPUTrackAppender.ts | gpu": {
12300
12486
  "message": "GPU"
@@ -12308,8 +12494,14 @@
12308
12494
  "panels/timeline/IsolateSelector.ts | selectJavascriptVmInstance": {
12309
12495
  "message": "JavaScript VM நேர்வைத் தேர்ந்தெடு"
12310
12496
  },
12497
+ "panels/timeline/LayoutShiftsTrackAppender.ts | layoutShift": {
12498
+ "message": "லே-அவுட் ஷிஃப்ட்"
12499
+ },
12500
+ "panels/timeline/LayoutShiftsTrackAppender.ts | layoutShiftCluster": {
12501
+ "message": "லே-அவுட் ஷிஃப்ட் கிளஸ்டர்"
12502
+ },
12311
12503
  "panels/timeline/LayoutShiftsTrackAppender.ts | layoutShifts": {
12312
- "message": "லேஅவுட் ஷிஃப்ட்கள்"
12504
+ "message": "Layout shifts"
12313
12505
  },
12314
12506
  "panels/timeline/NetworkTrackAppender.ts | network": {
12315
12507
  "message": "நெட்வொர்க்"
@@ -12345,7 +12537,7 @@
12345
12537
  "message": "ராஸ்டெர்"
12346
12538
  },
12347
12539
  "panels/timeline/ThreadAppender.ts | rasterizerThreadS": {
12348
- "message": "Rasterizer thread {PH1}"
12540
+ "message": "ராஸ்டெரைசர் தொடரிழை {PH1}"
12349
12541
  },
12350
12542
  "panels/timeline/ThreadAppender.ts | sellerWorklet": {
12351
12543
  "message": "விற்பனையாளர் பணித் தொகுப்பு"
@@ -12354,10 +12546,10 @@
12354
12546
  "message": "விற்பனையாளர் பணித் தொகுப்பு — {PH1}"
12355
12547
  },
12356
12548
  "panels/timeline/ThreadAppender.ts | threadPool": {
12357
- "message": "Thread pool"
12549
+ "message": "பின்புலப் பணிகளின் தொகுப்பு"
12358
12550
  },
12359
12551
  "panels/timeline/ThreadAppender.ts | threadPoolThreadS": {
12360
- "message": "Thread pool worker {PH1}"
12552
+ "message": "Thread Pool Worker {PH1}"
12361
12553
  },
12362
12554
  "panels/timeline/ThreadAppender.ts | threadS": {
12363
12555
  "message": "தொடரிழை {PH1}"
@@ -12375,34 +12567,34 @@
12375
12567
  "message": "Worker: {PH1} — {PH2}"
12376
12568
  },
12377
12569
  "panels/timeline/ThreadAppender.ts | workletService": {
12378
- "message": "Auction Worklet service"
12570
+ "message": "ஏல ஒர்க்லெட் சேவை"
12379
12571
  },
12380
12572
  "panels/timeline/ThreadAppender.ts | workletServiceS": {
12381
- "message": "Auction Worklet service — {PH1}"
12573
+ "message": "ஏல ஒர்க்லெட் சேவை — {PH1}"
12382
12574
  },
12383
12575
  "panels/timeline/TimelineController.ts | tracingNotSupported": {
12384
12576
  "message": "இந்த வகையான இலக்கில் செயல்திறன் தடங்களை ரெக்கார்டு செய்ய முடியாது"
12385
12577
  },
12386
12578
  "panels/timeline/TimelineDetailsView.ts | bottomup": {
12387
- "message": "Bottom-up"
12579
+ "message": "கீழிருந்து மேல்"
12388
12580
  },
12389
12581
  "panels/timeline/TimelineDetailsView.ts | callTree": {
12390
- "message": "Call tree"
12582
+ "message": "வரிசையைச் செயல்படுத்து"
12391
12583
  },
12392
12584
  "panels/timeline/TimelineDetailsView.ts | eventLog": {
12393
- "message": "Event log"
12585
+ "message": "நிகழ்வு பதிவு"
12394
12586
  },
12395
12587
  "panels/timeline/TimelineDetailsView.ts | layers": {
12396
12588
  "message": "லேயர்கள்"
12397
12589
  },
12398
12590
  "panels/timeline/TimelineDetailsView.ts | paintProfiler": {
12399
- "message": "Paint profiler"
12591
+ "message": "பெயிண்ட் ப்ரொஃபைலர்"
12400
12592
  },
12401
12593
  "panels/timeline/TimelineDetailsView.ts | rangeSS": {
12402
12594
  "message": "வரம்பு: {PH1} – {PH2}"
12403
12595
  },
12404
12596
  "panels/timeline/TimelineDetailsView.ts | selectorStats": {
12405
- "message": "Selector stats"
12597
+ "message": "தேர்விக்கான புள்ளிவிவரங்கள்"
12406
12598
  },
12407
12599
  "panels/timeline/TimelineDetailsView.ts | summary": {
12408
12600
  "message": "சுருக்கம்"
@@ -12423,7 +12615,7 @@
12423
12615
  "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலில் ஸ்கிரிப்ட்டைச் சேர்"
12424
12616
  },
12425
12617
  "panels/timeline/TimelineFlameChartDataProvider.ts | droppedFrame": {
12426
- "message": "Dropped frame"
12618
+ "message": "டிராப் செய்யப்பட்ட ஃபிரேம்"
12427
12619
  },
12428
12620
  "panels/timeline/TimelineFlameChartDataProvider.ts | frame": {
12429
12621
  "message": "ஃபிரேம்"
@@ -12441,10 +12633,10 @@
12441
12633
  "message": "மீண்டும் வரும் உபநிலைகளை மறை"
12442
12634
  },
12443
12635
  "panels/timeline/TimelineFlameChartDataProvider.ts | idleFrame": {
12444
- "message": "Idle frame"
12636
+ "message": "ஐடில் ஃபிரேம்"
12445
12637
  },
12446
12638
  "panels/timeline/TimelineFlameChartDataProvider.ts | partiallyPresentedFrame": {
12447
- "message": "Partially-presented frame"
12639
+ "message": "பகுதியளவு ரெண்டர் செய்யப்பட்ட ஃபிரேம்"
12448
12640
  },
12449
12641
  "panels/timeline/TimelineFlameChartDataProvider.ts | removeScriptFromIgnoreList": {
12450
12642
  "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலில் இருந்து ஸ்கிரிப்ட்டை அகற்று"
@@ -12459,10 +12651,10 @@
12459
12651
  "message": "{PH1}, {PH2}"
12460
12652
  },
12461
12653
  "panels/timeline/TimelineHistoryManager.ts | currentSessionSS": {
12462
- "message": "Current session: {PH1}. {PH2}"
12654
+ "message": "தற்போதைய நேரம்: {PH1}. {PH2}"
12463
12655
  },
12464
12656
  "panels/timeline/TimelineHistoryManager.ts | landingPageTitle": {
12465
- "message": "Live metrics"
12657
+ "message": "தற்போதைய அளவீடுகள்"
12466
12658
  },
12467
12659
  "panels/timeline/TimelineHistoryManager.ts | moments": {
12468
12660
  "message": "தருணங்கள்"
@@ -12483,7 +12675,7 @@
12483
12675
  "message": "{PH1} நி"
12484
12676
  },
12485
12677
  "panels/timeline/TimelineHistoryManager.ts | selectTimelineSession": {
12486
- "message": "Select timeline session"
12678
+ "message": "டைம்லைன் நேரத்தைத் தேர்ந்தெடுக்கலாம்"
12487
12679
  },
12488
12680
  "panels/timeline/TimelineLandingPage.ts | afterRecordingSelectAnAreaOf": {
12489
12681
  "message": "ரெக்கார்டு செய்ததும் இழுப்பதன் மூலம் ’மேலோட்டப் பார்வை’ என்பதில் விரும்பும் பகுதியைத் தேர்ந்தெடுக்கவும். பிறகு மவுஸ் வீல்/{PH1} விசைகளை அழுத்தி காலப்பதிவின் அளவை மாற்றி நகர்த்தவும். {PH2}"
@@ -12506,9 +12698,6 @@
12506
12698
  "panels/timeline/TimelinePanel.ts | CpuThrottlingIsEnabled": {
12507
12699
  "message": "- CPU த்ராட்லிங் இயக்கப்பட்டுள்ளது"
12508
12700
  },
12509
- "panels/timeline/TimelinePanel.ts | HardwareConcurrencyIsEnabled": {
12510
- "message": "- வன்பொருள் ஒருங்கமைவு மீறிச் செயல்படுவது இயக்கப்பட்டது"
12511
- },
12512
12701
  "panels/timeline/TimelinePanel.ts | JavascriptSamplingIsDisabled": {
12513
12702
  "message": "- JavaScript சாம்பிளிங் முடக்கப்பட்டது"
12514
12703
  },
@@ -12566,11 +12755,14 @@
12566
12755
  "panels/timeline/TimelinePanel.ts | enableSelectorStats": {
12567
12756
  "message": "CSS தேர்விக்கான புள்ளிவிவரங்களை (குறைவு) இயக்குதல்"
12568
12757
  },
12758
+ "panels/timeline/TimelinePanel.ts | eventSelected": {
12759
+ "message": "{PH1} நிகழ்வு தேர்ந்தெடுக்கப்பட்டது"
12760
+ },
12569
12761
  "panels/timeline/TimelinePanel.ts | exportEnhancedTraces": {
12570
- "message": "Enhanced performance traces"
12762
+ "message": "மேம்பட்ட செயல்திறன் டிரேஸ்கள்"
12571
12763
  },
12572
12764
  "panels/timeline/TimelinePanel.ts | exportNormalTraces": {
12573
- "message": "Basic performance traces"
12765
+ "message": "அடிப்படைச் செயல்திறன் டிரேஸ்கள்"
12574
12766
  },
12575
12767
  "panels/timeline/TimelinePanel.ts | failedToSaveTimelineSS": {
12576
12768
  "message": "காலப்பதிவைச் சேமிக்க முடியவில்லை: {PH1} ({PH2})"
@@ -12578,12 +12770,18 @@
12578
12770
  "panels/timeline/TimelinePanel.ts | fixMe": {
12579
12771
  "message": "சரிசெய்"
12580
12772
  },
12773
+ "panels/timeline/TimelinePanel.ts | frameSelected": {
12774
+ "message": "ஃபிரேம் தேர்ந்தெடுக்கப்பட்டது"
12775
+ },
12581
12776
  "panels/timeline/TimelinePanel.ts | hideSidebar": {
12582
12777
  "message": "ஒற்றைப் பக்கப்பட்டியை மறைக்கும்"
12583
12778
  },
12584
12779
  "panels/timeline/TimelinePanel.ts | initializingProfiler": {
12585
12780
  "message": "ப்ரொஃபைலரைத் துவக்குகிறது…"
12586
12781
  },
12782
+ "panels/timeline/TimelinePanel.ts | learnMore": {
12783
+ "message": "Learn more"
12784
+ },
12587
12785
  "panels/timeline/TimelinePanel.ts | loadProfile": {
12588
12786
  "message": "சுயவிவரத்தை ஏற்றும்…"
12589
12787
  },
@@ -12603,7 +12801,7 @@
12603
12801
  "message": "நீட்டிப்புத் தரவு"
12604
12802
  },
12605
12803
  "panels/timeline/TimelinePanel.ts | processed": {
12606
- "message": "Processed"
12804
+ "message": "செயலாக்கப்பட்டது"
12607
12805
  },
12608
12806
  "panels/timeline/TimelinePanel.ts | processingProfile": {
12609
12807
  "message": "சுயவிவரத்தைச் செயலாக்குகிறது…"
@@ -12621,14 +12819,17 @@
12621
12819
  "message": "சுயவிவரத்தைச் சேமிக்கும்…"
12622
12820
  },
12623
12821
  "panels/timeline/TimelinePanel.ts | saveTraceWithAnnotationsMenuOption": {
12624
- "message": "Save trace"
12822
+ "message": "டிரேஸைச் சேமி"
12625
12823
  },
12626
12824
  "panels/timeline/TimelinePanel.ts | saveTraceWithoutAnnotationsMenuOption": {
12627
- "message": "Save trace without annotations"
12825
+ "message": "குறிப்புகள் இல்லாமல் டிரேஸைச் சேமி"
12628
12826
  },
12629
12827
  "panels/timeline/TimelinePanel.ts | screenshots": {
12630
12828
  "message": "ஸ்கிரீன்ஷாட்கள்"
12631
12829
  },
12830
+ "panels/timeline/TimelinePanel.ts | selectionCleared": {
12831
+ "message": "தேர்ந்தெடுத்தவை அழிக்கப்பட்டன"
12832
+ },
12632
12833
  "panels/timeline/TimelinePanel.ts | showDataAddedByExtensions": {
12633
12834
  "message": "செயல்திறன் பேனலின் நீட்டிப்புகளால் சேர்க்கப்பட்ட தரவைக் காட்டும்"
12634
12835
  },
@@ -12660,7 +12861,7 @@
12660
12861
  "message": "நேரம்"
12661
12862
  },
12662
12863
  "panels/timeline/TimelineSelectorStatsView.ts | copyTable": {
12663
- "message": "Copy table"
12864
+ "message": "அட்டவணையை நகலெடு"
12664
12865
  },
12665
12866
  "panels/timeline/TimelineSelectorStatsView.ts | elapsed": {
12666
12867
  "message": "எடுத்துக்கொண்ட நேரம் (மிவி)"
@@ -12669,22 +12870,22 @@
12669
12870
  "message": "வரி {PH1}:{PH2}"
12670
12871
  },
12671
12872
  "panels/timeline/TimelineSelectorStatsView.ts | matchAttempts": {
12672
- "message": "Match attempts"
12873
+ "message": "பொருந்தும் முயற்சிகள்"
12673
12874
  },
12674
12875
  "panels/timeline/TimelineSelectorStatsView.ts | matchCount": {
12675
- "message": "Match count"
12876
+ "message": "பொருந்தும் எண்ணிக்கை"
12676
12877
  },
12677
12878
  "panels/timeline/TimelineSelectorStatsView.ts | rejectPercentage": {
12678
12879
  "message": "மெதுவான தடத்தில் பொருத்தங்கள் இல்லாதவற்றின் %"
12679
12880
  },
12680
12881
  "panels/timeline/TimelineSelectorStatsView.ts | rejectPercentageExplanation": {
12681
- "message": "புளூம் ஃபில்டரால் விரைவாக ரத்துசெய்ய முடியாத பொருந்தாத நோடுகளின் (பொருந்தும் முயற்சிகள் - பொருந்தும் எண்ணிக்கை) சதவீதம். இது குறைவாக இருப்பது சிறந்தது."
12882
+ "message": "The percentage of non-matching nodes (Match Attempts - Match Count) that couldn't be quickly ruled out by the bloom filter due to high selector complexity. Lower is better."
12682
12883
  },
12683
12884
  "panels/timeline/TimelineSelectorStatsView.ts | selector": {
12684
12885
  "message": "தேர்வி"
12685
12886
  },
12686
12887
  "panels/timeline/TimelineSelectorStatsView.ts | selectorStats": {
12687
- "message": "Selector stats"
12888
+ "message": "தேர்விக்கான புள்ளிவிவரங்கள்"
12688
12889
  },
12689
12890
  "panels/timeline/TimelineSelectorStatsView.ts | styleSheetId": {
12690
12891
  "message": "ஸ்டைல் ஷீட்"
@@ -12714,22 +12915,22 @@
12714
12915
  "message": "இதன்படி குழுவாக்கு:"
12715
12916
  },
12716
12917
  "panels/timeline/TimelineTreeView.ts | groupByActivity": {
12717
- "message": "Group by activity"
12918
+ "message": "செயல்பாட்டின்படி குழுவாக்கு"
12718
12919
  },
12719
12920
  "panels/timeline/TimelineTreeView.ts | groupByCategory": {
12720
- "message": "Group by category"
12921
+ "message": "வகையின்படி குழுவாக்கு"
12721
12922
  },
12722
12923
  "panels/timeline/TimelineTreeView.ts | groupByDomain": {
12723
- "message": "Group by domain"
12924
+ "message": "டொமைன்படி குழுவாக்கு"
12724
12925
  },
12725
12926
  "panels/timeline/TimelineTreeView.ts | groupByFrame": {
12726
- "message": "Group by frame"
12927
+ "message": "ஃபிரேமின்படி குழுவாக்கு"
12727
12928
  },
12728
12929
  "panels/timeline/TimelineTreeView.ts | groupBySubdomain": {
12729
- "message": "Group by subdomain"
12930
+ "message": "துணை டொமைன்படி குழுவாக்கு"
12730
12931
  },
12731
12932
  "panels/timeline/TimelineTreeView.ts | groupByThirdParties": {
12732
- "message": "Group by Third Parties"
12933
+ "message": "மூன்றாம் தரப்பின்படி குழுவாக்கு"
12733
12934
  },
12734
12935
  "panels/timeline/TimelineTreeView.ts | groupByUrl": {
12735
12936
  "message": "URLலின்படி குழுவாக்கு"
@@ -12744,16 +12945,16 @@
12744
12945
  "message": "அதிக நேரம் எடுத்துக்கொண்ட ஸ்டாக் பக்கப்பட்டி காட்டப்படுகிறது"
12745
12946
  },
12746
12947
  "panels/timeline/TimelineTreeView.ts | hideHeaviestStack": {
12747
- "message": "Hide heaviest stack"
12948
+ "message": "அதிக நேரம் எடுத்துக்கொண்ட ஸ்டாக்கை மறைக்கும்"
12748
12949
  },
12749
12950
  "panels/timeline/TimelineTreeView.ts | matchCase": {
12750
- "message": "Match case"
12951
+ "message": "பொருந்தும் வகை"
12751
12952
  },
12752
12953
  "panels/timeline/TimelineTreeView.ts | matchWholeWord": {
12753
12954
  "message": "மொத்த வார்த்தையையும் பொருத்து"
12754
12955
  },
12755
12956
  "panels/timeline/TimelineTreeView.ts | noGrouping": {
12756
- "message": "No grouping"
12957
+ "message": "குழுவாக்கப்படுவதில்லை"
12757
12958
  },
12758
12959
  "panels/timeline/TimelineTreeView.ts | page": {
12759
12960
  "message": "பக்கம்"
@@ -12768,22 +12969,22 @@
12768
12969
  "message": "விவரங்களை அறிய உறுப்பைத் தேர்ந்தெடுக்கவும்."
12769
12970
  },
12770
12971
  "panels/timeline/TimelineTreeView.ts | selfTime": {
12771
- "message": "Self time"
12972
+ "message": "செயல்பாட்டின் கால அளவு"
12772
12973
  },
12773
12974
  "panels/timeline/TimelineTreeView.ts | showHeaviestStack": {
12774
- "message": "Show heaviest stack"
12975
+ "message": "அதிக நேரம் எடுத்துக்கொண்ட ஸ்டாக்கைக் காட்டும்"
12775
12976
  },
12776
12977
  "panels/timeline/TimelineTreeView.ts | timelineStack": {
12777
- "message": "Timeline stack"
12978
+ "message": "டைம்லைன் ஸ்டாக்"
12778
12979
  },
12779
12980
  "panels/timeline/TimelineTreeView.ts | totalTime": {
12780
- "message": "Total time"
12981
+ "message": "மொத்த நேரம்"
12781
12982
  },
12782
12983
  "panels/timeline/TimelineTreeView.ts | unattributed": {
12783
12984
  "message": "[குறிப்பிடாதவை]"
12784
12985
  },
12785
12986
  "panels/timeline/TimelineTreeView.ts | useRegularExpression": {
12786
- "message": "Use regular expression"
12987
+ "message": "ரெகுலர் எக்ஸ்ப்ரெஷனைப் பயன்படுத்து"
12787
12988
  },
12788
12989
  "panels/timeline/TimelineTreeView.ts | vRuntime": {
12789
12990
  "message": "[V8 இயங்கும் நேரம்]"
@@ -12792,16 +12993,19 @@
12792
12993
  "message": "[ அறியப்படாத கணு ]"
12793
12994
  },
12794
12995
  "panels/timeline/TimelineUIUtils.ts | aggregatedTime": {
12795
- "message": "Aggregated time"
12996
+ "message": "மொத்த நேரம்"
12796
12997
  },
12797
12998
  "panels/timeline/TimelineUIUtils.ts | allottedTime": {
12798
- "message": "Allotted time"
12999
+ "message": "ஒதுக்கப்பட்ட நேரம்"
13000
+ },
13001
+ "panels/timeline/TimelineUIUtils.ts | animating": {
13002
+ "message": "அனிமேஷன் செய்யப்படுகிறது"
12799
13003
  },
12800
13004
  "panels/timeline/TimelineUIUtils.ts | animationFrameRequested": {
12801
- "message": "Animation frame requested"
13005
+ "message": "அனிமேஷன் ஃபிரேம் கேட்கப்பட்டது"
12802
13006
  },
12803
13007
  "panels/timeline/TimelineUIUtils.ts | callbackFunction": {
12804
- "message": "Callback function"
13008
+ "message": "கால்பேக் ஃபங்க்ஷன்"
12805
13009
  },
12806
13010
  "panels/timeline/TimelineUIUtils.ts | callbackId": {
12807
13011
  "message": "கால்பேக் ஐடி"
@@ -12821,23 +13025,83 @@
12821
13025
  "panels/timeline/TimelineUIUtils.ts | compile": {
12822
13026
  "message": "தொகு"
12823
13027
  },
13028
+ "panels/timeline/TimelineUIUtils.ts | compositingFailed": {
13029
+ "message": "தொகுக்க முடியவில்லை"
13030
+ },
13031
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedAcceleratedAnimationsDisabled": {
13032
+ "message": "துரிதப்படுத்தப்பட்ட அனிமேஷன்கள் முடக்கப்பட்டன"
13033
+ },
13034
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedAffectsImportantProperty": {
13035
+ "message": "!important உள்ள பிராப்பர்ட்டியை எஃபெக்ட் பாதிக்கிறது"
13036
+ },
13037
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedAnimationAffectsNonCSSProperties": {
13038
+ "message": "CSS அல்லாத பிராப்பர்ட்டிகளை அனிமேஷன் பாதிக்கிறது"
13039
+ },
13040
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedAnimationHasNoVisibleChange": {
13041
+ "message": "தெரியக்கூடிய மாற்றம் எதுவும் அனிமேஷனில் இல்லை"
13042
+ },
13043
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedEffectHasNonReplaceCompositeMode": {
13044
+ "message": "\"மாற்று\" அல்லாமல் வேறொரு தொகுப்புப் பயன்முறையை எஃபெக்ட் கொண்டுள்ளது"
13045
+ },
13046
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedEffectHasUnsupportedTimingParams": {
13047
+ "message": "ஆதரிக்கப்படாத நேர அளவுருக்களை எஃபெக்ட் கொண்டுள்ளது"
13048
+ },
13049
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedEffectSuppressedByDevtools": {
13050
+ "message": "டெவெலப்பர் கருவிகள் எஃபெக்ட்டைச் சுருக்கியுள்ளது "
13051
+ },
13052
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedFilterRelatedPropertyMayMovePixels": {
13053
+ "message": "ஃபில்டர் தொடர்பான பிராப்பர்ட்டி பிக்சல்களை நகர்த்தக்கூடும்"
13054
+ },
13055
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedInvalidAnimationOrEffect": {
13056
+ "message": "தவறான அனிமேஷன் அல்லது எஃபெக்ட்"
13057
+ },
13058
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedMixedKeyframeValueTypes": {
13059
+ "message": "கலவையான கீஃபிரேம் மதிப்பு வகைகள்"
13060
+ },
13061
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedSVGTargetHasIndependentTransformProperty": {
13062
+ "message": "SVG இலக்கில் தனிப்பட்ட டிரான்ஸ்ஃபார்ம் பிராப்பர்ட்டி உள்ளது"
13063
+ },
13064
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasCSSOffset": {
13065
+ "message": "இலக்கில் CSS ஆஃப்செட் உள்ளது"
13066
+ },
13067
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasIncompatibleAnimations": {
13068
+ "message": "பொருந்தாத வேறொரு அனிமேஷன் இலக்கில் உள்ளது"
13069
+ },
13070
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTargetHasInvalidCompositingState": {
13071
+ "message": "இலக்கில் தவறான தொகுப்பு நிலை உள்ளது"
13072
+ },
13073
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTimelineSourceHasInvalidCompositingState": {
13074
+ "message": "டைம்லைன் ஆதாரத்தில் தவறான தொகுப்பு நிலை உள்ளது"
13075
+ },
13076
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTransformDependsBoxSize": {
13077
+ "message": "டிரான்ஸ்ஃபார்ம் தொடர்பான பிராப்பர்ட்டி, எலிமெண்ட் பெட்டி அளவைப் பொறுத்தது"
13078
+ },
13079
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedTransformRelatedPropertyCannotBeAcceleratedOnTarget": {
13080
+ "message": "டிரான்ஸ்ஃபார்ம் தொடர்பான பிராப்பர்ட்டியை இலக்கில் துரிதப்படுத்த முடியாது"
13081
+ },
13082
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedUnknownReason": {
13083
+ "message": "தெரியாத காரணம்"
13084
+ },
13085
+ "panels/timeline/TimelineUIUtils.ts | compositingFailedUnsupportedCSSProperty": {
13086
+ "message": "{propertyCount,plural, =1{ஆதரிக்கப்படாத CSS பிராப்பர்ட்டி: {properties}}other{ஆதரிக்கப்படாத CSS பிராப்பர்ட்டிகள்: {properties}}}"
13087
+ },
12824
13088
  "panels/timeline/TimelineUIUtils.ts | consumedCacheSize": {
12825
- "message": "Consumed cache size"
13089
+ "message": "உபயோகப்படுத்தப்பட்ட தற்காலிகச் சேமிப்பின் அளவு"
12826
13090
  },
12827
13091
  "panels/timeline/TimelineUIUtils.ts | cumulativeLayoutShifts": {
12828
13092
  "message": "கியூமுலேட்டிவ் லேஅவுட் ஷிஃப்ட்"
12829
13093
  },
12830
13094
  "panels/timeline/TimelineUIUtils.ts | cumulativeScore": {
12831
- "message": "Cumulative score"
13095
+ "message": "ஒட்டுமொத்த ஸ்கோர்"
12832
13096
  },
12833
13097
  "panels/timeline/TimelineUIUtils.ts | currentClusterId": {
12834
- "message": "Current cluster ID"
13098
+ "message": "தற்போதைய கிளஸ்டர் ஐடி"
12835
13099
  },
12836
13100
  "panels/timeline/TimelineUIUtils.ts | currentClusterScore": {
12837
- "message": "Current cluster score"
13101
+ "message": "தற்போதைய கிளஸ்டர் ஸ்கோர்"
12838
13102
  },
12839
13103
  "panels/timeline/TimelineUIUtils.ts | description": {
12840
- "message": "Description"
13104
+ "message": "விளக்கம்"
12841
13105
  },
12842
13106
  "panels/timeline/TimelineUIUtils.ts | details": {
12843
13107
  "message": "விவரங்கள்"
@@ -12852,7 +13116,7 @@
12852
13116
  "message": "அனைத்து ஃபங்ஷன்களும் எப்போதும் கம்பைல் செய்யப்படுகின்றன"
12853
13117
  },
12854
13118
  "panels/timeline/TimelineUIUtils.ts | elementsAffected": {
12855
- "message": "Elements affected"
13119
+ "message": "பாதிக்கப்பட்ட எலிமெண்ட்டுகள்"
12856
13120
  },
12857
13121
  "panels/timeline/TimelineUIUtils.ts | emptyPlaceholder": {
12858
13122
  "message": "{PH1}"
@@ -12867,10 +13131,10 @@
12867
13131
  "message": "தற்காலிகச் சேமிப்பில் இருந்து ஸ்கிரிப்ட்டை ஏற்ற முடியவில்லை"
12868
13132
  },
12869
13133
  "panels/timeline/TimelineUIUtils.ts | firstInvalidated": {
12870
- "message": "First invalidated"
13134
+ "message": "முதல் முறை செல்லாதது என்று குறிக்கப்பட்டது"
12871
13135
  },
12872
13136
  "panels/timeline/TimelineUIUtils.ts | firstLayoutInvalidation": {
12873
- "message": "First layout invalidation"
13137
+ "message": "முதல் லே-அவுட் இன்வேலிடேஷன்"
12874
13138
  },
12875
13139
  "panels/timeline/TimelineUIUtils.ts | frame": {
12876
13140
  "message": "ஃபிரேம்"
@@ -12882,7 +13146,7 @@
12882
13146
  "message": "சமீபத்திய உள்ளீட்டைக் கொண்டுள்ளது"
12883
13147
  },
12884
13148
  "panels/timeline/TimelineUIUtils.ts | idleCallbackRequested": {
12885
- "message": "Idle callback requested"
13149
+ "message": "ஐடில் கால்பேக் கேட்கப்பட்டது"
12886
13150
  },
12887
13151
  "panels/timeline/TimelineUIUtils.ts | imageUrl": {
12888
13152
  "message": "பட URL"
@@ -12894,7 +13158,7 @@
12894
13158
  "message": "இதற்கான இனிஷியேட்டர்:"
12895
13159
  },
12896
13160
  "panels/timeline/TimelineUIUtils.ts | initiatorStackTrace": {
12897
- "message": "Initiator stack trace"
13161
+ "message": "இனிஷியேட்டர் ஸ்டாக் டிரேஸ்"
12898
13162
  },
12899
13163
  "panels/timeline/TimelineUIUtils.ts | inputDelay": {
12900
13164
  "message": "உள்ளீட்டுத் தாமதம்"
@@ -12909,13 +13173,13 @@
12909
13173
  "message": "இன்வேலிடேஷன்கள் (மொத்தம் {PH1})"
12910
13174
  },
12911
13175
  "panels/timeline/TimelineUIUtils.ts | invokedByTimeout": {
12912
- "message": "Invoked by timeout"
13176
+ "message": "நேரம் முடிந்ததால் செயல்படுத்தப்பட்டது"
12913
13177
  },
12914
13178
  "panels/timeline/TimelineUIUtils.ts | layerRoot": {
12915
- "message": "Layer root"
13179
+ "message": "லேயர் ரூட்"
12916
13180
  },
12917
13181
  "panels/timeline/TimelineUIUtils.ts | layoutForced": {
12918
- "message": "Layout forced"
13182
+ "message": "லே-அவுட் வலுக்கட்டாயமாக இயக்கப்பட்டது"
12919
13183
  },
12920
13184
  "panels/timeline/TimelineUIUtils.ts | layoutRoot": {
12921
13185
  "message": "தளவமைப்பு ரூட்"
@@ -12942,16 +13206,16 @@
12942
13206
  "message": "இல்லை"
12943
13207
  },
12944
13208
  "panels/timeline/TimelineUIUtils.ts | nodesThatNeedLayout": {
12945
- "message": "Nodes that need layout"
13209
+ "message": "லே-அவுட் தேவைப்படும் நோடுகள்"
12946
13210
  },
12947
13211
  "panels/timeline/TimelineUIUtils.ts | outsideBreadcrumbRange": {
12948
13212
  "message": "(பாதை வரம்பிற்கு வெளியே)"
12949
13213
  },
12950
13214
  "panels/timeline/TimelineUIUtils.ts | ownerElement": {
12951
- "message": "Owner element"
13215
+ "message": "ஓனர் எலிமெண்ட்"
12952
13216
  },
12953
13217
  "panels/timeline/TimelineUIUtils.ts | paintProfiler": {
12954
- "message": "Paint profiler"
13218
+ "message": "பெயிண்ட் ப்ரொஃபைலர்"
12955
13219
  },
12956
13220
  "panels/timeline/TimelineUIUtils.ts | parse": {
12957
13221
  "message": "பாகுபடுத்தல்"
@@ -12969,13 +13233,13 @@
12969
13233
  "message": "செயலாக்க நேரம்"
12970
13234
  },
12971
13235
  "panels/timeline/TimelineUIUtils.ts | producedCacheSize": {
12972
- "message": "Produced cache size"
13236
+ "message": "உருவாக்கப்பட்ட தற்காலிகச் சேமிப்பின் அளவு"
12973
13237
  },
12974
13238
  "panels/timeline/TimelineUIUtils.ts | range": {
12975
13239
  "message": "வரம்பு"
12976
13240
  },
12977
13241
  "panels/timeline/TimelineUIUtils.ts | recalculationForced": {
12978
- "message": "Recalculation forced"
13242
+ "message": "மறு கணக்கீடு வலுக்கட்டாயமாக இயக்கப்பட்டது"
12979
13243
  },
12980
13244
  "panels/timeline/TimelineUIUtils.ts | relatedNode": {
12981
13245
  "message": "தொடர்புடைய நோடு"
@@ -13035,16 +13299,16 @@
13035
13299
  "message": "ஸ்கிரிப்ட் தகுதிபெறவில்லை"
13036
13300
  },
13037
13301
  "panels/timeline/TimelineUIUtils.ts | selectorStatsTitle": {
13038
- "message": "Selector stats"
13302
+ "message": "தேர்விக்கான புள்ளிவிவரங்கள்"
13039
13303
  },
13040
13304
  "panels/timeline/TimelineUIUtils.ts | selfTime": {
13041
- "message": "Self time"
13305
+ "message": "செயல்பாட்டின் கால அளவு"
13042
13306
  },
13043
13307
  "panels/timeline/TimelineUIUtils.ts | size": {
13044
13308
  "message": "அளவு"
13045
13309
  },
13046
13310
  "panels/timeline/TimelineUIUtils.ts | stackTrace": {
13047
- "message": "Stack trace"
13311
+ "message": "ஸ்டாக் டிரேஸ்"
13048
13312
  },
13049
13313
  "panels/timeline/TimelineUIUtils.ts | streamed": {
13050
13314
  "message": "ஸ்ட்ரீம் செய்யப்பட்டது"
@@ -13062,16 +13326,16 @@
13062
13326
  "message": "டைமர் ஐடி"
13063
13327
  },
13064
13328
  "panels/timeline/TimelineUIUtils.ts | timerInstalled": {
13065
- "message": "Timer installed"
13329
+ "message": "டைமர் நிறுவப்பட்டது"
13066
13330
  },
13067
13331
  "panels/timeline/TimelineUIUtils.ts | timestamp": {
13068
13332
  "message": "நேரமுத்திரை"
13069
13333
  },
13070
13334
  "panels/timeline/TimelineUIUtils.ts | totalTime": {
13071
- "message": "Total time"
13335
+ "message": "மொத்த நேரம்"
13072
13336
  },
13073
13337
  "panels/timeline/TimelineUIUtils.ts | traceEvent": {
13074
- "message": "Trace event"
13338
+ "message": "டிரேஸ் நிகழ்வு"
13075
13339
  },
13076
13340
  "panels/timeline/TimelineUIUtils.ts | type": {
13077
13341
  "message": "உள்ளிடு"
@@ -13092,7 +13356,7 @@
13092
13356
  "message": "ஒத்திசையாதவை"
13093
13357
  },
13094
13358
  "panels/timeline/UIDevtoolsUtils.ts | drawFrame": {
13095
- "message": "Draw frame"
13359
+ "message": "டிரா ஃபிரேம்"
13096
13360
  },
13097
13361
  "panels/timeline/UIDevtoolsUtils.ts | drawing": {
13098
13362
  "message": "வரைதல்"
@@ -13101,7 +13365,7 @@
13101
13365
  "message": "அனுபவம்"
13102
13366
  },
13103
13367
  "panels/timeline/UIDevtoolsUtils.ts | frameStart": {
13104
- "message": "Frame start"
13368
+ "message": "ஃபிரேம் தொடக்கம்"
13105
13369
  },
13106
13370
  "panels/timeline/UIDevtoolsUtils.ts | gpu": {
13107
13371
  "message": "GPU"
@@ -13134,10 +13398,10 @@
13134
13398
  "message": "சிஸ்டம்"
13135
13399
  },
13136
13400
  "panels/timeline/components/BreadcrumbsUI.ts | activateBreadcrumb": {
13137
- "message": "Activate breadcrumb"
13401
+ "message": "பாதையைச் செயல்படுத்து"
13138
13402
  },
13139
13403
  "panels/timeline/components/BreadcrumbsUI.ts | removeChildBreadcrumbs": {
13140
- "message": "Remove child breadcrumbs"
13404
+ "message": "உபநிலைப் பாதைகளை அகற்று"
13141
13405
  },
13142
13406
  "panels/timeline/components/CPUThrottlingSelector.ts | cpu": {
13143
13407
  "message": "CPU: {PH1}"
@@ -13176,19 +13440,19 @@
13176
13440
  "message": "{PH1} பைட்டுகள்"
13177
13441
  },
13178
13442
  "panels/timeline/components/DetailsView.ts | webSocketDataLength": {
13179
- "message": "Data length"
13443
+ "message": "தரவின் அளவு"
13180
13444
  },
13181
13445
  "panels/timeline/components/DetailsView.ts | websocketProtocol": {
13182
- "message": "WebSocket protocol"
13446
+ "message": "WebSocket நெறிமுறை"
13183
13447
  },
13184
13448
  "panels/timeline/components/EntryName.ts | anonymous": {
13185
- "message": "(anonymous)"
13449
+ "message": "(அறியப்படாதது)"
13186
13450
  },
13187
13451
  "panels/timeline/components/EntryName.ts | eventDispatchS": {
13188
13452
  "message": "நிகழ்வு: {PH1}"
13189
13453
  },
13190
13454
  "panels/timeline/components/EntryName.ts | frame": {
13191
- "message": "Frame"
13455
+ "message": "ஃபிரேம்"
13192
13456
  },
13193
13457
  "panels/timeline/components/EntryName.ts | wsConnectionClosed": {
13194
13458
  "message": "WebSocket மூடப்பட்டது"
@@ -13203,52 +13467,52 @@
13203
13467
  "message": "அனிமேஷன்"
13204
13468
  },
13205
13469
  "panels/timeline/components/EntryStyles.ts | animationFrameFired": {
13206
- "message": "Animation frame fired"
13470
+ "message": "அனிமேஷன் ஃபிரேம் செயல்படுத்தப்பட்டது"
13207
13471
  },
13208
13472
  "panels/timeline/components/EntryStyles.ts | async": {
13209
13473
  "message": "ஒத்திசையாதவை"
13210
13474
  },
13211
13475
  "panels/timeline/components/EntryStyles.ts | asyncTask": {
13212
- "message": "Async task"
13476
+ "message": "ஒத்திசையாத பணி"
13213
13477
  },
13214
13478
  "panels/timeline/components/EntryStyles.ts | cacheModule": {
13215
- "message": "Cache module code"
13479
+ "message": "தற்காலிகச் சேமிப்பு மாடியூல் குறியீடு"
13216
13480
  },
13217
13481
  "panels/timeline/components/EntryStyles.ts | cacheScript": {
13218
- "message": "Cache script code"
13482
+ "message": "தற்காலிகச் சேமிப்பு ஸ்கிரிப்ட் குறியீடு"
13219
13483
  },
13220
13484
  "panels/timeline/components/EntryStyles.ts | cachedWasmModule": {
13221
- "message": "Cached Wasm module"
13485
+ "message": "தற்காலிக நினைவகத்தில் சேமிக்கப்பட்ட Wasm மாடியூல்"
13222
13486
  },
13223
13487
  "panels/timeline/components/EntryStyles.ts | cancelAnimationFrame": {
13224
- "message": "Cancel animation frame"
13488
+ "message": "அனிமேஷன் ஃபிரேமை ரத்துசெய்"
13225
13489
  },
13226
13490
  "panels/timeline/components/EntryStyles.ts | cancelIdleCallback": {
13227
- "message": "Cancel idle callback"
13491
+ "message": "ஐடில் கால்பேக்கை ரத்துசெய்"
13228
13492
  },
13229
13493
  "panels/timeline/components/EntryStyles.ts | commit": {
13230
13494
  "message": "அனுப்புதல்"
13231
13495
  },
13232
13496
  "panels/timeline/components/EntryStyles.ts | compileCode": {
13233
- "message": "Compile code"
13497
+ "message": "குறியீட்டை கம்பைல் செய்"
13234
13498
  },
13235
13499
  "panels/timeline/components/EntryStyles.ts | compileModule": {
13236
- "message": "Compile module"
13500
+ "message": "மாடியூலைக் கம்பைல் செய்"
13237
13501
  },
13238
13502
  "panels/timeline/components/EntryStyles.ts | compileScript": {
13239
- "message": "Compile script"
13503
+ "message": "ஸ்கிரிப்ட்டைக் கம்பைல் செய்"
13240
13504
  },
13241
13505
  "panels/timeline/components/EntryStyles.ts | compiledWasmModule": {
13242
- "message": "Compiled Wasm module"
13506
+ "message": "கம்பைல் செய்த Wasm மாடியூல்"
13243
13507
  },
13244
13508
  "panels/timeline/components/EntryStyles.ts | compositeLayers": {
13245
- "message": "Composite layers"
13509
+ "message": "தொகுப்பு லேயர்கள்"
13246
13510
  },
13247
13511
  "panels/timeline/components/EntryStyles.ts | computeIntersections": {
13248
- "message": "Compute intersections"
13512
+ "message": "இண்டர்செக்ஷன்களைக் கணக்கிடு"
13249
13513
  },
13250
13514
  "panels/timeline/components/EntryStyles.ts | consoleTime": {
13251
- "message": "Console time"
13515
+ "message": "கன்சோல் நேரம்"
13252
13516
  },
13253
13517
  "panels/timeline/components/EntryStyles.ts | cppGc": {
13254
13518
  "message": "CPP GC"
@@ -13260,10 +13524,10 @@
13260
13524
  "message": "டீக்ரிப்ட் செய்"
13261
13525
  },
13262
13526
  "panels/timeline/components/EntryStyles.ts | decryptReply": {
13263
- "message": "Decrypt reply"
13527
+ "message": "பதிலை டீக்ரிப்ட் செய்"
13264
13528
  },
13265
13529
  "panels/timeline/components/EntryStyles.ts | deserializeCodeCache": {
13266
- "message": "Deserialize code cache"
13530
+ "message": "குறியீட்டுத் தற்காலிகச் சேமிப்பைப் படி"
13267
13531
  },
13268
13532
  "panels/timeline/components/EntryStyles.ts | destroyWebsocket": {
13269
13533
  "message": "WebSocketடை அழி"
@@ -13272,49 +13536,49 @@
13272
13536
  "message": "செயல்பாட்டு விவரங்கள்"
13273
13537
  },
13274
13538
  "panels/timeline/components/EntryStyles.ts | digestReply": {
13275
- "message": "Digest reply"
13539
+ "message": "செயல்பாட்டு விவரங்களின் பதில்"
13276
13540
  },
13277
13541
  "panels/timeline/components/EntryStyles.ts | domGc": {
13278
13542
  "message": "DOM GC"
13279
13543
  },
13280
13544
  "panels/timeline/components/EntryStyles.ts | domcontentloadedEvent": {
13281
- "message": "DOMContentLoaded event"
13545
+ "message": "DOMContentLoaded நிகழ்வு"
13282
13546
  },
13283
13547
  "panels/timeline/components/EntryStyles.ts | drawFrame": {
13284
- "message": "Draw frame"
13548
+ "message": "டிரா ஃபிரேம்"
13285
13549
  },
13286
13550
  "panels/timeline/components/EntryStyles.ts | drawing": {
13287
13551
  "message": "வரைதல்"
13288
13552
  },
13289
13553
  "panels/timeline/components/EntryStyles.ts | embedderCallback": {
13290
- "message": "Embedder callback"
13554
+ "message": "எம்பெடர் கால்பேக்"
13291
13555
  },
13292
13556
  "panels/timeline/components/EntryStyles.ts | encrypt": {
13293
13557
  "message": "என்கிரிப்ட் செய்"
13294
13558
  },
13295
13559
  "panels/timeline/components/EntryStyles.ts | encryptReply": {
13296
- "message": "Encrypt reply"
13560
+ "message": "பதிலை என்கிரிப்ட் செய்"
13297
13561
  },
13298
13562
  "panels/timeline/components/EntryStyles.ts | evaluateModule": {
13299
- "message": "Evaluate module"
13563
+ "message": "மாடியூலை எவால்யூவேட் செய்"
13300
13564
  },
13301
13565
  "panels/timeline/components/EntryStyles.ts | evaluateScript": {
13302
- "message": "Evaluate script"
13566
+ "message": "ஸ்கிரிப்ட்டை எவால்யூவேட் செய்"
13303
13567
  },
13304
13568
  "panels/timeline/components/EntryStyles.ts | event": {
13305
13569
  "message": "நிகழ்வு"
13306
13570
  },
13307
13571
  "panels/timeline/components/EntryStyles.ts | eventTiming": {
13308
- "message": "Event timing"
13572
+ "message": "நிகழ்வின் நேரம்"
13309
13573
  },
13310
13574
  "panels/timeline/components/EntryStyles.ts | experience": {
13311
13575
  "message": "அனுபவம்"
13312
13576
  },
13313
13577
  "panels/timeline/components/EntryStyles.ts | finishLoading": {
13314
- "message": "Finish loading"
13578
+ "message": "ஏற்றுதலை நிறைவுசெய்"
13315
13579
  },
13316
13580
  "panels/timeline/components/EntryStyles.ts | fireIdleCallback": {
13317
- "message": "Fire idle callback"
13581
+ "message": "ஐடில் கால்பேக்கைச் செயல்படுத்து"
13318
13582
  },
13319
13583
  "panels/timeline/components/EntryStyles.ts | firstContentfulPaint": {
13320
13584
  "message": "உள்ளடக்கத்துடன் முதல் தோற்றம்"
@@ -13323,40 +13587,40 @@
13323
13587
  "message": "முதல் தோற்றம்"
13324
13588
  },
13325
13589
  "panels/timeline/components/EntryStyles.ts | frameStart": {
13326
- "message": "Frame start"
13590
+ "message": "ஃபிரேம் தொடக்கம்"
13327
13591
  },
13328
13592
  "panels/timeline/components/EntryStyles.ts | frameStartMainThread": {
13329
- "message": "Frame start (main thread)"
13593
+ "message": "ஃபிரேம் தொடக்கம் (முக்கியத் தொடரிழை)"
13330
13594
  },
13331
13595
  "panels/timeline/components/EntryStyles.ts | frameStartedLoading": {
13332
- "message": "Frame started loading"
13596
+ "message": "ஃபிரேம் காட்டப்படுகிறது"
13333
13597
  },
13334
13598
  "panels/timeline/components/EntryStyles.ts | functionCall": {
13335
- "message": "Function call"
13599
+ "message": "ஃபங்ஷன் கால்"
13336
13600
  },
13337
13601
  "panels/timeline/components/EntryStyles.ts | gcEvent": {
13338
- "message": "GC event"
13602
+ "message": "GC நிகழ்வு"
13339
13603
  },
13340
13604
  "panels/timeline/components/EntryStyles.ts | gpu": {
13341
13605
  "message": "GPU"
13342
13606
  },
13343
13607
  "panels/timeline/components/EntryStyles.ts | hitTest": {
13344
- "message": "Hit test"
13608
+ "message": "ஹிட் சோதனை"
13345
13609
  },
13346
13610
  "panels/timeline/components/EntryStyles.ts | idle": {
13347
13611
  "message": "செயல்படவில்லை"
13348
13612
  },
13349
13613
  "panels/timeline/components/EntryStyles.ts | imageDecode": {
13350
- "message": "Image decode"
13614
+ "message": "படத்தை டீகோட் செய்தல்"
13351
13615
  },
13352
13616
  "panels/timeline/components/EntryStyles.ts | installTimer": {
13353
- "message": "Install timer"
13617
+ "message": "டைமரை நிறுவு"
13354
13618
  },
13355
13619
  "panels/timeline/components/EntryStyles.ts | invalidateLayout": {
13356
13620
  "message": "தவறான தளவமைப்பு"
13357
13621
  },
13358
13622
  "panels/timeline/components/EntryStyles.ts | jsFrame": {
13359
- "message": "JS frame"
13623
+ "message": "JS ஃபிரேம்"
13360
13624
  },
13361
13625
  "panels/timeline/components/EntryStyles.ts | largestContentfulPaint": {
13362
13626
  "message": "பெரிய பகுதியைக் காண்பிக்கும் நேரம்"
@@ -13371,7 +13635,7 @@
13371
13635
  "message": "லேஅவுட் ஷிஃப்ட்"
13372
13636
  },
13373
13637
  "panels/timeline/components/EntryStyles.ts | layoutShiftCluster": {
13374
- "message": "Layout shift cluster"
13638
+ "message": "லே-அவுட் ஷிஃப்ட் கிளஸ்டர்"
13375
13639
  },
13376
13640
  "panels/timeline/components/EntryStyles.ts | loading": {
13377
13641
  "message": "ஏற்றுகிறது"
@@ -13386,13 +13650,13 @@
13386
13650
  "message": "மைனர் GC"
13387
13651
  },
13388
13652
  "panels/timeline/components/EntryStyles.ts | onMessage": {
13389
- "message": "On message"
13653
+ "message": "மெசேஜில்"
13390
13654
  },
13391
13655
  "panels/timeline/components/EntryStyles.ts | onloadEvent": {
13392
- "message": "Onload event"
13656
+ "message": "ஏற்றுதல் நிகழ்வு"
13393
13657
  },
13394
13658
  "panels/timeline/components/EntryStyles.ts | optimizeCode": {
13395
- "message": "Optimize code"
13659
+ "message": "குறியீட்டை மேம்படுத்து"
13396
13660
  },
13397
13661
  "panels/timeline/components/EntryStyles.ts | other": {
13398
13662
  "message": "பிற"
@@ -13401,70 +13665,70 @@
13401
13665
  "message": "பெயிண்ட்"
13402
13666
  },
13403
13667
  "panels/timeline/components/EntryStyles.ts | paintImage": {
13404
- "message": "Paint image"
13668
+ "message": "படத்தைப் பெயிண்ட் செய்"
13405
13669
  },
13406
13670
  "panels/timeline/components/EntryStyles.ts | paintSetup": {
13407
- "message": "Paint setup"
13671
+ "message": "பெயிண்ட் அமைவு"
13408
13672
  },
13409
13673
  "panels/timeline/components/EntryStyles.ts | painting": {
13410
13674
  "message": "பெயிண்டிங்"
13411
13675
  },
13412
13676
  "panels/timeline/components/EntryStyles.ts | parseAndCompile": {
13413
- "message": "Parse and compile"
13677
+ "message": "பாகுபடுத்திவிட்டு கம்பைல் செய்"
13414
13678
  },
13415
13679
  "panels/timeline/components/EntryStyles.ts | parseHtml": {
13416
13680
  "message": "HTMLலைப் பாகுபடுத்து"
13417
13681
  },
13418
13682
  "panels/timeline/components/EntryStyles.ts | parseStylesheet": {
13419
- "message": "Parse stylesheet"
13683
+ "message": "ஸ்டைல்ஷீட்டைப் பாகுபடுத்து"
13420
13684
  },
13421
13685
  "panels/timeline/components/EntryStyles.ts | prePaint": {
13422
- "message": "Pre-paint"
13686
+ "message": "ப்ரீ-பெயிண்ட்"
13423
13687
  },
13424
13688
  "panels/timeline/components/EntryStyles.ts | profilingOverhead": {
13425
- "message": "Profiling overhead"
13689
+ "message": "ப்ரொஃபைலிங் சுமை"
13426
13690
  },
13427
13691
  "panels/timeline/components/EntryStyles.ts | rasterizePaint": {
13428
- "message": "Rasterize paint"
13692
+ "message": "பெயிண்ட்டை ராஸ்டெரைஸ் செய்"
13429
13693
  },
13430
13694
  "panels/timeline/components/EntryStyles.ts | rasterizing": {
13431
13695
  "message": "ராஸ்டெரைஸிங்"
13432
13696
  },
13433
13697
  "panels/timeline/components/EntryStyles.ts | recalculateStyle": {
13434
- "message": "Recalculate style"
13698
+ "message": "ஸ்டைலை மீண்டும் கணக்கிடு"
13435
13699
  },
13436
13700
  "panels/timeline/components/EntryStyles.ts | receiveData": {
13437
- "message": "Receive data"
13701
+ "message": "தரவைப் பெறுக"
13438
13702
  },
13439
13703
  "panels/timeline/components/EntryStyles.ts | receiveResponse": {
13440
- "message": "Receive response"
13704
+ "message": "பதிலைப் பெறுக"
13441
13705
  },
13442
13706
  "panels/timeline/components/EntryStyles.ts | receiveWebsocketHandshake": {
13443
- "message": "Receive WebSocket handshake"
13707
+ "message": "WebSocket ஹேண்ட்ஷேக்கைப் பெறு"
13444
13708
  },
13445
13709
  "panels/timeline/components/EntryStyles.ts | removeTimer": {
13446
- "message": "Remove timer"
13710
+ "message": "டைமரை அகற்று"
13447
13711
  },
13448
13712
  "panels/timeline/components/EntryStyles.ts | rendering": {
13449
13713
  "message": "ரெண்டரிங்"
13450
13714
  },
13451
13715
  "panels/timeline/components/EntryStyles.ts | requestAnimationFrame": {
13452
- "message": "Request animation frame"
13716
+ "message": "அனிமேஷன் ஃபிரேமைக் கேள்"
13453
13717
  },
13454
13718
  "panels/timeline/components/EntryStyles.ts | requestIdleCallback": {
13455
- "message": "Request idle callback"
13719
+ "message": "ஐடில் கால்பேக்கைக் கேள்"
13456
13720
  },
13457
13721
  "panels/timeline/components/EntryStyles.ts | requestMainThreadFrame": {
13458
- "message": "Request main thread frame"
13722
+ "message": "முக்கியத் தொடரிழை ஃபிரேமைக் கேள்"
13459
13723
  },
13460
13724
  "panels/timeline/components/EntryStyles.ts | runMicrotasks": {
13461
- "message": "Run microtasks"
13725
+ "message": "சிறிய பணிகளைச் செயல்படுத்து"
13462
13726
  },
13463
13727
  "panels/timeline/components/EntryStyles.ts | schedulePostMessage": {
13464
13728
  "message": "postMessageஐத் திட்டமிடுதல்"
13465
13729
  },
13466
13730
  "panels/timeline/components/EntryStyles.ts | scheduleStyleRecalculation": {
13467
- "message": "Schedule style recalculation"
13731
+ "message": "ஸ்டைல் மறு கணக்கீட்டைத் திட்டமிடுக"
13468
13732
  },
13469
13733
  "panels/timeline/components/EntryStyles.ts | scripting": {
13470
13734
  "message": "ஸ்கிரிப்ட்டிங்"
@@ -13473,22 +13737,22 @@
13473
13737
  "message": "ஸ்க்ரோல்"
13474
13738
  },
13475
13739
  "panels/timeline/components/EntryStyles.ts | sendRequest": {
13476
- "message": "Send request"
13740
+ "message": "கோரிக்கையை அனுப்பு"
13477
13741
  },
13478
13742
  "panels/timeline/components/EntryStyles.ts | sendWebsocketHandshake": {
13479
- "message": "Send WebSocket handshake"
13743
+ "message": "WebSocket ஹேண்ட்ஷேக்கை அனுப்பு"
13480
13744
  },
13481
13745
  "panels/timeline/components/EntryStyles.ts | sign": {
13482
13746
  "message": "கையொப்பம்"
13483
13747
  },
13484
13748
  "panels/timeline/components/EntryStyles.ts | signReply": {
13485
- "message": "Sign reply"
13749
+ "message": "கையொப்பமிட்ட பதில்"
13486
13750
  },
13487
13751
  "panels/timeline/components/EntryStyles.ts | streamingCompileTask": {
13488
- "message": "Streaming compile task"
13752
+ "message": "ஸ்ட்ரீமிங்கைக் கம்பைல் செய்யும் பணி"
13489
13753
  },
13490
13754
  "panels/timeline/components/EntryStyles.ts | streamingWasmResponse": {
13491
- "message": "Streaming Wasm response"
13755
+ "message": "Wasm பதிலை ஸ்ட்ரீம் செய்கிறது"
13492
13756
  },
13493
13757
  "panels/timeline/components/EntryStyles.ts | system": {
13494
13758
  "message": "சிஸ்டம்"
@@ -13497,49 +13761,49 @@
13497
13761
  "message": "பணி"
13498
13762
  },
13499
13763
  "panels/timeline/components/EntryStyles.ts | timerFired": {
13500
- "message": "Timer fired"
13764
+ "message": "டைமர் செயல்படுத்தப்பட்டது"
13501
13765
  },
13502
13766
  "panels/timeline/components/EntryStyles.ts | timestamp": {
13503
13767
  "message": "நேரமுத்திரை"
13504
13768
  },
13505
13769
  "panels/timeline/components/EntryStyles.ts | updateLayer": {
13506
- "message": "Update layer"
13770
+ "message": "லேயரைப் புதுப்பி"
13507
13771
  },
13508
13772
  "panels/timeline/components/EntryStyles.ts | updateLayerTree": {
13509
- "message": "Update layer tree"
13773
+ "message": "லேயர் வரிசையைப் புதுப்பி"
13510
13774
  },
13511
13775
  "panels/timeline/components/EntryStyles.ts | userTiming": {
13512
- "message": "User timing"
13776
+ "message": "பயனர் நேரம்"
13513
13777
  },
13514
13778
  "panels/timeline/components/EntryStyles.ts | verify": {
13515
13779
  "message": "சரிபார்"
13516
13780
  },
13517
13781
  "panels/timeline/components/EntryStyles.ts | verifyReply": {
13518
- "message": "Verify reply"
13782
+ "message": "பதிலைச் சரிபார்"
13519
13783
  },
13520
13784
  "panels/timeline/components/EntryStyles.ts | waitingForNetwork": {
13521
- "message": "Waiting for network"
13785
+ "message": "நெட்வொர்க்கிற்காகக் காத்திருக்கிறது"
13522
13786
  },
13523
13787
  "panels/timeline/components/EntryStyles.ts | wasmModuleCacheHit": {
13524
- "message": "Wasm module cache hit"
13788
+ "message": "Wasm மாடியூல் தற்காலிகச் சேமிப்பு ஹிட்"
13525
13789
  },
13526
13790
  "panels/timeline/components/EntryStyles.ts | wasmModuleCacheInvalid": {
13527
- "message": "Wasm module cache invalid"
13791
+ "message": "தவறான Wasm மாடியூல் தற்காலிகச் சேமிப்பு"
13528
13792
  },
13529
13793
  "panels/timeline/components/EntryStyles.ts | willSendRequest": {
13530
- "message": "Will send request"
13794
+ "message": "கோரிக்கையை அனுப்பும்"
13531
13795
  },
13532
13796
  "panels/timeline/components/EntryStyles.ts | wsMessageReceived": {
13533
- "message": "Receive WebSocket message"
13797
+ "message": "WebSocket மெசேஜைப் பெறு"
13534
13798
  },
13535
13799
  "panels/timeline/components/EntryStyles.ts | wsMessageSent": {
13536
- "message": "Send WebSocket message"
13800
+ "message": "WebSocket மெசேஜ் அனுப்பு"
13537
13801
  },
13538
13802
  "panels/timeline/components/EntryStyles.ts | xhrLoad": {
13539
- "message": "XHR load"
13803
+ "message": "XHR ஏற்றம்"
13540
13804
  },
13541
13805
  "panels/timeline/components/EntryStyles.ts | xhrReadyStateChange": {
13542
- "message": "XHR readyState change"
13806
+ "message": "XHR readyState மாற்றம்"
13543
13807
  },
13544
13808
  "panels/timeline/components/FieldSettingsDialog.ts | add": {
13545
13809
  "message": "சேர்"
@@ -13619,32 +13883,41 @@
13619
13883
  "panels/timeline/components/InteractionBreakdown.ts | processingDuration": {
13620
13884
  "message": "செயலாக்க நேரம்"
13621
13885
  },
13886
+ "panels/timeline/components/LayoutShiftDetails.ts | animation": {
13887
+ "message": "அனிமேஷன்"
13888
+ },
13889
+ "panels/timeline/components/LayoutShiftDetails.ts | cluster": {
13890
+ "message": "{PH1} இல் லே-அவுட் ஷிஃப்ட் கிளஸ்டர்"
13891
+ },
13622
13892
  "panels/timeline/components/LayoutShiftDetails.ts | culprit": {
13623
- "message": "Culprit"
13893
+ "message": "கல்ப்ரிட்"
13624
13894
  },
13625
13895
  "panels/timeline/components/LayoutShiftDetails.ts | elementsShifted": {
13626
- "message": "Elements shifted"
13896
+ "message": "ஷிஃப்ட் செய்யப்பட்ட எலிமெண்ட்டுகள்"
13627
13897
  },
13628
13898
  "panels/timeline/components/LayoutShiftDetails.ts | fontRequest": {
13629
- "message": "Font request"
13899
+ "message": "எழுத்து வடிவத்திற்கான கோரிக்கை"
13630
13900
  },
13631
13901
  "panels/timeline/components/LayoutShiftDetails.ts | injectedIframe": {
13632
- "message": "Injected iframe"
13633
- },
13634
- "panels/timeline/components/LayoutShiftDetails.ts | insight": {
13635
- "message": "புள்ளிவிவரம்"
13902
+ "message": "சேர்க்கப்பட்டுள்ள iframe"
13636
13903
  },
13637
13904
  "panels/timeline/components/LayoutShiftDetails.ts | layoutShift": {
13638
- "message": "Layout Shift"
13905
+ "message": "{PH1} இல் லே-அவுட் ஷிஃப்ட்"
13639
13906
  },
13640
- "panels/timeline/components/LayoutShiftDetails.ts | layoutShiftCulprits": {
13641
- "message": "Layout Shift culprits"
13907
+ "panels/timeline/components/LayoutShiftDetails.ts | nonCompositedAnimation": {
13908
+ "message": "தொகுக்கப்படாத அனிமேஷன்"
13909
+ },
13910
+ "panels/timeline/components/LayoutShiftDetails.ts | parentCluster": {
13911
+ "message": "முதல்நிலை கிளஸ்டர்"
13642
13912
  },
13643
13913
  "panels/timeline/components/LayoutShiftDetails.ts | shiftScore": {
13644
- "message": "Shift score"
13914
+ "message": "ஷிஃப்ட் ஸ்கோர்"
13645
13915
  },
13646
13916
  "panels/timeline/components/LayoutShiftDetails.ts | startTime": {
13647
- "message": "Start time"
13917
+ "message": "தொடக்க நேரம்"
13918
+ },
13919
+ "panels/timeline/components/LayoutShiftDetails.ts | total": {
13920
+ "message": "மொத்தம்"
13648
13921
  },
13649
13922
  "panels/timeline/components/LiveMetricsView.ts | allDevices": {
13650
13923
  "message": "எல்லா சாதனங்களும்"
@@ -13652,15 +13925,12 @@
13652
13925
  "panels/timeline/components/LiveMetricsView.ts | auto": {
13653
13926
  "message": "தானியங்கு ({PH1})"
13654
13927
  },
13655
- "panels/timeline/components/LiveMetricsView.ts | clearInteractionsLog": {
13656
- "message": "Clear interactions log"
13928
+ "panels/timeline/components/LiveMetricsView.ts | clearCurrentLog": {
13929
+ "message": "Clear the current log"
13657
13930
  },
13658
13931
  "panels/timeline/components/LiveMetricsView.ts | collectionPeriod": {
13659
13932
  "message": "சேகரிப்புக் காலம்:"
13660
13933
  },
13661
- "panels/timeline/components/LiveMetricsView.ts | considerRealUser": {
13662
- "message": "Consider real user environments"
13663
- },
13664
13934
  "panels/timeline/components/LiveMetricsView.ts | dateRange": {
13665
13935
  "message": "{PH1} - {PH2}"
13666
13936
  },
@@ -13671,10 +13941,16 @@
13671
13941
  "message": "சாதனம்: {PH1}"
13672
13942
  },
13673
13943
  "panels/timeline/components/LiveMetricsView.ts | disableNetworkCache": {
13674
- "message": "Disable network cache"
13944
+ "message": "நெட்வொர்க் தற்காலிகச் சேமிப்பை முடக்கு"
13945
+ },
13946
+ "panels/timeline/components/LiveMetricsView.ts | elementRenderDelay": {
13947
+ "message": "எலிமெண்ட் ரென்டரிங் தாமதம்"
13675
13948
  },
13676
13949
  "panels/timeline/components/LiveMetricsView.ts | environmentSettings": {
13677
- "message": "Environment settings"
13950
+ "message": "பரிசோதனைச் சூழல் அமைப்புகள்"
13951
+ },
13952
+ "panels/timeline/components/LiveMetricsView.ts | eventLogs": {
13953
+ "message": "Interaction and layout shift logs section"
13678
13954
  },
13679
13955
  "panels/timeline/components/LiveMetricsView.ts | fieldData": {
13680
13956
  "message": "புலத் தரவு"
@@ -13682,23 +13958,35 @@
13682
13958
  "panels/timeline/components/LiveMetricsView.ts | fieldDataLink": {
13683
13959
  "message": "அசல் தரவு"
13684
13960
  },
13961
+ "panels/timeline/components/LiveMetricsView.ts | inpInteraction": {
13962
+ "message": "இன்டராக்ஷன் தாமதங்களின் 98வது சதமானத்தில் INP இன்டராக்ஷன் உள்ளது."
13963
+ },
13964
+ "panels/timeline/components/LiveMetricsView.ts | inpInteractionLink": {
13965
+ "message": "INP interaction"
13966
+ },
13967
+ "panels/timeline/components/LiveMetricsView.ts | inputDelay": {
13968
+ "message": "உள்ளீட்டுத் தாமதம்"
13969
+ },
13685
13970
  "panels/timeline/components/LiveMetricsView.ts | interactionExcluded": {
13686
- "message": "INP is calculated using the 98th percentile of interaction delays, so some interaction delays may be larger than the INP value."
13971
+ "message": "இன்டராக்ஷன் தாமதங்களின் 98வது சதமானத்தைப் பயன்படுத்தி INP கணக்கிடப்படுகிறது. எனவே, INP மதிப்பைவிட சில இன்டராக்ஷன் தாமதங்கள் அதிகமாக இருக்கலாம்."
13687
13972
  },
13688
13973
  "panels/timeline/components/LiveMetricsView.ts | interactions": {
13689
13974
  "message": "செயல்பாடுகள்"
13690
13975
  },
13976
+ "panels/timeline/components/LiveMetricsView.ts | layoutShifts": {
13977
+ "message": "Layout shifts"
13978
+ },
13691
13979
  "panels/timeline/components/LiveMetricsView.ts | lcpElement": {
13692
- "message": "LCP பகுதி"
13980
+ "message": "LCP element"
13693
13981
  },
13694
13982
  "panels/timeline/components/LiveMetricsView.ts | loadingOption": {
13695
13983
  "message": "{PH1} - ஏற்றுகிறது…"
13696
13984
  },
13697
13985
  "panels/timeline/components/LiveMetricsView.ts | localAndFieldMetrics": {
13698
- "message": "Local and field metrics"
13986
+ "message": "லோக்கல் மற்றும் அசல் அளவீடுகள்"
13699
13987
  },
13700
13988
  "panels/timeline/components/LiveMetricsView.ts | localMetrics": {
13701
- "message": "Local metrics"
13989
+ "message": "லோக்கல் அளவீடுகள்"
13702
13990
  },
13703
13991
  "panels/timeline/components/LiveMetricsView.ts | localMetricsLink": {
13704
13992
  "message": "லோக்கல் அளவீடுகள்"
@@ -13706,41 +13994,53 @@
13706
13994
  "panels/timeline/components/LiveMetricsView.ts | mobile": {
13707
13995
  "message": "மொபைல்"
13708
13996
  },
13709
- "panels/timeline/components/LiveMetricsView.ts | mostUsersDesktop": {
13710
- "message": "{PH1} of users are on desktop."
13711
- },
13712
- "panels/timeline/components/LiveMetricsView.ts | mostUsersMobile": {
13713
- "message": "{PH1} of users are on mobile."
13714
- },
13715
13997
  "panels/timeline/components/LiveMetricsView.ts | needsDataOption": {
13716
13998
  "message": "{PH1} - தரவு இல்லை"
13717
13999
  },
13718
14000
  "panels/timeline/components/LiveMetricsView.ts | networkCacheExplanation": {
13719
- "message": "Disabling the network cache will simulate a network experience similar to a first time visitor."
14001
+ "message": "நெட்வொர்க் தற்காலிகச் சேமிப்பை முடக்குவது, முதல்முறை வரும் பார்வையாளருக்குக் கிடைக்கும் நெட்வொர்க் அனுபவத்தை சிமுலேட் செய்யும்."
13720
14002
  },
13721
14003
  "panels/timeline/components/LiveMetricsView.ts | nextSteps": {
13722
14004
  "message": "அடுத்த படிகள்"
13723
14005
  },
14006
+ "panels/timeline/components/LiveMetricsView.ts | numShifts": {
14007
+ "message": "{shiftCount, plural,\n =1 {{shiftCount} shift}\n other {{shiftCount} shifts}\n }"
14008
+ },
13724
14009
  "panels/timeline/components/LiveMetricsView.ts | originOption": {
13725
14010
  "message": "ஆரிஜின்"
13726
14011
  },
13727
14012
  "panels/timeline/components/LiveMetricsView.ts | originOptionWithKey": {
13728
14013
  "message": "ஆரிஜின்: ({PH1})"
13729
14014
  },
13730
- "panels/timeline/components/LiveMetricsView.ts | percentage": {
13731
- "message": "{PH1}%"
14015
+ "panels/timeline/components/LiveMetricsView.ts | presentationDelay": {
14016
+ "message": "காட்சிப்படுத்தல் தாமதம்"
14017
+ },
14018
+ "panels/timeline/components/LiveMetricsView.ts | processingDuration": {
14019
+ "message": "செயலாக்க நேரம்"
14020
+ },
14021
+ "panels/timeline/components/LiveMetricsView.ts | resourceLoadDelay": {
14022
+ "message": "ரிசோர்ஸை ஏற்றுவதில் தாமதம்"
14023
+ },
14024
+ "panels/timeline/components/LiveMetricsView.ts | resourceLoadDuration": {
14025
+ "message": "ரிசோர்ஸ் ஏற்றப்படும் கால அளவு"
13732
14026
  },
13733
14027
  "panels/timeline/components/LiveMetricsView.ts | seeHowYourLocalMetricsCompare": {
13734
14028
  "message": "உங்கள் லோக்கல் அளவீடுகள் {PH1} இல் அசல் பயனர் தரவுடன் எப்படி ஒப்பிடப்படுகிறது என்பதைப் பாருங்கள்."
13735
14029
  },
14030
+ "panels/timeline/components/LiveMetricsView.ts | showClsCluster": {
14031
+ "message": "Go to worst layout shift cluster."
14032
+ },
13736
14033
  "panels/timeline/components/LiveMetricsView.ts | showFieldDataForDevice": {
13737
14034
  "message": "இந்தச் சாதன வகைக்கான அசல் தரவைக் காட்டு: {PH1}"
13738
14035
  },
13739
14036
  "panels/timeline/components/LiveMetricsView.ts | showFieldDataForPage": {
13740
14037
  "message": "{PH1} இணைப்பிற்கான அசல் தரவைக் காட்டு"
13741
14038
  },
14039
+ "panels/timeline/components/LiveMetricsView.ts | showInpInteraction": {
14040
+ "message": "INP இன்டராக்ஷனுக்குச் செல்லும்."
14041
+ },
13742
14042
  "panels/timeline/components/LiveMetricsView.ts | simulateDifferentDevices": {
13743
- "message": "simulate different devices"
14043
+ "message": "வெவ்வேறு சாதனங்களை சிமுலேட் செய்"
13744
14044
  },
13745
14045
  "panels/timeline/components/LiveMetricsView.ts | tablet": {
13746
14046
  "message": "டேப்லெட்"
@@ -13751,11 +14051,14 @@
13751
14051
  "panels/timeline/components/LiveMetricsView.ts | theLocalMetricsAre": {
13752
14052
  "message": "உங்கள் நெட்வொர்க் இணைப்பு, சாதனம் ஆகியவற்றைப் பயன்படுத்தி தற்போதைய பக்கத்தில் இருந்து {PH1} எடுக்கப்படுகின்றன."
13753
14053
  },
14054
+ "panels/timeline/components/LiveMetricsView.ts | timeToFirstByte": {
14055
+ "message": "முதல் பைட்டுக்கான நேரம்"
14056
+ },
13754
14057
  "panels/timeline/components/LiveMetricsView.ts | tryDisablingThrottling": {
13755
- "message": "The 75th percentile of real users experienced network latencies similar to a connection with no throttling."
14058
+ "message": "அசல் பயனர்களின் 75வது சதமானத்தில் த்ராட்லிங் இல்லாத இணைப்பைப் போன்றே நெட்வொர்க் தாமதங்கள் இருந்தன."
13756
14059
  },
13757
14060
  "panels/timeline/components/LiveMetricsView.ts | tryUsingThrottling": {
13758
- "message": "The 75th percentile of real users experienced network latencies similar to {PH1} throttling."
14061
+ "message": "அசல் பயனர்களின் 75வது சதமானத்தில் {PH1} த்ராட்லிங் போன்றே நெட்வொர்க் தாமதங்கள் இருந்தன."
13759
14062
  },
13760
14063
  "panels/timeline/components/LiveMetricsView.ts | urlOption": {
13761
14064
  "message": "URL"
@@ -13764,16 +14067,22 @@
13764
14067
  "message": "URL: {PH1}"
13765
14068
  },
13766
14069
  "panels/timeline/components/LiveMetricsView.ts | useDeviceToolbar": {
13767
- "message": "Use the device toolbar to {PH1}."
14070
+ "message": "சாதனக் கருவிப்பட்டியை இதற்குப் பயன்படுத்து: {PH1}."
14071
+ },
14072
+ "panels/timeline/components/LiveMetricsView.ts | worstCluster": {
14073
+ "message": "Worst cluster"
13768
14074
  },
13769
14075
  "panels/timeline/components/MetricCard.ts | betweenRange": {
13770
14076
  "message": "({PH1}-{PH2})"
13771
14077
  },
13772
14078
  "panels/timeline/components/MetricCard.ts | considerTesting": {
13773
- "message": "Consider your local test conditions"
14079
+ "message": "உங்கள் லோக்கல் பரிசோதனைச் சூழல்களையும் கருத்தில்கொள்ளுங்கள்"
14080
+ },
14081
+ "panels/timeline/components/MetricCard.ts | duration": {
14082
+ "message": "லோக்கல் கால அளவு (மிவி)"
13774
14083
  },
13775
14084
  "panels/timeline/components/MetricCard.ts | field75thPercentile": {
13776
- "message": "Field 75th percentile"
14085
+ "message": "புலத்தில் 75வது சதமானம்"
13777
14086
  },
13778
14087
  "panels/timeline/components/MetricCard.ts | good": {
13779
14088
  "message": "நன்று"
@@ -13796,98 +14105,101 @@
13796
14105
  "panels/timeline/components/MetricCard.ts | percentage": {
13797
14106
  "message": "{PH1}%"
13798
14107
  },
14108
+ "panels/timeline/components/MetricCard.ts | phase": {
14109
+ "message": "நிலை"
14110
+ },
13799
14111
  "panels/timeline/components/MetricCard.ts | poor": {
13800
14112
  "message": "மோசம்"
13801
14113
  },
13802
14114
  "panels/timeline/components/MetricCard.ts | recDynamicContentCLS": {
13803
- "message": "Dynamic content can influence what layout shifts happen."
14115
+ "message": "மாறக்கூடிய தகவல்களின் அடிப்படையில் லே-அவுட் ஷிஃப்ட்கள் நிகழலாம்."
13804
14116
  },
13805
14117
  "panels/timeline/components/MetricCard.ts | recDynamicContentLCP": {
13806
- "message": "The LCP element can vary between page loads if content is dynamic."
14118
+ "message": "உள்ளடக்கம் மாறக்கூடியதாக இருந்தால் பக்க ஏற்றங்களுக்கு இடையேயான LCP எலிமெண்ட் வேறுபடலாம்."
13807
14119
  },
13808
14120
  "panels/timeline/components/MetricCard.ts | recJourneyCLS": {
13809
- "message": "How a user interacts with the page can influence layout shifts. Ensure you are testing common interactions like scrolling the page."
14121
+ "message": "ஒரு பக்கத்துடன் பயனர் இன்டராக்ட் செய்யும் விதத்தின் அடிப்படையில் லே-அவுட் ஷிஃப்ட்கள் நிகழலாம். பக்கத்தை ஸ்க்ரோல் செய்வது போன்ற பொதுவான இன்டராக்ஷன்களைப் பரிசோதனை செய்வதை உறுதிசெய்துகொள்ளுங்கள்."
13810
14122
  },
13811
14123
  "panels/timeline/components/MetricCard.ts | recJourneyINP": {
13812
- "message": "How a user interacts with the page influences interaction delays. Ensure you are testing common interactions."
14124
+ "message": "ஒரு பக்கத்துடன் பயனர் இன்டராக்ட் செய்யும் விதத்தின் அடிப்படையில் இன்டராக்ஷன் தாமதங்களில் மாற்றங்கள் ஏற்படும். பொதுவான இன்டராக்ஷன்களைப் பரிசோதனை செய்வதை உறுதிசெய்துகொள்ளுங்கள்."
13813
14125
  },
13814
14126
  "panels/timeline/components/MetricCard.ts | recThrottlingINP": {
13815
- "message": "Real users may experience longer interactions due to slower CPU speeds. Increasing CPU throttling will simulate a slower device."
14127
+ "message": "மெதுவான CPU வேகங்கள் காரணமாக அசல் பயனர்களின் இன்டராக்ஷன் நேரம் அதிகரிக்கக்கூடும். CPU த்ராட்லிங்கை அதிகரிப்பது மெதுவாக இயங்கும் சாதனத்தை சிமுலேட் செய்யும்."
13816
14128
  },
13817
14129
  "panels/timeline/components/MetricCard.ts | recThrottlingLCP": {
13818
- "message": "Real users may experience longer page loads due to slower network conditions. Increasing network throttling will simulate slower network conditions."
14130
+ "message": "மெதுவான நெட்வொர்க் நிலைகள் காரணமாக அசல் பயனர்களுக்குப் பக்கம் காட்டப்பட வெகுநேரம் ஆகலாம். நெட்வொர்க் த்ராட்லிங்கை அதிகரிப்பது மெதுவான நெட்வொர்க் நிலைகளை சிமுலேட் செய்யும்."
13819
14131
  },
13820
14132
  "panels/timeline/components/MetricCard.ts | recViewportCLS": {
13821
- "message": "Screen size can influence what layout shifts happen. Ensure you are testing common viewport sizes."
14133
+ "message": "திரையின் அளவைப் பொறுத்து லே-அவுட் ஷிஃப்ட்கள் நிகழலாம். பொதுவான திரை அளவுகளை நீங்கள் பரிசோதனை செய்வதை உறுதிசெய்துகொள்ளுங்கள்."
13822
14134
  },
13823
14135
  "panels/timeline/components/MetricCard.ts | recViewportLCP": {
13824
- "message": "Screen size can influence what the LCP element is. Ensure you are testing common viewport sizes."
14136
+ "message": "திரை அளவின் அடிப்படையில் LCP எலிமெண்ட் முடிவு செய்யப்படலாம். பொதுவான காட்சிப் பகுதி அளவுகளைப் பரிசோதனை செய்வதை உறுதிசெய்துகொள்ளுங்கள்."
13825
14137
  },
13826
14138
  "panels/timeline/components/MetricCard.ts | viewCardDetails": {
13827
14139
  "message": "கார்டு விவரங்களைக் காட்டும்"
13828
14140
  },
13829
14141
  "panels/timeline/components/MetricCompareStrings.ts | goodBetterCompare": {
13830
- "message": "Your local {PH1} value of {PH2} is good, but is significantly better than your users’ experience."
14142
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} நன்றாக உள்ளது. ஆனால், இது உங்கள் பயனரின் அனுபவத்தைவிட குறிப்பிடத்தக்க வகையில் சிறப்பாக உள்ளது."
13831
14143
  },
13832
14144
  "panels/timeline/components/MetricCompareStrings.ts | goodGoodDetailedCompare": {
13833
- "message": "Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. Additionally, the field data 75th percentile {PH1} value of {PH3} is good."
14145
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} சிறப்பாக உள்ளது. இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. அத்துடன், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} நன்றாக உள்ளது."
13834
14146
  },
13835
14147
  "panels/timeline/components/MetricCompareStrings.ts | goodNeedsImprovementDetailedCompare": {
13836
- "message": "Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} needs improvement."
14148
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} சிறப்பாக உள்ளது. இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மேம்படுத்த வேண்டும்."
13837
14149
  },
13838
14150
  "panels/timeline/components/MetricCompareStrings.ts | goodPoorDetailedCompare": {
13839
- "message": "Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is poor."
14151
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} சிறப்பாக உள்ளது. இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மோசமாக உள்ளது."
13840
14152
  },
13841
14153
  "panels/timeline/components/MetricCompareStrings.ts | goodSimilarCompare": {
13842
- "message": "Your local {PH1} value of {PH2} is good, and is similar to your users’ experience."
14154
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2}சிறப்பாக உள்ளது. இது, உங்கள் பயனர்களின் அனுபவத்தைப் போன்றே உள்ளது."
13843
14155
  },
13844
14156
  "panels/timeline/components/MetricCompareStrings.ts | goodSummarized": {
13845
- "message": "Your local {PH1} value of {PH2} is good."
14157
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} நன்றாக உள்ளது."
13846
14158
  },
13847
14159
  "panels/timeline/components/MetricCompareStrings.ts | goodWorseCompare": {
13848
- "message": "Your local {PH1} value of {PH2} is good, but is significantly worse than your users’ experience."
14160
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} நன்றாக உள்ளது. ஆனால், இது உங்கள் பயனரின் அனுபவத்தைவிட குறிப்பிடத்தக்க அளவு மோசமாக உள்ளது."
13849
14161
  },
13850
14162
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementBetterCompare": {
13851
- "message": "Your local {PH1} value of {PH2} needs improvement, but is significantly better than your users’ experience."
14163
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். ஆனால், இது உங்கள் பயரின் அனுபவத்தைவிட குறிப்பிடத்தக்க வகையில் சிறப்பாக உள்ளது."
13852
14164
  },
13853
14165
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementGoodDetailedCompare": {
13854
- "message": "Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is good."
14166
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} சிறப்பாக உள்ளது."
13855
14167
  },
13856
14168
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementNeedsImprovementDetailedCompare": {
13857
- "message": "Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. Additionally, the field data 75th percentile {PH1} value of {PH3} needs improvement."
14169
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. அத்துடன், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மேம்படுத்த வேண்டும்."
13858
14170
  },
13859
14171
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementPoorDetailedCompare": {
13860
- "message": "Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is poor."
14172
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். இது, அசல் பயனர் {PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மோசமாக உள்ளது."
13861
14173
  },
13862
14174
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementSimilarCompare": {
13863
- "message": "Your local {PH1} value of {PH2} needs improvement, and is similar to your users’ experience."
14175
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். இது, உங்கள் பயனர்களின் அனுபவத்தைப் போன்றே உள்ளது."
13864
14176
  },
13865
14177
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementSummarized": {
13866
- "message": "Your local {PH1} value of {PH2} needs improvement."
14178
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும்."
13867
14179
  },
13868
14180
  "panels/timeline/components/MetricCompareStrings.ts | needsImprovementWorseCompare": {
13869
- "message": "Your local {PH1} value of {PH2} needs improvement, but is significantly worse than your users’ experience."
14181
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மேம்படுத்த வேண்டும். ஆனால், இது உங்கள் பயனர்களின் அனுபவத்தைவிட குறிப்பிடத்தக்க வகையில் மோசமாக உள்ளது."
13870
14182
  },
13871
14183
  "panels/timeline/components/MetricCompareStrings.ts | poorBetterCompare": {
13872
- "message": "Your local {PH1} value of {PH2} is poor, but is significantly better than your users’ experience."
14184
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. ஆனால், இது உங்கள் பயனரின் அனுபவத்தைவிட குறிப்பிடத்தக்க வகையில் சிறப்பாக உள்ளது."
13873
14185
  },
13874
14186
  "panels/timeline/components/MetricCompareStrings.ts | poorGoodDetailedCompare": {
13875
- "message": "Your local {PH1} value of {PH2} is poor and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is good."
14187
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. இது, அசல் பயனர்{PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} சிறப்பாக உள்ளது."
13876
14188
  },
13877
14189
  "panels/timeline/components/MetricCompareStrings.ts | poorNeedsImprovementDetailedCompare": {
13878
- "message": "Your local {PH1} value of {PH2} is poor and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} needs improvement."
14190
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. இது, அசல் பயனர்{PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. இருப்பினும், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மேம்படுத்த வேண்டும்."
13879
14191
  },
13880
14192
  "panels/timeline/components/MetricCompareStrings.ts | poorPoorDetailedCompare": {
13881
- "message": "Your local {PH1} value of {PH2} is poor and is rated the same as {PH4} of real-user {PH1} experiences. Additionally, the field data 75th percentile {PH1} value of {PH3} is poor."
14193
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. இது, அசல் பயனர்{PH1} அனுபவங்களின் {PH4} போன்றதாகவே வகைப்படுத்தப்பட்டுள்ளது. அத்துடன், அசல் தரவின் 75வது சதமானம் {PH1} மதிப்பு {PH3} மோசமாக உள்ளது."
13882
14194
  },
13883
14195
  "panels/timeline/components/MetricCompareStrings.ts | poorSimilarCompare": {
13884
- "message": "Your local {PH1} value of {PH2} is poor, and is similar to your users’ experience."
14196
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. இது, உங்கள் பயனர்களின் அனுபவத்தைப் போன்றே உள்ளது."
13885
14197
  },
13886
14198
  "panels/timeline/components/MetricCompareStrings.ts | poorSummarized": {
13887
- "message": "Your local {PH1} value of {PH2} is poor."
14199
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது."
13888
14200
  },
13889
14201
  "panels/timeline/components/MetricCompareStrings.ts | poorWorseCompare": {
13890
- "message": "Your local {PH1} value of {PH2} is poor, but is significantly worse than your users’ experience."
14202
+ "message": "உங்கள் லோக்கல் {PH1} மதிப்பு {PH2} மோசமாக உள்ளது. ஆனால், இது பயனரின் அனுபவத்தைவிட குறிப்பிடத்தக்க வகையில் மோசமாக உள்ளது."
13891
14203
  },
13892
14204
  "panels/timeline/components/NetworkRequestDetails.ts | FromCache": {
13893
14205
  "message": " (தற்காலிகச் சேமிப்பிலிருந்து)"
@@ -13901,29 +14213,20 @@
13901
14213
  "panels/timeline/components/NetworkRequestDetails.ts | FromServiceWorker": {
13902
14214
  "message": " (service worker இலிருந்து)"
13903
14215
  },
13904
- "panels/timeline/components/NetworkRequestDetails.ts | contentDownloading": {
13905
- "message": "உள்ளடக்கத்தைப் பதிவிறக்குகிறது"
13906
- },
13907
14216
  "panels/timeline/components/NetworkRequestDetails.ts | decodedBody": {
13908
- "message": "Decoded body"
13909
- },
13910
- "panels/timeline/components/NetworkRequestDetails.ts | duration": {
13911
- "message": "கால அளவு"
14217
+ "message": "டீகோட் செய்யப்பட்ட பகுதி"
13912
14218
  },
13913
14219
  "panels/timeline/components/NetworkRequestDetails.ts | encodedData": {
13914
- "message": "Encoded data"
14220
+ "message": "என்கோடிங் செய்த தரவு"
13915
14221
  },
13916
14222
  "panels/timeline/components/NetworkRequestDetails.ts | fromCache": {
13917
14223
  "message": "தற்காலிகச் சேமிப்பிலிருந்து"
13918
14224
  },
13919
- "panels/timeline/components/NetworkRequestDetails.ts | initialPriority": {
13920
- "message": "Initial priority"
13921
- },
13922
14225
  "panels/timeline/components/NetworkRequestDetails.ts | initiatedBy": {
13923
14226
  "message": "தொடங்கியது:"
13924
14227
  },
13925
14228
  "panels/timeline/components/NetworkRequestDetails.ts | mimeType": {
13926
- "message": "MIME type"
14229
+ "message": "MIME வகை"
13927
14230
  },
13928
14231
  "panels/timeline/components/NetworkRequestDetails.ts | networkRequest": {
13929
14232
  "message": "நெட்வொர்க் கோரிக்கை"
@@ -13937,17 +14240,8 @@
13937
14240
  "panels/timeline/components/NetworkRequestDetails.ts | priority": {
13938
14241
  "message": "முன்னுரிமை"
13939
14242
  },
13940
- "panels/timeline/components/NetworkRequestDetails.ts | queuingAndConnecting": {
13941
- "message": "வரிசைப்படுத்தி இணைக்கிறது"
13942
- },
13943
14243
  "panels/timeline/components/NetworkRequestDetails.ts | requestMethod": {
13944
- "message": "Request method"
13945
- },
13946
- "panels/timeline/components/NetworkRequestDetails.ts | requestSentAndWaiting": {
13947
- "message": "கோரிக்கை அனுப்பப்பட்டது, காத்திருக்கிறது."
13948
- },
13949
- "panels/timeline/components/NetworkRequestDetails.ts | waitingOnMainThread": {
13950
- "message": "முக்கியத் தொடரிழையில் காத்திருக்கிறது"
14244
+ "message": "கோரிக்கை முறை"
13951
14245
  },
13952
14246
  "panels/timeline/components/NetworkRequestDetails.ts | yes": {
13953
14247
  "message": "ஆம்"
@@ -13988,56 +14282,152 @@
13988
14282
  "panels/timeline/components/NetworkThrottlingSelector.ts | presets": {
13989
14283
  "message": "முன்னமைவுகள்"
13990
14284
  },
13991
- "panels/timeline/components/SidebarAnnotationsTab.ts | diagram": {
13992
- "message": "Diagram"
14285
+ "panels/timeline/components/RelatedInsightChips.ts | insightKeyword": {
14286
+ "message": "புள்ளிவிவரம்"
14287
+ },
14288
+ "panels/timeline/components/SidebarAnnotationsTab.ts | annotationGetStarted": {
14289
+ "message": "உங்களுக்காகவும் பிறருக்காகவும் டிரேஸில் குறிப்பைச் சேர்த்தல்"
14290
+ },
14291
+ "panels/timeline/components/SidebarAnnotationsTab.ts | deleteAnnotationTutorialDescription": {
14292
+ "message": "Hover over the list in the sidebar with Annotations tab selected to access the delete function."
14293
+ },
14294
+ "panels/timeline/components/SidebarAnnotationsTab.ts | deleteAnnotationTutorialTitle": {
14295
+ "message": "Delete an annotation"
14296
+ },
14297
+ "panels/timeline/components/SidebarAnnotationsTab.ts | deleteButton": {
14298
+ "message": "குறிப்பை நீக்கு: {PH1}"
14299
+ },
14300
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelDescriptionLabel": {
14301
+ "message": "\"{PH2}\" வார்த்தையுடன் \"{PH1}\" நிகழ்விற்கான குறிப்பு சேர்க்கப்பட்டது"
14302
+ },
14303
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelTutorialDescription": {
14304
+ "message": "எலிமெண்ட்டிற்கு லேபிளை உருவாக்க அதன் மீது இரு கிளிக் செய்து டைப் செய்யவும்."
14305
+ },
14306
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelTutorialTitle": {
14307
+ "message": "லேபிளிடவும்"
14308
+ },
14309
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkDescriptionLabel": {
14310
+ "message": "\"{PH1}\" நிகழ்வு மற்றும் \"{PH2}\" நிகழ்விற்கு இடையேயான இணைப்பு"
14311
+ },
14312
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkTutorialDescription": {
14313
+ "message": "ஒரு உள்ளீட்டை இரு கிளிக் செய்து அருகில் இருக்கும் முன்செல்வதற்கான அம்புக்குறியைக் கிளிக் செய்தபிறகு இலக்கு உள்ளீட்டைத் தேர்ந்தெடுக்கவும்."
14314
+ },
14315
+ "panels/timeline/components/SidebarAnnotationsTab.ts | entryLinkTutorialTitle": {
14316
+ "message": "இரண்டையும் சேர்த்தல்"
14317
+ },
14318
+ "panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeDescriptionLabel": {
14319
+ "message": "நேர வரம்பு {PH1} இல் தொடங்கி {PH2} இல் நிறைவடைகிறது"
14320
+ },
14321
+ "panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeTutorialDescription": {
14322
+ "message": "ஃபிளேம்சார்ட்டில் shift பட்டனைப் பயன்படுத்தி இழுத்த பிறகு நேர வரம்புக் குறிப்பை டைப் செய்யவும்."
14323
+ },
14324
+ "panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeTutorialTitle": {
14325
+ "message": "நேர வரம்பை வரையறுத்தல்"
14326
+ },
14327
+ "panels/timeline/components/SidebarInsightsTab.ts | feedbackButton": {
14328
+ "message": "கருத்து"
14329
+ },
14330
+ "panels/timeline/components/SidebarInsightsTab.ts | feedbackTooltip": {
14331
+ "message": "நுண்தகவல் என்பது பரிசோதனை நிலையில் உள்ள அம்சம் ஆகும். இதை மேம்படுத்த உங்கள் கருத்து உதவும்."
14332
+ },
14333
+ "panels/timeline/components/SidebarSingleInsightSet.ts | metricScore": {
14334
+ "message": "{PH1}: {PH2} {PH3} score"
13993
14335
  },
13994
- "panels/timeline/components/SidebarAnnotationsTab.ts | diagramDescription": {
13995
- "message": "Double click on an entry to create a diagram."
14336
+ "panels/timeline/components/Utils.ts | fms": {
14337
+ "message": "{PH1}[ms]()"
13996
14338
  },
13997
- "panels/timeline/components/SidebarAnnotationsTab.ts | entryLabel": {
13998
- "message": "Entry label"
14339
+ "panels/timeline/components/Utils.ts | fs": {
14340
+ "message": "{PH1}[s]()"
13999
14341
  },
14000
- "panels/timeline/components/SidebarAnnotationsTab.ts | entryLabelDescription": {
14001
- "message": "Double click on an entry to create an entry label. Press Esc or Enter to complete."
14342
+ "panels/timeline/components/insights/CLSCulprits.ts | animation": {
14343
+ "message": "அனிமேஷன்"
14344
+ },
14345
+ "panels/timeline/components/insights/CLSCulprits.ts | description": {
14346
+ "message": "பயனரின் எந்தவொரு செயலும் இல்லாமல் எலிமெண்ட்டுகள் நகரும்போது லே-அவுட் ஷிஃப்ட்கள் நிகழும். பக்கம் ஏற்றப்படும்போது எலிமெண்ட்களின் எழுத்து வடிவங்கள் மாறுவது, எலிமெண்ட்டுகள் சேர்க்கப்படுவது, அகற்றப்படுவது போன்ற [லே-அவுட் ஷிஃப்ட்டிற்கான காரணங்களை ஆய்வு செய்யவும்](https://web.dev/articles/optimize-cls)."
14347
+ },
14348
+ "panels/timeline/components/insights/CLSCulprits.ts | fontRequest": {
14349
+ "message": "எழுத்து வடிவத்திற்கான கோரிக்கை"
14350
+ },
14351
+ "panels/timeline/components/insights/CLSCulprits.ts | injectedIframe": {
14352
+ "message": "சேர்க்கப்பட்டுள்ள iframe"
14353
+ },
14354
+ "panels/timeline/components/insights/CLSCulprits.ts | layoutShiftCluster": {
14355
+ "message": "{PH1} இல் லே-அவுட் ஷிஃப்ட் கிளஸ்டர்"
14356
+ },
14357
+ "panels/timeline/components/insights/CLSCulprits.ts | title": {
14358
+ "message": "Layout shift culprits"
14359
+ },
14360
+ "panels/timeline/components/insights/CLSCulprits.ts | topCulprits": {
14361
+ "message": "லே-அவுட் ஷிஃப்ட்டுக்கான முக்கியமான காரணங்கள்"
14362
+ },
14363
+ "panels/timeline/components/insights/CLSCulprits.ts | worstCluster": {
14364
+ "message": "Worst cluster"
14002
14365
  },
14003
- "panels/timeline/components/SidebarAnnotationsTab.ts | timeRange": {
14004
- "message": "Time range"
14366
+ "panels/timeline/components/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
14367
+ "message": "மோசமான லே-அவுட் ஷிஃப்ட் கிளஸ்டர்"
14005
14368
  },
14006
- "panels/timeline/components/SidebarAnnotationsTab.ts | timeRangeDescription": {
14007
- "message": "Shift and drag on the canvas to create a time range and add a label. Press Esc or Enter to complete."
14369
+ "panels/timeline/components/insights/DocumentLatency.ts | description": {
14370
+ "message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression."
14371
+ },
14372
+ "panels/timeline/components/insights/DocumentLatency.ts | failedAriaLabel": {
14373
+ "message": "Insight check failed: {PH1}"
14008
14374
  },
14009
14375
  "panels/timeline/components/insights/DocumentLatency.ts | failedRedirects": {
14010
- "message": "Had redirects"
14376
+ "message": "திசைதிருப்புதல்கள் இருந்தன"
14011
14377
  },
14012
14378
  "panels/timeline/components/insights/DocumentLatency.ts | failedServerResponseTime": {
14013
- "message": "Server responded slowly"
14379
+ "message": "சேவையகம் மெதுவாகப் பதிலளித்தது"
14014
14380
  },
14015
14381
  "panels/timeline/components/insights/DocumentLatency.ts | failedTextCompression": {
14016
- "message": "No compression applied"
14382
+ "message": "சுருக்குதல் பயன்படுத்தப்படவில்லை"
14017
14383
  },
14018
14384
  "panels/timeline/components/insights/DocumentLatency.ts | passingRedirects": {
14019
- "message": "Avoids redirects"
14385
+ "message": "திசைதிருப்புதல்களைத் தவிர்க்கும்"
14020
14386
  },
14021
14387
  "panels/timeline/components/insights/DocumentLatency.ts | passingServerResponseTime": {
14022
- "message": "Server responds quickly"
14388
+ "message": "சேவையகம் விரைவாகப் பதிலளித்தது"
14023
14389
  },
14024
14390
  "panels/timeline/components/insights/DocumentLatency.ts | passingTextCompression": {
14025
- "message": "Applies text compression"
14391
+ "message": "வார்த்தைச் சுருக்குதலைப் பயன்படுத்துகிறது"
14392
+ },
14393
+ "panels/timeline/components/insights/DocumentLatency.ts | redirectsLabel": {
14394
+ "message": "திசைதிருப்புதல்கள்"
14395
+ },
14396
+ "panels/timeline/components/insights/DocumentLatency.ts | serverResponseTimeLabel": {
14397
+ "message": "சேவையக பதிலளிப்பு நேரம்"
14398
+ },
14399
+ "panels/timeline/components/insights/DocumentLatency.ts | successAriaLabel": {
14400
+ "message": "Insight check passed: {PH1}"
14401
+ },
14402
+ "panels/timeline/components/insights/DocumentLatency.ts | title": {
14403
+ "message": "ஆவணக் கோரிக்கைக்கான தாமதம்"
14404
+ },
14405
+ "panels/timeline/components/insights/DocumentLatency.ts | uncompressedDownload": {
14406
+ "message": "சுருக்கப்படாத பதிவிறக்கம்"
14407
+ },
14408
+ "panels/timeline/components/insights/FontDisplay.ts | description": {
14409
+ "message": "Consider using a [font-display](https://developer.chrome.com/blog/font-display) of swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
14410
+ },
14411
+ "panels/timeline/components/insights/FontDisplay.ts | fontColumn": {
14412
+ "message": "எழுத்து வடிவம்"
14413
+ },
14414
+ "panels/timeline/components/insights/FontDisplay.ts | title": {
14415
+ "message": "எழுத்து வடிவக் காட்சி"
14416
+ },
14417
+ "panels/timeline/components/insights/FontDisplay.ts | wastedTimeColumn": {
14418
+ "message": "வீண் செய்யப்பட்ட நேரம்"
14026
14419
  },
14027
14420
  "panels/timeline/components/insights/InteractionToNextPaint.ts | description": {
14028
- "message": "Improve user responsiveness by improving the Interaction to Next Paint metric. Learn how to [Optimize INP](https://web.dev/articles/optimize-inp)."
14421
+ "message": "Start investigating with the longest phase. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
14029
14422
  },
14030
14423
  "panels/timeline/components/insights/InteractionToNextPaint.ts | duration": {
14031
- "message": "Duration"
14424
+ "message": "கால அளவு"
14032
14425
  },
14033
14426
  "panels/timeline/components/insights/InteractionToNextPaint.ts | inputDelay": {
14034
14427
  "message": "உள்ளீட்டுத் தாமதம்"
14035
14428
  },
14036
- "panels/timeline/components/insights/InteractionToNextPaint.ts | longestInteraction": {
14037
- "message": "Longest interaction"
14038
- },
14039
14429
  "panels/timeline/components/insights/InteractionToNextPaint.ts | phase": {
14040
- "message": "Phase"
14430
+ "message": "நிலை"
14041
14431
  },
14042
14432
  "panels/timeline/components/insights/InteractionToNextPaint.ts | presentationDelay": {
14043
14433
  "message": "காட்சிப்படுத்தல் தாமதம்"
@@ -14046,7 +14436,13 @@
14046
14436
  "message": "செயலாக்க நேரம்"
14047
14437
  },
14048
14438
  "panels/timeline/components/insights/InteractionToNextPaint.ts | title": {
14049
- "message": "INP by phase"
14439
+ "message": "நிலையின்படி INP"
14440
+ },
14441
+ "panels/timeline/components/insights/LCPDiscovery.ts | description": {
14442
+ "message": "Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)"
14443
+ },
14444
+ "panels/timeline/components/insights/LCPDiscovery.ts | failedAriaLabel": {
14445
+ "message": "Insight check failed: {PH1}"
14050
14446
  },
14051
14447
  "panels/timeline/components/insights/LCPDiscovery.ts | fetchPriorityApplied": {
14052
14448
  "message": "fetchpriority=high பயன்படுத்தப்பட்டுள்ளது"
@@ -14060,11 +14456,26 @@
14060
14456
  "panels/timeline/components/insights/LCPDiscovery.ts | requestDiscoverable": {
14061
14457
  "message": "முதல் ஆவணத்தில் கோரிக்கையைக் கண்டறியலாம்"
14062
14458
  },
14459
+ "panels/timeline/components/insights/LCPDiscovery.ts | successAriaLabel": {
14460
+ "message": "Insight check passed: {PH1}"
14461
+ },
14462
+ "panels/timeline/components/insights/LCPDiscovery.ts | title": {
14463
+ "message": "LCP கோரிக்கையைக் கண்டறிதல்"
14464
+ },
14465
+ "panels/timeline/components/insights/LCPPhases.ts | description": {
14466
+ "message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
14467
+ },
14063
14468
  "panels/timeline/components/insights/LCPPhases.ts | elementRenderDelay": {
14064
- "message": "உறுப்பு ரென்டரிங் தாமதம்"
14469
+ "message": "எலிமெண்ட் ரென்டரிங் தாமதம்"
14470
+ },
14471
+ "panels/timeline/components/insights/LCPPhases.ts | percentLCP": {
14472
+ "message": "LCPயின் %"
14473
+ },
14474
+ "panels/timeline/components/insights/LCPPhases.ts | phase": {
14475
+ "message": "நிலை"
14065
14476
  },
14066
14477
  "panels/timeline/components/insights/LCPPhases.ts | resourceLoadDelay": {
14067
- "message": "ஆதாரத்தை ஏற்றுவதில் தாமதம்"
14478
+ "message": "ரிசோர்ஸை ஏற்றுவதில் தாமதம்"
14068
14479
  },
14069
14480
  "panels/timeline/components/insights/LCPPhases.ts | resourceLoadDuration": {
14070
14481
  "message": "ரிசோர்ஸ் ஏற்றப்படும் கால அளவு"
@@ -14072,29 +14483,83 @@
14072
14483
  "panels/timeline/components/insights/LCPPhases.ts | timeToFirstByte": {
14073
14484
  "message": "முதல் பைட்டுக்கான நேரம்"
14074
14485
  },
14486
+ "panels/timeline/components/insights/LCPPhases.ts | title": {
14487
+ "message": "நிலையின்படி LCP"
14488
+ },
14075
14489
  "panels/timeline/components/insights/RenderBlocking.ts | description": {
14076
- "message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
14490
+ "message": "பக்கத்தின் துவக்க ரென்டரைத் தடுக்கும் கோரிக்கைகள் LCPயைத் தாமதப்படுத்தக்கூடும். [தவிர்ப்பது அல்லது இன்லைனில்](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) வழங்குவதன் மூலம் இந்த நெட்வொர்க் கோரிக்கைகளை முக்கியக் கோரிக்கைத் தடத்தில் இருந்து வெளியேற்றலாம்."
14491
+ },
14492
+ "panels/timeline/components/insights/RenderBlocking.ts | duration": {
14493
+ "message": "கால அளவு"
14494
+ },
14495
+ "panels/timeline/components/insights/RenderBlocking.ts | renderBlockingRequest": {
14496
+ "message": "Request"
14497
+ },
14498
+ "panels/timeline/components/insights/RenderBlocking.ts | title": {
14499
+ "message": "தடுப்புக் கோரிக்கைகளை ரென்டரிங் செய்தல்"
14077
14500
  },
14078
14501
  "panels/timeline/components/insights/SidebarInsight.ts | estimatedSavings": {
14079
- "message": "Est savings: {PH1}"
14502
+ "message": "கணக்கிடப்பட்ட சேமிப்பு: {PH1}"
14503
+ },
14504
+ "panels/timeline/components/insights/SidebarInsight.ts | estimatedSavingsTimingAndBytes": {
14505
+ "message": "கணக்கிடப்பட்ட சேமிப்பு: {PH1} && {PH2}"
14506
+ },
14507
+ "panels/timeline/components/insights/SidebarInsight.ts | viewDetails": {
14508
+ "message": "{PH1}க்கான விவரங்களைக் காட்டும்"
14509
+ },
14510
+ "panels/timeline/components/insights/SlowCSSSelector.ts | description": {
14511
+ "message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
14512
+ },
14513
+ "panels/timeline/components/insights/SlowCSSSelector.ts | elapsed": {
14514
+ "message": "எடுத்துக்கொண்ட நேரம்"
14515
+ },
14516
+ "panels/timeline/components/insights/SlowCSSSelector.ts | matchAttempts": {
14517
+ "message": "பொருந்தும் முயற்சிகள்"
14518
+ },
14519
+ "panels/timeline/components/insights/SlowCSSSelector.ts | matchCount": {
14520
+ "message": "பொருந்தும் எண்ணிக்கை"
14521
+ },
14522
+ "panels/timeline/components/insights/SlowCSSSelector.ts | title": {
14523
+ "message": "CSS Selector costs"
14524
+ },
14525
+ "panels/timeline/components/insights/SlowCSSSelector.ts | topSelectors": {
14526
+ "message": "முதன்மைத் தேர்விகள்"
14527
+ },
14528
+ "panels/timeline/components/insights/SlowCSSSelector.ts | total": {
14529
+ "message": "மொத்தம்"
14080
14530
  },
14081
14531
  "panels/timeline/components/insights/ThirdParties.ts | columnBlockingTime": {
14082
- "message": "Blocking time"
14532
+ "message": "தடுக்கும் நேரம்"
14083
14533
  },
14084
14534
  "panels/timeline/components/insights/ThirdParties.ts | columnThirdParty": {
14085
- "message": "Third-party"
14535
+ "message": "மூன்றாம் தரப்பு"
14086
14536
  },
14087
14537
  "panels/timeline/components/insights/ThirdParties.ts | columnTransferSize": {
14088
- "message": "Transfer size"
14538
+ "message": "டிரான்ஸ்ஃபர் அளவு"
14089
14539
  },
14090
14540
  "panels/timeline/components/insights/ThirdParties.ts | description": {
14091
- "message": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
14541
+ "message": "Third party code can significantly impact load performance. [Reduce and defer loading of third party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritize your page's content."
14092
14542
  },
14093
14543
  "panels/timeline/components/insights/ThirdParties.ts | title": {
14094
- "message": "Minimize third-party usage"
14544
+ "message": "மூன்றாம் தரப்பினர்"
14095
14545
  },
14096
14546
  "panels/timeline/components/insights/Viewport.ts | description": {
14097
- "message": "A viewport meta element not only optimizes your app for mobile screen sizes, but also [prevents a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
14547
+ "message": "The page's viewport is not mobile-optimized, so tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
14548
+ },
14549
+ "panels/timeline/components/insights/Viewport.ts | title": {
14550
+ "message": "Viewport not optimized for mobile"
14551
+ },
14552
+ "panels/timeline/overlays/components/EntriesLinkOverlay.ts | diagram": {
14553
+ "message": "உள்ளீடுகளுக்கு இடையேயான இணைப்புகள்"
14554
+ },
14555
+ "panels/timeline/overlays/components/EntryLabelOverlay.ts | entryLabel": {
14556
+ "message": "உள்ளீட்டு லேபிள்"
14557
+ },
14558
+ "panels/timeline/overlays/components/EntryLabelOverlay.ts | inputTextPrompt": {
14559
+ "message": "குறிப்பு லேபிளை டைப் செய்யுங்கள்"
14560
+ },
14561
+ "panels/timeline/overlays/components/TimeRangeOverlay.ts | timeRange": {
14562
+ "message": "நேர வரம்பு"
14098
14563
  },
14099
14564
  "panels/timeline/timeline-meta.ts | hideChromeFrameInLayersView": {
14100
14565
  "message": "லேயர்கள் காட்சியில் chrome ஃபிரேமை மறை"
@@ -14135,6 +14600,18 @@
14135
14600
  "panels/timeline/timeline-meta.ts | stop": {
14136
14601
  "message": "நிறுத்து"
14137
14602
  },
14603
+ "panels/utils/utils.ts | requestContentHeadersOverridden": {
14604
+ "message": "கோரிக்கை உள்ளடக்கம், தலைப்புகள் ஆகிய இரண்டும் மீறிச் செயல்படுகின்றன"
14605
+ },
14606
+ "panels/utils/utils.ts | requestContentOverridden": {
14607
+ "message": "கோரிக்கை உள்ளடக்கம் ஓவர்-ரைடு செய்யப்பட்டது"
14608
+ },
14609
+ "panels/utils/utils.ts | requestHeadersOverridden": {
14610
+ "message": "கோரிக்கை ஹெட்டர்கள் மீறிச் செயல்படுகின்றன"
14611
+ },
14612
+ "panels/utils/utils.ts | thirdPartyPhaseout": {
14613
+ "message": "Chrome கொடியிடல்கள் அல்லது பிரவுசர் உள்ளமைவின் காரணமாக இந்தக் கோரிக்கைக்கான குக்கீகள் தடுக்கப்பட்டுள்ளன. ‘சிக்கல்கள்’ பேனலில் மேலும் தெரிந்துகொள்ளலாம்."
14614
+ },
14138
14615
  "panels/web_audio/AudioContextContentBuilder.ts | callbackBufferSize": {
14139
14616
  "message": "கால்பேக் இடையக அளவு"
14140
14617
  },
@@ -14345,6 +14822,9 @@
14345
14822
  "ui/components/issue_counter/IssueLinkIcon.ts | issueUnavailable": {
14346
14823
  "message": "சிக்கலைத் தற்போது கண்டறிய முடியவில்லை"
14347
14824
  },
14825
+ "ui/components/markdown_view/CodeBlock.ts | code": {
14826
+ "message": "குறியீடு"
14827
+ },
14348
14828
  "ui/components/markdown_view/CodeBlock.ts | copied": {
14349
14829
  "message": "கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டது"
14350
14830
  },
@@ -14937,7 +15417,7 @@
14937
15417
  "message": "இந்த அட்டவணையில் காட்டப்படும் உள்ளீடுகளின் எண்ணிக்கை: {PH1}"
14938
15418
  },
14939
15419
  "ui/legacy/components/data_grid/DataGridWithPreview.ts | selectAValueToPreview": {
14940
- "message": "Select a value to preview"
15420
+ "message": "மாதிரிக்காட்சியைப் பார்க்க ஒரு மதிப்பைத் தேர்ந்தெடுக்கவும்"
14941
15421
  },
14942
15422
  "ui/legacy/components/data_grid/ShowMoreDataGridNode.ts | showAllD": {
14943
15423
  "message": "அனைத்தையும் ({PH1}) காட்டு"
@@ -15116,9 +15596,15 @@
15116
15596
  "ui/legacy/components/perf_ui/FilmStripView.ts | screenshotForSSelectToView": {
15117
15597
  "message": "{PH1}க்கான ஸ்கிரீன்ஷாட் - முந்தைய கோரிக்கைகளைப் பார்க்க தேர்ந்தெடுக்கவும்."
15118
15598
  },
15599
+ "ui/legacy/components/perf_ui/FlameChart.ts | deleteAnnotations": {
15600
+ "message": "Delete annotations"
15601
+ },
15119
15602
  "ui/legacy/components/perf_ui/FlameChart.ts | enterTrackConfigurationMode": {
15120
15603
  "message": "டிராக்குகளை உள்ளமை…"
15121
15604
  },
15605
+ "ui/legacy/components/perf_ui/FlameChart.ts | eventSelectedFromGroup": {
15606
+ "message": "{PH2}க்குள் {PH1} நிகழ்வு தேர்ந்தெடுக்கப்பட்டது. இந்த நிகழ்வை ஃபோகஸ் செய்ய \"enter\" அழுத்தவும்."
15607
+ },
15122
15608
  "ui/legacy/components/perf_ui/FlameChart.ts | exitTrackConfigurationMode": {
15123
15609
  "message": "டிராக்குகளை உள்ளமைப்பதை நிறைவுசெய்"
15124
15610
  },
@@ -15374,6 +15860,9 @@
15374
15860
  "ui/legacy/components/utils/JSPresentationUtils.ts | showLess": {
15375
15861
  "message": "குறைவாகக் காட்டு"
15376
15862
  },
15863
+ "ui/legacy/components/utils/JSPresentationUtils.ts | showMoreFrames": {
15864
+ "message": "தவிர்க்க வேண்டியவற்றின் பட்டியலில் உள்ள ஃபிரேம்களைக் காட்டு"
15865
+ },
15377
15866
  "ui/legacy/components/utils/JSPresentationUtils.ts | unknownSource": {
15378
15867
  "message": "தெரியவில்லை"
15379
15868
  },