@jjlmoya/utils-cooking 1.12.0 → 1.14.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 (182) 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/slug_language_code_format.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +1 -1
  21. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  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/fr.ts +1 -1
  36. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  44. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  45. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  46. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  47. package/src/tool/banana-ripeness/index.ts +12 -0
  48. package/src/tool/brine/i18n/de.ts +253 -0
  49. package/src/tool/brine/i18n/id.ts +253 -0
  50. package/src/tool/brine/i18n/it.ts +253 -0
  51. package/src/tool/brine/i18n/ja.ts +253 -0
  52. package/src/tool/brine/i18n/ko.ts +253 -0
  53. package/src/tool/brine/i18n/nl.ts +253 -0
  54. package/src/tool/brine/i18n/pl.ts +253 -0
  55. package/src/tool/brine/i18n/pt.ts +253 -0
  56. package/src/tool/brine/i18n/ru.ts +253 -0
  57. package/src/tool/brine/i18n/sv.ts +253 -0
  58. package/src/tool/brine/i18n/tr.ts +253 -0
  59. package/src/tool/brine/i18n/zh.ts +253 -0
  60. package/src/tool/brine/index.ts +12 -0
  61. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  62. package/src/tool/cookware-guide/i18n/fr.ts +3 -3
  63. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  64. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  71. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  72. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  73. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  74. package/src/tool/cookware-guide/index.ts +12 -0
  75. package/src/tool/egg-timer/i18n/de.ts +252 -0
  76. package/src/tool/egg-timer/i18n/id.ts +252 -0
  77. package/src/tool/egg-timer/i18n/it.ts +252 -0
  78. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  79. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  80. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  81. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  82. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  83. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  84. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  85. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  86. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  87. package/src/tool/egg-timer/index.ts +12 -0
  88. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  89. package/src/tool/ingredient-rescaler/i18n/es.ts +95 -95
  90. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  91. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  92. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  97. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  98. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  99. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  100. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  101. package/src/tool/ingredient-rescaler/index.ts +12 -0
  102. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  103. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  104. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  105. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  106. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  107. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  108. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  110. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  111. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  112. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  113. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  114. package/src/tool/kitchen-timer/index.ts +12 -0
  115. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  116. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  117. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  118. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  119. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  120. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  123. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  124. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  125. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  126. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  127. package/src/tool/meringue-peak/index.ts +12 -0
  128. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  129. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  130. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  131. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  132. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  133. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  134. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  135. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  136. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  137. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  138. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  139. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  140. package/src/tool/mold-scaler/index.ts +12 -0
  141. package/src/tool/pizza/i18n/de.ts +168 -0
  142. package/src/tool/pizza/i18n/es.ts +228 -228
  143. package/src/tool/pizza/i18n/fr.ts +1 -1
  144. package/src/tool/pizza/i18n/id.ts +125 -0
  145. package/src/tool/pizza/i18n/it.ts +172 -0
  146. package/src/tool/pizza/i18n/ja.ts +125 -0
  147. package/src/tool/pizza/i18n/ko.ts +125 -0
  148. package/src/tool/pizza/i18n/nl.ts +164 -0
  149. package/src/tool/pizza/i18n/pl.ts +125 -0
  150. package/src/tool/pizza/i18n/pt.ts +168 -0
  151. package/src/tool/pizza/i18n/ru.ts +151 -0
  152. package/src/tool/pizza/i18n/sv.ts +164 -0
  153. package/src/tool/pizza/i18n/tr.ts +125 -0
  154. package/src/tool/pizza/i18n/zh.ts +125 -0
  155. package/src/tool/pizza/index.ts +12 -0
  156. package/src/tool/roux-guide/i18n/de.ts +165 -0
  157. package/src/tool/roux-guide/i18n/es.ts +172 -172
  158. package/src/tool/roux-guide/i18n/id.ts +139 -0
  159. package/src/tool/roux-guide/i18n/it.ts +165 -0
  160. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  161. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  162. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  163. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  164. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  165. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  166. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  167. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  168. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  169. package/src/tool/roux-guide/index.ts +12 -0
  170. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  171. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  172. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  173. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  174. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  175. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  176. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  177. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  178. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  179. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  180. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  181. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  182. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,210 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Maräng & Äggvitekalkylator";
4
+ const description = "Beräkna den exakta mängden socker för fransk, italiensk eller schweizisk maräng baserat på vikten på dina äggvitor. Visptider och konditoritips.";
5
+ const faq = [
6
+ {
7
+ question: 'Vilket förhållande mellan socker och äggvita är idealiskt?',
8
+ answer: 'Gyllene regeln inom bakning är förhållandet 1:2. För varje gram äggvita bör du använda två gram socker för att säkerställa en stabil och fast struktur.',
9
+ },
10
+ {
11
+ question: 'Hur vet jag när äggvitan är hårt vispad?',
12
+ answer: 'Hårda toppar uppnås när marängen, när du lyfter vispen, bildar en spets som står rakt upp utan att böja sig. Dessutom ska marängen se mycket glansig ut.',
13
+ },
14
+ {
15
+ question: 'Vilken maräng är mest stabil för dekoration?',
16
+ answer: 'Italiensk maräng är den mest stabila av de tre huvudtyperna, tack vare att den heta sockerlagen kokar proteinerna i äggvitan lätt, vilket skapar en mer värmetålig struktur.',
17
+ },
18
+ {
19
+ question: 'Kan man använda pastöriserade äggvitor på dunk?',
20
+ answer: 'Ja, det går, men de brukar ta lite längre tid att vispa upp än färska äggvitor. Ett tips är att tillsätta en nypa vinsyra eller några droppar citron för stabilitet.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Väg äggvitorna',
26
+ text: 'Använd en digital våg för att få fram den exakta vikten på äggvitorna (utan spår av gula).',
27
+ },
28
+ {
29
+ name: 'Ange vikt',
30
+ text: 'Skriv in vikten i vår kalkylator för att se hur mycket socker som behövs.',
31
+ },
32
+ {
33
+ name: 'Välj teknik',
34
+ text: 'Välj om du ska göra fransk (enkel), italiensk (stabil) eller schweizisk (silkeslen) maräng.',
35
+ },
36
+ {
37
+ name: 'Vispa och kontrollera',
38
+ text: 'Följ de beräknade tiderna och kontrollera konsistensen tills du når hårda toppar.',
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: 'marangkalkylator-aggvita',
76
+ title,
77
+ description,
78
+ faqTitle: 'Vanliga Frågor',
79
+ bibliographyTitle: 'Källor och Referenser',
80
+ ui: {
81
+ whitesLabel: 'Vikt på Äggvitorna',
82
+ whitesPlaceholder: 'Ex. 120',
83
+ whitesUnit: 'g',
84
+ typeLabel: 'Typ av Maräng',
85
+ typeFrench: 'Fransk',
86
+ typeItalian: 'Italiensk',
87
+ typeSwiss: 'Schweizisk',
88
+ timesHeading: 'Beräknade tider (vispning på medel/hög hastighet)',
89
+ stageSpumado: 'Skummig',
90
+ stageSpumadoDesc: 'Stora bubblor, som såpvatten.',
91
+ stageSoftPeaks: 'Mjuka Toppar',
92
+ stageSoftPeaksDesc: 'Toppen böjer sig när du lyfter vispen.',
93
+ stageStiffPeaks: 'Hårda Toppar',
94
+ stageStiffPeaksDesc: 'Fast och glansig spets.',
95
+ frenchSugarWhite: 'Strösocker',
96
+ frenchSugarPowder: 'Florsocker',
97
+ frenchTip: 'Fransk maräng är den vanligaste, perfekt för att baka maränger. Inte lämplig att äta rå.',
98
+ frenchTime1: '1-2 min',
99
+ frenchTime2: '3-5 min',
100
+ frenchTime3: '7-9 min',
101
+ italianSugarSyrup: 'Socker till lag',
102
+ italianWater: 'Vatten',
103
+ italianTip: 'Italiensk maräng är mest stabil. Görs med sockerlag som håller 118°C. Perfekt för tårtdekoration.',
104
+ italianTime1: '2 min',
105
+ italianTime2: '5 min',
106
+ italianTime3: '10-12 min',
107
+ swissSugarWhite: 'Strösocker',
108
+ swissMaxTemp: 'Max Temp',
109
+ swissTip: 'Schweizisk maräng värms i vattenbad tills sockret löst sig. Utmärkt för smörkrämer.',
110
+ swissTime1: '1-2 min',
111
+ swissTime2: '4-6 min',
112
+ swissTime3: '8-10 min',
113
+ invalidWeightError: 'Ange en giltig vikt',
114
+ },
115
+ faq,
116
+ howTo,
117
+ bibliography: [
118
+ {
119
+ name: 'Larousse Kitchen: Typer av maräng',
120
+ url: 'https://laroussecocina.mx/palabra/merengue/',
121
+ },
122
+ {
123
+ name: 'Exploratorium: Egg Science',
124
+ url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
125
+ },
126
+ ],
127
+ seo: [
128
+ {
129
+ type: 'title',
130
+ text: 'Mästarguide för Maräng och Äggvita',
131
+ level: 2,
132
+ },
133
+ {
134
+ type: 'paragraph',
135
+ html: 'Att bemästra <strong>äggvita</strong> och maräng tar din bakning till en professionell nivå. Nyckeln ligger i precisionen i vikten.',
136
+ },
137
+ {
138
+ type: 'stats',
139
+ columns: 4,
140
+ items: [
141
+ {
142
+ value: '1:2',
143
+ label: 'Ratio Vita:Socker',
144
+ icon: 'mdi:scale-balance',
145
+ },
146
+ {
147
+ value: '118°C',
148
+ label: 'Italiensk lag',
149
+ icon: 'mdi:thermometer-high',
150
+ },
151
+ {
152
+ value: '60°C',
153
+ label: 'Schweiziskt vattenbad',
154
+ icon: 'mdi:beaker-question-outline',
155
+ },
156
+ {
157
+ value: '0%',
158
+ label: 'Fetttolerans',
159
+ icon: 'mdi:close-circle-outline',
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'comparative',
165
+ columns: 3,
166
+ items: [
167
+ {
168
+ title: 'Fransk Maräng',
169
+ icon: 'mdi:baguette',
170
+ description: 'Enklast men minst stabil.',
171
+ points: [
172
+ 'Idealisk för bakning',
173
+ 'Lätt textur',
174
+ 'Måste tillagas',
175
+ 'Snabb att göra',
176
+ ],
177
+ },
178
+ {
179
+ title: 'Italiensk Maräng',
180
+ icon: 'mdi:pizza',
181
+ description: 'Mest stabil.',
182
+ highlight: true,
183
+ points: [
184
+ 'Perfekt för dekorering',
185
+ 'Går att äta rå',
186
+ 'Tål fukt bra',
187
+ 'Tät och glansig',
188
+ ],
189
+ },
190
+ {
191
+ title: 'Schweizisk Maräng',
192
+ icon: 'mdi:cheese',
193
+ description: 'Uppvärmd i vattenbad.',
194
+ points: [
195
+ 'Bas för smörkrämer',
196
+ 'Silkeslen textur',
197
+ 'Utmärkt för fyllningar',
198
+ 'Bra stabilitet',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: 'Tricket med metallskål',
206
+ html: 'Rengör skålen med vinäger eller citron. Minsta spår av fett hindrar äggvitorna från att lyfta.',
207
+ },
208
+ ],
209
+ schemas: [faqSchema, howToSchema, appSchema],
210
+ };
@@ -0,0 +1,210 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Beze ve Kar Beyazı Noktası Hesaplayıcı";
4
+ const description = "Yumurta aklarınızın ağırlığına göre Fransız, İtalyan veya İsviçre bezesi için gereken tam şeker miktarını hesaplayın. Çırpma süreleri ve pastacılık ipuçları.";
5
+ const faq = [
6
+ {
7
+ question: 'En ideal şeker ve yumurta akı oranı nedir?',
8
+ answer: 'Pastacılıkta altın kural 1:2 oranıdır. Sabit ve sağlam bir yapı sağlamak için her gram yumurta akı için iki gram şeker kullanılmalıdır.',
9
+ },
10
+ {
11
+ question: 'Bezenin "kar beyazı" (sert tepe) noktasına geldiğini nasıl anlarım?',
12
+ answer: 'Çırpıcıyı kaldırdığınızda beze bükülmeden dikey duran bir tepe oluşturuyorsa sert tepe noktasına ulaşılmış demektir. Ayrıca beze çok parlak görünmelidir.',
13
+ },
14
+ {
15
+ question: 'Süsleme için en stabil beze hangisidir?',
16
+ answer: 'İtalyan bezesi üç ana tür arasında en stabil olanıdır. Sıcak şerbet yumurta akındaki proteinleri hafifçe pişirerek ısıya ve zamana karşı daha dayanıklı bir yapı oluşturur.',
17
+ },
18
+ {
19
+ question: 'Pastörize şişe yumurta akı kullanılabilir mi?',
20
+ answer: 'Evet, kullanılabilir ancak taze yumurta aklarına göre kabarık hale gelmesi biraz daha uzun sürebilir. Stabiliteye yardımcı olması için bir tutam krem tartar veya birkaç damla limon eklemek faydalı bir ipucudur.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Akları tartın',
26
+ text: 'Yumurta aklarının içinde hiç sarı kalmadığından emin olarak dijital tartı ile kesin ağırlığını bulun.',
27
+ },
28
+ {
29
+ name: 'Ağırlığı girin',
30
+ text: 'Gerekli şeker miktarlarını bulmak için bu ağırlığı hesaplayıcımıza yazın.',
31
+ },
32
+ {
33
+ name: 'Tekniği seçin',
34
+ text: 'Fransız (temel), İtalyan (stabil) veya İsviçre (ipeksi) beze hazırlayıp hazırlamayacağınızı seçin.',
35
+ },
36
+ {
37
+ name: 'Çırpın ve kontrol edin',
38
+ text: 'Tahmini süreleri takip edin ve sert tepe noktasına ulaşana kadar kıvamı kontrol edin.',
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: 'beze-kar-beyazi-hesaplayici',
76
+ title,
77
+ description,
78
+ faqTitle: 'Sıkça Sorulan Sorular',
79
+ bibliographyTitle: 'Kaynaklar ve Referanslar',
80
+ ui: {
81
+ whitesLabel: 'Yumurta Akı Ağırlığı',
82
+ whitesPlaceholder: 'Örn. 120',
83
+ whitesUnit: 'g',
84
+ typeLabel: 'Beze Türü',
85
+ typeFrench: 'Fransız',
86
+ typeItalian: 'İtalyan',
87
+ typeSwiss: 'İsviçre',
88
+ timesHeading: 'Tahmini Süreler (Orta/yüksek hızda çırpma)',
89
+ stageSpumado: 'Köpürüyor',
90
+ stageSpumadoDesc: 'Sabun köpüğü gibi büyük baloncuklar.',
91
+ stageSoftPeaks: 'Yumuşak Tepe',
92
+ stageSoftPeaksDesc: 'Uç kısmı kaldırıldığında bükülür.',
93
+ stageStiffPeaks: 'Sert Tepe (Kar Beyazı)',
94
+ stageStiffPeaksDesc: 'Sabit ve parlak tepe.',
95
+ frenchSugarWhite: 'Toz Şeker',
96
+ frenchSugarPowder: 'Pudra Şekeri',
97
+ frenchTip: 'Fransız bezesi en yaygın ve kolay olanıdır, beze (mereng) pişirmek için idealdir. Çiğ tüketime uygun değildir.',
98
+ frenchTime1: '1-2 dk',
99
+ frenchTime2: '3-5 dk',
100
+ frenchTime3: '7-9 dk',
101
+ italianSugarSyrup: 'Şerbet Şekeri',
102
+ italianWater: 'Su',
103
+ italianTip: 'İtalyan bezesi en stabil olanıdır. 118°C\'deki sıcak şerbetle yapılır. Pasta süslemesi için mükemmeldir.',
104
+ italianTime1: '2 dk',
105
+ italianTime2: '5 dk',
106
+ italianTime3: '10-12 dk',
107
+ swissSugarWhite: 'Toz Şeker',
108
+ swissMaxTemp: 'Maks Sıc.',
109
+ swissTip: 'İsviçre bezesi, şeker eriyene kadar benmaride ısıtılır. Çok yönlüdür ve tereyağlı kremalar (buttercream) için idealdir.',
110
+ swissTime1: '1-2 dk',
111
+ swissTime2: '4-6 dk',
112
+ swissTime3: '8-10 dk',
113
+ invalidWeightError: 'Geçerli bir ağırlık girin',
114
+ },
115
+ faq,
116
+ howTo,
117
+ bibliography: [
118
+ {
119
+ name: 'Larousse Mutfak: Beze Türleri',
120
+ url: 'https://laroussecocina.mx/palabra/merengue/',
121
+ },
122
+ {
123
+ name: 'Exploratorium: Egg Science',
124
+ url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
125
+ },
126
+ ],
127
+ seo: [
128
+ {
129
+ type: 'title',
130
+ text: 'Beze ve Kar Beyazı Noktası İçin Usta Rehberi',
131
+ level: 2,
132
+ },
133
+ {
134
+ type: 'paragraph',
135
+ html: '<strong>Kar beyazı</strong> noktasında uzmanlaşmak ve farklı beze türlerini bilmek, pastacılığınızı profesyonel bir seviyeye taşır. Anahtar, ağırlığın hassasiyetidir.',
136
+ },
137
+ {
138
+ type: 'stats',
139
+ columns: 4,
140
+ items: [
141
+ {
142
+ value: '1:2',
143
+ label: 'Ak:Şeker Oranı',
144
+ icon: 'mdi:scale-balance',
145
+ },
146
+ {
147
+ value: '118°C',
148
+ label: 'İtalyan Şerbeti',
149
+ icon: 'mdi:thermometer-high',
150
+ },
151
+ {
152
+ value: '60°C',
153
+ label: 'İsviçre Benmarisi',
154
+ icon: 'mdi:beaker-question-outline',
155
+ },
156
+ {
157
+ value: '0%',
158
+ label: 'Yağ Toleransı',
159
+ icon: 'mdi:close-circle-outline',
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'comparative',
165
+ columns: 3,
166
+ items: [
167
+ {
168
+ title: 'Fransız Bezesi',
169
+ icon: 'mdi:baguette',
170
+ description: 'En basit ama en az stabil olanıdır.',
171
+ points: [
172
+ 'Pişirmek için ideal (bezeler)',
173
+ 'Hafif ve havadar doku',
174
+ 'Pişirme zorunludur',
175
+ 'Hazırlaması hızlı',
176
+ ],
177
+ },
178
+ {
179
+ title: 'İtalyan Bezesi',
180
+ icon: 'mdi:pizza',
181
+ description: 'En stabil olanıdır.',
182
+ highlight: true,
183
+ points: [
184
+ 'Pasta süsleme için kusursuz',
185
+ 'Çiğ yemeye uygun (pişmiş sayılır)',
186
+ 'Neme karşı dirençli',
187
+ 'Yoğun ve parlak yapı',
188
+ ],
189
+ },
190
+ {
191
+ title: 'İsviçre Bezesi',
192
+ icon: 'mdi:cheese',
193
+ description: 'Benmaride ısıtılarak yapılır.',
194
+ points: [
195
+ 'Buttercream bazıdır',
196
+ 'Çok ipeksi doku',
197
+ 'Dolgular için mükemmel',
198
+ 'İyi stabilite',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: 'Metal Kap İpucu',
206
+ html: 'Başlamadan önce kabınızı sirke veya limonla temizleyin. En ufak yağ izi yumurta aklarının kabarmasını engeller.',
207
+ },
208
+ ],
209
+ schemas: [faqSchema, howToSchema, appSchema],
210
+ };
@@ -0,0 +1,210 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "蛋白霜与硬性打发计算器";
4
+ const description = "根据蛋白重量,精准计算法式、意式或瑞士蛋白霜所需的糖量。包含打发时间建议与甜品制作技巧。";
5
+ const faq = [
6
+ {
7
+ question: '蛋白与糖的理想比例是多少?',
8
+ answer: '烘焙中的黄金法则比例是 1:2。每 1 克蛋白,应使用 2 克糖,以确保结构稳定且坚挺。',
9
+ },
10
+ {
11
+ question: '如何判断蛋白已经打发到了“硬性发泡”?',
12
+ answer: '硬性发泡(Stiff Peak)是指提起搅拌头时,蛋白霜形成一个竖直的尖角,且不会垂下。此外,蛋白霜应显示出非常迷人的光泽。',
13
+ },
14
+ {
15
+ question: '哪种蛋白霜最适合用来装饰?',
16
+ answer: '意式蛋白霜是三种主要类型中最稳定的。由于热糖浆会轻微烫熟蛋白中的蛋白质,形成一个更耐热且持久的结构。',
17
+ },
18
+ {
19
+ question: '可以使用市售的瓶装杀菌蛋白液吗?',
20
+ answer: '可以,但它们通常比新鲜蛋白需要更长的打发时间。一个小技巧是添加一小撮塔塔粉或几滴柠檬汁,以帮助增强稳定性。',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: '称重蛋白',
26
+ text: '使用电子秤获取蛋白的精准重量,确保其中没有留下一丝蛋黄。',
27
+ },
28
+ {
29
+ name: '输入重量',
30
+ text: '在计算器中输入该重量,即可获得法式、意式及瑞士式所需的对应糖量。',
31
+ },
32
+ {
33
+ name: '选择工艺',
34
+ text: '根据需求选择准备法式(基础型)、意式(稳定型)还是瑞士式(细腻型)蛋白霜。',
35
+ },
36
+ {
37
+ name: '打发并检查',
38
+ text: '参考建议的打发时间,持续检查质地直到达到稳定的硬性发泡状态。',
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: 'CNY' },
72
+ };
73
+
74
+ export const content: ToolLocaleContent = {
75
+ slug: 'meringue-sugar-ratio-calculator-stiff-peaks',
76
+ title,
77
+ description,
78
+ faqTitle: '常见问题',
79
+ bibliographyTitle: '参考资料',
80
+ ui: {
81
+ whitesLabel: '蛋白重量',
82
+ whitesPlaceholder: '例: 120',
83
+ whitesUnit: 'g',
84
+ typeLabel: '蛋白霜类型',
85
+ typeFrench: '法式',
86
+ typeItalian: '意式',
87
+ typeSwiss: '瑞士式',
88
+ timesHeading: '预计打发时间 (中高速运行)',
89
+ stageSpumado: '鱼眼泡期',
90
+ stageSpumadoDesc: '粗大气泡,类似于肥皂泡。',
91
+ stageSoftPeaks: '湿性发泡',
92
+ stageSoftPeaksDesc: '提起时尖角呈弯钩状向下。',
93
+ stageStiffPeaks: '硬性发泡',
94
+ stageStiffPeaksDesc: '尖角直立,质地光亮。',
95
+ frenchSugarWhite: '细砂糖',
96
+ frenchSugarPowder: '糖粉',
97
+ frenchTip: '法式蛋白霜最常用且简单,非常适合烘烤马林糖或加入蛋糕糊。不建议生食。',
98
+ frenchTime1: '1-2 分钟',
99
+ frenchTime2: '3-5 分钟',
100
+ frenchTime3: '7-9 分钟',
101
+ italianSugarSyrup: '熬糖浆用糖',
102
+ italianWater: '水',
103
+ italianTip: '意式蛋白霜最为稳定。使用 118°C 的热糖浆冲入。非常适合装饰蛋糕,且可以直接食用。',
104
+ italianTime1: '2 分钟',
105
+ italianTime2: '5 分钟',
106
+ italianTime3: '10-12 分钟',
107
+ swissSugarWhite: '细砂糖',
108
+ swissMaxTemp: '最高温度',
109
+ swissTip: '瑞士蛋白霜需隔水加热至糖完全溶解。其质地非常丝滑,是制作意式奶油霜的基础。',
110
+ swissTime1: '1-2 分钟',
111
+ swissTime2: '4-6 分钟',
112
+ swissTime3: '8-10 分钟',
113
+ invalidWeightError: '请输入有效重量',
114
+ },
115
+ faq,
116
+ howTo,
117
+ bibliography: [
118
+ {
119
+ name: '拉鲁斯美食百科:蛋白霜类型与制作',
120
+ url: 'https://laroussecocina.mx/palabra/merengue/',
121
+ },
122
+ {
123
+ name: 'Exploratorium: Egg Science 鸡蛋的科学',
124
+ url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
125
+ },
126
+ ],
127
+ seo: [
128
+ {
129
+ type: 'title',
130
+ text: '蛋白霜与硬性打发大师指南',
131
+ level: 2,
132
+ },
133
+ {
134
+ type: 'paragraph',
135
+ html: '掌握<strong>硬性发泡</strong>和不同类型的蛋白霜是通往专业烘焙之路的基石。关键在于对重量的精准把握以及与糖的科学配比。',
136
+ },
137
+ {
138
+ type: 'stats',
139
+ columns: 4,
140
+ items: [
141
+ {
142
+ value: '1:2',
143
+ label: '蛋白:糖 比例',
144
+ icon: 'mdi:scale-balance',
145
+ },
146
+ {
147
+ value: '118°C',
148
+ label: '意式热糖浆',
149
+ icon: 'mdi:thermometer-high',
150
+ },
151
+ {
152
+ value: '60°C',
153
+ label: '瑞士隔水加热',
154
+ icon: 'mdi:beaker-question-outline',
155
+ },
156
+ {
157
+ value: '0%',
158
+ label: '油脂 零容忍',
159
+ icon: 'mdi:close-circle-outline',
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'comparative',
165
+ columns: 3,
166
+ items: [
167
+ {
168
+ title: '法式蛋白霜',
169
+ icon: 'mdi:baguette',
170
+ description: '最简单,但稳定性也最低。',
171
+ points: [
172
+ '适合烘烤 (马林糖)',
173
+ '口感轻盈多气',
174
+ '必须经过烘烤',
175
+ '准备迅速',
176
+ ],
177
+ },
178
+ {
179
+ title: '意式蛋白霜',
180
+ icon: 'mdi:pizza',
181
+ description: '稳定性之冠。',
182
+ highlight: true,
183
+ points: [
184
+ '完美适配蛋糕装饰',
185
+ '由于烫熟因此可生食',
186
+ '抗湿性强,不易塌陷',
187
+ '结构致密且光亮',
188
+ ],
189
+ },
190
+ {
191
+ title: '瑞士蛋白霜',
192
+ icon: 'mdi:cheese',
193
+ description: '隔水加热制作。',
194
+ points: [
195
+ '奶油霜 (Buttercream) 基础',
196
+ '质地极其丝滑',
197
+ '优秀的夹心填料',
198
+ '稳定性良好',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: '关于搅拌盆的“除油”秘诀',
206
+ html: '在开始前,用纸巾蘸取少量白醋或柠檬汁擦拭搅拌盆。任何微笑的油脂残留都会导致蛋白无法打发。',
207
+ },
208
+ ],
209
+ schemas: [faqSchema, howToSchema, appSchema],
210
+ };
@@ -13,6 +13,18 @@ export const meringuePeak: CookingToolEntry = {
13
13
  es: () => import('./i18n/es').then((m) => m.content),
14
14
  en: () => import('./i18n/en').then((m) => m.content),
15
15
  fr: () => import('./i18n/fr').then((m) => m.content),
16
+ de: () => import('./i18n/de').then((m) => m.content),
17
+ it: () => import('./i18n/it').then((m) => m.content),
18
+ pt: () => import('./i18n/pt').then((m) => m.content),
19
+ nl: () => import('./i18n/nl').then((m) => m.content),
20
+ sv: () => import('./i18n/sv').then((m) => m.content),
21
+ ru: () => import('./i18n/ru').then((m) => m.content),
22
+ tr: () => import('./i18n/tr').then((m) => m.content),
23
+ pl: () => import('./i18n/pl').then((m) => m.content),
24
+ id: () => import('./i18n/id').then((m) => m.content),
25
+ ja: () => import('./i18n/ja').then((m) => m.content),
26
+ zh: () => import('./i18n/zh').then((m) => m.content),
27
+ ko: () => import('./i18n/ko').then((m) => m.content),
16
28
  },
17
29
  };
18
30