@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,101 +1,101 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Outils et Calculateurs pour Projets DIY et Construction',
6
- description:
7
- "Planifiez vos projets de bricolage avec des outils gratuits en ligne. Calculateurs de retrait de l'argile, mélanges de résine, béton, optimiseurs de coupe et tracé d'escaliers.",
8
- seo: [
9
- {
10
- type: 'title',
11
- text: 'Ingénierie Domestique et Projets DIY: Du Design à la Réalité',
12
- level: 2,
13
- },
14
- {
15
- type: 'paragraph',
16
- html: "Le mouvement <strong>Do It Yourself (DIY)</strong> est passé d'un simple passe-temps à une forme d'autonomie technique et créative. Cette section propose une suite d'<strong>outils gratuits en ligne</strong> conçus pour les makers, artisans et passionnés de construction qui recherchent des résultats professionnels. Nous appliquons des modèles mathématiques et des normes techniques pour que chaque coupe, chaque mélange et chaque structure soit sûr et précis.",
17
- },
18
- {
19
- type: 'paragraph',
20
- html: "Du calcul du dosage exact du béton à l'optimisation des coupes sur des planches de bois, nos utilitaires éliminent le gaspillage de matériaux et garantissent l'intégrité de vos projets.",
21
- },
22
- {
23
- type: 'title',
24
- text: 'Construction et Rénovation: Béton, Mortiers et Escaliers',
25
- level: 2,
26
- },
27
- {
28
- type: 'paragraph',
29
- html: "La base de toute structure est son mélange. Notre calculateur de <strong>mélange de béton</strong> fournit le dosage exact de ciment, sable et gravier pour tout volume requis. Pour les travaux de maçonnerie fine, le <strong>calculateur de mortier</strong> ajuste les proportions de chaux et sable pour des enduits durables. De plus, l'outil de tracé d'escaliers utilise la <strong>Loi de Blondel</strong> pour garantir des marches confortables et conformes aux normes.",
30
- },
31
- {
32
- type: 'title',
33
- text: 'Menuiserie et Optimisation des Matériaux',
34
- level: 2,
35
- },
36
- {
37
- type: 'paragraph',
38
- html: "Les matériaux sont coûteux et le gaspillage est inacceptable. L'<strong>optimiseur de coupes</strong> calcule la meilleure distribution des pièces sur des planches ou liteaux, minimisant les chutes. Pour les projets de mobilier, le calculateur <strong>\"Le meuble entre-t-il ?\"</strong> analyse les dimensions des portes et ascenseurs pour éviter les surprises logistiques lors du montage.",
39
- },
40
- {
41
- type: 'title',
42
- text: 'Artisanat et Nouveaux Matériaux: Argile et Résine Époxy',
43
- level: 2,
44
- },
45
- {
46
- type: 'paragraph',
47
- html: "Les matériaux dynamiques nécessitent des calculs de changement de phase. En céramique, le <strong>calculateur d'argile</strong> estime le facteur de retrait pendant le séchage et la cuisson pour que vos pièces finales aient les dimensions exactes souhaitées. Pour le coulage de résines, notre utilitaire calcule le volume total et le ratio de mélange par poids ou volume des composants A et B, évitant les bulles et le durcissement incomplet.",
48
- },
49
- {
50
- type: 'title',
51
- text: 'Électricité et Sécurité Technique',
52
- level: 2,
53
- },
54
- {
55
- type: 'paragraph',
56
- html: "Un mauvais calcul électrique peut provoquer des incendies. Notre calculateur de <strong>chute de tension</strong> détermine la section minimale de câble nécessaire selon la longueur de ligne et la charge connectée (12V/24V/230V), garantissant que vos installations solaires ou domestiques fonctionnent selon les normes de sécurité en vigueur.",
57
- },
58
- {
59
- type: 'list',
60
- items: [
61
- "<strong>Économies de coûts :</strong> Minimisez le gaspillage de matériaux coûteux comme les résines, le bois et les métaux grâce à l'optimisation algorithmique.",
62
- '<strong>Sécurité structurelle :</strong> Calculs basés sur les normes de construction (Blondel, normes électriques) pour des projets sûrs.',
63
- "<strong>Précision dans les détails :</strong> Facteurs de correction pour la dilatation thermique, le retrait chimique et les jeux de montage.",
64
- "<strong>Outils prêts hors ligne :</strong> Utilisez-les à l'atelier ou sur le chantier sans applications lourdes.",
65
- ],
66
- },
67
- {
68
- type: 'tip',
69
- title: "Conseil d'Exécution sur Chantier",
70
- html: "<p><strong>Mélange Parfait :</strong> Ajoutez toujours les poudres (ciment/chaux) à l'eau, jamais l'inverse. Vous obtiendrez une hydratation plus homogène et éviterez la formation de grumeaux difficiles à dissoudre, garantissant la résistance finale du matériau.</p>",
71
- },
72
- {
73
- type: 'title',
74
- text: 'Gestion du Budget: Décomposition des Coûts et Optimisation Économique',
75
- level: 2,
76
- },
77
- {
78
- type: 'paragraph',
79
- html: "Un projet sans budget est un projet qui s'effondre. Notre calculateur de coûts permet de décomposer le prix de chaque matériau, la main-d'œuvre estimée, les outils et les imprévus. En optimisant les coupes et en réduisant les déchets de 20%, vous économisez significativement.",
80
- },
81
- {
82
- type: 'title',
83
- text: 'La démocratisation de la fabrication personnelle',
84
- level: 2,
85
- },
86
- {
87
- type: 'paragraph',
88
- html: "L'accès à des <strong>logiciels d'ingénierie simplifiés</strong> permet à quiconque d'exécuter des projets qui nécessitaient auparavant des années de spécialisation. Ces outils sont le pont entre votre idée et sa réalisation physique, vous donnant la confiance des données pour construire le monde qui vous entoure.",
89
- },
90
- {
91
- type: 'stats',
92
- columns: 2,
93
- items: [
94
- { label: 'Optimisation', value: 'Matériau 95%+', icon: 'mdi:saw-blade' },
95
- { label: 'Sécurité', value: 'Normative', icon: 'mdi:ruler-square' },
96
- { label: 'Matériaux', value: 'Récupération', icon: 'mdi:tools' },
97
- { label: 'Précision', value: 'Millimétrique', icon: 'mdi:calculator' },
98
- ],
99
- },
100
- ],
101
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Outils et Calculateurs pour Projets DIY et Construction',
6
+ description:
7
+ "Planifiez vos projets de bricolage avec des outils gratuits en ligne. Calculateurs de retrait de l'argile, mélanges de résine, béton, optimiseurs de coupe et tracé d'escaliers.",
8
+ seo: [
9
+ {
10
+ type: 'title',
11
+ text: 'Ingénierie Domestique et Projets DIY: Du Design à la Réalité',
12
+ level: 2,
13
+ },
14
+ {
15
+ type: 'paragraph',
16
+ html: "Le mouvement <strong>Do It Yourself (DIY)</strong> est passé d'un simple passe-temps à une forme d'autonomie technique et créative. Cette section propose une suite d'<strong>outils gratuits en ligne</strong> conçus pour les makers, artisans et passionnés de construction qui recherchent des résultats professionnels. Nous appliquons des modèles mathématiques et des normes techniques pour que chaque coupe, chaque mélange et chaque structure soit sûr et précis.",
17
+ },
18
+ {
19
+ type: 'paragraph',
20
+ html: "Du calcul du dosage exact du béton à l'optimisation des coupes sur des planches de bois, nos utilitaires éliminent le gaspillage de matériaux et garantissent l'intégrité de vos projets.",
21
+ },
22
+ {
23
+ type: 'title',
24
+ text: 'Construction et Rénovation: Béton, Mortiers et Escaliers',
25
+ level: 2,
26
+ },
27
+ {
28
+ type: 'paragraph',
29
+ html: "La base de toute structure est son mélange. Notre calculateur de <strong>mélange de béton</strong> fournit le dosage exact de ciment, sable et gravier pour tout volume requis. Pour les travaux de maçonnerie fine, le <strong>calculateur de mortier</strong> ajuste les proportions de chaux et sable pour des enduits durables. De plus, l'outil de tracé d'escaliers utilise la <strong>Loi de Blondel</strong> pour garantir des marches confortables et conformes aux normes.",
30
+ },
31
+ {
32
+ type: 'title',
33
+ text: 'Menuiserie et Optimisation des Matériaux',
34
+ level: 2,
35
+ },
36
+ {
37
+ type: 'paragraph',
38
+ html: "Les matériaux sont coûteux et le gaspillage est inacceptable. L'<strong>optimiseur de coupes</strong> calcule la meilleure distribution des pièces sur des planches ou liteaux, minimisant les chutes. Pour les projets de mobilier, le calculateur <strong>\"Le meuble entre-t-il ?\"</strong> analyse les dimensions des portes et ascenseurs pour éviter les surprises logistiques lors du montage.",
39
+ },
40
+ {
41
+ type: 'title',
42
+ text: 'Artisanat et Nouveaux Matériaux: Argile et Résine Époxy',
43
+ level: 2,
44
+ },
45
+ {
46
+ type: 'paragraph',
47
+ html: "Les matériaux dynamiques nécessitent des calculs de changement de phase. En céramique, le <strong>calculateur d'argile</strong> estime le facteur de retrait pendant le séchage et la cuisson pour que vos pièces finales aient les dimensions exactes souhaitées. Pour le coulage de résines, notre utilitaire calcule le volume total et le ratio de mélange par poids ou volume des composants A et B, évitant les bulles et le durcissement incomplet.",
48
+ },
49
+ {
50
+ type: 'title',
51
+ text: 'Électricité et Sécurité Technique',
52
+ level: 2,
53
+ },
54
+ {
55
+ type: 'paragraph',
56
+ html: "Un mauvais calcul électrique peut provoquer des incendies. Notre calculateur de <strong>chute de tension</strong> détermine la section minimale de câble nécessaire selon la longueur de ligne et la charge connectée (12V/24V/230V), garantissant que vos installations solaires ou domestiques fonctionnent selon les normes de sécurité en vigueur.",
57
+ },
58
+ {
59
+ type: 'list',
60
+ items: [
61
+ "<strong>Économies de coûts :</strong> Minimisez le gaspillage de matériaux coûteux comme les résines, le bois et les métaux grâce à l'optimisation algorithmique.",
62
+ '<strong>Sécurité structurelle :</strong> Calculs basés sur les normes de construction (Blondel, normes électriques) pour des projets sûrs.',
63
+ "<strong>Précision dans les détails :</strong> Facteurs de correction pour la dilatation thermique, le retrait chimique et les jeux de montage.",
64
+ "<strong>Outils prêts hors ligne :</strong> Utilisez-les à l'atelier ou sur le chantier sans applications lourdes.",
65
+ ],
66
+ },
67
+ {
68
+ type: 'tip',
69
+ title: "Conseil d'Exécution sur Chantier",
70
+ html: "<p><strong>Mélange Parfait :</strong> Ajoutez toujours les poudres (ciment/chaux) à l'eau, jamais l'inverse. Vous obtiendrez une hydratation plus homogène et éviterez la formation de grumeaux difficiles à dissoudre, garantissant la résistance finale du matériau.</p>",
71
+ },
72
+ {
73
+ type: 'title',
74
+ text: 'Gestion du Budget: Décomposition des Coûts et Optimisation Économique',
75
+ level: 2,
76
+ },
77
+ {
78
+ type: 'paragraph',
79
+ html: "Un projet sans budget est un projet qui s'effondre. Notre calculateur de coûts permet de décomposer le prix de chaque matériau, la main-d'œuvre estimée, les outils et les imprévus. En optimisant les coupes et en réduisant les déchets de 20%, vous économisez significativement.",
80
+ },
81
+ {
82
+ type: 'title',
83
+ text: 'La démocratisation de la fabrication personnelle',
84
+ level: 2,
85
+ },
86
+ {
87
+ type: 'paragraph',
88
+ html: "L'accès à des <strong>logiciels d'ingénierie simplifiés</strong> permet à quiconque d'exécuter des projets qui nécessitaient auparavant des années de spécialisation. Ces outils sont le pont entre votre idée et sa réalisation physique, vous donnant la confiance des données pour construire le monde qui vous entoure.",
89
+ },
90
+ {
91
+ type: 'stats',
92
+ columns: 2,
93
+ items: [
94
+ { label: 'Optimisation', value: 'Matériau 95%+', icon: 'mdi:saw-blade' },
95
+ { label: 'Sécurité', value: 'Normative', icon: 'mdi:ruler-square' },
96
+ { label: 'Matériaux', value: 'Récupération', icon: 'mdi:tools' },
97
+ { label: 'Précision', value: 'Millimétrique', icon: 'mdi:calculator' },
98
+ ],
99
+ },
100
+ ],
101
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Alat dan Kalkulator untuk Proyek DIY dan Konstruksi',
6
- description: 'Rencanakan proyek DIY Anda dengan alat online gratis. Kalkulator penyusutan tanah liat, campuran resin, beton, pengoptimal pemotongan, dan tata letak tangga.',
7
- seo: [
8
- { type: 'title', text: 'Teknik Rumahan dan Proyek DIY: Dari Desain ke Realitas', level: 2 },
9
- { type: 'paragraph', html: 'Gerakan <strong>Do It Yourself (DIY)</strong> bukan lagi sekadar hobi, melainkan bentuk kedaulatan teknis dan kreatif. Di bagian ini, kami menyediakan serangkaian <strong>alat online gratis</strong> yang dirancang untuk maker, pengrajin, dan penggemar konstruksi yang mencari hasil profesional.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Optimasi', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Keamanan', value: 'Sesuai Standar', icon: 'mdi:ruler-square' }, { label: 'Material', value: 'Pemulihan', icon: 'mdi:tools' }, { label: 'Presisi', value: 'Milimetrik', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Alat dan Kalkulator untuk Proyek DIY dan Konstruksi',
6
+ description: 'Rencanakan proyek DIY Anda dengan alat online gratis. Kalkulator penyusutan tanah liat, campuran resin, beton, pengoptimal pemotongan, dan tata letak tangga.',
7
+ seo: [
8
+ { type: 'title', text: 'Teknik Rumahan dan Proyek DIY: Dari Desain ke Realitas', level: 2 },
9
+ { type: 'paragraph', html: 'Gerakan <strong>Do It Yourself (DIY)</strong> bukan lagi sekadar hobi, melainkan bentuk kedaulatan teknis dan kreatif. Di bagian ini, kami menyediakan serangkaian <strong>alat online gratis</strong> yang dirancang untuk maker, pengrajin, dan penggemar konstruksi yang mencari hasil profesional.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Optimasi', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Keamanan', value: 'Sesuai Standar', icon: 'mdi:ruler-square' }, { label: 'Material', value: 'Pemulihan', icon: 'mdi:tools' }, { label: 'Presisi', value: 'Milimetrik', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Strumenti e Calcolatori per Progetti DIY e Costruzione',
6
- description: 'Pianifica i tuoi progetti fai da te con strumenti online gratuiti. Calcolatori per il ritiro dell\'argilla, miscele di resina, cemento, ottimizzatori di taglio e layout scale.',
7
- seo: [
8
- { type: 'title', text: 'Ingegneria Domestica e Progetti DIY: Dal Design alla Realtà', level: 2 },
9
- { type: 'paragraph', html: 'Il movimento <strong>Do It Yourself (DIY)</strong> non è più un semplice hobby ma una forma di sovranità tecnica e creativa. In questa sezione, forniamo una suite di <strong>strumenti online gratuiti</strong> progettati per maker, artigiani e appassionati di costruzioni che cercano risultati professionali.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Ottimizzazione', value: 'Materiale 95%+', icon: 'mdi:saw-blade' }, { label: 'Sicurezza', value: 'Normativa', icon: 'mdi:ruler-square' }, { label: 'Materiali', value: 'Recupero', icon: 'mdi:tools' }, { label: 'Precisione', value: 'Millimetrica', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Strumenti e Calcolatori per Progetti DIY e Costruzione',
6
+ description: 'Pianifica i tuoi progetti fai da te con strumenti online gratuiti. Calcolatori per il ritiro dell\'argilla, miscele di resina, cemento, ottimizzatori di taglio e layout scale.',
7
+ seo: [
8
+ { type: 'title', text: 'Ingegneria Domestica e Progetti DIY: Dal Design alla Realtà', level: 2 },
9
+ { type: 'paragraph', html: 'Il movimento <strong>Do It Yourself (DIY)</strong> non è più un semplice hobby ma una forma di sovranità tecnica e creativa. In questa sezione, forniamo una suite di <strong>strumenti online gratuiti</strong> progettati per maker, artigiani e appassionati di costruzioni che cercano risultati professionali.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Ottimizzazione', value: 'Materiale 95%+', icon: 'mdi:saw-blade' }, { label: 'Sicurezza', value: 'Normativa', icon: 'mdi:ruler-square' }, { label: 'Materiali', value: 'Recupero', icon: 'mdi:tools' }, { label: 'Precisione', value: 'Millimetrica', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'DIY・建設プロジェクト向けツールと計算機',
6
- description: '無料のオンラインツールでDIYプロジェクトを計画しましょう。粘土の収縮、レジン混合、コンクリート、カット最適化、階段の設計などの計算機。',
7
- seo: [
8
- { type: 'title', text: 'ホームエンジニアリングとDIYプロジェクト:設計から実現まで', level: 2 },
9
- { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> ムーブメントは、単なる趣味ではなく、技術的および創造的な自立の形へと進化しました。このセクションでは、プロフェッショナルな結果を求めるメーカー、職人、建設愛好家向けに設計された一連の<strong>無料オンラインツール</strong>を提供しています。' },
10
- { type: 'stats', columns: 2, items: [{ label: '最適化', value: '材料利用率 95%+', icon: 'mdi:saw-blade' }, { label: '安全性', value: '規格準拠', icon: 'mdi:ruler-square' }, { label: '材料', value: '再利用', icon: 'mdi:tools' }, { label: '精度', value: 'ミリ単位', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'DIY・建設プロジェクト向けツールと計算機',
6
+ description: '無料のオンラインツールでDIYプロジェクトを計画しましょう。粘土の収縮、レジン混合、コンクリート、カット最適化、階段の設計などの計算機。',
7
+ seo: [
8
+ { type: 'title', text: 'ホームエンジニアリングとDIYプロジェクト:設計から実現まで', level: 2 },
9
+ { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> ムーブメントは、単なる趣味ではなく、技術的および創造的な自立の形へと進化しました。このセクションでは、プロフェッショナルな結果を求めるメーカー、職人、建設愛好家向けに設計された一連の<strong>無料オンラインツール</strong>を提供しています。' },
10
+ { type: 'stats', columns: 2, items: [{ label: '最適化', value: '材料利用率 95%+', icon: 'mdi:saw-blade' }, { label: '安全性', value: '規格準拠', icon: 'mdi:ruler-square' }, { label: '材料', value: '再利用', icon: 'mdi:tools' }, { label: '精度', value: 'ミリ単位', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'DIY 및 건설 프로젝트를 위한 도구와 계산기',
6
- description: '무료 온라인 도구로 DIY 프로젝트를 계획하세요. 점토 수축, 레진 혼합, 콘크리트, 절단 최적화 및 계단 레이아웃 계산기.',
7
- seo: [
8
- { type: 'title', text: '홈 엔지니어링 및 DIY 프로젝트: 설계에서 현실까지', level: 2 },
9
- { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> 운동은 더 이상 단순한 취미가 아니라 기술적, 창의적 자립의 형태가 되었습니다. 이 섹션에서는 전문적인 결과를 원하는 메이커, 장인 및 건설 애호가들을 위해 설계된 일련의 <strong>무료 온라인 도구</strong>를 제공합니다.' },
10
- { type: 'stats', columns: 2, items: [{ label: '최적화', value: '자재 95%+', icon: 'mdi:saw-blade' }, { label: '안전', value: '규격 준수', icon: 'mdi:ruler-square' }, { label: '자재', value: '재활용', icon: 'mdi:tools' }, { label: '정밀도', value: '밀리미터 단위', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'DIY 및 건설 프로젝트를 위한 도구와 계산기',
6
+ description: '무료 온라인 도구로 DIY 프로젝트를 계획하세요. 점토 수축, 레진 혼합, 콘크리트, 절단 최적화 및 계단 레이아웃 계산기.',
7
+ seo: [
8
+ { type: 'title', text: '홈 엔지니어링 및 DIY 프로젝트: 설계에서 현실까지', level: 2 },
9
+ { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> 운동은 더 이상 단순한 취미가 아니라 기술적, 창의적 자립의 형태가 되었습니다. 이 섹션에서는 전문적인 결과를 원하는 메이커, 장인 및 건설 애호가들을 위해 설계된 일련의 <strong>무료 온라인 도구</strong>를 제공합니다.' },
10
+ { type: 'stats', columns: 2, items: [{ label: '최적화', value: '자재 95%+', icon: 'mdi:saw-blade' }, { label: '안전', value: '규격 준수', icon: 'mdi:ruler-square' }, { label: '자재', value: '재활용', icon: 'mdi:tools' }, { label: '정밀도', value: '밀리미터 단위', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Tools en Calculators voor DIY en Bouwprojecten',
6
- description: 'Plan je DIY projecten met gratis online tools. Calculators voor kleikrimp, harsmengsels, beton, zaagoptimalisatie en trappenlay-out.',
7
- seo: [
8
- { type: 'title', text: 'Thuisengineering en DIY projecten: Van Ontwerp tot Realiteit', level: 2 },
9
- { type: 'paragraph', html: 'De <strong>Do It Yourself (DIY)</strong> beweging is niet langer een simpele hobby, maar een vorm van technische en creatieve soevereiniteit. In deze sectie bieden we een reeks <strong>gratis online tools</strong> aan, ontworpen voor makers, ambachtslieden en bouwliefhebbers die op zoek zijn naar professionele resultaten.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Optimalisatie', value: 'Materiaal 95%+', icon: 'mdi:saw-blade' }, { label: 'Veiligheid', value: 'Volgens Normen', icon: 'mdi:ruler-square' }, { label: 'Materialen', value: 'Hergebruik', icon: 'mdi:tools' }, { label: 'Precisie', value: 'Millimeternauwkeurig', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Tools en Calculators voor DIY en Bouwprojecten',
6
+ description: 'Plan je DIY projecten met gratis online tools. Calculators voor kleikrimp, harsmengsels, beton, zaagoptimalisatie en trappenlay-out.',
7
+ seo: [
8
+ { type: 'title', text: 'Thuisengineering en DIY projecten: Van Ontwerp tot Realiteit', level: 2 },
9
+ { type: 'paragraph', html: 'De <strong>Do It Yourself (DIY)</strong> beweging is niet langer een simpele hobby, maar een vorm van technische en creatieve soevereiniteit. In deze sectie bieden we een reeks <strong>gratis online tools</strong> aan, ontworpen voor makers, ambachtslieden en bouwliefhebbers die op zoek zijn naar professionele resultaten.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Optimalisatie', value: 'Materiaal 95%+', icon: 'mdi:saw-blade' }, { label: 'Veiligheid', value: 'Volgens Normen', icon: 'mdi:ruler-square' }, { label: 'Materialen', value: 'Hergebruik', icon: 'mdi:tools' }, { label: 'Precisie', value: 'Millimeternauwkeurig', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Narzędzia i Kalkulatory dla Projektów DIY i Budowlanych',
6
- description: 'Zaplanuj swoje projekty DIY dzięki darmowym narzędziom online. Kalkulatory skurczu gliny, mieszanek żywicy, betonu, optymalizatory cięcia i tyczenia schodów.',
7
- seo: [
8
- { type: 'title', text: 'Inżynieria domowa i projekty DIY: Od projektu do rzeczywistości', level: 2 },
9
- { type: 'paragraph', html: 'Ruch <strong>Do It Yourself (DIY)</strong> przestał być zwykłym hobby, stając się formą technicznej i kreatywnej suwerenności. W tej sekcji udostępniamy zestaw <strong>darmowych narzędzi online</strong> zaprojektowanych dla twórców, rzemieślników i entuzjastów budownictwa szukających profesjonalnych efektów.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Optymalizacja', value: 'Materiał 95%+', icon: 'mdi:saw-blade' }, { label: 'Bezpieczeństwo', value: 'Zgodne z Normatywami', icon: 'mdi:ruler-square' }, { label: 'Materiały', value: 'Odzysk', icon: 'mdi:tools' }, { label: 'Precyzja', value: 'Milimetrowa', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Narzędzia i Kalkulatory dla Projektów DIY i Budowlanych',
6
+ description: 'Zaplanuj swoje projekty DIY dzięki darmowym narzędziom online. Kalkulatory skurczu gliny, mieszanek żywicy, betonu, optymalizatory cięcia i tyczenia schodów.',
7
+ seo: [
8
+ { type: 'title', text: 'Inżynieria domowa i projekty DIY: Od projektu do rzeczywistości', level: 2 },
9
+ { type: 'paragraph', html: 'Ruch <strong>Do It Yourself (DIY)</strong> przestał być zwykłym hobby, stając się formą technicznej i kreatywnej suwerenności. W tej sekcji udostępniamy zestaw <strong>darmowych narzędzi online</strong> zaprojektowanych dla twórców, rzemieślników i entuzjastów budownictwa szukających profesjonalnych efektów.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Optymalizacja', value: 'Materiał 95%+', icon: 'mdi:saw-blade' }, { label: 'Bezpieczeństwo', value: 'Zgodne z Normatywami', icon: 'mdi:ruler-square' }, { label: 'Materiały', value: 'Odzysk', icon: 'mdi:tools' }, { label: 'Precyzja', value: 'Milimetrowa', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Ferramentas e Calculadoras para Projetos DIY e Construção',
6
- description: 'Planeie os seus projetos de bricolage com ferramentas online gratuitas. Calculadoras de contração de argila, misturas de resina, betão, otimizadores de corte e traçado de escadas.',
7
- seo: [
8
- { type: 'title', text: 'Engenharia Doméstica e Projetos DIY: Do Design à Realidade', level: 2 },
9
- { type: 'paragraph', html: 'O movimento <strong>Do It Yourself (DIY)</strong> deixou de ser um simples passatempo para se tornar uma forma de soberania técnica e criativa. Nesta secção, fornecemos uma suite de <strong>ferramentas online gratuitas</strong> concebidas para makers, artesãos e entusiastas da construção que procuram resultados profissionais.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Otimização', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Segurança', value: 'Normativa', icon: 'mdi:ruler-square' }, { label: 'Materiais', value: 'Recuperação', icon: 'mdi:tools' }, { label: 'Precisão', value: 'Milimétrica', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Ferramentas e Calculadoras para Projetos DIY e Construção',
6
+ description: 'Planeie os seus projetos de bricolage com ferramentas online gratuitas. Calculadoras de contração de argila, misturas de resina, betão, otimizadores de corte e traçado de escadas.',
7
+ seo: [
8
+ { type: 'title', text: 'Engenharia Doméstica e Projetos DIY: Do Design à Realidade', level: 2 },
9
+ { type: 'paragraph', html: 'O movimento <strong>Do It Yourself (DIY)</strong> deixou de ser um simples passatempo para se tornar uma forma de soberania técnica e criativa. Nesta secção, fornecemos uma suite de <strong>ferramentas online gratuitas</strong> concebidas para makers, artesãos e entusiastas da construção que procuram resultados profissionais.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Otimização', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Segurança', value: 'Normativa', icon: 'mdi:ruler-square' }, { label: 'Materiais', value: 'Recuperação', icon: 'mdi:tools' }, { label: 'Precisão', value: 'Milimétrica', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Инструменты и калькуляторы для DIY и строительных проектов',
6
- description: 'Планируйте свои DIY-проекты с помощью бесплатных онлайн-инструментов. Калькуляторы усадки глины, смесей смол, бетона, оптимизаторы резки и планировка лестниц.',
7
- seo: [
8
- { type: 'title', text: 'Домашняя инженерия и DIY-проекты: от идеи к реальности', level: 2 },
9
- { type: 'paragraph', html: 'Движение <strong>Do It Yourself (DIY)</strong> перестало быть просто хобби, превратившись в форму технического и творческого суверенитета. В этом разделе мы предоставляем набор <strong>бесплатных онлайн-инструментов</strong>, разработанных для мейкеров, мастеров и любителей строительства, стремящихся к профессиональным результатам.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Оптимизация', value: 'Материал 95%+', icon: 'mdi:saw-blade' }, { label: 'Безопасность', value: 'Нормативы', icon: 'mdi:ruler-square' }, { label: 'Материалы', value: 'Восстановление', icon: 'mdi:tools' }, { label: 'Точность', value: 'Миллиметровая', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Инструменты и калькуляторы для DIY и строительных проектов',
6
+ description: 'Планируйте свои DIY-проекты с помощью бесплатных онлайн-инструментов. Калькуляторы усадки глины, смесей смол, бетона, оптимизаторы резки и планировка лестниц.',
7
+ seo: [
8
+ { type: 'title', text: 'Домашняя инженерия и DIY-проекты: от идеи к реальности', level: 2 },
9
+ { type: 'paragraph', html: 'Движение <strong>Do It Yourself (DIY)</strong> перестало быть просто хобби, превратившись в форму технического и творческого суверенитета. В этом разделе мы предоставляем набор <strong>бесплатных онлайн-инструментов</strong>, разработанных для мейкеров, мастеров и любителей строительства, стремящихся к профессиональным результатам.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Оптимизация', value: 'Материал 95%+', icon: 'mdi:saw-blade' }, { label: 'Безопасность', value: 'Нормативы', icon: 'mdi:ruler-square' }, { label: 'Материалы', value: 'Восстановление', icon: 'mdi:tools' }, { label: 'Точность', value: 'Миллиметровая', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Verktyg och kalkylatorer för DIY och byggprojekt',
6
- description: 'Planera dina DIY projekt med kostnadsfria onlineverktyg. Kalkylatorer för lerkrympning, hartsmixer, betong, skäroptimerare och trapplayout.',
7
- seo: [
8
- { type: 'title', text: 'Hemteknik och DIY projekt: Från design till verklighet', level: 2 },
9
- { type: 'paragraph', html: '<strong>Do It Yourself (DIY)</strong>-rörelsen är inte längre bara en hobby utan en form av teknisk och kreativ självständighet. I den här sektionen tillhandahåller vi en uppsättning <strong>kostnadsfria onlineverktyg</strong> designade för makare, hantverkare och byggentusiaster som söker professionella resultat.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Optimering', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Säkerhet', value: 'Enligt Standard', icon: 'mdi:ruler-square' }, { label: 'Material', value: 'Återvinning', icon: 'mdi:tools' }, { label: 'Precision', value: 'Millimeterprecision', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Verktyg och kalkylatorer för DIY och byggprojekt',
6
+ description: 'Planera dina DIY projekt med kostnadsfria onlineverktyg. Kalkylatorer för lerkrympning, hartsmixer, betong, skäroptimerare och trapplayout.',
7
+ seo: [
8
+ { type: 'title', text: 'Hemteknik och DIY projekt: Från design till verklighet', level: 2 },
9
+ { type: 'paragraph', html: '<strong>Do It Yourself (DIY)</strong>-rörelsen är inte längre bara en hobby utan en form av teknisk och kreativ självständighet. I den här sektionen tillhandahåller vi en uppsättning <strong>kostnadsfria onlineverktyg</strong> designade för makare, hantverkare och byggentusiaster som söker professionella resultat.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Optimering', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Säkerhet', value: 'Enligt Standard', icon: 'mdi:ruler-square' }, { label: 'Material', value: 'Återvinning', icon: 'mdi:tools' }, { label: 'Precision', value: 'Millimeterprecision', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: 'Kendin Yap (DIY) ve İnşaat Projeleri için Araçlar ve Hesaplayıcılar',
6
- description: 'Ücretsiz çevrimiçi araçlarla DIY projelerinizi planlayın. Kil çekmesi, reçine karışımları, beton, kesim optimizasyonu ve merdiven düzeni hesaplayıcıları.',
7
- seo: [
8
- { type: 'title', text: 'Ev Mühendisliği ve DIY Projeleri: Tasarımdan Gerçeğe', level: 2 },
9
- { type: 'paragraph', html: '<strong>Do It Yourself (DIY)</strong> hareketi artık basit bir hobiden öte, teknik ve yaratıcı bir egemenlik biçimi haline geldi. Bu bölümde, profesyonel sonuçlar arayan yapımcılar, zanaatkarlar ve inşaat meraklıları için tasarlanmış bir dizi <strong>ücretsiz çevrimiçi araç</strong> sunuyoruz.' },
10
- { type: 'stats', columns: 2, items: [{ label: 'Optimizasyon', value: 'Malzeme %95+', icon: 'mdi:saw-blade' }, { label: 'Güvenlik', value: 'Standartlara Uygun', icon: 'mdi:ruler-square' }, { label: 'Malzeme', value: 'Geri Kazanım', icon: 'mdi:tools' }, { label: 'Hassasiyet', value: 'Milimetrik', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: 'Kendin Yap (DIY) ve İnşaat Projeleri için Araçlar ve Hesaplayıcılar',
6
+ description: 'Ücretsiz çevrimiçi araçlarla DIY projelerinizi planlayın. Kil çekmesi, reçine karışımları, beton, kesim optimizasyonu ve merdiven düzeni hesaplayıcıları.',
7
+ seo: [
8
+ { type: 'title', text: 'Ev Mühendisliği ve DIY Projeleri: Tasarımdan Gerçeğe', level: 2 },
9
+ { type: 'paragraph', html: '<strong>Do It Yourself (DIY)</strong> hareketi artık basit bir hobiden öte, teknik ve yaratıcı bir egemenlik biçimi haline geldi. Bu bölümde, profesyonel sonuçlar arayan yapımcılar, zanaatkarlar ve inşaat meraklıları için tasarlanmış bir dizi <strong>ücretsiz çevrimiçi araç</strong> sunuyoruz.' },
10
+ { type: 'stats', columns: 2, items: [{ label: 'Optimizasyon', value: 'Malzeme %95+', icon: 'mdi:saw-blade' }, { label: 'Güvenlik', value: 'Standartlara Uygun', icon: 'mdi:ruler-square' }, { label: 'Malzeme', value: 'Geri Kazanım', icon: 'mdi:tools' }, { label: 'Hassasiyet', value: 'Milimetrik', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,12 +1,12 @@
1
- import type { CategoryLocaleContent } from '../../types';
2
-
3
- export const content: CategoryLocaleContent = {
4
- slug: 'diy',
5
- title: '针对 DIY 和建筑项目的工具与计算器',
6
- description: '使用免费在线工具规划您的 DIY 项目。包含粘土收缩、树脂混合、混凝土、切割优化和楼梯布局等计算器。',
7
- seo: [
8
- { type: 'title', text: '居家工程与 DIY 项目:从设计到现实', level: 2 },
9
- { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> 运动已不再仅仅是一种简单的爱好,而是一种技术和创造力的自主形式。在本节中,我们为寻求专业效果的高手、工匠和建筑爱好者提供了一系列<strong>免费在线工具</strong>。' },
10
- { type: 'stats', columns: 2, items: [{ label: '优化', value: '材料利用 95%+', icon: 'mdi:saw-blade' }, { label: '安全', value: '符合标准', icon: 'mdi:ruler-square' }, { label: '材料', value: '回收利用', icon: 'mdi:tools' }, { label: '精度', value: '毫米级', icon: 'mdi:calculator' }] },
11
- ],
12
- };
1
+ import type { CategoryLocaleContent } from '../../types';
2
+
3
+ export const content: CategoryLocaleContent = {
4
+ slug: 'diy',
5
+ title: '针对 DIY 和建筑项目的工具与计算器',
6
+ description: '使用免费在线工具规划您的 DIY 项目。包含粘土收缩、树脂混合、混凝土、切割优化和楼梯布局等计算器。',
7
+ seo: [
8
+ { type: 'title', text: '居家工程与 DIY 项目:从设计到现实', level: 2 },
9
+ { type: 'paragraph', html: '<strong>DIY (Do It Yourself)</strong> 运动已不再仅仅是一种简单的爱好,而是一种技术和创造力的自主形式。在本节中,我们为寻求专业效果的高手、工匠和建筑爱好者提供了一系列<strong>免费在线工具</strong>。' },
10
+ { type: 'stats', columns: 2, items: [{ label: '优化', value: '材料利用 95%+', icon: 'mdi:saw-blade' }, { label: '安全', value: '符合标准', icon: 'mdi:ruler-square' }, { label: '材料', value: '回收利用', icon: 'mdi:tools' }, { label: '精度', value: '毫米级', icon: 'mdi:calculator' }] },
11
+ ],
12
+ };
@@ -1,39 +1,39 @@
1
- import type { DiyCategoryEntry } from '../types';
2
- import { clayCalculator } from '../tool/clayCalculator/entry';
3
- import { epoxyCalculator } from '../tool/epoxyCalculator/entry';
4
- import { balusterCalculator } from '../tool/balusterCalculator/entry';
5
- import { mortarCalculator } from '../tool/mortarCalculator/entry';
6
- import { passepartoutCalculator } from '../tool/passepartoutCalculator/entry';
7
- import { concreteCalculator } from '../tool/concreteCalculator/entry';
8
- import { cutOptimizer } from '../tool/cutOptimizer/entry';
9
- import { voltageDropCalculator } from '../tool/voltageDropCalculator/entry';
10
- import { furnitureFit } from '../tool/furnitureFit/entry';
11
- import { thermalExpansionCalculator } from '../tool/thermalExpansionCalculator/entry';
12
- import { drillCalculator } from '../tool/drillCalculator/entry';
13
- import { stairCalculator } from '../tool/stairCalculator/entry';
14
- import { drillSharpener } from '../tool/drillSharpener/entry';
1
+ import type { DiyCategoryEntry } from '../types';
2
+ import { clayCalculator } from '../tool/clayCalculator/entry';
3
+ import { epoxyCalculator } from '../tool/epoxyCalculator/entry';
4
+ import { balusterCalculator } from '../tool/balusterCalculator/entry';
5
+ import { mortarCalculator } from '../tool/mortarCalculator/entry';
6
+ import { passepartoutCalculator } from '../tool/passepartoutCalculator/entry';
7
+ import { concreteCalculator } from '../tool/concreteCalculator/entry';
8
+ import { cutOptimizer } from '../tool/cutOptimizer/entry';
9
+ import { voltageDropCalculator } from '../tool/voltageDropCalculator/entry';
10
+ import { furnitureFit } from '../tool/furnitureFit/entry';
11
+ import { thermalExpansionCalculator } from '../tool/thermalExpansionCalculator/entry';
12
+ import { drillCalculator } from '../tool/drillCalculator/entry';
13
+ import { stairCalculator } from '../tool/stairCalculator/entry';
14
+ import { drillSharpener } from '../tool/drillSharpener/entry';
15
15
  import { workshopFractionConverter } from '../tool/workshopFractionConverter/entry';
16
16
  import { excavationVolumeCalculator } from '../tool/excavationVolumeCalculator/entry';
17
-
18
- export const diyCategory: DiyCategoryEntry = {
19
- icon: 'mdi:hand',
17
+
18
+ export const diyCategory: DiyCategoryEntry = {
19
+ icon: 'mdi:hand',
20
20
  tools: [clayCalculator, epoxyCalculator, balusterCalculator, mortarCalculator, passepartoutCalculator, concreteCalculator, cutOptimizer, voltageDropCalculator, furnitureFit, thermalExpansionCalculator, drillCalculator, stairCalculator, drillSharpener, workshopFractionConverter, excavationVolumeCalculator],
21
- i18n: {
22
- de: () => import('./i18n/de').then((m) => m.content),
23
- en: () => import('./i18n/en').then((m) => m.content),
24
- es: () => import('./i18n/es').then((m) => m.content),
25
- fr: () => import('./i18n/fr').then((m) => m.content),
26
- id: () => import('./i18n/id').then((m) => m.content),
27
- it: () => import('./i18n/it').then((m) => m.content),
28
- ja: () => import('./i18n/ja').then((m) => m.content),
29
- ko: () => import('./i18n/ko').then((m) => m.content),
30
- nl: () => import('./i18n/nl').then((m) => m.content),
31
- pl: () => import('./i18n/pl').then((m) => m.content),
32
- pt: () => import('./i18n/pt').then((m) => m.content),
33
- ru: () => import('./i18n/ru').then((m) => m.content),
34
- sv: () => import('./i18n/sv').then((m) => m.content),
35
- tr: () => import('./i18n/tr').then((m) => m.content),
36
- zh: () => import('./i18n/zh').then((m) => m.content),
37
- },
38
- };
39
-
21
+ i18n: {
22
+ de: () => import('./i18n/de').then((m) => m.content),
23
+ en: () => import('./i18n/en').then((m) => m.content),
24
+ es: () => import('./i18n/es').then((m) => m.content),
25
+ fr: () => import('./i18n/fr').then((m) => m.content),
26
+ id: () => import('./i18n/id').then((m) => m.content),
27
+ it: () => import('./i18n/it').then((m) => m.content),
28
+ ja: () => import('./i18n/ja').then((m) => m.content),
29
+ ko: () => import('./i18n/ko').then((m) => m.content),
30
+ nl: () => import('./i18n/nl').then((m) => m.content),
31
+ pl: () => import('./i18n/pl').then((m) => m.content),
32
+ pt: () => import('./i18n/pt').then((m) => m.content),
33
+ ru: () => import('./i18n/ru').then((m) => m.content),
34
+ sv: () => import('./i18n/sv').then((m) => m.content),
35
+ tr: () => import('./i18n/tr').then((m) => m.content),
36
+ zh: () => import('./i18n/zh').then((m) => m.content),
37
+ },
38
+ };
39
+
@@ -12,4 +12,4 @@ const content = await diyCategory.i18n[locale]?.();
12
12
  ---
13
13
 
14
14
  {content && <SEORenderer content={{ locale, sections: content.seo }} />}
15
-
15
+
@@ -113,4 +113,4 @@ const { categoryTitle, tools = [] } = Astro.props;
113
113
  white-space: nowrap;
114
114
  }
115
115
  </style>
116
-
116
+