@jjlmoya/utils-cooking 1.24.0 → 1.26.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 +5 -29
- 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 = 'Gistomzetter: Verse, Gedroogde & Desem';
|
|
5
|
+
const description =
|
|
6
|
+
'Reken nauwkeurig om tussen verse gist, droge gist en zuurdesemstarter. Ontvang receptaanpassingen bij het gebruik van zuurdesem om de perfecte hydratatie te behouden.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Wat is het verschil tussen verse en droge gist?',
|
|
11
|
+
answer:
|
|
12
|
+
'Verse gist bevat ongeveer 70% water, terwijl droge gist ongeveer 8% bevat. De omrekeningsfactor is: 1 deel droog staat gelijk aan 3 delen verse gist. Droge gist is krachtiger en langer houdbaar, wat het ideaal maakt voor langdurige opslag.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Hoeveel zuurdesemstarter heb ik nodig?',
|
|
16
|
+
answer:
|
|
17
|
+
'Zuurdesemstarter heeft standaard een hydratatie van 100% (gelijke delen bloem en water). Om 1g verse gist te vervangen, heb je 5g starter nodig (ratio 1:5). Pas je recept altijd aan door de bloem en het water uit de starter van je totalen af te trekken.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Waarom moet ik mijn recept aanpassen bij zuurdesem?',
|
|
21
|
+
answer:
|
|
22
|
+
'Zuurdesemstarter bevat zowel gist als bloem en water. Wanneer je het toevoegt, voeg je ingrediënten toe aan je recept. Je moet de equivalente hoeveelheid bloem en water van je totaal aftrekken om de juiste hydratatie en structuur te behouden.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Kan ik instant gist gebruiken in plaats van actieve droge gist?',
|
|
26
|
+
answer:
|
|
27
|
+
'Instant gist is een type droge gist dat fijn gemalen is. De omrekeningsratio blijft hetzelfde: 1:3 tussen droog en vers. Instant gist heeft soms iets minder vloeistof nodig vanwege de fijne deeltjes.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Selecteer je gisttype',
|
|
34
|
+
text: 'Kies het type gist dat je beschikbaar hebt: Vers (blokje), Droog (instant of actief) of Zuurdesemstarter (100% hydratatie).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Voer de hoeveelheid in',
|
|
38
|
+
text: 'Voer de hoeveelheid in grammen in. Wees nauwkeurig voor het beste resultaat—gebruik indien mogelijk een keukenweegschaal.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Pas de omrekening toe',
|
|
42
|
+
text: 'De tool toont de equivalente hoeveelheden voor alle drie de typen. Bij omrekening naar zuurdesem trek je de bloem en het water van je recept af.',
|
|
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: 'gistomzetter-vers-droog-zuurdesem',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Selecteer Gisttype',
|
|
83
|
+
freshYeast: 'Verse Gist (Blokje)',
|
|
84
|
+
dryYeast: 'Droge Gist (Instant)',
|
|
85
|
+
sourdough: 'Zuurdesemstarter (100%)',
|
|
86
|
+
enterAmount: 'Hoeveelheid invoeren',
|
|
87
|
+
quantity: 'Hoeveelheid',
|
|
88
|
+
grams: 'Gram (g)',
|
|
89
|
+
ounces: 'Ounces (oz)',
|
|
90
|
+
pounds: 'Ponden (lb)',
|
|
91
|
+
milligrams: 'Milligram (mg)',
|
|
92
|
+
reset: 'Reset',
|
|
93
|
+
conversions: 'Omrekeningen',
|
|
94
|
+
copy: 'Kopiëren',
|
|
95
|
+
copied: 'Gekopieerd!',
|
|
96
|
+
recipeAdjustment: 'Receptaanpassing',
|
|
97
|
+
flourSubtract: 'Bloem aftrekken:',
|
|
98
|
+
waterSubtract: 'Water aftrekken:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
101
|
+
faq,
|
|
102
|
+
bibliographyTitle: 'Bibliografie & Bronnen',
|
|
103
|
+
howTo,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Gistomzettingsformules & Wetenschappelijke Gids',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '<strong>Gistomzetting</strong> is essentieel voor consistentie in het bakken. Of je nu commerciële gist vervangt door zuurdesem of wisselt tussen verse en droge varianten, het begrijpen van de exacte ratio\'s zorgt voor betrouwbare fermentatie.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'stats',
|
|
116
|
+
columns: 4,
|
|
117
|
+
items: [
|
|
118
|
+
{
|
|
119
|
+
value: '1:3',
|
|
120
|
+
label: 'Ratio Droog naar Vers',
|
|
121
|
+
icon: 'mdi:scale',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: '1:5',
|
|
125
|
+
label: 'Vers naar Zuurdesem',
|
|
126
|
+
icon: 'mdi:flask-outline',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: '70%',
|
|
130
|
+
label: 'Water in Verse Gist',
|
|
131
|
+
icon: 'mdi:water-percent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: '8%',
|
|
135
|
+
label: 'Water in Droge Gist',
|
|
136
|
+
icon: 'mdi:water-opacity',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Soorten Rijsmiddelen & Hun Eigenschappen',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'comparative',
|
|
147
|
+
columns: 3,
|
|
148
|
+
items: [
|
|
149
|
+
{
|
|
150
|
+
title: 'Verse Gist (Blokje)',
|
|
151
|
+
icon: 'mdi:cube',
|
|
152
|
+
description: 'Levende gistcellen in een mengsel van zetmeel en vocht.',
|
|
153
|
+
points: [
|
|
154
|
+
'Kracht: 100% (basis)',
|
|
155
|
+
'Houdbaarheid: 2-3 weken gekoeld',
|
|
156
|
+
'Watergehalte: ~70%',
|
|
157
|
+
'Ideaal voor: Professionele bakkers, direct gebruik',
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
title: 'Droge Gist (Instant)',
|
|
162
|
+
icon: 'mdi:spray-bottle',
|
|
163
|
+
description: 'Gedroogde gistcellen, geconcentreerder dan verse gist.',
|
|
164
|
+
points: [
|
|
165
|
+
'Kracht: 3x verse gist',
|
|
166
|
+
'Houdbaarheid: 1-2 jaar ongeopend',
|
|
167
|
+
'Watergehalte: ~8%',
|
|
168
|
+
'Ideaal voor: Thuisbakkers, voorraad',
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: 'Zuurdesemstarter',
|
|
173
|
+
icon: 'mdi:flask-outline',
|
|
174
|
+
description: 'Wilde gist- en bacteriecultuur op 100% hydratatie.',
|
|
175
|
+
highlight: true,
|
|
176
|
+
points: [
|
|
177
|
+
'Kracht: 1 deel = 5 delen verse gist',
|
|
178
|
+
'Houdbaarheid: Onbeperkt mits goed verzorgd',
|
|
179
|
+
'Watergehalte: 50% (gelijke delen bloem)',
|
|
180
|
+
'Ideaal voor: Complexe smaak, langzame rijping',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Omrekeningsratio\'s & Wiskundige Formule',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'table',
|
|
192
|
+
headers: ['Bron Gist', 'Doel Gist', 'Omrekeningsformule', 'Voorbeeld'],
|
|
193
|
+
rows: [
|
|
194
|
+
['Verse Gist', 'Droge Gist', 'Vers ÷ 3 = Droog', '30g Vers = 10g Droog'],
|
|
195
|
+
['Droge Gist', 'Verse Gist', 'Droog × 3 = Vers', '10g Droog = 30g Vers'],
|
|
196
|
+
['Verse Gist', 'Zuurdesem (100%)', 'Vers × 5 = Zuurdesem', '20g Vers = 100g Starter'],
|
|
197
|
+
['Zuurdesem (100%)', 'Verse Gist', 'Zuurdesem ÷ 5 = Vers', '100g Starter = 20g Vers'],
|
|
198
|
+
['Droge Gist', 'Zuurdesem (100%)', 'Droog × 15 = Zuurdesem', '10g Droog = 150g Starter'],
|
|
199
|
+
['Zuurdesem (100%)', 'Droge Gist', 'Zuurdesem ÷ 15 = Droog', '150g Starter = 10g Droog'],
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'diagnostic',
|
|
204
|
+
variant: 'warning',
|
|
205
|
+
title: 'Cruciaal: Receptaanpassing voor Zuurdesem',
|
|
206
|
+
html: 'Wanneer je gist vervangt door zuurdesem, MOET je het recept aanpassen. Zuurdesemstarter bestaat voor 50% uit bloem en 50% uit water. Als je 100g starter nodig hebt, trek dan 50g bloem en 50ml water van je recept af.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Fermentatiekenmerken per Gisttype',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'table',
|
|
215
|
+
headers: ['Gisttype', 'Fermentatiesnelheid', 'Smaakontwikkeling', 'CO₂ Productie'],
|
|
216
|
+
rows: [
|
|
217
|
+
['Verse Gist', 'Snel (2-3 uur)', 'Neutraal tot mild', 'Hoog en rap'],
|
|
218
|
+
['Droge Gist', 'Gemiddeld (3-4 uur)', 'Iets complexer', 'Consistent'],
|
|
219
|
+
['Zuurdesem', 'Langzaam (8-48 uur)', 'Complex, zurig', 'Geleidelijk, aanhoudend'],
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'tip',
|
|
224
|
+
title: 'Pro Tip: Temperatuuraanpassingen',
|
|
225
|
+
html: 'Koude fermentatie met zuurdesem (2-4°C voor 8-16 uur) zorgt voor een superieure smaak en structuur. Daarom verkiezen professionele bakkerijen zuurdesem voor lang-gefermenteerd brood.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Onze omzetter vereenvoudigt het rekenwerk zodat jij je kunt focussen op je techniek en smaak.',
|
|
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 = 'Przelicznik drożdży: Świeże, suszone i zakwas';
|
|
5
|
+
const description =
|
|
6
|
+
'Precyzyjnie przeliczaj ilości między drożdżami świeżymi, suszonymi a zakwasem. Otrzymaj korekty przepisu przy użyciu zakwasu, aby zachować idealne nawodnienie.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Jaka jest różnica między drożdżami świeżymi a suszonymi?',
|
|
11
|
+
answer:
|
|
12
|
+
'Drożdże świeże zawierają około 70% wody, podczas gdy suszone około 8%. Współczynnik konwersji wynosi: 1 część drożdży suszonych odpowiada 3 częściom świeżych. Drożdże suszone są mocniejsze i trwalsze, co czyni je idealnymi do dłuższego przechowywania.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Ile zakwasu potrzebuję?',
|
|
16
|
+
answer:
|
|
17
|
+
'Zakwas ma domyślnie 100% nawodnienia (równe części mąki i wody). Aby zastąpić 1g drożdży świeżych, potrzebujesz 5g zakwasu (stosunek 1:5). Zawsze koryguj przepis, odejmując mąkę i wodę zawartą w zakwasie od całkowitej ilości.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Dlaczego muszę korygować przepis przy użyciu zakwasu?',
|
|
21
|
+
answer:
|
|
22
|
+
'Zakwas zawiera zarówno drożdże, jak i mąkę oraz wodę. Dodając go, wprowadzasz dodatkowe składniki do przepisu. Musisz odjąć równoważną ilość mąki i wody, aby utrzymać prawidłowe nawodnienie i strukturę ciasta.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Czy mogę użyć drożdży instant zamiast aktywnych drożdży suszonych?',
|
|
26
|
+
answer:
|
|
27
|
+
'Drożdże instant to rodzaj drożdży suszonych o bardzo drobnym ziarnie. Współczynnik przeliczania pozostaje ten sam: 1:3 względem świeżych. Drożdże instant mogą wymagać nieco mniej płynu ze względu na swoją formę.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Wybierz rodzaj drożdży',
|
|
34
|
+
text: 'Wybierz typ drożdży, którymi dysponujesz: Świeże (w kostce), Suszone (instant lub aktywne) lub Zakwas (100% nawodnienia).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Wprowadź ilość',
|
|
38
|
+
text: 'Podaj ilość w gramach. Bądź precyzyjny — jeśli to możliwe, użyj wagi kuchennej.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Zastosuj przeliczenie',
|
|
42
|
+
text: 'Narzędzie pokaże ekwiwalent dla wszystkich trzech typów. Jeśli wybierzesz zakwas, odejmij odpowiednią ilość mąki i wody z przepisu.',
|
|
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: 'przelicznik-drozdzy-swieze-suszone-zakwas',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Wybierz rodzaj drożdży',
|
|
83
|
+
freshYeast: 'Drożdże świeże (Kostka)',
|
|
84
|
+
dryYeast: 'Drożdże suszone (Instant)',
|
|
85
|
+
sourdough: 'Zakwas (100%)',
|
|
86
|
+
enterAmount: 'Wprowadź ilość',
|
|
87
|
+
quantity: 'Ilość',
|
|
88
|
+
grams: 'Gramy (g)',
|
|
89
|
+
ounces: 'Uncje (oz)',
|
|
90
|
+
pounds: 'Funty (lb)',
|
|
91
|
+
milligrams: 'Miligramy (mg)',
|
|
92
|
+
reset: 'Resetuj',
|
|
93
|
+
conversions: 'Przeliczenia',
|
|
94
|
+
copy: 'Kopiuj',
|
|
95
|
+
copied: 'Skopiowano!',
|
|
96
|
+
recipeAdjustment: 'Korekta przepisu',
|
|
97
|
+
flourSubtract: 'Odejmij mąkę:',
|
|
98
|
+
waterSubtract: 'Odejmij wodę:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Często zadawane pytania',
|
|
101
|
+
faq,
|
|
102
|
+
bibliographyTitle: 'Bibliografia i źródła',
|
|
103
|
+
howTo,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Formuły przeliczania drożdży i przewodnik naukowy',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: '<strong>Przeliczanie drożdży</strong> jest kluczowe dla powtarzalności wypieków. Niezależnie od tego, czy zastępujesz drożdże komercyjne zakwasem, czy przechodzisz ze świeżych na suszone, zrozumienie dokładnych proporcji gwarantuje udaną fermentację.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'stats',
|
|
116
|
+
columns: 4,
|
|
117
|
+
items: [
|
|
118
|
+
{
|
|
119
|
+
value: '1:3',
|
|
120
|
+
label: 'Suszone do świeżych',
|
|
121
|
+
icon: 'mdi:scale',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: '1:5',
|
|
125
|
+
label: 'Świeże do zakwasu',
|
|
126
|
+
icon: 'mdi:flask-outline',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: '70%',
|
|
130
|
+
label: 'Woda w świeżych',
|
|
131
|
+
icon: 'mdi:water-percent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: '8%',
|
|
135
|
+
label: 'Woda w suszonych',
|
|
136
|
+
icon: 'mdi:water-opacity',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Rodzaje środków spulchniających i ich właściwości',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'comparative',
|
|
147
|
+
columns: 3,
|
|
148
|
+
items: [
|
|
149
|
+
{
|
|
150
|
+
title: 'Drożdże świeże (Kostka)',
|
|
151
|
+
icon: 'mdi:cube',
|
|
152
|
+
description: 'Żywe komórki drożdży zawieszone w skrobi i wilgoci.',
|
|
153
|
+
points: [
|
|
154
|
+
'Siła: 100% (odniesienie)',
|
|
155
|
+
'Trwałość: 2-3 tygodnie w lodówce',
|
|
156
|
+
'Zawartość wody: ~70%',
|
|
157
|
+
'Najlepsze dla: Profesjonalistów, szybkich wypieków',
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
title: 'Drożdże suszone (Instant)',
|
|
162
|
+
icon: 'mdi:spray-bottle',
|
|
163
|
+
description: 'Wysuszone komórki drożdży, bardziej skoncentrowane niż świeże.',
|
|
164
|
+
points: [
|
|
165
|
+
'Siła: 3x drożdże świeże',
|
|
166
|
+
'Trwałość: 1-2 lata (zamknięte)',
|
|
167
|
+
'Zawartość wody: ~8%',
|
|
168
|
+
'Najlepsze dla: Domowych piekarzy, długie przechowywanie',
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: 'Zakwas',
|
|
173
|
+
icon: 'mdi:flask-outline',
|
|
174
|
+
description: 'Dzika kultura drożdży i bakterii o 100% nawodnieniu.',
|
|
175
|
+
highlight: true,
|
|
176
|
+
points: [
|
|
177
|
+
'Siła: 1 część = 5 części świeżych drożdży',
|
|
178
|
+
'Trwałość: Nieograniczona przy odpowiedniej opiece',
|
|
179
|
+
'Zawartość wody: 50% (równe części mąki)',
|
|
180
|
+
'Najlepsze dla: Złożonego smaku, wolnej fermentacji',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Proporcje przeliczania i formuła matematyczna',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'table',
|
|
192
|
+
headers: ['Drożdże źródłowe', 'Drożdże docelowe', 'Formuła przeliczania', 'Przykład'],
|
|
193
|
+
rows: [
|
|
194
|
+
['Świeże', 'Suszone', 'Świeże ÷ 3 = Suszone', '30g świeżych = 10g suszonych'],
|
|
195
|
+
['Suszone', 'Świeże', 'Suszone × 3 = Świeże', '10g suszonych = 30g świeżych'],
|
|
196
|
+
['Świeże', 'Zakwas (100%)', 'Świeże × 5 = Zakwas', '20g świeżych = 100g zakwasu'],
|
|
197
|
+
['Zakwas (100%)', 'Świeże', 'Zakwas ÷ 5 = Świeże', '100g zakwasu = 20g świeżych'],
|
|
198
|
+
['Suszone', 'Zakwas (100%)', 'Suszone × 15 = Zakwas', '10g suszonych = 150g zakwasu'],
|
|
199
|
+
['Zakwas (100%)', 'Suszone', 'Zakwas ÷ 15 = Suszone', '150g zakwasu = 10g suszonych'],
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'diagnostic',
|
|
204
|
+
variant: 'warning',
|
|
205
|
+
title: 'Ważne: Korekta przepisu dla zakwasu',
|
|
206
|
+
html: 'Zastępując drożdże zakwasem, MUSISZ skorygować przepis. Zakwas składa się w 50% z mąki i w 50% z wody. Jeśli Twoje przeliczenie wymaga 100g zakwasu, odejmij 50g mąki i 50ml wody z oryginalnego przepisu.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Charakterystyka fermentacji wg rodzaju drożdży',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'table',
|
|
215
|
+
headers: ['Rodzaj drożdży', 'Prędkość fermentacji', 'Rozwój smaku', 'Produkcja CO₂'],
|
|
216
|
+
rows: [
|
|
217
|
+
['Świeże', 'Szybka (2-3 h)', 'Neutralny do łagodnego', 'Wysoka i gwałtowna'],
|
|
218
|
+
['Suszone', 'Średnia (3-4 h)', 'Nieco bardziej złożony', 'Stała'],
|
|
219
|
+
['Zakwas', 'Wolna (8-48 h)', 'Złożony, kwaskowaty', 'Stopniowa, długotrwała'],
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'tip',
|
|
224
|
+
title: 'Porada eksperta: Korekty temperatury',
|
|
225
|
+
html: 'Fermentacja na zimno z zakwasem (2-4°C przez 8-16 godzin) rozwija lepszy smak i strukturę niż fermentacja na ciepło. Dlatego profesjonalne piekarnie wybierają zakwas do chlebów długo fermentujących.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Nasz przelicznik upraszcza matematykę, abyś mógł skupić się na doskonaleniu techniki i smaku swojego pieczywa.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
|
|
233
|
+
bibliography,
|
|
234
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
235
|
+
};
|