@jjlmoya/utils-cooking 1.12.0 → 1.14.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/slug_language_code_format.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- 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/fr.ts +1 -1
- 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 +3 -3
- 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/es.ts +95 -95
- 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/es.ts +228 -228
- package/src/tool/pizza/i18n/fr.ts +1 -1
- 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/es.ts +172 -172
- 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,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-molhos-mae',
|
|
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
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Экспертное руководство по Ру и материнским соусам";
|
|
4
|
+
const description = "Интерактивный калькулятор Ру. Научитесь готовить Бешамель, Велюте и Эспаньоль с точными пропорциями. Основа французской кухни.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Что такое Ру (Roux) и для чего он нужен?',
|
|
8
|
+
answer: 'Это смесь жира (обычно сливочного масла) и муки, проваренная на медленном огне. Используется как базовый загуститель для французских материнских соусов, таких как Бешамель или Велюте.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: ' Какая идеальная пропорция для Ру?',
|
|
12
|
+
answer: 'Стандартная пропорция — 1:1 по весу. Например, 50 г масла и 50 г муки. Эта смесь может загустить примерно 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: 'Укажите объем жидкости в мл. Калькулятор подскажет точное количество масла и муки.',
|
|
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-materialnye-sousy',
|
|
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>Ру</strong> — это структурная основа классической французской кухни. Понимание соотношения муки, масла и жидкости — это разница между бархатистым соусом и жидкостью с комочками.',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
ui: {
|
|
96
|
+
baseLiquid: 'Базовая жидкость',
|
|
97
|
+
volume: 'Объем',
|
|
98
|
+
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,139 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Mästarguide för Roux och Grundsåser";
|
|
4
|
+
const description = "Interaktiv Roux-kalkylator. Lär dig göra Béchamel, Velouté och Espagnole med exakta proportioner. Grunden i det klassiska franska köket.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Vad är en Roux och vad används den till?',
|
|
8
|
+
answer: 'Det är en blandning av fett (vanligtvis smör) och mjöl som tillagas på låg värme. Den används som basredning för franska grundsåser som Béchamel eller Velouté.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Vilken är den ideala proportionen för en Roux?',
|
|
12
|
+
answer: 'Standardproportionen är 1:1 i vikt. Till exempel 50g smör och 50g mjöl. Denna blandning kan reda ca 1 liter vätska beroende på önskad tjocklek.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Vad är skillnaden mellan olika typer av Roux?',
|
|
16
|
+
answer: 'Vit Roux tillagas 2-3 min (Béchamel). Ljus Roux 5-8 min (Velouté). Mörk Roux (Brown) upp till 15-20 min (Espagnole). Ju mörkare färg, desto mer nötig smak men mindre redningsförmåga.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Hur undviker jag klumpar?',
|
|
20
|
+
answer: 'Gyllene regeln är motsatt temperatur: kall vätska i varm roux, eller varm vätska i kall roux. Tillsätt vätskan lite i taget och vispa konstant.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Välj typ av vätska',
|
|
26
|
+
text: 'Välj mellan mjölk (Béchamel), ljus buljong (Velouté), mörk buljong (Espagnole) eller tomat.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'Bestäm önskad tjocklek',
|
|
30
|
+
text: 'Från soppa/kräm till deg för kroketter. Kalkylatorn justerar automatiskt behoven av roux.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Ange vätskevolym',
|
|
34
|
+
text: 'Ange hur många ml vätska du vill reda. Kalkylatorn berättar exakt hur mycket smör och mjöl du ska använda.',
|
|
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: 'masterguide-roux-grundsaser',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Vanliga Frågor',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Bibliografi',
|
|
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: 'Mästarguide för Beräkning av Roux och Grundsåser',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '<strong>Roux</strong> är den strukturella basen i det klassiska franska köket. Att förstå förhållandet mellan mjöl, smör och vätska är skillnaden mellan en silkeslen sås och en klumpig vätska.',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
ui: {
|
|
96
|
+
baseLiquid: 'Basvätska',
|
|
97
|
+
volume: 'Volym',
|
|
98
|
+
ml: 'ml',
|
|
99
|
+
liquidType: 'Typ av vätska',
|
|
100
|
+
milk: 'Mjölk',
|
|
101
|
+
lightStock: 'Ljus buljong',
|
|
102
|
+
darkStock: 'Mörk buljong',
|
|
103
|
+
tomato: 'Tomat',
|
|
104
|
+
sauceTexture: 'Sås-tjocklek',
|
|
105
|
+
soup: 'Soppa / Kräm',
|
|
106
|
+
normalSauce: 'Normal sås',
|
|
107
|
+
thick: 'Tjock / Fyllning',
|
|
108
|
+
croquette: 'Krokett / Deg',
|
|
109
|
+
rouxMix: 'Roux-blandning',
|
|
110
|
+
butter: 'Smör',
|
|
111
|
+
flour: 'Mjöl',
|
|
112
|
+
instructions: 'Instruktioner',
|
|
113
|
+
sauceName: 'Typ av sås',
|
|
114
|
+
ratio: 'Förhållande',
|
|
115
|
+
chefTip: 'Kocktips',
|
|
116
|
+
white: 'Vit',
|
|
117
|
+
blond: 'Ljus',
|
|
118
|
+
brown: 'Mörk',
|
|
119
|
+
beurreManied: 'Beurre Manié (För sista justering)',
|
|
120
|
+
recipeBechamel: "Béchamel",
|
|
121
|
+
recipeVeloute: "Velouté",
|
|
122
|
+
recipeEspagnole: "Espagnole",
|
|
123
|
+
recipeTomato: "Tomatsås",
|
|
124
|
+
tipBechamel: "Använd kall mjölk. Tillsätt gradvis eller allt på en gång om du vispar kraftigt.",
|
|
125
|
+
tipVeloute: "Använd kyckling- eller fiskbuljong. Rouxen ska lukta som kaka.",
|
|
126
|
+
tipEspagnole: "Rouxen ska ha färgen av choklad, utan att brännas.",
|
|
127
|
+
tipTomato: "Rouxen hjälper till att ge tomaten fyllighet och mjukhet.",
|
|
128
|
+
rouxWhiteLabel: "Vit Roux",
|
|
129
|
+
rouxBlondLabel: "Ljus Roux",
|
|
130
|
+
rouxBrownLabel: "Mörk Roux",
|
|
131
|
+
descWhite: "Tillaga bara tills doften av rått mjöl försvinner. Ingen färg.",
|
|
132
|
+
descBlond: "Sikta på en guldgul färg och en nötig arom.",
|
|
133
|
+
descBrown: "Mycket svag värme. Chokladfärg. Kräver 10% mer vikt.",
|
|
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,139 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = "Meyane (Roux) ve Temel Soslar Rehberi";
|
|
4
|
+
const description = "Etkileşimli Meyane hesaplayıcı. Beşamel, Velouté ve Espanyol soslarını tam oranlarla yapmayı öğrenin. Klasik Fransız mutfağının temeli.";
|
|
5
|
+
const faq = [
|
|
6
|
+
{
|
|
7
|
+
question: 'Meyane (Roux) nedir ve ne işe yarar?',
|
|
8
|
+
answer: 'Kısık ateşte pişirilmiş yağ (genellikle tereyağı) ve un karışımıdır. Beşamel veya Velouté gibi Fransız temel sosları için temel koyulaştırıcı madde olarak kullanılır.',
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
question: 'Meyane için ideal oran nedir?',
|
|
12
|
+
answer: 'Standart oran ağırlıkça 1:1\'dir. Örneğin, 50g tereyağı ve 50g un. Bu karışım, istenen yoğunluğa bağlı olarak yaklaşık 1 litre sıvıyı koyulaştırabilir.',
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
question: 'Meyane çeşitleri arasındaki fark nedir?',
|
|
16
|
+
answer: 'Beyaz Meyane 2-3 dk pişirilir (Beşamel). Sarı Meyane 5-8 dk (Velouté). Kahverengi Meyane 15-20 dakikaya kadar (Espanyol). Renk arttıkça fındıksı tat artar ancak koyulaştırma gücü azalır.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Topaklanmayı nasıl önlerim?',
|
|
20
|
+
answer: 'Altın kural zıt sıcaklıktır: sıcak meyaneye soğuk sıvı veya soğuk meyaneye sıcak sıvı. Sıvıyı azar azar ekleyin ve sürekli çırpın.',
|
|
21
|
+
},
|
|
22
|
+
];
|
|
23
|
+
const howTo = [
|
|
24
|
+
{
|
|
25
|
+
name: 'Sıvı türünü seçin',
|
|
26
|
+
text: 'Süt (Beşamel), beyaz stok (Velouté), kahverengi stok (Espanyol) veya domates arasından seçim yapın.',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: 'İstenen yoğunluğu belirleyin',
|
|
30
|
+
text: 'Çorbadan kroket hamuruna kadar. Hesaplayıcı gerekli meyane oranını otomatik olarak ayarlayacaktır.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Sıvı hacmini girin',
|
|
34
|
+
text: 'Koyulaştırmak istediğiniz sıvının ml miktarını belirtin. Hesaplayıcı size tam olarak ne kadar tereyağı ve un kullanacağınızı söyleyecektir.',
|
|
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: 'meyane-rehberi',
|
|
72
|
+
title,
|
|
73
|
+
description,
|
|
74
|
+
faqTitle: 'Sıkça Sorulan Sorular',
|
|
75
|
+
faq,
|
|
76
|
+
bibliographyTitle: 'Kaynakça',
|
|
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: 'Meyane ve Temel Sos Hesaplama Usta Rehberi',
|
|
88
|
+
level: 2,
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
type: 'paragraph',
|
|
92
|
+
html: '<strong>Meyane</strong>, klasik Fransız mutfağının yapısal temelidir. Un, tereyağı ve sıvı arasındaki ilişkiyi anlamak, ipeksi bir sos ile topaklanmış bir sıvı arasındaki farktır.',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
ui: {
|
|
96
|
+
baseLiquid: 'Temel Sıvı',
|
|
97
|
+
volume: 'Hacim',
|
|
98
|
+
ml: 'ml',
|
|
99
|
+
liquidType: 'Sıvı Türü',
|
|
100
|
+
milk: 'Süt',
|
|
101
|
+
lightStock: 'Beyaz Stok',
|
|
102
|
+
darkStock: 'Kahverengi Stok',
|
|
103
|
+
tomato: 'Domates',
|
|
104
|
+
sauceTexture: 'Sos Yoğunluğu',
|
|
105
|
+
soup: 'Çorba / Krema',
|
|
106
|
+
normalSauce: 'Normal Sos',
|
|
107
|
+
thick: 'Koyu / Dolgu',
|
|
108
|
+
croquette: 'Kroket / Hamur',
|
|
109
|
+
rouxMix: 'Meyane Karışımı',
|
|
110
|
+
butter: 'Tereyağı',
|
|
111
|
+
flour: 'Un',
|
|
112
|
+
instructions: 'Talimatlar',
|
|
113
|
+
sauceName: 'Sos Türü',
|
|
114
|
+
ratio: 'Oran',
|
|
115
|
+
chefTip: 'Şefin İpucu',
|
|
116
|
+
white: 'Beyaz',
|
|
117
|
+
blond: 'Sarı',
|
|
118
|
+
brown: 'Kahverengi',
|
|
119
|
+
beurreManied: 'Beurre Manié (Son düzeltmeler için)',
|
|
120
|
+
recipeBechamel: "Beşamel",
|
|
121
|
+
recipeVeloute: "Velouté",
|
|
122
|
+
recipeEspagnole: "Espanyol",
|
|
123
|
+
recipeTomato: "Domates Sosu",
|
|
124
|
+
tipBechamel: "Soğuk süt kullanın. Başlangıçta yavaşça ekleyin veya hızlıca çırpın.",
|
|
125
|
+
tipVeloute: "Tavuk veya balık stoğu kullanın. Meyane bisküvi gibi kokmalıdır.",
|
|
126
|
+
tipEspagnole: "Meyane çikolata renginde olmalı ama yanmamalıdır.",
|
|
127
|
+
tipTomato: "Meyane, domatesin son dokusuna gövde ve yumuşaklık kazandırmaya yardımcı olur.",
|
|
128
|
+
rouxWhiteLabel: "Beyaz Meyane",
|
|
129
|
+
rouxBlondLabel: "Sarı Meyane",
|
|
130
|
+
rouxBrownLabel: "Kahverengi Meyane",
|
|
131
|
+
descWhite: "Sadece çiğ un kokusu gidene kadar pişirin. Renk almasın.",
|
|
132
|
+
descBlond: "Altın sarısı bir renk ve fındıksı bir koku hedefleyin.",
|
|
133
|
+
descBrown: "Çok kısık ateş. Çikolata rengi. %10 daha fazla miktar gerektirir.",
|
|
134
|
+
timeWhite: "2-3 dk",
|
|
135
|
+
timeBlond: "5-8 dk",
|
|
136
|
+
timeBrown: "15-20 dk",
|
|
137
|
+
},
|
|
138
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema as any],
|
|
139
|
+
};
|