@jjlmoya/utils-cooking 1.23.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +56 -19
- package/src/tests/i18n-titles.test.ts +5 -17
- package/src/tests/locale_completeness.test.ts +2 -13
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
- package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
- package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
- package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
- package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
- package/src/tool/american-kitchen-converter/seo.astro +11 -4
- package/src/tool/banana-ripeness/bibliography.astro +3 -3
- package/src/tool/banana-ripeness/bibliography.ts +10 -0
- package/src/tool/banana-ripeness/i18n/de.ts +2 -15
- package/src/tool/banana-ripeness/i18n/en.ts +36 -49
- package/src/tool/banana-ripeness/i18n/es.ts +36 -49
- package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
- package/src/tool/banana-ripeness/i18n/id.ts +2 -15
- package/src/tool/banana-ripeness/i18n/it.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
- package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
- package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
- package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
- package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
- package/src/tool/banana-ripeness/seo.astro +10 -3
- package/src/tool/brine/bibliography.astro +3 -3
- package/src/tool/brine/bibliography.ts +6 -0
- package/src/tool/brine/i18n/de.ts +4 -19
- package/src/tool/brine/i18n/en.ts +3 -17
- package/src/tool/brine/i18n/es.ts +4 -19
- package/src/tool/brine/i18n/fr.ts +3 -17
- package/src/tool/brine/i18n/id.ts +4 -19
- package/src/tool/brine/i18n/it.ts +4 -19
- package/src/tool/brine/i18n/ja.ts +4 -19
- package/src/tool/brine/i18n/ko.ts +4 -19
- package/src/tool/brine/i18n/nl.ts +4 -19
- package/src/tool/brine/i18n/pl.ts +4 -19
- package/src/tool/brine/i18n/pt.ts +4 -19
- package/src/tool/brine/i18n/ru.ts +4 -19
- package/src/tool/brine/i18n/sv.ts +4 -19
- package/src/tool/brine/i18n/tr.ts +4 -19
- package/src/tool/brine/i18n/zh.ts +4 -19
- package/src/tool/brine/seo.astro +11 -4
- package/src/tool/cookware-guide/bibliography.astro +2 -2
- package/src/tool/cookware-guide/bibliography.ts +10 -0
- package/src/tool/cookware-guide/cookware-selector.css +470 -19
- package/src/tool/cookware-guide/i18n/de.ts +3 -17
- package/src/tool/cookware-guide/i18n/en.ts +3 -17
- package/src/tool/cookware-guide/i18n/es.ts +3 -17
- package/src/tool/cookware-guide/i18n/fr.ts +3 -17
- package/src/tool/cookware-guide/i18n/id.ts +3 -17
- package/src/tool/cookware-guide/i18n/it.ts +3 -17
- package/src/tool/cookware-guide/i18n/ja.ts +3 -17
- package/src/tool/cookware-guide/i18n/ko.ts +3 -17
- package/src/tool/cookware-guide/i18n/nl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pt.ts +3 -17
- package/src/tool/cookware-guide/i18n/ru.ts +3 -17
- package/src/tool/cookware-guide/i18n/sv.ts +3 -17
- package/src/tool/cookware-guide/i18n/tr.ts +3 -17
- package/src/tool/cookware-guide/i18n/zh.ts +3 -17
- package/src/tool/cookware-guide/seo.astro +11 -4
- package/src/tool/egg-timer/bibliography.astro +3 -11
- package/src/tool/egg-timer/bibliography.ts +10 -0
- package/src/tool/egg-timer/i18n/de.ts +3 -17
- package/src/tool/egg-timer/i18n/en.ts +2 -15
- package/src/tool/egg-timer/i18n/es.ts +127 -141
- package/src/tool/egg-timer/i18n/fr.ts +2 -15
- package/src/tool/egg-timer/i18n/id.ts +4 -18
- package/src/tool/egg-timer/i18n/it.ts +3 -17
- package/src/tool/egg-timer/i18n/ja.ts +3 -17
- package/src/tool/egg-timer/i18n/ko.ts +3 -17
- package/src/tool/egg-timer/i18n/nl.ts +3 -17
- package/src/tool/egg-timer/i18n/pl.ts +3 -17
- package/src/tool/egg-timer/i18n/pt.ts +3 -17
- package/src/tool/egg-timer/i18n/ru.ts +3 -17
- package/src/tool/egg-timer/i18n/sv.ts +3 -17
- package/src/tool/egg-timer/i18n/tr.ts +3 -17
- package/src/tool/egg-timer/i18n/zh.ts +3 -17
- package/src/tool/egg-timer/seo.astro +6 -30
- package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
- package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
- package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
- package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
- package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
- package/src/tool/ingredient-rescaler/recipe-ingredient-scaler-converter-servings.css +290 -17
- package/src/tool/ingredient-rescaler/seo.astro +11 -4
- package/src/tool/kitchen-timer/bibliography.astro +3 -3
- package/src/tool/kitchen-timer/bibliography.ts +10 -0
- package/src/tool/kitchen-timer/i18n/de.ts +3 -13
- package/src/tool/kitchen-timer/i18n/en.ts +6 -22
- package/src/tool/kitchen-timer/i18n/es.ts +6 -22
- package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
- package/src/tool/kitchen-timer/i18n/id.ts +3 -13
- package/src/tool/kitchen-timer/i18n/it.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
- package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
- package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
- package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
- package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
- package/src/tool/kitchen-timer/seo.astro +10 -3
- package/src/tool/meringue-peak/bibliography.astro +3 -3
- package/src/tool/meringue-peak/bibliography.ts +14 -0
- package/src/tool/meringue-peak/i18n/de.ts +3 -13
- package/src/tool/meringue-peak/i18n/en.ts +2 -15
- package/src/tool/meringue-peak/i18n/es.ts +135 -149
- package/src/tool/meringue-peak/i18n/fr.ts +2 -15
- package/src/tool/meringue-peak/i18n/id.ts +3 -13
- package/src/tool/meringue-peak/i18n/it.ts +3 -13
- package/src/tool/meringue-peak/i18n/ja.ts +3 -13
- package/src/tool/meringue-peak/i18n/ko.ts +3 -13
- package/src/tool/meringue-peak/i18n/nl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pt.ts +3 -13
- package/src/tool/meringue-peak/i18n/ru.ts +3 -13
- package/src/tool/meringue-peak/i18n/sv.ts +3 -13
- package/src/tool/meringue-peak/i18n/tr.ts +3 -13
- package/src/tool/meringue-peak/i18n/zh.ts +3 -13
- package/src/tool/meringue-peak/seo.astro +10 -3
- package/src/tool/mold-scaler/bibliography.astro +3 -3
- package/src/tool/mold-scaler/bibliography.ts +10 -0
- package/src/tool/mold-scaler/i18n/de.ts +5 -17
- package/src/tool/mold-scaler/i18n/en.ts +5 -20
- package/src/tool/mold-scaler/i18n/es.ts +5 -20
- package/src/tool/mold-scaler/i18n/fr.ts +5 -20
- package/src/tool/mold-scaler/i18n/id.ts +5 -17
- package/src/tool/mold-scaler/i18n/it.ts +5 -17
- package/src/tool/mold-scaler/i18n/ja.ts +5 -17
- package/src/tool/mold-scaler/i18n/ko.ts +5 -17
- package/src/tool/mold-scaler/i18n/nl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pt.ts +5 -17
- package/src/tool/mold-scaler/i18n/ru.ts +5 -17
- package/src/tool/mold-scaler/i18n/sv.ts +5 -17
- package/src/tool/mold-scaler/i18n/tr.ts +5 -17
- package/src/tool/mold-scaler/i18n/zh.ts +5 -17
- package/src/tool/mold-scaler/seo.astro +10 -3
- package/src/tool/pizza/bibliography.astro +3 -3
- package/src/tool/pizza/bibliography.ts +18 -0
- package/src/tool/pizza/i18n/de.ts +3 -13
- package/src/tool/pizza/i18n/en.ts +58 -75
- package/src/tool/pizza/i18n/es.ts +2 -20
- package/src/tool/pizza/i18n/fr.ts +58 -75
- package/src/tool/pizza/i18n/id.ts +3 -9
- package/src/tool/pizza/i18n/it.ts +3 -13
- package/src/tool/pizza/i18n/ja.ts +3 -9
- package/src/tool/pizza/i18n/ko.ts +3 -9
- package/src/tool/pizza/i18n/nl.ts +3 -9
- package/src/tool/pizza/i18n/pl.ts +3 -9
- package/src/tool/pizza/i18n/pt.ts +3 -9
- package/src/tool/pizza/i18n/ru.ts +28 -34
- package/src/tool/pizza/i18n/sv.ts +3 -9
- package/src/tool/pizza/i18n/tr.ts +3 -9
- package/src/tool/pizza/i18n/zh.ts +3 -9
- package/src/tool/pizza/seo.astro +11 -4
- package/src/tool/roux-guide/bibliography.astro +3 -3
- package/src/tool/roux-guide/bibliography.ts +14 -0
- package/src/tool/roux-guide/i18n/de.ts +3 -9
- package/src/tool/roux-guide/i18n/en.ts +2 -15
- package/src/tool/roux-guide/i18n/es.ts +3 -17
- package/src/tool/roux-guide/i18n/fr.ts +2 -15
- package/src/tool/roux-guide/i18n/id.ts +3 -9
- package/src/tool/roux-guide/i18n/it.ts +3 -9
- package/src/tool/roux-guide/i18n/ja.ts +3 -9
- package/src/tool/roux-guide/i18n/ko.ts +3 -9
- package/src/tool/roux-guide/i18n/nl.ts +3 -9
- package/src/tool/roux-guide/i18n/pl.ts +3 -9
- package/src/tool/roux-guide/i18n/pt.ts +3 -9
- package/src/tool/roux-guide/i18n/ru.ts +3 -9
- package/src/tool/roux-guide/i18n/sv.ts +3 -9
- package/src/tool/roux-guide/i18n/tr.ts +3 -9
- package/src/tool/roux-guide/i18n/zh.ts +3 -9
- package/src/tool/roux-guide/roux-ratio-calculator-thickening-sauce-guide.css +480 -18
- package/src/tool/roux-guide/seo.astro +11 -4
- package/src/tool/sourdough-calculator/bibliography.astro +3 -3
- package/src/tool/sourdough-calculator/bibliography.ts +14 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
- package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
- package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
- package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
- package/src/tool/sourdough-calculator/seo.astro +11 -4
- package/src/tool/yeast-converter/bibliography.astro +6 -0
- package/src/tool/yeast-converter/bibliography.ts +6 -0
- package/src/tool/yeast-converter/component.astro +96 -0
- package/src/tool/yeast-converter/entry.ts +26 -0
- package/src/tool/yeast-converter/i18n/de.ts +235 -0
- package/src/tool/yeast-converter/i18n/en.ts +234 -0
- package/src/tool/yeast-converter/i18n/es.ts +235 -0
- package/src/tool/yeast-converter/i18n/fr.ts +235 -0
- package/src/tool/yeast-converter/i18n/id.ts +235 -0
- package/src/tool/yeast-converter/i18n/it.ts +235 -0
- package/src/tool/yeast-converter/i18n/ja.ts +235 -0
- package/src/tool/yeast-converter/i18n/ko.ts +235 -0
- package/src/tool/yeast-converter/i18n/nl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pt.ts +235 -0
- package/src/tool/yeast-converter/i18n/ru.ts +235 -0
- package/src/tool/yeast-converter/i18n/sv.ts +235 -0
- package/src/tool/yeast-converter/i18n/tr.ts +235 -0
- package/src/tool/yeast-converter/i18n/zh.ts +235 -0
- package/src/tool/yeast-converter/index.ts +11 -0
- package/src/tool/yeast-converter/init.ts +277 -0
- package/src/tool/yeast-converter/seo.astro +15 -0
- package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
- package/src/tools.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Sélecteur d'Ustensiles Connecté Guide de Cuisine";
|
|
4
5
|
const description = "Guide interactif pour choisir la meilleure poêle ou casserole selon votre style de cuisine. Fonte vs Acier Inoxydable vs Téflon. Trouvez votre outil parfait.";
|
|
@@ -75,9 +76,7 @@ export const content: ToolLocaleContent = {
|
|
|
75
76
|
slug: 'selecteur-ustensiles',
|
|
76
77
|
title: 'Sélecteur d\'Ustensiles Connecté Guide de Cuisine',
|
|
77
78
|
description: 'Guide interactif pour choisir la meilleure poêle ou casserole selon votre style de cuisine. Fonte vs Acier Inoxydable vs Téflon. Trouvez votre outil parfait.',
|
|
78
|
-
faqTitle: 'Questions Fréquemment Posées',
|
|
79
|
-
bibliographyTitle: 'Sources et Bibliographie',
|
|
80
|
-
faq: [
|
|
79
|
+
faqTitle: 'Questions Fréquemment Posées', faq: [
|
|
81
80
|
{
|
|
82
81
|
question: 'Quelle est la meilleure poêle pour un usage quotidien ?',
|
|
83
82
|
answer: "Pour la plupart des gens, une poêle en acier inoxydable de haute qualité ou eine fonte bien culottée sont les meilleures options. L'inox est polyvalent et éternel, tandis que la fonte offre un anti-adhésif naturel sans produits chimiques.",
|
|
@@ -99,20 +98,6 @@ export const content: ToolLocaleContent = {
|
|
|
99
98
|
answer: 'Un ensemble de 2-3 poêles de qualité moyenne-haute (inox ou fonte) peut durer plus de 20 ans. Il vaut mieux investir dans une bonne poêle que d\'en acheter 5 bon marché qui durent 2 ans. La qualité avant la quantité.',
|
|
100
99
|
},
|
|
101
100
|
],
|
|
102
|
-
bibliography: [
|
|
103
|
-
{
|
|
104
|
-
name: 'The Flavor Bible - Association et Progrès en Cuisine',
|
|
105
|
-
url: 'https://www.flavorprints.com/',
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: 'On Food and Cooking - Harold McGee (La Science de la Cuisine)',
|
|
109
|
-
url: 'https://www.foodscience.org/',
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
113
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
114
|
-
},
|
|
115
|
-
],
|
|
116
101
|
howTo: [
|
|
117
102
|
{
|
|
118
103
|
name: 'Sélectionnez votre style de cuisine',
|
|
@@ -230,5 +215,6 @@ export const content: ToolLocaleContent = {
|
|
|
230
215
|
enamelCon: 'Très chère. Émail fragile aux chocs violents.',
|
|
231
216
|
enamelTip: 'Parfait pour les braisés sans fin. L\'émail supporte les acides (tomate) sans problème.',
|
|
232
217
|
},
|
|
218
|
+
bibliography,
|
|
233
219
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
234
220
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Pemilih Wajan Pintar: Panduan Peralatan Masak";
|
|
4
5
|
const description = "Panduan interaktif untuk memilih wajan atau panci terbaik sesuai gaya memasak Anda. Besi vs Baja vs Teflon. Temukan alat masak yang sempurna.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Pemilih Wajan Pintar: Panduan Peralatan Masak',
|
|
77
78
|
description: 'Panduan interaktif untuk memilih wajan atau panci terbaik sesuai gaya memasak Anda. Besi vs Baja vs Teflon. Temukan alat masak yang sempurna.',
|
|
78
79
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografi',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Sangat mahal. Lapisan enamel rapuh terhadap benturan keras.',
|
|
197
182
|
enamelTip: 'Sangat cocok untuk semur yang lama. Lapisan enamel memungkinkan memasak bahan asam (tomat) tanpa masalah.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Selettore di Padelle Intelligente: Guida agli Utensili da Cucina";
|
|
4
5
|
const description = "Guida interattiva per scegliere la migliore padella o pentola in base al tuo stile di cucina. Ferro vs Acciaio vs Teflon. Trova il tuo strumento perfetto.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Selettore di Padelle Intelligente: Guida agli Utensili da Cucina',
|
|
77
78
|
description: 'Guida interattiva per scegliere la migliore padella o pentola in base al tuo stile di cucina. Ferro vs Acciaio vs Teflon. Trova il tuo strumento perfetto.',
|
|
78
79
|
faqTitle: 'Domande Frequenti',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografia',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Molto cara. Smalto fragile agli urti secchi.',
|
|
197
182
|
enamelTip: 'Perfetta per stufati interminabili. Lo smalto permette di cucinare acidi (pomodoro) senza problemi.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -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 = "あなたの料理スタイルに合わせて最適なフライパンや鍋を選ぶためのインタラクティブガイド。鋳鉄 vs ステンレス vs テフロン。理想の道具を見つけましょう。";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'スマート・フライパン・セレクター:調理器具ガイド',
|
|
77
78
|
description: 'あなたの料理スタイルに合わせて最適なフライパンや鍋を選ぶためのインタラクティブガイド。鋳鉄 vs ステンレス vs テフロン。理想の道具を見つけましょう。',
|
|
78
79
|
faqTitle: 'よくある質問',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: '参考文献',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee (料理の科学)',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: '高価。ホーロー層は衝撃に弱い。',
|
|
197
182
|
enamelTip: '長時間の煮込み料理に完璧。ホーロー加工により酸性食材(トマト)も問題なく調理できます。',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -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 = "요리 스타일에 맞춰 가장 적합한 팬이나 냄비를 선택하기 위한 인터랙티브 가이드. 주물 vs 스테인리스 vs 테플론. 나에게 완벽한 도구를 찾아보세요.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: '스마트 프라이팬 선택기: 조리 도구 가이드',
|
|
77
78
|
description: '요리 스타일에 맞춰 가장 적합한 팬이나 냄비를 선택하기 위한 인터랙티브 가이드. 주물 vs 스테인리스 vs 테플론. 나에게 완벽한 도구를 찾아보세요.',
|
|
78
79
|
faqTitle: '자주 묻는 질문',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: '참고 문헌',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: '가격이 매우 높음. 에나멜 코팅은 충격에 취약함.',
|
|
197
182
|
enamelTip: '장시간 끓이는 요리에 완벽합니다. 에나멜 코팅 덕분에 산성 재료(토마토) 요리도 문제없습니다.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Intelligente Pannenselector: Gids voor Kookgerei";
|
|
4
5
|
const description = "Interactieve gids voor het kiezen van de beste pan of pot op basis van uw kookstijl. Gietijzer vs Staal vs Teflon. Vind uw perfecte gereedschap.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Intelligente Pannenselector: Gids voor Kookgerei',
|
|
77
78
|
description: 'Interactieve gids voor het kiezen van de beste pan of pot op basis van uw kookstijl. Gietijzer vs Staal vs Teflon. Vind uw perfecte gereedschap.',
|
|
78
79
|
faqTitle: 'Veelgestelde Vragen',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografie',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Heel duur. Emaille is kwetsbaar voor stoten.',
|
|
197
182
|
enamelTip: 'Perfect voor eindeloze stoofschotels. De emaille laag maakt koken met zuren (tomaat) probleemloos.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Inteligentny Dobór Patelni: Przewodnik po Naczyniach Kuchennych";
|
|
4
5
|
const description = "Interaktywny przewodnik pomagający wybrać najlepszą patelnię lub garnek zależnie od stylu gotowania. Żeliwo vs Stal vs Teflon. Znajdź swoje idealne narzędzie.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Inteligentny Dobór Patelni: Przewodnik po Naczyniach Kuchennych',
|
|
77
78
|
description: 'Interaktywny przewodnik pomagający wybrać najlepszą patelnię lub garnek zależnie od stylu gotowania. Żeliwo vs Stal vs Teflon. Znajdź swoje idealne narzędzie.',
|
|
78
79
|
faqTitle: 'Często Zadawane Pytania',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografia',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Bardzo droga. Emalia wrażliwa na uderzenia punktowe.',
|
|
197
182
|
enamelTip: 'Idealna do długich gulaszy. Emalia pozwala na gotowanie kwasów (pomidorów) bez problemów.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Seletor de Frigideiras Inteligente: Guia de Utensílios de Cozinha";
|
|
4
5
|
const description = "Guia interativo para escolher a melhor frigideira ou panela de acordo com o seu estilo de cozinha. Ferro vs Aço vs Teflon. Encontre a ferramenta perfeita.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Seletor de Frigideiras Inteligente: Guia de Utensílios de Cozinha',
|
|
77
78
|
description: 'Guia interativo para escolher a melhor frigideira ou panela de acordo com o seu estilo de cozinha. Ferro vs Aço vs Teflon. Encontre a ferramenta perfeita.',
|
|
78
79
|
faqTitle: 'Perguntas Frequentes',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografia',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Muito cara. Esmalte frágil a impactos secos.',
|
|
197
182
|
enamelTip: 'Perfeita para guisados intermináveis. O esmalte permite cozinhar ácidos (tomate) sem problemas.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -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,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Умный выбор сковород: Гид по кухонной утвари',
|
|
77
78
|
description: 'Интерактивное руководство по выбору лучшей сковороды или кастрюли в зависимости от вашего стиля кулинарии. Чугун против Стали против Тефлона. Найдите свой идеальный инструмент.',
|
|
78
79
|
faqTitle: 'Часто задаваемые вопросы',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Библиография',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Очень дорогая. Эмаль боится сильных ударов.',
|
|
197
182
|
enamelTip: 'Идеальна для долгих рагу. Эмаль позволяет готовить кислые блюда (томаты) без проблем.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Smart Pannväljare: Guide för Köksredskap";
|
|
4
5
|
const description = "Interaktiv guide för att välja den bästa pannan eller grytan baserat på din matlagningsstil. Gjutjärn vs Stål vs Teflon. Hitta ditt perfekta verktyg.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Smart Pannväljare: Guide för Köksredskap',
|
|
77
78
|
description: 'Interaktiv guide för att välja den bästa pannan eller grytan baserat på din matlagningsstil. Gjutjärn vs Stål vs Teflon. Hitta ditt perfekta verktyg.',
|
|
78
79
|
faqTitle: 'Vanliga Frågor',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Bibliografi',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Väldigt dyr. Emaljen är känslig för slag.',
|
|
197
182
|
enamelTip: 'Perfekt för oändliga grytor. Emaljen tillåter tillagning med syror (tomat) utan problem.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Akıllı Tencere Seçici: Mutfak Gereçleri Rehberi";
|
|
4
5
|
const description = "Pişirme tarzınıza göre en iyi tava veya tencereyi seçmeniz için etkileşimli rehber. Döküm vs Çelik vs Teflon. Mükemmel aracınızı bulun.";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Akıllı Tencere Seçici: Mutfak Gereçleri Rehberi',
|
|
77
78
|
description: 'Pişirme tarzınıza göre en iyi tava veya tencereyi seçmeniz için etkileşimli rehber. Döküm vs Çelik vs Teflon. Mükemmel aracınızı bulun.',
|
|
78
79
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: 'Kaynakça',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: 'Çok pahalıdır. Emaye sert darbelere karşı kırılgandır.',
|
|
197
182
|
enamelTip: 'Bitmek bilmeyen tencere yemekleri için mükemmeldir. Emaye sayesinde asidik (domates) gıdalar sorunsuz pişirilir.',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -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 = "根据您的烹饪风格选择最佳锅具的互动指南。铸铁 vs 不锈钢 vs 特氟龙。找到您完美的烹饪工具。";
|
|
@@ -76,23 +77,7 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: '智能锅具选择器:炊具指南',
|
|
77
78
|
description: '根据您的烹饪风格选择最佳锅具的互动指南。铸铁 vs 不锈钢 vs 特氟龙。找到您完美的烹饪工具。',
|
|
78
79
|
faqTitle: '常见问题',
|
|
79
|
-
faq,
|
|
80
|
-
bibliographyTitle: '参考文献',
|
|
81
|
-
bibliography: [
|
|
82
|
-
{
|
|
83
|
-
name: 'The Flavor Bible - Pairing, and Progress in Food',
|
|
84
|
-
url: 'https://www.flavorprints.com/',
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
name: 'On Food and Cooking - Harold McGee (食物与烹饪)',
|
|
88
|
-
url: 'https://www.foodscience.org/',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Salt Fat Acid Heat - Samin Nosrat',
|
|
92
|
-
url: 'https://www.saltfatacidheat.com/',
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
howTo,
|
|
80
|
+
faq, howTo,
|
|
96
81
|
seo: [
|
|
97
82
|
{
|
|
98
83
|
type: 'title',
|
|
@@ -196,5 +181,6 @@ export const content: ToolLocaleContent = {
|
|
|
196
181
|
enamelCon: '价格昂贵。珐琅层较脆,怕猛烈磕碰。',
|
|
197
182
|
enamelTip: '完美适于长时间炖煮。珐琅层可让您无忧烹饪酸性食物(如番茄)。',
|
|
198
183
|
},
|
|
184
|
+
bibliography,
|
|
199
185
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
200
186
|
};
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { SEORenderer } from
|
|
3
|
-
import {
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { COOKWARE_GUIDE_TOOL } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
interface Props {
|
|
7
|
+
locale?: KnownLocale;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const { locale = 'es' } = Astro.props;
|
|
11
|
+
const content = await COOKWARE_GUIDE_TOOL.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
6
13
|
---
|
|
7
14
|
|
|
8
|
-
<SEORenderer content={{ sections: content.seo
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { Bibliography } from
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from "../../types";
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = "es" } = Astro.props;
|
|
11
|
-
const content = await eggTimer.i18n[locale]?.();
|
|
2
|
+
import { Bibliography as BibliographyComponent } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<BibliographyComponent links={bibliography} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const bibliography = [
|
|
2
|
+
{
|
|
3
|
+
name: "The Science of Boiling an Egg - Charles D. H. Williams",
|
|
4
|
+
url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: "The Food Lab: The Science of the Best Hard Boiled Eggs - J. Kenji López-Alt",
|
|
8
|
+
url: "https://www.seriouseats.com/the-secrets-to-peeling-hard-boiled-eggs",
|
|
9
|
+
}
|
|
10
|
+
];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Wissenschaftliche Eieruhr";
|
|
4
5
|
const description = "Thermodynamischer Rechner für das perfekte Kochen von Eiern unter Berücksichtigung von Höhenlage, Temperatur und Größe.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: "Wissenschaftliche Eieruhr",
|
|
77
78
|
description: "Thermodynamischer Rechner für das perfekte Kochen von Eiern unter Berücksichtigung von Höhenlage, Temperatur und Größe.",
|
|
78
79
|
faqTitle: "Häufig gestellte Fragen",
|
|
79
|
-
bibliographyTitle: "Wissenschaftliche Referenzen",
|
|
80
80
|
ui: {
|
|
81
81
|
parameters: "Parameter",
|
|
82
82
|
initial_temperature: "Ausgangstemperatur",
|
|
@@ -94,22 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
94
94
|
hard_cooked: "Hartgekocht",
|
|
95
95
|
hard_description: "Vollständig gegart, Eigelb fest.",
|
|
96
96
|
},
|
|
97
|
-
faq,
|
|
98
|
-
bibliography: [
|
|
99
|
-
{
|
|
100
|
-
name: "The Science of Boiling an Egg - Charles D. H. Williams",
|
|
101
|
-
url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
name: "The Food Lab: The Science of the Best Hard Boiled Eggs - J. Kenji López-Alt",
|
|
105
|
-
url: "https://www.seriouseats.com/the-food-lab-hard-boiled-eggs-recipe",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: "The Food Lab: Perfect Soft Boiled Eggs",
|
|
109
|
-
url: "https://www.seriouseats.com/soft-boiled-eggs-recipe",
|
|
110
|
-
},
|
|
111
|
-
],
|
|
112
|
-
howTo,
|
|
97
|
+
faq, howTo,
|
|
113
98
|
seo: [
|
|
114
99
|
{
|
|
115
100
|
type: 'title',
|
|
@@ -248,5 +233,6 @@ export const content: ToolLocaleContent = {
|
|
|
248
233
|
html: 'Unsere Eieruhr nutzt die Charles-Williams-Gleichung, um jede Sekunde an Ihren exakten Standort und den Zustand Ihres Kühlschranks anzupassen.',
|
|
249
234
|
},
|
|
250
235
|
],
|
|
236
|
+
bibliography,
|
|
251
237
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
252
238
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Precision Scientific Egg Timer and Altitude Calculator";
|
|
4
5
|
const description = "Master the thermodynamics of the perfect egg. Calculate exact boiling times based on your altitude, egg size, and initial temperature.";
|
|
@@ -139,21 +140,6 @@ export const content: ToolLocaleContent = {
|
|
|
139
140
|
text: "When the timer ends, immediately move the egg to ice-cold water. This 'thermal shock' stops residual cooking and ensures easy peeling.",
|
|
140
141
|
},
|
|
141
142
|
],
|
|
142
|
-
bibliographyTitle: "Scientific Sources & Thermodynamics",
|
|
143
|
-
bibliography: [
|
|
144
|
-
{
|
|
145
|
-
name: "Charles D. H. Williams - The Physics of Boiling an Egg",
|
|
146
|
-
url: "https://newton.ex.ac.uk/teaching/CDHW/Egg/",
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
name: "The Food Lab: The Science of Hard Boiled Eggs",
|
|
150
|
-
url: "https://www.seriouseats.com/the-food-lab-hard-boiled-eggs-recipe",
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: "Exploratorium - Egg Science and Protein Denaturation",
|
|
154
|
-
url: "https://www.exploratorium.edu/explore/cooking/egg-science",
|
|
155
|
-
},
|
|
156
|
-
],
|
|
157
143
|
seo: [
|
|
158
144
|
{
|
|
159
145
|
type: "title",
|
|
@@ -301,5 +287,6 @@ export const content: ToolLocaleContent = {
|
|
|
301
287
|
html: "Our calculator utilizes the Charles Williams equation to calibrate every second based on your location and fridge temperature.",
|
|
302
288
|
},
|
|
303
289
|
],
|
|
290
|
+
bibliography,
|
|
304
291
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
305
292
|
};
|