@jjlmoya/utils-diy 1.28.0 → 1.29.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.
- package/package.json +2 -2
- package/src/category/i18n/de.ts +12 -12
- package/src/category/i18n/en.ts +110 -110
- package/src/category/i18n/es.ts +110 -110
- package/src/category/i18n/fr.ts +101 -101
- package/src/category/i18n/id.ts +12 -12
- package/src/category/i18n/it.ts +12 -12
- package/src/category/i18n/ja.ts +12 -12
- package/src/category/i18n/ko.ts +12 -12
- package/src/category/i18n/nl.ts +12 -12
- package/src/category/i18n/pl.ts +12 -12
- package/src/category/i18n/pt.ts +12 -12
- package/src/category/i18n/ru.ts +12 -12
- package/src/category/i18n/sv.ts +12 -12
- package/src/category/i18n/tr.ts +12 -12
- package/src/category/i18n/zh.ts +12 -12
- package/src/category/index.ts +36 -36
- package/src/category/seo.astro +1 -1
- package/src/components/PreviewNavSidebar.astro +1 -1
- package/src/components/PreviewToolbar.astro +1 -1
- package/src/data.ts +1 -1
- package/src/entries.ts +37 -37
- package/src/env.d.ts +1 -1
- package/src/index.ts +50 -50
- package/src/layouts/PreviewLayout.astro +1 -1
- package/src/pages/index.astro +1 -1
- package/src/tests/category_seo_quality.test.ts +74 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/mocks/astro_mock.js +1 -1
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/seo_length.test.ts +1 -1
- package/src/tests/seo_parity.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +15 -15
- package/src/tool/balusterCalculator/bibliography.ts +16 -16
- package/src/tool/balusterCalculator/i18n/de.ts +251 -251
- package/src/tool/balusterCalculator/i18n/en.ts +251 -251
- package/src/tool/balusterCalculator/i18n/es.ts +251 -251
- package/src/tool/balusterCalculator/i18n/fr.ts +251 -251
- package/src/tool/balusterCalculator/i18n/id.ts +251 -251
- package/src/tool/balusterCalculator/i18n/it.ts +251 -251
- package/src/tool/balusterCalculator/i18n/ja.ts +251 -251
- package/src/tool/balusterCalculator/i18n/ko.ts +251 -251
- package/src/tool/balusterCalculator/i18n/nl.ts +251 -251
- package/src/tool/balusterCalculator/i18n/pl.ts +251 -251
- package/src/tool/balusterCalculator/i18n/pt.ts +251 -251
- package/src/tool/balusterCalculator/i18n/ru.ts +251 -251
- package/src/tool/balusterCalculator/i18n/sv.ts +251 -251
- package/src/tool/balusterCalculator/i18n/tr.ts +251 -251
- package/src/tool/balusterCalculator/i18n/zh.ts +251 -251
- package/src/tool/balusterCalculator/seo.astro +15 -15
- package/src/tool/clayCalculator/bibliography.ts +12 -12
- package/src/tool/clayCalculator/i18n/de.ts +174 -174
- package/src/tool/clayCalculator/i18n/en.ts +174 -174
- package/src/tool/clayCalculator/i18n/es.ts +174 -174
- package/src/tool/clayCalculator/i18n/fr.ts +174 -174
- package/src/tool/clayCalculator/i18n/id.ts +174 -174
- package/src/tool/clayCalculator/i18n/it.ts +174 -174
- package/src/tool/clayCalculator/i18n/ja.ts +173 -173
- package/src/tool/clayCalculator/i18n/ko.ts +174 -174
- package/src/tool/clayCalculator/i18n/nl.ts +174 -174
- package/src/tool/clayCalculator/i18n/pl.ts +174 -174
- package/src/tool/clayCalculator/i18n/pt.ts +174 -174
- package/src/tool/clayCalculator/i18n/ru.ts +174 -174
- package/src/tool/clayCalculator/i18n/sv.ts +174 -174
- package/src/tool/clayCalculator/i18n/tr.ts +174 -174
- package/src/tool/clayCalculator/i18n/zh.ts +174 -174
- package/src/tool/clayCalculator/seo.astro +15 -15
- package/src/tool/concreteCalculator/bibliography.ts +7 -7
- package/src/tool/concreteCalculator/i18n/de.ts +188 -188
- package/src/tool/concreteCalculator/i18n/en.ts +188 -188
- package/src/tool/concreteCalculator/i18n/es.ts +188 -188
- package/src/tool/concreteCalculator/i18n/fr.ts +188 -188
- package/src/tool/concreteCalculator/i18n/id.ts +188 -188
- package/src/tool/concreteCalculator/i18n/it.ts +188 -188
- package/src/tool/concreteCalculator/i18n/ja.ts +188 -188
- package/src/tool/concreteCalculator/i18n/ko.ts +188 -188
- package/src/tool/concreteCalculator/i18n/nl.ts +188 -188
- package/src/tool/concreteCalculator/i18n/pl.ts +188 -188
- package/src/tool/concreteCalculator/i18n/pt.ts +188 -188
- package/src/tool/concreteCalculator/i18n/ru.ts +188 -188
- package/src/tool/concreteCalculator/i18n/sv.ts +188 -188
- package/src/tool/concreteCalculator/i18n/tr.ts +188 -188
- package/src/tool/concreteCalculator/i18n/zh.ts +188 -188
- package/src/tool/concreteCalculator/seo.astro +15 -15
- package/src/tool/cutOptimizer/bibliography.ts +12 -12
- package/src/tool/cutOptimizer/i18n/de.ts +169 -169
- package/src/tool/cutOptimizer/i18n/en.ts +169 -169
- package/src/tool/cutOptimizer/i18n/es.ts +169 -169
- package/src/tool/cutOptimizer/i18n/fr.ts +169 -169
- package/src/tool/cutOptimizer/i18n/id.ts +169 -169
- package/src/tool/cutOptimizer/i18n/it.ts +169 -169
- package/src/tool/cutOptimizer/i18n/ja.ts +169 -169
- package/src/tool/cutOptimizer/i18n/ko.ts +169 -169
- package/src/tool/cutOptimizer/i18n/nl.ts +169 -169
- package/src/tool/cutOptimizer/i18n/pl.ts +169 -169
- package/src/tool/cutOptimizer/i18n/pt.ts +169 -169
- package/src/tool/cutOptimizer/i18n/ru.ts +169 -169
- package/src/tool/cutOptimizer/i18n/sv.ts +169 -169
- package/src/tool/cutOptimizer/i18n/tr.ts +169 -169
- package/src/tool/cutOptimizer/i18n/zh.ts +169 -169
- package/src/tool/cutOptimizer/seo.astro +15 -15
- package/src/tool/drillCalculator/bibliography.ts +12 -12
- package/src/tool/drillCalculator/i18n/de.ts +134 -134
- package/src/tool/drillCalculator/i18n/en.ts +134 -134
- package/src/tool/drillCalculator/i18n/es.ts +134 -134
- package/src/tool/drillCalculator/i18n/fr.ts +134 -134
- package/src/tool/drillCalculator/i18n/id.ts +134 -134
- package/src/tool/drillCalculator/i18n/it.ts +134 -134
- package/src/tool/drillCalculator/i18n/ja.ts +134 -134
- package/src/tool/drillCalculator/i18n/ko.ts +134 -134
- package/src/tool/drillCalculator/i18n/nl.ts +134 -134
- package/src/tool/drillCalculator/i18n/pl.ts +134 -134
- package/src/tool/drillCalculator/i18n/pt.ts +134 -134
- package/src/tool/drillCalculator/i18n/ru.ts +134 -134
- package/src/tool/drillCalculator/i18n/sv.ts +134 -134
- package/src/tool/drillCalculator/i18n/tr.ts +134 -134
- package/src/tool/drillCalculator/i18n/zh.ts +134 -134
- package/src/tool/drillCalculator/seo.astro +15 -15
- package/src/tool/drillSharpener/bibliography.ts +16 -16
- package/src/tool/drillSharpener/i18n/de.ts +117 -117
- package/src/tool/drillSharpener/i18n/en.ts +117 -117
- package/src/tool/drillSharpener/i18n/es.ts +117 -117
- package/src/tool/drillSharpener/i18n/fr.ts +117 -117
- package/src/tool/drillSharpener/i18n/id.ts +117 -117
- package/src/tool/drillSharpener/i18n/it.ts +117 -117
- package/src/tool/drillSharpener/i18n/ja.ts +117 -117
- package/src/tool/drillSharpener/i18n/ko.ts +117 -117
- package/src/tool/drillSharpener/i18n/nl.ts +117 -117
- package/src/tool/drillSharpener/i18n/pl.ts +117 -117
- package/src/tool/drillSharpener/i18n/pt.ts +117 -117
- package/src/tool/drillSharpener/i18n/ru.ts +117 -117
- package/src/tool/drillSharpener/i18n/sv.ts +117 -117
- package/src/tool/drillSharpener/i18n/tr.ts +117 -117
- package/src/tool/drillSharpener/i18n/zh.ts +117 -117
- package/src/tool/drillSharpener/seo.astro +15 -15
- package/src/tool/epoxyCalculator/bibliography.ts +20 -20
- package/src/tool/epoxyCalculator/i18n/de.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/en.ts +178 -178
- package/src/tool/epoxyCalculator/i18n/es.ts +178 -178
- package/src/tool/epoxyCalculator/i18n/fr.ts +178 -178
- package/src/tool/epoxyCalculator/i18n/id.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/it.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/ja.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/ko.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/nl.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/pl.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/pt.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/ru.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/sv.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/tr.ts +116 -116
- package/src/tool/epoxyCalculator/i18n/zh.ts +116 -116
- package/src/tool/epoxyCalculator/seo.astro +15 -15
- package/src/tool/furnitureFit/bibliography.ts +12 -12
- package/src/tool/furnitureFit/i18n/de.ts +111 -111
- package/src/tool/furnitureFit/i18n/en.ts +149 -149
- package/src/tool/furnitureFit/i18n/es.ts +149 -149
- package/src/tool/furnitureFit/i18n/fr.ts +149 -149
- package/src/tool/furnitureFit/i18n/id.ts +111 -111
- package/src/tool/furnitureFit/i18n/it.ts +111 -111
- package/src/tool/furnitureFit/i18n/ja.ts +111 -111
- package/src/tool/furnitureFit/i18n/ko.ts +111 -111
- package/src/tool/furnitureFit/i18n/nl.ts +111 -111
- package/src/tool/furnitureFit/i18n/pl.ts +111 -111
- package/src/tool/furnitureFit/i18n/pt.ts +111 -111
- package/src/tool/furnitureFit/i18n/ru.ts +111 -111
- package/src/tool/furnitureFit/i18n/sv.ts +111 -111
- package/src/tool/furnitureFit/i18n/tr.ts +111 -111
- package/src/tool/furnitureFit/i18n/zh.ts +111 -111
- package/src/tool/furnitureFit/seo.astro +15 -15
- package/src/tool/mortarCalculator/bibliography.ts +20 -20
- package/src/tool/mortarCalculator/i18n/de.ts +130 -130
- package/src/tool/mortarCalculator/i18n/en.ts +202 -202
- package/src/tool/mortarCalculator/i18n/es.ts +179 -179
- package/src/tool/mortarCalculator/i18n/fr.ts +203 -203
- package/src/tool/mortarCalculator/i18n/id.ts +130 -130
- package/src/tool/mortarCalculator/i18n/it.ts +130 -130
- package/src/tool/mortarCalculator/i18n/ja.ts +130 -130
- package/src/tool/mortarCalculator/i18n/ko.ts +130 -130
- package/src/tool/mortarCalculator/i18n/nl.ts +130 -130
- package/src/tool/mortarCalculator/i18n/pl.ts +130 -130
- package/src/tool/mortarCalculator/i18n/pt.ts +130 -130
- package/src/tool/mortarCalculator/i18n/ru.ts +130 -130
- package/src/tool/mortarCalculator/i18n/sv.ts +130 -130
- package/src/tool/mortarCalculator/i18n/tr.ts +130 -130
- package/src/tool/mortarCalculator/i18n/zh.ts +130 -130
- package/src/tool/mortarCalculator/seo.astro +15 -15
- package/src/tool/passepartoutCalculator/bibliography.ts +16 -16
- package/src/tool/passepartoutCalculator/i18n/de.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/en.ts +165 -165
- package/src/tool/passepartoutCalculator/i18n/es.ts +165 -165
- package/src/tool/passepartoutCalculator/i18n/fr.ts +165 -165
- package/src/tool/passepartoutCalculator/i18n/id.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/it.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -108
- package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -108
- package/src/tool/passepartoutCalculator/seo.astro +15 -15
- package/src/tool/pythagoreanRightAngleCalculator/bibliography.ts +12 -12
- package/src/tool/pythagoreanRightAngleCalculator/i18n/de.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/en.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/es.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/fr.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/id.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/it.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/ja.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/ko.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/nl.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/pl.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/pt.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/ru.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/sv.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/tr.ts +129 -129
- package/src/tool/pythagoreanRightAngleCalculator/i18n/zh.ts +129 -129
- package/src/tool/stairCalculator/bibliography.ts +16 -16
- package/src/tool/stairCalculator/i18n/de.ts +143 -143
- package/src/tool/stairCalculator/i18n/en.ts +145 -145
- package/src/tool/stairCalculator/i18n/es.ts +145 -145
- package/src/tool/stairCalculator/i18n/fr.ts +145 -145
- package/src/tool/stairCalculator/i18n/id.ts +143 -143
- package/src/tool/stairCalculator/i18n/it.ts +143 -143
- package/src/tool/stairCalculator/i18n/ja.ts +143 -143
- package/src/tool/stairCalculator/i18n/ko.ts +143 -143
- package/src/tool/stairCalculator/i18n/nl.ts +143 -143
- package/src/tool/stairCalculator/i18n/pl.ts +143 -143
- package/src/tool/stairCalculator/i18n/pt.ts +143 -143
- package/src/tool/stairCalculator/i18n/ru.ts +143 -143
- package/src/tool/stairCalculator/i18n/sv.ts +143 -143
- package/src/tool/stairCalculator/i18n/tr.ts +143 -143
- package/src/tool/stairCalculator/i18n/zh.ts +143 -143
- package/src/tool/stairCalculator/seo.astro +15 -15
- package/src/tool/thermalExpansionCalculator/bibliography.ts +16 -16
- package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/en.ts +170 -170
- package/src/tool/thermalExpansionCalculator/i18n/es.ts +170 -170
- package/src/tool/thermalExpansionCalculator/i18n/fr.ts +170 -170
- package/src/tool/thermalExpansionCalculator/i18n/id.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/it.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/ja.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/ko.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/nl.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/pl.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/pt.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/ru.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/sv.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/tr.ts +132 -132
- package/src/tool/thermalExpansionCalculator/i18n/zh.ts +132 -132
- package/src/tool/thermalExpansionCalculator/seo.astro +15 -15
- package/src/tool/twoStrokeMixtureCalculator/bibliography.ts +12 -12
- package/src/tool/twoStrokeMixtureCalculator/i18n/de.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/en.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/es.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/fr.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/id.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/it.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/ja.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/ko.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/nl.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/pl.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/pt.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/ru.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/sv.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/tr.ts +194 -194
- package/src/tool/twoStrokeMixtureCalculator/i18n/zh.ts +194 -194
- package/src/tool/voltageDropCalculator/bibliography.ts +16 -16
- package/src/tool/voltageDropCalculator/i18n/de.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/en.ts +151 -151
- package/src/tool/voltageDropCalculator/i18n/es.ts +151 -151
- package/src/tool/voltageDropCalculator/i18n/fr.ts +145 -145
- package/src/tool/voltageDropCalculator/i18n/id.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/it.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/ja.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/ko.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/nl.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/pl.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/pt.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/ru.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/sv.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/tr.ts +113 -113
- package/src/tool/voltageDropCalculator/i18n/zh.ts +113 -113
- package/src/tool/voltageDropCalculator/seo.astro +15 -15
- package/src/tool/workshopFractionConverter/bibliography.ts +12 -12
- package/src/tool/workshopFractionConverter/i18n/de.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/en.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/es.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/fr.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/id.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/it.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/ja.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/ko.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/nl.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/pl.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/pt.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/ru.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/sv.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/tr.ts +147 -147
- package/src/tool/workshopFractionConverter/i18n/zh.ts +147 -147
- package/src/tools.ts +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jjlmoya/utils-diy",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"lint": "eslint src/ --max-warnings 0 && stylelint \"src/**/*.{css,astro}\"",
|
|
28
28
|
"check": "astro check",
|
|
29
29
|
"type-check": "astro check",
|
|
30
|
-
"test": "vitest run",
|
|
30
|
+
"test": "vitest run --reporter=verbose --testTimeout=30000",
|
|
31
31
|
"preversion": "npm run lint && npm run test && npm run build",
|
|
32
32
|
"postversion": "git push && git push --tags",
|
|
33
33
|
"patch": "npm version patch",
|
package/src/category/i18n/de.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: 'diy',
|
|
5
|
-
title: 'Werkzeuge und Rechner für Heimwerker und Bauprojekte',
|
|
6
|
-
description: 'Planen Sie Ihre Heimwerkerprojekte mit kostenlosen Online-Tools. Rechner für Tonschrumpfung, Harzmischungen, Beton, Schnittoptimierer und Treppenlayout.',
|
|
7
|
-
seo: [
|
|
8
|
-
{ type: 'title', text: 'Heimtechnik und DIY Projekte: Vom Entwurf zur Realität', level: 2 },
|
|
9
|
-
{ type: 'paragraph', html: 'Die <strong>Do-It-Yourself (DIY)</strong>-Bewegung ist kein bloßes Hobby mehr, sondern eine Form der technischen und kreativen Souveränität. In diesem Bereich bieten wir eine Reihe von <strong>kostenlosen Online-Tools</strong> an, die für Maker, Handwerker und Bauinteressierte entwickelt wurden, die professionelle Ergebnisse anstreben.' },
|
|
10
|
-
{ type: 'stats', columns: 2, items: [{ label: 'Optimierung', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Sicherheit', value: 'Normgerecht', icon: 'mdi:ruler-square' }, { label: 'Materialien', value: 'Wiederverwertung', icon: 'mdi:tools' }, { label: 'Präzision', value: 'Millimetergenau', icon: 'mdi:calculator' }] },
|
|
11
|
-
],
|
|
12
|
-
};
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'diy',
|
|
5
|
+
title: 'Werkzeuge und Rechner für Heimwerker und Bauprojekte',
|
|
6
|
+
description: 'Planen Sie Ihre Heimwerkerprojekte mit kostenlosen Online-Tools. Rechner für Tonschrumpfung, Harzmischungen, Beton, Schnittoptimierer und Treppenlayout.',
|
|
7
|
+
seo: [
|
|
8
|
+
{ type: 'title', text: 'Heimtechnik und DIY Projekte: Vom Entwurf zur Realität', level: 2 },
|
|
9
|
+
{ type: 'paragraph', html: 'Die <strong>Do-It-Yourself (DIY)</strong>-Bewegung ist kein bloßes Hobby mehr, sondern eine Form der technischen und kreativen Souveränität. In diesem Bereich bieten wir eine Reihe von <strong>kostenlosen Online-Tools</strong> an, die für Maker, Handwerker und Bauinteressierte entwickelt wurden, die professionelle Ergebnisse anstreben.' },
|
|
10
|
+
{ type: 'stats', columns: 2, items: [{ label: 'Optimierung', value: 'Material 95%+', icon: 'mdi:saw-blade' }, { label: 'Sicherheit', value: 'Normgerecht', icon: 'mdi:ruler-square' }, { label: 'Materialien', value: 'Wiederverwertung', icon: 'mdi:tools' }, { label: 'Präzision', value: 'Millimetergenau', icon: 'mdi:calculator' }] },
|
|
11
|
+
],
|
|
12
|
+
};
|
package/src/category/i18n/en.ts
CHANGED
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: 'diy',
|
|
5
|
-
title: 'Tools and Calculators for DIY and Construction Projects',
|
|
6
|
-
description:
|
|
7
|
-
'Plan your DIY projects with free online tools. Clay shrinkage calculators, resin mixing, concrete, cut optimizers and stair layout tools.',
|
|
8
|
-
seo: [
|
|
9
|
-
{
|
|
10
|
-
type: 'title',
|
|
11
|
-
text: 'Home Engineering and DIY Projects: From Design to Reality',
|
|
12
|
-
level: 2,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
type: 'paragraph',
|
|
16
|
-
html: 'The <strong>Do It Yourself (DIY)</strong> movement has evolved from a simple hobby into a form of technical and creative autonomy. This section provides a suite of <strong>free online tools</strong> designed for makers, craftspeople and construction enthusiasts seeking professional results. We apply mathematical models and technical standards so every cut, every mix and every structure is safe and precise.',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
type: 'paragraph',
|
|
20
|
-
html: 'From calculating the
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
type: 'title',
|
|
24
|
-
text: 'Construction and Renovation: Concrete, Mortar and Stairs',
|
|
25
|
-
level: 2,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
type: 'paragraph',
|
|
29
|
-
html: "The foundation of any structure is its mix. Our <strong>concrete mix calculator</strong>
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
type: 'title',
|
|
33
|
-
text: 'Carpentry and Material Optimization',
|
|
34
|
-
level: 2,
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
type: 'paragraph',
|
|
38
|
-
html: 'Material is expensive and waste is unacceptable. The <strong>cut optimizer</strong> calculates the best distribution of pieces across boards or strips, minimizing offcuts. For furniture projects, the <strong>"Does the furniture fit?"</strong> calculator analyzes door and elevator dimensions to avoid logistical surprises during assembly.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
type: 'title',
|
|
42
|
-
text: 'Crafts and New Materials: Clay and Epoxy Resin',
|
|
43
|
-
level: 2,
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
type: 'paragraph',
|
|
47
|
-
html: 'Dynamic materials require phase-change calculations. In ceramics, the <strong>clay calculator</strong> estimates the shrinkage factor during drying and firing so your finished pieces have the exact desired dimensions. For resin pouring, our utility calculates total volume and mix ratio by weight or volume of components A and B, preventing bubbles and incomplete curing.',
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
type: 'title',
|
|
51
|
-
text: 'Electrical Safety and Technical Calculations',
|
|
52
|
-
level: 2,
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
type: 'paragraph',
|
|
56
|
-
html: 'A bad electrical calculation can cause fires. Our <strong>voltage drop calculator</strong> determines the minimum cable cross-section needed based on line length and connected load (12V/24V/230V), ensuring your solar or domestic installations operate within current safety standards.',
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
type: 'list',
|
|
60
|
-
items: [
|
|
61
|
-
'<strong>Cost Savings:</strong> Minimize waste of expensive materials like resins, wood and metals through algorithmic optimization.',
|
|
62
|
-
'<strong>Structural Safety:</strong> Calculations based on construction standards (Blondel, local electrical codes) for safe projects.',
|
|
63
|
-
'<strong>Precision in Detail:</strong> Correction factors for thermal expansion, chemical shrinkage and assembly tolerances.',
|
|
64
|
-
'<strong>Offline-Ready Tools:</strong> Use them in the workshop or on-site without heavy apps.',
|
|
65
|
-
],
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
type: 'tip',
|
|
69
|
-
title: 'Execution Tip for the Job Site',
|
|
70
|
-
html: '<p><strong>
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
type: 'title',
|
|
74
|
-
text: 'Budget Management: Cost Breakdown and Economic Optimization',
|
|
75
|
-
level: 2,
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
type: 'paragraph',
|
|
79
|
-
html: "A project without a budget is a project that falls apart. Our cost calculator lets you break down the price of each material, estimated labor, tools and contingencies. By optimizing cuts and reducing waste by 20%, you save significantly. Documenting every expense from the start allows real-time adjustments if surprises arise, letting you decide whether to complete the project, reduce scope or seek additional funding before it's too late.",
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
type: 'title',
|
|
83
|
-
text: 'Sustainability and Recycled Materials in DIY',
|
|
84
|
-
level: 2,
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
type: 'paragraph',
|
|
88
|
-
html: "Modern DIY is ecological. Reusing boards, recycling resins, leveraging construction offcuts is the current trend. Our tools include conversions for recycled materials: if you find an old 80cm door and need 25cm panels, the cut optimizer shows you exactly how to use it. Building with environmental awareness is not just responsible; it's cheaper and more creative.",
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
type: 'title',
|
|
92
|
-
text: 'The democratization of personal manufacturing',
|
|
93
|
-
level: 2,
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
type: 'paragraph',
|
|
97
|
-
html: 'Access to <strong>simplified engineering software</strong> enables anyone to execute projects that previously required years of specialization. These tools are the bridge between your idea and its physical realization, giving you the confidence of data to build the world around you.',
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
type: 'stats',
|
|
101
|
-
columns: 2,
|
|
102
|
-
items: [
|
|
103
|
-
{ label: 'Optimization', value: '95%+ Material', icon: 'mdi:saw-blade' },
|
|
104
|
-
{ label: 'Safety', value: 'Standards-based', icon: 'mdi:ruler-square' },
|
|
105
|
-
{ label: 'Materials', value: 'Recoverable', icon: 'mdi:tools' },
|
|
106
|
-
{ label: 'Precision', value: 'Millimetric', icon: 'mdi:calculator' },
|
|
107
|
-
],
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
};
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'diy',
|
|
5
|
+
title: 'Tools and Calculators for DIY and Construction Projects',
|
|
6
|
+
description:
|
|
7
|
+
'Plan your DIY projects with free online tools. Clay shrinkage calculators, resin mixing, concrete, cut optimizers and stair layout tools.',
|
|
8
|
+
seo: [
|
|
9
|
+
{
|
|
10
|
+
type: 'title',
|
|
11
|
+
text: 'Home Engineering and DIY Projects: From Design to Reality',
|
|
12
|
+
level: 2,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
type: 'paragraph',
|
|
16
|
+
html: 'The <strong>Do It Yourself (DIY)</strong> movement has evolved from a simple hobby into a form of technical and creative autonomy. This section provides a suite of <strong>free online tools</strong> designed for makers, craftspeople and construction enthusiasts seeking professional results. We apply mathematical models and technical standards so every cut, every mix and every structure is safe and precise.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
type: 'paragraph',
|
|
20
|
+
html: 'From calculating the concrete dosage to optimizing cuts on wooden boards, our utilities help reduce material waste and make project assumptions easier to review.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
type: 'title',
|
|
24
|
+
text: 'Construction and Renovation: Concrete, Mortar and Stairs',
|
|
25
|
+
level: 2,
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'paragraph',
|
|
29
|
+
html: "The foundation of any structure is its mix. Our <strong>concrete mix calculator</strong> estimates the dosage of cement, sand and gravel for the required volume. For fine masonry work, the <strong>mortar calculator</strong> adjusts lime-to-sand ratios for durable renders. Additionally, the stair layout tool uses <strong>Blondel's Law</strong> to help you check comfortable, code-compliant proportions.",
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
type: 'title',
|
|
33
|
+
text: 'Carpentry and Material Optimization',
|
|
34
|
+
level: 2,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
type: 'paragraph',
|
|
38
|
+
html: 'Material is expensive and waste is unacceptable. The <strong>cut optimizer</strong> calculates the best distribution of pieces across boards or strips, minimizing offcuts. For furniture projects, the <strong>"Does the furniture fit?"</strong> calculator analyzes door and elevator dimensions to avoid logistical surprises during assembly.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
type: 'title',
|
|
42
|
+
text: 'Crafts and New Materials: Clay and Epoxy Resin',
|
|
43
|
+
level: 2,
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
type: 'paragraph',
|
|
47
|
+
html: 'Dynamic materials require phase-change calculations. In ceramics, the <strong>clay calculator</strong> estimates the shrinkage factor during drying and firing so your finished pieces have the exact desired dimensions. For resin pouring, our utility calculates total volume and mix ratio by weight or volume of components A and B, preventing bubbles and incomplete curing.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
type: 'title',
|
|
51
|
+
text: 'Electrical Safety and Technical Calculations',
|
|
52
|
+
level: 2,
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
type: 'paragraph',
|
|
56
|
+
html: 'A bad electrical calculation can cause fires. Our <strong>voltage drop calculator</strong> determines the minimum cable cross-section needed based on line length and connected load (12V/24V/230V), ensuring your solar or domestic installations operate within current safety standards.',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
type: 'list',
|
|
60
|
+
items: [
|
|
61
|
+
'<strong>Cost Savings:</strong> Minimize waste of expensive materials like resins, wood and metals through algorithmic optimization.',
|
|
62
|
+
'<strong>Structural Safety:</strong> Calculations based on construction standards (Blondel, local electrical codes) for safe projects.',
|
|
63
|
+
'<strong>Precision in Detail:</strong> Correction factors for thermal expansion, chemical shrinkage and assembly tolerances.',
|
|
64
|
+
'<strong>Offline-Ready Tools:</strong> Use them in the workshop or on-site without heavy apps.',
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
type: 'tip',
|
|
69
|
+
title: 'Execution Tip for the Job Site',
|
|
70
|
+
html: '<p><strong>Better Mixing:</strong> Always add powder (cement/lime) to water, not the other way around. This promotes more homogeneous hydration and helps avoid hard-to-dissolve lumps that can affect the final strength of the material.</p>',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
type: 'title',
|
|
74
|
+
text: 'Budget Management: Cost Breakdown and Economic Optimization',
|
|
75
|
+
level: 2,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
type: 'paragraph',
|
|
79
|
+
html: "A project without a budget is a project that falls apart. Our cost calculator lets you break down the price of each material, estimated labor, tools and contingencies. By optimizing cuts and reducing waste by 20%, you save significantly. Documenting every expense from the start allows real-time adjustments if surprises arise, letting you decide whether to complete the project, reduce scope or seek additional funding before it's too late.",
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'Sustainability and Recycled Materials in DIY',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: "Modern DIY is ecological. Reusing boards, recycling resins, leveraging construction offcuts is the current trend. Our tools include conversions for recycled materials: if you find an old 80cm door and need 25cm panels, the cut optimizer shows you exactly how to use it. Building with environmental awareness is not just responsible; it's cheaper and more creative.",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'The democratization of personal manufacturing',
|
|
93
|
+
level: 2,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'Access to <strong>simplified engineering software</strong> enables anyone to execute projects that previously required years of specialization. These tools are the bridge between your idea and its physical realization, giving you the confidence of data to build the world around you.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'stats',
|
|
101
|
+
columns: 2,
|
|
102
|
+
items: [
|
|
103
|
+
{ label: 'Optimization', value: '95%+ Material', icon: 'mdi:saw-blade' },
|
|
104
|
+
{ label: 'Safety', value: 'Standards-based', icon: 'mdi:ruler-square' },
|
|
105
|
+
{ label: 'Materials', value: 'Recoverable', icon: 'mdi:tools' },
|
|
106
|
+
{ label: 'Precision', value: 'Millimetric', icon: 'mdi:calculator' },
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
};
|
package/src/category/i18n/es.ts
CHANGED
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
-
|
|
3
|
-
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: 'diy',
|
|
5
|
-
title: 'Herramientas y Calculadoras para Proyectos DIY y Construcción',
|
|
6
|
-
description:
|
|
7
|
-
'Planifica tus proyectos de bricolaje con herramientas
|
|
8
|
-
seo: [
|
|
9
|
-
{
|
|
10
|
-
type: 'title',
|
|
11
|
-
text: 'Ingeniería Doméstica y Proyectos DIY: Del Diseño a la Realidad',
|
|
12
|
-
level: 2,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
type: 'paragraph',
|
|
16
|
-
html: 'El movimiento <strong>Do It Yourself (DIY)</strong> ha dejado de ser un simple pasatiempo para convertirse en una forma de soberanía técnica y creativa. En esta sección, proporcionamos una suite de <strong>herramientas gratuitas online</strong> diseñadas para makers, artesanos y aficionados a la construcción que buscan resultados profesionales. Aplicamos modelos matemáticos y normativas técnicas para que cada corte, cada mezcla y cada estructura sea segura y precisa.',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
type: 'paragraph',
|
|
20
|
-
html: 'Desde el cálculo de la dosificación
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
type: 'title',
|
|
24
|
-
text: 'Construcción y Reformas: Hormigón, Morteros y Escaleras',
|
|
25
|
-
level: 2,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
type: 'paragraph',
|
|
29
|
-
html: 'La base de cualquier estructura es su mezcla. Nuestra calculadora de <strong>mezcla de hormigón</strong>
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
type: 'title',
|
|
33
|
-
text: 'Carpintería y Optimización de Materiales',
|
|
34
|
-
level: 2,
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
type: 'paragraph',
|
|
38
|
-
html: 'El material es caro y el desperdicio es inaceptable. El <strong>optimizador de cortes</strong> calcula la mejor distribución de piezas sobre listones o tableros, minimizando el sobrante. Para proyectos de mobiliario, la calculadora <strong>"¿Cabe el mueble?"</strong> analiza dimensiones de puertas y ascensores para evitar sorpresas logísticas durante el montaje.',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
type: 'title',
|
|
42
|
-
text: 'Artesanía y Nuevos Materiales: Arcilla y Resina Epoxi',
|
|
43
|
-
level: 2,
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
type: 'paragraph',
|
|
47
|
-
html: 'Los materiales dinámicos requieren cálculos de cambio de estado. En cerámica, la <strong>calculadora de arcilla</strong> estima el factor de contracción durante el secado y la cocción para que tus piezas finales tengan el tamaño exacto deseado. Para el vertido de resinas, nuestra utilidad calcula el volumen total y la proporción de mezcla según el peso o volumen del componente A y B, evitando burbujas y falta de curado.',
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
type: 'title',
|
|
51
|
-
text: 'Electricidad y Seguridad Técnica',
|
|
52
|
-
level: 2,
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
type: 'paragraph',
|
|
56
|
-
html: 'Un mal cálculo eléctrico puede causar incendios. Nuestra calculadora de <strong>caída de tensión</strong> determina la sección mínima de cable necesaria según la longitud de la línea y la carga conectada (12V/24V/230V), asegurando que tus instalaciones solares o domésticas funcionen bajo estándares de seguridad vigentes.',
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
type: 'list',
|
|
60
|
-
items: [
|
|
61
|
-
'<strong>Ahorro de Costes:</strong> Minimiza el desperdicio de materiales caros como resinas, madera y metales mediante optimización algorítmica.',
|
|
62
|
-
'<strong>Seguridad Estructural:</strong> Cálculos basados en normativas de construcción (Blondel, REBT) para proyectos seguros.',
|
|
63
|
-
'<strong>Precisión en el Detalle:</strong> Factores de corrección para dilatación térmica, contracción química y holguras de montaje.',
|
|
64
|
-
'<strong>Herramientas Offline-Ready:</strong> Úsalas en el taller o la obra sin necesidad de apps pesadas.',
|
|
65
|
-
],
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
type: 'tip',
|
|
69
|
-
title: 'Tip de Ejecución en Obra',
|
|
70
|
-
html: '<p><strong>Mezcla
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
type: 'title',
|
|
74
|
-
text: 'Gestión de Presupuesto: Desglose de Costes y Optimización Económica',
|
|
75
|
-
level: 2,
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
type: 'paragraph',
|
|
79
|
-
html: 'Un proyecto sin presupuesto es un proyecto que se desmorona. Nuestra calculadora de costes permite desglosar el precio de cada material, mano de obra estimada, herramientas y contingencias. Al optimizar cortes, reducir desperdicio un 20%, ahorras significativamente. Documentar cada gasto desde el inicio facilita ajustes en tiempo real si aparecen sorpresas, permitiéndote decidir si completar el proyecto, reducir alcance o buscar financiación adicional antes de ser demasiado tarde.',
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
type: 'title',
|
|
83
|
-
text: 'Sostenibilidad y Materiales Reciclados en DIY',
|
|
84
|
-
level: 2,
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
type: 'paragraph',
|
|
88
|
-
html: 'El DIY moderno es ecológico. Reutilizar tableros, reciclar resinas, aprovechar descartes de obra es la tendencia actual. Nuestras herramientas incluyen conversiones para materiales reciclados: si encuentras una puerta vieja de 80cm y necesitas paneles de 25cm, el optimizador de cortes te muestra exactamente cómo aprovecharla. Construir con conciencia ambiental no solo es responsable; es más barato y creativo.',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
type: 'title',
|
|
92
|
-
text: 'La democratización de la fabricación personal',
|
|
93
|
-
level: 2,
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
type: 'paragraph',
|
|
97
|
-
html: 'El acceso a <strong>software de ingeniería simplificado</strong> permite que cualquier persona pueda ejecutar proyectos que antes requerían años de especialización. Estas herramientas son el puente entre tu idea y su realización física, dándote la confianza de los datos para construir el mundo que te rodea. Ya no necesitas un título en ingeniería civil para montar escaleras seguras; necesitas una calculadora y el conocimiento de dónde encontrar los estándares técnicos que la respaldan.',
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
type: 'stats',
|
|
101
|
-
columns: 2,
|
|
102
|
-
items: [
|
|
103
|
-
{ label: 'Optimización', value: 'Material 95%+', icon: 'mdi:saw-blade' },
|
|
104
|
-
{ label: 'Seguridad', value: 'Normativa', icon: 'mdi:ruler-square' },
|
|
105
|
-
{ label: 'Materiales', value: 'Recuperación', icon: 'mdi:tools' },
|
|
106
|
-
{ label: 'Precisión', value: 'Milimétrica', icon: 'mdi:calculator' },
|
|
107
|
-
],
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
};
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'diy',
|
|
5
|
+
title: 'Herramientas y Calculadoras para Proyectos DIY y Construcción',
|
|
6
|
+
description:
|
|
7
|
+
'Planifica tus proyectos de bricolaje con herramientas online gratuitas para arcilla, resina, hormigón, cortes y diseño de escaleras.',
|
|
8
|
+
seo: [
|
|
9
|
+
{
|
|
10
|
+
type: 'title',
|
|
11
|
+
text: 'Ingeniería Doméstica y Proyectos DIY: Del Diseño a la Realidad',
|
|
12
|
+
level: 2,
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
type: 'paragraph',
|
|
16
|
+
html: 'El movimiento <strong>Do It Yourself (DIY)</strong> ha dejado de ser un simple pasatiempo para convertirse en una forma de soberanía técnica y creativa. En esta sección, proporcionamos una suite de <strong>herramientas gratuitas online</strong> diseñadas para makers, artesanos y aficionados a la construcción que buscan resultados profesionales. Aplicamos modelos matemáticos y normativas técnicas para que cada corte, cada mezcla y cada estructura sea segura y precisa.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
type: 'paragraph',
|
|
20
|
+
html: 'Desde el cálculo de la dosificación del hormigón hasta la optimización de cortes en tableros de madera, nuestras utilidades ayudan a reducir el desperdicio de material y hacen más fáciles de revisar las decisiones del proyecto.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
type: 'title',
|
|
24
|
+
text: 'Construcción y Reformas: Hormigón, Morteros y Escaleras',
|
|
25
|
+
level: 2,
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'paragraph',
|
|
29
|
+
html: 'La base de cualquier estructura es su mezcla. Nuestra calculadora de <strong>mezcla de hormigón</strong> estima la dosificación de cemento, arena y grava según el volumen necesario. Para trabajos de albañilería fina, la <strong>calculadora de morteros</strong> ajusta las proporciones de cal y arena para revocos duraderos. Además, el trazado de escaleras utiliza la <strong>Ley de Blondel</strong> para ayudarte a comprobar proporciones cómodas y normativas.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
type: 'title',
|
|
33
|
+
text: 'Carpintería y Optimización de Materiales',
|
|
34
|
+
level: 2,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
type: 'paragraph',
|
|
38
|
+
html: 'El material es caro y el desperdicio es inaceptable. El <strong>optimizador de cortes</strong> calcula la mejor distribución de piezas sobre listones o tableros, minimizando el sobrante. Para proyectos de mobiliario, la calculadora <strong>"¿Cabe el mueble?"</strong> analiza dimensiones de puertas y ascensores para evitar sorpresas logísticas durante el montaje.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
type: 'title',
|
|
42
|
+
text: 'Artesanía y Nuevos Materiales: Arcilla y Resina Epoxi',
|
|
43
|
+
level: 2,
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
type: 'paragraph',
|
|
47
|
+
html: 'Los materiales dinámicos requieren cálculos de cambio de estado. En cerámica, la <strong>calculadora de arcilla</strong> estima el factor de contracción durante el secado y la cocción para que tus piezas finales tengan el tamaño exacto deseado. Para el vertido de resinas, nuestra utilidad calcula el volumen total y la proporción de mezcla según el peso o volumen del componente A y B, evitando burbujas y falta de curado.',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
type: 'title',
|
|
51
|
+
text: 'Electricidad y Seguridad Técnica',
|
|
52
|
+
level: 2,
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
type: 'paragraph',
|
|
56
|
+
html: 'Un mal cálculo eléctrico puede causar incendios. Nuestra calculadora de <strong>caída de tensión</strong> determina la sección mínima de cable necesaria según la longitud de la línea y la carga conectada (12V/24V/230V), asegurando que tus instalaciones solares o domésticas funcionen bajo estándares de seguridad vigentes.',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
type: 'list',
|
|
60
|
+
items: [
|
|
61
|
+
'<strong>Ahorro de Costes:</strong> Minimiza el desperdicio de materiales caros como resinas, madera y metales mediante optimización algorítmica.',
|
|
62
|
+
'<strong>Seguridad Estructural:</strong> Cálculos basados en normativas de construcción (Blondel, REBT) para proyectos seguros.',
|
|
63
|
+
'<strong>Precisión en el Detalle:</strong> Factores de corrección para dilatación térmica, contracción química y holguras de montaje.',
|
|
64
|
+
'<strong>Herramientas Offline-Ready:</strong> Úsalas en el taller o la obra sin necesidad de apps pesadas.',
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
type: 'tip',
|
|
69
|
+
title: 'Tip de Ejecución en Obra',
|
|
70
|
+
html: '<p><strong>Mejor Mezcla:</strong> Siempre añade los polvos (cemento/cal) al agua, no al revés. Esto favorece una hidratación más homogénea y ayuda a evitar grumos difíciles de disolver que pueden afectar a la resistencia final del material.</p>',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
type: 'title',
|
|
74
|
+
text: 'Gestión de Presupuesto: Desglose de Costes y Optimización Económica',
|
|
75
|
+
level: 2,
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
type: 'paragraph',
|
|
79
|
+
html: 'Un proyecto sin presupuesto es un proyecto que se desmorona. Nuestra calculadora de costes permite desglosar el precio de cada material, mano de obra estimada, herramientas y contingencias. Al optimizar cortes, reducir desperdicio un 20%, ahorras significativamente. Documentar cada gasto desde el inicio facilita ajustes en tiempo real si aparecen sorpresas, permitiéndote decidir si completar el proyecto, reducir alcance o buscar financiación adicional antes de ser demasiado tarde.',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
type: 'title',
|
|
83
|
+
text: 'Sostenibilidad y Materiales Reciclados en DIY',
|
|
84
|
+
level: 2,
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'paragraph',
|
|
88
|
+
html: 'El DIY moderno es ecológico. Reutilizar tableros, reciclar resinas, aprovechar descartes de obra es la tendencia actual. Nuestras herramientas incluyen conversiones para materiales reciclados: si encuentras una puerta vieja de 80cm y necesitas paneles de 25cm, el optimizador de cortes te muestra exactamente cómo aprovecharla. Construir con conciencia ambiental no solo es responsable; es más barato y creativo.',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'title',
|
|
92
|
+
text: 'La democratización de la fabricación personal',
|
|
93
|
+
level: 2,
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'paragraph',
|
|
97
|
+
html: 'El acceso a <strong>software de ingeniería simplificado</strong> permite que cualquier persona pueda ejecutar proyectos que antes requerían años de especialización. Estas herramientas son el puente entre tu idea y su realización física, dándote la confianza de los datos para construir el mundo que te rodea. Ya no necesitas un título en ingeniería civil para montar escaleras seguras; necesitas una calculadora y el conocimiento de dónde encontrar los estándares técnicos que la respaldan.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
type: 'stats',
|
|
101
|
+
columns: 2,
|
|
102
|
+
items: [
|
|
103
|
+
{ label: 'Optimización', value: 'Material 95%+', icon: 'mdi:saw-blade' },
|
|
104
|
+
{ label: 'Seguridad', value: 'Normativa', icon: 'mdi:ruler-square' },
|
|
105
|
+
{ label: 'Materiales', value: 'Recuperación', icon: 'mdi:tools' },
|
|
106
|
+
{ label: 'Precisión', value: 'Milimétrica', icon: 'mdi:calculator' },
|
|
107
|
+
],
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
};
|