@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,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: "이 계산기를 사용하여 피자 개수와 도우 공 무게에 따른 각 재료의 정확한 그람수를 확인하세요.",
|
|
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: 'KRW' },
|
|
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: "도우 공 무게",
|
|
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
|
+
};
|
|
@@ -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: "pizza",
|
|
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: "pizza",
|
|
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: "pizza",
|
|
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
|
+
};
|