@jjlmoya/utils-diy 1.3.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +12 -0
  3. package/src/category/i18n/id.ts +12 -0
  4. package/src/category/i18n/it.ts +12 -0
  5. package/src/category/i18n/ja.ts +12 -0
  6. package/src/category/i18n/ko.ts +12 -0
  7. package/src/category/i18n/nl.ts +12 -0
  8. package/src/category/i18n/pl.ts +12 -0
  9. package/src/category/i18n/pt.ts +12 -0
  10. package/src/category/i18n/ru.ts +12 -0
  11. package/src/category/i18n/sv.ts +12 -0
  12. package/src/category/i18n/tr.ts +12 -0
  13. package/src/category/i18n/zh.ts +12 -0
  14. package/src/category/index.ts +13 -1
  15. package/src/index.ts +1 -1
  16. package/src/tests/category_validation.test.ts +18 -0
  17. package/src/tests/faq_count.test.ts +1 -1
  18. package/src/tests/i18n_coverage.test.ts +36 -0
  19. package/src/tests/locale_completeness.test.ts +2 -2
  20. package/src/tests/seo_length.test.ts +3 -0
  21. package/src/tests/slug_language_code_format.test.ts +23 -0
  22. package/src/tests/slug_uniqueness.test.ts +81 -0
  23. package/src/tool/balusterCalculator/i18n/de.ts +264 -0
  24. package/src/tool/balusterCalculator/i18n/id.ts +264 -0
  25. package/src/tool/balusterCalculator/i18n/it.ts +264 -0
  26. package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
  27. package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
  28. package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
  29. package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
  30. package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
  31. package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
  32. package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
  33. package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
  34. package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
  35. package/src/tool/balusterCalculator/index.ts +15 -7
  36. package/src/tool/clayCalculator/i18n/de.ts +183 -0
  37. package/src/tool/clayCalculator/i18n/id.ts +183 -0
  38. package/src/tool/clayCalculator/i18n/it.ts +183 -0
  39. package/src/tool/clayCalculator/i18n/ja.ts +182 -0
  40. package/src/tool/clayCalculator/i18n/ko.ts +183 -0
  41. package/src/tool/clayCalculator/i18n/nl.ts +183 -0
  42. package/src/tool/clayCalculator/i18n/pl.ts +183 -0
  43. package/src/tool/clayCalculator/i18n/pt.ts +183 -0
  44. package/src/tool/clayCalculator/i18n/ru.ts +183 -0
  45. package/src/tool/clayCalculator/i18n/sv.ts +183 -0
  46. package/src/tool/clayCalculator/i18n/tr.ts +183 -0
  47. package/src/tool/clayCalculator/i18n/zh.ts +183 -0
  48. package/src/tool/clayCalculator/index.ts +15 -7
  49. package/src/tool/concreteCalculator/i18n/de.ts +201 -0
  50. package/src/tool/concreteCalculator/i18n/id.ts +201 -0
  51. package/src/tool/concreteCalculator/i18n/it.ts +201 -0
  52. package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
  53. package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
  54. package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
  55. package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
  56. package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
  57. package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
  58. package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
  59. package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
  60. package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
  61. package/src/tool/concreteCalculator/index.ts +17 -5
  62. package/src/tool/cutOptimizer/i18n/de.ts +178 -0
  63. package/src/tool/cutOptimizer/i18n/id.ts +178 -0
  64. package/src/tool/cutOptimizer/i18n/it.ts +178 -0
  65. package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
  66. package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
  67. package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
  68. package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
  69. package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
  70. package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
  71. package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
  72. package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
  73. package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
  74. package/src/tool/cutOptimizer/index.ts +17 -5
  75. package/src/tool/drillCalculator/i18n/de.ts +137 -0
  76. package/src/tool/drillCalculator/i18n/id.ts +137 -0
  77. package/src/tool/drillCalculator/i18n/it.ts +137 -0
  78. package/src/tool/drillCalculator/i18n/ja.ts +137 -0
  79. package/src/tool/drillCalculator/i18n/ko.ts +137 -0
  80. package/src/tool/drillCalculator/i18n/nl.ts +137 -0
  81. package/src/tool/drillCalculator/i18n/pl.ts +137 -0
  82. package/src/tool/drillCalculator/i18n/pt.ts +137 -0
  83. package/src/tool/drillCalculator/i18n/ru.ts +137 -0
  84. package/src/tool/drillCalculator/i18n/sv.ts +137 -0
  85. package/src/tool/drillCalculator/i18n/tr.ts +137 -0
  86. package/src/tool/drillCalculator/i18n/zh.ts +137 -0
  87. package/src/tool/drillCalculator/index.ts +17 -5
  88. package/src/tool/drillSharpener/i18n/de.ts +120 -0
  89. package/src/tool/drillSharpener/i18n/id.ts +120 -0
  90. package/src/tool/drillSharpener/i18n/it.ts +120 -0
  91. package/src/tool/drillSharpener/i18n/ja.ts +120 -0
  92. package/src/tool/drillSharpener/i18n/ko.ts +120 -0
  93. package/src/tool/drillSharpener/i18n/nl.ts +120 -0
  94. package/src/tool/drillSharpener/i18n/pl.ts +120 -0
  95. package/src/tool/drillSharpener/i18n/pt.ts +120 -0
  96. package/src/tool/drillSharpener/i18n/ru.ts +120 -0
  97. package/src/tool/drillSharpener/i18n/sv.ts +120 -0
  98. package/src/tool/drillSharpener/i18n/tr.ts +120 -0
  99. package/src/tool/drillSharpener/i18n/zh.ts +120 -0
  100. package/src/tool/drillSharpener/index.ts +17 -5
  101. package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
  102. package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
  103. package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
  104. package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
  105. package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
  106. package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
  107. package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
  108. package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
  109. package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
  110. package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
  111. package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
  112. package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
  113. package/src/tool/epoxyCalculator/index.ts +15 -7
  114. package/src/tool/furnitureFit/i18n/de.ts +113 -0
  115. package/src/tool/furnitureFit/i18n/id.ts +113 -0
  116. package/src/tool/furnitureFit/i18n/it.ts +113 -0
  117. package/src/tool/furnitureFit/i18n/ja.ts +113 -0
  118. package/src/tool/furnitureFit/i18n/ko.ts +113 -0
  119. package/src/tool/furnitureFit/i18n/nl.ts +113 -0
  120. package/src/tool/furnitureFit/i18n/pl.ts +113 -0
  121. package/src/tool/furnitureFit/i18n/pt.ts +113 -0
  122. package/src/tool/furnitureFit/i18n/ru.ts +113 -0
  123. package/src/tool/furnitureFit/i18n/sv.ts +113 -0
  124. package/src/tool/furnitureFit/i18n/tr.ts +113 -0
  125. package/src/tool/furnitureFit/i18n/zh.ts +113 -0
  126. package/src/tool/furnitureFit/index.ts +17 -5
  127. package/src/tool/mortarCalculator/i18n/de.ts +129 -0
  128. package/src/tool/mortarCalculator/i18n/id.ts +129 -0
  129. package/src/tool/mortarCalculator/i18n/it.ts +129 -0
  130. package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
  131. package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
  132. package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
  133. package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
  134. package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
  135. package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
  136. package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
  137. package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
  138. package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
  139. package/src/tool/mortarCalculator/index.ts +17 -5
  140. package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
  141. package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
  142. package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
  143. package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
  144. package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
  145. package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
  146. package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
  147. package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
  148. package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
  149. package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
  150. package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
  151. package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
  152. package/src/tool/passepartoutCalculator/index.ts +17 -5
  153. package/src/tool/stairCalculator/i18n/de.ts +144 -0
  154. package/src/tool/stairCalculator/i18n/id.ts +144 -0
  155. package/src/tool/stairCalculator/i18n/it.ts +144 -0
  156. package/src/tool/stairCalculator/i18n/ja.ts +144 -0
  157. package/src/tool/stairCalculator/i18n/ko.ts +144 -0
  158. package/src/tool/stairCalculator/i18n/nl.ts +144 -0
  159. package/src/tool/stairCalculator/i18n/pl.ts +144 -0
  160. package/src/tool/stairCalculator/i18n/pt.ts +144 -0
  161. package/src/tool/stairCalculator/i18n/ru.ts +144 -0
  162. package/src/tool/stairCalculator/i18n/sv.ts +144 -0
  163. package/src/tool/stairCalculator/i18n/tr.ts +144 -0
  164. package/src/tool/stairCalculator/i18n/zh.ts +144 -0
  165. package/src/tool/stairCalculator/index.ts +17 -5
  166. package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
  167. package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
  168. package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
  169. package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
  170. package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
  171. package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
  172. package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
  173. package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
  174. package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
  175. package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
  176. package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
  177. package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
  178. package/src/tool/thermalExpansionCalculator/index.ts +17 -5
  179. package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
  180. package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
  181. package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
  182. package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
  183. package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
  184. package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
  185. package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
  186. package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
  187. package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
  188. package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
  189. package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
  190. package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
  191. package/src/tool/voltageDropCalculator/index.ts +17 -5
  192. package/src/tools.ts +2 -0
  193. package/src/types.ts +1 -1
@@ -0,0 +1,120 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillSharpenerUI } from '../ui';
4
+
5
+ const slug = 'bohrer-schleifen-meister';
6
+ const title = 'Bohrer Schleifen Meister: Präzisionslehre';
7
+ const description = 'Interaktive Anleitung zum Schleifen von HSS-Bohrern. Digitale Lehre zur Überprüfung von 118°- und 135°-Winkeln. Berechnet Drehzahlen und diagnostiziert Schnittfehler.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Kann ich den Bohrer direkt auf den Bildschirm legen?',
12
+ answer: 'Ja, das Tool ist so konzipiert, dass Sie den Bohrerschaft auf die Mittellinie der digitalen Lehre legen können, um die Symmetrie der Schneidlippen direkt zu überprüfen.',
13
+ },
14
+ {
15
+ question: 'Woher weiß ich, ob der Freiwinkel korrekt ist?',
16
+ answer: 'Wenn Sie den Bohrer drehen, muss der hintere Teil der Schneide sichtbar tiefer liegen. Wenn das Metall an der gesamten Spitze gleichmäßig glänzt, fehlt der Hinterschliff.',
17
+ },
18
+ {
19
+ question: 'Welche Drehzahl sollte ich nach dem Schleifen verwenden?',
20
+ answer: 'Das hängt vom Durchmesser ab; unser integrierter Rechner gibt Ihnen den genauen Wert basierend auf dem Material, das Sie im ersten Schritt ausgewählt haben.',
21
+ },
22
+ {
23
+ question: 'Was ist der Unterschied zwischen HSS und Hartmetall?',
24
+ answer: 'HSS (Hochleistungsschnellstahl) ist günstiger und stoßfester. Hartmetall hält höhere Geschwindigkeiten aus, ist aber spröder. Für manuelles Schleifen ist HSS der Standard.',
25
+ },
26
+ {
27
+ question: 'Benötige ich eine spezielle Ausrüstung zum Schleifen?',
28
+ answer: 'Ein rotierender Schleifstein mit mittlerer Körnung (120-150) ist ausreichend. Wichtig ist, dass der Stein ausgewuchtet und plan ist, um konsistente Ergebnisse zu erzielen.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: 'Material wählen', text: 'Wählen Sie das Metall oder Material, das Sie bohren möchten, um den Zielwinkel und die Schnittgeschwindigkeit festzulegen.' },
34
+ { name: 'Symmetrie prüfen', text: 'Legen Sie den Bohrer auf den Bildschirm und stellen Sie sicher, dass beide Schneidlippen mit den blauen Linien übereinstimmen.' },
35
+ { name: 'Rücken prüfen', text: 'Überprüfen Sie visuell, ob der hintere Teil der Schneide das Werkstück nicht berührt (Freiwinkel).' },
36
+ { name: 'Drehzahl berechnen', text: 'Geben Sie den Durchmesser ein und stellen Sie Ihre Bohrmaschine auf die für das gewählte Material empfohlene Geschwindigkeit ein.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'de',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillSharpenerUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'Häufig gestellte Fragen',
78
+ faq: faqData,
79
+ bibliographyTitle: 'Technische Referenzen',
80
+ bibliography: [
81
+ { name: 'Werkstatthandbuch - Bohrer schleifen (PDF)', url: 'https://de.wikipedia.org/wiki/Spiralbohrer#Spitzenanschliff' },
82
+ { name: 'Metalltechnologie - Bohrerwinkel', url: 'https://www.google.com/search?q=bohrer+anschleifen+winkel' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'Bohrer-Schleifen Meister: Professionelle Technik', level: 2 },
88
+ { type: 'paragraph', html: 'Das Schleifen von Bohrern ist eine der wertvollsten Fähigkeiten in jeder Werkstatt. Ein korrekt geschliffener Bohrer verbessert die Qualität der Bohrung, schont die Lebensdauer Ihrer Elektrowerkzeuge und gewährleistet die Sicherheit des Bedieners.' },
89
+ { type: 'title', text: 'Die Säulen des Schleifens: Spitzenwinkel', level: 3 },
90
+ { type: 'paragraph', html: 'Der Spitzenwinkel definiert, wie der Bohrer das Material angreift. Standardwinkel sind 118° für weiche Stähle, 135° für Edelstahl und 140° für harte Stähle. Jedes Material erfordert einen anderen Winkel, um die Penetration zu maximieren, ohne die Festigkeit zu beeinträchtigen.' },
91
+ { type: 'title', text: 'Häufig vergessen: Der Freiwinkel', level: 3 },
92
+ { type: 'paragraph', html: 'Der häufigste Fehler besteht darin, den Freiwinkel oder Hinterschliff zu ignorieren. Wenn die Rückseite der Schneide flach ist, reibt der Bohrer lediglich und erzeugt extreme Hitze. Die Lösung besteht darin, den hinteren Teil der Lippe leicht abzusenken.' },
93
+ ],
94
+ ui: {
95
+ labelMaterial: 'Arbeitsmaterial',
96
+ matSteel: 'Stahl',
97
+ matInox: 'Inox',
98
+ matHard: 'Hart',
99
+ matBrass: 'Messing',
100
+ matPlastic: 'Kunststoff',
101
+ matWood: 'Holz',
102
+ labelDiameter: 'Bohrerdurchmesser (mm)',
103
+ unitMm: 'mm',
104
+ btnMinus: '-',
105
+ btnPlus: '+',
106
+ labelVelocity: 'Geschwindigkeit',
107
+ unitRpm: 'U/min',
108
+ labelCooling: 'Schnitt',
109
+ btnDiagnosis: 'Schneidet nicht gut? Diagnose',
110
+ diagTitle: 'Fehlerdiagnose',
111
+ diagClose: 'Schließen',
112
+ diagIssue1: '1. Raucht und geht nicht durch',
113
+ diagIssue1Desc: 'Freiwinkel fehlt. Das Metall hinter der Schneide reibt am Werkstück. Schleifen Sie die Rückseite ab, sodass die Schneidlippe der höchste Punkt ist.',
114
+ diagIssue2: '2. Loch exzentrisch oder zu groß',
115
+ diagIssue2Desc: 'Spitze ist nicht zentriert. Die Schneidlippen haben unterschiedliche Längen. Stellen Sie sicher, dass die Spitze genau die Mitte der Lehre berührt.',
116
+ diagIssue3: '3. Schneiden verbrannt (blau)',
117
+ diagIssue3Desc: 'Zu hohe Geschwindigkeit. Überprüfen Sie die RPM-Berechnung des Werkzeugs für diesen Durchmesser und dieses Material.',
118
+ gaugeInstruction: 'SCHAFT AN DER VERTIKALEN LINIE ANLEGEN',
119
+ },
120
+ };
@@ -0,0 +1,120 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillSharpenerUI } from '../ui';
4
+
5
+ const slug = 'pengasah-mata-bor-presisi';
6
+ const title = 'Pengasah Mata Bor Utama: Alat Ukur Presisi';
7
+ const description = 'Panduan interaktif untuk mengasah mata bor HSS. Alat ukur digital di layar untuk memeriksa sudut 118° dan 135°. Menghitung RPM dan mendiagnosis kesalahan pemotongan.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Dapatkah saya meletakkan mata bor langsung di atas layar?',
12
+ answer: 'Ya, alat ini dirancang agar Anda dapat menyandarkan batang mata bor pada garis tengah alat ukur digital dan memverifikasi simetri mata potong secara langsung.',
13
+ },
14
+ {
15
+ question: 'Bagaimana saya tahu jika sudut bebas (insidensi) sudah benar?',
16
+ answer: 'Saat memutar mata bor, bagian belakang mata potong harus terlihat lebih rendah. Jika Anda melihat logam mengkilap secara merata di seluruh ujungnya, itu berarti Anda kurang memberikan sudut bebas (destalonar).',
17
+ },
18
+ {
19
+ question: 'Berapa putaran (RPM) yang harus saya gunakan setelah mengasah?',
20
+ answer: 'Tergantung pada diameternya; kalkulator terintegrasi kami akan memberi Anda data tepat berdasarkan material yang telah Anda pilih di langkah pertama.',
21
+ },
22
+ {
23
+ question: 'Apa perbedaan antara HSS dan Karbida?',
24
+ answer: 'HSS (Baja Kecepatan Tinggi) lebih ekonomis dan tahan terhadap benturan. Karbida tahan terhadap kecepatan yang lebih tinggi tetapi lebih rapuh. Untuk pengasahan manual, HSS adalah standar.',
25
+ },
26
+ {
27
+ question: 'Apakah saya memerlukan peralatan khusus untuk mengasah?',
28
+ answer: 'Batu gerinda putar butiran sedang (120-150) sudah cukup. Yang penting adalah menjaga batu tetap seimbang dan rata untuk mendapatkan hasil yang konsisten.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: 'Pilih Material', text: 'Pilih logam atau material yang akan Anda bor untuk menetapkan sudut target dan kecepatan potong.' },
34
+ { name: 'Verifikasi Simetri', text: 'Sandarkan mata bor pada layar dan pastikan kedua mata potong sesuai dengan garis biru.' },
35
+ { name: 'Periksa Tumit (Back)', text: 'Periksa secara visual bahwa bagian belakang mata potong tidak menyentuh benda kerja (sudut bebas).' },
36
+ { name: 'Hitung RPM', text: 'Masukkan diameter dan atur bor Anda ke kecepatan yang direkomendasikan untuk material yang dipilih.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'id',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillSharpenerUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'Pertanyaan Umum',
78
+ faq: faqData,
79
+ bibliographyTitle: 'Referensi Teknis',
80
+ bibliography: [
81
+ { name: 'Manual Bengkel - Pengasahan Mata Bor (PDF)', url: 'https://www.google.com/search?q=manual+pengasahan+mata+bor' },
82
+ { name: 'Teknologi Logam - Sudut Mata Bor', url: 'https://id.wikipedia.org/wiki/Mata_bor' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'Pengasah Mata Bor Utama: Teknik Profesional', level: 2 },
88
+ { type: 'paragraph', html: 'Mengasah mata bor adalah salah satu keterampilan paling berharga di bengkel mana pun. Mata bor yang diasah dengan benar meningkatkan kualitas lubang, melindungi masa pakai alat listrik Anda, dan menjamin keselamatan operator.' },
89
+ { type: 'title', text: 'Pilar Pengasahan: Sudut Ujung', level: 3 },
90
+ { type: 'paragraph', html: 'Sudut ujung menentukan bagaimana mata bor menyerang material. Sudut standar adalah 118° untuk baja lunak, 135° untuk stainless steel, dan 140° untuk baja keras. Setiap material memerlukan sudut yang berbeda untuk memaksimalkan penetrasi tanpa mengorbankan kekuatan.' },
91
+ { type: 'title', text: 'Sering Terlupa: Sudut Bebas', level: 3 },
92
+ { type: 'paragraph', html: 'Kesalahan paling umum adalah mengabaikan sudut bebas atau relief. Jika bagian belakang mata potong rata, mata bor hanya akan bergesekan dan menghasilkan panas ekstrem. Solusinya adalah sedikit merendahkan bagian belakang mata potong.' },
93
+ ],
94
+ ui: {
95
+ labelMaterial: 'Material kerja',
96
+ matSteel: 'Baja',
97
+ matInox: 'Inox',
98
+ matHard: 'Keras',
99
+ matBrass: 'Kuningan',
100
+ matPlastic: 'Plastik',
101
+ matWood: 'Kayu',
102
+ labelDiameter: 'Diameter mata bor (mm)',
103
+ unitMm: 'mm',
104
+ btnMinus: '-',
105
+ btnPlus: '+',
106
+ labelVelocity: 'Kecepatan',
107
+ unitRpm: 'RPM',
108
+ labelCooling: 'Potong',
109
+ btnDiagnosis: 'Tidak memotong dengan baik? Diagnosis',
110
+ diagTitle: 'Diagnosis Kegagalan',
111
+ diagClose: 'Tutup',
112
+ diagIssue1: '1. Keluar asap dan tidak menembus',
113
+ diagIssue1Desc: 'Kurang Sudut Bebas. Logam di belakang mata potong bergesekan dengan benda kerja. Rendahkan bagian belakang agar mata potong menjadi titik tertinggi.',
114
+ diagIssue2: '2. Lubang eksentrik atau lebih besar',
115
+ diagIssue2Desc: 'Ujung tidak berada di tengah. Mata potong memiliki panjang yang berbeda. Pastikan ujung menyentuh tepat di tengah alat ukur.',
116
+ diagIssue3: '3. Mata potong terbakar (Biru)',
117
+ diagIssue3Desc: 'Kecepatan berlebihan. Periksa perhitungan RPM alat untuk diameter dan material ini.',
118
+ gaugeInstruction: 'SANDERKAN BATANG PADA GARIS VERTIKAL',
119
+ },
120
+ };
@@ -0,0 +1,120 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillSharpenerUI } from '../ui';
4
+
5
+ const slug = 'affilatura-maestra-punte';
6
+ const title = 'Affilatura Maestra delle Punte: Calibro di Precisione';
7
+ const description = 'Guida interattiva per affilare punte HSS. Calibro digitale a schermo per verificare angoli di 118° e 135°. Calcola RPM e diagnostica errori di taglio.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Posso appoggiare la punta direttamente sullo schermo?',
12
+ answer: 'Sì, lo strumento è progettato affinché tu possa appoggiare l\'asse della punta sulla linea centrale del calibro digitale e verificare direttamente la simmetria dei taglienti.',
13
+ },
14
+ {
15
+ question: 'Come so se l\'angolo di spoglia dorsale è corretto?',
16
+ answer: 'Ruotando la punta, la parte posteriore del tagliente deve apparire visibilmente più bassa. Se vedi che il metallo brilla in modo uniforme su tutta la punta, significa che manca la spoglia (destalonar).',
17
+ },
18
+ {
19
+ question: 'Quali giri devo usare dopo l\'affilatura?',
20
+ answer: 'Dipende dal diametro; il nostro calcolatore integrato ti fornirà il dato esatto in base al materiale che hai selezionato nel primo passaggio.',
21
+ },
22
+ {
23
+ question: 'Qual è la differenza tra HSS e Metallo Duro?',
24
+ answer: 'L\'HSS (Acciaio Rapido) è più economico e resistente agli urti. Il Metallo Duro sopporta velocità maggiori ma è più fragile. Per l\'affilatura manuale, l\'HSS è lo standard.',
25
+ },
26
+ {
27
+ question: 'Ho bisogno di attrezzatura speciale per affilare?',
28
+ answer: 'Una mola a smeriglio rotante a grana media (120-150) è sufficiente. L\'importante è mantenere la mola equilibrata e piana per ottenere risultati costanti.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: 'Selezionare Materiale', text: 'Scegli il metallo o il materiale che andrai a forare per impostare l\'angolo target e la velocità di taglio.' },
34
+ { name: 'Verificare Simmetria', text: 'Appoggia la punta sullo schermo e assicurati che entrambi i taglienti coincidano con le linee blu.' },
35
+ { name: 'Controllare il Tallone', text: 'Controlla visivamente che la parte posteriore del tagliente non sfreghi sul pezzo in lavorazione (angolo di spoglia).' },
36
+ { name: 'Calcolare RPM', text: 'Inserisci il diametro e imposta il tuo trapano alla velocità raccomandata per il materiale selezionato.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'it',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillSharpenerUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'Domande Frequenti',
78
+ faq: faqData,
79
+ bibliographyTitle: 'Riferimenti Tecnici',
80
+ bibliography: [
81
+ { name: 'Manuale d\'Officina - Affilatura Punte (PDF)', url: 'https://www.google.com/search?q=manuale+affilatura+punte' },
82
+ { name: 'Tecnologia dei Metalli - Angoli delle Punte', url: 'https://it.wikipedia.org/wiki/Punta_da_trapano' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'Affilatura Maestra delle Punte: Tecnica Professionale', level: 2 },
88
+ { type: 'paragraph', html: 'L\'affilatura delle punte è una delle abilità più preziose in qualsiasi officina. Una punta correttamente affilata migliora la qualità del foro, protegge la vita utile dei tuoi elettroutensili e garantisce la sicurezza dell\'operatore.' },
89
+ { type: 'title', text: 'I Pilastri dell\'Affilatura: Angolo di Punta', level: 3 },
90
+ { type: 'paragraph', html: 'L\'angolo di punta definisce come la punta attacca il materiale. Gli angoli standard sono 118° per acciai dolci, 135° per inox e 140° per acciai duri. Ogni materiale richiede un angolo diverso per massimizzare la penetrazione senza compromettere la resistenza.' },
91
+ { type: 'title', text: 'Il Grande Dimenticato: Angolo di Spoglia', level: 3 },
92
+ { type: 'paragraph', html: 'L\'errore più comune è ignorare l\'angolo di spoglia dorsale o destalonatura. Se la faccia posteriore del tagliente è piatta, la punta semplicemente sfregherà generando calore estremo. La soluzione è abbassare leggermente la parte posteriore del tagliente.' },
93
+ ],
94
+ ui: {
95
+ labelMaterial: 'Materiale del lavoro',
96
+ matSteel: 'Acciaio',
97
+ matInox: 'Inox',
98
+ matHard: 'Duri',
99
+ matBrass: 'Ottone',
100
+ matPlastic: 'Plastica',
101
+ matWood: 'Legno',
102
+ labelDiameter: 'Diametro punta (mm)',
103
+ unitMm: 'mm',
104
+ btnMinus: '-',
105
+ btnPlus: '+',
106
+ labelVelocity: 'Velocità',
107
+ unitRpm: 'RPM',
108
+ labelCooling: 'Taglio',
109
+ btnDiagnosis: 'Non taglia bene? Diagnosi',
110
+ diagTitle: 'Diagnosi dei Guasti',
111
+ diagClose: 'Chiudi',
112
+ diagIssue1: '1. Fa fumo e non attraversa',
113
+ diagIssue1Desc: 'Manca l\'Angolo di Spoglia. Il metallo dietro il tagliente sfrega sul pezzo. Abbassa la parte posteriore affinché il tagliente sia il punto più alto.',
114
+ diagIssue2: '2. Foro eccentrico o più grande',
115
+ diagIssue2Desc: 'La Punta non è centrata. I taglienti hanno lunghezze diverse. Assicurati che la punta tocchi esattamente il centro del calibro.',
116
+ diagIssue3: '3. Taglienti bruciati (Blu)',
117
+ diagIssue3Desc: 'Velocità eccessiva. Controlla il calcolo degli RPM dello strumento per questo diametro e materiale.',
118
+ gaugeInstruction: 'APPOGGIA L\'ASSE SULLA LINEA VERTICALE',
119
+ },
120
+ };
@@ -0,0 +1,120 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillSharpenerUI } from '../ui';
4
+
5
+ const slug = 'drill-sharpening-master';
6
+ const title = 'ドリル研磨マスター:精密ゲージ';
7
+ const description = 'HSSドリルの研磨用インタラクティブガイド。画面上のデジタルゲージで118°および135°の角度を確認。回転数を計算し、切削エラーを診断します。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'ドリルを直接画面の上に置いてもいいですか?',
12
+ answer: 'はい、ドリルの軸をデジタルゲージの中心線に合わせて置き、刃先の対称性を直接確認できるように設計されています。',
13
+ },
14
+ {
15
+ question: '逃げ角(逃げ)が正しいかどうかはどうすればわかりますか?',
16
+ answer: 'ドリルを回転させたとき、切刃の背面が目に見えて低くなっている必要があります。先端全体が均一に光って見える場合は、逃げ(デスタロナール)が不足しています。',
17
+ },
18
+ {
19
+ question: '研磨後はどのくらいの回転数で使用すべきですか?',
20
+ answer: '直径によります。内蔵の計算機が、最初のステップで選択した材質に基づいて正確な数値を提供します。',
21
+ },
22
+ {
23
+ question: 'HSSと超硬の違いは何ですか?',
24
+ answer: 'HSS(高速度鋼)は安価で衝撃に強いです。超硬はより高速での使用に耐えますが、脆いです。手研ぎではHSSが標準的です。',
25
+ },
26
+ {
27
+ question: '研磨に特別な設備は必要ですか?',
28
+ answer: '中目(120-150番)の回転砥石があれば十分です。重要なのは、安定した結果を得るために、砥石がバランスよく平らであることを保つことです。',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: '材質を選択', text: '加工する金属や材料を選択して、目標の角度と切削速度を設定します。' },
34
+ { name: '対称性を確認', text: 'ドリルを画面に合わせ、両方の切れ刃が青い線と一致していることを確認します。' },
35
+ { name: 'かかと部を確認', text: '切刃の背面がワークに接触していないか目視で確認します(逃げ角)。' },
36
+ { name: '回転数を計算', text: '直径を入力し、選択した材質に推奨される速度にドリルを調整します。' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'ja',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillSharpenerUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: 'よくある質問',
78
+ faq: faqData,
79
+ bibliographyTitle: '技術リファレンス',
80
+ bibliography: [
81
+ { name: 'ワークショップマニュアル - ドリル研磨 (PDF)', url: 'https://ja.wikipedia.org/wiki/ツイストドリル#研磨' },
82
+ { name: '金属技術 - ドリルの角度', url: 'https://www.google.com/search?q=ドリル+研磨+角度' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: 'ドリル研磨マスター:プロのテクニック', level: 2 },
88
+ { type: 'paragraph', html: 'ドリルの研磨は、あらゆるワークショップにおいて最も価値のあるスキルの一つです。正しく研磨されたドリルは、穴の品質を向上させ、電動工具の寿命を延ばし、作業者の安全を確保します。' },
89
+ { type: 'title', text: '研磨の柱:先端角', level: 3 },
90
+ { type: 'paragraph', html: '先端角は、ドリルがどのように材料に食い込むかを決定します。標準的な角度は、軟鋼用が118°、ステンレス用が135°、硬鋼用が140°です。強度を損なうことなく貫通力を最大化するために、材質ごとに異なる角度が必要です。' },
91
+ { type: 'title', text: '忘れられがちな要素:逃げ角', level: 3 },
92
+ { type: 'paragraph', html: '最も一般的な間違いは、逃げ角(背面のリリーフ)を無視することです。切刃の背面が平らだと、ドリルは単に摩擦して極端な熱を発生させるだけになります。解決策は、刃先の背面をわずかに削り落とすことです。' },
93
+ ],
94
+ ui: {
95
+ labelMaterial: '加工材質',
96
+ matSteel: '鋼',
97
+ matInox: 'ステンレス',
98
+ matHard: '硬質材',
99
+ matBrass: '真鍮',
100
+ matPlastic: 'プラスチック',
101
+ matWood: '木材',
102
+ labelDiameter: 'ドリル径 (mm)',
103
+ unitMm: 'mm',
104
+ btnMinus: '-',
105
+ btnPlus: '+',
106
+ labelVelocity: '速度',
107
+ unitRpm: 'RPM',
108
+ labelCooling: '切削',
109
+ btnDiagnosis: '切れ味が悪い?診断',
110
+ diagTitle: '故障診断',
111
+ diagClose: '閉じる',
112
+ diagIssue1: '1. 煙が出て貫通しない',
113
+ diagIssue1Desc: '逃げ角が不足しています。切刃の背後の金属がワークをこすっています。切れ刃が一番高くなるように背面を削ってください。',
114
+ diagIssue2: '2. 穴が偏心している、または大きい',
115
+ diagIssue2Desc: '先端が中心にありません。左右の刃の長さが異なります。先端がゲージの正確な中心に触れるようにしてください。',
116
+ diagIssue3: '3. 刃先が焼けた(青変)',
117
+ diagIssue3Desc: '回転数が速すぎます。この直径と材質に対するツールのRPM計算を確認してください。',
118
+ gaugeInstruction: '軸を垂直線に合わせて置いてください',
119
+ },
120
+ };
@@ -0,0 +1,120 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillSharpenerUI } from '../ui';
4
+
5
+ const slug = 'drill-sharpening-master';
6
+ const title = '드릴 연마 마스터: 정밀 게이지';
7
+ const description = 'HSS 드릴 연마를 위한 대화형 가이드입니다. 화면상의 디지털 게이지로 118° 및 135° 각도를 확인하세요. RPM을 계산하고 절삭 오류를 진단합니다.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '드릴을 화면 위에 직접 올려두어도 되나요?',
12
+ answer: '네, 드릴의 축을 디지털 게이지의 중심선에 맞추어 올려두고 날끝의 대칭성을 직접 확인할 수 있도록 설계되었습니다.',
13
+ },
14
+ {
15
+ question: '도피각(여유각)이 정확한지 어떻게 알 수 있나요?',
16
+ answer: '드릴을 돌렸을 때 절삭날 뒷부분이 눈에 띄게 낮게 보여야 합니다. 금속 끝부분 전체가 균일하게 빛난다면 도피각(destalonar)이 부족한 것입니다.',
17
+ },
18
+ {
19
+ question: '연마 후에는 어떤 회전수를 사용해야 하나요?',
20
+ answer: '직경에 따라 다릅니다. 통합 계산기가 첫 번째 단계에서 선택한 재질에 따른 정확한 값을 제공합니다.',
21
+ },
22
+ {
23
+ question: 'HSS와 초경의 차이점은 무엇인가요?',
24
+ answer: 'HSS(고속도강)는 경제적이고 충격에 강합니다. 초경(Metal Duro)은 더 높은 속도를 견디지만 더 잘 부러집니다. 수동 연마의 경우 HSS가 표준입니다.',
25
+ },
26
+ {
27
+ question: '연마를 위해 특별한 장비가 필요한가요?',
28
+ answer: '중간 입도(120-150)의 회전 연삭기면 충분합니다. 중요한 것은 일관된 결과를 얻기 위해 연삭기가 균형 잡히고 평평한 상태를 유지하는 것입니다.',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: '재질 선택', text: '가공할 금속이나 재료를 선택하여 목표 각도와 절삭 속도를 설정합니다.' },
34
+ { name: '대칭 확인', text: '드릴을 화면에 대고 양쪽 절삭날이 파란색 선과 일치하는지 확인합니다.' },
35
+ { name: '뒷날 확인', text: '절삭날 뒷부분이 작업물에 닿지 않는지 육안으로 확인합니다(도피각).' },
36
+ { name: 'RPM 계산', text: '직경을 입력하고 선택한 재질에 권장되는 속도로 드릴을 조정합니다.' },
37
+ ];
38
+
39
+ const faqSchema: WithContext<FAQPage> = {
40
+ '@context': 'https://schema.org',
41
+ '@type': 'FAQPage',
42
+ mainEntity: faqData.map((item) => ({
43
+ '@type': 'Question',
44
+ name: item.question,
45
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
46
+ })),
47
+ };
48
+
49
+ const howToSchema: WithContext<HowToThing> = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'HowTo',
52
+ name: title,
53
+ description,
54
+ step: howToData.map((step, i) => ({
55
+ '@type': 'HowToStep',
56
+ position: i + 1,
57
+ name: step.name,
58
+ text: step.text,
59
+ })),
60
+ };
61
+
62
+ const appSchema: WithContext<SoftwareApplication> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'SoftwareApplication',
65
+ name: title,
66
+ description,
67
+ applicationCategory: 'UtilityApplication',
68
+ operatingSystem: 'All',
69
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
70
+ inLanguage: 'ko',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillSharpenerUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: '자주 묻는 질문',
78
+ faq: faqData,
79
+ bibliographyTitle: '기술 참고 자료',
80
+ bibliography: [
81
+ { name: '워크숍 매뉴얼 - 드릴 연마 (PDF)', url: 'https://ko.wikipedia.org/wiki/트위스트_드릴#연마' },
82
+ { name: '금속 기술 - 드릴 각도', url: 'https://www.google.com/search?q=드릴+연마+각도' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: '드릴 연마 마스터: 전문 기술', level: 2 },
88
+ { type: 'paragraph', html: '드릴 연마는 모든 워크숍에서 가장 가치 있는 기술 중 하나입니다. 올바르게 연마된 드릴은 구멍의 품질을 높이고, 전동 공구의 수명을 보호하며 작업자의 안전을 보장합니다.' },
89
+ { type: 'title', text: '연마의 핵심: 선단각', level: 3 },
90
+ { type: 'paragraph', html: '선단각은 드릴이 재료를 어떻게 깎을지 결정합니다. 표준 각도는 연강용 118°, 스테인리스용 135°, 경강용 140°입니다. 재료마다 강도를 해치지 않으면서 관통력을 극대화하기 위해 서로 다른 각도가 필요합니다.' },
91
+ { type: 'title', text: '놓치기 쉬운 부분: 도피각', level: 3 },
92
+ { type: 'paragraph', html: '가장 흔한 실수는 도피각 또는 뒷날 깎기를 무시하는 것입니다. 절삭날 뒷면이 평평하면 드릴이 단순히 마찰만 일으켜 극심한 열을 발생시킵니다. 해결책은 절삭날 뒷부분을 약간 깎아내는 것입니다.' },
93
+ ],
94
+ ui: {
95
+ labelMaterial: '작업 재질',
96
+ matSteel: '강철',
97
+ matInox: '스테인리스',
98
+ matHard: '고경도',
99
+ matBrass: '황동',
100
+ matPlastic: '플라스틱',
101
+ matWood: '목재',
102
+ labelDiameter: '드릴 직경 (mm)',
103
+ unitMm: 'mm',
104
+ btnMinus: '-',
105
+ btnPlus: '+',
106
+ labelVelocity: '속도',
107
+ unitRpm: 'RPM',
108
+ labelCooling: '절삭',
109
+ btnDiagnosis: '제대로 깎이지 않나요? 진단',
110
+ diagTitle: '고장 진단',
111
+ diagClose: '닫기',
112
+ diagIssue1: '1. 연기가 나고 관통하지 못함',
113
+ diagIssue1Desc: '도피각이 부족합니다. 절삭날 뒤의 금속이 작업물에 문질러지고 있습니다. 절삭날이 가장 높도록 뒷부분을 깎아주세요.',
114
+ diagIssue2: '2. 구멍이 편심되거나 크게 뚫림',
115
+ diagIssue2Desc: '끝부분이 중심에 있지 않습니다. 절삭날의 길이가 서로 다릅니다. 끝부분이 게이지의 정확한 중심에 닿도록 하세요.',
116
+ diagIssue3: '3. 가공 날이 타버림 (파란색)',
117
+ diagIssue3Desc: '회전수가 너무 높습니다. 해당 직경과 재질에 대한 툴의 RPM 계산을 확인하세요.',
118
+ gaugeInstruction: '축을 수직선에 맞춰 올려두세요',
119
+ },
120
+ };