@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 = "Pemilih Wajan Pintar: Panduan Peralatan Masak";
|
|
4
|
+
const description = "Panduan interaktif untuk memilih wajan atau panci terbaik sesuai gaya memasak Anda. Besi vs Baja vs Teflon. Temukan alat masak yang sempurna.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Wajan apa yang terbaik untuk penggunaan sehari-hari?',
|
|
8
|
+
answer: 'Bagi kebanyakan orang, wajan baja tahan karat (stainless steel) berkualitas tinggi atau wajan besi cor (cast iron) yang diproses (seasoned) dengan baik adalah yang terbaik. Baja bersifat serbaguna dan tahan selamanya, sementara besi menawarkan sifat anti-lengket alami tanpa bahan kimia.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Mengapa makanan menempel di baja tahan karat?',
|
|
12
|
+
answer: 'Biasanya karena kurang panas atau memasukkan makanan terlalu dini. Coba "efek Leidenfrost": panaskan wajan sampai setetes air menggelinding seperti mutiara. Itulah saat wajan siap.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Bagaimana saya tahu jika wajan saya aman?',
|
|
16
|
+
answer: 'Cari label "PFOA Free". Wajan besi, baja karbon, dan baja tahan karat adalah pilihan teraman dan paling tahan lama karena tidak memiliki lapisan yang terdegradasi seiring waktu.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Apa arti dari "seasoning" (membumbui/merawat) wajan?',
|
|
20
|
+
answer: 'Ini adalah proses menciptakan lapisan minyak terpolimerisasi di atas logam (besi atau karbon). Ini melindungi dari karat dan menciptakan permukaan anti-lengket alami yang membaik setiap kali digunakan.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Berapa banyak yang harus saya keluarkan untuk wajan yang bagus?',
|
|
24
|
+
answer: 'Satu set isi 2-3 wajan berkualitas menengah ke atas (stainless steel atau besi) bisa bertahan lebih dari 20 tahun. Lebih baik berinvestasi pada satu wajan berkualitas daripada membeli 5 wajan murah yang hanya bertahan 2 tahun. Kualitas lebih utama daripada kuantitas.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Pilih gaya memasak Anda',
|
|
30
|
+
text: 'Pilih antara api tinggi (menumis/sear), halus (telur), semur (masakan lambat), atau memasak cepat. Setiap gaya memiliki persyaratan berbeda.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Pilih bahan yang ideal',
|
|
34
|
+
text: 'Berdasarkan gaya Anda, alat ini akan merekomendasikan bahan terbaik: besi, baja tahan karat, tembaga, atau teflon.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Baca karakteristiknya',
|
|
38
|
+
text: 'Pahami keuntungan, kerugian, perawatan, dan daya tahan. Kemudian pilih wajan spesifik yang sesuai dengan anggaran dan kebutuhan Anda.',
|
|
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: 'IDR' },
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export const content: ToolLocaleContent = {
|
|
75
|
+
slug: 'panduan-wajan',
|
|
76
|
+
title: 'Pemilih Wajan Pintar: Panduan Peralatan Masak',
|
|
77
|
+
description: 'Panduan interaktif untuk memilih wajan atau panci terbaik sesuai gaya memasak Anda. Besi vs Baja vs Teflon. Temukan alat masak yang sempurna.',
|
|
78
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
79
|
+
faq,
|
|
80
|
+
bibliographyTitle: 'Bibliografi',
|
|
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: 'Bahan Wajan: Sains dan Praktik',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: 'Tidak semua wajan diciptakan sama. Setiap bahan memiliki sifat termodinamika berbeda yang memengaruhi cara mendistribusikan panas, suhu yang dapat ditahan, dan cara berinteraksi dengan makanan. Memahami perbedaan ini adalah kunci untuk memilih alat yang tepat.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Besi Cor (Cast Iron): Si Klasik',
|
|
109
|
+
level: 3,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: '<strong>Keuntungan:</strong> Retensi panas yang sangat baik, distribusi merata, anti-lengket alami (jika dirawat), tahan berabad-abad, semakin baik seiring waktu. <strong>Kerugian:</strong> Berat, memerlukan perawatan, bisa berkarat, lebih lambat panas, tidak cocok untuk masakan asam dalam waktu lama.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Baja Tahan Karat (Stainless Steel): Si Serbaguna',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '<strong>Keuntungan:</strong> Tahan lama, bebas perawatan, cocok untuk bahan asam (anggur, tomat), mudah dibersihkan, serbaguna, relatif ekonomis. <strong>Kerugian:</strong> Tidak anti-lengket secara alami, memerlukan teknik (pemanasan yang tepat), distribusi panas yang mungkin tidak merata (kecuali memiliki dasar berlapis).',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'Teflon/PTFE: Si Praktis',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: '<strong>Keuntungan:</strong> Anti-lengket instan, mudah memasak, mudah dibersihkan, ekonomis. <strong>Kerugian:</strong> Terdegradasi berdasarkan waktu dan suhu, perlu diganti setiap 3-5 tahun, tidak aman pada suhu yang sangat tinggi (>260°C).',
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
ui: {
|
|
135
|
+
cookingStyle: 'Bagaimana Anda biasanya memasak?',
|
|
136
|
+
material: 'Jenis Bahan',
|
|
137
|
+
highHeat: 'Api Tinggi',
|
|
138
|
+
sear: 'Menumis / Sear',
|
|
139
|
+
delicate: 'Halus',
|
|
140
|
+
fry: 'Telur / Dadar',
|
|
141
|
+
stew: 'Semur',
|
|
142
|
+
slowCook: 'Masakan Lambat',
|
|
143
|
+
fast: 'Cepat',
|
|
144
|
+
quick: 'Masak Cepat',
|
|
145
|
+
recommendation: 'Rekomendasi',
|
|
146
|
+
characteristics: 'Karakteristik',
|
|
147
|
+
castIron: 'Besi Cor',
|
|
148
|
+
stainlessSteel: 'Baja Tahan Karat',
|
|
149
|
+
carbon: 'Baja Karbon',
|
|
150
|
+
copper: 'Tembaga',
|
|
151
|
+
nonstick: 'Anti-lengket (Teflon)',
|
|
152
|
+
advantages: 'Keuntungan',
|
|
153
|
+
disadvantages: 'Kerugian',
|
|
154
|
+
maintenance: 'Perawatan',
|
|
155
|
+
durability: 'Daya Tahan',
|
|
156
|
+
heatRetention: 'Retensi Panas',
|
|
157
|
+
price: 'Harga',
|
|
158
|
+
step1: 'Bagaimana Anda biasanya memasak?',
|
|
159
|
+
step2: 'Tingkat Perawatan',
|
|
160
|
+
maintenanceLazy: 'Rendah / Tanpa',
|
|
161
|
+
maintenanceLazyDesc: 'Tanpa kerumitan pencucian.',
|
|
162
|
+
maintenanceCare: 'Sedang',
|
|
163
|
+
maintenanceCareDesc: 'Cuci tangan secara normal.',
|
|
164
|
+
maintenanceRitual: 'Ritual (Tinggi)',
|
|
165
|
+
maintenanceRitualDesc: 'Saya menyukai proses perawatan (seasoning).',
|
|
166
|
+
idealPan: 'Wajan Ideal Anda',
|
|
167
|
+
selectOptions: 'Pilih opsi',
|
|
168
|
+
seeRecommendation: 'Untuk melihat rekomendasi',
|
|
169
|
+
pro: 'KELEBIHAN',
|
|
170
|
+
con: 'KEKURANGAN',
|
|
171
|
+
masterTip: 'Tips Master',
|
|
172
|
+
defaultTip: 'Menggabungkan pilihan baja untuk menumis dan anti-lengket untuk telur adalah dasar dari dapur yang efisien.',
|
|
173
|
+
stainlessName: 'Baja Tahan Karat',
|
|
174
|
+
stainlessTag: 'Si Serba Bisa Pro',
|
|
175
|
+
stainlessPro: 'Abadi dan tidak reaktif. Menumis dengan sempurna.',
|
|
176
|
+
stainlessCon: 'Memerlukan teknik (Suhu) agar tidak lengket.',
|
|
177
|
+
stainlessTip: 'Gunakan efek Leidenfrost: Saat setetes air menggulung seperti mutiara, wajan siap.',
|
|
178
|
+
nonstickName: 'Anti-lengket',
|
|
179
|
+
nonstickTag: 'Kenyamanan Maksimal',
|
|
180
|
+
nonstickPro: 'Tidak ada yang menempel. Sangat mudah dibersihkan.',
|
|
181
|
+
nonstickCon: 'Daya tahan singkat (2-3 tahun). Tidak untuk api tinggi.',
|
|
182
|
+
nonstickTip: 'Selalu cuci dengan tangan dan gunakan alat kayu/silikon untuk menggandakan umur pakainya.',
|
|
183
|
+
castironName: 'Besi Cor',
|
|
184
|
+
castironTag: 'Si Klasik Sepanjang Masa',
|
|
185
|
+
castironPro: 'Retensi panas yang luar biasa. Tahan selamanya.',
|
|
186
|
+
castironCon: 'Sangat berat. Memerlukan perawatan bumbu (seasoning) rutin.',
|
|
187
|
+
castironTip: 'Memanas secara perlahan, namun satu kali panas, ia sangat kuat. Ideal untuk steak.',
|
|
188
|
+
carbonName: 'Baja Karbon',
|
|
189
|
+
carbonTag: 'Kelincahan di Atas Api',
|
|
190
|
+
carbonPro: 'Ringan seperti baja, performa seperti besi cor.',
|
|
191
|
+
carbonCon: 'Akan berkarat jika dibiarkan lembap. Estetika yang sederhana.',
|
|
192
|
+
carbonTip: 'Semakin hitam dan buruk kelihatannya, semakin baik ia bekerja. Itulah rahasia wok terbaik.',
|
|
193
|
+
enamelName: 'Besi Cor Enamel',
|
|
194
|
+
enamelTag: 'Kualitas Gourmet',
|
|
195
|
+
enamelPro: 'Terbaik untuk masakan lambat. Estetika yang indah.',
|
|
196
|
+
enamelCon: 'Sangat mahal. Lapisan enamel rapuh terhadap benturan keras.',
|
|
197
|
+
enamelTip: 'Sangat cocok untuk semur yang lama. Lapisan enamel memungkinkan memasak bahan asam (tomat) tanpa masalah.',
|
|
198
|
+
},
|
|
199
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
|
+
};
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Selettore di Padelle Intelligente: Guida agli Utensili da Cucina";
|
|
4
|
+
const description = "Guida interattiva per scegliere la migliore padella o pentola in base al tuo stile di cucina. Ferro vs Acciaio vs Teflon. Trova il tuo strumento perfetto.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Qual è la padella migliore per l\'uso quotidiano?',
|
|
8
|
+
answer: 'Per la maggior parte delle persone, una padella in acciaio inossidabile di alta qualità o una in ghisa ben trattata sono le migliori. L\'acciaio è versatile ed eterno, mentre il ferro offre un\'antiaderenza naturale senza sostanze chimiche.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Perché il cibo si attacca all\'acciaio inossidabile?',
|
|
12
|
+
answer: 'Di solito è per mancanza di temperatura o per aver messo il cibo troppo presto. Prova l\'"effetto Leidenfrost": scalda la padella finché una goccia d\'acqua non rotola come una perla. Allora è pronta.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Come faccio a sapere se la mia padella è sicura?',
|
|
16
|
+
answer: 'Cerca le etichette "PFOA Free". Le padelle in ferro, acciaio al carbonio e acciaio inossidabile sono le opzioni più sicure e durature, poiché non hanno rivestimenti che si degradano nel tempo.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Cosa significa "condire" (seasoning) una padella?',
|
|
20
|
+
answer: 'È il processo di creazione di uno strato di olio polimerizzato sul metallo (ferro o carbonio). Questo protegge dalla ruggine e crea una superficie antiaderente naturale che migliora ad ogni utilizzo.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Quanto dovrei spendere per una buona padella?',
|
|
24
|
+
answer: 'Un set di 2-3 padelle di qualità medio-alta (acciaio inossidabile o ferro) può durare oltre 20 anni. È meglio investire bene in una sola padella che comprarne 5 economiche che durano 2 anni. Qualità sopra quantità.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Seleziona il tuo stile di cucina',
|
|
30
|
+
text: 'Scegli tra fuoco alto (rosolare), delicato (uova), stufati (cottura lenta) o cucina rapida. Ogni stile ha requisiti diversi.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Scegli il materiale ideale',
|
|
34
|
+
text: 'In base al tuo stile, lo strumento ti consiglierà il materiale migliore: ferro, acciaio inossidabile, rame o teflon.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Leggi le caratteristiche',
|
|
38
|
+
text: 'Comprendi vantaggi, svantaggi, manutenzione e durata. Quindi scegli la padella specifica adatta al tuo budget e alle tue esigenze.',
|
|
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: 'guida-padelle',
|
|
76
|
+
title: 'Selettore di Padelle Intelligente: Guida agli Utensili da Cucina',
|
|
77
|
+
description: 'Guida interattiva per scegliere la migliore padella o pentola in base al tuo stile di cucina. Ferro vs Acciaio vs Teflon. Trova il tuo strumento perfetto.',
|
|
78
|
+
faqTitle: 'Domande Frequenti',
|
|
79
|
+
faq,
|
|
80
|
+
bibliographyTitle: 'Bibliografia',
|
|
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: 'Materiali delle Padelle: Scienza e Pratica',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: 'Non tutte le padelle sono uguali. Ogni materiale ha proprietà termodinamiche distinte che influenzano il modo in cui distribuisce il calore, quali temperature sopporta e come interagisce con il cibo. Capire queste differenze è la chiave per scegliere lo strumento giusto.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'title',
|
|
108
|
+
text: 'Ghisa: La Classica',
|
|
109
|
+
level: 3,
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'paragraph',
|
|
113
|
+
html: '<strong>Vantaggi:</strong> Eccellente ritenzione del calore, distribuzione uniforme, antiaderenza naturale (quando trattata), dura secoli, migliora nel tempo. <strong>Svantaggi:</strong> Pesante, richiede manutenzione, può arrugginire, impiega più tempo a scaldarsi, non adatta a cotture acide prolungate.',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'title',
|
|
117
|
+
text: 'Acciaio Inossidabile: La Versatile',
|
|
118
|
+
level: 3,
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'paragraph',
|
|
122
|
+
html: '<strong>Vantaggi:</strong> Durevole, non richiede manutenzione, adatta agli acidi (vino, pomodori), facile da pulire, versatile, relativamente economica. <strong>Svantaggi:</strong> Non antiaderente naturalmente, richiede tecnica (preriscaldare bene), distribuzione del calore non sempre uniforme (meglio se con fondo multistrato).',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
type: 'title',
|
|
126
|
+
text: 'Teflon/PTFE: La Comoda',
|
|
127
|
+
level: 3,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'paragraph',
|
|
131
|
+
html: '<strong>Vantaggi:</strong> Antiaderente istantaneo, facile da usare, facile da pulire, economica. <strong>Svantaggi:</strong> Si degrada con il tempo e la temperatura, va sostituita ogni 3-5 anni, non sicura ad altissime temperature (>260°C).',
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
ui: {
|
|
135
|
+
cookingStyle: 'Come cucini di solito?',
|
|
136
|
+
material: 'Tipo di Materiale',
|
|
137
|
+
highHeat: 'Fuoco Alto',
|
|
138
|
+
sear: 'Rosolare / Siggilare',
|
|
139
|
+
delicate: 'Delicato',
|
|
140
|
+
fry: 'Uova / Frittate',
|
|
141
|
+
stew: 'Stufati',
|
|
142
|
+
slowCook: 'Cottura Lenta',
|
|
143
|
+
fast: 'Rapido',
|
|
144
|
+
quick: 'Cucina Rapida',
|
|
145
|
+
recommendation: 'Raccomandazione',
|
|
146
|
+
characteristics: 'Caratteristiche',
|
|
147
|
+
castIron: 'Ghisa',
|
|
148
|
+
stainlessSteel: 'Acciaio Inossidabile',
|
|
149
|
+
carbon: 'Acciaio al Carbonio',
|
|
150
|
+
copper: 'Rame',
|
|
151
|
+
nonstick: 'Antiaderente (Teflon)',
|
|
152
|
+
advantages: 'Vantaggi',
|
|
153
|
+
disadvantages: 'Svantaggi',
|
|
154
|
+
maintenance: 'Manutenzione',
|
|
155
|
+
durability: 'Durata',
|
|
156
|
+
heatRetention: 'Ritenzione del Calore',
|
|
157
|
+
price: 'Prezzo',
|
|
158
|
+
step1: 'Come cucini di solito?',
|
|
159
|
+
step2: 'Livello di Manutenzione',
|
|
160
|
+
maintenanceLazy: 'Basso / Nullo',
|
|
161
|
+
maintenanceLazyDesc: 'Senza complicazioni nel lavaggio.',
|
|
162
|
+
maintenanceCare: 'Medio',
|
|
163
|
+
maintenanceCareDesc: 'Normale lavaggio a mano.',
|
|
164
|
+
maintenanceRitual: 'Rituale (Alto)',
|
|
165
|
+
maintenanceRitualDesc: 'Mi piace curare il metallo.',
|
|
166
|
+
idealPan: 'La Tua Padella Ideale',
|
|
167
|
+
selectOptions: 'Seleziona opzioni',
|
|
168
|
+
seeRecommendation: 'Per vedere la tua raccomandazione',
|
|
169
|
+
pro: 'PRO',
|
|
170
|
+
con: 'CONTRO',
|
|
171
|
+
masterTip: 'Consiglio Maestro',
|
|
172
|
+
defaultTip: 'Combinare un\'opzione in acciaio per rosolare e una antiaderente per le uova è la base di ogni cucina efficiente.',
|
|
173
|
+
stainlessName: 'Acciaio Inox',
|
|
174
|
+
stainlessTag: 'Il Tuttofare Pro',
|
|
175
|
+
stainlessPro: 'Eterno e non reattivo. Rosolatura perfetta.',
|
|
176
|
+
stainlessCon: 'Richiede tecnica (Tª) per non far attaccare.',
|
|
177
|
+
stainlessTip: 'Usa l\'effetto Leidenfrost: quando una goccia d\'acqua rotola come una perla, è pronta.',
|
|
178
|
+
nonstickName: 'Antiaderente',
|
|
179
|
+
nonstickTag: 'Massima Comodità',
|
|
180
|
+
nonstickPro: 'Nulla si attacca. Facile pulizia.',
|
|
181
|
+
nonstickCon: 'Dura poco (2-3 anni). No fuoco alto.',
|
|
182
|
+
nonstickTip: 'Lavala sempre a mano e usa utensili in legno/silicone per raddoppiarne la vita.',
|
|
183
|
+
castironName: 'Ghisa',
|
|
184
|
+
castironTag: 'La Classica di Sempre',
|
|
185
|
+
castironPro: 'Ritenzione del calore incredibile. Eterna.',
|
|
186
|
+
castironCon: 'Molto pesante. Richiede trattamento regolare.',
|
|
187
|
+
castironTip: 'Si scalda lentamente, ma una volta calda è un carro armato. Ideale per bistecche.',
|
|
188
|
+
carbonName: 'Acciaio al Carbonio',
|
|
189
|
+
carbonTag: 'Agilità sul Fuoco',
|
|
190
|
+
carbonPro: 'Leggera come l\'acciaio, prestazioni come la ghisa.',
|
|
191
|
+
carbonCon: 'Si arrugginisce se lasciata umida. Estetica vissuta.',
|
|
192
|
+
carbonTip: 'Più diventa nera e brutta, meglio funziona. È il segreto dei migliori wok.',
|
|
193
|
+
enamelName: 'Ghisa Smaltata',
|
|
194
|
+
enamelTag: 'Qualità Gourmet',
|
|
195
|
+
enamelPro: 'Migliore per cotture lente. Estetica bellissima.',
|
|
196
|
+
enamelCon: 'Molto cara. Smalto fragile agli urti secchi.',
|
|
197
|
+
enamelTip: 'Perfetta per stufati interminabili. Lo smalto permette di cucinare acidi (pomodoro) senza problemi.',
|
|
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年以上持ちます。2年でダメになる安物を5回買うより、良いものに一度投資するほうが賢明です。量より質が重要です。',
|
|
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: 'JPY' },
|
|
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: '必ず手洗いし、木製やシリコン製の道具を使うことで寿命を2倍に延ばせます。',
|
|
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
|
+
};
|