@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.
Files changed (175) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +94 -0
  3. package/src/category/i18n/id.ts +94 -0
  4. package/src/category/i18n/it.ts +94 -0
  5. package/src/category/i18n/ja.ts +94 -0
  6. package/src/category/i18n/ko.ts +94 -0
  7. package/src/category/i18n/nl.ts +94 -0
  8. package/src/category/i18n/pl.ts +94 -0
  9. package/src/category/i18n/pt.ts +94 -0
  10. package/src/category/i18n/ru.ts +94 -0
  11. package/src/category/i18n/sv.ts +94 -0
  12. package/src/category/i18n/tr.ts +94 -0
  13. package/src/category/i18n/zh.ts +94 -0
  14. package/src/category/index.ts +12 -0
  15. package/src/tests/faq_count.test.ts +1 -1
  16. package/src/tests/i18n_coverage.test.ts +36 -0
  17. package/src/tests/locale_completeness.test.ts +1 -1
  18. package/src/tests/title_quality.test.ts +1 -1
  19. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  20. package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
  21. package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
  22. package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
  23. package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
  24. package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
  25. package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
  26. package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
  27. package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
  28. package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
  29. package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
  30. package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
  31. package/src/tool/american-kitchen-converter/index.ts +12 -0
  32. package/src/tool/banana-ripeness/i18n/de.ts +248 -0
  33. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  34. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  35. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  36. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  44. package/src/tool/banana-ripeness/index.ts +12 -0
  45. package/src/tool/brine/i18n/de.ts +253 -0
  46. package/src/tool/brine/i18n/id.ts +253 -0
  47. package/src/tool/brine/i18n/it.ts +253 -0
  48. package/src/tool/brine/i18n/ja.ts +253 -0
  49. package/src/tool/brine/i18n/ko.ts +253 -0
  50. package/src/tool/brine/i18n/nl.ts +253 -0
  51. package/src/tool/brine/i18n/pl.ts +253 -0
  52. package/src/tool/brine/i18n/pt.ts +253 -0
  53. package/src/tool/brine/i18n/ru.ts +253 -0
  54. package/src/tool/brine/i18n/sv.ts +253 -0
  55. package/src/tool/brine/i18n/tr.ts +253 -0
  56. package/src/tool/brine/i18n/zh.ts +253 -0
  57. package/src/tool/brine/index.ts +12 -0
  58. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  59. package/src/tool/cookware-guide/i18n/fr.ts +2 -2
  60. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  61. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  62. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  63. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  64. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  71. package/src/tool/cookware-guide/index.ts +12 -0
  72. package/src/tool/egg-timer/i18n/de.ts +252 -0
  73. package/src/tool/egg-timer/i18n/id.ts +252 -0
  74. package/src/tool/egg-timer/i18n/it.ts +252 -0
  75. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  76. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  77. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  78. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  79. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  80. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  81. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  82. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  83. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  84. package/src/tool/egg-timer/index.ts +12 -0
  85. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  86. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  87. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  88. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  89. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  90. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  91. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  92. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  97. package/src/tool/ingredient-rescaler/index.ts +12 -0
  98. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  99. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  100. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  101. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  102. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  103. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  104. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  105. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  106. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  107. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  108. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  110. package/src/tool/kitchen-timer/index.ts +12 -0
  111. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  112. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  113. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  114. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  115. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  116. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  117. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  118. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  119. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  120. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  123. package/src/tool/meringue-peak/index.ts +12 -0
  124. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  125. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  126. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  127. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  128. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  129. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  130. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  131. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  132. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  133. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  134. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  135. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  136. package/src/tool/mold-scaler/index.ts +12 -0
  137. package/src/tool/pizza/i18n/de.ts +168 -0
  138. package/src/tool/pizza/i18n/id.ts +125 -0
  139. package/src/tool/pizza/i18n/it.ts +172 -0
  140. package/src/tool/pizza/i18n/ja.ts +125 -0
  141. package/src/tool/pizza/i18n/ko.ts +125 -0
  142. package/src/tool/pizza/i18n/nl.ts +164 -0
  143. package/src/tool/pizza/i18n/pl.ts +125 -0
  144. package/src/tool/pizza/i18n/pt.ts +168 -0
  145. package/src/tool/pizza/i18n/ru.ts +151 -0
  146. package/src/tool/pizza/i18n/sv.ts +164 -0
  147. package/src/tool/pizza/i18n/tr.ts +125 -0
  148. package/src/tool/pizza/i18n/zh.ts +125 -0
  149. package/src/tool/pizza/index.ts +12 -0
  150. package/src/tool/roux-guide/i18n/de.ts +165 -0
  151. package/src/tool/roux-guide/i18n/id.ts +139 -0
  152. package/src/tool/roux-guide/i18n/it.ts +165 -0
  153. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  154. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  155. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  156. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  157. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  158. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  159. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  160. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  161. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  162. package/src/tool/roux-guide/index.ts +12 -0
  163. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  164. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  165. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  166. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  167. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  168. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  169. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  170. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  171. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  172. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  173. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  174. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  175. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,116 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Zuurdesem Calculator Fermentatie Ratios";
4
+ const description = "Bereken automatisch de verhoudingen van zuurdesem, bloem en water om je cultuur te onderhouden. Vooraf ingestelde of aangepaste verhoudingen.";
5
+ const faq = [
6
+ {
7
+ question: 'Wat betekent de verhouding 1:1:1?',
8
+ answer: 'Dit is de meest voorkomende verhouding voor onderhoud op kamertemperatuur. Het betekent 1 deel desem, 1 deel bloem en 1 deel water. Handig bij dagelijkse verversing.',
9
+ },
10
+ {
11
+ question: 'Wanneer gebruik ik 1:2:2?',
12
+ answer: 'De verhouding 1:2:2 is voor het activeren van de zuurdesem. Het zorgt voor een langzamere maar voorspelbare fermentatie. Ideaal na bewaring in de koelkast.',
13
+ },
14
+ {
15
+ question: 'Wat is de "sweet spot" 1:5:5?',
16
+ answer: 'De verhouding 1:5:5 is de "sweet spot" voor veel bakkers. Het zorgt voor 8-12 uur fermentatie op kamertemperatuur voordat de desem klaar is voor gebruik.',
17
+ },
18
+ {
19
+ question: 'Kan ik aangepaste verhoudingen gebruiken?',
20
+ answer: 'Absoluut. Als je een specifiek protocol hebt, kun je je eigen verhoudingen invoeren. Sommige bakkers gebruiken 1:10:10 voor zeer langzame fermentatie.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Voer de totale hoeveelheid in die je nodig hebt',
26
+ text: 'Bepaal het totale gewicht aan zuurdesem dat je nodig hebt voor je recept (bijv. 300g voor een standaard brood).',
27
+ },
28
+ {
29
+ name: 'Selecteer de verversingsratio',
30
+ text: 'Kies uit vooraf ingestelde ratios (Onderhouden, Activeren, Vertragen, Sterk, Sweet Spot) of maak een aangepaste.',
31
+ },
32
+ {
33
+ name: 'Krijg de exacte hoeveelheden',
34
+ text: 'De calculator laat zien hoeveel desem, bloem en water je nodig hebt. Meng deze en laat fermenteren.',
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: 'zuurdesem',
72
+ title,
73
+ description,
74
+ faqTitle: 'Veelgestelde Vragen',
75
+ faq,
76
+ bibliographyTitle: 'Bibliografie',
77
+ bibliography: [
78
+ {
79
+ name: 'Tartine Bread - Chad Robertson',
80
+ url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
81
+ },
82
+ ],
83
+ howTo,
84
+ seo: [
85
+ {
86
+ type: 'title',
87
+ text: 'Meestergids voor Onderhoud en Verversing van Zuurdesem',
88
+ level: 2,
89
+ },
90
+ {
91
+ type: 'paragraph',
92
+ html: '<strong>Zuurdesem</strong> is niet zomaar een ingrediënt, het is een levend ecosysteem van wilde gisten en melkzuurbacteriën (LAB). De sleutel tot uitzonderlijk brood ligt in de gezondheid hiervan.',
93
+ },
94
+ ],
95
+ ui: {
96
+ totalAmount: 'Eindhoeveelheid',
97
+ refreshRatio: 'Verversingsratio',
98
+ maintain: 'Onderhouden',
99
+ activate: 'Activeren',
100
+ retard: 'Vertragen',
101
+ strong: 'Sterk',
102
+ sweetSpot: 'Sweet Spot',
103
+ custom: 'Aangepast',
104
+ sourdough: 'Zuurdesem',
105
+ activeCulture: 'Actieve cultuur',
106
+ flour: 'Bloem',
107
+ flourType: 'Sterkte of Volkoren',
108
+ water: 'Water',
109
+ chlorineFree: 'Chloorvrij',
110
+ todayFormula: 'Formule van Vandaag',
111
+ hydration: 'Hydratatie 100 %',
112
+ totalDough: 'Totaal Desem',
113
+ mm: 'ZD',
114
+ },
115
+ schemas: [faqSchema, howToSchema, appSchema],
116
+ };
@@ -0,0 +1,116 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Kalkulator Zakwasu Proporcje Fermentacji";
4
+ const description = "Automatycznie oblicz proporcje zakwasu, mąki i wody, aby utrzymać swoją kulturę. Proporcje predefiniowane lub własne.";
5
+ const faq = [
6
+ {
7
+ question: 'Co oznacza proporcja 1:1:1?',
8
+ answer: 'To najczęstsza proporcja do utrzymania zakwasu w temperaturze pokojowej. Oznacza 1 część zakwasu, 1 część mąki i 1 część wody. Pomocna przy codziennym odświeżaniu.',
9
+ },
10
+ {
11
+ question: 'Kiedy użyć 1:2:2?',
12
+ answer: 'Proporcja 1:2:2 służy do aktywacji zakwasu. Zapewnia wolniejszą, ale bardziej przewidywalną fermentację. Idealna, gdy przechowujesz kulturę w zimnie.',
13
+ },
14
+ {
15
+ question: 'Co to jest "sweet spot" 1:5:5?',
16
+ answer: 'Proporcja 1:5:5 to "złoty środek" dla wielu piekarzy. Pozwala na 8-12 godzin fermentacji w temperaturze pokojowej przed osiągnięciem szczytu aktywności.',
17
+ },
18
+ {
19
+ question: 'Czy mogę użyć własnych proporcji?',
20
+ answer: 'Oczywiście. Jeśli masz konkretny protokół, możesz wpisać własne dane. Niektórzy piekarze używają 1:10:10 do bardzo długiej fermentacji.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Wpisz całkowitą ilość, której potrzebujesz',
26
+ text: 'Określ całkowitą wagę zakwasu wymaganą w przepisie (np. 300g dla typowego chleba).',
27
+ },
28
+ {
29
+ name: 'Wybierz proporcję dokarmiania',
30
+ text: 'Wybierz spośród predefiniowanych proporcji (Utrzymanie, Aktywacja, Opóźnienie, Silny, Sweet Spot) lub stwórz własną.',
31
+ },
32
+ {
33
+ name: 'Otrzymaj dokładne ilości',
34
+ text: 'Kalkulator pokaże Ci, ile zakwasu-startera, mąki i wody potrzebujesz. Wymieszaj i pozostaw do fermentacji.',
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: 'zakwas',
72
+ title,
73
+ description,
74
+ faqTitle: 'Często zadawane pytania',
75
+ faq,
76
+ bibliographyTitle: 'Bibliografia',
77
+ bibliography: [
78
+ {
79
+ name: 'Tartine Bread - Chad Robertson',
80
+ url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
81
+ },
82
+ ],
83
+ howTo,
84
+ seo: [
85
+ {
86
+ type: 'title',
87
+ text: 'Mistrzowski przewodnik po utrzymaniu i dokarmianiu zakwasu',
88
+ level: 2,
89
+ },
90
+ {
91
+ type: 'paragraph',
92
+ html: '<strong>Zakwas</strong> to nie tylko składnik, to żywy ekosystem dzikich drożdży i bakterii kwasu mlekowego (LAB). Klucz do doskonałego chleba tkwi w zdrowiu tej kultury.',
93
+ },
94
+ ],
95
+ ui: {
96
+ totalAmount: 'Ilość Końcowa',
97
+ refreshRatio: 'Proporcja dokarmiania',
98
+ maintain: 'Utrzymanie',
99
+ activate: 'Aktywacja',
100
+ retard: 'Opóźnienie',
101
+ strong: 'Silny',
102
+ sweetSpot: 'Sweet Spot',
103
+ custom: 'Własny',
104
+ sourdough: 'Zakwas',
105
+ activeCulture: 'Aktywny starter',
106
+ flour: 'Mąka',
107
+ flourType: 'Typ lub Pełnoziarnista',
108
+ water: 'Woda',
109
+ chlorineFree: 'Bez chloru',
110
+ todayFormula: 'Dzisiejsza formuła',
111
+ hydration: 'Hydracja 100 %',
112
+ totalDough: 'Cały zakwas',
113
+ mm: 'ZK',
114
+ },
115
+ schemas: [faqSchema, howToSchema, appSchema],
116
+ };
@@ -0,0 +1,142 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Calculadora de Massa Mãe Rátios de Fermentação";
4
+ const description = "Calcula automaticamente as proporções de massa mãe, farinha e água para manter o teu cultivo. Rátios predefinidos ou personalizados.";
5
+ const faq = [
6
+ {
7
+ question: 'O que é o rátio 1:1:1?',
8
+ answer: 'É o rátio mais comum para manter a massa mãe à temperatura ambiente. Significa 1 parte de massa mãe, 1 parte de farinha e 1 parte de água. Útil para refrescos diários.',
9
+ },
10
+ {
11
+ question: 'Quando uso 1:2:2?',
12
+ answer: 'O rátio 1:2:2 serve para ativar a massa mãe. Gera uma fermentação mais lenta mas previsível. Ideal se guardas o cultivo no frio e queres revigorá-lo.',
13
+ },
14
+ {
15
+ question: 'Qual é o "sweet spot" 1:5:5?',
16
+ answer: 'O rátio 1:5:5 é o "sweet spot" para muitos padeiros. Permite 8-12 horas de fermentação à temperatura ambiente antes de a massa mãe estar pronta.',
17
+ },
18
+ {
19
+ question: 'Posso usar rátios personalizados?',
20
+ answer: 'Absolutamente. Se tens um protocolo específico, podes inserir os teus próprios rátios. Alguns padeiros usam 1:10:10 para fermentação muito lenta.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Insere a quantidade total que precisas',
26
+ text: 'Define o peso total de massa mãe que requeres para a tua receita (ex: 300g para um pão típico).',
27
+ },
28
+ {
29
+ name: 'Seleciona o rátio de refresco',
30
+ text: 'Escolhe entre os rátios predefinidos (Manter, Activar, Retardar, Forte, Sweet Spot) ou cria um personalizado.',
31
+ },
32
+ {
33
+ name: 'Obtém as quantidades exactas',
34
+ text: 'A calculadora mostra-te quanto de massa mãe, farinha e água precisas. Mistura e deixa fermentar.',
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: 'massa-mae',
72
+ title,
73
+ description,
74
+ faqTitle: 'Perguntas Frequentes',
75
+ faq,
76
+ bibliographyTitle: 'Bibliografia',
77
+ bibliography: [
78
+ {
79
+ name: 'Tartine Bread - Chad Robertson',
80
+ url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
81
+ },
82
+ ],
83
+ howTo,
84
+ seo: [
85
+ {
86
+ type: 'title',
87
+ text: 'Guia Mestre para a Manutenção e Refresco da Massa Mãe',
88
+ level: 2,
89
+ },
90
+ {
91
+ type: 'paragraph',
92
+ html: 'A <strong>massa mãe</strong> é um ecossistema vivo de leveduras selvagens e bactérias lácticas (LAB). A chave de um pão excepcional reside na saúde deste cultivo.',
93
+ },
94
+ {
95
+ type: 'stats',
96
+ columns: 4,
97
+ items: [
98
+ {
99
+ value: '24-26°C',
100
+ label: 'Temp. Actividade Óptima',
101
+ icon: 'mdi:thermometer',
102
+ },
103
+ {
104
+ value: '3.8 - 4.2',
105
+ label: 'pH Ideal',
106
+ icon: 'mdi:test-tube',
107
+ },
108
+ {
109
+ value: '100%',
110
+ label: 'Hidratação Std.',
111
+ icon: 'mdi:water-percent',
112
+ },
113
+ {
114
+ value: 'x2 - x3',
115
+ label: 'Crescimento no Pico',
116
+ icon: 'mdi:trending-up',
117
+ },
118
+ ],
119
+ },
120
+ ],
121
+ ui: {
122
+ totalAmount: 'Quantidade Final',
123
+ refreshRatio: 'Rátio de Refresco',
124
+ maintain: 'Manter',
125
+ activate: 'Activar',
126
+ retard: 'Retardar',
127
+ strong: 'Forte',
128
+ sweetSpot: 'Sweet Spot',
129
+ custom: 'Custom',
130
+ sourdough: 'Massa Mãe',
131
+ activeCulture: 'Cultivo activo',
132
+ flour: 'Farinha',
133
+ flourType: 'Força ou Integral',
134
+ water: 'Água',
135
+ chlorineFree: 'Sem cloro',
136
+ todayFormula: 'Fórmula de Hoje',
137
+ hydration: 'Hidratação 100 %',
138
+ totalDough: 'Total Massa',
139
+ mm: 'MM',
140
+ },
141
+ schemas: [faqSchema, howToSchema, appSchema],
142
+ };
@@ -0,0 +1,116 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Калькулятор закваски: пропорции ферментации";
4
+ const description = "Автоматический расчет пропорций закваски, муки и воды для поддержания вашей культуры. Предустановленные или пользовательские соотношения.";
5
+ const faq = [
6
+ {
7
+ question: 'Что такое соотношение 1:1:1?',
8
+ answer: 'Это самое распространенное соотношение для поддержания закваски при комнатной температуре. Означает 1 часть закваски, 1 часть муки и 1 часть воды. Полезно при ежедневном освежении.',
9
+ },
10
+ {
11
+ question: 'Когда использовать 1:2:2?',
12
+ answer: 'Соотношение 1:2:2 используется для активации закваски. Оно обеспечивает более медленную, но предсказуемую ферментацию. Идеально, если культура хранилась в холоде.',
13
+ },
14
+ {
15
+ question: 'Что такое "sweet spot" 1:5:5?',
16
+ answer: 'Соотношение 1:5:5 — это "золотая середина" для многих пекарей. Оно позволяет ферментировать закваску 8-12 часов при комнатной температуре до достижения пика.',
17
+ },
18
+ {
19
+ question: 'Можно ли использовать свои пропорции?',
20
+ answer: 'Конечно. Если у вас есть специфический протокол, вы можете ввести свои данные. Некоторые пекари используют 1:10:10 для очень долгой ферментации.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Введите общее необходимое количество',
26
+ text: 'Укажите общий вес закваски, который требуется по вашему рецепту (например, 300 г для обычного хлеба).',
27
+ },
28
+ {
29
+ name: 'Выберите пропорцию освежения',
30
+ text: 'Выберите предустановленное соотношение (Поддержка, Активация, Замедление, Сила, Sweet Spot) или создайте свое.',
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: 'zakvaska',
72
+ title,
73
+ description,
74
+ faqTitle: 'Часто задаваемые вопросы',
75
+ faq,
76
+ bibliographyTitle: 'Библиография',
77
+ bibliography: [
78
+ {
79
+ name: 'Tartine Bread - Chad Robertson',
80
+ url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
81
+ },
82
+ ],
83
+ howTo,
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
+ totalAmount: 'Общее количество',
97
+ refreshRatio: 'Пропорция освежения',
98
+ maintain: 'Поддержка',
99
+ activate: 'Активация',
100
+ retard: 'Замедление',
101
+ strong: 'Сила',
102
+ sweetSpot: 'Sweet Spot',
103
+ custom: 'Свое',
104
+ sourdough: 'Закваска',
105
+ activeCulture: 'Активный стартер',
106
+ flour: 'Мука',
107
+ flourType: ' Сильная или цельнозерновая',
108
+ water: 'Вода',
109
+ chlorineFree: 'Без хлора',
110
+ todayFormula: 'Формула на сегодня',
111
+ hydration: 'Гидратация 100 %',
112
+ totalDough: 'Всего закваски',
113
+ mm: 'ЗК',
114
+ },
115
+ schemas: [faqSchema, howToSchema, appSchema],
116
+ };
@@ -0,0 +1,116 @@
1
+ import type { ToolLocaleContent } from '../../../types';
2
+
3
+ const title = "Surdegskalkylator: Fermenteringsförhållanden";
4
+ const description = "Beräkna automatiskt proportionerna av surdeg, mjöl och vatten för att underhålla din surdegsgrund. Förinställda eller anpassade förhållanden.";
5
+ const faq = [
6
+ {
7
+ question: 'Vad betyder förhållandet 1:1:1?',
8
+ answer: 'Det är det vanligaste förhållandet för underhåll i rumstemperatur. Det betyder 1 del surdegsgrund, 1 del mjöl och 1 del vatten. Praktiskt vid daglig matning.',
9
+ },
10
+ {
11
+ question: 'När använder jag 1:2:2?',
12
+ answer: 'Förhållandet 1:2:2 är för att aktivera surdegen. Det ger en långsammare men mer förutsägbar fermentering. Idealiskt om grunden förvarats kallt.',
13
+ },
14
+ {
15
+ question: 'Vad är "sweet spot" 1:5:5?',
16
+ answer: 'Förhållandet 1:5:5 är "sweet spot" för många bagare. Det ger 8-12 timmars fermentering i rumstemperatur innan surdegen är redo.',
17
+ },
18
+ {
19
+ question: 'Kan jag använda anpassade förhållanden?',
20
+ answer: 'Absolut. Om du har ett specifikt protokoll kan du ange dina egna förhållanden. Vissa bagare använder 1:10:10 för mycket långsam fermentering.',
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: 'Ange den totala mängden du behöver',
26
+ text: 'Definiera den totala vikten surdeg som krävs för ditt recept (t.ex. 300g för ett typiskt bröd).',
27
+ },
28
+ {
29
+ name: 'Välj matningsförhållande',
30
+ text: 'Välj mellan förinställda förhållanden (Underhåll, Aktivera, Fördröj, Stark, Sweet Spot) eller skapa ett eget.',
31
+ },
32
+ {
33
+ name: 'Få exakta mängder',
34
+ text: 'Kalkylatorn visar hur mycket surdegsgrund, mjöl och vatten du behöver. Blanda och låt fermentera.',
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: 'surdeg',
72
+ title,
73
+ description,
74
+ faqTitle: 'Vanliga Frågor',
75
+ faq,
76
+ bibliographyTitle: 'Bibliografi',
77
+ bibliography: [
78
+ {
79
+ name: 'Tartine Bread - Chad Robertson',
80
+ url: 'https://www.penguinrandomhouse.com/books/310016/tartine-bread-by-chad-robertson/',
81
+ },
82
+ ],
83
+ howTo,
84
+ seo: [
85
+ {
86
+ type: 'title',
87
+ text: 'Mästarguide för Underhåll och Matning av Surdeg',
88
+ level: 2,
89
+ },
90
+ {
91
+ type: 'paragraph',
92
+ html: '<strong>Surdeg</strong> är inte bara en ingrediens, det är ett levande ekosystem av vildjäst och mjölksyrabakterier (LAB). Nyckeln till fantastiskt bröd ligger i hälsan hos denna kultur.',
93
+ },
94
+ ],
95
+ ui: {
96
+ totalAmount: 'Total Mängd',
97
+ refreshRatio: 'Matningsförhållande',
98
+ maintain: 'Underhåll',
99
+ activate: 'Aktivera',
100
+ retard: 'Fördröj',
101
+ strong: 'Stark',
102
+ sweetSpot: 'Sweet Spot',
103
+ custom: 'Anpassat',
104
+ sourdough: 'Surdeg',
105
+ activeCulture: 'Aktiv grund',
106
+ flour: 'Mjöl',
107
+ flourType: 'Starkt eller Fullkorn',
108
+ water: 'Vatten',
109
+ chlorineFree: 'Klorfritt',
110
+ todayFormula: 'Dagens Formel',
111
+ hydration: 'Hydrering 100 %',
112
+ totalDough: 'Total Deg',
113
+ mm: 'SG',
114
+ },
115
+ schemas: [faqSchema, howToSchema, appSchema],
116
+ };