@jjlmoya/utils-cooking 1.24.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +1 -0
- package/src/pages/[locale]/[slug].astro +56 -19
- package/src/tests/i18n-titles.test.ts +5 -17
- package/src/tests/locale_completeness.test.ts +2 -13
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
- package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
- package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
- package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
- package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
- package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
- package/src/tool/american-kitchen-converter/seo.astro +11 -4
- package/src/tool/banana-ripeness/bibliography.astro +3 -3
- package/src/tool/banana-ripeness/bibliography.ts +10 -0
- package/src/tool/banana-ripeness/i18n/de.ts +2 -15
- package/src/tool/banana-ripeness/i18n/en.ts +36 -49
- package/src/tool/banana-ripeness/i18n/es.ts +36 -49
- package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
- package/src/tool/banana-ripeness/i18n/id.ts +2 -15
- package/src/tool/banana-ripeness/i18n/it.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
- package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
- package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
- package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
- package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
- package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
- package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
- package/src/tool/banana-ripeness/seo.astro +10 -3
- package/src/tool/brine/bibliography.astro +3 -3
- package/src/tool/brine/bibliography.ts +6 -0
- package/src/tool/brine/i18n/de.ts +4 -19
- package/src/tool/brine/i18n/en.ts +3 -17
- package/src/tool/brine/i18n/es.ts +4 -19
- package/src/tool/brine/i18n/fr.ts +3 -17
- package/src/tool/brine/i18n/id.ts +4 -19
- package/src/tool/brine/i18n/it.ts +4 -19
- package/src/tool/brine/i18n/ja.ts +4 -19
- package/src/tool/brine/i18n/ko.ts +4 -19
- package/src/tool/brine/i18n/nl.ts +4 -19
- package/src/tool/brine/i18n/pl.ts +4 -19
- package/src/tool/brine/i18n/pt.ts +4 -19
- package/src/tool/brine/i18n/ru.ts +4 -19
- package/src/tool/brine/i18n/sv.ts +4 -19
- package/src/tool/brine/i18n/tr.ts +4 -19
- package/src/tool/brine/i18n/zh.ts +4 -19
- package/src/tool/brine/seo.astro +11 -4
- package/src/tool/cookware-guide/bibliography.astro +2 -2
- package/src/tool/cookware-guide/bibliography.ts +10 -0
- package/src/tool/cookware-guide/i18n/de.ts +3 -17
- package/src/tool/cookware-guide/i18n/en.ts +3 -17
- package/src/tool/cookware-guide/i18n/es.ts +3 -17
- package/src/tool/cookware-guide/i18n/fr.ts +3 -17
- package/src/tool/cookware-guide/i18n/id.ts +3 -17
- package/src/tool/cookware-guide/i18n/it.ts +3 -17
- package/src/tool/cookware-guide/i18n/ja.ts +3 -17
- package/src/tool/cookware-guide/i18n/ko.ts +3 -17
- package/src/tool/cookware-guide/i18n/nl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pl.ts +3 -17
- package/src/tool/cookware-guide/i18n/pt.ts +3 -17
- package/src/tool/cookware-guide/i18n/ru.ts +3 -17
- package/src/tool/cookware-guide/i18n/sv.ts +3 -17
- package/src/tool/cookware-guide/i18n/tr.ts +3 -17
- package/src/tool/cookware-guide/i18n/zh.ts +3 -17
- package/src/tool/cookware-guide/seo.astro +11 -4
- package/src/tool/egg-timer/bibliography.astro +3 -11
- package/src/tool/egg-timer/bibliography.ts +10 -0
- package/src/tool/egg-timer/i18n/de.ts +3 -17
- package/src/tool/egg-timer/i18n/en.ts +2 -15
- package/src/tool/egg-timer/i18n/es.ts +127 -141
- package/src/tool/egg-timer/i18n/fr.ts +2 -15
- package/src/tool/egg-timer/i18n/id.ts +4 -18
- package/src/tool/egg-timer/i18n/it.ts +3 -17
- package/src/tool/egg-timer/i18n/ja.ts +3 -17
- package/src/tool/egg-timer/i18n/ko.ts +3 -17
- package/src/tool/egg-timer/i18n/nl.ts +3 -17
- package/src/tool/egg-timer/i18n/pl.ts +3 -17
- package/src/tool/egg-timer/i18n/pt.ts +3 -17
- package/src/tool/egg-timer/i18n/ru.ts +3 -17
- package/src/tool/egg-timer/i18n/sv.ts +3 -17
- package/src/tool/egg-timer/i18n/tr.ts +3 -17
- package/src/tool/egg-timer/i18n/zh.ts +3 -17
- package/src/tool/egg-timer/seo.astro +5 -29
- package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
- package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
- package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
- package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
- package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
- package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
- package/src/tool/ingredient-rescaler/seo.astro +11 -4
- package/src/tool/kitchen-timer/bibliography.astro +3 -3
- package/src/tool/kitchen-timer/bibliography.ts +10 -0
- package/src/tool/kitchen-timer/i18n/de.ts +3 -13
- package/src/tool/kitchen-timer/i18n/en.ts +6 -22
- package/src/tool/kitchen-timer/i18n/es.ts +6 -22
- package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
- package/src/tool/kitchen-timer/i18n/id.ts +3 -13
- package/src/tool/kitchen-timer/i18n/it.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
- package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
- package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
- package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
- package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
- package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
- package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
- package/src/tool/kitchen-timer/seo.astro +10 -3
- package/src/tool/meringue-peak/bibliography.astro +3 -3
- package/src/tool/meringue-peak/bibliography.ts +14 -0
- package/src/tool/meringue-peak/i18n/de.ts +3 -13
- package/src/tool/meringue-peak/i18n/en.ts +2 -15
- package/src/tool/meringue-peak/i18n/es.ts +135 -149
- package/src/tool/meringue-peak/i18n/fr.ts +2 -15
- package/src/tool/meringue-peak/i18n/id.ts +3 -13
- package/src/tool/meringue-peak/i18n/it.ts +3 -13
- package/src/tool/meringue-peak/i18n/ja.ts +3 -13
- package/src/tool/meringue-peak/i18n/ko.ts +3 -13
- package/src/tool/meringue-peak/i18n/nl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pl.ts +3 -13
- package/src/tool/meringue-peak/i18n/pt.ts +3 -13
- package/src/tool/meringue-peak/i18n/ru.ts +3 -13
- package/src/tool/meringue-peak/i18n/sv.ts +3 -13
- package/src/tool/meringue-peak/i18n/tr.ts +3 -13
- package/src/tool/meringue-peak/i18n/zh.ts +3 -13
- package/src/tool/meringue-peak/seo.astro +10 -3
- package/src/tool/mold-scaler/bibliography.astro +3 -3
- package/src/tool/mold-scaler/bibliography.ts +10 -0
- package/src/tool/mold-scaler/i18n/de.ts +5 -17
- package/src/tool/mold-scaler/i18n/en.ts +5 -20
- package/src/tool/mold-scaler/i18n/es.ts +5 -20
- package/src/tool/mold-scaler/i18n/fr.ts +5 -20
- package/src/tool/mold-scaler/i18n/id.ts +5 -17
- package/src/tool/mold-scaler/i18n/it.ts +5 -17
- package/src/tool/mold-scaler/i18n/ja.ts +5 -17
- package/src/tool/mold-scaler/i18n/ko.ts +5 -17
- package/src/tool/mold-scaler/i18n/nl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pl.ts +5 -17
- package/src/tool/mold-scaler/i18n/pt.ts +5 -17
- package/src/tool/mold-scaler/i18n/ru.ts +5 -17
- package/src/tool/mold-scaler/i18n/sv.ts +5 -17
- package/src/tool/mold-scaler/i18n/tr.ts +5 -17
- package/src/tool/mold-scaler/i18n/zh.ts +5 -17
- package/src/tool/mold-scaler/seo.astro +10 -3
- package/src/tool/pizza/bibliography.astro +3 -3
- package/src/tool/pizza/bibliography.ts +18 -0
- package/src/tool/pizza/i18n/de.ts +3 -13
- package/src/tool/pizza/i18n/en.ts +58 -75
- package/src/tool/pizza/i18n/es.ts +2 -20
- package/src/tool/pizza/i18n/fr.ts +58 -75
- package/src/tool/pizza/i18n/id.ts +3 -9
- package/src/tool/pizza/i18n/it.ts +3 -13
- package/src/tool/pizza/i18n/ja.ts +3 -9
- package/src/tool/pizza/i18n/ko.ts +3 -9
- package/src/tool/pizza/i18n/nl.ts +3 -9
- package/src/tool/pizza/i18n/pl.ts +3 -9
- package/src/tool/pizza/i18n/pt.ts +3 -9
- package/src/tool/pizza/i18n/ru.ts +28 -34
- package/src/tool/pizza/i18n/sv.ts +3 -9
- package/src/tool/pizza/i18n/tr.ts +3 -9
- package/src/tool/pizza/i18n/zh.ts +3 -9
- package/src/tool/pizza/seo.astro +11 -4
- package/src/tool/roux-guide/bibliography.astro +3 -3
- package/src/tool/roux-guide/bibliography.ts +14 -0
- package/src/tool/roux-guide/i18n/de.ts +3 -9
- package/src/tool/roux-guide/i18n/en.ts +2 -15
- package/src/tool/roux-guide/i18n/es.ts +3 -17
- package/src/tool/roux-guide/i18n/fr.ts +2 -15
- package/src/tool/roux-guide/i18n/id.ts +3 -9
- package/src/tool/roux-guide/i18n/it.ts +3 -9
- package/src/tool/roux-guide/i18n/ja.ts +3 -9
- package/src/tool/roux-guide/i18n/ko.ts +3 -9
- package/src/tool/roux-guide/i18n/nl.ts +3 -9
- package/src/tool/roux-guide/i18n/pl.ts +3 -9
- package/src/tool/roux-guide/i18n/pt.ts +3 -9
- package/src/tool/roux-guide/i18n/ru.ts +3 -9
- package/src/tool/roux-guide/i18n/sv.ts +3 -9
- package/src/tool/roux-guide/i18n/tr.ts +3 -9
- package/src/tool/roux-guide/i18n/zh.ts +3 -9
- package/src/tool/roux-guide/seo.astro +11 -4
- package/src/tool/sourdough-calculator/bibliography.astro +3 -3
- package/src/tool/sourdough-calculator/bibliography.ts +14 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
- package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
- package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
- package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
- package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
- package/src/tool/sourdough-calculator/seo.astro +11 -4
- package/src/tool/yeast-converter/bibliography.astro +6 -0
- package/src/tool/yeast-converter/bibliography.ts +6 -0
- package/src/tool/yeast-converter/component.astro +96 -0
- package/src/tool/yeast-converter/entry.ts +26 -0
- package/src/tool/yeast-converter/i18n/de.ts +235 -0
- package/src/tool/yeast-converter/i18n/en.ts +234 -0
- package/src/tool/yeast-converter/i18n/es.ts +235 -0
- package/src/tool/yeast-converter/i18n/fr.ts +235 -0
- package/src/tool/yeast-converter/i18n/id.ts +235 -0
- package/src/tool/yeast-converter/i18n/it.ts +235 -0
- package/src/tool/yeast-converter/i18n/ja.ts +235 -0
- package/src/tool/yeast-converter/i18n/ko.ts +235 -0
- package/src/tool/yeast-converter/i18n/nl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pl.ts +235 -0
- package/src/tool/yeast-converter/i18n/pt.ts +235 -0
- package/src/tool/yeast-converter/i18n/ru.ts +235 -0
- package/src/tool/yeast-converter/i18n/sv.ts +235 -0
- package/src/tool/yeast-converter/i18n/tr.ts +235 -0
- package/src/tool/yeast-converter/i18n/zh.ts +235 -0
- package/src/tool/yeast-converter/index.ts +11 -0
- package/src/tool/yeast-converter/init.ts +277 -0
- package/src/tool/yeast-converter/seo.astro +15 -0
- package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
- package/src/tools.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Kalkulator Sourdough Rasio Fermentasi";
|
|
4
5
|
const description = "Hitung otomatis proporsi sourdough, tepung, dan air untuk menjaga kultur Anda. Rasio standar atau khusus.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Pertanyaan Umum',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografi',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Total Adonan',
|
|
113
106
|
mm: 'SD',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calcolatore Pasta Madre Rapporti di Fermentazione";
|
|
4
5
|
const description = "Calcola automaticamente le proporzioni di pasta madre, farina e acqua per mantenere il tuo rinfresco. Rapporti predefiniti o personalizzati.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Domande Frequenti',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografia',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -138,5 +131,6 @@ export const content: ToolLocaleContent = {
|
|
|
138
131
|
totalDough: 'Totale Impasto',
|
|
139
132
|
mm: 'PM',
|
|
140
133
|
},
|
|
134
|
+
bibliography,
|
|
141
135
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
142
136
|
};
|
|
@@ -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 = "サワードウ(種継ぎ)、小麦粉、水の分量を自動計算します。プリセットされた比率またはカスタム比率で、種を最適な状態に保ちます。";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'よくある質問',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: '参考文献',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: '種の総量',
|
|
113
106
|
mm: 'MM',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -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 = "사워도우 스타터, 밀가루, 물의 비율을 자동으로 계산하여 배양액을 관리하세요. 사전 설정된 비율 또는 맞춤형 비율을 제공합니다.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: '자주 묻는 질문',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: '참고 문헌',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: '총 반죽량',
|
|
113
106
|
mm: 'MM',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Zuurdesem Calculator Fermentatie Ratios";
|
|
4
5
|
const description = "Bereken automatisch de verhoudingen van zuurdesem, bloem en water om je cultuur te onderhouden. Vooraf ingestelde of aangepaste verhoudingen.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Veelgestelde Vragen',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografie',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Totaal Desem',
|
|
113
106
|
mm: 'ZD',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Kalkulator Zakwasu Proporcje Fermentacji";
|
|
4
5
|
const description = "Automatycznie oblicz proporcje zakwasu, mąki i wody, aby utrzymać swoją kulturę. Proporcje predefiniowane lub własne.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Często zadawane pytania',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografia',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Cały zakwas',
|
|
113
106
|
mm: 'ZK',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Calculadora de Massa Mãe Rátios de Fermentação";
|
|
4
5
|
const description = "Calcula automaticamente as proporções de massa mãe, farinha e água para manter o teu cultivo. Rátios predefinidos ou personalizados.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Perguntas Frequentes',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografia',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -138,5 +131,6 @@ export const content: ToolLocaleContent = {
|
|
|
138
131
|
totalDough: 'Total Massa',
|
|
139
132
|
mm: 'MM',
|
|
140
133
|
},
|
|
134
|
+
bibliography,
|
|
141
135
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
142
136
|
};
|
|
@@ -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 = "Автоматический расчет пропорций закваски, муки и воды для поддержания вашей культуры. Предустановленные или пользовательские соотношения.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Часто задаваемые вопросы',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Библиография',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Всего закваски',
|
|
113
106
|
mm: 'ЗК',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Surdegskalkylator: Fermenteringsförhållanden";
|
|
4
5
|
const description = "Beräkna automatiskt proportionerna av surdeg, mjöl och vatten för att underhålla din surdegsgrund. Förinställda eller anpassade förhållanden.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Vanliga Frågor',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Bibliografi',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Total Deg',
|
|
113
106
|
mm: 'SG',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Ekşi Maya Hesaplayıcı Fermantasyon Oranları";
|
|
4
5
|
const description = "Kültürünüzü korumak için ekşi maya, un ve su oranlarını otomatik olarak hesaplayın. Ön tanımlı veya özel oranlar.";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: 'Sıkça Sorulan Sorular',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: 'Kaynakça',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: 'Toplam Maya',
|
|
113
106
|
mm: 'EM',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -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 = "自动计算酸面种、面粉和水的比例以维护你的菌种。提供预设比例或自定义比例。";
|
|
@@ -72,15 +73,7 @@ export const content: ToolLocaleContent = {
|
|
|
72
73
|
title,
|
|
73
74
|
description,
|
|
74
75
|
faqTitle: '常见问题',
|
|
75
|
-
faq,
|
|
76
|
-
bibliographyTitle: '参考资料',
|
|
77
|
-
bibliography: [
|
|
78
|
-
{
|
|
79
|
-
name: 'Tartine Bread - Chad Robertson',
|
|
80
|
-
url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
howTo,
|
|
76
|
+
faq, howTo,
|
|
84
77
|
seo: [
|
|
85
78
|
{
|
|
86
79
|
type: 'title',
|
|
@@ -112,5 +105,6 @@ export const content: ToolLocaleContent = {
|
|
|
112
105
|
totalDough: '面种总量',
|
|
113
106
|
mm: 'MM',
|
|
114
107
|
},
|
|
108
|
+
bibliography,
|
|
115
109
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
116
110
|
};
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { SEORenderer } from
|
|
3
|
-
import {
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { sourdoughCalculator } from './entry';
|
|
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 sourdoughCalculator.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 }} />}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'The Perfect Loaf', url: 'https://www.theperfectloaf.com/' },
|
|
5
|
+
{ name: 'IACP - Professional Chef & Baking Conversions', url: 'https://www.iacp.com/' },
|
|
6
|
+
];
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
import { Icon } from 'astro-icon/components';
|
|
3
|
+
|
|
4
|
+
interface Props {
|
|
5
|
+
ui: Record<string, string>;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
const { ui } = Astro.props;
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
<div class="yeast-converter-container">
|
|
12
|
+
<div class="yc-grid" id="calculator-interface">
|
|
13
|
+
<section class="yc-section yc-section-primary">
|
|
14
|
+
<h3 class="yc-section-title">
|
|
15
|
+
<span>1.</span> {ui.selectYeastType}
|
|
16
|
+
</h3>
|
|
17
|
+
|
|
18
|
+
<div class="yc-type-selector">
|
|
19
|
+
<select id="yeast-source" class="yc-select">
|
|
20
|
+
<option value="fresh">{ui.freshYeast}</option>
|
|
21
|
+
<option value="dry">{ui.dryYeast}</option>
|
|
22
|
+
<option value="sourdough">{ui.sourdough}</option>
|
|
23
|
+
</select>
|
|
24
|
+
<Icon name="mdi:chevron-down" class="yc-select-icon" />
|
|
25
|
+
</div>
|
|
26
|
+
</section>
|
|
27
|
+
|
|
28
|
+
<section class="yc-section yc-section-primary">
|
|
29
|
+
<h3 class="yc-section-title">
|
|
30
|
+
<span>2.</span> {ui.enterAmount}
|
|
31
|
+
</h3>
|
|
32
|
+
|
|
33
|
+
<div class="yc-field">
|
|
34
|
+
<label for="yeast-amount" class="yc-label">{ui.quantity}</label>
|
|
35
|
+
<div class="yc-input-wrapper">
|
|
36
|
+
<input
|
|
37
|
+
type="number"
|
|
38
|
+
id="yeast-amount"
|
|
39
|
+
placeholder="0"
|
|
40
|
+
inputmode="decimal"
|
|
41
|
+
class="yc-input"
|
|
42
|
+
min="0"
|
|
43
|
+
step="0.1"
|
|
44
|
+
/>
|
|
45
|
+
<select id="yeast-unit" class="yc-unit-select">
|
|
46
|
+
<option value="g">{ui.grams}</option>
|
|
47
|
+
<option value="oz">{ui.ounces}</option>
|
|
48
|
+
<option value="lb">{ui.pounds}</option>
|
|
49
|
+
<option value="mg">{ui.milligrams}</option>
|
|
50
|
+
</select>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
<button id="reset-btn" class="yc-reset-btn">
|
|
55
|
+
<Icon name="mdi:restart" /> {ui.reset}
|
|
56
|
+
</button>
|
|
57
|
+
</section>
|
|
58
|
+
</div>
|
|
59
|
+
|
|
60
|
+
<div class="yc-results-card">
|
|
61
|
+
<div class="yc-results-header">
|
|
62
|
+
<h3 class="yc-results-title">
|
|
63
|
+
<Icon name="mdi:flask-outline" /> {ui.conversions}
|
|
64
|
+
</h3>
|
|
65
|
+
<button id="copy-btn" class="yc-copy-btn">
|
|
66
|
+
<Icon name="mdi:content-copy" /> {ui.copy}
|
|
67
|
+
</button>
|
|
68
|
+
</div>
|
|
69
|
+
|
|
70
|
+
<div id="results-container" class="yc-results-container">
|
|
71
|
+
<div class="yc-empty-state">
|
|
72
|
+
<Icon name="mdi:pot-steam" class="yc-empty-icon" />
|
|
73
|
+
<p>{ui.enterAmount}</p>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
|
|
79
|
+
<script>
|
|
80
|
+
import { initYeastConverter } from './init';
|
|
81
|
+
(window as Record<string, unknown>).__initYeastConverter = initYeastConverter;
|
|
82
|
+
</script>
|
|
83
|
+
|
|
84
|
+
<script define:vars={{ ui }} is:inline>
|
|
85
|
+
const init = () => {
|
|
86
|
+
if (window.__initYeastConverter) {
|
|
87
|
+
window.__initYeastConverter(ui);
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
if (document.readyState === 'loading') {
|
|
92
|
+
document.addEventListener('DOMContentLoaded', init);
|
|
93
|
+
} else {
|
|
94
|
+
init();
|
|
95
|
+
}
|
|
96
|
+
</script>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { CookingToolEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const yeastConverter: CookingToolEntry = {
|
|
4
|
+
id: 'yeast-converter',
|
|
5
|
+
icons: {
|
|
6
|
+
bg: 'mdi:pot-steam',
|
|
7
|
+
fg: 'mdi:flask-outline',
|
|
8
|
+
},
|
|
9
|
+
i18n: {
|
|
10
|
+
es: () => import('./i18n/es').then((m) => m.content),
|
|
11
|
+
en: () => import('./i18n/en').then((m) => m.content),
|
|
12
|
+
fr: () => import('./i18n/fr').then((m) => m.content),
|
|
13
|
+
de: () => import('./i18n/de').then((m) => m.content),
|
|
14
|
+
it: () => import('./i18n/it').then((m) => m.content),
|
|
15
|
+
pt: () => import('./i18n/pt').then((m) => m.content),
|
|
16
|
+
nl: () => import('./i18n/nl').then((m) => m.content),
|
|
17
|
+
sv: () => import('./i18n/sv').then((m) => m.content),
|
|
18
|
+
ru: () => import('./i18n/ru').then((m) => m.content),
|
|
19
|
+
tr: () => import('./i18n/tr').then((m) => m.content),
|
|
20
|
+
pl: () => import('./i18n/pl').then((m) => m.content),
|
|
21
|
+
id: () => import('./i18n/id').then((m) => m.content),
|
|
22
|
+
ja: () => import('./i18n/ja').then((m) => m.content),
|
|
23
|
+
zh: () => import('./i18n/zh').then((m) => m.content),
|
|
24
|
+
ko: () => import('./i18n/ko').then((m) => m.content),
|
|
25
|
+
},
|
|
26
|
+
};
|