@jjlmoya/utils-cooking 1.12.0 → 1.13.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 +2 -1
- package/src/category/i18n/de.ts +94 -0
- package/src/category/i18n/id.ts +94 -0
- package/src/category/i18n/it.ts +94 -0
- package/src/category/i18n/ja.ts +94 -0
- package/src/category/i18n/ko.ts +94 -0
- package/src/category/i18n/nl.ts +94 -0
- package/src/category/i18n/pl.ts +94 -0
- package/src/category/i18n/pt.ts +94 -0
- package/src/category/i18n/ru.ts +94 -0
- package/src/category/i18n/sv.ts +94 -0
- package/src/category/i18n/tr.ts +94 -0
- package/src/category/i18n/zh.ts +94 -0
- package/src/category/index.ts +12 -0
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/title_quality.test.ts +1 -1
- package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
- package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
- package/src/tool/american-kitchen-converter/index.ts +12 -0
- package/src/tool/banana-ripeness/i18n/de.ts +248 -0
- package/src/tool/banana-ripeness/i18n/id.ts +248 -0
- package/src/tool/banana-ripeness/i18n/it.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
- package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
- package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
- package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
- package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
- package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
- package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
- package/src/tool/banana-ripeness/index.ts +12 -0
- package/src/tool/brine/i18n/de.ts +253 -0
- package/src/tool/brine/i18n/id.ts +253 -0
- package/src/tool/brine/i18n/it.ts +253 -0
- package/src/tool/brine/i18n/ja.ts +253 -0
- package/src/tool/brine/i18n/ko.ts +253 -0
- package/src/tool/brine/i18n/nl.ts +253 -0
- package/src/tool/brine/i18n/pl.ts +253 -0
- package/src/tool/brine/i18n/pt.ts +253 -0
- package/src/tool/brine/i18n/ru.ts +253 -0
- package/src/tool/brine/i18n/sv.ts +253 -0
- package/src/tool/brine/i18n/tr.ts +253 -0
- package/src/tool/brine/i18n/zh.ts +253 -0
- package/src/tool/brine/index.ts +12 -0
- package/src/tool/cookware-guide/i18n/de.ts +200 -0
- package/src/tool/cookware-guide/i18n/fr.ts +2 -2
- package/src/tool/cookware-guide/i18n/id.ts +200 -0
- package/src/tool/cookware-guide/i18n/it.ts +200 -0
- package/src/tool/cookware-guide/i18n/ja.ts +200 -0
- package/src/tool/cookware-guide/i18n/ko.ts +200 -0
- package/src/tool/cookware-guide/i18n/nl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pl.ts +200 -0
- package/src/tool/cookware-guide/i18n/pt.ts +200 -0
- package/src/tool/cookware-guide/i18n/ru.ts +200 -0
- package/src/tool/cookware-guide/i18n/sv.ts +200 -0
- package/src/tool/cookware-guide/i18n/tr.ts +200 -0
- package/src/tool/cookware-guide/i18n/zh.ts +200 -0
- package/src/tool/cookware-guide/index.ts +12 -0
- package/src/tool/egg-timer/i18n/de.ts +252 -0
- package/src/tool/egg-timer/i18n/id.ts +252 -0
- package/src/tool/egg-timer/i18n/it.ts +252 -0
- package/src/tool/egg-timer/i18n/ja.ts +252 -0
- package/src/tool/egg-timer/i18n/ko.ts +252 -0
- package/src/tool/egg-timer/i18n/nl.ts +252 -0
- package/src/tool/egg-timer/i18n/pl.ts +252 -0
- package/src/tool/egg-timer/i18n/pt.ts +252 -0
- package/src/tool/egg-timer/i18n/ru.ts +252 -0
- package/src/tool/egg-timer/i18n/sv.ts +252 -0
- package/src/tool/egg-timer/i18n/tr.ts +252 -0
- package/src/tool/egg-timer/i18n/zh.ts +252 -0
- package/src/tool/egg-timer/index.ts +12 -0
- package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
- package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
- package/src/tool/ingredient-rescaler/index.ts +12 -0
- package/src/tool/kitchen-timer/i18n/de.ts +174 -0
- package/src/tool/kitchen-timer/i18n/id.ts +170 -0
- package/src/tool/kitchen-timer/i18n/it.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
- package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
- package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
- package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
- package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
- package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
- package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
- package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
- package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
- package/src/tool/kitchen-timer/index.ts +12 -0
- package/src/tool/meringue-peak/i18n/de.ts +221 -0
- package/src/tool/meringue-peak/i18n/id.ts +209 -0
- package/src/tool/meringue-peak/i18n/it.ts +210 -0
- package/src/tool/meringue-peak/i18n/ja.ts +210 -0
- package/src/tool/meringue-peak/i18n/ko.ts +210 -0
- package/src/tool/meringue-peak/i18n/nl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pl.ts +210 -0
- package/src/tool/meringue-peak/i18n/pt.ts +210 -0
- package/src/tool/meringue-peak/i18n/ru.ts +210 -0
- package/src/tool/meringue-peak/i18n/sv.ts +210 -0
- package/src/tool/meringue-peak/i18n/tr.ts +210 -0
- package/src/tool/meringue-peak/i18n/zh.ts +210 -0
- package/src/tool/meringue-peak/index.ts +12 -0
- package/src/tool/mold-scaler/i18n/de.ts +183 -0
- package/src/tool/mold-scaler/i18n/id.ts +169 -0
- package/src/tool/mold-scaler/i18n/it.ts +170 -0
- package/src/tool/mold-scaler/i18n/ja.ts +170 -0
- package/src/tool/mold-scaler/i18n/ko.ts +170 -0
- package/src/tool/mold-scaler/i18n/nl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pl.ts +170 -0
- package/src/tool/mold-scaler/i18n/pt.ts +170 -0
- package/src/tool/mold-scaler/i18n/ru.ts +170 -0
- package/src/tool/mold-scaler/i18n/sv.ts +170 -0
- package/src/tool/mold-scaler/i18n/tr.ts +170 -0
- package/src/tool/mold-scaler/i18n/zh.ts +170 -0
- package/src/tool/mold-scaler/index.ts +12 -0
- package/src/tool/pizza/i18n/de.ts +168 -0
- package/src/tool/pizza/i18n/id.ts +125 -0
- package/src/tool/pizza/i18n/it.ts +172 -0
- package/src/tool/pizza/i18n/ja.ts +125 -0
- package/src/tool/pizza/i18n/ko.ts +125 -0
- package/src/tool/pizza/i18n/nl.ts +164 -0
- package/src/tool/pizza/i18n/pl.ts +125 -0
- package/src/tool/pizza/i18n/pt.ts +168 -0
- package/src/tool/pizza/i18n/ru.ts +151 -0
- package/src/tool/pizza/i18n/sv.ts +164 -0
- package/src/tool/pizza/i18n/tr.ts +125 -0
- package/src/tool/pizza/i18n/zh.ts +125 -0
- package/src/tool/pizza/index.ts +12 -0
- package/src/tool/roux-guide/i18n/de.ts +165 -0
- package/src/tool/roux-guide/i18n/id.ts +139 -0
- package/src/tool/roux-guide/i18n/it.ts +165 -0
- package/src/tool/roux-guide/i18n/ja.ts +139 -0
- package/src/tool/roux-guide/i18n/ko.ts +139 -0
- package/src/tool/roux-guide/i18n/nl.ts +165 -0
- package/src/tool/roux-guide/i18n/pl.ts +139 -0
- package/src/tool/roux-guide/i18n/pt.ts +165 -0
- package/src/tool/roux-guide/i18n/ru.ts +139 -0
- package/src/tool/roux-guide/i18n/sv.ts +139 -0
- package/src/tool/roux-guide/i18n/tr.ts +139 -0
- package/src/tool/roux-guide/i18n/zh.ts +139 -0
- package/src/tool/roux-guide/index.ts +12 -0
- package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
- package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
- package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
- package/src/tool/sourdough-calculator/index.ts +12 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "루(Roux)와 마더 소스 마스터 가이드";
|
|
4
|
+
const description = "대화형 루 계산기. 베샤멜, 벨루테, 에스파뇰을 정확한 비율로 만드는 방법을 배워보세요. 클래식 프랑스 요리의 기초입니다.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: '루(Roux)란 무엇이며 어디에 쓰이나요?',
|
|
8
|
+
answer: '지방(주로 버터)과 밀가루를 약불에서 함께 볶은 혼합물입니다. 베샤멜이나 벨루테 같은 프랑스 마더 소스의 농도를 조절하는 기본 증점제로 사용됩니다.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: '루의 이상적인 비율은 얼마인가요?',
|
|
12
|
+
answer: '무게 기준으로 1:1이 표준입니다. 예를 들어 버터 50g에 밀가루 50g을 넣습니다. 이 양은 원하는 농도에 따라 약 1리터의 액체를 걸쭉하게 만들 수 있습니다.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: '루의 종류에 따른 차이점은 무엇인가요?',
|
|
16
|
+
answer: '화이트 루는 2-3분(베샤멜), 블론드 루는 5-8분(벨루테), 브라운 루는 15-20분(에스파뇰) 정도 볶습니다. 색이 진해질수록 견과류 향이 강해지지만 걸쭉하게 만드는 힘은 약해집니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '덩어리(응어리)가 생기지 않게 하려면 어떻게 하나요?',
|
|
20
|
+
answer: '루와 액체의 온도를 정반대로 맞추는 것이 철칙입니다. 뜨거운 루에는 차가운 액체를, 차가운 루에는 뜨거운 액체를 붓습니다. 액체를 조금씩 넣으며 거품기로 계속 저어주세요.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: '액체 종류 선택',
|
|
26
|
+
text: '우유(베샤멜), 화이트 스톡(벨루테), 브라운 스톡(에스파뇰) 또는 토마토 중에서 선택하세요.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: '원하는 농도 설정',
|
|
30
|
+
text: '수프나 크림부터 고로케 반죽까지. 계산기가 필요한 루의 비율을 자동으로 조정합니다.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: '액체 용량 입력',
|
|
34
|
+
text: '농도를 조절할 액체의 양을 ml 단위로 입력하세요. 계산기가 정확한 버터와 밀가루 양을 알려줍니다.',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'KRW' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: 'roux-guide',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: '자주 묻는 질문',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: '참고 문헌',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{
|
|
79
|
+
name: 'Larousse Gastronomique',
|
|
80
|
+
url: 'https://www.laroussecocina.com/',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
howTo,
|
|
84
|
+
seo: [
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: '루 및 마더 소스 계산 마스터 가이드',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '<strong>루(Roux)</strong>는 정통 프랑스 요리의 구조적 기초입니다. 밀가루, 버터, 액체 사이의 관계를 이해하는 것이 벨벳처럼 부드러운 소스와 덩어리진 소스의 차이를 결정합니다.',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
ui: {
|
|
96
|
+
baseLiquid: '기본 액체',
|
|
97
|
+
volume: '용량',
|
|
98
|
+
ml: 'ml',
|
|
99
|
+
liquidType: '액체 종류',
|
|
100
|
+
milk: '우유',
|
|
101
|
+
lightStock: '화이트 스톡',
|
|
102
|
+
darkStock: '브라운 스톡',
|
|
103
|
+
tomato: '토마토',
|
|
104
|
+
sauceTexture: '소스 농도',
|
|
105
|
+
soup: '수프 / 크림',
|
|
106
|
+
normalSauce: '일반 소스',
|
|
107
|
+
thick: '걸쭉함 / 필링',
|
|
108
|
+
croquette: '고로케 / 반죽',
|
|
109
|
+
rouxMix: '루 배합',
|
|
110
|
+
butter: '버터',
|
|
111
|
+
flour: '밀가루',
|
|
112
|
+
instructions: '만드는 법',
|
|
113
|
+
sauceName: '소스 종류',
|
|
114
|
+
ratio: '비율',
|
|
115
|
+
chefTip: '셰프의 팁',
|
|
116
|
+
white: '화이트',
|
|
117
|
+
blond: '블론드',
|
|
118
|
+
brown: '브라운',
|
|
119
|
+
beurreManied: '뵈르 마니에 (마지막 농도 조절용)',
|
|
120
|
+
recipeBechamel: "베샤멜",
|
|
121
|
+
recipeVeloute: "벨루테",
|
|
122
|
+
recipeEspagnole: "에스파뇰",
|
|
123
|
+
recipeTomato: "토마토 소스",
|
|
124
|
+
tipBechamel: "차가운 우유를 사용하세요. 처음에는 조금씩 넣고 힘차게 저어주세요.",
|
|
125
|
+
tipVeloute: "닭이나 생선 스톡을 사용하세요. 루에서 쿠키 같은 향이 날 때까지 볶습니다.",
|
|
126
|
+
tipEspagnole: "타지 않게 주의하며 초콜릿 색이 날 때까지 루를 볶으세요.",
|
|
127
|
+
tipTomato: "루는 토마토 소스의 질감을 더 풍부하고 부드럽게 만들어 줍니다.",
|
|
128
|
+
rouxWhiteLabel: "화이트 루",
|
|
129
|
+
rouxBlondLabel: "블론드 루",
|
|
130
|
+
rouxBrownLabel: "브라운 루",
|
|
131
|
+
descWhite: "생밀가루 냄새가 나지 않을 때까지만 볶으세요. 색은 내지 않습니다.",
|
|
132
|
+
descBlond: "연한 황금색과 견과류 향이 나도록 볶으세요.",
|
|
133
|
+
descBrown: "약불에서 초콜릿 색이 나도록 볶으세요. 약 10% 더 많은 양이 필요합니다.",
|
|
134
|
+
timeWhite: "2-3분",
|
|
135
|
+
timeBlond: "5-8분",
|
|
136
|
+
timeBrown: "15-20분",
|
|
137
|
+
},
|
|
138
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
139
|
+
};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Meestergids voor Roux en Moedersauzen";
|
|
4
|
+
const description = "Interactieve Roux-calculator. Leer Béchamel, Velouté en Espagnole maken met exacte verhoudingen. De basis van de klassieke Franse keuken.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Wat is een Roux en waarvoor dient het?',
|
|
8
|
+
answer: 'Het is een mengsel van vet (meestal boter) en bloem dat op laag vuur wordt gekookt. Het wordt gebruikt als basisbindmiddel voor de Franse moedersauzen zoals Béchamel of Velouté.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Wat is de ideale verhouding voor een Roux?',
|
|
12
|
+
answer: 'De standaardverhouding is 1:1 in gewicht. Bijvoorbeeld 50g boter en 50g bloem. Dit mengsel kan ongeveer 1 liter vloeistof binden, afhankelijk van de gewenste dikte.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Wat is het verschil tussen de soorten Roux?',
|
|
16
|
+
answer: 'Witte Roux wordt 2-3 min gekookt (Béchamel). Blanke Roux 5-8 min (Velouté). Donkere Roux (Brown) tot 15-20 min (Espagnole). Hoe meer kleur, hoe meer nootachtige smaak, maar hoe minder bindkracht.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Hoe voorkom ik klontjes?',
|
|
20
|
+
answer: 'De gulden regel is de tegenovergestelde temperatuur: koude vloeistof bij hete roux, of hete vloeistof bij koude roux. Voeg de vloeistof geleidelijk toe en roer constant met een garde.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Selecteer soort vloeistof',
|
|
26
|
+
text: 'Kies tussen melk (Béchamel), lichte bouillon (Velouté), donkere bouillon (Espagnole) of tomaat.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Bepaal de gewenste dikte',
|
|
30
|
+
text: 'Van soep/crème tot deeg voor kroketten. De calculator past automatisch de benodigde roux-verhouding aan.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Voer vloeistofvolume in',
|
|
34
|
+
text: 'Geef aan hoeveel ml vloeistof je wilt binden. De calculator vertelt je precies hoeveel boter en bloem je moet gebruiken.',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: 'roux-gids',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Veelgestelde Vragen',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Bibliografie',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{
|
|
79
|
+
name: 'Larousse Gastronomique',
|
|
80
|
+
url: 'https://www.laroussecocina.com/',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
howTo,
|
|
84
|
+
seo: [
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: 'Meestergids voor Roux en Moedersauzen Berekening',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'De <strong>roux</strong> is de structurele basis van de klassieke Franse keuken. Het begrijpen van de verhouding tussen bloem, boter en vloeistof is het verschil tussen een zijdezachte saus en een vloeistof met klontjes.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'stats',
|
|
96
|
+
columns: 4,
|
|
97
|
+
items: [
|
|
98
|
+
{
|
|
99
|
+
value: '1:1',
|
|
100
|
+
label: 'Verhouding Bloem:Vet',
|
|
101
|
+
icon: 'mdi:scale-balance',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: '3 min',
|
|
105
|
+
label: 'Tijd Witte Roux',
|
|
106
|
+
icon: 'mdi:timer-sand',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
value: '100g/L',
|
|
110
|
+
label: 'Ratio Dikke Sauzen',
|
|
111
|
+
icon: 'mdi:waves',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
value: '15 min',
|
|
115
|
+
label: 'Tijd Donkere Roux',
|
|
116
|
+
icon: 'mdi:fire',
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
ui: {
|
|
122
|
+
baseLiquid: 'Basisvloeistof',
|
|
123
|
+
volume: 'Volume',
|
|
124
|
+
ml: 'ml',
|
|
125
|
+
liquidType: 'Type Vloeistof',
|
|
126
|
+
milk: 'Melk',
|
|
127
|
+
lightStock: 'Lichte Bouillon',
|
|
128
|
+
darkStock: 'Donkere Bouillon',
|
|
129
|
+
tomato: 'Tomaat',
|
|
130
|
+
sauceTexture: 'Sausdikte',
|
|
131
|
+
soup: 'Soep / Crème',
|
|
132
|
+
normalSauce: 'Normale Saus',
|
|
133
|
+
thick: 'Dik / Vulling',
|
|
134
|
+
croquette: 'Kroket / Deeg',
|
|
135
|
+
rouxMix: 'Roux Mengsel',
|
|
136
|
+
butter: 'Boter',
|
|
137
|
+
flour: 'Bloem',
|
|
138
|
+
instructions: 'Instructies',
|
|
139
|
+
sauceName: 'Type Saus',
|
|
140
|
+
ratio: 'Ratio',
|
|
141
|
+
chefTip: 'Chef Tip',
|
|
142
|
+
white: 'Wit',
|
|
143
|
+
blond: 'Blond',
|
|
144
|
+
brown: 'Donker',
|
|
145
|
+
beurreManied: 'Beurre Manié (Voor bijsturen)',
|
|
146
|
+
recipeBechamel: "Béchamel",
|
|
147
|
+
recipeVeloute: "Velouté",
|
|
148
|
+
recipeEspagnole: "Espagnole",
|
|
149
|
+
recipeTomato: "Tomatensaus",
|
|
150
|
+
tipBechamel: "Gebruik koude melk. Voeg geleidelijk toe of in één keer als je hard roert.",
|
|
151
|
+
tipVeloute: "Gebruik gevogelte- of visbouillon. Laat de roux naar koekjes ruiken.",
|
|
152
|
+
tipEspagnole: "De roux moet de kleur van chocolade hebben, zonder te verbranden.",
|
|
153
|
+
tipTomato: "De roux helpt om de tomaat meer body en zachtheid te geven.",
|
|
154
|
+
rouxWhiteLabel: "Witte Roux",
|
|
155
|
+
rouxBlondLabel: "Blanke Roux",
|
|
156
|
+
rouxBrownLabel: "Donkere Roux",
|
|
157
|
+
descWhite: "Kook alleen tot de geur van rauwe bloem weg is. Geen kleur.",
|
|
158
|
+
descBlond: "Streef naar een goudgele kleur en een nootachtig aroma.",
|
|
159
|
+
descBrown: "Zeer laag vuur. Chocoladekleur. Vereist 10% meer gewicht.",
|
|
160
|
+
timeWhite: "2-3 min",
|
|
161
|
+
timeBlond: "5-8 min",
|
|
162
|
+
timeBrown: "15-20 min",
|
|
163
|
+
},
|
|
164
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
165
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Mistrzowski przewodnik po zasmażce Roux i sosach bazowych";
|
|
4
|
+
const description = "Interaktywny kalkulator zasmażki Roux. Naucz się przygotowywać sos Béchamel, Velouté i Espagnole z dokładnymi proporcjami. Podstawa kuchni francuskiej.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Co to jest Roux (zasmażka) i do czego służy?',
|
|
8
|
+
answer: 'To mieszanka tłuszczu (zwykle masła) i mąki gotowana na małym ogniu. Służy jako baza zagęszczająca do francuskich sosów matczynych, takich jak beszamel czy velouté.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Jaka jest idealna proporcja dla zasmażki Roux?',
|
|
12
|
+
answer: 'Standardowa proporcja to 1:1 wagowo. Na przykład 50g masła i 50g mąki. Taka mieszanka może zagęścić około 1 litr płynu, zależnie od pożądanej gęstości.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Jaka jest różnica między rodzajami zasmażki Roux?',
|
|
16
|
+
answer: 'Roux białe gotuje się 2-3 min (Beszamel). Złote 5-8 min (Velouté). Ciemne do 15-20 min (Sos Hiszpański). Im ciemniejszy kolor, tym bardziej orzechowy smak, ale mniejsza siła zagęszczania.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Jak unikać grudek?',
|
|
20
|
+
answer: 'Złota zasada to przeciwstawne temperatury: zimny płyn do gorącej zasmażki lub gorący płyn do zimnej zasmażki. Płyn dodawaj powoli i stale mieszaj rózgą.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Wybierz rodzaj płynu',
|
|
26
|
+
text: 'Wybierz mleko (Beszamel), jasny bulion (Velouté), ciemny bulion (Espagnole) lub pomidory.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Określ pożądaną gęstość',
|
|
30
|
+
text: 'Od zupy/kremu po ciasto na krokiety. Kalkulator automatycznie dostosuje potrzebną ilość zasmażki.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Wprowadź objętość płynu',
|
|
34
|
+
text: 'Określ, ile ml płynu chcesz zagęścić. Kalkulator poda dokładną ilość masła i mąki.',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'PLN' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: 'przewodnik-roux',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Często zadawane pytania',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Bibliografia',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{
|
|
79
|
+
name: 'Larousse Gastronomique',
|
|
80
|
+
url: 'https://www.laroussecocina.com/',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
howTo,
|
|
84
|
+
seo: [
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: 'Mistrzowski przewodnik po obliczaniu zasmażki Roux i sosów bazowych',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '<strong>Zasmażka Roux</strong> to strukturalna podstawa klasycznej kuchni francuskiej. Zrozumienie relacji między mąką, masłem i płynem to różnica między aksamitnym sosem a płynem z grudkami.',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
ui: {
|
|
96
|
+
baseLiquid: 'Płyn bazowy',
|
|
97
|
+
volume: 'Objętość',
|
|
98
|
+
ml: 'ml',
|
|
99
|
+
liquidType: 'Rodzaj płynu',
|
|
100
|
+
milk: 'Mleko',
|
|
101
|
+
lightStock: 'Jasny bulion',
|
|
102
|
+
darkStock: 'Ciemny bulion',
|
|
103
|
+
tomato: 'Pomidory',
|
|
104
|
+
sauceTexture: 'Gęstość sosu',
|
|
105
|
+
soup: 'Zupa / Krem',
|
|
106
|
+
normalSauce: 'Normalny sos',
|
|
107
|
+
thick: 'Gęsty / Nadzienie',
|
|
108
|
+
croquette: 'Krokiety / Ciasto',
|
|
109
|
+
rouxMix: 'Mieszanka Roux',
|
|
110
|
+
butter: 'Masło',
|
|
111
|
+
flour: 'Mąka',
|
|
112
|
+
instructions: 'Instrukcje',
|
|
113
|
+
sauceName: 'Rodzaj sosu',
|
|
114
|
+
ratio: 'Proporcja',
|
|
115
|
+
chefTip: 'Porada szefa',
|
|
116
|
+
white: 'Biała',
|
|
117
|
+
blond: 'Złota',
|
|
118
|
+
brown: 'Ciemna',
|
|
119
|
+
beurreManied: 'Beurre Manié (Do korekty na końcu)',
|
|
120
|
+
recipeBechamel: "Beszamel",
|
|
121
|
+
recipeVeloute: "Velouté",
|
|
122
|
+
recipeEspagnole: "Espagnole",
|
|
123
|
+
recipeTomato: "Sos pomidorowy",
|
|
124
|
+
tipBechamel: "Używaj zimnego mleka. Dodawaj stopniowo lub naraz, jeśli mocno mieszasz.",
|
|
125
|
+
tipVeloute: "Używaj bulionu drobiowego lub rybnego. Zasmażka powinna pachnieć herbatnikami.",
|
|
126
|
+
tipEspagnole: "Zasmażka powinna mieć kolor czekolady, ale nie może się przypalić.",
|
|
127
|
+
tipTomato: "Zasmażka pomoże nadać pomidorom odpowiednią strukturę i gładkość.",
|
|
128
|
+
rouxWhiteLabel: "Zasmażka biała",
|
|
129
|
+
rouxBlondLabel: "Zasmażka złota",
|
|
130
|
+
rouxBrownLabel: "Zasmażka ciemna",
|
|
131
|
+
descWhite: "Gotuj tylko do utraty zapachu surowej mąki. Nie zmieniaj koloru.",
|
|
132
|
+
descBlond: "Dąż do złotego koloru i orzechowego aromatu.",
|
|
133
|
+
descBrown: "Bardzo mały ogień. Kolor czekolady. Wymaga 10% większej wagi.",
|
|
134
|
+
timeWhite: "2-3 min",
|
|
135
|
+
timeBlond: "5-8 min",
|
|
136
|
+
timeBrown: "15-20 min",
|
|
137
|
+
},
|
|
138
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
139
|
+
};
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Guia Mestre de Roux e Molhos Mãe";
|
|
4
|
+
const description = "Calculadora interativa de Roux. Aprenda a criar Bechamel, Velouté e Espagnole com proporções exatas. A base da alta cozinha francesa.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'O que é um Roux e para que serve?',
|
|
8
|
+
answer: 'É uma mistura de gordura (geralmente manteiga) e farinha cozinhada em lume brando. É utilizada como agente espessante base para os molhos mãe franceses como o Bechamel ou o Velouté.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Qual é a proporção ideal para um Roux?',
|
|
12
|
+
answer: 'A proporção padrão é 1:1 em peso. Por exemplo, 50g de manteiga e 50g de farinha. Esta mistura pode espessar aproximadamente 1 litro de líquido, dependendo da densidade desejada.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Qual a diferença entre os tipos de Roux?',
|
|
16
|
+
answer: 'O Roux branco cozinha 2-3 min (Bechamel). O loiro 5-8 min (Velouté). O escuro até 15-20 min (Espanhol). Quanto mais cor, mais sabor a noz, mas menos capacidade espessante.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Como evitar os grumos?',
|
|
20
|
+
answer: 'A regra de ouro é a temperatura oposta: líquido frio sobre roux quente, ou líquido quente sobre roux frio. Adicione o líquido pouco a pouco e bata constantemente com as varas.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Selecione o tipo de líquido',
|
|
26
|
+
text: 'Escolha entre leite (Bechamel), fundo claro (Velouté), fundo escuro (Espagnole) ou tomate.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Defina a espessura desejada',
|
|
30
|
+
text: 'Desde sopa/creme até massa para croquetes. A calculadora ajustará automaticamente o rácio de roux necessário.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Introduza o volume de líquido',
|
|
34
|
+
text: 'Especifique quantos ml de líquido precisa de espessar. A calculadora dirá exatamente quanta manteiga e farinha usar.',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
|
|
38
|
+
const faqSchema = {
|
|
39
|
+
'@context': 'https://schema.org',
|
|
40
|
+
'@type': 'FAQPage',
|
|
41
|
+
mainEntity: faq.map((item) => ({
|
|
42
|
+
'@type': 'Question',
|
|
43
|
+
name: item.question,
|
|
44
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
45
|
+
})),
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const howToSchema = {
|
|
49
|
+
'@context': 'https://schema.org',
|
|
50
|
+
'@type': 'HowTo',
|
|
51
|
+
name: title,
|
|
52
|
+
description,
|
|
53
|
+
step: howTo.map((step) => ({
|
|
54
|
+
'@type': 'HowToStep',
|
|
55
|
+
name: step.name,
|
|
56
|
+
text: step.text,
|
|
57
|
+
})),
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const appSchema = {
|
|
61
|
+
'@context': 'https://schema.org',
|
|
62
|
+
'@type': 'SoftwareApplication',
|
|
63
|
+
name: title,
|
|
64
|
+
description,
|
|
65
|
+
applicationCategory: 'UtilitiesApplication',
|
|
66
|
+
operatingSystem: 'Web',
|
|
67
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const content: ToolLocaleContent = {
|
|
71
|
+
slug: 'guia-roux',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Perguntas Frequentes',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Bibliografia',
|
|
77
|
+
bibliography: [
|
|
78
|
+
{
|
|
79
|
+
name: 'Larousse Gastronomique',
|
|
80
|
+
url: 'https://www.laroussecocina.com/',
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
howTo,
|
|
84
|
+
seo: [
|
|
85
|
+
{
|
|
86
|
+
type: 'title',
|
|
87
|
+
text: 'Guia Mestre para o Cálculo de Roux e Molhos Mãe',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: 'O <strong>roux</strong> é a base estrutural da cozinha clássica francesa. Entender a relação entre a farinha, a manteiga e o líquido é a diferença entre um molho aveludado e um líquido com grumos.',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'stats',
|
|
96
|
+
columns: 4,
|
|
97
|
+
items: [
|
|
98
|
+
{
|
|
99
|
+
value: '1:1',
|
|
100
|
+
label: 'Proporção Farinha:Gordura',
|
|
101
|
+
icon: 'mdi:scale-balance',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
value: '3 min',
|
|
105
|
+
label: 'Tempo Roux Branco',
|
|
106
|
+
icon: 'mdi:timer-sand',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
value: '100g/L',
|
|
110
|
+
label: 'Rácio Molhos Espessos',
|
|
111
|
+
icon: 'mdi:waves',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
value: '15 min',
|
|
115
|
+
label: 'Tempo Roux Escuro',
|
|
116
|
+
icon: 'mdi:fire',
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
ui: {
|
|
122
|
+
baseLiquid: 'Líquido Base',
|
|
123
|
+
volume: 'Volume',
|
|
124
|
+
ml: 'ml',
|
|
125
|
+
liquidType: 'Tipo de Líquido',
|
|
126
|
+
milk: 'Leite',
|
|
127
|
+
lightStock: 'Fundo Claro',
|
|
128
|
+
darkStock: 'Fundo Escuro',
|
|
129
|
+
tomato: 'Tomate',
|
|
130
|
+
sauceTexture: 'Textura do Molho',
|
|
131
|
+
soup: 'Sopa / Creme',
|
|
132
|
+
normalSauce: 'Molho Normal',
|
|
133
|
+
thick: 'Espesso / Recheio',
|
|
134
|
+
croquette: 'Croquete / Massa',
|
|
135
|
+
rouxMix: 'Mistura Roux',
|
|
136
|
+
butter: 'Manteiga',
|
|
137
|
+
flour: 'Farinha',
|
|
138
|
+
instructions: 'Instruções',
|
|
139
|
+
sauceName: 'Tipo de Molho',
|
|
140
|
+
ratio: 'Rácio',
|
|
141
|
+
chefTip: 'Dica do Chef',
|
|
142
|
+
white: 'Branco',
|
|
143
|
+
blond: 'Loiro',
|
|
144
|
+
brown: 'Escuro',
|
|
145
|
+
beurreManied: 'Beurre Manié (Para ajustes finais)',
|
|
146
|
+
recipeBechamel: "Bechamel",
|
|
147
|
+
recipeVeloute: "Velouté",
|
|
148
|
+
recipeEspagnole: "Espanhol",
|
|
149
|
+
recipeTomato: "Molho de Tomate",
|
|
150
|
+
tipBechamel: "Use leite frio. Adicione gradualmente ou de uma só vez se bater forte.",
|
|
151
|
+
tipVeloute: "Use fundo de ave ou peixe. Deixe o roux cheirar a biscoito.",
|
|
152
|
+
tipEspagnole: "O roux deve ter a cor do chocolate, mas sem queimar.",
|
|
153
|
+
tipTomato: "O roux ajudará a dar corpo e suavidade à textura final do tomate.",
|
|
154
|
+
rouxWhiteLabel: "Roux Branco",
|
|
155
|
+
rouxBlondLabel: "Roux Loiro",
|
|
156
|
+
rouxBrownLabel: "Roux Escuro",
|
|
157
|
+
descWhite: "Cozinhe apenas até perder o odor a farinha crua. Sem cor.",
|
|
158
|
+
descBlond: "Procure uma cor dourada pálida e um aroma a noz.",
|
|
159
|
+
descBrown: "Lume muito brando. Cor chocolate. Requer 10% a mais de peso.",
|
|
160
|
+
timeWhite: "2-3 min",
|
|
161
|
+
timeBlond: "5-8 min",
|
|
162
|
+
timeBrown: "15-20 min",
|
|
163
|
+
},
|
|
164
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
165
|
+
};
|