@jjlmoya/utils-cooking 1.12.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.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +94 -0
- package/src/category/i18n/id.ts +94 -0
- package/src/category/i18n/it.ts +94 -0
- package/src/category/i18n/ja.ts +94 -0
- package/src/category/i18n/ko.ts +94 -0
- package/src/category/i18n/nl.ts +94 -0
- package/src/category/i18n/pl.ts +94 -0
- package/src/category/i18n/pt.ts +94 -0
- package/src/category/i18n/ru.ts +94 -0
- package/src/category/i18n/sv.ts +94 -0
- package/src/category/i18n/tr.ts +94 -0
- package/src/category/i18n/zh.ts +94 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
- package/src/tool/american-kitchen-converter/index.ts +12 -0
- package/src/tool/banana-ripeness/i18n/de.ts +248 -0
- package/src/tool/banana-ripeness/i18n/id.ts +248 -0
- package/src/tool/banana-ripeness/i18n/it.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
- package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
- package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
- package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
- package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
- package/src/tool/banana-ripeness/index.ts +12 -0
- package/src/tool/brine/i18n/de.ts +253 -0
- package/src/tool/brine/i18n/id.ts +253 -0
- package/src/tool/brine/i18n/it.ts +253 -0
- package/src/tool/brine/i18n/ja.ts +253 -0
- package/src/tool/brine/i18n/ko.ts +253 -0
- package/src/tool/brine/i18n/nl.ts +253 -0
- package/src/tool/brine/i18n/pl.ts +253 -0
- package/src/tool/brine/i18n/pt.ts +253 -0
- package/src/tool/brine/i18n/ru.ts +253 -0
- package/src/tool/brine/i18n/sv.ts +253 -0
- package/src/tool/brine/i18n/tr.ts +253 -0
- package/src/tool/brine/i18n/zh.ts +253 -0
- package/src/tool/brine/index.ts +12 -0
- package/src/tool/cookware-guide/i18n/de.ts +200 -0
- package/src/tool/cookware-guide/i18n/fr.ts +2 -2
- package/src/tool/cookware-guide/i18n/id.ts +200 -0
- package/src/tool/cookware-guide/i18n/it.ts +200 -0
- package/src/tool/cookware-guide/i18n/ja.ts +200 -0
- package/src/tool/cookware-guide/i18n/ko.ts +200 -0
- package/src/tool/cookware-guide/i18n/nl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pt.ts +200 -0
- package/src/tool/cookware-guide/i18n/ru.ts +200 -0
- package/src/tool/cookware-guide/i18n/sv.ts +200 -0
- package/src/tool/cookware-guide/i18n/tr.ts +200 -0
- package/src/tool/cookware-guide/i18n/zh.ts +200 -0
- package/src/tool/cookware-guide/index.ts +12 -0
- package/src/tool/egg-timer/i18n/de.ts +252 -0
- package/src/tool/egg-timer/i18n/id.ts +252 -0
- package/src/tool/egg-timer/i18n/it.ts +252 -0
- package/src/tool/egg-timer/i18n/ja.ts +252 -0
- package/src/tool/egg-timer/i18n/ko.ts +252 -0
- package/src/tool/egg-timer/i18n/nl.ts +252 -0
- package/src/tool/egg-timer/i18n/pl.ts +252 -0
- package/src/tool/egg-timer/i18n/pt.ts +252 -0
- package/src/tool/egg-timer/i18n/ru.ts +252 -0
- package/src/tool/egg-timer/i18n/sv.ts +252 -0
- package/src/tool/egg-timer/i18n/tr.ts +252 -0
- package/src/tool/egg-timer/i18n/zh.ts +252 -0
- package/src/tool/egg-timer/index.ts +12 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
- package/src/tool/ingredient-rescaler/index.ts +12 -0
- package/src/tool/kitchen-timer/i18n/de.ts +174 -0
- package/src/tool/kitchen-timer/i18n/id.ts +170 -0
- package/src/tool/kitchen-timer/i18n/it.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
- package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
- package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
- package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
- package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
- package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
- package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
- package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
- package/src/tool/kitchen-timer/index.ts +12 -0
- package/src/tool/meringue-peak/i18n/de.ts +221 -0
- package/src/tool/meringue-peak/i18n/id.ts +209 -0
- package/src/tool/meringue-peak/i18n/it.ts +210 -0
- package/src/tool/meringue-peak/i18n/ja.ts +210 -0
- package/src/tool/meringue-peak/i18n/ko.ts +210 -0
- package/src/tool/meringue-peak/i18n/nl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pt.ts +210 -0
- package/src/tool/meringue-peak/i18n/ru.ts +210 -0
- package/src/tool/meringue-peak/i18n/sv.ts +210 -0
- package/src/tool/meringue-peak/i18n/tr.ts +210 -0
- package/src/tool/meringue-peak/i18n/zh.ts +210 -0
- package/src/tool/meringue-peak/index.ts +12 -0
- package/src/tool/mold-scaler/i18n/de.ts +183 -0
- package/src/tool/mold-scaler/i18n/id.ts +169 -0
- package/src/tool/mold-scaler/i18n/it.ts +170 -0
- package/src/tool/mold-scaler/i18n/ja.ts +170 -0
- package/src/tool/mold-scaler/i18n/ko.ts +170 -0
- package/src/tool/mold-scaler/i18n/nl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pt.ts +170 -0
- package/src/tool/mold-scaler/i18n/ru.ts +170 -0
- package/src/tool/mold-scaler/i18n/sv.ts +170 -0
- package/src/tool/mold-scaler/i18n/tr.ts +170 -0
- package/src/tool/mold-scaler/i18n/zh.ts +170 -0
- package/src/tool/mold-scaler/index.ts +12 -0
- package/src/tool/pizza/i18n/de.ts +168 -0
- package/src/tool/pizza/i18n/id.ts +125 -0
- package/src/tool/pizza/i18n/it.ts +172 -0
- package/src/tool/pizza/i18n/ja.ts +125 -0
- package/src/tool/pizza/i18n/ko.ts +125 -0
- package/src/tool/pizza/i18n/nl.ts +164 -0
- package/src/tool/pizza/i18n/pl.ts +125 -0
- package/src/tool/pizza/i18n/pt.ts +168 -0
- package/src/tool/pizza/i18n/ru.ts +151 -0
- package/src/tool/pizza/i18n/sv.ts +164 -0
- package/src/tool/pizza/i18n/tr.ts +125 -0
- package/src/tool/pizza/i18n/zh.ts +125 -0
- package/src/tool/pizza/index.ts +12 -0
- package/src/tool/roux-guide/i18n/de.ts +165 -0
- package/src/tool/roux-guide/i18n/id.ts +139 -0
- package/src/tool/roux-guide/i18n/it.ts +165 -0
- package/src/tool/roux-guide/i18n/ja.ts +139 -0
- package/src/tool/roux-guide/i18n/ko.ts +139 -0
- package/src/tool/roux-guide/i18n/nl.ts +165 -0
- package/src/tool/roux-guide/i18n/pl.ts +139 -0
- package/src/tool/roux-guide/i18n/pt.ts +165 -0
- package/src/tool/roux-guide/i18n/ru.ts +139 -0
- package/src/tool/roux-guide/i18n/sv.ts +139 -0
- package/src/tool/roux-guide/i18n/tr.ts +139 -0
- package/src/tool/roux-guide/i18n/zh.ts +139 -0
- package/src/tool/roux-guide/index.ts +12 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
- package/src/tool/sourdough-calculator/index.ts +12 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Neapolitanischer Pizza Teigrechner";
|
|
4
|
+
const description = "Berechnen Sie die exakten Mengen für Mehl, Wasser, Salz und Hefe, um echte neapolitanische Pizza zu Hause zuzubereiten.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Was ist die ideale Hydratation für neapolitanische Pizza?',
|
|
8
|
+
answer: 'Nach AVPN-Protokoll liegt der Standard bei 63-67 %. Für Anfänger sind 60-62 % leichter zu handhaben. Profis mit starkem Mehl (W300+) können 70-75 % für außergewöhnliche Ergebnisse verwenden.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Wie lange sollte der Teig gehen?',
|
|
12
|
+
answer: 'Mindestens 24 Stunden im Kühlschrank (4°C), um Enzyme zu aktivieren. Optimal sind 48-72 Stunden. Über 72 Stunden hinaus ist sehr starkes Mehl nötig, da der Teig sonst sauer wird.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Kann man Trockenhefe verwenden?',
|
|
16
|
+
answer: 'Ja. Trockenhefe entspricht dem 0,4-fachen von Frischhefe (1g trocken = 2,5g frisch). Die Qualität ist ähnlich, aber frische Hefe bietet ein volleres Aroma.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Geht neapolitanische Pizza im Haushaltsbackofen?',
|
|
20
|
+
answer: 'Ja, aber mit Anpassungen. Heizen Sie den Ofen bei maximaler Temperatur (250-280°C) mit Pizzastein 45-60 Min. vor. Die Backzeit beträgt 5-7 Min. statt 60-90 Sek.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Mengen berechnen',
|
|
26
|
+
text: 'Nutzen Sie diesen Rechner, um die Grammzahlen für jedes Zutat basierend auf der Anzahl der Pizzen und dem Teiggewicht pro Kugel zu erhalten.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Teig mischen',
|
|
30
|
+
text: 'Kombinieren Sie Mehl mit lauwarmem Wasser (22-25°C), Salz und Hefe. Kneten Sie 8-10 Min. mit der Maschine oder 15-20 Min. per Hand.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Stockgare',
|
|
34
|
+
text: 'Lassen Sie den gesamten Teig 1-2 Stunden bei Raumtemperatur gehen, bis er sein Volumen verdoppelt hat.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Portionieren',
|
|
38
|
+
text: 'Teilen Sie den Teig in Kugeln auf. Lassen Sie diese 15-20 Min. ruhen, bevor Sie sie fest schleifen.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Lange Fermentation',
|
|
42
|
+
text: 'Lagern Sie die Kugeln in einem luftdichten Behälter 24-72 Stunden im Kühlschrank. Dieser Schritt sorgt für Aroma und Bekömmlichkeit.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'FAQPage',
|
|
49
|
+
mainEntity: faq.map((item) => ({
|
|
50
|
+
'@type': 'Question',
|
|
51
|
+
name: item.question,
|
|
52
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
53
|
+
})),
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
const howToSchema = {
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'HowTo',
|
|
59
|
+
name: title,
|
|
60
|
+
description,
|
|
61
|
+
step: howTo.map((step) => ({
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
name: step.name,
|
|
64
|
+
text: step.text,
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const appSchema = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
applicationCategory: 'UtilitiesApplication',
|
|
74
|
+
operatingSystem: 'Web',
|
|
75
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
export const content: ToolLocaleContent = {
|
|
79
|
+
slug: "pizza",
|
|
80
|
+
title,
|
|
81
|
+
description,
|
|
82
|
+
faqTitle: "Häufig gestellte Fragen",
|
|
83
|
+
bibliographyTitle: "Referenzen",
|
|
84
|
+
ui: {
|
|
85
|
+
parameters: "Parameter",
|
|
86
|
+
quantity: "Menge",
|
|
87
|
+
pizzas: "Pizzen",
|
|
88
|
+
weight: "Gewicht pro Kugel",
|
|
89
|
+
small: "Klein (180g)",
|
|
90
|
+
standard: "Standard (260g)",
|
|
91
|
+
large: "Groß (350g)",
|
|
92
|
+
hydration: "Hydratation",
|
|
93
|
+
classic: "Klassisch (55-60%)",
|
|
94
|
+
modern: "Modern (65-70%)",
|
|
95
|
+
high: "Hoch (75%+)",
|
|
96
|
+
salt: "Salz",
|
|
97
|
+
fermentation_tip_title: "Fermentations Tipp",
|
|
98
|
+
fermentation_tip:
|
|
99
|
+
"Für einen bekömmlicheren Teig lassen Sie ihn 24h im Kühlschrank (4°C) gehen. Verwenden Sie <strong>0,3g</strong> Frischhefe pro 100g Mehl.",
|
|
100
|
+
your_recipe: "Ihr Rezept",
|
|
101
|
+
fresh_yeast: "Frischhefe",
|
|
102
|
+
dry_yeast: "Trocken",
|
|
103
|
+
flour: "Mehl (W260-300)",
|
|
104
|
+
water: "Wasser",
|
|
105
|
+
salt_label: "Meersalz",
|
|
106
|
+
yeast: "Hefe",
|
|
107
|
+
yeast_note: "Für 8h bei 20°C",
|
|
108
|
+
total_weight: "Gesamtgewicht Teig",
|
|
109
|
+
approx: "ca.",
|
|
110
|
+
visual_note:
|
|
111
|
+
"Die visuelle Größe entspricht dem ungefähren Durchmesser der Pizza basierend auf dem Kugelgewicht.",
|
|
112
|
+
},
|
|
113
|
+
faq,
|
|
114
|
+
howTo,
|
|
115
|
+
bibliography: [
|
|
116
|
+
{
|
|
117
|
+
name: "Associazione Verace Pizza Napoletana",
|
|
118
|
+
url: "https://www.pizzanapoletana.org/",
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
name: "The Pizza Bible - Tony Gemignani",
|
|
122
|
+
url: "https://www.amazon.de/",
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
seo: [
|
|
126
|
+
{
|
|
127
|
+
type: 'title',
|
|
128
|
+
text: 'Leitfaden für authentischen neapolitanischen Pizzateig',
|
|
129
|
+
level: 2,
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: '<strong>Neapolitanische Pizza</strong> ist mehr als ein Rezept – es ist ein Kulturerbe. Erfolg basiert auf dem Verständnis von Zeit, Temperatur und Hydratation.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'stats',
|
|
137
|
+
columns: 4,
|
|
138
|
+
items: [
|
|
139
|
+
{
|
|
140
|
+
value: '480°C',
|
|
141
|
+
label: 'Backtemperatur',
|
|
142
|
+
icon: 'mdi:fire',
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
value: '60-90s',
|
|
146
|
+
label: 'Backzeit',
|
|
147
|
+
icon: 'mdi:clock-fast',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
value: '65%',
|
|
151
|
+
label: 'Std. Hydratation',
|
|
152
|
+
icon: 'mdi:water-percent',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
value: 'W280',
|
|
156
|
+
label: 'Mehlstärke',
|
|
157
|
+
icon: 'mdi:grain',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'tip',
|
|
163
|
+
title: 'Der Kühlschrank Trick',
|
|
164
|
+
html: 'Eine 24-stündige Stockgare bei 4°C erzeugt komplexe Aromen, die bei Raumtemperatur nicht möglich sind.',
|
|
165
|
+
},
|
|
166
|
+
],
|
|
167
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
168
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Kalkulator Adonan Pizza Neapolitan";
|
|
4
|
+
const description = "Hitung proporsi tepung, air, garam, dan ragi yang tepat untuk membuat pizza Neapolitan asli di rumah.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Berapa hidrasi ideal untuk pizza Neapolitan?",
|
|
8
|
+
answer: "Menurut protokol AVPN, hidrasi standar adalah 63-67%. Untuk pemula, 60-62% lebih mudah ditangani. Untuk pembuat pizza mahir dengan tepung kuat (W300+), 70-75% menghasilkan adonan yang luar biasa tetapi membutuhkan teknik.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Berapa lama adonan harus difermentasi?",
|
|
12
|
+
answer: "Minimal 24 jam di kulkas (4°C) untuk mengaktifkan enzim. Optimalnya adalah 48-72 jam. Lebih dari 72 jam, Anda membutuhkan tepung yang sangat kuat (W300+) atau adonan akan menjadi asam.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Bisakah menggunakan ragi kering?",
|
|
16
|
+
answer: "Ya. Ragi kering setara dengan 0,4x ragi segar (1g kering = 2,5g segar). Kualitasnya serupa, tetapi ragi segar memberikan profil rasa yang lebih lengkap.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Bisakah saya membuat pizza Neapolitan di oven rumah?",
|
|
20
|
+
answer: "Ya, tetapi dengan penyesuaian. Panaskan oven secara maksimal (250-280°C) dengan batu pizza selama 45-60 menit. Pemanggangan akan memakan waktu 5-7 menit, bukan 60-90 detik.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Hitung proporsi",
|
|
26
|
+
text: "Gunakan kalkulator ini untuk mendapatkan gram akurat dari setiap bahan berdasarkan jumlah pizza dan berat setiap bola adonan.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Campur adonan",
|
|
30
|
+
text: "Campurkan tepung dengan air suam-suam kuku (22-25°C), garam, dan ragi. Uleni selama 8-10 menit dengan mikser atau 15-20 menit dengan tangan.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Fermentasi dingin",
|
|
34
|
+
text: "Tempatkan bola adonan dalam wadah kedap udara di kulkas (4°C) selama 24-72 jam. Ini adalah langkah kritis untuk rasa dan daya cerna.",
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: "pizza",
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: "Pertanyaan Umum",
|
|
75
|
+
bibliographyTitle: "Referensi",
|
|
76
|
+
ui: {
|
|
77
|
+
parameters: "Parameter",
|
|
78
|
+
quantity: "Jumlah",
|
|
79
|
+
pizzas: "pizza",
|
|
80
|
+
weight: "Berat per bola",
|
|
81
|
+
small: "Kecil (180g)",
|
|
82
|
+
standard: "Standar (260g)",
|
|
83
|
+
large: "Besar (350g)",
|
|
84
|
+
hydration: "Hidrasi",
|
|
85
|
+
classic: "Klasik (55-60%)",
|
|
86
|
+
modern: "Modern (65-70%)",
|
|
87
|
+
high: "Tinggi (75%+)",
|
|
88
|
+
salt: "Garam",
|
|
89
|
+
fermentation_tip_title: "Tips Fermentasi",
|
|
90
|
+
fermentation_tip:
|
|
91
|
+
"Untuk adonan yang lebih mudah dicerna, biarkan fermentasi selama 24 jam di kulkas (4°C) menggunakan <strong>0,3g</strong> ragi segar untuk setiap 100g tepung.",
|
|
92
|
+
your_recipe: "Resep Anda",
|
|
93
|
+
fresh_yeast: "Ragi Segar",
|
|
94
|
+
dry_yeast: "Kering",
|
|
95
|
+
flour: "Tepung (W260-300)",
|
|
96
|
+
water: "Air",
|
|
97
|
+
salt_label: "Garam Laut",
|
|
98
|
+
yeast: "Ragi",
|
|
99
|
+
yeast_note: "Untuk 8 jam pada 20°C",
|
|
100
|
+
total_weight: "Total Berat Adonan",
|
|
101
|
+
approx: "sekitar",
|
|
102
|
+
visual_note:
|
|
103
|
+
"Ukuran visual mewakili perkiraan diameter pizza yang diregangkan berdasarkan berat bola adonan.",
|
|
104
|
+
},
|
|
105
|
+
faq,
|
|
106
|
+
howTo,
|
|
107
|
+
bibliography: [
|
|
108
|
+
{
|
|
109
|
+
name: "Associazione Verace Pizza Napoletana",
|
|
110
|
+
url: "https://www.pizzanapoletana.org/",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Panduan Ahli Adonan Pizza Neapolitan Asli',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: '<strong>Pizza Neapolitan</strong> adalah warisan budaya. Kesuksesan terletak pada presisi antara waktu, suhu, dan hidrasi.',
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
|
+
};
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Calcolatore Impasto Pizza Napoletana";
|
|
4
|
+
const description = "Calcola le proporzioni esatte di farina, acqua, sale e lievito per preparare l'autentica pizza napoletana a casa.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Qual è l'idratazione ideale per la pizza napoletana?",
|
|
8
|
+
answer:
|
|
9
|
+
"Secondo il protocollo AVPN, l'idratazione standard è del 63-67%. Per i principianti, il 60-62% è più gestibile. Per i pizzaioli esperti con farina forte (W300+), il 70-75% produce impasti straordinari ma richiede tecnica.",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: "Quanto tempo deve lievitare l'impasto?",
|
|
13
|
+
answer:
|
|
14
|
+
"Minimo 24 ore in frigorifero (4°C) per attivare gli enzimi. L'ottimale è 48-72 ore. Oltre le 72 ore, serve una farina molto forte (W300+) o l'impasto diventa acido.",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: "Si può fare con il lievito secco?",
|
|
18
|
+
answer:
|
|
19
|
+
"Sì. Il lievito secco equivale a 0.4x quello fresco (1g secco = 2.5g fresco). La qualità è simile, ma il fresco apporta un sapore più completo.",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: "Posso fare la pizza napoletana nel forno di casa?",
|
|
23
|
+
answer:
|
|
24
|
+
"Sì, ma con adattamenti. Preriscalda al massimo (250-280°C) con pietra refrattaria per 45-60 minuti. La cottura durerà 5-7 minuti invece dei 60-90 secondi del forno a legna.",
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: "Calcola le proporzioni",
|
|
30
|
+
text: "Usa questo calcolatore per ottenere i grammi esatti di ogni ingrediente in base al numero di pizze e al peso di ogni panetto.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Mescola l'impasto",
|
|
34
|
+
text: "Unisci la farina con acqua tiepida (22-25°C), lievito e sale (sciolto per ultimo). Impasta 8-10 minuti con impastatrice o 15-20 minuti a mano.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "Lievitazione in massa",
|
|
38
|
+
text: "Lascia lievitare l'intero impasto per 1-2 ore a temperatura ambiente (20-25°C) finché non raddoppia il volume.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "Staglio (panetti)",
|
|
42
|
+
text: "Dividi l'impasto in porzioni del peso indicato. Forma dei panetti e lasciali riposare prima della maturazione lunga.",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "Maturazione lunga",
|
|
46
|
+
text: "Metti i panetti in contenitori ermetici in frigo (4°C) per 24-72 ore. Questo passaggio genera sapore e digeribilità.",
|
|
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: "pizza",
|
|
84
|
+
title,
|
|
85
|
+
description,
|
|
86
|
+
faqTitle: "Domande Frequenti",
|
|
87
|
+
bibliographyTitle: "Riferimenti",
|
|
88
|
+
ui: {
|
|
89
|
+
parameters: "Parametri",
|
|
90
|
+
quantity: "Quantità",
|
|
91
|
+
pizzas: "pizze",
|
|
92
|
+
weight: "Peso panetto",
|
|
93
|
+
small: "Piccolo (180g)",
|
|
94
|
+
standard: "Standard (260g)",
|
|
95
|
+
large: "Grande (350g)",
|
|
96
|
+
hydration: "Idratazione",
|
|
97
|
+
classic: "Classica (55-60%)",
|
|
98
|
+
modern: "Moderna (65-70%)",
|
|
99
|
+
high: "Alta (75%+)",
|
|
100
|
+
salt: "Sale",
|
|
101
|
+
fermentation_tip_title: "Tip di Lievitazione",
|
|
102
|
+
fermentation_tip:
|
|
103
|
+
"Per un impasto più digeribile, lascia maturare in massa per 24h in frigo (4°C) usando <strong>0.3g</strong> di lievito fresco per 100g di farina.",
|
|
104
|
+
your_recipe: "Tua Ricetta",
|
|
105
|
+
fresh_yeast: "Lievito Fresco",
|
|
106
|
+
dry_yeast: "Secco",
|
|
107
|
+
flour: "Farina (W260-300)",
|
|
108
|
+
water: "Acqua",
|
|
109
|
+
salt_label: "Sale Marino",
|
|
110
|
+
yeast: "Lievito",
|
|
111
|
+
yeast_note: "Per 8h a 20°C",
|
|
112
|
+
total_weight: "Peso Totale Impasto",
|
|
113
|
+
approx: "circa",
|
|
114
|
+
visual_note:
|
|
115
|
+
"La dimensione visiva rappresenta il diametro approssimativo della pizza stesa in base al peso del panetto.",
|
|
116
|
+
},
|
|
117
|
+
faq,
|
|
118
|
+
howTo,
|
|
119
|
+
bibliography: [
|
|
120
|
+
{
|
|
121
|
+
name: "Associazione Verace Pizza Napoletana",
|
|
122
|
+
url: "https://www.pizzanapoletana.org/",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: "Harina Caputo",
|
|
126
|
+
url: "https://www.caputoprepara.com/",
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
seo: [
|
|
130
|
+
{
|
|
131
|
+
type: 'title',
|
|
132
|
+
text: 'Guida Maestro alla Vera Pizza Napoletana',
|
|
133
|
+
level: 2,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'paragraph',
|
|
137
|
+
html: 'La <strong>pizza napoletana</strong> è un patrimonio dell\'umanità. Il successo risiede nella precisione millimetrica tra tempo, temperatura e idratazione.',
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
type: 'stats',
|
|
141
|
+
columns: 4,
|
|
142
|
+
items: [
|
|
143
|
+
{
|
|
144
|
+
value: '480°C',
|
|
145
|
+
label: 'Temp. Cottura',
|
|
146
|
+
icon: 'mdi:fire',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
value: '60-90s',
|
|
150
|
+
label: 'Tempo Cottura',
|
|
151
|
+
icon: 'mdi:clock-fast',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
value: '65%',
|
|
155
|
+
label: 'Idratazione Std.',
|
|
156
|
+
icon: 'mdi:water-percent',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
value: 'W280',
|
|
160
|
+
label: 'Forza Farina',
|
|
161
|
+
icon: 'mdi:grain',
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'tip',
|
|
167
|
+
title: 'Il Trucco del Frigo',
|
|
168
|
+
html: 'La maturazione di 24 ore a 4°C crea sapori complessi impossibili da ottenere a temperatura ambiente.',
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
172
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
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: "酵素を活性化させるために、冷蔵庫(4°C)で最低24時間必要です。最適には48〜72時間です。72時間を超える場合は、非常に強い粉(W300+)を使用しないと生地が酸っぱくなります。",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "ドライイーストでも作れますか?",
|
|
16
|
+
answer: "はい。ドライイーストは生イーストの0.4倍の量に相当します(生2.5g = ドライ1g)。品質は同様ですが、生イーストの方がより豊かな風味をもたらします。",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "家庭用オーブンでもナポリピザは焼けますか?",
|
|
20
|
+
answer: "はい、工夫次第で可能です。ピザストーンを使い、最高温度(250〜280°C)で45〜60分間予熱します。焼き時間は60〜90秒ではなく、5〜7分程度になりますが、良好な結果が得られます。",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "配合を計算する",
|
|
26
|
+
text: "この計算機を使用して、ピザの枚数と1玉あたりの重量に基づき、各材料の正確な重量を算出します。",
|
|
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: 'JPY' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: "pizza",
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: "よくある質問",
|
|
75
|
+
bibliographyTitle: "参考文献",
|
|
76
|
+
ui: {
|
|
77
|
+
parameters: "パラメータ",
|
|
78
|
+
quantity: "数量",
|
|
79
|
+
pizzas: "枚",
|
|
80
|
+
weight: "1玉の重量",
|
|
81
|
+
small: "小さい (180g)",
|
|
82
|
+
standard: "標準 (260g)",
|
|
83
|
+
large: "大きい (350g)",
|
|
84
|
+
hydration: "加水率",
|
|
85
|
+
classic: "クラシック (55-60%)",
|
|
86
|
+
modern: "モダン (65-70%)",
|
|
87
|
+
high: "高加水 (75%+)",
|
|
88
|
+
salt: "塩",
|
|
89
|
+
fermentation_tip_title: "熟成のヒント",
|
|
90
|
+
fermentation_tip:
|
|
91
|
+
"より消化しやすく味わい深い生地にするために、小麦粉100gあたり<strong>0.3g</strong>の生イーストを使用し、冷蔵庫(4°C)で24時間熟成させてください。",
|
|
92
|
+
your_recipe: "あなたのレシピ",
|
|
93
|
+
fresh_yeast: "生イースト",
|
|
94
|
+
dry_yeast: "ドライ",
|
|
95
|
+
flour: "小麦粉 (W260-300)",
|
|
96
|
+
water: "水",
|
|
97
|
+
salt_label: "海塩",
|
|
98
|
+
yeast: "イースト",
|
|
99
|
+
yeast_note: "20°Cで8時間熟成の場合",
|
|
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
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
|
+
};
|