@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,200 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Akıllı Tencere Seçici: Mutfak Gereçleri Rehberi";
|
|
4
|
+
const description = "Pişirme tarzınıza göre en iyi tava veya tencereyi seçmeniz için etkileşimli rehber. Döküm vs Çelik vs Teflon. Mükemmel aracınızı bulun.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Günlük kullanım için en iyi tava hangisidir?',
|
|
8
|
+
answer: 'Çoğu kişi için yüksek kaliteli paslanmaz çelik bir tava veya iyi işlenmiş (seasoned) bir dökme demir tava en iyisidir. Çelik çok yönlü ve ömürlüdür, döküm ise kimyasal içermeyen doğal bir yapışmazlık sunar.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Paslanmaz çelikte yemek neden yapışır?',
|
|
12
|
+
answer: 'Genellikle yetersiz ısıdan veya yemeğin çok erken konulmasından kaynaklanır. "Leidenfrost etkisini" deneyin: Bir damla su tava üzerinde inci gibi yuvarlanana kadar tavayı ısıtın. O zaman hazırdır.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Tavamın güvenli olup olmadığını nasıl anlarım?',
|
|
16
|
+
answer: '"PFOA İçermez" etiketlerine bakın. Döküm, karbon çelik ve paslanmaz çelik tavalar, zamanla bozulan kaplamalara sahip olmadıkları için en güvenli ve en dayanıklı seçeneklerdir.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Bir tavayı "işlemek" (seasoning) ne demektir?',
|
|
20
|
+
answer: 'Metal (dökme demir veya karbon çelik) üzerinde polimerize yağ tabakası oluşturma işlemidir. Bu, paslanmaya karşı korur ve her kullanımda iyileşen doğal bir yapışmaz yüzey oluşturur.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'İyi bir tava için ne kadar harcamalıyım?',
|
|
24
|
+
answer: '2-3 adet orta-yüksek kaliteli tava seti (paslanmaz çelik veya döküm) 20 yıldan fazla dayanabilir. 2 yıl dayanan 5 ucuz tava yerine, kaliteli bir tavaya bir kez yatırım yapmak daha iyidir. Nicelikten ziyade nitelik.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Pişirme tarzınızı seçin',
|
|
30
|
+
text: 'Yüksek ateş (mühürleme), hassas (yumurta), tencere yemekleri (yavaş pişirme) veya hızlı mutfak arasında seçim yapın. Her tarzın farklı gereksinimleri vardır.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'İdeal malzemeyi seçin',
|
|
34
|
+
text: 'Tarzınıza bağlı olarak araç size en iyi malzemeyi önerecektir: döküm, paslanmaz çelik, bakır veya teflon.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Özellikleri inceleyin',
|
|
38
|
+
text: 'Avantajları, dezavantajları, bakım ve dayanıklılığı anlayın. Ardından bütçenize ve ihtiyaçlarınıza uygun spesifik tavayı seçin.',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'tava-rehberi',
|
|
76
|
+
title: 'Akıllı Tencere Seçici: Mutfak Gereçleri Rehberi',
|
|
77
|
+
description: 'Pişirme tarzınıza göre en iyi tava veya tencereyi seçmeniz için etkileşimli rehber. Döküm vs Çelik vs Teflon. Mükemmel aracınızı bulun.',
|
|
78
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
79
|
+
faq,
|
|
80
|
+
bibliographyTitle: 'Kaynakça',
|
|
81
|
+
bibliography: [
|
|
82
|
+
{
|
|
83
|
+
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
+
url: 'https://www.flavorprints.com/',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
+
url: 'https://www.foodscience.org/',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
+
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
howTo,
|
|
96
|
+
seo: [
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Tava Malzemeleri: Bilim ve Uygulama',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: 'Tüm tavalar aynı değildir. Her malzemenin ısıyı nasıl dağıttığını, hangi sıcaklıklara dayandığını ve gıdayla nasıl etkileşime girdiğini etkileyen farklı termodinamik özellikleri vardır. Bu farkları anlamak, doğru aracı seçmenin anahtarıdır.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Dökme Demir: Klasik',
|
|
109
|
+
level: 3,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: '<strong>Avantajlar:</strong> Mükemmel ısı tutma, eşit dağılım, doğal yapışmazlık (işlendiğinde), yüzyıllarca dayanır, zamanla iyileşir. <strong>Dezavantajlar:</strong> Ağırdır, bakım gerektirir, paslanabilir, ısınması uzun sürer, uzun süreli asidik pişirmeler için uygun değildir.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Paslanmaz Çelik: Çok Yönlü',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '<strong>Avantajlar:</strong> Dayanıklıdır, bakım gerektirmez, asidik gıdalara (şarap, domates) uygundur, temizlemesi kolaydır, çok yönlüdür, nispeten ekonomiktir. <strong>Dezavantajlar:</strong> Doğal olarak yapışmaz değildir, teknik gerektirir (iyi ısıtma), ısı dağılımı eşit olmayabilir (çok katmanlı tabanlı olanlar daha iyidir).',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'Teflon/PTFE: Kullanışlı',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: '<strong>Avantajlar:</strong> Anında yapışmazlık, pişirme kolaylığı, temizleme kolaylığı, ekonomiktir. <strong>Dezavantajlar:</strong> Zamanla ve ısıyla bozulur, her 3-5 yılda bir değiştirilmesi gerekir, çok yüksek sıcaklıklarda (>260°C) güvenli değildir.',
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
ui: {
|
|
135
|
+
cookingStyle: 'Genelde nasıl yemek yaparsınız?',
|
|
136
|
+
material: 'Malzeme Türü',
|
|
137
|
+
highHeat: 'Yüksek Ateş',
|
|
138
|
+
sear: 'Mühürleme / Kızartma',
|
|
139
|
+
delicate: 'Hassas',
|
|
140
|
+
fry: 'Yumurta / Omlet',
|
|
141
|
+
stew: 'Tencere Yemekleri',
|
|
142
|
+
slowCook: 'Yavaş Pişirme',
|
|
143
|
+
fast: 'Hızlı',
|
|
144
|
+
quick: 'Hızlı Mutfak',
|
|
145
|
+
recommendation: 'Öneri',
|
|
146
|
+
characteristics: 'Özellikler',
|
|
147
|
+
castIron: 'Dökme Demir',
|
|
148
|
+
stainlessSteel: 'Paslanmaz Çelik',
|
|
149
|
+
carbon: 'Karbon Çelik',
|
|
150
|
+
copper: 'Bakır',
|
|
151
|
+
nonstick: 'Yapışmaz (Teflon)',
|
|
152
|
+
advantages: 'Avantajlar',
|
|
153
|
+
disadvantages: 'Dezavantajlar',
|
|
154
|
+
maintenance: 'Bakım',
|
|
155
|
+
durability: 'Dayanıklılık',
|
|
156
|
+
heatRetention: 'Isı Tutma',
|
|
157
|
+
price: 'Fiyat',
|
|
158
|
+
step1: 'Genelde nasıl yemek yaparsınız?',
|
|
159
|
+
step2: 'Bakım Seviyesi',
|
|
160
|
+
maintenanceLazy: 'Düşük / Yok',
|
|
161
|
+
maintenanceLazyDesc: 'Yıkama zahmeti yok.',
|
|
162
|
+
maintenanceCare: 'Orta',
|
|
163
|
+
maintenanceCareDesc: 'Normal elde yıkama.',
|
|
164
|
+
maintenanceRitual: 'Ritüel (Yüksek)',
|
|
165
|
+
maintenanceRitualDesc: 'İşleme/yağlama sürecinden keyif alırım.',
|
|
166
|
+
idealPan: 'İdeal Tavanız',
|
|
167
|
+
selectOptions: 'Seçenekleri belirleyin',
|
|
168
|
+
seeRecommendation: 'Önerinizi görmek için',
|
|
169
|
+
pro: 'ARTISI',
|
|
170
|
+
con: 'EKSİSİ',
|
|
171
|
+
masterTip: 'Usta İpucu',
|
|
172
|
+
defaultTip: 'Kızartma için çelik bir seçenek ile yumurta için yapışmaz bir seçeneği birleştirmek, her verimli mutfağın temelidir.',
|
|
173
|
+
stainlessName: 'Paslanmaz Çelik',
|
|
174
|
+
stainlessTag: 'Pro Çok Yönlü',
|
|
175
|
+
stainlessPro: 'Ömürlüktür ve reaksiyona girmez. Mükemmel mühürleme.',
|
|
176
|
+
stainlessCon: 'Yapışmaması için teknik (Isı ayarı) gerektirir.',
|
|
177
|
+
stainlessTip: 'Leidenfrost etkisini kullanın: Bir damla su inci gibi yuvarlandığında tava hazırdır.',
|
|
178
|
+
nonstickName: 'Yapışmaz',
|
|
179
|
+
nonstickTag: 'Maksimum Konfor',
|
|
180
|
+
nonstickPro: 'Hiçbir şey yapışmaz. Kolay temizlik.',
|
|
181
|
+
nonstickCon: 'Ömrü kısadır (2-3 yıl). Yüksek ateşte kullanılmaz.',
|
|
182
|
+
nonstickTip: 'Her zaman elde yıkayın ve ömrünü ikiye katlamak için tahta/silikon gereçler kullanın.',
|
|
183
|
+
castironName: 'Dökme Demir',
|
|
184
|
+
castironTag: 'Eskimeyen Klasik',
|
|
185
|
+
castironPro: 'İnanılmaz ısı tutma. Ömürlük.',
|
|
186
|
+
castironCon: 'Çok ağırdır. Düzenli yağlama gerektirir.',
|
|
187
|
+
castironTip: 'Yavaş ısınır ama bir kez ısındığında tank gibidir. Biftekler için idealdir.',
|
|
188
|
+
carbonName: 'Karbon Çelik',
|
|
189
|
+
carbonTag: 'Ateş Üstünde Çeviklik',
|
|
190
|
+
carbonPro: 'Çelik kadar hafif, döküm kadar performanslı.',
|
|
191
|
+
carbonCon: 'Nemli bırakılırsa paslanır. Estetiği zamanla değişir.',
|
|
192
|
+
carbonTip: 'Ne kadar kararır ve çirkinleşirse o kadar iyi çalışır. En iyi wokların sırrı budur.',
|
|
193
|
+
enamelName: 'Emaye Döküm',
|
|
194
|
+
enamelTag: 'Gurme Kalitesi',
|
|
195
|
+
enamelPro: 'Yavaş pişirme için en iyisi. Harika estetik.',
|
|
196
|
+
enamelCon: 'Çok pahalıdır. Emaye sert darbelere karşı kırılgandır.',
|
|
197
|
+
enamelTip: 'Bitmek bilmeyen tencere yemekleri için mükemmeldir. Emaye sayesinde asidik (domates) gıdalar sorunsuz pişirilir.',
|
|
198
|
+
},
|
|
199
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
|
+
};
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "智能锅具选择器:炊具指南";
|
|
4
|
+
const description = "根据您的烹饪风格选择最佳锅具的互动指南。铸铁 vs 不锈钢 vs 特氟龙。找到您完美的烹饪工具。";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: '哪种煎锅最适合日常使用?',
|
|
8
|
+
answer: '对于大多数人来说,高质量的不锈钢煎锅或保养良好的铸铁锅是最佳选择。不锈钢功用广泛且经久耐用,而铸铁提供无化学成分的天然不粘特性。',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '为什么食物会粘在不锈钢锅上?',
|
|
12
|
+
answer: '通常是因为温度不够或放入食物过早。尝试“莱顿弗罗斯特效应”:预热锅具,直到水滴像珍珠一样在锅面滚动。这时锅就准备好了。',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '我如何知道我的锅具是否安全?',
|
|
16
|
+
answer: '寻找“无 PFOA”标签。铸铁锅、碳钢锅和不锈钢锅是最安全、最耐用的选择,因为它们没有会随时间降解的涂层。',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '给锅“开锅”或“养锅”是什么意思?',
|
|
20
|
+
answer: '这是在金属(铁或碳钢)表面形成一层聚合油脂层的过程。这能防止生锈,并形成一个随使用次数增加而性能更佳的天然不粘表面。',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: '我应该在好锅具上花多少钱?',
|
|
24
|
+
answer: '一套 2-3 个中高品质的锅具(不锈钢或铸铁)可以使用 20 年以上。投资一个好锅比买 5 个只能用 2 年的便宜锅更好。质量重于数量。',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: '选择您的烹饪风格',
|
|
30
|
+
text: '在高温(煎炸/封汁)、精细烹饪(鸡蛋)、炖菜(慢炖)或快餐烹饪之间进行选择。每种风格都有不同的要求。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: '选择理想材质',
|
|
34
|
+
text: '根据您的风格,该工具将推荐最佳材质:铸铁、不锈钢、铜或特氟龙。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: '了解特性',
|
|
38
|
+
text: '理解优缺点、保养和耐用性。然后选择符合您预算和需求的特定锅具。',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'CNY' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'cookware-selector',
|
|
76
|
+
title: '智能锅具选择器:炊具指南',
|
|
77
|
+
description: '根据您的烹饪风格选择最佳锅具的互动指南。铸铁 vs 不锈钢 vs 特氟龙。找到您完美的烹饪工具。',
|
|
78
|
+
faqTitle: '常见问题',
|
|
79
|
+
faq,
|
|
80
|
+
bibliographyTitle: '参考文献',
|
|
81
|
+
bibliography: [
|
|
82
|
+
{
|
|
83
|
+
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
+
url: 'https://www.flavorprints.com/',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'On Food and Cooking - Harold McGee (食物与烹饪)',
|
|
88
|
+
url: 'https://www.foodscience.org/',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
+
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
howTo,
|
|
96
|
+
seo: [
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: '锅具材质:科学与实践',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: '并非所有锅具都一样。每种材质都有不同的热力学特性,影响其热量分布、耐受温度以及与食物的相互作用。理解这些差异是选择正确工具的关键。',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: '铸铁:经典之作',
|
|
109
|
+
level: 3,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: '<strong>优点:</strong> 极佳的蓄热性、均匀的分布、天然不粘(养好后)、可使用数世纪、随时间推移性能更佳。 <strong>缺点:</strong> 沉重、需要保养、可能生锈、加热时间较长、不适合长时间烹饪酸性食物。',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: '不锈钢:多面手',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '<strong>优点:</strong> 耐用、无需保养、适合酸性食物(酒、番茄)、易于清洁、用途广泛、性价比高。 <strong>缺点:</strong> 天然状态下不具不粘性、需要预热技巧、热平衡不均(建议选择多层底锅具)。',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: '特氟龙/不粘涂层:方便之选',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: '<strong>优点:</strong> 瞬间不粘、烹饪容易、清洁方便、价格便宜。 <strong>缺点:</strong> 随时间和温度降解、每 3-5 年需要更换、在极高温(>260°C)下不安全。',
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
ui: {
|
|
135
|
+
cookingStyle: '您平时如何烹饪?',
|
|
136
|
+
material: '材质类型',
|
|
137
|
+
highHeat: '高温',
|
|
138
|
+
sear: '煎炸 / 封汁',
|
|
139
|
+
delicate: '精细',
|
|
140
|
+
fry: '鸡蛋 / 蛋饼',
|
|
141
|
+
stew: '炖菜',
|
|
142
|
+
slowCook: '慢炖',
|
|
143
|
+
fast: '快速',
|
|
144
|
+
quick: '快餐烹饪',
|
|
145
|
+
recommendation: '推荐',
|
|
146
|
+
characteristics: '特性',
|
|
147
|
+
castIron: '铸铁',
|
|
148
|
+
stainlessSteel: '不锈钢',
|
|
149
|
+
carbon: '碳钢',
|
|
150
|
+
copper: '铜',
|
|
151
|
+
nonstick: '不粘 (特氟龙)',
|
|
152
|
+
advantages: '优点',
|
|
153
|
+
disadvantages: '缺点',
|
|
154
|
+
maintenance: '保养',
|
|
155
|
+
durability: '耐用性',
|
|
156
|
+
heatRetention: '蓄热性',
|
|
157
|
+
price: '价格',
|
|
158
|
+
step1: '您平时如何烹饪?',
|
|
159
|
+
step2: '保养需求',
|
|
160
|
+
maintenanceLazy: '低 / 无需',
|
|
161
|
+
maintenanceLazyDesc: '无需复杂的清洗流程。',
|
|
162
|
+
maintenanceCare: '中等',
|
|
163
|
+
maintenanceCareDesc: '正常的常规手洗。',
|
|
164
|
+
maintenanceRitual: '开锅仪式 (高)',
|
|
165
|
+
maintenanceRitualDesc: '我享受养锅的过程。',
|
|
166
|
+
idealPan: '您的理想锅具',
|
|
167
|
+
selectOptions: '选择选项',
|
|
168
|
+
seeRecommendation: '查看您的推荐',
|
|
169
|
+
pro: '优点',
|
|
170
|
+
con: '缺点',
|
|
171
|
+
masterTip: '大师建议',
|
|
172
|
+
defaultTip: '结合不锈钢锅进行煎炸和不粘锅烹饪鸡蛋是任何高效厨房的基础。',
|
|
173
|
+
stainlessName: '不锈钢',
|
|
174
|
+
stainlessTag: '专业全能型',
|
|
175
|
+
stainlessPro: '经久耐用,不具反应性。完美的上色。',
|
|
176
|
+
stainlessCon: '需要技巧(温度控制)以防粘连。',
|
|
177
|
+
stainlessTip: '使用莱顿弗罗斯特效应:当水滴像珍珠一样滚动时,锅就准备好了。',
|
|
178
|
+
nonstickName: '不粘锅',
|
|
179
|
+
nonstickTag: '追求极致便利',
|
|
180
|
+
nonstickPro: '完全不粘。极易清洗。',
|
|
181
|
+
nonstickCon: '寿命短(2-3 年)。不适用于高温。',
|
|
182
|
+
nonstickTip: '始终坚持手洗,并使用木质或硅胶餐具,可使寿命翻倍。',
|
|
183
|
+
castironName: '铸铁',
|
|
184
|
+
castironTag: '长盛不衰的经典',
|
|
185
|
+
castironPro: '难以置信的蓄热性。传世之作。',
|
|
186
|
+
castironCon: '非常沉重。需要定期养锅。',
|
|
187
|
+
castironTip: '加热慢,但一旦热起来就像坦克一样无可匹敌。适合煎牛排。',
|
|
188
|
+
carbonName: '碳钢',
|
|
189
|
+
carbonTag: '火尖上的灵动',
|
|
190
|
+
carbonPro: '像钢一样轻巧,性能接近铸铁。',
|
|
191
|
+
carbonCon: '如果保持潮湿会生锈。富有年代感。',
|
|
192
|
+
carbonTip: '锅越黑、越旧越好用。这是顶级中式炒锅的秘密。',
|
|
193
|
+
enamelName: '珐琅铸铁',
|
|
194
|
+
enamelTag: '美食级品质',
|
|
195
|
+
enamelPro: '慢炖的最佳选择。美观大气。',
|
|
196
|
+
enamelCon: '价格昂贵。珐琅层较脆,怕猛烈磕碰。',
|
|
197
|
+
enamelTip: '完美适于长时间炖煮。珐琅层可让您无忧烹饪酸性食物(如番茄)。',
|
|
198
|
+
},
|
|
199
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
|
+
};
|
|
@@ -13,6 +13,18 @@ export const cookwareGuide: CookingToolEntry = {
|
|
|
13
13
|
es: () => import('./i18n/es').then((m) => m.content),
|
|
14
14
|
en: () => import('./i18n/en').then((m) => m.content),
|
|
15
15
|
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
16
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
17
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
18
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
19
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
20
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
21
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
22
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
23
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
24
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
25
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
26
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
27
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
16
28
|
},
|
|
17
29
|
};
|
|
18
30
|
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Wissenschaftliche Eieruhr";
|
|
4
|
+
const description = "Thermodynamischer Rechner für das perfekte Kochen von Eiern unter Berücksichtigung von Höhenlage, Temperatur und Größe.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Warum spielt die Höhenlage beim Eierkochen eine Rolle?",
|
|
8
|
+
answer: "Wasser siedet nicht immer bei 100°C. In größeren Höhen ist der atmosphärische Druck niedriger, wodurch Wasser bei niedrigeren Temperaturen siedet. Beispielsweise siedet Wasser in den Alpen bei etwa 90°C, was eine längere Kochzeit erfordert als auf Meereshöhe. Auf dem Mount Everest ist es unmöglich, ein hartgekochtes Ei zu kochen.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Ei aus dem Kühlschrank oder bei Zimmertemperatur?",
|
|
12
|
+
answer: "Ein Ei aus dem Kühlschrank (4°C) benötigt mehr Zeit als eines bei Zimmertemperatur (20°C). Der Unterschied kann 2-3 Minuten betragen. Dieser Rechner passt die Zeit automatisch an die Ausgangstemperatur an.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Warum entsteht ein grüner Ring um das Eigelb?",
|
|
16
|
+
answer: "Das ist Eisensulfid, ein Ergebnis von Übergaren. Wenn das Ei zu lange über 80°C erhitzt wird, reagiert der Schwefel im Eiweiß mit dem Eisen im Eigelb. Es ist nicht giftig, deutet aber auf eine zu lange Kochzeit hin. Ein sofortiges Eisbad verhindert dies.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Wie lässt sich ein Ei leicht schälen?",
|
|
20
|
+
answer: "Verwenden Sie Eier, die 1-2 Wochen alt sind (nicht tagesfrisch), legen Sie sie direkt in kochendes Wasser (nicht kalt aufsetzen) und schrecken Sie sie sofort nach dem Kochen in Eiswasser ab. Der Temperaturschock zieht das Ei zusammen und erleichtert das Schälen.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Ausgangstemperatur wählen",
|
|
26
|
+
text: "Wählen Sie, ob Ihr Ei aus dem Kühlschrank (4°C) kommt oder Zimmertemperatur (20°C) hat. Dies bezieht sich auf die Innentemperatur des Eies.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Eigröße wählen",
|
|
30
|
+
text: "S (klein, 53g), M (mittel, 58g), L (groß, 63g) oder XL (sehr groß, 73g). Die Größe bestimmt, wie lange die Hitze braucht, um das Zentrum zu erreichen.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Höhenlage angeben",
|
|
34
|
+
text: "Geben Sie die Höhe manuell ein oder nutzen Sie die Standortbestimmung. Alle 300 Höhenmeter sinkt der Siedepunkt des Wassers um ca. 1°C.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "Temperaturschock anwenden",
|
|
38
|
+
text: "Eier sofort nach Ablauf der Zeit in Eiswasser legen. Dies stoppt den Garprozess und erleichtert das Schälen. Dieser Schritt ist entscheidend für die Präzision.",
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
const faqSchema = {
|
|
43
|
+
'@context': 'https://schema.org',
|
|
44
|
+
'@type': 'FAQPage',
|
|
45
|
+
mainEntity: faq.map((item) => ({
|
|
46
|
+
'@type': 'Question',
|
|
47
|
+
name: item.question,
|
|
48
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
49
|
+
})),
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const howToSchema = {
|
|
53
|
+
'@context': 'https://schema.org',
|
|
54
|
+
'@type': 'HowTo',
|
|
55
|
+
name: title,
|
|
56
|
+
description,
|
|
57
|
+
step: howTo.map((step) => ({
|
|
58
|
+
'@type': 'HowToStep',
|
|
59
|
+
name: step.name,
|
|
60
|
+
text: step.text,
|
|
61
|
+
})),
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const appSchema = {
|
|
65
|
+
'@context': 'https://schema.org',
|
|
66
|
+
'@type': 'SoftwareApplication',
|
|
67
|
+
name: title,
|
|
68
|
+
description,
|
|
69
|
+
applicationCategory: 'UtilitiesApplication',
|
|
70
|
+
operatingSystem: 'Web',
|
|
71
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: "eieruhr",
|
|
76
|
+
title: "Wissenschaftliche Eieruhr",
|
|
77
|
+
description: "Thermodynamischer Rechner für das perfekte Kochen von Eiern unter Berücksichtigung von Höhenlage, Temperatur und Größe.",
|
|
78
|
+
faqTitle: "Häufig gestellte Fragen",
|
|
79
|
+
bibliographyTitle: "Wissenschaftliche Referenzen",
|
|
80
|
+
ui: {
|
|
81
|
+
parameters: "Parameter",
|
|
82
|
+
initial_temperature: "Ausgangstemperatur",
|
|
83
|
+
fridge: "Kühlschrank",
|
|
84
|
+
ambient: "Zimmertemp.",
|
|
85
|
+
egg_size: "Eigröße",
|
|
86
|
+
altitude: "Höhenlage",
|
|
87
|
+
use_location: "Standort verwenden",
|
|
88
|
+
altitude_help: "In größeren Höhen siedet Wasser bei niedrigeren Temperaturen, was die Garzeit beeinflusst.",
|
|
89
|
+
sea_level: "Meer",
|
|
90
|
+
soft_cooked: "Weiches Ei",
|
|
91
|
+
soft_description: "Eigelb flüssig, Eiweiß weiß und weich.",
|
|
92
|
+
mollet: "Wachsweich (Mollet)",
|
|
93
|
+
mollet_description: "Eigelb cremig, Eiweiß fest.",
|
|
94
|
+
hard_cooked: "Hartgekocht",
|
|
95
|
+
hard_description: "Vollständig gegart, Eigelb fest.",
|
|
96
|
+
},
|
|
97
|
+
faq,
|
|
98
|
+
bibliography: [
|
|
99
|
+
{
|
|
100
|
+
name: "The Science of Boiling an Egg - Charles D. H. Williams",
|
|
101
|
+
url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: "The Food Lab: The Science of the Best Hard Boiled Eggs - J. Kenji López-Alt",
|
|
105
|
+
url: "https://www.seriouseats.com/the-food-lab-hard-boiled-eggs-recipe",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: "The Food Lab: Perfect Soft Boiled Eggs",
|
|
109
|
+
url: "https://www.seriouseats.com/soft-boiled-eggs-recipe",
|
|
110
|
+
},
|
|
111
|
+
],
|
|
112
|
+
howTo,
|
|
113
|
+
seo: [
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Meister Leitfaden für das perfekt gekochte Ei',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Ein Ei zu kochen ist eine Übung in <strong>angewandter Thermodynamik</strong>. Die Präzision bei Ausgangstemperatur, Eigröße und geografischer Höhe bestimmt, ob Sie ein seidig-flüssiges Eigelb oder ein übergartes Ei mit dem unerwünschten grünen Ring erhalten.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'stats',
|
|
125
|
+
columns: 4,
|
|
126
|
+
items: [
|
|
127
|
+
{
|
|
128
|
+
value: '62°C',
|
|
129
|
+
label: 'Eiweiß-Gerinnung',
|
|
130
|
+
icon: 'mdi:egg-outline',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
value: '68°C',
|
|
134
|
+
label: 'Eigelb-Gerinnung',
|
|
135
|
+
icon: 'mdi:egg-fried',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
value: '-1°C',
|
|
139
|
+
label: 'Siedepunkt / 300m',
|
|
140
|
+
icon: 'mdi:mountain',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
value: '0s',
|
|
144
|
+
label: 'Fehlertoleranz',
|
|
145
|
+
icon: 'mdi:timer-check-outline',
|
|
146
|
+
},
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'title',
|
|
151
|
+
text: 'Vergleich der Garzustände',
|
|
152
|
+
level: 3,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'comparative',
|
|
156
|
+
columns: 3,
|
|
157
|
+
items: [
|
|
158
|
+
{
|
|
159
|
+
title: 'Weiches Ei',
|
|
160
|
+
icon: 'mdi:coffee-outline',
|
|
161
|
+
description: 'Eiweiß teilweise gestockt, Eigelb völlig flüssig.',
|
|
162
|
+
points: [
|
|
163
|
+
'Sehr zarte Textur',
|
|
164
|
+
'Ideal zum Dippen',
|
|
165
|
+
'Kurze Garzeit (3-4 Min)',
|
|
166
|
+
'Schwer zu schälen',
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
title: 'Mollet / Wachsweich',
|
|
171
|
+
icon: 'mdi:water-percent',
|
|
172
|
+
description: 'Eiweiß fest, Eigelb cremig und dickflüssig, aber nicht fest.',
|
|
173
|
+
highlight: true,
|
|
174
|
+
points: [
|
|
175
|
+
'Gourmet-Standard',
|
|
176
|
+
'Eigelb mit Honig-Textur',
|
|
177
|
+
'Elastisches, festes Äußeres',
|
|
178
|
+
'Perfekt für Salate',
|
|
179
|
+
],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
title: 'Hartgekocht',
|
|
183
|
+
icon: 'mdi:circle-slice-8',
|
|
184
|
+
description: 'Vollständig fest, aber zart, ohne grünen Ring.',
|
|
185
|
+
points: [
|
|
186
|
+
'Eigelb matt und fest',
|
|
187
|
+
'Leicht zu transportieren und zu schälen',
|
|
188
|
+
'Ideal zum Füllen',
|
|
189
|
+
'Erfordert schnelles Abschrecken',
|
|
190
|
+
],
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Siedepunkt nach Höhenlage',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'table',
|
|
201
|
+
headers: ['Ort / Meereshöhe', 'Meter (ü. NHN)', 'Siedepunkt (°C)', 'Extrazeit'],
|
|
202
|
+
rows: [
|
|
203
|
+
['Meereshöhe (Hamburg)', '0m', '100°C', '0s'],
|
|
204
|
+
['Madrid', '650m', '97.8°C', '+25s'],
|
|
205
|
+
['Mexiko-Stadt', '2240m', '92.6°C', '+75s'],
|
|
206
|
+
['La Paz (Bolivien)', '3640m', '88.1°C', '+140s'],
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'diagnostic',
|
|
211
|
+
variant: 'warning',
|
|
212
|
+
title: 'Grüner Ring oder schwer zu schälen?',
|
|
213
|
+
html: 'Der grüne Ring ist <strong>Eisensulfid</strong>, verursacht durch Übergaren. Wenn das Ei schwer zu schälen ist, liegt es meist daran, dass es zu frisch ist; ein niedriger pH-Wert lässt das Eiweiß an der Membran kleben. Verwenden Sie 1 Woche alte Eier und schrecken Sie sie in Eiswasser ab.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 'title',
|
|
217
|
+
text: 'Glossar der Eiwissenschaft',
|
|
218
|
+
level: 3,
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
type: 'glossary',
|
|
222
|
+
items: [
|
|
223
|
+
{
|
|
224
|
+
term: 'Ovotransferrin',
|
|
225
|
+
definition: 'Protein im Eiweiß, das zuerst gerinnt (62°C) und die weiße Grundstruktur bildet.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
term: 'Ovalbumin',
|
|
229
|
+
definition: 'Haupteiweiß, das mehr Hitze (80°C) für vollständige Festigkeit benötigt.',
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
term: 'Atmosphärischer Druck',
|
|
233
|
+
definition: 'Faktor, der die Temperatur des siedenden Wassers bestimmt.',
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
term: 'Temperaturschock',
|
|
237
|
+
definition: 'Eintauchen in Eiswasser, um den Garprozess sofort zu stoppen.',
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'tip',
|
|
243
|
+
title: 'Der Essig Trick',
|
|
244
|
+
html: 'Geben Sie einen Schuss Essig ins Wasser. Falls die Schale reißt, hilft die Säure, austretendes Eiweiß sofort gerinnen zu lassen und den Riss zu versiegeln.',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'paragraph',
|
|
248
|
+
html: 'Unsere Eieruhr nutzt die Charles-Williams-Gleichung, um jede Sekunde an Ihren exakten Standort und den Zustand Ihres Kühlschranks anzupassen.',
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
252
|
+
};
|