@jjlmoya/utils-cooking 1.23.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/cookware-selector.css +470 -19
- 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/recipe-ingredient-scaler-converter-servings.css +290 -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/roux-ratio-calculator-thickening-sauce-guide.css +480 -18
- 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 = 'Hefe Umrechner: Frischhefe, Trockenhefe & Sauerteig';
|
|
5
|
+
const description =
|
|
6
|
+
'Rechnen Sie präzise zwischen Frischhefe, Trockenhefe und Sauerteig-Starter um. Erhalten Sie Rezeptanpassungen bei der Verwendung von Sauerteig, um die perfekte Hydratation beizubehalten.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Was ist der Unterschied zwischen Frischhefe und Trockenhefe?',
|
|
11
|
+
answer:
|
|
12
|
+
'Frischhefe besteht zu etwa 70 % aus Wasser, während Trockenhefe etwa 8 % enthält. Der Umrechnungsfaktor ist: 1 Teil Trockenhefe entspricht 3 Teilen Frischhefe. Trockenhefe ist potenter und länger haltbar, was sie ideal für die Vorratshaltung macht.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Wie viel Sauerteig-Starter benötige ich?',
|
|
16
|
+
answer:
|
|
17
|
+
'Sauerteig-Starter hat standardmäßig eine Hydratation von 100 % (gleiche Teile Mehl und Wasser). Um 1 g Frischhefe zu ersetzen, benötigen Sie 5 g Starter (Verhältnis 1:5). Passen Sie Ihr Rezept immer an, indem Sie das Mehl und Wasser aus dem Starter abziehen.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Warum muss ich mein Rezept bei Sauerteig anpassen?',
|
|
21
|
+
answer:
|
|
22
|
+
'Sauerteig-Starter enthält sowohl Hefe als auch Mehl und Wasser. Wenn Sie ihn hinzufügen, geben Sie zusätzliche Zutaten in Ihr Rezept. Sie müssen die entsprechende Menge Mehl und Wasser von der Gesamtmenge abziehen, um die korrekte Hydratation und Struktur zu erhalten.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Kann ich Instant-Hefe anstelle von aktiver Trockenhefe verwenden?',
|
|
26
|
+
answer:
|
|
27
|
+
'Instant-Hefe ist eine Art von Trockenhefe, die feiner gemahlen ist. Das Umrechnungsverhältnis von 1:3 zwischen Trocken- und Frischhefe bleibt gleich. Instant-Hefe benötigt aufgrund der feinen Partikelgröße oft geringfügig weniger Flüssigkeit.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Hefe-Typ auswählen',
|
|
34
|
+
text: 'Wählen Sie die Hefeart, die Sie zur Verfügung haben: Frischhefe (Würfelhefe), Trockenhefe (Instant oder aktiv) oder Sauerteig-Starter (100 % Hydratation).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Menge eingeben',
|
|
38
|
+
text: 'Geben Sie die Menge in Gramm ein. Seien Sie präzise für beste Ergebnisse – verwenden Sie nach Möglichkeit eine Küchenwaage.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Umrechnung anwenden',
|
|
42
|
+
text: 'Das Tool zeigt Ihnen die entsprechenden Mengen für alle drei Typen an. Wenn Sie auf Sauerteig umrechnen, ziehen Sie Mehl und Wasser von Ihrem Rezept ab.',
|
|
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: 'hefe-umrechner-frischhefe-trockenhefe-sauerteig',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Hefe-Typ wählen',
|
|
83
|
+
freshYeast: 'Frischhefe (Würfel)',
|
|
84
|
+
dryYeast: 'Trockenhefe (Instant)',
|
|
85
|
+
sourdough: 'Sauerteig-Starter (100%)',
|
|
86
|
+
enterAmount: 'Menge eingeben',
|
|
87
|
+
quantity: 'Menge',
|
|
88
|
+
grams: 'Gramm (g)',
|
|
89
|
+
ounces: 'Unzen (oz)',
|
|
90
|
+
pounds: 'Pfund (lb)',
|
|
91
|
+
milligrams: 'Milligramm (mg)',
|
|
92
|
+
reset: 'Zurücksetzen',
|
|
93
|
+
conversions: 'Umrechnungen',
|
|
94
|
+
copy: 'Kopieren',
|
|
95
|
+
copied: 'Kopiert!',
|
|
96
|
+
recipeAdjustment: 'Rezeptanpassung',
|
|
97
|
+
flourSubtract: 'Mehl abziehen:',
|
|
98
|
+
waterSubtract: 'Wasser abziehen:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
101
|
+
faq,
|
|
102
|
+
bibliographyTitle: 'Bibliografie & Ressourcen',
|
|
103
|
+
howTo,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Hefe-Umrechnungsformeln & wissenschaftlicher Leitfaden',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Die <strong>Hefe-Umrechnung</strong> ist entscheidend für gleichbleibende Backergebnisse. Egal, ob Sie kommerzielle Hefe durch Sauerteig ersetzen oder zwischen frischen und trockenen Sorten wechseln, das Verständnis der exakten Verhältnisse sichert eine zuverlässige Fermentation.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'stats',
|
|
116
|
+
columns: 4,
|
|
117
|
+
items: [
|
|
118
|
+
{
|
|
119
|
+
value: '1:3',
|
|
120
|
+
label: 'Verhältnis Trocken zu Frisch',
|
|
121
|
+
icon: 'mdi:scale',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
value: '1:5',
|
|
125
|
+
label: 'Frisch zu Sauerteig',
|
|
126
|
+
icon: 'mdi:flask-outline',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
value: '70%',
|
|
130
|
+
label: 'Wasser in Frischhefe',
|
|
131
|
+
icon: 'mdi:water-percent',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
value: '8%',
|
|
135
|
+
label: 'Wasser in Trockenhefe',
|
|
136
|
+
icon: 'mdi:water-opacity',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Arten von Triebmitteln & ihre Eigenschaften',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'comparative',
|
|
147
|
+
columns: 3,
|
|
148
|
+
items: [
|
|
149
|
+
{
|
|
150
|
+
title: 'Frischhefe (Würfelhefe)',
|
|
151
|
+
icon: 'mdi:cube',
|
|
152
|
+
description: 'Lebende Hefezellen in einer Mischung aus Stärke und Feuchtigkeit.',
|
|
153
|
+
points: [
|
|
154
|
+
'Triebkraft: 100 % (Basis)',
|
|
155
|
+
'Haltbarkeit: 2-3 Wochen gekühlt',
|
|
156
|
+
'Wassergehalt: ~70 %',
|
|
157
|
+
'Ideal für: Profi-Bäcker, sofortiger Einsatz',
|
|
158
|
+
],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
title: 'Trockenhefe (Instant)',
|
|
162
|
+
icon: 'mdi:spray-bottle',
|
|
163
|
+
description: 'Getrocknete Hefezellen, konzentrierter als Frischhefe.',
|
|
164
|
+
points: [
|
|
165
|
+
'Triebkraft: 3x Frischhefe',
|
|
166
|
+
'Haltbarkeit: 1-2 Jahre ungeöffnet',
|
|
167
|
+
'Wassergehalt: ~8 %',
|
|
168
|
+
'Ideal für: Hobbybäcker, Vorratshaltung',
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: 'Sauerteig Starter',
|
|
173
|
+
icon: 'mdi:flask-outline',
|
|
174
|
+
description: 'Wilde Hefe- und Bakterienkultur bei 100 % Hydratation.',
|
|
175
|
+
highlight: true,
|
|
176
|
+
points: [
|
|
177
|
+
'Triebkraft: 1 Teil = 5 Teile Frischhefe',
|
|
178
|
+
'Haltbarkeit: Bei Pflege unbegrenzt',
|
|
179
|
+
'Wassergehalt: 50 % (gleiche Teile Mehl)',
|
|
180
|
+
'Ideal für: Komplexes Aroma, lange Gärung',
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Umrechnungsverhältnisse & mathematische Formel',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'table',
|
|
192
|
+
headers: ['Ausgangshefe', 'Zielhefe', 'Umrechnungsformel', 'Beispiel'],
|
|
193
|
+
rows: [
|
|
194
|
+
['Frischhefe', 'Trockenhefe', 'Frisch ÷ 3 = Trocken', '30g Frisch = 10g Trocken'],
|
|
195
|
+
['Trockenhefe', 'Frischhefe', 'Trocken × 3 = Frisch', '10g Trocken = 30g Frisch'],
|
|
196
|
+
['Frischhefe', 'Sauerteig (100%)', 'Frisch × 5 = Sauerteig', '20g Frisch = 100g Starter'],
|
|
197
|
+
['Sauerteig (100%)', 'Frischhefe', 'Sauerteig ÷ 5 = Frisch', '100g Starter = 20g Frisch'],
|
|
198
|
+
['Trockenhefe', 'Sauerteig (100%)', 'Trocken × 15 = Sauerteig', '10g Trocken = 150g Starter'],
|
|
199
|
+
['Sauerteig (100%)', 'Trockenhefe', 'Sauerteig ÷ 15 = Trocken', '150g Starter = 10g Trocken'],
|
|
200
|
+
],
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
type: 'diagnostic',
|
|
204
|
+
variant: 'warning',
|
|
205
|
+
title: 'Wichtig: Rezeptanpassung für Sauerteig',
|
|
206
|
+
html: 'Wenn Sie Hefe durch Sauerteig ersetzen, MÜSSEN Sie Ihr Rezept anpassen. Sauerteig besteht zu 50 % aus Mehl und 50 % aus Wasser. Wenn Ihre Umrechnung 100 g Starter ergibt, ziehen Sie 50 g Mehl und 50 ml Wasser von Ihrem Rezept ab.',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Fermentationseigenschaften nach Hefetyp',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'table',
|
|
215
|
+
headers: ['Hefetyp', 'Gärgeschwindigkeit', 'Aromaentwicklung', 'CO₂-Produktion'],
|
|
216
|
+
rows: [
|
|
217
|
+
['Frischhefe', 'Schnell (2-3 Std.)', 'Neutral bis mild', 'Hoch und rasant'],
|
|
218
|
+
['Trockenhefe', 'Mittel (3-4 Std.)', 'Etwas komplexer', 'Beständig'],
|
|
219
|
+
['Sauerteig', 'Langsam (8-48 Std.)', 'Komplex, säuerlich', 'Allmählich, anhaltend'],
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
type: 'tip',
|
|
224
|
+
title: 'Pro Tipp: Temperaturanpassungen',
|
|
225
|
+
html: 'Kalte Gärung mit Sauerteig (2-4°C für 8-16 Stunden) entwickelt ein überlegenes Aroma und eine bessere Struktur. Deshalb bevorzugen Profi-Bäckereien Sauerteig für lang geführte Brote.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'paragraph',
|
|
229
|
+
html: 'Unser Umrechner vereinfacht die Mathematik, damit Sie sich auf Ihre Backtechnik und den Geschmack konzentrieren können.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
|
|
233
|
+
bibliography,
|
|
234
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
235
|
+
};
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
3
|
+
|
|
4
|
+
const title = 'Yeast Converter: Fresh, Dry & Sourdough Starter';
|
|
5
|
+
const description =
|
|
6
|
+
'Convert between fresh yeast, dry yeast, and sourdough starter with precision. Get recipe adjustments when using sourdough starter to maintain perfect hydration.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'What is the difference between fresh and dry yeast?',
|
|
11
|
+
answer:
|
|
12
|
+
'Fresh yeast contains about 70% water, while dry yeast contains about 8%. The conversion factor is 1 part dry equals 3 parts fresh yeast. Dry yeast is more potent and shelf-stable, making it ideal for long-term storage.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'How much sourdough starter do I need?',
|
|
16
|
+
answer:
|
|
17
|
+
'Sourdough starter is 100% hydration by default (equal parts flour and water). To replace 1g fresh yeast, you need 5g starter (1:5 ratio). Always adjust your recipe to account for the extra flour and water in the starter.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Why do I need to adjust my recipe for sourdough?',
|
|
21
|
+
answer:
|
|
22
|
+
'Sourdough starter contains both yeast and flour/water. When you add it, you\'re adding ingredients to your recipe. You must subtract the equivalent flour and water from your total to maintain correct hydration and structure.',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
question: 'Can I use instant yeast instead of active dry yeast?',
|
|
26
|
+
answer:
|
|
27
|
+
'Instant yeast is a type of active dry yeast that is finely milled. The conversion ratio remains the same: 1:3 between dry and fresh. Instant yeast may require slightly less liquid due to its fine particle size.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
const howTo = [
|
|
32
|
+
{
|
|
33
|
+
name: 'Select your yeast type',
|
|
34
|
+
text: 'Choose the type of yeast you have available: Fresh (cake yeast), Dry (instant or active dry), or Sourdough Starter (100% hydration).',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Enter the amount',
|
|
38
|
+
text: 'Input the quantity in grams. Be precise for best results—use a kitchen scale whenever possible.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Apply the conversions',
|
|
42
|
+
text: 'The tool shows you the equivalent amounts for all three types. If converting to sourdough, subtract the flour and water from your recipe.',
|
|
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: 'yeast-converter-fresh-dry-sourdough-starter',
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
ui: {
|
|
82
|
+
selectYeastType: 'Select Yeast Type',
|
|
83
|
+
freshYeast: 'Fresh Yeast (Cake)',
|
|
84
|
+
dryYeast: 'Dry Yeast (Instant)',
|
|
85
|
+
sourdough: 'Sourdough Starter (100%)',
|
|
86
|
+
enterAmount: 'Enter amount',
|
|
87
|
+
quantity: 'Quantity',
|
|
88
|
+
grams: 'Grams (g)',
|
|
89
|
+
ounces: 'Ounces (oz)',
|
|
90
|
+
pounds: 'Pounds (lb)',
|
|
91
|
+
milligrams: 'Milligrams (mg)',
|
|
92
|
+
reset: 'Reset',
|
|
93
|
+
conversions: 'Conversions',
|
|
94
|
+
copy: 'Copy',
|
|
95
|
+
copied: 'Copied!',
|
|
96
|
+
recipeAdjustment: 'Recipe Adjustment',
|
|
97
|
+
flourSubtract: 'Subtract from flour:',
|
|
98
|
+
waterSubtract: 'Subtract from water:',
|
|
99
|
+
},
|
|
100
|
+
faqTitle: 'Frequently Asked Questions',
|
|
101
|
+
faq,
|
|
102
|
+
howTo,
|
|
103
|
+
seo: [
|
|
104
|
+
{
|
|
105
|
+
type: 'title',
|
|
106
|
+
text: 'Yeast Conversion Formula & Science Guide',
|
|
107
|
+
level: 2,
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type: 'paragraph',
|
|
111
|
+
html: '<strong>Yeast conversion</strong> is essential for baking consistency. Whether you\'re replacing commercial yeast with sourdough starter or adjusting between fresh and dry varieties, understanding the exact ratios ensures reliable fermentation and consistent results.',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'stats',
|
|
115
|
+
columns: 4,
|
|
116
|
+
items: [
|
|
117
|
+
{
|
|
118
|
+
value: '1:3',
|
|
119
|
+
label: 'Dry to Fresh Ratio',
|
|
120
|
+
icon: 'mdi:scale',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
value: '1:5',
|
|
124
|
+
label: 'Fresh to Sourdough',
|
|
125
|
+
icon: 'mdi:flask-outline',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
value: '70%',
|
|
129
|
+
label: 'Water in Fresh Yeast',
|
|
130
|
+
icon: 'mdi:water-percent',
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
value: '8%',
|
|
134
|
+
label: 'Water in Dry Yeast',
|
|
135
|
+
icon: 'mdi:water-opacity',
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
type: 'title',
|
|
141
|
+
text: 'Types of Leavening Agents & Their Properties',
|
|
142
|
+
level: 3,
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'comparative',
|
|
146
|
+
columns: 3,
|
|
147
|
+
items: [
|
|
148
|
+
{
|
|
149
|
+
title: 'Fresh Yeast (Cake Yeast)',
|
|
150
|
+
icon: 'mdi:cube',
|
|
151
|
+
description: 'Living yeast cells suspended in starch and moisture.',
|
|
152
|
+
points: [
|
|
153
|
+
'Potency: 100% (baseline)',
|
|
154
|
+
'Shelf life: 2-3 weeks refrigerated',
|
|
155
|
+
'Water content: ~70%',
|
|
156
|
+
'Best for: Professional bakers, immediate use',
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
title: 'Dry Yeast (Instant)',
|
|
161
|
+
icon: 'mdi:spray-bottle',
|
|
162
|
+
description: 'Desiccated yeast cells, more concentrated than fresh.',
|
|
163
|
+
points: [
|
|
164
|
+
'Potency: 3x fresh yeast',
|
|
165
|
+
'Shelf life: 1-2 years unopened',
|
|
166
|
+
'Water content: ~8%',
|
|
167
|
+
'Best for: Home bakers, long-term storage',
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
title: 'Sourdough Starter',
|
|
172
|
+
icon: 'mdi:flask-outline',
|
|
173
|
+
description: 'Wild yeast and bacteria culture at 100% hydration.',
|
|
174
|
+
highlight: true,
|
|
175
|
+
points: [
|
|
176
|
+
'Potency: 1 part = 5 parts fresh yeast',
|
|
177
|
+
'Shelf life: Indefinite with care',
|
|
178
|
+
'Water content: 50% (equal parts flour)',
|
|
179
|
+
'Best for: Complex flavor, slow fermentation',
|
|
180
|
+
],
|
|
181
|
+
},
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
type: 'title',
|
|
186
|
+
text: 'Conversion Ratios & Mathematical Formula',
|
|
187
|
+
level: 3,
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'table',
|
|
191
|
+
headers: ['Source Yeast', 'Target Yeast', 'Conversion Formula', 'Example'],
|
|
192
|
+
rows: [
|
|
193
|
+
['Fresh Yeast', 'Dry Yeast', 'Fresh ÷ 3 = Dry', '30g Fresh = 10g Dry'],
|
|
194
|
+
['Dry Yeast', 'Fresh Yeast', 'Dry × 3 = Fresh', '10g Dry = 30g Fresh'],
|
|
195
|
+
['Fresh Yeast', 'Sourdough (100%)', 'Fresh × 5 = Sourdough', '20g Fresh = 100g Starter'],
|
|
196
|
+
['Sourdough (100%)', 'Fresh Yeast', 'Sourdough ÷ 5 = Fresh', '100g Starter = 20g Fresh'],
|
|
197
|
+
['Dry Yeast', 'Sourdough (100%)', 'Dry × 15 = Sourdough', '10g Dry = 150g Starter'],
|
|
198
|
+
['Sourdough (100%)', 'Dry Yeast', 'Sourdough ÷ 15 = Dry', '150g Starter = 10g Dry'],
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'diagnostic',
|
|
203
|
+
variant: 'warning',
|
|
204
|
+
title: 'Critical: Recipe Adjustment for Sourdough',
|
|
205
|
+
html: 'When substituting fresh or dry yeast with sourdough starter, you MUST adjust your recipe. Sourdough starter contains 50% flour and 50% water. If your conversion requires 100g starter, subtract 50g flour and 50ml water from your recipe to maintain correct hydration.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Fermentation Characteristics by Yeast Type',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'table',
|
|
214
|
+
headers: ['Yeast Type', 'Fermentation Speed', 'Flavor Development', 'CO₂ Production'],
|
|
215
|
+
rows: [
|
|
216
|
+
['Fresh Yeast', 'Fast (2-3 hrs)', 'Neutral to mild', 'High and rapid'],
|
|
217
|
+
['Dry Yeast', 'Medium (3-4 hrs)', 'Slightly more complex', 'Consistent'],
|
|
218
|
+
['Sourdough', 'Slow (8-48 hrs)', 'Complex, tangy', 'Gradual, sustained'],
|
|
219
|
+
],
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'tip',
|
|
223
|
+
title: 'Pro Tip: Temperature Adjustments',
|
|
224
|
+
html: 'Cold fermentation with sourdough (2-4°C for 8-16 hours) develops superior flavor and structure compared to warm fermentation. This is why professional bakeries prefer sourdough for long-fermented breads.',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
type: 'paragraph',
|
|
228
|
+
html: 'Our converter simplifies the math so you can focus on perfecting your baking technique and flavor development.',
|
|
229
|
+
},
|
|
230
|
+
],
|
|
231
|
+
|
|
232
|
+
bibliography,
|
|
233
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
234
|
+
};
|