@jjlmoya/utils-cooking 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/src/category/i18n/de.ts +94 -0
- package/src/category/i18n/id.ts +94 -0
- package/src/category/i18n/it.ts +94 -0
- package/src/category/i18n/ja.ts +94 -0
- package/src/category/i18n/ko.ts +94 -0
- package/src/category/i18n/nl.ts +94 -0
- package/src/category/i18n/pl.ts +94 -0
- package/src/category/i18n/pt.ts +94 -0
- package/src/category/i18n/ru.ts +94 -0
- package/src/category/i18n/sv.ts +94 -0
- package/src/category/i18n/tr.ts +94 -0
- package/src/category/i18n/zh.ts +94 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
- package/src/tool/american-kitchen-converter/index.ts +12 -0
- package/src/tool/banana-ripeness/i18n/de.ts +248 -0
- package/src/tool/banana-ripeness/i18n/id.ts +248 -0
- package/src/tool/banana-ripeness/i18n/it.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
- package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
- package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
- package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
- package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
- package/src/tool/banana-ripeness/index.ts +12 -0
- package/src/tool/brine/i18n/de.ts +253 -0
- package/src/tool/brine/i18n/id.ts +253 -0
- package/src/tool/brine/i18n/it.ts +253 -0
- package/src/tool/brine/i18n/ja.ts +253 -0
- package/src/tool/brine/i18n/ko.ts +253 -0
- package/src/tool/brine/i18n/nl.ts +253 -0
- package/src/tool/brine/i18n/pl.ts +253 -0
- package/src/tool/brine/i18n/pt.ts +253 -0
- package/src/tool/brine/i18n/ru.ts +253 -0
- package/src/tool/brine/i18n/sv.ts +253 -0
- package/src/tool/brine/i18n/tr.ts +253 -0
- package/src/tool/brine/i18n/zh.ts +253 -0
- package/src/tool/brine/index.ts +12 -0
- package/src/tool/cookware-guide/i18n/de.ts +200 -0
- package/src/tool/cookware-guide/i18n/fr.ts +2 -2
- package/src/tool/cookware-guide/i18n/id.ts +200 -0
- package/src/tool/cookware-guide/i18n/it.ts +200 -0
- package/src/tool/cookware-guide/i18n/ja.ts +200 -0
- package/src/tool/cookware-guide/i18n/ko.ts +200 -0
- package/src/tool/cookware-guide/i18n/nl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pt.ts +200 -0
- package/src/tool/cookware-guide/i18n/ru.ts +200 -0
- package/src/tool/cookware-guide/i18n/sv.ts +200 -0
- package/src/tool/cookware-guide/i18n/tr.ts +200 -0
- package/src/tool/cookware-guide/i18n/zh.ts +200 -0
- package/src/tool/cookware-guide/index.ts +12 -0
- package/src/tool/egg-timer/i18n/de.ts +252 -0
- package/src/tool/egg-timer/i18n/id.ts +252 -0
- package/src/tool/egg-timer/i18n/it.ts +252 -0
- package/src/tool/egg-timer/i18n/ja.ts +252 -0
- package/src/tool/egg-timer/i18n/ko.ts +252 -0
- package/src/tool/egg-timer/i18n/nl.ts +252 -0
- package/src/tool/egg-timer/i18n/pl.ts +252 -0
- package/src/tool/egg-timer/i18n/pt.ts +252 -0
- package/src/tool/egg-timer/i18n/ru.ts +252 -0
- package/src/tool/egg-timer/i18n/sv.ts +252 -0
- package/src/tool/egg-timer/i18n/tr.ts +252 -0
- package/src/tool/egg-timer/i18n/zh.ts +252 -0
- package/src/tool/egg-timer/index.ts +12 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
- package/src/tool/ingredient-rescaler/index.ts +12 -0
- package/src/tool/kitchen-timer/i18n/de.ts +174 -0
- package/src/tool/kitchen-timer/i18n/id.ts +170 -0
- package/src/tool/kitchen-timer/i18n/it.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
- package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
- package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
- package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
- package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
- package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
- package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
- package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
- package/src/tool/kitchen-timer/index.ts +12 -0
- package/src/tool/meringue-peak/i18n/de.ts +221 -0
- package/src/tool/meringue-peak/i18n/id.ts +209 -0
- package/src/tool/meringue-peak/i18n/it.ts +210 -0
- package/src/tool/meringue-peak/i18n/ja.ts +210 -0
- package/src/tool/meringue-peak/i18n/ko.ts +210 -0
- package/src/tool/meringue-peak/i18n/nl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pt.ts +210 -0
- package/src/tool/meringue-peak/i18n/ru.ts +210 -0
- package/src/tool/meringue-peak/i18n/sv.ts +210 -0
- package/src/tool/meringue-peak/i18n/tr.ts +210 -0
- package/src/tool/meringue-peak/i18n/zh.ts +210 -0
- package/src/tool/meringue-peak/index.ts +12 -0
- package/src/tool/mold-scaler/i18n/de.ts +183 -0
- package/src/tool/mold-scaler/i18n/id.ts +169 -0
- package/src/tool/mold-scaler/i18n/it.ts +170 -0
- package/src/tool/mold-scaler/i18n/ja.ts +170 -0
- package/src/tool/mold-scaler/i18n/ko.ts +170 -0
- package/src/tool/mold-scaler/i18n/nl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pt.ts +170 -0
- package/src/tool/mold-scaler/i18n/ru.ts +170 -0
- package/src/tool/mold-scaler/i18n/sv.ts +170 -0
- package/src/tool/mold-scaler/i18n/tr.ts +170 -0
- package/src/tool/mold-scaler/i18n/zh.ts +170 -0
- package/src/tool/mold-scaler/index.ts +12 -0
- package/src/tool/pizza/i18n/de.ts +168 -0
- package/src/tool/pizza/i18n/id.ts +125 -0
- package/src/tool/pizza/i18n/it.ts +172 -0
- package/src/tool/pizza/i18n/ja.ts +125 -0
- package/src/tool/pizza/i18n/ko.ts +125 -0
- package/src/tool/pizza/i18n/nl.ts +164 -0
- package/src/tool/pizza/i18n/pl.ts +125 -0
- package/src/tool/pizza/i18n/pt.ts +168 -0
- package/src/tool/pizza/i18n/ru.ts +151 -0
- package/src/tool/pizza/i18n/sv.ts +164 -0
- package/src/tool/pizza/i18n/tr.ts +125 -0
- package/src/tool/pizza/i18n/zh.ts +125 -0
- package/src/tool/pizza/index.ts +12 -0
- package/src/tool/roux-guide/i18n/de.ts +165 -0
- package/src/tool/roux-guide/i18n/id.ts +139 -0
- package/src/tool/roux-guide/i18n/it.ts +165 -0
- package/src/tool/roux-guide/i18n/ja.ts +139 -0
- package/src/tool/roux-guide/i18n/ko.ts +139 -0
- package/src/tool/roux-guide/i18n/nl.ts +165 -0
- package/src/tool/roux-guide/i18n/pl.ts +139 -0
- package/src/tool/roux-guide/i18n/pt.ts +165 -0
- package/src/tool/roux-guide/i18n/ru.ts +139 -0
- package/src/tool/roux-guide/i18n/sv.ts +139 -0
- package/src/tool/roux-guide/i18n/tr.ts +139 -0
- package/src/tool/roux-guide/i18n/zh.ts +139 -0
- package/src/tool/roux-guide/index.ts +12 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
- package/src/tool/sourdough-calculator/index.ts +12 -0
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = 'Ingrediënten Reclalculator Recept Aanpassen';
|
|
4
|
+
const description = 'Schaal recepten automatisch op basis van het aantal porties. Bereken de exacte hoeveelheden ingrediënten door je recept te vermenigvuldigen of te verkleinen.';
|
|
5
|
+
|
|
6
|
+
const faq = [
|
|
7
|
+
{
|
|
8
|
+
question: 'Waarom bevat mijn conversiefactor decimalen?',
|
|
9
|
+
answer: 'Omdat culinaire verhoudingen niet altijd ronde getallen zijn. Als je een recept voor 4 personen opschaalt naar 7, is de factor precies 1,75. De ingrediënten worden met dat getal vermenigvuldigd, wat in breuken kan resulteren. Dit is nauwkeuriger dan willekeurig afronden.',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: 'Wat gebeurt er als ik "1/2 theelepel zout" invoer?',
|
|
13
|
+
answer: 'De parser zoekt eerst naar het getal. Hij herkent "1" als hoeveelheid en "/2" als onderdeel van de eenheid. Het resultaat wordt "0,5" en wordt correct geschaald. Voor breuken zoals "1/2" kun je direct "0,5" invoeren (duidelijker), of het tool interpreteert het als een deling.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Moet ik de eindresultaten afronden?',
|
|
17
|
+
answer: 'Dat hangt af van het ingrediënt. Voor bloem wel. Voor gist of kruiden is precisie minder cruciaal (schaal naar 75% van de aangegeven waarde). Voor eieren: als je 2,3 krijgt, gebruik dan 2 hele eieren + een deel van een derde (afgewogen), of rond af naar 2 als het gerecht dat toelaat.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Waarom verandert het resultaat niet als ik de porties aanpas?',
|
|
21
|
+
answer: 'Zorg ervoor dat het ingrediëntenveld tekst bevat. Als het leeg is, valt er niets te schalen. Controleer ook of de getallen in je ingrediënten herkenbaar zijn (bijv. "500g", "1/2 theelepel").',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Werkt het met imperiale maten (ounces, cups)?',
|
|
25
|
+
answer: 'Technisch gezien wel, het tool leest getallen en schaalt. Maar bij cups is de precisie beperkt (inconsistent volume). Het wordt aanbevolen om voor het schalen om te rekenen naar grammen.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Voer je porties in',
|
|
32
|
+
text: 'Vul bij "Origineel" het aantal personen in waarvoor het recept bedoeld is. Bij "Gewenst" vul je het aantal personen in waarvoor je gaat koken.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Plak je ingrediëntenlijst',
|
|
36
|
+
text: 'Kopieer en plak je lijst zoals hij is. Elk ingrediënt op een nieuwe regel. Het tool herkent getallen aan het begin (500g, 1/2, 2.5) en schaalt automatisch.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Pas aan op basis van context',
|
|
40
|
+
text: 'De resultaten zijn wiskundig exact, maar koken is een kunst. Kruiden: schaal naar 75%. Gist: gebruik bij grote hoeveelheden minder dan het theoretische getal. Bereidingstijden worden nooit geschaald.',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faq.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const howToSchema = {
|
|
55
|
+
'@context': 'https://schema.org',
|
|
56
|
+
'@type': 'HowTo',
|
|
57
|
+
name: title,
|
|
58
|
+
description,
|
|
59
|
+
step: howTo.map((step) => ({
|
|
60
|
+
'@type': 'HowToStep',
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilitiesApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const content: ToolLocaleContent = {
|
|
76
|
+
slug: 'ingredienten-herschalen',
|
|
77
|
+
title,
|
|
78
|
+
description,
|
|
79
|
+
ui: {
|
|
80
|
+
servings: 'Porties',
|
|
81
|
+
original: 'Origineel',
|
|
82
|
+
desired: 'Gewenst',
|
|
83
|
+
multiplyingFactor: 'Vermenigvuldigingsfactor',
|
|
84
|
+
ingredientsList: 'Ingrediëntenlijst',
|
|
85
|
+
pasteHere: 'Plak hier je lijst.',
|
|
86
|
+
exampleLine1: 'Bijv:',
|
|
87
|
+
exampleLine2: '500g Bloem',
|
|
88
|
+
exampleLine3: '300ml Water',
|
|
89
|
+
exampleLine4: '10g Zout',
|
|
90
|
+
result: 'Resultaat',
|
|
91
|
+
copy: 'Kopiëren',
|
|
92
|
+
copied: 'Gekopieerd!',
|
|
93
|
+
emptyState: 'Je aangepaste ingrediënten verschijnen hier...',
|
|
94
|
+
defaultIngredient1: '200g Bloem',
|
|
95
|
+
defaultIngredient2: '100ml Melk',
|
|
96
|
+
defaultIngredient3: '2 Eieren',
|
|
97
|
+
},
|
|
98
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
99
|
+
faq,
|
|
100
|
+
bibliographyTitle: 'Bibliografie',
|
|
101
|
+
bibliography: [
|
|
102
|
+
{
|
|
103
|
+
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
+
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
+
url: 'https://www.flavorprints.com/',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Modernist Cuisine - Wetenschappelijke schaaltechnieken',
|
|
112
|
+
url: 'https://www.modernistcuisine.com/',
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
howTo,
|
|
116
|
+
seo: [
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'Meestergids voor het schalen en omzetten van recepten',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: 'Het <strong>schalen van ingrediënten</strong> is een van de meest kritische en foutgevoelige taken in de professionele keuken. Het gaat niet alleen om het vermenigvuldigen van getallen, maar om het begrijpen hoe de chemie en fysica van voedsel reageren op veranderingen in volume en oppervlakte.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'stats',
|
|
128
|
+
columns: 4,
|
|
129
|
+
items: [
|
|
130
|
+
{
|
|
131
|
+
value: 'x1.75',
|
|
132
|
+
label: 'Factor 4 naar 7 pers.',
|
|
133
|
+
icon: 'mdi:calculator',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
value: '75%',
|
|
137
|
+
label: 'Kruidenaanpassing',
|
|
138
|
+
icon: 'mdi:shaker-outline',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
value: '0%',
|
|
142
|
+
label: 'Tijdaanpassing',
|
|
143
|
+
icon: 'mdi:timer-off',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
value: '100g',
|
|
147
|
+
label: 'Referentiebasis',
|
|
148
|
+
icon: 'mdi:weight-gram',
|
|
149
|
+
},
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'title',
|
|
154
|
+
text: 'Verschillen tussen Lineair en Contextueel Schalen',
|
|
155
|
+
level: 3,
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'comparative',
|
|
159
|
+
columns: 2,
|
|
160
|
+
items: [
|
|
161
|
+
{
|
|
162
|
+
title: 'Wiskundig Lineair Schalen',
|
|
163
|
+
icon: 'mdi:math-log',
|
|
164
|
+
description: 'Directe vermenigvuldiging van alle waarden met de berekende conversiefactor.',
|
|
165
|
+
points: [
|
|
166
|
+
'Perfect voor bloem en basisvloeistoffen',
|
|
167
|
+
'Ideaal voor precisie-patisserie',
|
|
168
|
+
'Werkt goed bij kleine wijzigingen (x2, x0.5)',
|
|
169
|
+
'Eenvoudig automatisch te berekenen',
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
title: 'Contextueel Keukenschalen',
|
|
174
|
+
icon: 'mdi:chef-hat',
|
|
175
|
+
description: 'Aanpassing van verhoudingen op basis van smaakintensiteit en verdamping.',
|
|
176
|
+
highlight: true,
|
|
177
|
+
points: [
|
|
178
|
+
'Voorkomt te veel zout en kruiden',
|
|
179
|
+
'Houdt rekening met verdampingsoppervlak',
|
|
180
|
+
'Past gist aan op basis van massa',
|
|
181
|
+
'Vereist ervaring en beoordelingsvermogen',
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'title',
|
|
188
|
+
text: 'Conversiefactoren per aantal gasten',
|
|
189
|
+
level: 3,
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'table',
|
|
193
|
+
headers: ['Van Porties', 'Naar Porties', 'Factor (FC)', 'Moeilijkheidsgraad'],
|
|
194
|
+
rows: [
|
|
195
|
+
['2 personen', '4 personen', 'x 2.0', 'Laag (Lineair)'],
|
|
196
|
+
['4 personen', '6 personen', 'x 1.5', 'Laag (Lineair)'],
|
|
197
|
+
['4 personen', '10 personen', 'x 2.5', 'Gemiddeld (Let op kruiden)'],
|
|
198
|
+
['4 personen', '25 personen', 'x 6.25', 'Hoog (Contextueel)'],
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'diagnostic',
|
|
203
|
+
variant: 'warning',
|
|
204
|
+
title: 'Veelvoorkomende problemen bij het verdubbelen van een recept',
|
|
205
|
+
html: 'Als je merkt dat de smaak te intens is na het schalen (vooral bij zout of scherpe kruiden), verlaag dan de schaal van deze specifieke ingrediënten naar 75%. Verdubbel nooit de bereidingstijd; de kerntemperatuur wordt bereikt op basis van de dikte, niet het totaalgewicht.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Glossarium van Standaardisatieterminologie',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'Conversiefactor',
|
|
217
|
+
definition: 'Getal waarmee alle ingrediënten worden vermenigvuldigd: Gewenste hoeveelheid / Originele hoeveelheid.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'Kookverlies',
|
|
221
|
+
definition: 'Gewichtsverlies van een ingrediënt door verdamping of vetverlies.',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
term: 'Bruto vs Netto gewicht',
|
|
225
|
+
definition: 'Het gewicht voor en na het schoonmaken van het ingrediënt.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
term: 'Rendement',
|
|
229
|
+
definition: 'Totale hoeveelheid eindproduct na het schalen en bereiden.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
type: 'tip',
|
|
235
|
+
title: 'De truc met het losgeklopte ei',
|
|
236
|
+
html: 'Als de calculator 2,3 eieren aangeeft, klop dan een heel ei los, weeg het en gebruik alleen het overeenkomstige gewicht (30%). Dit is de enige manier voor precisie in de patisserie.',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: 'Ons tool vereenvoudigt de wiskunde, zodat je je energie kunt richten op wat echt telt: creativiteit en smaak.',
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
|
+
};
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = 'Kalkulator Skalowania Ingrediencji Dostosowanie Przepisu';
|
|
4
|
+
const description = 'Automatycznie skaluj przepisy według liczby porcji. Oblicz dokładne ilości składników, mnożąc lub zmniejszając swój przepis bez żadnych komplikacji.';
|
|
5
|
+
|
|
6
|
+
const faq = [
|
|
7
|
+
{
|
|
8
|
+
question: 'Dlaczego mój współczynnik konwersji zawiera ułamki dziesiętne?',
|
|
9
|
+
answer: 'Ponieważ proporcje kulinarne nie zawsze są liczbami całkowitymi. Jeśli skalujesz przepis z 4 osób na 7, współczynnik wynosi dokładnie 1,75. Składniki są mnożone przez tę liczbę, nawet jeśli wynik zawiera ułamki. Jest to dokładniejsze niż arbitralne zaokrąglanie.',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: 'Co się stanie, jeśli wpiszę "1/2 łyżeczki soli"?',
|
|
13
|
+
answer: 'Narzędzie najpierw szuka liczby. Rozpozna "1" jako ilość, a następnie "/2" jako część jednostki. Wynik wyniesie "0,5" i zostanie poprawnie przeskalowany. W przypadku ułamków takich jak "1/2" możesz wpisać bezpośrednio "0,5" (tak jest czytelniej) lub narzędzie zinterpretuje to jako dzielenie.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Czy powinienem zaokrąglać wyniki końcowe?',
|
|
17
|
+
answer: 'To zależy od składnika. W przypadku mąki — tak. Przy drożdżach lub przyprawach precyzja ma mniejsze znaczenie (skaluj do 75% wskazanej wartości). Dla jajek: jeśli otrzymasz 2,3, użyj 2 całych + części trzeciego (odważonej) lub zaokrąglij do 2, jeśli potrawa na to pozwala.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Dlaczego wynik nie zmienia się po zmianie porcji?',
|
|
21
|
+
answer: 'Upewnij się, że pole składników nie jest puste. Jeśli jest puste, nie ma czego skalować. Sprawdź również, czy liczby w składnikach są rozpoznawalne (np. "500g", "1/2 łyżeczki").',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Czy to działa z miarami imperialnymi (uncje, szklanki)?',
|
|
25
|
+
answer: 'Technicznie tak, narzędzie odczytuje liczby i skaluje. Ale precyzja w przypadku szklanek jest ograniczona (niejednolita objętość). Zaleca się przeliczenie na gramy przed skalowaniem.',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
const howTo = [
|
|
30
|
+
{
|
|
31
|
+
name: 'Wprowadź swoje porcje',
|
|
32
|
+
text: 'W polu "Oryginalnie" wpisz liczbę osób, na którą został opracowany przepis. W polu "Docelowo" wpisz liczbę osób, dla których będziesz gotować.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Wklej listę składników',
|
|
36
|
+
text: 'Skopiuj i wklej swoją listę tak, jak jest. Każdy składnik w nowej linii. Narzędzie rozpoznaje liczby na początku (500g, 1/2, 2.5) i automatycznie skaluje.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
name: 'Dostosuj według kontekstu',
|
|
40
|
+
text: 'Wyniki są matematycznie dokładne, ale gotowanie to sztuka. Przyprawy: skaluj do 75%. Drożdże: przy dużych ilościach używaj mniej niż wynika z teorii. Czasy gotowania nigdy nie ulegają skalowaniu.',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
const faqSchema = {
|
|
45
|
+
'@context': 'https://schema.org',
|
|
46
|
+
'@type': 'FAQPage',
|
|
47
|
+
mainEntity: faq.map((item) => ({
|
|
48
|
+
'@type': 'Question',
|
|
49
|
+
name: item.question,
|
|
50
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
51
|
+
})),
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const howToSchema = {
|
|
55
|
+
'@context': 'https://schema.org',
|
|
56
|
+
'@type': 'HowTo',
|
|
57
|
+
name: title,
|
|
58
|
+
description,
|
|
59
|
+
step: howTo.map((step) => ({
|
|
60
|
+
'@type': 'HowToStep',
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilitiesApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const content: ToolLocaleContent = {
|
|
76
|
+
slug: 'przeskalowywanie-skladnikow',
|
|
77
|
+
title,
|
|
78
|
+
description,
|
|
79
|
+
ui: {
|
|
80
|
+
servings: 'Porcje',
|
|
81
|
+
original: 'Oryginalnie',
|
|
82
|
+
desired: 'Docelowo',
|
|
83
|
+
multiplyingFactor: 'Współczynnik Mnożący',
|
|
84
|
+
ingredientsList: 'Lista Składników',
|
|
85
|
+
pasteHere: 'Wklej tutaj swoją listę.',
|
|
86
|
+
exampleLine1: 'Np:',
|
|
87
|
+
exampleLine2: '500g Mąki',
|
|
88
|
+
exampleLine3: '300ml Wody',
|
|
89
|
+
exampleLine4: '10g Soli',
|
|
90
|
+
result: 'Wynik',
|
|
91
|
+
copy: 'Kopiuj',
|
|
92
|
+
copied: 'Skopiowano!',
|
|
93
|
+
emptyState: 'Twoje dostosowane składniki pojawią się tutaj...',
|
|
94
|
+
defaultIngredient1: '200g Mąki',
|
|
95
|
+
defaultIngredient2: '100ml Mleka',
|
|
96
|
+
defaultIngredient3: '2 Jajka',
|
|
97
|
+
},
|
|
98
|
+
faqTitle: 'Często Zadawane Pytania',
|
|
99
|
+
faq,
|
|
100
|
+
bibliographyTitle: 'Bibliografia',
|
|
101
|
+
bibliography: [
|
|
102
|
+
{
|
|
103
|
+
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
+
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
+
url: 'https://www.flavorprints.com/',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'Modernist Cuisine - Techniki skalowania naukowego',
|
|
112
|
+
url: 'https://www.modernistcuisine.com/',
|
|
113
|
+
},
|
|
114
|
+
],
|
|
115
|
+
howTo,
|
|
116
|
+
seo: [
|
|
117
|
+
{
|
|
118
|
+
type: 'title',
|
|
119
|
+
text: 'Mistrzowski przewodnik po skalowaniu i konwersji przepisów',
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'paragraph',
|
|
124
|
+
html: '<strong>Skalowanie składników</strong> jest jednym z najbardziej krytycznych i podatnych na błędy zadań w profesjonalnej kuchni. Nie polega to jedynie na mnożeniu liczb, ale na zrozumieniu, jak chemia i fizyka żywności reagują na zmiany objętości i powierzchni.',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
type: 'stats',
|
|
128
|
+
columns: 4,
|
|
129
|
+
items: [
|
|
130
|
+
{
|
|
131
|
+
value: 'x1.75',
|
|
132
|
+
label: 'Współczynnik z 4 na 7 os.',
|
|
133
|
+
icon: 'mdi:calculator',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
value: '75%',
|
|
137
|
+
label: 'Regulacja Przypraw',
|
|
138
|
+
icon: 'mdi:shaker-outline',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
value: '0%',
|
|
142
|
+
label: 'Skalowanie Czasu',
|
|
143
|
+
icon: 'mdi:timer-off',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
value: '100g',
|
|
147
|
+
label: 'Baza Referencyjna',
|
|
148
|
+
icon: 'mdi:weight-gram',
|
|
149
|
+
},
|
|
150
|
+
],
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'title',
|
|
154
|
+
text: 'Różnice między skalowaniem liniowym a kontekstowym',
|
|
155
|
+
level: 3,
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'comparative',
|
|
159
|
+
columns: 2,
|
|
160
|
+
items: [
|
|
161
|
+
{
|
|
162
|
+
title: 'Skalowanie Liniowe Matematyczne',
|
|
163
|
+
icon: 'mdi:math-log',
|
|
164
|
+
description: 'Bezpośrednie mnożenie wszystkich wartości przez uzyskany współczynnik konwersji.',
|
|
165
|
+
points: [
|
|
166
|
+
'Idealne dla mąki i płynów bazowych',
|
|
167
|
+
'Optymalne dla precyzyjnego cukiernictwa',
|
|
168
|
+
'Sprawdza się przy małych zmianach (x2, x0.5)',
|
|
169
|
+
'Łatwe do automatycznego obliczenia',
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
title: 'Skalowanie Kontekstowe Kuchenne',
|
|
174
|
+
icon: 'mdi:chef-hat',
|
|
175
|
+
description: 'Dostosowanie proporcji na podstawie nasycenia smaku i parowania.',
|
|
176
|
+
highlight: true,
|
|
177
|
+
points: [
|
|
178
|
+
'Zapobiega nadmiarowi soli i przypraw',
|
|
179
|
+
'Uwzględnia powierzchnię parowania',
|
|
180
|
+
'Dostosowuje drożdże do masy ciasta',
|
|
181
|
+
'Wymaga doświadczenia i oceny szefa kuchni',
|
|
182
|
+
],
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'title',
|
|
188
|
+
text: 'Współczynniki Konwersji według liczby gości',
|
|
189
|
+
level: 3,
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'table',
|
|
193
|
+
headers: ['Z Porcji', 'Na Porcje', 'Współczynnik (FC)', 'Trudność'],
|
|
194
|
+
rows: [
|
|
195
|
+
['2 osoby', '4 osoby', 'x 2.0', 'Niska (Liniowo)'],
|
|
196
|
+
['4 osoby', '6 osób', 'x 1.5', 'Niska (Liniowo)'],
|
|
197
|
+
['4 osoby', '10 osób', 'x 2.5', 'Średnia (Uwaga na przyprawy)'],
|
|
198
|
+
['4 osoby', '25 osób', 'x 6.25', 'Wysoka (Kontekstowo)'],
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'diagnostic',
|
|
203
|
+
variant: 'warning',
|
|
204
|
+
title: 'Typowe problemy przy podwajaniu przepisu',
|
|
205
|
+
html: 'Jeśli zauważysz, że smak jest zbyt intensywny po przeskalowaniu (szczególnie przy ostrości lub soli), zmniejsz skalowanie tych konkretnych składników do 75%. Nigdy nie podwajaj czasu gotowania; temperatura wewnętrzna jest osiągana zależnie od grubości, a nie masy całkowitej.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Glosariusz terminologii standaryzacji',
|
|
210
|
+
level: 3,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'glossary',
|
|
214
|
+
items: [
|
|
215
|
+
{
|
|
216
|
+
term: 'Współczynnik Konwersji',
|
|
217
|
+
definition: 'Liczba, przez którą mnoży się wszystkie składniki: Ilość Docelowa / Ilość Oryginalna.',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
term: 'Ubytek Wagowy',
|
|
221
|
+
definition: 'Strata wagi składnika przez parowanie lub wytapianie tłuszczu.',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
term: 'Waga Brutto vs Netto',
|
|
225
|
+
definition: 'Waga przed i po oczyszczeniu składnika.',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
term: 'Wydajność',
|
|
229
|
+
definition: 'Całkowita ilość gotowego produktu po skalowaniu i gotowaniu.',
|
|
230
|
+
},
|
|
231
|
+
],
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
type: 'tip',
|
|
235
|
+
title: 'Triki z roztrzepanym jajkiem',
|
|
236
|
+
html: 'Jeśli kalkulator wskazuje 2,3 jajka, roztrzep całe jajko, zważ je i użyj tylko 30% wagi. To jedyny sposób na precyzję w wykwintnym cukiernictwie.',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: 'Nasze narzędzie upraszcza matematykę, abyś mógł poświęcić energię na to, co naprawdę ważne: kreatywność i smak.',
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
|
+
};
|