@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,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
+ };
@@ -0,0 +1,169 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Kalkulator Skala Loyang Kue';
4
+ const description =
5
+ 'Sesuaikan resep kue apa pun dengan loyang Anda. Hitung faktor konversi secara otomatis untuk loyang bulat, persegi, dan persegi panjang dengan presisi profesional.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Bagaimana cara kerja faktor pengali?',
10
+ answer:
11
+ 'Faktor diperoleh dengan membagi luas loyang target dengan luas loyang resep asli. Jika hasilnya 1.5, berarti Anda harus mengalikan setiap bahan dengan angka tersebut.',
12
+ },
13
+ {
14
+ question: 'Bisakah saya mengonversi loyang bulat ke loyang persegi?',
15
+ answer:
16
+ 'Ya, alat ini menggunakan rumus geometri yang tepat untuk membandingkan permukaan tanpa memandang bentuknya. Cukup masukkan ukurannya dan sistem akan melakukan sinkronisasi otomatis.',
17
+ },
18
+ {
19
+ question: 'Bagaimana dengan tinggi loyang?',
20
+ answer:
21
+ 'Alat ini berfokus pada luas dasar loyang. Jika loyang Anda jauh lebih tinggi atau lebih pendek dari aslinya, Anda mungkin perlu sedikit penyesuaian pada waktu pemanggangan.',
22
+ },
23
+ {
24
+ question: 'Bagaimana cara menambahkan bahan ke daftar?',
25
+ answer:
26
+ 'Klik tombol di bawah untuk menambah baris baru. Tulis nama dan berat asli; berat hasil skala akan diperbarui secara instan.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Tentukan loyang resep',
33
+ text: 'Pilih bentuk dan dimensi loyang yang digunakan dalam resep asli yang ingin Anda buat.',
34
+ },
35
+ {
36
+ name: 'Atur loyang Anda sendiri',
37
+ text: 'Masukkan ukuran loyang yang Anda miliki di rumah. Sistem akan segera menghitung faktor konversi.',
38
+ },
39
+ {
40
+ name: 'Gunakan kalkulator bahan',
41
+ text: 'Tambahkan bahan-bahan resep Anda untuk melihat jumlah persis yang Anda butuhkan untuk loyang tersebut.',
42
+ },
43
+ {
44
+ name: 'Sesuaikan pemanggangan',
45
+ text: 'Ingatlah bahwa perubahan ukuran sering kali memerlukan variasi waktu oven meskipun suhunya sama.',
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: 'skala-loyang',
82
+ title,
83
+ description,
84
+ faqTitle: 'Pertanyaan Umum tentang Skala',
85
+ bibliographyTitle: 'Sumber dan Referensi',
86
+
87
+ ui: {
88
+ originalRecipe: 'Resep Asli',
89
+ yourMold: 'Loyang Anda',
90
+ round: 'Bulat',
91
+ square: 'Persegi',
92
+ rectangular: 'Persegi Panjang',
93
+ diameter: 'Diameter (cm)',
94
+ side: 'Sisi (cm)',
95
+ width: 'Lebar (cm)',
96
+ length: 'Panjang (cm)',
97
+ multiplyingFactor: 'Faktor Pengali',
98
+ equivalentMolds: 'Loyang setara. Gunakan jumlah yang sama.',
99
+ smallerMold: 'Loyang Anda lebih kecil. Kurangi bahan dengan mengalikan',
100
+ largerMold: 'Loyang Anda lebih besar. Tambah bahan dengan mengalikan',
101
+ ingredientCalculator: 'Kalkulator Bahan',
102
+ addIngredient: 'Tambah Bahan',
103
+ ingredient: 'Bahan',
104
+ original: 'Asli',
105
+ final: 'Hasil Akhir',
106
+ exampleIngredient: 'Mis. Tepung',
107
+ delete: 'Hapus',
108
+ originalVisualization: 'Asli',
109
+ yourVisualization: 'Milik Anda',
110
+ defaultIngredient1: 'Tepung',
111
+ defaultIngredient2: 'Gula',
112
+ reduce: 'Kurangi',
113
+ increase: 'Tambah',
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: 'Panduan Skala Resep Berdasarkan Loyang',
132
+ },
133
+ {
134
+ type: 'paragraph',
135
+ html: 'Mengonversi jumlah bahan untuk loyang yang berbeda memerlukan kepatuhan pada <strong>proporsi geometri</strong> untuk menjaga tekstur ideal.',
136
+ },
137
+ {
138
+ type: 'stats',
139
+ columns: 4,
140
+ items: [
141
+ {
142
+ value: 'x1.56',
143
+ label: 'Faktor 20cm ke 25cm',
144
+ icon: 'mdi:resize',
145
+ },
146
+ {
147
+ value: 'πr²',
148
+ label: 'Rumus Luas Lingkaran',
149
+ icon: 'mdi:math-compass',
150
+ },
151
+ {
152
+ value: '0.64',
153
+ label: 'Faktor 25cm ke 20cm',
154
+ icon: 'mdi:arrow-down-bold-outline',
155
+ },
156
+ {
157
+ value: '2/3',
158
+ label: 'Isi Maksimal',
159
+ icon: 'mdi:format-vertical-align-top',
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'tip',
165
+ html: 'Jangan pernah mengisi loyang lebih dari 2/3 kapasitasnya, apa pun faktor yang dihitung.',
166
+ },
167
+ ],
168
+ schemas: [appSchema, faqSchema, howToSchema],
169
+ };
@@ -0,0 +1,170 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = 'Calcolatore per Adattare Stampi da Pasticceria';
4
+ const description =
5
+ 'Adatta qualsiasi ricetta di pasticceria ai tuoi stampi. Calcola automaticamente il fattore di conversione per stampi rotondi, quadrati e rettangolari con precisione professionale.';
6
+
7
+ const faq = [
8
+ {
9
+ question: 'Come funziona esattamente il fattore di moltiplicazione?',
10
+ answer:
11
+ 'Il fattore si ottiene dividendo l\'area del tuo stampo obiettivo per l\'area dello stampo della ricetta originale. Se il risultato è 1.5, devi moltiplicare ogni ingrediente per quella cifra.',
12
+ },
13
+ {
14
+ question: 'Posso convertire uno stampo rotondo in uno quadrato?',
15
+ answer:
16
+ 'Sì, lo strumento utilizza formule geometriche precise per confrontare le superfici indipendentemente dalla forma. Inserisci le misure e il sistema farà l\'equivalenza automaticamente.',
17
+ },
18
+ {
19
+ question: 'Cosa succede con l\'altezza degli stampi?',
20
+ answer:
21
+ 'Questo strumento si concentra sull\'area della base. Se il tuo stampo è significativamente più alto o basso dell\'originale, potresti aver bisogno di un piccolo aggiustamento nel tempo di cottura.',
22
+ },
23
+ {
24
+ question: 'Come aggiungo ingredienti alla lista?',
25
+ answer:
26
+ 'Clicca sul pulsante in basso per aggiungere una nuova riga. Scrivi il nome e il peso originale; la colonna finale si aggiornerà istantaneamente con la quantità scalata.',
27
+ },
28
+ ];
29
+
30
+ const howTo = [
31
+ {
32
+ name: 'Definisci lo stampo della ricetta',
33
+ text: 'Seleziona la forma e le dimensioni dello stampo originale per cui è stata pensata la ricetta.',
34
+ },
35
+ {
36
+ name: 'Configura il tuo stampo',
37
+ text: 'Inserisci le misure dello stampo che hai a casa. Il sistema calcolerà immediatamente il fattore di conversione.',
38
+ },
39
+ {
40
+ name: 'Usa il calcolatore di ingredienti',
41
+ text: 'Aggiungi gli ingredienti della tua ricetta per vedere le quantità esatte necessarie per il tuo stampo.',
42
+ },
43
+ {
44
+ name: 'Regola la cottura',
45
+ text: 'Ricorda che un cambio di dimensioni implica spesso una variazione nel tempo di cottura, anche se la temperatura resta la stessa.',
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: 'stampi',
82
+ title,
83
+ description,
84
+ faqTitle: 'Domande Frequenti sull\'Adattamento',
85
+ bibliographyTitle: 'Fonti e Riferimenti',
86
+
87
+ ui: {
88
+ originalRecipe: 'Ricetta Originale',
89
+ yourMold: 'Tuo Stampo',
90
+ round: 'Rotondo',
91
+ square: 'Quadrato',
92
+ rectangular: 'Rettangolare',
93
+ diameter: 'Diametro (cm)',
94
+ side: 'Lato (cm)',
95
+ width: 'Larghezza (cm)',
96
+ length: 'Lunghezza (cm)',
97
+ multiplyingFactor: 'Fattore Multiplicatore',
98
+ equivalentMolds: 'Gli stampi sono equivalenti. Usa le stesse quantità.',
99
+ smallerMold: 'Il tuo stampo è più piccolo. Moltiplica gli ingredienti per',
100
+ largerMold: 'Il tuo stampo è più grande. Moltiplica gli ingredienti per',
101
+ ingredientCalculator: 'Calcolatore Ingredienti',
102
+ addIngredient: 'Aggiungi Ingrediente',
103
+ ingredient: 'Ingrediente',
104
+ original: 'Originale',
105
+ final: 'Finale',
106
+ exampleIngredient: 'Es. Farina',
107
+ delete: 'Elimina',
108
+ originalVisualization: 'Originale',
109
+ yourVisualization: 'Tuo',
110
+ defaultIngredient1: 'Farina',
111
+ defaultIngredient2: 'Zucchero',
112
+ reduce: 'Riduci',
113
+ increase: 'Aumenta',
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: 'Guida per Adattare le Ricette allo Stampo',
132
+ level: 2,
133
+ },
134
+ {
135
+ type: 'paragraph',
136
+ html: 'Convertire le quantità di una ricetta per uno stampo diverso richiede di rispettare le <strong>proporzioni geometriche</strong> per mantenere consistenza e cottura ideali.',
137
+ },
138
+ {
139
+ type: 'stats',
140
+ columns: 4,
141
+ items: [
142
+ {
143
+ value: 'x1.56',
144
+ label: 'Fattore da 20cm a 25cm',
145
+ icon: 'mdi:resize',
146
+ },
147
+ {
148
+ value: 'πr²',
149
+ label: 'Formula area circolare',
150
+ icon: 'mdi:math-compass',
151
+ },
152
+ {
153
+ value: '0.64',
154
+ label: 'Fattore da 25cm a 20cm',
155
+ icon: 'mdi:arrow-down-bold-outline',
156
+ },
157
+ {
158
+ value: '2/3',
159
+ label: 'Capacità Max',
160
+ icon: 'mdi:format-vertical-align-top',
161
+ },
162
+ ],
163
+ },
164
+ {
165
+ type: 'tip',
166
+ html: 'Non riempire mai uno stampo oltre i 2/3 della sua capacità, indipendentemente dal fattore calcolato.',
167
+ },
168
+ ],
169
+ schemas: [appSchema, faqSchema, howToSchema],
170
+ };
@@ -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であれば、各材料の分量に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: 'cake-pan-size-converter-calculator',
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
+ };