@jjlmoya/utils-cooking 1.12.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) 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/slug_language_code_format.test.ts +23 -0
  19. package/src/tests/slug_uniqueness.test.ts +81 -0
  20. package/src/tests/title_quality.test.ts +1 -1
  21. package/src/tool/american-kitchen-converter/i18n/de.ts +356 -0
  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/fr.ts +1 -1
  36. package/src/tool/banana-ripeness/i18n/id.ts +248 -0
  37. package/src/tool/banana-ripeness/i18n/it.ts +248 -0
  38. package/src/tool/banana-ripeness/i18n/ja.ts +248 -0
  39. package/src/tool/banana-ripeness/i18n/ko.ts +248 -0
  40. package/src/tool/banana-ripeness/i18n/nl.ts +248 -0
  41. package/src/tool/banana-ripeness/i18n/pl.ts +248 -0
  42. package/src/tool/banana-ripeness/i18n/pt.ts +248 -0
  43. package/src/tool/banana-ripeness/i18n/ru.ts +248 -0
  44. package/src/tool/banana-ripeness/i18n/sv.ts +248 -0
  45. package/src/tool/banana-ripeness/i18n/tr.ts +248 -0
  46. package/src/tool/banana-ripeness/i18n/zh.ts +248 -0
  47. package/src/tool/banana-ripeness/index.ts +12 -0
  48. package/src/tool/brine/i18n/de.ts +253 -0
  49. package/src/tool/brine/i18n/id.ts +253 -0
  50. package/src/tool/brine/i18n/it.ts +253 -0
  51. package/src/tool/brine/i18n/ja.ts +253 -0
  52. package/src/tool/brine/i18n/ko.ts +253 -0
  53. package/src/tool/brine/i18n/nl.ts +253 -0
  54. package/src/tool/brine/i18n/pl.ts +253 -0
  55. package/src/tool/brine/i18n/pt.ts +253 -0
  56. package/src/tool/brine/i18n/ru.ts +253 -0
  57. package/src/tool/brine/i18n/sv.ts +253 -0
  58. package/src/tool/brine/i18n/tr.ts +253 -0
  59. package/src/tool/brine/i18n/zh.ts +253 -0
  60. package/src/tool/brine/index.ts +12 -0
  61. package/src/tool/cookware-guide/i18n/de.ts +200 -0
  62. package/src/tool/cookware-guide/i18n/fr.ts +3 -3
  63. package/src/tool/cookware-guide/i18n/id.ts +200 -0
  64. package/src/tool/cookware-guide/i18n/it.ts +200 -0
  65. package/src/tool/cookware-guide/i18n/ja.ts +200 -0
  66. package/src/tool/cookware-guide/i18n/ko.ts +200 -0
  67. package/src/tool/cookware-guide/i18n/nl.ts +200 -0
  68. package/src/tool/cookware-guide/i18n/pl.ts +200 -0
  69. package/src/tool/cookware-guide/i18n/pt.ts +200 -0
  70. package/src/tool/cookware-guide/i18n/ru.ts +200 -0
  71. package/src/tool/cookware-guide/i18n/sv.ts +200 -0
  72. package/src/tool/cookware-guide/i18n/tr.ts +200 -0
  73. package/src/tool/cookware-guide/i18n/zh.ts +200 -0
  74. package/src/tool/cookware-guide/index.ts +12 -0
  75. package/src/tool/egg-timer/i18n/de.ts +252 -0
  76. package/src/tool/egg-timer/i18n/id.ts +252 -0
  77. package/src/tool/egg-timer/i18n/it.ts +252 -0
  78. package/src/tool/egg-timer/i18n/ja.ts +252 -0
  79. package/src/tool/egg-timer/i18n/ko.ts +252 -0
  80. package/src/tool/egg-timer/i18n/nl.ts +252 -0
  81. package/src/tool/egg-timer/i18n/pl.ts +252 -0
  82. package/src/tool/egg-timer/i18n/pt.ts +252 -0
  83. package/src/tool/egg-timer/i18n/ru.ts +252 -0
  84. package/src/tool/egg-timer/i18n/sv.ts +252 -0
  85. package/src/tool/egg-timer/i18n/tr.ts +252 -0
  86. package/src/tool/egg-timer/i18n/zh.ts +252 -0
  87. package/src/tool/egg-timer/index.ts +12 -0
  88. package/src/tool/ingredient-rescaler/i18n/de.ts +244 -0
  89. package/src/tool/ingredient-rescaler/i18n/es.ts +95 -95
  90. package/src/tool/ingredient-rescaler/i18n/id.ts +244 -0
  91. package/src/tool/ingredient-rescaler/i18n/it.ts +244 -0
  92. package/src/tool/ingredient-rescaler/i18n/ja.ts +244 -0
  93. package/src/tool/ingredient-rescaler/i18n/ko.ts +244 -0
  94. package/src/tool/ingredient-rescaler/i18n/nl.ts +244 -0
  95. package/src/tool/ingredient-rescaler/i18n/pl.ts +244 -0
  96. package/src/tool/ingredient-rescaler/i18n/pt.ts +244 -0
  97. package/src/tool/ingredient-rescaler/i18n/ru.ts +244 -0
  98. package/src/tool/ingredient-rescaler/i18n/sv.ts +244 -0
  99. package/src/tool/ingredient-rescaler/i18n/tr.ts +244 -0
  100. package/src/tool/ingredient-rescaler/i18n/zh.ts +244 -0
  101. package/src/tool/ingredient-rescaler/index.ts +12 -0
  102. package/src/tool/kitchen-timer/i18n/de.ts +174 -0
  103. package/src/tool/kitchen-timer/i18n/id.ts +170 -0
  104. package/src/tool/kitchen-timer/i18n/it.ts +174 -0
  105. package/src/tool/kitchen-timer/i18n/ja.ts +170 -0
  106. package/src/tool/kitchen-timer/i18n/ko.ts +170 -0
  107. package/src/tool/kitchen-timer/i18n/nl.ts +174 -0
  108. package/src/tool/kitchen-timer/i18n/pl.ts +170 -0
  109. package/src/tool/kitchen-timer/i18n/pt.ts +174 -0
  110. package/src/tool/kitchen-timer/i18n/ru.ts +170 -0
  111. package/src/tool/kitchen-timer/i18n/sv.ts +170 -0
  112. package/src/tool/kitchen-timer/i18n/tr.ts +170 -0
  113. package/src/tool/kitchen-timer/i18n/zh.ts +170 -0
  114. package/src/tool/kitchen-timer/index.ts +12 -0
  115. package/src/tool/meringue-peak/i18n/de.ts +221 -0
  116. package/src/tool/meringue-peak/i18n/id.ts +209 -0
  117. package/src/tool/meringue-peak/i18n/it.ts +210 -0
  118. package/src/tool/meringue-peak/i18n/ja.ts +210 -0
  119. package/src/tool/meringue-peak/i18n/ko.ts +210 -0
  120. package/src/tool/meringue-peak/i18n/nl.ts +210 -0
  121. package/src/tool/meringue-peak/i18n/pl.ts +210 -0
  122. package/src/tool/meringue-peak/i18n/pt.ts +210 -0
  123. package/src/tool/meringue-peak/i18n/ru.ts +210 -0
  124. package/src/tool/meringue-peak/i18n/sv.ts +210 -0
  125. package/src/tool/meringue-peak/i18n/tr.ts +210 -0
  126. package/src/tool/meringue-peak/i18n/zh.ts +210 -0
  127. package/src/tool/meringue-peak/index.ts +12 -0
  128. package/src/tool/mold-scaler/i18n/de.ts +183 -0
  129. package/src/tool/mold-scaler/i18n/id.ts +169 -0
  130. package/src/tool/mold-scaler/i18n/it.ts +170 -0
  131. package/src/tool/mold-scaler/i18n/ja.ts +170 -0
  132. package/src/tool/mold-scaler/i18n/ko.ts +170 -0
  133. package/src/tool/mold-scaler/i18n/nl.ts +170 -0
  134. package/src/tool/mold-scaler/i18n/pl.ts +170 -0
  135. package/src/tool/mold-scaler/i18n/pt.ts +170 -0
  136. package/src/tool/mold-scaler/i18n/ru.ts +170 -0
  137. package/src/tool/mold-scaler/i18n/sv.ts +170 -0
  138. package/src/tool/mold-scaler/i18n/tr.ts +170 -0
  139. package/src/tool/mold-scaler/i18n/zh.ts +170 -0
  140. package/src/tool/mold-scaler/index.ts +12 -0
  141. package/src/tool/pizza/i18n/de.ts +168 -0
  142. package/src/tool/pizza/i18n/es.ts +228 -228
  143. package/src/tool/pizza/i18n/fr.ts +1 -1
  144. package/src/tool/pizza/i18n/id.ts +125 -0
  145. package/src/tool/pizza/i18n/it.ts +172 -0
  146. package/src/tool/pizza/i18n/ja.ts +125 -0
  147. package/src/tool/pizza/i18n/ko.ts +125 -0
  148. package/src/tool/pizza/i18n/nl.ts +164 -0
  149. package/src/tool/pizza/i18n/pl.ts +125 -0
  150. package/src/tool/pizza/i18n/pt.ts +168 -0
  151. package/src/tool/pizza/i18n/ru.ts +151 -0
  152. package/src/tool/pizza/i18n/sv.ts +164 -0
  153. package/src/tool/pizza/i18n/tr.ts +125 -0
  154. package/src/tool/pizza/i18n/zh.ts +125 -0
  155. package/src/tool/pizza/index.ts +12 -0
  156. package/src/tool/roux-guide/i18n/de.ts +165 -0
  157. package/src/tool/roux-guide/i18n/es.ts +172 -172
  158. package/src/tool/roux-guide/i18n/id.ts +139 -0
  159. package/src/tool/roux-guide/i18n/it.ts +165 -0
  160. package/src/tool/roux-guide/i18n/ja.ts +139 -0
  161. package/src/tool/roux-guide/i18n/ko.ts +139 -0
  162. package/src/tool/roux-guide/i18n/nl.ts +165 -0
  163. package/src/tool/roux-guide/i18n/pl.ts +139 -0
  164. package/src/tool/roux-guide/i18n/pt.ts +165 -0
  165. package/src/tool/roux-guide/i18n/ru.ts +139 -0
  166. package/src/tool/roux-guide/i18n/sv.ts +139 -0
  167. package/src/tool/roux-guide/i18n/tr.ts +139 -0
  168. package/src/tool/roux-guide/i18n/zh.ts +139 -0
  169. package/src/tool/roux-guide/index.ts +12 -0
  170. package/src/tool/sourdough-calculator/i18n/de.ts +142 -0
  171. package/src/tool/sourdough-calculator/i18n/id.ts +116 -0
  172. package/src/tool/sourdough-calculator/i18n/it.ts +142 -0
  173. package/src/tool/sourdough-calculator/i18n/ja.ts +116 -0
  174. package/src/tool/sourdough-calculator/i18n/ko.ts +116 -0
  175. package/src/tool/sourdough-calculator/i18n/nl.ts +116 -0
  176. package/src/tool/sourdough-calculator/i18n/pl.ts +116 -0
  177. package/src/tool/sourdough-calculator/i18n/pt.ts +142 -0
  178. package/src/tool/sourdough-calculator/i18n/ru.ts +116 -0
  179. package/src/tool/sourdough-calculator/i18n/sv.ts +116 -0
  180. package/src/tool/sourdough-calculator/i18n/tr.ts +116 -0
  181. package/src/tool/sourdough-calculator/i18n/zh.ts +116 -0
  182. package/src/tool/sourdough-calculator/index.ts +12 -0
@@ -0,0 +1,125 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Kalkulator Adonan Pizza Neapolitan";
4
+ const description = "Hitung proporsi tepung, air, garam, dan ragi yang tepat untuk membuat pizza Neapolitan asli di rumah.";
5
+ const faq = [
6
+ {
7
+ question: "Berapa hidrasi ideal untuk pizza Neapolitan?",
8
+ answer: "Menurut protokol AVPN, hidrasi standar adalah 63-67%. Untuk pemula, 60-62% lebih mudah ditangani. Untuk pembuat pizza mahir dengan tepung kuat (W300+), 70-75% menghasilkan adonan yang luar biasa tetapi membutuhkan teknik.",
9
+ },
10
+ {
11
+ question: "Berapa lama adonan harus difermentasi?",
12
+ answer: "Minimal 24 jam di kulkas (4°C) untuk mengaktifkan enzim. Optimalnya adalah 48-72 jam. Lebih dari 72 jam, Anda membutuhkan tepung yang sangat kuat (W300+) atau adonan akan menjadi asam.",
13
+ },
14
+ {
15
+ question: "Bisakah menggunakan ragi kering?",
16
+ answer: "Ya. Ragi kering setara dengan 0,4x ragi segar (1g kering = 2,5g segar). Kualitasnya serupa, tetapi ragi segar memberikan profil rasa yang lebih lengkap.",
17
+ },
18
+ {
19
+ question: "Bisakah saya membuat pizza Neapolitan di oven rumah?",
20
+ answer: "Ya, tetapi dengan penyesuaian. Panaskan oven secara maksimal (250-280°C) dengan batu pizza selama 45-60 menit. Pemanggangan akan memakan waktu 5-7 menit, bukan 60-90 detik.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "Hitung proporsi",
26
+ text: "Gunakan kalkulator ini untuk mendapatkan gram akurat dari setiap bahan berdasarkan jumlah pizza dan berat setiap bola adonan.",
27
+ },
28
+ {
29
+ name: "Campur adonan",
30
+ text: "Campurkan tepung dengan air suam-suam kuku (22-25°C), garam, dan ragi. Uleni selama 8-10 menit dengan mikser atau 15-20 menit dengan tangan.",
31
+ },
32
+ {
33
+ name: "Fermentasi dingin",
34
+ text: "Tempatkan bola adonan dalam wadah kedap udara di kulkas (4°C) selama 24-72 jam. Ini adalah langkah kritis untuk rasa dan daya cerna.",
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: 'IDR' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: 'kalkulator-dough-pizza-napolitana',
72
+ title,
73
+ description,
74
+ faqTitle: "Pertanyaan Umum",
75
+ bibliographyTitle: "Referensi",
76
+ ui: {
77
+ parameters: "Parameter",
78
+ quantity: "Jumlah",
79
+ pizzas: "pizza",
80
+ weight: "Berat per bola",
81
+ small: "Kecil (180g)",
82
+ standard: "Standar (260g)",
83
+ large: "Besar (350g)",
84
+ hydration: "Hidrasi",
85
+ classic: "Klasik (55-60%)",
86
+ modern: "Modern (65-70%)",
87
+ high: "Tinggi (75%+)",
88
+ salt: "Garam",
89
+ fermentation_tip_title: "Tips Fermentasi",
90
+ fermentation_tip:
91
+ "Untuk adonan yang lebih mudah dicerna, biarkan fermentasi selama 24 jam di kulkas (4°C) menggunakan <strong>0,3g</strong> ragi segar untuk setiap 100g tepung.",
92
+ your_recipe: "Resep Anda",
93
+ fresh_yeast: "Ragi Segar",
94
+ dry_yeast: "Kering",
95
+ flour: "Tepung (W260-300)",
96
+ water: "Air",
97
+ salt_label: "Garam Laut",
98
+ yeast: "Ragi",
99
+ yeast_note: "Untuk 8 jam pada 20°C",
100
+ total_weight: "Total Berat Adonan",
101
+ approx: "sekitar",
102
+ visual_note:
103
+ "Ukuran visual mewakili perkiraan diameter pizza yang diregangkan berdasarkan berat bola adonan.",
104
+ },
105
+ faq,
106
+ howTo,
107
+ bibliography: [
108
+ {
109
+ name: "Associazione Verace Pizza Napoletana",
110
+ url: "https://www.pizzanapoletana.org/",
111
+ },
112
+ ],
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Panduan Ahli Adonan Pizza Neapolitan Asli',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>Pizza Neapolitan</strong> adalah warisan budaya. Kesuksesan terletak pada presisi antara waktu, suhu, dan hidrasi.',
122
+ },
123
+ ],
124
+ schemas: [faqSchema, howToSchema, appSchema],
125
+ };
@@ -0,0 +1,172 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "Calcolatore Impasto Pizza Napoletana";
4
+ const description = "Calcola le proporzioni esatte di farina, acqua, sale e lievito per preparare l'autentica pizza napoletana a casa.";
5
+ const faq = [
6
+ {
7
+ question: "Qual è l'idratazione ideale per la pizza napoletana?",
8
+ answer:
9
+ "Secondo il protocollo AVPN, l'idratazione standard è del 63-67%. Per i principianti, il 60-62% è più gestibile. Per i pizzaioli esperti con farina forte (W300+), il 70-75% produce impasti straordinari ma richiede tecnica.",
10
+ },
11
+ {
12
+ question: "Quanto tempo deve lievitare l'impasto?",
13
+ answer:
14
+ "Minimo 24 ore in frigorifero (4°C) per attivare gli enzimi. L'ottimale è 48-72 ore. Oltre le 72 ore, serve una farina molto forte (W300+) o l'impasto diventa acido.",
15
+ },
16
+ {
17
+ question: "Si può fare con il lievito secco?",
18
+ answer:
19
+ "Sì. Il lievito secco equivale a 0.4x quello fresco (1g secco = 2.5g fresco). La qualità è simile, ma il fresco apporta un sapore più completo.",
20
+ },
21
+ {
22
+ question: "Posso fare la pizza napoletana nel forno di casa?",
23
+ answer:
24
+ "Sì, ma con adattamenti. Preriscalda al massimo (250-280°C) con pietra refrattaria per 45-60 minuti. La cottura durerà 5-7 minuti invece dei 60-90 secondi del forno a legna.",
25
+ },
26
+ ];
27
+ const howTo = [
28
+ {
29
+ name: "Calcola le proporzioni",
30
+ text: "Usa questo calcolatore per ottenere i grammi esatti di ogni ingrediente in base al numero di pizze e al peso di ogni panetto.",
31
+ },
32
+ {
33
+ name: "Mescola l'impasto",
34
+ text: "Unisci la farina con acqua tiepida (22-25°C), lievito e sale (sciolto per ultimo). Impasta 8-10 minuti con impastatrice o 15-20 minuti a mano.",
35
+ },
36
+ {
37
+ name: "Lievitazione in massa",
38
+ text: "Lascia lievitare l'intero impasto per 1-2 ore a temperatura ambiente (20-25°C) finché non raddoppia il volume.",
39
+ },
40
+ {
41
+ name: "Staglio (panetti)",
42
+ text: "Dividi l'impasto in porzioni del peso indicato. Forma dei panetti e lasciali riposare prima della maturazione lunga.",
43
+ },
44
+ {
45
+ name: "Maturazione lunga",
46
+ text: "Metti i panetti in contenitori ermetici in frigo (4°C) per 24-72 ore. Questo passaggio genera sapore e digeribilità.",
47
+ },
48
+ ];
49
+
50
+ const faqSchema = {
51
+ '@context': 'https://schema.org',
52
+ '@type': 'FAQPage',
53
+ mainEntity: faq.map((item) => ({
54
+ '@type': 'Question',
55
+ name: item.question,
56
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
57
+ })),
58
+ };
59
+
60
+ const howToSchema = {
61
+ '@context': 'https://schema.org',
62
+ '@type': 'HowTo',
63
+ name: title,
64
+ description,
65
+ step: howTo.map((step) => ({
66
+ '@type': 'HowToStep',
67
+ name: step.name,
68
+ text: step.text,
69
+ })),
70
+ };
71
+
72
+ const appSchema = {
73
+ '@context': 'https://schema.org',
74
+ '@type': 'SoftwareApplication',
75
+ name: title,
76
+ description,
77
+ applicationCategory: 'UtilitiesApplication',
78
+ operatingSystem: 'Web',
79
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
80
+ };
81
+
82
+ export const content: ToolLocaleContent = {
83
+ slug: "calcolatore-impasto-pizza-napoletana",
84
+ title,
85
+ description,
86
+ faqTitle: "Domande Frequenti",
87
+ bibliographyTitle: "Riferimenti",
88
+ ui: {
89
+ parameters: "Parametri",
90
+ quantity: "Quantità",
91
+ pizzas: "pizze",
92
+ weight: "Peso panetto",
93
+ small: "Piccolo (180g)",
94
+ standard: "Standard (260g)",
95
+ large: "Grande (350g)",
96
+ hydration: "Idratazione",
97
+ classic: "Classica (55-60%)",
98
+ modern: "Moderna (65-70%)",
99
+ high: "Alta (75%+)",
100
+ salt: "Sale",
101
+ fermentation_tip_title: "Tip di Lievitazione",
102
+ fermentation_tip:
103
+ "Per un impasto più digeribile, lascia maturare in massa per 24h in frigo (4°C) usando <strong>0.3g</strong> di lievito fresco per 100g di farina.",
104
+ your_recipe: "Tua Ricetta",
105
+ fresh_yeast: "Lievito Fresco",
106
+ dry_yeast: "Secco",
107
+ flour: "Farina (W260-300)",
108
+ water: "Acqua",
109
+ salt_label: "Sale Marino",
110
+ yeast: "Lievito",
111
+ yeast_note: "Per 8h a 20°C",
112
+ total_weight: "Peso Totale Impasto",
113
+ approx: "circa",
114
+ visual_note:
115
+ "La dimensione visiva rappresenta il diametro approssimativo della pizza stesa in base al peso del panetto.",
116
+ },
117
+ faq,
118
+ howTo,
119
+ bibliography: [
120
+ {
121
+ name: "Associazione Verace Pizza Napoletana",
122
+ url: "https://www.pizzanapoletana.org/",
123
+ },
124
+ {
125
+ name: "Harina Caputo",
126
+ url: "https://www.caputoprepara.com/",
127
+ },
128
+ ],
129
+ seo: [
130
+ {
131
+ type: 'title',
132
+ text: 'Guida Maestro alla Vera Pizza Napoletana',
133
+ level: 2,
134
+ },
135
+ {
136
+ type: 'paragraph',
137
+ html: 'La <strong>pizza napoletana</strong> è un patrimonio dell\'umanità. Il successo risiede nella precisione millimetrica tra tempo, temperatura e idratazione.',
138
+ },
139
+ {
140
+ type: 'stats',
141
+ columns: 4,
142
+ items: [
143
+ {
144
+ value: '480°C',
145
+ label: 'Temp. Cottura',
146
+ icon: 'mdi:fire',
147
+ },
148
+ {
149
+ value: '60-90s',
150
+ label: 'Tempo Cottura',
151
+ icon: 'mdi:clock-fast',
152
+ },
153
+ {
154
+ value: '65%',
155
+ label: 'Idratazione Std.',
156
+ icon: 'mdi:water-percent',
157
+ },
158
+ {
159
+ value: 'W280',
160
+ label: 'Forza Farina',
161
+ icon: 'mdi:grain',
162
+ },
163
+ ],
164
+ },
165
+ {
166
+ type: 'tip',
167
+ title: 'Il Trucco del Frigo',
168
+ html: 'La maturazione di 24 ore a 4°C crea sapori complessi impossibili da ottenere a temperatura ambiente.',
169
+ },
170
+ ],
171
+ schemas: [faqSchema, howToSchema, appSchema],
172
+ };
@@ -0,0 +1,125 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "ナポリピザ生地計算機";
4
+ const description = "本場ナポリピザを自宅で作るために、小麦粉、水、塩、イーストの正確な配合を計算します。";
5
+ const faq = [
6
+ {
7
+ question: "ナポリピザの理想的な加水率は?",
8
+ answer: "AVPN(真のナポリピッツァ協会)のプロトコルによると、標準的な加水率は63〜67%です。初心者には60〜62%が扱いやすく、強力粉(W300+)を使用する上級者は70〜75%で素晴らしい結果を得られますが、技術を要します。",
9
+ },
10
+ {
11
+ question: "生地の熟成期間はどのくらい必要ですか?",
12
+ answer: "酵素を活性化させるために、冷蔵庫(4°C)で最低24時間必要です。最適には48〜72時間です。72時間を超える場合は、非常に強い粉(W300+)を使用しないと生地が酸っぱくなります。",
13
+ },
14
+ {
15
+ question: "ドライイーストでも作れますか?",
16
+ answer: "はい。ドライイーストは生イーストの0.4倍の量に相当します(生2.5g = ドライ1g)。品質は同様ですが、生イーストの方がより豊かな風味をもたらします。",
17
+ },
18
+ {
19
+ question: "家庭用オーブンでもナポリピザは焼けますか?",
20
+ answer: "はい、工夫次第で可能です。ピザストーンを使い、最高温度(250〜280°C)で45〜60分間予熱します。焼き時間は60〜90秒ではなく、5〜7分程度になりますが、良好な結果が得られます。",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "配合を計算する",
26
+ text: "この計算機を使用して、ピザの枚数と1玉あたりの重量に基づき、各材料の正確な重量を算出します。",
27
+ },
28
+ {
29
+ name: "生地を混ぜる",
30
+ text: "小麦粉、ぬるま湯(22〜25°C)、塩、イーストを混ぜます。ミキサーで8〜10分、または手で15〜20分こねます。",
31
+ },
32
+ {
33
+ name: "低温熟成",
34
+ text: "分割した生地玉を密閉容器に入れ、冷蔵庫(4°C)で24〜72時間熟成させます。これが風味と消化の良さを生む重要なステップです。",
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: 'JPY' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: 'neapolitan-pizza-dough-calculator-authentic-recipe',
72
+ title,
73
+ description,
74
+ faqTitle: "よくある質問",
75
+ bibliographyTitle: "参考文献",
76
+ ui: {
77
+ parameters: "パラメータ",
78
+ quantity: "数量",
79
+ pizzas: "枚",
80
+ weight: "1玉の重量",
81
+ small: "小さい (180g)",
82
+ standard: "標準 (260g)",
83
+ large: "大きい (350g)",
84
+ hydration: "加水率",
85
+ classic: "クラシック (55-60%)",
86
+ modern: "モダン (65-70%)",
87
+ high: "高加水 (75%+)",
88
+ salt: "塩",
89
+ fermentation_tip_title: "熟成のヒント",
90
+ fermentation_tip:
91
+ "より消化しやすく味わい深い生地にするために、小麦粉100gあたり<strong>0.3g</strong>の生イーストを使用し、冷蔵庫(4°C)で24時間熟成させてください。",
92
+ your_recipe: "あなたのレシピ",
93
+ fresh_yeast: "生イースト",
94
+ dry_yeast: "ドライ",
95
+ flour: "小麦粉 (W260-300)",
96
+ water: "水",
97
+ salt_label: "海塩",
98
+ yeast: "イースト",
99
+ yeast_note: "20°Cで8時間熟成の場合",
100
+ total_weight: "生地の総重量",
101
+ approx: "約",
102
+ visual_note:
103
+ "視覚的なサイズは、生地玉の重量に基づいた伸ばした後のピザの推定直径を表しています。",
104
+ },
105
+ faq,
106
+ howTo,
107
+ bibliography: [
108
+ {
109
+ name: "Associazione Verace Pizza Napoletana",
110
+ url: "https://www.pizzanapoletana.org/",
111
+ },
112
+ ],
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: '本場ナポリピザ生地のマスターガイド',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>ナポリピザ</strong>は文化遺産です。成功の鍵は、時間、温度、加水率の正確な管理にあります。',
122
+ },
123
+ ],
124
+ schemas: [faqSchema, howToSchema, appSchema],
125
+ };
@@ -0,0 +1,125 @@
1
+ import type { ToolLocaleContent } from "../../../types";
2
+
3
+ const title = "나폴리 피자 도우 계산기";
4
+ const description = "집에서 정통 나폴리 피자를 만들기 위해 밀가루, 물, 소금, 이스트의 정확한 비율을 계산합니다.";
5
+ const faq = [
6
+ {
7
+ question: "나폴리 피자의 이상적인 가수율은 얼마인가요?",
8
+ answer: "AVPN(진정 나폴리 피자 협회) 규정에 따르면 표준 가수율은 63-67%입니다. 초보자에게는 60-62%가 다루기 쉽습니다. 강력분(W300+)을 사용하는 숙련된 피자 요리사는 70-75%로 놀라운 결과를 낼 수 있지만 기술이 필요합니다.",
9
+ },
10
+ {
11
+ question: "도우는 얼마나 숙성시켜야 하나요?",
12
+ answer: "효소를 활성화하기 위해 냉장고(4°C)에서 최소 24시간이 필요합니다. 최적은 48-72시간입니다. 72시간을 초과하려면 매우 강한 밀가루(W300+)가 필요하며, 그렇지 않으면 도우가 시어집니다.",
13
+ },
14
+ {
15
+ question: "드라이 이스트로도 만들 수 있나요?",
16
+ answer: "네. 드라이 이스트는 생이스트 양의 0.4배에 해당합니다(생이스트 2.5g = 드라이 이스트 1g). 품질은 비슷하지만, 생이스트가 더 풍부한 맛을 냅니다.",
17
+ },
18
+ {
19
+ question: "가정용 오븐에서도 나폴리 피자를 만들 수 있나요?",
20
+ answer: "네, 하지만 보완책이 필요합니다. 피자 스톤을 사용하고 최고 온도(250-280°C)로 45-60분간 예열하세요. 굽는 시간은 60-90초가 아닌 5-7분 정도 걸리지만 좋은 결과물을 얻을 수 있습니다.",
21
+ },
22
+ ];
23
+ const howTo = [
24
+ {
25
+ name: "비율 계산",
26
+ text: "이 계산기를 사용하여 피자 개수와 도우 공 무게에 따른 각 재료의 정확한 그람수를 확인하세요.",
27
+ },
28
+ {
29
+ name: "반죽 섞기",
30
+ text: "밀가루와 미지근한 물(22-25°C), 소금, 이스트를 섞습니다. 반죽기로 8-10분, 또는 손으로 15-20분간 치대주세요.",
31
+ },
32
+ {
33
+ name: "저온 숙성",
34
+ text: "나눈 도우 공을 밀폐 용기에 담아 냉장고(4°C)에서 24-72시간 동안 숙성시킵니다. 이것이 풍미와 소화력을 높이는 핵심 단계입니다.",
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: 'KRW' },
68
+ };
69
+
70
+ export const content: ToolLocaleContent = {
71
+ slug: 'neapolitan-pizza-dough-calculator-authentic-recipe',
72
+ title,
73
+ description,
74
+ faqTitle: "자주 묻는 질문",
75
+ bibliographyTitle: "참고 문헌",
76
+ ui: {
77
+ parameters: "매개변수",
78
+ quantity: "수량",
79
+ pizzas: "개",
80
+ weight: "도우 공 무게",
81
+ small: "작게 (180g)",
82
+ standard: "표준 (260g)",
83
+ large: "크게 (350g)",
84
+ hydration: "가수율",
85
+ classic: "클래식 (55-60%)",
86
+ modern: "모던 (65-70%)",
87
+ high: "고가수 (75%+)",
88
+ salt: "소금",
89
+ fermentation_tip_title: "숙성 팁",
90
+ fermentation_tip:
91
+ "더 소화가 잘 되고 맛있는 도우를 위해, 밀가루 100g당 <strong>0.3g</strong>의 생이스트를 사용하고 냉장고(4°C)에서 24시간 숙성시키세요.",
92
+ your_recipe: "나의 레시피",
93
+ fresh_yeast: "생이스트",
94
+ dry_yeast: "드라이",
95
+ flour: "밀가루 (W260-300)",
96
+ water: "물",
97
+ salt_label: "바다 소금",
98
+ yeast: "이스트",
99
+ yeast_note: "20°C에서 8시간 숙성 기준",
100
+ total_weight: "총 도우 무게",
101
+ approx: "약",
102
+ visual_note:
103
+ "시각적 크기는 도우 공 무게에 따라 늘어난 피자의 대략적인 지름을 나타냅니다.",
104
+ },
105
+ faq,
106
+ howTo,
107
+ bibliography: [
108
+ {
109
+ name: "Associazione Verace Pizza Napoletana",
110
+ url: "https://www.pizzanapoletana.org/",
111
+ },
112
+ ],
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: '정통 나폴리 피자 도우 마스터 가이드',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'paragraph',
121
+ html: '<strong>나폴리 피자</strong>는 문화유산입니다. 성공은 시간, 온도, 그리고 가수율 사이의 정밀함에 달려 있습니다.',
122
+ },
123
+ ],
124
+ schemas: [faqSchema, howToSchema, appSchema],
125
+ };