@jjlmoya/utils-science 1.51.0 → 1.52.0

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 (338) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/es.ts +3 -4
  3. package/src/category/i18n/fr.ts +2 -2
  4. package/src/category/i18n/it.ts +2 -2
  5. package/src/category/i18n/pt.ts +2 -2
  6. package/src/category/index.ts +25 -25
  7. package/src/components/PreviewNavSidebar.astro +1 -1
  8. package/src/components/PreviewToolbar.astro +1 -1
  9. package/src/data.ts +1 -1
  10. package/src/env.d.ts +1 -1
  11. package/src/layouts/PreviewLayout.astro +1 -1
  12. package/src/pages/index.astro +1 -1
  13. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  14. package/src/tests/category_seo_quality.test.ts +76 -0
  15. package/src/tests/faq_count.test.ts +19 -19
  16. package/src/tests/i18n_coverage.test.ts +36 -36
  17. package/src/tests/mocks/astro_mock.js +1 -1
  18. package/src/tests/no_h1_in_components.test.ts +1 -1
  19. package/src/tests/script_density.test.ts +94 -94
  20. package/src/tests/seo_length.test.ts +24 -24
  21. package/src/tests/seo_parity.test.ts +5 -5
  22. package/src/tests/seo_translation_completeness.test.ts +76 -0
  23. package/src/tests/seo_wellformed_export.test.ts +65 -0
  24. package/src/tests/spanish_leakage.test.ts +175 -175
  25. package/src/tool/asteroid-impact/component.astro +251 -251
  26. package/src/tool/asteroid-impact/helpers.ts +17 -17
  27. package/src/tool/asteroid-impact/i18n/de.ts +2 -2
  28. package/src/tool/asteroid-impact/i18n/en.ts +2 -2
  29. package/src/tool/asteroid-impact/i18n/es.ts +2 -2
  30. package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
  31. package/src/tool/asteroid-impact/i18n/id.ts +2 -2
  32. package/src/tool/asteroid-impact/i18n/it.ts +2 -2
  33. package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
  34. package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
  35. package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
  36. package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
  37. package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
  38. package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
  39. package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
  40. package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
  41. package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
  42. package/src/tool/asteroid-impact/script.ts +262 -262
  43. package/src/tool/asteroid-impact/seo.astro +15 -15
  44. package/src/tool/asteroid-impact/ui.ts +69 -69
  45. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
  46. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
  47. package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
  48. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
  49. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
  50. package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
  51. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
  52. package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
  53. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
  54. package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
  55. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
  56. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
  57. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
  58. package/src/tool/cellular-renewal/component.astro +126 -126
  59. package/src/tool/cellular-renewal/i18n/de.ts +1 -1
  60. package/src/tool/cellular-renewal/i18n/en.ts +1 -1
  61. package/src/tool/cellular-renewal/i18n/es.ts +1 -1
  62. package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
  63. package/src/tool/cellular-renewal/i18n/id.ts +1 -1
  64. package/src/tool/cellular-renewal/i18n/it.ts +1 -1
  65. package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
  66. package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
  67. package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
  68. package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
  69. package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
  70. package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
  71. package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
  72. package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
  73. package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
  74. package/src/tool/cellular-renewal/seo.astro +15 -15
  75. package/src/tool/colony-counter/i18n/de.ts +1 -1
  76. package/src/tool/colony-counter/i18n/en.ts +1 -1
  77. package/src/tool/colony-counter/i18n/es.ts +1 -1
  78. package/src/tool/colony-counter/i18n/fr.ts +1 -1
  79. package/src/tool/colony-counter/i18n/id.ts +1 -1
  80. package/src/tool/colony-counter/i18n/it.ts +1 -1
  81. package/src/tool/colony-counter/i18n/ja.ts +1 -1
  82. package/src/tool/colony-counter/i18n/ko.ts +1 -1
  83. package/src/tool/colony-counter/i18n/nl.ts +1 -1
  84. package/src/tool/colony-counter/i18n/pl.ts +1 -1
  85. package/src/tool/colony-counter/i18n/pt.ts +1 -1
  86. package/src/tool/colony-counter/i18n/ru.ts +1 -1
  87. package/src/tool/colony-counter/i18n/sv.ts +1 -1
  88. package/src/tool/colony-counter/i18n/tr.ts +1 -1
  89. package/src/tool/colony-counter/i18n/zh.ts +1 -1
  90. package/src/tool/colony-counter/seo.astro +15 -15
  91. package/src/tool/conway-life-rule-lab/component.astro +1 -1
  92. package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
  93. package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
  94. package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
  95. package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
  96. package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
  97. package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
  98. package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
  99. package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
  100. package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
  101. package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
  102. package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
  103. package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
  104. package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
  105. package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
  106. package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
  107. package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
  108. package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
  109. package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
  110. package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
  111. package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
  112. package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
  113. package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
  114. package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
  115. package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
  116. package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
  117. package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
  118. package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
  119. package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
  120. package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
  121. package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
  122. package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
  123. package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
  124. package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
  125. package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
  126. package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
  127. package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
  128. package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
  129. package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
  130. package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
  131. package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
  132. package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
  133. package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
  134. package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
  135. package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
  136. package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
  137. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
  138. package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
  139. package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
  140. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
  141. package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
  142. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
  143. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
  144. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
  145. package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
  146. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
  147. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
  148. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
  149. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
  150. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
  151. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
  152. package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
  153. package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
  154. package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
  155. package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
  156. package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
  157. package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
  158. package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
  159. package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
  160. package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
  161. package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
  162. package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
  163. package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
  164. package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
  165. package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
  166. package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
  167. package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
  168. package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
  169. package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
  170. package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
  171. package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
  172. package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
  173. package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
  174. package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
  175. package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
  176. package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
  177. package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
  178. package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
  179. package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
  180. package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
  181. package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
  182. package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
  183. package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
  184. package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
  185. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
  186. package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
  187. package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
  188. package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
  189. package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
  190. package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
  191. package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
  192. package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
  193. package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
  194. package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
  195. package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
  196. package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
  197. package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
  198. package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
  199. package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
  200. package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
  201. package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
  202. package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
  203. package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
  204. package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
  205. package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
  206. package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
  207. package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
  208. package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
  209. package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
  210. package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
  211. package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
  212. package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
  213. package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
  214. package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
  215. package/src/tool/microwave-detector/component.astro +238 -238
  216. package/src/tool/microwave-detector/i18n/de.ts +1 -1
  217. package/src/tool/microwave-detector/i18n/en.ts +1 -1
  218. package/src/tool/microwave-detector/i18n/es.ts +1 -1
  219. package/src/tool/microwave-detector/i18n/fr.ts +1 -1
  220. package/src/tool/microwave-detector/i18n/id.ts +1 -1
  221. package/src/tool/microwave-detector/i18n/it.ts +1 -1
  222. package/src/tool/microwave-detector/i18n/ja.ts +1 -1
  223. package/src/tool/microwave-detector/i18n/ko.ts +1 -1
  224. package/src/tool/microwave-detector/i18n/nl.ts +1 -1
  225. package/src/tool/microwave-detector/i18n/pl.ts +1 -1
  226. package/src/tool/microwave-detector/i18n/pt.ts +1 -1
  227. package/src/tool/microwave-detector/i18n/ru.ts +1 -1
  228. package/src/tool/microwave-detector/i18n/sv.ts +1 -1
  229. package/src/tool/microwave-detector/i18n/tr.ts +1 -1
  230. package/src/tool/microwave-detector/i18n/zh.ts +1 -1
  231. package/src/tool/microwave-detector/seo.astro +15 -15
  232. package/src/tool/natural-selection-drift/component.astro +135 -135
  233. package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
  234. package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
  235. package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
  236. package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
  237. package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
  238. package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
  239. package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
  240. package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
  241. package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
  242. package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
  243. package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
  244. package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
  245. package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
  246. package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
  247. package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
  248. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
  249. package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
  250. package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
  251. package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
  252. package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
  253. package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
  254. package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
  255. package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
  256. package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
  257. package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
  258. package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
  259. package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
  260. package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
  261. package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
  262. package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
  263. package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
  264. package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
  265. package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
  266. package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
  267. package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
  268. package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
  269. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
  270. package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
  271. package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
  272. package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
  273. package/src/tool/radioactive-decay/i18n/de.ts +168 -164
  274. package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
  275. package/src/tool/radioactive-decay/i18n/id.ts +169 -165
  276. package/src/tool/radioactive-decay/i18n/it.ts +76 -74
  277. package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
  278. package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
  279. package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
  280. package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
  281. package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
  282. package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
  283. package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
  284. package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
  285. package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
  286. package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
  287. package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
  288. package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
  289. package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
  290. package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
  291. package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
  292. package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
  293. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
  294. package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
  295. package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
  296. package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
  297. package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
  298. package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
  299. package/src/tool/simulation-probability/component.astro +138 -138
  300. package/src/tool/simulation-probability/i18n/de.ts +1 -1
  301. package/src/tool/simulation-probability/i18n/en.ts +1 -1
  302. package/src/tool/simulation-probability/i18n/es.ts +1 -1
  303. package/src/tool/simulation-probability/i18n/fr.ts +1 -1
  304. package/src/tool/simulation-probability/i18n/id.ts +1 -1
  305. package/src/tool/simulation-probability/i18n/it.ts +1 -1
  306. package/src/tool/simulation-probability/i18n/ja.ts +1 -1
  307. package/src/tool/simulation-probability/i18n/ko.ts +1 -1
  308. package/src/tool/simulation-probability/i18n/nl.ts +1 -1
  309. package/src/tool/simulation-probability/i18n/pl.ts +1 -1
  310. package/src/tool/simulation-probability/i18n/pt.ts +1 -1
  311. package/src/tool/simulation-probability/i18n/ru.ts +1 -1
  312. package/src/tool/simulation-probability/i18n/sv.ts +1 -1
  313. package/src/tool/simulation-probability/i18n/tr.ts +1 -1
  314. package/src/tool/simulation-probability/i18n/zh.ts +1 -1
  315. package/src/tool/simulation-probability/seo.astro +15 -15
  316. package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
  317. package/src/tool/temperature-timeline/i18n/de.ts +2 -1
  318. package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
  319. package/src/tool/temperature-timeline/i18n/it.ts +142 -141
  320. package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
  321. package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
  322. package/src/tool/three-body-problem/app.ts +4 -4
  323. package/src/tool/three-body-problem/component.astro +6 -6
  324. package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
  325. package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
  326. package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
  327. package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
  328. package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
  329. package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
  330. package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
  331. package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
  332. package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
  333. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
  334. package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
  335. package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
  336. package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
  337. package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
  338. package/src/types.ts +1 -1
@@ -1,168 +1,168 @@
1
- import { bibliography } from '../bibliography';
2
- import type { ToolLocaleContent } from '../../../types';
3
-
4
- const slug = 'twin-paradox-visualizer';
5
- const title = '쌍둥이 역설 시각화 도구: 특수 상대성 이론 시간 팽창';
6
- const description = '특수 상대성 이론이 어떻게 빠르게 여행하는 쌍둥이가 지구에 남은 쌍둥이보다 젊게 돌아오게 하는지 시각화합니다.';
7
-
8
- const howTo = [
9
- {
10
- name: '우주선 속도 설정하기',
11
- text: '속도 슬라이더를 사용하여 광속의 일부를 선택하고 로런츠 인자가 증가하는 것을 관찰하세요.',
12
- },
13
- {
14
- name: '지구계 미션 길이 선택하기',
15
- text: '왕복 여행 동안 지구에 남아 있는 쌍둥이에게 경과하는 연수를 조정하세요.',
16
- },
17
- {
18
- name: '시계와 세계선 비교하기',
19
- text: '나이 차이, 우주선 경과 시간, 지구계 거리, 그리고 여행하는 쌍둥이가 관성계를 변경하는 휘어진 세계선을 확인하세요.',
20
- },
21
- ];
22
-
23
- const faq = [
24
- {
25
- question: '특수 상대성 이론에서 쌍둥이 역설이란 무엇인가요?',
26
- answer: '쌍둥이 역설은 한 쌍둥이가 상대론적 속도로 우주를 여행한 후 지구로 돌아왔을 때 집에 남은 쌍둥이보다 더 젊다는 사고 실험입니다. 처음에는 각 쌍둥이가 상대방이 움직이고 있다고 설명할 수 있지만, 여행하는 쌍둥이는 방향을 전환할 때 관성계를 변경하기 때문에 시공간을 통과하는 두 경로가 대칭이 아니므로 역설적으로 느껴집니다.',
27
- },
28
- {
29
- question: '왜 여행하는 쌍둥이가 더 적게 나이를 먹나요?',
30
- answer: '특수 상대성 이론에서 경과된 고유 시간은 시공간을 통과하는 경로에 따라 달라집니다. 관성 관찰자에 대해 속도 v로 움직이는 시계는 로런츠 인자 감마만큼 더 느리게 똑딱입니다. 여행자는 지구에 남아 있는 쌍둥이보다 왕복 구간에서 더 적은 고유 시간을 축적합니다.',
31
- },
32
- {
33
- question: '가속도가 나이 차이의 원인인가요?',
34
- answer: '가속도는 여행자가 방향을 반전시키고 지구와 재회할 수 있게 하기 때문에 중요하지만, 나이 차이는 가속도만이 아니라 전체 시공간 경로에서 계산됩니다. 방향 전환이 매우 짧더라도 여행 경로는 여전히 지구 경로보다 더 적은 고유 시간을 포함합니다.',
35
- },
36
- {
37
- question: '로런츠 인자 감마는 무엇을 의미하나요?',
38
- answer: '로런츠 인자 감마는 1을 1에서 v 제곱을 c 제곱으로 나눈 값을 뺀 것의 제곱근으로 나눈 것과 같습니다. 이는 관성계 간에 시간 간격, 길이 및 에너지가 얼마나 강하게 다른지를 알려줍니다. 일상적인 속도에서는 감마가 거의 1이지만, 광속에 가까워지면 급격히 상승합니다.',
39
- },
40
- {
41
- question: '이 효과를 실제로 측정할 수 있나요?',
42
- answer: '네. 시간 팽창은 빠른 입자, 항공기에 탑재된 원자 시계, 위성 위치 확인 시스템 및 입자 가속기로 측정되었습니다. 쌍둥이 역설은 극단적인 여행 이야기를 사용하지만, 기본이 되는 시계 효과는 현대 물리학에서 일상적으로 검증된 부분입니다.',
43
- },
44
- ];
45
-
46
- export const content: ToolLocaleContent = {
47
- slug,
48
- title,
49
- description,
50
- ui: {
51
- visualTitle: '쌍둥이 역설 시공간 시각화',
52
- controlsTitle: '쌍둥이 역설 제어',
53
- worldlineLabel: '지구 쌍둥이와 여행하는 쌍둥이의 세계선 다이어그램',
54
- earthTwin: '지구 쌍둥이 나이',
55
- travelingTwin: '여행자 나이',
56
- presetCruise: '순항',
57
- presetRelativistic: '상대론적',
58
- presetExtreme: '극한',
59
- velocityLabel: '우주선 속도',
60
- earthYearsLabel: '지구 경과 시간',
61
- ageGapLabel: '재회 시 나이 차이',
62
- gammaLabel: '로런츠 인자',
63
- shipTimeLabel: '여행자 고유 시간',
64
- distanceLabel: '방향 전환 거리',
65
- yearsUnit: '년',
66
- yearsShortUnit: '년',
67
- },
68
- seo: [
69
- {
70
- type: 'title',
71
- text: '특수 상대성 이론을 위한 쌍둥이 역설 계산기',
72
- level: 2,
73
- },
74
- {
75
- type: 'paragraph',
76
- html: '쌍둥이 역설 시각화 도구는 특수 상대성 이론에서 가장 유명한 아이디어 중 하나를 대화형 시공간 다이어그램으로 변환합니다. 우주선 속도를 광속의 일부로 설정하고 지구에서 경과하는 연수를 선택하면 계산기가 로런츠 인자, 여행자의 고유 시간, 재회 시 나이 차이 및 방향 전환 지점까지의 거리를 계산합니다. 시각적 레이아웃은 지구 시계와 우주선 시계를 분리하여 비대칭성이 수식 안에 숨겨지지 않고 눈에 보이게 합니다.',
77
- },
78
- {
79
- type: 'title',
80
- text: '계산 작동 방식',
81
- level: 3,
82
- },
83
- {
84
- type: 'paragraph',
85
- html: '핵심 양은 로런츠 인자입니다: gamma = 1 / sqrt(1 - v^2 / c^2). 일정한 순항 속도를 가진 단순한 왕복 여행의 경우 여행자가 경험하는 시간은 지구계 미션 지속 시간을 감마로 나눈 것입니다. 이 두 시간의 차이가 쌍둥이가 재회할 때의 나이 차이입니다. 이 도구는 또한 지구계 방향 전환 거리를 표시하는데, 이는 총 지구 시간의 절반에 연간 광년 단위의 우주선 속도를 곱한 것입니다.',
86
- },
87
- {
88
- type: 'table',
89
- headers: ['속도', '로런츠 인자', '여행자 시계 속도', '물리적 의미'],
90
- rows: [
91
- ['0.50c', '1.155', '지구 속도의 86.6%', '눈에 띄지만 중간 정도의 상대론적 효과입니다.'],
92
- ['0.86c', '1.960', '지구 속도의 51.0%', '여행자는 순항 중 약 절반의 속도로 나이를 먹습니다.'],
93
- ['0.98c', '5.025', '지구 속도의 19.9%', '극심한 시간 팽창이 미션 결과를 지배합니다.'],
94
- ],
95
- },
96
- {
97
- type: 'title',
98
- text: '상황이 대칭이 아닌 이유',
99
- level: 3,
100
- },
101
- {
102
- type: 'paragraph',
103
- html: '언뜻 보면 각 쌍둥이는 상대방이 움직이고 있다고 말할 수 있으므로 결과가 모순적으로 보입니다. 해결책은 지구 쌍둥이는 대략 하나의 관성계에 머무르는 반면, 여행하는 쌍둥이는 출발하고 방향을 반전시킨 후 돌아온다는 것입니다. 이러한 관성계의 변화는 여행자에게 시공간을 통한 다른 경로를 제공합니다. 이 도구가 그리는 세계선은 방향 전환 지점에서 휘어지지만, 지구 쌍둥이의 세계선은 직선으로 유지됩니다.',
104
- },
105
- {
106
- type: 'title',
107
- text: '세계선 다이어그램 읽기',
108
- level: 3,
109
- },
110
- {
111
- type: 'paragraph',
112
- html: '세계선은 공간만이 아니라 시공간을 통한 물체의 지도입니다. 이 시각화 도구에서 수직인 지구선은 집에 머무는 쌍둥이를 나타냅니다. 각진 빨간색 경로는 지구를 떠나 돌아오는 여행자를 나타냅니다. 속도가 증가하면 여행자 경로가 더 극적으로 기울어지고 우주선 시계에 축적되는 고유 시간의 양이 줄어듭니다.',
113
- },
114
- {
115
- type: 'list',
116
- items: [
117
- '<strong>나이 차이:</strong> 재회 시 여행자가 얼마나 더 젊은지.',
118
- '<strong>로런츠 인자:</strong> 지구계 시간을 여행자의 고유 시간에 연결하는 배수.',
119
- '<strong>여행자 고유 시간:</strong> 우주선 시계로 측정된 실제 경과 시간.',
120
- '<strong>방향 전환 거리:</strong> 여행자가 방향을 반전하기 전 지구계에서의 외부 거리.',
121
- ],
122
- },
123
- {
124
- type: 'title',
125
- text: '시간 팽창에 대한 실제적 증거',
126
- level: 3,
127
- },
128
- {
129
- type: 'paragraph',
130
- html: '쌍둥이 역설은 깔끔한 사고 실험이지만, 시간 팽창은 추측이 아닙니다. 상층 대기에서 생성된 뮤온은 지구 관점에서 움직이는 시계가 지연되기 때문에 지면에 도달할 수 있을 만큼 오래 생존합니다. 항공기 원자 시계 실험과 정밀 위성 항법 역시 상대론적 보정이 필요합니다. 이 시각화 도구 뒤에 있는 동일한 수학이 현대 GPS 시스템에서 사용되는 타이밍 인프라의 일부입니다.',
131
- },
132
- ],
133
- faq,
134
- bibliography,
135
- howTo,
136
- schemas: [
137
- {
138
- '@context': 'https://schema.org',
139
- '@type': 'SoftwareApplication',
140
- name: title,
141
- description,
142
- applicationCategory: 'ScientificApplication',
143
- operatingSystem: 'Any',
144
- },
145
- {
146
- '@context': 'https://schema.org',
147
- '@type': 'FAQPage',
148
- mainEntity: faq.map((item) => ({
149
- '@type': 'Question',
150
- name: item.question,
151
- acceptedAnswer: {
152
- '@type': 'Answer',
153
- text: item.answer,
154
- },
155
- })),
156
- },
157
- {
158
- '@context': 'https://schema.org',
159
- '@type': 'HowTo',
160
- name: title,
161
- step: howTo.map((step) => ({
162
- '@type': 'HowToStep',
163
- name: step.name,
164
- text: step.text,
165
- })),
166
- },
167
- ],
168
- };
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'twin-paradox-visualizer';
5
+ const title = '쌍둥이 역설 시각화 도구: 특수 상대성 이론 시간 팽창';
6
+ const description = '특수 상대성 이론이 어떻게 빠르게 여행하는 쌍둥이가 지구에 남은 쌍둥이보다 젊게 돌아오게 하는지 시각화합니다.';
7
+
8
+ const howTo = [
9
+ {
10
+ name: '우주선 속도 설정하기',
11
+ text: '속도 슬라이더를 사용하여 광속의 일부를 선택하고 로런츠 인자가 증가하는 것을 관찰하세요.',
12
+ },
13
+ {
14
+ name: '지구계 미션 길이 선택하기',
15
+ text: '왕복 여행 동안 지구에 남아 있는 쌍둥이에게 경과하는 연수를 조정하세요.',
16
+ },
17
+ {
18
+ name: '시계와 세계선 비교하기',
19
+ text: '나이 차이, 우주선 경과 시간, 지구계 거리, 그리고 여행하는 쌍둥이가 관성계를 변경하는 휘어진 세계선을 확인하세요.',
20
+ },
21
+ ];
22
+
23
+ const faq = [
24
+ {
25
+ question: '특수 상대성 이론에서 쌍둥이 역설이란 무엇인가요?',
26
+ answer: '쌍둥이 역설은 한 쌍둥이가 상대론적 속도로 우주를 여행한 후 지구로 돌아왔을 때 집에 남은 쌍둥이보다 더 젊다는 사고 실험입니다. 처음에는 각 쌍둥이가 상대방이 움직이고 있다고 설명할 수 있지만, 여행하는 쌍둥이는 방향을 전환할 때 관성계를 변경하기 때문에 시공간을 통과하는 두 경로가 대칭이 아니므로 역설적으로 느껴집니다.',
27
+ },
28
+ {
29
+ question: '왜 여행하는 쌍둥이가 더 적게 나이를 먹나요?',
30
+ answer: '특수 상대성 이론에서 경과된 고유 시간은 시공간을 통과하는 경로에 따라 달라집니다. 관성 관찰자에 대해 속도 v로 움직이는 시계는 로런츠 인자 감마만큼 더 느리게 똑딱입니다. 여행자는 지구에 남아 있는 쌍둥이보다 왕복 구간에서 더 적은 고유 시간을 축적합니다.',
31
+ },
32
+ {
33
+ question: '가속도가 나이 차이의 원인인가요?',
34
+ answer: '가속도는 여행자가 방향을 반전시키고 지구와 재회할 수 있게 하기 때문에 중요하지만, 나이 차이는 가속도만이 아니라 전체 시공간 경로에서 계산됩니다. 방향 전환이 매우 짧더라도 여행 경로는 여전히 지구 경로보다 더 적은 고유 시간을 포함합니다.',
35
+ },
36
+ {
37
+ question: '로런츠 인자 감마는 무엇을 의미하나요?',
38
+ answer: '로런츠 인자 감마는 1을 1에서 v 제곱을 c 제곱으로 나눈 값을 뺀 것의 제곱근으로 나눈 것과 같습니다. 이는 관성계 간에 시간 간격, 길이 및 에너지가 얼마나 강하게 다른지를 알려줍니다. 일상적인 속도에서는 감마가 거의 1이지만, 광속에 가까워지면 급격히 상승합니다.',
39
+ },
40
+ {
41
+ question: '이 효과를 실제로 측정할 수 있나요?',
42
+ answer: '네. 시간 팽창은 빠른 입자, 항공기에 탑재된 원자 시계, 위성 위치 확인 시스템 및 입자 가속기로 측정되었습니다. 쌍둥이 역설은 극단적인 여행 이야기를 사용하지만, 기본이 되는 시계 효과는 현대 물리학에서 일상적으로 검증된 부분입니다.',
43
+ },
44
+ ];
45
+
46
+ export const content: ToolLocaleContent = {
47
+ slug,
48
+ title,
49
+ description,
50
+ ui: {
51
+ visualTitle: '쌍둥이 역설 시공간 시각화',
52
+ controlsTitle: '쌍둥이 역설 제어',
53
+ worldlineLabel: '지구 쌍둥이와 여행하는 쌍둥이의 세계선 다이어그램',
54
+ earthTwin: '지구 쌍둥이 나이',
55
+ travelingTwin: '여행자 나이',
56
+ presetCruise: '순항',
57
+ presetRelativistic: '상대론적',
58
+ presetExtreme: '극한',
59
+ velocityLabel: '우주선 속도',
60
+ earthYearsLabel: '지구 경과 시간',
61
+ ageGapLabel: '재회 시 나이 차이',
62
+ gammaLabel: '로런츠 인자',
63
+ shipTimeLabel: '여행자 고유 시간',
64
+ distanceLabel: '방향 전환 거리',
65
+ yearsUnit: '년',
66
+ yearsShortUnit: '년',
67
+ },
68
+ seo: [
69
+ {
70
+ type: 'title',
71
+ text: '특수 상대성 이론을 위한 쌍둥이 역설 계산기',
72
+ level: 2,
73
+ },
74
+ {
75
+ type: 'paragraph',
76
+ html: '쌍둥이 역설 시각화 도구는 특수 상대성 이론에서 가장 유명한 아이디어 중 하나를 대화형 시공간 다이어그램으로 변환합니다. 우주선 속도를 광속의 일부로 설정하고 지구에서 경과하는 연수를 선택하면 계산기가 로런츠 인자, 여행자의 고유 시간, 재회 시 나이 차이 및 방향 전환 지점까지의 거리를 계산합니다. 시각적 레이아웃은 지구 시계와 우주선 시계를 분리하여 비대칭성이 수식 안에 숨겨지지 않고 눈에 보이게 합니다.',
77
+ },
78
+ {
79
+ type: 'title',
80
+ text: '계산 작동 방식',
81
+ level: 3,
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: '핵심 양은 로런츠 인자입니다: gamma = 1 / sqrt(1 - v^2 / c^2). 일정한 순항 속도를 가진 단순한 왕복 여행의 경우 여행자가 경험하는 시간은 지구계 미션 지속 시간을 감마로 나눈 것입니다. 이 두 시간의 차이가 쌍둥이가 재회할 때의 나이 차이입니다. 이 도구는 또한 지구계 방향 전환 거리를 표시하는데, 이는 총 지구 시간의 절반에 연간 광년 단위의 우주선 속도를 곱한 것입니다.',
86
+ },
87
+ {
88
+ type: 'table',
89
+ headers: ['속도', '로런츠 인자', '여행자 시계 속도', '물리적 의미'],
90
+ rows: [
91
+ ['0.50c', '1.155', '지구 속도의 86.6%', '눈에 띄지만 중간 정도의 상대론적 효과입니다.'],
92
+ ['0.86c', '1.960', '지구 속도의 51.0%', '여행자는 순항 중 약 절반의 속도로 나이를 먹습니다.'],
93
+ ['0.98c', '5.025', '지구 속도의 19.9%', '극심한 시간 팽창이 미션 결과를 지배합니다.'],
94
+ ],
95
+ },
96
+ {
97
+ type: 'title',
98
+ text: '상황이 대칭이 아닌 이유',
99
+ level: 3,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: '언뜻 보면 각 쌍둥이는 상대방이 움직이고 있다고 말할 수 있으므로 결과가 모순적으로 보입니다. 해결책은 지구 쌍둥이는 대략 하나의 관성계에 머무르는 반면, 여행하는 쌍둥이는 출발하고 방향을 반전시킨 후 돌아온다는 것입니다. 이러한 관성계의 변화는 여행자에게 시공간을 통한 다른 경로를 제공합니다. 이 도구가 그리는 세계선은 방향 전환 지점에서 휘어지지만, 지구 쌍둥이의 세계선은 직선으로 유지됩니다.',
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: '세계선 다이어그램 읽기',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: '세계선은 공간만이 아니라 시공간을 통한 물체의 지도입니다. 이 시각화 도구에서 수직인 지구선은 집에 머무는 쌍둥이를 나타냅니다. 각진 빨간색 경로는 지구를 떠나 돌아오는 여행자를 나타냅니다. 속도가 증가하면 여행자 경로가 더 극적으로 기울어지고 우주선 시계에 축적되는 고유 시간의 양이 줄어듭니다.',
113
+ },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>나이 차이:</strong> 재회 시 여행자가 얼마나 더 젊은지.',
118
+ '<strong>로런츠 인자:</strong> 지구계 시간을 여행자의 고유 시간에 연결하는 배수.',
119
+ '<strong>여행자 고유 시간:</strong> 우주선 시계로 측정된 실제 경과 시간.',
120
+ '<strong>방향 전환 거리:</strong> 여행자가 방향을 반전하기 전 지구계에서의 외부 거리.',
121
+ ],
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: '시간 팽창에 대한 실제적 증거',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: '쌍둥이 역설은 깔끔한 사고 실험이지만, 시간 팽창은 추측이 아닙니다. 상층 대기에서 생성된 뮤온은 지구 관점에서 움직이는 시계가 지연되기 때문에 지면에 도달할 수 있을 만큼 오래 생존합니다. 항공기 원자 시계 실험과 정밀 위성 항법 역시 상대론적 보정이 필요합니다. 이 시각화 도구 뒤에 있는 동일한 수학이 현대 GPS 시스템에서 사용되는 타이밍 인프라의 일부입니다.',
131
+ },
132
+ ],
133
+ faq,
134
+ bibliography,
135
+ howTo,
136
+ schemas: [
137
+ {
138
+ '@context': 'https://schema.org',
139
+ '@type': 'SoftwareApplication',
140
+ name: title,
141
+ description,
142
+ applicationCategory: 'ScientificApplication',
143
+ operatingSystem: 'Any',
144
+ },
145
+ {
146
+ '@context': 'https://schema.org',
147
+ '@type': 'FAQPage',
148
+ mainEntity: faq.map((item) => ({
149
+ '@type': 'Question',
150
+ name: item.question,
151
+ acceptedAnswer: {
152
+ '@type': 'Answer',
153
+ text: item.answer,
154
+ },
155
+ })),
156
+ },
157
+ {
158
+ '@context': 'https://schema.org',
159
+ '@type': 'HowTo',
160
+ name: title,
161
+ step: howTo.map((step) => ({
162
+ '@type': 'HowToStep',
163
+ name: step.name,
164
+ text: step.text,
165
+ })),
166
+ },
167
+ ],
168
+ };