@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,253 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "平衡盐水计算器";
4
+ const description = "实现多汁肉类与完美发酵的平衡科学。根据食材和水的总重量计算精确的盐度。";
5
+ const faq = [
6
+ {
7
+ question: "什么是平衡盐水法(Equilibrium Brining)?",
8
+ answer: "平衡法是根据总重量(水+食材)而非仅根据水量来计算盐量。这保证了无论您使用多少食材,都能获得一致的盐分浓度。",
9
+ },
10
+ {
11
+ question: "做泡菜需要多少盐?",
12
+ answer: "对于发酵蔬菜(酸黄瓜、酸菜、泡菜),建议盐度在 2% 到 3% 之间。对于肉类,建议在 1.5% 到 2% 之间。计算器会根据您的食材重量给出精确数值。",
13
+ },
14
+ {
15
+ question: "经过盐水腌制后的肉可以冷冻吗?",
16
+ answer: "可以,这是理想的选择。盐水能防止冷冻灼伤,解冻后肉已腌制好可直接烹饪。但请避免冷冻发酵蔬菜,因为它们会变软变烂。",
17
+ },
18
+ {
19
+ question: "为什么要向盐水中加糖?",
20
+ answer: "糖有两个作用:促进肉类的美拉德反应(上色)以及平衡咸味,而不会让产品变甜。它不会让您的盐水变成甜点。",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "确定您的目标",
26
+ text: "决定是进行肉类盐腌(1.5-2%)、发酵(2-3%)、调制酱汁(3.5%)还是长期保存(5%+)。每种目标所需的时间和用途都不同。",
27
+ },
28
+ {
29
+ name: "称重食材和水",
30
+ text: "精确称量产品(肉、蔬菜)和水的重量。精准度至关重要:即使 5 克的偏差也会改变结果。请使用精密天平。",
31
+ },
32
+ {
33
+ name: "使用工具计算",
34
+ text: "在计算器中输入重量,并根据产品类型调整盐度。工具会准确告知您需要多少盐和糖。",
35
+ },
36
+ {
37
+ name: "溶解并混合",
38
+ text: "在放入食材前,将盐完全溶解在冷水中。腌制肉类时,确保盐水淹没整块肉。腌制发酵食品时,食材必须完全压没在水平面下。",
39
+ },
40
+ {
41
+ name: "发酵或腌制",
42
+ text: "根据类型进行冷藏或静置:肉类 4-48 小时,发酵食品 1-3 周。确切时间取决于环境温度和个人口味。",
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: 'CNY' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: 'equilibrium-brining-calculator-meat-fermentation-ratios',
80
+ title: "平衡盐水计算器",
81
+ description: "实现多汁肉类与完美发酵的平衡科学。根据食材和水的总重量计算精确的盐度。",
82
+ ui: {
83
+ calculator: "计算器",
84
+ subtitle: "输入重量以计算完美平衡。",
85
+ productWeight: "食材重量 (g)",
86
+ waterWeight: "水量 (g)",
87
+ desiredSalinity: "目标盐度",
88
+ meat: "肉类 (1.5%)",
89
+ fermented: "发酵食品 (2.0%)",
90
+ sauces: "酱汁 (3.5%)",
91
+ preserves: "保存食品 (5.0%)",
92
+ addSugar: "添加糖",
93
+ sugarHint: "平衡风味并促进上色(取盐量的 50%)",
94
+ saltNeeded: "需盐量",
95
+ sugarOptional: "糖(可选)",
96
+ estimatedTime: "预计时间",
97
+ product: "产品",
98
+ total: "总计",
99
+ unitGrams: "克",
100
+ timeMeatsLabel: "时长(肉类)",
101
+ timeMeatsDuration: "4 - 48 小时",
102
+ timeVegetablesLabel: "时长(蔬菜)",
103
+ timeVegetablesDuration: "1 - 3 周",
104
+ timePreservesLabel: "时长(保存食品)",
105
+ timePreservesDuration: "1 个月以上",
106
+ },
107
+ faqTitle: "常见问题",
108
+ bibliographyTitle: "来源与参考文献",
109
+ faq,
110
+ howTo,
111
+ bibliography: [
112
+ {
113
+ name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
+ url: "https://www.nomacph.com/",
115
+ },
116
+ {
117
+ name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
+ url: "https://www.saltfatacidheat.com/",
119
+ },
120
+ {
121
+ name: "Pollan, Michael - Cooked",
122
+ url: "https://michaelpollan.com/",
123
+ },
124
+ ],
125
+ seo: [
126
+ {
127
+ type: 'title',
128
+ text: '平衡盐水与发酵大师指南',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: '<strong>平衡盐水法</strong>是保证多汁且安全效果的终极技术。与传统方法不同,它基于水和产品的<strong>总重量</strong>来计算盐量,确保无论容器体积如何,盐度都能保持恒定。',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '1.5 - 2%',
141
+ label: '肉类理想比例',
142
+ icon: 'mdi:food-steak',
143
+ },
144
+ {
145
+ value: '2.5 - 3%',
146
+ label: '发酵比例',
147
+ icon: 'mdi:flask-outline',
148
+ },
149
+ {
150
+ value: '18-22°C',
151
+ label: '发酵温度',
152
+ icon: 'mdi:thermometer',
153
+ },
154
+ {
155
+ value: '0.5%',
156
+ label: '平衡加糖量',
157
+ icon: 'mdi:shaker-outline',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'title',
163
+ text: '干腌与湿腌的区别',
164
+ level: 3,
165
+ },
166
+ {
167
+ type: 'comparative',
168
+ columns: 2,
169
+ items: [
170
+ {
171
+ title: '干腌 (Dry Brining)',
172
+ icon: 'mdi:shaker-outline',
173
+ description: '将盐直接抹在食材表面,不添加额外水分。',
174
+ points: [
175
+ '禽类表皮更脆',
176
+ '食材风味更浓缩',
177
+ '占用冰箱空间更小',
178
+ '适合牛排和整鸡',
179
+ ],
180
+ },
181
+ {
182
+ title: '湿腌 (Wet Brining)',
183
+ icon: 'mdi:water',
184
+ description: '将食材浸泡在按平衡法计算好的盐水中。',
185
+ highlight: true,
186
+ points: [
187
+ '水分保持力极其卓越',
188
+ '方便添加香料调味',
189
+ '大块食材腌制更均匀',
190
+ '适合火鸡、猪里脊和鱼肉',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: '应用场景对应时长与盐度',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'table',
202
+ headers: ['名称', '盐度 (%)', '最小耗时', '主要目的'],
203
+ rows: [
204
+ ['禽类与猪肉', '1.5% - 2.0%', '12 - 24 小时', '保持多汁与鲜嫩'],
205
+ ['白肉鱼', '1.0% - 1.5%', '20 - 45 分钟', '稳固肉质'],
206
+ ['乳酸发酵', '2.5% - 3.0%', '7 - 21 天', '微生物安全'],
207
+ ['酱汁与保存食品', '3.5% - 5.0%', '1个月以上', '长期保存'],
208
+ ],
209
+ },
210
+ {
211
+ type: 'diagnostic',
212
+ variant: 'warning',
213
+ title: '盐水质量判定',
214
+ html: '如果盐水发出恶臭(非发酵酸味)、出现彩色霉菌(黑色、粉黄色)或食材变得极度软烂,请立即丢弃。表面出现的白色薄膜(产膜酵母)在发酵过程中属于正常现象,可以撇除。',
215
+ },
216
+ {
217
+ type: 'title',
218
+ text: '腌制专家术语表',
219
+ level: 3,
220
+ },
221
+ {
222
+ type: 'glossary',
223
+ items: [
224
+ {
225
+ term: '渗透作用',
226
+ definition: '盐分进入食品细胞以平衡浓度的物理过程。',
227
+ },
228
+ {
229
+ term: '变性',
230
+ definition: '盐对蛋白质的作用,使其在烹饪过程中能锁住更多水分。',
231
+ },
232
+ {
233
+ term: '产膜酵母',
234
+ definition: '有时出现在发酵液表面的白色薄层;虽然无害但表明酸度不足。',
235
+ },
236
+ {
237
+ term: '乳酸发酵',
238
+ definition: '在无氧环境下,细菌将糖转化为乳酸从而保存食材的过程。',
239
+ },
240
+ ],
241
+ },
242
+ {
243
+ type: 'tip',
244
+ title: '水质要求',
245
+ html: '避免使用氯含量高的自来水,因为氯会抑制发酵中有益菌的生长。请使用过滤水或将自来水静置 24 小时后再使用。',
246
+ },
247
+ {
248
+ type: 'paragraph',
249
+ html: '我们的平衡计算器为您排除配方中的不确定因素,让您像专业大厨一样充满信心地烹饪。',
250
+ },
251
+ ],
252
+ schemas: [faqSchema, howToSchema, appSchema],
253
+ };
@@ -13,6 +13,18 @@ export const brine: 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,200 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Intelligenter Pfannen Finder: Kochgeschirr Leitfaden";
4
+ const description = "Interaktiver Leitfaden zur Auswahl der besten Pfanne oder des besten Topfes passend zu Ihrem Kochstil. Eisen vs. Stahl vs. Teflon. Finden Sie Ihr perfektes Werkzeug.";
5
+ const faq = [
6
+ {
7
+ question: 'Welche Pfanne ist die beste für den täglichen Gebrauch?',
8
+ answer: 'Für die meisten sind eine hochwertige Edelstahlpfanne oder eine gut eingebrannte Gusseisenpfanne am besten. Edelstahl ist vielseitig und unvergänglich, während Eisen eine natürliche Antihaftbeschichtung ohne Chemikalien bietet.',
9
+ },
10
+ {
11
+ question: 'Warum bleiben Lebensmittel in Edelstahlpfannen kleben?',
12
+ answer: 'Meist liegt es an zu niedriger Temperatur oder daran, dass das Bratgut zu früh hineingegeben wurde. Probieren Sie den "Leidenfrost-Effekt": Erhitzen Sie die Pfanne, bis ein Wassertropfen wie eine Perle rollt. Dann ist sie bereit.',
13
+ },
14
+ {
15
+ question: 'Woher weiß ich, ob meine Pfanne sicher ist?',
16
+ answer: 'Achten Sie auf das Label "PFOA-frei". Pfannen aus Eisen, Carbonstahl und Edelstahl sind die sichersten und langlebigsten Optionen, da sie keine Beschichtungen haben, die mit der Zeit zerfallen.',
17
+ },
18
+ {
19
+ question: 'Was bedeutet es, eine Pfanne "einzubrennen"?',
20
+ answer: 'Es ist der Prozess, bei dem eine Schicht aus polymerisiertem Öl auf dem Metall (Eisen oder Stahl) erzeugt wird. Dies schützt vor Rost und schafft eine natürliche Antihaftoberfläche, die mit jedem Gebrauch besser wird.',
21
+ },
22
+ {
23
+ question: 'Wie viel sollte ich für eine gute Pfanne ausgeben?',
24
+ answer: 'Ein Set aus 2-3 hochwertigen Pfannen (Edelstahl oder Eisen) kann 20+ Jahre halten. Es ist besser, einmal in eine sehr gute Pfanne zu investieren, als 5 billige zu kaufen, die nur 2 Jahre halten. Qualität vor Quantität.',
25
+ },
26
+ ];
27
+ const howTo = [
28
+ {
29
+ name: 'Kochstil wählen',
30
+ text: 'Wählen Sie zwischen hoher Hitze (Anbraten), empfindlichen Speisen (Eier), Schmorgerichten (langsames Garen) oder schnellem Kochen. Jeder Stil hat andere Anforderungen.',
31
+ },
32
+ {
33
+ name: 'Ideales Material wählen',
34
+ text: 'Basierend auf Ihrem Stil empfiehlt das Tool das beste Material: Eisen, Edelstahl, Kupfer oder Teflon.',
35
+ },
36
+ {
37
+ name: 'Eigenschaften lesen',
38
+ text: 'Verstehen Sie Vor- und Nachteile, Wartung und Langlebigkeit. Wählen Sie dann die spezifische Pfanne, die zu Ihrem Budget und Ihren Bedürfnissen passt.',
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: 'pfannen-guide',
76
+ title: 'Intelligenter Pfannen Finder: Kochgeschirr Leitfaden',
77
+ description: 'Interaktiver Leitfaden zur Auswahl der besten Pfanne oder des besten Topfes passend zu Ihrem Kochstil. Eisen vs. Stahl vs. Teflon. Finden Sie Ihr perfektes Werkzeug.',
78
+ faqTitle: 'Häufig gestellte Fragen',
79
+ faq,
80
+ bibliographyTitle: 'Bibliographie',
81
+ bibliography: [
82
+ {
83
+ name: 'The Flavor Bible - Pairing, and Progress in Food',
84
+ url: 'https://www.flavorprints.com/',
85
+ },
86
+ {
87
+ name: 'On Food and Cooking - Harold McGee',
88
+ url: 'https://www.foodscience.org/',
89
+ },
90
+ {
91
+ name: 'Salt Fat Acid Heat - Samin Nosrat',
92
+ url: 'https://www.saltfatacidheat.com/',
93
+ },
94
+ ],
95
+ howTo,
96
+ seo: [
97
+ {
98
+ type: 'title',
99
+ text: 'Pfannenmaterialien: Wissenschaft und Praxis',
100
+ level: 2,
101
+ },
102
+ {
103
+ type: 'paragraph',
104
+ html: 'Nicht alle Pfannen sind gleich. Jedes Material hat unterschiedliche thermodynamische Eigenschaften, die beeinflussen, wie es Wärme verteilt, welche Temperaturen es aushält und wie es mit Lebensmitteln interagiert. Diese Unterschiede zu verstehen, ist der Schlüssel zur Wahl des richtigen Werkzeugs.',
105
+ },
106
+ {
107
+ type: 'title',
108
+ text: 'Gusseisen: Der Klassiker',
109
+ level: 3,
110
+ },
111
+ {
112
+ type: 'paragraph',
113
+ html: '<strong>Vorteile:</strong> Exzellente Wärmespeicherung, gleichmäßige Verteilung, natürliche Antihaftwirkung (wenn eingebrannt), hält Jahrhunderte, wird mit der Zeit besser. <strong>Nachteile:</strong> Schwer, erfordert Pflege, kann rosten, braucht länger zum Aufheizen, nicht geeignet für längeres Kochen mit Säuren.',
114
+ },
115
+ {
116
+ type: 'title',
117
+ text: 'Edelstahl: Der Allrounder',
118
+ level: 3,
119
+ },
120
+ {
121
+ type: 'paragraph',
122
+ html: '<strong>Vorteile:</strong> Langlebig, pflegeleicht, säurebeständig (Wein, Tomaten), leicht zu reinigen, vielseitig, relativ preiswert. <strong>Nachteile:</strong> Nicht von Natur aus antihaftbeschichtet, erfordert Technik (gut vorheizen), ungleichmäßige Wärmeverteilung (besser bei Mehrschichtboden).',
123
+ },
124
+ {
125
+ type: 'title',
126
+ text: 'Teflon/PTFE: Die Bequeme',
127
+ level: 3,
128
+ },
129
+ {
130
+ type: 'paragraph',
131
+ html: '<strong>Vorteile:</strong> Sofortige Antihaftwirkung, einfaches Kochen, leicht zu reinigen, preiswert. <strong>Nachteile:</strong> Zerfällt mit Zeit und Temperatur, muss alle 3-5 Jahre ersetzt werden, nicht sicher bei sehr hohen Temperaturen (>260°C).',
132
+ },
133
+ ],
134
+ ui: {
135
+ cookingStyle: 'Wie kochen Sie normalerweise?',
136
+ material: 'Materialart',
137
+ highHeat: 'Hohe Hitze',
138
+ sear: 'Anbraten / Versiegeln',
139
+ delicate: 'Empfindlich',
140
+ fry: 'Eier / Omeletts',
141
+ stew: 'Schmorgerichte',
142
+ slowCook: 'Langsames Garen',
143
+ fast: 'Schnell',
144
+ quick: 'Schnelles Kochen',
145
+ recommendation: 'Empfehlung',
146
+ characteristics: 'Eigenschaften',
147
+ castIron: 'Gusseisen',
148
+ stainlessSteel: 'Edelstahl',
149
+ carbon: 'Carbonstahl',
150
+ copper: 'Kupfer',
151
+ nonstick: 'Antihaft (Teflon)',
152
+ advantages: 'Vorteile',
153
+ disadvantages: 'Nachteile',
154
+ maintenance: 'Pflege',
155
+ durability: 'Langlebigkeit',
156
+ heatRetention: 'Wärmespeicherung',
157
+ price: 'Preis',
158
+ step1: 'Wie kochen Sie normalerweise?',
159
+ step2: 'Pflegeaufwand',
160
+ maintenanceLazy: 'Niedrig / Keiner',
161
+ maintenanceLazyDesc: 'Keine komplizierte Reinigung.',
162
+ maintenanceCare: 'Mittel',
163
+ maintenanceCareDesc: 'Normale Handwäsche.',
164
+ maintenanceRitual: 'Ritual (Hoch)',
165
+ maintenanceRitualDesc: 'Ich genieße das Einbrennen.',
166
+ idealPan: 'Ihre ideale Pfanne',
167
+ selectOptions: 'Optionen wählen',
168
+ seeRecommendation: 'Um Ihre Empfehlung zu sehen',
169
+ pro: 'PRO',
170
+ con: 'CONTRA',
171
+ masterTip: 'Meister-Tipp',
172
+ defaultTip: 'Die Kombination aus einer Edelstahlpfanne zum Anbraten und einer Antihaftpfanne für Eier ist die Basis jeder effizienten Küche.',
173
+ stainlessName: 'Edelstahl',
174
+ stainlessTag: 'Der Profi-Allrounder',
175
+ stainlessPro: 'Ewig haltbar und reaktionsfrei. Perfektes Anbraten.',
176
+ stainlessCon: 'Erfordert Technik (Temp.), damit nichts klebt.',
177
+ stainlessTip: 'Nutzen Sie den Leidenfrost-Effekt: Wenn ein Wassertropfen wie eine Perle rollt, ist sie bereit.',
178
+ nonstickName: 'Antihaftbeschichtet',
179
+ nonstickTag: 'Maximaler Komfort',
180
+ nonstickPro: 'Nichts bleibt kleben. Einfache Reinigung.',
181
+ nonstickCon: 'Hält kurz (2-3 Jahre). Keine hohe Hitze.',
182
+ nonstickTip: 'Immer von Hand waschen und Holz-/Silikonwerkzeuge verwenden, um die Lebensdauer zu verdoppeln.',
183
+ castironName: 'Gusseisen',
184
+ castironTag: 'Der zeitlose Klassiker',
185
+ castironPro: 'Unglaubliche Wärmespeicherung. Unvergänglich.',
186
+ castironCon: 'Sehr schwer. Erfordert regelmäßiges Einbrennen.',
187
+ castironTip: 'Heizt langsam auf, ist aber einmal heiß wie ein Panzer. Ideal für Steaks.',
188
+ carbonName: 'Carbonstahl',
189
+ carbonTag: 'Agilität am Herd',
190
+ carbonPro: 'Leicht wie Edelstahl, fast so gut wie Gusseisen.',
191
+ carbonCon: 'Rostet, wenn sie feucht bleibt. Rustikale Ästhetik.',
192
+ carbonTip: 'Je schwärzer und hässlicher sie wird, desto besser funktioniert sie. Geheimnis der besten Woks.',
193
+ enamelName: 'Emaille-Gusseisen',
194
+ enamelTag: 'Gourmet-Qualität',
195
+ enamelPro: 'Bestes langsames Kochen. Wunderschöne Ästhetik.',
196
+ enamelCon: 'Sehr teuer. Emaille ist stoßempfindlich.',
197
+ enamelTip: 'Perfekt für endlose Schmorgerichte. Die Emaille erlaubt problemloses Kochen mit Säuren (Tomate).',
198
+ },
199
+ schemas: [faqSchema, howToSchema, appSchema],
200
+ };
@@ -1,6 +1,6 @@
1
1
  import type { ToolLocaleContent } from '../../../types';
2
2
 
3
- const title = "Sélecteur d'Ustensiles Connecté | Guide de Cuisine";
3
+ const title = "Sélecteur d'Ustensiles Connecté Guide de Cuisine";
4
4
  const description = "Guide interactif pour choisir la meilleure poêle ou casserole selon votre style de cuisine. Fonte vs Acier Inoxydable vs Téflon. Trouvez votre outil parfait.";
5
5
  const faq = [
6
6
  {
@@ -72,8 +72,8 @@ const appSchema = {
72
72
  };
73
73
 
74
74
  export const content: ToolLocaleContent = {
75
- slug: 'cookware-selector',
76
- title: 'Sélecteur d\'Ustensiles Connecté | Guide de Cuisine',
75
+ slug: 'selecteur-ustensiles',
76
+ title: 'Sélecteur d\'Ustensiles Connecté Guide de Cuisine',
77
77
  description: 'Guide interactif pour choisir la meilleure poêle ou casserole selon votre style de cuisine. Fonte vs Acier Inoxydable vs Téflon. Trouvez votre outil parfait.',
78
78
  faqTitle: 'Questions Fréquemment Posées',
79
79
  bibliographyTitle: 'Sources et Bibliographie',