@jjlmoya/utils-diy 1.2.0 → 1.4.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 (189) 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/tests/faq_count.test.ts +1 -1
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +2 -2
  18. package/src/tests/seo_length.test.ts +3 -0
  19. package/src/tests/slug_uniqueness.test.ts +58 -0
  20. package/src/tool/balusterCalculator/i18n/de.ts +264 -0
  21. package/src/tool/balusterCalculator/i18n/id.ts +264 -0
  22. package/src/tool/balusterCalculator/i18n/it.ts +264 -0
  23. package/src/tool/balusterCalculator/i18n/ja.ts +264 -0
  24. package/src/tool/balusterCalculator/i18n/ko.ts +264 -0
  25. package/src/tool/balusterCalculator/i18n/nl.ts +264 -0
  26. package/src/tool/balusterCalculator/i18n/pl.ts +264 -0
  27. package/src/tool/balusterCalculator/i18n/pt.ts +264 -0
  28. package/src/tool/balusterCalculator/i18n/ru.ts +264 -0
  29. package/src/tool/balusterCalculator/i18n/sv.ts +264 -0
  30. package/src/tool/balusterCalculator/i18n/tr.ts +264 -0
  31. package/src/tool/balusterCalculator/i18n/zh.ts +264 -0
  32. package/src/tool/balusterCalculator/index.ts +15 -7
  33. package/src/tool/clayCalculator/i18n/de.ts +183 -0
  34. package/src/tool/clayCalculator/i18n/id.ts +183 -0
  35. package/src/tool/clayCalculator/i18n/it.ts +183 -0
  36. package/src/tool/clayCalculator/i18n/ja.ts +182 -0
  37. package/src/tool/clayCalculator/i18n/ko.ts +183 -0
  38. package/src/tool/clayCalculator/i18n/nl.ts +183 -0
  39. package/src/tool/clayCalculator/i18n/pl.ts +183 -0
  40. package/src/tool/clayCalculator/i18n/pt.ts +183 -0
  41. package/src/tool/clayCalculator/i18n/ru.ts +183 -0
  42. package/src/tool/clayCalculator/i18n/sv.ts +183 -0
  43. package/src/tool/clayCalculator/i18n/tr.ts +183 -0
  44. package/src/tool/clayCalculator/i18n/zh.ts +183 -0
  45. package/src/tool/clayCalculator/index.ts +15 -7
  46. package/src/tool/concreteCalculator/i18n/de.ts +201 -0
  47. package/src/tool/concreteCalculator/i18n/id.ts +201 -0
  48. package/src/tool/concreteCalculator/i18n/it.ts +201 -0
  49. package/src/tool/concreteCalculator/i18n/ja.ts +201 -0
  50. package/src/tool/concreteCalculator/i18n/ko.ts +201 -0
  51. package/src/tool/concreteCalculator/i18n/nl.ts +201 -0
  52. package/src/tool/concreteCalculator/i18n/pl.ts +201 -0
  53. package/src/tool/concreteCalculator/i18n/pt.ts +201 -0
  54. package/src/tool/concreteCalculator/i18n/ru.ts +201 -0
  55. package/src/tool/concreteCalculator/i18n/sv.ts +201 -0
  56. package/src/tool/concreteCalculator/i18n/tr.ts +201 -0
  57. package/src/tool/concreteCalculator/i18n/zh.ts +201 -0
  58. package/src/tool/concreteCalculator/index.ts +17 -5
  59. package/src/tool/cutOptimizer/i18n/de.ts +178 -0
  60. package/src/tool/cutOptimizer/i18n/id.ts +178 -0
  61. package/src/tool/cutOptimizer/i18n/it.ts +178 -0
  62. package/src/tool/cutOptimizer/i18n/ja.ts +178 -0
  63. package/src/tool/cutOptimizer/i18n/ko.ts +178 -0
  64. package/src/tool/cutOptimizer/i18n/nl.ts +178 -0
  65. package/src/tool/cutOptimizer/i18n/pl.ts +178 -0
  66. package/src/tool/cutOptimizer/i18n/pt.ts +178 -0
  67. package/src/tool/cutOptimizer/i18n/ru.ts +178 -0
  68. package/src/tool/cutOptimizer/i18n/sv.ts +178 -0
  69. package/src/tool/cutOptimizer/i18n/tr.ts +178 -0
  70. package/src/tool/cutOptimizer/i18n/zh.ts +178 -0
  71. package/src/tool/cutOptimizer/index.ts +17 -5
  72. package/src/tool/drillCalculator/i18n/de.ts +137 -0
  73. package/src/tool/drillCalculator/i18n/id.ts +137 -0
  74. package/src/tool/drillCalculator/i18n/it.ts +137 -0
  75. package/src/tool/drillCalculator/i18n/ja.ts +137 -0
  76. package/src/tool/drillCalculator/i18n/ko.ts +137 -0
  77. package/src/tool/drillCalculator/i18n/nl.ts +137 -0
  78. package/src/tool/drillCalculator/i18n/pl.ts +137 -0
  79. package/src/tool/drillCalculator/i18n/pt.ts +137 -0
  80. package/src/tool/drillCalculator/i18n/ru.ts +137 -0
  81. package/src/tool/drillCalculator/i18n/sv.ts +137 -0
  82. package/src/tool/drillCalculator/i18n/tr.ts +137 -0
  83. package/src/tool/drillCalculator/i18n/zh.ts +137 -0
  84. package/src/tool/drillCalculator/index.ts +17 -5
  85. package/src/tool/drillSharpener/i18n/de.ts +120 -0
  86. package/src/tool/drillSharpener/i18n/id.ts +120 -0
  87. package/src/tool/drillSharpener/i18n/it.ts +120 -0
  88. package/src/tool/drillSharpener/i18n/ja.ts +120 -0
  89. package/src/tool/drillSharpener/i18n/ko.ts +120 -0
  90. package/src/tool/drillSharpener/i18n/nl.ts +120 -0
  91. package/src/tool/drillSharpener/i18n/pl.ts +120 -0
  92. package/src/tool/drillSharpener/i18n/pt.ts +120 -0
  93. package/src/tool/drillSharpener/i18n/ru.ts +120 -0
  94. package/src/tool/drillSharpener/i18n/sv.ts +120 -0
  95. package/src/tool/drillSharpener/i18n/tr.ts +120 -0
  96. package/src/tool/drillSharpener/i18n/zh.ts +120 -0
  97. package/src/tool/drillSharpener/index.ts +17 -5
  98. package/src/tool/epoxyCalculator/i18n/de.ts +118 -0
  99. package/src/tool/epoxyCalculator/i18n/id.ts +118 -0
  100. package/src/tool/epoxyCalculator/i18n/it.ts +118 -0
  101. package/src/tool/epoxyCalculator/i18n/ja.ts +118 -0
  102. package/src/tool/epoxyCalculator/i18n/ko.ts +118 -0
  103. package/src/tool/epoxyCalculator/i18n/nl.ts +118 -0
  104. package/src/tool/epoxyCalculator/i18n/pl.ts +118 -0
  105. package/src/tool/epoxyCalculator/i18n/pt.ts +118 -0
  106. package/src/tool/epoxyCalculator/i18n/ru.ts +118 -0
  107. package/src/tool/epoxyCalculator/i18n/sv.ts +118 -0
  108. package/src/tool/epoxyCalculator/i18n/tr.ts +118 -0
  109. package/src/tool/epoxyCalculator/i18n/zh.ts +118 -0
  110. package/src/tool/epoxyCalculator/index.ts +15 -7
  111. package/src/tool/furnitureFit/i18n/de.ts +113 -0
  112. package/src/tool/furnitureFit/i18n/id.ts +113 -0
  113. package/src/tool/furnitureFit/i18n/it.ts +113 -0
  114. package/src/tool/furnitureFit/i18n/ja.ts +113 -0
  115. package/src/tool/furnitureFit/i18n/ko.ts +113 -0
  116. package/src/tool/furnitureFit/i18n/nl.ts +113 -0
  117. package/src/tool/furnitureFit/i18n/pl.ts +113 -0
  118. package/src/tool/furnitureFit/i18n/pt.ts +113 -0
  119. package/src/tool/furnitureFit/i18n/ru.ts +113 -0
  120. package/src/tool/furnitureFit/i18n/sv.ts +113 -0
  121. package/src/tool/furnitureFit/i18n/tr.ts +113 -0
  122. package/src/tool/furnitureFit/i18n/zh.ts +113 -0
  123. package/src/tool/furnitureFit/index.ts +17 -5
  124. package/src/tool/mortarCalculator/i18n/de.ts +129 -0
  125. package/src/tool/mortarCalculator/i18n/id.ts +129 -0
  126. package/src/tool/mortarCalculator/i18n/it.ts +129 -0
  127. package/src/tool/mortarCalculator/i18n/ja.ts +129 -0
  128. package/src/tool/mortarCalculator/i18n/ko.ts +129 -0
  129. package/src/tool/mortarCalculator/i18n/nl.ts +129 -0
  130. package/src/tool/mortarCalculator/i18n/pl.ts +129 -0
  131. package/src/tool/mortarCalculator/i18n/pt.ts +129 -0
  132. package/src/tool/mortarCalculator/i18n/ru.ts +129 -0
  133. package/src/tool/mortarCalculator/i18n/sv.ts +129 -0
  134. package/src/tool/mortarCalculator/i18n/tr.ts +129 -0
  135. package/src/tool/mortarCalculator/i18n/zh.ts +129 -0
  136. package/src/tool/mortarCalculator/index.ts +17 -5
  137. package/src/tool/passepartoutCalculator/i18n/de.ts +108 -0
  138. package/src/tool/passepartoutCalculator/i18n/id.ts +108 -0
  139. package/src/tool/passepartoutCalculator/i18n/it.ts +108 -0
  140. package/src/tool/passepartoutCalculator/i18n/ja.ts +108 -0
  141. package/src/tool/passepartoutCalculator/i18n/ko.ts +108 -0
  142. package/src/tool/passepartoutCalculator/i18n/nl.ts +108 -0
  143. package/src/tool/passepartoutCalculator/i18n/pl.ts +108 -0
  144. package/src/tool/passepartoutCalculator/i18n/pt.ts +108 -0
  145. package/src/tool/passepartoutCalculator/i18n/ru.ts +108 -0
  146. package/src/tool/passepartoutCalculator/i18n/sv.ts +108 -0
  147. package/src/tool/passepartoutCalculator/i18n/tr.ts +108 -0
  148. package/src/tool/passepartoutCalculator/i18n/zh.ts +108 -0
  149. package/src/tool/passepartoutCalculator/index.ts +17 -5
  150. package/src/tool/stairCalculator/i18n/de.ts +144 -0
  151. package/src/tool/stairCalculator/i18n/id.ts +144 -0
  152. package/src/tool/stairCalculator/i18n/it.ts +144 -0
  153. package/src/tool/stairCalculator/i18n/ja.ts +144 -0
  154. package/src/tool/stairCalculator/i18n/ko.ts +144 -0
  155. package/src/tool/stairCalculator/i18n/nl.ts +144 -0
  156. package/src/tool/stairCalculator/i18n/pl.ts +144 -0
  157. package/src/tool/stairCalculator/i18n/pt.ts +144 -0
  158. package/src/tool/stairCalculator/i18n/ru.ts +144 -0
  159. package/src/tool/stairCalculator/i18n/sv.ts +144 -0
  160. package/src/tool/stairCalculator/i18n/tr.ts +144 -0
  161. package/src/tool/stairCalculator/i18n/zh.ts +144 -0
  162. package/src/tool/stairCalculator/index.ts +17 -5
  163. package/src/tool/thermalExpansionCalculator/i18n/de.ts +132 -0
  164. package/src/tool/thermalExpansionCalculator/i18n/id.ts +130 -0
  165. package/src/tool/thermalExpansionCalculator/i18n/it.ts +130 -0
  166. package/src/tool/thermalExpansionCalculator/i18n/ja.ts +130 -0
  167. package/src/tool/thermalExpansionCalculator/i18n/ko.ts +130 -0
  168. package/src/tool/thermalExpansionCalculator/i18n/nl.ts +130 -0
  169. package/src/tool/thermalExpansionCalculator/i18n/pl.ts +130 -0
  170. package/src/tool/thermalExpansionCalculator/i18n/pt.ts +130 -0
  171. package/src/tool/thermalExpansionCalculator/i18n/ru.ts +130 -0
  172. package/src/tool/thermalExpansionCalculator/i18n/sv.ts +130 -0
  173. package/src/tool/thermalExpansionCalculator/i18n/tr.ts +130 -0
  174. package/src/tool/thermalExpansionCalculator/i18n/zh.ts +130 -0
  175. package/src/tool/thermalExpansionCalculator/index.ts +17 -5
  176. package/src/tool/voltageDropCalculator/i18n/de.ts +112 -0
  177. package/src/tool/voltageDropCalculator/i18n/id.ts +110 -0
  178. package/src/tool/voltageDropCalculator/i18n/it.ts +110 -0
  179. package/src/tool/voltageDropCalculator/i18n/ja.ts +110 -0
  180. package/src/tool/voltageDropCalculator/i18n/ko.ts +110 -0
  181. package/src/tool/voltageDropCalculator/i18n/nl.ts +110 -0
  182. package/src/tool/voltageDropCalculator/i18n/pl.ts +110 -0
  183. package/src/tool/voltageDropCalculator/i18n/pt.ts +110 -0
  184. package/src/tool/voltageDropCalculator/i18n/ru.ts +110 -0
  185. package/src/tool/voltageDropCalculator/i18n/sv.ts +110 -0
  186. package/src/tool/voltageDropCalculator/i18n/tr.ts +110 -0
  187. package/src/tool/voltageDropCalculator/i18n/zh.ts +110 -0
  188. package/src/tool/voltageDropCalculator/index.ts +17 -5
  189. package/src/types.ts +1 -1
@@ -0,0 +1,137 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { DrillCalculatorUI } from '../ui';
4
+
5
+ const slug = 'drill-rpm-calculator';
6
+ const title = '钻孔与切削转速计算器';
7
+ const description = '根据材料和钻头直径计算钻床或铣床的理想每分钟转速 (RPM)。避免烧坏您的工具。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '为什么钻孔时钻头会烧坏?',
12
+ answer: '主要是由于转速 (RPM) 过高。当钻头转速超过材料排热能力时,摩擦产生的热量会使温度超过钢材的回火极限,导致刃口软化并失去切削能力。',
13
+ },
14
+ {
15
+ question: '什么是切削速度 (Vc)?',
16
+ answer: '它是工具刃口在材料表面移动的线速度,单位为米每分钟。每种材料都有推荐的 Vc,这与钻头直径无关。',
17
+ },
18
+ {
19
+ question: '什么时候应该使用硬质合金工具 (Widia)?',
20
+ answer: '当您需要以极高的速度加工、进行工业生产或被加工材料极其坚硬时,应使用硬质合金(钨钢)。对于普通 DIY,HSS(高速钢)已经足够,且更耐折断。',
21
+ },
22
+ {
23
+ question: '是否总是需要使用润滑剂?',
24
+ answer: '对于金属加工,几乎总是推荐使用润滑剂。铝材加工时可防止材料粘连钻头,钢材加工时可减少热量。木材和塑料加工建议干切,并频繁抬刀排屑。',
25
+ },
26
+ {
27
+ question: '如果没有 CNC 铣床,如何判断进给量?',
28
+ answer: '在台钻上,通过压力感应进给。您应该看到连续且干净的切屑排出。如果排出的是粉末,说明压力太小或转速太高。如果切屑非常厚且钻床发出吃力的声音,说明压力太大。',
29
+ },
30
+ ];
31
+
32
+ const howToData = [
33
+ { name: '选择材料', text: '指定您要钻孔或铣削的材料(钢、铝、木材等)。每种材料的硬度和热容量都不同。' },
34
+ { name: '输入直径', text: '输入钻头或铣刀的准确直径(毫米)。请记住,直径越大,转速应越低。' },
35
+ { name: '选择工具类型', text: '确定您的钻头是高速钢 (HSS) 还是硬质合金 (Widia)。硬质合金工具可承受更高的转速。' },
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: 'zh',
71
+ };
72
+
73
+ export const content: ToolLocaleContent<DrillCalculatorUI> = {
74
+ slug,
75
+ title,
76
+ description,
77
+ faqTitle: '常见问题',
78
+ faq: faqData,
79
+ bibliographyTitle: '技术参考',
80
+ bibliography: [
81
+ { name: 'Sandvik Coromant: 切削速度与进给率公式', url: 'https://www.sandvik.coromant.com/zh-cn/knowledge/machining-formulas-definitions/general-turning-formulas-definitions' },
82
+ { name: '机械加工工艺手册', url: 'https://www.google.com/search?q=Casillas+Maquinas+Calculos+de+taller' },
83
+ ],
84
+ howTo: howToData,
85
+ schemas: [faqSchema, howToSchema, appSchema],
86
+ seo: [
87
+ { type: 'title', text: '机械加工中每分钟转速 (RPM) 的重要性', level: 2 },
88
+ { type: 'paragraph', html: '正确计算 RPM 是完美作业与代价昂贵的失败之间的分水岭。这不仅仅是让钻头尽可能快地转动,而是要遵循摩擦和材料抗力的物理定律。我们的计算器旨在优化工具性能和成品质量。' },
89
+ { type: 'title', text: '理解切削速度', level: 3 },
90
+ { type: 'card', icon: 'mdi:math-log', title: 'RPM 计算公式', html: '<p>切削速度是以米每分钟为单位的值,表示刃口通过材料的理想速度。我们使用的公式是:<code>RPM = (Vc × 1000) / (π × D)</code>,其中 D 是以毫米为单位的直径。此计算与所切削材料本身的直径无关。' },
91
+ { type: 'title', text: 'HSS 与硬质合金', level: 3 },
92
+ { type: 'paragraph', html: '<strong>高速钢 (HSS)</strong> 工具价格低廉且耐冲击,但耐热性有限。<strong>硬质合金 (Widia)</strong> 允许高出 3 到 5 倍的切削速度,但质地较脆。计算器会针对工具类型自动调整参数。' },
93
+ { type: 'title', text: '钻孔时的 3 个常见错误', level: 3 },
94
+ { type: 'paragraph', html: '<strong>转速太高:</strong> 导致过热和钢材回火。<strong>转速太低:</strong> 钻头会产生震动,可能因疲劳而折断。<strong>没有冷却:</strong> 热量会显著缩短工具的使用寿命。' },
95
+ ],
96
+ ui: {
97
+ labelMaterial: '工件材料',
98
+ matSteel: '低碳钢',
99
+ matInox: '不锈钢',
100
+ matAlu: '铝材',
101
+ matBrass: '黄铜',
102
+ matCastIron: '铸铁',
103
+ matWood: '木材',
104
+ matPlastic: '塑料',
105
+ coolSteel: '切削液或油',
106
+ coolInox: '切削油 EP',
107
+ coolAlu: '酒精 / 石蜡',
108
+ coolBrass: '干切 / 空气',
109
+ coolCastIron: '干切',
110
+ coolWood: '仅吸尘',
111
+ coolPlastic: '喷气',
112
+ labelTool: '工具类型',
113
+ typeHss: '高速钢 (HSS)',
114
+ typeWidia: '硬质合金 (Widia)',
115
+ labelDiameter: '直径',
116
+ unitMm: 'mm',
117
+ unitInch: '英寸',
118
+ modeColumnDrill: '台钻模式',
119
+ labelAdvanced: '进给参数',
120
+ labelLips: '刃数 (z)',
121
+ labelFz: '每刃进给量 (Fz)',
122
+ labelMachine: '您的机器转速',
123
+ presetStandard: '标准',
124
+ presetCnc: 'CNC',
125
+ addRpmManual: '手动添加 RPM...',
126
+ addButton: '+',
127
+ resultRpm: '最佳转速',
128
+ resultCooling: '冷却方式',
129
+ resultFeed: '进给量计算结果',
130
+ resultClosest: '推荐设定',
131
+ rpmUnit: '转 / 分钟',
132
+ recommendedLabel: '推荐设定',
133
+ recommendedHint: '请将机器的选择开关或皮带设置到此位置',
134
+ statusLimitActive: '机器极限激活',
135
+ statusOutOfRange: '超出商用标准范围',
136
+ },
137
+ };
@@ -10,14 +10,26 @@ export {
10
10
  DrillCalculatorBibliography,
11
11
  };
12
12
 
13
- const es = async () => (await import('./i18n/es')).content;
14
- const en = async () => (await import('./i18n/en')).content;
15
- const fr = async () => (await import('./i18n/fr')).content;
16
-
17
13
  export const drillCalculator: DiyToolEntry<DrillCalculatorUI> = {
18
14
  id: 'drill-rpm-calculator',
19
15
  icons: { bg: 'mdi:tools', fg: 'mdi:speedometer' },
20
- i18n: { es, en, fr },
16
+ i18n: {
17
+ de: () => import('./i18n/de').then((m) => m.content),
18
+ en: () => import('./i18n/en').then((m) => m.content),
19
+ es: () => import('./i18n/es').then((m) => m.content),
20
+ fr: () => import('./i18n/fr').then((m) => m.content),
21
+ id: () => import('./i18n/id').then((m) => m.content),
22
+ it: () => import('./i18n/it').then((m) => m.content),
23
+ ja: () => import('./i18n/ja').then((m) => m.content),
24
+ ko: () => import('./i18n/ko').then((m) => m.content),
25
+ nl: () => import('./i18n/nl').then((m) => m.content),
26
+ pl: () => import('./i18n/pl').then((m) => m.content),
27
+ pt: () => import('./i18n/pt').then((m) => m.content),
28
+ ru: () => import('./i18n/ru').then((m) => m.content),
29
+ sv: () => import('./i18n/sv').then((m) => m.content),
30
+ tr: () => import('./i18n/tr').then((m) => m.content),
31
+ zh: () => import('./i18n/zh').then((m) => m.content),
32
+ },
21
33
  };
22
34
 
23
35
  export const DRILL_CALCULATOR_TOOL: ToolDefinition = {
@@ -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
+ };