@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,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { MortarCalculatorUI } from '../ui';
4
+
5
+ const slug = 'lime-mortar-calculator';
6
+ const title = '伝統的な石灰モルタル配合:下地と仕上げ';
7
+ const description = '石灰と砂のモルタル用無料計算機。伝統的な手法(ヴィトルウィウス)に基づき、下地、中塗り、上塗りの正確な配合を算出します。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'なぜセメントではなく石灰を使うのですか?',
12
+ answer: '石灰は「生きた」通気性のある素材で、水蒸気の排出を可能にし、結露による湿気を防ぎます。また、セメントよりも柔軟性があるため、古い壁のひび割れを軽減します。',
13
+ },
14
+ {
15
+ question: '下地塗りの理想的な配合は?',
16
+ answer: 'ヴィトルウィウスの伝統によれば、きれいな川砂の場合、1:3(石灰1:砂3)の割合が使用されます。山砂の場合は、モルタルの結合を確実にするために1:2が推奨されます。',
17
+ },
18
+ {
19
+ question: '仕上げ塗り(プラスター)とは何ですか?',
20
+ answer: '壁の最終層です。より細かい砂(場合によっては大理石粉)と高い割合の石灰を使用して、塗装も可能な滑らかで絹のような仕上がりを実現します。',
21
+ },
22
+ {
23
+ question: '石灰モルタルが硬化するのにどれくらい時間がかかりますか?',
24
+ answer: '空気石灰は炭酸化(空気中のCO2を吸収)によって硬化します。初期の硬化には数日かかりますが、最大硬度に達するのは数ヶ月後であり、年月を経て強度を増していきます。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '下地の種類を確認する', text: '石、古いレンガ、ブロックのどれを作業するか確認します。下地は清潔で少し湿っている必要があります。' },
30
+ { name: '砂の粒度を選ぶ', text: '接着層には荒い砂を、仕上げには細かい砂を使用します。砂の純度がモルタルの品質を左右します。' },
31
+ { name: '成分の混合', text: '水を加える前に石灰と砂を乾燥状態で混ぜます。硬さは液体ではなく、塑性(成形できる硬さ)である必要があります。' },
32
+ { name: '塗布と平滑化', text: 'コテでモルタルを広げ、表面が乾き始めたら木ゴテを使用して表面を整えます。' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'ja',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<MortarCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'よくある質問',
74
+ faq: faqData,
75
+ bibliographyTitle: '技術リファレンス',
76
+ bibliography: [
77
+ { name: 'ヴィトルウィウス - 建築十書 第7巻', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
78
+ { name: 'EN 459規格 - 建築用石灰', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'モルタル論:ヴィトルウィウスの知恵', level: 2 },
84
+ { type: 'paragraph', html: 'マルクス・ヴィトルウィウス・ポリオは、その著書『建築十書』第7巻において、単なる技術ではなく哲学を述べました。彼は建物の永続性は接合部にあると理解していました。モルタルは単なる接着剤ではなく、結合組織なのです。その配合(1:3, 1:2, 1:1)は、強度と柔軟性の完璧なバランスを求めたローマ時代の何世紀にもわたる経験的観察の遺産です。' },
85
+ { type: 'title', text: '骨材の粒度:品質の鍵', level: 3 },
86
+ { type: 'paragraph', html: '石灰モルタルの品質は、骨材の粒度に大きく依存します。<strong>Trullissatio</strong>(下地)には、2-5mmの粗い川砂が使用されます。<strong>Arenato</strong>(中塗り)には、0.5-2mmの洗浄された中砂。<strong>Marmorato</strong>(仕上げ)には、0.5mm以下の大理石粉が使用されます。' },
87
+ { type: 'title', text: '機械的接着の謎', level: 3 },
88
+ { type: 'paragraph', html: '接着は化学的ではなく、<strong>機械的</strong>なものです。何百万もの微細な根を想像してください。モルタルはレンガの孔に浸透して、物理的な「鍵」を作る必要があります。多孔性がなければ、定着は望めません。' },
89
+ ],
90
+ ui: {
91
+ leftTitle: 'ヴィトルウィウス方式',
92
+ centerTitle: '利用可能な材料',
93
+ rightTitle: '推定カバレッジ',
94
+ btnCal: '石灰',
95
+ btnArena: '砂',
96
+ labelCalPasta: '消石灰ペースト (1.30 kg/L)',
97
+ labelCalPolvo: 'NHL粉末 (0.65 kg/L)',
98
+ labelQuantity: '利用可能な量:',
99
+ labelNeedsAlso: 'こちらも必要です:',
100
+ labelProportion: '配合比: ',
101
+ labelCoverage: 'カバレッジ:',
102
+ labelThickness: '総厚み:',
103
+ labelLayers: '層数:',
104
+ labelWasteFactor: 'ロス率: 20%',
105
+ layersSingular: '回塗り',
106
+ layersPlural: '回塗り',
107
+ layersSingularShort: '回',
108
+ layersPluralShort: '回',
109
+ materialCal: '石灰',
110
+ materialArena: '砂',
111
+ materialMarmol: '大理石',
112
+ phaseDescTrullissatio: '粗い下地層。15mm厚を2回塗り。配合1:3(石灰:川砂)。',
113
+ phaseDescArenato: '中間層。8mm厚を2回塗り。配合1:2(石灰:洗浄砂)。',
114
+ phaseDescMarmorato: '仕上げ。4mm厚を1回(2度塗り)。配合1:1(石灰:大理石粉)。',
115
+ granulometryTitle: '骨材の粒度',
116
+ grainTitleCoarse: '粗目砂',
117
+ grainSubtitleCoarse: '川砂',
118
+ grainUsageCoarse: '下地塗り',
119
+ grainTitleMedium: '中目砂',
120
+ grainSubtitleMedium: '洗浄砂',
121
+ grainUsageMedium: '中塗り',
122
+ grainTitleFine: '細目粉末',
123
+ grainSubtitleFine: '大理石粉',
124
+ grainUsageFine: '仕上げ塗り',
125
+ specSize: 'サイズ:',
126
+ specUse: '用途:',
127
+ specDensity: '密度:',
128
+ },
129
+ };
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { MortarCalculatorUI } from '../ui';
4
+
5
+ const slug = 'lime-mortar-calculator';
6
+ const title = '전통 석회 모르타르 배합 비율: 초벌 및 정벌 바름';
7
+ const description = '석회 및 모래 모르타르를 위한 무료 계산기입니다. 전통 방식(비트루비우스)에 따른 초벌, 중벌, 정벌 바름의 정확한 배합 비율을 확인하세요.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '왜 시멘트 대신 석회를 사용하나요?',
12
+ answer: '석회는 통기성이 있는 "살아있는" 재료로, 수증기 배출을 가능하게 하여 결로로 인한 습기를 방지합니다. 또한 시멘트보다 유연하여 오래된 벽의 균열 발생을 줄여줍니다.',
13
+ },
14
+ {
15
+ question: '초벌 바름의 이상적인 배합 비율은 무엇인가요?',
16
+ answer: '비트루비우스의 전통에 따르면, 깨끗한 강모래의 경우 1:3(석회 1:모래 3)의 비율을 사용합니다. 산모래의 경우 모르타르의 결합력을 보장하기 위해 1:2 비율을 권장합니다.',
17
+ },
18
+ {
19
+ question: '고운 정벌 바름(플라스터)이란 무엇인가요?',
20
+ answer: '벽의 마지막 층입니다. 훨씬 고운 모래(때로는 대리석 가루)와 더 높은 비율의 석회를 사용하여 도장이 가능하거나 자연스러운 상태로 둘 수 있는 매끄럽고 부드러운 마감을 구현합니다.',
21
+ },
22
+ {
23
+ question: '석회 모르타르가 굳는 데 얼마나 걸리나요?',
24
+ answer: '기경성 석회는 탄산화(공기 중의 CO2 흡수)를 통해 굳습니다. 초기 경화 과정은 며칠이 걸리지만, 최대 경도는 몇 달 후에 도달하며 시간이 흐를수록 강도가 높아집니다.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '바탕면 종류 확인', text: '돌, 오래된 벽돌 또는 블록 중 어디에 작업할지 확인합니다. 바탕면은 깨끗하고 약간 습기가 있어야 합니다.' },
30
+ { name: '모래 입도 선택', text: '접착층에는 굵은 모래를, 화장 마감에는 고운 모래를 사용합니다. 모래의 순도가 모르타르의 품질을 결정합니다.' },
31
+ { name: '구성 요소 혼합', text: '물을 붓기 전에 석회와 모래를 건식 상태에서 먼저 섞습니다. 점도는 액체가 아닌 가소성(모양을 만들 수 있는 정도)이 있어야 합니다.' },
32
+ { name: '도포 및 평탄화', text: '흙손으로 모르타르를 펴 바르고, 모르타르 겉면이 마르기 시작할 때 나무 흙손을 사용하여 표면을 고르게 정리합니다.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'ko',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<MortarCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: '자주 묻는 질문',
74
+ faq: faqData,
75
+ bibliographyTitle: '기술 참고 자료',
76
+ bibliography: [
77
+ { name: '비트루비우스 - 건축십서 제7권', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
78
+ { name: 'EN 459 규격 - 건축용 석회', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: '모르타르 논고: 비트루비우스의 지혜', level: 2 },
84
+ { type: 'paragraph', html: '마르쿠스 비트루비우스 폴리오는 그의 저서 『건축십서』 제7권에서 단순한 기술이 아닌 철학을 기술했습니다. 그는 건물의 영구성이 결합부에 있다는 것을 이해했습니다. 모르타르는 단순한 접착제가 아니라 결합 조직입니다. 그 배합 비율(1:3, 1:2, 1:1)은 강도와 유연성의 완벽한 균형을 찾기 위한 로마 시대의 수 세기에 걸친 경험적 관찰의 유산입니다.' },
85
+ { type: 'title', text: '골재 입도: 품질의 핵심', level: 3 },
86
+ { type: 'paragraph', html: '석회 모르타르의 품질은 골재의 입도에 크게 좌우됩니다. <strong>Trullissatio</strong>(초벌)에는 2-5mm의 굵은 강모래가 사용됩니다. <strong>Arenato</strong>(중벌)에는 세척된 0.5-2mm의 중간 모래가 사용됩니다. <strong>Marmorato</strong>(정벌)에는 0.5mm 이하의 대리석 가루가 사용됩니다.' },
87
+ { type: 'title', text: '기계적 접착의 신비', level: 3 },
88
+ { type: 'paragraph', html: '접착은 화학적인 것이 아니라 <strong>기계적</strong>인 것입니다. 수백만 개의 미세한 뿌리를 상상해 보세요. 모르타르는 벽돌의 기공으로 침투하여 물리적인 "열쇠" 역할을 해야 합니다. 다공성이 없으면 정착이 불가능합니다.' },
89
+ ],
90
+ ui: {
91
+ leftTitle: '비트루비우스 시스템',
92
+ centerTitle: '사용 가능한 재료',
93
+ rightTitle: '예상 피복량',
94
+ btnCal: '석회',
95
+ btnArena: '모래',
96
+ labelCalPasta: '석회 반죽 (1.30 kg/L)',
97
+ labelCalPolvo: 'NHL 분말 (0.65 kg/L)',
98
+ labelQuantity: '사용 가능한 양:',
99
+ labelNeedsAlso: '필요한 추가 재료:',
100
+ labelProportion: '배합 비율: ',
101
+ labelCoverage: '피복량:',
102
+ labelThickness: '총 두께:',
103
+ labelLayers: '층수:',
104
+ labelWasteFactor: '할증률: 20%',
105
+ layersSingular: '회 도포',
106
+ layersPlural: '회 도포',
107
+ layersSingularShort: '회',
108
+ layersPluralShort: '회',
109
+ materialCal: '석회',
110
+ materialArena: '모래',
111
+ materialMarmol: '대리석',
112
+ phaseDescTrullissatio: '거친 초벌층. 15mm 두께로 2회 도포. 비율 1:3 (석회:강모래).',
113
+ phaseDescArenato: '중간층. 8mm 두께로 2회 도포. 비율 1:2 (석회:세척 모래).',
114
+ phaseDescMarmorato: '정벌 마감. 4mm 두께로 1회(2중 도포). 비율 1:1 (석회:대리석 가루).',
115
+ granulometryTitle: '골재 입도',
116
+ grainTitleCoarse: '굵은 모래',
117
+ grainSubtitleCoarse: '강모래',
118
+ grainUsageCoarse: '초벌 바름',
119
+ grainTitleMedium: '중간 모래',
120
+ grainSubtitleMedium: '세척 모래',
121
+ grainUsageMedium: '중벌 바름',
122
+ grainTitleFine: '고운 가루',
123
+ grainSubtitleFine: '대리석 가루',
124
+ grainUsageFine: '정벌 바름',
125
+ specSize: '크기:',
126
+ specUse: '용도:',
127
+ specDensity: '밀도:',
128
+ },
129
+ };
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { MortarCalculatorUI } from '../ui';
4
+
5
+ const slug = 'mortel-calculator';
6
+ const title = 'Traditionele Kalkmortel Verhoudingen: Pleisterwerk und Afwerking';
7
+ const description = 'Gratis calculator voor kalk- en zandmortel. Krijg de exacte verhoudingen voor raapwerk, pleisterwerk en afwerklagen volgens traditionele methoden (Vitruvius).';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Waarom kalk gebruiken in plaats van cement?',
12
+ answer: 'Kalk is een "levend" en ademend materiaal dat de afvoer van waterdamp mogelijk maakt, waardoor vochtplekken door condensatie worden voorkomen. Bovendien is het flexibeler dan cement, wat de kans op scheuren in oude muren verkleint.',
13
+ },
14
+ {
15
+ question: 'Wat is de ideale verhouding voor raapwerk?',
16
+ answer: 'Volgens de Vitruviaanse traditie wordt voor schoon rivierzand een verhouding van 1:3 gebruikt (één deel kalk op drie delen zand). Voor putzand wordt 1:2 aanbevolen om de cohesie van de mortel te waarborgen.',
17
+ },
18
+ {
19
+ question: 'Wat is fijnpleister of finishlaag?',
20
+ answer: 'Dit is de laatste laag van de muur. Er wordt veel fijner zand (soms marmerpoeder) en een groter aandeel kalk gebruikt om een gladde, zijdezachte afwerking te krijgen die geverfd kan worden of natuurlijk gelaten.',
21
+ },
22
+ {
23
+ question: 'Hoe lang duurt het voordat kalkmortel hard is?',
24
+ answer: 'Luchtkalk hardt uit door carbonatatie (absorptie van CO2 uit de lucht). Het initiële hardingsproces duurt een paar dagen, maar de maximale hardheid wordt pas maanden later bereikt, waarbij het in de loop der jaren aan sterkte wint.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Ondergrond identificeren', text: 'Controleer of je op steen, oude baksteen of blokken gaat werken. De ondergrond moet schoon en licht vochtig zijn.' },
30
+ { name: 'Korrelgrootte van het zand kiezen', text: 'Gebruik grof zand voor de hechtlaag en fijn zand voor de cosmetische afwerking. De zuiverheid van het zand bepaalt de kwaliteit van de mortel.' },
31
+ { name: 'Componenten mengen', text: 'Meng de kalk en het zand droog voordat je water toevoegt. De consistentie moet plastisch zijn, niet vloeibaar.' },
32
+ { name: 'Aanbrengen en afwerken', text: 'Verdeel de mortel met een troffel en gebruik een schuurbord om het oppervlak egaal te maken wanneer de mortel begint aan te trekken.' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'nl',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<MortarCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Veelgestelde Vragen',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Technische Referenties',
76
+ bibliography: [
77
+ { name: 'Vitruvius - De Architectura, Boek VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
78
+ { name: 'Norm EN 459 - Bouwkalk', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Traktaat over Mortels: De Wijsheid van Vitruvius', level: 2 },
84
+ { type: 'paragraph', html: 'Marcus Vitruvius Pollio beschreef in Boek VII van zijn <em>De Architectura</em> niet alleen technieken, maar een filosofie. Hij begreep dat de eeuwigheid van een gebouw schuilt in de verbindingen. Mortel is geen loutere lijm; het is het bindweefsel. De verhoudingen (1:3, 1:2, 1:1) zijn de erfenis van eeuwen Romeinse empirische observatie, zoekend naar de perfecte balans tussen sterkte en flexibiliteit.' },
85
+ { type: 'title', text: 'Korrelgrootte van de Toeslag: De Sleutel tot Kwaliteit', level: 3 },
86
+ { type: 'paragraph', html: 'De kwaliteit van een kalkmortel hangt grotendeels af van de korrelgrootte van de toeslag. Voor het <strong>Trullissatio</strong> (basis raapwerk) wordt grof rivierzand van 2-5 mm gebruikt. Voor de <strong>Arenato</strong> (tussenlaag), gewassen medium zand van 0,5-2 mm. Voor de <strong>Marmorato</strong> (fijnpleister), marmerpoeder kleiner dan 0,5 mm.' },
87
+ { type: 'title', text: 'Het Mysterie van de Mechanische Hechting', level: 3 },
88
+ { type: 'paragraph', html: 'De hechting is niet chemisch, maar <strong>mechanisch</strong>. Stel je miljoenen microscopisch kleine wortels voor. De mortel moet diep in de poriën van de baksteen dringen om een fysieke "sleutel" te creëren. Zonder porositeit is er geen verankering.' },
89
+ ],
90
+ ui: {
91
+ leftTitle: 'Vitruviaans Systeem',
92
+ centerTitle: 'Beschikbare Materialen',
93
+ rightTitle: 'Geschatte Dekking',
94
+ btnCal: 'Kalk',
95
+ btnArena: 'Zand',
96
+ labelCalPasta: 'Kalkpasta (1.30 kg/L)',
97
+ labelCalPolvo: 'NHL Poeder (0.65 kg/L)',
98
+ labelQuantity: 'Beschikbare hoeveelheid:',
99
+ labelNeedsAlso: 'Je hebt ook nodig:',
100
+ labelProportion: 'Verhouding: ',
101
+ labelCoverage: 'Dekking:',
102
+ labelThickness: 'Totale dikte:',
103
+ labelLayers: 'Lagen:',
104
+ labelWasteFactor: 'Uitvalfactor: 20%',
105
+ layersSingular: 'laag',
106
+ layersPlural: 'lagen',
107
+ layersSingularShort: 'laag',
108
+ layersPluralShort: 'lagen',
109
+ materialCal: 'Kalk',
110
+ materialArena: 'Zand',
111
+ materialMarmol: 'Marmer',
112
+ phaseDescTrullissatio: 'Rauwe basislaag. 2 lagen van 15mm. Verhouding 1:3 (Kalk:Rivierzand).',
113
+ phaseDescArenato: 'Tussenlaag. 2 lagen van 8mm. Verhouding 1:2 (Kalk:Gewassen zand).',
114
+ phaseDescMarmorato: 'Fijne afwerking. 1 dubbele laag van 4mm. Verhouding 1:1 (Kalk:Marmerpoeder).',
115
+ granulometryTitle: 'Korrelgrootte van de Toeslag',
116
+ grainTitleCoarse: 'Grof Zand',
117
+ grainSubtitleCoarse: 'Rivierzand',
118
+ grainUsageCoarse: 'Basis raapwerk',
119
+ grainTitleMedium: 'Medium Zand',
120
+ grainSubtitleMedium: 'Gewassen Zand',
121
+ grainUsageMedium: 'Tussenlaag',
122
+ grainTitleFine: 'Fijn Poeder',
123
+ grainSubtitleFine: 'Marmerpoeder',
124
+ grainUsageFine: 'Fijnpleister',
125
+ specSize: 'Grootte:',
126
+ specUse: 'Gebruik:',
127
+ specDensity: 'Dichtheid:',
128
+ },
129
+ };
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { MortarCalculatorUI } from '../ui';
4
+
5
+ const slug = 'kalkulator-zapraw';
6
+ const title = 'Proporcje Tradycyjnych Zapraw Wapiennych: Tynki i Gładzie';
7
+ const description = 'Bezpłatny kalkulator zapraw wapienno-piaskowych. Uzyskaj dokładne proporcje dla tynków podkładowych, narzutów i gładzi według tradycyjnych metod (Witruwiusz).';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Dlaczego warto używać wapna zamiast cementu?',
12
+ answer: 'Wapno to materiał "żywy" i oddychający, który umożliwia odprowadzanie pary wodnej, zapobiegając wilgoci z kondensacji. Ponadto jest bardziej elastyczne niż cement, co ogranicza pojawianie się pęknięć w starych murach.',
13
+ },
14
+ {
15
+ question: 'Jaka jest idealna proporcja dla tynku podkładowego?',
16
+ answer: 'Zgodnie z tradycją witruwiańską, dla czystego piasku rzecznego stosuje się proporcję 1:3 (jedna część wapna na trzy części piasku). Dla piasku kopalnianego zaleca się 1:2, aby zapewnić spójność zaprawy.',
17
+ },
18
+ {
19
+ question: 'Co to jest gładź lub tynk wykończeniowy?',
20
+ answer: 'To ostatnia warstwa ściany. Stosuje się znacznie drobniejszy piasek (czasami pył marmurowy) i większą proporcję wapna, aby uzyskać gładkie, jedwabiste wykończenie, które można malować lub pozostawić naturalne.',
21
+ },
22
+ {
23
+ question: 'Jak długo twardnieje zaprawa wapienna?',
24
+ answer: 'Wapno powietrzne twardnieje przez karbonatyzację (pochłanianie CO2 z powietrza). Początkowy proces wiązania trwa kilka dni, ale maksymalną twardość osiąga się po miesiącach, zyskując na wytrzymałości z biegiem lat.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Zidentyfikować rodzaj podłoża', text: 'Sprawdź, czy będziesz pracować na kamieniu, starej cegle czy bloczku. Podłoże musi być czyste i lekko wilgotne.' },
30
+ { name: 'Wybrać granulację piasku', text: 'Użyj grubego piasku do warstwy szczepnej i drobnego piasku do wykończenia kosmetycznego. Czystość piasku definiuje jakość zaprawy.' },
31
+ { name: 'Mieszanie składników', text: 'Wymieszaj wapno i piasek na sucho przed dodaniem wody. Konsystencja powinna być plastyczna, nie płynna.' },
32
+ { name: 'Aplikacja i zacieranie', text: 'Rozprowadź zaprawę pacą i użyj zacieraczki, aby wyrównać powierzchnię, gdy zaprawa zacznie "ciągnąć" (twardnieć powierzchniowo).' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'pl',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<MortarCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Często Zadawane Pytania',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Referencje Techniczne',
76
+ bibliography: [
77
+ { name: 'Witruwiusz - De Architectura, Księga VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
78
+ { name: 'Norma EN 459 - Wapno budowlane', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Traktat o Zaprawach: Mądrość Witruwiusza', level: 2 },
84
+ { type: 'paragraph', html: 'Marek Witruwiusz Polio w Księdze VII swojego dzieła <em>De Architectura</em> opisał nie tylko techniki, ale i filozofię. Rozumiał, że wieczność budynku tkwi w jego połączeniach. Zaprawa nie jest zwykłym klejem; to tkanka łączna. Jej proporcje (1:3, 1:2, 1:1) są dziedzictwem stuleci rzymskich obserwacji empirycznych, poszukujących idealnej równowagi między wytrzymałością a elastycznością.' },
85
+ { type: 'title', text: 'Granulacja Kruszywa: Klucz do Jakości', level: 3 },
86
+ { type: 'paragraph', html: 'Jakość zaprawy wapiennej zależy w dużej mierze od granulacji kruszywa. Dla <strong>Trullissatio</strong> (tynk podkładowy) stosuje się gruby piasek rzeczny 2-5 mm. Dla <strong>Arenato</strong> (narzut pośredni) piasek średni płukany 0,5-2 mm. Dla <strong>Marmorato</strong> (gładź cienka) pył marmurowy poniżej 0,5 mm.' },
87
+ { type: 'title', text: 'Tajemnica Przyczepności Mechanicznej', level: 3 },
88
+ { type: 'paragraph', html: 'Przyczepność nie jest chemiczna, lecz <strong>mechaniczna</strong>. Wyobraź sobie miliony mikroskopijnych korzeni. Zaprawa musi wniknąć w pory cegły, aby stworzyć fizyczny "klucz". Bez porowatości nie ma zakotwiczenia.' },
89
+ ],
90
+ ui: {
91
+ leftTitle: 'System Witruwiański',
92
+ centerTitle: 'Dostępne Materiały',
93
+ rightTitle: 'Szacowane Pokrycie',
94
+ btnCal: 'Wapno',
95
+ btnArena: 'Piasek',
96
+ labelCalPasta: 'Ciasto Wapienne (1.30 kg/L)',
97
+ labelCalPolvo: 'Proszek NHL (0.65 kg/L)',
98
+ labelQuantity: 'Dostępna ilość:',
99
+ labelNeedsAlso: 'Będziesz potrzebować również:',
100
+ labelProportion: 'Proporcja: ',
101
+ labelCoverage: 'Pokrycie:',
102
+ labelThickness: 'Grubość całkowita:',
103
+ labelLayers: 'Warstwy:',
104
+ labelWasteFactor: 'Współczynnik ubytku: 20%',
105
+ layersSingular: 'warstwa',
106
+ layersPlural: 'warstwy',
107
+ layersSingularShort: 'warstwa',
108
+ layersPluralShort: 'warstwy',
109
+ materialCal: 'Wapno',
110
+ materialArena: 'Piasek',
111
+ materialMarmol: 'Marmur',
112
+ phaseDescTrullissatio: 'Szorstka warstwa bazowa. 2 warstwy po 15mm. Proporcja 1:3 (Wapno:Piasek rzeczny).',
113
+ phaseDescArenato: 'Warstwa pośrednia. 2 warstwy po 8mm. Proporcja 1:2 (Wapno:Piasek płukany).',
114
+ phaseDescMarmorato: 'Wykończenie cienkie. 1 warstwa podwójna 4mm. Proporcja 1:1 (Wapno:Pył marmurowy).',
115
+ granulometryTitle: 'Granulacja Kruszywa',
116
+ grainTitleCoarse: 'Piasek Gruby',
117
+ grainSubtitleCoarse: 'Piasek Rzeczny',
118
+ grainUsageCoarse: 'Tynk podkładowy',
119
+ grainTitleMedium: 'Piasek Średni',
120
+ grainSubtitleMedium: 'Piasek Płukany',
121
+ grainUsageMedium: 'Narzut pośredni',
122
+ grainTitleFine: 'Pył Drobny',
123
+ grainSubtitleFine: 'Pył Marmurowy (Marmolina)',
124
+ grainUsageFine: 'Gładź cienka',
125
+ specSize: 'Rozmiar:',
126
+ specUse: 'Zastosowanie:',
127
+ specDensity: 'Gęstość:',
128
+ },
129
+ };
@@ -0,0 +1,129 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { MortarCalculatorUI } from '../ui';
4
+
5
+ const slug = 'calculadora-argamassas';
6
+ const title = 'Proporções Argamassas de Cal Tradicionais: Emboço e Reboco';
7
+ const description = 'Calculadora gratuita para argamassas de cal e areia. Obtenha as proporções exatas para emboço, reboco e acabamento segundo métodos tradicionais (Vitrúvio).';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Porquê usar cal em vez de cimento?',
12
+ answer: 'A cal é um material "vivo" e respirável que permite a evacuação do vapor de água, evitando humidades por condensação. Além disso, é mais flexível que o cimento, o que reduz o aparecimento de fissuras em muros antigos.',
13
+ },
14
+ {
15
+ question: 'Qual é a proporção ideal para um emboço?',
16
+ answer: 'Segundo a tradição vitruviana, para areia de rio limpa usa-se uma proporção de 1:3 (uma parte de cal para três de areia). Para areia de mina, recomenda-se 1:2 para assegurar a coesão da argamassa.',
17
+ },
18
+ {
19
+ question: 'O que é o reboco fino ou acabamento?',
20
+ answer: 'É a última camada do muro. Usa-se uma areia muito mais fina (por vezes pó de mármore) e uma maior proporção de cal para obter um acabamento liso e sedoso que pode ser pintado ou deixado ao natural.',
21
+ },
22
+ {
23
+ question: 'Quanto tempo demora a endurecer a argamassa de cal?',
24
+ answer: 'A cal aérea endurece por carbonatação (absorvendo CO2 do ar). O processo inicial de presa é de alguns dias, mas a dureza máxima é atingida meses depois, ganhando resistência com o passar dos anos.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Identificar o tipo de suporte', text: 'Verifique se vai trabalhar sobre pedra, tijolo antigo ou bloco. O suporte deve estar limpo e ligeiramente húmido.' },
30
+ { name: 'Escolher a granulometria da areia', text: 'Use areia grossa para a camada de ligação e areia fina para o acabamento cosmético. A pureza da areia define a qualidade da argamassa.' },
31
+ { name: 'Mistura de componentes', text: 'Misture a cal e a areia a seco antes de adicionar água. A consistência deve ser plástica, não líquida.' },
32
+ { name: 'Aplicação e afagamento', text: 'Estenda a argamassa com talocha e use um boneco para igualar a superfície quando a argamassa começar a puxar (endurecer superficialmente).' },
33
+ ];
34
+
35
+ const faqSchema: WithContext<FAQPage> = {
36
+ '@context': 'https://schema.org',
37
+ '@type': 'FAQPage',
38
+ mainEntity: faqData.map((item) => ({
39
+ '@type': 'Question',
40
+ name: item.question,
41
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
42
+ })),
43
+ };
44
+
45
+ const howToSchema: WithContext<HowToThing> = {
46
+ '@context': 'https://schema.org',
47
+ '@type': 'HowTo',
48
+ name: title,
49
+ description,
50
+ step: howToData.map((step, i) => ({
51
+ '@type': 'HowToStep',
52
+ position: i + 1,
53
+ name: step.name,
54
+ text: step.text,
55
+ })),
56
+ };
57
+
58
+ const appSchema: WithContext<SoftwareApplication> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'SoftwareApplication',
61
+ name: title,
62
+ description,
63
+ applicationCategory: 'UtilityApplication',
64
+ operatingSystem: 'All',
65
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
66
+ inLanguage: 'pt',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<MortarCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Perguntas Frequentes',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Referências Técnicas',
76
+ bibliography: [
77
+ { name: 'Vitrúvio - De Architectura, Livro VII', url: 'https://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:2007.01.0072' },
78
+ { name: 'Norma EN 459 - Cais para a Construção', url: 'https://www.une.org/encuentra-tu-norma/busca-tu-norma/norma?c=N0053796' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Tratado das Argamassas: A Sabedoria de Vitrúvio', level: 2 },
84
+ { type: 'paragraph', html: 'Marco Vitrúvio Polião, no Livro VII do seu <em>De Architectura</em>, não descreveu apenas técnicas, mas uma filosofia. Entendia que a eternidade de um edifício reside nas suas uniões. A argamassa não é mero colante; é o tecido conjuntivo. As suas proporções (1:3, 1:2, 1:1) são o legado de séculos de observação empírica romana, procurando o equilíbrio perfeito entre resistência e flexibilidade.' },
85
+ { type: 'title', text: 'Granulometria do Árido: A Chave da Qualidade', level: 3 },
86
+ { type: 'paragraph', html: 'A qualidade de uma argamassa de cal depende em grande medida da granulometria do árido. Para o <strong>Trullissatio</strong> (emboço base), usa-se areia grossa de rio de 2-5 mm. Para o <strong>Arenato</strong> (camada intermédia), areia média lavada de 0,5-2 mm. Para o <strong>Marmorato</strong> (acabamento fino), pó de mármore menor de 0,5 mm.' },
87
+ { type: 'title', text: 'O Mistério da Aderência Mecânica', level: 3 },
88
+ { type: 'paragraph', html: 'A aderência não é química, é <strong>mecânica</strong>. Imagine milhões de raízes microscópicas. A argamassa deve penetrar nos poros do tijolo para criar uma "chave" física. Sem porosidade, não há ancoragem.' },
89
+ ],
90
+ ui: {
91
+ leftTitle: 'Sistema Vitruviano',
92
+ centerTitle: 'Materiais Disponíveis',
93
+ rightTitle: 'Cobertura Estimada',
94
+ btnCal: 'Cal',
95
+ btnArena: 'Areia',
96
+ labelCalPasta: 'Pasta (1.30 kg/L)',
97
+ labelCalPolvo: 'Pó NHL (0.65 kg/L)',
98
+ labelQuantity: 'Quantidade disponível:',
99
+ labelNeedsAlso: 'Irá necessitar também:',
100
+ labelProportion: 'Proporção: ',
101
+ labelCoverage: 'Cobertura:',
102
+ labelThickness: 'Espessura total:',
103
+ labelLayers: 'Camadas:',
104
+ labelWasteFactor: 'Factor de quebra: 20%',
105
+ layersSingular: 'demão',
106
+ layersPlural: 'demãos',
107
+ layersSingularShort: 'demão',
108
+ layersPluralShort: 'demãos',
109
+ materialCal: 'Cal',
110
+ materialArena: 'Areia',
111
+ materialMarmol: 'Mármore',
112
+ phaseDescTrullissatio: 'Camada base rugosa. 2 demãos de 15mm. Proporção 1:3 (Cal:Areia de rio).',
113
+ phaseDescArenato: 'Camada intermédia. 2 demãos de 8mm. Proporção 1:2 (Cal:Areia lavada).',
114
+ phaseDescMarmorato: 'Acabamento fino. 1 demão dupla de 4mm. Proporção 1:1 (Cal:Pó de mármore).',
115
+ granulometryTitle: 'Granulometria do Árido',
116
+ grainTitleCoarse: 'Areia Grossa',
117
+ grainSubtitleCoarse: 'Areia de Rio',
118
+ grainUsageCoarse: 'Emboço base',
119
+ grainTitleMedium: 'Areia Média',
120
+ grainSubtitleMedium: 'Areia Lavada',
121
+ grainUsageMedium: 'Camada intermédia',
122
+ grainTitleFine: 'Pó Fino',
123
+ grainSubtitleFine: 'Pó de Mármore',
124
+ grainUsageFine: 'Acabamento fino',
125
+ specSize: 'Tamanho:',
126
+ specUse: 'Uso:',
127
+ specDensity: 'Densidade:',
128
+ },
129
+ };