@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,118 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+
5
+ const slug = 'calcolatore-resina-epossidica';
6
+ const title = 'Calcolatore di Resina Epossidica: Miscela e Volume Esatto';
7
+ const description = 'Calcola la quantità esatta di resina epossidica e catalizzatore necessaria per i tuoi progetti. Evita sprechi in tavoli river, gioielleria e stampi.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Perché la proporzione esatta è così importante nella resina?',
12
+ answer: 'A differenza di altre miscele, la resina epossidica non asciuga per evaporazione, ma per una reazione chimica (polimerizzazione). Se avanza resina o catalizzatore, la reazione sarà incompleta, lasciando il pezzo appiccicoso, morbido o con bolle permanenti.',
13
+ },
14
+ {
15
+ question: 'Cos\'è la proporzione in peso vs volume?',
16
+ answer: 'Molte resine si miscelano 2:1 in volume ma 100:45 in peso perché il catalizzatore è solitamente più denso. Usa sempre la scala indicata dal produttore e, se possibile, usa una bilancia digitale per la massima precisione.',
17
+ },
18
+ {
19
+ question: 'Come evito le bolle durante la miscelazione?',
20
+ answer: 'Mescola lentamente con movimenti circolari costanti per almeno 3 minuti, raschiando bene le pareti del bicchiere. Lascia riposare la miscela un paio di minuti prima di versare affinché le bolle salgano in superficie.',
21
+ },
22
+ {
23
+ question: 'Cos\'è il tempo di vita (Pot Life)?',
24
+ answer: 'È il tempo che hai per lavorare con la miscela prima che inizi a indurirsi (gelificare). In estate o in grandi volumi, questo tempo si riduce drasticamente a causa della reazione esotermica (genera calore).',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Misurare le dimensioni dello stampo', text: 'Misura la lunghezza, la larghezza e la profondità (spessore) della zona che vuoi riempire con la resina.' },
30
+ { name: 'Inserire il rapporto di miscela', text: 'Consulta l\'etichetta del tuo prodotto per vedere se la miscela è 1:1, 2:1 o 3:1 e se si basa su peso o volume.' },
31
+ { name: 'Pesare i componenti', text: 'Versa prima il componente A (resina) e poi il B (catalizzatore) in un recipiente pulito su una bilancia digitale.' },
32
+ { name: 'Miscelazione tecnica', text: 'Mescola delicatamente finché la miscela non è totalmente trasparente e non si vedono "fili" di diversa densità.' },
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: 'it',
67
+ };
68
+
69
+ export const content: ToolLocaleContent<EpoxyCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Domande Frequenti',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Riferimenti Tecnici',
76
+ bibliography: [
77
+ { name: 'TotalBoat - Centro di Supporto e Guide Tecniche', url: 'https://www.totalboat.com/pages/support' },
78
+ { name: 'ArtResin - Domande Frequenti e Guida d\'Uso', url: 'https://www.artresin.com/pages/artresin-faq' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Guida al Calcolo e alla Miscelazione della Resina Epossidica', level: 2 },
84
+ { type: 'paragraph', html: 'La resina epossidica non è una vernice che asciuga per evaporazione; è una complessa <strong>reazione chimica esotermica</strong>. La magia avviene quando le molecole di epossido si incatenano con quelle di poliammina per formare un polimero termoindurente solido cristallino.' },
85
+ { type: 'paragraph', html: 'La differenza tra un pezzo d\'arte duraturo e un disastro appiccicoso risiede nella <strong>stechiometria esatta</strong>. Un errore di appena il 5% nel rapporto di miscela può inibire permanentemente l\'indurimento. Questo strumento elimina le congetture matematiche, permettendoti di concentrarti sulla creazione.' },
86
+ { type: 'grid', columns: [
87
+ { type: 'card', icon: 'mdi:scale-balance', title: 'Volume o Peso?', html: '<p>L\'errore n. 1 dei principianti è assumere che 100ml pesino 100g. <strong>La resina è più densa dell\'indurente.</strong></p><p>Se la scheda tecnica del tuo prodotto dice "100:50 in peso", NON è lo stesso di "2:1 in volume". Questo calcolatore lavora con il <strong>Volume</strong> (V = L × W × H), che è lo standard per riempire gli stampi.</p>' },
88
+ { type: 'card', icon: 'mdi:water-percent', title: 'Rapporti Comuni', html: '<ul><li><strong>1:1</strong> — Rivestimenti, vernici e adesivi rapidi.</li><li><strong>2:1</strong> — Standard. Tavoli river, gioielleria e stampi medi.</li><li><strong>3:1</strong> — Pavimenti industriali e laminati strutturali ad alta durezza.</li></ul>' },
89
+ ]},
90
+ { type: 'title', text: 'Protocollo di Sicurezza e Buone Pratiche', level: 2 },
91
+ { type: 'grid', columns: [
92
+ { type: 'card', icon: 'mdi:thermometer', title: 'Temperatura Vitale', html: '<p>Lavora sempre tra <strong>21°C e 25°C</strong>. Il freddo può fermare la reazione, lasciando il pezzo torbido. Il calore eccessivo accelera pericolosamente la reazione esotermica ("flash cure").</p>' },
93
+ { type: 'card', icon: 'mdi:cup-outline', title: 'Tecnica del Doppio Bicchiere', html: '<p>Non fidarti di una sola miscelazione. Raschia bene i lati e il fondo, versa la miscela in un <strong>secondo bicchiere pulito</strong> e mescola di nuovo. Questo assicura che non rimanga materiale non catalizzato.</p>' },
94
+ ]},
95
+ ],
96
+ ui: {
97
+ shapeRect: 'Rettangolare',
98
+ shapeCylinder: 'Cilindrico',
99
+ shapeSphere: 'Sferico',
100
+ labelLength: 'Lunghezza (cm)',
101
+ labelWidth: 'Larghezza (cm)',
102
+ labelDiameter: 'Diametro (cm)',
103
+ labelDepth: 'Profondità (cm)',
104
+ labelRatio: 'Rapporto di Miscela (Peso/Volume)',
105
+ labelCustomRatio: 'Usa rapporto personalizzato (A:B)',
106
+ labelResinA: 'Resina (A)',
107
+ labelHardenerB: 'Indurente (B)',
108
+ labelWasteTitle: 'Margine di Sicurezza',
109
+ labelWasteDesc: 'Aggiungi il 5% extra per perdite',
110
+ labelTotalVolume: 'Volume Totale',
111
+ labelPartA: 'Parte A (Resina)',
112
+ labelPartB: 'Parte B (Catalizzatore)',
113
+ labelVisualization: 'Visualizzazione',
114
+ shapeRectLabel: 'Blocco Rettangolare',
115
+ shapeCylinderLabel: 'Cilindro / Stampo Rotondo',
116
+ shapeSphereLabel: 'Sfera Completa',
117
+ },
118
+ };
@@ -0,0 +1,118 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+
5
+ const slug = 'epoxy-resin-calculator';
6
+ const title = 'エポキシ樹脂計算機:正確な配合と体積';
7
+ const description = 'プロジェクトに必要なエポキシ樹脂と硬化剤の正確な量を計算します。リバーテーブル、ジュエリー、型取りでの無駄を防ぎます。';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'なぜ樹脂において正確な比率がそれほど重要なのですか?',
12
+ answer: '他の混合物とは異なり、エポキシ樹脂は蒸発によって乾くのではなく、化学反応(重合)によって硬化します。樹脂または硬化剤が多すぎると反応が不完全になり、作品がベタついたり、柔らかくなったり、永久的な気泡が残ったりします。',
13
+ },
14
+ {
15
+ question: '重量比と容量比の違いは何ですか?',
16
+ answer: '多くの樹脂は容量比2:1で混合されますが、硬化剤の方が密度が高いことが多いため、重量比では100:45になることがあります。常にメーカーの指定する基準を使用し、可能であれば最大限の精度のためにデジタル秤を使用してください。',
17
+ },
18
+ {
19
+ question: '混ぜる時に気泡を防ぐにはどうすればいいですか?',
20
+ answer: 'カップの壁面をしっかり削りながら、一定の円運動で少なくとも3分間ゆっくりとかき混ぜます。注ぐ前に数分間混合物を休ませることで、気泡が表面に浮き上がってきます。',
21
+ },
22
+ {
23
+ question: '可使時間(ポットライフ)とは何ですか?',
24
+ answer: '混合物が硬化(ゲル化)し始めるまでに作業できる時間のことです。夏場や大量に混ぜる場合は、放熱反応(熱の発生)により、この時間は大幅に短縮されます。',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '型の寸法を測る', text: '樹脂を流し込みたい箇所の長さ、幅、深さ(厚み)を測ります。' },
30
+ { name: '混合比を入力する', text: '製品のラベルを確認し、混合比が1:1、2:1、または3:1のどれであるか、またそれが重量基準か容量基準かを確認します。' },
31
+ { name: '成分を計量する', text: 'デジタル秤の上で、清潔な容器にまず主剤(A液)、次に硬化剤(B液)を注ぎます。' },
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<EpoxyCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'よくある質問',
74
+ faq: faqData,
75
+ bibliographyTitle: '技術リファレンス',
76
+ bibliography: [
77
+ { name: 'TotalBoat - サポートセンター・技術ガイド', url: 'https://www.totalboat.com/pages/support' },
78
+ { name: 'ArtResin - FAQ・使用ガイド', url: 'https://www.artresin.com/pages/artresin-faq' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'エポキシ樹脂の計算と混合ガイド', level: 2 },
84
+ { type: 'paragraph', html: 'エポキシ樹脂は蒸発して乾く塗料ではありません。複雑な<strong>放熱化学反応</strong>です。エポキシ分子がポリアミン分子と連鎖し、結晶状の固体熱硬化性ポリマーを形成する時に魔法が起こります。' },
85
+ { type: 'paragraph', html: '耐久性のある芸術作品とベタベタの失敗作の分かれ目は、<strong>正確な化学量論</strong>にあります。混合比がわずか5%狂っただけで、完全な硬化が永続的に妨げられることがあります。このツールは数学的な推測を排除し、あなたが創造に集中できるようにします。' },
86
+ { type: 'grid', columns: [
87
+ { type: 'card', icon: 'mdi:scale-balance', title: '容量か重量か?', html: '<p>初心者の最大の失敗は、100mlが100gであると仮定することです。<strong>樹脂は硬化剤よりも密度が高いです。</strong></p><p>製品データシートに「重量比 100:50」とある場合、それは「容量比 2:1」と同じではありません。この計算機は、型を満たすための標準である<strong>体積(容量)</strong> (V = L × W × H) で計算します。</p>' },
88
+ { type: 'card', icon: 'mdi:water-percent', title: '一般的な比率', html: '<ul><li><strong>1:1</strong> — コーティング、ニス、速乾性接着剤。</li><li><strong>2:1</strong> — 標準。リバーテーブル、ジュエリー、中規模の型取り。</li><li><strong>3:1</strong> — 工業用床材や高硬度の構造用積層板。</li></ul>' },
89
+ ]},
90
+ { type: 'title', text: '安全プロトコルとベストプラクティス', level: 2 },
91
+ { type: 'grid', columns: [
92
+ { type: 'card', icon: 'mdi:thermometer', title: '重要な温度', html: '<p>常に <strong>21°C から 25°C</strong> の間で作業してください。寒さは反応を止め、作品を白濁させることがあります。過度の熱は放熱反応を危険なほど加速させます(フラッシュキュア)。</p>' },
93
+ { type: 'card', icon: 'mdi:cup-outline', title: 'ダブルカップ法', html: '<p>一度の混合を過信しないでください。カップの側面と底をよく削り、混合物を<strong>2つ目の清潔なカップ</strong>に移して再度混ぜます。これにより、未反応の材料が残るのを防ぎます。</p>' },
94
+ ]},
95
+ ],
96
+ ui: {
97
+ shapeRect: '長方形',
98
+ shapeCylinder: '円柱形',
99
+ shapeSphere: '球形',
100
+ labelLength: '長さ (cm)',
101
+ labelWidth: '幅 (cm)',
102
+ labelDiameter: '直径 (cm)',
103
+ labelDepth: '深さ (cm)',
104
+ labelRatio: '混合比(重量/容量)',
105
+ labelCustomRatio: 'カスタム比率を使用 (A:B)',
106
+ labelResinA: '主剤 (A)',
107
+ labelHardenerB: '硬化剤 (B)',
108
+ labelWasteTitle: '安全マージン',
109
+ labelWasteDesc: '損失分として5%追加',
110
+ labelTotalVolume: '総体積',
111
+ labelPartA: 'A液(主剤)',
112
+ labelPartB: 'B液(硬化剤)',
113
+ labelVisualization: '視覚化',
114
+ shapeRectLabel: '長方形ブロック',
115
+ shapeCylinderLabel: '円柱 / 円形の型',
116
+ shapeSphereLabel: '完全な球体',
117
+ },
118
+ };
@@ -0,0 +1,118 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+
5
+ const slug = 'epoxy-resin-calculator';
6
+ const title = '에폭시 레진 계산기: 정확한 혼합 및 부피';
7
+ const description = '프로젝트에 필요한 에폭시 레진과 경화제의 정확한 양을 계산하세요. 리버 테이블, 주얼리 및 몰드 작업 시 낭비를 방지합니다.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: '레진에서 정확한 혼합 비율이 왜 그렇게 중요한가요?',
12
+ answer: '다른 혼합물과 달리 에폭시 레진은 증발에 의해 마르는 것이 아니라 화학 반응(중합)을 통해 경화됩니다. 레진이나 경화제가 너무 많으면 반응이 불완전해져서 결과물이 끈적이거나, 무르거나, 영구적인 기포가 남을 수 있습니다.',
13
+ },
14
+ {
15
+ question: '중량 비율 vs 부피 비율이란 무엇인가요?',
16
+ answer: '많은 레진이 부피 기준으로 2:1로 혼합되지만, 경화제의 밀도가 더 높은 경우가 많아 중량 기준으로는 100:45가 될 수 있습니다. 항상 제조업체의 지침을 따르고, 가능하다면 정밀한 측정을 위해 디지털 저울을 사용하세요.',
17
+ },
18
+ {
19
+ question: '혼합 시 기포를 방지하려면 어떻게 해야 하나요?',
20
+ answer: '컵 벽면을 잘 긁어내며 일정한 원을 그리듯 최소 3분 동안 천천히 섞어주세요. 붓기 전에 몇 분 정도 혼합물을 그대로 두면 기포가 표면으로 떠오릅니다.',
21
+ },
22
+ {
23
+ question: '가용 시간(Pot Life)이란 무엇인가요?',
24
+ answer: '혼합물이 굳기(겔화) 시작하기 전까지 작업할 수 있는 시간입니다. 여름철이나 대량으로 혼합할 경우 방열 반응(열 발생)으로 인해 이 시간이 급격히 줄어듭니다.',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: '몰드 크기 측정', text: '레진을 채우려는 영역의 길이, 너비, 깊이(두께)를 측정합니다.' },
30
+ { name: '혼합 비율 입력', text: '제품 라벨에서 혼합 비율이 1:1, 2:1 또는 3:1인지, 그리고 중량 기준인지 부피 기준인지 확인합니다.' },
31
+ { name: '구성 요소 계량', text: '저울 위에 깨끗한 용기를 올리고 주제(A)를 먼저 부은 다음 경화제(B)를 붓습니다.' },
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<EpoxyCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: '자주 묻는 질문',
74
+ faq: faqData,
75
+ bibliographyTitle: '기술 참고 자료',
76
+ bibliography: [
77
+ { name: 'TotalBoat - 지원 센터 및 기술 가이드', url: 'https://www.totalboat.com/pages/support' },
78
+ { name: 'ArtResin - FAQ 및 사용 가이드', url: 'https://www.artresin.com/pages/artresin-faq' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: '에폭시 레진 계산 및 혼합 가이드', level: 2 },
84
+ { type: 'paragraph', html: '에폭시 레진은 증발을 통해 마르는 페인트가 아닙니다. 복잡한 <strong>방열 화학 반응</strong>입니다. 에폭시 분자가 폴리아민 분자와 사슬을 형성하여 결정질 고체 열경화성 폴리머를 만들 때 마법이 일어납니다.' },
85
+ { type: 'paragraph', html: '내구성 있는 예술 작품과 끈적이는 실패작의 차이는 <strong>정확한 화학량론</strong>에 달려 있습니다. 혼합 비율이 단 5%만 틀려도 영구적으로 경화되지 않을 수 있습니다. 이 도구는 수학적 추측을 없애주어 당신이 창작에 집중할 수 있도록 돕습니다.' },
86
+ { type: 'grid', columns: [
87
+ { type: 'card', icon: 'mdi:scale-balance', title: '부피인가 중량인가?', html: '<p>보통 초보자들이 하는 가장 큰 실수는 100ml가 100g이라고 가정하는 것입니다. <strong>레진은 경화제보다 밀도가 높습니다.</strong></p><p>제품 데이터 시트에 "중량 기준 100:50"이라고 되어 있다면, 그것은 "부피 기준 2:1"과 같지 않습니다. 이 계산기는 몰드를 채우기 위한 표준인 <strong>부피</strong>(V = L × W × H)를 기준으로 작동합니다.</p>' },
88
+ { type: 'card', icon: 'mdi:water-percent', title: '일반적인 비율', html: '<ul><li><strong>1:1</strong> — 코팅, 바니시 및 속건성 접착제.</li><li><strong>2:1</strong> — 표준. 리버 테이블, 주얼리 및 중간 크기 몰드.</li><li><strong>3:1</strong> — 산업용 바닥 및 고경도 구조용 적층판.</li></ul>' },
89
+ ]},
90
+ { type: 'title', text: '안전 프로토콜 및 베스트 프랙티스', level: 2 },
91
+ { type: 'grid', columns: [
92
+ { type: 'card', icon: 'mdi:thermometer', title: '중요 온도', html: '<p>항상 <strong>21°C에서 25°C</strong> 사이에서 작업하세요. 추위는 반응을 멈추게 하여 결과물을 탁하게 만들 수 있습니다. 과도한 열은 방열 반응을 위험할 정도로 가속화합니다(플래시 큐어).</p>' },
93
+ { type: 'card', icon: 'mdi:cup-outline', title: '더블 컵 기법', html: '<p>한 번의 혼합을 너무 믿지 마세요. 벽면과 바닥을 잘 긁어낸 뒤 혼합물을 <strong>두 번째 깨끗한 컵</strong>에 옮겨 닮아 다시 섞어주세요. 이렇게 하면 촉매가 섞이지 않은 재료가 남지 않습니다.</p>' },
94
+ ]},
95
+ ],
96
+ ui: {
97
+ shapeRect: '직사각형',
98
+ shapeCylinder: '원기둥',
99
+ shapeSphere: '구형',
100
+ labelLength: '길이 (cm)',
101
+ labelWidth: '너비 (cm)',
102
+ labelDiameter: '지름 (cm)',
103
+ labelDepth: '깊이 (cm)',
104
+ labelRatio: '혼합 비율 (중량/부피)',
105
+ labelCustomRatio: '사용자 정의 비율 사용 (A:B)',
106
+ labelResinA: '레진 (A)',
107
+ labelHardenerB: '경화제 (B)',
108
+ labelWasteTitle: '여유량(Safety Margin)',
109
+ labelWasteDesc: '손실 대비 5% 추가',
110
+ labelTotalVolume: '총 부피',
111
+ labelPartA: 'A부분 (레진)',
112
+ labelPartB: 'B부분 (경화제)',
113
+ labelVisualization: '시각화',
114
+ shapeRectLabel: '직사각형 블록',
115
+ shapeCylinderLabel: '실린더 / 원형 몰드',
116
+ shapeSphereLabel: '완전한 구체',
117
+ },
118
+ };
@@ -0,0 +1,118 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+
5
+ const slug = 'epoxyhars-calculator';
6
+ const title = 'Epoxyhars Calculator: Exacte Mengverhouding en Volume';
7
+ const description = 'Bereken de exacte hoeveelheid epoxyhars und harder die nodig is voor je projecten. Voorkom verspilling bij rivertabels, sieraden en mallen.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Waarom is de exacte verhouding bij hars zo belangrijk?',
12
+ answer: 'In tegenstelling tot andere mengsels, droogt epoxyhars niet door verdamping, maar door een chemische reactie (polymerisatie). Als er hars of harder overblijft, zal de reactie onvolledig zijn, waardoor het werkstuk plakkerig, zacht of met blijvende bellen achterblijft.',
13
+ },
14
+ {
15
+ question: 'Wat is de verhouding in gewicht vs volume?',
16
+ answer: 'Veel harsen worden 2:1 gemengd in volume maar 100:45 in gewicht omdat de harder meestal een hogere dichtheid heeft. Gebruik altijd de schaal die de fabrikant aangeeft en gebruik, indien mogelijk, een digitale weegschaal voor maximale precisie.',
17
+ },
18
+ {
19
+ question: 'Hoe voorkom ik bellen bij het mengen?',
20
+ answer: 'Meng langzaam met constante cirkelvormige bewegingen gedurende ten minste 3 minuten, waarbij je de wanden van de beker goed afschraapt. Laat het mengsel een paar minuten rusten voordat je het giet, zodat de bellen naar de oppervlakte kunnen stijgen.',
21
+ },
22
+ {
23
+ question: 'Wat is de verwerkingstijd (Pot Life)?',
24
+ answer: 'Dit is de tijd die je hebt om met het mengsel te werken voordat het begint uit te harden (geleren). In de zomer of bij grote volumes wordt deze tijd drastisch verkort door de exotherme reactie (warmteontwikkeling).',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Afmetingen van de mal meten', text: 'Meet de lengte, breedte und diepte (dikte) van het gebied dat je met hars wilt vullen.' },
30
+ { name: 'Mengverhouding invoeren', text: 'Kijk op het etiket van je product of de mengverhouding 1:1, 2:1 of 3:1 is en of dit gebaseerd is op gewicht of volume.' },
31
+ { name: 'Componenten afwegen', text: 'Giet eerst component A (hars) en dan B (harder) in een schone container op een digitale weegschaal.' },
32
+ { name: 'Technisch mengen', text: 'Roer voorzichtig totdat het mengsel volledig transparant is en er geen "slierten" van verschillende dichtheid meer te zien zijn.' },
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<EpoxyCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Veelgestelde Vragen',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Technische Referenties',
76
+ bibliography: [
77
+ { name: 'TotalBoat - Support Center en Technische Gidsen', url: 'https://www.totalboat.com/pages/support' },
78
+ { name: 'ArtResin - FAQ en Gebruikershandleiding', url: 'https://www.artresin.com/pages/artresin-faq' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Gids voor Berekening en Mengen van Epoxyhars', level: 2 },
84
+ { type: 'paragraph', html: 'Epoxyhars is geen verf die droogt door verdamping; het is een complexe <strong>exotherme chemische reactie</strong>. De magie gebeurt wanneer de epoxidemoleculen zich ketenen met die van polyamine om een solide kristallijn thermohardend polymeer te vormen.' },
85
+ { type: 'paragraph', html: 'Het verschil tussen een duurzaam kunstwerk en een plakkerige ramp ligt in de <strong>exacte stoichiometrie</strong>. Een fout van slechts 5% in de mengverhouding kan de uitharding permanent verhinderen. Deze tool elimineert de wiskundige gissingen, zodat jij je kunt concentreren op de creatie.' },
86
+ { type: 'grid', columns: [
87
+ { type: 'card', icon: 'mdi:scale-balance', title: 'Volume of Gewicht?', html: '<p>De #1 fout van beginners is de aanname dat 100ml 100g weegt. <strong>Hars is dichter dan de harder.</strong></p><p>Als het technisch informatieblad van je product "100:50 per gewicht" zegt, is dat NIET hetzelfde als "2:1 per volume". Deze calculator werkt met <strong>Volume</strong> (V = L × B × H), de standaard voor het vullen van mallen.</p>' },
88
+ { type: 'card', icon: 'mdi:water-percent', title: 'Veelvoorkomende Verhoudingen', html: '<ul><li><strong>1:1</strong> — Coatings, vernissen en snellijmen.</li><li><strong>2:1</strong> — Standaard. River tabels, sieraden en middelgrote mallen.</li><li><strong>3:1</strong> — Industriële vloeren und structurele laminaten van hoge hardheid.</li></ul>' },
89
+ ]},
90
+ { type: 'title', text: 'Veiligheidsprotocol en Best Practices', level: 2 },
91
+ { type: 'grid', columns: [
92
+ { type: 'card', icon: 'mdi:thermometer', title: 'Vitale Temperatuur', html: '<p>Werk altijd tussen de <strong>21°C en 25°C</strong>. Kou kan de reactie stoppen, waardoor het werkstuk troebel wordt. Overmatige hitte versnelt de exotherme reactie gevaarlijk ("flash cure").</p>' },
93
+ { type: 'card', icon: 'mdi:cup-outline', title: 'Dubbele Beker Techniek', html: '<p>Vertrouw niet op één enkele menging. Schraap de zijkanten en bodem goed af, giet het mengsel in een <strong>tweede schone beker</strong> en meng opnieuw. Dit zorgt ervoor dat er geen ongekatalyseerd materiaal achterblijft.</p>' },
94
+ ]},
95
+ ],
96
+ ui: {
97
+ shapeRect: 'Rechthoekig',
98
+ shapeCylinder: 'Cilindrisch',
99
+ shapeSphere: 'Sferisch',
100
+ labelLength: 'Lengte (cm)',
101
+ labelWidth: 'Breedte (cm)',
102
+ labelDiameter: 'Diameter (cm)',
103
+ labelDepth: 'Diepte (cm)',
104
+ labelRatio: 'Mengverhouding (Gewicht/Volume)',
105
+ labelCustomRatio: 'Gebruik aangepaste verhouding (A:B)',
106
+ labelResinA: 'Hars (A)',
107
+ labelHardenerB: 'Harder (B)',
108
+ labelWasteTitle: 'Veiligheidsmarge',
109
+ labelWasteDesc: 'Voeg 5% extra toe voor verliezen',
110
+ labelTotalVolume: 'Totaal Volume',
111
+ labelPartA: 'Deel A (Hars)',
112
+ labelPartB: 'Deel B (Katalysator)',
113
+ labelVisualization: 'Visualisatie',
114
+ shapeRectLabel: 'Rechthoekig Blok',
115
+ shapeCylinderLabel: 'Cilinder / Ronde Mal',
116
+ shapeSphereLabel: 'Volledige Bol',
117
+ },
118
+ };
@@ -0,0 +1,118 @@
1
+ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+ import type { EpoxyCalculatorUI } from '../ui';
4
+
5
+ const slug = 'kalkulator-zywicy-epoksydowej';
6
+ const title = 'Kalkulator Żywicy Epoksydowej: Mieszanka i Dokładna Objętość';
7
+ const description = 'Oblicz dokładną ilość żywicy epoksydowej i utwardzacza potrzebną do Twoich projektów. Unikaj marnotrawstwa przy tworzeniu stołów rzecznych, biżuterii i form.';
8
+
9
+ const faqData = [
10
+ {
11
+ question: 'Dlaczego dokładne zachowanie proporcji jest tak ważne w przypadku żywicy?',
12
+ answer: 'W przeciwieństwie do innych mieszanek, żywica epoksydowa nie wysycha przez parowanie, lecz w wyniku reakcji chemicznej (polimeryzacji). Jeśli żywicy lub utwardzacza będzie za dużo, reakcja nie zostanie ukończona, co sprawi, że element będzie lepki, miękki lub z trwałymi pęcherzykami powietrza.',
13
+ },
14
+ {
15
+ question: 'Czym różni się proporcja wagowa od objętościowej?',
16
+ answer: 'Wiele żywic miesza się w stosunku objętościowym 2:1, ale wagowym 100:45, ponieważ utwardzacz jest zazwyczaj gęstszy. Zawsze stosuj skalę wskazaną przez producenta i, jeśli to możliwe, używaj wagi cyfrowej dla maksymalnej precyzji.',
17
+ },
18
+ {
19
+ question: 'Jak uniknąć pęcherzyków powietrza podczas mieszania?',
20
+ answer: 'Mieszaj powoli jednostajnymi ruchami okrężnymi przez co najmniej 3 minuty, dokładnie skrobiąc ścianki naczynia. Pozostaw mieszankę na kilka minut przed wylaniem, aby pęcherzyki mogły wypłynąć na powierzchnię.',
21
+ },
22
+ {
23
+ question: 'Co to jest czas przydatności (Pot Life)?',
24
+ answer: 'Jest to czas, w którym możesz pracować z mieszanką, zanim zacznie ona twardnieć (żelować). W lecie lub przy dużych objętościach czas ten drastycznie się skraca ze względu na reakcję egzotermiczną (wydzielanie ciepła).',
25
+ },
26
+ ];
27
+
28
+ const howToData = [
29
+ { name: 'Zmierzyć wymiary formy', text: 'Zmierz długość, szerokość i głębokość (grubość) obszaru, który chcesz wypełnić żywicą.' },
30
+ { name: 'Wprowadzić proporcje mieszania', text: 'Sprawdź na etykiecie produktu, czy proporcja wynosi 1:1, 2:1 czy 3:1 i czy opiera się na wadze czy objętości.' },
31
+ { name: 'Zważyć składniki', text: 'Wlej najpierw składnik A (żywica), a następnie B (utwardzacz) do czystego naczynia stojącego na wadze cyfrowej.' },
32
+ { name: 'Mieszanie techniczne', text: 'Mieszaj delikatnie, aż mieszanka stanie się całkowicie przezroczysta i nie będą widoczne "smugi" o różnej gęstości.' },
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<EpoxyCalculatorUI> = {
70
+ slug,
71
+ title,
72
+ description,
73
+ faqTitle: 'Często Zadawane Pytania',
74
+ faq: faqData,
75
+ bibliographyTitle: 'Referencje Techniczne',
76
+ bibliography: [
77
+ { name: 'TotalBoat - Centrum Wsparcia i Przewodniki Techniczne', url: 'https://www.totalboat.com/pages/support' },
78
+ { name: 'ArtResin - Często Zadawane Pytania i Instrukcja Obsługi', url: 'https://www.artresin.com/pages/artresin-faq' },
79
+ ],
80
+ howTo: howToData,
81
+ schemas: [faqSchema, howToSchema, appSchema],
82
+ seo: [
83
+ { type: 'title', text: 'Przewodnik po Obliczaniu i Mieszaniu Żywicy Epoksydowej', level: 2 },
84
+ { type: 'paragraph', html: 'Żywica epoksydowa nie jest farbą, która schnie przez parowanie; jest to złożona <strong>egzotermiczna reakcja chemiczna</strong>. Magia dzieje się, gdy cząsteczki epoksydu łączą się z cząsteczkami poliaminy, tworząc krystaliczny, stały polimer termoutwardzalny.' },
85
+ { type: 'paragraph', html: 'Różnica między trwałym dziełem sztuki a lepką katastrofą tkwi w <strong>dokładnej stechiometrii</strong>. Błąd rzędu zaledwie 5% w proporcji mieszania może trwale uniemożliwić utwardzenie. To narzędzie eliminuje matematyczne zgadywanie, pozwalając Ci skupić się na tworzeniu.' },
86
+ { type: 'grid', columns: [
87
+ { type: 'card', icon: 'mdi:scale-balance', title: 'Objętość czy Waga?', html: '<p>Błąd nr 1 początkujących polega na zakładaniu, że 100 ml waży 100 g. <strong>Żywica jest gęstsza niż utwardzacz.</strong></p><p>Jeśli karta techniczna produktu podaje "100:50 wagowo", to NIE jest to samo co "2:1 objętościowo". Ten kalkulator pracuje z <strong>Objętością</strong> (V = L × W × H), która jest standardem przy napełnianiu form.</p>' },
88
+ { type: 'card', icon: 'mdi:water-percent', title: 'Typowe Proporcje', html: '<ul><li><strong>1:1</strong> — Powłoki, lakiery i szybkie kleje.</li><li><strong>2:1</strong> — Standard. Stoły rzeczne, biżuteria i średnie odlewy.</li><li><strong>3:1</strong> — Podłogi przemysłowe i laminaty strukturalne o wysokiej twardości.</li></ul>' },
89
+ ]},
90
+ { type: 'title', text: 'Protokół Bezpieczeństwa i Najlepsze Praktyki', level: 2 },
91
+ { type: 'grid', columns: [
92
+ { type: 'card', icon: 'mdi:thermometer', title: 'Kluczowa Temperatura', html: '<p>Zawsze pracuj w temperaturze między <strong>21°C a 25°C</strong>. Zimno może zatrzymać reakcję, sprawiając, że element będzie mętny. Nadmierne ciepło niebezpiecznie przyspiesza reakcję egzotermiczną ("flash cure").</p>' },
93
+ { type: 'card', icon: 'mdi:cup-outline', title: 'Technika Dwóch Kubków', html: '<p>Nie ufaj jednokrotnemu wymieszaniu. Dobrze zeskrob boki i dno naczynia, przelej mieszankę do <strong>drugiego czystego kubka</strong> i wymieszaj ponownie. Zapewnia to, że nie pozostanie żaden nieskatalizowany materiał.</p>' },
94
+ ]},
95
+ ],
96
+ ui: {
97
+ shapeRect: 'Prostokątny',
98
+ shapeCylinder: 'Cylindryczny',
99
+ shapeSphere: 'Sferyczny',
100
+ labelLength: 'Długość (cm)',
101
+ labelWidth: 'Szerokość (cm)',
102
+ labelDiameter: 'Średnica (cm)',
103
+ labelDepth: 'Głębokość (cm)',
104
+ labelRatio: 'Proporcja Mieszania (Waga/Objętość)',
105
+ labelCustomRatio: 'Użyj niestandardowej proporcji (A:B)',
106
+ labelResinA: 'Żywica (A)',
107
+ labelHardenerB: 'Utwardzacz (B)',
108
+ labelWasteTitle: 'Margines Bezpieczeństwa',
109
+ labelWasteDesc: 'Dodaj 5% ekstra na straty',
110
+ labelTotalVolume: 'Całkowita Objętość',
111
+ labelPartA: 'Część A (Żywica)',
112
+ labelPartB: 'Część B (Katalizator)',
113
+ labelVisualization: 'Wizualizacja',
114
+ shapeRectLabel: 'Blok Prostokątny',
115
+ shapeCylinderLabel: 'Cylinder / Forma Okrągła',
116
+ shapeSphereLabel: 'Pełna Sfera',
117
+ },
118
+ };