@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 = 'Calculadora para Escalar Formas de Pastelaria';
|
|
4
5
|
const description =
|
|
@@ -81,10 +82,7 @@ export const content: ToolLocaleContent = {
|
|
|
81
82
|
slug: 'formas',
|
|
82
83
|
title,
|
|
83
84
|
description,
|
|
84
|
-
faqTitle: 'Perguntas Frequentes sobre a Escala',
|
|
85
|
-
bibliographyTitle: 'Fontes e Referências',
|
|
86
|
-
|
|
87
|
-
ui: {
|
|
85
|
+
faqTitle: 'Perguntas Frequentes sobre a Escala', ui: {
|
|
88
86
|
originalRecipe: 'Receita Original',
|
|
89
87
|
yourMold: 'A Sua Forma',
|
|
90
88
|
round: 'Redonda',
|
|
@@ -113,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
111
|
increase: 'Aumentar',
|
|
114
112
|
},
|
|
115
113
|
|
|
116
|
-
faq,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
-
url: 'https://www.bakingbusiness.com/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
-
url: 'https://www.wiley.com/',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
howTo,
|
|
114
|
+
faq, howTo,
|
|
128
115
|
seo: [
|
|
129
116
|
{
|
|
130
117
|
type: 'title',
|
|
@@ -166,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
166
153
|
html: 'Nunca encha uma forma mais de 2/3 da sua capacidade, independentemente do fator calculado.',
|
|
167
154
|
},
|
|
168
155
|
],
|
|
169
|
-
|
|
156
|
+
bibliography,
|
|
157
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
158
|
};
|
|
@@ -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 =
|
|
@@ -81,10 +82,7 @@ export const content: ToolLocaleContent = {
|
|
|
81
82
|
slug: 'formi-dlya-vipechki',
|
|
82
83
|
title,
|
|
83
84
|
description,
|
|
84
|
-
faqTitle: 'Часто задаваемые вопросы о масштабировании',
|
|
85
|
-
bibliographyTitle: 'Источники и рекомендации',
|
|
86
|
-
|
|
87
|
-
ui: {
|
|
85
|
+
faqTitle: 'Часто задаваемые вопросы о масштабировании', ui: {
|
|
88
86
|
originalRecipe: 'Оригинальный рецепт',
|
|
89
87
|
yourMold: 'Ваша форма',
|
|
90
88
|
round: 'Круглая',
|
|
@@ -113,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
111
|
increase: 'Увеличить',
|
|
114
112
|
},
|
|
115
113
|
|
|
116
|
-
faq,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
-
url: 'https://www.bakingbusiness.com/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
-
url: 'https://www.wiley.com/',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
howTo,
|
|
114
|
+
faq, howTo,
|
|
128
115
|
seo: [
|
|
129
116
|
{
|
|
130
117
|
type: 'title',
|
|
@@ -166,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
166
153
|
html: 'Никогда не заполняйте форму более чем на 2/3 объема, независимо от расчетов.',
|
|
167
154
|
},
|
|
168
155
|
],
|
|
169
|
-
|
|
156
|
+
bibliography,
|
|
157
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
158
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Beräkna och Skala Bakformar';
|
|
4
5
|
const description =
|
|
@@ -81,10 +82,7 @@ export const content: ToolLocaleContent = {
|
|
|
81
82
|
slug: 'bakformar',
|
|
82
83
|
title,
|
|
83
84
|
description,
|
|
84
|
-
faqTitle: 'Vanliga frågor om Skalning',
|
|
85
|
-
bibliographyTitle: 'Källor och Referenser',
|
|
86
|
-
|
|
87
|
-
ui: {
|
|
85
|
+
faqTitle: 'Vanliga frågor om Skalning', ui: {
|
|
88
86
|
originalRecipe: 'Originalrecept',
|
|
89
87
|
yourMold: 'Din Form',
|
|
90
88
|
round: 'Rund',
|
|
@@ -113,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
111
|
increase: 'Öka',
|
|
114
112
|
},
|
|
115
113
|
|
|
116
|
-
faq,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
-
url: 'https://www.bakingbusiness.com/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
-
url: 'https://www.wiley.com/',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
howTo,
|
|
114
|
+
faq, howTo,
|
|
128
115
|
seo: [
|
|
129
116
|
{
|
|
130
117
|
type: 'title',
|
|
@@ -166,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
166
153
|
html: 'Fyll aldrig en form till mer än 2/3, oavsett den beräknade faktorn.',
|
|
167
154
|
},
|
|
168
155
|
],
|
|
169
|
-
|
|
156
|
+
bibliography,
|
|
157
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
158
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = 'Pasta Kalıbı Ölçeklendirme Hesaplayıcı';
|
|
4
5
|
const description =
|
|
@@ -81,10 +82,7 @@ export const content: ToolLocaleContent = {
|
|
|
81
82
|
slug: 'kalip-olceklendirme',
|
|
82
83
|
title,
|
|
83
84
|
description,
|
|
84
|
-
faqTitle: 'Ölçeklendirme Hakkında Sıkça Sorulan Sorular',
|
|
85
|
-
bibliographyTitle: 'Bilimsel Kaynaklar ve Referanslar',
|
|
86
|
-
|
|
87
|
-
ui: {
|
|
85
|
+
faqTitle: 'Ölçeklendirme Hakkında Sıkça Sorulan Sorular', ui: {
|
|
88
86
|
originalRecipe: 'Orijinal Tarif',
|
|
89
87
|
yourMold: 'Sizin Kalıbınız',
|
|
90
88
|
round: 'Yuvarlak',
|
|
@@ -113,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
111
|
increase: 'Artır',
|
|
114
112
|
},
|
|
115
113
|
|
|
116
|
-
faq,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
-
url: 'https://www.bakingbusiness.com/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
-
url: 'https://www.wiley.com/',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
howTo,
|
|
114
|
+
faq, howTo,
|
|
128
115
|
seo: [
|
|
129
116
|
{
|
|
130
117
|
type: 'title',
|
|
@@ -166,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
166
153
|
html: 'Hesaplanan faktör ne olursa olsun, bir kalıbı asla kapasitesinin 2/3\'ünden fazla doldurmayın.',
|
|
167
154
|
},
|
|
168
155
|
],
|
|
169
|
-
|
|
156
|
+
bibliography,
|
|
157
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
158
|
};
|
|
@@ -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 =
|
|
@@ -81,10 +82,7 @@ export const content: ToolLocaleContent = {
|
|
|
81
82
|
slug: 'cake-pan-size-converter-calculator',
|
|
82
83
|
title,
|
|
83
84
|
description,
|
|
84
|
-
faqTitle: '关于换算的常见问题',
|
|
85
|
-
bibliographyTitle: '参考资料',
|
|
86
|
-
|
|
87
|
-
ui: {
|
|
85
|
+
faqTitle: '关于换算的常见问题', ui: {
|
|
88
86
|
originalRecipe: '原食谱',
|
|
89
87
|
yourMold: '你的模具',
|
|
90
88
|
round: '圆形',
|
|
@@ -113,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
113
111
|
increase: '增加',
|
|
114
112
|
},
|
|
115
113
|
|
|
116
|
-
faq,
|
|
117
|
-
bibliography: [
|
|
118
|
-
{
|
|
119
|
-
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
-
url: 'https://www.bakingbusiness.com/',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
-
url: 'https://www.wiley.com/',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
howTo,
|
|
114
|
+
faq, howTo,
|
|
128
115
|
seo: [
|
|
129
116
|
{
|
|
130
117
|
type: 'title',
|
|
@@ -166,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
166
153
|
html: '无论计算出的系数如何,请务必确保面糊注入量不超过模具容量的 2/3。',
|
|
167
154
|
},
|
|
168
155
|
],
|
|
169
|
-
|
|
156
|
+
bibliography,
|
|
157
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
158
|
};
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
3
|
+
import { MOLD_SCALER_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 MOLD_SCALER_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} />
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const bibliography = [
|
|
2
|
+
{
|
|
3
|
+
name: "Associazione Verace Pizza Napoletana",
|
|
4
|
+
url: "https://www.pizzanapoletana.org/",
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: "The Pizza Bible - Tony Gemignani",
|
|
8
|
+
url: "https://www.amazon.es/Pizza-Bible-Everything-Need-Perfect/dp/0393634039/",
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
name: "Franco Pepe - Pepe in Grani",
|
|
12
|
+
url: "https://www.pepeingranitalia.com/",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
name: "Harina Caputo",
|
|
16
|
+
url: "https://www.caputoprepara.com/",
|
|
17
|
+
},
|
|
18
|
+
];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Neapolitanischer Pizza Teigrechner";
|
|
4
5
|
const description = "Berechnen Sie die exakten Mengen für Mehl, Wasser, Salz und Hefe, um echte neapolitanische Pizza zu Hause zuzubereiten.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title,
|
|
81
82
|
description,
|
|
82
83
|
faqTitle: "Häufig gestellte Fragen",
|
|
83
|
-
bibliographyTitle: "Referenzen",
|
|
84
84
|
ui: {
|
|
85
85
|
parameters: "Parameter",
|
|
86
86
|
quantity: "Menge",
|
|
@@ -111,18 +111,7 @@ export const content: ToolLocaleContent = {
|
|
|
111
111
|
"Die visuelle Größe entspricht dem ungefähren Durchmesser der Pizza basierend auf dem Kugelgewicht.",
|
|
112
112
|
},
|
|
113
113
|
faq,
|
|
114
|
-
howTo,
|
|
115
|
-
bibliography: [
|
|
116
|
-
{
|
|
117
|
-
name: "Associazione Verace Pizza Napoletana",
|
|
118
|
-
url: "https://www.pizzanapoletana.org/",
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
name: "The Pizza Bible - Tony Gemignani",
|
|
122
|
-
url: "https://www.amazon.de/",
|
|
123
|
-
},
|
|
124
|
-
],
|
|
125
|
-
seo: [
|
|
114
|
+
howTo, seo: [
|
|
126
115
|
{
|
|
127
116
|
type: 'title',
|
|
128
117
|
text: 'Leitfaden für authentischen neapolitanischen Pizzateig',
|
|
@@ -164,5 +153,6 @@ export const content: ToolLocaleContent = {
|
|
|
164
153
|
html: 'Eine 24-stündige Stockgare bei 4°C erzeugt komplexe Aromen, die bei Raumtemperatur nicht möglich sind.',
|
|
165
154
|
},
|
|
166
155
|
],
|
|
156
|
+
bibliography,
|
|
167
157
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
168
158
|
};
|
|
@@ -1,65 +1,66 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Neapolitan Pizza Dough Calculator";
|
|
4
5
|
const description = "Calculate the exact proportions of flour, water, salt and yeast to prepare authentic Neapolitan pizza at home with professional results.";
|
|
5
6
|
const faq = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
7
|
+
{
|
|
8
|
+
question: "What is the ideal hydration for Neapolitan pizza?",
|
|
9
|
+
answer:
|
|
10
|
+
"According to AVPN protocol, standard hydration is 63-67%. For beginners, 60-62% is more manageable. For advanced pizzaiolos with strong flour (W300+), 70-75% produces extraordinary doughs but requires technique.",
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
question: "How long should the dough ferment?",
|
|
14
|
+
answer:
|
|
15
|
+
"Minimum 24 hours in fridge (4°C) to activate enzymes. Optimal is 48-72 hours. Beyond 72 hours, you need very strong flour (W300+) or the dough becomes too acidic.",
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: "Can I use dry yeast?",
|
|
19
|
+
answer:
|
|
20
|
+
"Yes. Dry yeast equals 0.4x fresh (1g dry = 2.5g fresh). Quality is similar, but fresh yeast provides more complex flavor.",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: "Can I make Neapolitan pizza in a home oven?",
|
|
24
|
+
answer:
|
|
25
|
+
"Yes, but with adaptations. Preheat to maximum (250-280°C) with pizza stone for 45-60 minutes. Cooking will take 5-7 minutes instead of 60-90 seconds, but results are acceptable.",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: "What flour should I use?",
|
|
29
|
+
answer:
|
|
30
|
+
"Ideal: Caputo Pizzeria (W260-280) or Manitoba (W350-400). Alternative: any flour with 11-13g protein per 100g. Avoid weak flours (W130-160) for long fermentations.",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: "Why does the dough tear when stretching?",
|
|
34
|
+
answer:
|
|
35
|
+
"The gluten isn't relaxed. Let the ball rest 2-3 hours at room temperature. If it repeats, kneading was insufficient or flour is too weak.",
|
|
36
|
+
},
|
|
37
|
+
];
|
|
37
38
|
const howTo = [
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
39
|
+
{
|
|
40
|
+
name: "Calculate proportions",
|
|
41
|
+
text: "Use this calculator to get exact grams of each ingredient based on pizza quantity and ball weight.",
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: "Mix the dough",
|
|
45
|
+
text: "Combine flour with warm water (22-25°C), salt (dissolved first) and yeast. Knead 8-10 minutes with mixer or 15-20 minutes by hand.",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: "Bulk ferment",
|
|
49
|
+
text: "Let entire dough ferment 1-2 hours at room temperature (20-25°C) until doubled in volume.",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Divide into balls",
|
|
53
|
+
text: "Divide dough into portions of indicated weight. Rest 15-20 minutes before shaping balls.",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "Long fermentation",
|
|
57
|
+
text: "Place balls in sealed container in fridge (4°C) for 24-72 hours. This critical step generates flavor and digestibility.",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "Stretch and bake",
|
|
61
|
+
text: "Remove from cold 30 minutes before. Stretch from center outward. Bake at maximum temperature 60-90 seconds (wood) or 5-7 minutes (home).",
|
|
62
|
+
},
|
|
63
|
+
];
|
|
63
64
|
|
|
64
65
|
const faqSchema = {
|
|
65
66
|
'@context': 'https://schema.org',
|
|
@@ -99,7 +100,6 @@ export const content: ToolLocaleContent = {
|
|
|
99
100
|
description:
|
|
100
101
|
"Calculate the exact proportions of flour, water, salt and yeast to prepare authentic Neapolitan pizza at home with professional results.",
|
|
101
102
|
faqTitle: "Frequently Asked Questions",
|
|
102
|
-
bibliographyTitle: "Scientific References",
|
|
103
103
|
ui: {
|
|
104
104
|
parameters: "Parameters",
|
|
105
105
|
quantity: "Quantity",
|
|
@@ -187,24 +187,6 @@ export const content: ToolLocaleContent = {
|
|
|
187
187
|
text: "Remove from cold 30 minutes before. Stretch from center outward. Bake at maximum temperature 60-90 seconds (wood) or 5-7 minutes (home).",
|
|
188
188
|
},
|
|
189
189
|
],
|
|
190
|
-
bibliography: [
|
|
191
|
-
{
|
|
192
|
-
name: "Associazione Verace Pizza Napoletana",
|
|
193
|
-
url: "https://www.pizzanapoletana.org/",
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
name: "The Pizza Bible - Tony Gemignani",
|
|
197
|
-
url: "https://www.amazon.com/Pizza-Bible-Everything-Need-Perfect/dp/0393634039/",
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
name: "Franco Pepe - Pepe in Grani",
|
|
201
|
-
url: "https://www.pepeingranitalia.com/",
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
name: "Caputo Flour",
|
|
205
|
-
url: "https://www.caputoprepara.com/",
|
|
206
|
-
},
|
|
207
|
-
],
|
|
208
190
|
seo: [
|
|
209
191
|
{
|
|
210
192
|
type: "title",
|
|
@@ -377,5 +359,6 @@ export const content: ToolLocaleContent = {
|
|
|
377
359
|
html: "Our calculator automates specific proportions so you can focus on what matters most: technique and passion for the final product.",
|
|
378
360
|
},
|
|
379
361
|
],
|
|
362
|
+
bibliography,
|
|
380
363
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
381
364
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from "../../../types";
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calculadora de Masa Pizza Napolitana";
|
|
4
5
|
const description = "Calcula las proporciones exactas de harina, agua, sal y levadura para preparar la auténtica pizza napolitana en casa.";
|
|
@@ -99,7 +100,6 @@ export const content: ToolLocaleContent = {
|
|
|
99
100
|
description:
|
|
100
101
|
"Calcula las proporciones exactas de harina, agua, sal y levadura para preparar la auténtica pizza napolitana en casa.",
|
|
101
102
|
faqTitle: "Preguntas Frecuentes",
|
|
102
|
-
bibliographyTitle: "Referencias",
|
|
103
103
|
ui: {
|
|
104
104
|
parameters: "Parámetros",
|
|
105
105
|
quantity: "Cantidad",
|
|
@@ -187,24 +187,6 @@ export const content: ToolLocaleContent = {
|
|
|
187
187
|
text: "Saca del frío 30 minutos antes. Estira desde el centro hacia afuera. Hornea a máxima temperatura 60-90 segundos (leña) o 5-7 minutos (doméstico).",
|
|
188
188
|
},
|
|
189
189
|
],
|
|
190
|
-
bibliography: [
|
|
191
|
-
{
|
|
192
|
-
name: "Associazione Verace Pizza Napoletana",
|
|
193
|
-
url: "https://www.pizzanapoletana.org/",
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
name: "The Pizza Bible - Tony Gemignani",
|
|
197
|
-
url: "https://www.amazon.es/Pizza-Bible-Everything-Need-Perfect/dp/0393634039/",
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
name: "Franco Pepe - Pepe in Grani",
|
|
201
|
-
url: "https://www.pepeingranitalia.com/",
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
name: "Harina Caputo",
|
|
205
|
-
url: "https://www.caputoprepara.com/",
|
|
206
|
-
},
|
|
207
|
-
],
|
|
208
190
|
seo: [
|
|
209
191
|
{
|
|
210
192
|
type: 'title',
|
|
@@ -377,6 +359,6 @@ export const content: ToolLocaleContent = {
|
|
|
377
359
|
html: 'Nuestra calculadora automatiza las proporciones para que puedas centrarte en lo más importante: la técnica y el amor por el producto final.',
|
|
378
360
|
},
|
|
379
361
|
],
|
|
380
|
-
|
|
362
|
+
bibliography,
|
|
381
363
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
382
364
|
};
|