@jjlmoya/utils-cooking 1.24.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +56 -19
- package/src/tests/i18n-titles.test.ts +5 -17
- package/src/tests/locale_completeness.test.ts +2 -13
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
- package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
- package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
- package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
- package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
- package/src/tool/american-kitchen-converter/seo.astro +11 -4
- package/src/tool/banana-ripeness/bibliography.astro +3 -3
- package/src/tool/banana-ripeness/bibliography.ts +10 -0
- package/src/tool/banana-ripeness/i18n/de.ts +2 -15
- package/src/tool/banana-ripeness/i18n/en.ts +36 -49
- package/src/tool/banana-ripeness/i18n/es.ts +36 -49
- package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
- package/src/tool/banana-ripeness/i18n/id.ts +2 -15
- package/src/tool/banana-ripeness/i18n/it.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
- package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
- package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
- package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
- package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
- package/src/tool/banana-ripeness/seo.astro +10 -3
- package/src/tool/brine/bibliography.astro +3 -3
- package/src/tool/brine/bibliography.ts +6 -0
- package/src/tool/brine/i18n/de.ts +4 -19
- package/src/tool/brine/i18n/en.ts +3 -17
- package/src/tool/brine/i18n/es.ts +4 -19
- package/src/tool/brine/i18n/fr.ts +3 -17
- package/src/tool/brine/i18n/id.ts +4 -19
- package/src/tool/brine/i18n/it.ts +4 -19
- package/src/tool/brine/i18n/ja.ts +4 -19
- package/src/tool/brine/i18n/ko.ts +4 -19
- package/src/tool/brine/i18n/nl.ts +4 -19
- package/src/tool/brine/i18n/pl.ts +4 -19
- package/src/tool/brine/i18n/pt.ts +4 -19
- package/src/tool/brine/i18n/ru.ts +4 -19
- package/src/tool/brine/i18n/sv.ts +4 -19
- package/src/tool/brine/i18n/tr.ts +4 -19
- package/src/tool/brine/i18n/zh.ts +4 -19
- package/src/tool/brine/seo.astro +11 -4
- package/src/tool/cookware-guide/bibliography.astro +2 -2
- package/src/tool/cookware-guide/bibliography.ts +10 -0
- package/src/tool/cookware-guide/i18n/de.ts +3 -17
- package/src/tool/cookware-guide/i18n/en.ts +3 -17
- package/src/tool/cookware-guide/i18n/es.ts +3 -17
- package/src/tool/cookware-guide/i18n/fr.ts +3 -17
- package/src/tool/cookware-guide/i18n/id.ts +3 -17
- package/src/tool/cookware-guide/i18n/it.ts +3 -17
- package/src/tool/cookware-guide/i18n/ja.ts +3 -17
- package/src/tool/cookware-guide/i18n/ko.ts +3 -17
- package/src/tool/cookware-guide/i18n/nl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pt.ts +3 -17
- package/src/tool/cookware-guide/i18n/ru.ts +3 -17
- package/src/tool/cookware-guide/i18n/sv.ts +3 -17
- package/src/tool/cookware-guide/i18n/tr.ts +3 -17
- package/src/tool/cookware-guide/i18n/zh.ts +3 -17
- package/src/tool/cookware-guide/seo.astro +11 -4
- package/src/tool/egg-timer/bibliography.astro +3 -11
- package/src/tool/egg-timer/bibliography.ts +10 -0
- package/src/tool/egg-timer/i18n/de.ts +3 -17
- package/src/tool/egg-timer/i18n/en.ts +2 -15
- package/src/tool/egg-timer/i18n/es.ts +127 -141
- package/src/tool/egg-timer/i18n/fr.ts +2 -15
- package/src/tool/egg-timer/i18n/id.ts +4 -18
- package/src/tool/egg-timer/i18n/it.ts +3 -17
- package/src/tool/egg-timer/i18n/ja.ts +3 -17
- package/src/tool/egg-timer/i18n/ko.ts +3 -17
- package/src/tool/egg-timer/i18n/nl.ts +3 -17
- package/src/tool/egg-timer/i18n/pl.ts +3 -17
- package/src/tool/egg-timer/i18n/pt.ts +3 -17
- package/src/tool/egg-timer/i18n/ru.ts +3 -17
- package/src/tool/egg-timer/i18n/sv.ts +3 -17
- package/src/tool/egg-timer/i18n/tr.ts +3 -17
- package/src/tool/egg-timer/i18n/zh.ts +3 -17
- package/src/tool/egg-timer/seo.astro +6 -30
- package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
- package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
- package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
- package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
- package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
- package/src/tool/ingredient-rescaler/seo.astro +11 -4
- package/src/tool/kitchen-timer/bibliography.astro +3 -3
- package/src/tool/kitchen-timer/bibliography.ts +10 -0
- package/src/tool/kitchen-timer/i18n/de.ts +3 -13
- package/src/tool/kitchen-timer/i18n/en.ts +6 -22
- package/src/tool/kitchen-timer/i18n/es.ts +6 -22
- package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
- package/src/tool/kitchen-timer/i18n/id.ts +3 -13
- package/src/tool/kitchen-timer/i18n/it.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
- package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
- package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
- package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
- package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
- package/src/tool/kitchen-timer/seo.astro +10 -3
- package/src/tool/meringue-peak/bibliography.astro +3 -3
- package/src/tool/meringue-peak/bibliography.ts +14 -0
- package/src/tool/meringue-peak/i18n/de.ts +3 -13
- package/src/tool/meringue-peak/i18n/en.ts +2 -15
- package/src/tool/meringue-peak/i18n/es.ts +135 -149
- package/src/tool/meringue-peak/i18n/fr.ts +2 -15
- package/src/tool/meringue-peak/i18n/id.ts +3 -13
- package/src/tool/meringue-peak/i18n/it.ts +3 -13
- package/src/tool/meringue-peak/i18n/ja.ts +3 -13
- package/src/tool/meringue-peak/i18n/ko.ts +3 -13
- package/src/tool/meringue-peak/i18n/nl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pt.ts +3 -13
- package/src/tool/meringue-peak/i18n/ru.ts +3 -13
- package/src/tool/meringue-peak/i18n/sv.ts +3 -13
- package/src/tool/meringue-peak/i18n/tr.ts +3 -13
- package/src/tool/meringue-peak/i18n/zh.ts +3 -13
- package/src/tool/meringue-peak/seo.astro +10 -3
- package/src/tool/mold-scaler/bibliography.astro +3 -3
- package/src/tool/mold-scaler/bibliography.ts +10 -0
- package/src/tool/mold-scaler/i18n/de.ts +5 -17
- package/src/tool/mold-scaler/i18n/en.ts +5 -20
- package/src/tool/mold-scaler/i18n/es.ts +5 -20
- package/src/tool/mold-scaler/i18n/fr.ts +5 -20
- package/src/tool/mold-scaler/i18n/id.ts +5 -17
- package/src/tool/mold-scaler/i18n/it.ts +5 -17
- package/src/tool/mold-scaler/i18n/ja.ts +5 -17
- package/src/tool/mold-scaler/i18n/ko.ts +5 -17
- package/src/tool/mold-scaler/i18n/nl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pt.ts +5 -17
- package/src/tool/mold-scaler/i18n/ru.ts +5 -17
- package/src/tool/mold-scaler/i18n/sv.ts +5 -17
- package/src/tool/mold-scaler/i18n/tr.ts +5 -17
- package/src/tool/mold-scaler/i18n/zh.ts +5 -17
- package/src/tool/mold-scaler/seo.astro +10 -3
- package/src/tool/pizza/bibliography.astro +3 -3
- package/src/tool/pizza/bibliography.ts +18 -0
- package/src/tool/pizza/i18n/de.ts +3 -13
- package/src/tool/pizza/i18n/en.ts +58 -75
- package/src/tool/pizza/i18n/es.ts +2 -20
- package/src/tool/pizza/i18n/fr.ts +58 -75
- package/src/tool/pizza/i18n/id.ts +3 -9
- package/src/tool/pizza/i18n/it.ts +3 -13
- package/src/tool/pizza/i18n/ja.ts +3 -9
- package/src/tool/pizza/i18n/ko.ts +3 -9
- package/src/tool/pizza/i18n/nl.ts +3 -9
- package/src/tool/pizza/i18n/pl.ts +3 -9
- package/src/tool/pizza/i18n/pt.ts +3 -9
- package/src/tool/pizza/i18n/ru.ts +28 -34
- package/src/tool/pizza/i18n/sv.ts +3 -9
- package/src/tool/pizza/i18n/tr.ts +3 -9
- package/src/tool/pizza/i18n/zh.ts +3 -9
- package/src/tool/pizza/seo.astro +11 -4
- package/src/tool/roux-guide/bibliography.astro +3 -3
- package/src/tool/roux-guide/bibliography.ts +14 -0
- package/src/tool/roux-guide/i18n/de.ts +3 -9
- package/src/tool/roux-guide/i18n/en.ts +2 -15
- package/src/tool/roux-guide/i18n/es.ts +3 -17
- package/src/tool/roux-guide/i18n/fr.ts +2 -15
- package/src/tool/roux-guide/i18n/id.ts +3 -9
- package/src/tool/roux-guide/i18n/it.ts +3 -9
- package/src/tool/roux-guide/i18n/ja.ts +3 -9
- package/src/tool/roux-guide/i18n/ko.ts +3 -9
- package/src/tool/roux-guide/i18n/nl.ts +3 -9
- package/src/tool/roux-guide/i18n/pl.ts +3 -9
- package/src/tool/roux-guide/i18n/pt.ts +3 -9
- package/src/tool/roux-guide/i18n/ru.ts +3 -9
- package/src/tool/roux-guide/i18n/sv.ts +3 -9
- package/src/tool/roux-guide/i18n/tr.ts +3 -9
- package/src/tool/roux-guide/i18n/zh.ts +3 -9
- package/src/tool/roux-guide/seo.astro +11 -4
- package/src/tool/sourdough-calculator/bibliography.astro +3 -3
- package/src/tool/sourdough-calculator/bibliography.ts +14 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
- package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
- package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
- package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
- package/src/tool/sourdough-calculator/seo.astro +11 -4
- package/src/tool/yeast-converter/bibliography.astro +6 -0
- package/src/tool/yeast-converter/bibliography.ts +6 -0
- package/src/tool/yeast-converter/component.astro +96 -0
- package/src/tool/yeast-converter/entry.ts +26 -0
- package/src/tool/yeast-converter/i18n/de.ts +235 -0
- package/src/tool/yeast-converter/i18n/en.ts +234 -0
- package/src/tool/yeast-converter/i18n/es.ts +235 -0
- package/src/tool/yeast-converter/i18n/fr.ts +235 -0
- package/src/tool/yeast-converter/i18n/id.ts +235 -0
- package/src/tool/yeast-converter/i18n/it.ts +235 -0
- package/src/tool/yeast-converter/i18n/ja.ts +235 -0
- package/src/tool/yeast-converter/i18n/ko.ts +235 -0
- package/src/tool/yeast-converter/i18n/nl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pt.ts +235 -0
- package/src/tool/yeast-converter/i18n/ru.ts +235 -0
- package/src/tool/yeast-converter/i18n/sv.ts +235 -0
- package/src/tool/yeast-converter/i18n/tr.ts +235 -0
- package/src/tool/yeast-converter/i18n/zh.ts +235 -0
- package/src/tool/yeast-converter/index.ts +11 -0
- package/src/tool/yeast-converter/init.ts +277 -0
- package/src/tool/yeast-converter/seo.astro +15 -0
- package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
- package/src/tools.ts +2 -0
|
@@ -1,167 +1,153 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calculadora de Merengue y Punto de Nieve";
|
|
4
5
|
const description = "Calcula la cantidad exacta de azúcar para merengue francés, italiano o suizo según el peso de tus claras. Tiempos de batido y trucos de repostería.";
|
|
5
6
|
const faq = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
{
|
|
8
|
+
question: '¿Qué relación de azúcar y clara es la ideal?',
|
|
9
|
+
answer: 'La regla de oro en repostería es el ratio 1:2. Por cada gramo de clara de huevo, se deben utilizar dos gramos de azúcar para asegurar una estructura estable y firme.',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: '¿Cómo saber si el merengue está a punto de nieve?',
|
|
13
|
+
answer: 'El punto de nieve o pico firme se alcanza cuando, al levantar las varillas, el merengue forma una punta que se mantiene vertical sin doblarse. Además, el merengue debe verse muy brillante.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '¿Cuál es el merengue más estable para decorar?',
|
|
17
|
+
answer: 'El merengue italiano es el más estable de los tres tipos principales, gracias a que el almíbar caliente cocina ligeramente las proteínas de la clara, creando una estructura más resistente al calor y al paso del tiempo.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '¿Se pueden usar claras pasteurizadas de bote?',
|
|
21
|
+
answer: 'Sí, se pueden utilizar, pero suelen tardar un poco más en montar que las claras frescas. Un truco es añadir una pizca de cremor tártaro o unas gotas de limón para ayudar a la estabilidad.',
|
|
22
|
+
},
|
|
23
|
+
];
|
|
23
24
|
const howTo = [
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
25
|
+
{
|
|
26
|
+
name: 'Pesar las claras',
|
|
27
|
+
text: 'Utiliza una báscula digital para obtener el peso exacto de las claras de huevo sin rastro de yema.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Introducir peso',
|
|
31
|
+
text: 'Escribe ese peso en nuestra calculadora para obtener las cantidades de azúcar necesarias.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Elegir técnica',
|
|
35
|
+
text: 'Selecciona si vas a preparar un merengue francés (básico), italiano (estable) o suizo (sedoso).',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Batir y verificar',
|
|
39
|
+
text: 'Sigue los tiempos estimados y comprueba la consistencia hasta alcanzar el punto de nieve firme.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
41
42
|
|
|
42
43
|
const faqSchema = {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faq.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
50
51
|
};
|
|
51
52
|
|
|
52
53
|
const howToSchema = {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howTo.map((step) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
name: step.name,
|
|
61
|
+
text: step.text,
|
|
62
|
+
})),
|
|
62
63
|
};
|
|
63
64
|
|
|
64
65
|
const appSchema = {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
66
|
+
'@context': 'https://schema.org',
|
|
67
|
+
'@type': 'SoftwareApplication',
|
|
68
|
+
name: title,
|
|
69
|
+
description,
|
|
70
|
+
applicationCategory: 'UtilitiesApplication',
|
|
71
|
+
operatingSystem: 'Web',
|
|
72
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
72
73
|
};
|
|
73
74
|
|
|
74
75
|
export const content: ToolLocaleContent = {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
],
|
|
151
|
-
bibliography: [
|
|
152
|
-
{
|
|
153
|
-
name: 'Larousse Cocina: Tipos de Merengues y cómo prepararlos',
|
|
154
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'Exploratorium: The Science of Cooking - Egg Science',
|
|
158
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
name: 'Directo al Paladar: Guía completa del Merengue Francés',
|
|
162
|
-
url: 'https://www.directoalpaladar.com/curso-de-cocina/como-hacer-merengue-frances-facil-trucos-consejos-quede-perfecto',
|
|
163
|
-
},
|
|
164
|
-
],
|
|
76
|
+
slug: 'calculadora-punto-de-nieve-merengue',
|
|
77
|
+
title: 'Calculadora de Merengue y Punto de Nieve',
|
|
78
|
+
description: 'Calcula la cantidad exacta de azúcar para merengue francés, italiano o suizo según el peso de tus claras. Tiempos de batido y trucos de repostería.',
|
|
79
|
+
faqTitle: 'Preguntas Frecuentes',
|
|
80
|
+
ui: {
|
|
81
|
+
whitesLabel: 'Peso de las Claras',
|
|
82
|
+
whitesPlaceholder: 'Ej. 120',
|
|
83
|
+
whitesUnit: 'g',
|
|
84
|
+
typeLabel: 'Tipo de Merengue',
|
|
85
|
+
typeFrench: 'Francés',
|
|
86
|
+
typeItalian: 'Italiano',
|
|
87
|
+
typeSwiss: 'Suizo',
|
|
88
|
+
timesHeading: 'Tiempos Estimados (Batido a media/alta velocidad)',
|
|
89
|
+
stageSpumado: 'Espumado',
|
|
90
|
+
stageSpumadoDesc: 'Burbujas grandes, como jabón.',
|
|
91
|
+
stageSoftPeaks: 'Pico Blando',
|
|
92
|
+
stageSoftPeaksDesc: 'La punta se dobla al levantar.',
|
|
93
|
+
stageStiffPeaks: 'Punto de Nieve',
|
|
94
|
+
stageStiffPeaksDesc: 'Pico firme y brillante.',
|
|
95
|
+
frenchSugarWhite: 'Azúcar Blanquilla',
|
|
96
|
+
frenchSugarPowder: 'Azúcar Glas',
|
|
97
|
+
frenchTip: 'El merengue francés es el más común y fácil, ideal para hornear suspiros o añadir a masas aireadas. No es apto para comer en crudo.',
|
|
98
|
+
frenchTime1: '1-2 min',
|
|
99
|
+
frenchTime2: '3-5 min',
|
|
100
|
+
frenchTime3: '7-9 min',
|
|
101
|
+
italianSugarSyrup: 'Azúcar para Almíbar',
|
|
102
|
+
italianWater: 'Agua',
|
|
103
|
+
italianTip: 'El merengue italiano es el más estable. Se hace con almíbar caliente a 118°C. Es perfecto para decorar tartas y comer directamente.',
|
|
104
|
+
italianTime1: '2 min',
|
|
105
|
+
italianTime2: '5 min',
|
|
106
|
+
italianTime3: '10-12 min',
|
|
107
|
+
swissSugarWhite: 'Azúcar Blanquilla',
|
|
108
|
+
swissMaxTemp: 'Temperatura Máx',
|
|
109
|
+
swissTip: 'El merengue suizo se calienta al baño maría hasta que el azúcar se disuelve. Es muy versátil y ideal para cremas de mantequilla.',
|
|
110
|
+
swissTime1: '1-2 min',
|
|
111
|
+
swissTime2: '4-6 min',
|
|
112
|
+
swissTime3: '8-10 min',
|
|
113
|
+
invalidWeightError: 'Introduce un peso válido',
|
|
114
|
+
},
|
|
115
|
+
faq: [
|
|
116
|
+
{
|
|
117
|
+
question: '¿Qué relación de azúcar y clara es la ideal?',
|
|
118
|
+
answer: 'La regla de oro en repostería es el ratio 1:2. Por cada gramo de clara de huevo, se deben utilizar dos gramos de azúcar para asegurar una estructura estable y firme.',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
question: '¿Cómo saber si el merengue está a punto de nieve?',
|
|
122
|
+
answer: 'El punto de nieve o pico firme se alcanza cuando, al levantar las varillas, el merengue forma una punta que se mantiene vertical sin doblarse. Además, el merengue debe verse muy brillante.',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
question: '¿Cuál es el merengue más estable para decorar?',
|
|
126
|
+
answer: 'El merengue italiano es el más estable de los tres tipos principales, gracias a que el almíbar caliente cocina ligeramente las proteínas de la clara, creando una estructura más resistente al calor y al paso del tiempo.',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
question: '¿Se pueden usar claras pasteurizadas de bote?',
|
|
130
|
+
answer: 'Sí, se pueden utilizar, pero suelen tardar un poco más en montar que las claras frescas. Un truco es añadir una pizca de cremor tártaro o unas gotas de limón para ayudar a la estabilidad.',
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
howTo: [
|
|
134
|
+
{
|
|
135
|
+
name: 'Pesar las claras',
|
|
136
|
+
text: 'Utiliza una báscula digital para obtener el peso exacto de las claras de huevo sin rastro de yema.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
name: 'Introducir peso',
|
|
140
|
+
text: 'Escribe ese peso en nuestra calculadora para obtener las cantidades de azúcar necesarias.',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
name: 'Elegir técnica',
|
|
144
|
+
text: 'Selecciona si vas a preparar un merengue francés (básico), italiano (estable) o suizo (sedoso).',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
name: 'Batir y verificar',
|
|
148
|
+
text: 'Sigue los tiempos estimados y comprueba la consistencia hasta alcanzar el punto de nieve firme.',
|
|
149
|
+
},
|
|
150
|
+
],
|
|
165
151
|
seo: [
|
|
166
152
|
{
|
|
167
153
|
type: 'title',
|
|
@@ -300,6 +286,6 @@ export const content: ToolLocaleContent = {
|
|
|
300
286
|
html: 'Nuestra calculadora automatiza las proporciones para que tú solo tengas que preocuparte de batir hasta alcanzar ese brillo perfecto.',
|
|
301
287
|
},
|
|
302
288
|
],
|
|
303
|
-
|
|
304
|
-
|
|
289
|
+
bibliography,
|
|
290
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
305
291
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calculateur de Meringue et Blancs en Neige Professionnel";
|
|
4
5
|
const description = "La plus simple mais la moins stable. Blancs et sucre fouettés à froid.";
|
|
@@ -148,21 +149,6 @@ export const content: ToolLocaleContent = {
|
|
|
148
149
|
text: "Suivez le guide des temps jusqu'à obtenir une pointe ferme et verticale (le fameux bec d'oiseau).",
|
|
149
150
|
},
|
|
150
151
|
],
|
|
151
|
-
bibliographyTitle: "Sources Techniques et Références",
|
|
152
|
-
bibliography: [
|
|
153
|
-
{
|
|
154
|
-
name: "Le Journal du Pâtissier - Science du Merengue",
|
|
155
|
-
url: "https://www.lejournaldupatissier.com/",
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
name: "Exploratorium - La science des œufs",
|
|
159
|
-
url: "https://www.exploratorium.edu/explore/cooking/egg-science",
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
name: "Mercotte - Tout savoir sur les meringues",
|
|
163
|
-
url: "https://www.mercotte.fr/",
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
152
|
seo: [
|
|
167
153
|
{
|
|
168
154
|
type: "title",
|
|
@@ -301,5 +287,6 @@ export const content: ToolLocaleContent = {
|
|
|
301
287
|
html: "Notre calculateur automatise les calculs pour que vous puissiez vous concentrer sur le fouettage jusqu'au brillant parfait.",
|
|
302
288
|
},
|
|
303
289
|
],
|
|
290
|
+
bibliography,
|
|
304
291
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
305
292
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Kalkulator Meringue & Pengocokan Putih Telur";
|
|
4
5
|
const description = "Hitung jumlah gula yang tepat untuk meringue Prancis, Italia, atau Swiss berdasarkan berat putih telur Anda. Waktu pengocokan dan tips kue.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'Pertanyaan Umum',
|
|
79
|
-
bibliographyTitle: 'Sumber dan Referensi',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: 'Berat Putih Telur',
|
|
82
82
|
whitesPlaceholder: 'Mis. 120',
|
|
@@ -112,18 +112,7 @@ export const content: ToolLocaleContent = {
|
|
|
112
112
|
invalidWeightError: 'Masukkan berat yang valid',
|
|
113
113
|
},
|
|
114
114
|
faq,
|
|
115
|
-
howTo,
|
|
116
|
-
bibliography: [
|
|
117
|
-
{
|
|
118
|
-
name: 'Larousse Kitchen: Jenis Meringue',
|
|
119
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'Exploratorium: Egg Science',
|
|
123
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
124
|
-
},
|
|
125
|
-
],
|
|
126
|
-
seo: [
|
|
115
|
+
howTo, seo: [
|
|
127
116
|
{
|
|
128
117
|
type: 'title',
|
|
129
118
|
text: 'Panduan Ahli Kalkulasi Meringue',
|
|
@@ -205,5 +194,6 @@ export const content: ToolLocaleContent = {
|
|
|
205
194
|
html: 'Bersihkan wadah dengan cuka atau lemon. Sisa lemak sekecil apa pun akan menghalangi putih telur mengembang.',
|
|
206
195
|
},
|
|
207
196
|
],
|
|
197
|
+
bibliography,
|
|
208
198
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
209
199
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calcolatore Meringa e Punti di Neve";
|
|
4
5
|
const description = "Calcola la quantità esatta di zucchero per meringa francese, italiana o svizzera in base al peso degli albumi. Tempi di montatura e trucchi di pasticceria.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'Domande Frequenti',
|
|
79
|
-
bibliographyTitle: 'Fonti e Riferimenti',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: 'Peso degli Albumi',
|
|
82
82
|
whitesPlaceholder: 'Es. 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: 'Inserire un peso valido',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Cucina: Tipi di Meringa',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Science of Eggs',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: 'Guida per il Calcolo della Meringa',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: 'Pulisci la ciotola con aceto o limone. Ogni traccia di grasso impedirà agli albumi di montare.',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "メレンゲ・卵白泡立て計算機";
|
|
4
5
|
const description = "卵白の重さに合わせて、フランス、イタリア、スイス式の各メレンゲに必要な砂糖の量を正確に計算します。泡立て時間の目安やプロのコツも紹介。";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'よくある質問',
|
|
79
|
-
bibliographyTitle: '参考文献',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: '卵白の重量',
|
|
82
82
|
whitesPlaceholder: '例: 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: '有効な重量を入力してください',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Cocina: メレンゲの種類と作り方',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Egg Science',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: 'メレンゲと卵白泡立てのマスターガイド',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: '泡立てを始める前に、ボウルを少量の酢やレモン汁を染み込ませたペーパーで拭いてください。わずかな油分でも泡立ちを妨げます。',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "머랭 및 계란 동결(머랭) 계산기";
|
|
4
5
|
const description = "계란 흰자 무게에 맞춰 프랑스식, 이탈리아식, 스위스식 머랭에 필요한 설탕량을 정확하게 계산합니다. 휘핑 시간과 베이킹 팁까지 확인하세요.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: '자주 묻는 질문',
|
|
79
|
-
bibliographyTitle: '참고 문헌',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: '흰자 무게',
|
|
82
82
|
whitesPlaceholder: '예: 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: '올바른 무게를 입력하세요',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Cocina: 머랭의 종류와 제조법',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Egg Science',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: '완벽한 머랭을 위한 마스터 가이드',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: '휘핑을 시작하기 전, 볼을 레몬즙이나 식초로 닦아주세요. 아주 적은 유분이라도 흰자가 올라오는 것을 방해합니다.',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Meringue & Eiwit stijfheid Calculator";
|
|
4
5
|
const description = "Bereken de exacte hoeveelheid suiker voor Franse, Italiaanse of Zwitserse meringue op basis van het gewicht van je eiwitten. Kloptijden en baktips.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'Veelgestelde Vragen',
|
|
79
|
-
bibliographyTitle: 'Bronnen en Referenties',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: 'Gewicht van de Eiwitten',
|
|
82
82
|
whitesPlaceholder: 'Bijv. 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: 'Voer een geldig gewicht in',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Gastronomique: Types meringue',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Egg Science',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: 'Meestergids voor Meringue en Eiwit',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: 'Maak de kom schoon met azijn of citroen. Elk spoortje vet voorkomt dat de eiwitten stijf worden.',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Kalkulator Bezy i Ubijania Białek";
|
|
4
5
|
const description = "Oblicz dokładną ilość cukru do bezy francuskiej, włoskiej lub szwajcarskiej na podstawie wagi białek. Czas ubijania i triki cukiernicze.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'Często Zadawane Pytania',
|
|
79
|
-
bibliographyTitle: 'Źródła i Referencje',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: 'Waga Białek',
|
|
82
82
|
whitesPlaceholder: 'Np. 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: 'Wprowadź prawidłową wagę',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Cocina: Typy Bez',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Science of Eggs',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: 'Mistrzowski przewodnik po ubijaniu bezy',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: 'Przetrzyj miskę octem lub cytryną. Każdy ślad tłuszczu uniemożliwi ubicie białek.',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calculadora de Merengue e Ponto de Neve";
|
|
4
5
|
const description = "Calcula a quantidade exata de açúcar para merengue francês, italiano ou suíço segundo o peso das claras. Tempos de batimento e truques de pastelaria.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title,
|
|
77
78
|
description,
|
|
78
79
|
faqTitle: 'Perguntas Frequentes',
|
|
79
|
-
bibliographyTitle: 'Fontes e Referências',
|
|
80
80
|
ui: {
|
|
81
81
|
whitesLabel: 'Peso das Claras',
|
|
82
82
|
whitesPlaceholder: 'Ex. 120',
|
|
@@ -113,18 +113,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
113
|
invalidWeightError: 'Introduz um peso válido',
|
|
114
114
|
},
|
|
115
115
|
faq,
|
|
116
|
-
howTo,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Larousse Cozinha: Tipos de Merengues',
|
|
120
|
-
url: 'https://laroussecocina.mx/palabra/merengue/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'Exploratorium: Egg Science',
|
|
124
|
-
url: 'https://www.exploratorium.edu/explore/cooking/egg-science',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
seo: [
|
|
116
|
+
howTo, seo: [
|
|
128
117
|
{
|
|
129
118
|
type: 'title',
|
|
130
119
|
text: 'Guia Mestre para o Cálculo de Merengue',
|
|
@@ -206,5 +195,6 @@ export const content: ToolLocaleContent = {
|
|
|
206
195
|
html: 'Limpa a taça com vinagre ou limão. Qualquer rasto de gordura impedirá que as claras subam.',
|
|
207
196
|
},
|
|
208
197
|
],
|
|
198
|
+
bibliography,
|
|
209
199
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
210
200
|
};
|