@jjlmoya/utils-cooking 1.12.0 → 1.13.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 (175) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +94 -0
  3. package/src/category/i18n/id.ts +94 -0
  4. package/src/category/i18n/it.ts +94 -0
  5. package/src/category/i18n/ja.ts +94 -0
  6. package/src/category/i18n/ko.ts +94 -0
  7. package/src/category/i18n/nl.ts +94 -0
  8. package/src/category/i18n/pl.ts +94 -0
  9. package/src/category/i18n/pt.ts +94 -0
  10. package/src/category/i18n/ru.ts +94 -0
  11. package/src/category/i18n/sv.ts +94 -0
  12. package/src/category/i18n/tr.ts +94 -0
  13. package/src/category/i18n/zh.ts +94 -0
  14. package/src/category/index.ts +12 -0
  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 +1 -1
  18. package/src/tests/title_quality.test.ts +1 -1
  19. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  20. package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
  21. package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
  22. package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
  23. package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
  24. package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
  25. package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
  26. package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
  27. package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
  28. package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
  29. package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
  30. package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
  31. package/src/tool/american-kitchen-converter/index.ts +12 -0
  32. package/src/tool/banana-ripeness/i18n/de.ts +248 -0
  33. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  34. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  35. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  36. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  44. package/src/tool/banana-ripeness/index.ts +12 -0
  45. package/src/tool/brine/i18n/de.ts +253 -0
  46. package/src/tool/brine/i18n/id.ts +253 -0
  47. package/src/tool/brine/i18n/it.ts +253 -0
  48. package/src/tool/brine/i18n/ja.ts +253 -0
  49. package/src/tool/brine/i18n/ko.ts +253 -0
  50. package/src/tool/brine/i18n/nl.ts +253 -0
  51. package/src/tool/brine/i18n/pl.ts +253 -0
  52. package/src/tool/brine/i18n/pt.ts +253 -0
  53. package/src/tool/brine/i18n/ru.ts +253 -0
  54. package/src/tool/brine/i18n/sv.ts +253 -0
  55. package/src/tool/brine/i18n/tr.ts +253 -0
  56. package/src/tool/brine/i18n/zh.ts +253 -0
  57. package/src/tool/brine/index.ts +12 -0
  58. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  59. package/src/tool/cookware-guide/i18n/fr.ts +2 -2
  60. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  61. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  62. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  63. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  64. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  71. package/src/tool/cookware-guide/index.ts +12 -0
  72. package/src/tool/egg-timer/i18n/de.ts +252 -0
  73. package/src/tool/egg-timer/i18n/id.ts +252 -0
  74. package/src/tool/egg-timer/i18n/it.ts +252 -0
  75. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  76. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  77. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  78. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  79. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  80. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  81. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  82. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  83. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  84. package/src/tool/egg-timer/index.ts +12 -0
  85. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  86. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  87. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  88. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  89. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  90. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  91. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  92. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  97. package/src/tool/ingredient-rescaler/index.ts +12 -0
  98. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  99. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  100. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  101. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  102. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  103. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  104. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  105. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  106. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  107. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  108. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  110. package/src/tool/kitchen-timer/index.ts +12 -0
  111. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  112. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  113. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  114. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  115. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  116. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  117. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  118. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  119. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  120. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  123. package/src/tool/meringue-peak/index.ts +12 -0
  124. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  125. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  126. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  127. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  128. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  129. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  130. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  131. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  132. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  133. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  134. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  135. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  136. package/src/tool/mold-scaler/index.ts +12 -0
  137. package/src/tool/pizza/i18n/de.ts +168 -0
  138. package/src/tool/pizza/i18n/id.ts +125 -0
  139. package/src/tool/pizza/i18n/it.ts +172 -0
  140. package/src/tool/pizza/i18n/ja.ts +125 -0
  141. package/src/tool/pizza/i18n/ko.ts +125 -0
  142. package/src/tool/pizza/i18n/nl.ts +164 -0
  143. package/src/tool/pizza/i18n/pl.ts +125 -0
  144. package/src/tool/pizza/i18n/pt.ts +168 -0
  145. package/src/tool/pizza/i18n/ru.ts +151 -0
  146. package/src/tool/pizza/i18n/sv.ts +164 -0
  147. package/src/tool/pizza/i18n/tr.ts +125 -0
  148. package/src/tool/pizza/i18n/zh.ts +125 -0
  149. package/src/tool/pizza/index.ts +12 -0
  150. package/src/tool/roux-guide/i18n/de.ts +165 -0
  151. package/src/tool/roux-guide/i18n/id.ts +139 -0
  152. package/src/tool/roux-guide/i18n/it.ts +165 -0
  153. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  154. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  155. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  156. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  157. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  158. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  159. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  160. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  161. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  162. package/src/tool/roux-guide/index.ts +12 -0
  163. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  164. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  165. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  166. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  167. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  168. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  169. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  170. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  171. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  172. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  173. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  174. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  175. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,252 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Wetenschappelijke Eierwekker";
4
+ const description = "Thermodynamische rekenhulp voor het perfect koken van eieren op basis van hoogte, temperatuur en grootte.";
5
+ const faq = [
6
+ {
7
+ question: "Waarom is de hoogte belangrijk bij het koken van eieren?",
8
+ answer: "Water kookt niet altijd bij 100°C. Op grotere hoogte is de luchtdruk lager, waardoor water bij een lagere temperatuur kookt. Op 2000 meter kookt water bijvoorbeeld rond de 93°C, wat betekent dat het langer duurt om een ei te koken dan op zeeniveau. Op de Mount Everest is het onmogelijk om een hardgekookt ei te maken.",
9
+ },
10
+ {
11
+ question: "Ei uit de koelkast of op kamertemperatuur?",
12
+ answer: "Een ei uit de koelkast (4°C) heeft meer tijd nodig dan een ei op kamertemperatuur (20°C). Het verschil kan 2-3 minuten zijn. Deze calculator past de tijd automatisch aan op basis van de begintemperatuur.",
13
+ },
14
+ {
15
+ question: "Waarom verschijnt er een groene ring rond de eidooier?",
16
+ answer: "Dat is ijzersulfide, het resultaat van te lang koken. Wanneer het ei te lang boven de 80°C blijft, reageert de zwavel in het eiwit met het ijzer in de dooier. Het is niet giftig, maar een teken van overkoken. Gebruik direct een ijsbad om dit te voorkomen.",
17
+ },
18
+ {
19
+ question: "Hoe kan ik een ei gemakkelijk pellen?",
20
+ answer: "Gebruik eieren die 1-2 weken oud zijn (niet kakelvers), begin met kokend water (niet koud opzetten) en dompel ze direct na het koken onder in ijswater. De temperatuurshock laat het ei krimpen en maakt het pellen makkelijker.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Selecteer de begintemperatuur",
26
+ text: "Kies of je ei uit de koelkast (4°C) komt of op kamertemperatuur (20°C) is. Dit gaat om de kerntemperatuur van het ei.",
27
+ },
28
+ {
29
+ name: "Kies de grootte van het ei",
30
+ text: "S (klein, 53g), M (medium, 58g), L (groot, 63g), of XL (extra groot, 73g). De grootte bepaalt hoe lang de hitte nodig heeft om de kern te bereiken.",
31
+ },
32
+ {
33
+ name: "Geef de hoogte op",
34
+ text: "Voer handmatig de hoogte in of gebruik je locatie. Voor elke 300 meter stijging daalt het kookpunt van water met ongeveer 1°C.",
35
+ },
36
+ {
37
+ name: "Pas een temperatuurshock toe",
38
+ text: "Wanneer de timer gaat, dompel je het ei direct onder in ijswater. Dit stopt het kookproces en maakt het pellen makkelijker. De shock is cruciaal voor precisie.",
39
+ },
40
+ ];
41
+
42
+ const faqSchema = {
43
+ '@context': 'https://schema.org',
44
+ '@type': 'FAQPage',
45
+ mainEntity: faq.map((item) => ({
46
+ '@type': 'Question',
47
+ name: item.question,
48
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
49
+ })),
50
+ };
51
+
52
+ const howToSchema = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'HowTo',
55
+ name: title,
56
+ description,
57
+ step: howTo.map((step) => ({
58
+ '@type': 'HowToStep',
59
+ name: step.name,
60
+ text: step.text,
61
+ })),
62
+ };
63
+
64
+ const appSchema = {
65
+ '@context': 'https://schema.org',
66
+ '@type': 'SoftwareApplication',
67
+ name: title,
68
+ description,
69
+ applicationCategory: 'UtilitiesApplication',
70
+ operatingSystem: 'Web',
71
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
72
+ };
73
+
74
+ export const content: ToolLocaleContent = {
75
+ slug: "eieren",
76
+ title: "Wetenschappelijke Eierwekker",
77
+ description: "Thermodynamische rekenhulp voor het perfect koken van eieren op basis van hoogte, temperatuur en grootte.",
78
+ faqTitle: "Veelgestelde Vragen",
79
+ bibliographyTitle: "Wetenschappelijke Referenties",
80
+ ui: {
81
+ parameters: "Parameters",
82
+ initial_temperature: "Begintemperatuur",
83
+ fridge: "Koelkast",
84
+ ambient: "Kamertemp.",
85
+ egg_size: "Eigrootte",
86
+ altitude: "Hoogte",
87
+ use_location: "Gebruik mijn locatie",
88
+ altitude_help: "Water kookt op lagere temperatuur op grotere hoogte, wat de kooktijd beïnvloedt.",
89
+ sea_level: "Zee",
90
+ soft_cooked: "Zachtgekookt",
91
+ soft_description: "Vloeibare dooier, wit en zacht eiwit.",
92
+ mollet: "Mollet (Zachte dooier)",
93
+ mollet_description: "Cremige dooier, stevig eiwit.",
94
+ hard_cooked: "Hardgekookt",
95
+ hard_description: "Volledig gaar, stevige dooier.",
96
+ },
97
+ faq,
98
+ bibliography: [
99
+ {
100
+ name: "The Science of Boiling an Egg - Charles D. H. Williams",
101
+ url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
102
+ },
103
+ {
104
+ name: "The Food Lab: The Science of the Best Hard Boiled Eggs - J. Kenji López-Alt",
105
+ url: "https://www.seriouseats.com/the-food-lab-hard-boiled-eggs-recipe",
106
+ },
107
+ {
108
+ name: "The Food Lab: Perfect Soft Boiled Eggs",
109
+ url: "https://www.seriouseats.com/soft-boiled-eggs-recipe",
110
+ },
111
+ ],
112
+ howTo,
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Meestergids voor het perfect koken van een ei',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: 'Een ei koken is een oefening in <strong>toegepaste thermodynamica</strong>. De precisie van de begintemperatuur, de grootte van het ei en de geografische hoogte bepalen of je een zijdezachte vloeibare dooier krijgt of een overgekookt ei met de ongewenste groene ring.',
122
+ },
123
+ {
124
+ type: 'stats',
125
+ columns: 4,
126
+ items: [
127
+ {
128
+ value: '62°C',
129
+ label: 'Stollen Eiwit',
130
+ icon: 'mdi:egg-outline',
131
+ },
132
+ {
133
+ value: '68°C',
134
+ label: 'Stollen Dooier',
135
+ icon: 'mdi:egg-fried',
136
+ },
137
+ {
138
+ value: '-1°C',
139
+ label: 'Kookpunt / 300m',
140
+ icon: 'mdi:mountain',
141
+ },
142
+ {
143
+ value: '0s',
144
+ label: 'Foutmarge',
145
+ icon: 'mdi:timer-check-outline',
146
+ },
147
+ ],
148
+ },
149
+ {
150
+ type: 'title',
151
+ text: 'Vergelijking van kookstadia',
152
+ level: 3,
153
+ },
154
+ {
155
+ type: 'comparative',
156
+ columns: 3,
157
+ items: [
158
+ {
159
+ title: 'Zachtgekookt Ei',
160
+ icon: 'mdi:coffee-outline',
161
+ description: 'Eiwit gedeeltelijk gestold en dooier volledig vloeibaar.',
162
+ points: [
163
+ 'Zeer delicate textuur',
164
+ 'Ideaal om brood in te dippen',
165
+ 'Korte kooktijd (3-4 min)',
166
+ 'Moeilijk te pellen',
167
+ ],
168
+ },
169
+ {
170
+ title: 'Mollet Ei / Wasachtig',
171
+ icon: 'mdi:water-percent',
172
+ description: 'Stevig eiwit en cremige dooier, dik maar niet vast.',
173
+ highlight: true,
174
+ points: [
175
+ 'De gourmet standaard',
176
+ 'Dooier met textuur van honing',
177
+ 'Elastische en stevige buitenkant',
178
+ 'Perfect voor salades',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Hardgekookt Ei',
183
+ icon: 'mdi:circle-slice-8',
184
+ description: 'Volledig vast maar mals, zonder groene ring.',
185
+ points: [
186
+ 'Dooier mat en stevig',
187
+ 'Makkelijk mee te nemen en te pellen',
188
+ 'Ideaal voor vullingen',
189
+ 'Vereist snel afkoelen',
190
+ ],
191
+ },
192
+ ],
193
+ },
194
+ {
195
+ type: 'title',
196
+ text: 'Kookpunt op basis van Hoogte',
197
+ level: 3,
198
+ },
199
+ {
200
+ type: 'table',
201
+ headers: ['Stad / Hoogte', 'Meters (boven zeeniveau)', 'Kookpunt (°C)', 'Extra Tijd'],
202
+ rows: [
203
+ ['Zeeniveau (Amsterdam)', '0m', '100°C', '0s'],
204
+ ['Madrid', '650m', '97.8°C', '+25s'],
205
+ ['Mexico-Stad', '2240m', '92.6°C', '+75s'],
206
+ ['La Paz (Bolivia)', '3640m', '88.1°C', '+140s'],
207
+ ],
208
+ },
209
+ {
210
+ type: 'diagnostic',
211
+ variant: 'warning',
212
+ title: 'Groene ring of moeilijk te pellen?',
213
+ html: 'De groene ring is <strong>ijzersulfide</strong> veroorzaakt door overkoken. Als het ei niet goed pelt, is het te vers; de lage pH zorgt dat het eiwit aan de membraan plakt. Gebruik eieren van 1 week oud en een ijsbad.',
214
+ },
215
+ {
216
+ type: 'title',
217
+ text: 'Glossarium van de Eierwetenschap',
218
+ level: 3,
219
+ },
220
+ {
221
+ type: 'glossary',
222
+ items: [
223
+ {
224
+ term: 'Ovotransferrine',
225
+ definition: 'Eiwit dat als eerste stolt (62°C) en de witte basisstructuur geeft.',
226
+ },
227
+ {
228
+ term: 'Ovalbumine',
229
+ definition: 'Belangrijkste proteïne dat meer hitte (80°C) nodig heeft voor volledige stevigheid.',
230
+ },
231
+ {
232
+ term: 'Luchtdruk',
233
+ definition: 'Factor die de temperatuur van kokend water bepaalt.',
234
+ },
235
+ {
236
+ term: 'Temperatuurshock',
237
+ definition: 'Onderdompeling in ijswater om het naggaren direct te stoppen.',
238
+ },
239
+ ],
240
+ },
241
+ {
242
+ type: 'tip',
243
+ title: 'De azijn truc',
244
+ html: 'Voeg een scheut azijn toe aan het water. Als de schaal barst, helpt het zuur om het ontsnappende eiwit direct te stollen, waardoor de barst wordt gedicht.',
245
+ },
246
+ {
247
+ type: 'paragraph',
248
+ html: 'Onze eierwekker gebruikt de Charles Williams-vergelijking om elke seconde aan te passen op basis van je exacte locatie en koelkastruimte.',
249
+ },
250
+ ],
251
+ schemas: [faqSchema, howToSchema, appSchema],
252
+ };
@@ -0,0 +1,252 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Naukowy Minutnik do Jajek";
4
+ const description = "Kalkulator termodynamiczny do idealnego gotowania jajek na podstawie wysokości, temperatury i rozmiaru.";
5
+ const faq = [
6
+ {
7
+ question: "Dlaczego wysokość nad poziomem morza ma znaczenie przy gotowaniu jajek?",
8
+ answer: "Woda nie zawsze wrze w 100°C. Na większych wysokościach ciśnienie atmosferyczne jest niższe, przez co woda wrze w niższej temperaturze. Na wysokości 2000 m n.p.m. wrze w ok. 93°C, co wymaga dłuższego czasu gotowania niż na poziomie morza. Na Mount Everest ugotowanie jajka na twardo jest niemożliwe.",
9
+ },
10
+ {
11
+ question: "Jajko z lodówki czy o temperaturze pokojowej?",
12
+ answer: "Jajko z lodówki (4°C) potrzebuje więcej czasu niż to o temperaturze pokojowej (20°C). Różnica może wynosić 2-3 minuty. Ten kalkulator automatycznie dostosowuje czas na podstawie temperatury początkowej.",
13
+ },
14
+ {
15
+ question: "Dlaczego wokół żółtka pojawia się zielona obwódka?",
16
+ answer: "To siarczek żelaza, wynik zbyt długiego gotowania. Gdy temperatura przekracza 80°C przez zbyt długi czas, siarka z białka reaguje z żelazem z żółtka. Nie jest to toksyczne, ale świadczy o przeciągnięciu czasu. Aby tego uniknąć, zastosuj natychmiastową kąpiel lodową.",
17
+ },
18
+ {
19
+ question: "Jak łatwo obrać jajko?",
20
+ answer: "Używaj jajek mających 1-2 tygodnie (nie prosto od kury), wkładaj je do wrzącej wody (nie zaczynaj od zimnej) i zanurz w lodowatej wodzie natychmiast po zakończeniu gotowania. Szok termiczny powoduje skurczenie jajka i ułatwia obieranie.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Wybierz temperaturę początkową",
26
+ text: "Wybierz, czy Twoje jajko jest z lodówki (4°C) czy o temperaturze pokojowej (20°C). Chodzi o temperaturę wewnątrz jajka.",
27
+ },
28
+ {
29
+ name: "Wybierz rozmiar jajka",
30
+ text: "S (małe, 53g), M (średnie, 58g), L (duże, 63g) lub XL (bardzo duże, 73g). Rozmiar określa, jak długo ciepło dociera do środka.",
31
+ },
32
+ {
33
+ name: "Określ swoją wysokość",
34
+ text: "Wprowadź ręcznie lub użyj lokalizacji. Każde 300 m w górę obniża punkt wrzenia wody o ok. 1°C.",
35
+ },
36
+ {
37
+ name: "Zastosuj szok termiczny",
38
+ text: "Gdy minutnik zadzwoni, natychmiast zanurz jajka w wodzie z lodem. To zatrzymuje gotowanie i ułatwia obieranie. Szok termiczny jest kluczowy dla precyzji.",
39
+ },
40
+ ];
41
+
42
+ const faqSchema = {
43
+ '@context': 'https://schema.org',
44
+ '@type': 'FAQPage',
45
+ mainEntity: faq.map((item) => ({
46
+ '@type': 'Question',
47
+ name: item.question,
48
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
49
+ })),
50
+ };
51
+
52
+ const howToSchema = {
53
+ '@context': 'https://schema.org',
54
+ '@type': 'HowTo',
55
+ name: title,
56
+ description,
57
+ step: howTo.map((step) => ({
58
+ '@type': 'HowToStep',
59
+ name: step.name,
60
+ text: step.text,
61
+ })),
62
+ };
63
+
64
+ const appSchema = {
65
+ '@context': 'https://schema.org',
66
+ '@type': 'SoftwareApplication',
67
+ name: title,
68
+ description,
69
+ applicationCategory: 'UtilitiesApplication',
70
+ operatingSystem: 'Web',
71
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
72
+ };
73
+
74
+ export const content: ToolLocaleContent = {
75
+ slug: "jajka",
76
+ title: "Naukowy Minutnik do Jajek",
77
+ description: "Kalkulator termodynamiczny do idealnego gotowania jajek na podstawie wysokości, temperatury i rozmiaru.",
78
+ faqTitle: "Często Zadawane Pytania",
79
+ bibliographyTitle: "Referencje Naukowe",
80
+ ui: {
81
+ parameters: "Parametry",
82
+ initial_temperature: "Temperatura Początkowa",
83
+ fridge: "Lodówka",
84
+ ambient: "Pokojowa",
85
+ egg_size: "Rozmiar Jajka",
86
+ altitude: "Wysokość",
87
+ use_location: "Użyj mojej lokalizacji",
88
+ altitude_help: "Woda wrze w niższej temperaturze na większych wysokościach, co wpływa na czas gotowania.",
89
+ sea_level: "Morze",
90
+ soft_cooked: "Na miękko",
91
+ soft_description: "Płynne żółtko, białko ścięte i delikatne.",
92
+ mollet: "Mollet (Półmiękko)",
93
+ mollet_description: "Kremowe żółtko, stałe białko.",
94
+ hard_cooked: "Na twardo",
95
+ hard_description: "Całkowicie ugotowane, stałe żółtko.",
96
+ },
97
+ faq,
98
+ bibliography: [
99
+ {
100
+ name: "The Science of Boiling an Egg - Charles D. H. Williams",
101
+ url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
102
+ },
103
+ {
104
+ name: "The Food Lab: The Science of the Best Hard Boiled Eggs - J. Kenji López-Alt",
105
+ url: "https://www.seriouseats.com/the-food-lab-hard-boiled-eggs-recipe",
106
+ },
107
+ {
108
+ name: "The Food Lab: Perfect Soft Boiled Eggs",
109
+ url: "https://www.seriouseats.com/soft-boiled-eggs-recipe",
110
+ },
111
+ ],
112
+ howTo,
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Mistrzowski przewodnik po idealnym gotowaniu jajek',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: 'Gotowanie jajka to ćwiczenie z <strong>termodynamiki stosowanej</strong>. Precyzja temperatury początkowej, rozmiaru jajka i wysokości geograficznej decyduje o tym, czy otrzymasz jedwabiste płynne żółtko, czy przejawione jajko z niechcianą zieloną obwódką.',
122
+ },
123
+ {
124
+ type: 'stats',
125
+ columns: 4,
126
+ items: [
127
+ {
128
+ value: '62°C',
129
+ label: 'Ścinanie białka',
130
+ icon: 'mdi:egg-outline',
131
+ },
132
+ {
133
+ value: '68°C',
134
+ label: 'Ścinanie żółtka',
135
+ icon: 'mdi:egg-fried',
136
+ },
137
+ {
138
+ value: '-1°C',
139
+ label: 'Wrzenie / 300m',
140
+ icon: 'mdi:mountain',
141
+ },
142
+ {
143
+ value: '0s',
144
+ label: 'Tolerancja błędu',
145
+ icon: 'mdi:timer-check-outline',
146
+ },
147
+ ],
148
+ },
149
+ {
150
+ type: 'title',
151
+ text: 'Porównanie stopni ugotowania',
152
+ level: 3,
153
+ },
154
+ {
155
+ type: 'comparative',
156
+ columns: 3,
157
+ items: [
158
+ {
159
+ title: 'Jajko na miękko',
160
+ icon: 'mdi:coffee-outline',
161
+ description: 'Białko częściowo ścięte, żółtko całkowicie płynne.',
162
+ points: [
163
+ 'Bardzo delikatna tekstura',
164
+ 'Idealne do maczania chleba',
165
+ 'Krótki czas (3-4 min)',
166
+ 'Trudne do obrania',
167
+ ],
168
+ },
169
+ {
170
+ title: 'Jajko Mollet / Półmiękko',
171
+ icon: 'mdi:water-percent',
172
+ description: 'Stałe białko i kremowe żółtko, gęste ale nie twarde.',
173
+ highlight: true,
174
+ points: [
175
+ 'Standard gourmet',
176
+ 'Żółtko o konsystencji miodu',
177
+ 'Elastyczna i stała osłonka',
178
+ 'Idealne do sałatek',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Jajko na twardo',
183
+ icon: 'mdi:circle-slice-8',
184
+ description: 'Całkowicie stałe, ale delikatne, bez zielonej obwódki.',
185
+ points: [
186
+ 'Żółtko matowe i stałe',
187
+ 'Łatwe do transportu i obrania',
188
+ 'Idealne do nadziewania',
189
+ 'Wymaga szybkiego studzenia',
190
+ ],
191
+ },
192
+ ],
193
+ },
194
+ {
195
+ type: 'title',
196
+ text: 'Punkt wrzenia zależnie od wysokości',
197
+ level: 3,
198
+ },
199
+ {
200
+ type: 'table',
201
+ headers: ['Miasto / Wysokość', 'Metry (n.p.m.)', 'Wrzenie (°C)', 'Dodatkowy czas'],
202
+ rows: [
203
+ ['Poziom morza (Gdańsk)', '0m', '100°C', '0s'],
204
+ ['Madryt', '650m', '97.8°C', '+25s'],
205
+ ['Meksyk', '2240m', '92.6°C', '+75s'],
206
+ ['La Paz (Boliwia)', '3640m', '88.1°C', '+140s'],
207
+ ],
208
+ },
209
+ {
210
+ type: 'diagnostic',
211
+ variant: 'warning',
212
+ title: 'Zielona obwódka czy trudne obieranie?',
213
+ html: 'Zielona obwódka to <strong>siarczek żelaza</strong> spowodowany zbyt długim gotowaniem. Jeśli jajko źle się obiera, jest zbyt świeże; niskie pH sprawia, że białko mocno przywiera do błony. Używaj jajek tygodniowych i szoku w lodzie.',
214
+ },
215
+ {
216
+ type: 'title',
217
+ text: 'Glosariusz nauki o jajku',
218
+ level: 3,
219
+ },
220
+ {
221
+ type: 'glossary',
222
+ items: [
223
+ {
224
+ term: 'Owotransferyna',
225
+ definition: 'Białko, które ścina się jako pierwsze (62°C), nadając początkową strukturę.',
226
+ },
227
+ {
228
+ term: 'Owalbumina',
229
+ definition: 'Główne białko wymagające więcej ciepła (80°C) do całkowitego ścięcia.',
230
+ },
231
+ {
232
+ term: 'Ciśnienie atmosferyczne',
233
+ definition: 'Czynnik określający temperaturę wrzącej wody.',
234
+ },
235
+ {
236
+ term: 'Szok termiczny',
237
+ definition: 'Zanurzenie w lodowatej wodzie, aby natychmiast zatrzymać gotowanie.',
238
+ },
239
+ ],
240
+ },
241
+ {
242
+ type: 'tip',
243
+ title: 'Triki z octem',
244
+ html: 'Dodaj odrobinę octu do wody. Jeśli skorupka pęknie, kwas pomoże białku szybko się ściąć i uszczelnić pęknięcie.',
245
+ },
246
+ {
247
+ type: 'paragraph',
248
+ html: 'Nasz minutnik wykorzystuje równanie Charlesa Williamsa, aby dopasować każdą sekundę do Twojej lokalizacji i temperatury w lodówce.',
249
+ },
250
+ ],
251
+ schemas: [faqSchema, howToSchema, appSchema],
252
+ };