@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,210 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "メレンゲ・卵白泡立て計算機";
4
+ const description = "卵白の重さに合わせて、フランス、イタリア、スイス式の各メレンゲに必要な砂糖の量を正確に計算します。泡立て時間の目安やプロのコツも紹介。";
5
+ const faq = [
6
+ {
7
+ question: '砂糖と卵白の理想的な比率は?',
8
+ answer: '製菓における黄金律は1:2の比率です。卵白1gに対して砂糖2gを使用することで、安定したしっかりとした構造を作ることができます。',
9
+ },
10
+ {
11
+ question: '「ツノが立つ(メレンゲの完成)」を見極める方法は?',
12
+ answer: '泡立て器を持ち上げたときに、メレンゲの先端が折れ曲がらずにまっすぐ立つ状態が「しっかりとしたツノ(乾性ピーク)」です。また、表面に強い光沢があることも重要です。',
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: 'JPY' },
72
+ };
73
+
74
+ export const content: ToolLocaleContent = {
75
+ slug: 'meringue-peak-calculator',
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℃の熱いシロップで作ります。ケーキのデコレーションに最適です。',
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: 'Larousse Cocina: メレンゲの種類と作り方',
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
+ 'バタークリームのベースに最適',
196
+ '非常にシルキーな質感',
197
+ 'フィリングに優秀',
198
+ '良好な安定性',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: 'ボウルの脱脂が成功の鍵',
206
+ html: '泡立てを始める前に、ボウルを少量の酢やレモン汁を染み込ませたペーパーで拭いてください。わずかな油分でも泡立ちを妨げます。',
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입니다. 계란 흰자 1g당 설탕 2g을 사용해야 안정적이고 단단한 구조를 형성할 수 있습니다.',
9
+ },
10
+ {
11
+ question: '머랭이 "단단한 뿔(완성)" 상태인지 어떻게 아나요?',
12
+ answer: '휘퍼를 들어 올렸을 때 머랭 끝이 휘어지지 않고 수직으로 뾰족하게 서 있는 상태가 "단단한 뿔(Dry 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: 'KRW' },
72
+ };
73
+
74
+ export const content: ToolLocaleContent = {
75
+ slug: 'meringue-peak-calculator',
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: 'Larousse Cocina: 머랭의 종류와 제조법',
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
+ '버터크림 베이스로 적합',
196
+ '매우 실키한 질감',
197
+ '충전물(필링)로 우수',
198
+ '양호한 안정성',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: '볼 탈지 팁',
206
+ html: '휘핑을 시작하기 전, 볼을 레몬즙이나 식초로 닦아주세요. 아주 적은 유분이라도 흰자가 올라오는 것을 방해합니다.',
207
+ },
208
+ ],
209
+ schemas: [faqSchema, howToSchema, appSchema],
210
+ };
@@ -0,0 +1,210 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Meringue & Eiwit stijfheid Calculator";
4
+ const description = "Bereken de exacte hoeveelheid suiker voor Franse, Italiaanse of Zwitserse meringue op basis van het gewicht van je eiwitten. Kloptijden en baktips.";
5
+ const faq = [
6
+ {
7
+ question: 'Wat is de ideale verhouding tussen suiker en eiwit?',
8
+ answer: 'De gulden regel in de patisserie is de verhouding 1:2. Voor elk gram eiwit gebruik je twee gram suiker om een stabiele en stevige structuur te garanderen.',
9
+ },
10
+ {
11
+ question: 'Hoe weet ik of het eiwit stijf genoeg is?',
12
+ answer: 'Eiwit is stijf (harde pieken) wanneer de meringue bij het omhoog trekken van de garde een punt vormt die rechtop blijft staan zonder om te buigen. Bovendien moet de meringue glanzen.',
13
+ },
14
+ {
15
+ question: 'Welke meringue is het meest stabiel voor decoratie?',
16
+ answer: 'Italiaanse meringue is de meest stabiele van de drie, omdat de hete suikerstroop de eiwitten licht gaart, wat een structuur creëert die beter bestand is tegen warmte.',
17
+ },
18
+ {
19
+ question: 'Kun je gepasteuriseerd eiwit uit een pakje gebruiken?',
20
+ answer: 'Ja, dat kan, maar het duurt vaak wat langer om op te kloppen dan verse eiwitten. Een tip is om een snufje wijnsteenbakpoeder of een paar druppels citroensap toe te voegen voor stabiliteit.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Eiwit wegen',
26
+ text: 'Gebruik een digitale weegschaal om het exacte gewicht van de eiwitten te bepalen, zonder resten eigeel.',
27
+ },
28
+ {
29
+ name: 'Gewicht invoeren',
30
+ text: 'Voer het gewicht in onze calculator in om de benodigde hoeveelheid suiker te berekenen.',
31
+ },
32
+ {
33
+ name: 'Techniek kiezen',
34
+ text: 'Kies of je een Franse (basis), Italiaanse (stabiel) of Zwitserse (zijdeachtig) meringue gaat maken.',
35
+ },
36
+ {
37
+ name: 'Kloppen en controleren',
38
+ text: 'Volg de geschatte tijden en controleer de consistentie tot je stijve pieken hebt bereikt.',
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: 'meringue-eiwit-calculator',
76
+ title,
77
+ description,
78
+ faqTitle: 'Veelgestelde Vragen',
79
+ bibliographyTitle: 'Bronnen en Referenties',
80
+ ui: {
81
+ whitesLabel: 'Gewicht van de Eiwitten',
82
+ whitesPlaceholder: 'Bijv. 120',
83
+ whitesUnit: 'g',
84
+ typeLabel: 'Type Meringue',
85
+ typeFrench: 'Frans',
86
+ typeItalian: 'Italiaans',
87
+ typeSwiss: 'Zwitsers',
88
+ timesHeading: 'Geschatte tijden (kloppen op middel/hoge snelheid)',
89
+ stageSpumado: 'Schuimig',
90
+ stageSpumadoDesc: 'Grote bellen, zoals zeepsop.',
91
+ stageSoftPeaks: 'Zachte Pieken',
92
+ stageSoftPeaksDesc: 'De punt buigt om bij het optillen.',
93
+ stageStiffPeaks: 'Stijve Pieken',
94
+ stageStiffPeaksDesc: 'Stevige en glanzende punt.',
95
+ frenchSugarWhite: 'Kristalsuiker',
96
+ frenchSugarPowder: 'Poedersuiker',
97
+ frenchTip: 'Franse meringue is de meest voorkomende, ideaal voor het bakken van schuimpjes. Niet geschikt voor rauwe consumptie.',
98
+ frenchTime1: '1-2 min',
99
+ frenchTime2: '3-5 min',
100
+ frenchTime3: '7-9 min',
101
+ italianSugarSyrup: 'Suiker voor siroop',
102
+ italianWater: 'Water',
103
+ italianTip: 'Italiaanse meringue is het meest stabiel. Wordt gemaakt met siroop van 118°C. Perfect voor het decoreren van taarten.',
104
+ italianTime1: '2 min',
105
+ italianTime2: '5 min',
106
+ italianTime3: '10-12 min',
107
+ swissSugarWhite: 'Kristalsuiker',
108
+ swissMaxTemp: 'Max. Temp',
109
+ swissTip: 'Zwitserse meringue wordt au bain-marie verwarmd tot de suiker is opgelost. Ideaal voor botercrèmes.',
110
+ swissTime1: '1-2 min',
111
+ swissTime2: '4-6 min',
112
+ swissTime3: '8-10 min',
113
+ invalidWeightError: 'Voer een geldig gewicht in',
114
+ },
115
+ faq,
116
+ howTo,
117
+ bibliography: [
118
+ {
119
+ name: 'Larousse Gastronomique: Types meringue',
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: 'Meestergids voor Meringue en Eiwit',
131
+ level: 2,
132
+ },
133
+ {
134
+ type: 'paragraph',
135
+ html: 'Het beheersen van <strong>stijfgeklopt eiwit</strong> verhoogt je patisserie naar een professioneel niveau. De sleutel ligt in de precisie van het gewicht.',
136
+ },
137
+ {
138
+ type: 'stats',
139
+ columns: 4,
140
+ items: [
141
+ {
142
+ value: '1:2',
143
+ label: 'Ratio Eiwit:Suiker',
144
+ icon: 'mdi:scale-balance',
145
+ },
146
+ {
147
+ value: '118°C',
148
+ label: 'Italiaanse Siroop',
149
+ icon: 'mdi:thermometer-high',
150
+ },
151
+ {
152
+ value: '60°C',
153
+ label: 'Zwitsers bain-marie',
154
+ icon: 'mdi:beaker-question-outline',
155
+ },
156
+ {
157
+ value: '0%',
158
+ label: 'Vettolerantie',
159
+ icon: 'mdi:close-circle-outline',
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'comparative',
165
+ columns: 3,
166
+ items: [
167
+ {
168
+ title: 'Franse Meringue',
169
+ icon: 'mdi:baguette',
170
+ description: 'Eenvoudig maar minst stabiel.',
171
+ points: [
172
+ 'Ideaal voor bakken',
173
+ 'Lichte textuur',
174
+ 'Moet gebakken worden',
175
+ 'Snel klaar',
176
+ ],
177
+ },
178
+ {
179
+ title: 'Italiaanse Meringue',
180
+ icon: 'mdi:pizza',
181
+ description: 'Meest stabiel.',
182
+ highlight: true,
183
+ points: [
184
+ 'Perfect voor decoratie',
185
+ 'Rauw eetbaar',
186
+ 'Bestand tegen vocht',
187
+ 'Dichte, glanzende structuur',
188
+ ],
189
+ },
190
+ {
191
+ title: 'Zwitserse Meringue',
192
+ icon: 'mdi:cheese',
193
+ description: 'Verwarmd au bain-marie.',
194
+ points: [
195
+ 'Basis voor Buttercreams',
196
+ 'Zijdezachte textuur',
197
+ 'Uitstekend voor vullingen',
198
+ 'Goede stabiliteit',
199
+ ],
200
+ },
201
+ ],
202
+ },
203
+ {
204
+ type: 'tip',
205
+ title: 'De truc met de metalen kom',
206
+ html: 'Maak de kom schoon met azijn of citroen. Elk spoortje vet voorkomt dat de eiwitten stijf worden.',
207
+ },
208
+ ],
209
+ schemas: [faqSchema, howToSchema, appSchema],
210
+ };