@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,183 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ClayCalculatorUI } from '../ui';
4
+
5
+ const slug = 'ton-schwindungsrechner';
6
+ const title = 'Ton Schwindungsrechner: Exakte Maße für Keramik';
7
+ const description =
8
+ 'Berechnen Sie die Schwindung von Ton beim Trocknen und Brennen. Entwerfen Sie Keramikstücke mit exakten Endmaßen.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Warum schwindet Ton?',
13
+ answer:
14
+ 'Ton schwindet hauptsächlich durch Wasserverlust. Zuerst erfolgt die Trocknung (Verdunstung des Wassers zwischen den Partikeln) und dann der Brand (Entfernung von chemisch gebundenem Wasser und Sintern der Partikel).',
15
+ },
16
+ {
17
+ question: 'Wie hoch ist der normale Schwindungsprozentsatz?',
18
+ answer:
19
+ 'Das hängt von der Keramikmasse ab. Irdenware schwindet normalerweise zwischen 5-10 %, während Steinzeug und Porzellan aufgrund ihrer höheren Vitrifizierung 12-15 % erreichen können.',
20
+ },
21
+ {
22
+ question: 'Wie messe ich die Schwindung meines eigenen Tons?',
23
+ answer:
24
+ 'Erstellen Sie eine Testplatte von exakt 10 cm Länge. Lassen Sie sie trocknen und messen Sie sie (Trockenschwindung). Brennen Sie sie bei der Endtemperatur und messen Sie erneut (Gesamtschwindung). Die Differenz ergibt den exakten Prozentsatz.',
25
+ },
26
+ {
27
+ question: 'Was passiert, wenn mein Stück beim Trocknen reißt?',
28
+ answer:
29
+ 'Dies deutet meist auf eine zu schnelle oder ungleichmäßige Trocknung hin. Dünne Stellen verlieren Wasser schneller als dicke, was zu Spannungen führt. Decken Sie die Stücke mit Kunststoff ab, um den Prozess zu verlangsamen.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Das Werkstück feucht messen',
36
+ text: 'Nehmen Sie die exakten Maße Ihres Werkstücks direkt nach dem Drehen oder Modellieren auf, wenn es noch seine volle Feuchtigkeit hat.',
37
+ },
38
+ {
39
+ name: 'Schwindungskoeffizienten eingeben',
40
+ text: 'Suchen Sie auf der Verpackung Ihres Tons nach dem vom Hersteller angegebenen Prozentsatz der Gesamtschwindung (Trocknen + Brennen).',
41
+ },
42
+ {
43
+ name: 'Erwartete Endmaße erhalten',
44
+ text: 'Nutzen Sie den Rechner, um zu erfahren, wie groß Ihr Stück nach dem Brennen sein wird, und planen Sie Ihre Passungen oder Deckel entsprechend.',
45
+ },
46
+ {
47
+ name: 'Umgekehrte Berechnung für Zielmaße',
48
+ text: 'Wenn Ihr Stück am Ende exakt X cm groß sein soll, nutzen Sie die umgekehrte Berechnung, um zu wissen, welche Größe es auf der Töpferscheibe haben muss.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'de',
84
+ };
85
+
86
+ export const content: ToolLocaleContent<ClayCalculatorUI> = {
87
+ slug,
88
+ title,
89
+ description,
90
+ faqTitle: 'Häufig gestellte Fragen',
91
+ faq: faqData,
92
+ bibliographyTitle: 'Referenzen',
93
+ bibliography: [
94
+ {
95
+ name: 'The Potter\'s Dictionary - Clay Shrinkage',
96
+ url: 'https://digitalfire.com/glossary/firing+shrinkage',
97
+ },
98
+ {
99
+ name: 'Ceramic Arts Network - Understanding Shrinkage',
100
+ url: 'https://ceramicartsnetwork.org/daily/article/How-to-Determine-Clay-Shrinkage-and-Make-a-Shrink-Rule',
101
+ },
102
+ ],
103
+ howTo: howToData,
104
+ schemas: [faqSchema, howToSchema, appSchema],
105
+ seo: [
106
+ {
107
+ type: 'title',
108
+ text: 'Die Physik des Tons: Schwindung und Ausdehnung',
109
+ level: 2,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'Ton ist ein lebendiges Material, das seine Größe während des gesamten Keramikprozesses verändert. Von dem Moment an, in dem Sie ein feuchtes Stück formen, bis es aus dem Ofen kommt, kann es zwischen 8 % und 15 % seiner ursprünglichen Größe verlieren. Die Berechnung dieser Schwindung ist entscheidend, um Stücke mit den exakten Maßen zu erstellen, die Sie benötigen.',
114
+ },
115
+ {
116
+ type: 'grid',
117
+ columns: [
118
+ {
119
+ type: 'card',
120
+ title: 'Schwindungsphasen',
121
+ html: '<p><strong>1. Trocknung (Feucht → Trocken):</strong> Durch den Wasserverlust rücken die Tonpartikel näher zusammen. Dies ist die stärkste Schwindung (4-8 %). Dickwandige Stücke können reißen, wenn sie zu schnell trocknen.</p><p><strong>2. Brand (Trocken → Schrühbrand):</strong> Zwischen 900-1000 °C erfährt der Ton irreversible chemische Veränderungen. Zusätzliche Schwindung von 2-4 %. Das Stück wird porös, aber fest.</p><p><strong>3. Vitrifizierung (Hochtemperatur):</strong> Bei 1200-1300 °C versintert (vitrifiziert) der Ton. Endgültige Schwindung von 1-3 %. Steinzeug und Porzellan erreichen ihre maximale Dichte.</p>',
122
+ },
123
+ {
124
+ type: 'card',
125
+ title: 'Einflussfaktoren',
126
+ html: '<ul><li><strong>Tonsorte:</strong> Roter Ton schwindet weniger (8-10 %) als Porzellan (12-15 %).</li><li><strong>Wandstärke:</strong> Dünne Wände schwinden gleichmäßiger als dicke.</li><li><strong>Brenntemperatur:</strong> Je höher die Temperatur, desto stärker die Schwindung und Vitrifizierung.</li><li><strong>Schamotteanteil:</strong> Die Zugabe von Schamotte (gemahlener, bereits gebrannter Ton) verringert die Schwindung.</li></ul>',
127
+ },
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Praktische Anwendungen',
133
+ level: 2,
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: 'Entwurf von Formen',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'paragraph',
142
+ html: 'Wenn Sie eine Tasse mit einem Enddurchmesser von 8 cm benötigen und Ihr Ton um 12 % schwindet, müssen Sie die Form mit <strong>9,1 cm</strong> anlegen. Diese umgekehrte Berechnung ist in der Serienproduktion entscheidend.',
143
+ },
144
+ {
145
+ type: 'title',
146
+ text: 'Deckel und Montagen',
147
+ level: 3,
148
+ },
149
+ {
150
+ type: 'paragraph',
151
+ html: 'Wenn Sie Stücke erstellen, die zusammenpassen müssen (Teekanne + Deckel, Dose + Deckel), müssen beide aus demselben Ton hergestellt und zusammen gebrannt werden, um eine gleichmäßige Schwindung zu gewährleisten. Eine Differenz von nur 1 % kann die Passform ruinieren.',
152
+ },
153
+ {
154
+ type: 'title',
155
+ text: 'Monumentale Skulpturen',
156
+ level: 3,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: 'Bei großen Stücken kann die unterschiedliche Schwindung zwischen dicken und dünnen Abschnitten zu Rissen führen. Erfahrene Keramiker gleichen dies aus, indem sie die Wände in Bereichen, von denen sie wissen, dass sie stärker schwinden, dicker lassen.',
161
+ },
162
+ ],
163
+ ui: {
164
+ labelInitialSize: 'Anfangsgröße (mm)',
165
+ labelShrinkage: 'Schwindungsprozentsatz (%)',
166
+ labelLow: 'Niedrig (Terrakotta)',
167
+ labelMedium: 'Mittel (Steinzeug)',
168
+ labelHigh: 'Hoch (Porzellan)',
169
+ presetTerracota: 'Terrakotta (8%)',
170
+ presetGres: 'Steinzeug (12%)',
171
+ presetPorcelana: 'Porzellan (15%)',
172
+ labelResult: 'Ergebnis',
173
+ labelFinalSize: 'Endgröße:',
174
+ labelLoss: 'Gesamtverlust:',
175
+ tipText:
176
+ 'Um die erforderliche Anfangsgröße für eine bestimmte Endgröße zu berechnen, teilen Sie die gewünschte Größe durch (1 - Schwindung/100).',
177
+ labelInitialBadge: 'Anfang:',
178
+ labelFinalBadge: 'mm Ende',
179
+ labelLossBadge: 'Verlust:',
180
+ labelInitialArea: 'Anfangsfläche',
181
+ labelFinalArea: 'Endfläche',
182
+ },
183
+ };
@@ -0,0 +1,183 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ClayCalculatorUI } from '../ui';
4
+
5
+ const slug = 'kalkulator-penyusutan-tanah-liat';
6
+ const title = 'Kalkulator Penyusutan Tanah Liat: Dimensi Tepat untuk Keramik';
7
+ const description =
8
+ 'Hitung penyusutan tanah liat saat pengeringan dan pembakaran. Rancang karya keramik dengan dimensi akhir yang tepat.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Mengapa tanah liat menyusut?',
13
+ answer:
14
+ 'Tanah liat menyusut terutama karena kehilangan air. Pertama terjadi pengeringan (penguapan air di antara partikel) dan kemudian pembakaran (penghilangan air yang dikombinasikan secara kimiawi dan sintering partikel).',
15
+ },
16
+ {
17
+ question: 'Berapa persentase penyusutan yang normal?',
18
+ answer:
19
+ 'Tergantung pada pasta keramiknya. Gerabah biasanya menyusut antara 5-10%, sementara stonewere dan porselen bisa mencapai 12-15% karena vitrifikasinya yang lebih tinggi.',
20
+ },
21
+ {
22
+ question: 'Bagaimana cara mengukur penyusutan tanah liat saya sendiri?',
23
+ answer:
24
+ 'Buat pelat uji berukuran tepat 10 cm. Biarkan mengering dan ukur (penyusutan pengeringan). Bakar hingga suhu akhir dan ukur kembali (penyusutan total). Perbedaannya akan memberi Anda persentase yang tepat.',
25
+ },
26
+ {
27
+ question: 'Apa yang terjadi jika karya saya retak saat pengeringan?',
28
+ answer:
29
+ 'Biasanya menunjukkan pengeringan yang terlalu cepat atau tidak merata. Bagian yang tipis kehilangan air lebih cepat daripada bagian yang tebal, sehingga menimbulkan tegangan. Tutupi karya dengan plastik untuk memperlambat proses.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Ukur karya saat basah',
36
+ text: 'Ambil dimensi tepat karya Anda segera setelah diputar atau dimodelkan, saat masih memiliki kelembapan penuh.',
37
+ },
38
+ {
39
+ name: 'Masukkan koefisien penyusutan',
40
+ text: 'Cari di paket tanah liat Anda persentase penyusutan total (pengeringan + pembakaran) yang disediakan oleh produsen.',
41
+ },
42
+ {
43
+ name: 'Dapatkan dimensi akhir yang diharapkan',
44
+ text: 'Gunakan kalkulator untuk mengetahui ukuran karya Anda setelah melewati oven dan rencanakan sambungan atau tutup Anda dengan tepat.',
45
+ },
46
+ {
47
+ name: 'Perhitungan terbalik untuk target',
48
+ text: 'Jika Anda membutuhkan karya Anda berukuran tepat X cm di akhir, gunakan perhitungan terbalik untuk mengetahui ukuran yang harus dimiliki di alat putar.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'id',
84
+ };
85
+
86
+ export const content: ToolLocaleContent<ClayCalculatorUI> = {
87
+ slug,
88
+ title,
89
+ description,
90
+ faqTitle: 'Pertanyaan Umum',
91
+ faq: faqData,
92
+ bibliographyTitle: 'Referensi',
93
+ bibliography: [
94
+ {
95
+ name: 'The Potter\'s Dictionary - Clay Shrinkage',
96
+ url: 'https://digitalfire.com/glossary/firing+shrinkage',
97
+ },
98
+ {
99
+ name: 'Ceramic Arts Network - Understanding Shrinkage',
100
+ url: 'https://ceramicartsnetwork.org/daily/article/How-to-Determine-Clay-Shrinkage-and-Make-a-Shrink-Rule',
101
+ },
102
+ ],
103
+ howTo: howToData,
104
+ schemas: [faqSchema, howToSchema, appSchema],
105
+ seo: [
106
+ {
107
+ type: 'title',
108
+ text: 'Fisika Tanah Liat: Penyusutan dan Ekspansi',
109
+ level: 2,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'Tanah liat adalah bahan hidup yang berubah ukuran selama seluruh proses keramik. Dari saat Anda membentuk karya basah hingga keluar dari oven, ia bisa kehilangan antara 8% dan 15% dari ukuran aslinya. Menghitung penyusutan ini sangat penting untuk menciptakan karya dengan dimensi tepat yang Anda butuhkan.',
114
+ },
115
+ {
116
+ type: 'grid',
117
+ columns: [
118
+ {
119
+ type: 'card',
120
+ title: 'Fase Penyusutan',
121
+ html: '<p><strong>1. Pengeringan (Basah → Kering):</strong> Saat kehilangan air, partikel tanah liat saling mendekat. Ini adalah penyusutan terbesar (4-8%). Karya yang tebal bisa retak jika mengering terlalu cepat.</p><p><strong>2. Pembakaran (Kering → Bisku):</strong> Antara 900-1000°C, tanah liat mengalami perubahan kimiawi yang tidak dapat diubah. Penyusutan tambahan sebesar 2-4%. Karya menjadi berpori tetapi tahan banting.</p><p><strong>3. Vitrifikasi (Suhu Tinggi):</strong> Pada 1200-1300°C, tanah liat memvitrifikasi. Penyusutan akhir sebesar 1-3%. Stoneware dan porselen mencapai kepadatan maksimalnya.</p>',
122
+ },
123
+ {
124
+ type: 'card',
125
+ title: 'Variabel yang Mempengaruhi',
126
+ html: '<ul><li><strong>Jenis tanah liat:</strong> Tanah liat merah kurang menyusut (8-10%) dibandingkan porselen (12-15%).</li><li><strong>Ketebalan dinding:</strong> Dinding yang tipis menyusut lebih seragam daripada yang tebal.</li><li><strong>Suhu pembakaran:</strong> Semakin tinggi suhu, semakin besar penyusutan dan vitrifikasi.</li><li><strong>Kandungan grog:</strong> Menambahkan grog (tanah liat yang sudah dibakar dan digiling) mengurangi penyusutan.</li></ul>',
127
+ },
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Aplikasi Praktis',
133
+ level: 2,
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: 'Desain Cetakan',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'paragraph',
142
+ html: 'Jika Anda membutuhkan cangkir dengan diameter akhir 8 cm, dan tanah liat Anda menyusut 12%, Anda harus membuat cetakan berukuran <strong>9,1 cm</strong>. Perhitungan terbalik ini sangat penting dalam produksi massal.',
143
+ },
144
+ {
145
+ type: 'title',
146
+ text: 'Tutup dan Perakitan',
147
+ level: 3,
148
+ },
149
+ {
150
+ type: 'paragraph',
151
+ html: 'Saat Anda membuat karya yang harus pas (teko + tutup, toples + tutup), keduanya harus dibuat dengan tanah liat yang sama dan dibakar bersama untuk memastikan keduanya menyusut secara merata. Perbedaan 1% saja dapat merusak kecocokannya.',
152
+ },
153
+ {
154
+ type: 'title',
155
+ text: 'Patung Monumental',
156
+ level: 3,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: 'Pada karya besar, penyusutan diferensial antara bagian yang tebal dan tipis dapat menyebabkan retakan. Keramik berpengalaman mengimbanginya dengan membiarkan dinding lebih tebal di area yang mereka tahu akan lebih banyak menyusut.',
161
+ },
162
+ ],
163
+ ui: {
164
+ labelInitialSize: 'Ukuran Awal (mm)',
165
+ labelShrinkage: 'Persentase Penyusutan (%)',
166
+ labelLow: 'Rendah (Terakota)',
167
+ labelMedium: 'Sedang (Stoneware)',
168
+ labelHigh: 'Tinggi (Porselen)',
169
+ presetTerracota: 'Terakota (8%)',
170
+ presetGres: 'Stoneware (12%)',
171
+ presetPorcelana: 'Porselen (15%)',
172
+ labelResult: 'Hasil',
173
+ labelFinalSize: 'Ukuran Akhir:',
174
+ labelLoss: 'Total Kehilangan:',
175
+ tipText:
176
+ 'Untuk menghitung ukuran awal yang dibutuhkan untuk mendapatkan ukuran akhir tertentu, bagi ukuran yang diinginkan dengan (1 - penyusutan/100).',
177
+ labelInitialBadge: 'Awal:',
178
+ labelFinalBadge: 'mm akhir',
179
+ labelLossBadge: 'Kehilangan:',
180
+ labelInitialArea: 'Area Awal',
181
+ labelFinalArea: 'Area Akhir',
182
+ },
183
+ };
@@ -0,0 +1,183 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { ClayCalculatorUI } from '../ui';
4
+
5
+ const slug = 'calcolatrice-argilla';
6
+ const title = 'Calcolatrice Restringimento Argilla: Dimensioni Esatte per Ceramica';
7
+ const description =
8
+ 'Calcola il restringimento dell\'argilla in essiccazione e cottura. Progetta pezzi in ceramica con le dimensioni finali esatte.';
9
+
10
+ const faqData = [
11
+ {
12
+ question: 'Perché l\'argilla si restringe?',
13
+ answer:
14
+ 'L\'argilla si restringe principalmente a causa della perdita d\'acqua. Prima avviene l\'essiccazione (evaporazione dell\'acqua tra le particelle) e poi la cottura (eliminazione dell\'acqua chimicamente combinata e sinterizzazione delle particelle).',
15
+ },
16
+ {
17
+ question: 'Qual è la percentuale di restringimento normale?',
18
+ answer:
19
+ 'Dipende dall\'impasto ceramico. La terracotta solitamente si restringe tra il 5-10%, mentre il gres e la porcellana possono arrivare al 12-15% a causa della loro maggiore vetrificazione.',
20
+ },
21
+ {
22
+ question: 'Come misuro il restringimento della mia argilla?',
23
+ answer:
24
+ 'Crea una piastra di prova di esattamente 10 cm. Lasciala asciugare e misurala (restringimento da essiccazione). Cuocila alla temperatura finale e misurala di nuovo (restringimento totale). La differenza ti darà la percentuale esatta.',
25
+ },
26
+ {
27
+ question: 'Cosa succede se il mio pezzo si crepa durante l\'essiccazione?',
28
+ answer:
29
+ 'Solitamente indica un\'essiccazione troppo rapida o non uniforme. Le zone sottili perdono acqua prima di quelle spesse, generando tensioni. Copri i pezzi con della plastica per rallentare il processo.',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: 'Misurare il pezzo umido',
36
+ text: 'Prendi le dimensioni esatte del tuo pezzo subito dopo la tornitura o la modellazione, quando ha ancora tutta la sua umidità.',
37
+ },
38
+ {
39
+ name: 'Inserire il coefficiente di restringimento',
40
+ text: 'Cerca sulla confezione della tua argilla la percentuale di restringimento totale (essiccazione + cottura) fornita dal produttore.',
41
+ },
42
+ {
43
+ name: 'Ottenere le dimensioni finali previste',
44
+ text: 'Usa la calcolatrice per sapere quanto misurerà il tuo pezzo dopo il passaggio in forno e pianifica i tuoi incastri o coperchi di conseguenza.',
45
+ },
46
+ {
47
+ name: 'Calcolo inverso per obiettivi',
48
+ text: 'Se hai bisogno che il tuo pezzo misuri esattamente X cm alla fine, usa il calcolo inverso per sapere che dimensioni deve avere sul tornio.',
49
+ },
50
+ ];
51
+
52
+ const faqSchema: WithContext<FAQPage> = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'FAQPage',
55
+ mainEntity: faqData.map((item) => ({
56
+ '@type': 'Question',
57
+ name: item.question,
58
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
59
+ })),
60
+ };
61
+
62
+ const howToSchema: WithContext<HowToThing> = {
63
+ '@context': 'https://schema.org',
64
+ '@type': 'HowTo',
65
+ name: title,
66
+ description,
67
+ step: howToData.map((step, i) => ({
68
+ '@type': 'HowToStep',
69
+ position: i + 1,
70
+ name: step.name,
71
+ text: step.text,
72
+ })),
73
+ };
74
+
75
+ const appSchema: WithContext<SoftwareApplication> = {
76
+ '@context': 'https://schema.org',
77
+ '@type': 'SoftwareApplication',
78
+ name: title,
79
+ description,
80
+ applicationCategory: 'UtilityApplication',
81
+ operatingSystem: 'All',
82
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
83
+ inLanguage: 'it',
84
+ };
85
+
86
+ export const content: ToolLocaleContent<ClayCalculatorUI> = {
87
+ slug,
88
+ title,
89
+ description,
90
+ faqTitle: 'Domande Frequenti',
91
+ faq: faqData,
92
+ bibliographyTitle: 'Riferimenti',
93
+ bibliography: [
94
+ {
95
+ name: 'The Potter\'s Dictionary - Clay Shrinkage',
96
+ url: 'https://digitalfire.com/glossary/firing+shrinkage',
97
+ },
98
+ {
99
+ name: 'Ceramic Arts Network - Understanding Shrinkage',
100
+ url: 'https://ceramicartsnetwork.org/daily/article/How-to-Determine-Clay-Shrinkage-and-Make-a-Shrink-Rule',
101
+ },
102
+ ],
103
+ howTo: howToData,
104
+ schemas: [faqSchema, howToSchema, appSchema],
105
+ seo: [
106
+ {
107
+ type: 'title',
108
+ text: 'La Fisica dell\'Argilla: Restringimento ed Espansione',
109
+ level: 2,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: 'L\'argilla è un materiale vivo che cambia dimensioni durante tutto il processo ceramico. Dal momento in cui modelli un pezzo umido fino a quando esce dal forno, può perdere tra l\'8% e il 15% della sua dimensione originale. Calcolare questo restringimento è fondamentale per creare pezzi con le dimensioni esatte di cui hai bisogno.',
114
+ },
115
+ {
116
+ type: 'grid',
117
+ columns: [
118
+ {
119
+ type: 'card',
120
+ title: 'Fasi di Restringimento',
121
+ html: '<p><strong>1. Essiccazione (Umido → Secco):</strong> Perdendo acqua, le particelle d\'argilla si avvicinano. Questo è il restringimento maggiore (4-8%). I pezzi spessi possono creparsi se si asciugano troppo velocemente.</p><p><strong>2. Cottura (Secco → Biscotto):</strong> Tra 900-1000°C, l\'argilla subisce cambiamenti chimici irreversibili. Restringimento addizionale del 2-4%. Il pezzo diventa poroso ma resistente.</p><p><strong>3. Vetrificazione (Alta Temperatura):</strong> A 1200-1300°C, l\'argilla vetrifica. Restringimento finale dell\'1-3%. Il gres e la porcellana raggiungono la loro massima densità.</p>',
122
+ },
123
+ {
124
+ type: 'card',
125
+ title: 'Variabili che Influenzano',
126
+ html: '<ul><li><strong>Tipo di argilla:</strong> Le argille rosse si restringono meno (8-10%) rispetto alle porcellane (12-15%).</li><li><strong>Spessore della parete:</strong> Le pareti sottili si restringono più uniformemente di quelle spesse.</li><li><strong>Temperatura di cottura:</strong> Maggiore è la temperatura, maggiore sarà il restringimento e la vetrificazione.</li><li><strong>Contenuto di chamotte:</strong> L\'aggiunta di chamotte (argilla già cotta e macinata) riduce il restringimento.</li></ul>',
127
+ },
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Applicazioni Pratiche',
133
+ level: 2,
134
+ },
135
+ {
136
+ type: 'title',
137
+ text: 'Progettazione di Stampi',
138
+ level: 3,
139
+ },
140
+ {
141
+ type: 'paragraph',
142
+ html: 'Se hai bisogno di una tazza con un diametro finale di 8 cm e la tua argilla si restringe del 12%, devi realizzare lo stampo di <strong>9,1 cm</strong>. Questo calcolo inverso è critico nella produzione in serie.',
143
+ },
144
+ {
145
+ type: 'title',
146
+ text: 'Coperchi e Assemblaggi',
147
+ level: 3,
148
+ },
149
+ {
150
+ type: 'paragraph',
151
+ html: 'Quando crei pezzi che devono incastrarsi (teiera + coperchio, barattolo + coperchio), entrambi devono essere realizzati con la stessa argilla e cotti insieme per garantire che si restringano allo stesso modo. Una differenza dell\'1% può rovinare l\'incastro.',
152
+ },
153
+ {
154
+ type: 'title',
155
+ text: 'Scultura Monumentale',
156
+ level: 3,
157
+ },
158
+ {
159
+ type: 'paragraph',
160
+ html: 'In pezzi di grandi dimensioni, il restringimento differenziale tra zone spesse e sottili può causare crepe. I ceramisti esperti compensano lasciando pareti più spesse nelle zone che sanno che si restringono di più.',
161
+ },
162
+ ],
163
+ ui: {
164
+ labelInitialSize: 'Dimensione Iniziale (mm)',
165
+ labelShrinkage: 'Percentuale di Restringimento (%)',
166
+ labelLow: 'Bassa (Terracotta)',
167
+ labelMedium: 'Media (Gres)',
168
+ labelHigh: 'Alta (Porcellana)',
169
+ presetTerracota: 'Terracotta (8%)',
170
+ presetGres: 'Gres (12%)',
171
+ presetPorcelana: 'Porcellana (15%)',
172
+ labelResult: 'Risultato',
173
+ labelFinalSize: 'Dimensione Finale:',
174
+ labelLoss: 'Perdita Totale:',
175
+ tipText:
176
+ 'Per calcolare la dimensione iniziale necessaria per ottenere una dimensione finale specifica, dividi la dimensione desiderata per (1 - restringimento/100).',
177
+ labelInitialBadge: 'Iniziale:',
178
+ labelFinalBadge: 'mm finale',
179
+ labelLossBadge: 'Perdita:',
180
+ labelInitialArea: 'Area Iniziale',
181
+ labelFinalArea: 'Area Finale',
182
+ },
183
+ };