@jjlmoya/utils-cooking 1.23.0 → 1.25.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 (252) hide show
  1. package/package.json +1 -1
  2. package/src/entries.ts +3 -1
  3. package/src/index.ts +1 -0
  4. package/src/pages/[locale]/[slug].astro +56 -19
  5. package/src/tests/i18n-titles.test.ts +5 -17
  6. package/src/tests/locale_completeness.test.ts +2 -13
  7. package/src/tests/shared-test-helpers.ts +56 -0
  8. package/src/tests/tool_exports.test.ts +34 -0
  9. package/src/tests/tool_validation.test.ts +2 -2
  10. package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
  11. package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
  12. package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
  13. package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
  14. package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
  15. package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
  16. package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
  17. package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
  18. package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
  19. package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
  20. package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
  21. package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
  22. package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
  23. package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
  24. package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
  25. package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
  26. package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
  27. package/src/tool/american-kitchen-converter/seo.astro +11 -4
  28. package/src/tool/banana-ripeness/bibliography.astro +3 -3
  29. package/src/tool/banana-ripeness/bibliography.ts +10 -0
  30. package/src/tool/banana-ripeness/i18n/de.ts +2 -15
  31. package/src/tool/banana-ripeness/i18n/en.ts +36 -49
  32. package/src/tool/banana-ripeness/i18n/es.ts +36 -49
  33. package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
  34. package/src/tool/banana-ripeness/i18n/id.ts +2 -15
  35. package/src/tool/banana-ripeness/i18n/it.ts +2 -15
  36. package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
  37. package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
  38. package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
  39. package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
  40. package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
  41. package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
  42. package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
  43. package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
  44. package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
  45. package/src/tool/banana-ripeness/seo.astro +10 -3
  46. package/src/tool/brine/bibliography.astro +3 -3
  47. package/src/tool/brine/bibliography.ts +6 -0
  48. package/src/tool/brine/i18n/de.ts +4 -19
  49. package/src/tool/brine/i18n/en.ts +3 -17
  50. package/src/tool/brine/i18n/es.ts +4 -19
  51. package/src/tool/brine/i18n/fr.ts +3 -17
  52. package/src/tool/brine/i18n/id.ts +4 -19
  53. package/src/tool/brine/i18n/it.ts +4 -19
  54. package/src/tool/brine/i18n/ja.ts +4 -19
  55. package/src/tool/brine/i18n/ko.ts +4 -19
  56. package/src/tool/brine/i18n/nl.ts +4 -19
  57. package/src/tool/brine/i18n/pl.ts +4 -19
  58. package/src/tool/brine/i18n/pt.ts +4 -19
  59. package/src/tool/brine/i18n/ru.ts +4 -19
  60. package/src/tool/brine/i18n/sv.ts +4 -19
  61. package/src/tool/brine/i18n/tr.ts +4 -19
  62. package/src/tool/brine/i18n/zh.ts +4 -19
  63. package/src/tool/brine/seo.astro +11 -4
  64. package/src/tool/cookware-guide/bibliography.astro +2 -2
  65. package/src/tool/cookware-guide/bibliography.ts +10 -0
  66. package/src/tool/cookware-guide/cookware-selector.css +470 -19
  67. package/src/tool/cookware-guide/i18n/de.ts +3 -17
  68. package/src/tool/cookware-guide/i18n/en.ts +3 -17
  69. package/src/tool/cookware-guide/i18n/es.ts +3 -17
  70. package/src/tool/cookware-guide/i18n/fr.ts +3 -17
  71. package/src/tool/cookware-guide/i18n/id.ts +3 -17
  72. package/src/tool/cookware-guide/i18n/it.ts +3 -17
  73. package/src/tool/cookware-guide/i18n/ja.ts +3 -17
  74. package/src/tool/cookware-guide/i18n/ko.ts +3 -17
  75. package/src/tool/cookware-guide/i18n/nl.ts +3 -17
  76. package/src/tool/cookware-guide/i18n/pl.ts +3 -17
  77. package/src/tool/cookware-guide/i18n/pt.ts +3 -17
  78. package/src/tool/cookware-guide/i18n/ru.ts +3 -17
  79. package/src/tool/cookware-guide/i18n/sv.ts +3 -17
  80. package/src/tool/cookware-guide/i18n/tr.ts +3 -17
  81. package/src/tool/cookware-guide/i18n/zh.ts +3 -17
  82. package/src/tool/cookware-guide/seo.astro +11 -4
  83. package/src/tool/egg-timer/bibliography.astro +3 -11
  84. package/src/tool/egg-timer/bibliography.ts +10 -0
  85. package/src/tool/egg-timer/i18n/de.ts +3 -17
  86. package/src/tool/egg-timer/i18n/en.ts +2 -15
  87. package/src/tool/egg-timer/i18n/es.ts +127 -141
  88. package/src/tool/egg-timer/i18n/fr.ts +2 -15
  89. package/src/tool/egg-timer/i18n/id.ts +4 -18
  90. package/src/tool/egg-timer/i18n/it.ts +3 -17
  91. package/src/tool/egg-timer/i18n/ja.ts +3 -17
  92. package/src/tool/egg-timer/i18n/ko.ts +3 -17
  93. package/src/tool/egg-timer/i18n/nl.ts +3 -17
  94. package/src/tool/egg-timer/i18n/pl.ts +3 -17
  95. package/src/tool/egg-timer/i18n/pt.ts +3 -17
  96. package/src/tool/egg-timer/i18n/ru.ts +3 -17
  97. package/src/tool/egg-timer/i18n/sv.ts +3 -17
  98. package/src/tool/egg-timer/i18n/tr.ts +3 -17
  99. package/src/tool/egg-timer/i18n/zh.ts +3 -17
  100. package/src/tool/egg-timer/seo.astro +6 -30
  101. package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
  102. package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
  103. package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
  104. package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
  105. package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
  106. package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
  107. package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
  108. package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
  109. package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
  110. package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
  111. package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
  112. package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
  113. package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
  114. package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
  115. package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
  116. package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
  117. package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
  118. package/src/tool/ingredient-rescaler/recipe-ingredient-scaler-converter-servings.css +290 -17
  119. package/src/tool/ingredient-rescaler/seo.astro +11 -4
  120. package/src/tool/kitchen-timer/bibliography.astro +3 -3
  121. package/src/tool/kitchen-timer/bibliography.ts +10 -0
  122. package/src/tool/kitchen-timer/i18n/de.ts +3 -13
  123. package/src/tool/kitchen-timer/i18n/en.ts +6 -22
  124. package/src/tool/kitchen-timer/i18n/es.ts +6 -22
  125. package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
  126. package/src/tool/kitchen-timer/i18n/id.ts +3 -13
  127. package/src/tool/kitchen-timer/i18n/it.ts +3 -13
  128. package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
  129. package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
  130. package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
  131. package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
  132. package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
  133. package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
  134. package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
  135. package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
  136. package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
  137. package/src/tool/kitchen-timer/seo.astro +10 -3
  138. package/src/tool/meringue-peak/bibliography.astro +3 -3
  139. package/src/tool/meringue-peak/bibliography.ts +14 -0
  140. package/src/tool/meringue-peak/i18n/de.ts +3 -13
  141. package/src/tool/meringue-peak/i18n/en.ts +2 -15
  142. package/src/tool/meringue-peak/i18n/es.ts +135 -149
  143. package/src/tool/meringue-peak/i18n/fr.ts +2 -15
  144. package/src/tool/meringue-peak/i18n/id.ts +3 -13
  145. package/src/tool/meringue-peak/i18n/it.ts +3 -13
  146. package/src/tool/meringue-peak/i18n/ja.ts +3 -13
  147. package/src/tool/meringue-peak/i18n/ko.ts +3 -13
  148. package/src/tool/meringue-peak/i18n/nl.ts +3 -13
  149. package/src/tool/meringue-peak/i18n/pl.ts +3 -13
  150. package/src/tool/meringue-peak/i18n/pt.ts +3 -13
  151. package/src/tool/meringue-peak/i18n/ru.ts +3 -13
  152. package/src/tool/meringue-peak/i18n/sv.ts +3 -13
  153. package/src/tool/meringue-peak/i18n/tr.ts +3 -13
  154. package/src/tool/meringue-peak/i18n/zh.ts +3 -13
  155. package/src/tool/meringue-peak/seo.astro +10 -3
  156. package/src/tool/mold-scaler/bibliography.astro +3 -3
  157. package/src/tool/mold-scaler/bibliography.ts +10 -0
  158. package/src/tool/mold-scaler/i18n/de.ts +5 -17
  159. package/src/tool/mold-scaler/i18n/en.ts +5 -20
  160. package/src/tool/mold-scaler/i18n/es.ts +5 -20
  161. package/src/tool/mold-scaler/i18n/fr.ts +5 -20
  162. package/src/tool/mold-scaler/i18n/id.ts +5 -17
  163. package/src/tool/mold-scaler/i18n/it.ts +5 -17
  164. package/src/tool/mold-scaler/i18n/ja.ts +5 -17
  165. package/src/tool/mold-scaler/i18n/ko.ts +5 -17
  166. package/src/tool/mold-scaler/i18n/nl.ts +5 -17
  167. package/src/tool/mold-scaler/i18n/pl.ts +5 -17
  168. package/src/tool/mold-scaler/i18n/pt.ts +5 -17
  169. package/src/tool/mold-scaler/i18n/ru.ts +5 -17
  170. package/src/tool/mold-scaler/i18n/sv.ts +5 -17
  171. package/src/tool/mold-scaler/i18n/tr.ts +5 -17
  172. package/src/tool/mold-scaler/i18n/zh.ts +5 -17
  173. package/src/tool/mold-scaler/seo.astro +10 -3
  174. package/src/tool/pizza/bibliography.astro +3 -3
  175. package/src/tool/pizza/bibliography.ts +18 -0
  176. package/src/tool/pizza/i18n/de.ts +3 -13
  177. package/src/tool/pizza/i18n/en.ts +58 -75
  178. package/src/tool/pizza/i18n/es.ts +2 -20
  179. package/src/tool/pizza/i18n/fr.ts +58 -75
  180. package/src/tool/pizza/i18n/id.ts +3 -9
  181. package/src/tool/pizza/i18n/it.ts +3 -13
  182. package/src/tool/pizza/i18n/ja.ts +3 -9
  183. package/src/tool/pizza/i18n/ko.ts +3 -9
  184. package/src/tool/pizza/i18n/nl.ts +3 -9
  185. package/src/tool/pizza/i18n/pl.ts +3 -9
  186. package/src/tool/pizza/i18n/pt.ts +3 -9
  187. package/src/tool/pizza/i18n/ru.ts +28 -34
  188. package/src/tool/pizza/i18n/sv.ts +3 -9
  189. package/src/tool/pizza/i18n/tr.ts +3 -9
  190. package/src/tool/pizza/i18n/zh.ts +3 -9
  191. package/src/tool/pizza/seo.astro +11 -4
  192. package/src/tool/roux-guide/bibliography.astro +3 -3
  193. package/src/tool/roux-guide/bibliography.ts +14 -0
  194. package/src/tool/roux-guide/i18n/de.ts +3 -9
  195. package/src/tool/roux-guide/i18n/en.ts +2 -15
  196. package/src/tool/roux-guide/i18n/es.ts +3 -17
  197. package/src/tool/roux-guide/i18n/fr.ts +2 -15
  198. package/src/tool/roux-guide/i18n/id.ts +3 -9
  199. package/src/tool/roux-guide/i18n/it.ts +3 -9
  200. package/src/tool/roux-guide/i18n/ja.ts +3 -9
  201. package/src/tool/roux-guide/i18n/ko.ts +3 -9
  202. package/src/tool/roux-guide/i18n/nl.ts +3 -9
  203. package/src/tool/roux-guide/i18n/pl.ts +3 -9
  204. package/src/tool/roux-guide/i18n/pt.ts +3 -9
  205. package/src/tool/roux-guide/i18n/ru.ts +3 -9
  206. package/src/tool/roux-guide/i18n/sv.ts +3 -9
  207. package/src/tool/roux-guide/i18n/tr.ts +3 -9
  208. package/src/tool/roux-guide/i18n/zh.ts +3 -9
  209. package/src/tool/roux-guide/roux-ratio-calculator-thickening-sauce-guide.css +480 -18
  210. package/src/tool/roux-guide/seo.astro +11 -4
  211. package/src/tool/sourdough-calculator/bibliography.astro +3 -3
  212. package/src/tool/sourdough-calculator/bibliography.ts +14 -0
  213. package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
  214. package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
  215. package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
  216. package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
  217. package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
  218. package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
  219. package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
  220. package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
  221. package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
  222. package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
  223. package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
  224. package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
  225. package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
  226. package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
  227. package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
  228. package/src/tool/sourdough-calculator/seo.astro +11 -4
  229. package/src/tool/yeast-converter/bibliography.astro +6 -0
  230. package/src/tool/yeast-converter/bibliography.ts +6 -0
  231. package/src/tool/yeast-converter/component.astro +96 -0
  232. package/src/tool/yeast-converter/entry.ts +26 -0
  233. package/src/tool/yeast-converter/i18n/de.ts +235 -0
  234. package/src/tool/yeast-converter/i18n/en.ts +234 -0
  235. package/src/tool/yeast-converter/i18n/es.ts +235 -0
  236. package/src/tool/yeast-converter/i18n/fr.ts +235 -0
  237. package/src/tool/yeast-converter/i18n/id.ts +235 -0
  238. package/src/tool/yeast-converter/i18n/it.ts +235 -0
  239. package/src/tool/yeast-converter/i18n/ja.ts +235 -0
  240. package/src/tool/yeast-converter/i18n/ko.ts +235 -0
  241. package/src/tool/yeast-converter/i18n/nl.ts +235 -0
  242. package/src/tool/yeast-converter/i18n/pl.ts +235 -0
  243. package/src/tool/yeast-converter/i18n/pt.ts +235 -0
  244. package/src/tool/yeast-converter/i18n/ru.ts +235 -0
  245. package/src/tool/yeast-converter/i18n/sv.ts +235 -0
  246. package/src/tool/yeast-converter/i18n/tr.ts +235 -0
  247. package/src/tool/yeast-converter/i18n/zh.ts +235 -0
  248. package/src/tool/yeast-converter/index.ts +11 -0
  249. package/src/tool/yeast-converter/init.ts +277 -0
  250. package/src/tool/yeast-converter/seo.astro +15 -0
  251. package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
  252. package/src/tools.ts +2 -0
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from '../../../types';
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "香蕉熟度诊断与保存:科学指南";
4
5
  const description = "以科学精度分析香蕉的成熟状态。学习保存技术、乙烯生物化学以及营养优化方法。";
@@ -76,7 +77,6 @@ export const content: ToolLocaleContent = {
76
77
  title: "香蕉熟度诊断与保存:科学指南",
77
78
  description: "以科学精度分析香蕉的成熟状态。学习保存技术、乙烯生物化学以及营养优化方法。",
78
79
  faqTitle: "常问问题",
79
- bibliographyTitle: "来源与参考文献",
80
80
  ui: {
81
81
  ripesnessLabel: "成熟状态",
82
82
  nextStageLabel: "预计进入下一阶段",
@@ -144,20 +144,6 @@ export const content: ToolLocaleContent = {
144
144
  text: "根据当前状态,遵循特定的保存或加速成熟建议。",
145
145
  },
146
146
  ],
147
- bibliography: [
148
- {
149
- name: 'Ethylene and Fruit Ripening: A Biological Review',
150
- url: '',
151
- },
152
- {
153
- name: 'Biochemical Changes in Musa acuminata during Ripening (Journal of Food Science)',
154
- url: 'https://www.foodsciencejournal.com/assets/archives/2017/vol2issue5/2-5-31-566.pdf',
155
- },
156
- {
157
- name: 'The Role of Respiration in Climacteric Fruits (Scientific American)',
158
- url: 'https://www.nature.com/articles/226976b0',
159
- },
160
- ],
161
147
  seo: [
162
148
  {
163
149
  type: 'title',
@@ -244,5 +230,6 @@ export const content: ToolLocaleContent = {
244
230
  html: "<strong>降解预警:</strong> 相对湿度高于85%或温度高于25°C等外部因素会剧烈加速降解,使香蕉在几小时内从最佳状态变为不可食用。本模拟器可帮助您预判这些变化并做出科学规划。",
245
231
  },
246
232
  ],
233
+ bibliography,
247
234
  schemas: [faqSchema, howToSchema, appSchema],
248
235
  };
@@ -1,8 +1,15 @@
1
1
  ---
2
2
  import { SEORenderer } from '@jjlmoya/utils-shared';
3
- import { content } from './i18n/es';
3
+ import { BANANA_CARE_TOOL } from './index';
4
+ import type { KnownLocale } from '../../types';
4
5
 
5
- const locale = 'es';
6
+ interface Props {
7
+ locale?: KnownLocale;
8
+ }
9
+
10
+ const { locale = 'es' } = Astro.props;
11
+ const content = await BANANA_CARE_TOOL.i18n[locale]?.();
12
+ if (!content) return null;
6
13
  ---
7
14
 
8
- <SEORenderer content={{ sections: content.seo, locale }} />
15
+ {content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
@@ -1,6 +1,6 @@
1
1
  ---
2
- import { Bibliography } from '@jjlmoya/utils-shared';
3
- import { content } from './i18n/es';
2
+ import { Bibliography as BibliographyComponent } from '@jjlmoya/utils-shared';
3
+ import { bibliography } from './bibliography';
4
4
  ---
5
5
 
6
- <Bibliography links={content.bibliography} />
6
+ <BibliographyComponent links={bibliography} />
@@ -0,0 +1,6 @@
1
+ export const bibliography = [
2
+ {
3
+ name: "Brine",
4
+ url: "https://en.wikipedia.org/wiki/Brine",
5
+ }
6
+ ];
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Gleichgewichts Lake Rechner";
4
5
  const description = "Die Wissenschaft des Gleichgewichts für saftiges Fleisch und perfekte Fermente. Berechnen Sie den exakten Salzgehalt basierend auf dem Gesamtgewicht von Zutat und Wasser.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Zeit (Konserven)",
105
106
  timePreservesDuration: "1+ Monate",
106
107
  },
107
- faqTitle: "Häufig gestellte Fragen",
108
- bibliographyTitle: "Quellen und Referenzen",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Häufig gestellte Fragen", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Meisterleitfaden für Gleichgewichts Pökeln und Fermentation',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Unser Gleichgewichtsrechner eliminiert das Rätselraten aus Ihren Rezepten und ermöglicht es Ihnen, mit der Sicherheit eines Profis zu kochen.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Equilibrium Brining and Fermentation Calculator";
4
5
  const description = "Master the science of equilibrium brining for juicy meats and perfect fermentations. Calculate exact salinity based on total product and water weight.";
@@ -109,9 +110,7 @@ export const content: ToolLocaleContent = {
109
110
  timePreservesLabel: "Time (Preserves)",
110
111
  timePreservesDuration: "1+ Months",
111
112
  },
112
- faqTitle: "Frequently Asked Questions",
113
- bibliographyTitle: "Sources and References",
114
- faq: [
113
+ faqTitle: "Frequently Asked Questions", faq: [
115
114
  {
116
115
  question: "What is the equilibrium brining method?",
117
116
  answer:
@@ -155,20 +154,6 @@ export const content: ToolLocaleContent = {
155
154
  text: "Refrigerate based on type: 4-48 hours for meats, 1-3 weeks for fermenteds. Exact time depends on temperature and personal taste.",
156
155
  },
157
156
  ],
158
- bibliography: [
159
- {
160
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
161
- url: "https://www.nomacph.com/",
162
- },
163
- {
164
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
165
- url: "https://www.saltfatacidheat.com/",
166
- },
167
- {
168
- name: "Pollan, Michael - Cooked",
169
- url: "https://michaelpollan.com/",
170
- },
171
- ],
172
157
  seo: [
173
158
  {
174
159
  type: "title",
@@ -296,5 +281,6 @@ export const content: ToolLocaleContent = {
296
281
  html: "Our equilibrium calculator eliminates guesswork from your recipes, allowing you to cook with the confidence of a professional.",
297
282
  },
298
283
  ],
284
+ bibliography,
299
285
  schemas: [faqSchema, howToSchema, appSchema],
300
286
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calculadora de Salmuera por Equilibrio";
4
5
  const description = "La ciencia del equilibrio para carnes jugosas y fermentados perfectos. Calcula la salinidad exacta basada en el peso total de ingrediente y agua.";
@@ -109,9 +110,7 @@ export const content: ToolLocaleContent = {
109
110
  timePreservesLabel: "Tiempo (Conservas)",
110
111
  timePreservesDuration: "1+ Meses",
111
112
  },
112
- faqTitle: "Preguntas Frecuentes",
113
- bibliographyTitle: "Fuentes y Referencias",
114
- faq: [
113
+ faqTitle: "Preguntas Frecuentes", faq: [
115
114
  {
116
115
  question: "¿Qué es el método de salmuera por equilibrio?",
117
116
  answer:
@@ -155,21 +154,7 @@ export const content: ToolLocaleContent = {
155
154
  text: "Refrigera según el tipo: 4-48 horas para carnes, 1-3 semanas para fermentados. El tiempo exacto depende de la temperatura y tu gusto personal.",
156
155
  },
157
156
  ],
158
- bibliography: [
159
- {
160
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
161
- url: "https://www.nomacph.com/",
162
- },
163
- {
164
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
165
- url: "https://www.saltfatacidheat.com/",
166
- },
167
- {
168
- name: "Pollan, Michael - Cooked",
169
- url: "https://michaelpollan.com/",
170
- },
171
- ],
172
- seo: [
157
+ seo: [
173
158
  {
174
159
  type: 'title',
175
160
  text: 'Guía Maestro de Salmuera por Equilibrio y Fermentación',
@@ -296,6 +281,6 @@ export const content: ToolLocaleContent = {
296
281
  html: 'Nuestra calculadora de equilibrio elimina las conjeturas de tus recetas, permitiéndote cocinar con la confianza de un profesional del sector.',
297
282
  },
298
283
  ],
299
-
284
+ bibliography,
300
285
  schemas: [faqSchema, howToSchema, appSchema],
301
286
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calculateur de Saumure par Équilibre et Fermentation";
4
5
  const description = "Maîtrisez la science de la saumure par équilibre pour des viandes juteuses et des fermentations parfaites. Calculez la salinité exacte basée sur le poids total.";
@@ -109,9 +110,7 @@ export const content: ToolLocaleContent = {
109
110
  timePreservesLabel: "Temps (Conserves)",
110
111
  timePreservesDuration: "1+ Mois",
111
112
  },
112
- faqTitle: "Questions Fréquentes sur la Saumure",
113
- bibliographyTitle: "Sources et Références Scientifiques",
114
- faq: [
113
+ faqTitle: "Questions Fréquentes sur la Saumure", faq: [
115
114
  {
116
115
  question: "Qu'est-ce que la méthode de saumure par équilibre ?",
117
116
  answer:
@@ -155,20 +154,6 @@ export const content: ToolLocaleContent = {
155
154
  text: "Réfrigérez selon le type : 4-48 h pour les viandes, 1-3 semaines pour les fermentations. Le temps dépend de la température ambiante.",
156
155
  },
157
156
  ],
158
- bibliography: [
159
- {
160
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
161
- url: "https://www.nomacph.com/",
162
- },
163
- {
164
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
165
- url: "https://www.saltfatacidheat.com/",
166
- },
167
- {
168
- name: "Pollan, Michael - Cooked",
169
- url: "https://michaelpollan.com/",
170
- },
171
- ],
172
157
  seo: [
173
158
  {
174
159
  type: "title",
@@ -296,5 +281,6 @@ export const content: ToolLocaleContent = {
296
281
  html: "Notre calculateur d'équilibre supprime les approximations, vous permettant de cuisiner avec la confiance d'un professionnel.",
297
282
  },
298
283
  ],
284
+ bibliography,
299
285
  schemas: [faqSchema, howToSchema, appSchema],
300
286
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkulator Larutan Garam Keseimbangan";
4
5
  const description = "Ilmu keseimbangan untuk daging yang juicy dan fermentasi yang sempurna. Hitung salinitas tepat berdasarkan berat total bahan dan air.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Waktu (Pengawetan)",
105
106
  timePreservesDuration: "1+ Bulan",
106
107
  },
107
- faqTitle: "Pertanyaan yang Sering Diajukan",
108
- bibliographyTitle: "Sumber dan Referensi",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Pertanyaan yang Sering Diajukan", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Panduan Utama Larutan Garam Keseimbangan dan Fermentasi',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Kalkulator keseimbangan kami menghilangkan keraguan dari resep Anda, memungkinkan Anda memasak dengan kepercayaan diri seorang profesional.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calcolatore di Salamoia all'Equilibrio";
4
5
  const description = "La scienza dell'equilibrio per carni succose e fermentati perfetti. Calcola la salinità esatta in base al peso totale dell'ingrediente e dell'acqua.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Tempo (Conserve)",
105
106
  timePreservesDuration: "1+ Mesi",
106
107
  },
107
- faqTitle: "Domande Frequenti",
108
- bibliographyTitle: "Fonti e Riferimenti",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Domande Frequenti", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Guida Esperta alla Salamoia all\'Equilibrio e Fermentazione',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Il nostro calcolatore di equilibrio elimina le incertezze dalle tue ricette, permettendoti di cucinare con la sicurezza di un professionista del settore.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "平衡塩水計算機";
4
5
  const description = "ジューシーな肉と完璧な発酵食品のための、バランスの科学。食材と水の総重量に基づいた正確な塩分濃度を計算します。";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "期間(保存食)",
105
106
  timePreservesDuration: "1ヶ月以上",
106
107
  },
107
- faqTitle: "よくある質問",
108
- bibliographyTitle: "出典と参考文献",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "よくある質問", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: '平衡塩水と発酵のマスターガイド',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'この平衡計算機を使えば、経験に頼ることなく、プロのような確信を持って料理を仕上げることができます。',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "평형 염수 계산기";
4
5
  const description = "촉촉한 고기와 완벽한 발효를 위한 평형의 과학. 식재료와 물의 총 중량에 기초한 정확한 염도를 계산하세요.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "기간 (보존식)",
105
106
  timePreservesDuration: "1개월 이상",
106
107
  },
107
- faqTitle: "자주 묻는 질문",
108
- bibliographyTitle: "출처 및 참고 문헌",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "자주 묻는 질문", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: '평형 염수와 발효 마스터 가이드',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: '이 평형 계산기는 레시피의 불확실성을 제거하여, 전문가와 같은 확신을 가지고 요리할 수 있게 도와줍니다.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Evenwichtspekel Calculator";
4
5
  const description = "De wetenschap van balans voor sappig vlees en perfecte fermenten. Bereken het exacte zoutgehalte op basis van het totaalgewicht van ingrediënt en water.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Tijd (Conserven)",
105
106
  timePreservesDuration: "1+ Maanden",
106
107
  },
107
- faqTitle: "Veelgestelde Vragen",
108
- bibliographyTitle: "Bronnen en Referenties",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Veelgestelde Vragen", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Meestergids voor Evenwichtspekel en Fermentatie',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Onze evenwichtscalculator haalt het giswerk uit uw recepten, zodat u kunt koken met het vertrouwen van een sectorprofessional.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkulator Solanki Metodą Równowagi";
4
5
  const description = "Nauka o równowadze dla soczystych mięs i idealnych kiszonek. Oblicz dokładne zasolenie na podstawie całkowitej wagi produktu i wody.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Czas (Konserwy)",
105
106
  timePreservesDuration: "1+ Miesięcy",
106
107
  },
107
- faqTitle: "Często Zadawane Pytania",
108
- bibliographyTitle: "Źródła i Odniesienia",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Często Zadawane Pytania", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Mistrzowski Przewodnik po Solance przez Równowagę i Kiszeniu',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Nasz kalkulator równowagi eliminuje domysły z Twoich przepisów, pozwalając Ci gotować z pewnością profesjonalisty.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calculadora de Salmoura por Equilíbrio";
4
5
  const description = "A ciência do equilíbrio para carnes suculentas e fermentados perfeitos. Calcule a salinidade exata baseada no peso total do ingrediente e da água.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Tempo (Conservas)",
105
106
  timePreservesDuration: "1+ Meses",
106
107
  },
107
- faqTitle: "Perguntas Frequentes",
108
- bibliographyTitle: "Fontes e Referências",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Perguntas Frequentes", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Guia Mestre de Salmoura por Equilíbrio e Fermentação',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'A nossa calculadora de equilíbrio elimina as suposições das suas receitas, permitindo-lhe cozinhar com a confiança de um profissional do setor.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Калькулятор равновесного рассола";
4
5
  const description = "Наука баланса для сочного мяса и идеальной ферментации. Рассчитайте точную соленость на основе общего веса ингредиента и воды.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Время (Консервы)",
105
106
  timePreservesDuration: "1+ месяцев",
106
107
  },
107
- faqTitle: "Часто задаваемые вопросы",
108
- bibliographyTitle: "Источники и ссылки",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Часто задаваемые вопросы", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Главное руководство по равновесному рассолу и ферментации',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Наш равновесный калькулятор избавляет от догадок в ваших рецептах, позволяя готовить с уверенностью профессионала.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkylator för Balanslag";
4
5
  const description = "Vetenskapen om balans för saftigt kött och perfekta fermentat. Beräkna den exakta salthalten baserat på den totala vikten av ingrediens och vatten.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Tid (konserver)",
105
106
  timePreservesDuration: "1+ månader",
106
107
  },
107
- faqTitle: "Vanliga frågor",
108
- bibliographyTitle: "Källor och referenser",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Vanliga frågor", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Mästarguide för Balanslag och Fermentering',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Vår balanskalkylator eliminerar gissningarna från dina recept och låter dig laga mat med en yrkesmans självförtroende.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Denge Salamura Hesaplayıcı";
4
5
  const description = "Sulu etler ve mükemmel fermente ürünler için denge bilimi. Ürün ve suyun toplam ağırlığına göre tam tuzluluk oranını hesaplayın.";
@@ -104,25 +105,8 @@ export const content: ToolLocaleContent = {
104
105
  timePreservesLabel: "Süre (Konserveler)",
105
106
  timePreservesDuration: "1+ Ay",
106
107
  },
107
- faqTitle: "Sıkça Sorulan Sorular",
108
- bibliographyTitle: "Kaynaklar ve Referanslar",
109
- faq,
110
- howTo,
111
- bibliography: [
112
- {
113
- name: "The Noma Guide to Fermentation - René Redzepi & David Zilber",
114
- url: "https://www.nomacph.com/",
115
- },
116
- {
117
- name: "Salt, Fat, Acid, Heat - Samin Nosrat",
118
- url: "https://www.saltfatacidheat.com/",
119
- },
120
- {
121
- name: "Pollan, Michael - Cooked",
122
- url: "https://michaelpollan.com/",
123
- },
124
- ],
125
- seo: [
108
+ faqTitle: "Sıkça Sorulan Sorular", faq,
109
+ howTo, seo: [
126
110
  {
127
111
  type: 'title',
128
112
  text: 'Denge Salamura ve Fermantasyon Uzman Kılavuzu',
@@ -249,5 +233,6 @@ export const content: ToolLocaleContent = {
249
233
  html: 'Denge hesaplayıcımız, tariflerinizdeki tahmin yürütme işini ortadan kaldırarak bir sektör profesyoneli güveniyle yemek yapmanızı sağlar.',
250
234
  },
251
235
  ],
236
+ bibliography,
252
237
  schemas: [faqSchema, howToSchema, appSchema],
253
238
  };