@jjlmoya/utils-cooking 1.11.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 (190) hide show
  1. package/package.json +59 -58
  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/schemas_fulfillment.test.ts +23 -0
  19. package/src/tests/title_quality.test.ts +55 -0
  20. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  21. package/src/tool/american-kitchen-converter/i18n/fr.ts +1 -1
  22. package/src/tool/american-kitchen-converter/i18n/id.ts +356 -0
  23. package/src/tool/american-kitchen-converter/i18n/it.ts +356 -0
  24. package/src/tool/american-kitchen-converter/i18n/ja.ts +356 -0
  25. package/src/tool/american-kitchen-converter/i18n/ko.ts +356 -0
  26. package/src/tool/american-kitchen-converter/i18n/nl.ts +356 -0
  27. package/src/tool/american-kitchen-converter/i18n/pl.ts +356 -0
  28. package/src/tool/american-kitchen-converter/i18n/pt.ts +356 -0
  29. package/src/tool/american-kitchen-converter/i18n/ru.ts +356 -0
  30. package/src/tool/american-kitchen-converter/i18n/sv.ts +356 -0
  31. package/src/tool/american-kitchen-converter/i18n/tr.ts +356 -0
  32. package/src/tool/american-kitchen-converter/i18n/zh.ts +356 -0
  33. package/src/tool/american-kitchen-converter/index.ts +12 -0
  34. package/src/tool/banana-ripeness/i18n/de.ts +248 -0
  35. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  36. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  44. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  45. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  46. package/src/tool/banana-ripeness/index.ts +12 -0
  47. package/src/tool/brine/i18n/de.ts +253 -0
  48. package/src/tool/brine/i18n/id.ts +253 -0
  49. package/src/tool/brine/i18n/it.ts +253 -0
  50. package/src/tool/brine/i18n/ja.ts +253 -0
  51. package/src/tool/brine/i18n/ko.ts +253 -0
  52. package/src/tool/brine/i18n/nl.ts +253 -0
  53. package/src/tool/brine/i18n/pl.ts +253 -0
  54. package/src/tool/brine/i18n/pt.ts +253 -0
  55. package/src/tool/brine/i18n/ru.ts +253 -0
  56. package/src/tool/brine/i18n/sv.ts +253 -0
  57. package/src/tool/brine/i18n/tr.ts +253 -0
  58. package/src/tool/brine/i18n/zh.ts +253 -0
  59. package/src/tool/brine/index.ts +12 -0
  60. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  61. package/src/tool/cookware-guide/i18n/en.ts +2 -2
  62. package/src/tool/cookware-guide/i18n/es.ts +3 -3
  63. package/src/tool/cookware-guide/i18n/fr.ts +2 -2
  64. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  71. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  72. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  73. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  74. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  75. package/src/tool/cookware-guide/index.ts +12 -0
  76. package/src/tool/egg-timer/i18n/de.ts +252 -0
  77. package/src/tool/egg-timer/i18n/id.ts +252 -0
  78. package/src/tool/egg-timer/i18n/it.ts +252 -0
  79. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  80. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  81. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  82. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  83. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  84. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  85. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  86. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  87. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  88. package/src/tool/egg-timer/index.ts +12 -0
  89. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  90. package/src/tool/ingredient-rescaler/i18n/en.ts +74 -97
  91. package/src/tool/ingredient-rescaler/i18n/es.ts +77 -100
  92. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  97. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  98. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  99. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  100. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  101. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  102. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  103. package/src/tool/ingredient-rescaler/index.ts +12 -0
  104. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  105. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  106. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  107. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  108. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  110. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  111. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  112. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  113. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  114. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  115. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  116. package/src/tool/kitchen-timer/index.ts +12 -0
  117. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  118. package/src/tool/meringue-peak/i18n/fr.ts +1 -1
  119. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  120. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  123. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  124. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  125. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  126. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  127. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  128. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  129. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  130. package/src/tool/meringue-peak/index.ts +12 -0
  131. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  132. package/src/tool/mold-scaler/i18n/en.ts +87 -60
  133. package/src/tool/mold-scaler/i18n/es.ts +87 -61
  134. package/src/tool/mold-scaler/i18n/fr.ts +97 -69
  135. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  136. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  137. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  138. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  139. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  140. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  141. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  142. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  143. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  144. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  145. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  146. package/src/tool/mold-scaler/index.ts +12 -0
  147. package/src/tool/pizza/i18n/de.ts +168 -0
  148. package/src/tool/pizza/i18n/en.ts +2 -2
  149. package/src/tool/pizza/i18n/es.ts +2 -2
  150. package/src/tool/pizza/i18n/fr.ts +2 -2
  151. package/src/tool/pizza/i18n/id.ts +125 -0
  152. package/src/tool/pizza/i18n/it.ts +172 -0
  153. package/src/tool/pizza/i18n/ja.ts +125 -0
  154. package/src/tool/pizza/i18n/ko.ts +125 -0
  155. package/src/tool/pizza/i18n/nl.ts +164 -0
  156. package/src/tool/pizza/i18n/pl.ts +125 -0
  157. package/src/tool/pizza/i18n/pt.ts +168 -0
  158. package/src/tool/pizza/i18n/ru.ts +151 -0
  159. package/src/tool/pizza/i18n/sv.ts +164 -0
  160. package/src/tool/pizza/i18n/tr.ts +125 -0
  161. package/src/tool/pizza/i18n/zh.ts +125 -0
  162. package/src/tool/pizza/index.ts +12 -0
  163. package/src/tool/roux-guide/i18n/de.ts +165 -0
  164. package/src/tool/roux-guide/i18n/es.ts +1 -1
  165. package/src/tool/roux-guide/i18n/id.ts +139 -0
  166. package/src/tool/roux-guide/i18n/it.ts +165 -0
  167. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  168. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  169. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  170. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  171. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  172. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  173. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  174. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  175. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  176. package/src/tool/roux-guide/index.ts +12 -0
  177. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  178. package/src/tool/sourdough-calculator/i18n/es.ts +133 -133
  179. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  180. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  181. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  182. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  183. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  184. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  185. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  186. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  187. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  188. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  189. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  190. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,253 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Kalkulator Larutan Garam Keseimbangan";
4
+ const description = "Ilmu keseimbangan untuk daging yang juicy dan fermentasi yang sempurna. Hitung salinitas tepat berdasarkan berat total bahan dan air.";
5
+ const faq = [
6
+ {
7
+ question: "Apa itu metode larutan garam keseimbangan (equilibrium brining)?",
8
+ answer: "Metode keseimbangan menghitung garam berdasarkan berat total (air + bahan), bukan hanya airnya saja. Ini menjamin konsentrasi garam yang konsisten tanpa mempedulikan jumlah bahan yang Anda gunakan.",
9
+ },
10
+ {
11
+ question: "Berapa banyak garam yang saya butuhkan untuk membuat acar?",
12
+ answer: "Untuk sayuran fermentasi (timun, sauerkraut, kimchi) disarankan antara 2% dan 3% garam. Untuk daging, antara 1,5% dan 2%. Kalkulator memberikan jumlah tepat sesuai dengan berat bahan Anda.",
13
+ },
14
+ {
15
+ question: "Bisakah saya membekukan daging setelah direndam air garam?",
16
+ answer: "Ya, itu sangat ideal. Rendering air garam melindungi dari freezer burn dan daging akan siap dimasak saat dicairkan. Namun, hindari membekukan sayuran fermentasi karena akan menjadi lembek.",
17
+ },
18
+ {
19
+ question: "Mengapa menambahkan gula ke dalam air garam?",
20
+ answer: "Gula memiliki dua fungsi: memudahkan reaksi Maillard (pencokelatan) pada daging dan menyeimbangkan rasa asin tanpa membuat produk terasa manis. Ini tidak mengubah rendaman Anda menjadi pencuci mulut.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Tentukan tujuan Anda",
26
+ text: "Putuskan apakah Anda akan membuat daging rendam garam (1,5-2%), fermentasi (2-3%), saus (3,5%) atau pengawetan jangka panjang (5%+). Masing-masing memiliki waktu dan tujuan yang berbeda.",
27
+ },
28
+ {
29
+ name: "Timbang bahan dan air",
30
+ text: "Timbang produk (daging, sayuran) dan air dengan tepat. Presisi sangat penting: perbedaan 5g saja sudah mengubah hasilnya. Gunakan timbangan digital presisi.",
31
+ },
32
+ {
33
+ name: "Hitung dengan alat ini",
34
+ text: "Masukkan berat ke dalam kalkulator dan sesuaikan kadar garam sesuai jenis produk Anda. Alat ini akan memberi tahu Anda secara tepat berapa banyak garam dan gula yang dibutuhkan.",
35
+ },
36
+ {
37
+ name: "Larutkan dan campur",
38
+ text: "Larutkan garam sepenuhnya dalam air dingin sebelum memasukkan produk. Untuk daging, pastikan air garam merendam seluruh bagian. Untuk fermentasi, bahan harus terendam sepenuhnya di bawah air.",
39
+ },
40
+ {
41
+ name: "Fermentasi atau diamkan",
42
+ text: "Simpan di lemari es sesuai jenisnya: 4-48 jam untuk daging, 1-3 minggu untuk fermentasi. Waktu tepatnya bergantung pada suhu dan selera pribadi Anda.",
43
+ },
44
+ ];
45
+
46
+ const faqSchema = {
47
+ '@context': 'https://schema.org',
48
+ '@type': 'FAQPage',
49
+ mainEntity: faq.map((item) => ({
50
+ '@type': 'Question',
51
+ name: item.question,
52
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
53
+ })),
54
+ };
55
+
56
+ const howToSchema = {
57
+ '@context': 'https://schema.org',
58
+ '@type': 'HowTo',
59
+ name: title,
60
+ description,
61
+ step: howTo.map((step) => ({
62
+ '@type': 'HowToStep',
63
+ name: step.name,
64
+ text: step.text,
65
+ })),
66
+ };
67
+
68
+ const appSchema = {
69
+ '@context': 'https://schema.org',
70
+ '@type': 'SoftwareApplication',
71
+ name: title,
72
+ description,
73
+ applicationCategory: 'UtilitiesApplication',
74
+ operatingSystem: 'Web',
75
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: "larutan-garam",
80
+ title: "Kalkulator Larutan Garam Keseimbangan",
81
+ description: "Ilmu keseimbangan untuk daging yang juicy dan fermentasi yang sempurna. Hitung salinitas tepat berdasarkan berat total bahan dan air.",
82
+ ui: {
83
+ calculator: "Kalkulator",
84
+ subtitle: "Masukkan berat untuk menghitung keseimbangan sempurna.",
85
+ productWeight: "Berat Produk (g)",
86
+ waterWeight: "Berat Air (g)",
87
+ desiredSalinity: "Salinitas yang Diinginkan",
88
+ meat: "Daging (1,5%)",
89
+ fermented: "Fermentasi (2,0%)",
90
+ sauces: "Saus (3,5%)",
91
+ preserves: "Pengawetan (5,0%)",
92
+ addSugar: "Tambah Gula",
93
+ sugarHint: "Menyeimbangkan rasa dan membantu pencokelatan (50% dari garam)",
94
+ saltNeeded: "Garam yang Dibutuhkan",
95
+ sugarOptional: "Gula (Opsional)",
96
+ estimatedTime: "Perkiraan Waktu",
97
+ product: "Produk",
98
+ total: "Total",
99
+ unitGrams: "gram",
100
+ timeMeatsLabel: "Waktu (Daging)",
101
+ timeMeatsDuration: "4 - 48 Jam",
102
+ timeVegetablesLabel: "Waktu (Sayuran)",
103
+ timeVegetablesDuration: "1 - 3 Minggu",
104
+ timePreservesLabel: "Waktu (Pengawetan)",
105
+ timePreservesDuration: "1+ Bulan",
106
+ },
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: [
126
+ {
127
+ type: 'title',
128
+ text: 'Panduan Utama Larutan Garam Keseimbangan dan Fermentasi',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: '<strong>Larutan garam keseimbangan (equilibrium brine)</strong> adalah teknik definitif untuk menjamin hasil yang juicy dan aman. Berbeda dengan metode tradisional, teknik ini menghitung garam berdasarkan <strong>berat total</strong> air dan produk, memastikan salinitas yang konstan terlepas dari volume wadahnya.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '1,5 - 2%',
141
+ label: 'Rasio Ideal Daging',
142
+ icon: 'mdi:food-steak',
143
+ },
144
+ {
145
+ value: '2,5 - 3%',
146
+ label: 'Rasio Fermentasi',
147
+ icon: 'mdi:flask-outline',
148
+ },
149
+ {
150
+ value: '18-22°C',
151
+ label: 'Suhu Fermentasi',
152
+ icon: 'mdi:thermometer',
153
+ },
154
+ {
155
+ value: '0,5%',
156
+ label: 'Gula Keseimbangan',
157
+ icon: 'mdi:shaker-outline',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'title',
163
+ text: 'Perbedaan Rendaman Garam Kering dan Basah',
164
+ level: 3,
165
+ },
166
+ {
167
+ type: 'comparative',
168
+ columns: 2,
169
+ items: [
170
+ {
171
+ title: 'Rendaman Kering (Dry Brining)',
172
+ icon: 'mdi:shaker-outline',
173
+ description: 'Garam dioleskan langsung ke permukaan produk tanpa menggunakan air tambahan.',
174
+ points: [
175
+ 'Kulit unggas jauh lebih renyah',
176
+ 'Rasa asli bahan lebih terkonsentrasi',
177
+ 'Memakan lebih sedikit ruang di kulkas',
178
+ 'Ideal untuk steak dan ayam utuh',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Rendaman Basah (Wet Brining)',
183
+ icon: 'mdi:water',
184
+ description: 'Produk direndam dalam larutan air dan garam yang dihitung berdasarkan keseimbangan.',
185
+ highlight: true,
186
+ points: [
187
+ 'Transfer kelembapan yang lebih baik',
188
+ 'Memungkinkan penambahan aroma (rempah)',
189
+ 'Penggaraman lebih merata pada potongan besar',
190
+ 'Ideal untuk kalkun, babi, dan ikan',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: 'Waktu dan Salinitas Menurut Aplikasi',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'table',
202
+ headers: ['Kategori', 'Salinitas (%)', 'Waktu Minimum', 'Tujuan Utama'],
203
+ rows: [
204
+ ['Unggas dan Babi', '1,5% - 2,0%', '12 - 24 jam', 'Kecairan dan keempukan'],
205
+ ['Ikan Putih', '1,0% - 1,5%', '20 - 45 menit', 'Kekokohan daging'],
206
+ ['Lacto-fermentasi', '2,5% - 3,0%', '7 - 21 hari', 'Keamanan mikrobiologis'],
207
+ ['Saus dan Pengawetan', '3,5% - 5,0%', '1+ bulan', 'Pengawetan jangka panjang'],
208
+ ],
209
+ },
210
+ {
211
+ type: 'diagnostic',
212
+ variant: 'warning',
213
+ title: 'Identifikasi Masalah pada Larutan Garam',
214
+ html: 'Jika larutan garam berbau busuk (bukan asam), muncul jamur berwarna (hitam, merah muda) atau produk menjadi sangat lunak, segera buang. Jamur putih di permukaan (ragi Kahm) adalah normal pada fermentasi dan dapat disisihkan.',
215
+ },
216
+ {
217
+ type: 'title',
218
+ text: 'Glosarium Ahli Pengawetan',
219
+ level: 3,
220
+ },
221
+ {
222
+ type: 'glossary',
223
+ items: [
224
+ {
225
+ term: 'Osmosis',
226
+ definition: 'Proses fisik di mana garam menembus ke dalam sel makanan untuk menyeimbangkan konsentrasi.',
227
+ },
228
+ {
229
+ term: 'Denaturasi',
230
+ definition: 'Efek garam pada protein yang memungkinkan protein menahan lebih banyak air selama memasak.',
231
+ },
232
+ {
233
+ term: 'Ragi Kahm',
234
+ definition: 'Lapisan putih tipis yang terkadang muncul di permukaan fermentasi; tidak berbahaya tetapi menunjukkan kurangnya keasaman.',
235
+ },
236
+ {
237
+ term: 'Lacto-fermentasi',
238
+ definition: 'Fermentasi anaerobik di mana bakteri mengubah gula menjadi asam laktat, mengawetkan makanan.',
239
+ },
240
+ ],
241
+ },
242
+ {
243
+ type: 'tip',
244
+ title: 'Kualitas Air',
245
+ html: 'Selalu hindari air keran dengan banyak kaporit karena dapat menghambat pertumbuhan bakteri baik dalam fermentasi Anda. Gunakan air saringan atau diamkan air selama 24 jam.',
246
+ },
247
+ {
248
+ type: 'paragraph',
249
+ html: 'Kalkulator keseimbangan kami menghilangkan keraguan dari resep Anda, memungkinkan Anda memasak dengan kepercayaan diri seorang profesional.',
250
+ },
251
+ ],
252
+ schemas: [faqSchema, howToSchema, appSchema],
253
+ };
@@ -0,0 +1,253 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Calcolatore di Salamoia all'Equilibrio";
4
+ 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.";
5
+ const faq = [
6
+ {
7
+ question: "Che cos'è il metodo della salamoia all'equilibrio?",
8
+ answer: "Il metodo dell'equilibrio calcola il sale in base al peso totale (acqua + ingrediente), non solo all'acqua. Ciò garantisce una concentrazione di sale costante indipendentemente dalla quantità di ingrediente utilizzato.",
9
+ },
10
+ {
11
+ question: "Di quanto sale ho bisogno per fare i sottaceti?",
12
+ answer: "Per le verdure fermentate (cetriolini, crauti, kimchi) si consiglia tra il 2% e il 3% di sale. Per le carni, tra l'1,5% e il 2%. Il calcolatore ti fornisce la quantità esatta in base al peso dei tuoi ingredienti.",
13
+ },
14
+ {
15
+ question: "Posso congelare la carne dopo la salamoia?",
16
+ answer: "Sì, è l'ideale. La salamoia protegge dalle bruciature da congelamento e la carne sarà pronta per la cottura al momento dello scongelamento. Tuttavia, evita di congelare verdure fermentate poiché diventerebbero molli.",
17
+ },
18
+ {
19
+ question: "Perché aggiungere zucchero alla salamoia?",
20
+ answer: "Lo zucchero ha due funzioni: facilita la reazione di Maillard (rosolatura) nelle carni ed equilibra il sapore salino senza rendere il prodotto dolce. Non trasforma la tua salamoia in un dessert.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Determina il tuo obiettivo",
26
+ text: "Decidi se farai carni in salamoia (1,5-2%), fermentati (2-3%), salse (3,5%) o conserve a lunga durata (5%+). Ognuna ha tempi e scopi diversi.",
27
+ },
28
+ {
29
+ name: "Pesa ingrediente e acqua",
30
+ text: "Pesa il prodotto (carne, verdure) e l'acqua esattamente. La precisione è fondamentale: anche 5g di differenza cambiano il risultato. Usa una bilancia di precisione.",
31
+ },
32
+ {
33
+ name: "Calcola con lo strumento",
34
+ text: "Inserisci i pesi nel calcolatore e regola la salinità in base al tipo di prodotto. Lo strumento ti dirà esattamente quanto sale e zucchero ti servono.",
35
+ },
36
+ {
37
+ name: "Sciogli e mescola",
38
+ text: "Sciogli completamente il sale in acqua fredda prima di aggiungere il prodotto. Per le carni, assicurati che la salamoia copra tutto. Per i fermentati, il prodotto deve essere sommerso.",
39
+ },
40
+ {
41
+ name: "Fermenta o cura",
42
+ text: "Refrigera in base al tipo: 4-48 ore per le carni, 1-3 settimane per i fermentati. Il tempo esatto dipende dalla temperatura e dal tuo gusto personale.",
43
+ },
44
+ ];
45
+
46
+ const faqSchema = {
47
+ '@context': 'https://schema.org',
48
+ '@type': 'FAQPage',
49
+ mainEntity: faq.map((item) => ({
50
+ '@type': 'Question',
51
+ name: item.question,
52
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
53
+ })),
54
+ };
55
+
56
+ const howToSchema = {
57
+ '@context': 'https://schema.org',
58
+ '@type': 'HowTo',
59
+ name: title,
60
+ description,
61
+ step: howTo.map((step) => ({
62
+ '@type': 'HowToStep',
63
+ name: step.name,
64
+ text: step.text,
65
+ })),
66
+ };
67
+
68
+ const appSchema = {
69
+ '@context': 'https://schema.org',
70
+ '@type': 'SoftwareApplication',
71
+ name: title,
72
+ description,
73
+ applicationCategory: 'UtilitiesApplication',
74
+ operatingSystem: 'Web',
75
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
76
+ };
77
+
78
+ export const content: ToolLocaleContent = {
79
+ slug: "salamoia",
80
+ title: "Calcolatore di Salamoia all'Equilibrio",
81
+ 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.",
82
+ ui: {
83
+ calculator: "Calcolatore",
84
+ subtitle: "Inserisci i pesi per calcolare l'equilibrio perfetto.",
85
+ productWeight: "Peso del Prodotto (g)",
86
+ waterWeight: "Peso dell'Acqua (g)",
87
+ desiredSalinity: "Salinità Desiderata",
88
+ meat: "Carni (1,5%)",
89
+ fermented: "Fermentati (2,0%)",
90
+ sauces: "Salse (3,5%)",
91
+ preserves: "Conserve (5,0%)",
92
+ addSugar: "Aggiungi Zucchero",
93
+ sugarHint: "Equilibra il sapore e aiuta la rosolatura (50% del sale)",
94
+ saltNeeded: "Sale Necessario",
95
+ sugarOptional: "Zucchero (Opzionale)",
96
+ estimatedTime: "Tempo Stimato",
97
+ product: "Prodotto",
98
+ total: "Totale",
99
+ unitGrams: "grammi",
100
+ timeMeatsLabel: "Tempo (Carni)",
101
+ timeMeatsDuration: "4 - 48 Ore",
102
+ timeVegetablesLabel: "Tempo (Verdure)",
103
+ timeVegetablesDuration: "1 - 3 Settimane",
104
+ timePreservesLabel: "Tempo (Conserve)",
105
+ timePreservesDuration: "1+ Mesi",
106
+ },
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: [
126
+ {
127
+ type: 'title',
128
+ text: 'Guida Esperta alla Salamoia all\'Equilibrio e Fermentazione',
129
+ level: 2,
130
+ },
131
+ {
132
+ type: 'paragraph',
133
+ html: 'La <strong>salamoia all\'equilibrio</strong> è la tecnica definitiva per garantire risultati succosi e sicuri. A differenza dei metodi tradizionali, questo calcola il sale basandosi sul <strong>peso totale</strong> dell\'acqua e del prodotto, assicurando una salinità costante indipendentemente dal volume del contenitore.',
134
+ },
135
+ {
136
+ type: 'stats',
137
+ columns: 4,
138
+ items: [
139
+ {
140
+ value: '1,5 - 2%',
141
+ label: 'Ratio Ideale Carni',
142
+ icon: 'mdi:food-steak',
143
+ },
144
+ {
145
+ value: '2,5 - 3%',
146
+ label: 'Ratio Fermentati',
147
+ icon: 'mdi:flask-outline',
148
+ },
149
+ {
150
+ value: '18-22°C',
151
+ label: 'Temp. Fermentazione',
152
+ icon: 'mdi:thermometer',
153
+ },
154
+ {
155
+ value: '0,5%',
156
+ label: 'Zucchero di Equilibrio',
157
+ icon: 'mdi:shaker-outline',
158
+ },
159
+ ],
160
+ },
161
+ {
162
+ type: 'title',
163
+ text: 'Differenze tra Salamoia Secca e Umida',
164
+ level: 3,
165
+ },
166
+ {
167
+ type: 'comparative',
168
+ columns: 2,
169
+ items: [
170
+ {
171
+ title: 'Salamoia Secca (Dry Brining)',
172
+ icon: 'mdi:shaker-outline',
173
+ description: 'Si applica il sale direttamente sulla superficie del prodotto senza usare acqua aggiuntiva.',
174
+ points: [
175
+ 'Pelle molto più croccante nel pollame',
176
+ 'Sapore più concentrato dell\'ingrediente',
177
+ 'Occupa meno spazio nel frigorifero',
178
+ 'Ideale per bistecche e polli interi',
179
+ ],
180
+ },
181
+ {
182
+ title: 'Salamoia Umida (Wet Brining)',
183
+ icon: 'mdi:water',
184
+ description: 'Il prodotto viene immerso in una soluzione di acqua e sale calcolata per equilibrio.',
185
+ highlight: true,
186
+ points: [
187
+ 'Trasferimento di umidità superiore',
188
+ 'Permette di introdurre aromi (spezie)',
189
+ 'Salatura più uniforme in pezzi grandi',
190
+ 'Ideale per tacchino, lonza di maiale e pesci',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'title',
197
+ text: 'Tempi e Salinità a seconda dell\'Applicazione',
198
+ level: 3,
199
+ },
200
+ {
201
+ type: 'table',
202
+ headers: ['Categoria', 'Salinità (%)', 'Tempo Minimo', 'Obiettivo Principale'],
203
+ rows: [
204
+ ['Pollame e Maiale', '1,5% - 2,0%', '12 - 24 ore', 'Succosità e tenerezza'],
205
+ ['Pesce Bianco', '1,0% - 1,5%', '20 - 45 minuti', 'Consistenza della carne'],
206
+ ['Latto-fermentati', '2,5% - 3,0%', '7 - 21 giorni', 'Sicurezza microbiologica'],
207
+ ['Salse e Conserve', '3,5% - 5,0%', '1+ mese', 'Preservazione a lungo termine'],
208
+ ],
209
+ },
210
+ {
211
+ type: 'diagnostic',
212
+ variant: 'warning',
213
+ title: 'Identificazione di Problemi nella Salamoia',
214
+ html: 'Se la salamoia presenta un odore sgradevole (non acido), muffe colorate (nere, rosa) o il prodotto diventa estremamente molle, gettalo. La muffa bianca superficiale (lievito Kahm) è normale nei fermentati e si può rimuovere.',
215
+ },
216
+ {
217
+ type: 'title',
218
+ text: 'Glossario dell\'Esperto in Salagione',
219
+ level: 3,
220
+ },
221
+ {
222
+ type: 'glossary',
223
+ items: [
224
+ {
225
+ term: 'Osmosi',
226
+ definition: 'Processo fisico mediante il quale il sale penetra nelle cellule dell\'alimento per equilibrare le concentrazioni.',
227
+ },
228
+ {
229
+ term: 'Denaturazione',
230
+ definition: 'Effetto del sale sulle proteine che permette loro di trattenere più acqua durante la cottura.',
231
+ },
232
+ {
233
+ term: 'Lievito Kahm',
234
+ definition: 'Strato bianco e sottile che appare a volte sulla superficie dei fermentati; è innocuo ma indica mancanza di acidità.',
235
+ },
236
+ {
237
+ term: 'Latto-fermentazione',
238
+ definition: 'Fermentazione anaerobica dove i batteri convertono gli zuccheri in acido lattico, preservando l\'alimento.',
239
+ },
240
+ ],
241
+ },
242
+ {
243
+ type: 'tip',
244
+ title: 'Qualità dell\'Acqua',
245
+ html: 'Evita sempre l\'acqua del rubinetto con molto cloro, poiché può inibire la crescita dei batteri buoni nelle tue fermentazioni. Usa acqua filtrata o lascia riposare l\'acqua per 24 ore.',
246
+ },
247
+ {
248
+ type: 'paragraph',
249
+ html: 'Il nostro calcolatore di equilibrio elimina le incertezze dalle tue ricette, permettendoti di cucinare con la sicurezza di un professionista del settore.',
250
+ },
251
+ ],
252
+ schemas: [faqSchema, howToSchema, appSchema],
253
+ };