@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,356 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "アメリカン・キッチン・コンバーター:カップからグラム、温度への換算";
4
+ const description = "アメリカのカップ、大さじ、ファーレンハイト(華氏)をメートル法に換算します。アメリカのレシピをプロの精度で読み解くためのツールです。";
5
+ const faq = [
6
+ {
7
+ question: "1カップと250mlの違いは何ですか?",
8
+ answer: "アメリカの1カップは236.588mlであり、250mlではありません。実用上は240mlとして計算します。わずか4%の差に思えますが、マカロンやムースのような繊細なレシピでは大きな影響を与える可能性があります。",
9
+ },
10
+ {
11
+ question: "なぜ小麦粉の重さはいつも同じではないのですか?",
12
+ answer: "小麦粉は時間の経過や輸送中に圧縮されるためです。ふるいたての小麦粉は、棚に置いてあったものより軽くなります。そのため、プロの料理人は体積ではなく、常に重さを量ります。",
13
+ },
14
+ {
15
+ question: "Tbspとtspの違いは何ですか?",
16
+ answer: "1 Tablespoon(大さじ)= 15ml、1 Teaspoon(小さじ)= 5mlです。大さじは小さじの3倍です。製菓レシピでは、小さじで量るスパイスの誤差が失敗の原因になることがよくあります。",
17
+ },
18
+ {
19
+ question: "USカップと英国のインペリアルカップは同じですか?",
20
+ answer: "いいえ。アメリカの1カップは236mlですが、英国の1カップは284mlです。20%もの差があります。多くのアメリカのブログはUSカップを使用しています。特に指示がない場合は、USカップだと考えてください。",
21
+ },
22
+ {
23
+ question: "オーブンの「ガス4」は何度に相当しますか?",
24
+ answer: "ガス4 = 180°C = 350°Fです。これはイギリスの目盛りです。お使いのオーブンの仕様を確認して、最適な設定に調整してください。",
25
+ },
26
+ ];
27
+ const howTo = [
28
+ {
29
+ name: "換算の種類を選択する",
30
+ text: "カップからグラム、大さじ・小さじからグラム、華氏から摂氏の中から選択します。",
31
+ },
32
+ {
33
+ name: "材料を選ぶ",
34
+ text: "材料ごとに密度が異なります。小麦粉、砂糖、バターなど、それぞれの密度に合わせて換算します。",
35
+ },
36
+ {
37
+ name: "分量を入力する",
38
+ text: "カップ数、スプーン数、または温度を入力します。コンバーターが瞬時に値を算出します。",
39
+ },
40
+ {
41
+ name: "レシピを調整する",
42
+ text: "正確な換算値を使用して、アメリカのレシピをプロの精度で再現しましょう。",
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: 'JPY' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: 'american-kitchen-units-converter',
80
+ title: "アメリカン・キッチン・コンバーター:カップからグラム、温度への換算",
81
+ description: "アメリカのカップ、大さじ、ファーレンハイト(華氏)をメートル法に換算します。アメリカのレシピをプロの精度で読み解くためのツールです。",
82
+ faqTitle: "よくある質問",
83
+ bibliographyTitle: "参考資料",
84
+ ui: {
85
+ copied: "コピーしました",
86
+ noHistory: "履歴なし",
87
+ load: "読み込み",
88
+ delete: "削除",
89
+ tabCups: "カップからグラム",
90
+ tabSpoons: "スプーンからグラム",
91
+ tabTemperatures: "温度",
92
+ tabCupsAriaLabel: "カップからグラム換算",
93
+ tabSpoonsAriaLabel: "スプーンからグラム換算",
94
+ tabTempsAriaLabel: "オーブン温度換算",
95
+ stepSelectIngredient: "材料を選択",
96
+ stepHowManyCups: "何カップですか?",
97
+ stepSelectMeasure: "単位を選択",
98
+ stepQuantity: "分量",
99
+ stepOvenConversion: "温度換算",
100
+ stepFrequentTemps: "よく使われるオーブン温度",
101
+ cupFlour: "小麦粉",
102
+ cupFlourSub: "120g / カップ",
103
+ cupWhiteSugar: "白砂糖",
104
+ cupWhiteSugarSub: "200g / カップ",
105
+ cupBrownSugar: "ブラウンシュガー",
106
+ cupBrownSugarSub: "220g / カップ",
107
+ cupPowderSugar: "粉砂糖",
108
+ cupPowderSugarSub: "115g / カップ",
109
+ cupButter: "バター",
110
+ cupButterSub: "227g / カップ",
111
+ cupCocoa: "ココアパウダー",
112
+ cupCocoaSub: "85g / カップ",
113
+ cupLiquids: "液体",
114
+ cupLiquidsSub: "240g / カップ",
115
+ cupOats: "オートミール",
116
+ cupOatsSub: "90g / カップ",
117
+ cupFlourAriaLabel: "小麦粉",
118
+ cupWhiteSugarAriaLabel: "白砂糖",
119
+ cupBrownSugarAriaLabel: "ブラウンシュガー",
120
+ cupPowderSugarAriaLabel: "粉砂糖",
121
+ cupButterAriaLabel: "バター",
122
+ cupCocoaAriaLabel: "ココア",
123
+ cupLiquidsAriaLabel: "液体",
124
+ cupOatsAriaLabel: "オートミール",
125
+ stepperMinus: "減らす",
126
+ stepperPlus: "増やす",
127
+ cupsAmountLabel: "カップ数",
128
+ spoonQuantityLabel: "分量",
129
+ cupQuick1_4: "1/4 カップ",
130
+ cupQuick1_3: "1/3 カップ",
131
+ cupQuick1_2: "1/2 カップ",
132
+ cupQuick1: "1 カップ",
133
+ unitGrams: "グラム",
134
+ unitGramsML: "グラム / ミリリットル",
135
+ spoonMeasureLabel: "単位を選択",
136
+ spoonTablespoon: "大さじ (Tbsp)",
137
+ spoonTeaspoon: "小さじ (tsp)",
138
+ spoonTablespoonAriaLabel: "大さじ",
139
+ spoonTeaspoonAriaLabel: "小さじ",
140
+ spoonSelectIngredient: "材料を選択",
141
+ spoonLeavening: "膨らし粉",
142
+ spoonLeaveningSub: "ベーキングパウダー",
143
+ spoonSalt: "食塩",
144
+ spoonSaltSub: "精製塩",
145
+ spoonSugar: "白砂糖",
146
+ spoonSugarSub: "グラニュー糖",
147
+ spoonLiquids: "液体",
148
+ spoonLiquidsSub: "水、油",
149
+ spoonLeavingAriaLabel: "膨らし粉",
150
+ spoonSaltAriaLabel: "塩",
151
+ spoonSugarAriaLabel: "白砂糖",
152
+ spoonLiquidsAriaLabel: "液体",
153
+ spoonQuick1_4: "1/4",
154
+ spoonQuick1_2: "1/2",
155
+ spoonQuick1: "1",
156
+ spoonQuick2: "2",
157
+ tempFahrenheit: "ファーレンハイト (華氏)",
158
+ tempCelsius: "摂氏 (°C)",
159
+ tempFahrenheitAriaLabel: "華氏",
160
+ tempCelsiusAriaLabel: "摂氏",
161
+ tempPreset275: "275°F",
162
+ tempPreset275Desc: "135°C - 乾燥用",
163
+ tempPreset275AriaLabel: "華氏275度に設定",
164
+ tempPreset325: "325°F",
165
+ tempPreset325Desc: "165°C - 密度の高いケーキ",
166
+ tempPreset325AriaLabel: "華氏325度に設定",
167
+ tempPreset350: "350°F",
168
+ tempPreset350Desc: "175°C - スイーツ標準",
169
+ tempPreset350AriaLabel: "華氏350度に設定",
170
+ tempPreset400: "400°F",
171
+ tempPreset400Desc: "200°C - パン / タルト",
172
+ tempPreset400AriaLabel: "華氏400度に設定",
173
+ tempPreset425: "425°F",
174
+ tempPreset425Desc: "220°C - ピザ / パイ生地",
175
+ tempPreset425AriaLabel: "華氏425度に設定",
176
+ },
177
+ seo: [
178
+ {
179
+ type: 'title',
180
+ text: "アメリカの計量単位換算マスターガイド",
181
+ level: 2,
182
+ },
183
+ {
184
+ type: 'paragraph',
185
+ html: "<strong>カップからグラム</strong>、または<strong>華氏から摂氏</strong>への換算は、海外のレシピをマスターするための第一歩です。アメリカの料理は体積(ボリューム)ベースであるため、小麦粉などの乾燥材料では最大25%の誤差が生じることがあります。",
186
+ },
187
+ {
188
+ type: 'stats',
189
+ columns: 4,
190
+ items: [
191
+ {
192
+ value: "120g",
193
+ label: "小麦粉 1カップ",
194
+ icon: "mdi:grain",
195
+ },
196
+ {
197
+ value: "227g",
198
+ label: "バター 1スティック",
199
+ icon: "mdi:cube-outline",
200
+ },
201
+ {
202
+ value: "175°C",
203
+ label: "華氏350度相当",
204
+ icon: "mdi:thermometer",
205
+ },
206
+ {
207
+ value: "240ml",
208
+ label: "1カップの容量",
209
+ icon: "mdi:water-percent",
210
+ },
211
+ ],
212
+ },
213
+ {
214
+ type: 'title',
215
+ text: "体積と重量の決定的な違い",
216
+ level: 3,
217
+ },
218
+ {
219
+ type: 'comparative',
220
+ columns: 2,
221
+ items: [
222
+ {
223
+ title: "体積による計量 (カップ)",
224
+ icon: "mdi:cup-water",
225
+ description: "アメリカの家庭用レシピで一般的。材料が占める空間を量ります。",
226
+ points: [
227
+ "材料の詰まり具合に大きく左右される",
228
+ "小麦粉では20〜30%の誤差が一般的",
229
+ "カップのブランドによって容量が異なる場合がある",
230
+ "精度を高めるには、計量前にふるう必要がある",
231
+ ],
232
+ },
233
+ {
234
+ title: "重量による計量 (グラム)",
235
+ icon: "mdi:scale-balance",
236
+ description: "プロの製菓やヨーロッパの標準。絶対的な精度を提供します。",
237
+ highlight: true,
238
+ points: [
239
+ "常に +/- 1g の精度",
240
+ "一貫性があり、再現性の高い結果",
241
+ "洗い物が少ない(ボウル1つで済む)",
242
+ "数学的な倍量計算が容易",
243
+ ],
244
+ },
245
+ ],
246
+ },
247
+ {
248
+ type: 'title',
249
+ text: "一般的な材料の換算基準",
250
+ level: 3,
251
+ },
252
+ {
253
+ type: 'table',
254
+ headers: ["材料", "1カップ (体積)", "グラム (重量)", "密度"],
255
+ rows: [
256
+ ["小麦粉", "1カップ", "120g", "低"],
257
+ ["白砂糖", "1カップ", "200g", "中"],
258
+ ["ブラウンシュガー", "1カップ", "220g (詰め込んだ場合)", "高"],
259
+ ["バター", "1カップ (2スティック)", "227g", "高"],
260
+ ["ココアパウダー", "1カップ", "85g", "極低"],
261
+ ],
262
+ },
263
+ {
264
+ type: 'diagnostic',
265
+ variant: 'warning',
266
+ title: "ケーキがパサパサになっていませんか?",
267
+ html: "カップを使う際によくある失敗は、小麦粉の袋に「直接カップを突っ込んで」すくうことです。これにより粉が圧縮され、1カップあたり最大40gも多くの小麦粉を入れてしまうことがあります。解決策は、当ツールの計算機を使用して<strong>常にグラムに換算すること</strong>です。",
268
+ },
269
+ {
270
+ type: "title",
271
+ text: "アメリカ独自の単位用語集",
272
+ level: 3,
273
+ },
274
+ {
275
+ type: 'glossary',
276
+ items: [
277
+ {
278
+ term: "Cup(カップ)",
279
+ definition: "約240mlに相当する体積単位。アメリカ料理の基本単位です。",
280
+ },
281
+ {
282
+ term: "Tbsp(大さじ)",
283
+ definition: "大さじ1杯。15mlまたは小さじ3杯に相当します。",
284
+ },
285
+ {
286
+ term: "tsp(小さじ)",
287
+ definition: "小さじ1杯。5mlに相当。塩やベーキングパウダーの計量に不可解です。",
288
+ },
289
+ {
290
+ term: "Stick of Butter(バタースティック)",
291
+ definition: "アメリカのバターの一般的な形状。1つで113.5g(1/2カップ)です。",
292
+ },
293
+ ],
294
+ },
295
+ {
296
+ type: 'tip',
297
+ title: "スプーンを使うコツ",
298
+ html: "はかりがなく、どうしてもカップを使わなければならない場合は、粉を押し込まずにスプーンでふんわりとカップに入れ、ナイフの背などで平らにならしてください。直接すくうよりもはるかに正確です。",
299
+ },
300
+ {
301
+ type: 'paragraph',
302
+ html: "プロ仕様のコンバーターを使用することで、海外レシピの不安が完璧な仕上がりの喜びに変わります。",
303
+ },
304
+ ],
305
+ faq: [
306
+ {
307
+ question: "1カップと250mlの違いは何ですか?",
308
+ answer: "アメリカの1カップは236.588mlであり、250mlではありません。実用上は240mlとして計算します。わずか4%の差に思えますが、マカロンやムースのような繊細なレシピでは大きな影響を与える可能性があります。",
309
+ },
310
+ {
311
+ question: "なぜ小麦粉の重さはいつも同じではないのですか?",
312
+ answer: "小麦粉は時間の経過や輸送中に圧縮されるためです。ふるいたての小麦粉は、棚に置いてあったものより軽くなります。そのため、プロの料理人は体積ではなく、常に重さを量ります。",
313
+ },
314
+ {
315
+ question: "Tbspとtspの違いは何ですか?",
316
+ answer: "1 Tablespoon(大さじ)= 15ml、1 Teaspoon(小さじ)= 5mlです。大さじは小さじの3倍です。製菓レシピでは、小さじで量るスパイスの誤差が失敗の原因になることがよくあります。",
317
+ },
318
+ {
319
+ question: "USカップと英国のインペリアルカップは同じですか?",
320
+ answer: "いいえ。アメリカの1カップは236mlですが、英国の1カップは284mlです。20%もの差があります。多くのアメリカのブログはUSカップを使用しています。特に指示がない場合は、USカップだと考えてください。",
321
+ },
322
+ {
323
+ question: "オーブンの「ガス4」は何度に相当しますか?",
324
+ answer: "ガス4 = 180°C = 350°Fです。これはイギリスの目盛りです。お使いのオーブンの仕様を確認して、最適な設定に調整してください。",
325
+ },
326
+ ],
327
+ bibliography: [
328
+ {
329
+ name: 'King Arthur Baking: Ingredient Weight Chart',
330
+ url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
331
+ },
332
+ {
333
+ name: 'Culinary Institute of America: Conversions and Equivalents',
334
+ url: 'https://www.ciachef.edu/',
335
+ },
336
+ ],
337
+ howTo: [
338
+ {
339
+ name: "換算の種類を選択する",
340
+ text: "カップからグラム、大さじ・小さじからグラム、華氏から摂氏の中から選択します。",
341
+ },
342
+ {
343
+ name: "材料を選ぶ",
344
+ text: "材料ごとに密度が異なります。小麦粉、砂糖、バターなど、それぞれの密度に合わせて換算します。",
345
+ },
346
+ {
347
+ name: "分量を入力する",
348
+ text: "カップ数、スプーン数、または温度を入力します。コンバーターが瞬時に値を算出します。",
349
+ },
350
+ {
351
+ name: "レシピを調整する",
352
+ text: "正確な換算値を使用して、アメリカのレシピをプロの精度で再現しましょう。",
353
+ },
354
+ ],
355
+ schemas: [faqSchema, howToSchema, appSchema],
356
+ };