@jjlmoya/utils-diy 1.28.0 → 1.30.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 (304) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +12 -12
  3. package/src/category/i18n/en.ts +110 -110
  4. package/src/category/i18n/es.ts +110 -110
  5. package/src/category/i18n/fr.ts +101 -101
  6. package/src/category/i18n/id.ts +12 -12
  7. package/src/category/i18n/it.ts +12 -12
  8. package/src/category/i18n/ja.ts +12 -12
  9. package/src/category/i18n/ko.ts +12 -12
  10. package/src/category/i18n/nl.ts +12 -12
  11. package/src/category/i18n/pl.ts +12 -12
  12. package/src/category/i18n/pt.ts +12 -12
  13. package/src/category/i18n/ru.ts +12 -12
  14. package/src/category/i18n/sv.ts +12 -12
  15. package/src/category/i18n/tr.ts +12 -12
  16. package/src/category/i18n/zh.ts +12 -12
  17. package/src/category/index.ts +36 -36
  18. package/src/category/seo.astro +1 -1
  19. package/src/components/PreviewNavSidebar.astro +1 -1
  20. package/src/components/PreviewToolbar.astro +1 -1
  21. package/src/data.ts +1 -1
  22. package/src/entries.ts +37 -37
  23. package/src/env.d.ts +1 -1
  24. package/src/index.ts +50 -50
  25. package/src/layouts/PreviewLayout.astro +1 -1
  26. package/src/pages/index.astro +1 -1
  27. package/src/tests/category_seo_quality.test.ts +74 -0
  28. package/src/tests/faq_count.test.ts +1 -1
  29. package/src/tests/mocks/astro_mock.js +1 -1
  30. package/src/tests/no_h1_in_components.test.ts +1 -1
  31. package/src/tests/seo_length.test.ts +1 -1
  32. package/src/tests/seo_parity.test.ts +2 -2
  33. package/src/tests/seo_translation_completeness.test.ts +18 -12
  34. package/src/tests/tool_validation.test.ts +15 -15
  35. package/src/tool/balusterCalculator/bibliography.ts +16 -16
  36. package/src/tool/balusterCalculator/i18n/de.ts +251 -251
  37. package/src/tool/balusterCalculator/i18n/en.ts +251 -251
  38. package/src/tool/balusterCalculator/i18n/es.ts +251 -251
  39. package/src/tool/balusterCalculator/i18n/fr.ts +251 -251
  40. package/src/tool/balusterCalculator/i18n/id.ts +251 -251
  41. package/src/tool/balusterCalculator/i18n/it.ts +251 -251
  42. package/src/tool/balusterCalculator/i18n/ja.ts +251 -251
  43. package/src/tool/balusterCalculator/i18n/ko.ts +251 -251
  44. package/src/tool/balusterCalculator/i18n/nl.ts +251 -251
  45. package/src/tool/balusterCalculator/i18n/pl.ts +251 -251
  46. package/src/tool/balusterCalculator/i18n/pt.ts +251 -251
  47. package/src/tool/balusterCalculator/i18n/ru.ts +251 -251
  48. package/src/tool/balusterCalculator/i18n/sv.ts +251 -251
  49. package/src/tool/balusterCalculator/i18n/tr.ts +251 -251
  50. package/src/tool/balusterCalculator/i18n/zh.ts +251 -251
  51. package/src/tool/balusterCalculator/seo.astro +15 -15
  52. package/src/tool/clayCalculator/bibliography.ts +12 -12
  53. package/src/tool/clayCalculator/i18n/de.ts +174 -174
  54. package/src/tool/clayCalculator/i18n/en.ts +174 -174
  55. package/src/tool/clayCalculator/i18n/es.ts +174 -174
  56. package/src/tool/clayCalculator/i18n/fr.ts +174 -174
  57. package/src/tool/clayCalculator/i18n/id.ts +174 -174
  58. package/src/tool/clayCalculator/i18n/it.ts +174 -174
  59. package/src/tool/clayCalculator/i18n/ja.ts +173 -173
  60. package/src/tool/clayCalculator/i18n/ko.ts +174 -174
  61. package/src/tool/clayCalculator/i18n/nl.ts +174 -174
  62. package/src/tool/clayCalculator/i18n/pl.ts +174 -174
  63. package/src/tool/clayCalculator/i18n/pt.ts +174 -174
  64. package/src/tool/clayCalculator/i18n/ru.ts +174 -174
  65. package/src/tool/clayCalculator/i18n/sv.ts +174 -174
  66. package/src/tool/clayCalculator/i18n/tr.ts +174 -174
  67. package/src/tool/clayCalculator/i18n/zh.ts +174 -174
  68. package/src/tool/clayCalculator/seo.astro +15 -15
  69. package/src/tool/concreteCalculator/bibliography.ts +7 -7
  70. package/src/tool/concreteCalculator/i18n/de.ts +188 -188
  71. package/src/tool/concreteCalculator/i18n/en.ts +188 -188
  72. package/src/tool/concreteCalculator/i18n/es.ts +188 -188
  73. package/src/tool/concreteCalculator/i18n/fr.ts +188 -188
  74. package/src/tool/concreteCalculator/i18n/id.ts +188 -188
  75. package/src/tool/concreteCalculator/i18n/it.ts +188 -188
  76. package/src/tool/concreteCalculator/i18n/ja.ts +188 -188
  77. package/src/tool/concreteCalculator/i18n/ko.ts +188 -188
  78. package/src/tool/concreteCalculator/i18n/nl.ts +188 -188
  79. package/src/tool/concreteCalculator/i18n/pl.ts +188 -188
  80. package/src/tool/concreteCalculator/i18n/pt.ts +188 -188
  81. package/src/tool/concreteCalculator/i18n/ru.ts +188 -188
  82. package/src/tool/concreteCalculator/i18n/sv.ts +188 -188
  83. package/src/tool/concreteCalculator/i18n/tr.ts +188 -188
  84. package/src/tool/concreteCalculator/i18n/zh.ts +188 -188
  85. package/src/tool/concreteCalculator/seo.astro +15 -15
  86. package/src/tool/cutOptimizer/bibliography.ts +12 -12
  87. package/src/tool/cutOptimizer/i18n/de.ts +169 -169
  88. package/src/tool/cutOptimizer/i18n/en.ts +169 -169
  89. package/src/tool/cutOptimizer/i18n/es.ts +169 -169
  90. package/src/tool/cutOptimizer/i18n/fr.ts +169 -169
  91. package/src/tool/cutOptimizer/i18n/id.ts +169 -169
  92. package/src/tool/cutOptimizer/i18n/it.ts +169 -169
  93. package/src/tool/cutOptimizer/i18n/ja.ts +169 -169
  94. package/src/tool/cutOptimizer/i18n/ko.ts +169 -169
  95. package/src/tool/cutOptimizer/i18n/nl.ts +169 -169
  96. package/src/tool/cutOptimizer/i18n/pl.ts +169 -169
  97. package/src/tool/cutOptimizer/i18n/pt.ts +169 -169
  98. package/src/tool/cutOptimizer/i18n/ru.ts +169 -169
  99. package/src/tool/cutOptimizer/i18n/sv.ts +169 -169
  100. package/src/tool/cutOptimizer/i18n/tr.ts +169 -169
  101. package/src/tool/cutOptimizer/i18n/zh.ts +169 -169
  102. package/src/tool/cutOptimizer/seo.astro +15 -15
  103. package/src/tool/drillCalculator/bibliography.ts +12 -12
  104. package/src/tool/drillCalculator/i18n/de.ts +134 -134
  105. package/src/tool/drillCalculator/i18n/en.ts +134 -134
  106. package/src/tool/drillCalculator/i18n/es.ts +134 -134
  107. package/src/tool/drillCalculator/i18n/fr.ts +134 -134
  108. package/src/tool/drillCalculator/i18n/id.ts +134 -134
  109. package/src/tool/drillCalculator/i18n/it.ts +134 -134
  110. package/src/tool/drillCalculator/i18n/ja.ts +134 -134
  111. package/src/tool/drillCalculator/i18n/ko.ts +134 -134
  112. package/src/tool/drillCalculator/i18n/nl.ts +134 -134
  113. package/src/tool/drillCalculator/i18n/pl.ts +134 -134
  114. package/src/tool/drillCalculator/i18n/pt.ts +134 -134
  115. package/src/tool/drillCalculator/i18n/ru.ts +134 -134
  116. package/src/tool/drillCalculator/i18n/sv.ts +134 -134
  117. package/src/tool/drillCalculator/i18n/tr.ts +134 -134
  118. package/src/tool/drillCalculator/i18n/zh.ts +134 -134
  119. package/src/tool/drillCalculator/seo.astro +15 -15
  120. package/src/tool/drillSharpener/bibliography.ts +16 -16
  121. package/src/tool/drillSharpener/i18n/de.ts +117 -117
  122. package/src/tool/drillSharpener/i18n/en.ts +117 -117
  123. package/src/tool/drillSharpener/i18n/es.ts +117 -117
  124. package/src/tool/drillSharpener/i18n/fr.ts +117 -117
  125. package/src/tool/drillSharpener/i18n/id.ts +117 -117
  126. package/src/tool/drillSharpener/i18n/it.ts +117 -117
  127. package/src/tool/drillSharpener/i18n/ja.ts +117 -117
  128. package/src/tool/drillSharpener/i18n/ko.ts +117 -117
  129. package/src/tool/drillSharpener/i18n/nl.ts +117 -117
  130. package/src/tool/drillSharpener/i18n/pl.ts +117 -117
  131. package/src/tool/drillSharpener/i18n/pt.ts +117 -117
  132. package/src/tool/drillSharpener/i18n/ru.ts +117 -117
  133. package/src/tool/drillSharpener/i18n/sv.ts +117 -117
  134. package/src/tool/drillSharpener/i18n/tr.ts +117 -117
  135. package/src/tool/drillSharpener/i18n/zh.ts +117 -117
  136. package/src/tool/drillSharpener/seo.astro +15 -15
  137. package/src/tool/epoxyCalculator/bibliography.ts +20 -20
  138. package/src/tool/epoxyCalculator/i18n/de.ts +116 -116
  139. package/src/tool/epoxyCalculator/i18n/en.ts +178 -178
  140. package/src/tool/epoxyCalculator/i18n/es.ts +178 -178
  141. package/src/tool/epoxyCalculator/i18n/fr.ts +178 -178
  142. package/src/tool/epoxyCalculator/i18n/id.ts +116 -116
  143. package/src/tool/epoxyCalculator/i18n/it.ts +116 -116
  144. package/src/tool/epoxyCalculator/i18n/ja.ts +116 -116
  145. package/src/tool/epoxyCalculator/i18n/ko.ts +116 -116
  146. package/src/tool/epoxyCalculator/i18n/nl.ts +116 -116
  147. package/src/tool/epoxyCalculator/i18n/pl.ts +116 -116
  148. package/src/tool/epoxyCalculator/i18n/pt.ts +116 -116
  149. package/src/tool/epoxyCalculator/i18n/ru.ts +116 -116
  150. package/src/tool/epoxyCalculator/i18n/sv.ts +116 -116
  151. package/src/tool/epoxyCalculator/i18n/tr.ts +116 -116
  152. package/src/tool/epoxyCalculator/i18n/zh.ts +116 -116
  153. package/src/tool/epoxyCalculator/seo.astro +15 -15
  154. package/src/tool/furnitureFit/bibliography.ts +12 -12
  155. package/src/tool/furnitureFit/i18n/de.ts +111 -111
  156. package/src/tool/furnitureFit/i18n/en.ts +149 -149
  157. package/src/tool/furnitureFit/i18n/es.ts +149 -149
  158. package/src/tool/furnitureFit/i18n/fr.ts +149 -149
  159. package/src/tool/furnitureFit/i18n/id.ts +111 -111
  160. package/src/tool/furnitureFit/i18n/it.ts +111 -111
  161. package/src/tool/furnitureFit/i18n/ja.ts +111 -111
  162. package/src/tool/furnitureFit/i18n/ko.ts +111 -111
  163. package/src/tool/furnitureFit/i18n/nl.ts +111 -111
  164. package/src/tool/furnitureFit/i18n/pl.ts +111 -111
  165. package/src/tool/furnitureFit/i18n/pt.ts +111 -111
  166. package/src/tool/furnitureFit/i18n/ru.ts +111 -111
  167. package/src/tool/furnitureFit/i18n/sv.ts +111 -111
  168. package/src/tool/furnitureFit/i18n/tr.ts +111 -111
  169. package/src/tool/furnitureFit/i18n/zh.ts +111 -111
  170. package/src/tool/furnitureFit/seo.astro +15 -15
  171. package/src/tool/mortarCalculator/bibliography.ts +20 -20
  172. package/src/tool/mortarCalculator/i18n/de.ts +130 -130
  173. package/src/tool/mortarCalculator/i18n/en.ts +202 -202
  174. package/src/tool/mortarCalculator/i18n/es.ts +179 -179
  175. package/src/tool/mortarCalculator/i18n/fr.ts +203 -203
  176. package/src/tool/mortarCalculator/i18n/id.ts +130 -130
  177. package/src/tool/mortarCalculator/i18n/it.ts +130 -130
  178. package/src/tool/mortarCalculator/i18n/ja.ts +130 -130
  179. package/src/tool/mortarCalculator/i18n/ko.ts +130 -130
  180. package/src/tool/mortarCalculator/i18n/nl.ts +130 -130
  181. package/src/tool/mortarCalculator/i18n/pl.ts +130 -130
  182. package/src/tool/mortarCalculator/i18n/pt.ts +130 -130
  183. package/src/tool/mortarCalculator/i18n/ru.ts +130 -130
  184. package/src/tool/mortarCalculator/i18n/sv.ts +130 -130
  185. package/src/tool/mortarCalculator/i18n/tr.ts +130 -130
  186. package/src/tool/mortarCalculator/i18n/zh.ts +130 -130
  187. package/src/tool/mortarCalculator/seo.astro +15 -15
  188. package/src/tool/passepartoutCalculator/bibliography.ts +16 -16
  189. package/src/tool/passepartoutCalculator/i18n/de.ts +108 -108
  190. package/src/tool/passepartoutCalculator/i18n/en.ts +165 -165
  191. package/src/tool/passepartoutCalculator/i18n/es.ts +165 -165
  192. package/src/tool/passepartoutCalculator/i18n/fr.ts +165 -165
  193. package/src/tool/passepartoutCalculator/i18n/id.ts +108 -108
  194. package/src/tool/passepartoutCalculator/i18n/it.ts +108 -108
  195. package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -108
  196. package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -108
  197. package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -108
  198. package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -108
  199. package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -108
  200. package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -108
  201. package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -108
  202. package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -108
  203. package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -108
  204. package/src/tool/passepartoutCalculator/seo.astro +15 -15
  205. package/src/tool/pythagoreanRightAngleCalculator/bibliography.ts +12 -12
  206. package/src/tool/pythagoreanRightAngleCalculator/i18n/de.ts +129 -129
  207. package/src/tool/pythagoreanRightAngleCalculator/i18n/en.ts +129 -129
  208. package/src/tool/pythagoreanRightAngleCalculator/i18n/es.ts +129 -129
  209. package/src/tool/pythagoreanRightAngleCalculator/i18n/fr.ts +129 -129
  210. package/src/tool/pythagoreanRightAngleCalculator/i18n/id.ts +129 -129
  211. package/src/tool/pythagoreanRightAngleCalculator/i18n/it.ts +129 -129
  212. package/src/tool/pythagoreanRightAngleCalculator/i18n/ja.ts +129 -129
  213. package/src/tool/pythagoreanRightAngleCalculator/i18n/ko.ts +129 -129
  214. package/src/tool/pythagoreanRightAngleCalculator/i18n/nl.ts +129 -129
  215. package/src/tool/pythagoreanRightAngleCalculator/i18n/pl.ts +129 -129
  216. package/src/tool/pythagoreanRightAngleCalculator/i18n/pt.ts +129 -129
  217. package/src/tool/pythagoreanRightAngleCalculator/i18n/ru.ts +129 -129
  218. package/src/tool/pythagoreanRightAngleCalculator/i18n/sv.ts +129 -129
  219. package/src/tool/pythagoreanRightAngleCalculator/i18n/tr.ts +129 -129
  220. package/src/tool/pythagoreanRightAngleCalculator/i18n/zh.ts +129 -129
  221. package/src/tool/stairCalculator/bibliography.ts +16 -16
  222. package/src/tool/stairCalculator/i18n/de.ts +143 -143
  223. package/src/tool/stairCalculator/i18n/en.ts +145 -145
  224. package/src/tool/stairCalculator/i18n/es.ts +145 -145
  225. package/src/tool/stairCalculator/i18n/fr.ts +145 -145
  226. package/src/tool/stairCalculator/i18n/id.ts +143 -143
  227. package/src/tool/stairCalculator/i18n/it.ts +143 -143
  228. package/src/tool/stairCalculator/i18n/ja.ts +143 -143
  229. package/src/tool/stairCalculator/i18n/ko.ts +143 -143
  230. package/src/tool/stairCalculator/i18n/nl.ts +143 -143
  231. package/src/tool/stairCalculator/i18n/pl.ts +143 -143
  232. package/src/tool/stairCalculator/i18n/pt.ts +143 -143
  233. package/src/tool/stairCalculator/i18n/ru.ts +143 -143
  234. package/src/tool/stairCalculator/i18n/sv.ts +143 -143
  235. package/src/tool/stairCalculator/i18n/tr.ts +143 -143
  236. package/src/tool/stairCalculator/i18n/zh.ts +143 -143
  237. package/src/tool/stairCalculator/seo.astro +15 -15
  238. package/src/tool/thermalExpansionCalculator/bibliography.ts +16 -16
  239. package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -132
  240. package/src/tool/thermalExpansionCalculator/i18n/en.ts +170 -170
  241. package/src/tool/thermalExpansionCalculator/i18n/es.ts +170 -170
  242. package/src/tool/thermalExpansionCalculator/i18n/fr.ts +170 -170
  243. package/src/tool/thermalExpansionCalculator/i18n/id.ts +132 -132
  244. package/src/tool/thermalExpansionCalculator/i18n/it.ts +132 -132
  245. package/src/tool/thermalExpansionCalculator/i18n/ja.ts +132 -132
  246. package/src/tool/thermalExpansionCalculator/i18n/ko.ts +132 -132
  247. package/src/tool/thermalExpansionCalculator/i18n/nl.ts +132 -132
  248. package/src/tool/thermalExpansionCalculator/i18n/pl.ts +132 -132
  249. package/src/tool/thermalExpansionCalculator/i18n/pt.ts +132 -132
  250. package/src/tool/thermalExpansionCalculator/i18n/ru.ts +132 -132
  251. package/src/tool/thermalExpansionCalculator/i18n/sv.ts +132 -132
  252. package/src/tool/thermalExpansionCalculator/i18n/tr.ts +132 -132
  253. package/src/tool/thermalExpansionCalculator/i18n/zh.ts +132 -132
  254. package/src/tool/thermalExpansionCalculator/seo.astro +15 -15
  255. package/src/tool/twoStrokeMixtureCalculator/bibliography.ts +12 -12
  256. package/src/tool/twoStrokeMixtureCalculator/i18n/de.ts +194 -194
  257. package/src/tool/twoStrokeMixtureCalculator/i18n/en.ts +194 -194
  258. package/src/tool/twoStrokeMixtureCalculator/i18n/es.ts +194 -194
  259. package/src/tool/twoStrokeMixtureCalculator/i18n/fr.ts +194 -194
  260. package/src/tool/twoStrokeMixtureCalculator/i18n/id.ts +194 -194
  261. package/src/tool/twoStrokeMixtureCalculator/i18n/it.ts +194 -194
  262. package/src/tool/twoStrokeMixtureCalculator/i18n/ja.ts +194 -194
  263. package/src/tool/twoStrokeMixtureCalculator/i18n/ko.ts +194 -194
  264. package/src/tool/twoStrokeMixtureCalculator/i18n/nl.ts +194 -194
  265. package/src/tool/twoStrokeMixtureCalculator/i18n/pl.ts +194 -194
  266. package/src/tool/twoStrokeMixtureCalculator/i18n/pt.ts +194 -194
  267. package/src/tool/twoStrokeMixtureCalculator/i18n/ru.ts +194 -194
  268. package/src/tool/twoStrokeMixtureCalculator/i18n/sv.ts +194 -194
  269. package/src/tool/twoStrokeMixtureCalculator/i18n/tr.ts +194 -194
  270. package/src/tool/twoStrokeMixtureCalculator/i18n/zh.ts +194 -194
  271. package/src/tool/voltageDropCalculator/bibliography.ts +16 -16
  272. package/src/tool/voltageDropCalculator/i18n/de.ts +113 -113
  273. package/src/tool/voltageDropCalculator/i18n/en.ts +151 -151
  274. package/src/tool/voltageDropCalculator/i18n/es.ts +151 -151
  275. package/src/tool/voltageDropCalculator/i18n/fr.ts +145 -145
  276. package/src/tool/voltageDropCalculator/i18n/id.ts +113 -113
  277. package/src/tool/voltageDropCalculator/i18n/it.ts +113 -113
  278. package/src/tool/voltageDropCalculator/i18n/ja.ts +113 -113
  279. package/src/tool/voltageDropCalculator/i18n/ko.ts +113 -113
  280. package/src/tool/voltageDropCalculator/i18n/nl.ts +113 -113
  281. package/src/tool/voltageDropCalculator/i18n/pl.ts +113 -113
  282. package/src/tool/voltageDropCalculator/i18n/pt.ts +113 -113
  283. package/src/tool/voltageDropCalculator/i18n/ru.ts +113 -113
  284. package/src/tool/voltageDropCalculator/i18n/sv.ts +113 -113
  285. package/src/tool/voltageDropCalculator/i18n/tr.ts +113 -113
  286. package/src/tool/voltageDropCalculator/i18n/zh.ts +113 -113
  287. package/src/tool/voltageDropCalculator/seo.astro +15 -15
  288. package/src/tool/workshopFractionConverter/bibliography.ts +12 -12
  289. package/src/tool/workshopFractionConverter/i18n/de.ts +147 -147
  290. package/src/tool/workshopFractionConverter/i18n/en.ts +147 -147
  291. package/src/tool/workshopFractionConverter/i18n/es.ts +147 -147
  292. package/src/tool/workshopFractionConverter/i18n/fr.ts +147 -147
  293. package/src/tool/workshopFractionConverter/i18n/id.ts +147 -147
  294. package/src/tool/workshopFractionConverter/i18n/it.ts +147 -147
  295. package/src/tool/workshopFractionConverter/i18n/ja.ts +147 -147
  296. package/src/tool/workshopFractionConverter/i18n/ko.ts +147 -147
  297. package/src/tool/workshopFractionConverter/i18n/nl.ts +147 -147
  298. package/src/tool/workshopFractionConverter/i18n/pl.ts +147 -147
  299. package/src/tool/workshopFractionConverter/i18n/pt.ts +147 -147
  300. package/src/tool/workshopFractionConverter/i18n/ru.ts +147 -147
  301. package/src/tool/workshopFractionConverter/i18n/sv.ts +147 -147
  302. package/src/tool/workshopFractionConverter/i18n/tr.ts +147 -147
  303. package/src/tool/workshopFractionConverter/i18n/zh.ts +147 -147
  304. package/src/tools.ts +20 -20
@@ -1,116 +1,116 @@
1
- import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
- import type { ToolLocaleContent } from '../../../types';
3
- import type { EpoxyCalculatorUI } from '../ui';
4
- import { bibliography } from '../bibliography';
5
-
6
- const slug = 'epoxidharz-rechner';
7
- const title = 'Epoxidharz Rechner: Mischung und Volumen';
8
- const description = 'Berechnen Sie die exakte Menge an Epoxidharz und Härter für Ihre Projekte. Vermeiden Sie Verschwendung bei River Tables, Schmuck und Gussformen.';
9
-
10
- const faqData = [
11
- {
12
- question: 'Warum ist das exakte Mischungsverhältnis bei Harz so wichtig?',
13
- answer: 'Im Gegensatz zu anderen Mischungen trocknet Epoxidharz nicht durch Verdunstung, sondern durch eine chemische Reaktion (Polymerisation). Wenn Harz oder Härter im Übermaß vorhanden sind, bleibt die Reaktion unvollständig, was zu klebrigen, weichen Stellen oder dauerhaften Blasen führt.',
14
- },
15
- {
16
- question: 'Was ist das Verhältnis nach Gewicht vs. Volumen?',
17
- answer: 'Viele Harze werden im Volumenverhältnis 2:1 gemischt, aber nach Gewicht oft 100:45, da der Härter meist eine andere Dichte hat. Verwenden Sie immer die vom Hersteller angegebene Skala und nutzen Sie nach Möglichkeit eine Digitalwaage für maximale Präzision.',
18
- },
19
- {
20
- question: 'Wie vermeide ich Blasen beim Mischen?',
21
- answer: 'Mischen Sie langsam mit konstanten kreisenden Bewegungen für mindestens 3 Minuten und kratzen Sie dabei die Wände des Bechers gut ab. Lassen Sie die Mischung vor dem Gießen ein paar Minuten ruhen, damit Blasen an die Oberfläche steigen können.',
22
- },
23
- {
24
- question: 'Was ist die Topfzeit (Pot Life)?',
25
- answer: 'Dies ist die Zeit, die Sie zur Verarbeitung der Mischung haben, bevor sie beginnt hart zu werden (zu gelieren). Im Sommer oder bei großen Volumina reduziert sich diese Zeit drastisch aufgrund der exothermen Reaktion (Wärmeentwicklung).',
26
- },
27
- ];
28
-
29
- const howToData = [
30
- { name: 'Formabmessungen messen', text: 'Messen Sie Länge, Breite und Tiefe (Dicke) des Bereichs, den Sie mit Harz füllen möchten.' },
31
- { name: 'Mischungsverhältnis eingeben', text: 'Prüfen Sie auf dem Etikett Ihres Produkts, ob das Verhältnis 1:1, 2:1 oder 3:1 ist und ob es auf Gewicht oder Volumen basiert.' },
32
- { name: 'Komponenten abwiegen', text: 'Gießen Sie zuerst Komponente A (Harz) und dann B (Härter) in einen sauberen Behälter auf einer Digitalwaage.' },
33
- { name: 'Technisches Mischen', text: 'Rühren Sie vorsichtig um, bis die Mischung völlig transparent ist und keine "Schlieren" unterschiedlicher Dichte mehr zu sehen sind.' },
34
- ];
35
-
36
- const faqSchema: WithContext<FAQPage> = {
37
- '@context': 'https://schema.org',
38
- '@type': 'FAQPage',
39
- mainEntity: faqData.map((item) => ({
40
- '@type': 'Question',
41
- name: item.question,
42
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
43
- })),
44
- };
45
-
46
- const howToSchema: WithContext<HowToThing> = {
47
- '@context': 'https://schema.org',
48
- '@type': 'HowTo',
49
- name: title,
50
- description,
51
- step: howToData.map((step, i) => ({
52
- '@type': 'HowToStep',
53
- position: i + 1,
54
- name: step.name,
55
- text: step.text,
56
- })),
57
- };
58
-
59
- const appSchema: WithContext<SoftwareApplication> = {
60
- '@context': 'https://schema.org',
61
- '@type': 'SoftwareApplication',
62
- name: title,
63
- description,
64
- applicationCategory: 'UtilityApplication',
65
- operatingSystem: 'All',
66
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
67
- inLanguage: 'de',
68
- };
69
-
70
- export const content: ToolLocaleContent<EpoxyCalculatorUI> = {
71
- slug,
72
- title,
73
- description,
74
- faqTitle: 'Häufig gestellte Fragen',
75
- faq: faqData,
76
- bibliography,
77
- howTo: howToData,
78
- schemas: [faqSchema, howToSchema, appSchema],
79
- seo: [
80
- { type: 'title', text: 'Leitfaden zur Berechnung und Mischung von Epoxidharz', level: 2 },
81
- { type: 'paragraph', html: 'Epoxidharz ist keine Farbe, die durch Verdunstung trocknet; es ist eine komplexe <strong>exotherme chemische Reaktion</strong>. Die Magie geschieht, wenn sich Epoxidmoleküle mit Polyamidmolekülen zu einem kristallinen, festen duroplastischen Polymer verketten.' },
82
- { type: 'paragraph', html: 'Der Unterschied zwischen einem langlebigen Kunstwerk und einer klebrigen Katastrophe liegt in der <strong>exakten Stöchiometrie</strong>. Ein Fehler von nur 5 % im Mischungsverhältnis kann die Aushärtung dauerhaft verhindern. Dieses Tool eliminiert mathematische Vermutungen, sodass Sie sich auf das Erschaffen konzentrieren können.' },
83
- { type: 'grid', columns: [
84
- { type: 'card', icon: 'mdi:scale-balance', title: 'Volumen oder Gewicht?', html: '<p>Der häufigste Fehler von Anfängern ist die Annahme, dass 100 ml 100 g wiegen. <strong>Harz ist dichter als Härter.</strong></p><p>Wenn das Datenblatt Ihres Produkts "100:50 nach Gewicht" angibt, ist das NICHT dasselbe wie "2:1 nach Volumen". Dieser Rechner arbeitet mit dem <strong>Volumen</strong> (V = L × B × H), dem Standard für das Füllen von Formen.</p>' },
85
- { type: 'card', icon: 'mdi:water-percent', title: 'Gängige Verhältnisse', html: '<ul><li><strong>1:1</strong> - Beschichtungen, Lacke und Schnellkleber.</li><li><strong>2:1</strong> - Standard. River Tables, Schmuck und mittlere Abgüsse.</li><li><strong>3:1</strong> - Industrieböden und hochharte strukturelle Laminate.</li></ul>' },
86
- ]},
87
- { type: 'title', text: 'Sicherheitsprotokoll und Best Practices', level: 2 },
88
- { type: 'grid', columns: [
89
- { type: 'card', icon: 'mdi:thermometer', title: 'Überlebenswichtige Temperatur', html: '<p>Arbeiten Sie immer zwischen <strong>21°C und 25°C</strong>. Kälte kann die Reaktion stoppen und das Teil trüb machen. Übermäßige Hitze beschleunigt die exotherme Reaktion gefährlich ("Flash Cure").</p>' },
90
- { type: 'card', icon: 'mdi:cup-outline', title: 'Zwei Becher Methode', html: '<p>Vertrauen Sie nicht auf eine einzige Mischung. Kratzen Sie die Seiten und den Boden gut ab, gießen Sie die Mischung in einen <strong>zweiten sauberen Becher</strong> und mischen Sie erneut. Dies stellt sicher, dass kein unkatalysiertes Material zurückbleibt.</p>' },
91
- ]},
92
-
93
- { type: 'paragraph', html: "Deuten Sie das Ergebnis gemeinsam mit den angezeigten Annahmen, bevor Sie es verwenden." },],
94
- ui: {
95
- shapeRect: 'Rechteckig',
96
- shapeCylinder: 'Zylindrisch',
97
- shapeSphere: 'Sphärisch',
98
- labelLength: 'Länge (cm)',
99
- labelWidth: 'Breite (cm)',
100
- labelDiameter: 'Durchmesser (cm)',
101
- labelDepth: 'Tiefe (cm)',
102
- labelRatio: 'Mischungsverhältnis (Gewicht/Volumen)',
103
- labelCustomRatio: 'Benutzerdefiniertes Verhältnis (A:B)',
104
- labelResinA: 'Harz (A)',
105
- labelHardenerB: 'Härter (B)',
106
- labelWasteTitle: 'Sicherheitsmarge',
107
- labelWasteDesc: '5% extra für Verluste hinzufügen',
108
- labelTotalVolume: 'Gesamtvolumen',
109
- labelPartA: 'Teil A (Harz)',
110
- labelPartB: 'Teil B (Härter)',
111
- labelVisualization: 'Visualisierung',
112
- shapeRectLabel: 'Rechteckiger Block',
113
- shapeCylinderLabel: 'Zylinder / Runde Form',
114
- shapeSphereLabel: 'Vollständige Kugel',
115
- },
116
- };
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+ import { bibliography } from '../bibliography';
5
+
6
+ const slug = 'epoxidharz-rechner';
7
+ const title = 'Epoxidharz Rechner: Mischung und Volumen';
8
+ const description = 'Berechnen Sie die exakte Menge an Epoxidharz und Härter für Ihre Projekte. Vermeiden Sie Verschwendung bei River Tables, Schmuck und Gussformen.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Warum ist das exakte Mischungsverhältnis bei Harz so wichtig?',
13
+ answer: 'Im Gegensatz zu anderen Mischungen trocknet Epoxidharz nicht durch Verdunstung, sondern durch eine chemische Reaktion (Polymerisation). Wenn Harz oder Härter im Übermaß vorhanden sind, bleibt die Reaktion unvollständig, was zu klebrigen, weichen Stellen oder dauerhaften Blasen führt.',
14
+ },
15
+ {
16
+ question: 'Was ist das Verhältnis nach Gewicht vs. Volumen?',
17
+ answer: 'Viele Harze werden im Volumenverhältnis 2:1 gemischt, aber nach Gewicht oft 100:45, da der Härter meist eine andere Dichte hat. Verwenden Sie immer die vom Hersteller angegebene Skala und nutzen Sie nach Möglichkeit eine Digitalwaage für maximale Präzision.',
18
+ },
19
+ {
20
+ question: 'Wie vermeide ich Blasen beim Mischen?',
21
+ answer: 'Mischen Sie langsam mit konstanten kreisenden Bewegungen für mindestens 3 Minuten und kratzen Sie dabei die Wände des Bechers gut ab. Lassen Sie die Mischung vor dem Gießen ein paar Minuten ruhen, damit Blasen an die Oberfläche steigen können.',
22
+ },
23
+ {
24
+ question: 'Was ist die Topfzeit (Pot Life)?',
25
+ answer: 'Dies ist die Zeit, die Sie zur Verarbeitung der Mischung haben, bevor sie beginnt hart zu werden (zu gelieren). Im Sommer oder bei großen Volumina reduziert sich diese Zeit drastisch aufgrund der exothermen Reaktion (Wärmeentwicklung).',
26
+ },
27
+ ];
28
+
29
+ const howToData = [
30
+ { name: 'Formabmessungen messen', text: 'Messen Sie Länge, Breite und Tiefe (Dicke) des Bereichs, den Sie mit Harz füllen möchten.' },
31
+ { name: 'Mischungsverhältnis eingeben', text: 'Prüfen Sie auf dem Etikett Ihres Produkts, ob das Verhältnis 1:1, 2:1 oder 3:1 ist und ob es auf Gewicht oder Volumen basiert.' },
32
+ { name: 'Komponenten abwiegen', text: 'Gießen Sie zuerst Komponente A (Harz) und dann B (Härter) in einen sauberen Behälter auf einer Digitalwaage.' },
33
+ { name: 'Technisches Mischen', text: 'Rühren Sie vorsichtig um, bis die Mischung völlig transparent ist und keine "Schlieren" unterschiedlicher Dichte mehr zu sehen sind.' },
34
+ ];
35
+
36
+ const faqSchema: WithContext<FAQPage> = {
37
+ '@context': 'https://schema.org',
38
+ '@type': 'FAQPage',
39
+ mainEntity: faqData.map((item) => ({
40
+ '@type': 'Question',
41
+ name: item.question,
42
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
43
+ })),
44
+ };
45
+
46
+ const howToSchema: WithContext<HowToThing> = {
47
+ '@context': 'https://schema.org',
48
+ '@type': 'HowTo',
49
+ name: title,
50
+ description,
51
+ step: howToData.map((step, i) => ({
52
+ '@type': 'HowToStep',
53
+ position: i + 1,
54
+ name: step.name,
55
+ text: step.text,
56
+ })),
57
+ };
58
+
59
+ const appSchema: WithContext<SoftwareApplication> = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'SoftwareApplication',
62
+ name: title,
63
+ description,
64
+ applicationCategory: 'UtilityApplication',
65
+ operatingSystem: 'All',
66
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
67
+ inLanguage: 'de',
68
+ };
69
+
70
+ export const content: ToolLocaleContent<EpoxyCalculatorUI> = {
71
+ slug,
72
+ title,
73
+ description,
74
+ faqTitle: 'Häufig gestellte Fragen',
75
+ faq: faqData,
76
+ bibliography,
77
+ howTo: howToData,
78
+ schemas: [faqSchema, howToSchema, appSchema],
79
+ seo: [
80
+ { type: 'title', text: 'Leitfaden zur Berechnung und Mischung von Epoxidharz', level: 2 },
81
+ { type: 'paragraph', html: 'Epoxidharz ist keine Farbe, die durch Verdunstung trocknet; es ist eine komplexe <strong>exotherme chemische Reaktion</strong>. Die Magie geschieht, wenn sich Epoxidmoleküle mit Polyamidmolekülen zu einem kristallinen, festen duroplastischen Polymer verketten.' },
82
+ { type: 'paragraph', html: 'Der Unterschied zwischen einem langlebigen Kunstwerk und einer klebrigen Katastrophe liegt in der <strong>exakten Stöchiometrie</strong>. Ein Fehler von nur 5 % im Mischungsverhältnis kann die Aushärtung dauerhaft verhindern. Dieses Tool eliminiert mathematische Vermutungen, sodass Sie sich auf das Erschaffen konzentrieren können.' },
83
+ { type: 'grid', columns: [
84
+ { type: 'card', icon: 'mdi:scale-balance', title: 'Volumen oder Gewicht?', html: '<p>Der häufigste Fehler von Anfängern ist die Annahme, dass 100 ml 100 g wiegen. <strong>Harz ist dichter als Härter.</strong></p><p>Wenn das Datenblatt Ihres Produkts "100:50 nach Gewicht" angibt, ist das NICHT dasselbe wie "2:1 nach Volumen". Dieser Rechner arbeitet mit dem <strong>Volumen</strong> (V = L × B × H), dem Standard für das Füllen von Formen.</p>' },
85
+ { type: 'card', icon: 'mdi:water-percent', title: 'Gängige Verhältnisse', html: '<ul><li><strong>1:1</strong> - Beschichtungen, Lacke und Schnellkleber.</li><li><strong>2:1</strong> - Standard. River Tables, Schmuck und mittlere Abgüsse.</li><li><strong>3:1</strong> - Industrieböden und hochharte strukturelle Laminate.</li></ul>' },
86
+ ]},
87
+ { type: 'title', text: 'Sicherheitsprotokoll und Best Practices', level: 2 },
88
+ { type: 'grid', columns: [
89
+ { type: 'card', icon: 'mdi:thermometer', title: 'Überlebenswichtige Temperatur', html: '<p>Arbeiten Sie immer zwischen <strong>21°C und 25°C</strong>. Kälte kann die Reaktion stoppen und das Teil trüb machen. Übermäßige Hitze beschleunigt die exotherme Reaktion gefährlich ("Flash Cure").</p>' },
90
+ { type: 'card', icon: 'mdi:cup-outline', title: 'Zwei Becher Methode', html: '<p>Vertrauen Sie nicht auf eine einzige Mischung. Kratzen Sie die Seiten und den Boden gut ab, gießen Sie die Mischung in einen <strong>zweiten sauberen Becher</strong> und mischen Sie erneut. Dies stellt sicher, dass kein unkatalysiertes Material zurückbleibt.</p>' },
91
+ ]},
92
+
93
+ { type: 'paragraph', html: "Deuten Sie das Ergebnis gemeinsam mit den angezeigten Annahmen, bevor Sie es verwenden." },],
94
+ ui: {
95
+ shapeRect: 'Rechteckig',
96
+ shapeCylinder: 'Zylindrisch',
97
+ shapeSphere: 'Sphärisch',
98
+ labelLength: 'Länge (cm)',
99
+ labelWidth: 'Breite (cm)',
100
+ labelDiameter: 'Durchmesser (cm)',
101
+ labelDepth: 'Tiefe (cm)',
102
+ labelRatio: 'Mischungsverhältnis (Gewicht/Volumen)',
103
+ labelCustomRatio: 'Benutzerdefiniertes Verhältnis (A:B)',
104
+ labelResinA: 'Harz (A)',
105
+ labelHardenerB: 'Härter (B)',
106
+ labelWasteTitle: 'Sicherheitsmarge',
107
+ labelWasteDesc: '5% extra für Verluste hinzufügen',
108
+ labelTotalVolume: 'Gesamtvolumen',
109
+ labelPartA: 'Teil A (Harz)',
110
+ labelPartB: 'Teil B (Härter)',
111
+ labelVisualization: 'Visualisierung',
112
+ shapeRectLabel: 'Rechteckiger Block',
113
+ shapeCylinderLabel: 'Zylinder / Runde Form',
114
+ shapeSphereLabel: 'Vollständige Kugel',
115
+ },
116
+ };
@@ -1,178 +1,178 @@
1
- import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
- import type { ToolLocaleContent } from '../../../types';
3
- import type { EpoxyCalculatorUI } from '../ui';
4
- import { bibliography } from '../bibliography';
5
-
6
- const slug = 'epoxy-resin-calculator';
7
- const title = 'Epoxy Resin Calculator: Exact Mix and Volume';
8
- const description =
9
- 'Calculate the exact amount of epoxy resin and hardener for your projects. Avoid waste on river tables, jewelry and molds.';
10
-
11
- const faqData = [
12
- {
13
- question: 'Why is the exact ratio so important with resin?',
14
- answer:
15
- 'Unlike other mixtures, epoxy resin does not cure by evaporation but through a chemical reaction (polymerization). If there is excess resin or hardener, the reaction will be incomplete, leaving the piece sticky, soft or with permanent bubbles.',
16
- },
17
- {
18
- question: 'What is the difference between weight and volume ratio?',
19
- answer:
20
- 'Many resins mix 2:1 by volume but 100:45 by weight because the hardener is usually denser. Always use the scale specified by the manufacturer and, if possible, use a digital scale for maximum precision.',
21
- },
22
- {
23
- question: 'How do I avoid bubbles when mixing?',
24
- answer:
25
- 'Mix slowly with constant circular movements for at least 3 minutes, scraping the sides of the cup well. Let the mixture rest for a couple of minutes before pouring so bubbles rise to the surface.',
26
- },
27
- {
28
- question: 'What is Pot Life?',
29
- answer:
30
- 'It is the time you have to work with the mixture before it starts to harden (gel). In summer or with large volumes, this time is drastically reduced due to the exothermic reaction (generates heat).',
31
- },
32
- ];
33
-
34
- const howToData = [
35
- {
36
- name: 'Measure the mold dimensions',
37
- text: 'Measure the length, width and depth (thickness) of the area you want to fill with resin.',
38
- },
39
- {
40
- name: 'Enter the mixing ratio',
41
- text: 'Check on your product label whether the mix is 1:1, 2:1 or 3:1 and whether it is based on weight or volume.',
42
- },
43
- {
44
- name: 'Weigh the components',
45
- text: 'Pour component A (resin) first, then B (hardener) into a clean container on a digital scale.',
46
- },
47
- {
48
- name: 'Technical mixing',
49
- text: "Stir gently until the mixture is completely transparent and no 'threads' of different density are visible.",
50
- },
51
- ];
52
-
53
- const faqSchema: WithContext<FAQPage> = {
54
- '@context': 'https://schema.org',
55
- '@type': 'FAQPage',
56
- mainEntity: faqData.map((item) => ({
57
- '@type': 'Question',
58
- name: item.question,
59
- acceptedAnswer: { '@type': 'Answer', text: item.answer },
60
- })),
61
- };
62
-
63
- const howToSchema: WithContext<HowToThing> = {
64
- '@context': 'https://schema.org',
65
- '@type': 'HowTo',
66
- name: title,
67
- description,
68
- step: howToData.map((step, i) => ({
69
- '@type': 'HowToStep',
70
- position: i + 1,
71
- name: step.name,
72
- text: step.text,
73
- })),
74
- };
75
-
76
- const appSchema: WithContext<SoftwareApplication> = {
77
- '@context': 'https://schema.org',
78
- '@type': 'SoftwareApplication',
79
- name: title,
80
- description,
81
- applicationCategory: 'UtilityApplication',
82
- operatingSystem: 'All',
83
- offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
84
- inLanguage: 'en',
85
- };
86
-
87
- export const content: ToolLocaleContent<EpoxyCalculatorUI> = {
88
- slug,
89
- title,
90
- description,
91
- faqTitle: 'Frequently Asked Questions',
92
- faq: faqData,
93
- bibliography,
94
- howTo: howToData,
95
- schemas: [faqSchema, howToSchema, appSchema],
96
- seo: [
97
- {
98
- type: 'title',
99
- text: 'Epoxy Resin Calculation and Mixing Guide',
100
- level: 2,
101
- },
102
- {
103
- type: 'paragraph',
104
- html: "Epoxy resin is not a paint that dries by evaporation; it is a complex <strong>exothermic chemical reaction</strong>. The magic happens when epoxide molecules chain with polyamine molecules to form a solid crystalline thermosetting polymer.",
105
- },
106
- {
107
- type: 'paragraph',
108
- html: 'The difference between a lasting piece of art and a sticky disaster lies in <strong>exact stoichiometry</strong>. An error of just 5% in the mixing ratio can permanently inhibit curing. This tool eliminates the mathematical guesswork, letting you focus on creation.',
109
- },
110
- {
111
- type: 'grid',
112
- columns: [
113
- {
114
- type: 'card',
115
- icon: 'mdi:scale-balance',
116
- title: 'Volume vs Weight?',
117
- html: '<p>The #1 beginner mistake is assuming 100ml weighs 100g. <strong>Resin is denser than hardener.</strong></p><p>If your product data sheet says "100:50 by weight", it is NOT the same as "2:1 by volume". This calculator works with <strong>Volume</strong> (V = L × W × H), the standard for filling molds.</p>',
118
- },
119
- {
120
- type: 'card',
121
- icon: 'mdi:water-percent',
122
- title: 'Common Ratios',
123
- html: '<ul><li><strong>1:1</strong> - Coatings, varnishes and quick adhesives.</li><li><strong>2:1</strong> - Standard. River tables, jewelry and medium molds.</li><li><strong>3:1</strong> - Industrial floors and high-strength structural laminates.</li></ul>',
124
- },
125
- ],
126
- },
127
- {
128
- type: 'title',
129
- text: 'Safety Protocol and Best Practices',
130
- level: 2,
131
- },
132
- {
133
- type: 'grid',
134
- columns: [
135
- {
136
- type: 'card',
137
- icon: 'mdi:thermometer',
138
- title: 'Critical Temperature',
139
- html: '<p>Always work between <strong>21°C and 25°C</strong>. Cold can stop the reaction, leaving the piece cloudy. Excessive heat dangerously accelerates the exothermic reaction ("flash cure").</p>',
140
- },
141
- {
142
- type: 'card',
143
- icon: 'mdi:cup-outline',
144
- title: 'Double Cup Technique',
145
- html: '<p>Do not trust a single mix. Scrape the sides and bottom thoroughly, pour the mixture into a <strong>second clean cup</strong> and mix again. This ensures no uncatalyzed material remains.</p>',
146
- },
147
- ],
148
- },
149
- {
150
- type: 'card',
151
- icon: 'mdi:weather-windy',
152
- title: 'Ventilation',
153
- html: "<p>Although many modern resins are low odor, isocyanate and amine vapors require cross ventilation or an activated carbon mask. Always wear nitrile gloves.</p>",
154
- },
155
- ],
156
- ui: {
157
- shapeRect: 'Rectangular',
158
- shapeCylinder: 'Cylindrical',
159
- shapeSphere: 'Spherical',
160
- labelLength: 'Length (cm)',
161
- labelWidth: 'Width (cm)',
162
- labelDiameter: 'Diameter (cm)',
163
- labelDepth: 'Depth (cm)',
164
- labelRatio: 'Mix Ratio (Weight/Volume)',
165
- labelCustomRatio: 'Use custom ratio (A:B)',
166
- labelResinA: 'Resin (A)',
167
- labelHardenerB: 'Hardener (B)',
168
- labelWasteTitle: 'Safety Margin',
169
- labelWasteDesc: 'Add 5% extra for losses',
170
- labelTotalVolume: 'Total Volume',
171
- labelPartA: 'Part A (Resin)',
172
- labelPartB: 'Part B (Hardener)',
173
- labelVisualization: 'Visualization',
174
- shapeRectLabel: 'Rectangular Block',
175
- shapeCylinderLabel: 'Cylinder / Round Mold',
176
- shapeSphereLabel: 'Full Sphere',
177
- },
178
- };
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+ import { bibliography } from '../bibliography';
5
+
6
+ const slug = 'epoxy-resin-calculator';
7
+ const title = 'Epoxy Resin Calculator: Exact Mix and Volume';
8
+ const description =
9
+ 'Calculate the exact amount of epoxy resin and hardener for your projects. Avoid waste on river tables, jewelry and molds.';
10
+
11
+ const faqData = [
12
+ {
13
+ question: 'Why is the exact ratio so important with resin?',
14
+ answer:
15
+ 'Unlike other mixtures, epoxy resin does not cure by evaporation but through a chemical reaction (polymerization). If there is excess resin or hardener, the reaction will be incomplete, leaving the piece sticky, soft or with permanent bubbles.',
16
+ },
17
+ {
18
+ question: 'What is the difference between weight and volume ratio?',
19
+ answer:
20
+ 'Many resins mix 2:1 by volume but 100:45 by weight because the hardener is usually denser. Always use the scale specified by the manufacturer and, if possible, use a digital scale for maximum precision.',
21
+ },
22
+ {
23
+ question: 'How do I avoid bubbles when mixing?',
24
+ answer:
25
+ 'Mix slowly with constant circular movements for at least 3 minutes, scraping the sides of the cup well. Let the mixture rest for a couple of minutes before pouring so bubbles rise to the surface.',
26
+ },
27
+ {
28
+ question: 'What is Pot Life?',
29
+ answer:
30
+ 'It is the time you have to work with the mixture before it starts to harden (gel). In summer or with large volumes, this time is drastically reduced due to the exothermic reaction (generates heat).',
31
+ },
32
+ ];
33
+
34
+ const howToData = [
35
+ {
36
+ name: 'Measure the mold dimensions',
37
+ text: 'Measure the length, width and depth (thickness) of the area you want to fill with resin.',
38
+ },
39
+ {
40
+ name: 'Enter the mixing ratio',
41
+ text: 'Check on your product label whether the mix is 1:1, 2:1 or 3:1 and whether it is based on weight or volume.',
42
+ },
43
+ {
44
+ name: 'Weigh the components',
45
+ text: 'Pour component A (resin) first, then B (hardener) into a clean container on a digital scale.',
46
+ },
47
+ {
48
+ name: 'Technical mixing',
49
+ text: "Stir gently until the mixture is completely transparent and no 'threads' of different density are visible.",
50
+ },
51
+ ];
52
+
53
+ const faqSchema: WithContext<FAQPage> = {
54
+ '@context': 'https://schema.org',
55
+ '@type': 'FAQPage',
56
+ mainEntity: faqData.map((item) => ({
57
+ '@type': 'Question',
58
+ name: item.question,
59
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
60
+ })),
61
+ };
62
+
63
+ const howToSchema: WithContext<HowToThing> = {
64
+ '@context': 'https://schema.org',
65
+ '@type': 'HowTo',
66
+ name: title,
67
+ description,
68
+ step: howToData.map((step, i) => ({
69
+ '@type': 'HowToStep',
70
+ position: i + 1,
71
+ name: step.name,
72
+ text: step.text,
73
+ })),
74
+ };
75
+
76
+ const appSchema: WithContext<SoftwareApplication> = {
77
+ '@context': 'https://schema.org',
78
+ '@type': 'SoftwareApplication',
79
+ name: title,
80
+ description,
81
+ applicationCategory: 'UtilityApplication',
82
+ operatingSystem: 'All',
83
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
84
+ inLanguage: 'en',
85
+ };
86
+
87
+ export const content: ToolLocaleContent<EpoxyCalculatorUI> = {
88
+ slug,
89
+ title,
90
+ description,
91
+ faqTitle: 'Frequently Asked Questions',
92
+ faq: faqData,
93
+ bibliography,
94
+ howTo: howToData,
95
+ schemas: [faqSchema, howToSchema, appSchema],
96
+ seo: [
97
+ {
98
+ type: 'title',
99
+ text: 'Epoxy Resin Calculation and Mixing Guide',
100
+ level: 2,
101
+ },
102
+ {
103
+ type: 'paragraph',
104
+ html: "Epoxy resin is not a paint that dries by evaporation; it is a complex <strong>exothermic chemical reaction</strong>. The magic happens when epoxide molecules chain with polyamine molecules to form a solid crystalline thermosetting polymer.",
105
+ },
106
+ {
107
+ type: 'paragraph',
108
+ html: 'The difference between a lasting piece of art and a sticky disaster lies in <strong>exact stoichiometry</strong>. An error of just 5% in the mixing ratio can permanently inhibit curing. This tool eliminates the mathematical guesswork, letting you focus on creation.',
109
+ },
110
+ {
111
+ type: 'grid',
112
+ columns: [
113
+ {
114
+ type: 'card',
115
+ icon: 'mdi:scale-balance',
116
+ title: 'Volume vs Weight?',
117
+ html: '<p>The #1 beginner mistake is assuming 100ml weighs 100g. <strong>Resin is denser than hardener.</strong></p><p>If your product data sheet says "100:50 by weight", it is NOT the same as "2:1 by volume". This calculator works with <strong>Volume</strong> (V = L × W × H), the standard for filling molds.</p>',
118
+ },
119
+ {
120
+ type: 'card',
121
+ icon: 'mdi:water-percent',
122
+ title: 'Common Ratios',
123
+ html: '<ul><li><strong>1:1</strong> - Coatings, varnishes and quick adhesives.</li><li><strong>2:1</strong> - Standard. River tables, jewelry and medium molds.</li><li><strong>3:1</strong> - Industrial floors and high-strength structural laminates.</li></ul>',
124
+ },
125
+ ],
126
+ },
127
+ {
128
+ type: 'title',
129
+ text: 'Safety Protocol and Best Practices',
130
+ level: 2,
131
+ },
132
+ {
133
+ type: 'grid',
134
+ columns: [
135
+ {
136
+ type: 'card',
137
+ icon: 'mdi:thermometer',
138
+ title: 'Critical Temperature',
139
+ html: '<p>Always work between <strong>21°C and 25°C</strong>. Cold can stop the reaction, leaving the piece cloudy. Excessive heat dangerously accelerates the exothermic reaction ("flash cure").</p>',
140
+ },
141
+ {
142
+ type: 'card',
143
+ icon: 'mdi:cup-outline',
144
+ title: 'Double Cup Technique',
145
+ html: '<p>Do not trust a single mix. Scrape the sides and bottom thoroughly, pour the mixture into a <strong>second clean cup</strong> and mix again. This ensures no uncatalyzed material remains.</p>',
146
+ },
147
+ ],
148
+ },
149
+ {
150
+ type: 'card',
151
+ icon: 'mdi:weather-windy',
152
+ title: 'Ventilation',
153
+ html: "<p>Although many modern resins are low odor, isocyanate and amine vapors require cross ventilation or an activated carbon mask. Always wear nitrile gloves.</p>",
154
+ },
155
+ ],
156
+ ui: {
157
+ shapeRect: 'Rectangular',
158
+ shapeCylinder: 'Cylindrical',
159
+ shapeSphere: 'Spherical',
160
+ labelLength: 'Length (cm)',
161
+ labelWidth: 'Width (cm)',
162
+ labelDiameter: 'Diameter (cm)',
163
+ labelDepth: 'Depth (cm)',
164
+ labelRatio: 'Mix Ratio (Weight/Volume)',
165
+ labelCustomRatio: 'Use custom ratio (A:B)',
166
+ labelResinA: 'Resin (A)',
167
+ labelHardenerB: 'Hardener (B)',
168
+ labelWasteTitle: 'Safety Margin',
169
+ labelWasteDesc: 'Add 5% extra for losses',
170
+ labelTotalVolume: 'Total Volume',
171
+ labelPartA: 'Part A (Resin)',
172
+ labelPartB: 'Part B (Hardener)',
173
+ labelVisualization: 'Visualization',
174
+ shapeRectLabel: 'Rectangular Block',
175
+ shapeCylinderLabel: 'Cylinder / Round Mold',
176
+ shapeSphereLabel: 'Full Sphere',
177
+ },
178
+ };