@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,183 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Backform Umrechner Skalierung für Konditorei';
4
+ const description =
5
+ 'Passen Sie jedes Backrezept an Ihre Formen an. Berechnen Sie automatisch den Umrechnungsfaktor für runde, quadratische und rechteckige Formen mit professioneller Präzision.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Wie funktioniert der Multiplikationsfaktor genau?',
10
+ answer:
11
+ 'Der Faktor ergibt sich aus der Fläche Ihrer Zielform geteilt durch die Fläche der Originalform aus dem Rezept. Wenn das Ergebnis 1,5 ist, multiplizieren Sie jede Zutat mit diesem Wert.',
12
+ },
13
+ {
14
+ question: 'Kann ich eine runde Form in eine quadratische umrechnen?',
15
+ answer:
16
+ 'Ja, das Tool nutzt präzise geometrische Formeln, um Oberflächen unabhängig von der Form zu vergleichen. Geben Sie einfach die Maße ein, und das System berechnet die Entsprechung automatisch.',
17
+ },
18
+ {
19
+ question: 'Was ist mit der Höhe der Backformen?',
20
+ answer:
21
+ 'Dieses Tool konzentriert sich auf die Grundfläche, den kritischsten Faktor. Wenn Ihre Form deutlich höher oder flacher als das Original ist, müssen Sie die Backzeit eventuell leicht anpassen.',
22
+ },
23
+ {
24
+ question: 'Wie füge ich Zutaten zur Liste hinzu?',
25
+ answer:
26
+ 'Klicken Sie auf die Schaltfläche unten, um eine neue Zeile hinzuzufügen. Geben Sie den Namen und das Originalgewicht ein; das skalierte Gewicht wird sofort berechnet.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Originalrezept definieren',
33
+ text: 'Wählen Sie Form und Maße der Backform aus, für die das Rezept ursprünglich geschrieben wurde.',
34
+ },
35
+ {
36
+ name: 'Eigene Form konfigurieren',
37
+ text: 'Geben Sie die Maße Ihrer eigenen Backform ein. Das System berechnet sofort den Umrechnungsfaktor.',
38
+ },
39
+ {
40
+ name: 'Zutatenrechner nutzen',
41
+ text: 'Fügen Sie die Zutaten Ihres Rezepts hinzu, um die exakten Mengen für Ihre Form zu sehen.',
42
+ },
43
+ {
44
+ name: 'Backzeit anpassen',
45
+ text: 'Beachten Sie, dass eine Änderung der Größe meist eine Änderung der Backzeit bedeutet, auch wenn die Temperatur gleich bleibt.',
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: 'backform-rechner',
82
+ title,
83
+ description,
84
+ faqTitle: 'Häufig gestellte Fragen zur Skalierung',
85
+ bibliographyTitle: 'Quellen und Referenzen',
86
+
87
+ ui: {
88
+ originalRecipe: 'Originalrezept',
89
+ yourMold: 'Ihre Form',
90
+ round: 'Rund',
91
+ square: 'Quadratisch',
92
+ rectangular: 'Rechteckig',
93
+ diameter: 'Durchmesser (cm)',
94
+ side: 'Seite (cm)',
95
+ width: 'Breite (cm)',
96
+ length: 'Länge (cm)',
97
+ multiplyingFactor: 'Umrechnungsfaktor',
98
+ equivalentMolds: 'Die Formen sind identisch. Verwenden Sie dieselben Mengen.',
99
+ smallerMold: 'Ihre Form ist kleiner. Multiplizieren Sie die Zutaten mit',
100
+ largerMold: 'Ihre Form ist größer. Multiplizieren Sie die Zutaten mit',
101
+ ingredientCalculator: 'Zutatenrechner',
102
+ addIngredient: 'Zutat hinzufügen',
103
+ ingredient: 'Zutat',
104
+ original: 'Original',
105
+ final: 'Ergebnis',
106
+ exampleIngredient: 'z.B. Mehl',
107
+ delete: 'Löschen',
108
+ originalVisualization: 'Original',
109
+ yourVisualization: 'Ihre Form',
110
+ defaultIngredient1: 'Mehl',
111
+ defaultIngredient2: 'Zucker',
112
+ reduce: 'Reduzieren',
113
+ increase: 'Erhöhen',
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: 'Leitfaden zur Skalierung von Backrezepten',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Das Umrechnen von Rezeptmengen für verschiedene Backformen ist eine grundlegende Aufgabe in der Konditorei. Es geht darum, die <strong>geometrischen Proportionen</strong> zu wahren.',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: 'Faktor 20cm zu 25cm',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: 'Kreisflächenformel',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: 'Faktor 25cm zu 20cm',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: 'Max. Füllhöhe',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'Fehler beim Ändern der Größe',
167
+ level: 3,
168
+ },
169
+ {
170
+ type: 'list',
171
+ items: [
172
+ '<strong>Lineare Skalierung:</strong> Den Durchmesser zu verdoppeln vervierfacht die Zutatenmenge.',
173
+ '<strong>Höhe ignorieren:</strong> Tiefere Formen brauchen deutlich mehr Zeit im Zentrum.',
174
+ '<strong>Backtriebmittel:</strong> Backpulver muss nicht immer exakt linear mitskaliert werden.',
175
+ ],
176
+ },
177
+ {
178
+ type: 'tip',
179
+ html: 'Füllen Sie eine Backform nie mehr als zu 2/3, um ein Überlaufen beim Backen zu verhindern.',
180
+ },
181
+ ],
182
+ schemas: [appSchema, faqSchema, howToSchema],
183
+ };
@@ -1,10 +1,91 @@
1
1
  import type { ToolLocaleContent } from '../../../types';
2
2
 
3
+ const title = 'Cake Pan Size Converter and Baking Scaler';
4
+ const description =
5
+ 'Scale any baking recipe to your pans instantly. Calculate the conversion factor for round, square, and rectangular molds with professional precision.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'How exactly is the multiplying factor calculated?',
10
+ answer:
11
+ 'The factor is derived by dividing the surface area of your target pan by the surface area of the original pan mentioned in the recipe. If the result is 1.5, you multiply every ingredient weight by 1.5.',
12
+ },
13
+ {
14
+ question: 'Can I convert a round cake pan to a square one?',
15
+ answer:
16
+ 'Yes, our tool uses geometric formulas to compare surface areas regardless of shape. Simply enter the dimensions and the system handles the area equivalence automatically.',
17
+ },
18
+ {
19
+ question: 'Does pan height affect the calculation?',
20
+ answer:
21
+ 'This tool focuses on the base area, which is the most critical factor for most cakes. If your pan is significantly taller or shorter than the original, you might need additional timing adjustments during baking.',
22
+ },
23
+ {
24
+ question: 'How do I add multiple ingredients to my list?',
25
+ answer:
26
+ 'Click the "Add Ingredient" button to create a new row. Type the name and original weight; the final column updates instantly with the scaled amount based on the current factor.',
27
+ },
28
+ {
29
+ question: 'Is scaling reliable for very large sheet pans?',
30
+ answer:
31
+ 'Mathematically yes, but keep in mind that very large cakes take much longer to cook in the center. You may need to lower the oven temperature slightly to prevent the edges from over-baking.',
32
+ },
33
+ ];
34
+
35
+ const howTo = [
36
+ {
37
+ name: 'Define the original recipe pan',
38
+ text: 'Select the shape and dimensions of the cake pan the recipe was originally designed for.',
39
+ },
40
+ {
41
+ name: 'Input your target pan measurements',
42
+ text: 'Select your pan shape and enter its dimensions. The system will calculate the scaling factor immediately.',
43
+ },
44
+ {
45
+ name: 'Use the ingredient weight converter',
46
+ text: 'Add your recipe ingredients to see exactly how much of each you need for the new pan size.',
47
+ },
48
+ {
49
+ name: 'Monitor bake times',
50
+ text: 'Remember that changing pan size usually requires timing adjustments even if the temperature remains the same.',
51
+ },
52
+ ];
53
+
54
+ const faqSchema = {
55
+ '@context': 'https://schema.org',
56
+ '@type': 'FAQPage',
57
+ mainEntity: faq.map((item) => ({
58
+ '@type': 'Question',
59
+ name: item.question,
60
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
61
+ })),
62
+ };
63
+
64
+ const howToSchema = {
65
+ '@context': 'https://schema.org',
66
+ '@type': 'HowTo',
67
+ name: title,
68
+ description,
69
+ step: howTo.map((step) => ({
70
+ '@type': 'HowToStep',
71
+ name: step.name,
72
+ text: step.text,
73
+ })),
74
+ };
75
+
76
+ const appSchema = {
77
+ '@context': 'https://schema.org',
78
+ '@type': 'SoftwareApplication',
79
+ name: title,
80
+ description,
81
+ applicationCategory: 'UtilitiesApplication',
82
+ operatingSystem: 'All',
83
+ };
84
+
3
85
  export const content: ToolLocaleContent = {
4
86
  slug: 'cake-pan-size-converter-calculator',
5
- title: 'Cake Pan Size Converter and Baking Scaler',
6
- description:
7
- 'Scale any baking recipe to your pans instantly. Calculate the conversion factor for round, square, and rectangular molds with professional precision.',
87
+ title,
88
+ description,
8
89
  faqTitle: 'Baking Scaling Frequently Asked Questions',
9
90
  bibliographyTitle: 'Scientific Baking Resources and References',
10
91
 
@@ -37,33 +118,7 @@ export const content: ToolLocaleContent = {
37
118
  increase: 'Increase',
38
119
  },
39
120
 
40
- faq: [
41
- {
42
- question: 'How exactly is the multiplying factor calculated?',
43
- answer:
44
- 'The factor is derived by dividing the surface area of your target pan by the surface area of the original pan mentioned in the recipe. If the result is 1.5, you multiply every ingredient weight by 1.5.',
45
- },
46
- {
47
- question: 'Can I convert a round cake pan to a square one?',
48
- answer:
49
- 'Yes, our tool uses geometric formulas to compare surface areas regardless of shape. Simply enter the dimensions and the system handles the area equivalence automatically.',
50
- },
51
- {
52
- question: 'Does pan height affect the calculation?',
53
- answer:
54
- 'This tool focuses on the base area, which is the most critical factor for most cakes. If your pan is significantly taller or shorter than the original, you might need additional timing adjustments during baking.',
55
- },
56
- {
57
- question: 'How do I add multiple ingredients to my list?',
58
- answer:
59
- 'Click the "Add Ingredient" button to create a new row. Type the name and original weight; the final column updates instantly with the scaled amount based on the current factor.',
60
- },
61
- {
62
- question: 'Is scaling reliable for very large sheet pans?',
63
- answer:
64
- 'Mathematically yes, but keep in mind that very large cakes take much longer to cook in the center. You may need to lower the oven temperature slightly to prevent the edges from over-baking.',
65
- },
66
- ],
121
+ faq,
67
122
 
68
123
  bibliography: [
69
124
  {
@@ -76,24 +131,7 @@ export const content: ToolLocaleContent = {
76
131
  },
77
132
  ],
78
133
 
79
- howTo: [
80
- {
81
- name: 'Define the original recipe pan',
82
- text: 'Select the shape and dimensions of the cake pan the recipe was originally designed for.',
83
- },
84
- {
85
- name: 'Input your target pan measurements',
86
- text: 'Select your pan shape and enter its dimensions. The system will calculate the scaling factor immediately.',
87
- },
88
- {
89
- name: 'Use the ingredient weight converter',
90
- text: 'Add your recipe ingredients to see exactly how much of each you need for the new pan size.',
91
- },
92
- {
93
- name: 'Monitor bake times',
94
- text: 'Remember that changing pan size usually requires timing adjustments even if the temperature remains the same.',
95
- },
96
- ],
134
+ howTo,
97
135
 
98
136
  seo: [
99
137
  {
@@ -253,16 +291,5 @@ export const content: ToolLocaleContent = {
253
291
  },
254
292
  ],
255
293
 
256
-
257
- schemas: [
258
- {
259
- '@context': 'https://schema.org',
260
- '@type': 'WebApplication',
261
- 'name': 'JJLMoya Cake Pan Scaler',
262
- 'url': 'https://utils.jjlmoya.com/en/cake-pan-size-converter-calculator',
263
- 'description': 'Professional tool to convert ingredient weights between different baking pan sizes and shapes.',
264
- 'applicationCategory': 'UtilitiesApplication',
265
- 'operatingSystem': 'All',
266
- },
267
- ],
294
+ schemas: [appSchema, faqSchema, howToSchema],
268
295
  };
@@ -1,10 +1,91 @@
1
1
  import type { ToolLocaleContent } from '../../../types';
2
2
 
3
+ const title = 'Calculadora para Escalar Moldes de Repostería';
4
+ const description =
5
+ 'Adapta cualquier receta de repostería a tus moldes. Calcula automáticamente el factor de conversión para moldes redondos, cuadrados y rectangulares con precisión profesional.';
6
+
7
+ const faq = [
8
+ {
9
+ question: '¿Cómo funciona exactamente el factor multiplicador?',
10
+ answer:
11
+ 'El factor se obtiene dividiendo el área de tu molde objetivo entre el área del molde de la receta original. Si el resultado es 1.5, significa que debes multiplicar cada ingrediente por esa cifra para obtener el volumen correcto.',
12
+ },
13
+ {
14
+ question: '¿Puedo convertir un molde redondo a uno cuadrado?',
15
+ answer:
16
+ 'Sí, la herramienta utiliza fórmulas geométricas precisas para comparar superficies sin importar la forma. Solo introduce las medidas y el sistema hará la equivalencia de áreas automáticamente.',
17
+ },
18
+ {
19
+ question: '¿Qué ocurre con la altura de los moldes?',
20
+ answer:
21
+ 'Esta herramienta se centra en el área de la base, que es el factor más crítico. Si tu molde es significativamente más alto o bajo que el original, podrías necesitar un pequeño ajuste adicional en el tiempo de horneado.',
22
+ },
23
+ {
24
+ question: '¿Cómo añado ingredientes a la lista?',
25
+ answer:
26
+ 'Haz clic en el botón inferior para añadir una nueva fila. Escribe el nombre y el peso original; la columna final se actualizará instantáneamente con la cantidad escalada.',
27
+ },
28
+ {
29
+ question: '¿Es fiable el escalado para moldes muy grandes?',
30
+ answer:
31
+ 'Matemáticamente es exacto, pero ten en cuenta que los pasteles muy grandes tardan más en cocinarse en el centro y pueden necesitar una temperatura ligeramente inferior para evitar que se quemen los bordes.',
32
+ },
33
+ ];
34
+
35
+ const howTo = [
36
+ {
37
+ name: 'Define el molde de la receta',
38
+ text: 'Selecciona la forma y dimensiones del molde para el que está diseñada originalmente la receta que quieres preparar.',
39
+ },
40
+ {
41
+ name: 'Configura tu propio molde',
42
+ text: 'Introduce las medidas del molde que tienes en casa. El sistema calculará el factor de conversión inmediatamente.',
43
+ },
44
+ {
45
+ name: 'Utiliza la calculadora de ingredientes',
46
+ text: 'Añade los ingredientes de tu receta para ver las cantidades exactas que necesitas para que el pastel tenga el mismo grosor.',
47
+ },
48
+ {
49
+ name: 'Ajusta el horneado',
50
+ text: 'Recuerda que un cambio de tamaño suele implicar una variación en el tiempo de horno aunque la temperatura sea la misma.',
51
+ },
52
+ ];
53
+
54
+ const faqSchema = {
55
+ '@context': 'https://schema.org',
56
+ '@type': 'FAQPage',
57
+ mainEntity: faq.map((item) => ({
58
+ '@type': 'Question',
59
+ name: item.question,
60
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
61
+ })),
62
+ };
63
+
64
+ const howToSchema = {
65
+ '@context': 'https://schema.org',
66
+ '@type': 'HowTo',
67
+ name: title,
68
+ description,
69
+ step: howTo.map((step) => ({
70
+ '@type': 'HowToStep',
71
+ name: step.name,
72
+ text: step.text,
73
+ })),
74
+ };
75
+
76
+ const appSchema = {
77
+ '@context': 'https://schema.org',
78
+ '@type': 'SoftwareApplication',
79
+ name: title,
80
+ description,
81
+ applicationCategory: 'UtilitiesApplication',
82
+ operatingSystem: 'All',
83
+ };
84
+
3
85
  export const content: ToolLocaleContent = {
4
86
  slug: 'moldes',
5
- title: 'Calculadora para Escalar Moldes de Repostería',
6
- description:
7
- 'Adapta cualquier receta de repostería a tus moldes. Calcula automáticamente el factor de conversión para moldes redondos, cuadrados y rectangulares con precisión profesional.',
87
+ title,
88
+ description,
8
89
  faqTitle: 'Preguntas Frecuentes sobre el Escalado',
9
90
  bibliographyTitle: 'Fuentes y Referencias Científicas',
10
91
 
@@ -37,33 +118,7 @@ export const content: ToolLocaleContent = {
37
118
  increase: 'Aumenta',
38
119
  },
39
120
 
40
- faq: [
41
- {
42
- question: '¿Cómo funciona exactamente el factor multiplicador?',
43
- answer:
44
- 'El factor se obtiene dividiendo el área de tu molde objetivo entre el área del molde de la receta original. Si el resultado es 1.5, significa que debes multiplicar cada ingrediente por esa cifra para obtener el volumen correcto.',
45
- },
46
- {
47
- question: '¿Puedo convertir un molde redondo a uno cuadrado?',
48
- answer:
49
- 'Sí, la herramienta utiliza fórmulas geométricas precisas para comparar superficies sin importar la forma. Solo introduce las medidas y el sistema hará la equivalencia de áreas automáticamente.',
50
- },
51
- {
52
- question: '¿Qué ocurre con la altura de los moldes?',
53
- answer:
54
- 'Esta herramienta se centra en el área de la base, que es el factor más crítico. Si tu molde es significativamente más alto o bajo que el original, podrías necesitar un pequeño ajuste adicional en el tiempo de horneado.',
55
- },
56
- {
57
- question: '¿Cómo añado ingredientes a la lista?',
58
- answer:
59
- 'Haz clic en el botón inferior para añadir una nueva fila. Escribe el nombre y el peso original; la columna final se actualizará instantáneamente con la cantidad escalada.',
60
- },
61
- {
62
- question: '¿Es fiable el escalado para moldes muy grandes?',
63
- answer:
64
- 'Matemáticamente es exacto, pero ten en cuenta que los pasteles muy grandes tardan más en cocinarse en el centro y pueden necesitar una temperatura ligeramente inferior para evitar que se quemen los bordes.',
65
- },
66
- ],
121
+ faq,
67
122
 
68
123
  bibliography: [
69
124
  {
@@ -76,24 +131,7 @@ export const content: ToolLocaleContent = {
76
131
  },
77
132
  ],
78
133
 
79
- howTo: [
80
- {
81
- name: 'Define el molde de la receta',
82
- text: 'Selecciona la forma y dimensiones del molde para el que está diseñada originalmente la receta que quieres preparar.',
83
- },
84
- {
85
- name: 'Configura tu propio molde',
86
- text: 'Introduce las medidas del molde que tienes en casa. El sistema calculará el factor de conversión inmediatamente.',
87
- },
88
- {
89
- name: 'Utiliza la calculadora de ingredientes',
90
- text: 'Añade los ingredientes de tu receta para ver las cantidades exactas que necesitas para que el pastel tenga el mismo grosor.',
91
- },
92
- {
93
- name: 'Ajusta el horneado',
94
- text: 'Recuerda que un cambio de tamaño suele implicar una variación en el tiempo de horno aunque la temperatura sea la misma.',
95
- },
96
- ],
134
+ howTo,
97
135
 
98
136
  seo: [
99
137
  {
@@ -253,17 +291,5 @@ export const content: ToolLocaleContent = {
253
291
  },
254
292
  ],
255
293
 
256
-
257
- schemas: [
258
- {
259
- '@context': 'https://schema.org',
260
- '@type': 'WebApplication',
261
- 'name': 'Escalador de Moldes JJLMoya',
262
- 'url': 'https://utils.jjlmoya.com/es/escalador-moldes',
263
- 'description': 'Herramienta profesional para convertir cantidades de ingredientes entre diferentes tamaños de moldes de repostería.',
264
- 'applicationCategory': 'UtilitiesApplication',
265
- 'operatingSystem': 'All',
266
- },
267
- ],
294
+ schemas: [appSchema, faqSchema, howToSchema],
268
295
  };
269
-