@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.
- 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/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- 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/fr.ts +1 -1
- 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 +3 -3
- 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/es.ts +95 -95
- 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/es.ts +228 -228
- package/src/tool/pizza/i18n/fr.ts +1 -1
- 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/es.ts +172 -172
- 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,164 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Kalkylator för Neapolitansk Pizzadeg";
|
|
4
|
+
const description = "Beräkna de exakta proportionerna av mjöl, vatten, salt och jäst för att göra äkta neapolitansk pizza hemma.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Vad är den idealiska hydreringen för en neapolitansk pizza?",
|
|
8
|
+
answer: "Enligt AVPN:s protokoll är standardhydreringen 63-67 %. För nybörjare är 60-62 % lättare att hantera. Erfarna pizzabagare med starkt mjöl (W300+) kan använda 70-75 % för fantastiska resultat.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Hur länge ska degen jäsa?",
|
|
12
|
+
answer: "Minst 24 timmar i kylskåp (4°C) för att aktivera enzymerna. Det optimala är 48-72 timmar. Utöver 72 timmar krävs ett mycket starkt mjöl (W300+), annars blir degen sur.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Kan man använda torrjäst?",
|
|
16
|
+
answer: "Ja. Torrjäst motsvarar 0,4x mängden färsk jäst (1g torrjäst = 2,5g färsk jäst). Kvaliteten är likvärdig, men färsk jäst ger en fylligare smak.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Kan jag göra neapolitansk pizza i en vanlig ugn?",
|
|
20
|
+
answer: "Ja, men med anpassningar. Förvärm ugnen till max (250-280°C) med baksten i 45-60 minuter. Gräddningen tar då 5-7 minuter istället för 60-90 sekunder.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Beräkna proportionerna",
|
|
26
|
+
text: "Använd kalkylatorn för att få exakta gram för varje ingrediens baserat på antal pizzor och önskad degvikt per boll.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Blanda degen",
|
|
30
|
+
text: "Blanda mjöl med ljummet vatten (22-25°C), salt och jäst. Knåda 8-10 minuter med köksmaskin eller 15-20 minuter för hand.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Bulkjsjästning",
|
|
34
|
+
text: "Låt hela degen jäsa 1-2 timmar i rumstemperatur (20-25°C) tills den har fördubblat sin volym.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "Dela i bollar",
|
|
38
|
+
text: "Dela degen i portioner av angiven vikt. Låt vila innan du formar slutgiltiga bollar.",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: "Lång jäsning",
|
|
42
|
+
text: "Placera bollarna i en lufttät låda i kylskåp (4°C) i 24-72 timmar. Detta är det kritiska steget för smak och smältbarhet.",
|
|
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: "kalkylator-neapolitansk-pizzadeg",
|
|
80
|
+
title,
|
|
81
|
+
description,
|
|
82
|
+
faqTitle: "Vanliga Frågor",
|
|
83
|
+
bibliographyTitle: "Referenser",
|
|
84
|
+
ui: {
|
|
85
|
+
parameters: "Parametrar",
|
|
86
|
+
quantity: "Antal",
|
|
87
|
+
pizzas: "pizzor",
|
|
88
|
+
weight: "Vikt per boll",
|
|
89
|
+
small: "Liten (180g)",
|
|
90
|
+
standard: "Standard (260g)",
|
|
91
|
+
large: "Stor (350g)",
|
|
92
|
+
hydration: "Hydrering",
|
|
93
|
+
classic: "Klassisk (55-60%)",
|
|
94
|
+
modern: "Modern (65-70%)",
|
|
95
|
+
high: "Hög (75%+)",
|
|
96
|
+
salt: "Salt",
|
|
97
|
+
fermentation_tip_title: "Jäsningstips",
|
|
98
|
+
fermentation_tip:
|
|
99
|
+
"För en mer lättsmält deg, låt den jäsa i kylskåp (4°C) i 24 timmar med <strong>0,3g</strong> färsk jäst per 100g mjöl.",
|
|
100
|
+
your_recipe: "Ditt Recept",
|
|
101
|
+
fresh_yeast: "Färsk Jäst",
|
|
102
|
+
dry_yeast: "Torrjäst",
|
|
103
|
+
flour: "Mjöl (W260-300)",
|
|
104
|
+
water: "Vatten",
|
|
105
|
+
salt_label: "Havssalt",
|
|
106
|
+
yeast: "Jäst",
|
|
107
|
+
yeast_note: "För 8h vid 20°C",
|
|
108
|
+
total_weight: "Total Degvikt",
|
|
109
|
+
approx: "ca.",
|
|
110
|
+
visual_note:
|
|
111
|
+
"Den visuella storleken representerar pizzans ungefärliga diameter baserat på degbollens vikt.",
|
|
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: 'Mästarguide till Äkta Neapolitansk Pizzadeg',
|
|
125
|
+
level: 2,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: '<strong>Neapolitansk pizza</strong> är ett kulturarv. Framgången ligger i precision mellan tid, temperatur och hydrering.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'stats',
|
|
133
|
+
columns: 4,
|
|
134
|
+
items: [
|
|
135
|
+
{
|
|
136
|
+
value: '480°C',
|
|
137
|
+
label: 'Gräddningstemp.',
|
|
138
|
+
icon: 'mdi:fire',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
value: '60-90s',
|
|
142
|
+
label: 'I ugnen',
|
|
143
|
+
icon: 'mdi:clock-fast',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
value: '65%',
|
|
147
|
+
label: 'Standardhydrering',
|
|
148
|
+
icon: 'mdi:water-percent',
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
value: 'W280',
|
|
152
|
+
label: 'Mjölstyrka',
|
|
153
|
+
icon: 'mdi:grain',
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'tip',
|
|
159
|
+
title: 'Kylskåpstricket',
|
|
160
|
+
html: 'En 24-timmars jäsning vid 4°C skapar komplexa smaker som är omöjliga att uppnå i rumstemperatur.',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
164
|
+
};
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Napoli Pizza Hamuru Hesaplayıcı";
|
|
4
|
+
const description = "Evde gerçek Napoli pizzası hazırlamak için un, su, tuz ve maya oranlarını tam olarak hesaplayın.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Napoli pizzası için ideal hidrasyon nedir?",
|
|
8
|
+
answer: "AVPN protokolüne göre standart hidrasyon %63-67'dir. Yeni başlayanlar için %60-62 daha yönetilebilirdir. Güçlü un (W300+) kullanan ustalar, olağanüstü sonuçlar için %70-75 seviyelerine çıkabilir.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Hamur ne kadar süre mayalanmalı?",
|
|
12
|
+
answer: "Enzimleri aktive etmek için buzdolabında (4°C) en az 24 saat. En iyisi 48-72 saattir. 72 saatin ötesinde çok güçlü bir un (W300+) gerekir, aksi takdirde hamur ekşir.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Kuru maya ile yapılabilir mi?",
|
|
16
|
+
answer: "Evet. Kuru maya, yaş mayanın 0.4 katına eşittir (1g kuru = 2.5g yaş). Kalite benzerdir ancak yaş maya daha zengin bir tat profili sunar.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Ev tipi fırında Napoli pizzası yapabilir miyim?",
|
|
20
|
+
answer: "Evet, ancak bazı uyarlamalarla. Fırını taşla birlikte maksimum derecede (250-280°C) 45-60 dakika ısıtın. Pişirme süresi 60-90 saniye yerine 5-7 dakika sürecektir.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Oranları hesaplayın",
|
|
26
|
+
text: "Pizza sayısına ve her bir hamur bezesinin ağırlığına göre her bir malzemenin tam gramajını almak için bu hesaplayıcıyı kullanın.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Hamuru yoğurun",
|
|
30
|
+
text: "Unu ılık su (22-25°C), tuz ve maya ile birleştirin. Makinede 8-10 dakika veya elle 15-20 dakika yoğurun.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Soğuk fermantasyon",
|
|
34
|
+
text: "Hamur bezelerini hava almayan bir kapta 24-72 saat buzdolabında (4°C) bekletin. Lezzet ve sindirilebilirlik için kritik adım budur.",
|
|
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: 'napoli-pizza-hamuru-hesaplayici',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: "Sıkça Sorulan Sorular",
|
|
75
|
+
bibliographyTitle: "Referanslar",
|
|
76
|
+
ui: {
|
|
77
|
+
parameters: "Parametreler",
|
|
78
|
+
quantity: "Miktarı",
|
|
79
|
+
pizzas: "pizza",
|
|
80
|
+
weight: "Beze ağırlığı",
|
|
81
|
+
small: "Küçük (180g)",
|
|
82
|
+
standard: "Standart (260g)",
|
|
83
|
+
large: "Büyük (350g)",
|
|
84
|
+
hydration: "Hidrasyon",
|
|
85
|
+
classic: "Klasik (55-60%)",
|
|
86
|
+
modern: "Modern (65-70%)",
|
|
87
|
+
high: "Yüksek (75%+)",
|
|
88
|
+
salt: "Tuz",
|
|
89
|
+
fermentation_tip_title: "Mayalama İpucu",
|
|
90
|
+
fermentation_tip:
|
|
91
|
+
"Daha sindirilebilir bir hamur için, her 100g un için <strong>0.3g</strong> yaş maya kullanarak buzdolabında (4°C) 24 saat bekletin.",
|
|
92
|
+
your_recipe: "Tarifiniz",
|
|
93
|
+
fresh_yeast: "Yaş Maya",
|
|
94
|
+
dry_yeast: "Kuru",
|
|
95
|
+
flour: "Un (W260-300)",
|
|
96
|
+
water: "Su",
|
|
97
|
+
salt_label: "Deniz Tuzu",
|
|
98
|
+
yeast: "Maya",
|
|
99
|
+
yeast_note: "20°C'de 8 saat için",
|
|
100
|
+
total_weight: "Toplam Hamur Ağırlığı",
|
|
101
|
+
approx: "yakl.",
|
|
102
|
+
visual_note:
|
|
103
|
+
"Görsel boyut, hamur bezesinin ağırlığına göre açılan pizzanın yaklaşık çapını temsil eder.",
|
|
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: 'Gerçek Napoli Pizzası Hamuru İçin Usta Rehberi',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: '<strong>Napoli pizzası</strong> bir kültürel mirastır. Başarı; zaman, sıcaklık ve hidrasyon arasındaki milimetrik hassasiyete dayanır.',
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
125
|
+
};
|
|
@@ -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 倍(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: 'CNY' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: 'neapolitan-pizza-dough-calculator-authentic-recipe',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: "常见问题",
|
|
75
|
+
bibliographyTitle: "参考资料",
|
|
76
|
+
ui: {
|
|
77
|
+
parameters: "参数",
|
|
78
|
+
quantity: "数量",
|
|
79
|
+
pizzas: "个披萨",
|
|
80
|
+
weight: "每个球重量",
|
|
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
|
+
};
|
package/src/tool/pizza/index.ts
CHANGED
|
@@ -14,6 +14,18 @@ export const pizza: CookingToolEntry = {
|
|
|
14
14
|
es: () => import("./i18n/es").then((m) => m.content),
|
|
15
15
|
en: () => import("./i18n/en").then((m) => m.content),
|
|
16
16
|
fr: () => import("./i18n/fr").then((m) => m.content),
|
|
17
|
+
de: () => import("./i18n/de").then((m) => m.content),
|
|
18
|
+
it: () => import("./i18n/it").then((m) => m.content),
|
|
19
|
+
pt: () => import("./i18n/pt").then((m) => m.content),
|
|
20
|
+
nl: () => import("./i18n/nl").then((m) => m.content),
|
|
21
|
+
sv: () => import("./i18n/sv").then((m) => m.content),
|
|
22
|
+
ru: () => import("./i18n/ru").then((m) => m.content),
|
|
23
|
+
tr: () => import("./i18n/tr").then((m) => m.content),
|
|
24
|
+
pl: () => import("./i18n/pl").then((m) => m.content),
|
|
25
|
+
id: () => import("./i18n/id").then((m) => m.content),
|
|
26
|
+
ja: () => import("./i18n/ja").then((m) => m.content),
|
|
27
|
+
zh: () => import("./i18n/zh").then((m) => m.content),
|
|
28
|
+
ko: () => import("./i18n/ko").then((m) => m.content),
|
|
17
29
|
},
|
|
18
30
|
};
|
|
19
31
|
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Meisterleitfaden für Roux und Muttersaucen";
|
|
4
|
+
const description = "Interaktiver Roux-Rechner. Lernen Sie Bechamel, Velouté und Espagnole mit exakten Proportionen zuzubereiten. Die Basis der klassischen französischen Küche.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Was ist eine Mehlschwitze (Roux) und wofür wird sie verwendet?',
|
|
8
|
+
answer: 'Es ist eine Mischung aus Fett (meist Butter) und Mehl, die bei niedriger Hitze gekocht wird. Sie dient als Basis-Bindemittel für die französischen Muttersaucen wie Bechamel oder Velouté.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Was ist das ideale Verhältnis für eine Roux?',
|
|
12
|
+
answer: 'Das Standardverhältnis ist 1:1 nach Gewicht. Zum Beispiel 50g Butter und 50g Mehl. Diese Mischung kann etwa 1 Liter Flüssigkeit binden, je nach gewünschter Konsistenz.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Was ist der Unterschied zwischen den Roux-Arten?',
|
|
16
|
+
answer: 'Weiße Roux wird 2-3 Min. gekocht (Bechamel). Blonde Roux 5-8 Min. (Velouté). Dunkle Roux (Brown) bis zu 15-20 Min. (Espagnole). Je dunkler, desto nussiger der Geschmack, aber desto geringer die Bindekraft.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Wie vermeide ich Klümpchen?',
|
|
20
|
+
answer: 'Die goldene Regel ist der Temperaturgegensatz: kalte Flüssigkeit in heiße Roux oder heiße Flüssigkeit in kalte Roux. Geben Sie die Flüssigkeit nach und nach hinzu und rühren Sie ständig mit einem Schneebesen.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Flüssigkeitsart wählen',
|
|
26
|
+
text: 'Wählen Sie zwischen Milch (Bechamel), hellem Fond (Velouté), dunklem Fond (Espagnole) oder Tomate.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Konsistenz festlegen',
|
|
30
|
+
text: 'Von Suppe bis hin zu festem Teig für Kroketten. Der Rechner passt das benötigte Roux-Verhältnis automatisch an.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Flüssigkeitsmenge eingeben',
|
|
34
|
+
text: 'Geben Sie an, wie viel ml Flüssigkeit Sie binden möchten. Der Rechner nennt Ihnen die exakte Menge an Butter und Mehl.',
|
|
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: 'roux-leitfaden',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Bibliografie',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{
|
|
79
|
+
name: 'Larousse Gastronomique',
|
|
80
|
+
url: 'https://www.laroussecocina.com/',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
howTo,
|
|
84
|
+
seo: [
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: 'Meisterleitfaden für die Berechnung von Roux und Saucen',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'Die <strong>Mehlschwitze</strong> (Roux) ist die strukturelle Basis der klassischen französischen Küche. Das Verständnis des Verhältnisses zwischen Mehl, Butter und Flüssigkeit ist der Schlüssel zu einer samtigen Sauce.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'stats',
|
|
96
|
+
columns: 4,
|
|
97
|
+
items: [
|
|
98
|
+
{
|
|
99
|
+
value: '1:1',
|
|
100
|
+
label: 'Verhältnis Mehl:Fett',
|
|
101
|
+
icon: 'mdi:scale-balance',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: '3 Min.',
|
|
105
|
+
label: 'Zeit weiße Roux',
|
|
106
|
+
icon: 'mdi:timer-sand',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
value: '100g/L',
|
|
110
|
+
label: 'Rate dicke Saucen',
|
|
111
|
+
icon: 'mdi:waves',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
value: '15 Min.',
|
|
115
|
+
label: 'Zeit dunkle Roux',
|
|
116
|
+
icon: 'mdi:fire',
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
ui: {
|
|
122
|
+
baseLiquid: 'Basis-Flüssigkeit',
|
|
123
|
+
volume: 'Volumen',
|
|
124
|
+
ml: 'ml',
|
|
125
|
+
liquidType: 'Art der Flüssigkeit',
|
|
126
|
+
milk: 'Milch',
|
|
127
|
+
lightStock: 'Heller Fond',
|
|
128
|
+
darkStock: 'Dunkler Fond',
|
|
129
|
+
tomato: 'Tomate',
|
|
130
|
+
sauceTexture: 'Saucen-Konsistenz',
|
|
131
|
+
soup: 'Suppe / Creme',
|
|
132
|
+
normalSauce: 'Normale Sauce',
|
|
133
|
+
thick: 'Dick / Füllung',
|
|
134
|
+
croquette: 'Krokette / Teig',
|
|
135
|
+
rouxMix: 'Mehlschwitze-Mischung',
|
|
136
|
+
butter: 'Butter',
|
|
137
|
+
flour: 'Mehl',
|
|
138
|
+
instructions: 'Anleitung',
|
|
139
|
+
sauceName: 'Saucenart',
|
|
140
|
+
ratio: 'Verhältnis',
|
|
141
|
+
chefTip: 'Chef-Tipp',
|
|
142
|
+
white: 'Weiß',
|
|
143
|
+
blond: 'Blond',
|
|
144
|
+
brown: 'Dunkel',
|
|
145
|
+
beurreManied: 'Beurre Manié (Zum Nachjustieren)',
|
|
146
|
+
recipeBechamel: "Bechamel",
|
|
147
|
+
recipeVeloute: "Velouté",
|
|
148
|
+
recipeEspagnole: "Espagnole",
|
|
149
|
+
recipeTomato: "Tomatensauce",
|
|
150
|
+
tipBechamel: "Kalte Milch verwenden. Nach und nach hinzufügen oder kräftig rühren.",
|
|
151
|
+
tipVeloute: "Geflügel- oder Fischfond verwenden. Roux sollte nach Gebäck riechen.",
|
|
152
|
+
tipEspagnole: "Roux sollte schokoladenfarben sein, aber nicht verbrannt.",
|
|
153
|
+
tipTomato: "Die Mehlschwitze gibt dem Tomatensaucen-Körper Geschmeidigkeit.",
|
|
154
|
+
rouxWhiteLabel: "Weiße Mehlschwitze",
|
|
155
|
+
rouxBlondLabel: "Blonde Mehlschwitze",
|
|
156
|
+
rouxBrownLabel: "Dunkle Mehlschwitze",
|
|
157
|
+
descWhite: "Kochen, bis der Geruch von rohem Mehl verschwindet. Keine Farbe.",
|
|
158
|
+
descBlond: "Eine goldene Farbe und ein nussiges Aroma anstreben.",
|
|
159
|
+
descBrown: "Sehr schwache Hitze. Schokoladenfarbe. Benötigt 10% mehr Gewicht.",
|
|
160
|
+
timeWhite: "2-3 Min.",
|
|
161
|
+
timeBlond: "5-8 Min.",
|
|
162
|
+
timeBrown: "15-20 Min.",
|
|
163
|
+
},
|
|
164
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
165
|
+
};
|