@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 = "Термодинамический калькулятор для идеальной варки яиц с учетом высоты над уровнем моря, температуры яиц и их размера.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: "Научный таймер для варки яиц",
|
|
77
78
|
description: "Термодинамический калькулятор для идеальной варки яиц с учетом высоты над уровнем моря, температуры яиц и их размера.",
|
|
78
79
|
faqTitle: "Часто задаваемые вопросы",
|
|
79
|
-
bibliographyTitle: "Научные источники",
|
|
80
80
|
ui: {
|
|
81
81
|
parameters: "Параметры",
|
|
82
82
|
initial_temperature: "Начальная температура",
|
|
@@ -94,22 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
94
94
|
hard_cooked: "Вкрутую",
|
|
95
95
|
hard_description: "Полностью сварено, плотный желток.",
|
|
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: 'Наш таймер использует уравнение Чарльза Уильямса для корректировки каждой секунды в соответствии с вашим местоположением и температурой в холодильнике.',
|
|
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 = "Vetenskapligt Äggur";
|
|
4
5
|
const description = "Termodynamisk kalkylator för perfekt kokta ägg baserat på höjd, temperatur och storlek.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: "Vetenskapligt Äggur",
|
|
77
78
|
description: "Termodynamisk kalkylator för perfekt kokta ägg baserat på höjd, temperatur och storlek.",
|
|
78
79
|
faqTitle: "Vanliga Frågor",
|
|
79
|
-
bibliographyTitle: "Vetenskapliga Referenser",
|
|
80
80
|
ui: {
|
|
81
81
|
parameters: "Parametrar",
|
|
82
82
|
initial_temperature: "Starttemperatur",
|
|
@@ -94,22 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
94
94
|
hard_cooked: "Hårdkokt",
|
|
95
95
|
hard_description: "Helt tillagat, fast gula.",
|
|
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: 'Vårt äggur använder Charles Williams ekvation för att justera varje sekund baserat på din exakta plats och kylskåpstemperatur.',
|
|
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 = "Bilimsel Yumurta Zamanlayıcı";
|
|
4
5
|
const description = "Rakım, sıcaklık ve boyuta göre mükemmel yumurta pişirme için termodinamik hesaplayıcı.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: "Bilimsel Yumurta Zamanlayıcı",
|
|
77
78
|
description: "Rakım, sıcaklık ve boyuta göre mükemmel yumurta pişirme için termodinamik hesaplayıcı.",
|
|
78
79
|
faqTitle: "Sıkça Sorulan Sorular",
|
|
79
|
-
bibliographyTitle: "Bilimsel Kaynaklar",
|
|
80
80
|
ui: {
|
|
81
81
|
parameters: "Parametreler",
|
|
82
82
|
initial_temperature: "Başlangıç Sıcaklığı",
|
|
@@ -94,22 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
94
94
|
hard_cooked: "Katı",
|
|
95
95
|
hard_description: "Tamamen pişmiş, katı sarı kısım.",
|
|
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: 'Zamanlayıcımız, her saniyeyi tam konumunuza ve buzdolabı durumunuza göre ayarlamak için Charles Williams denklemini kullanır.',
|
|
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 = "科学鸡蛋计时器";
|
|
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
|
parameters: "煮蛋参数",
|
|
82
82
|
initial_temperature: "初始温度",
|
|
@@ -94,22 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
94
94
|
hard_cooked: "全熟蛋",
|
|
95
95
|
hard_description: "完全煮熟,蛋黄结实。",
|
|
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: '我们的计时器采用查尔斯·威廉姆斯(Charles Williams)方程,根据您的精确位置和鸡蛋初始状态进行秒级精准调整。',
|
|
249
234
|
},
|
|
250
235
|
],
|
|
236
|
+
bibliography,
|
|
251
237
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
252
238
|
};
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { EGG_TIMER_TOOL } from './index';
|
|
4
|
+
import type { KnownLocale } from '../../types';
|
|
5
5
|
|
|
6
6
|
interface Props {
|
|
7
7
|
locale?: KnownLocale;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
const { locale =
|
|
11
|
-
const content = await
|
|
10
|
+
const { locale = 'es' } = Astro.props;
|
|
11
|
+
const content = await EGG_TIMER_TOOL.i18n[locale]?.();
|
|
12
12
|
if (!content) return null;
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
<
|
|
16
|
-
{content.seo.map((section: any) => {
|
|
17
|
-
if (section.type === "title") {
|
|
18
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
19
|
-
}
|
|
20
|
-
if (section.type === "paragraph") {
|
|
21
|
-
return <p set:html={section.html} />;
|
|
22
|
-
}
|
|
23
|
-
if (section.type === "list") {
|
|
24
|
-
return <SEOList items={section.items} />;
|
|
25
|
-
}
|
|
26
|
-
if (section.type === "code") {
|
|
27
|
-
return <pre><code set:text={section.text} /></pre>;
|
|
28
|
-
}
|
|
29
|
-
if (section.type === "table") {
|
|
30
|
-
return (
|
|
31
|
-
<SEOTable headers={section.headers} rows={section.rows} />
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
if (section.type === "tip") {
|
|
35
|
-
return <SEOTip title="Consejos">{section.html}</SEOTip>;
|
|
36
|
-
}
|
|
37
|
-
return null;
|
|
38
|
-
})}
|
|
39
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { Bibliography } from '@jjlmoya/utils-shared';
|
|
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 = 'Zutaten Rechner & Rezept Anpassung';
|
|
4
5
|
const description = 'Skalieren Sie Rezepte automatisch basierend auf der Portionenanzahl. Berechnen Sie exakte Mengen durch Multiplizieren oder Reduzieren Ihres Rezepts.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Eier',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Häufig gestellte Fragen',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografie',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Wissenschaftliche Skalierungstechniken',
|
|
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: 'Unser Tool vereinfacht die Mathematik, damit Sie Ihre Energie dem widmen können, was wirklich zählt: Kreativität und Geschmack.',
|
|
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 = 'Professional Recipe Ingredient Scaler';
|
|
4
5
|
const description =
|
|
@@ -93,23 +94,7 @@ export const content: ToolLocaleContent = {
|
|
|
93
94
|
defaultIngredient3: "2 Eggs",
|
|
94
95
|
},
|
|
95
96
|
faqTitle: "Frequently Asked Questions",
|
|
96
|
-
faq,
|
|
97
|
-
bibliographyTitle: "Bibliography & Resources",
|
|
98
|
-
bibliography: [
|
|
99
|
-
{
|
|
100
|
-
name: "Harold McGee - On Food and Cooking",
|
|
101
|
-
url: "https://en.wikipedia.org/wiki/Harold_McGee",
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
name: "The Flavor Bible - Page & Dornenburg",
|
|
105
|
-
url: "https://www.flavorprints.com/",
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
name: "Modernist Cuisine - Scaling Techniques",
|
|
109
|
-
url: "https://www.modernistcuisine.com/",
|
|
110
|
-
},
|
|
111
|
-
],
|
|
112
|
-
howTo,
|
|
97
|
+
faq, howTo,
|
|
113
98
|
seo: [
|
|
114
99
|
{
|
|
115
100
|
type: "title",
|
|
@@ -237,6 +222,6 @@ export const content: ToolLocaleContent = {
|
|
|
237
222
|
html: "Our tool simplifies the math so you can focus on what truly matters: creativity and flavor.",
|
|
238
223
|
},
|
|
239
224
|
],
|
|
240
|
-
|
|
225
|
+
bibliography,
|
|
241
226
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
242
227
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Escalador de Ingredientes Ajuste de Recetas';
|
|
4
5
|
const description = 'Escala recetas automáticamente según el número de raciones. Calcula las cantidades exactas de ingredientes multiplicando o reduciendo tu receta sin complicaciones.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Huevos',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Preguntas Frecuentes',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografí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 - Técnicas de escalado científico',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,6 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Nuestra herramienta simplifica la matemática para que puedas dedicar tu energía a lo que realmente importa: la creatividad y el sabor.',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
243
|
-
|
|
244
|
-
|
|
228
|
+
bibliography,
|
|
229
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
245
230
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Convertisseur de Portions et Ingrédients Professionnel";
|
|
4
5
|
const description = "Multiplication directe de toutes les valeurs par le facteur de conversion calculé.";
|
|
@@ -132,21 +133,6 @@ export const content: ToolLocaleContent = {
|
|
|
132
133
|
text: "Le calcul est exact, mais la cuisine est intuitive. Réduisez les épices à 75%. Ne multipliez jamais les temps de cuisson par le même facteur.",
|
|
133
134
|
},
|
|
134
135
|
],
|
|
135
|
-
bibliographyTitle: "Bibliographie et Ressources Professionnelles",
|
|
136
|
-
bibliography: [
|
|
137
|
-
{
|
|
138
|
-
name: "Harold McGee - On Food and Cooking",
|
|
139
|
-
url: "https://en.wikipedia.org/wiki/Harold_McGee",
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
name: "The Flavor Bible - Page & Dornenburg",
|
|
143
|
-
url: "https://www.flavorprints.com/",
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
name: "Modernist Cuisine - Techniques de mise à l'échelle",
|
|
147
|
-
url: "https://www.modernistcuisine.com/",
|
|
148
|
-
},
|
|
149
|
-
],
|
|
150
136
|
seo: [
|
|
151
137
|
{
|
|
152
138
|
type: "title",
|
|
@@ -274,5 +260,6 @@ export const content: ToolLocaleContent = {
|
|
|
274
260
|
html: "Notre outil simplifie les calculs pour vous permettre de vous concentrer sur l'essentiel : la créativité et le goût.",
|
|
275
261
|
},
|
|
276
262
|
],
|
|
263
|
+
bibliography,
|
|
277
264
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
278
265
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Pengatur Takaran Bahan & Resep';
|
|
4
5
|
const description = 'Ubah skala resep secara otomatis berdasarkan jumlah porsi. Hitung jumlah bahan yang tepat dengan mengalikan atau mengurangi resep Anda tanpa repot.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Telur',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
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 - Teknik penskalaan ilmiah',
|
|
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: 'Alat kami menyederhanakan matematika agar Anda dapat mencurahkan energi untuk hal yang benar-benar penting: kreativitas dan rasa.',
|
|
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 = 'Calcolatore Dosi Ingredienti e Ricette';
|
|
4
5
|
const description = 'Scala le ricette automaticamente in base al numero di porzioni. Calcola le quantità esatte degli ingredienti moltiplicando o riducendo la tua ricetta senza complicazioni.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Uova',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Domande Frequenti',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografia',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Tecniche di scaling scientifico',
|
|
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: 'Il nostro strumento semplifica la matematica per lasciarti dedicare a ciò che conta davvero: creatività e sapore.',
|
|
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,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,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Ingrediënten Reclalculator Recept Aanpassen';
|
|
4
5
|
const description = 'Schaal recepten automatisch op basis van het aantal porties. Bereken de exacte hoeveelheden ingrediënten door je recept te vermenigvuldigen of te verkleinen.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Eieren',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Veelgestelde Vragen',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografie',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Wetenschappelijke schaaltechnieken',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Ons tool vereenvoudigt de wiskunde, zodat je je energie kunt richten op wat echt telt: creativiteit en smaak.',
|
|
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 = 'Kalkulator Skalowania Ingrediencji Dostosowanie Przepisu';
|
|
4
5
|
const description = 'Automatycznie skaluj przepisy według liczby porcji. Oblicz dokładne ilości składników, mnożąc lub zmniejszając swój przepis bez żadnych komplikacji.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Jajka',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Często Zadawane Pytania',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografia',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Techniki skalowania naukowego',
|
|
112
|
-
url: 'https://www.modernistcuisine.com/',
|
|
113
|
-
},
|
|
114
|
-
],
|
|
115
|
-
howTo,
|
|
100
|
+
faq, howTo,
|
|
116
101
|
seo: [
|
|
117
102
|
{
|
|
118
103
|
type: 'title',
|
|
@@ -240,5 +225,6 @@ export const content: ToolLocaleContent = {
|
|
|
240
225
|
html: 'Nasze narzędzie upraszcza matematykę, abyś mógł poświęcić energię na to, co naprawdę ważne: kreatywność i 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 = 'Escalador de Ingredientes Ajuste de Receitas';
|
|
4
5
|
const description = 'Escala receitas automaticamente segundo o número de doses. Calcula as quantidades exatas de ingredientes multiplicando ou reduzindo a tua receita sem complicações.';
|
|
@@ -96,23 +97,7 @@ export const content: ToolLocaleContent = {
|
|
|
96
97
|
defaultIngredient3: '2 Ovos',
|
|
97
98
|
},
|
|
98
99
|
faqTitle: 'Perguntas Frequentes',
|
|
99
|
-
faq,
|
|
100
|
-
bibliographyTitle: 'Bibliografia',
|
|
101
|
-
bibliography: [
|
|
102
|
-
{
|
|
103
|
-
name: 'Harold McGee - On Food and Cooking: The Science and Lore of the Kitchen',
|
|
104
|
-
url: 'https://en.wikipedia.org/wiki/Harold_McGee',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
name: 'The Flavor Bible by Karen Page and Andrew Dornenburg',
|
|
108
|
-
url: 'https://www.flavorprints.com/',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
name: 'Modernist Cuisine - Técnicas de escalamento científico',
|
|
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: 'A nossa ferramenta simplifica a matemática para que possas dedicar a tua energia ao que realmente importa: criatividade e sabor.',
|
|
241
226
|
},
|
|
242
227
|
],
|
|
228
|
+
bibliography,
|
|
243
229
|
schemas: [appSchema, faqSchema, howToSchema],
|
|
244
230
|
};
|