@jjlmoya/utils-cooking 1.24.0 → 1.25.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 +1 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +56 -19
- package/src/tests/i18n-titles.test.ts +5 -17
- package/src/tests/locale_completeness.test.ts +2 -13
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
- package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
- package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
- package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
- package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
- package/src/tool/american-kitchen-converter/seo.astro +11 -4
- package/src/tool/banana-ripeness/bibliography.astro +3 -3
- package/src/tool/banana-ripeness/bibliography.ts +10 -0
- package/src/tool/banana-ripeness/i18n/de.ts +2 -15
- package/src/tool/banana-ripeness/i18n/en.ts +36 -49
- package/src/tool/banana-ripeness/i18n/es.ts +36 -49
- package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
- package/src/tool/banana-ripeness/i18n/id.ts +2 -15
- package/src/tool/banana-ripeness/i18n/it.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
- package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
- package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
- package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
- package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
- package/src/tool/banana-ripeness/seo.astro +10 -3
- package/src/tool/brine/bibliography.astro +3 -3
- package/src/tool/brine/bibliography.ts +6 -0
- package/src/tool/brine/i18n/de.ts +4 -19
- package/src/tool/brine/i18n/en.ts +3 -17
- package/src/tool/brine/i18n/es.ts +4 -19
- package/src/tool/brine/i18n/fr.ts +3 -17
- package/src/tool/brine/i18n/id.ts +4 -19
- package/src/tool/brine/i18n/it.ts +4 -19
- package/src/tool/brine/i18n/ja.ts +4 -19
- package/src/tool/brine/i18n/ko.ts +4 -19
- package/src/tool/brine/i18n/nl.ts +4 -19
- package/src/tool/brine/i18n/pl.ts +4 -19
- package/src/tool/brine/i18n/pt.ts +4 -19
- package/src/tool/brine/i18n/ru.ts +4 -19
- package/src/tool/brine/i18n/sv.ts +4 -19
- package/src/tool/brine/i18n/tr.ts +4 -19
- package/src/tool/brine/i18n/zh.ts +4 -19
- package/src/tool/brine/seo.astro +11 -4
- package/src/tool/cookware-guide/bibliography.astro +2 -2
- package/src/tool/cookware-guide/bibliography.ts +10 -0
- package/src/tool/cookware-guide/i18n/de.ts +3 -17
- package/src/tool/cookware-guide/i18n/en.ts +3 -17
- package/src/tool/cookware-guide/i18n/es.ts +3 -17
- package/src/tool/cookware-guide/i18n/fr.ts +3 -17
- package/src/tool/cookware-guide/i18n/id.ts +3 -17
- package/src/tool/cookware-guide/i18n/it.ts +3 -17
- package/src/tool/cookware-guide/i18n/ja.ts +3 -17
- package/src/tool/cookware-guide/i18n/ko.ts +3 -17
- package/src/tool/cookware-guide/i18n/nl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pt.ts +3 -17
- package/src/tool/cookware-guide/i18n/ru.ts +3 -17
- package/src/tool/cookware-guide/i18n/sv.ts +3 -17
- package/src/tool/cookware-guide/i18n/tr.ts +3 -17
- package/src/tool/cookware-guide/i18n/zh.ts +3 -17
- package/src/tool/cookware-guide/seo.astro +11 -4
- package/src/tool/egg-timer/bibliography.astro +3 -11
- package/src/tool/egg-timer/bibliography.ts +10 -0
- package/src/tool/egg-timer/i18n/de.ts +3 -17
- package/src/tool/egg-timer/i18n/en.ts +2 -15
- package/src/tool/egg-timer/i18n/es.ts +127 -141
- package/src/tool/egg-timer/i18n/fr.ts +2 -15
- package/src/tool/egg-timer/i18n/id.ts +4 -18
- package/src/tool/egg-timer/i18n/it.ts +3 -17
- package/src/tool/egg-timer/i18n/ja.ts +3 -17
- package/src/tool/egg-timer/i18n/ko.ts +3 -17
- package/src/tool/egg-timer/i18n/nl.ts +3 -17
- package/src/tool/egg-timer/i18n/pl.ts +3 -17
- package/src/tool/egg-timer/i18n/pt.ts +3 -17
- package/src/tool/egg-timer/i18n/ru.ts +3 -17
- package/src/tool/egg-timer/i18n/sv.ts +3 -17
- package/src/tool/egg-timer/i18n/tr.ts +3 -17
- package/src/tool/egg-timer/i18n/zh.ts +3 -17
- package/src/tool/egg-timer/seo.astro +6 -30
- package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
- package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
- package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
- package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
- package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
- package/src/tool/ingredient-rescaler/seo.astro +11 -4
- package/src/tool/kitchen-timer/bibliography.astro +3 -3
- package/src/tool/kitchen-timer/bibliography.ts +10 -0
- package/src/tool/kitchen-timer/i18n/de.ts +3 -13
- package/src/tool/kitchen-timer/i18n/en.ts +6 -22
- package/src/tool/kitchen-timer/i18n/es.ts +6 -22
- package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
- package/src/tool/kitchen-timer/i18n/id.ts +3 -13
- package/src/tool/kitchen-timer/i18n/it.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
- package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
- package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
- package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
- package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
- package/src/tool/kitchen-timer/seo.astro +10 -3
- package/src/tool/meringue-peak/bibliography.astro +3 -3
- package/src/tool/meringue-peak/bibliography.ts +14 -0
- package/src/tool/meringue-peak/i18n/de.ts +3 -13
- package/src/tool/meringue-peak/i18n/en.ts +2 -15
- package/src/tool/meringue-peak/i18n/es.ts +135 -149
- package/src/tool/meringue-peak/i18n/fr.ts +2 -15
- package/src/tool/meringue-peak/i18n/id.ts +3 -13
- package/src/tool/meringue-peak/i18n/it.ts +3 -13
- package/src/tool/meringue-peak/i18n/ja.ts +3 -13
- package/src/tool/meringue-peak/i18n/ko.ts +3 -13
- package/src/tool/meringue-peak/i18n/nl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pt.ts +3 -13
- package/src/tool/meringue-peak/i18n/ru.ts +3 -13
- package/src/tool/meringue-peak/i18n/sv.ts +3 -13
- package/src/tool/meringue-peak/i18n/tr.ts +3 -13
- package/src/tool/meringue-peak/i18n/zh.ts +3 -13
- package/src/tool/meringue-peak/seo.astro +10 -3
- package/src/tool/mold-scaler/bibliography.astro +3 -3
- package/src/tool/mold-scaler/bibliography.ts +10 -0
- package/src/tool/mold-scaler/i18n/de.ts +5 -17
- package/src/tool/mold-scaler/i18n/en.ts +5 -20
- package/src/tool/mold-scaler/i18n/es.ts +5 -20
- package/src/tool/mold-scaler/i18n/fr.ts +5 -20
- package/src/tool/mold-scaler/i18n/id.ts +5 -17
- package/src/tool/mold-scaler/i18n/it.ts +5 -17
- package/src/tool/mold-scaler/i18n/ja.ts +5 -17
- package/src/tool/mold-scaler/i18n/ko.ts +5 -17
- package/src/tool/mold-scaler/i18n/nl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pt.ts +5 -17
- package/src/tool/mold-scaler/i18n/ru.ts +5 -17
- package/src/tool/mold-scaler/i18n/sv.ts +5 -17
- package/src/tool/mold-scaler/i18n/tr.ts +5 -17
- package/src/tool/mold-scaler/i18n/zh.ts +5 -17
- package/src/tool/mold-scaler/seo.astro +10 -3
- package/src/tool/pizza/bibliography.astro +3 -3
- package/src/tool/pizza/bibliography.ts +18 -0
- package/src/tool/pizza/i18n/de.ts +3 -13
- package/src/tool/pizza/i18n/en.ts +58 -75
- package/src/tool/pizza/i18n/es.ts +2 -20
- package/src/tool/pizza/i18n/fr.ts +58 -75
- package/src/tool/pizza/i18n/id.ts +3 -9
- package/src/tool/pizza/i18n/it.ts +3 -13
- package/src/tool/pizza/i18n/ja.ts +3 -9
- package/src/tool/pizza/i18n/ko.ts +3 -9
- package/src/tool/pizza/i18n/nl.ts +3 -9
- package/src/tool/pizza/i18n/pl.ts +3 -9
- package/src/tool/pizza/i18n/pt.ts +3 -9
- package/src/tool/pizza/i18n/ru.ts +28 -34
- package/src/tool/pizza/i18n/sv.ts +3 -9
- package/src/tool/pizza/i18n/tr.ts +3 -9
- package/src/tool/pizza/i18n/zh.ts +3 -9
- package/src/tool/pizza/seo.astro +11 -4
- package/src/tool/roux-guide/bibliography.astro +3 -3
- package/src/tool/roux-guide/bibliography.ts +14 -0
- package/src/tool/roux-guide/i18n/de.ts +3 -9
- package/src/tool/roux-guide/i18n/en.ts +2 -15
- package/src/tool/roux-guide/i18n/es.ts +3 -17
- package/src/tool/roux-guide/i18n/fr.ts +2 -15
- package/src/tool/roux-guide/i18n/id.ts +3 -9
- package/src/tool/roux-guide/i18n/it.ts +3 -9
- package/src/tool/roux-guide/i18n/ja.ts +3 -9
- package/src/tool/roux-guide/i18n/ko.ts +3 -9
- package/src/tool/roux-guide/i18n/nl.ts +3 -9
- package/src/tool/roux-guide/i18n/pl.ts +3 -9
- package/src/tool/roux-guide/i18n/pt.ts +3 -9
- package/src/tool/roux-guide/i18n/ru.ts +3 -9
- package/src/tool/roux-guide/i18n/sv.ts +3 -9
- package/src/tool/roux-guide/i18n/tr.ts +3 -9
- package/src/tool/roux-guide/i18n/zh.ts +3 -9
- package/src/tool/roux-guide/seo.astro +11 -4
- package/src/tool/sourdough-calculator/bibliography.astro +3 -3
- package/src/tool/sourdough-calculator/bibliography.ts +14 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
- package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
- package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
- package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
- package/src/tool/sourdough-calculator/seo.astro +11 -4
- package/src/tool/yeast-converter/bibliography.astro +6 -0
- package/src/tool/yeast-converter/bibliography.ts +6 -0
- package/src/tool/yeast-converter/component.astro +96 -0
- package/src/tool/yeast-converter/entry.ts +26 -0
- package/src/tool/yeast-converter/i18n/de.ts +235 -0
- package/src/tool/yeast-converter/i18n/en.ts +234 -0
- package/src/tool/yeast-converter/i18n/es.ts +235 -0
- package/src/tool/yeast-converter/i18n/fr.ts +235 -0
- package/src/tool/yeast-converter/i18n/id.ts +235 -0
- package/src/tool/yeast-converter/i18n/it.ts +235 -0
- package/src/tool/yeast-converter/i18n/ja.ts +235 -0
- package/src/tool/yeast-converter/i18n/ko.ts +235 -0
- package/src/tool/yeast-converter/i18n/nl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pt.ts +235 -0
- package/src/tool/yeast-converter/i18n/ru.ts +235 -0
- package/src/tool/yeast-converter/i18n/sv.ts +235 -0
- package/src/tool/yeast-converter/i18n/tr.ts +235 -0
- package/src/tool/yeast-converter/i18n/zh.ts +235 -0
- package/src/tool/yeast-converter/index.ts +11 -0
- package/src/tool/yeast-converter/init.ts +277 -0
- package/src/tool/yeast-converter/seo.astro +15 -0
- package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
- package/src/tools.ts +2 -0
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const title = 'Konverter Ragi: Segar, Kering & Sourdough';
|
|
5
|
+
const description =
|
|
6
|
+
'Konversi antara ragi segar, ragi kering, dan starter sourdough dengan presisi. Dapatkan penyesuaian resep saat menggunakan starter sourdough untuk menjaga hidrasi sempurna.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Apa perbedaan antara ragi segar dan ragi kering?',
|
|
11
|
+
answer:
|
|
12
|
+
'Ragi segar mengandung sekitar 70% air, sedangkan ragi kering mengandung sekitar 8%. Faktor konversinya adalah: 1 bagian ragi kering sama dengan 3 bagian ragi segar. Ragi kering lebih kuat dan tahan lama, menjadikannya ideal untuk penyimpanan jangka panjang.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Berapa banyak starter sourdough yang saya butuhkan?',
|
|
16
|
+
answer:
|
|
17
|
+
'Starter sourdough biasanya memiliki hidrasi 100% (bagian tepung dan air yang sama). Untuk mengganti 1g ragi segar, Anda butuh 5g starter (rasio 1:5). Selalu sesuaikan resep Anda dengan mengurangi jumlah tepung dan air yang ada dalam starter.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Mengapa saya perlu menyesuaikan resep untuk sourdough?',
|
|
21
|
+
answer:
|
|
22
|
+
'Starter sourdough mengandung ragi sekaligus tepung dan air. Saat Anda menambahkannya, Anda sebenarnya menambahkan bahan ke dalam resep Anda. Anda harus mengurangi jumlah tepung dan air yang setara dari total resep untuk menjaga hidrasi dan struktur yang benar.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Bisakah saya menggunakan ragi instan sebagai pengganti ragi kering aktif?',
|
|
26
|
+
answer:
|
|
27
|
+
'Ragi instan adalah jenis ragi kering yang digiling halus. Rasio konversinya tetap sama: 1:3 antara kering dan segar. Ragi instan mungkin memerlukan sedikit lebih sedikit cairan karena ukuran partikelnya yang halus.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Pilih jenis ragi Anda',
|
|
34
|
+
text: 'Pilih jenis ragi yang Anda miliki: Segar (ragi basah), Kering (instan atau aktif), atau Starter Sourdough (hidrasi 100%).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Masukkan jumlahnya',
|
|
38
|
+
text: 'Masukkan jumlah dalam gram. Berikan angka yang presisi untuk hasil terbaik—gunakan timbangan dapur jika memungkinkan.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Terapkan konversi',
|
|
42
|
+
text: 'Alat ini menunjukkan jumlah yang setara untuk ketiga jenis ragi tersebut. Jika dikonversi ke sourdough, kurangi tepung dan air dari resep Anda.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'FAQPage',
|
|
49
|
+
mainEntity: faq.map((item) => ({
|
|
50
|
+
'@type': 'Question',
|
|
51
|
+
name: item.question,
|
|
52
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
53
|
+
})),
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
const howToSchema = {
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'HowTo',
|
|
59
|
+
name: title,
|
|
60
|
+
description,
|
|
61
|
+
step: howTo.map((step) => ({
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
name: step.name,
|
|
64
|
+
text: step.text,
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const appSchema = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
applicationCategory: 'UtilitiesApplication',
|
|
74
|
+
operatingSystem: 'All',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent = {
|
|
78
|
+
slug: 'konverter-ragi-segar-kering-sourdough',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Pilih Jenis Ragi',
|
|
83
|
+
freshYeast: 'Ragi Segar (Basah)',
|
|
84
|
+
dryYeast: 'Ragi Kering (Instan)',
|
|
85
|
+
sourdough: 'Starter Sourdough (100%)',
|
|
86
|
+
enterAmount: 'Masukkan jumlah',
|
|
87
|
+
quantity: 'Kuantitas',
|
|
88
|
+
grams: 'Gram (g)',
|
|
89
|
+
ounces: 'Ounces (oz)',
|
|
90
|
+
pounds: 'Pounds (lb)',
|
|
91
|
+
milligrams: 'Miligram (mg)',
|
|
92
|
+
reset: 'Reset',
|
|
93
|
+
conversions: 'Konversi',
|
|
94
|
+
copy: 'Salin',
|
|
95
|
+
copied: 'Tersalin!',
|
|
96
|
+
recipeAdjustment: 'Penyesuaian Resep',
|
|
97
|
+
flourSubtract: 'Kurangi tepung:',
|
|
98
|
+
waterSubtract: 'Kurangi air:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
101
|
+
faq,
|
|
102
|
+
bibliographyTitle: 'Bibliografi & Sumber Daya',
|
|
103
|
+
howTo,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Formula Konversi Ragi & Panduan Sains',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '<strong>Konversi ragi</strong> sangat penting untuk konsistensi pembuatan roti. Baik Anda mengganti ragi komersial dengan starter sourdough atau menyesuaikan antara varietas segar dan kering, memahami rasio yang tepat memastikan fermentasi yang andal.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'stats',
|
|
116
|
+
columns: 4,
|
|
117
|
+
items: [
|
|
118
|
+
{
|
|
119
|
+
value: '1:3',
|
|
120
|
+
label: 'Rasio Kering ke Segar',
|
|
121
|
+
icon: 'mdi:scale',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: '1:5',
|
|
125
|
+
label: 'Segar ke Sourdough',
|
|
126
|
+
icon: 'mdi:flask-outline',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: '70%',
|
|
130
|
+
label: 'Air dalam Ragi Segar',
|
|
131
|
+
icon: 'mdi:water-percent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: '8%',
|
|
135
|
+
label: 'Air dalam Ragi Kering',
|
|
136
|
+
icon: 'mdi:water-opacity',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Jenis Agen Pengembang & Propertinya',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'comparative',
|
|
147
|
+
columns: 3,
|
|
148
|
+
items: [
|
|
149
|
+
{
|
|
150
|
+
title: 'Ragi Segar (Ragi Basah)',
|
|
151
|
+
icon: 'mdi:cube',
|
|
152
|
+
description: 'Sel ragi hidup yang tersuspensi dalam pati dan kelembapan.',
|
|
153
|
+
points: [
|
|
154
|
+
'Potensi: 100% (patokan)',
|
|
155
|
+
'Masa simpan: 2-3 minggu di lemari es',
|
|
156
|
+
'Kandungan air: ~70%',
|
|
157
|
+
'Terbaik untuk: Pembuat roti profesional, penggunaan segera',
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
title: 'Ragi Kering (Instan)',
|
|
162
|
+
icon: 'mdi:spray-bottle',
|
|
163
|
+
description: 'Sel ragi yang dikeringkan, lebih pekat daripada ragi segar.',
|
|
164
|
+
points: [
|
|
165
|
+
'Potensi: 3x ragi segar',
|
|
166
|
+
'Masa simpan: 1-2 tahun sebelum dibuka',
|
|
167
|
+
'Kandungan air: ~8%',
|
|
168
|
+
'Terbaik untuk: Pembuat roti rumahan, penyimpanan lama',
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: 'Starter Sourdough',
|
|
173
|
+
icon: 'mdi:flask-outline',
|
|
174
|
+
description: 'Kultur ragi liar dan bakteri pada hidrasi 100%.',
|
|
175
|
+
highlight: true,
|
|
176
|
+
points: [
|
|
177
|
+
'Potensi: 1 bagian = 5 bagian ragi segar',
|
|
178
|
+
'Masa simpan: Selamanya dengan perawatan tepat',
|
|
179
|
+
'Kandungan air: 50% (bagian tepung yang sama)',
|
|
180
|
+
'Terbaik untuk: Rasa kompleks, fermentasi lambat',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Rasio Konversi & Formula Matematika',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'table',
|
|
192
|
+
headers: ['Ragi Asal', 'Ragi Tujuan', 'Formula Konversi', 'Contoh'],
|
|
193
|
+
rows: [
|
|
194
|
+
['Ragi Segar', 'Ragi Kering', 'Segar ÷ 3 = Kering', '30g Segar = 10g Kering'],
|
|
195
|
+
['Ragi Kering', 'Ragi Segar', 'Kering × 3 = Segar', '10g Kering = 30g Segar'],
|
|
196
|
+
['Ragi Segar', 'Sourdough (100%)', 'Segar × 5 = Sourdough', '20g Segar = 100g Starter'],
|
|
197
|
+
['Sourdough (100%)', 'Ragi Segar', 'Sourdough ÷ 5 = Segar', '100g Starter = 20g Segar'],
|
|
198
|
+
['Ragi Kering', 'Sourdough (100%)', 'Kering × 15 = Sourdough', '10g Kering = 150g Starter'],
|
|
199
|
+
['Sourdough (100%)', 'Ragi Kering', 'Sourdough ÷ 15 = Kering', '150g Starter = 10g Kering'],
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'diagnostic',
|
|
204
|
+
variant: 'warning',
|
|
205
|
+
title: 'Kritis: Penyesuaian Resep untuk Sourdough',
|
|
206
|
+
html: 'Saat mengganti ragi dengan starter sourdough, Anda HARUS menyesuaikan resep Anda. Starter sourdough terdiri dari 50% tepung dan 50% air. Jika konversi Anda membutuhkan 100g starter, kurangi 50g tepung dan 50ml air dari resep Anda untuk menjaga hidrasi yang tepat.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Karakteristik Fermentasi Berdasarkan Jenis Ragi',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'table',
|
|
215
|
+
headers: ['Jenis Ragi', 'Kecepatan Fermentasi', 'Pengembangan Rasa', 'Produksi CO₂'],
|
|
216
|
+
rows: [
|
|
217
|
+
['Ragi Segar', 'Cepat (2-3 jam)', 'Netral hingga ringan', 'Tinggi dan cepat'],
|
|
218
|
+
['Ragi Kering', 'Sedang (3-4 jam)', 'Sedikit lebih kompleks', 'Konsisten'],
|
|
219
|
+
['Sourdough', 'Lambat (8-48 jam)', 'Kompleks, tajam', 'Bertahap, berkelanjutan'],
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'tip',
|
|
224
|
+
title: 'Tips Pro: Penyesuaian Suhu',
|
|
225
|
+
html: 'Fermentasi dingin dengan sourdough (2-4°C selama 8-16 jam) menghasilkan rasa dan struktur yang lebih unggul dibandingkan fermentasi hangat. Inilah sebabnya mengapa toko roti profesional lebih menyukai sourdough untuk roti yang difermentasi lama.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Konverter kami menyederhanakan perhitungan matematis sehingga Anda dapat fokus pada penyempurnaan teknik pembuatan roti dan pengembangan rasa.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
|
|
233
|
+
bibliography,
|
|
234
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
235
|
+
};
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const title = 'Convertitore di Lievito: Fresco, Secco e Pasta Madre';
|
|
5
|
+
const description =
|
|
6
|
+
'Converti con precisione tra lievito fresco, lievito secco e pasta madre. Ottieni le regolazioni della ricetta necessarie quando usi la pasta madre per mantenere una perfetta idratazione.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Qual è la differenza tra lievito fresco e secco?',
|
|
11
|
+
answer:
|
|
12
|
+
'Il lievito fresco contiene circa il 70% di acqua, mentre quello secco ne contiene circa l\'8%. Il fattore di conversione è: 1 parte di lievito secco equivale a 3 parti di lievito fresco. Il lievito secco è più potente e stabile, il che lo rende ideale per la conservazione a lungo termine.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Quanta pasta madre mi serve?',
|
|
16
|
+
answer:
|
|
17
|
+
'La pasta madre è solitamente al 100% di idratazione (parti uguali di farina e acqua). Per sostituire 1g di lievito fresco, servono 5g di pasta madre (rapporto 1:5). Regola sempre la tua ricetta sottraendo la farina e l\'acqua già presenti nella pasta madre.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Perché devo regolare la mia ricetta per la pasta madre?',
|
|
21
|
+
answer:
|
|
22
|
+
'La pasta madre contiene sia lievito che farina e acqua. Aggiungendola, stai inserendo ingredienti extra nella tua ricetta. Devi sottrarre la quantità equivalente di farina e acqua dal totale per mantenere la corretta idratazione e struttura.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Posso usare il lievito istantaneo al posto del lievito secco attivo?',
|
|
26
|
+
answer:
|
|
27
|
+
'Il lievito istantaneo è un tipo di lievito secco macinato finemente. Il rapporto di conversione rimane lo stesso: 1:3 tra secco e fresco. Il lievito istantaneo può richiedere leggermente meno liquido a causa della sua finezza.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Seleziona il tipo di lievito',
|
|
34
|
+
text: 'Scegli il tipo di lievito che hai a disposizione: Fresco (in panetto), Secco (istantaneo o attivo) o Pasta Madre (idratazione 100%).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Inserisci la quantità',
|
|
38
|
+
text: 'Inserisci la quantità in grammi. Sii preciso per ottenere i migliori risultati: usa una bilancia da cucina se possibile.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Applica le conversioni',
|
|
42
|
+
text: 'Lo strumento mostra le quantità equivalenti per i tre tipi. Se converti in pasta madre, sottrai la farina e l\'acqua dalla tua ricetta.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema = {
|
|
47
|
+
'@context': 'https://schema.org',
|
|
48
|
+
'@type': 'FAQPage',
|
|
49
|
+
mainEntity: faq.map((item) => ({
|
|
50
|
+
'@type': 'Question',
|
|
51
|
+
name: item.question,
|
|
52
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
53
|
+
})),
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
const howToSchema = {
|
|
57
|
+
'@context': 'https://schema.org',
|
|
58
|
+
'@type': 'HowTo',
|
|
59
|
+
name: title,
|
|
60
|
+
description,
|
|
61
|
+
step: howTo.map((step) => ({
|
|
62
|
+
'@type': 'HowToStep',
|
|
63
|
+
name: step.name,
|
|
64
|
+
text: step.text,
|
|
65
|
+
})),
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const appSchema = {
|
|
69
|
+
'@context': 'https://schema.org',
|
|
70
|
+
'@type': 'SoftwareApplication',
|
|
71
|
+
name: title,
|
|
72
|
+
description,
|
|
73
|
+
applicationCategory: 'UtilitiesApplication',
|
|
74
|
+
operatingSystem: 'All',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent = {
|
|
78
|
+
slug: 'convertitore-lievito-fresco-secco-pasta-madre',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Seleziona tipo di lievito',
|
|
83
|
+
freshYeast: 'Lievito Fresco (Panetto)',
|
|
84
|
+
dryYeast: 'Lievito Secco (Istantaneo)',
|
|
85
|
+
sourdough: 'Pasta Madre (100%)',
|
|
86
|
+
enterAmount: 'Inserisci quantità',
|
|
87
|
+
quantity: 'Quantità',
|
|
88
|
+
grams: 'Grammi (g)',
|
|
89
|
+
ounces: 'Once (oz)',
|
|
90
|
+
pounds: 'Libbre (lb)',
|
|
91
|
+
milligrams: 'Milligrammi (mg)',
|
|
92
|
+
reset: 'Resetta',
|
|
93
|
+
conversions: 'Conversioni',
|
|
94
|
+
copy: 'Copia',
|
|
95
|
+
copied: 'Copiato!',
|
|
96
|
+
recipeAdjustment: 'Regolazione Ricetta',
|
|
97
|
+
flourSubtract: 'Sottrai farina:',
|
|
98
|
+
waterSubtract: 'Sottrai acqua:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Domande Frequenti',
|
|
101
|
+
faq,
|
|
102
|
+
bibliographyTitle: 'Bibliografia e Risorse',
|
|
103
|
+
howTo,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Formule di Conversione del Lievito e Guida Scientifica',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'La <strong>conversione del lievito</strong> è essenziale per la costanza nei risultati. Sia che tu stia sostituendo il lievito commerciale con la pasta madre, sia che tu stia adattando tra varietà fresche e secche, comprendere i rapporti esatti garantisce una fermentazione affidabile.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'stats',
|
|
116
|
+
columns: 4,
|
|
117
|
+
items: [
|
|
118
|
+
{
|
|
119
|
+
value: '1:3',
|
|
120
|
+
label: 'Rapporto Secco/Fresco',
|
|
121
|
+
icon: 'mdi:scale',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: '1:5',
|
|
125
|
+
label: 'Fresco/Pasta Madre',
|
|
126
|
+
icon: 'mdi:flask-outline',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: '70%',
|
|
130
|
+
label: 'Acqua nel Fresco',
|
|
131
|
+
icon: 'mdi:water-percent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: '8%',
|
|
135
|
+
label: 'Acqua nel Secco',
|
|
136
|
+
icon: 'mdi:water-opacity',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Tipi di Agenti Lievitanti e loro Proprietà',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'comparative',
|
|
147
|
+
columns: 3,
|
|
148
|
+
items: [
|
|
149
|
+
{
|
|
150
|
+
title: 'Lievito Fresco (in Panetto)',
|
|
151
|
+
icon: 'mdi:cube',
|
|
152
|
+
description: 'Cellule di lievito vive sospese in amido e umidità.',
|
|
153
|
+
points: [
|
|
154
|
+
'Potenza: 100% (riferimento)',
|
|
155
|
+
'Durata: 2-3 settimane in frigo',
|
|
156
|
+
'Contenuto d\'acqua: ~70%',
|
|
157
|
+
'Ideale per: Professionisti, uso immediato',
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
title: 'Lievito Secco (Istantaneo)',
|
|
162
|
+
icon: 'mdi:spray-bottle',
|
|
163
|
+
description: 'Cellule di lievito essiccate, più concentrate del fresco.',
|
|
164
|
+
points: [
|
|
165
|
+
'Potenza: 3x lievito fresco',
|
|
166
|
+
'Durata: 1-2 anni sigillato',
|
|
167
|
+
'Contenuto d\'acqua: ~8%',
|
|
168
|
+
'Ideale per: Uso domestico, lunga conservazione',
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: 'Pasta Madre',
|
|
173
|
+
icon: 'mdi:flask-outline',
|
|
174
|
+
description: 'Cultura di lieviti naturali e batteri al 100% di idratazione.',
|
|
175
|
+
highlight: true,
|
|
176
|
+
points: [
|
|
177
|
+
'Potenza: 1 parte = 5 parti di lievito fresco',
|
|
178
|
+
'Durata: Illimitata con cura costante',
|
|
179
|
+
'Contenuto d\'acqua: 50% (parti uguali di farina)',
|
|
180
|
+
'Ideale per: Aromi complessi, fermentazione lenta',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Rapporti di Conversione e Formula Matematica',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'table',
|
|
192
|
+
headers: ['Lievito Origine', 'Lievito Destinazione', 'Formula di Conversione', 'Esempio'],
|
|
193
|
+
rows: [
|
|
194
|
+
['Lievito Fresco', 'Lievito Secco', 'Fresco ÷ 3 = Secco', '30g Fresco = 10g Secco'],
|
|
195
|
+
['Lievito Secco', 'Lievito Fresco', 'Secco × 3 = Fresco', '10g Secco = 30g Fresco'],
|
|
196
|
+
['Lievito Fresco', 'Pasta Madre (100%)', 'Fresco × 5 = Pasta Madre', '20g Fresco = 100g Starter'],
|
|
197
|
+
['Pasta Madre (100%)', 'Lievito Fresco', 'Pasta Madre ÷ 5 = Fresco', '100g Starter = 20g Fresco'],
|
|
198
|
+
['Lievito Secco', 'Pasta Madre (100%)', 'Secco × 15 = Pasta Madre', '10g Secco = 150g Starter'],
|
|
199
|
+
['Pasta Madre (100%)', 'Lievito Secco', 'Pasta Madre ÷ 15 = Secco', '150g Starter = 10g Secco'],
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'diagnostic',
|
|
204
|
+
variant: 'warning',
|
|
205
|
+
title: 'Critico: Regolazione della ricetta per la pasta madre',
|
|
206
|
+
html: 'Quando sostituisci il lievito con la pasta madre, DEVI regolare la tua ricetta. La pasta madre contiene il 50% di farina e il 50% di acqua. Se la conversione richiede 100g di starter, sottrai 50g di farina e 50ml di acqua dalla tua ricetta per mantenere l\'idratazione corretta.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Caratteristiche della Fermentazione per Tipo di Lievito',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'table',
|
|
215
|
+
headers: ['Tipo di Lievito', 'Velocità Fermentazione', 'Sviluppo Aromi', 'Produzione CO₂'],
|
|
216
|
+
rows: [
|
|
217
|
+
['Lievito Fresco', 'Rapida (2-3 ore)', 'Da neutro a delicato', 'Alta e rapida'],
|
|
218
|
+
['Lievito Secco', 'Media (3-4 ore)', 'Leggermente più complesso', 'Costante'],
|
|
219
|
+
['Pasta Madre', 'Lenta (8-48 ore)', 'Complesso, pungente', 'Graduale, prolungata'],
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'tip',
|
|
224
|
+
title: 'Consiglio Pro: Regolazioni della Temperatura',
|
|
225
|
+
html: 'La fermentazione a freddo con pasta madre (2-4°C per 8-16 ore) sviluppa aromi e struttura superiori. Per questo i professionisti preferiscono la pasta madre per i pani a lunga fermentazione.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Il nostro convertitore semplifica i calcoli in modo che tu possa concentrarti sul perfezionamento della tecnica e del sapore.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
|
|
233
|
+
bibliography,
|
|
234
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
235
|
+
};
|