@jjlmoya/utils-cooking 1.11.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 (190) hide show
  1. package/package.json +59 -58
  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/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/title_quality.test.ts +55 -0
  20. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  21. package/src/tool/american-kitchen-converter/i18n/fr.ts +1 -1
  22. package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
  23. package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
  24. package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
  25. package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
  26. package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
  27. package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
  28. package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
  29. package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
  30. package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
  31. package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
  32. package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
  33. package/src/tool/american-kitchen-converter/index.ts +12 -0
  34. package/src/tool/banana-ripeness/i18n/de.ts +248 -0
  35. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  36. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  44. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  45. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  46. package/src/tool/banana-ripeness/index.ts +12 -0
  47. package/src/tool/brine/i18n/de.ts +253 -0
  48. package/src/tool/brine/i18n/id.ts +253 -0
  49. package/src/tool/brine/i18n/it.ts +253 -0
  50. package/src/tool/brine/i18n/ja.ts +253 -0
  51. package/src/tool/brine/i18n/ko.ts +253 -0
  52. package/src/tool/brine/i18n/nl.ts +253 -0
  53. package/src/tool/brine/i18n/pl.ts +253 -0
  54. package/src/tool/brine/i18n/pt.ts +253 -0
  55. package/src/tool/brine/i18n/ru.ts +253 -0
  56. package/src/tool/brine/i18n/sv.ts +253 -0
  57. package/src/tool/brine/i18n/tr.ts +253 -0
  58. package/src/tool/brine/i18n/zh.ts +253 -0
  59. package/src/tool/brine/index.ts +12 -0
  60. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  61. package/src/tool/cookware-guide/i18n/en.ts +2 -2
  62. package/src/tool/cookware-guide/i18n/es.ts +3 -3
  63. package/src/tool/cookware-guide/i18n/fr.ts +2 -2
  64. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  71. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  72. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  73. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  74. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  75. package/src/tool/cookware-guide/index.ts +12 -0
  76. package/src/tool/egg-timer/i18n/de.ts +252 -0
  77. package/src/tool/egg-timer/i18n/id.ts +252 -0
  78. package/src/tool/egg-timer/i18n/it.ts +252 -0
  79. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  80. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  81. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  82. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  83. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  84. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  85. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  86. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  87. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  88. package/src/tool/egg-timer/index.ts +12 -0
  89. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  90. package/src/tool/ingredient-rescaler/i18n/en.ts +74 -97
  91. package/src/tool/ingredient-rescaler/i18n/es.ts +77 -100
  92. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  97. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  98. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  99. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  100. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  101. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  102. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  103. package/src/tool/ingredient-rescaler/index.ts +12 -0
  104. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  105. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  106. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  107. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  108. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  110. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  111. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  112. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  113. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  114. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  115. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  116. package/src/tool/kitchen-timer/index.ts +12 -0
  117. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  118. package/src/tool/meringue-peak/i18n/fr.ts +1 -1
  119. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  120. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  123. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  124. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  125. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  126. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  127. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  128. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  129. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  130. package/src/tool/meringue-peak/index.ts +12 -0
  131. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  132. package/src/tool/mold-scaler/i18n/en.ts +87 -60
  133. package/src/tool/mold-scaler/i18n/es.ts +87 -61
  134. package/src/tool/mold-scaler/i18n/fr.ts +97 -69
  135. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  136. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  137. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  138. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  139. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  140. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  141. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  142. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  143. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  144. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  145. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  146. package/src/tool/mold-scaler/index.ts +12 -0
  147. package/src/tool/pizza/i18n/de.ts +168 -0
  148. package/src/tool/pizza/i18n/en.ts +2 -2
  149. package/src/tool/pizza/i18n/es.ts +2 -2
  150. package/src/tool/pizza/i18n/fr.ts +2 -2
  151. package/src/tool/pizza/i18n/id.ts +125 -0
  152. package/src/tool/pizza/i18n/it.ts +172 -0
  153. package/src/tool/pizza/i18n/ja.ts +125 -0
  154. package/src/tool/pizza/i18n/ko.ts +125 -0
  155. package/src/tool/pizza/i18n/nl.ts +164 -0
  156. package/src/tool/pizza/i18n/pl.ts +125 -0
  157. package/src/tool/pizza/i18n/pt.ts +168 -0
  158. package/src/tool/pizza/i18n/ru.ts +151 -0
  159. package/src/tool/pizza/i18n/sv.ts +164 -0
  160. package/src/tool/pizza/i18n/tr.ts +125 -0
  161. package/src/tool/pizza/i18n/zh.ts +125 -0
  162. package/src/tool/pizza/index.ts +12 -0
  163. package/src/tool/roux-guide/i18n/de.ts +165 -0
  164. package/src/tool/roux-guide/i18n/es.ts +1 -1
  165. package/src/tool/roux-guide/i18n/id.ts +139 -0
  166. package/src/tool/roux-guide/i18n/it.ts +165 -0
  167. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  168. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  169. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  170. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  171. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  172. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  173. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  174. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  175. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  176. package/src/tool/roux-guide/index.ts +12 -0
  177. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  178. package/src/tool/sourdough-calculator/i18n/es.ts +133 -133
  179. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  180. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  181. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  182. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  183. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  184. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  185. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  186. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  187. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  188. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  189. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  190. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,253 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Evenwichtspekel Calculator";
4
+ const description = "De wetenschap van balans voor sappig vlees en perfecte fermenten. Bereken het exacte zoutgehalte op basis van het totaalgewicht van ingrediënt en water.";
5
+ const faq = [
6
+ {
7
+ question: "Wat is de evenwichtspekel-methode?",
8
+ answer: "De evenwichtsmethode berekent het zout op basis van het totaalgewicht (water + ingrediënt), niet alleen het water. Dit garandeert een consistente zoutconcentratie, ongeacht de hoeveelheid ingrediënt die u gebruikt.",
9
+ },
10
+ {
11
+ question: "Hoeveel zout heb ik nodig voor tafelzuren?",
12
+ answer: "Voor gefermenteerde groenten (augurken, zuurkool, kimchi) wordt tussen 2% en 3% zout aanbevolen. Voor vlees tussen 1,5% en 2%. De calculator geeft u de exacte hoeveelheid op basis van het gewicht van uw ingrediënten.",
13
+ },
14
+ {
15
+ question: "Kan ik het vlees invriezen na het pekelen?",
16
+ answer: "Ja, dat is ideaal. De pekel beschermt tegen vriesbrand en het vlees is klaar om te bereiden na het ontdooien. Vermijd echter het invriezen van gefermenteerde groenten, omdat ze dan zompig worden.",
17
+ },
18
+ {
19
+ question: "Waarom suiker toevoegen aan de pekel?",
20
+ answer: "Suiker heeft twee functies: het vergemakkelijkt de Maillard-reactie (bruining) bij vlees en brengt de zoute smaak in balans zonder het product zoet te laten smaken. Het maakt van uw pekel geen dessert.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Bepaal uw doel",
26
+ text: "Beslis of u vlees gaat pekelen (1,5-2%), gaat fermenteren (2-3%), sauzen gaat maken (3,5%) of langdurige conserven gaat maken (5%+). Elk type heeft een andere tijdsduur en een ander doel.",
27
+ },
28
+ {
29
+ name: "Weeg ingrediënt en water",
30
+ text: "Weeg het product (vlees, groenten) en het water exact af. Precisie is essentieel: zelfs 5g verschil verandert het resultaat. Gebruik een precisieweegschaal.",
31
+ },
32
+ {
33
+ name: "Bereken met de tool",
34
+ text: "Voer de gewichten in de calculator in en pas het zoutgehalte aan op basis van uw producttype. De tool vertelt u precies hoeveel zout en suiker u nodig heeft.",
35
+ },
36
+ {
37
+ name: "Oplossen en mengen",
38
+ text: "Los het zout volledig op in koud water voordat u het product toevoegt. Zorg er bij vlees voor dat de pekel alles bedekt. Bij fermenten moet het product ondergedompeld zijn.",
39
+ },
40
+ {
41
+ name: "Fermenteren of pekelen",
42
+ text: "Koel afhankelijk van het type: 4-48 uur voor vlees, 1-3 weken voor fermenten. De exacte tijd hangt af van de temperatuur en uw persoonlijke smaak.",
43
+ },
44
+ ];
45
+
46
+ const faqSchema = {
47
+ '@context': 'https://schema.org',
48
+ '@type': 'FAQPage',
49
+ mainEntity: faq.map((item) => ({
50
+ '@type': 'Question',
51
+ name: item.question,
52
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
53
+ })),
54
+ };
55
+
56
+ const howToSchema = {
57
+ '@context': 'https://schema.org',
58
+ '@type': 'HowTo',
59
+ name: title,
60
+ description,
61
+ step: howTo.map((step) => ({
62
+ '@type': 'HowToStep',
63
+ name: step.name,
64
+ text: step.text,
65
+ })),
66
+ };
67
+
68
+ const appSchema = {
69
+ '@context': 'https://schema.org',
70
+ '@type': 'SoftwareApplication',
71
+ name: title,
72
+ description,
73
+ applicationCategory: 'UtilitiesApplication',
74
+ operatingSystem: 'Web',
75
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: "pekel",
80
+ title: "Evenwichtspekel Calculator",
81
+ description: "De wetenschap van balans voor sappig vlees en perfecte fermenten. Bereken het exacte zoutgehalte op basis van het totaalgewicht van ingrediënt en water.",
82
+ ui: {
83
+ calculator: "Calculator",
84
+ subtitle: "Voer de gewichten in om de perfecte balans te berekenen.",
85
+ productWeight: "Productgewicht (g)",
86
+ waterWeight: "Watergewicht (g)",
87
+ desiredSalinity: "Gewenste Saliniteit",
88
+ meat: "Vlees (1,5%)",
89
+ fermented: "Fermenten (2,0%)",
90
+ sauces: "Sauzen (3,5%)",
91
+ preserves: "Conserven (5,0%)",
92
+ addSugar: "Suiker toevoegen",
93
+ sugarHint: "Brengt de smaak in balans en helpt bij het bruinen (50% van het zout)",
94
+ saltNeeded: "Benodigd Zout",
95
+ sugarOptional: "Suiker (Optioneel)",
96
+ estimatedTime: "Geschatte Tijd",
97
+ product: "Product",
98
+ total: "Totaal",
99
+ unitGrams: "gram",
100
+ timeMeatsLabel: "Tijd (Vlees)",
101
+ timeMeatsDuration: "4 - 48 Uur",
102
+ timeVegetablesLabel: "Tijd (Groenten)",
103
+ timeVegetablesDuration: "1 - 3 Weken",
104
+ timePreservesLabel: "Tijd (Conserven)",
105
+ timePreservesDuration: "1+ Maanden",
106
+ },
107
+ faqTitle: "Veelgestelde Vragen",
108
+ bibliographyTitle: "Bronnen en Referenties",
109
+ faq,
110
+ howTo,
111
+ bibliography: [
112
+ {
113
+ name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
+ url: "https://www.nomacph.com/",
115
+ },
116
+ {
117
+ name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
+ url: "https://www.saltfatacidheat.com/",
119
+ },
120
+ {
121
+ name: "Pollan, Michael - Cooked",
122
+ url: "https://michaelpollan.com/",
123
+ },
124
+ ],
125
+ seo: [
126
+ {
127
+ type: 'title',
128
+ text: 'Meestergids voor Evenwichtspekel en Fermentatie',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: '<strong>Evenwichtspekel</strong> is de ultieme techniek voor sappige en veilige resultaten. In tegenstelling tot traditionele methoden, berekent deze het zout op basis van het <strong>totaalgewicht</strong> van water en product, wat zorgt voor een constante saliniteit ongeacht het volume van de bak.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '1,5 - 2%',
141
+ label: 'Ideale Ratio Vlees',
142
+ icon: 'mdi:food-steak',
143
+ },
144
+ {
145
+ value: '2,5 - 3%',
146
+ label: 'Ratio Fermenten',
147
+ icon: 'mdi:flask-outline',
148
+ },
149
+ {
150
+ value: '18-22°C',
151
+ label: 'Fermentatietemp.',
152
+ icon: 'mdi:thermometer',
153
+ },
154
+ {
155
+ value: '0,5%',
156
+ label: 'Evenwichtssuiker',
157
+ icon: 'mdi:shaker-outline',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'title',
163
+ text: 'Verschillen tussen Droog- en Nat Pekelen',
164
+ level: 3,
165
+ },
166
+ {
167
+ type: 'comparative',
168
+ columns: 2,
169
+ items: [
170
+ {
171
+ title: 'Droog Pekelen (Dry Brining)',
172
+ icon: 'mdi:shaker-outline',
173
+ description: 'Het zout wordt direct op het oppervlak van het product aangebracht zonder extra water te gebruiken.',
174
+ points: [
175
+ 'Veel krokantere huid bij gevogelte',
176
+ 'Geconcentreerdere smaak van het ingrediënt',
177
+ 'Neemt minder ruimte in de koelkast in',
178
+ 'Ideaal voor steaks en hele kippen',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Nat Pekelen (Wet Brining)',
183
+ icon: 'mdi:water',
184
+ description: 'Het product wordt ondergedompeld in een oplossing van water en zout berekend op basis van evenwicht.',
185
+ highlight: true,
186
+ points: [
187
+ 'Superieure vochtoverdracht',
188
+ 'Maakt het mogelijk om aroma\'s (specerijen) toe te voegen',
189
+ 'Gelijkmatigere pekeling bij grote stukken',
190
+ 'Ideaal voor kalkoen, varkenshaas en vis',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: 'Tijden en Saliniteit per Toepassing',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'table',
202
+ headers: ['Categorie', 'Saliniteit (%)', 'Minimumtijd', 'Hoofddoel'],
203
+ rows: [
204
+ ['Gevogelte en Varken', '1,5% - 2,0%', '12 - 24 uur', 'Sappigheid en malsheid'],
205
+ ['Witte Vis', '1,0% - 1,5%', '20 - 45 minuten', 'Stevigheid van het vlees'],
206
+ ['Lacto-fermenten', '2,5% - 3,0%', '7 - 21 dagen', 'Microbiologische veiligheid'],
207
+ ['Sauzen en Conserven', '3,5% - 5,0%', '1+ maand', 'Langetermijnconservering'],
208
+ ],
209
+ },
210
+ {
211
+ type: 'diagnostic',
212
+ variant: 'warning',
213
+ title: 'Problemen Identificeren bij het Pekelen',
214
+ html: 'Als de pekel een ranzige geur heeft (niet zuur), gekleurde schimmel (zwart, roze) vertoont of het product extreem zacht wordt, gooi het dan weg. Witte oppervlakteschimmel (Kahm-gist) is normaal bij fermenten en kan worden verwijderd.',
215
+ },
216
+ {
217
+ type: 'title',
218
+ text: 'Glossarium van de Pebelexpert',
219
+ level: 3,
220
+ },
221
+ {
222
+ type: 'glossary',
223
+ items: [
224
+ {
225
+ term: 'Osmose',
226
+ definition: 'Fysisch proces waarbij het zout in de cellen van het voedsel dringt om de concentraties in evenwicht te brengen.',
227
+ },
228
+ {
229
+ term: 'Denaturatie',
230
+ definition: 'Effect van zout op eiwitten waardoor deze tijdens het koken meer water kunnen vasthouden.',
231
+ },
232
+ {
233
+ term: 'Kahm-gist',
234
+ definition: 'Dunne witte laag die soms op het oppervlak van fermenten verschijnt; het is onschadelijk maar duidt op een gebrek aan zuurgraad.',
235
+ },
236
+ {
237
+ term: 'Lacto-fermentatie',
238
+ definition: 'Anaerobe fermentatie waarbij bacteriën suikers omzetten in melkzuur, waardoor het voedsel wordt geconserveerd.',
239
+ },
240
+ ],
241
+ },
242
+ {
243
+ type: 'tip',
244
+ title: 'Waterkwaliteit',
245
+ html: 'Vermijd altijd kraanwater met veel chloor, omdat dit de groei van goede bacteriën in uw fermentaties kan remmen. Gebruik gefilterd water of laat het water 24 uur staan.',
246
+ },
247
+ {
248
+ type: 'paragraph',
249
+ html: 'Onze evenwichtscalculator haalt het giswerk uit uw recepten, zodat u kunt koken met het vertrouwen van een sectorprofessional.',
250
+ },
251
+ ],
252
+ schemas: [faqSchema, howToSchema, appSchema],
253
+ };
@@ -0,0 +1,253 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Kalkulator Solanki Metodą Równowagi";
4
+ const description = "Nauka o równowadze dla soczystych mięs i idealnych kiszonek. Oblicz dokładne zasolenie na podstawie całkowitej wagi produktu i wody.";
5
+ const faq = [
6
+ {
7
+ question: "Na czym polega metoda solanki przez równowagę?",
8
+ answer: "Metoda równowagi oblicza ilość soli na podstawie całkowitej wagi (woda + produkt), a nie tylko samej wody. Gwarantuje to stałe stężenie soli niezależnie od ilości użytego produktu.",
9
+ },
10
+ {
11
+ question: "Ile soli potrzebuję do robienia kiszonek?",
12
+ answer: "W przypadku warzyw fermentowanych (ogórki, kapusta, kimchi) zaleca się od 2% do 3% soli. Dla mięs od 1,5% do 2%. Kalkulator poda Ci dokładną ilość na podstawie wagi Twoich składników.",
13
+ },
14
+ {
15
+ question: "Czy mogę zamrozić mięso po solance?",
16
+ answer: "Tak, to idealne rozwiązanie. Solanka chroni przed oparzeliną mrozową, a mięso jest gotowe do obróbki po rozmrożeniu. Unikaj jednak mrożenia warzyw fermentowanych, ponieważ staną się papkowate.",
17
+ },
18
+ {
19
+ question: "Po co dodawać cukier do solanki?",
20
+ answer: "Cukier pełni dwie funkcje: ułatwia reakcję Maillarda (rumienienie) na mięsie i równoważy słony smak, nie czyniąc produktu słodkim. Nie zmienia Twojej solanki w deser.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Określ swój cel",
26
+ text: "Zdecyduj, czy robisz mięsa w solance (1,5-2%), fermentowane (2-3%), sosy (3,5%) czy konserwy długoterminowe (5%+). Każdy rodzaj wymaga innego czasu i służy innemu celowi.",
27
+ },
28
+ {
29
+ name: "Zważ produkt i wodę",
30
+ text: "Zważ dokładnie produkt (mięso, warzywa) oraz wodę. Precyzja jest kluczowa: nawet 5g różnicy zmienia wynik. Użyj wagi precyzyjnej.",
31
+ },
32
+ {
33
+ name: "Oblicz za pomocą narzędzia",
34
+ text: "Wpisz wagi do kalkulatora i dostosuj zasolenie do rodzaju produktu. Narzędzie poda Ci dokładnie, ile soli i cukru potrzebujesz.",
35
+ },
36
+ {
37
+ name: "Rozpuść i wymieszaj",
38
+ text: "Całkowicie rozpuść sól w zimnej wodzie przed dodaniem produktu. W przypadku mięs upewnij się, że solanka przykrywa całość. Kiszonki muszą być całkowicie zanurzone.",
39
+ },
40
+ {
41
+ name: "Kiszenie lub peklowanie",
42
+ text: "Przechowuj w chłodzie zależnie od rodzaju: 4-48 godzin dla mięs, 1-3 tygodnie dla kiszonek. Dokładny czas zależy od temperatury i Twoich upodobań.",
43
+ },
44
+ ];
45
+
46
+ const faqSchema = {
47
+ '@context': 'https://schema.org',
48
+ '@type': 'FAQPage',
49
+ mainEntity: faq.map((item) => ({
50
+ '@type': 'Question',
51
+ name: item.question,
52
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
53
+ })),
54
+ };
55
+
56
+ const howToSchema = {
57
+ '@context': 'https://schema.org',
58
+ '@type': 'HowTo',
59
+ name: title,
60
+ description,
61
+ step: howTo.map((step) => ({
62
+ '@type': 'HowToStep',
63
+ name: step.name,
64
+ text: step.text,
65
+ })),
66
+ };
67
+
68
+ const appSchema = {
69
+ '@context': 'https://schema.org',
70
+ '@type': 'SoftwareApplication',
71
+ name: title,
72
+ description,
73
+ applicationCategory: 'UtilitiesApplication',
74
+ operatingSystem: 'Web',
75
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: "solanka",
80
+ title: "Kalkulator Solanki Metodą Równowagi",
81
+ description: "Nauka o równowadze dla soczystych mięs i idealnych kiszonek. Oblicz dokładne zasolenie na podstawie całkowitej wagi produktu i wody.",
82
+ ui: {
83
+ calculator: "Kalkulator",
84
+ subtitle: "Wprowadź wagi, aby obliczyć idealną równowagę.",
85
+ productWeight: "Waga Produktu (g)",
86
+ waterWeight: "Waga Wody (g)",
87
+ desiredSalinity: "Pożądane Zasolenie",
88
+ meat: "Mięsa (1,5%)",
89
+ fermented: "Kiszonki (2,0%)",
90
+ sauces: "Sosy (3,5%)",
91
+ preserves: "Konserwy (5,0%)",
92
+ addSugar: "Dodaj Cukier",
93
+ sugarHint: "Równoważy smak i wspomaga rumienienie (50% soli)",
94
+ saltNeeded: "Potrzebna Sól",
95
+ sugarOptional: "Cukier (Opcjonalnie)",
96
+ estimatedTime: "Szacowany Czas",
97
+ product: "Produkt",
98
+ total: "Suma",
99
+ unitGrams: "gramy",
100
+ timeMeatsLabel: "Czas (Mięsa)",
101
+ timeMeatsDuration: "4 - 48 Godzin",
102
+ timeVegetablesLabel: "Czas (Warzywa)",
103
+ timeVegetablesDuration: "1 - 3 Tygodnie",
104
+ timePreservesLabel: "Czas (Konserwy)",
105
+ timePreservesDuration: "1+ Miesięcy",
106
+ },
107
+ faqTitle: "Często Zadawane Pytania",
108
+ bibliographyTitle: "Źródła i Odniesienia",
109
+ faq,
110
+ howTo,
111
+ bibliography: [
112
+ {
113
+ name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
+ url: "https://www.nomacph.com/",
115
+ },
116
+ {
117
+ name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
+ url: "https://www.saltfatacidheat.com/",
119
+ },
120
+ {
121
+ name: "Pollan, Michael - Cooked",
122
+ url: "https://michaelpollan.com/",
123
+ },
124
+ ],
125
+ seo: [
126
+ {
127
+ type: 'title',
128
+ text: 'Mistrzowski Przewodnik po Solance przez Równowagę i Kiszeniu',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: '<strong>Solanka przez równowagę</strong> to ostateczna technika gwarantująca soczyste i bezpieczne rezultaty. W przeciwieństwie do tradycyjnych metod, ta oblicza sól na podstawie <strong>całkowitej wagi</strong> wody i produktu, zapewniając stałe zasolenie niezależnie od objętości naczynia.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '1,5 - 2%',
141
+ label: 'Idealny Ratio Mięsa',
142
+ icon: 'mdi:food-steak',
143
+ },
144
+ {
145
+ value: '2,5 - 3%',
146
+ label: 'Ratio Kiszonek',
147
+ icon: 'mdi:flask-outline',
148
+ },
149
+ {
150
+ value: '18-22°C',
151
+ label: 'Temp. Fermentacji',
152
+ icon: 'mdi:thermometer',
153
+ },
154
+ {
155
+ value: '0,5%',
156
+ label: 'Cukier Równowagi',
157
+ icon: 'mdi:shaker-outline',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'title',
163
+ text: 'Różnice między Solanką Suchą a Mokrą',
164
+ level: 3,
165
+ },
166
+ {
167
+ type: 'comparative',
168
+ columns: 2,
169
+ items: [
170
+ {
171
+ title: 'Solanka Sucha (Dry Brining)',
172
+ icon: 'mdi:shaker-outline',
173
+ description: 'Sól nakłada się bezpośrednio na powierzchnię produktu bez użycia dodatkowej wody.',
174
+ points: [
175
+ 'Znacznie bardziej chrupiąca skórka u drobiu',
176
+ 'Bardziej skoncentrowany smak składnika',
177
+ 'Zajmuje mniej miejsca w lodówce',
178
+ 'Idealna do steków i całych kurczaków',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Solanka Mokra (Wet Brining)',
183
+ icon: 'mdi:water',
184
+ description: 'Produkt zanurza się w roztworze wody i soli obliczonym metodą równowagi.',
185
+ highlight: true,
186
+ points: [
187
+ 'Lepszy transport wilgoci',
188
+ 'Pozwala na wprowadzenie aromatów (przypraw)',
189
+ 'Bardziej równomierne peklowanie dużych kawałków',
190
+ 'Idealna do indyka, polędwicy wieprzowej i ryb',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: 'Czasy i Zasolenie zależnie od Zastosowania',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'table',
202
+ headers: ['Kategoria', 'Zasolenie (%)', 'Minimalny Czas', 'Główny Cel'],
203
+ rows: [
204
+ ['Drób i Wieprzowina', '1,5% - 2,0%', '12 - 24 godziny', 'Soczystość i kruchość'],
205
+ ['Ryby Białe', '1,0% - 1,5%', '20 - 45 minut', 'Jędrność mięsa'],
206
+ ['Lacto-fermentacja', '2,5% - 3,0%', '7 - 21 dni', 'Bezpieczeństwo mikrobiologiczne'],
207
+ ['Sosy i Konserwy', '3,5% - 5,0%', '1+ miesiąc', 'Długoterminowa konserwacja'],
208
+ ],
209
+ },
210
+ {
211
+ type: 'diagnostic',
212
+ variant: 'warning',
213
+ title: 'Identyfikacja Problemów w Solance',
214
+ html: 'Jeśli solanka ma brzydki zapach (nie kwaśny), pojawia się kolorowa pleśń (czarna, różowa) lub produkt staje się ekstremalnie miękki, wyrzuć go. Biały nalot na powierzchni (drożdże Kahm) jest normalny w kiszonkach i można go usunąć.',
215
+ },
216
+ {
217
+ type: 'title',
218
+ text: 'Glosariusz Eksperta od Peklowania',
219
+ level: 3,
220
+ },
221
+ {
222
+ type: 'glossary',
223
+ items: [
224
+ {
225
+ term: 'Osmoza',
226
+ definition: 'Proces fizyczny, w którym sól przenika przez komórki żywności, aby wyrównać stężenia.',
227
+ },
228
+ {
229
+ term: 'Denaturacja',
230
+ definition: 'Działanie soli na białka, które pozwala im zatrzymywać więcej wody podczas gotowania.',
231
+ },
232
+ {
233
+ term: 'Drożdże Kahm',
234
+ definition: 'Cienka biała warstwa pojawiająca się czasem na powierzchni kiszonek; jest nieszkodliwa, ale wskazuje na brak kwasowości.',
235
+ },
236
+ {
237
+ term: 'Lacto-fermentacja',
238
+ definition: 'Fermentacja beztlenowa, w której bakterie przekształcają cukry w kwas mlekowy, konserwując żywność.',
239
+ },
240
+ ],
241
+ },
242
+ {
243
+ type: 'tip',
244
+ title: 'Jakość Wody',
245
+ html: 'Zawsze unikaj wody z kranu z dużą zawartością chloru, ponieważ może ona hamować wzrost dobrych bakterii w fermentacji. Używaj wody filtrowanej lub odstaw wodę na 24h.',
246
+ },
247
+ {
248
+ type: 'paragraph',
249
+ html: 'Nasz kalkulator równowagi eliminuje domysły z Twoich przepisów, pozwalając Ci gotować z pewnością profesjonalisty.',
250
+ },
251
+ ],
252
+ schemas: [faqSchema, howToSchema, appSchema],
253
+ };