@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,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = '烘焙模具换算计算器';
4
+ const description =
5
+ '将任何烘焙食谱适配到你的模具中。自动计算圆形、方形和长方形模具的转换系数,确保专业级的精准度。';
6
+
7
+ const faq = [
8
+ {
9
+ question: '转换系数的具体工作原理是什么?',
10
+ answer:
11
+ '系数是通过你的目标模具面积除以原食谱模具面积得出的。如果结果是 1.5,意味着你需要将每种原料乘以这个数值。',
12
+ },
13
+ {
14
+ question: '我可以将圆形模具换算成方形模具吗?',
15
+ answer:
16
+ '可以,本工具使用精确的几何公式来对比面积,无论形状如何。只需输入尺寸,系统就会自动进行面积等效换算。',
17
+ },
18
+ {
19
+ question: '模具的高度会如何影响换算?',
20
+ answer:
21
+ '本工具专注于底面积,这是最关键的因素。如果你的模具明显比原模具高或矮,你可能需要在烘烤时间上进行微调。',
22
+ },
23
+ {
24
+ question: '如何向列表中添加配料?',
25
+ answer:
26
+ '点击底部的按钮添加新行。输入配料名称和原始重量,换算后的重量将立即实时更新。',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: '定义原食谱模具',
33
+ text: '选择原食谱设计的模具形状和尺寸。',
34
+ },
35
+ {
36
+ name: '设置你的自有模具',
37
+ text: '输入你家中模具的尺寸。系统将立即计算出转换系数。',
38
+ },
39
+ {
40
+ name: '使用配料计算器',
41
+ text: '添加食谱中的配料,查看适配你现有模具的精确分量。',
42
+ },
43
+ {
44
+ name: '调整烘烤设置',
45
+ text: '请记住,即使温度保持一致,尺寸的改变通常也意味着烘烤时间的变化。',
46
+ },
47
+ ];
48
+
49
+ const faqSchema = {
50
+ '@context': 'https://schema.org',
51
+ '@type': 'FAQPage',
52
+ mainEntity: faq.map((item) => ({
53
+ '@type': 'Question',
54
+ name: item.question,
55
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
56
+ })),
57
+ };
58
+
59
+ const howToSchema = {
60
+ '@context': 'https://schema.org',
61
+ '@type': 'HowTo',
62
+ name: title,
63
+ description,
64
+ step: howTo.map((step) => ({
65
+ '@type': 'HowToStep',
66
+ name: step.name,
67
+ text: step.text,
68
+ })),
69
+ };
70
+
71
+ const appSchema = {
72
+ '@context': 'https://schema.org',
73
+ '@type': 'SoftwareApplication',
74
+ name: title,
75
+ description,
76
+ applicationCategory: 'UtilitiesApplication',
77
+ operatingSystem: 'All',
78
+ };
79
+
80
+ export const content: ToolLocaleContent = {
81
+ slug: 'baking-molds',
82
+ title,
83
+ description,
84
+ faqTitle: '关于换算的常见问题',
85
+ bibliographyTitle: '参考资料',
86
+
87
+ ui: {
88
+ originalRecipe: '原食谱',
89
+ yourMold: '你的模具',
90
+ round: '圆形',
91
+ square: '方形',
92
+ rectangular: '长方形',
93
+ diameter: '直径 (cm)',
94
+ side: '边长 (cm)',
95
+ width: '宽度 (cm)',
96
+ length: '长度 (cm)',
97
+ multiplyingFactor: '转换系数',
98
+ equivalentMolds: '模具大小相同。使用原配方分量即可。',
99
+ smallerMold: '你的模具较小。请将原料分量乘以',
100
+ largerMold: '你的模具较大。请将原料分量乘以',
101
+ ingredientCalculator: '配料计算器',
102
+ addIngredient: '添加配料',
103
+ ingredient: '配料',
104
+ original: '原重量',
105
+ final: '换算后',
106
+ exampleIngredient: '例:面粉',
107
+ delete: '删除',
108
+ originalVisualization: '原规格',
109
+ yourVisualization: '你的',
110
+ defaultIngredient1: '面粉',
111
+ defaultIngredient2: '砂糖',
112
+ reduce: '减少',
113
+ increase: '增加',
114
+ },
115
+
116
+ faq,
117
+ bibliography: [
118
+ {
119
+ name: 'Baking Science and Technology - E.J. Pyler',
120
+ url: 'https://www.bakingbusiness.com/',
121
+ },
122
+ {
123
+ name: 'The Professional Pastry Chef - Bo Friberg',
124
+ url: 'https://www.wiley.com/',
125
+ },
126
+ ],
127
+ howTo,
128
+ seo: [
129
+ {
130
+ type: 'title',
131
+ text: '根据模具规格科学换算食谱指南',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: '在专业烘焙中,将食谱适配到不同的模具必须遵循<strong>几何比例</strong>,以此来保持理想的质地和成熟度。',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: '20cm换算至25cm系数',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: '圆面积公式',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: '25cm换算至20cm系数',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: '最高建议盛放量',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: '无论计算出的系数如何,请务必确保面糊注入量不超过模具容量的 2/3。',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -13,6 +13,18 @@ export const moldScaler: 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
 
@@ -0,0 +1,168 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Neapolitanischer Pizza Teigrechner";
4
+ const description = "Berechnen Sie die exakten Mengen für Mehl, Wasser, Salz und Hefe, um echte neapolitanische Pizza zu Hause zuzubereiten.";
5
+ const faq = [
6
+ {
7
+ question: 'Was ist die ideale Hydratation für neapolitanische Pizza?',
8
+ answer: 'Nach AVPN-Protokoll liegt der Standard bei 63-67 %. Für Anfänger sind 60-62 % leichter zu handhaben. Profis mit starkem Mehl (W300+) können 70-75 % für außergewöhnliche Ergebnisse verwenden.',
9
+ },
10
+ {
11
+ question: 'Wie lange sollte der Teig gehen?',
12
+ answer: 'Mindestens 24 Stunden im Kühlschrank (4°C), um Enzyme zu aktivieren. Optimal sind 48-72 Stunden. Über 72 Stunden hinaus ist sehr starkes Mehl nötig, da der Teig sonst sauer wird.',
13
+ },
14
+ {
15
+ question: 'Kann man Trockenhefe verwenden?',
16
+ answer: 'Ja. Trockenhefe entspricht dem 0,4-fachen von Frischhefe (1g trocken = 2,5g frisch). Die Qualität ist ähnlich, aber frische Hefe bietet ein volleres Aroma.',
17
+ },
18
+ {
19
+ question: 'Geht neapolitanische Pizza im Haushaltsbackofen?',
20
+ answer: 'Ja, aber mit Anpassungen. Heizen Sie den Ofen bei maximaler Temperatur (250-280°C) mit Pizzastein 45-60 Min. vor. Die Backzeit beträgt 5-7 Min. statt 60-90 Sek.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Mengen berechnen',
26
+ text: 'Nutzen Sie diesen Rechner, um die Grammzahlen für jedes Zutat basierend auf der Anzahl der Pizzen und dem Teiggewicht pro Kugel zu erhalten.',
27
+ },
28
+ {
29
+ name: 'Teig mischen',
30
+ text: 'Kombinieren Sie Mehl mit lauwarmem Wasser (22-25°C), Salz und Hefe. Kneten Sie 8-10 Min. mit der Maschine oder 15-20 Min. per Hand.',
31
+ },
32
+ {
33
+ name: 'Stockgare',
34
+ text: 'Lassen Sie den gesamten Teig 1-2 Stunden bei Raumtemperatur gehen, bis er sein Volumen verdoppelt hat.',
35
+ },
36
+ {
37
+ name: 'Portionieren',
38
+ text: 'Teilen Sie den Teig in Kugeln auf. Lassen Sie diese 15-20 Min. ruhen, bevor Sie sie fest schleifen.',
39
+ },
40
+ {
41
+ name: 'Lange Fermentation',
42
+ text: 'Lagern Sie die Kugeln in einem luftdichten Behälter 24-72 Stunden im Kühlschrank. Dieser Schritt sorgt für Aroma und Bekömmlichkeit.',
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: "pizza",
80
+ title,
81
+ description,
82
+ faqTitle: "Häufig gestellte Fragen",
83
+ bibliographyTitle: "Referenzen",
84
+ ui: {
85
+ parameters: "Parameter",
86
+ quantity: "Menge",
87
+ pizzas: "Pizzen",
88
+ weight: "Gewicht pro Kugel",
89
+ small: "Klein (180g)",
90
+ standard: "Standard (260g)",
91
+ large: "Groß (350g)",
92
+ hydration: "Hydratation",
93
+ classic: "Klassisch (55-60%)",
94
+ modern: "Modern (65-70%)",
95
+ high: "Hoch (75%+)",
96
+ salt: "Salz",
97
+ fermentation_tip_title: "Fermentations Tipp",
98
+ fermentation_tip:
99
+ "Für einen bekömmlicheren Teig lassen Sie ihn 24h im Kühlschrank (4°C) gehen. Verwenden Sie <strong>0,3g</strong> Frischhefe pro 100g Mehl.",
100
+ your_recipe: "Ihr Rezept",
101
+ fresh_yeast: "Frischhefe",
102
+ dry_yeast: "Trocken",
103
+ flour: "Mehl (W260-300)",
104
+ water: "Wasser",
105
+ salt_label: "Meersalz",
106
+ yeast: "Hefe",
107
+ yeast_note: "Für 8h bei 20°C",
108
+ total_weight: "Gesamtgewicht Teig",
109
+ approx: "ca.",
110
+ visual_note:
111
+ "Die visuelle Größe entspricht dem ungefähren Durchmesser der Pizza basierend auf dem Kugelgewicht.",
112
+ },
113
+ faq,
114
+ howTo,
115
+ bibliography: [
116
+ {
117
+ name: "Associazione Verace Pizza Napoletana",
118
+ url: "https://www.pizzanapoletana.org/",
119
+ },
120
+ {
121
+ name: "The Pizza Bible - Tony Gemignani",
122
+ url: "https://www.amazon.de/",
123
+ },
124
+ ],
125
+ seo: [
126
+ {
127
+ type: 'title',
128
+ text: 'Leitfaden für authentischen neapolitanischen Pizzateig',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: '<strong>Neapolitanische Pizza</strong> ist mehr als ein Rezept – es ist ein Kulturerbe. Erfolg basiert auf dem Verständnis von Zeit, Temperatur und Hydratation.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '480°C',
141
+ label: 'Backtemperatur',
142
+ icon: 'mdi:fire',
143
+ },
144
+ {
145
+ value: '60-90s',
146
+ label: 'Backzeit',
147
+ icon: 'mdi:clock-fast',
148
+ },
149
+ {
150
+ value: '65%',
151
+ label: 'Std. Hydratation',
152
+ icon: 'mdi:water-percent',
153
+ },
154
+ {
155
+ value: 'W280',
156
+ label: 'Mehlstärke',
157
+ icon: 'mdi:grain',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'tip',
163
+ title: 'Der Kühlschrank Trick',
164
+ html: 'Eine 24-stündige Stockgare bei 4°C erzeugt komplexe Aromen, die bei Raumtemperatur nicht möglich sind.',
165
+ },
166
+ ],
167
+ schemas: [faqSchema, howToSchema, appSchema],
168
+ };
@@ -255,7 +255,7 @@ export const content: ToolLocaleContent = {
255
255
  columns: 3,
256
256
  items: [
257
257
  {
258
- title: "Hydration 55-60%",
258
+ title: "Hydration 55 to 60%",
259
259
  icon: "mdi:water-percent",
260
260
  description: "Very manageable dough, ideal for beginners and lower-temperature home ovens.",
261
261
  points: [
@@ -265,7 +265,7 @@ export const content: ToolLocaleContent = {
265
265
  ],
266
266
  },
267
267
  {
268
- title: "Hydration 63-67%",
268
+ title: "Hydration 63 to 67%",
269
269
  icon: "mdi:water",
270
270
  description: "The AVPN standard. Perfect balance for a light dough with visible crumb development.",
271
271
  highlight: true,
@@ -255,7 +255,7 @@ export const content: ToolLocaleContent = {
255
255
  columns: 3,
256
256
  items: [
257
257
  {
258
- title: 'Hidratación 55-60%',
258
+ title: 'Hidratación 55 a 60%',
259
259
  icon: 'mdi:water-minus',
260
260
  description: 'Masa muy manejable, ideal para principiantes y hornos domésticos de baja temperatura.',
261
261
  points: [
@@ -265,7 +265,7 @@ export const content: ToolLocaleContent = {
265
265
  ],
266
266
  },
267
267
  {
268
- title: 'Hidratación 63-67%',
268
+ title: 'Hidratación 63 a 67%',
269
269
  icon: 'mdi:water',
270
270
  description: 'El estándar de la AVPN. Equilibrio perfecto para una masa ligera con alveolatura visible.',
271
271
  highlight: true,
@@ -255,7 +255,7 @@ export const content: ToolLocaleContent = {
255
255
  columns: 3,
256
256
  items: [
257
257
  {
258
- title: "Hydratation 55-60%",
258
+ title: "Hydratation 55 à 60%",
259
259
  icon: "mdi:water-percent",
260
260
  description: "Pâte très maniable, idéale pour les débutants et les fours domestiques à basse température.",
261
261
  points: [
@@ -265,7 +265,7 @@ export const content: ToolLocaleContent = {
265
265
  ],
266
266
  },
267
267
  {
268
- title: "Hydratation 63-67%",
268
+ title: "Hydratation 63 à 67%",
269
269
  icon: "mdi:water",
270
270
  description: "Le standard AVPN. Équilibre parfait pour une pâte légère avec un développement visible de la mie.",
271
271
  highlight: true,
@@ -0,0 +1,125 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Kalkulator Adonan Pizza Neapolitan";
4
+ const description = "Hitung proporsi tepung, air, garam, dan ragi yang tepat untuk membuat pizza Neapolitan asli di rumah.";
5
+ const faq = [
6
+ {
7
+ question: "Berapa hidrasi ideal untuk pizza Neapolitan?",
8
+ answer: "Menurut protokol AVPN, hidrasi standar adalah 63-67%. Untuk pemula, 60-62% lebih mudah ditangani. Untuk pembuat pizza mahir dengan tepung kuat (W300+), 70-75% menghasilkan adonan yang luar biasa tetapi membutuhkan teknik.",
9
+ },
10
+ {
11
+ question: "Berapa lama adonan harus difermentasi?",
12
+ answer: "Minimal 24 jam di kulkas (4°C) untuk mengaktifkan enzim. Optimalnya adalah 48-72 jam. Lebih dari 72 jam, Anda membutuhkan tepung yang sangat kuat (W300+) atau adonan akan menjadi asam.",
13
+ },
14
+ {
15
+ question: "Bisakah menggunakan ragi kering?",
16
+ answer: "Ya. Ragi kering setara dengan 0,4x ragi segar (1g kering = 2,5g segar). Kualitasnya serupa, tetapi ragi segar memberikan profil rasa yang lebih lengkap.",
17
+ },
18
+ {
19
+ question: "Bisakah saya membuat pizza Neapolitan di oven rumah?",
20
+ answer: "Ya, tetapi dengan penyesuaian. Panaskan oven secara maksimal (250-280°C) dengan batu pizza selama 45-60 menit. Pemanggangan akan memakan waktu 5-7 menit, bukan 60-90 detik.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Hitung proporsi",
26
+ text: "Gunakan kalkulator ini untuk mendapatkan gram akurat dari setiap bahan berdasarkan jumlah pizza dan berat setiap bola adonan.",
27
+ },
28
+ {
29
+ name: "Campur adonan",
30
+ text: "Campurkan tepung dengan air suam-suam kuku (22-25°C), garam, dan ragi. Uleni selama 8-10 menit dengan mikser atau 15-20 menit dengan tangan.",
31
+ },
32
+ {
33
+ name: "Fermentasi dingin",
34
+ text: "Tempatkan bola adonan dalam wadah kedap udara di kulkas (4°C) selama 24-72 jam. Ini adalah langkah kritis untuk rasa dan daya cerna.",
35
+ },
36
+ ];
37
+
38
+ const faqSchema = {
39
+ '@context': 'https://schema.org',
40
+ '@type': 'FAQPage',
41
+ mainEntity: faq.map((item) => ({
42
+ '@type': 'Question',
43
+ name: item.question,
44
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
45
+ })),
46
+ };
47
+
48
+ const howToSchema = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'HowTo',
51
+ name: title,
52
+ description,
53
+ step: howTo.map((step) => ({
54
+ '@type': 'HowToStep',
55
+ name: step.name,
56
+ text: step.text,
57
+ })),
58
+ };
59
+
60
+ const appSchema = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'SoftwareApplication',
63
+ name: title,
64
+ description,
65
+ applicationCategory: 'UtilitiesApplication',
66
+ operatingSystem: 'Web',
67
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: "pizza",
72
+ title,
73
+ description,
74
+ faqTitle: "Pertanyaan Umum",
75
+ bibliographyTitle: "Referensi",
76
+ ui: {
77
+ parameters: "Parameter",
78
+ quantity: "Jumlah",
79
+ pizzas: "pizza",
80
+ weight: "Berat per bola",
81
+ small: "Kecil (180g)",
82
+ standard: "Standar (260g)",
83
+ large: "Besar (350g)",
84
+ hydration: "Hidrasi",
85
+ classic: "Klasik (55-60%)",
86
+ modern: "Modern (65-70%)",
87
+ high: "Tinggi (75%+)",
88
+ salt: "Garam",
89
+ fermentation_tip_title: "Tips Fermentasi",
90
+ fermentation_tip:
91
+ "Untuk adonan yang lebih mudah dicerna, biarkan fermentasi selama 24 jam di kulkas (4°C) menggunakan <strong>0,3g</strong> ragi segar untuk setiap 100g tepung.",
92
+ your_recipe: "Resep Anda",
93
+ fresh_yeast: "Ragi Segar",
94
+ dry_yeast: "Kering",
95
+ flour: "Tepung (W260-300)",
96
+ water: "Air",
97
+ salt_label: "Garam Laut",
98
+ yeast: "Ragi",
99
+ yeast_note: "Untuk 8 jam pada 20°C",
100
+ total_weight: "Total Berat Adonan",
101
+ approx: "sekitar",
102
+ visual_note:
103
+ "Ukuran visual mewakili perkiraan diameter pizza yang diregangkan berdasarkan berat bola adonan.",
104
+ },
105
+ faq,
106
+ howTo,
107
+ bibliography: [
108
+ {
109
+ name: "Associazione Verace Pizza Napoletana",
110
+ url: "https://www.pizzanapoletana.org/",
111
+ },
112
+ ],
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Panduan Ahli Adonan Pizza Neapolitan Asli',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>Pizza Neapolitan</strong> adalah warisan budaya. Kesuksesan terletak pada presisi antara waktu, suhu, dan hidrasi.',
122
+ },
123
+ ],
124
+ schemas: [faqSchema, howToSchema, appSchema],
125
+ };