@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,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = '베이킹 틀 사이즈 변환 계산기';
|
|
4
|
+
const description =
|
|
5
|
+
'모든 베이킹 레시피를 내 틀에 맞게 조절하세요. 원형, 정사각형, 직사각형 틀의 변환 계수를 전문가급 정밀도로 자동 계산해 드립니다.';
|
|
6
|
+
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: '변환 계수는 정확히 어떻게 계산되나요?',
|
|
10
|
+
answer:
|
|
11
|
+
'계수는 "목표 틀 면적"을 "원래 레시피 틀 면적"으로 나누어 산출됩니다. 결과가 1.5라면 모든 재료의 양에 1.5를 곱하면 됩니다.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '원형 틀을 정사각형 틀로 변환할 수 있나요?',
|
|
15
|
+
answer:
|
|
16
|
+
'네, 이 도구는 형태에 관계없이 면적을 비교하기 위해 정밀한 기하학 공식을 사용합니다. 치수만 입력하면 시스템이 자동으로 면적 동등성을 계산합니다.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: '틀의 높이는 어떻게 고려되나요?',
|
|
20
|
+
answer:
|
|
21
|
+
'이 도구는 가장 중요한 바닥 면적에 집중합니다. 내 틀이 원본보다 훨씬 높거나 낮다면 온도와 관계없이 굽는 시간을 약간 조정해야 할 수도 있습니다.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: '재료 목록에 항목을 추가하는 방법은?',
|
|
25
|
+
answer:
|
|
26
|
+
'하단 버튼을 클릭하여 새 행을 추가하세요. 재료 이름과 원래 무게를 적으면 변환된 양이 즉시 실시간으로 업데이트됩니다.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const howTo = [
|
|
31
|
+
{
|
|
32
|
+
name: '원래 레시피 틀 설정',
|
|
33
|
+
text: '만들고자 하는 원래 레시피가 기준으로 삼은 틀의 형태와 치수를 선택합니다.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: '내 틀 설정',
|
|
37
|
+
text: '집에 가지고 있는 틀의 치수를 입력하세요. 시스템이 즉시 변환 계수를 계산합니다.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: '재료 계산기 활용',
|
|
41
|
+
text: '레시피의 재료를 추가하여 내 틀에 필요한 정확한 양을 확인하세요.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: '굽기 조절',
|
|
45
|
+
text: '사이즈가 변하면 온도가 같더라도 굽는 시간이 달라지는 경우가 많다는 점을 기억하세요.',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
|
|
49
|
+
const faqSchema = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'FAQPage',
|
|
52
|
+
mainEntity: faq.map((item) => ({
|
|
53
|
+
'@type': 'Question',
|
|
54
|
+
name: item.question,
|
|
55
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
56
|
+
})),
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const howToSchema = {
|
|
60
|
+
'@context': 'https://schema.org',
|
|
61
|
+
'@type': 'HowTo',
|
|
62
|
+
name: title,
|
|
63
|
+
description,
|
|
64
|
+
step: howTo.map((step) => ({
|
|
65
|
+
'@type': 'HowToStep',
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent = {
|
|
81
|
+
slug: 'cake-pan-size-converter-calculator',
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: '사이즈 조절 관련 자주 묻는 질문',
|
|
85
|
+
bibliographyTitle: '참고 문헌 및 자료',
|
|
86
|
+
|
|
87
|
+
ui: {
|
|
88
|
+
originalRecipe: '원래 레시피',
|
|
89
|
+
yourMold: '내 틀',
|
|
90
|
+
round: '원형',
|
|
91
|
+
square: '정사각형',
|
|
92
|
+
rectangular: '직사각형',
|
|
93
|
+
diameter: '지름 (cm)',
|
|
94
|
+
side: '변 (cm)',
|
|
95
|
+
width: '너비 (cm)',
|
|
96
|
+
length: '길이 (cm)',
|
|
97
|
+
multiplyingFactor: '변환 계수',
|
|
98
|
+
equivalentMolds: '틀 사이즈가 같습니다. 그대로 조리하세요.',
|
|
99
|
+
smallerMold: '틀이 더 작습니다. 재료에 다음 계수를 곱해 줄이세요:',
|
|
100
|
+
largerMold: '틀이 더 큽니다. 재료에 다음 계수를 곱해 늘리세요:',
|
|
101
|
+
ingredientCalculator: '재료 계산기',
|
|
102
|
+
addIngredient: '재료 추가',
|
|
103
|
+
ingredient: '재료',
|
|
104
|
+
original: '원래 양',
|
|
105
|
+
final: '변환 결과',
|
|
106
|
+
exampleIngredient: '예: 밀가루',
|
|
107
|
+
delete: '삭제',
|
|
108
|
+
originalVisualization: '원본',
|
|
109
|
+
yourVisualization: '내 것',
|
|
110
|
+
defaultIngredient1: '밀가루',
|
|
111
|
+
defaultIngredient2: '설탕',
|
|
112
|
+
reduce: '축소',
|
|
113
|
+
increase: '확대',
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
faq,
|
|
117
|
+
bibliography: [
|
|
118
|
+
{
|
|
119
|
+
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
+
url: 'https://www.bakingbusiness.com/',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
+
url: 'https://www.wiley.com/',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
howTo,
|
|
128
|
+
seo: [
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: '베이킹 틀 사이즈별 레시피 변환 가이드',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: '레시피를 다른 틀에 맞춰 변환할 때는 <strong>기하학적 비율</strong>을 지키는 것이 매우 중요합니다. 그래야만 이상적인 식감과 굽기 상태를 유지할 수 있습니다.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'stats',
|
|
140
|
+
columns: 4,
|
|
141
|
+
items: [
|
|
142
|
+
{
|
|
143
|
+
value: 'x1.56',
|
|
144
|
+
label: '20cm→25cm 계수',
|
|
145
|
+
icon: 'mdi:resize',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: 'πr²',
|
|
149
|
+
label: '원 면적 공식',
|
|
150
|
+
icon: 'mdi:math-compass',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
value: '0.64',
|
|
154
|
+
label: '25cm→20cm 계수',
|
|
155
|
+
icon: 'mdi:arrow-down-bold-outline',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
value: '2/3',
|
|
159
|
+
label: '최대 충전량',
|
|
160
|
+
icon: 'mdi:format-vertical-align-top',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: '계산된 계수와 관계없이, 틀의 2/3 이상 내용물을 채우지 않도록 주의하세요.',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = 'Bakvorm Umrechner Schalen voor Patisserie';
|
|
4
|
+
const description =
|
|
5
|
+
'Pas elk bakrecept aan je eigen vormen aan. Bereken automatisch de omrekeningsfactor voor ronde, vierkante en rechthoekige vormen met professionele precisie.';
|
|
6
|
+
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Hoe werkt de vermenigvuldigingsfactor precies?',
|
|
10
|
+
answer:
|
|
11
|
+
'De factor wordt berekend door de oppervlakte van jouw gewenste bakvorm te delen door de oppervlakte van de vorm uit het originele recept. Als de uitkomst 1.5 is, vermenigvuldig je elk ingrediënt met dat getal.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Kan ik een ronde vorm omzetten naar een vierkante?',
|
|
15
|
+
answer:
|
|
16
|
+
'Ja, de tool gebruikt nauwkeurige geometrische formules om oppervlakken te vergelijken, ongeacht de vorm. Voer gewoon de maten in en het systeem berekent de equivalentie automatisch.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Hoe zit het met de hoogte van de vormen?',
|
|
20
|
+
answer:
|
|
21
|
+
'Deze tool richt zich op de oppervlakte van de bodem. Als jouw vorm aanzienlijk hoger of lager is dan het origineel, moet je de baktijd mogelijk enigszins aanpassen.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Hoe voeg ik ingrediënten toe aan de lijst?',
|
|
25
|
+
answer:
|
|
26
|
+
'Klik op de knop onderaan om een nieuwe rij toe te voegen. Voer de naam en het originele gewicht in; het geschaalde gewicht wordt direct bijgewerkt.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const howTo = [
|
|
31
|
+
{
|
|
32
|
+
name: 'Definieer de vorm van het recept',
|
|
33
|
+
text: 'Selecteer de vorm en afmetingen van de bakvorm waarvoor het recept oorspronkelijk is geschreven.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'Configureer je eigen vorm',
|
|
37
|
+
text: 'Voer de afmetingen in van de vorm die je thuis hebt. Het systeem berekent direct de omrekeningsfactor.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: 'Gebruik de ingrediënten-calculator',
|
|
41
|
+
text: 'Voeg de ingrediënten van je recept toe om de exacte hoeveelheden te zien die je nodig hebt voor jouw vorm.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Pas het bakken aan',
|
|
45
|
+
text: 'Vergeet niet dat een verandering in grootte vaak een verandering in baktijd betekent, zelfs bij dezelfde temperatuur.',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
|
|
49
|
+
const faqSchema = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'FAQPage',
|
|
52
|
+
mainEntity: faq.map((item) => ({
|
|
53
|
+
'@type': 'Question',
|
|
54
|
+
name: item.question,
|
|
55
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
56
|
+
})),
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const howToSchema = {
|
|
60
|
+
'@context': 'https://schema.org',
|
|
61
|
+
'@type': 'HowTo',
|
|
62
|
+
name: title,
|
|
63
|
+
description,
|
|
64
|
+
step: howTo.map((step) => ({
|
|
65
|
+
'@type': 'HowToStep',
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent = {
|
|
81
|
+
slug: 'bakvormen',
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Veelgestelde vragen over Schalen',
|
|
85
|
+
bibliographyTitle: 'Bronnen en Referenties',
|
|
86
|
+
|
|
87
|
+
ui: {
|
|
88
|
+
originalRecipe: 'Origineel Recept',
|
|
89
|
+
yourMold: 'Jouw Bakvorm',
|
|
90
|
+
round: 'Rond',
|
|
91
|
+
square: 'Vierkant',
|
|
92
|
+
rectangular: 'Rechthoekig',
|
|
93
|
+
diameter: 'Diameter (cm)',
|
|
94
|
+
side: 'Zijde (cm)',
|
|
95
|
+
width: 'Breedte (cm)',
|
|
96
|
+
length: 'Lengte (cm)',
|
|
97
|
+
multiplyingFactor: 'Vermenigvuldigingsfactor',
|
|
98
|
+
equivalentMolds: 'De vormen zijn gelijk. Gebruik dezelfde hoeveelheden.',
|
|
99
|
+
smallerMold: 'Jouw vorm is kleiner. Vermenigvuldig de ingrediënten met',
|
|
100
|
+
largerMold: 'Jouw vorm is groter. Vermenigvuldig de ingrediënten met',
|
|
101
|
+
ingredientCalculator: 'Ingrediënten Calculator',
|
|
102
|
+
addIngredient: 'Ingrediënt Toevoegen',
|
|
103
|
+
ingredient: 'Ingrediënt',
|
|
104
|
+
original: 'Origineel',
|
|
105
|
+
final: 'Eindresultaat',
|
|
106
|
+
exampleIngredient: 'Bijv. Bloem',
|
|
107
|
+
delete: 'Verwijderen',
|
|
108
|
+
originalVisualization: 'Origineel',
|
|
109
|
+
yourVisualization: 'Jouw Vorm',
|
|
110
|
+
defaultIngredient1: 'Bloem',
|
|
111
|
+
defaultIngredient2: 'Suiker',
|
|
112
|
+
reduce: 'Verminderen',
|
|
113
|
+
increase: 'Vermeerderen',
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
faq,
|
|
117
|
+
bibliography: [
|
|
118
|
+
{
|
|
119
|
+
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
+
url: 'https://www.bakingbusiness.com/',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
+
url: 'https://www.wiley.com/',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
howTo,
|
|
128
|
+
seo: [
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Gids voor het Schalen van Recepten naar Bakvorm',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: 'Het omzetten van receptmaten voor een andere bakvorm vereist het respecteren van de <strong>geometrische verhoudingen</strong> om de juiste textuur en garing te behouden.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'stats',
|
|
140
|
+
columns: 4,
|
|
141
|
+
items: [
|
|
142
|
+
{
|
|
143
|
+
value: 'x1.56',
|
|
144
|
+
label: 'Factor 20cm naar 25cm',
|
|
145
|
+
icon: 'mdi:resize',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: 'πr²',
|
|
149
|
+
label: 'Oppervlakte cirkel',
|
|
150
|
+
icon: 'mdi:math-compass',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
value: '0.64',
|
|
154
|
+
label: 'Factor 25cm naar 20cm',
|
|
155
|
+
icon: 'mdi:arrow-down-bold-outline',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
value: '2/3',
|
|
159
|
+
label: 'Max. Vulniveau',
|
|
160
|
+
icon: 'mdi:format-vertical-align-top',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: 'Vul een bakvorm nooit voor meer dan 2/3, ongeacht de berekende factor.',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = 'Kalkulator Skalowania Form do Pieczenia';
|
|
4
|
+
const description =
|
|
5
|
+
'Dostosuj dowolny przepis cukierniczy do swoich form. Automatycznie obliczaj współczynnik konwersji dla form okrągłych, kwadratowych i prostokątnych z profesjonalną precyzją.';
|
|
6
|
+
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Jak dokładnie działa współczynnik skalowania?',
|
|
10
|
+
answer:
|
|
11
|
+
'Współczynnik otrzymuje się, dzieląc pole powierzchni formy docelowej przez pole powierzchni formy z oryginalnego przepisu. Jeśli wynik wynosi 1.5, oznacza to, że należy pomnożyć każdy składnik przez tę liczbę.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Czy mogę przeliczyć formę okrągłą na kwadratową?',
|
|
15
|
+
answer:
|
|
16
|
+
'Tak, narzędzie wykorzystuje precyzyjne wzory geometryczne do porównywania powierzchni bez względu na kształt. Wystarczy wprowadzić wymiary, a system automatycznie dokona obliczeń.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'Co z wysokością form?',
|
|
20
|
+
answer:
|
|
21
|
+
'To narzędzie skupia się na powierzchni dna. Jeśli Twoja forma jest znacznie wyższa lub niższa od oryginalnej, możesz potrzebować niewielkiej korekty czasu pieczenia.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Jak dodać składniki do listy?',
|
|
25
|
+
answer:
|
|
26
|
+
'Kliknij przycisk na dole, aby dodać nowy wiersz. Wpisz nazwę i oryginalną wagę; ostateczna ilość zostanie natychmiast obliczona.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const howTo = [
|
|
31
|
+
{
|
|
32
|
+
name: 'Zdefiniuj formę z przepisu',
|
|
33
|
+
text: 'Wybierz kształt i wymiary formy, dla której oryginalnie został opracowany przepis.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'Skonfiguruj własną formę',
|
|
37
|
+
text: 'Wprowadź wymiary formy, którą masz w domu. System natychmiast obliczy współczynnik konwersji.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: 'Użyj kalkulatora składników',
|
|
41
|
+
text: 'Dodaj składniki swojego przepisu, aby zobaczyć dokładne ilości potrzebne dla Twojej formy.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Dostosuj pieczenie',
|
|
45
|
+
text: 'Pamiętaj, że zmiana rozmiaru zazwyczaj wiąże się ze zmianą czasu pieczenia, nawet jeśli temperatura pozostaje ta sama.',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
|
|
49
|
+
const faqSchema = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'FAQPage',
|
|
52
|
+
mainEntity: faq.map((item) => ({
|
|
53
|
+
'@type': 'Question',
|
|
54
|
+
name: item.question,
|
|
55
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
56
|
+
})),
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const howToSchema = {
|
|
60
|
+
'@context': 'https://schema.org',
|
|
61
|
+
'@type': 'HowTo',
|
|
62
|
+
name: title,
|
|
63
|
+
description,
|
|
64
|
+
step: howTo.map((step) => ({
|
|
65
|
+
'@type': 'HowToStep',
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent = {
|
|
81
|
+
slug: 'formy-do-pieczenia',
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Często Zadawane Pytania o Skalowanie',
|
|
85
|
+
bibliographyTitle: 'Źródła i Referencje',
|
|
86
|
+
|
|
87
|
+
ui: {
|
|
88
|
+
originalRecipe: 'Oryginalny Przepis',
|
|
89
|
+
yourMold: 'Twoja Forma',
|
|
90
|
+
round: 'Okrągła',
|
|
91
|
+
square: 'Kwadratowa',
|
|
92
|
+
rectangular: 'Prostokątna',
|
|
93
|
+
diameter: 'Średnica (cm)',
|
|
94
|
+
side: 'Bok (cm)',
|
|
95
|
+
width: 'Szerokość (cm)',
|
|
96
|
+
length: 'Długość (cm)',
|
|
97
|
+
multiplyingFactor: 'Współczynnik Skalowania',
|
|
98
|
+
equivalentMolds: 'Formy są równoważne. Użyj tych samych ilości.',
|
|
99
|
+
smallerMold: 'Twoja forma jest mniejsza. Pomnóż składniki przez',
|
|
100
|
+
largerMold: 'Twoja forma jest większa. Pomnóż składniki przez',
|
|
101
|
+
ingredientCalculator: 'Kalkulator Składników',
|
|
102
|
+
addIngredient: 'Dodaj Składnik',
|
|
103
|
+
ingredient: 'Składnik',
|
|
104
|
+
original: 'Oryginał',
|
|
105
|
+
final: 'Wynik',
|
|
106
|
+
exampleIngredient: 'Np. Mąka',
|
|
107
|
+
delete: 'Usuń',
|
|
108
|
+
originalVisualization: 'Oryginał',
|
|
109
|
+
yourVisualization: 'Twoja',
|
|
110
|
+
defaultIngredient1: 'Mąka',
|
|
111
|
+
defaultIngredient2: 'Cukier',
|
|
112
|
+
reduce: 'Zmniejsz',
|
|
113
|
+
increase: 'Zwiększ',
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
faq,
|
|
117
|
+
bibliography: [
|
|
118
|
+
{
|
|
119
|
+
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
+
url: 'https://www.bakingbusiness.com/',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
+
url: 'https://www.wiley.com/',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
howTo,
|
|
128
|
+
seo: [
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Przewodnik po Skalowaniu Przepisów wg Formy',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: 'Przeliczanie ilości dla innej formy wymaga zachowania <strong>proporcji geometrycznych</strong>, aby utrzymać idealną teksturę.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'stats',
|
|
140
|
+
columns: 4,
|
|
141
|
+
items: [
|
|
142
|
+
{
|
|
143
|
+
value: 'x1.56',
|
|
144
|
+
label: 'Faktor z 20cm na 25cm',
|
|
145
|
+
icon: 'mdi:resize',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: 'πr²',
|
|
149
|
+
label: 'Wzór na pole koła',
|
|
150
|
+
icon: 'mdi:math-compass',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
value: '0.64',
|
|
154
|
+
label: 'Faktor z 25cm na 20cm',
|
|
155
|
+
icon: 'mdi:arrow-down-bold-outline',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
value: '2/3',
|
|
159
|
+
label: 'Maks. Wypełnienie',
|
|
160
|
+
icon: 'mdi:format-vertical-align-top',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: 'Nigdy nie napełniaj formy więcej niż do 2/3 jej pojemności, niezależnie od obliczonego współczynnika.',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
2
|
+
|
|
3
|
+
const title = 'Calculadora para Escalar Formas de Pastelaria';
|
|
4
|
+
const description =
|
|
5
|
+
'Adapte qualquer receita de pastelaria às suas formas. Calcule automaticamente o fator de conversão para formas redondas, quadradas e retangulares com precisão profissional.';
|
|
6
|
+
|
|
7
|
+
const faq = [
|
|
8
|
+
{
|
|
9
|
+
question: 'Como funciona exatamente o fator multiplicador?',
|
|
10
|
+
answer:
|
|
11
|
+
'O fator obtém-se dividindo a área da sua forma pretendida pela área da forma da receita original. Se o resultado for 1.5, significa que deve multiplicar cada ingrediente por esse valor.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Posso converter uma forma redonda para uma quadrada?',
|
|
15
|
+
answer:
|
|
16
|
+
'Sim, a ferramenta utiliza fórmulas geométricas precisas para comparar superfícies independentemente da forma. Basta introduzir as medidas e o sistema fará a equivalência automaticamente.',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
question: 'O que acontece com a altura das formas?',
|
|
20
|
+
answer:
|
|
21
|
+
'Esta ferramenta foca-se na área da base. Se a sua forma for significativamente mais alta ou baixa que a original, poderá necessitar de um pequeno ajuste no tempo de cozedura.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
question: 'Como adiciono ingredientes à lista?',
|
|
25
|
+
answer:
|
|
26
|
+
'Clique no botão inferior para adicionar uma nova linha. Escreva o nome e o peso original; a coluna final será atualizada instantaneamente com a quantidade escalada.',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
|
|
30
|
+
const howTo = [
|
|
31
|
+
{
|
|
32
|
+
name: 'Defina a forma da receita',
|
|
33
|
+
text: 'Selecione a forma e dimensões da forma para a qual a receita original foi desenhada.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'Configure a sua própria forma',
|
|
37
|
+
text: 'Introduza as medidas da forma que tem em casa. O sistema calculará o fator de conversão imediatamente.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: 'Utilize a calculadora de ingredientes',
|
|
41
|
+
text: 'Adicione os ingredientes da sua receita para ver as quantidades exatas que precisa para a sua forma.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: 'Ajuste a cozedura',
|
|
45
|
+
text: 'Lembre-se que uma mudança de tamanho implica frequentemente uma variação no tempo de forno, mesmo com a mesma temperatura.',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
|
|
49
|
+
const faqSchema = {
|
|
50
|
+
'@context': 'https://schema.org',
|
|
51
|
+
'@type': 'FAQPage',
|
|
52
|
+
mainEntity: faq.map((item) => ({
|
|
53
|
+
'@type': 'Question',
|
|
54
|
+
name: item.question,
|
|
55
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
56
|
+
})),
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const howToSchema = {
|
|
60
|
+
'@context': 'https://schema.org',
|
|
61
|
+
'@type': 'HowTo',
|
|
62
|
+
name: title,
|
|
63
|
+
description,
|
|
64
|
+
step: howTo.map((step) => ({
|
|
65
|
+
'@type': 'HowToStep',
|
|
66
|
+
name: step.name,
|
|
67
|
+
text: step.text,
|
|
68
|
+
})),
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const appSchema = {
|
|
72
|
+
'@context': 'https://schema.org',
|
|
73
|
+
'@type': 'SoftwareApplication',
|
|
74
|
+
name: title,
|
|
75
|
+
description,
|
|
76
|
+
applicationCategory: 'UtilitiesApplication',
|
|
77
|
+
operatingSystem: 'All',
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export const content: ToolLocaleContent = {
|
|
81
|
+
slug: 'formas',
|
|
82
|
+
title,
|
|
83
|
+
description,
|
|
84
|
+
faqTitle: 'Perguntas Frequentes sobre a Escala',
|
|
85
|
+
bibliographyTitle: 'Fontes e Referências',
|
|
86
|
+
|
|
87
|
+
ui: {
|
|
88
|
+
originalRecipe: 'Receita Original',
|
|
89
|
+
yourMold: 'A Sua Forma',
|
|
90
|
+
round: 'Redonda',
|
|
91
|
+
square: 'Quadrada',
|
|
92
|
+
rectangular: 'Retangular',
|
|
93
|
+
diameter: 'Diâmetro (cm)',
|
|
94
|
+
side: 'Lado (cm)',
|
|
95
|
+
width: 'Largura (cm)',
|
|
96
|
+
length: 'Comprimento (cm)',
|
|
97
|
+
multiplyingFactor: 'Fator Multiplicador',
|
|
98
|
+
equivalentMolds: 'As formas são equivalentes. Use as mesmas quantidades.',
|
|
99
|
+
smallerMold: 'A sua forma é mais pequena. Multiplique os ingredientes por',
|
|
100
|
+
largerMold: 'A sua forma é maior. Multiplique os ingredientes por',
|
|
101
|
+
ingredientCalculator: 'Calculadora de Ingredientes',
|
|
102
|
+
addIngredient: 'Adicionar Ingrediente',
|
|
103
|
+
ingredient: 'Ingrediente',
|
|
104
|
+
original: 'Original',
|
|
105
|
+
final: 'Final',
|
|
106
|
+
exampleIngredient: 'Ex. Farinha',
|
|
107
|
+
delete: 'Eliminar',
|
|
108
|
+
originalVisualization: 'Original',
|
|
109
|
+
yourVisualization: 'A sua',
|
|
110
|
+
defaultIngredient1: 'Farinha',
|
|
111
|
+
defaultIngredient2: 'Açúcar',
|
|
112
|
+
reduce: 'Reduzir',
|
|
113
|
+
increase: 'Aumentar',
|
|
114
|
+
},
|
|
115
|
+
|
|
116
|
+
faq,
|
|
117
|
+
bibliography: [
|
|
118
|
+
{
|
|
119
|
+
name: 'Baking Science and Technology - E.J. Pyler',
|
|
120
|
+
url: 'https://www.bakingbusiness.com/',
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'The Professional Pastry Chef - Bo Friberg',
|
|
124
|
+
url: 'https://www.wiley.com/',
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
howTo,
|
|
128
|
+
seo: [
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: 'Guia para Escalar Receitas segundo a Forma',
|
|
132
|
+
level: 2,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: 'Converter quantidades para uma forma diferente exige respeitar as <strong>proporções geométricas</strong> para manter a textura e cozedura ideais.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'stats',
|
|
140
|
+
columns: 4,
|
|
141
|
+
items: [
|
|
142
|
+
{
|
|
143
|
+
value: 'x1.56',
|
|
144
|
+
label: 'Fator de 20cm para 25cm',
|
|
145
|
+
icon: 'mdi:resize',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
value: 'πr²',
|
|
149
|
+
label: 'Fórmula de área circular',
|
|
150
|
+
icon: 'mdi:math-compass',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
value: '0.64',
|
|
154
|
+
label: 'Fator de 25cm para 20cm',
|
|
155
|
+
icon: 'mdi:arrow-down-bold-outline',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
value: '2/3',
|
|
159
|
+
label: 'Capacidade Máx',
|
|
160
|
+
icon: 'mdi:format-vertical-align-top',
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'tip',
|
|
166
|
+
html: 'Nunca encha uma forma mais de 2/3 da sua capacidade, independentemente do fator calculado.',
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
schemas: [appSchema, faqSchema, howToSchema],
|
|
170
|
+
};
|