@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 = "Convertitore Cucina Americana: Cup in Grammi e Temperature";
|
|
4
5
|
const description = "Converti cup, cucchiai e Fahrenheit in sistema metrico. La bussola per decifrare le ricette americane con precisione professionale.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Convertitore Cucina Americana: Cup in Grammi e Temperature',
|
|
81
82
|
description: 'Converti cup, cucchiai e Fahrenheit in sistema metrico. La bussola per decifrare le ricette americane con precisione professionale.',
|
|
82
83
|
faqTitle: 'Domande Frequenti',
|
|
83
|
-
bibliographyTitle: 'Bibliografia',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Copiato',
|
|
86
86
|
noHistory: 'Nessuna cronologia',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F. È la scala britannica. In cucina, cerchiamo il numero equivalente nel tuo forno: alcuni usano il gas, altri gradi elettronici.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Seleziona il tipo de conversione',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Con la conversione esatta, ora puoi seguire la ricetta americana con precisione professionale.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -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 = "アメリカのカップ、大さじ、ファーレンハイト(華氏)をメートル法に換算します。アメリカのレシピをプロの精度で読み解くためのツールです。";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: "アメリカン・キッチン・コンバーター:カップからグラム、温度への換算",
|
|
81
82
|
description: "アメリカのカップ、大さじ、ファーレンハイト(華氏)をメートル法に換算します。アメリカのレシピをプロの精度で読み解くためのツールです。",
|
|
82
83
|
faqTitle: "よくある質問",
|
|
83
|
-
bibliographyTitle: "参考資料",
|
|
84
84
|
ui: {
|
|
85
85
|
copied: "コピーしました",
|
|
86
86
|
noHistory: "履歴なし",
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: "ガス4 = 180°C = 350°Fです。これはイギリスの目盛りです。お使いのオーブンの仕様を確認して、最適な設定に調整してください。",
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: "換算の種類を選択する",
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: "正確な換算値を使用して、アメリカのレシピをプロの精度で再現しましょう。",
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -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 = "컵(cups), 큰술(tablespoons), 화씨(Fahrenheit)를 미터법으로 변환합니다. 미국 레시피를 전문가의 정밀함으로 해석하기 위한 나침반입니다.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: "미국식 주방 단위 변환기: 컵을 그람 및 온도로 변환",
|
|
81
82
|
description: "컵(cups), 큰술(tablespoons), 화씨(Fahrenheit)를 미터법으로 변환합니다. 미국 레시피를 전문가의 정밀함으로 해석하기 위한 나침반입니다.",
|
|
82
83
|
faqTitle: "자주 묻는 질문",
|
|
83
|
-
bibliographyTitle: "참고 자료",
|
|
84
84
|
ui: {
|
|
85
85
|
copied: "복사됨",
|
|
86
86
|
noHistory: "기록 없음",
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F입니다. 이는 영국식 가스 화력 등급입니다. 각 오븐의 사양에 맞춰 온도를 조절해야 최고의 결과를 얻을 수 있습니다.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: '변환 유형 선택',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: '정확한 변환 값을 사용하여 미국 레시피를 전문가 수준으로 재현해 보세요.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Amerikaanse Keukénomzetter: Cups naar Gram en Temperaturen";
|
|
4
5
|
const description = "Converteer cups, eetlepels en Fahrenheit naar het metrische systeem. Het kompas om Amerikaanse recepten met professionele precisie te ontcijferen.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Amerikaanse Keukénomzetter: Cups naar Gram en Temperaturen',
|
|
81
82
|
description: 'Converteer cups, eetlepels en Fahrenheit naar het metrische systeem. Het kompas om Amerikaanse recepten met professionele precisie te ontcijferen.',
|
|
82
83
|
faqTitle: 'Veelgestelde Vragen',
|
|
83
|
-
bibliographyTitle: 'Bibliografie',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Gekopieerd',
|
|
86
86
|
noHistory: 'Geen geschiedenis',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F. Dit is de Britse schaal. In onze keuken zoeken we de equivalente waarde op jouw oven: sommige gebruiken gasstanden, andere elektronische graden.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Selecteer het type conversie',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Met de exacte conversie kun je nu het Amerikaanse recept met professionele precisie volgen.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Konwerter Kuchni Amerykańskiej: Szklanki na Gramy i Temperatury";
|
|
4
5
|
const description = "Konwertuj szklanki (cups), łyżki i stopnie Fahrenheita na system metryczny. Twój kompas do rozszyfrowania amerykańskich przepisów z profesjonalną precyzją.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Konwerter Kuchni Amerykańskiej: Szklanki na Gramy i Temperatury',
|
|
81
82
|
description: 'Konwertuj szklanki (cups), łyżki i stopnie Fahrenheita na system metryczny. Twój kompas do rozszyfrowania amerykańskich przepisów z profesjonalną precyzją.',
|
|
82
83
|
faqTitle: 'Często zadawane pytania',
|
|
83
|
-
bibliographyTitle: 'Bibliografia',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Skopiowano',
|
|
86
86
|
noHistory: 'Brak historii',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F. Jest to brytyjska skala gazowa. W kuchni szukamy odpowiednika dla Twojego piekarnika: niektóre mają pokrętła z numerami, inne elektroniczne sterowanie stopniami.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Wybierz rodzaj konwersji',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Dzięki dokładnemu przeliczeniu możesz teraz wykonać amerykański przepis z profesjonalną precyzją.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Conversor de Cozinha Americana: Cups para Gramas e Temperaturas";
|
|
4
5
|
const description = "Converta cups, colheres e Fahrenheit para o sistema métrico. A bússola para decifrar receitas americanas com precisão profissional.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Conversor de Cozinha Americana: Cups para Gramas e Temperaturas',
|
|
81
82
|
description: 'Converta cups, colheres e Fahrenheit para o sistema métrico. A bússola para decifrar receitas americanas com precisão profissional.',
|
|
82
83
|
faqTitle: 'Perguntas Frequentes',
|
|
83
|
-
bibliographyTitle: 'Bibliografia',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Copiado',
|
|
86
86
|
noHistory: 'Sem histórico',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F. É a escala britânica. Na cozinha, buscamos o número equivalente no seu forno: alguns usam gás, outros graus eletrônicos.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Selecione o tipo de conversão',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Com a conversão exata, agora você pode seguir a receita americana com precisão profissional.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -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 = "Конвертируйте чашки (cups), столовые ложки и градусы Фаренгейта в метрическую систему. Ваш компас для расшифровки американских рецептов с профессиональной точностью.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Американский кухонный конвертер: из чашек в граммы и температуры',
|
|
81
82
|
description: 'Конвертируйте чашки (cups), столовые ложки и градусы Фаренгейта в метрическую систему. Ваш компас для расшифровки американских рецептов с профессиональной точностью.',
|
|
82
83
|
faqTitle: 'Часто задаваемые вопросы',
|
|
83
|
-
bibliographyTitle: 'Библиография',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Скопировано',
|
|
86
86
|
noHistory: 'История пуста',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Газ 4 = 180°C = 350°F. Это британская шкала. В рецептах мы ищем эквивалентное значение для вашей духовки: некоторые используют газовые деления, другие — электронную установку градусов.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Выберите тип конвертации',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Благодаря точной конвертации, теперь вы можете следовать американскому рецепту с профессиональной точностью.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Amerikansk Köksomvandlare: Cups till Gram och Temperaturer";
|
|
4
5
|
const description = "Omvandla cups, matskedar och Fahrenheit till det metriska systemet. Kompassen för att tyda amerikanska recept med professionell precision.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: 'Amerikansk Köksomvandlare: Cups till Gram och Temperaturer',
|
|
81
82
|
description: 'Omvandla cups, matskedar och Fahrenheit till det metriska systemet. Kompassen för att tyda amerikanska recept med professionell precision.',
|
|
82
83
|
faqTitle: 'Vanliga frågor',
|
|
83
|
-
bibliographyTitle: 'Bibliografi',
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Kopierat',
|
|
86
86
|
noHistory: 'Ingen historik',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: 'Gas 4 = 180°C = 350°F. Detta är den brittiska skalan. I köket letar vi efter motsvarande värde för din ugn: vissa använder gaslägen, andra elektroniska grader.',
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: 'Välj typ av omvandling',
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: 'Med den exakta omvandlingen kan du nu följa det amerikanska receptet med professionell precision.',
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Amerikan Mutfak Ölçü Dönüştürücü: Cup'tan Gram'a ve Sıcaklıklar";
|
|
4
5
|
const description = "Cup, yemek kaşığı ve Fahrenheit ölçülerini metrik sisteme dönüştürün. Amerikan tariflerini profesyonel hassasiyetle çözmek için pusulanız.";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: "Amerikan Mutfak Ölçü Dönüştürücü: Cup'tan Gram'a ve Sıcaklıklar",
|
|
81
82
|
description: "Cup, yemek kaşığı ve Fahrenheit ölçülerini metrik sisteme dönüştürün. Amerikan tariflerini profesyonel hassasiyetle çözmek için pusulanız.",
|
|
82
83
|
faqTitle: "Sıkça Sorulan Sorular",
|
|
83
|
-
bibliographyTitle: "Kaynakça",
|
|
84
84
|
ui: {
|
|
85
85
|
copied: 'Kopyalandı',
|
|
86
86
|
noHistory: 'Geçmiş yok',
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: "Gas 4 = 180°C = 350°F. Bu İngiliz ölçeğidir. Mutfakta fırınınızdaki eşdeğer sayıyı ararız: bazıları gaz ayarı, bazıları elektronik derece kullanır.",
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: "Dönüştürme türünü seçin",
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: "Kesin dönüştürme ile artık Amerikan tarifini profesyonel hassasiyetle takip edebilirsiniz.",
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -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 = "将美式量杯(cups)、大勺(tablespoons)及华氏度(Fahrenheit)转换为公制单位。为您精准解读美式食谱的专业指南。";
|
|
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
|
|
|
80
81
|
title: "美式厨房单位转换器:杯转克与温度换算",
|
|
81
82
|
description: "将美式量杯(cups)、大勺(tablespoons)及华氏度(Fahrenheit)转换为公制单位。为您精准解读美式食谱的专业指南。",
|
|
82
83
|
faqTitle: "常问问题",
|
|
83
|
-
bibliographyTitle: "参考资料",
|
|
84
84
|
ui: {
|
|
85
85
|
copied: "已复制",
|
|
86
86
|
noHistory: "暂无记录",
|
|
@@ -324,16 +324,6 @@ export const content: ToolLocaleContent = {
|
|
|
324
324
|
answer: "Gas 4 = 180°C = 350°F。这是英国常用的燃气刻度。在厨房中,请对应您烤箱的具体刻度或电子显示进行调整。",
|
|
325
325
|
},
|
|
326
326
|
],
|
|
327
|
-
bibliography: [
|
|
328
|
-
{
|
|
329
|
-
name: 'King Arthur Baking: Ingredient Weight Chart',
|
|
330
|
-
url: 'https://www.kingarthurbaking.com/learn/ingredient-weight-chart',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Culinary Institute of America: Conversions and Equivalents',
|
|
334
|
-
url: 'https://www.ciachef.edu/',
|
|
335
|
-
},
|
|
336
|
-
],
|
|
337
327
|
howTo: [
|
|
338
328
|
{
|
|
339
329
|
name: "选择转换类型",
|
|
@@ -352,5 +342,6 @@ export const content: ToolLocaleContent = {
|
|
|
352
342
|
text: "有了精准的转换数值,您现在可以以专业水准制作美式食谱了。",
|
|
353
343
|
},
|
|
354
344
|
],
|
|
345
|
+
bibliography,
|
|
355
346
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
356
347
|
};
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
import { SEORenderer } from
|
|
3
|
-
import {
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
3
|
+
import { americanKitchenConverter } 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 americanKitchenConverter.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 '@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} />
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const bibliography = [
|
|
2
|
+
{
|
|
3
|
+
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
4
|
+
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
8
|
+
url: 'https://www.nature.com/articles/226976b0',
|
|
9
|
+
},
|
|
10
|
+
];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Bananen Diagnose und Konservierung: Wissenschaftlicher Leitfaden";
|
|
4
5
|
const description = "Analysieren Sie den Reifegrad Ihrer Bananen mit wissenschaftlicher Präzision. Lernen Sie Konservierungstechniken, die Biochemie von Ethylen und die Ernährungsoptimierung kennen.";
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Bananen Diagnose und Konservierung: Wissenschaftlicher Leitfaden',
|
|
77
78
|
description: 'Analysieren Sie den Reifegrad Ihrer Bananen mit wissenschaftlicher Präzision. Lernen Sie Konservierungstechniken, die Biochemie von Ethylen und die Ernährungsoptimierung kennen.',
|
|
78
79
|
faqTitle: 'Häufig gestellte Fragen',
|
|
79
|
-
bibliographyTitle: 'Quellen und Referenzen',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Reifegrad',
|
|
82
82
|
nextStageLabel: 'Nächste Stufe in',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Befolgen Sie die spezifischen Empfehlungen zur Konservierung und Beschleunigung je nach aktuellem Zustand.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review',
|
|
150
|
-
url: '',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Abbau-Warnung:</strong> Externe Faktoren wie eine relative Luftfeuchtigkeit von über 85% oder Temperaturen über 25°C können den Abbau drastisch beschleunigen, sodass die Banane innerhalb weniger Stunden von optimal zu ungenießbar wird. Dieser Simulator hilft Ihnen, diese Veränderungen vorherzusehen und strategisch zu planen.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|
|
@@ -1,43 +1,44 @@
|
|
|
1
1
|
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
import { bibliography } from '../bibliography';
|
|
2
3
|
|
|
3
4
|
const title = "Banana Diagnostics and Conservation: Scientific Guide";
|
|
4
5
|
const description = "Analyze your banana ripening stage with scientific precision. Learn conservation techniques, ethylene biochemistry, and nutritional optimization.";
|
|
5
6
|
const faq = [
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
{
|
|
8
|
+
question: 'Why do bananas turn black in the fridge?',
|
|
9
|
+
answer: 'Cold breaks down cell walls in the peel, releasing enzymes that oxidize phenols and create black polyphenols. However, the inside usually stays firm and sweet longer than outside.',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
question: 'How can I ripen a banana quickly?',
|
|
13
|
+
answer: 'Put them in a closed paper bag with an apple or tomato. These emit ethylene gas, which accelerates ripening. If in a hurry, you can put them in the oven at low temperature for a few minutes.',
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
question: 'Is it safe to eat spotted bananas?',
|
|
17
|
+
answer: 'Yes, totally. Spots indicate starch has converted to sugar, making them sweeter and more digestible. Only discard if they have mold, smell bad, or are excessively soft.',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
question: 'What is ethylene?',
|
|
21
|
+
answer: 'It\'s a plant hormone in gas form that regulates growth and ripening. Banana is a climacteric fruit, meaning it continues producing ethylene and ripening after harvest.',
|
|
22
|
+
},
|
|
23
|
+
];
|
|
23
24
|
const howTo = [
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
25
|
+
{
|
|
26
|
+
name: 'Observe the color',
|
|
27
|
+
text: 'Carefully examine peel color, from green to dark brown, to determine current ripening stage.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Use the simulator',
|
|
31
|
+
text: 'Slide the ripeness indicator to see accurate predictions about when it reaches the next stage.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Adjust conditions',
|
|
35
|
+
text: 'Modify temperature and humidity to see how they affect ripening speed.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Apply conservation',
|
|
39
|
+
text: 'Follow specific conservation and acceleration recommendations based on current stage.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
41
42
|
|
|
42
43
|
const faqSchema = {
|
|
43
44
|
'@context': 'https://schema.org',
|
|
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
|
|
|
76
77
|
title: 'Banana Diagnostics and Conservation: Scientific Guide',
|
|
77
78
|
description: 'Analyze your banana ripening stage with scientific precision. Learn conservation techniques, ethylene biochemistry, and nutritional optimization.',
|
|
78
79
|
faqTitle: 'Frequently Asked Questions',
|
|
79
|
-
bibliographyTitle: 'Sources and References',
|
|
80
80
|
ui: {
|
|
81
81
|
ripesnessLabel: 'Ripeness State',
|
|
82
82
|
nextStageLabel: 'Next Stage in',
|
|
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
|
|
|
144
144
|
text: 'Follow specific conservation and acceleration recommendations based on current stage.',
|
|
145
145
|
},
|
|
146
146
|
],
|
|
147
|
-
bibliography: [
|
|
148
|
-
{
|
|
149
|
-
name: 'Ethylene and Fruit Ripening: A Biological Review (Nature Research)',
|
|
150
|
-
url: 'https://www.researchgate.net/profile/Jean-Claude-Pech/publication/284632414_Ethylene_and_Fruit_Ripening/links/5aef0bcbaca2727bc006482c/Ethylene-and-Fruit-Ripening.pdf',
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
|
|
154
|
-
url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
|
|
158
|
-
url: 'https://www.nature.com/articles/226976b0',
|
|
159
|
-
},
|
|
160
|
-
],
|
|
161
147
|
seo: [
|
|
162
148
|
{
|
|
163
149
|
type: 'title',
|
|
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
|
|
|
244
230
|
html: '<strong>Degradation Alert:</strong> External factors like relative humidity over 85% or temperatures above 25°C can drastically accelerate degradation, taking banana from optimal to inedible in hours. This simulator helps you anticipate these changes and plan strategically.',
|
|
245
231
|
},
|
|
246
232
|
],
|
|
233
|
+
bibliography,
|
|
247
234
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
248
235
|
};
|