@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
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
import type { WorkshopFractionConverterUI } from '../ui';
|
|
4
|
-
import { bibliography } from '../bibliography';
|
|
5
|
-
|
|
6
|
-
const slug = 'workshop-fraction-converter';
|
|
7
|
-
const title = '워크숍용 분수 미리 변환기';
|
|
8
|
-
const description = '분수 단위 인치를 즉시 밀리미터로 변환하세요. 워크숍에 적합한 표준 규격 볼트, 나사, 소켓을 찾아줍니다. 기름진 손이나 장갑을 낀 상태에서도 사용하기 편리하도록 설계되었습니다.';
|
|
9
|
-
|
|
10
|
-
const faqData = [
|
|
11
|
-
{
|
|
12
|
-
question: '왜 분수를 밀리미터로 변환해야 하나요?',
|
|
13
|
-
answer: '대부분의 현대식 공구와 부품은 미터법을 사용하지만, 오래된 공구나 사양서에는 여전히 분수 단위 인치가 사용됩니다. 이 변환기는 그 차이를 메워 정확한 미터법 환산값이나 가장 가까운 표준 규격 사이즈를 찾도록 도와줍니다.',
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
question: '1/2인치와 12.7mm의 차이는 무엇인가요?',
|
|
17
|
-
answer: '1/2인치는 정확히 12.7밀리미터입니다 (0.5 × 25.4 = 12.7). 표준 규격에서는 제조사들이 공통 부품 사이즈를 양쪽 시스템에 맞추기 때문에 미터법 공구와 인치법 공구가 서로 호환되는 경우가 많습니다.',
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
question: '왜 "가장 가까운 부품"이 표시되나요?',
|
|
21
|
-
answer: '정확한 변환값이 표준 부품 사이즈 사이에 위치하는 경우가 많기 때문입니다. 이 도구는 사용자의 측정값과 가장 가까운 시판 볼트나 소켓을 찾아주어 워크숍에 있는 것을 활용할 수 있게 합니다.',
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
question: '목공 정밀도와 금속 정밀도의 차이는 무엇인가요?',
|
|
25
|
-
answer: '목공에서는 0.5mm 정도의 차이는 무시되는 경우가 많지만, 금속 가공이나 정밀 기계 작업에서는 0.1mm가 매우 중요합니다. 정밀 모드는 재료에 따른 허용 오차 범위를 안내합니다.',
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
question: '오프라인에서도 사용할 수 있나요?',
|
|
29
|
-
answer: '네. 모든 계산은 브라우저에서 수행됩니다. 첫 로딩 후에는 완전히 오프라인으로 작동하므로 WiFi가 없는 워크숍에서도 사용하기에 적합합니다.',
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
question: '히스토리 기능이 있는 이유는 무엇인가요?',
|
|
33
|
-
answer: '분해 작업이나 부품이 많은 프로젝트를 수행할 때, 히스토리 기능을 통해 다시 입력할 필요 없이 측정값을 참조할 수 있으며 작업 중에 부품 리스트를 작성하는 데 도움이 됩니다.',
|
|
34
|
-
},
|
|
35
|
-
];
|
|
36
|
-
|
|
37
|
-
const howToData = [
|
|
38
|
-
{
|
|
39
|
-
name: '측정 유형 선택',
|
|
40
|
-
text: '분수를 밀리미터로 변환하려면 "순방향"을, 캘리퍼스로 측정한 값에서 분수를 찾으려면 "역방향"을 선택하세요.',
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: '값 입력',
|
|
44
|
-
text: '3열 입력란(정수, 분자, 분모)을 사용하거나 퀵 프리셋 버튼을 누르세요. 스텝 버튼을 사용하면 타이핑 없이 조정할 수 있습니다.',
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
name: '결과 확인',
|
|
48
|
-
text: '정확한 환산값과 함께 가장 가까운 표준 볼트 및 소켓 사이즈가 표시됩니다. 시각적 스케일을 통해 비례를 파악할 수 있습니다.',
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
name: '히스토리에 저장',
|
|
52
|
-
text: '"히스토리에 저장"을 클릭하여 측정값을 기록하세요. 히스토리는 브라우저를 닫아도 유지됩니다.',
|
|
53
|
-
},
|
|
54
|
-
];
|
|
55
|
-
|
|
56
|
-
const faqSchema: WithContext<FAQPage> = {
|
|
57
|
-
'@context': 'https://schema.org',
|
|
58
|
-
'@type': 'FAQPage',
|
|
59
|
-
mainEntity: faqData.map((item) => ({
|
|
60
|
-
'@type': 'Question',
|
|
61
|
-
name: item.question,
|
|
62
|
-
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
63
|
-
})),
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
const howToSchema: WithContext<HowToThing> = {
|
|
67
|
-
'@context': 'https://schema.org',
|
|
68
|
-
'@type': 'HowTo',
|
|
69
|
-
name: title,
|
|
70
|
-
description,
|
|
71
|
-
step: howToData.map((step, i) => ({
|
|
72
|
-
'@type': 'HowToStep',
|
|
73
|
-
position: i + 1,
|
|
74
|
-
name: step.name,
|
|
75
|
-
text: step.text,
|
|
76
|
-
})),
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
const appSchema: WithContext<SoftwareApplication> = {
|
|
80
|
-
'@context': 'https://schema.org',
|
|
81
|
-
'@type': 'SoftwareApplication',
|
|
82
|
-
name: title,
|
|
83
|
-
description,
|
|
84
|
-
applicationCategory: 'UtilityApplication',
|
|
85
|
-
operatingSystem: 'All',
|
|
86
|
-
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
87
|
-
inLanguage: 'ko',
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
export const content: ToolLocaleContent<WorkshopFractionConverterUI> = {
|
|
91
|
-
slug,
|
|
92
|
-
title,
|
|
93
|
-
description,
|
|
94
|
-
faqTitle: '자주 묻는 질문',
|
|
95
|
-
faq: faqData,
|
|
96
|
-
bibliography,
|
|
97
|
-
howTo: howToData,
|
|
98
|
-
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
-
seo: [
|
|
100
|
-
{ type: 'title', text: '워크숍에서 정밀한 분수 변환이 중요한 이유', level: 2 },
|
|
101
|
-
{ type: 'paragraph', html: '전문적인 작업장이나 고급 DIY 프로젝트에서 "대략적인" 측정은 종종 볼트 마모, 불안정한 결합 또는 조립 실패로 이어집니다. 이 도구는 전통적인 인치 단위와 정밀한 미터법 사이의 간극을 메워 워크숍 프로젝트가 전문가 수준의 표준을 유지할 수 있도록 설계되었습니다.' },
|
|
102
|
-
{ type: 'title', text: '표준 변환: 1/2" vs. 12.7mm', level: 3 },
|
|
103
|
-
{ type: 'card', icon: 'mdi:ruler-square', title: '미터법과 인치법은 호환되나요?', html: '<p>많은 사람들이 그렇다고 가정합니다. 1/2"는 정확히 12.7mm이지만, 가장 가까운 표준 미터법 소켓은 13mm입니다. 잘못된 도구를 사용하면 볼트 머리가 뭉개질 수 있습니다. 당사의 변환기는 하드웨어를 손상시키지 않도록 <strong>가장 가까운 표준 공구 일치 항목</strong>을 식별합니다.</p>' },
|
|
104
|
-
{ type: 'title', text: '목공 vs. 금속 가공 공차', level: 3 },
|
|
105
|
-
{ type: 'paragraph', html: '공차 요구 사항은 직종에 따라 크게 다릅니다. <strong>목공</strong>에서는 1/64"(0.4mm)의 공차가 보통 허용됩니다. <strong>금속 가공 및 기계 가공</strong>에서는 0.1mm 또는 0.01mm가 중요합니다. 당사의 도구에는 특정 재료에 대해 어떤 표준 패스너가 가장 안전한지 결정하는 데 도움이 되는 정밀 모드가 포함되어 있습니다.' },
|
|
106
|
-
{ type: 'title', text: '정확한 측정을 위한 3가지 필수 팁', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: '<strong>1. 캘리퍼스 사용:</strong> 역방향 검색 시 가장 정확한 밀리미터 입력을 위해 항상 디지털 캘리퍼스를 사용하십시오. <strong>2. 마모 확인:</strong> 오래된 소켓과 볼트는 모서리가 마모되었을 수 있어 "가장 가까운 일치"가 더욱 중요해집니다. <strong>3. 나사산 피치 확인:</strong> 헤드 크기가 일치하더라도 나사산 피치(미터법 vs. 인치법)는 항상 다르다는 점을 기억하십시오.' },
|
|
108
|
-
],
|
|
109
|
-
ui: {
|
|
110
|
-
labelFraction: '측정 유형',
|
|
111
|
-
labelWhole: '정수',
|
|
112
|
-
labelNumerator: '분자',
|
|
113
|
-
labelDenominator: '분모',
|
|
114
|
-
labelInches: '인치',
|
|
115
|
-
labelMillimeters: '밀리미터',
|
|
116
|
-
resultTitle: '변환 결과',
|
|
117
|
-
resultFraction: '분수',
|
|
118
|
-
resultInches: '인치',
|
|
119
|
-
resultMillimeters: '밀리미터',
|
|
120
|
-
matchTitle: '가장 가까운 규격',
|
|
121
|
-
matchClosestFastener: '표준 볼트 또는 부품 사이즈',
|
|
122
|
-
matchClosestSocket: '표준 소켓 또는 렌치 사이즈',
|
|
123
|
-
matchDifference: '측정값과의 차이',
|
|
124
|
-
matchRecommendation: '재고가 있는 경우 이 사이즈를 사용하세요',
|
|
125
|
-
reverseSearchTitle: '역방향 검색',
|
|
126
|
-
reverseSearchLabel: '측정값 (mm)',
|
|
127
|
-
reverseSearchButton: '분수 찾기',
|
|
128
|
-
reverseSearchHint: '캘리퍼스로 측정한 값을 입력하세요',
|
|
129
|
-
unitMm: 'mm',
|
|
130
|
-
unitInch: 'in',
|
|
131
|
-
modeForward: '분수 → 미리',
|
|
132
|
-
modeReverse: '미리 → 분수',
|
|
133
|
-
precisionLabel: '정밀 모드',
|
|
134
|
-
precisionCarpentry: '목공',
|
|
135
|
-
precisionMetal: '금속 가공',
|
|
136
|
-
buttonConvert: '변환',
|
|
137
|
-
buttonClear: '지우기',
|
|
138
|
-
buttonCopyResult: '결과 복사',
|
|
139
|
-
buttonSaveToHistory: '히스토리에 저장',
|
|
140
|
-
historyTitle: '히스토리',
|
|
141
|
-
historyEmpty: '저장된 측정값이 없습니다',
|
|
142
|
-
historyRemove: '삭제',
|
|
143
|
-
helpText: '측정값을 선택하거나 분수를 입력하여 시작하세요.',
|
|
144
|
-
toolOverline: '워크숍 툴',
|
|
145
|
-
labelVisualReference: '시각적 참조 (1인치 = 96px)',
|
|
146
|
-
},
|
|
147
|
-
};
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { WorkshopFractionConverterUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'workshop-fraction-converter';
|
|
7
|
+
const title = '워크숍용 분수 미리 변환기';
|
|
8
|
+
const description = '분수 단위 인치를 즉시 밀리미터로 변환하세요. 워크숍에 적합한 표준 규격 볼트, 나사, 소켓을 찾아줍니다. 기름진 손이나 장갑을 낀 상태에서도 사용하기 편리하도록 설계되었습니다.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: '왜 분수를 밀리미터로 변환해야 하나요?',
|
|
13
|
+
answer: '대부분의 현대식 공구와 부품은 미터법을 사용하지만, 오래된 공구나 사양서에는 여전히 분수 단위 인치가 사용됩니다. 이 변환기는 그 차이를 메워 정확한 미터법 환산값이나 가장 가까운 표준 규격 사이즈를 찾도록 도와줍니다.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '1/2인치와 12.7mm의 차이는 무엇인가요?',
|
|
17
|
+
answer: '1/2인치는 정확히 12.7밀리미터입니다 (0.5 × 25.4 = 12.7). 표준 규격에서는 제조사들이 공통 부품 사이즈를 양쪽 시스템에 맞추기 때문에 미터법 공구와 인치법 공구가 서로 호환되는 경우가 많습니다.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '왜 "가장 가까운 부품"이 표시되나요?',
|
|
21
|
+
answer: '정확한 변환값이 표준 부품 사이즈 사이에 위치하는 경우가 많기 때문입니다. 이 도구는 사용자의 측정값과 가장 가까운 시판 볼트나 소켓을 찾아주어 워크숍에 있는 것을 활용할 수 있게 합니다.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: '목공 정밀도와 금속 정밀도의 차이는 무엇인가요?',
|
|
25
|
+
answer: '목공에서는 0.5mm 정도의 차이는 무시되는 경우가 많지만, 금속 가공이나 정밀 기계 작업에서는 0.1mm가 매우 중요합니다. 정밀 모드는 재료에 따른 허용 오차 범위를 안내합니다.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: '오프라인에서도 사용할 수 있나요?',
|
|
29
|
+
answer: '네. 모든 계산은 브라우저에서 수행됩니다. 첫 로딩 후에는 완전히 오프라인으로 작동하므로 WiFi가 없는 워크숍에서도 사용하기에 적합합니다.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: '히스토리 기능이 있는 이유는 무엇인가요?',
|
|
33
|
+
answer: '분해 작업이나 부품이 많은 프로젝트를 수행할 때, 히스토리 기능을 통해 다시 입력할 필요 없이 측정값을 참조할 수 있으며 작업 중에 부품 리스트를 작성하는 데 도움이 됩니다.',
|
|
34
|
+
},
|
|
35
|
+
];
|
|
36
|
+
|
|
37
|
+
const howToData = [
|
|
38
|
+
{
|
|
39
|
+
name: '측정 유형 선택',
|
|
40
|
+
text: '분수를 밀리미터로 변환하려면 "순방향"을, 캘리퍼스로 측정한 값에서 분수를 찾으려면 "역방향"을 선택하세요.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: '값 입력',
|
|
44
|
+
text: '3열 입력란(정수, 분자, 분모)을 사용하거나 퀵 프리셋 버튼을 누르세요. 스텝 버튼을 사용하면 타이핑 없이 조정할 수 있습니다.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: '결과 확인',
|
|
48
|
+
text: '정확한 환산값과 함께 가장 가까운 표준 볼트 및 소켓 사이즈가 표시됩니다. 시각적 스케일을 통해 비례를 파악할 수 있습니다.',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: '히스토리에 저장',
|
|
52
|
+
text: '"히스토리에 저장"을 클릭하여 측정값을 기록하세요. 히스토리는 브라우저를 닫아도 유지됩니다.',
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'FAQPage',
|
|
59
|
+
mainEntity: faqData.map((item) => ({
|
|
60
|
+
'@type': 'Question',
|
|
61
|
+
name: item.question,
|
|
62
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'HowTo',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
step: howToData.map((step, i) => ({
|
|
72
|
+
'@type': 'HowToStep',
|
|
73
|
+
position: i + 1,
|
|
74
|
+
name: step.name,
|
|
75
|
+
text: step.text,
|
|
76
|
+
})),
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
80
|
+
'@context': 'https://schema.org',
|
|
81
|
+
'@type': 'SoftwareApplication',
|
|
82
|
+
name: title,
|
|
83
|
+
description,
|
|
84
|
+
applicationCategory: 'UtilityApplication',
|
|
85
|
+
operatingSystem: 'All',
|
|
86
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
87
|
+
inLanguage: 'ko',
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
export const content: ToolLocaleContent<WorkshopFractionConverterUI> = {
|
|
91
|
+
slug,
|
|
92
|
+
title,
|
|
93
|
+
description,
|
|
94
|
+
faqTitle: '자주 묻는 질문',
|
|
95
|
+
faq: faqData,
|
|
96
|
+
bibliography,
|
|
97
|
+
howTo: howToData,
|
|
98
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
+
seo: [
|
|
100
|
+
{ type: 'title', text: '워크숍에서 정밀한 분수 변환이 중요한 이유', level: 2 },
|
|
101
|
+
{ type: 'paragraph', html: '전문적인 작업장이나 고급 DIY 프로젝트에서 "대략적인" 측정은 종종 볼트 마모, 불안정한 결합 또는 조립 실패로 이어집니다. 이 도구는 전통적인 인치 단위와 정밀한 미터법 사이의 간극을 메워 워크숍 프로젝트가 전문가 수준의 표준을 유지할 수 있도록 설계되었습니다.' },
|
|
102
|
+
{ type: 'title', text: '표준 변환: 1/2" vs. 12.7mm', level: 3 },
|
|
103
|
+
{ type: 'card', icon: 'mdi:ruler-square', title: '미터법과 인치법은 호환되나요?', html: '<p>많은 사람들이 그렇다고 가정합니다. 1/2"는 정확히 12.7mm이지만, 가장 가까운 표준 미터법 소켓은 13mm입니다. 잘못된 도구를 사용하면 볼트 머리가 뭉개질 수 있습니다. 당사의 변환기는 하드웨어를 손상시키지 않도록 <strong>가장 가까운 표준 공구 일치 항목</strong>을 식별합니다.</p>' },
|
|
104
|
+
{ type: 'title', text: '목공 vs. 금속 가공 공차', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: '공차 요구 사항은 직종에 따라 크게 다릅니다. <strong>목공</strong>에서는 1/64"(0.4mm)의 공차가 보통 허용됩니다. <strong>금속 가공 및 기계 가공</strong>에서는 0.1mm 또는 0.01mm가 중요합니다. 당사의 도구에는 특정 재료에 대해 어떤 표준 패스너가 가장 안전한지 결정하는 데 도움이 되는 정밀 모드가 포함되어 있습니다.' },
|
|
106
|
+
{ type: 'title', text: '정확한 측정을 위한 3가지 필수 팁', level: 3 },
|
|
107
|
+
{ type: 'paragraph', html: '<strong>1. 캘리퍼스 사용:</strong> 역방향 검색 시 가장 정확한 밀리미터 입력을 위해 항상 디지털 캘리퍼스를 사용하십시오. <strong>2. 마모 확인:</strong> 오래된 소켓과 볼트는 모서리가 마모되었을 수 있어 "가장 가까운 일치"가 더욱 중요해집니다. <strong>3. 나사산 피치 확인:</strong> 헤드 크기가 일치하더라도 나사산 피치(미터법 vs. 인치법)는 항상 다르다는 점을 기억하십시오.' },
|
|
108
|
+
],
|
|
109
|
+
ui: {
|
|
110
|
+
labelFraction: '측정 유형',
|
|
111
|
+
labelWhole: '정수',
|
|
112
|
+
labelNumerator: '분자',
|
|
113
|
+
labelDenominator: '분모',
|
|
114
|
+
labelInches: '인치',
|
|
115
|
+
labelMillimeters: '밀리미터',
|
|
116
|
+
resultTitle: '변환 결과',
|
|
117
|
+
resultFraction: '분수',
|
|
118
|
+
resultInches: '인치',
|
|
119
|
+
resultMillimeters: '밀리미터',
|
|
120
|
+
matchTitle: '가장 가까운 규격',
|
|
121
|
+
matchClosestFastener: '표준 볼트 또는 부품 사이즈',
|
|
122
|
+
matchClosestSocket: '표준 소켓 또는 렌치 사이즈',
|
|
123
|
+
matchDifference: '측정값과의 차이',
|
|
124
|
+
matchRecommendation: '재고가 있는 경우 이 사이즈를 사용하세요',
|
|
125
|
+
reverseSearchTitle: '역방향 검색',
|
|
126
|
+
reverseSearchLabel: '측정값 (mm)',
|
|
127
|
+
reverseSearchButton: '분수 찾기',
|
|
128
|
+
reverseSearchHint: '캘리퍼스로 측정한 값을 입력하세요',
|
|
129
|
+
unitMm: 'mm',
|
|
130
|
+
unitInch: 'in',
|
|
131
|
+
modeForward: '분수 → 미리',
|
|
132
|
+
modeReverse: '미리 → 분수',
|
|
133
|
+
precisionLabel: '정밀 모드',
|
|
134
|
+
precisionCarpentry: '목공',
|
|
135
|
+
precisionMetal: '금속 가공',
|
|
136
|
+
buttonConvert: '변환',
|
|
137
|
+
buttonClear: '지우기',
|
|
138
|
+
buttonCopyResult: '결과 복사',
|
|
139
|
+
buttonSaveToHistory: '히스토리에 저장',
|
|
140
|
+
historyTitle: '히스토리',
|
|
141
|
+
historyEmpty: '저장된 측정값이 없습니다',
|
|
142
|
+
historyRemove: '삭제',
|
|
143
|
+
helpText: '측정값을 선택하거나 분수를 입력하여 시작하세요.',
|
|
144
|
+
toolOverline: '워크숍 툴',
|
|
145
|
+
labelVisualReference: '시각적 참조 (1인치 = 96px)',
|
|
146
|
+
},
|
|
147
|
+
};
|
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
import type { WorkshopFractionConverterUI } from '../ui';
|
|
4
|
-
import { bibliography } from '../bibliography';
|
|
5
|
-
|
|
6
|
-
const slug = 'werkplaats-breuk-naar-millimeter-omzetter';
|
|
7
|
-
const title = 'Werkplaats Omzetter: Breuken naar Millimeters';
|
|
8
|
-
const description = 'Zet inch-breuken direct om in millimeters. Vind de dichtstbijzijnde standaard bouten, moeren en doppen voor je werkplaats. Ontworpen voor vuile handen en werkhandschoenen.';
|
|
9
|
-
|
|
10
|
-
const faqData = [
|
|
11
|
-
{
|
|
12
|
-
question: 'Waarom moet ik breuken omzetten naar millimeters?',
|
|
13
|
-
answer: 'De meeste moderne gereedschappen en bevestigingsmiddelen gebruiken het metrische systeem, maar veel vintage gereedschap en specificaties gebruiken nog inch-breuken. Deze omzetter overbrugt die kloof en helpt je het exacte metrische equivalent of de dichtstbijzijnde standaardmaat te vinden.',
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
question: 'Wat is het verschil tussen 1/2 inch en 12,7 mm?',
|
|
17
|
-
answer: '1/2 inch is exact gelijk aan 12,7 millimeter (0,5 × 25,4 = 12,7). Metrisch en imperiaal gereedschap is vaak uitwisselbaar bij standaardmaten omdat fabrikanten gangbare maten in beide systemen op elkaar afstemmen.',
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
question: 'Waarom toont de tool de "dichtstbijzijnde match"?',
|
|
21
|
-
answer: 'Omdat exacte conversies vaak tussen de standaardmaten in vallen. De tool vindt de commercieel verkrijgbare bout of dop die het dichtst bij je meting ligt, zodat je kunt gebruiken wat er in je werkplaats ligt.',
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
question: 'Wat is het verschil tussen houtbewerkings- en metaalprecisie?',
|
|
25
|
-
answer: 'Bij houtbewerking zijn verschillen van 0,5 mm vaak verwaarloosbaar. Bij metaalbewerking en verspaning telt elke 0,1 mm. De precisiemodus geeft acceptabele toleranties aan voor jouw materiaal.',
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
question: 'Kan ik deze tool offline gebruiken?',
|
|
29
|
-
answer: 'Ja. Alle berekeningen gebeuren in je browser. De tool werkt volledig offline na de eerste keer laden, ideaal voor gebruik in de werkplaats zonder WiFi.',
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
question: 'Waarom heeft de tool een geschiedenis?',
|
|
33
|
-
answer: 'Bij demontage of projecten met veel onderdelen kun je in de geschiedenis metingen terugzoeken zonder ze opnieuw in te voeren, en zo tijdens het werk een onderdelenlijst opbouwen.',
|
|
34
|
-
},
|
|
35
|
-
];
|
|
36
|
-
|
|
37
|
-
const howToData = [
|
|
38
|
-
{
|
|
39
|
-
name: 'Kies het type meting',
|
|
40
|
-
text: 'Kies "Direct" om een breuk naar millimeters om te zetten, of "Omgekeerd" om de breuk te vinden voor een maat die je met een schuifmaat hebt genomen.',
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'Voer de maat in',
|
|
44
|
-
text: 'Gebruik de drie kolommen (geheel, teller, noemer) of tik op een snelkeuzeknop. Met de instelknoppen kun je waarden aanpassen zonder te typen.',
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
name: 'Bekijk de resultaten',
|
|
48
|
-
text: 'Het resultaat toont de exacte omzetting plus de dichtstbijzijnde standaard bout- en dopmaten. De visuele schaal geeft een goed gevoel voor verhoudingen.',
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
name: 'Opslaan in geschiedenis',
|
|
52
|
-
text: 'Klik op "Opslaan in geschiedenis" om metingen te bewaren. De geschiedenis blijft in je browser bewaard, ook na het afsluiten.',
|
|
53
|
-
},
|
|
54
|
-
];
|
|
55
|
-
|
|
56
|
-
const faqSchema: WithContext<FAQPage> = {
|
|
57
|
-
'@context': 'https://schema.org',
|
|
58
|
-
'@type': 'FAQPage',
|
|
59
|
-
mainEntity: faqData.map((item) => ({
|
|
60
|
-
'@type': 'Question',
|
|
61
|
-
name: item.question,
|
|
62
|
-
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
63
|
-
})),
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
const howToSchema: WithContext<HowToThing> = {
|
|
67
|
-
'@context': 'https://schema.org',
|
|
68
|
-
'@type': 'HowTo',
|
|
69
|
-
name: title,
|
|
70
|
-
description,
|
|
71
|
-
step: howToData.map((step, i) => ({
|
|
72
|
-
'@type': 'HowToStep',
|
|
73
|
-
position: i + 1,
|
|
74
|
-
name: step.name,
|
|
75
|
-
text: step.text,
|
|
76
|
-
})),
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
const appSchema: WithContext<SoftwareApplication> = {
|
|
80
|
-
'@context': 'https://schema.org',
|
|
81
|
-
'@type': 'SoftwareApplication',
|
|
82
|
-
name: title,
|
|
83
|
-
description,
|
|
84
|
-
applicationCategory: 'UtilityApplication',
|
|
85
|
-
operatingSystem: 'All',
|
|
86
|
-
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
87
|
-
inLanguage: 'nl',
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
export const content: ToolLocaleContent<WorkshopFractionConverterUI> = {
|
|
91
|
-
slug,
|
|
92
|
-
title,
|
|
93
|
-
description,
|
|
94
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
95
|
-
faq: faqData,
|
|
96
|
-
bibliography,
|
|
97
|
-
howTo: howToData,
|
|
98
|
-
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
-
seo: [
|
|
100
|
-
{ type: 'title', text: 'Waarom Precisie bij het Omzetten van Breuken Cruciaal is in de Werkplaats', level: 2 },
|
|
101
|
-
{ type: 'paragraph', html: 'In een professionele werkplaats of bij geavanceerd doe-het-zelf-werk leidt een "ongeveer" vaak tot kapotte bouten, wankele verbindingen of mislukte constructies. Deze tool overbrugt de kloof tussen traditionele inch-maten en de precisie van het metrische systeem, zodat je projecten aan professionele standaarden blijven voldoen.' },
|
|
102
|
-
{ type: 'title', text: 'De Standaardomzetting: 1/2" versus 12,7 mm', level: 3 },
|
|
103
|
-
{ type: 'card', icon: 'mdi:ruler-square', title: 'Zijn metrische en imperiale systemen uitwisselbaar?', html: '<p>Velen gaan daarvan uit. Hoewel 1/2" exact 12,7 mm is, is de dichtstbijzijnde metrische dop 13 mm. Het gebruik van het verkeerde gereedschap kan boutkoppen ronddraaien. Onze omzetter identificeert de <strong>dichtstbijzijnde standaard gereedschapsmatch</strong> zodat je nooit je hardware beschadigt.</p>' },
|
|
104
|
-
{ type: 'title', text: 'Tolerantie in Houtbewerking versus Metaalbewerking', level: 3 },
|
|
105
|
-
{ type: 'paragraph', html: 'Tolerantie-eisen variëren enorm per vakgebied. Bij <strong>houtbewerking</strong> is een tolerantie van 1/64" (0,4 mm) meestal acceptabel. Bij <strong>metaalbewerking en verspaning</strong> telt elke 0,1 mm of zelfs 0,01 mm. Onze tool bevat een precisiemodus om je te helpen beslissen welke standaardmaat de veiligste gok is voor jouw specifieke materiaal.' },
|
|
106
|
-
{ type: 'title', text: '3 Essentiële Tips voor Nauwkeurige Metingen', level: 3 },
|
|
107
|
-
{ type: 'paragraph', html: '<strong>1. Gebruik Schuifmaten:</strong> Gebruik voor omgekeerd zoeken altijd een digitale schuifmaat voor de meest nauwkeurige millimeter-invoer. <strong>2. Controleer op Slijtage:</strong> Oude doppen en bouten kunnen versleten randen hebben, waardoor de "dichtstbijzijnde match" nog belangrijker wordt. <strong>3. Controleer de Spoed:</strong> Onthoud dat zelfs als de kopmaat overeenkomt, de schroefdraadspoed (metrisch vs. imperiaal) altijd anders zal zijn.' },
|
|
108
|
-
],
|
|
109
|
-
ui: {
|
|
110
|
-
labelFraction: 'Type meting',
|
|
111
|
-
labelWhole: 'Heel getal',
|
|
112
|
-
labelNumerator: 'Teller',
|
|
113
|
-
labelDenominator: 'Noemer',
|
|
114
|
-
labelInches: 'Inches',
|
|
115
|
-
labelMillimeters: 'Millimeters',
|
|
116
|
-
resultTitle: 'Omzettingsresultaat',
|
|
117
|
-
resultFraction: 'Breuk',
|
|
118
|
-
resultInches: 'Inches',
|
|
119
|
-
resultMillimeters: 'Millimeters',
|
|
120
|
-
matchTitle: 'Dichtstbijzijnde Match',
|
|
121
|
-
matchClosestFastener: 'Standaard bout- of moermaat',
|
|
122
|
-
matchClosestSocket: 'Standaard dop- of sleutelmaat',
|
|
123
|
-
matchDifference: 'Verschil met je meting',
|
|
124
|
-
matchRecommendation: 'Gebruik deze maat indien beschikbaar',
|
|
125
|
-
reverseSearchTitle: 'Omgekeerd zoeken',
|
|
126
|
-
reverseSearchLabel: 'Gemeten maat (mm)',
|
|
127
|
-
reverseSearchButton: 'Breuk zoeken',
|
|
128
|
-
reverseSearchHint: 'Meet met een schuifmaat en voer de waarde in',
|
|
129
|
-
unitMm: 'mm',
|
|
130
|
-
unitInch: 'in',
|
|
131
|
-
modeForward: 'Breuk → Metrisch',
|
|
132
|
-
modeReverse: 'Metrisch → Breuk',
|
|
133
|
-
precisionLabel: 'Precisiemodus',
|
|
134
|
-
precisionCarpentry: 'Houtbewerking',
|
|
135
|
-
precisionMetal: 'Metaalbewerking',
|
|
136
|
-
buttonConvert: 'Omzetten',
|
|
137
|
-
buttonClear: 'Wissen',
|
|
138
|
-
buttonCopyResult: 'Resultaat kopiëren',
|
|
139
|
-
buttonSaveToHistory: 'Opslaan',
|
|
140
|
-
historyTitle: 'Geschiedenis',
|
|
141
|
-
historyEmpty: 'Nog geen metingen',
|
|
142
|
-
historyRemove: 'Verwijderen',
|
|
143
|
-
helpText: 'Kies een maat of voer een breuk in om te beginnen.',
|
|
144
|
-
toolOverline: 'Werkplaats Tools',
|
|
145
|
-
labelVisualReference: 'Visuele Referentie (1 inch = 96px)',
|
|
146
|
-
},
|
|
147
|
-
};
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { WorkshopFractionConverterUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'werkplaats-breuk-naar-millimeter-omzetter';
|
|
7
|
+
const title = 'Werkplaats Omzetter: Breuken naar Millimeters';
|
|
8
|
+
const description = 'Zet inch-breuken direct om in millimeters. Vind de dichtstbijzijnde standaard bouten, moeren en doppen voor je werkplaats. Ontworpen voor vuile handen en werkhandschoenen.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Waarom moet ik breuken omzetten naar millimeters?',
|
|
13
|
+
answer: 'De meeste moderne gereedschappen en bevestigingsmiddelen gebruiken het metrische systeem, maar veel vintage gereedschap en specificaties gebruiken nog inch-breuken. Deze omzetter overbrugt die kloof en helpt je het exacte metrische equivalent of de dichtstbijzijnde standaardmaat te vinden.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Wat is het verschil tussen 1/2 inch en 12,7 mm?',
|
|
17
|
+
answer: '1/2 inch is exact gelijk aan 12,7 millimeter (0,5 × 25,4 = 12,7). Metrisch en imperiaal gereedschap is vaak uitwisselbaar bij standaardmaten omdat fabrikanten gangbare maten in beide systemen op elkaar afstemmen.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Waarom toont de tool de "dichtstbijzijnde match"?',
|
|
21
|
+
answer: 'Omdat exacte conversies vaak tussen de standaardmaten in vallen. De tool vindt de commercieel verkrijgbare bout of dop die het dichtst bij je meting ligt, zodat je kunt gebruiken wat er in je werkplaats ligt.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Wat is het verschil tussen houtbewerkings- en metaalprecisie?',
|
|
25
|
+
answer: 'Bij houtbewerking zijn verschillen van 0,5 mm vaak verwaarloosbaar. Bij metaalbewerking en verspaning telt elke 0,1 mm. De precisiemodus geeft acceptabele toleranties aan voor jouw materiaal.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Kan ik deze tool offline gebruiken?',
|
|
29
|
+
answer: 'Ja. Alle berekeningen gebeuren in je browser. De tool werkt volledig offline na de eerste keer laden, ideaal voor gebruik in de werkplaats zonder WiFi.',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
question: 'Waarom heeft de tool een geschiedenis?',
|
|
33
|
+
answer: 'Bij demontage of projecten met veel onderdelen kun je in de geschiedenis metingen terugzoeken zonder ze opnieuw in te voeren, en zo tijdens het werk een onderdelenlijst opbouwen.',
|
|
34
|
+
},
|
|
35
|
+
];
|
|
36
|
+
|
|
37
|
+
const howToData = [
|
|
38
|
+
{
|
|
39
|
+
name: 'Kies het type meting',
|
|
40
|
+
text: 'Kies "Direct" om een breuk naar millimeters om te zetten, of "Omgekeerd" om de breuk te vinden voor een maat die je met een schuifmaat hebt genomen.',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Voer de maat in',
|
|
44
|
+
text: 'Gebruik de drie kolommen (geheel, teller, noemer) of tik op een snelkeuzeknop. Met de instelknoppen kun je waarden aanpassen zonder te typen.',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
name: 'Bekijk de resultaten',
|
|
48
|
+
text: 'Het resultaat toont de exacte omzetting plus de dichtstbijzijnde standaard bout- en dopmaten. De visuele schaal geeft een goed gevoel voor verhoudingen.',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: 'Opslaan in geschiedenis',
|
|
52
|
+
text: 'Klik op "Opslaan in geschiedenis" om metingen te bewaren. De geschiedenis blijft in je browser bewaard, ook na het afsluiten.',
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
|
|
56
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'FAQPage',
|
|
59
|
+
mainEntity: faqData.map((item) => ({
|
|
60
|
+
'@type': 'Question',
|
|
61
|
+
name: item.question,
|
|
62
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'HowTo',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
step: howToData.map((step, i) => ({
|
|
72
|
+
'@type': 'HowToStep',
|
|
73
|
+
position: i + 1,
|
|
74
|
+
name: step.name,
|
|
75
|
+
text: step.text,
|
|
76
|
+
})),
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
80
|
+
'@context': 'https://schema.org',
|
|
81
|
+
'@type': 'SoftwareApplication',
|
|
82
|
+
name: title,
|
|
83
|
+
description,
|
|
84
|
+
applicationCategory: 'UtilityApplication',
|
|
85
|
+
operatingSystem: 'All',
|
|
86
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
87
|
+
inLanguage: 'nl',
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
export const content: ToolLocaleContent<WorkshopFractionConverterUI> = {
|
|
91
|
+
slug,
|
|
92
|
+
title,
|
|
93
|
+
description,
|
|
94
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
95
|
+
faq: faqData,
|
|
96
|
+
bibliography,
|
|
97
|
+
howTo: howToData,
|
|
98
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
99
|
+
seo: [
|
|
100
|
+
{ type: 'title', text: 'Waarom Precisie bij het Omzetten van Breuken Cruciaal is in de Werkplaats', level: 2 },
|
|
101
|
+
{ type: 'paragraph', html: 'In een professionele werkplaats of bij geavanceerd doe-het-zelf-werk leidt een "ongeveer" vaak tot kapotte bouten, wankele verbindingen of mislukte constructies. Deze tool overbrugt de kloof tussen traditionele inch-maten en de precisie van het metrische systeem, zodat je projecten aan professionele standaarden blijven voldoen.' },
|
|
102
|
+
{ type: 'title', text: 'De Standaardomzetting: 1/2" versus 12,7 mm', level: 3 },
|
|
103
|
+
{ type: 'card', icon: 'mdi:ruler-square', title: 'Zijn metrische en imperiale systemen uitwisselbaar?', html: '<p>Velen gaan daarvan uit. Hoewel 1/2" exact 12,7 mm is, is de dichtstbijzijnde metrische dop 13 mm. Het gebruik van het verkeerde gereedschap kan boutkoppen ronddraaien. Onze omzetter identificeert de <strong>dichtstbijzijnde standaard gereedschapsmatch</strong> zodat je nooit je hardware beschadigt.</p>' },
|
|
104
|
+
{ type: 'title', text: 'Tolerantie in Houtbewerking versus Metaalbewerking', level: 3 },
|
|
105
|
+
{ type: 'paragraph', html: 'Tolerantie-eisen variëren enorm per vakgebied. Bij <strong>houtbewerking</strong> is een tolerantie van 1/64" (0,4 mm) meestal acceptabel. Bij <strong>metaalbewerking en verspaning</strong> telt elke 0,1 mm of zelfs 0,01 mm. Onze tool bevat een precisiemodus om je te helpen beslissen welke standaardmaat de veiligste gok is voor jouw specifieke materiaal.' },
|
|
106
|
+
{ type: 'title', text: '3 Essentiële Tips voor Nauwkeurige Metingen', level: 3 },
|
|
107
|
+
{ type: 'paragraph', html: '<strong>1. Gebruik Schuifmaten:</strong> Gebruik voor omgekeerd zoeken altijd een digitale schuifmaat voor de meest nauwkeurige millimeter-invoer. <strong>2. Controleer op Slijtage:</strong> Oude doppen en bouten kunnen versleten randen hebben, waardoor de "dichtstbijzijnde match" nog belangrijker wordt. <strong>3. Controleer de Spoed:</strong> Onthoud dat zelfs als de kopmaat overeenkomt, de schroefdraadspoed (metrisch vs. imperiaal) altijd anders zal zijn.' },
|
|
108
|
+
],
|
|
109
|
+
ui: {
|
|
110
|
+
labelFraction: 'Type meting',
|
|
111
|
+
labelWhole: 'Heel getal',
|
|
112
|
+
labelNumerator: 'Teller',
|
|
113
|
+
labelDenominator: 'Noemer',
|
|
114
|
+
labelInches: 'Inches',
|
|
115
|
+
labelMillimeters: 'Millimeters',
|
|
116
|
+
resultTitle: 'Omzettingsresultaat',
|
|
117
|
+
resultFraction: 'Breuk',
|
|
118
|
+
resultInches: 'Inches',
|
|
119
|
+
resultMillimeters: 'Millimeters',
|
|
120
|
+
matchTitle: 'Dichtstbijzijnde Match',
|
|
121
|
+
matchClosestFastener: 'Standaard bout- of moermaat',
|
|
122
|
+
matchClosestSocket: 'Standaard dop- of sleutelmaat',
|
|
123
|
+
matchDifference: 'Verschil met je meting',
|
|
124
|
+
matchRecommendation: 'Gebruik deze maat indien beschikbaar',
|
|
125
|
+
reverseSearchTitle: 'Omgekeerd zoeken',
|
|
126
|
+
reverseSearchLabel: 'Gemeten maat (mm)',
|
|
127
|
+
reverseSearchButton: 'Breuk zoeken',
|
|
128
|
+
reverseSearchHint: 'Meet met een schuifmaat en voer de waarde in',
|
|
129
|
+
unitMm: 'mm',
|
|
130
|
+
unitInch: 'in',
|
|
131
|
+
modeForward: 'Breuk → Metrisch',
|
|
132
|
+
modeReverse: 'Metrisch → Breuk',
|
|
133
|
+
precisionLabel: 'Precisiemodus',
|
|
134
|
+
precisionCarpentry: 'Houtbewerking',
|
|
135
|
+
precisionMetal: 'Metaalbewerking',
|
|
136
|
+
buttonConvert: 'Omzetten',
|
|
137
|
+
buttonClear: 'Wissen',
|
|
138
|
+
buttonCopyResult: 'Resultaat kopiëren',
|
|
139
|
+
buttonSaveToHistory: 'Opslaan',
|
|
140
|
+
historyTitle: 'Geschiedenis',
|
|
141
|
+
historyEmpty: 'Nog geen metingen',
|
|
142
|
+
historyRemove: 'Verwijderen',
|
|
143
|
+
helpText: 'Kies een maat of voer een breuk in om te beginnen.',
|
|
144
|
+
toolOverline: 'Werkplaats Tools',
|
|
145
|
+
labelVisualReference: 'Visuele Referentie (1 inch = 96px)',
|
|
146
|
+
},
|
|
147
|
+
};
|