@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 = 'Калькулятор масштабирования ингредиентов и рецептов';
|
|
4
5
|
const description = 'Автоматически изменяйте масштаб рецептов в зависимости от количества порций. Рассчитывайте точное количество ингредиентов без лишних сложностей.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Яйца',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Часто задаваемые вопросы',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Библиография',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Техники научного масштабирования',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Наш инструмент упрощает математику, чтобы вы могли направить энергию на то, что действительно важно: творчество и вкус.',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
228
|
+
bibliography,
|
|
243
229
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
230
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Ingrediensomvandlare Receptjustering';
|
|
4
5
|
const description = 'Skala recept automatiskt efter antal portioner. Beräkna exakta mängder ingredienser genom att multiplicera eller minska ditt recept utan krångel.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Ägg',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Vanliga Frågor',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografi',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Vetenskapliga skalningstekniker',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Vårt verktyg förenklar matematiken så att du kan ägna din energi åt det som verkligen betyder något: kreativitet och smak.',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
228
|
+
bibliography,
|
|
243
229
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
230
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Malzeme Ölçekleyici Tarif Ayarlama';
|
|
4
5
|
const description = 'Tarifleri porsiyon sayısına göre otomatik olarak ölçeklendirin. Tarifinizi çarparak veya azaltarak malzeme miktarlarını karmaşa olmadan hesaplayın.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Yumurta',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Kaynakça',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Bilimsel ölçeklendirme teknikleri',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Aracımız matematiği basitleştirir, böylece enerjinizi asıl önemli olan şeye ayırabilirsiniz: yaratıcılık ve lezzet.',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
228
|
+
bibliography,
|
|
243
229
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
230
|
};
|
|
@@ -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 = '根据份量自动缩放食谱。通过乘算或减算快速计算精确的食材用量,无需复杂换算。';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 个鸡蛋',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: '常见问题',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: '参考资料',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking (食物与烹饪科学)',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - 科学缩放技术',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: '本工具简化了数学运算,让你能百分之百投入到最重要的事:创意与风味。',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
228
|
+
bibliography,
|
|
243
229
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
230
|
};
|
|
@@ -1,20 +1,293 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
--ir-primary: hsl(220deg, 90%, 56%);
|
|
3
|
+
--ir-primary-light: hsl(220deg, 90%, 92%);
|
|
4
|
+
--ir-bg-card: hsl(0deg, 0%, 100%);
|
|
5
|
+
--ir-bg-app: hsl(210deg, 20%, 98%);
|
|
6
|
+
--ir-border: hsl(210deg, 20%, 90%);
|
|
7
|
+
--ir-text-main: hsl(210deg, 30%, 20%);
|
|
8
|
+
--ir-text-muted: hsl(210deg, 15%, 50%);
|
|
9
|
+
--ir-shadow-lg: 0 10px 15px -3px rgb(0, 0, 0, 0.1);
|
|
10
|
+
--ir-radius: 1rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.theme-dark {
|
|
14
|
+
--ir-bg-card: hsl(220deg, 25%, 12%);
|
|
15
|
+
--ir-bg-app: hsl(220deg, 30%, 7%);
|
|
16
|
+
--ir-border: hsl(220deg, 20%, 20%);
|
|
17
|
+
--ir-text-main: hsl(210deg, 20%, 95%);
|
|
18
|
+
--ir-text-muted: hsl(210deg, 15%, 70%);
|
|
19
|
+
--ir-primary-light: hsl(220deg, 90%, 12%);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ingredient-rescaler-container {
|
|
23
|
+
max-width: 100%;
|
|
24
|
+
padding: 1.5rem;
|
|
25
|
+
background: var(--ir-bg-card);
|
|
26
|
+
border: 1px solid var(--ir-border);
|
|
27
|
+
border-radius: var(--ir-radius);
|
|
28
|
+
box-shadow: var(--ir-shadow-lg);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ir-grid {
|
|
32
|
+
display: grid;
|
|
33
|
+
grid-template-columns: 1fr;
|
|
34
|
+
gap: 2rem;
|
|
35
|
+
margin-bottom: 2rem;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (min-width: 768px) {
|
|
39
|
+
.ir-grid {
|
|
40
|
+
grid-template-columns: 1fr 1fr;
|
|
11
41
|
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ir-section {
|
|
45
|
+
background: var(--ir-bg-app);
|
|
46
|
+
padding: 1.5rem;
|
|
47
|
+
border-radius: 1.25rem;
|
|
48
|
+
border: 1px solid var(--ir-border);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.ir-section-primary {
|
|
52
|
+
background: var(--ir-bg-card);
|
|
53
|
+
border: 2px solid var(--ir-primary);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.ir-section-title {
|
|
57
|
+
font-size: 1.125rem;
|
|
58
|
+
font-weight: 700;
|
|
59
|
+
color: var(--ir-text-main);
|
|
60
|
+
margin-bottom: 1rem;
|
|
61
|
+
display: flex;
|
|
62
|
+
align-items: center;
|
|
63
|
+
gap: 0.5rem;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.ir-section-primary .ir-section-title {
|
|
67
|
+
color: var(--ir-primary);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ir-fields {
|
|
71
|
+
display: grid;
|
|
72
|
+
grid-template-columns: 1fr 1fr;
|
|
73
|
+
gap: 1rem;
|
|
74
|
+
margin-bottom: 1.5rem;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ir-field {
|
|
78
|
+
display: flex;
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
gap: 0.5rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.ir-label {
|
|
84
|
+
font-size: 0.75rem;
|
|
85
|
+
font-weight: 700;
|
|
86
|
+
color: var(--ir-text-muted);
|
|
87
|
+
text-transform: uppercase;
|
|
88
|
+
letter-spacing: 0.05em;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.ir-input {
|
|
92
|
+
width: 100%;
|
|
93
|
+
padding: 0.75rem 1rem;
|
|
94
|
+
border-radius: 0.75rem;
|
|
95
|
+
border: 1px solid var(--ir-border);
|
|
96
|
+
background: var(--ir-bg-card);
|
|
97
|
+
color: var(--ir-text-main);
|
|
98
|
+
font-weight: 600;
|
|
99
|
+
font-size: 1.125rem;
|
|
100
|
+
text-align: center;
|
|
101
|
+
transition: all 0.3s ease;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ir-input:focus {
|
|
105
|
+
outline: none;
|
|
106
|
+
border-color: var(--ir-primary);
|
|
107
|
+
box-shadow: 0 0 0 3px hsl(220deg, 90%, 56%, 0.1);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.ir-factor-display {
|
|
111
|
+
margin-top: 1rem;
|
|
112
|
+
padding: 1rem;
|
|
113
|
+
background: var(--ir-primary-light);
|
|
114
|
+
border-radius: 0.75rem;
|
|
115
|
+
border: 1px solid var(--ir-primary);
|
|
116
|
+
display: flex;
|
|
117
|
+
justify-content: space-between;
|
|
118
|
+
align-items: center;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.ir-factor-label {
|
|
122
|
+
font-size: 0.875rem;
|
|
123
|
+
font-weight: 600;
|
|
124
|
+
color: var(--ir-text-muted);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.ir-factor-value {
|
|
128
|
+
font-size: 2rem;
|
|
129
|
+
font-weight: 800;
|
|
130
|
+
color: var(--ir-primary);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.ir-textarea-container {
|
|
134
|
+
display: flex;
|
|
135
|
+
flex-direction: column;
|
|
136
|
+
height: 100%;
|
|
137
|
+
gap: 0.5rem;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ir-textarea {
|
|
141
|
+
width: 100%;
|
|
142
|
+
flex: 1;
|
|
143
|
+
min-height: 200px;
|
|
144
|
+
padding: 1rem;
|
|
145
|
+
border-radius: 0.75rem;
|
|
146
|
+
border: 1px solid var(--ir-border);
|
|
147
|
+
background: var(--ir-bg-card);
|
|
148
|
+
color: var(--ir-text-main);
|
|
149
|
+
font-size: 0.875rem;
|
|
150
|
+
resize: none;
|
|
151
|
+
line-height: 1.6;
|
|
152
|
+
transition: all 0.3s ease;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.ir-textarea:focus {
|
|
156
|
+
outline: none;
|
|
157
|
+
border-color: var(--ir-primary);
|
|
158
|
+
box-shadow: 0 0 0 3px hsl(220deg, 90%, 56%, 0.1);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.ir-textarea::placeholder {
|
|
162
|
+
color: hsl(210deg, 15%, 75%);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.ir-results-card {
|
|
166
|
+
background: var(--ir-text-main);
|
|
167
|
+
border-radius: 1.25rem;
|
|
168
|
+
border: 1px solid var(--ir-border);
|
|
169
|
+
overflow: hidden;
|
|
170
|
+
box-shadow: var(--ir-shadow-lg);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.ir-results-header {
|
|
174
|
+
padding: 1rem 1.5rem;
|
|
175
|
+
background: hsl(210deg, 30%, 15%);
|
|
176
|
+
border-bottom: 1px solid hsl(210deg, 30%, 25%);
|
|
177
|
+
display: flex;
|
|
178
|
+
justify-content: space-between;
|
|
179
|
+
align-items: center;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.theme-dark .ir-results-header {
|
|
183
|
+
background: hsl(220deg, 25%, 8%);
|
|
184
|
+
border-bottom-color: hsl(220deg, 25%, 20%);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.ir-results-title {
|
|
188
|
+
color: var(--ir-bg-card);
|
|
189
|
+
font-weight: 700;
|
|
190
|
+
display: flex;
|
|
191
|
+
align-items: center;
|
|
192
|
+
gap: 0.5rem;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.theme-dark .ir-results-title {
|
|
196
|
+
color: var(--ir-text-main);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.ir-copy-btn {
|
|
200
|
+
font-size: 0.75rem;
|
|
201
|
+
background: hsl(210deg, 30%, 35%);
|
|
202
|
+
color: var(--ir-bg-card);
|
|
203
|
+
padding: 0.5rem 1rem;
|
|
204
|
+
border-radius: 0.5rem;
|
|
205
|
+
border: none;
|
|
206
|
+
cursor: pointer;
|
|
207
|
+
transition: all 0.3s ease;
|
|
208
|
+
font-weight: 600;
|
|
209
|
+
display: flex;
|
|
210
|
+
align-items: center;
|
|
211
|
+
gap: 0.5rem;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.theme-dark .ir-copy-btn {
|
|
215
|
+
background: hsl(220deg, 25%, 30%);
|
|
216
|
+
color: var(--ir-text-main);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.ir-copy-btn:hover {
|
|
220
|
+
background: hsl(210deg, 30%, 45%);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.theme-dark .ir-copy-btn:hover {
|
|
224
|
+
background: hsl(220deg, 25%, 40%);
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.ir-copy-btn.ir-copied {
|
|
228
|
+
background: hsl(142deg, 72%, 45%);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.ir-results-container {
|
|
232
|
+
padding: 2rem;
|
|
233
|
+
font-size: 1rem;
|
|
234
|
+
display: flex;
|
|
235
|
+
flex-direction: column;
|
|
236
|
+
gap: 0.75rem;
|
|
237
|
+
min-height: 200px;
|
|
238
|
+
background: var(--ir-bg-card);
|
|
239
|
+
color: var(--ir-text-main);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.ir-empty-state {
|
|
243
|
+
height: 100%;
|
|
244
|
+
display: flex;
|
|
245
|
+
flex-direction: column;
|
|
246
|
+
align-items: center;
|
|
247
|
+
justify-content: center;
|
|
248
|
+
gap: 1rem;
|
|
249
|
+
opacity: 0.5;
|
|
250
|
+
color: var(--ir-text-muted);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.ir-empty-icon {
|
|
254
|
+
width: 3rem;
|
|
255
|
+
height: 3rem;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.ir-result-row {
|
|
259
|
+
display: flex;
|
|
260
|
+
justify-content: space-between;
|
|
261
|
+
align-items: center;
|
|
262
|
+
background: var(--ir-bg-app);
|
|
263
|
+
padding: 0.75rem;
|
|
264
|
+
border-radius: 0.5rem;
|
|
265
|
+
border-left: 4px solid transparent;
|
|
266
|
+
transition: all 0.3s ease;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.ir-result-row:hover {
|
|
270
|
+
background: var(--ir-primary-light);
|
|
271
|
+
border-left-color: var(--ir-primary);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.ir-original-amount {
|
|
275
|
+
color: hsl(210deg, 15%, 75%);
|
|
276
|
+
font-size: 0.75rem;
|
|
277
|
+
text-decoration: line-through;
|
|
278
|
+
opacity: 0.75;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.ir-new-value {
|
|
282
|
+
color: var(--ir-primary);
|
|
283
|
+
font-weight: 800;
|
|
284
|
+
font-size: 1.125rem;
|
|
285
|
+
}
|
|
12
286
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
287
|
+
.ir-no-amount-row {
|
|
288
|
+
color: var(--ir-text-muted);
|
|
289
|
+
font-style: italic;
|
|
290
|
+
font-size: 0.875rem;
|
|
291
|
+
padding: 0.5rem;
|
|
292
|
+
background: transparent;
|
|
293
|
+
}
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { SEORenderer } from
|
|
3
|
-
import {
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { INGREDIENT_RESCALER_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 INGREDIENT_RESCALER_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,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { Bibliography } from
|
|
3
|
-
import {
|
|
2
|
+
import { Bibliography as BibliographyComponent } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
<
|
|
6
|
+
<BibliographyComponent links={bibliography} />
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Multi Küchen Timer";
|
|
4
5
|
const description = "Verwalten Sie mehrere Garzeiten gleichzeitig. Unabhängige Alarme, ideal für Köche und die Organisation in der Küche (Mise en Place).";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Multi Küchen Timer',
|
|
77
78
|
description: 'Verwalten Sie mehrere Garzeiten gleichzeitig. Unabhängige Alarme, ideal für Köche und die Organisation in der Küche (Mise en Place).',
|
|
78
79
|
faqTitle: 'Häufig gestellte Fragen',
|
|
79
|
-
bibliographyTitle: 'Referenzen',
|
|
80
80
|
ui: {
|
|
81
81
|
addTimer: 'Timer hinzufügen',
|
|
82
82
|
stopAll: 'Alle stoppen',
|
|
@@ -101,18 +101,7 @@ export const content: ToolLocaleContent = {
|
|
|
101
101
|
statusFinished: 'ZEIT UM!',
|
|
102
102
|
finishNotification: 'Timer beendet für',
|
|
103
103
|
},
|
|
104
|
-
faq,
|
|
105
|
-
bibliography: [
|
|
106
|
-
{
|
|
107
|
-
name: 'Lebensmittelsicherheit: USDA Guidelines',
|
|
108
|
-
url: 'https://www.fsis.usda.gov/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Mise en Place - Die Profiküche',
|
|
112
|
-
url: 'https://www.escoffier.edu/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
104
|
+
faq, howTo,
|
|
116
105
|
seo: [
|
|
117
106
|
{
|
|
118
107
|
type: 'title',
|
|
@@ -170,5 +159,6 @@ export const content: ToolLocaleContent = {
|
|
|
170
159
|
html: '<strong>Profi-Tipp:</strong> Zeitpräzision unterscheidet den Küchenchef vom Hobbykoch. Verlassen Sie sich nicht nur auf Ihr Gefühl, sondern nutzen Sie die Technik für konstante Ergebnisse.',
|
|
171
160
|
},
|
|
172
161
|
],
|
|
162
|
+
bibliography,
|
|
173
163
|
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
174
164
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Multiple Kitchen Timer";
|
|
4
5
|
const description = "Manage multiple cooking times simultaneously. Independent alarms, ideal for chefs and kitchen organization (Mise en Place).";
|
|
@@ -80,10 +81,7 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Multiple Kitchen Timer',
|
|
81
82
|
description:
|
|
82
83
|
'Manage multiple cooking times simultaneously. Independent alarms, ideal for chefs and kitchen organization (Mise en Place).',
|
|
83
|
-
faqTitle: 'Frequently Asked Questions',
|
|
84
|
-
bibliographyTitle: 'References',
|
|
85
|
-
|
|
86
|
-
ui: {
|
|
84
|
+
faqTitle: 'Frequently Asked Questions', ui: {
|
|
87
85
|
addTimer: 'Add Timer',
|
|
88
86
|
stopAll: 'Stop All',
|
|
89
87
|
defaultName: 'Timer',
|
|
@@ -129,20 +127,7 @@ export const content: ToolLocaleContent = {
|
|
|
129
127
|
answer:
|
|
130
128
|
'Between 5°C and 65°C bacteria multiply rapidly. Cooked foods shouldn\'t stay in this range more than 2 hours (1 hour if temperature exceeds 30°C). Use a timer to monitor cooling before refrigerating.',
|
|
131
129
|
},
|
|
132
|
-
],
|
|
133
|
-
|
|
134
|
-
bibliography: [
|
|
135
|
-
{
|
|
136
|
-
name: 'Food Safety: USDA Guidelines',
|
|
137
|
-
url: 'https://www.fsis.usda.gov/',
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
name: 'Mise en Place - Professional Cooking',
|
|
141
|
-
url: 'https://www.escoffier.edu/',
|
|
142
|
-
},
|
|
143
|
-
],
|
|
144
|
-
|
|
145
|
-
howTo: [
|
|
130
|
+
], howTo: [
|
|
146
131
|
{
|
|
147
132
|
name: 'Create multiple timers',
|
|
148
133
|
text: 'Use the \'+\' button to add as many timers as you need. Perfect for orchestrating multiple dishes simultaneously.',
|
|
@@ -160,8 +145,7 @@ export const content: ToolLocaleContent = {
|
|
|
160
145
|
text: 'Authorize notifications so the browser alerts you when time\'s up, even if you switch tabs.',
|
|
161
146
|
},
|
|
162
147
|
],
|
|
163
|
-
|
|
164
|
-
seo: [
|
|
148
|
+
seo: [
|
|
165
149
|
{
|
|
166
150
|
type: 'title',
|
|
167
151
|
text: 'Temporal Mastery in the Kitchen',
|
|
@@ -223,6 +207,6 @@ export const content: ToolLocaleContent = {
|
|
|
223
207
|
html: '<strong>Professional tip:</strong> Time precision is what separates a chef from a home cook. Invest in a good timer and use it always. Experience tells you when something "looks ready", but time guarantees consistency.',
|
|
224
208
|
},
|
|
225
209
|
],
|
|
226
|
-
|
|
227
|
-
|
|
210
|
+
bibliography,
|
|
211
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
228
212
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Temporizador de Cocina Múltiple";
|
|
4
5
|
const description = "Gestiona múltiples tiempos de cocción simultáneamente. Alarmas independientes, ideal para chefs y organización en la cocina (Mise en Place).";
|
|
@@ -80,10 +81,7 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Temporizador de Cocina Múltiple',
|
|
81
82
|
description:
|
|
82
83
|
'Gestiona múltiples tiempos de cocción simultáneamente. Alarmas independientes, ideal para chefs y organización en la cocina (Mise en Place).',
|
|
83
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
84
|
-
bibliographyTitle: 'Referencias',
|
|
85
|
-
|
|
86
|
-
ui: {
|
|
84
|
+
faqTitle: 'Preguntas Frecuentes', ui: {
|
|
87
85
|
addTimer: 'Añadir Temporizador',
|
|
88
86
|
stopAll: 'Detener Todas',
|
|
89
87
|
defaultName: 'Temporizador',
|
|
@@ -129,20 +127,7 @@ export const content: ToolLocaleContent = {
|
|
|
129
127
|
answer:
|
|
130
128
|
'Entre 5°C y 65°C las bacterias se multiplican rápidamente. Los alimentos cocinados no deben estar en esta zona más de 2 horas (1 hora si hace >30°C). Usa un temporizador para controlar el enfriamiento antes de refrigerar.',
|
|
131
129
|
},
|
|
132
|
-
],
|
|
133
|
-
|
|
134
|
-
bibliography: [
|
|
135
|
-
{
|
|
136
|
-
name: 'Seguridad Alimentaria: USDA Guidelines',
|
|
137
|
-
url: 'https://www.fsis.usda.gov/',
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
name: 'Mise en Place - La Cocina Profesional',
|
|
141
|
-
url: 'https://www.escoffier.edu/',
|
|
142
|
-
},
|
|
143
|
-
],
|
|
144
|
-
|
|
145
|
-
howTo: [
|
|
130
|
+
], howTo: [
|
|
146
131
|
{
|
|
147
132
|
name: 'Crea múltiples temporizadores',
|
|
148
133
|
text: 'Usa el botón \'+\' para añadir tantos temporizadores como necesites. Ideal para orquestar varios platos simultáneamente.',
|
|
@@ -160,8 +145,7 @@ export const content: ToolLocaleContent = {
|
|
|
160
145
|
text: 'Autoriza notificaciones para que el navegador te avise cuando se acabe el tiempo, incluso si cambias de pestaña.',
|
|
161
146
|
},
|
|
162
147
|
],
|
|
163
|
-
|
|
164
|
-
seo: [
|
|
148
|
+
seo: [
|
|
165
149
|
{
|
|
166
150
|
type: 'title',
|
|
167
151
|
text: 'Maestría Temporal en la Cocina',
|
|
@@ -223,6 +207,6 @@ export const content: ToolLocaleContent = {
|
|
|
223
207
|
html: '<strong>Consejo profesional:</strong> La precisión del tiempo es lo que diferencia a un chef de un cocinero casero. Invierte en un buen temporizador y úsalo siempre. La experiencia te dice cuándo algo "se ve listo", pero el tiempo te garantiza consistencia.',
|
|
224
208
|
},
|
|
225
209
|
],
|
|
226
|
-
|
|
227
|
-
|
|
210
|
+
bibliography,
|
|
211
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
228
212
|
};
|