@jjlmoya/utils-babies 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +67 -66
- package/src/category/i18n/de.ts +48 -0
- package/src/category/i18n/en.ts +10 -10
- package/src/category/i18n/fr.ts +10 -10
- package/src/category/i18n/id.ts +48 -0
- package/src/category/i18n/it.ts +48 -0
- package/src/category/i18n/ja.ts +48 -0
- package/src/category/i18n/ko.ts +48 -0
- package/src/category/i18n/nl.ts +48 -0
- package/src/category/i18n/pl.ts +48 -0
- package/src/category/i18n/pt.ts +48 -0
- package/src/category/i18n/ru.ts +48 -0
- package/src/category/i18n/sv.ts +48 -0
- package/src/category/i18n/tr.ts +48 -0
- package/src/category/i18n/zh.ts +48 -0
- package/src/category/index.ts +13 -1
- package/src/tests/faq_count.test.ts +1 -1
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/seo_length.test.ts +1 -2
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/baby-feeding-calculator/i18n/de.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/id.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/it.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ja.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ko.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/nl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pl.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/pt.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/ru.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/sv.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/tr.ts +162 -0
- package/src/tool/baby-feeding-calculator/i18n/zh.ts +162 -0
- package/src/tool/baby-feeding-calculator/index.ts +12 -0
- package/src/tool/baby-percentile-calculator/i18n/de.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/id.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/it.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ja.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ko.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/nl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pl.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/pt.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/ru.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/sv.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/tr.ts +245 -0
- package/src/tool/baby-percentile-calculator/i18n/zh.ts +245 -0
- package/src/tool/baby-percentile-calculator/index.ts +12 -0
- package/src/tool/baby-size-converter/i18n/de.ts +203 -0
- package/src/tool/baby-size-converter/i18n/fr.ts +1 -1
- package/src/tool/baby-size-converter/i18n/id.ts +203 -0
- package/src/tool/baby-size-converter/i18n/it.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ja.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ko.ts +203 -0
- package/src/tool/baby-size-converter/i18n/nl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pl.ts +203 -0
- package/src/tool/baby-size-converter/i18n/pt.ts +203 -0
- package/src/tool/baby-size-converter/i18n/ru.ts +203 -0
- package/src/tool/baby-size-converter/i18n/sv.ts +203 -0
- package/src/tool/baby-size-converter/i18n/tr.ts +203 -0
- package/src/tool/baby-size-converter/i18n/zh.ts +203 -0
- package/src/tool/baby-size-converter/index.ts +12 -0
- package/src/tool/fertile-days-estimator/i18n/de.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/id.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/it.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ja.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ko.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/nl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pl.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/pt.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/ru.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/sv.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/tr.ts +262 -0
- package/src/tool/fertile-days-estimator/i18n/zh.ts +262 -0
- package/src/tool/fertile-days-estimator/index.ts +12 -0
- package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/id.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/it.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ja.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ko.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/nl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pl.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/pt.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/ru.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/sv.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/tr.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/zh.ts +467 -0
- package/src/tool/pregnancy-calculator/index.ts +13 -1
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -95
- package/src/tool/vaccination-calendar/i18n/id.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/it.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ja.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ko.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/nl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pl.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/pt.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/ru.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/sv.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/tr.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/zh.ts +194 -0
- package/src/tool/vaccination-calendar/index.ts +13 -1
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { BabyFeedingCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'kalkulator-asupan-bayi';
|
|
5
|
+
const title = 'Kalkulator Asupan Bayi';
|
|
6
|
+
const description = 'Hitung berapa banyak susu yang dibutuhkan bayi Anda berdasarkan berat badan dan usia. Rekomendasi asupan, mililiter per sesi, serta sinyal lapar dan kenyang.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Berapa banyak susu yang dibutuhkan bayi baru lahir?',
|
|
11
|
+
answer: 'Pada hari pertama kehidupan, lambung bayi berukuran sebesar buah ceri dan hanya membutuhkan antara 5 hingga 7 ml per sesi asupan. Sejak hari kelima, kapasitas tumbuh hingga 45–60 ml dan kebutuhan meningkat secara progresif.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Seberapa sering bayi harus makan?',
|
|
15
|
+
answer: 'Bayi baru lahir membutuhkan antara 8 hingga 12 sesi asupan per hari. Pada usia 3 bulan biasanya menjadi 7–8 sesi, dan pada usia 6 bulan menjadi sekitar 5 sesi harian.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Bagaimana saya tahu jika bayi saya cukup makan?',
|
|
19
|
+
answer: 'Indikator yang paling dapat diandalkan adalah: penambahan berat badan yang memadai, setidaknya 5–6 popok basah per hari, dan bayi menunjukkan sinyal kenyang setelah asupan.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Apakah jumlah ASI dan susu formula sama?',
|
|
23
|
+
answer: 'Dengan ASI, disarankan untuk memberikan asupan sesuai permintaan (ad libitum) tanpa mengukur volume. Dengan susu formula, referensi umum adalah 150 ml per kg berat badan per hari, didistribusikan ke jumlah sesi asupan sesuai usia.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Pilih usia bayi',
|
|
30
|
+
text: 'Pilih satuan (hari, minggu atau bulan) dan sesuaikan nilai dengan slider atau tombol.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Masukkan berat badan bayi',
|
|
34
|
+
text: 'Gunakan slider berat badan atau tombol untuk menyesuaikan berat badan bayi saat ini dalam kilogram.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Pilih jenis asupan',
|
|
38
|
+
text: 'Pilih antara ASI, campuran, atau formula untuk mendapatkan panduan yang paling sesuai.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Lihat rencana yang direkomendasikan',
|
|
42
|
+
text: 'Kalkulator menampilkan jumlah sesi asupan, mililiter per sesi, dan perkiraan total harian.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
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: WithContext<HowTo> = {
|
|
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: WithContext<SoftwareApplication> = {
|
|
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
|
+
inLanguage: 'id',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: BabyFeedingCalculatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
labelConfig: 'Konfigurasi saat ini',
|
|
85
|
+
labelPlan: 'Rencana rekomendasi',
|
|
86
|
+
unitDays: 'hari',
|
|
87
|
+
unitWeeks: 'minggu',
|
|
88
|
+
unitMonths: 'bulan',
|
|
89
|
+
labelWeight: 'Berat badan bayi',
|
|
90
|
+
labelFeedType: 'Jenis asupan',
|
|
91
|
+
feedBreast: 'ASI',
|
|
92
|
+
feedMixed: 'Campuran',
|
|
93
|
+
feedFormula: 'Formula',
|
|
94
|
+
labelFreeDemand: 'Sesuai permintaan',
|
|
95
|
+
labelMlPerFeed: 'ml per sesi',
|
|
96
|
+
labelFeedsCount: 'Sesi / 24 jam',
|
|
97
|
+
labelDailyTotal: 'Total harian (est.)',
|
|
98
|
+
labelHunger: 'Sinyal lapar',
|
|
99
|
+
labelFullness: 'Sinyal kenyang',
|
|
100
|
+
faqTitle: 'Pertanyaan umum',
|
|
101
|
+
bibliographyTitle: 'Referensi',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{ type: 'summary', title: 'Ringkasan: Asupan bayi', items: [
|
|
105
|
+
'Kapasitas lambung bayi baru lahir hanya sekitar 5–7 ml pada hari pertama.',
|
|
106
|
+
'Referensi umum untuk formula adalah 150 ml per kg berat badan per hari.',
|
|
107
|
+
'ASI diberikan sesuai permintaan tanpa volume tetap.',
|
|
108
|
+
'Frekuensi menurun seiring usia: dari 8–12 sesi ke 4–5 dalam 6 bulan.',
|
|
109
|
+
]},
|
|
110
|
+
{ type: 'title', text: 'Berapa banyak susu yang dibutuhkan bayi saya menurut berat dan usianya?', level: 2 },
|
|
111
|
+
{ type: 'paragraph', html: 'Kebutuhan susu berubah dengan cepat di bulan-bulan pertama. Kalkulator memperkirakan jumlah berdasarkan berat saat ini dan usia bayi, mengikuti pedoman pediatrik WHO dan AAP.' },
|
|
112
|
+
{ type: 'stats', columns: 3, items: [
|
|
113
|
+
{ value: '5–7 ml', label: 'Hari 1 (ukuran ceri)' },
|
|
114
|
+
{ value: '150 ml/kg', label: 'Referensi harian formula' },
|
|
115
|
+
{ value: '8–12', label: 'Sesi/hari bayi baru lahir' },
|
|
116
|
+
]},
|
|
117
|
+
{ type: 'title', text: 'Ukuran lambung berdasarkan usia', level: 3 },
|
|
118
|
+
{ type: 'table', headers: ['Usia', 'Ukuran ref.', 'Kapasitas', 'Sesi/hari'], rows: [
|
|
119
|
+
['Hari 1', 'Ceri', '5–7 ml', '8–12'],
|
|
120
|
+
['Hari 2–4', 'Kacang kenari', '22–27 ml', '8–12'],
|
|
121
|
+
['Hari 5–30', 'Telur', '45–60 ml', '8–10'],
|
|
122
|
+
['1–3 bulan', 'Maksimal', '90–120 ml', '7–8'],
|
|
123
|
+
['3–6 bulan', 'Maksimal', '120–150 ml', '5–6'],
|
|
124
|
+
['6+ bulan', 'Maksimal', '150–180 ml', '4–5'],
|
|
125
|
+
]},
|
|
126
|
+
{ type: 'tip', html: 'Indikator yang dapat diandalkan untuk asupan yang cukup adalah jumlah popok basah: antara 5 dan 6 popok per hari dari hari kelima menunjukkan hidrasi yang baik.' },
|
|
127
|
+
{ type: 'title', text: 'ASI vs susu formula', level: 3 },
|
|
128
|
+
{ type: 'comparative', columns: 2, items: [
|
|
129
|
+
{ title: 'ASI', description: 'Asupan alami sesuai permintaan.', points: ['Tanpa jadwal tetap', 'Antibodi aktif', 'Komposisi variabel', 'Sulit diukur volumenya'] },
|
|
130
|
+
{ title: 'Susu formula', description: 'Asupan terjadwal dengan volume yang dapat dihitung.', points: ['Setiap 3–4 jam', 'Komposisi stabil', 'Mudah mengontrol asupan', 'Memerlukan persiapan steril'] },
|
|
131
|
+
]},
|
|
132
|
+
{ type: 'list', items: [
|
|
133
|
+
'Penambahan berat badan memadai: 150–200 g/minggu di bulan pertama',
|
|
134
|
+
'Setidaknya 5–6 popok basah per hari',
|
|
135
|
+
'Bayi terlihat tenang setelah asupan',
|
|
136
|
+
'Urin jernih atau kuning pucat',
|
|
137
|
+
]},
|
|
138
|
+
],
|
|
139
|
+
faqTitle: "Pertanyaan umum",
|
|
140
|
+
faq,
|
|
141
|
+
bibliographyTitle: "Referensi",
|
|
142
|
+
bibliography: [
|
|
143
|
+
{
|
|
144
|
+
name: 'WHO - Infant and young child feeding',
|
|
145
|
+
url: 'https://www.who.int/news-room/fact-sheets/detail/infant-and-young-child-feeding',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'American Academy of Pediatrics - Breastfeeding Guidelines',
|
|
149
|
+
url: 'https://www.aap.org/en/patient-care/breastfeeding/',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'La Leche League International',
|
|
153
|
+
url: 'https://www.llli.org',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: 'Ikatan Dokter Anak Indonesia (IDAI) - Nutrisi',
|
|
157
|
+
url: 'https://www.idai.or.id',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { BabyFeedingCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-poppate-neonato';
|
|
5
|
+
const title = 'Calcolatore delle Poppate del Neonato';
|
|
6
|
+
const description = 'Calcola quanta latte ha bisogno il tuo bambino in base al suo peso e all\'età. Poppate raccomandate, millilitri per poppata e segnali di fame e sazietà.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: 'Quanto latte ha bisogno un neonato?',
|
|
11
|
+
answer: 'Nel primo giorno di vita, lo stomaco del bambino ha le dimensioni di una ciliegia e ha bisogno solo di 5-7 ml per poppata. A partire dal quinto giorno la capacità cresce fino a 45–60 ml e le necessità aumentano progressivamente.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: 'Con quale frequenza deve mangiare un bambino?',
|
|
15
|
+
answer: 'I neonati hanno bisogno di 8-12 poppate al giorno. A 3 mesi di solito si distanziano a 7–8 poppate, e a 6 mesi a circa 5 poppate giornaliere.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Come so se il mio bambino sta mangiando a sufficienza?',
|
|
19
|
+
answer: 'Gli indicatori più affidabili sono: aumento di peso adeguato, almeno 5–6 pannolini bagnati al giorno e il bambino che mostra segnali di sazietà dopo le poppate.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'L\'allattamento al seno e la formula hanno le stesse quantità?',
|
|
23
|
+
answer: 'Con l\'allattamento al seno si raccomanda di alimentare a richiesta senza misurare i volumi. Con la formula, il riferimento abituale è 150 ml per kg di peso al giorno, distribuiti nel numero di poppate in base all\'età.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: 'Seleziona l\'età del bambino',
|
|
30
|
+
text: 'Scegli l\'unità (giorni, settimane o mesi) e regola il valore con lo slider o i tasti.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Inserisci il peso del bambino',
|
|
34
|
+
text: 'Usa lo slider del peso o i tasti per regolare il peso attuale del bambino in chilogrammi.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: 'Seleziona il tipo di alimentazione',
|
|
38
|
+
text: 'Scegli tra seno, mista o formula per ottenere la guida più adattata.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Consulta il piano raccomandato',
|
|
42
|
+
text: 'Il calcolatore mostra il numero di poppate, i millilitri per poppata e il totale giornaliero stimato.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
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: WithContext<HowTo> = {
|
|
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: WithContext<SoftwareApplication> = {
|
|
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
|
+
inLanguage: 'it',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: BabyFeedingCalculatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
labelConfig: 'Configurazione attuale',
|
|
85
|
+
labelPlan: 'Piano raccomandato',
|
|
86
|
+
unitDays: 'giorni',
|
|
87
|
+
unitWeeks: 'settimane',
|
|
88
|
+
unitMonths: 'mesi',
|
|
89
|
+
labelWeight: 'Peso del bambino',
|
|
90
|
+
labelFeedType: 'Tipo di alimentazione',
|
|
91
|
+
feedBreast: 'Seno',
|
|
92
|
+
feedMixed: 'Mista',
|
|
93
|
+
feedFormula: 'Formula',
|
|
94
|
+
labelFreeDemand: 'A richiesta',
|
|
95
|
+
labelMlPerFeed: 'ml per ogni poppata',
|
|
96
|
+
labelFeedsCount: 'Poppate / 24h',
|
|
97
|
+
labelDailyTotal: 'Totale giornaliero (stim.)',
|
|
98
|
+
labelHunger: 'Segnali di fame',
|
|
99
|
+
labelFullness: 'Segnali di sazietà',
|
|
100
|
+
faqTitle: 'Domande frequenti',
|
|
101
|
+
bibliographyTitle: 'Riferimenti',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{ type: 'summary', title: 'Riepilogo: Alimentazione del bambino', items: [
|
|
105
|
+
'La capacità gastrica del neonato è di appena 5–7 ml nel primo giorno.',
|
|
106
|
+
'Il riferimento generale per la formula è 150 ml per kg di peso al giorno.',
|
|
107
|
+
'L\'allattamento al seno si offre a richiesta senza volumi fissi.',
|
|
108
|
+
'La frequenza diminuisce con l\'età: da 8–12 poppate a 4–5 in 6 mesi.',
|
|
109
|
+
]},
|
|
110
|
+
{ type: 'title', text: 'Quanta latte ha bisogno il mio bambino secondo il suo peso e l\'età?', level: 2 },
|
|
111
|
+
{ type: 'paragraph', html: 'Le necessità di latte cambiano rapidamente nei primi mesi. Il calcolatore stima la quantità secondo il peso attuale e l\'età del bambino, seguendo le linee guida pediatriche dell\'OMS e dell\'AAP.' },
|
|
112
|
+
{ type: 'stats', columns: 3, items: [
|
|
113
|
+
{ value: '5–7 ml', label: 'Giorno 1 (ciliegia)' },
|
|
114
|
+
{ value: '150 ml/kg', label: 'Riferimento formula' },
|
|
115
|
+
{ value: '8–12', label: 'Poppate/giorno neonato' },
|
|
116
|
+
]},
|
|
117
|
+
{ type: 'title', text: 'Dimensione dello stomaco per età', level: 3 },
|
|
118
|
+
{ type: 'table', headers: ['Età', 'Dimensione rif.', 'Capacità', 'Poppate/giorno'], rows: [
|
|
119
|
+
['Giorno 1', 'Ciliegia', '5–7 ml', '8–12'],
|
|
120
|
+
['Giorni 2–4', 'Noce', '22–27 ml', '8–12'],
|
|
121
|
+
['Giorni 5–30', 'Uovo', '45–60 ml', '8–10'],
|
|
122
|
+
['1–3 mesi', 'Massima', '90–120 ml', '7–8'],
|
|
123
|
+
['3–6 mesi', 'Massima', '120–150 ml', '5–6'],
|
|
124
|
+
['6+ mesi', 'Massima', '150–180 ml', '4–5'],
|
|
125
|
+
]},
|
|
126
|
+
{ type: 'tip', html: 'Un indicatore affidabile di alimentazione adeguata è il numero di pannolini bagnati: tra 5 e 6 al giorno a partire dal quinto giorno indicano una buona idratazione.' },
|
|
127
|
+
{ type: 'title', text: 'Allattamento al seno vs formula', level: 3 },
|
|
128
|
+
{ type: 'comparative', columns: 2, items: [
|
|
129
|
+
{ title: 'Allattamento al seno', description: 'Alimentazione naturale a richiesta.', points: ['Senza orario fisso', 'Anticorpi attivi', 'Composizione variabile', 'Difficile quantificare'] },
|
|
130
|
+
{ title: 'Latte di formula', description: 'Poppate programmate con volume calcolabile.', points: ['Ogni 3–4 ore', 'Composizione stabile', 'Facile controllare l\'assunzione', 'Richiede preparazione sterile'] },
|
|
131
|
+
]},
|
|
132
|
+
{ type: 'list', items: [
|
|
133
|
+
'Aumento di peso adeguato: 150–200 g/settimana nel primo mese',
|
|
134
|
+
'Almeno 5–6 pannolini bagnati al giorno',
|
|
135
|
+
'Il bambino appare tranquillo dopo le poppate',
|
|
136
|
+
'Urina chiara o giallo molto pallido',
|
|
137
|
+
]},
|
|
138
|
+
],
|
|
139
|
+
faqTitle: "Domande frequenti",
|
|
140
|
+
faq,
|
|
141
|
+
bibliographyTitle: "Riferimenti",
|
|
142
|
+
bibliography: [
|
|
143
|
+
{
|
|
144
|
+
name: 'OMS - Alimentazione del lattante e del bambino piccolo',
|
|
145
|
+
url: 'https://www.who.int/it/health-topics/infant-nutrition',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'American Academy of Pediatrics - Breastfeeding Guidelines',
|
|
149
|
+
url: 'https://www.aap.org/en/patient-care/breastfeeding/',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'La Leche League International',
|
|
153
|
+
url: 'https://www.llli.org',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: 'Ministero della Salute (Italia) - Allattamento',
|
|
157
|
+
url: 'https://www.salute.gov.it/portale/allattamento/homeAllattamento.jsp',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { BabyFeedingCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'akachan-feeding-calculator';
|
|
5
|
+
const title = '赤ちゃんの授乳計算機';
|
|
6
|
+
const description = '体重と月齢に基づいて、赤ちゃんがどれだけのミルクを必要としているかを計算します。推奨される授乳回数、1回あたりのミリリットル、空腹と満腹のサイン。';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: '新生児はどのくらいのミルクが必要ですか?',
|
|
11
|
+
answer: '生後1日目の赤ちゃんの胃はさくらんぼほどの大きさで、1回あたり5〜7mlしか必要ありません。5日目以降、容量は45〜60mlに増え、必要量は徐々に増加します。',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '赤ちゃんはどのくらいの頻度で食べるべきですか?',
|
|
15
|
+
answer: '新生児は1日に8〜12回の授乳が必要です。3ヶ月になると通常7〜8回に間隔が空き、6ヶ月になると1日約5回になります。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: '赤ちゃんが十分に食べているかどうか、どうすればわかりますか?',
|
|
19
|
+
answer: '最も信頼できる指標は、適切な体重増加、1日に少なくとも5〜6回のおむつの濡れ、そして授乳後に赤ちゃんが満腹のサインを示すことです。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '母乳と粉ミルクの量は同じですか?',
|
|
23
|
+
answer: '母乳の場合は、量を測らずに自律授乳(欲しがるだけ与える)が推奨されます。粉ミルクの場合、一般的な基準は体重1kgあたり1日150mlで、月齢に応じた授乳回数で分割します。',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: '赤ちゃんの月齢を選択',
|
|
30
|
+
text: '単位(日、週、月)を選択し、スライダーまたはボタンで値を調整します。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: '赤ちゃんの体重を入力',
|
|
34
|
+
text: '体重スライダーまたはボタンを使用して、赤ちゃんの現在の体重をキログラムで設定します。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: '授乳タイプを選択',
|
|
38
|
+
text: '母乳、混合、または粉ミルクから選択して、最も適したガイドを取得します。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: '推奨プランを確認',
|
|
42
|
+
text: '計算機には授乳回数、1回あたりのミリリットル、および推定の1日合計量が表示されます。',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
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: WithContext<HowTo> = {
|
|
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: WithContext<SoftwareApplication> = {
|
|
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: 'JPY' },
|
|
76
|
+
inLanguage: 'ja',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: BabyFeedingCalculatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
labelConfig: '現在の設定',
|
|
85
|
+
labelPlan: '推奨プラン',
|
|
86
|
+
unitDays: '日',
|
|
87
|
+
unitWeeks: '週',
|
|
88
|
+
unitMonths: 'ヶ月',
|
|
89
|
+
labelWeight: '赤ちゃんの体重',
|
|
90
|
+
labelFeedType: '授乳タイプ',
|
|
91
|
+
feedBreast: '母乳',
|
|
92
|
+
feedMixed: '混合',
|
|
93
|
+
feedFormula: '粉ミルク',
|
|
94
|
+
labelFreeDemand: '自律授乳',
|
|
95
|
+
labelMlPerFeed: '1回あたりのml',
|
|
96
|
+
labelFeedsCount: '授乳回数 / 24h',
|
|
97
|
+
labelDailyTotal: '1日の合計(推定)',
|
|
98
|
+
labelHunger: '空腹のサイン',
|
|
99
|
+
labelFullness: '満腹のサイン',
|
|
100
|
+
faqTitle: 'よくある質問',
|
|
101
|
+
bibliographyTitle: '参考文献',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{ type: 'summary', title: 'まとめ:赤ちゃんの食事', items: [
|
|
105
|
+
'新生児の胃の容量は、初日はわずか5〜7mlです。',
|
|
106
|
+
'粉ミルクの一般的な基準は、1日あたり体重1kgにつき150mlです。',
|
|
107
|
+
'母乳は、固定量なしで自律授乳で与えられます。',
|
|
108
|
+
'頻度は成長とともに減少します:6ヶ月で8〜12回から4〜5回へ。',
|
|
109
|
+
]},
|
|
110
|
+
{ type: 'title', text: '体重と月齢に基づいて赤ちゃんはどのくらいのミルクが必要ですか?', level: 2 },
|
|
111
|
+
{ type: 'paragraph', html: 'ミルクの必要量は最初の数ヶ月で急速に変化します。計算機は、WHOおよびAAPの小児科ガイドラインに従い、赤ちゃんの現在の体重と月齢に基づいて量を推定します。' },
|
|
112
|
+
{ type: 'stats', columns: 3, items: [
|
|
113
|
+
{ value: '5–7 ml', label: '1日目(さくらんぼ大)' },
|
|
114
|
+
{ value: '150 ml/kg', label: '粉ミルク1日基準' },
|
|
115
|
+
{ value: '8–12', label: '新生児授乳回数/日' },
|
|
116
|
+
]},
|
|
117
|
+
{ type: 'title', text: '月齢別の胃の大きさ', level: 3 },
|
|
118
|
+
{ type: 'table', headers: ['月齢', '基準サイズ', '容量', '授乳回数/日'], rows: [
|
|
119
|
+
['1日目', 'さくらんぼ', '5–7 ml', '8–12'],
|
|
120
|
+
['2–4日目', 'くるみ', '22–27 ml', '8–12'],
|
|
121
|
+
['5–30日目', '卵', '45–60 ml', '8–10'],
|
|
122
|
+
['1–3ヶ月', '最大', '90–120 ml', '7–8'],
|
|
123
|
+
['3–6ヶ月', '最大', '120–150 ml', '5–6'],
|
|
124
|
+
['6ヶ月以上', '最大', '150–180 ml', '4–5'],
|
|
125
|
+
]},
|
|
126
|
+
{ type: 'tip', html: '適切な授乳の信頼できる指標はおむつの濡れ回数です。5日目以降、1日に5〜6回あれば、良好な水分補給が示されています。' },
|
|
127
|
+
{ type: 'title', text: '母乳 vs 粉ミルク', level: 3 },
|
|
128
|
+
{ type: 'comparative', columns: 2, items: [
|
|
129
|
+
{ title: '母乳授乳', description: '自然な自律授乳。', points: ['固定スケジュールなし', '活性抗体', '成分の変化', '量の数値化が難しい'] },
|
|
130
|
+
{ title: '粉ミルク', description: '計算された量での計画的な授乳。', points: ['3〜4時間おき', '安定した成分', '摂取量の管理が容易', '滅菌された準備が必要'] },
|
|
131
|
+
]},
|
|
132
|
+
{ type: 'list', items: [
|
|
133
|
+
'適切な体重増加:最初の1ヶ月で週150〜200g',
|
|
134
|
+
'少なくとも1日に5〜6回のおむつの濡れ',
|
|
135
|
+
'授乳後、赤ちゃんが落ち着いている',
|
|
136
|
+
'尿が透明または非常に薄い黄色',
|
|
137
|
+
]},
|
|
138
|
+
],
|
|
139
|
+
faqTitle: "よくある質問",
|
|
140
|
+
faq,
|
|
141
|
+
bibliographyTitle: "参考文献",
|
|
142
|
+
bibliography: [
|
|
143
|
+
{
|
|
144
|
+
name: 'WHO - 乳幼児の食事',
|
|
145
|
+
url: 'https://www.who.int/news-room/fact-sheets/detail/infant-and-young-child-feeding',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'American Academy of Pediatrics - Breastfeeding Guidelines',
|
|
149
|
+
url: 'https://www.aap.org/en/patient-care/breastfeeding/',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'La Leche League International',
|
|
153
|
+
url: 'https://www.llli.org',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: '日本小児科学会 - 授乳・離乳の支援ガイド',
|
|
157
|
+
url: 'https://www.jpeds.or.jp',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
162
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import type { BabyFeedingCalculatorLocaleContent } from '../index';
|
|
2
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
3
|
+
|
|
4
|
+
const slug = 'akachan-feeding-calculator';
|
|
5
|
+
const title = '아기 수유 계산기';
|
|
6
|
+
const description = '몸무게와 월령에 따라 아기에게 필요한 수유량을 계산합니다. 권장 수유 횟수, 1회당 수유량(ml), 그리고 배고픔과 포만감의 신호.';
|
|
7
|
+
|
|
8
|
+
const faq = [
|
|
9
|
+
{
|
|
10
|
+
question: '신생아는 얼마나 많은 우유가 필요한가요?',
|
|
11
|
+
answer: '태어난 첫날 아기의 위는 체리 크기 정도로, 1회 수유당 5~7ml만 필요합니다. 5일째부터 위 용량은 45~60ml로 늘어나며, 수유량은 점진적으로 증가합니다.',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
question: '아기는 얼마나 자주 먹어야 하나요?',
|
|
15
|
+
answer: '신생아는 하루에 8~12번의 수유가 필요합니다. 3개월이 되면 보통 7~8번으로 간격이 벌어지며, 6개월이 되면 하루 약 5번 정도 수유하게 됩니다.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: '아기가 충분히 먹고 있는지 어떻게 알 수 있나요?',
|
|
19
|
+
answer: '가장 신뢰할 수 있는 지표는 적절한 체중 증가, 하루에 최소 5~6번의 소변 기저귀, 그리고 수유 후 아기가 보여주는 포만감 신호입니다.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: '모유와 분유의 양은 같나요?',
|
|
23
|
+
answer: '모유 수유의 경우, 양을 측정하지 않고 아기가 원할 때마다 먹이는 것이 권장됩니다. 분유의 경우, 일반적인 기준은 체중 1kg당 하루 150ml이며, 이를 월령에 따른 수유 횟수로 나눕니다.',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const howTo = [
|
|
28
|
+
{
|
|
29
|
+
name: '아기 월령 선택',
|
|
30
|
+
text: '단위(일, 주, 월)를 선택하고 슬라이더나 버튼을 사용하여 아이의 연령을 조절하세요.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: '아기 몸무게 입력',
|
|
34
|
+
text: '몸무게 슬라이더나 버튼을 사용하여 아기의 현재 몸무게(kg)를 입력하세요.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
name: '수유 방식 선택',
|
|
38
|
+
text: '가장 적합한 가이드를 확인하기 위해 모유, 혼합 또는 분유 중에서 선택하세요.',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: '권장 수유 계획 확인',
|
|
42
|
+
text: '계산기는 수유 횟수, 1회당 수유량, 그리고 추정된 하루 총 수유량을 보여줍니다.',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
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: WithContext<HowTo> = {
|
|
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: WithContext<SoftwareApplication> = {
|
|
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: 'KRW' },
|
|
76
|
+
inLanguage: 'ko',
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const content: BabyFeedingCalculatorLocaleContent = {
|
|
80
|
+
slug,
|
|
81
|
+
title,
|
|
82
|
+
description,
|
|
83
|
+
ui: {
|
|
84
|
+
labelConfig: '현재 설정',
|
|
85
|
+
labelPlan: '권장 계획',
|
|
86
|
+
unitDays: '일',
|
|
87
|
+
unitWeeks: '주',
|
|
88
|
+
unitMonths: '개월',
|
|
89
|
+
labelWeight: '아기 몸무게',
|
|
90
|
+
labelFeedType: '수유 방식',
|
|
91
|
+
feedBreast: '모유',
|
|
92
|
+
feedMixed: '혼합',
|
|
93
|
+
feedFormula: '분유',
|
|
94
|
+
labelFreeDemand: '자율 수유',
|
|
95
|
+
labelMlPerFeed: '1회당 ml',
|
|
96
|
+
labelFeedsCount: '수유 횟수 / 24시간',
|
|
97
|
+
labelDailyTotal: '하루 총량 (추정)',
|
|
98
|
+
labelHunger: '배고픔 신호',
|
|
99
|
+
labelFullness: '포만감 신호',
|
|
100
|
+
faqTitle: '자주 묻는 질문',
|
|
101
|
+
bibliographyTitle: '참고문헌',
|
|
102
|
+
},
|
|
103
|
+
seo: [
|
|
104
|
+
{ type: 'summary', title: '요약: 아기 수유', items: [
|
|
105
|
+
'신생아의 위 용량은 첫날 단 5~7ml에 불과합니다.',
|
|
106
|
+
'분유의 일반적인 기준은 하루 체중 1kg당 150ml입니다.',
|
|
107
|
+
'모유는 정해진 양 없이 아기가 원할 때 수시로 수유합니다.',
|
|
108
|
+
'수유 횟수는 성장함에 따라 감소하여 6개월경 4~5회로 줄어듭니다.',
|
|
109
|
+
]},
|
|
110
|
+
{ type: 'title', text: '몸무게와 월령에 따른 우리 아기 수유량은 얼마인가요?', level: 2 },
|
|
111
|
+
{ type: 'paragraph', html: '수유 요구량은 처음 몇 달간 급격히 변합니다. 수유 계산기는 WHO 및 AAP의 소아과 가이드라인에 따라 현재 몸무게와 월령에 기초하여 수유량을 추정합니다.' },
|
|
112
|
+
{ type: 'stats', columns: 3, items: [
|
|
113
|
+
{ value: '5~7 ml', label: '1일차 (체리 크기)' },
|
|
114
|
+
{ value: '150 ml/kg', label: '분유 하루 기준' },
|
|
115
|
+
{ value: '8~12 회', label: '신생아 수유 횟수' },
|
|
116
|
+
]},
|
|
117
|
+
{ type: 'title', text: '월령별 아기 위 크기', level: 3 },
|
|
118
|
+
{ type: 'table', headers: ['월령', '기준 크기', '위 용량', '수유 횟수/일'], rows: [
|
|
119
|
+
['1일차', '체리', '5~7 ml', '8~12 회'],
|
|
120
|
+
['2~4일차', '호두', '22~27 ml', '8~12 회'],
|
|
121
|
+
['5~30일차', '달걀', '45~60 ml', '8~10 회'],
|
|
122
|
+
['1~3개월', '최대', '90~120 ml', '7~8 회'],
|
|
123
|
+
['3~6개월', '최대', '120~150 ml', '5~6 회'],
|
|
124
|
+
['6개월 이상', '최대', '150~180 ml', '4~5 회'],
|
|
125
|
+
]},
|
|
126
|
+
{ type: 'tip', html: '적절한 수유의 신뢰할 수 있는 지표는 소변 기저귀 횟수입니다. 5일차 이후 하루 5~6회 이상이면 수분이 잘 유지되고 있음을 의미합니다.' },
|
|
127
|
+
{ type: 'title', text: '모유 수유 vs 분유 수유', level: 3 },
|
|
128
|
+
{ type: 'comparative', columns: 2, items: [
|
|
129
|
+
{ title: '모유 수유', description: '자율 수유를 통한 자연스러운 영양 공급.', points: ['정해진 시간표 없음', '활성 항체 포함', '성분의 가변성', '수치화하기 어려움'] },
|
|
130
|
+
{ title: '분유 수유', description: '계산된 양에 따른 계획적인 수유.', points: ['3~4시간 간격', '안정적인 성분', '섭취량 조절 용이', '멸균 준비 필요'] },
|
|
131
|
+
]},
|
|
132
|
+
{ type: 'list', items: [
|
|
133
|
+
'적절한 체중 증가: 첫 한 달간 주당 150~200g',
|
|
134
|
+
'하루 최소 5~6번 이상의 소변 기저귀',
|
|
135
|
+
'수유 후 아기가 편안하고 조용한 모습',
|
|
136
|
+
'투명하거나 아주 연한 노란색의 소변',
|
|
137
|
+
]},
|
|
138
|
+
],
|
|
139
|
+
faqTitle: "자주 묻는 질문",
|
|
140
|
+
faq,
|
|
141
|
+
bibliographyTitle: "참고문헌",
|
|
142
|
+
bibliography: [
|
|
143
|
+
{
|
|
144
|
+
name: 'WHO - 영유아 영양 가이드',
|
|
145
|
+
url: 'https://www.who.int/news-room/fact-sheets/detail/infant-and-young-child-feeding',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'American Academy of Pediatrics - Breastfeeding Guidelines',
|
|
149
|
+
url: 'https://www.aap.org/en/patient-care/breastfeeding/',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
name: 'La Leche League International',
|
|
153
|
+
url: 'https://www.llli.org',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
name: '대한소아청소년과학회 - 수유 및 영양 가이드',
|
|
157
|
+
url: 'https://www.pediatric.or.kr',
|
|
158
|
+
},
|
|
159
|
+
],
|
|
160
|
+
howTo,
|
|
161
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
162
|
+
};
|