@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,43 +1,44 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnóstico y Conservación de Plátanos: Guía Científica";
|
|
4
5
|
const description = "Analiza el estado de maduración de tus plátanos con precisión científica. Aprende técnicas de conservación, bioquímica del etileno y optimización nutricional.";
|
|
5
6
|
const faq = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
{
|
|
8
|
+
question: '¿Por qué se ponen negros los plátanos en la nevera?',
|
|
9
|
+
answer: 'El frío rompe las paredes celulares de la cáscara, liberando enzimas que oxidan los fenoles y crean polifenoles negros. Sin embargo, el interior suele conservarse firme y dulce por más tiempo que fuera.',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: '¿Cómo puedo madurar un plátano rápido?',
|
|
13
|
+
answer: 'Ponlos en una bolsa de papel cerrada con una manzana o un tomate. Estos emiten gas etileno, que acelera la maduración. Si tienes mucha prisa, puedes ponerlos unos minutos en el horno a baja temperatura.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: '¿Es seguro comer plátanos con manchas?',
|
|
17
|
+
answer: 'Sí, totalmente. De hecho, las manchas indican que el almidón se ha convertido en azúcar, haciéndolos más dulces y digeribles. Solo deséchalos si tienen moho, huelen mal o están excesivamente blandos.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: '¿Qué es el etileno?',
|
|
21
|
+
answer: 'Es una hormona vegetal en forma de gas que regula el crecimiento y la maduración. El plátano es una fruta climatérica, lo que significa que sigue produciendo etileno y madurando después de ser recolectado.',
|
|
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: 'Observar el color',
|
|
27
|
+
text: 'Examina cuidadosamente el color de la cáscara, desde verde hasta marrón oscuro, para determinar el estado de maduración actual.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Usar el simulador',
|
|
31
|
+
text: 'Desliza el indicador de maduración para ver predicciones precisas sobre cuándo alcanzará el siguiente estado.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Ajustar condiciones',
|
|
35
|
+
text: 'Modifica temperatura y humedad para ver cómo afectan la velocidad de maduración.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Aplicar conservación',
|
|
39
|
+
text: 'Sigue las recomendaciones específicas de conservación y aceleración según el estado actual.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
41
42
|
|
|
42
43
|
const faqSchema = {
|
|
43
44
|
'@context': 'https://schema.org',
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnóstico y Conservación de Plátanos: Guía Científica',
|
|
77
78
|
description: 'Analiza el estado de maduración de tus plátanos con precisión científica. Aprende técnicas de conservación, bioquímica del etileno y optimización nutricional.',
|
|
78
79
|
faqTitle: 'Preguntas Frecuentes',
|
|
79
|
-
bibliographyTitle: 'Fuentes y Referencias',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Estado de Maduración',
|
|
82
82
|
nextStageLabel: 'Próxima Etapa en',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Sigue las recomendaciones específicas de conservación y aceleración según el estado actual.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Alerta de degradación:</strong> Factores externos como humedad relativa superior al 85% o temperaturas por encima de los 25°C pueden acelerar drásticamente la degradación, llevando el plátano de óptimo a incomestible en cuestión de horas. Este simulador te ayuda a anticipar estos cambios y planificar estratégicamente.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,43 +1,44 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnostic et Conservation des Bananes : Guide Scientifique";
|
|
4
5
|
const description = "Analysez le stade de maturité de vos bananes avec une précision scientifique. Apprenez les techniques de conservation, la biochimie de l'éthylène et l'optimisation nutritionnelle.";
|
|
5
6
|
const faq = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
{
|
|
8
|
+
question: 'Pourquoi les bananes deviennent-elles noires au réfrigérateur ?',
|
|
9
|
+
answer: "Le froid rompt les parois cellulaires de la peau, libérant des enzymes qui oxydent les phénols et créent des polyphénols noirs. Cependant, l'intérieur reste généralement ferme et sucré plus longtemps qu'à l'extérieur.",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: 'Comment faire mûrir une banane rapidement ?',
|
|
13
|
+
answer: 'Placez-les dans un sac en papier fermé avec une pomme ou une tomate. Celles-ci émettent de l\'éthylène, un gaz qui accélère la maturité. Si vous êtes pressé, vous pouvez les mettre quelques minutes au four à basse température.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Est-il prudent de manger des bananes tachetées ?',
|
|
17
|
+
answer: 'Oui, tout à fait. Les taches indiquent que l\'amidon s\'est transformé en sucre, les rendant plus sucrées et digestes. Ne les jetez que si elles présentent de la moisissure, une mauvaise odeur ou sont excessivement molles.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'Qu\'est-ce que l\'éthylène ?',
|
|
21
|
+
answer: 'C\'est une hormone végétale sous forme de gaz qui régule la croissance et la maturation. La banane est un fruit climatérique, ce qui signifie qu\'elle continue à produire de l\'éthylène et à mûrir après sa récolte.',
|
|
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: 'Observer la couleur',
|
|
27
|
+
text: 'Examinez attentivement la couleur de la peau, du vert au brun foncé, pour déterminer le stade actuel de maturité.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Utiliser le simulateur',
|
|
31
|
+
text: 'Faites glisser l\'indicateur de maturité pour voir des prédictions précises sur le moment où elle atteindra la prochaine étape.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Ajuster les conditions',
|
|
35
|
+
text: 'Modifiez la température et l\'humidité pour voir comment elles affectent la vitesse de maturation.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Appliquer la conservation',
|
|
39
|
+
text: 'Suivez les recommandations spécifiques de conservation et d\'accélération selon le stade actuel.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
41
42
|
|
|
42
43
|
const faqSchema = {
|
|
43
44
|
'@context': 'https://schema.org',
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnostic et Conservation des Bananes : Guide Scientifique',
|
|
77
78
|
description: 'Analysez le stade de maturité de vos bananes avec une précision scientifique. Apprenez les techniques de conservation, la biochimie de l\'éthylène et l\'optimisation nutritionnelle.',
|
|
78
79
|
faqTitle: 'Questions Fréquemment Posées',
|
|
79
|
-
bibliographyTitle: 'Sources et Références',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'État de Maturité',
|
|
82
82
|
nextStageLabel: 'Prochaine Étape dans',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Suivez les recommandations spécifiques de conservation et d\'accélération selon le stade actuel.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review (Nature Research)',
|
|
150
|
-
url: 'https://www.researchgate.net/profile/Jean-Claude-Pech/publication/284632414_Ethylene_and_Fruit_Ripening/links/5aef0bcbaca2727bc006482c/Ethylene-and-Fruit-Ripening.pdf',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Alerte de Dégradation :</strong> Des facteurs externes comme une humidité relative supérieure à 85 % ou des températures supérieures à 25 °C peuvent accélérer considérablement la dégradation, faisant passer la banane d\'optimale à immangeable en quelques heures. Ce simulateur vous aide à anticiper ces changements et à planifier de manière stratégique.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnosis dan Konservasi Pisang: Panduan Ilmiah";
|
|
4
5
|
const description = "Analisis status kematangan pisang Anda dengan presisi ilmiah. Pelajari teknik konservasi, biokimia etilen, dan optimalisasi nutrisi.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnosis dan Konservasi Pisang: Panduan Ilmiah',
|
|
77
78
|
description: 'Analisis status kematangan pisang Anda dengan presisi ilmiah. Pelajari teknik konservasi, biokimia etilen, dan optimalisasi nutrisi.',
|
|
78
79
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
79
|
-
bibliographyTitle: 'Sumber dan Referensi',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Status Kematangan',
|
|
82
82
|
nextStageLabel: 'Tahap Berikutnya dalam',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Ikuti rekomendasi spesifik untuk konservasi dan akselerasi berdasarkan status saat ini.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Peringatan degradasi:</strong> Faktor eksternal seperti kelembapan relatif di atas 85% atau suhu di atas 25°C dapat mempercepat degradasi secara drastis, mengubah pisang dari kondisi optimal menjadi tidak layak makan dalam hitungan jam. Simulator ini membantu Anda mengantisipasi perubahan ini dan merencanakan secara strategis.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnosi e Conservazione delle Banane: Guida Scientifica";
|
|
4
5
|
const description = "Analizza lo stato di maturazione delle tue banane con precisione scientifica. Apprendi tecniche di conservazione, la biochimica dell'etilene e l'ottimizzazione nutrizionale.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnosi e Conservazione delle Banane: Guida Scientifica',
|
|
77
78
|
description: 'Analizza lo stato di maturazione delle tue banane con precisione scientifica. Apprendi tecniche di conservazione, la biochimica dell\'etilene e l\'ottimizzazione nutrizionale.',
|
|
78
79
|
faqTitle: 'Domande Frequenti',
|
|
79
|
-
bibliographyTitle: 'Fonti e Riferimenti',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Stato di Maturazione',
|
|
82
82
|
nextStageLabel: 'Prossima Tappa tra',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Segui le raccomandazioni specifiche di conservazione e accelerazione in base allo stato attuale.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Allerta degradazione:</strong> Fattori esterni come umidità relativa superiore all\'85% o temperature sopra i 25°C possono accelerare drasticamente la degradazione, rendendo la banana da ottimale a immangiabile in poche ore. Questo simulatore ti aiuta ad anticipare questi cambiamenti e a pianificare strategicamente.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -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
|
ripesnessLabel: "熟成状態",
|
|
82
82
|
nextStageLabel: "次の段階まで",
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: "現在の状態に基づいた、具体的な保存や熟成促進の推奨事項に従います。",
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: "<strong>劣化アラート:</strong> 相対湿度が85%を超えたり、温度が25°Cを超えたりするなどの外部要因は、劣化を劇的に加速させ、バナナを数時間で最適な状態から食用不可能な状態に変えてしまう可能性があります。このシミュレーターは、これらの変化を予測し、戦略的に計画を立てるのに役立ちます。",
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -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
|
ripesnessLabel: "숙성 상태",
|
|
82
82
|
nextStageLabel: "다음 단계까지",
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: '현재 상태에 따른 구체적인 보관 및 숙성 촉진 권장 사항을 따르세요.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: "<strong>부패 경고:</strong> 상대 습도 85% 이상 또는 온도 25°C 이상의 외부 요인은 부패를 급격히 가속화하여 단 몇 시간 만에 바나나를 먹을 수 없는 상태로 만들 수 있습니다. 본 시뮬레이터는 이러한 변화를 예측하고 전략적으로 대비하는 데 도움을 줍니다.",
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Bananen Diagnose en Conservering: Wetenschappelijke Gids";
|
|
4
5
|
const description = "Analyseer de rijpheidsstatus van je bananen met wetenschappelijke precisie. Leer conserveringstechnieken, de biochemie van ethyleen en voedingsoptimalisatie.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Bananen Diagnose en Conservering: Wetenschappelijke Gids',
|
|
77
78
|
description: 'Analyseer de rijpheidsstatus van je bananen met wetenschappelijke precisie. Leer conserveringstechnieken, de biochemie van ethyleen en voedingsoptimalisatie.',
|
|
78
79
|
faqTitle: 'Veelgestelde Vragen',
|
|
79
|
-
bibliographyTitle: 'Bronnen en Referenties',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Rijpheidsstatus',
|
|
82
82
|
nextStageLabel: 'Volgende fase over',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Volg de specifieke aanbevelingen voor conservering en versnelling op basis van de huidige status.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Waarschuwing voor degradatie:</strong> Externe factoren zoals een relatieve vochtigheid boven de 85% of temperaturen boven de 25°C kunnen de degradatie drastisch versnellen, waardoor de banaan in een kwestie van uren van optimaal naar oneetbaar gaat. Deze simulator helpt je deze veranderingen te anticiperen en strategisch te plannen.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnostyka i Konserwacja Bananów: Przewodnik Naukowy";
|
|
4
5
|
const description = "Analizuj stan dojrzałości swoich bananów z naukową precyzją. Poznaj techniki konserwacji, biochemię etylenu i optymalizację składników odżywczych.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnostyka i Konserwacja Bananów: Przewodnik Naukowy',
|
|
77
78
|
description: 'Analizuj stan dojrzałości swoich bananów z naukową precyzją. Poznaj techniki konserwacji, biochemię etylenu i optymalizację składników odżywczych.',
|
|
78
79
|
faqTitle: 'Często Zadawane Pytania',
|
|
79
|
-
bibliographyTitle: 'Źródła i Odniesienia',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Stan Dojrzałości',
|
|
82
82
|
nextStageLabel: 'Kolejny Etap za',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Postępuj zgodnie ze szczegółowymi zaleceniami dotyczącymi konserwacji i przyspieszania w zależności od aktualnego stanu.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Alert degradacji:</strong> Czynniki zewnętrzne, takie jak wilgotność względna powyżej 85% lub temperatury powyżej 25°C, mogą drastycznie przyspieszyć degradację, sprawiając, że banan w ciągu kilku godzin przejdzie ze stanu optymalnego do niejadalnego. Ten symulator pomoże Ci przewidzieć te zmiany i planować strategicznie.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Diagnóstico e Conservação de Bananas: Guia Científico";
|
|
4
5
|
const description = "Analise o estado de maturação das suas bananas com precisão científica. Aprenda técnicas de conservação, bioquímica do etileno e otimização nutricional.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Diagnóstico e Conservação de Bananas: Guia Científico',
|
|
77
78
|
description: 'Analise o estado de maturação das suas bananas com precisão científica. Aprenda técnicas de conservação, bioquímica do etileno e otimização nutricional.',
|
|
78
79
|
faqTitle: 'Perguntas Frequentes',
|
|
79
|
-
bibliographyTitle: 'Fontes e Referências',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Estado de Maturação',
|
|
82
82
|
nextStageLabel: 'Próxima Etapa em',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Siga as recomendações específicas de conservação e aceleração segundo o estado atual.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Alerta de degradação:</strong> Fatores externos como humidade relativa superior a 85% ou temperaturas acima dos 25°C podem acelerar drasticamente a degradação, levando a banana de ótima a comestível em questão de horas. Este simulador ajuda-o a antecipar estas alterações e a planear estrategicamente.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -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
|
ripesnessLabel: 'Стадия зрелости',
|
|
82
82
|
nextStageLabel: 'Следующая стадия через',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Следуйте конкретным рекомендациям по хранению и ускорению созревания в зависимости от текущего состояния.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Предупреждение о порче:</strong> Внешние факторы, такие как относительная влажность выше 85% или температура выше 25°C, могут резко ускорить деградацию, превратив банан из идеального в несъедобный за считанные часы. Этот симулятор поможет вам предвидеть эти изменения и планировать стратегически.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Banandiagnos och Konservering: Vetenskaplig Guide";
|
|
4
5
|
const description = "Analysera mognadsstatusen för dina bananer med vetenskaplig precision. Lär dig konserveringstekniker, biokemin bakom eten och näringsoptimering.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Banandiagnos och Konservering: Vetenskaplig Guide',
|
|
77
78
|
description: 'Analysera mognadsstatusen för dina bananer med vetenskaplig precision. Lär dig konserveringstekniker, biokemin bakom eten och näringsoptimering.',
|
|
78
79
|
faqTitle: 'Vanliga frågor',
|
|
79
|
-
bibliographyTitle: 'Källor och referenser',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Mognadsstatus',
|
|
82
82
|
nextStageLabel: 'Nästa steg om',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Följ specifika rekommendationer för konservering och påskyndning baserat på aktuell status.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Nedbrytningsvarning:</strong> Externa faktorer som en relativ luftfuktighet över 85 % eller temperaturer över 25°C kan påskynda nedbrytningen drastiskt, vilket gör att bananen går från optimal till oätlig på bara några timmar. Denna simulator hjälper dig att förutse dessa förändringar och planera strategiskt.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Muz Olgunluk Teşhisi ve Saklama: Bilimsel Kılavuz";
|
|
4
5
|
const description = "Muzlarınızın olgunluk durumunu bilimsel hassasiyetle analiz edin. Saklama tekniklerini, etilen biyokimyasını ve besin optimizasyonunu öğrenin.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: "Muz Olgunluk Teşhisi ve Saklama: Bilimsel Kılavuz",
|
|
77
78
|
description: "Muzlarınızın olgunluk durumunu bilimsel hassasiyetle analiz edin. Saklama tekniklerini, etilen biyokimyasını ve besin optimizasyonunu öğrenin.",
|
|
78
79
|
faqTitle: "Sıkça Sorulan Sorular",
|
|
79
|
-
bibliographyTitle: "Kaynaklar ve Referanslar",
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: "Olgunluk Durumu",
|
|
82
82
|
nextStageLabel: "Sonraki Aşama",
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: "Mevcut duruma göre özel saklama ve hızlandırma önerilerini takip edin.",
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: "<strong>Bozulma Uyarısı:</strong> %85'in üzerindeki bağıl nem veya 25°C'nin üzerindeki sıcaklıklar gibi dış faktörler bozulmayı dramatik bir şekilde hızlandırarak muzun birkaç saat içinde optimum durumdan yenilemez duruma gelmesine neden olabilir. Bu simülatör, bu değişiklikleri öngörmenize ve stratejik planlama yapmanıza yardımcı olur.",
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|