@paulirish/trace_engine 0.0.44 → 0.0.45

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 (272) hide show
  1. package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
  2. package/core/platform/ArrayUtilities.d.ts +1 -1
  3. package/core/platform/ArrayUtilities.js.map +1 -1
  4. package/core/platform/DOMUtilities.js +1 -1
  5. package/core/platform/DOMUtilities.js.map +1 -1
  6. package/core/platform/MimeType.js.map +1 -1
  7. package/core/platform/NumberUtilities.js.map +1 -1
  8. package/core/platform/ServerTiming.d.ts +2 -2
  9. package/core/platform/ServerTiming.js.map +1 -1
  10. package/core/platform/StringUtilities.js +1 -1
  11. package/core/platform/StringUtilities.js.map +1 -1
  12. package/core/platform/Timing.d.ts +0 -1
  13. package/core/platform/Timing.js +0 -3
  14. package/core/platform/Timing.js.map +1 -1
  15. package/core/platform/TypedArrayUtilities.js +3 -2
  16. package/core/platform/TypedArrayUtilities.js.map +1 -1
  17. package/generated/protocol.d.ts +71 -4
  18. package/locales/af.json +184 -1
  19. package/locales/am.json +184 -1
  20. package/locales/ar.json +184 -1
  21. package/locales/as.json +184 -1
  22. package/locales/az.json +184 -1
  23. package/locales/be.json +184 -1
  24. package/locales/bg.json +184 -1
  25. package/locales/bn.json +184 -1
  26. package/locales/bs.json +184 -1
  27. package/locales/ca.json +184 -1
  28. package/locales/cs.json +184 -1
  29. package/locales/cy.json +184 -1
  30. package/locales/da.json +184 -1
  31. package/locales/de.json +184 -1
  32. package/locales/el.json +184 -1
  33. package/locales/en-GB.json +184 -1
  34. package/locales/en-US.json +201 -15
  35. package/locales/en-XL.json +201 -15
  36. package/locales/es-419.json +184 -1
  37. package/locales/es.json +184 -1
  38. package/locales/et.json +184 -1
  39. package/locales/eu.json +184 -1
  40. package/locales/fa.json +184 -1
  41. package/locales/fi.json +184 -1
  42. package/locales/fil.json +184 -1
  43. package/locales/fr-CA.json +184 -1
  44. package/locales/fr.json +184 -1
  45. package/locales/gl.json +184 -1
  46. package/locales/gu.json +184 -1
  47. package/locales/he.json +185 -2
  48. package/locales/hi.json +184 -1
  49. package/locales/hr.json +184 -1
  50. package/locales/hu.json +184 -1
  51. package/locales/hy.json +184 -1
  52. package/locales/id.json +184 -1
  53. package/locales/is.json +184 -1
  54. package/locales/it.json +184 -1
  55. package/locales/ja.json +184 -1
  56. package/locales/ka.json +184 -1
  57. package/locales/kk.json +184 -1
  58. package/locales/km.json +184 -1
  59. package/locales/kn.json +184 -1
  60. package/locales/ko.json +184 -1
  61. package/locales/ky.json +184 -1
  62. package/locales/lo.json +184 -1
  63. package/locales/lt.json +184 -1
  64. package/locales/lv.json +184 -1
  65. package/locales/mk.json +184 -1
  66. package/locales/ml.json +184 -1
  67. package/locales/mn.json +184 -1
  68. package/locales/mr.json +184 -1
  69. package/locales/ms.json +184 -1
  70. package/locales/my.json +184 -1
  71. package/locales/ne.json +184 -1
  72. package/locales/nl.json +184 -1
  73. package/locales/no.json +184 -1
  74. package/locales/or.json +184 -1
  75. package/locales/pa.json +184 -1
  76. package/locales/pl.json +184 -1
  77. package/locales/pt-PT.json +184 -1
  78. package/locales/pt.json +184 -1
  79. package/locales/ro.json +184 -1
  80. package/locales/ru.json +184 -1
  81. package/locales/si.json +184 -1
  82. package/locales/sk.json +184 -1
  83. package/locales/sl.json +184 -1
  84. package/locales/sq.json +184 -1
  85. package/locales/sr-Latn.json +184 -1
  86. package/locales/sr.json +184 -1
  87. package/locales/sv.json +184 -1
  88. package/locales/sw.json +184 -1
  89. package/locales/ta.json +184 -1
  90. package/locales/te.json +184 -1
  91. package/locales/th.json +184 -1
  92. package/locales/tr.json +184 -1
  93. package/locales/uk.json +184 -1
  94. package/locales/ur.json +184 -1
  95. package/locales/uz.json +184 -1
  96. package/locales/vi.json +184 -1
  97. package/locales/zh-HK.json +184 -1
  98. package/locales/zh-TW.json +184 -1
  99. package/locales/zh.json +184 -1
  100. package/locales/zu.json +184 -1
  101. package/models/cpu_profile/CPUProfileDataModel.js +10 -10
  102. package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
  103. package/models/trace/LanternComputationData.js.map +1 -1
  104. package/models/trace/ModelImpl.d.ts +1 -0
  105. package/models/trace/ModelImpl.js +1 -0
  106. package/models/trace/ModelImpl.js.map +1 -1
  107. package/models/trace/Processor.js +16 -11
  108. package/models/trace/Processor.js.map +1 -1
  109. package/models/trace/extras/FetchNodes.d.ts +1 -1
  110. package/models/trace/extras/FetchNodes.js +3 -3
  111. package/models/trace/extras/FetchNodes.js.map +1 -1
  112. package/models/trace/extras/ScriptDuplication.d.ts +34 -0
  113. package/models/trace/extras/ScriptDuplication.js +178 -0
  114. package/models/trace/extras/ScriptDuplication.js.map +1 -0
  115. package/models/trace/extras/StackTraceForEvent.js +25 -44
  116. package/models/trace/extras/StackTraceForEvent.js.map +1 -1
  117. package/models/trace/extras/ThirdParties.js +1 -0
  118. package/models/trace/extras/ThirdParties.js.map +1 -1
  119. package/models/trace/extras/TraceTree.d.ts +5 -2
  120. package/models/trace/extras/TraceTree.js +47 -17
  121. package/models/trace/extras/TraceTree.js.map +1 -1
  122. package/models/trace/extras/extras-tsconfig.json +1 -1
  123. package/models/trace/extras/extras.d.ts +1 -0
  124. package/models/trace/extras/extras.js +1 -0
  125. package/models/trace/extras/extras.js.map +1 -1
  126. package/models/trace/handlers/AnimationFramesHandler.js.map +1 -1
  127. package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
  128. package/models/trace/handlers/AuctionWorkletsHandler.js.map +1 -1
  129. package/models/trace/handlers/ExtensionTraceDataHandler.d.ts +1 -1
  130. package/models/trace/handlers/ExtensionTraceDataHandler.js +2 -1
  131. package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
  132. package/models/trace/handlers/FramesHandler.js.map +1 -1
  133. package/models/trace/handlers/ImagePaintingHandler.js +1 -1
  134. package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
  135. package/models/trace/handlers/InitiatorsHandler.js.map +1 -1
  136. package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
  137. package/models/trace/handlers/LayoutShiftsHandler.js.map +1 -1
  138. package/models/trace/handlers/MetaHandler.d.ts +2 -2
  139. package/models/trace/handlers/MetaHandler.js +4 -6
  140. package/models/trace/handlers/MetaHandler.js.map +1 -1
  141. package/models/trace/handlers/ModelHandlers.d.ts +1 -0
  142. package/models/trace/handlers/ModelHandlers.js +1 -0
  143. package/models/trace/handlers/ModelHandlers.js.map +1 -1
  144. package/models/trace/handlers/NetworkRequestsHandler.d.ts +9 -0
  145. package/models/trace/handlers/NetworkRequestsHandler.js +6 -6
  146. package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
  147. package/models/trace/handlers/PageLoadMetricsHandler.js +1 -1
  148. package/models/trace/handlers/PageLoadMetricsHandler.js.map +1 -1
  149. package/models/trace/handlers/RendererHandler.js +3 -4
  150. package/models/trace/handlers/RendererHandler.js.map +1 -1
  151. package/models/trace/handlers/ScriptsHandler.d.ts +22 -0
  152. package/models/trace/handlers/ScriptsHandler.js +116 -0
  153. package/models/trace/handlers/ScriptsHandler.js.map +1 -0
  154. package/models/trace/handlers/UserTimingsHandler.d.ts +5 -0
  155. package/models/trace/handlers/UserTimingsHandler.js +16 -0
  156. package/models/trace/handlers/UserTimingsHandler.js.map +1 -1
  157. package/models/trace/handlers/WorkersHandler.js.map +1 -1
  158. package/models/trace/handlers/handlers-tsconfig.json +1 -0
  159. package/models/trace/handlers/helpers.d.ts +5 -1
  160. package/models/trace/handlers/helpers.js +28 -4
  161. package/models/trace/handlers/helpers.js.map +1 -1
  162. package/models/trace/helpers/Network.d.ts +1 -0
  163. package/models/trace/helpers/Network.js +8 -3
  164. package/models/trace/helpers/Network.js.map +1 -1
  165. package/models/trace/helpers/SamplesIntegrator.d.ts +8 -1
  166. package/models/trace/helpers/SamplesIntegrator.js +42 -2
  167. package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
  168. package/models/trace/helpers/Timing.js.map +1 -1
  169. package/models/trace/helpers/Trace.d.ts +7 -10
  170. package/models/trace/helpers/Trace.js +25 -10
  171. package/models/trace/helpers/Trace.js.map +1 -1
  172. package/models/trace/insights/CLSCulprits.d.ts +12 -12
  173. package/models/trace/insights/CLSCulprits.js +15 -4
  174. package/models/trace/insights/CLSCulprits.js.map +1 -1
  175. package/models/trace/insights/Common.d.ts +7 -1
  176. package/models/trace/insights/Common.js +9 -3
  177. package/models/trace/insights/Common.js.map +1 -1
  178. package/models/trace/insights/DOMSize.d.ts +8 -8
  179. package/models/trace/insights/DOMSize.js +2 -1
  180. package/models/trace/insights/DOMSize.js.map +1 -1
  181. package/models/trace/insights/DocumentLatency.d.ts +11 -11
  182. package/models/trace/insights/DocumentLatency.js +2 -1
  183. package/models/trace/insights/DocumentLatency.js.map +1 -1
  184. package/models/trace/insights/DuplicateJavaScript.d.ts +18 -0
  185. package/models/trace/insights/DuplicateJavaScript.js +49 -0
  186. package/models/trace/insights/DuplicateJavaScript.js.map +1 -0
  187. package/models/trace/insights/FontDisplay.d.ts +4 -4
  188. package/models/trace/insights/FontDisplay.js +2 -1
  189. package/models/trace/insights/FontDisplay.js.map +1 -1
  190. package/models/trace/insights/ForcedReflow.d.ts +5 -5
  191. package/models/trace/insights/ForcedReflow.js +4 -1
  192. package/models/trace/insights/ForcedReflow.js.map +1 -1
  193. package/models/trace/insights/ImageDelivery.d.ts +19 -15
  194. package/models/trace/insights/ImageDelivery.js +26 -20
  195. package/models/trace/insights/ImageDelivery.js.map +1 -1
  196. package/models/trace/insights/InteractionToNextPaint.d.ts +8 -8
  197. package/models/trace/insights/InteractionToNextPaint.js +3 -2
  198. package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
  199. package/models/trace/insights/LCPDiscovery.d.ts +9 -9
  200. package/models/trace/insights/LCPDiscovery.js +6 -3
  201. package/models/trace/insights/LCPDiscovery.js.map +1 -1
  202. package/models/trace/insights/LCPPhases.d.ts +15 -10
  203. package/models/trace/insights/LCPPhases.js +11 -4
  204. package/models/trace/insights/LCPPhases.js.map +1 -1
  205. package/models/trace/insights/Models.d.ts +2 -1
  206. package/models/trace/insights/Models.js +2 -1
  207. package/models/trace/insights/Models.js.map +1 -1
  208. package/models/trace/insights/NetworkDependencyTree.d.ts +33 -0
  209. package/models/trace/insights/NetworkDependencyTree.js +141 -0
  210. package/models/trace/insights/NetworkDependencyTree.js.map +1 -0
  211. package/models/trace/insights/RenderBlocking.d.ts +5 -5
  212. package/models/trace/insights/RenderBlocking.js +2 -1
  213. package/models/trace/insights/RenderBlocking.js.map +1 -1
  214. package/models/trace/insights/SlowCSSSelector.d.ts +8 -8
  215. package/models/trace/insights/SlowCSSSelector.js +4 -2
  216. package/models/trace/insights/SlowCSSSelector.js.map +1 -1
  217. package/models/trace/insights/ThirdParties.d.ts +6 -6
  218. package/models/trace/insights/ThirdParties.js +8 -5
  219. package/models/trace/insights/ThirdParties.js.map +1 -1
  220. package/models/trace/insights/Viewport.d.ts +2 -2
  221. package/models/trace/insights/Viewport.js +2 -1
  222. package/models/trace/insights/Viewport.js.map +1 -1
  223. package/models/trace/insights/insights-tsconfig.json +2 -1
  224. package/models/trace/insights/types.d.ts +25 -3
  225. package/models/trace/insights/types.js.map +1 -1
  226. package/models/trace/lantern/core/NetworkAnalyzer.d.ts +2 -2
  227. package/models/trace/lantern/core/NetworkAnalyzer.js +2 -2
  228. package/models/trace/lantern/core/NetworkAnalyzer.js.map +1 -1
  229. package/models/trace/lantern/graph/BaseNode.d.ts +1 -1
  230. package/models/trace/lantern/graph/BaseNode.js.map +1 -1
  231. package/models/trace/lantern/graph/CPUNode.js +1 -1
  232. package/models/trace/lantern/graph/CPUNode.js.map +1 -1
  233. package/models/trace/lantern/graph/NetworkNode.js +1 -1
  234. package/models/trace/lantern/graph/NetworkNode.js.map +1 -1
  235. package/models/trace/lantern/graph/PageDependencyGraph.d.ts +2 -2
  236. package/models/trace/lantern/graph/PageDependencyGraph.js.map +1 -1
  237. package/models/trace/lantern/metrics/Metric.js.map +1 -1
  238. package/models/trace/lantern/metrics/TotalBlockingTime.d.ts +2 -2
  239. package/models/trace/lantern/metrics/TotalBlockingTime.js.map +1 -1
  240. package/models/trace/lantern/types/Lantern.d.ts +2 -2
  241. package/models/trace/lantern/types/Lantern.js.map +1 -1
  242. package/models/trace/trace-tsconfig.json +3 -3
  243. package/models/trace/trace.d.ts +1 -2
  244. package/models/trace/trace.js +1 -2
  245. package/models/trace/trace.js.map +1 -1
  246. package/models/trace/types/Configuration.d.ts +10 -0
  247. package/models/trace/types/Configuration.js.map +1 -1
  248. package/models/trace/types/Extensions.d.ts +1 -1
  249. package/models/trace/types/Extensions.js.map +1 -1
  250. package/models/trace/types/TraceEvents.d.ts +87 -4
  251. package/models/trace/types/TraceEvents.js +20 -0
  252. package/models/trace/types/TraceEvents.js.map +1 -1
  253. package/package.json +1 -1
  254. package/test/test-trace-engine.mjs +3 -2
  255. package/models/trace/extras/TimelineJSProfile.d.ts +0 -13
  256. package/models/trace/extras/TimelineJSProfile.js +0 -60
  257. package/models/trace/extras/TimelineJSProfile.js.map +0 -1
  258. package/models/trace/insights/LongCriticalNetworkTree.d.ts +0 -22
  259. package/models/trace/insights/LongCriticalNetworkTree.js +0 -40
  260. package/models/trace/insights/LongCriticalNetworkTree.js.map +0 -1
  261. package/models/trace/root-causes/LayoutShift.d.ts +0 -125
  262. package/models/trace/root-causes/LayoutShift.js +0 -519
  263. package/models/trace/root-causes/LayoutShift.js.map +0 -1
  264. package/models/trace/root-causes/RootCauses.d.ts +0 -15
  265. package/models/trace/root-causes/RootCauses.js +0 -12
  266. package/models/trace/root-causes/RootCauses.js.map +0 -1
  267. package/models/trace/root-causes/bundle-tsconfig.json +0 -1
  268. package/models/trace/root-causes/devtools_entrypoint-bundle-typescript-tsconfig.json +0 -43
  269. package/models/trace/root-causes/root-causes-tsconfig.json +0 -56
  270. package/models/trace/root-causes/root-causes.d.ts +0 -1
  271. package/models/trace/root-causes/root-causes.js +0 -5
  272. package/models/trace/root-causes/root-causes.js.map +0 -1
package/locales/cs.json CHANGED
@@ -1,4 +1,175 @@
1
1
  {
2
+ "generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
3
+ "message": "Z\u00e1stupn\u00fd symbol (*) se p\u0159i zpracov\u00e1n\u00ed z\u00e1hlav\u00ed Access-Control-Allow-Headers pro CORS nevztahuje na z\u00e1hlav\u00ed Authorization."
4
+ },
5
+ "generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
6
+ "message": "Nam\u00edsto selektoru -internal-media-controls-overlay-cast-button byste k\u00a0vypnut\u00ed v\u00fdchoz\u00ed integrace funkce Cast m\u011bli pou\u017e\u00edt atribut disableRemotePlayback."
7
+ },
8
+ "generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
9
+ "message": "Hodnota vzhledu CSS slider-vertical nen\u00ed standardizovan\u00e1 a\u00a0bude odstran\u011bna."
10
+ },
11
+ "generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
12
+ "message": "Po\u017eadavky na zdroje, jejich\u017e adresy URL obsahovaly jak odstran\u011bn\u00e9 pr\u00e1zdn\u00e9 znaky \\(n|r|t), tak znaky men\u0161\u00ed ne\u017e (<), jsou blokov\u00e1ny. Aby se tyto zdroje na\u010detly, je na m\u00edstech, jako jsou hodnoty atribut\u016f, pot\u0159eba odstranit zalomen\u00ed \u0159\u00e1dk\u016f a\u00a0zak\u00f3dovat znaky men\u0161\u00ed ne\u017e."
13
+ },
14
+ "generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
15
+ "message": "Metoda chrome.loadTimes() je zastaral\u00e1, pou\u017eijte m\u00edsto n\u00ed standardizovan\u00e9 API: Navigation Timing\u00a02."
16
+ },
17
+ "generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
18
+ "message": "API chrome.loadTimes() je zastaral\u00e9. Pou\u017eijte m\u00edsto n\u011bj standardizovan\u00e9 API: Paint Timing."
19
+ },
20
+ "generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
21
+ "message": "Metoda chrome.loadTimes() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed standardizovan\u00e9 API: nextHopProtocol v\u00a0Navigation Timing\u00a02."
22
+ },
23
+ "generated/Deprecation.ts | CookieWithTruncatingChar": {
24
+ "message": "Soubory cookie obsahuj\u00edc\u00ed znak \\(0|r|n) budou nam\u00edsto zkr\u00e1cen\u00ed odm\u00edtnuty."
25
+ },
26
+ "generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
27
+ "message": "Uvoln\u011bn\u00ed z\u00e1sad stejn\u00e9ho p\u016fvodu nastaven\u00edm atributu document.domain je zastaral\u00e9 a\u00a0bude ve v\u00fdchoz\u00edm nastaven\u00ed zak\u00e1z\u00e1no. Toto upozorn\u011bn\u00ed na ukon\u010den\u00ed podpory se t\u00fdk\u00e1 p\u0159\u00edstupu mezi r\u016fzn\u00fdmi zdroji, kter\u00fd byl povolen nastaven\u00edm document.domain."
28
+ },
29
+ "generated/Deprecation.ts | CrossOriginWindowAlert": {
30
+ "message": "Podpora vol\u00e1n\u00ed funkce window.alert z\u00a0prvk\u016f iframe jin\u00fdch dom\u00e9n byla ukon\u010dena a\u00a0v\u00a0budoucnu bude odstran\u011bno."
31
+ },
32
+ "generated/Deprecation.ts | CrossOriginWindowConfirm": {
33
+ "message": "Podpora vol\u00e1n\u00ed funkce window.confirm z\u00a0prvk\u016f iframe jin\u00fdch dom\u00e9n byla ukon\u010dena a\u00a0v\u00a0budoucnu bude odstran\u011bno."
34
+ },
35
+ "generated/Deprecation.ts | DOMMutationEvents": {
36
+ "message": "Ud\u00e1losti zm\u011bny DOM, v\u010detn\u011b DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument a\u00a0DOMCharacterDataModified jsou zastaral\u00e9 (https://w3c.github.io/uievents/ #legacy-event-types) a\u00a0budou odstran\u011bny. Pou\u017eijte m\u00edsto nich rozhran\u00ed MutationObserver."
37
+ },
38
+ "generated/Deprecation.ts | DataUrlInSvgUse": {
39
+ "message": "Podpora adres URL se sch\u00e9matem data: v\u00a0rozhran\u00ed SVGUseElement je zastaral\u00e1 a\u00a0v\u00a0budoucnu bude odstran\u011bna."
40
+ },
41
+ "generated/Deprecation.ts | GeolocationInsecureOrigin": {
42
+ "message": "getCurrentPosition() a\u00a0watchPosition() ji\u017e nefunguj\u00ed u\u00a0nezabezpe\u010den\u00fdch zdroj\u016f. Pokud tuto funkci chcete pou\u017e\u00edt, m\u011bli byste zv\u00e1\u017eit p\u0159eveden\u00ed aplikace na zabezpe\u010den\u00fd zdroj, jako je HTTPS. Dal\u0161\u00ed podrobnosti najdete na str\u00e1nce https://goo.gle/chrome-insecure-origins."
43
+ },
44
+ "generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
45
+ "message": "Metody getCurrentPosition() a\u00a0watchPosition() ji\u017e v\u00a0nezabezpe\u010den\u00fdch zdroj\u00edch nejsou podporov\u00e1ny. Pokud tuto funkci chcete pou\u017e\u00edt, m\u011bli byste zv\u00e1\u017eit p\u0159eveden\u00ed aplikace na zabezpe\u010den\u00fd zdroj, jako je HTTPS. Dal\u0161\u00ed podrobnosti najdete na str\u00e1nce https://goo.gle/chrome-insecure-origins."
46
+ },
47
+ "generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
48
+ "message": "getUserMedia() ji\u017e nefunguje u\u00a0nezabezpe\u010den\u00fdch zdroj\u016f. Pokud tuto funkci chcete pou\u017e\u00edt, m\u011bli byste zv\u00e1\u017eit p\u0159eveden\u00ed aplikace na zabezpe\u010den\u00fd zdroj, jako je HTTPS. Dal\u0161\u00ed podrobnosti najdete na str\u00e1nce https://goo.gle/chrome-insecure-origins."
49
+ },
50
+ "generated/Deprecation.ts | HostCandidateAttributeGetter": {
51
+ "message": "Pole RTCPeerConnectionIceErrorEvent.hostCandidate je zastaral\u00e9. Pou\u017eijte m\u00edsto n\u011bj pole RTCPeerConnectionIceErrorEvent.address nebo RTCPeerConnectionIceErrorEvent.port."
52
+ },
53
+ "generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
54
+ "message": "Zdroj obchodn\u00edka a\u00a0libovoln\u00e1 data z\u00a0ud\u00e1losti canmakepayment procesu pracovn\u00ed proces slu\u017eby jsou zastaral\u00e9 a\u00a0budou odstran\u011bny: topOrigin, paymentRequestOrigin, methodData, modifiers."
55
+ },
56
+ "generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
57
+ "message": "Web si vy\u017e\u00e1dal d\u00edl\u010d\u00ed zdroj ze s\u00edt\u011b, ke kter\u00e9 m\u011bl p\u0159\u00edstup pouze d\u00edky privilegovan\u00e9 pozici sv\u00fdch u\u017eivatel\u016f v\u00a0s\u00edti. Tyto po\u017eadavky umo\u017e\u0148uj\u00ed z\u00edskat z\u00a0internetu p\u0159\u00edstup k\u00a0neve\u0159ejn\u00fdm za\u0159\u00edzen\u00edm a\u00a0server\u016fm, \u010d\u00edm\u017e se zvy\u0161uje riziko \u00fatoku CSRF (cross-site request forgery) a/nebo \u00faniku informac\u00ed. Aby Chrome tato rizika zm\u00edrnil, p\u0159est\u00e1v\u00e1 podporovat po\u017eadavky na neve\u0159ejn\u00e9 d\u00edl\u010d\u00ed zdroje iniciovan\u00e9 z\u00a0nezabezpe\u010den\u00fdch kontext\u016f a\u00a0za\u010dne je blokovat."
58
+ },
59
+ "generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
60
+ "message": "Pole dailyUpdateUrl struktury InterestGroups p\u0159ed\u00e1van\u00e9 do joinAdInterestGroup() bylo p\u0159ejmenov\u00e1no na updateUrl, aby jeho n\u00e1zev p\u0159esn\u011bji odpov\u00eddal chov\u00e1n\u00ed."
61
+ },
62
+ "generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
63
+ "message": "Styly CSS lze z\u00a0adres URL file: na\u010d\u00edst pouze v\u00a0p\u0159\u00edpad\u011b, \u017ee kon\u010d\u00ed p\u0159\u00edponou souboru .css."
64
+ },
65
+ "generated/Deprecation.ts | MediaSourceAbortRemove": {
66
+ "message": "Pou\u017eit\u00ed SourceBuffer.abort() ke zru\u0161en\u00ed asynchronn\u00edho odstran\u011bn\u00ed rozsahu pomoc\u00ed metody remove() je vzhledem ke zm\u011bn\u011b specifikace zastaral\u00e9. Podpora bude v\u00a0budoucnu odstran\u011bna. Doporu\u010dujeme m\u00edsto toho naslouchat ud\u00e1losti updateend. Metoda abort() je ur\u010dena pouze ke zru\u0161en\u00ed asynchronn\u00edho p\u0159ipojen\u00ed m\u00e9dia nebo resetov\u00e1n\u00ed stavu analyz\u00e1toru."
67
+ },
68
+ "generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
69
+ "message": "Nastaven\u00ed hodnoty MediaSource.duration ni\u017e\u0161\u00ed, ne\u017e je nejvy\u0161\u0161\u00ed prezenta\u010dn\u00ed \u010dasov\u00e9 raz\u00edtko kter\u00fdchkoliv k\u00f3dovan\u00fdch sn\u00edmk\u016f ve vyrovn\u00e1vac\u00ed pam\u011bti, je z\u00a0d\u016fvodu zm\u011bny specifikace zastaral\u00e9. Podpora implicitn\u00edho odstran\u011bn\u00ed zkr\u00e1cen\u00fdch m\u00e9di\u00ed ve vyrovn\u00e1vac\u00ed pam\u011bt\u00ed bude v\u00a0budoucnu odstran\u011bna. M\u00edsto toho byste u\u00a0v\u0161ech objekt\u016f sourceBuffers, u\u00a0kter\u00fdch je newDuration < oldDuration, m\u011bli explicitn\u011b prov\u00e9st remove(newDuration, oldDuration)."
70
+ },
71
+ "generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
72
+ "message": "Rozhran\u00ed Web MIDI po\u017e\u00e1d\u00e1 o\u00a0opr\u00e1vn\u011bn\u00ed k\u00a0pou\u017eit\u00ed i\u00a0v\u00a0p\u0159\u00edpad\u011b, \u017ee v\u00a0MIDIOptions nen\u00ed zad\u00e1n sysex."
73
+ },
74
+ "generated/Deprecation.ts | NotificationInsecureOrigin": {
75
+ "message": "Notification API ji\u017e nelze pou\u017e\u00edvat z\u00a0nezabezpe\u010den\u00fdch zdroj\u016f. Zva\u017ete p\u0159eveden\u00ed aplikace na zabezpe\u010den\u00fd zdroj, jako je HTTPS. Dal\u0161\u00ed podrobnosti najdete na str\u00e1nce https://goo.gle/chrome-insecure-origins."
76
+ },
77
+ "generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
78
+ "message": "Opr\u00e1vn\u011bn\u00ed pro rozhran\u00ed Notification API ji\u017e nelze po\u017eadovat z\u00a0prvku iframe z\u00a0jin\u00e9ho zdroje. M\u011bli byste zv\u00e1\u017eit vy\u017e\u00e1d\u00e1n\u00ed opr\u00e1vn\u011bn\u00ed z\u00a0r\u00e1mce nejvy\u0161\u0161\u00ed \u00farovn\u011b nebo otev\u0159en\u00ed nov\u00e9ho okna."
79
+ },
80
+ "generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
81
+ "message": "Mo\u017enost imageOrientation: 'none' v\u00a0metod\u011b createImageBitmap je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu createImageBitmap s\u00a0mo\u017enost\u00ed {imageOrientation: 'from-image'}."
82
+ },
83
+ "generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
84
+ "message": "V\u00e1\u0161 partner vyjedn\u00e1v\u00e1 zastaralou verzi (D)TLS. Po\u017e\u00e1dejte ho o\u00a0n\u00e1pravu."
85
+ },
86
+ "generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
87
+ "message": "Pokud u\u00a0zna\u010dek img, video \u010di canvas zad\u00e1te vlastnost overflow: visible, m\u016f\u017ee se vizu\u00e1ln\u00ed obsah zobrazit mimo hranice prvku. Viz https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
88
+ },
89
+ "generated/Deprecation.ts | PaymentInstruments": {
90
+ "message": "API paymentManager.instruments je zastaral\u00e9. Obslu\u017en\u00e9 n\u00e1stroje pro platby m\u00edsto toho instalujte bezprost\u0159edn\u011b p\u0159ed pou\u017eit\u00edm."
91
+ },
92
+ "generated/Deprecation.ts | PaymentRequestCSPViolation": {
93
+ "message": "Va\u0161e vol\u00e1n\u00ed rozhran\u00ed PaymentRequest obch\u00e1z\u00ed direktivu connect-src z\u00e1sad zabezpe\u010den\u00ed obsahu (CSP). Toto obch\u00e1zen\u00ed ji\u017e nen\u00ed podporov\u00e1no. P\u0159idejte do direktivy CSP connect-src identifik\u00e1tor platebn\u00ed metody z\u00a0rozhran\u00ed API PaymentRequest (v\u00a0poli supportedMethods)."
94
+ },
95
+ "generated/Deprecation.ts | PersistentQuotaType": {
96
+ "message": "Rozhran\u00ed StorageType.persistent je zastaral\u00e9. Pou\u017eijte m\u00edsto n\u011bj standardizovan\u00e9 rozhran\u00ed navigator.storage."
97
+ },
98
+ "generated/Deprecation.ts | PictureSourceSrc": {
99
+ "message": "Prvek <source src> s\u00a0nad\u0159azen\u00fdm prvkem <picture> je neplatn\u00fd, a\u00a0proto je ignorov\u00e1n. Pou\u017eijte m\u00edsto n\u011bj prvek <source srcset>."
100
+ },
101
+ "generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
102
+ "message": "Metoda webkitCancelAnimationFrame je specifick\u00e1 pro dodavatele. Pou\u017eijte m\u00edsto n\u00ed standardn\u00ed metodu cancelAnimationFrame."
103
+ },
104
+ "generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
105
+ "message": "Metoda webkitRequestAnimationFrame je specifick\u00e1 pro dodavatele. M\u00edsto n\u00ed pou\u017eijte standardn\u00ed metodu requestAnimationFrame."
106
+ },
107
+ "generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
108
+ "message": "Vlastnost HTMLVideoElement.webkitDisplayingFullscreen je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed vlastnost Document.fullscreenElement."
109
+ },
110
+ "generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
111
+ "message": "Metoda HTMLVideoElement.webkitEnterFullScreen() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu Element.requestFullscreen()."
112
+ },
113
+ "generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
114
+ "message": "Metoda HTMLVideoElement.webkitEnterFullscreen() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu Element.requestFullscreen()."
115
+ },
116
+ "generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
117
+ "message": "Metoda HTMLVideoElement.webkitExitFullScreen() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu Document.exitFullscreen()."
118
+ },
119
+ "generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
120
+ "message": "Metoda HTMLVideoElement.webkitExitFullscreen() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu Document.exitFullscreen()."
121
+ },
122
+ "generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
123
+ "message": "Vlastnost HTMLVideoElement.webkitSupportsFullscreen je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed vlastnost Document.fullscreenEnabled."
124
+ },
125
+ "generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
126
+ "message": "Ukon\u010dujeme podporu rozhran\u00ed API chrome.privacy.websites.privacySandboxEnabled. Z\u00a0d\u016fvodu zp\u011btn\u00e9 kompatibility v\u0161ak z\u016fstane aktivn\u00ed a\u017e do vyd\u00e1n\u00ed M113. Nam\u00edsto toho pou\u017eijte vlastnosti chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled a\u00a0chrome.privacy.websites.adMeasurementEnabled. Viz https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
127
+ },
128
+ "generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
129
+ "message": "Omezen\u00ed DtlsSrtpKeyAgreement je odstran\u011bno. Pro toto omezen\u00ed jste zadali hodnotu false, kter\u00e1 je interpretov\u00e1na jako pokus o\u00a0pou\u017eit\u00ed odstran\u011bn\u00e9 metody SDES key negotiation. Tato funkce je odstran\u011bna. Pou\u017eijte m\u00edsto toho slu\u017ebu, kter\u00e1 podporuje metodu DTLS key negotiation."
130
+ },
131
+ "generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
132
+ "message": "Omezen\u00ed DtlsSrtpKeyAgreement je odstran\u011bno. Pro toto omezen\u00ed jste zadali hodnotu true, co\u017e nem\u011blo \u017e\u00e1dn\u00fd \u00fa\u010dinek, ale pro po\u0159\u00e1dek m\u016f\u017eete toto omezen\u00ed odstranit."
133
+ },
134
+ "generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
135
+ "message": "Metoda getStats() zalo\u017een\u00e1 na zp\u011btn\u00e9m vol\u00e1n\u00ed je zastaral\u00e1 a\u00a0bude odstran\u011bna. M\u00edsto toho pou\u017eijte metodu getStats() odpov\u00eddaj\u00edc\u00ed specifikac\u00edm."
136
+ },
137
+ "generated/Deprecation.ts | RangeExpand": {
138
+ "message": "Metoda Range.expand() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu Selection.modify()."
139
+ },
140
+ "generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
141
+ "message": "Po\u017eadavky na d\u00edl\u010d\u00ed zdroje, jejich\u017e adresy URL obsahuj\u00ed vlo\u017een\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje (nap\u0159.\u00a0https://user:pass@host/), jsou blokov\u00e1ny."
142
+ },
143
+ "generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
144
+ "message": "Mo\u017enost rtcpMuxPolicy je zastaral\u00e1 a\u00a0bude odstran\u011bna."
145
+ },
146
+ "generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
147
+ "message": "SharedArrayBuffer bude vy\u017eadovat izolaci od jin\u00fdch zdroj\u016f. Dal\u0161\u00ed podrobnosti naleznete na str\u00e1nce https://developer.chrome.com/blog/enabling-shared-array-buffer/."
148
+ },
149
+ "generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
150
+ "message": "Vol\u00e1n\u00ed metody speechSynthesis.speak() bez aktivace ze strany u\u017eivatele je zastaral\u00e9 a\u00a0bude odstran\u011bno."
151
+ },
152
+ "generated/Deprecation.ts | UnloadHandler": {
153
+ "message": "Poslucha\u010de ud\u00e1losti \u201eunload\u201c jsou zastaral\u00e9 a\u00a0budou odstran\u011bny."
154
+ },
155
+ "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
156
+ "message": "Pokud v\u00a0roz\u0161\u00ed\u0159en\u00edch chcete pou\u017e\u00edvat technologii SharedArrayBuffer, je u\u00a0nich pot\u0159eba aktivovat izolaci od jin\u00fdch zdroj\u016f. Viz https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
157
+ },
158
+ "generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
159
+ "message": "Limit WebGPU maxInterStageShaderComponents je zastaral\u00fd, pou\u017eijte m\u00edsto n\u011bj limit WebGPU maxInterStageShaderVariables."
160
+ },
161
+ "generated/Deprecation.ts | WebSQL": {
162
+ "message": "Technologie Web SQL je zastaral\u00e1. Pou\u017eijte SQLite WebAssembly nebo rozhran\u00ed Indexed Database"
163
+ },
164
+ "generated/Deprecation.ts | XHRJSONEncodingDetection": {
165
+ "message": "K\u00f3dov\u00e1n\u00ed UTF-16 nen\u00ed v\u00a0objektech JSON odpov\u011bd\u00ed rozhran\u00ed XMLHttpRequest podporov\u00e1no."
166
+ },
167
+ "generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
168
+ "message": "Synchronn\u00ed po\u017eadavky XMLHttpRequest v\u00a0hlavn\u00edm vl\u00e1knu jsou zastaral\u00e9, proto\u017ee maj\u00ed nep\u0159\u00edzniv\u00fd vliv na dojem koncov\u00e9ho u\u017eivatele. Dal\u0161\u00ed informace najdete na str\u00e1nce https://xhr.spec.whatwg.org/."
169
+ },
170
+ "generated/Deprecation.ts | XRSupportsSession": {
171
+ "message": "Metoda supportsSession() je zastaral\u00e1. Pou\u017eijte m\u00edsto n\u00ed metodu isSessionSupported() a\u00a0zkontrolujte vr\u00e1cenou logickou hodnotu."
172
+ },
2
173
  "models/trace/insights/CLSCulprits.ts | description": {
3
174
  "message": "Ke zm\u011bn\u00e1m rozvr\u017een\u00ed doch\u00e1z\u00ed, kdy\u017e se prvky p\u0159esouvaj\u00ed bez interakce u\u017eivatele. [Prozkoumejte p\u0159\u00ed\u010diny zm\u011bn rozvr\u017een\u00ed](https://web.dev/articles/optimize-cls), jako jsou p\u0159id\u00e1v\u00e1n\u00ed a\u00a0odeb\u00edr\u00e1n\u00ed prvk\u016f nebo zm\u011bny p\u00edsem b\u011bhem na\u010d\u00edt\u00e1n\u00ed str\u00e1nky."
4
175
  },
@@ -6,7 +177,7 @@
6
177
  "message": "Vin\u00edci zm\u011bny rozvr\u017een\u00ed"
7
178
  },
8
179
  "models/trace/insights/DOMSize.ts | description": {
9
- "message": "Velk\u00fd model DOM povede k\u00a0v\u011bt\u0161\u00edmu vyu\u017eit\u00ed pam\u011bti, prodlou\u017een\u00ed v\u00fdpo\u010dt\u016f styl\u016f a\u00a0n\u00e1ro\u010dn\u00fdm p\u0159eform\u00e1tov\u00e1v\u00e1n\u00edm rozvr\u017een\u00ed, co\u017e bude m\u00edt dopad na responzivnost str\u00e1nky. [Jak p\u0159edej\u00edt nadm\u011brn\u00e9 velikosti modelu DOM](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
180
+ "message": "Velk\u00fd model DOM m\u016f\u017ee prodlou\u017eit dobu v\u00fdpo\u010dtu styl\u016f a\u00a0p\u0159eform\u00e1tov\u00e1v\u00e1n\u00ed rozvr\u017een\u00ed, co\u017e m\u016f\u017ee m\u00edt dopad na rychlost odezvy str\u00e1nky. Velk\u00fd model DOM tak\u00e9 povede k\u00a0v\u011bt\u0161\u00edmu vyu\u017eit\u00ed pam\u011bti. [Jak p\u0159edej\u00edt nadm\u011brn\u00e9 velikosti modelu DOM](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
10
181
  },
11
182
  "models/trace/insights/DOMSize.ts | title": {
12
183
  "message": "Optimalizujte velikost modelu DOM"
@@ -23,6 +194,12 @@
23
194
  "models/trace/insights/FontDisplay.ts | title": {
24
195
  "message": "Zobrazen\u00ed p\u00edsma"
25
196
  },
197
+ "models/trace/insights/ForcedReflow.ts | description": {
198
+ "message": "Mnoho rozhran\u00ed API, obvykle \u010dten\u00ed geometrie rozvr\u017een\u00ed, nut\u00ed vykreslovac\u00ed modul pozastavit prov\u00e1d\u011bn\u00ed skriptu, aby mohla vypo\u010d\u00edtat styl a\u00a0rozvr\u017een\u00ed. P\u0159e\u010dt\u011bte si dal\u0161\u00ed informace o\u00a0[nucen\u00e9m p\u0159eform\u00e1tov\u00e1n\u00ed](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) a\u00a0jeho zm\u00edrn\u011bn\u00ed."
199
+ },
200
+ "models/trace/insights/ForcedReflow.ts | title": {
201
+ "message": "Vynucen\u00e9 p\u0159eform\u00e1tov\u00e1n\u00ed"
202
+ },
26
203
  "models/trace/insights/ImageDelivery.ts | description": {
27
204
  "message": "Sn\u00ed\u017een\u00ed doby stahov\u00e1n\u00ed obr\u00e1zk\u016f m\u016f\u017ee zlep\u0161it vn\u00edmanou dobu na\u010d\u00edt\u00e1n\u00ed str\u00e1nky a\u00a0LCP. [Dal\u0161\u00ed informace o\u00a0optimalizaci velikosti obr\u00e1zku](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
28
205
  },
@@ -59,6 +236,12 @@
59
236
  "models/trace/insights/LCPPhases.ts | title": {
60
237
  "message": "LCP podle f\u00e1ze"
61
238
  },
239
+ "models/trace/insights/LongCriticalNetworkTree.ts | description": {
240
+ "message": "[Vyhn\u011bte se \u0159et\u011bzen\u00ed kritick\u00fdch po\u017eadavk\u016f](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) t\u00edm, \u017ee zkr\u00e1t\u00edte d\u00e9lku \u0159et\u011bzc\u016f, sn\u00ed\u017e\u00edte velikost stahovan\u00fdch zdroj\u016f nebo odlo\u017e\u00edte stahov\u00e1n\u00ed nepot\u0159ebn\u00fdch zdroj\u016f, abyste zlep\u0161ili na\u010d\u00edt\u00e1n\u00ed str\u00e1nky."
241
+ },
242
+ "models/trace/insights/LongCriticalNetworkTree.ts | title": {
243
+ "message": "Dlouh\u00fd strom kritick\u00fdch s\u00ed\u0165ov\u00fdch po\u017eadavk\u016f"
244
+ },
62
245
  "models/trace/insights/RenderBlocking.ts | description": {
63
246
  "message": "Po\u010d\u00e1te\u010dn\u00ed vykreslen\u00ed str\u00e1nky blokuj\u00ed po\u017eadavky, co\u017e m\u016f\u017ee zpozdit LCP. [Odlo\u017een\u00edm nebo vlo\u017een\u00edm](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) lze tyto s\u00ed\u0165ov\u00e9 po\u017eadavky p\u0159esunout mimo kritickou cestu."
64
247
  },
package/locales/cy.json CHANGED
@@ -1,4 +1,175 @@
1
1
  {
2
+ "generated/Deprecation.ts | AuthorizationCoveredByWildcard": {
3
+ "message": "Ni fydd awdurdodiad yn cael ei gynnwys gan y symbol nodchwiliwr (*) wrth drin Access-Control-Allow-Headers \u00e2 CORS."
4
+ },
5
+ "generated/Deprecation.ts | CSSSelectorInternalMediaControlsOverlayCastButton": {
6
+ "message": "Dylid defnyddio'r briodwedd disableRemotePlayback er mwyn analluogi'r integreiddiad Cast diofyn yn lle defnyddio'r dewisydd -internal-media-controls-overlay-cast-button."
7
+ },
8
+ "generated/Deprecation.ts | CSSValueAppearanceSliderVertical": {
9
+ "message": "Nid yw gwerthoedd ymddangos CSS slider-vertical yn safonol a byddant yn cael eu tynnu."
10
+ },
11
+ "generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
12
+ "message": "Mae ceisiadau adnoddau yr oedd eu URL yn cynnwys nodau gofod gwyn \\(n|r|t) a nodau llai na (<) wedi'u rhwystro. Tynnwch linellau newydd ac amgodiwch nodau llai na (less than) o leoedd fel gwerthoedd priodoledd elfen er mwyn llwytho'r adnoddau hyn."
13
+ },
14
+ "generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
15
+ "message": "Mae chrome.loadTimes() wedi'i anghymeradwyo, defnyddiwch API safonol: Navigation Timing 2 yn lle."
16
+ },
17
+ "generated/Deprecation.ts | ChromeLoadTimesFirstPaintAfterLoadTime": {
18
+ "message": "Mae chrome.loadTimes() wedi'i anghymeradwyo, defnyddiwch API safonol: Paint Timing yn lle."
19
+ },
20
+ "generated/Deprecation.ts | ChromeLoadTimesWasAlternateProtocolAvailable": {
21
+ "message": "Mae chrome.loadTimes() wedi'i anghymeradwyo, defnyddiwch API safonol yn lle: nextHopProtocol yn Navigation Timing 2."
22
+ },
23
+ "generated/Deprecation.ts | CookieWithTruncatingChar": {
24
+ "message": "Bydd cwcis sy'n cynnwys nod \\(0|r|n) yn cael eu gwrthod yn lle eu cwtogi."
25
+ },
26
+ "generated/Deprecation.ts | CrossOriginAccessBasedOnDocumentDomain": {
27
+ "message": "Mae llacio'r polisi o'r un tarddiad gan osod document.domain wedi'i anghymeradwyo, a bydd yn cael ei analluogi'n ddiofyn. Mae'r rhybudd anghymeradwyo hwn ar gyfer mynediad traws-darddiad a alluogwyd gan osod document.domain."
28
+ },
29
+ "generated/Deprecation.ts | CrossOriginWindowAlert": {
30
+ "message": "Mae sbarduno windows.alert o iframes traws-darddiad wedi'i anghymeradwyo a bydd yn cael ei dynnu yn y dyfodol."
31
+ },
32
+ "generated/Deprecation.ts | CrossOriginWindowConfirm": {
33
+ "message": "Mae sbarduno window.confirm o iframes traws-darddiad wedi'i anghymeradwyo a bydd yn cael ei dynnu yn y dyfodol."
34
+ },
35
+ "generated/Deprecation.ts | DOMMutationEvents": {
36
+ "message": "Mae Digwyddiadau Trawsblygiad DOM, gan gynnwys DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, a DOMCharacterDataModified yn anghymeradwy ( https://w3c.github.io/uievents/#legacy-event-types ) a byddant yn cael eu dileu. Defnyddiwch MutationObserver yn lle hynny."
37
+ },
38
+ "generated/Deprecation.ts | DataUrlInSvgUse": {
39
+ "message": "Cefnogaeth i ddata: mae cyfeiriadau URL yn SVGUseElement yn anghymeradwy a bydd yn cael ei ddileu yn y dyfodol."
40
+ },
41
+ "generated/Deprecation.ts | GeolocationInsecureOrigin": {
42
+ "message": "Nid yw getCurrentPosition() na watchPosition() yn gweithio ar darddiadau anniogel bellach. I ddefnyddio'r nodwedd hon, dylech ystyried newid eich ap i darddiad diogel, megis HTTPS. Gweler https://goo.gle/chrome-insecure-origins am ragor o fanylion."
43
+ },
44
+ "generated/Deprecation.ts | GeolocationInsecureOriginDeprecatedNotRemoved": {
45
+ "message": "Mae getCurrentPosition() a watchPosition() wedi'u hanghymeradwyo ar darddiadau anniogel. I ddefnyddio'r nodwedd hon, dylech ystyried newid eich ap i darddiad diogel, megis HTTPS. Gweler https://goo.gle/chrome-insecure-origins am ragor o fanylion."
46
+ },
47
+ "generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
48
+ "message": "Nid yw getUserMedia() yn gweithio ar darddiadau anniogel bellach. I ddefnyddio'r nodwedd hon, dylech ystyried newid eich ap i darddiad diogel, megis HTTPS. Gweler https://goo.gle/chrome-insecure-origins am ragor o fanylion."
49
+ },
50
+ "generated/Deprecation.ts | HostCandidateAttributeGetter": {
51
+ "message": "Mae RTCPeerConnectionIceErrorEvent.hostCandidate wedi'i anghymeradwyo. Defnyddiwch RTCPeerConnectionIceErrorEvent.address neu RTCPeerConnectionIceErrorEvent.port yn lle hynny."
52
+ },
53
+ "generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
54
+ "message": "Mae'r tarddiad masnachwr a data mympwyol o'r digwyddiad gweithiwr gwasanaeth canmakepayment yn anghymeradwy a byddant yn cael eu dileu: topOrigin, paymentRequestOrigin, methodData, modifiers."
55
+ },
56
+ "generated/Deprecation.ts | InsecurePrivateNetworkSubresourceRequest": {
57
+ "message": "Gofynnodd y wefan am is-ffynhonnell gan rwydwaith y gallai ond gael mynediad iddo oherwydd safle rhwydwaith breintiedig ei ddefnyddwyr. Mae'r ceisiadau hyn yn datgelu dyfeisiau a gweinyddion nad ydynt yn gyhoeddus i'r rhyngrwyd, gan gynyddu'r perygl o ymosodiad cross-site request forgery (CSRF), a/neu ollwng gwybodaeth. I liniaru'r peryglon hyn, mae Chrome yn anghymeradwyo ceisiadau i is-ffynonellau nad ydynt yn gyhoeddus pan gychwynnir o gyd-destunau nad ydynt yn ddiogel, a bydd yn dechrau eu rhwystro."
58
+ },
59
+ "generated/Deprecation.ts | InterestGroupDailyUpdateUrl": {
60
+ "message": "Mae maes dailyUpdateUrl InterestGroups sydd wedi'i basio i joinAdInterestGroup() wedi'i ailenwi i updateUrl, i adlewyrchu ei ymddygiad yn fwy cywir."
61
+ },
62
+ "generated/Deprecation.ts | LocalCSSFileExtensionRejected": {
63
+ "message": "Ni ellir llwytho CSS o gyfeiriadau URL file: oni bai eu bod yn gorffen ag estyniad ffeil .css."
64
+ },
65
+ "generated/Deprecation.ts | MediaSourceAbortRemove": {
66
+ "message": "Mae defnyddio SourceBuffer.abort() i derfynu'r broses o dynnu ystod anghydamserol remove() wedi'i anghymeradwyo oherwydd newid yn y fanyleb. Bydd cymorth yn cael ei dynnu yn y dyfodol. Dylech wrando ar ddigwyddiad updateend yn lle. Bwriedir abort() i derfynu atodiad cyfryngau anghydamserol neu i ailosod cyflwr dosrannwr yn unig."
67
+ },
68
+ "generated/Deprecation.ts | MediaSourceDurationTruncatingBuffered": {
69
+ "message": "Mae gosod MediaSource.duration yn is na'r stamp amser cyflwyno uchaf o unrhyw fframiau byffer sydd wedi'u codio wedi'i anghymeradwyo oherwydd newid yn y fanyleb. Bydd cefnogaeth ar gyfer tynnu ymhlyg o gyfryngau sydd wedi'u cwtogi a'u byffro yn cael ei thynnu yn y dyfodol. Yn lle, dylech berfformio remove(newDuration, oldDuration) penodol ar bob sourceBuffers, ble mae newDuration < oldDuration."
70
+ },
71
+ "generated/Deprecation.ts | NoSysexWebMIDIWithoutPermission": {
72
+ "message": "Bydd Web MIDI yn gofyn am ganiat\u00e2d i ddefnyddio hyd yn oed os nad yw'r sysex wedi'i nodi yn y MIDIOptions."
73
+ },
74
+ "generated/Deprecation.ts | NotificationInsecureOrigin": {
75
+ "message": "Ni ellir defnyddio'r Notification API o darddiadau anniogel bellach. Dylech ystyried newid eich ap i darddiad diogel, megis HTTPS. Gweler https://goo.gle/chrome-insecure-origins am ragor o fanylion."
76
+ },
77
+ "generated/Deprecation.ts | NotificationPermissionRequestedIframe": {
78
+ "message": "Ni ellir gofyn am ganiat\u00e2d ar gyfer y Notification API o iframe traws-darddiad bellach. Dylech ystyried gofyn am ganiat\u00e2d gan ffr\u00e2m lefel uchaf neu agor ffenestr newydd yn lle."
79
+ },
80
+ "generated/Deprecation.ts | ObsoleteCreateImageBitmapImageOrientationNone": {
81
+ "message": "Mae'r opsiwn imageOrientation: 'none' yn createImageBitmap wedi'i anghymeradwyo. Defnyddiwch createImageBitmap gyda'r opsiwn {imageOrientation: 'from-image'} yn lle hynny."
82
+ },
83
+ "generated/Deprecation.ts | ObsoleteWebRtcCipherSuite": {
84
+ "message": "Mae'ch partner yn trafod fersiwn (D)TLS sydd wedi darfod. Gwiriwch gyda'ch partner i drwsio hyn."
85
+ },
86
+ "generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
87
+ "message": "Gall nodi overflow: visible ar dagiau img, fideo a chynfas achosi iddynt gynhyrchu cynnwys gweledol y tu allan i ffiniau'r elfen. Gweler https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
88
+ },
89
+ "generated/Deprecation.ts | PaymentInstruments": {
90
+ "message": "Mae paymentManager.instruments wedi'i anghymeradwyo. Defnyddiwch osod mewn union bryd ar gyfer trinwyr taliadau yn lle hynny."
91
+ },
92
+ "generated/Deprecation.ts | PaymentRequestCSPViolation": {
93
+ "message": "Llwyddodd eich galwad PaymentRequest i osgoi cyfarwyddeb connect-src Polisi-Diogelwch-Cynnwys (CSP). Mae'r ffordd osgoi hon wedi'i hanghymeradwyo. Ychwanegwch y dynodwr dull talu o'r API PaymentRequest (yn y maes supportedMethods) at gyfarwyddeb connect-src eich CSP."
94
+ },
95
+ "generated/Deprecation.ts | PersistentQuotaType": {
96
+ "message": "Mae StorageType.persistent wedi'i anghymeradwyo. Defnyddiwch navigator.storage safonol yn lle hynny."
97
+ },
98
+ "generated/Deprecation.ts | PictureSourceSrc": {
99
+ "message": "Mae <source src> gyda rhiant <picture> yn annilys ac felly'n cael ei anwybyddu. Defnyddiwch <source srcset> yn lle."
100
+ },
101
+ "generated/Deprecation.ts | PrefixedCancelAnimationFrame": {
102
+ "message": "Mae webkitCancelAnimationFrame yn benodol i'r gwerthwr. Defnyddiwch y cancelAnimationFrame safonol yn lled hynny."
103
+ },
104
+ "generated/Deprecation.ts | PrefixedRequestAnimationFrame": {
105
+ "message": "Mae webkitRequestAnimationFrame yn benodol i'r gwerthwr. Defnyddiwch y requestAnimationFrame safonol yn lled hynny."
106
+ },
107
+ "generated/Deprecation.ts | PrefixedVideoDisplayingFullscreen": {
108
+ "message": "Mae HTMLVideoElement.webkitDisplayingFullscreen wedi'i anghymeradwyo. Defnyddiwch Document.fullscreenElement yn lle hynny."
109
+ },
110
+ "generated/Deprecation.ts | PrefixedVideoEnterFullScreen": {
111
+ "message": "Mae HTMLVideoElement.webkitEnterFullscreen() wedi'i anghymeradwyo. Defnyddiwch y Element.requestFullscreen() yn lle hynny."
112
+ },
113
+ "generated/Deprecation.ts | PrefixedVideoEnterFullscreen": {
114
+ "message": "Mae HTMLVideoElement.webkitEnterFullscreen() wedi'i anghymeradwyo. Defnyddiwch y Element.requestFullscreen() yn lle hynny."
115
+ },
116
+ "generated/Deprecation.ts | PrefixedVideoExitFullScreen": {
117
+ "message": "Mae HTMLVideoElement.webkitExitFullScreen() wedi'i anghymeradwyo. Defnyddiwch Document.exitFullscreen() yn lle hynny."
118
+ },
119
+ "generated/Deprecation.ts | PrefixedVideoExitFullscreen": {
120
+ "message": "Mae HTMLVideoElement.webkitExitFullscreen() wedi'i anghymeradwyo. Defnyddiwch Document.exitFullscreen() yn lle hynny."
121
+ },
122
+ "generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
123
+ "message": "Mae HTMLVideoElement.webkitSupportsFullscreen wedi'i anghymeradwyo. Defnyddiwch Document.fullscreenEnabled yn lle hynny."
124
+ },
125
+ "generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
126
+ "message": "Rydym yn anghymeradwyo'r API chrome.privacy.websites.privacySandboxEnabled, er y bydd yn parhau i fod yn weithredol ar gyfer cydnawsedd yn \u00f4l nes rhyddhau M113. Yn lle hynny, defnyddiwch chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled a chrome.privacy.websites.adMeasurementEnabled. Gweler https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
127
+ },
128
+ "generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpFalse": {
129
+ "message": "Mae'r cyfyngiad DtlsSrtpKeyAgreement wedi'i dynnu. Rydych wedi nodi gwerth false ar gyfer y cyfyngiad hwn, sy'n cael ei ddehongli fel ymgais i ddefnyddio'r dull SDES key negotiation sydd wedi'i dynnu. Mae'r swyddogaeth hon wedi'i thynnu; defnyddiwch wasanaeth sy'n cefnogi DTLS key negotiation yn lle."
130
+ },
131
+ "generated/Deprecation.ts | RTCConstraintEnableDtlsSrtpTrue": {
132
+ "message": "Mae'r cyfyngiad DtlsSrtpKeyAgreement wedi'i dynnu. Rydych wedi nodi gwerth true ar gyfer y cyfyngiad hwn, a gafodd ddim effaith, ond gallwch dynnu'r cyfyngiad hwn er taclusrwydd."
133
+ },
134
+ "generated/Deprecation.ts | RTCPeerConnectionGetStatsLegacyNonCompliant": {
135
+ "message": "Mae'r callback-based getStats() wedi'i anghymeradwyo a bydd yn cael ei dynnu. Defnyddiwch y spec-compliant getStats() yn lle hynny."
136
+ },
137
+ "generated/Deprecation.ts | RangeExpand": {
138
+ "message": "Mae Range.expand() wedi'i anghymeradwyo. Defnyddiwch Selection.modify() yn lle hynny."
139
+ },
140
+ "generated/Deprecation.ts | RequestedSubresourceWithEmbeddedCredentials": {
141
+ "message": "Mae ceisiadau is-ffynhonnell y mae eu URL yn cynnwys manylion adnabod sydd wedi'u hymgorffori (e.e. https://user:pass@host/) wedi'u rhwystro."
142
+ },
143
+ "generated/Deprecation.ts | RtcpMuxPolicyNegotiate": {
144
+ "message": "Mae'r opsiwn rtcpMuxPolicy wedi'i anghymeradwyo a bydd yn cael ei dynnu."
145
+ },
146
+ "generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
147
+ "message": "Bydd angen ynysu traws-darddiad ar SharedArrayBuffer. Gweler https://developer.chrome.com/blog/enabling-shared-array-buffer/ am ragor o fanylion."
148
+ },
149
+ "generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
150
+ "message": "Mae speechSynthesis.speak() heb weithredu defnyddiwr wedi'i anghymeradwyo a bydd yn cael ei dynnu."
151
+ },
152
+ "generated/Deprecation.ts | UnloadHandler": {
153
+ "message": "Mae gwrandawyr digwyddiadau dadlwytho yn anghymeradwy a byddant yn cael eu tynnu."
154
+ },
155
+ "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
156
+ "message": "Dylai estyniadau optio i mewn i ynysu traws-darddiad er mwyn parhau i ddefnyddio SharedArrayBuffer. Gweler https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
157
+ },
158
+ "generated/Deprecation.ts | WebGPULimitMaxInterStageShaderComponents": {
159
+ "message": "Mae terfyn WebGPU maxInterStageShaderComponents wedi'i anghymeradwyo, yn lle hynny defnyddiwch y terfyn WebGPU maxInterStageShaderVariables."
160
+ },
161
+ "generated/Deprecation.ts | WebSQL": {
162
+ "message": "Mae Web SQL yn anghymeradwy. Defnyddiwch SQLite WebAssembly neu Gronfa Ddata wedi'i Mynegeio"
163
+ },
164
+ "generated/Deprecation.ts | XHRJSONEncodingDetection": {
165
+ "message": "Ni chefnogir UTF-16 gan ymateb json yn XMLHttpRequest"
166
+ },
167
+ "generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
168
+ "message": "Mae XMLHttpRequest cydamseredig ar y prif drywydd wedi'i anghymeradwyo oherwydd ei effaith niweidiol ar brofiad y defnyddiwr. Am ragor o help, gwiriwch https://xhr.spec.whatwg.org/."
169
+ },
170
+ "generated/Deprecation.ts | XRSupportsSession": {
171
+ "message": "Mae supportsSession() wedi'i anghymeradwyo. Defnyddiwch isSessionSupported() a gwiriwch y gwerth booleaidd wedi'i ddatrys yn lle."
172
+ },
2
173
  "models/trace/insights/CLSCulprits.ts | description": {
3
174
  "message": "Mae newidiadau cynllun yn digwydd pan fydd elfennau'n symud yn absennol o unrhyw ryngweithio defnyddiwr. [Ymchwiliwch i achosion o sifftiau cynllun](https://web.dev/articles/optimize-cls), megis elfennau'n cael eu hychwanegu, eu tynnu, neu eu ffontiau'n newid wrth i'r dudalen lwytho."
4
175
  },
@@ -6,7 +177,7 @@
6
177
  "message": "Tramgwyddwyr sifft cynllun"
7
178
  },
8
179
  "models/trace/insights/DOMSize.ts | description": {
9
- "message": "Bydd DOM mawr yn cynyddu'r defnydd o gof, yn achosi cyfrifiadau arddull hirach, ac yn cynhyrchu ail-lifiadau cynllun costus sy'n effeithio ar ymatebolrwydd tudalennau. [Dysgu sut i osgoi maint DOM gormodol](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
180
+ "message": "Gall DOM mawr gynyddu hyd cyfrifiadau arddull ac ail-lifiadau cynllun, gan effeithio ar ymatebolrwydd tudalennau. Bydd DOM mawr hefyd yn cynyddu'r defnydd o gof. [Dysgu sut i osgoi maint DOM gormodol](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
10
181
  },
11
182
  "models/trace/insights/DOMSize.ts | title": {
12
183
  "message": "Optimeiddio maint DOM"
@@ -23,6 +194,12 @@
23
194
  "models/trace/insights/FontDisplay.ts | title": {
24
195
  "message": "Sgr\u00een ffontiau"
25
196
  },
197
+ "models/trace/insights/ForcedReflow.ts | description": {
198
+ "message": "Mae llawer o APIs, sy'n darllen geometreg cynllun fel arfer, yn gorfodi'r injan rendro i oedi wrth weithredu'r sgript er mwyn cyfrifo'r arddull a'r cynllun. Dysgu rhagor am [orfodi ail-lifo](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) a'i fesurau lliniaru."
199
+ },
200
+ "models/trace/insights/ForcedReflow.ts | title": {
201
+ "message": "Gorfodi ail-lifo"
202
+ },
26
203
  "models/trace/insights/ImageDelivery.ts | description": {
27
204
  "message": "Gall lleihau'r amser lawrlwytho lluniau wella amser llwyth canfyddedig y dudalen a'r LCP. [Dysgu rhagor am optimeiddio maint llun](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
28
205
  },
@@ -59,6 +236,12 @@
59
236
  "models/trace/insights/LCPPhases.ts | title": {
60
237
  "message": "LCP fesul cam"
61
238
  },
239
+ "models/trace/insights/LongCriticalNetworkTree.ts | description": {
240
+ "message": "[Osgowch gadwyno ceisiadau critigol](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) drwy leihau hyd cadwyni, lleihau maint lawrlwytho adnoddau, neu ohirio lawrlwytho adnoddau diangen i wella llwyth y dudalen."
241
+ },
242
+ "models/trace/insights/LongCriticalNetworkTree.ts | title": {
243
+ "message": "Coeden rhwydwaith hollbwysig hir"
244
+ },
62
245
  "models/trace/insights/RenderBlocking.ts | description": {
63
246
  "message": "Mae ceisiadau'n rhwystro rendrad cychwynnol y dudalen, a allai achosi oedi i LCP. [Gall gohirio neu leinio](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) symud y ceisiadau rhwydwaith hyn allan o'r llwybr critigol."
64
247
  },