@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,264 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { BalusterCalculatorUI } from '../ui';
4
+
5
+ const slug = 'baluster-calculator';
6
+ const title = '楼梯护栏子柱计算器:精确间距计算';
7
+ const description =
8
+ '根据10厘米安全规范,精确计算护栏子柱(栏杆)之间的间距。提供自动图面计划。';
9
+
10
+ const faqData = [
11
+ {
12
+ question: '子柱之间的法定最大距离是多少?',
13
+ answer:
14
+ '在大多数国际建筑规范中,为了防止儿童发生意外,护栏元素之间的净空距离必须不能让直径为10厘米的球体通过。',
15
+ },
16
+ {
17
+ question: '间距是如何测量的:中心距还是净空?',
18
+ answer:
19
+ "我们的计算器同时提供这两项数据。「净空(Clearance)」是子柱之间的实际空隙(对安全至关重要),而「中心距(On-center)」是指示每个子柱钻孔或固定位置的标记。",
20
+ },
21
+ {
22
+ question: '如果分配结果不是整数怎么办?',
23
+ answer:
24
+ '计算器会自动调整子柱数量,使第一个和最后一个空隙完全相同,从而保证视觉上的对称性,并严格遵守最大允许空隙的规定。',
25
+ },
26
+ {
27
+ question: '子柱是焊接好还是螺栓固定好?',
28
+ answer:
29
+ '这取决于材料。对于钢材,焊接能提供最大的结构刚性。对于木材或铝材,通常使用机械锚栓或穿透螺栓。关键是护栏必须能承受至少0.8 kN/m的水平推力。',
30
+ },
31
+ ];
32
+
33
+ const howToData = [
34
+ {
35
+ name: '测量总长度',
36
+ text: '测量将要安装护栏的第一根和最后一根柱子之间的精确距离。',
37
+ },
38
+ {
39
+ name: '定义子柱厚度',
40
+ text: '测量单根子柱的宽度(例如,方管为2x2厘米,圆管则测量其直径)。',
41
+ },
42
+ {
43
+ name: '设定最大空隙',
44
+ text: '输入所需的最大间隔(建议设为10厘米以符合规范)。',
45
+ },
46
+ {
47
+ name: '获取安装标记',
48
+ text: '查看钻孔精确位置列表,以确保分配对称且安全。',
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: 'zh',
84
+ };
85
+
86
+ export const content: ToolLocaleContent<BalusterCalculatorUI> = {
87
+ slug,
88
+ title,
89
+ description,
90
+ faqTitle: '常见问题',
91
+ faq: faqData,
92
+ bibliographyTitle: '技术参考',
93
+ bibliography: [
94
+ {
95
+ name: '住宅建筑规范 (中国)',
96
+ url: 'https://www.mohurd.gov.cn/',
97
+ },
98
+ {
99
+ name: 'IRC - 国际住宅规范 (美国)',
100
+ url: 'https://codes.iccsafe.org/content/IRC2021',
101
+ },
102
+ {
103
+ name: 'IBC - 国际建筑规范',
104
+ url: 'https://codes.iccsafe.org/content/IBC2021',
105
+ },
106
+ ],
107
+ howTo: howToData,
108
+ schemas: [faqSchema, howToSchema, appSchema],
109
+ seo: [
110
+ {
111
+ type: 'title',
112
+ text: '终极指南:如何计算护栏子柱的间距',
113
+ level: 2,
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: '设计一个安全且美观完美的护栏是一门将数学精度与建筑规范相结合的艺术。无论是露台、阳台还是室内楼梯,正确计算子柱(栏杆)都是项目中最关键的一步。计算错误不仅会破坏视觉对称性,还可能使您的结构不合法且不安全。',
118
+ },
119
+ {
120
+ type: 'card',
121
+ icon: 'mdi:alert-circle-outline',
122
+ title: '为什么这项计算如此重要?',
123
+ html: '<p>这不仅仅是为了「填补空隙」。这是为了遵守<strong>4英寸球体原则(10厘米)</strong>,这是一项旨在防止儿童发生意外的国际安全标准。</p>',
124
+ },
125
+ {
126
+ type: 'title',
127
+ text: '1. 安全规范:10厘米原则',
128
+ level: 3,
129
+ },
130
+ {
131
+ type: 'paragraph',
132
+ html: '在切割第一块木材或金属之前,您必须理解数学背后的「原因」。许多国家的建筑规范以及美国的IRC(国际住宅规范)都设定了明确的标准:<em>「垂直元素之间的净空距离必须不能让直径为10厘米(4英寸)的球体通过。」</em>',
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '这个数值并非随意设定。它是幼儿(通常未满1岁)的平均头围直径。如果孩子身体能钻过去但头被卡住,窒息风险极高。如果头能钻过去,孩子就可能坠落。因此,我们的<strong>子柱计算器</strong>的目标不仅仅是美观,而是为了拯救生命。',
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: '2. 数学难题:栅栏柱错误 (Fencepost Error)',
141
+ level: 3,
142
+ },
143
+ {
144
+ type: 'paragraph',
145
+ html: '在编程和建筑领域,有一个经典的问题叫做<em>「Fencepost Error」</em>(栅栏柱错误)。如果您想建一个10米长的栅栏,每隔1米立一根柱子,您需要多少根柱子?直觉答案是10,但正确答案是11。',
146
+ },
147
+ {
148
+ type: 'paragraph',
149
+ html: '子柱的情况与之类似,但更为复杂,因为子柱本身的宽度也占空间。我们的工具所使用的公式为您解决了这组联立方程:',
150
+ },
151
+ {
152
+ type: 'grid',
153
+ columns: [
154
+ {
155
+ type: 'card',
156
+ icon: 'mdi:calculator',
157
+ title: '步骤 A:计算空隙',
158
+ html: '<p class="bc-formula">n = (L - g_max) / (w + g_max)</p><p>首先,我们确定如果使用最大允许空隙,理论上可以容纳多少根子柱。我们将这个数字向上取整,以确保生成的空隙<em>小于</em>最大值。</p>',
159
+ },
160
+ {
161
+ type: 'card',
162
+ icon: 'mdi:function-variant',
163
+ title: '步骤 B:重新计算精确间距',
164
+ html: '<p class="bc-formula">g = (L - n × w) / (n + 1)</p><p>一旦我们知道了子柱的精确数量(n),我们计算扣除所有材料宽度后「剩余」的空间,并将其平均分配到各个空隙(n+1)中。</p>',
165
+ },
166
+ ],
167
+ },
168
+ {
169
+ type: 'title',
170
+ text: '3. 完美安装的分步指南',
171
+ level: 3,
172
+ },
173
+ {
174
+ type: 'paragraph',
175
+ html: '得到数字只是成功了一半。在这里,我们将解释如何将这些数据从纸面(或屏幕)转化到实际工程中。',
176
+ },
177
+ {
178
+ type: 'title',
179
+ text: '第1步:精确测量',
180
+ level: 3,
181
+ },
182
+ {
183
+ type: 'paragraph',
184
+ html: '测量柱子与柱子之间的<strong>内部</strong>距离。不要从柱子中心开始测量。您需要知道要填补的精确净空间距(L)。如果您的护栏有多个分段,请逐一单独测量;建筑很少是完美的直角,0.5厘米的误差就可能破坏对称性。',
185
+ },
186
+ {
187
+ type: 'title',
188
+ text: '第2步:寻找中心',
189
+ level: 3,
190
+ },
191
+ {
192
+ type: 'paragraph',
193
+ html: '初学者最容易犯的错误是从一端开始向另一端排列子柱。这几乎总是会导致最后一个空隙大小奇特,破坏视觉和谐。<ul><li>标记护栏的<strong>精确中心</strong>(L / 2)。</li><li>决定中心位置是要放一个<em>子柱</em>还是一个<em>空隙</em>。</li><li>如果要在中心放子柱:在中心标记的两侧各标记小子柱宽度一半的距离。</li><li>如果要在中心留空隙:在两侧各标记空隙距离一半(g / 2)的距离。</li></ul>',
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: '第3步:制作定距块 (Spacers)',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'paragraph',
202
+ html: '不要对每根子柱都使用卷尺测量。累积的人为误差会导致最后一根子柱偏离数厘米。专业的做法是根据计算器给出的精确空隙尺寸(g)切割一个或两个木块。',
203
+ },
204
+ {
205
+ type: 'paragraph',
206
+ html: '将此木块用作物理模板。安装一根子柱,放入木块,紧贴木块安装下一根子柱并固定。这保证了毫米级的工整一致。',
207
+ },
208
+ {
209
+ type: 'title',
210
+ text: '4. 所需材料和工具',
211
+ level: 3,
212
+ },
213
+ {
214
+ type: 'card',
215
+ icon: 'mdi:tools',
216
+ title: '专业饰面所需设备',
217
+ html: '<ul><li>高精度卷尺</li><li>木工铅笔</li><li>水平尺(用于测量垂直度)</li><li>斜切锯(用于整齐切割)</li><li>电钻和木螺钉</li><li>定距块(量身定制)</li></ul>',
218
+ },
219
+ {
220
+ type: 'title',
221
+ text: '5. 其他技术问题',
222
+ level: 3,
223
+ },
224
+ {
225
+ type: 'card',
226
+ icon: 'mdi:help-circle-outline',
227
+ title: '如果最后一个空隙不合适怎么办?',
228
+ html: '<p>如果您使用了我们的计算器,这种情况本不该发生。然而在现实世界中,木材会弯曲,柱子也不总是笔直的。如果到最后多出或缺少1-2毫米,通常是察觉不到的。如果差了1厘米,请检查您的定距块,可能每一步都累积了一点误差。</p>',
229
+ },
230
+ {
231
+ type: 'card',
232
+ icon: 'mdi:shield-check-outline',
233
+ title: '如果没有小孩,我可以把子柱间距留大一点吗?',
234
+ html: '<p>法律上是不可以的。建筑规范适用于建筑本身,而非当前居住者。如果您以后转让房屋,不符合规范的护栏会在检验时产生麻烦。此外,访客(侄子、孙辈等)也可能面临危险。</p>',
235
+ },
236
+ {
237
+ type: 'card',
238
+ icon: 'mdi:wrench-outline',
239
+ title: '木材、金属还是玻璃?',
240
+ html: '<p>此计算器适用于<strong>任何重复的垂直元素</strong>。如果您使用水平钢索,规范则有所不同(通常必须不能让人攀爬,「阶梯效应」)。对于玻璃,它被视为连续面板,不适用间距规定,而是适用抗冲击性规定。</p>',
241
+ },
242
+ {
243
+ type: 'card',
244
+ icon: 'mdi:format-quote-close',
245
+ title: '密斯·凡·德·罗',
246
+ html: '<p><em>「建筑是转化成空间的时代意志。」</em></p><p>我们希望此工具能帮助您建造更安全、更美观的空间。请务必核实您当地政府的建筑规范,因为关于最低高度(通常为90-110厘米)或载荷要求可能存在特定差异。</p>',
247
+ },
248
+ ],
249
+ ui: {
250
+ sectionTitle: '尺寸',
251
+ sectionDesc: '输入您的护栏测量值',
252
+ labelRailLength: '总长度 (L)',
253
+ labelBalusterWidth: '子柱宽度 (w)',
254
+ labelMaxGap: '最大空隙 (g)',
255
+ blueprintTitle: '安装计划',
256
+ blueprintRef: 'REF: BAL-001 // 比例:自动',
257
+ labelRequired: '所需子柱数',
258
+ labelExactGap: '精确空隙',
259
+ labelOnCenter: '中心距',
260
+ labelTotalSpaces: '总空隙数',
261
+ labelCoveredLength: '覆盖长度',
262
+ labelDisclaimer: '* 显示的尺寸为用于可视化的近似值。',
263
+ },
264
+ };
@@ -6,10 +6,6 @@ import type { BalusterCalculatorUI } from './ui';
6
6
 
7
7
  export type BalusterCalculatorLocaleContent = ToolLocaleContent<BalusterCalculatorUI>;
8
8
 
9
- import { content as es } from './i18n/es';
10
- import { content as en } from './i18n/en';
11
- import { content as fr } from './i18n/fr';
12
-
13
9
  export const balusterCalculator: DiyToolEntry<BalusterCalculatorUI> = {
14
10
  id: 'baluster-calculator',
15
11
  icons: {
@@ -17,9 +13,21 @@ export const balusterCalculator: DiyToolEntry<BalusterCalculatorUI> = {
17
13
  fg: 'mdi:view-week',
18
14
  },
19
15
  i18n: {
20
- es: async () => es,
21
- en: async () => en,
22
- fr: async () => fr,
16
+ de: () => import('./i18n/de').then((m) => m.content),
17
+ en: () => import('./i18n/en').then((m) => m.content),
18
+ es: () => import('./i18n/es').then((m) => m.content),
19
+ fr: () => import('./i18n/fr').then((m) => m.content),
20
+ id: () => import('./i18n/id').then((m) => m.content),
21
+ it: () => import('./i18n/it').then((m) => m.content),
22
+ ja: () => import('./i18n/ja').then((m) => m.content),
23
+ ko: () => import('./i18n/ko').then((m) => m.content),
24
+ nl: () => import('./i18n/nl').then((m) => m.content),
25
+ pl: () => import('./i18n/pl').then((m) => m.content),
26
+ pt: () => import('./i18n/pt').then((m) => m.content),
27
+ ru: () => import('./i18n/ru').then((m) => m.content),
28
+ sv: () => import('./i18n/sv').then((m) => m.content),
29
+ tr: () => import('./i18n/tr').then((m) => m.content),
30
+ zh: () => import('./i18n/zh').then((m) => m.content),
23
31
  },
24
32
  };
25
33
 
@@ -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
+ };