@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,164 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Napolitaans Pizzadeeg Calculator";
4
+ const description = "Bereken de exacte verhoudingen van bloem, water, zout en gist voor authentieke Napolitaanse pizza thuis.";
5
+ const faq = [
6
+ {
7
+ question: "Wat is de ideale hydratatie voor Napolitaanse pizza?",
8
+ answer: "Volgens het AVPN-protocol is de standaard hydratatie 63-67%. Voor beginners is 60-62% makkelijker te hanteren. Gevorderde pizzabakkers met sterke bloem (W300+) kunnen 70-75% gebruiken voor uitstekende resultaten.",
9
+ },
10
+ {
11
+ question: "Hoe lang moet het deeg rijpen?",
12
+ answer: "Minimaal 24 uur in de koelkast (4°C) om enzymen te activeren. Optimaal is 48-72 uur. Boven de 72 uur heb je zeer sterke bloem (W300+) nodig, anders wordt het deeg te zuur.",
13
+ },
14
+ {
15
+ question: "Kan het met droge gist?",
16
+ answer: "Ja. Droge gist staat gelijk aan 0,4x de hoeveelheid verse gist (1g droog = 2,5g vers). De kwaliteit is vergelijkbaar, maar verse gist geeft een vollere smaak.",
17
+ },
18
+ {
19
+ question: "Kan ik Napolitaanse pizza maken in een gewone oven?",
20
+ answer: "Ja, maar met aanpassingen. Verwarm de oven voor op de maximale stand (250-280°C) met een pizzasteen gedurende 45-60 minuten. De baktijd is dan 5-7 minuten.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Bereken de verhoudingen",
26
+ text: "Gebruik deze calculator om de exacte grammen van elk ingrediënt te krijgen op basis van het aantal pizza's en het gewicht van de deegbollen.",
27
+ },
28
+ {
29
+ name: "Meng het deeg",
30
+ text: "Combineer bloem met lauwwarm water (22-25°C), zout en gist. Kneed 8-10 minuten met een machine of 15-20 minuten met de hand.",
31
+ },
32
+ {
33
+ name: "Bulkrijs",
34
+ text: "Laat het hele deeg 1-2 uur op kamertemperatuur rijzen tot het in volume verdubbeld is.",
35
+ },
36
+ {
37
+ name: "Bolletjes maken",
38
+ text: "Verdeel het deeg in porties van het aangegeven gewicht. Laat ze rusten voordat je de definitieve bollen vormt.",
39
+ },
40
+ {
41
+ name: "Lange rijping",
42
+ text: "Plaats de bollen in een luchtdichte doos in de koelkast (4°C) voor 24-72 uur. Dit is de cruciale stap voor smaak en verteerbaarheid.",
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: "napolitaans-pizzadeeg-calculator",
80
+ title,
81
+ description,
82
+ faqTitle: "Veelgestelde Vragen",
83
+ bibliographyTitle: "Referenties",
84
+ ui: {
85
+ parameters: "Parameters",
86
+ quantity: "Aantal",
87
+ pizzas: "pizza's",
88
+ weight: "Gewicht per bol",
89
+ small: "Klein (180g)",
90
+ standard: "Standaard (260g)",
91
+ large: "Groot (350g)",
92
+ hydration: "Hydratatie",
93
+ classic: "Klassiek (55-60%)",
94
+ modern: "Modern (65-70%)",
95
+ high: "Hoog (75%+)",
96
+ salt: "Zout",
97
+ fermentation_tip_title: "Rijpings Tip",
98
+ fermentation_tip:
99
+ "Voor een beter verteerbaar deeg, laat je het 24u in de koelkast (4°C) rijpen met <strong>0,3g</strong> verse gist per 100g bloem.",
100
+ your_recipe: "Jouw Recept",
101
+ fresh_yeast: "Verse Gist",
102
+ dry_yeast: "Droog",
103
+ flour: "Bloem (W260-300)",
104
+ water: "Water",
105
+ salt_label: "Zeezout",
106
+ yeast: "Gist",
107
+ yeast_note: "Voor 8u bij 20°C",
108
+ total_weight: "Totaal Deeggewicht",
109
+ approx: "ca.",
110
+ visual_note:
111
+ "De visuele grootte staat voor de geschatte diameter van de pizza op basis van het gewicht van de deegbol.",
112
+ },
113
+ faq,
114
+ howTo,
115
+ bibliography: [
116
+ {
117
+ name: "Associazione Verace Pizza Napoletana",
118
+ url: "https://www.pizzanapoletana.org/",
119
+ },
120
+ ],
121
+ seo: [
122
+ {
123
+ type: 'title',
124
+ text: 'Gids voor Authentiek Napolitaans Pizzadeeg',
125
+ level: 2,
126
+ },
127
+ {
128
+ type: 'paragraph',
129
+ html: '<strong>Napolitaanse pizza</strong> is cultureel erfgoed. Succes hangt af van de precisie tussen tijd, temperatuur en hydratatie.',
130
+ },
131
+ {
132
+ type: 'stats',
133
+ columns: 4,
134
+ items: [
135
+ {
136
+ value: '480°C',
137
+ label: 'Baktemperatuur',
138
+ icon: 'mdi:fire',
139
+ },
140
+ {
141
+ value: '60-90s',
142
+ label: 'Baktijd',
143
+ icon: 'mdi:clock-fast',
144
+ },
145
+ {
146
+ value: '65%',
147
+ label: 'Std. Hydratatie',
148
+ icon: 'mdi:water-percent',
149
+ },
150
+ {
151
+ value: 'W280',
152
+ label: 'Bloemsterkte',
153
+ icon: 'mdi:grain',
154
+ },
155
+ ],
156
+ },
157
+ {
158
+ type: 'tip',
159
+ title: 'De Koelkast Truc',
160
+ html: 'Een rijping van 24 uur bij 4°C zorgt voor complexe smaken die op kamertemperatuur onmogelijk zijn.',
161
+ },
162
+ ],
163
+ schemas: [faqSchema, howToSchema, appSchema],
164
+ };
@@ -0,0 +1,125 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Kalkulator Ciasta na Pizzę Neapolitańską";
4
+ const description = "Oblicz dokładne proporcje mąki, wody, soli i drożdży, aby przygotować autentyczną pizzę neapolitańską w domu.";
5
+ const faq = [
6
+ {
7
+ question: "Jakie jest idealne nawodnienie dla pizzy neapolitańskiej?",
8
+ answer: "Zgodnie z protokołem AVPN, standardowe nawodnienie wynosi 63-67%. Dla osób początkujących 60-62% jest łatwiejsze w obsłudze. Zaawansowani pizzaioli używający silnej mąki (W300+) mogą stosować 70-75% dla uzyskania nadzwyczajnych efektów.",
9
+ },
10
+ {
11
+ question: "Jak długo ciasto powinno fermentować?",
12
+ answer: "Minimum 24 godziny w lodówce (4°C), aby aktywować enzymy. Optymalny czas to 48-72 godziny. Powyżej 72 godzin potrzebna jest bardzo silna mąka (W300+), inaczej ciasto stanie się kwaśne.",
13
+ },
14
+ {
15
+ question: "Czy można użyć drożdży suchych?",
16
+ answer: "Tak. Drożdże suche odpowiadają 0,4x ilości drożdży świeżych (1g suchych = 2,5g świeżych). Jakość jest zbliżona, ale świeże drożdże dają pełniejszy profil smakowy.",
17
+ },
18
+ {
19
+ question: "Czy mogę zrobić pizzę neapolitańską w domowym piekarniku?",
20
+ answer: "Tak, ale z pewnymi modyfikacjami. Rozgrzej piekarnik do maksimum (250-280°C) z kamieniem do pizzy przez 45-60 minut. Pieczenie potrwa 5-7 minut zamiast 60-90 sekund.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Oblicz proporcje",
26
+ text: "Użyj tego kalkulatora, aby otrzymać dokładną wagę każdego składnika w zależności od liczby pizz i wagi każdej kulki ciasta.",
27
+ },
28
+ {
29
+ name: "Wymieszaj składniki",
30
+ text: "Połącz mąkę z letnią wodą (22-25°C), solą i drożdżami. Wyrabiaj 8-10 minut mikserem lub 15-20 minut ręcznie.",
31
+ },
32
+ {
33
+ name: "Zimna fermentacja",
34
+ text: "Umieść kulki ciasta w szczelnym pojemniku w lodówce (4°C) na 24-72 godziny. To kluczowy krok dla smaku i lekkostrawności.",
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: 'PLN' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: 'kalkulator-ciasta-pizza-napoletanskiej',
72
+ title,
73
+ description,
74
+ faqTitle: "Często Zadawane Pytania",
75
+ bibliographyTitle: "Referencje",
76
+ ui: {
77
+ parameters: "Parametry",
78
+ quantity: "Ilość",
79
+ pizzas: "pizz",
80
+ weight: "Waga kulki",
81
+ small: "Mała (180g)",
82
+ standard: "Standard (260g)",
83
+ large: "Duża (350g)",
84
+ hydration: "Nawodnienie (Hydracja)",
85
+ classic: "Klasyczna (55-60%)",
86
+ modern: "Nowoczesna (65-70%)",
87
+ high: "Wysoka (75%+)",
88
+ salt: "Sól",
89
+ fermentation_tip_title: "Wskazówka dotycząca fermentacji",
90
+ fermentation_tip:
91
+ "Dla lżejszego ciasta pozostaw je w lodówce (4°C) na 24h, używając <strong>0,3g</strong> świeżych drożdży na każde 100g mąki.",
92
+ your_recipe: "Twój przepis",
93
+ fresh_yeast: "Drożdże świeże",
94
+ dry_yeast: "Suche",
95
+ flour: "Mąka (W260-300)",
96
+ water: "Woda",
97
+ salt_label: "Sól morska",
98
+ yeast: "Drożdże",
99
+ yeast_note: "Na 8h w 20°C",
100
+ total_weight: "Całkowita waga ciasta",
101
+ approx: "ok.",
102
+ visual_note:
103
+ "Rozmiar wizualny reprezentuje przybliżoną średnicę pizzy po rozciągnięciu w zależności od wagi kulki.",
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: 'Mistrzowski przewodnik po cieście na pizzę neapolitańską',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>Pizza neapolitańska</strong> to dziedzictwo kulturowe. Sukces zależy od precyzji w czasie, temperaturze i nawodnieniu.',
122
+ },
123
+ ],
124
+ schemas: [faqSchema, howToSchema, appSchema],
125
+ };
@@ -0,0 +1,168 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Calculadora de Massa de Pizza Napolitana";
4
+ const description = "Calcula as proporções exatas de farinha, água, sal e fermento para preparar a autêntica pizza napolitana em casa.";
5
+ const faq = [
6
+ {
7
+ question: "Qual é a hidratação ideal para a pizza napolitana?",
8
+ answer:
9
+ "Segundo o protocolo AVPN, a hidratação padrão é 63-67%. Para principiantes, 60-62% é mais manejável. Para pizzaiolos avançados com farinha forte (W300+), 70-75% produz massas extraordinárias mas requer técnica.",
10
+ },
11
+ {
12
+ question: "Quanto tempo deve fermentar a massa?",
13
+ answer:
14
+ "Mínimo 24 horas no frigorífico (4°C) para ativar as enzimas. O ideal é 48-72 horas. Mais de 72 horas exige farinha muito forte (W300+) ou a massa fica ácida.",
15
+ },
16
+ {
17
+ question: "Pode-se fazer com fermento seco?",
18
+ answer:
19
+ "Sim. O fermento seco equivale a 0.4x o fresco (1g seco = 2.5g fresco). A qualidade é semelhante, mas o fresco confere um sabor mais completo.",
20
+ },
21
+ {
22
+ question: "Posso fazer pizza napolitana num forno doméstico?",
23
+ answer:
24
+ "Sim, mas com adaptações. Pré-aqueça ao máximo (250-280°C) com pedra refratária durante 45-60 minutos. A cozedura levará 5-7 minutos em vez de 60-90 segundos.",
25
+ },
26
+ ];
27
+ const howTo = [
28
+ {
29
+ name: "Calcula as proporções",
30
+ text: "Usa esta calculadora para obteres os gramas exatos de cada ingrediente segundo o número de pizzas e o peso de cada bola.",
31
+ },
32
+ {
33
+ name: "Mistura a massa",
34
+ text: "Combina a farinha com água morna (22-25°C), sal e fermento. Amassa 8-10 minutos com batedeira ou 15-20 minutos à mão.",
35
+ },
36
+ {
37
+ name: "Fermentação em bloco",
38
+ text: "Deixa fermentar a massa inteira 1-2 horas à temperatura ambiente (20-25°C) até dobrar de volume.",
39
+ },
40
+ {
41
+ name: "Divide em bolas",
42
+ text: "Divide a massa em porções do peso indicado. Deixa repousar antes de formar as bolas finais.",
43
+ },
44
+ {
45
+ name: "Fermentação longa",
46
+ text: "Coloca as bolas em recipientes herméticos no frio (4°C) durante 24-72 horas. Este é o passo crítico para o sabor.",
47
+ },
48
+ ];
49
+
50
+ const faqSchema = {
51
+ '@context': 'https://schema.org',
52
+ '@type': 'FAQPage',
53
+ mainEntity: faq.map((item) => ({
54
+ '@type': 'Question',
55
+ name: item.question,
56
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
57
+ })),
58
+ };
59
+
60
+ const howToSchema = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'HowTo',
63
+ name: title,
64
+ description,
65
+ step: howTo.map((step) => ({
66
+ '@type': 'HowToStep',
67
+ name: step.name,
68
+ text: step.text,
69
+ })),
70
+ };
71
+
72
+ const appSchema = {
73
+ '@context': 'https://schema.org',
74
+ '@type': 'SoftwareApplication',
75
+ name: title,
76
+ description,
77
+ applicationCategory: 'UtilitiesApplication',
78
+ operatingSystem: 'Web',
79
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
80
+ };
81
+
82
+ export const content: ToolLocaleContent = {
83
+ slug: "calculadora-massa-pizza-napolitana",
84
+ title,
85
+ description,
86
+ faqTitle: "Perguntas Frequentes",
87
+ bibliographyTitle: "Referências",
88
+ ui: {
89
+ parameters: "Parâmetros",
90
+ quantity: "Quantidade",
91
+ pizzas: "pizzas",
92
+ weight: "Peso por bola",
93
+ small: "Pequena (180g)",
94
+ standard: "Padrão (260g)",
95
+ large: "Grande (350g)",
96
+ hydration: "Hidratação",
97
+ classic: "Clássica (55-60%)",
98
+ modern: "Moderna (65-70%)",
99
+ high: "Alta (75%+)",
100
+ salt: "Sal",
101
+ fermentation_tip_title: "Dica de Fermentação",
102
+ fermentation_tip:
103
+ "Para uma massa mais digestível, deixa fermentar em bloco durante 24h no frigorífico (4°C) usando <strong>0.3g</strong> de fermento fresco por cada 100g de farina.",
104
+ your_recipe: "Tua Receita",
105
+ fresh_yeast: "Fermento Fresco",
106
+ dry_yeast: "Seco",
107
+ flour: "Farinha (W260-300)",
108
+ water: "Água",
109
+ salt_label: "Sal Marinho",
110
+ yeast: "Fermento",
111
+ yeast_note: "Para 8h a 20°C",
112
+ total_weight: "Peso Total Massa",
113
+ approx: "aprox.",
114
+ visual_note:
115
+ "O tamanho visual representa o diâmetro aproximado da pizza estirada segundo o peso da bola.",
116
+ },
117
+ faq,
118
+ howTo,
119
+ bibliography: [
120
+ {
121
+ name: "Associazione Verace Pizza Napoletana",
122
+ url: "https://www.pizzanapoletana.org/",
123
+ },
124
+ ],
125
+ seo: [
126
+ {
127
+ type: 'title',
128
+ text: 'Guia Mestre para a Massa de Pizza Napolitana',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: 'A <strong>pizza napolitana</strong> é um legado cultural. O sucesso reside na precisão entre tempo, temperatura e hidratação.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '480°C',
141
+ label: 'Temp. Cozedura',
142
+ icon: 'mdi:fire',
143
+ },
144
+ {
145
+ value: '60-90s',
146
+ label: 'Tempo no Forno',
147
+ icon: 'mdi:clock-fast',
148
+ },
149
+ {
150
+ value: '65%',
151
+ label: 'Hidratação Std.',
152
+ icon: 'mdi:water-percent',
153
+ },
154
+ {
155
+ value: 'W280',
156
+ label: 'Força da Farinha',
157
+ icon: 'mdi:grain',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'tip',
163
+ title: 'O Truque do Frigorífico',
164
+ html: 'A fermentação de 24 horas a 4°C cria sabores complexos impossíveis de obter à temperatura ambiente.',
165
+ },
166
+ ],
167
+ schemas: [faqSchema, howToSchema, appSchema],
168
+ };
@@ -0,0 +1,151 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Калькулятор теста для неаполитанской пиццы";
4
+ const description = "Рассчитайте точные пропорции муки, воды, соли и дрожжей для приготовления настоящей неаполитанской пиццы дома.";
5
+ const faq = [
6
+ {
7
+ question: "Какая гидратация идеальна для неаполитанской пиццы?",
8
+ answer: "Согласно протоколу AVPN, стандартная гидратация составляет 63–67%. Для новичков 60–62% более удобны в работе. Профессионалы, использующие сильную муку (W300+), могут использовать 70–75% для исключительных результатов.",
9
+ },
10
+ {
11
+ question: "Как долго должно ферментироваться тесто?",
12
+ answer: "Минимум 24 часа в холодильнике (4°C) для активации ферментов. Оптимально 48–72 часа. Для выдержки более 72 часов требуется очень сильная мука (W300+), иначе тесто перекиснет.",
13
+ },
14
+ {
15
+ question: "Можно ли использовать сухие дрожжи?",
16
+ answer: "Да. Сухие дрожжи эквивалентны 0,4 части свежих (1 г сухих = 2,5 г свежих). Качество сопоставимо, но свежие дрожжи дают более богатый вкус.",
17
+ },
18
+ {
19
+ question: "Можно ли приготовить неаполитанскую пиццу в домашней духовке?",
20
+ answer: "Да, но с нюансами. Разогрейте духовку до максимума (250–280°C) с пекарским камнем в течение 45–60 минут. Выпечка займет 5–7 минут вместо 60–90 секунд.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Рассчитайте пропорции",
26
+ text: "Используйте этот калькулятор, чтобы получить точный вес каждого ингредиента в зависимости от количества пицц и веса каждого шарика теста.",
27
+ },
28
+ {
29
+ name: "Замесите тесто",
30
+ text: "Смешайте муку с теплой водой (22–25°C), солью и дрожжами. Вымешивайте 8–10 минут в комбайне или 15–20 минут руками.",
31
+ },
32
+ {
33
+ name: "Холодная ферментация",
34
+ text: "После предварительной расстойки поместите шарики теста в герметичный контейнер и уберите в холодильник (4°C) на 24–72 часа. Это секрет вкуса.",
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: 'EUR' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: 'kalkulator-pizza-napoletano',
72
+ title,
73
+ description,
74
+ faqTitle: "Часто задаваемые вопросы",
75
+ bibliographyTitle: "Ссылки",
76
+ ui: {
77
+ parameters: "Параметры",
78
+ quantity: "Количество",
79
+ pizzas: "пицц",
80
+ weight: "Вес шарика",
81
+ small: "Малая (180г)",
82
+ standard: "Стандарт (260г)",
83
+ large: "Большая (350г)",
84
+ hydration: "Гидратация",
85
+ classic: "Классика (55-60%)",
86
+ modern: "Модерн (65-70%)",
87
+ high: "Высокая (75%+)",
88
+ salt: "Соль",
89
+ fermentation_tip_title: "Совет по ферментации",
90
+ fermentation_tip:
91
+ "Для более легкого теста оставьте его в холодильнике (4°C) на 24 часа, используя <strong>0,3 г</strong> свежих дрожжей на 100 г муки.",
92
+ your_recipe: "Ваш рецепт",
93
+ fresh_yeast: "Свежие дрожжи",
94
+ dry_yeast: "Сухие",
95
+ flour: "Мука (W260-300)",
96
+ water: "Вода",
97
+ salt_label: "Морская соль",
98
+ yeast: "Дрожжи",
99
+ yeast_note: "На 8ч при 20°C",
100
+ total_weight: "Общий вес теста",
101
+ approx: "прибл.",
102
+ visual_note:
103
+ "Визуальный размер представляет примерный диаметр пиццы в зависимости от веса шарика теста.",
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: 'Руководство мастера: Настоящее неаполитанское тесто',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>Неаполитанская пицца</strong> — это культурное наследие. Успех зависит от точности времени, температуры и гидратации.',
122
+ },
123
+ {
124
+ type: 'stats',
125
+ columns: 4,
126
+ items: [
127
+ {
128
+ value: '480°C',
129
+ label: 'Темп. выпечки',
130
+ icon: 'mdi:fire',
131
+ },
132
+ {
133
+ value: '60-90с',
134
+ label: 'Время в печи',
135
+ icon: 'mdi:clock-fast',
136
+ },
137
+ {
138
+ value: '65%',
139
+ label: 'Станд. гидратация',
140
+ icon: 'mdi:water-percent',
141
+ },
142
+ {
143
+ value: 'W280',
144
+ label: 'Сила муки',
145
+ icon: 'mdi:grain',
146
+ },
147
+ ],
148
+ },
149
+ ],
150
+ schemas: [faqSchema, howToSchema, appSchema],
151
+ };