@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,252 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Timer Telur Ilmiah";
|
|
4
|
+
const description = "Kalkulator termodinamika untuk memasak telur yang sempurna berdasarkan ketinggian, suhu, dan ukuran.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Mengapa ketinggian (altitude) berpengaruh saat merebus telur?",
|
|
8
|
+
answer: "Air tidak selalu mendidih pada suhu 100°C. Pada ketinggian yang lebih tinggi, tekanan atmosfer lebih rendah, sehingga air mendidih pada suhu yang lebih rendah pula. Misalnya pada ketinggian 2000m, air mendidih pada suhu sekitar 93°C, sehingga membutuhkan waktu lebih lama untuk matang. Di puncak Everest, mustahil untuk memasak telur rebus yang keras.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Telur dari kulkas atau suhu ruang?",
|
|
12
|
+
answer: "Telur dari kulkas (4°C) membutuhkan waktu lebih lama daripada telur suhu ruang (20°C). Perbedaannya bisa mencapai 2-3 menit. Kalkulator ini menyesuaikan waktu secara otomatis berdasarkan suhu awal telur.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Mengapa muncul lingkaran hijau di sekitar kuning telur?",
|
|
16
|
+
answer: "Itu adalah feros sulfida, akibat dari memasak terlalu lama (overcooking). Saat suhu melebihi 80°C terlalu lama, belerang dalam putih telur bereaksi dengan zat besi dalam kuning telur. Ini tidak beracun, tapi menandakan waktu masak yang berlebih. Gunakan air es segera untuk mencegahnya.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Bagaimana cara mengupas telur dengan mudah?",
|
|
20
|
+
answer: "Gunakan telur yang sudah berusia 1-2 minggu (bukan telur segar hari ini), mulai dengan air mendidih (jangan dari air dingin), dan rendam dalam air es segera setelah selesai. Shock termal akan menyusutkan telur dan memudahkan proses pengupasan.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Pilih suhu awal",
|
|
26
|
+
text: "Pilih apakah telur Anda dari kulkas (4°C) atau suhu ruang (20°C). Ini adalah suhu internal telur.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Pilih ukuran telur",
|
|
30
|
+
text: "S (kecil, 53g), M (sedang, 58g), L (besar, 63g), atau XL (sangat besar, 73g). Ukuran menentukan berapa lama panas mencapai area tengah telur.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Tentukan ketinggian Anda",
|
|
34
|
+
text: "Masukkan secara manual atau gunakan lokasi Anda. Setiap kenaikan 300m, titik didih air turun sekitar 1°C.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "Gunakan shock termal",
|
|
38
|
+
text: "Saat timer berbunyi, segera rendam telur dalam air es. Ini menghentikan proses memasak dan memudahkan pengupasan. Shock termal sangat penting untuk presisi.",
|
|
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: "telur",
|
|
76
|
+
title: "Timer Telur Ilmiah",
|
|
77
|
+
description: "Kalkulator termodinamika untuk memasak telur yang sempurna berdasarkan ketinggian, suhu, dan ukuran.",
|
|
78
|
+
faqTitle: "Pertanyaan yang Sering Diajukan",
|
|
79
|
+
bibliographyTitle: "Referensi Ilmiah",
|
|
80
|
+
ui: {
|
|
81
|
+
parameters: "Parameter",
|
|
82
|
+
initial_temperature: "Suhu Awal",
|
|
83
|
+
fridge: "Kulkas",
|
|
84
|
+
ambient: "Suhu Ruang",
|
|
85
|
+
egg_size: "Ukuran Telur",
|
|
86
|
+
altitude: "Ketinggian",
|
|
87
|
+
use_location: "Gunakan lokasi saya",
|
|
88
|
+
altitude_help: "Air mendidih pada suhu lebih rendah di ketinggian yang lebih tinggi, memengaruhi waktu memasak.",
|
|
89
|
+
sea_level: "Laut",
|
|
90
|
+
soft_cooked: "Setengah Matang",
|
|
91
|
+
soft_description: "Kuning cair, putih lembut.",
|
|
92
|
+
mollet: "Mollet (Kuning kental)",
|
|
93
|
+
mollet_description: "Kuning krem, putih padat.",
|
|
94
|
+
hard_cooked: "Matang/Hard",
|
|
95
|
+
hard_description: "Matang sepenuhnya, kuning padat.",
|
|
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: 'Panduan Master Memasak Telur dengan Sempurna',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Memasak telur adalah latihan <strong>termodinamika terapan</strong>. Presisi dalam suhu awal, ukuran telur, dan ketinggian geografis menentukan apakah Anda akan mendapatkan kuning telur cair yang lembut atau hasil yang terlalu matang dengan lingkaran hijau yang tidak diinginkan.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'stats',
|
|
125
|
+
columns: 4,
|
|
126
|
+
items: [
|
|
127
|
+
{
|
|
128
|
+
value: '62°C',
|
|
129
|
+
label: 'Koagulasi Putih',
|
|
130
|
+
icon: 'mdi:egg-outline',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
value: '68°C',
|
|
134
|
+
label: 'Koagulasi Kuning',
|
|
135
|
+
icon: 'mdi:egg-fried',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
value: '-1°C',
|
|
139
|
+
label: 'Didih / 300m',
|
|
140
|
+
icon: 'mdi:mountain',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
value: '0s',
|
|
144
|
+
label: 'Toleransi Error',
|
|
145
|
+
icon: 'mdi:timer-check-outline',
|
|
146
|
+
},
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'title',
|
|
151
|
+
text: 'Perbandingan Tingkat Kematangan',
|
|
152
|
+
level: 3,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'comparative',
|
|
156
|
+
columns: 3,
|
|
157
|
+
items: [
|
|
158
|
+
{
|
|
159
|
+
title: 'Telur Setengah Matang',
|
|
160
|
+
icon: 'mdi:coffee-outline',
|
|
161
|
+
description: 'Putih telur matang sebagian dan kuning telur cair sepenuhnya.',
|
|
162
|
+
points: [
|
|
163
|
+
'Tekstur sangat halus',
|
|
164
|
+
'Sangat cocok untuk celupan roti',
|
|
165
|
+
'Masak cepat (3-4 mnt)',
|
|
166
|
+
'Sulit dikupas',
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
title: 'Telur Mollet / Kental',
|
|
171
|
+
icon: 'mdi:water-percent',
|
|
172
|
+
description: 'Putih telur padat dan kuning telur krem, kental tapi tidak keras.',
|
|
173
|
+
highlight: true,
|
|
174
|
+
points: [
|
|
175
|
+
'Standar gourmet',
|
|
176
|
+
'Kuning telur sehalus madu',
|
|
177
|
+
'Bagian luar elastis dan padat',
|
|
178
|
+
'Sempurna untuk salad',
|
|
179
|
+
],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
title: 'Telur Rebus Matang',
|
|
183
|
+
icon: 'mdi:circle-slice-8',
|
|
184
|
+
description: 'Padat sepenuhnya namun lembut, tanpa lingkaran hijau.',
|
|
185
|
+
points: [
|
|
186
|
+
'Kuning telur buram dan padat',
|
|
187
|
+
'Mudah dibawa dan dikupas',
|
|
188
|
+
'Ideal untuk isian',
|
|
189
|
+
'Membutuhkan pendinginan cepat',
|
|
190
|
+
],
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Titik Didih Berdasarkan Ketinggian',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'table',
|
|
201
|
+
headers: ['Kota / Ketinggian', 'Meter (mdpl)', 'Titik Didih (°C)', 'Waktu Tambahan'],
|
|
202
|
+
rows: [
|
|
203
|
+
['Tingkat Laut', '0m', '100°C', '0s'],
|
|
204
|
+
['Bandung', '700m', '97.6°C', '+28s'],
|
|
205
|
+
['Mexico City', '2240m', '92.6°C', '+75s'],
|
|
206
|
+
['La Paz (Bolivia)', '3640m', '88.1°C', '+140s'],
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'diagnostic',
|
|
211
|
+
variant: 'warning',
|
|
212
|
+
title: 'Lingkaran hijau atau sulit dikupas?',
|
|
213
|
+
html: 'Lingkaran hijau adalah <strong>feros sulfida</strong> yang disebabkan oleh overcooking. Jika telur sulit dikupas, biasanya karena terlalu segar; pH rendah membuat putih telur menempel pada membran. Gunakan telur berusia 1 minggu dan shock termal dalam es.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 'title',
|
|
217
|
+
text: 'Glosarium Sains Telur',
|
|
218
|
+
level: 3,
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
type: 'glossary',
|
|
222
|
+
items: [
|
|
223
|
+
{
|
|
224
|
+
term: 'Ovotransferrin',
|
|
225
|
+
definition: 'Protein putih telur yang membeku pertama (62°C), memberikan struktur putih awal.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
term: 'Ovalbumin',
|
|
229
|
+
definition: 'Protein utama yang membutuhkan lebih banyak panas (80°C) untuk kepadatan total.',
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
term: 'Tekanan Atmosfer',
|
|
233
|
+
definition: 'Faktor yang menentukan suhu air mendidih.',
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
term: 'Shock Termal',
|
|
237
|
+
definition: 'Perendaman dalam air es untuk menghentikan sisa panas secara instan.',
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'tip',
|
|
243
|
+
title: 'Trik Cuka',
|
|
244
|
+
html: 'Tambahkan sedikit cuka ke dalam air. Jika cangkang retak, asam akan membantu putih telur membeku dengan cepat, menutup retakan tersebut.',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'paragraph',
|
|
248
|
+
html: 'Timer kami menggunakan persamaan Charles Williams untuk menyesuaikan setiap detik berdasarkan lokasi tepat Anda dan kondisi suhu telur.',
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
252
|
+
};
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
|
|
3
|
+
const title = "Cronometro Scientifico per le Uova";
|
|
4
|
+
const description = "Calcolatrice termodinamica per la cottura perfetta delle uova in base ad altitudine, temperatura e dimensioni.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: "Perché l'altitudine è importante quando si cuociono le uova?",
|
|
8
|
+
answer: "L'acqua non bolle sempre a 100°C. A quote più elevate, la pressione atmosferica è inferiore e l'acqua bolle a una temperatura più bassa. Ad esempio, a 2000m bolle a circa 93°C, richiedendo più tempo rispetto al livello del mare. Sull'Everest è impossibile cuocere un uovo sodo.",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: "Uovo da frigorifero o a temperatura ambiente?",
|
|
12
|
+
answer: "Un uovo da frigorifero (4°C) ha bisogno di più tempo rispetto a uno a temperatura ambiente (20°C). La differenza può essere di 2-3 minuti. Questa calcolatrice regola automaticamente il tempo in base alla temperatura iniziale.",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: "Perché appare un anello verde intorno al tuorlo?",
|
|
16
|
+
answer: "È solfuro ferroso, risultato di una cottura eccessiva. Quando si superano gli 80°C per troppo tempo, lo zolfo dell'albume reagisce con il ferro del tuorlo. Non è tossico, ma indica che il tempo di cottura era troppo lungo. Usare un bagno di ghiaccio immediato per evitarlo.",
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: "Come si pela facilmente un uovo?",
|
|
20
|
+
answer: "Usa uova di 1-2 settimane (non fresche di giornata), inizia con acqua bollente (non fredda) e immergi in acqua ghiacciata immediatamente dopo la cottura. Lo shock termico contrae l'uovo e facilita la rimozione del guscio.",
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: "Seleziona la temperatura iniziale",
|
|
26
|
+
text: "Scegli se l'uovo è da frigorifero (4°C) o a temperatura ambiente (20°C). Questa è la temperatura interna dell'uovo.",
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "Scegli le dimensioni dell'uovo",
|
|
30
|
+
text: "S (piccolo, 53g), M (medio, 58g), L (grande, 63g), o XL (molto grande, 73g). Le dimensioni determinano quanto tempo impiega il calore per raggiungere il centro.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: "Specifica l'altitudine",
|
|
34
|
+
text: "Inserisci manualmente o usa la geolocalizzazione. Ogni 300m di altitudine, il punto di ebollizione dell'acqua scende di circa 1°C.",
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: "Applica lo shock termico",
|
|
38
|
+
text: "Quando il timer suona, immergi immediatamente in acqua e ghiaccio. Questo arresta la cottura e facilita la pelatura. Lo shock termico è critico per la precisione.",
|
|
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: "uova",
|
|
76
|
+
title: "Cronometro Scientifico per le Uova",
|
|
77
|
+
description: "Calcolatrice termodinamica per la cottura perfetta delle uova in base ad altitudine, temperatura e dimensioni.",
|
|
78
|
+
faqTitle: "Domande Frequenti",
|
|
79
|
+
bibliographyTitle: "Riferimenti Scientifici",
|
|
80
|
+
ui: {
|
|
81
|
+
parameters: "Parametri",
|
|
82
|
+
initial_temperature: "Temperatura Iniziale",
|
|
83
|
+
fridge: "Frigo",
|
|
84
|
+
ambient: "Ambiente",
|
|
85
|
+
egg_size: "Dimensioni Uovo",
|
|
86
|
+
altitude: "Altitudine",
|
|
87
|
+
use_location: "Usa la mia posizione",
|
|
88
|
+
altitude_help: "L'acqua bolle a una temperatura inferiore ad altitudini più elevate, influenzando i tempi di cottura.",
|
|
89
|
+
sea_level: "Mare",
|
|
90
|
+
soft_cooked: "Alla Coque",
|
|
91
|
+
soft_description: "Tuorlo liquido, albume bianco e morbido.",
|
|
92
|
+
mollet: "Barzotto (Mollet)",
|
|
93
|
+
mollet_description: "Tuorlo cremoso, albume sodo.",
|
|
94
|
+
hard_cooked: "Sodo",
|
|
95
|
+
hard_description: "Completamente cotto, tuorlo sodo.",
|
|
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: 'Guida per la Cottura Perfetta dell\'Uovo',
|
|
117
|
+
level: 2,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Cuocere un uovo è un esercizio di <strong>termodinamica applicata</strong>. La precisione della temperatura iniziale, le dimensioni dell\'uovo e l\'altitudine geografica determinano se otterrai un tuorlo setoso o un solido iper-cotto con l\'indesiderato anello verde.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'stats',
|
|
125
|
+
columns: 4,
|
|
126
|
+
items: [
|
|
127
|
+
{
|
|
128
|
+
value: '62°C',
|
|
129
|
+
label: 'Coagulazione Albume',
|
|
130
|
+
icon: 'mdi:egg-outline',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
value: '68°C',
|
|
134
|
+
label: 'Coagulazione Tuorlo',
|
|
135
|
+
icon: 'mdi:egg-fried',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
value: '-1°C',
|
|
139
|
+
label: 'Ebollizione / 300m',
|
|
140
|
+
icon: 'mdi:mountain',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
value: '0s',
|
|
144
|
+
label: 'Errore Tollerato',
|
|
145
|
+
icon: 'mdi:timer-check-outline',
|
|
146
|
+
},
|
|
147
|
+
],
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
type: 'title',
|
|
151
|
+
text: 'Confronto degli Stati di Cottura',
|
|
152
|
+
level: 3,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'comparative',
|
|
156
|
+
columns: 3,
|
|
157
|
+
items: [
|
|
158
|
+
{
|
|
159
|
+
title: 'Uovo alla Coque',
|
|
160
|
+
icon: 'mdi:coffee-outline',
|
|
161
|
+
description: 'Albume parzialmente rappreso e tuorlo totalmente liquido.',
|
|
162
|
+
points: [
|
|
163
|
+
'Consistenza molto delicata',
|
|
164
|
+
'Ideale per intingere il pane',
|
|
165
|
+
'Cottura rapida (3-4 min)',
|
|
166
|
+
'Difficile da pelare',
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
title: 'Uovo Barzotto (Mollet)',
|
|
171
|
+
icon: 'mdi:water-percent',
|
|
172
|
+
description: 'Albume sodo e tuorlo cremoso, denso ma non solido.',
|
|
173
|
+
highlight: true,
|
|
174
|
+
points: [
|
|
175
|
+
'Lo standard gourmet',
|
|
176
|
+
'Tuorlo con consistenza di miele',
|
|
177
|
+
'Struttura elastica e soda',
|
|
178
|
+
'Perfetto per le insalate',
|
|
179
|
+
],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
title: 'Uovo Sodo',
|
|
183
|
+
icon: 'mdi:circle-slice-8',
|
|
184
|
+
description: 'Completamente solido ma tenero, senza anello verde.',
|
|
185
|
+
points: [
|
|
186
|
+
'Tuorlo opaco e sodo',
|
|
187
|
+
'Facile da trasportare e pelare',
|
|
188
|
+
'Ideale per farcire',
|
|
189
|
+
'Richiede raffreddamento rapido',
|
|
190
|
+
],
|
|
191
|
+
},
|
|
192
|
+
],
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Punto di Ebollizione in base all\'Altitudine',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'table',
|
|
201
|
+
headers: ['Città / Altitudine', 'Metri (slm)', 'Ebollizione (°C)', 'Tempo Extra'],
|
|
202
|
+
rows: [
|
|
203
|
+
['Livello del Mare', '0m', '100°C', '0s'],
|
|
204
|
+
['Madrid', '650m', '97.8°C', '+25s'],
|
|
205
|
+
['Città del Messico', '2240m', '92.6°C', '+75s'],
|
|
206
|
+
['La Paz (Bolivia)', '3640m', '88.1°C', '+140s'],
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'diagnostic',
|
|
211
|
+
variant: 'warning',
|
|
212
|
+
title: 'Anello verde o difficile da pelare?',
|
|
213
|
+
html: 'L\'anello verde è <strong>solfuro ferroso</strong> causato da una cottura eccessiva. Se l\'uovo non si pela bene, è perché è troppo fresco; il pH basso fa sì che l\'albume si attacchi alla membrana. Usa uova di 1 settimana e shock termico in ghiaccio.',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
type: 'title',
|
|
217
|
+
text: 'Glossario della Scienza dell\'Uovo',
|
|
218
|
+
level: 3,
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
type: 'glossary',
|
|
222
|
+
items: [
|
|
223
|
+
{
|
|
224
|
+
term: 'Ovotransferrina',
|
|
225
|
+
definition: 'Proteina dell\'albume che coagula per prima (62°C), dando la struttura bianca iniziale.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
term: 'Ovalbumina',
|
|
229
|
+
definition: 'Proteina principale che richiede più calore (80°C) per una sodezza totale.',
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
term: 'Pressione Atmosferica',
|
|
233
|
+
definition: 'Fattore che determina la temperatura dell\'acqua bollente.',
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
term: 'Shock Termico',
|
|
237
|
+
definition: 'Immersione in acqua ghiacciata per arrestare istantaneamente la cottura residua.',
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 'tip',
|
|
243
|
+
title: 'Il trucco dell\'aceto',
|
|
244
|
+
html: 'Aggiungi un cucchiaio di aceto all\'acqua. Se il guscio si rompe, l\'acido aiuterà l\'albume a coagulare rapidamente, sigillando la fessura.',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: 'paragraph',
|
|
248
|
+
html: 'Il nostro cronometro utilizza l\'equazione di Charles Williams per regolare ogni secondo in base alla tua posizione esatta.',
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
252
|
+
};
|