@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.
Files changed (102) hide show
  1. package/package.json +67 -66
  2. package/src/category/i18n/de.ts +48 -0
  3. package/src/category/i18n/en.ts +10 -10
  4. package/src/category/i18n/fr.ts +10 -10
  5. package/src/category/i18n/id.ts +48 -0
  6. package/src/category/i18n/it.ts +48 -0
  7. package/src/category/i18n/ja.ts +48 -0
  8. package/src/category/i18n/ko.ts +48 -0
  9. package/src/category/i18n/nl.ts +48 -0
  10. package/src/category/i18n/pl.ts +48 -0
  11. package/src/category/i18n/pt.ts +48 -0
  12. package/src/category/i18n/ru.ts +48 -0
  13. package/src/category/i18n/sv.ts +48 -0
  14. package/src/category/i18n/tr.ts +48 -0
  15. package/src/category/i18n/zh.ts +48 -0
  16. package/src/category/index.ts +13 -1
  17. package/src/tests/faq_count.test.ts +1 -1
  18. package/src/tests/i18n_coverage.test.ts +36 -0
  19. package/src/tests/locale_completeness.test.ts +1 -1
  20. package/src/tests/schemas_fulfillment.test.ts +23 -0
  21. package/src/tests/seo_length.test.ts +1 -2
  22. package/src/tests/title_quality.test.ts +55 -0
  23. package/src/tool/baby-feeding-calculator/i18n/de.ts +162 -0
  24. package/src/tool/baby-feeding-calculator/i18n/id.ts +162 -0
  25. package/src/tool/baby-feeding-calculator/i18n/it.ts +162 -0
  26. package/src/tool/baby-feeding-calculator/i18n/ja.ts +162 -0
  27. package/src/tool/baby-feeding-calculator/i18n/ko.ts +162 -0
  28. package/src/tool/baby-feeding-calculator/i18n/nl.ts +162 -0
  29. package/src/tool/baby-feeding-calculator/i18n/pl.ts +162 -0
  30. package/src/tool/baby-feeding-calculator/i18n/pt.ts +162 -0
  31. package/src/tool/baby-feeding-calculator/i18n/ru.ts +162 -0
  32. package/src/tool/baby-feeding-calculator/i18n/sv.ts +162 -0
  33. package/src/tool/baby-feeding-calculator/i18n/tr.ts +162 -0
  34. package/src/tool/baby-feeding-calculator/i18n/zh.ts +162 -0
  35. package/src/tool/baby-feeding-calculator/index.ts +12 -0
  36. package/src/tool/baby-percentile-calculator/i18n/de.ts +245 -0
  37. package/src/tool/baby-percentile-calculator/i18n/id.ts +245 -0
  38. package/src/tool/baby-percentile-calculator/i18n/it.ts +245 -0
  39. package/src/tool/baby-percentile-calculator/i18n/ja.ts +245 -0
  40. package/src/tool/baby-percentile-calculator/i18n/ko.ts +245 -0
  41. package/src/tool/baby-percentile-calculator/i18n/nl.ts +245 -0
  42. package/src/tool/baby-percentile-calculator/i18n/pl.ts +245 -0
  43. package/src/tool/baby-percentile-calculator/i18n/pt.ts +245 -0
  44. package/src/tool/baby-percentile-calculator/i18n/ru.ts +245 -0
  45. package/src/tool/baby-percentile-calculator/i18n/sv.ts +245 -0
  46. package/src/tool/baby-percentile-calculator/i18n/tr.ts +245 -0
  47. package/src/tool/baby-percentile-calculator/i18n/zh.ts +245 -0
  48. package/src/tool/baby-percentile-calculator/index.ts +12 -0
  49. package/src/tool/baby-size-converter/i18n/de.ts +203 -0
  50. package/src/tool/baby-size-converter/i18n/fr.ts +1 -1
  51. package/src/tool/baby-size-converter/i18n/id.ts +203 -0
  52. package/src/tool/baby-size-converter/i18n/it.ts +203 -0
  53. package/src/tool/baby-size-converter/i18n/ja.ts +203 -0
  54. package/src/tool/baby-size-converter/i18n/ko.ts +203 -0
  55. package/src/tool/baby-size-converter/i18n/nl.ts +203 -0
  56. package/src/tool/baby-size-converter/i18n/pl.ts +203 -0
  57. package/src/tool/baby-size-converter/i18n/pt.ts +203 -0
  58. package/src/tool/baby-size-converter/i18n/ru.ts +203 -0
  59. package/src/tool/baby-size-converter/i18n/sv.ts +203 -0
  60. package/src/tool/baby-size-converter/i18n/tr.ts +203 -0
  61. package/src/tool/baby-size-converter/i18n/zh.ts +203 -0
  62. package/src/tool/baby-size-converter/index.ts +12 -0
  63. package/src/tool/fertile-days-estimator/i18n/de.ts +262 -0
  64. package/src/tool/fertile-days-estimator/i18n/id.ts +262 -0
  65. package/src/tool/fertile-days-estimator/i18n/it.ts +262 -0
  66. package/src/tool/fertile-days-estimator/i18n/ja.ts +262 -0
  67. package/src/tool/fertile-days-estimator/i18n/ko.ts +262 -0
  68. package/src/tool/fertile-days-estimator/i18n/nl.ts +262 -0
  69. package/src/tool/fertile-days-estimator/i18n/pl.ts +262 -0
  70. package/src/tool/fertile-days-estimator/i18n/pt.ts +262 -0
  71. package/src/tool/fertile-days-estimator/i18n/ru.ts +262 -0
  72. package/src/tool/fertile-days-estimator/i18n/sv.ts +262 -0
  73. package/src/tool/fertile-days-estimator/i18n/tr.ts +262 -0
  74. package/src/tool/fertile-days-estimator/i18n/zh.ts +262 -0
  75. package/src/tool/fertile-days-estimator/index.ts +12 -0
  76. package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
  77. package/src/tool/pregnancy-calculator/i18n/id.ts +467 -0
  78. package/src/tool/pregnancy-calculator/i18n/it.ts +467 -0
  79. package/src/tool/pregnancy-calculator/i18n/ja.ts +467 -0
  80. package/src/tool/pregnancy-calculator/i18n/ko.ts +467 -0
  81. package/src/tool/pregnancy-calculator/i18n/nl.ts +467 -0
  82. package/src/tool/pregnancy-calculator/i18n/pl.ts +467 -0
  83. package/src/tool/pregnancy-calculator/i18n/pt.ts +467 -0
  84. package/src/tool/pregnancy-calculator/i18n/ru.ts +467 -0
  85. package/src/tool/pregnancy-calculator/i18n/sv.ts +467 -0
  86. package/src/tool/pregnancy-calculator/i18n/tr.ts +467 -0
  87. package/src/tool/pregnancy-calculator/i18n/zh.ts +467 -0
  88. package/src/tool/pregnancy-calculator/index.ts +13 -1
  89. package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
  90. package/src/tool/vaccination-calendar/i18n/fr.ts +99 -95
  91. package/src/tool/vaccination-calendar/i18n/id.ts +194 -0
  92. package/src/tool/vaccination-calendar/i18n/it.ts +194 -0
  93. package/src/tool/vaccination-calendar/i18n/ja.ts +194 -0
  94. package/src/tool/vaccination-calendar/i18n/ko.ts +194 -0
  95. package/src/tool/vaccination-calendar/i18n/nl.ts +194 -0
  96. package/src/tool/vaccination-calendar/i18n/pl.ts +194 -0
  97. package/src/tool/vaccination-calendar/i18n/pt.ts +194 -0
  98. package/src/tool/vaccination-calendar/i18n/ru.ts +194 -0
  99. package/src/tool/vaccination-calendar/i18n/sv.ts +194 -0
  100. package/src/tool/vaccination-calendar/i18n/tr.ts +194 -0
  101. package/src/tool/vaccination-calendar/i18n/zh.ts +194 -0
  102. package/src/tool/vaccination-calendar/index.ts +13 -1
@@ -0,0 +1,262 @@
1
+ import type { FertileDaysEstimatorLocaleContent } from '../index';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+
4
+ const slug = 'fruchtbare-tage-rechner';
5
+ const title = 'Fruchtbare Tage Rechner';
6
+ const description = 'Berechnen Sie Ihr fruchtbares Fenster und das Ovulationsdatum basierend auf Ihrem Menstruationszyklus.';
7
+ const faq = [
8
+ {
9
+ question: 'Wie wird das fruchtbare Fenster berechnet?',
10
+ answer: 'Das fruchtbare Fenster wird ab dem ersten Tag Ihrer letzten Periode berechnet. Der Eisprung findet etwa 14 Tage vor Beginn des nächsten Zyklus statt. Die fruchtbaren Tage umfassen die 5 Tage vor dem Eisprung und den Tag des Eisprungs selbst.',
11
+ },
12
+ {
13
+ question: 'Wie genau ist dieser Rechner?',
14
+ answer: 'Der Rechner ist eine Schätzung basierend auf dem Standardmodell eines 28-Tage-Zyklus (oder dem von Ihnen angegebenen). Er dient zur Orientierung und spiegelt möglicherweise keine individuellen Variationen wider. Für eine höhere Genauigkeit kombinieren Sie ihn mit der Verfolgung der Basaltemperatur oder Ovulationstests.',
15
+ },
16
+ {
17
+ question: 'Was passiert, wenn mein Zyklus unregelmäßig ist?',
18
+ answer: 'Wenn Ihre Zyklen von Monat zu Monat stark variieren, kann die Berechnung weniger genau sein. In diesem Fall sind die Verfolgung der Basaltemperatur oder LH-Tests zuverlässigere Methoden zur Identifizierung des Eisprungs.',
19
+ },
20
+ {
21
+ question: 'Wie lange überlebt die Eizelle nach dem Eisprung?',
22
+ answer: 'Die Eizelle hat eine Lebensdauer von 12 bis 24 Stunden. Spermien können jedoch bis zu 5 Tage im weiblichen Fortpflanzungstrakt überleben, weshalb das tatsächliche fruchtbare Fenster mehrere Tage vor dem Eisprung beginnt.',
23
+ },
24
+ {
25
+ question: 'Kann dieser Rechner verwendet werden, um eine Schwangerschaft zu vermeiden?',
26
+ answer: 'Es wird nicht empfohlen, diesen Rechner als Verhütungsmethode zu verwenden. Kalenderbasierte Methoden haben eine erhebliche Fehlerrate. Konsultieren Sie Ihren Arzt oder Gynäkologen für sichere und für Sie geeignete Verhütungsmethoden.',
27
+ },
28
+ ];
29
+ const howTo = [
30
+ {
31
+ name: 'Wählen Sie den ersten Tag Ihrer letzten Periode',
32
+ text: 'Klicken Sie auf den Kalendertag, der dem Beginn Ihrer letzten Menstruation entspricht.',
33
+ },
34
+ {
35
+ name: 'Passen Sie Ihre Zyklusdauer an',
36
+ text: 'Bewegen Sie den Schieberegler, um anzugeben, wie viele Tage Ihr Menstruationszyklus normalerweise dauert.',
37
+ },
38
+ {
39
+ name: 'Überprüfen Sie die Ergebnisse',
40
+ text: 'Der Rechner zeigt automatisch das geschätzte Ovulationsdatum, das fruchtbare Fenster und den Beginn der nächsten Periode an.',
41
+ },
42
+ {
43
+ name: 'Navigieren Sie durch den Kalender',
44
+ text: 'Verwenden Sie die Navigationspfeile, um die markierten Tage in früheren oder späteren Monaten anzuzeigen.',
45
+ },
46
+ ];
47
+
48
+ const faqSchema: WithContext<FAQPage> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'FAQPage',
51
+ mainEntity: faq.map((item) => ({
52
+ '@type': 'Question',
53
+ name: item.question,
54
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
55
+ })),
56
+ };
57
+ const howToSchema: WithContext<HowTo> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description,
62
+ step: howTo.map((step) => ({
63
+ '@type': 'HowToStep',
64
+ name: step.name,
65
+ text: step.text,
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: 'de',
77
+ };
78
+
79
+ export const content: FertileDaysEstimatorLocaleContent = {
80
+ slug,
81
+ title,
82
+ description,
83
+ ui: {
84
+ step1Title: 'Wann begann Ihre letzte Periode?',
85
+ step1Desc: 'Wählen Sie den ersten Tag Ihrer letzten Menstruation im Kalender aus.',
86
+ pulseHint: 'Klicken Sie auf einen Kalendertag, um fortzufahren',
87
+ step1Indicator: 'Startdatum',
88
+ step2Indicator: 'Ihr Kalender',
89
+ sidebarTitle: 'Ihr Zyklus',
90
+ sidebarDesc: 'Personalisieren Sie die Ergebnisse, indem Sie Ihre Zyklusdauer anpassen.',
91
+ labelCycleLength: 'Zyklusdauer',
92
+ unitDays: 'Tage',
93
+ labelOvulation: 'Nächster Eisprung',
94
+ labelFertileWindow: 'Fruchtbares Fenster',
95
+ labelNextPeriod: 'Nächste Periode',
96
+ legendSelection: 'Ihre Auswahl',
97
+ legendPeriod: 'Periode',
98
+ legendFertile: 'Fruchtbar',
99
+ legendOvulation: 'Eisprung',
100
+ faqTitle: 'Häufig gestellte Fragen',
101
+ bibliographyTitle: 'Referenzen',
102
+ },
103
+ seo: [
104
+ {
105
+ type: 'title',
106
+ text: 'Fruchtbare Tage Rechner: Kompletter Leitfaden zu Zyklus und Eisprung',
107
+ level: 2,
108
+ },
109
+ {
110
+ type: 'summary',
111
+ title: '5 Fakten über das fruchtbare Fenster',
112
+ items: [
113
+ 'Der Eisprung findet etwa 14 Tage vor Beginn der nächsten Periode statt.',
114
+ 'Das fruchtbare Fenster umfasst die 5 Tage vor dem Eisprung plus den Tag des Eisprungs selbst.',
115
+ 'Spermien können bis zu 5 Tage im weiblichen Fortpflanzungstrakt überleben.',
116
+ 'Unregelmäßige Zyklen verringern die Zuverlässigkeit der kalenderbasierten Berechnung.',
117
+ 'Die Kombination dieses Tools mit Basaltemperatur oder LH-Tests erhöht die Genauigkeit.',
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Wie die Berechnung des fruchtbaren Fensters funktioniert',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Die Methode basiert auf der Ogino-Knaus-Regel und dem Standardmodell der Ovulation. Bei einem 28-Tage-Zyklus tritt der Eisprung normalerweise um den 14. Tag auf. Der Rechner identifiziert diesen Punkt und markiert die Tage höchster Fruchtbarkeit in seiner Umgebung.',
128
+ },
129
+ {
130
+ type: 'stats',
131
+ columns: 3,
132
+ items: [
133
+ { value: '14 Tage', label: 'Vor der nächsten Periode' },
134
+ { value: '5 Tage', label: 'Dauer des fruchtbaren Fensters' },
135
+ { value: '12-24 Std.', label: 'Lebensdauer der Eizelle' },
136
+ ],
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: 'Phasen des Menstruationszyklus',
141
+ level: 3,
142
+ },
143
+ {
144
+ type: 'comparative',
145
+ columns: 2,
146
+ items: [
147
+ {
148
+ title: 'Follikelphase',
149
+ description: 'Beginnt mit der Menstruation und dauert bis zum Eisprung.',
150
+ points: [
151
+ 'Ovarialfollikel reifen unter dem Einfluss von FSH.',
152
+ 'Dauert bei regelmäßigen Zyklen zwischen 10 und 14 Tagen.',
153
+ 'Der Östrogenspiegel steigt progressiv an.',
154
+ ],
155
+ },
156
+ {
157
+ title: 'Lutealphase',
158
+ description: 'Beginnt nach dem Eisprung und endet mit der Menstruation.',
159
+ points: [
160
+ 'Der Gelbkörper produziert Progesteron, um die Gebärmutterschleimhaut vorzubereiten.',
161
+ 'Dauert bei normalen Zyklen etwa 14 Tage.',
162
+ 'Ohne Befruchtung bildet sich der Gelbkörper zurück.',
163
+ ],
164
+ },
165
+ ],
166
+ },
167
+ {
168
+ type: 'tip',
169
+ html: 'Obwohl der Rechner ein Standardmodell verwendet, können Menstruationszyklen von Monat zu Monat variieren. Für eine höhere Genauigkeit kombinieren Sie dieses Tool mit der Verfolgung der Basaltemperatur oder Ovulationstests.',
170
+ },
171
+ {
172
+ type: 'title',
173
+ text: 'Biologische Anzeichen des Eisprungs',
174
+ level: 3,
175
+ },
176
+ {
177
+ type: 'list',
178
+ items: [
179
+ 'Veränderungen des Zervixschleims: An fruchtbaren Tagen wird er klar und dehnbar, ähnlich wie Eiklar.',
180
+ 'Leichter Anstieg der Basalttemperatur (0,2–0,4 °C) unmittelbar nach dem Eisprung.',
181
+ 'Leichte Schmerzen oder Beschwerden auf der Seite des aktiven Eierstocks (Mittelschmerz) während des Eisprungs.',
182
+ 'Leichte Steigerung der Libido kurz vor dem Eisprung, vermittelt durch hormonelle Veränderungen.',
183
+ 'Blähungen oder ein leichtes Völlegefühl im Bauch während der fruchtbaren Tage.',
184
+ ],
185
+ },
186
+ {
187
+ type: 'title',
188
+ text: 'Lebensstil und Fruchtbarkeit',
189
+ level: 3,
190
+ },
191
+ {
192
+ type: 'list',
193
+ items: [
194
+ 'Chronischer Stress kann den Eisprung stören und den Menstruationszyklus verlängern oder verkürzen.',
195
+ 'Das Körpergewicht hat einen direkten Einfluss: Sowohl Untergewicht als auch Übergewicht beeinträchtigen den Eisprung.',
196
+ 'Moderate Bewegung fördert die Zyklusregelmäßigkeit; extremes Training kann ihn unterdrücken.',
197
+ 'Rauchen verringert die ovarielle Reserve und setzt die Menopause um mehrere Jahre vor.',
198
+ 'Eine Ernährung reich an Folsäure, Eisen und Antioxidantien unterstützt die reproduktive Gesundheit.',
199
+ ],
200
+ },
201
+ {
202
+ type: 'title',
203
+ text: 'Methoden zur Zyklusüberwachung',
204
+ level: 3,
205
+ },
206
+ {
207
+ type: 'table',
208
+ headers: ['Methode', 'Zuverlässigkeit', 'Kosten'],
209
+ rows: [
210
+ ['Kalenderrechner', 'Mittel', 'Kostenlos'],
211
+ ['Basaltemperatur', 'Hoch mit Übung', 'Niedrig'],
212
+ ['LH-Urintest', 'Hoch', 'Moderat'],
213
+ ['Digitaler Fertilitätsmonitor', 'Sehr hoch', 'Hoch'],
214
+ ['Follikel-Ultraschall', 'Maximal', 'Klinik'],
215
+ ],
216
+ },
217
+ {
218
+ type: 'glossary',
219
+ items: [
220
+ {
221
+ term: 'Eisprung (Ovulation)',
222
+ definition: 'Die Freisetzung der reifen Eizelle aus dem Ovarialfollikel, ausgelöst durch einen Spitzenwert des luteinisierenden Hormons (LH). Findet einmal pro Zyklus statt.',
223
+ },
224
+ {
225
+ term: 'Fruchtbares Fenster',
226
+ definition: 'Zeitraum der höchsten Konzeptionswahrscheinlichkeit, der die 5 Tage vor dem Eisprung plus den Tag des Eisprungs abdeckt.',
227
+ },
228
+ {
229
+ term: 'Zervixschleim',
230
+ definition: 'Sekret des Muttermundes, dessen Textur im Verlauf des Zyklus variiert. An fruchtbaren Tagen wird er klar und elastisch, was den Durchgang der Spermien erleichtert.',
231
+ },
232
+ {
233
+ term: 'Basaltemperatur',
234
+ definition: 'Körpertemperatur in absoluter Ruhe, gemessen nach dem Aufwachen vor jeder Aktivität. Steigt nach dem Eisprung durch die Wirkung von Progesteron leicht an (0,2–0,4 °C).',
235
+ },
236
+ ],
237
+ },
238
+ ],
239
+ faqTitle: "Häufig gestellte Fragen",
240
+ faq,
241
+ bibliographyTitle: "Referenzen",
242
+ bibliography: [
243
+ {
244
+ name: 'WHO - Familienplanung',
245
+ url: 'https://www.who.int/health-topics/family-planning-contraception',
246
+ },
247
+ {
248
+ name: 'American College of Obstetricians and Gynecologists - Fruchtbarkeitsbewusstsein',
249
+ url: 'https://www.acog.org/womens-health/faqs/fertility-awareness-based-methods-of-family-planning',
250
+ },
251
+ {
252
+ name: 'Deutsche Gesellschaft für Gynäkologie und Geburtshilfe',
253
+ url: 'https://www.dggg.de',
254
+ },
255
+ {
256
+ name: 'Wilcox AJ et al. - Timing of Sexual Intercourse in Relation to Ovulation (NEJM, 1995)',
257
+ url: 'https://www.nejm.org/doi/10.1056/NEJM199512073332301',
258
+ },
259
+ ],
260
+ howTo,
261
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
262
+ };
@@ -0,0 +1,262 @@
1
+ import type { FertileDaysEstimatorLocaleContent } from '../index';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+
4
+ const slug = 'kalkulator-masa-subur';
5
+ const title = 'Kalkulator Masa Subur';
6
+ const description = 'Hitung jendela subur dan tanggal ovulasi Anda sesuai dengan siklus menstruasi Anda.';
7
+ const faq = [
8
+ {
9
+ question: 'Bagaimana jendela subur dihitung?',
10
+ answer: 'Jendela subur dihitung mulai dari hari pertama menstruasi terakhir Anda. Ovulasi terjadi sekitar 14 hari sebelum dimulainya siklus berikutnya. Hari subur mencakup 5 hari sebelum ovulasi dan hari ovulasi itu sendiri.',
11
+ },
12
+ {
13
+ question: 'Seberapa akurat kalkulator ini?',
14
+ answer: 'Kalkulator ini merupakan estimasi berdasarkan model standar siklus 28 hari (atau sesuai masukan Anda). Ini hanya sebagai panduan dan mungkin tidak mencerminkan variasi individu. Untuk akurasi lebih tinggi, kombinasikan dengan pemantauan suhu basal tubuh atau tes ovulasi.',
15
+ },
16
+ {
17
+ question: 'Bagaimana jika siklus saya tidak teratur?',
18
+ answer: 'Jika siklus Anda sangat bervariasi dari satu bulan ke bulan lainnya, perhitungannya mungkin kurang akurat. Dalam hal ini, pemantauan suhu basal atau tes LH adalah metode yang lebih andal untuk mengidentifikasi ovulasi.',
19
+ },
20
+ {
21
+ question: 'Berapa lama sel telur bertahan setelah ovulasi?',
22
+ answer: 'Sel telur memiliki masa hidup 12 hingga 24 jam. Namun, sperma dapat bertahan hingga 5 hari di saluran reproduksi wanita, sehingga jendela subur yang sebenarnya mencakup beberapa hari sebelum ovulasi.',
23
+ },
24
+ {
25
+ question: 'Bisakah kalkulator ini digunakan untuk mencegah kehamilan?',
26
+ answer: 'Tidak disarankan menggunakan kalkulator ini sebagai metode kontrasepsi. Metode berbasis kalender memiliki tingkat kegagalan yang signifikan. Konsultasikan dengan dokter atau ginekolog Anda untuk metode kontrasepsi yang aman dan sesuai bagi Anda.',
27
+ },
28
+ ];
29
+ const howTo = [
30
+ {
31
+ name: 'Pilih hari pertama menstruasi terakhir Anda',
32
+ text: 'Klik pada hari di kalender yang sesuai dengan dimulainya menstruasi terakhir Anda.',
33
+ },
34
+ {
35
+ name: 'Sesuaikan durasi siklus Anda',
36
+ text: 'Geser pengatur untuk menunjukkan berapa hari siklus menstruasi Anda biasanya berlangsung.',
37
+ },
38
+ {
39
+ name: 'Lihat hasilnya',
40
+ text: 'Kalkulator secara otomatis menampilkan estimasi tanggal ovulasi, jendela subur, dan awal menstruasi berikutnya.',
41
+ },
42
+ {
43
+ name: 'Navigasi kalender',
44
+ text: 'Gunakan panah navigasi untuk melihat hari-hari yang ditandai pada bulan sebelumnya atau sesudahnya.',
45
+ },
46
+ ];
47
+
48
+ const faqSchema: WithContext<FAQPage> = {
49
+ '@context': 'https://schema.org',
50
+ '@type': 'FAQPage',
51
+ mainEntity: faq.map((item) => ({
52
+ '@type': 'Question',
53
+ name: item.question,
54
+ acceptedAnswer: { '@type': 'Answer', text: item.answer },
55
+ })),
56
+ };
57
+ const howToSchema: WithContext<HowTo> = {
58
+ '@context': 'https://schema.org',
59
+ '@type': 'HowTo',
60
+ name: title,
61
+ description,
62
+ step: howTo.map((step) => ({
63
+ '@type': 'HowToStep',
64
+ name: step.name,
65
+ text: step.text,
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: 'id',
77
+ };
78
+
79
+ export const content: FertileDaysEstimatorLocaleContent = {
80
+ slug,
81
+ title,
82
+ description,
83
+ ui: {
84
+ step1Title: 'Kapan menstruasi terakhir Anda dimulai?',
85
+ step1Desc: 'Pilih hari pertama siklus menstruasi terakhir Anda pada kalender.',
86
+ pulseHint: 'Klik pada hari di kalender untuk melanjutkan',
87
+ step1Indicator: 'Tanggal Mulai',
88
+ step2Indicator: 'Kalender Anda',
89
+ sidebarTitle: 'Siklus Anda',
90
+ sidebarDesc: 'Personalisasikan hasil dengan menyesuaikan durasi siklus Anda.',
91
+ labelCycleLength: 'Durasi Siklus',
92
+ unitDays: 'hari',
93
+ labelOvulation: 'Ovulasi Berikutnya',
94
+ labelFertileWindow: 'Jendela Subur',
95
+ labelNextPeriod: 'Menstruasi Berikutnya',
96
+ legendSelection: 'Pilihan Anda',
97
+ legendPeriod: 'Menstruasi',
98
+ legendFertile: 'Subur',
99
+ legendOvulation: 'Ovulasi',
100
+ faqTitle: 'Pertanyaan umum',
101
+ bibliographyTitle: 'Referensi',
102
+ },
103
+ seo: [
104
+ {
105
+ type: 'title',
106
+ text: 'Kalkulator Masa Subur: Panduan Lengkap Siklus dan Ovulasi',
107
+ level: 2,
108
+ },
109
+ {
110
+ type: 'summary',
111
+ title: '5 kunci tentang jendela subur',
112
+ items: [
113
+ 'Ovulasi terjadi sekitar 14 hari sebelum dimulainya periode berikutnya.',
114
+ 'Jendela subur mencakup 5 hari sebelum ovulasi ditambah hari ovulasi itu sendiri.',
115
+ 'Sperma dapat bertahan hingga 5 hari dalam saluran reproduksi wanita.',
116
+ 'Siklus tidak teratur mengurangi keandalan perhitungan kalender.',
117
+ 'Menggabungkan alat ini dengan suhu basal atau tes LH meningkatkan akurasi.',
118
+ ],
119
+ },
120
+ {
121
+ type: 'title',
122
+ text: 'Cara kerja perhitungan jendela subur',
123
+ level: 3,
124
+ },
125
+ {
126
+ type: 'paragraph',
127
+ html: 'Metode ini didasarkan pada aturan Ogino-Knaus dan model standar ovulasi. Pada siklus 28 hari, ovulasi biasanya terjadi sekitar hari ke-14. Kalkulator mengidentifikasi titik ini dan menandai hari-hari dengan kesuburan tertinggi di sekitarnya.',
128
+ },
129
+ {
130
+ type: 'stats',
131
+ columns: 3,
132
+ items: [
133
+ { value: '14 hari', label: 'Sebelum periode berikutnya' },
134
+ { value: '5 hari', label: 'Durasi jendela subur' },
135
+ { value: '12-24 j', label: 'Masa hidup sel telur' },
136
+ ],
137
+ },
138
+ {
139
+ type: 'title',
140
+ text: 'Fase siklus menstruasi',
141
+ level: 3,
142
+ },
143
+ {
144
+ type: 'comparative',
145
+ columns: 2,
146
+ items: [
147
+ {
148
+ title: 'Fase folikuler',
149
+ description: 'Dimulai dengan menstruasi dan berlangsung hingga ovulasi.',
150
+ points: [
151
+ 'Folikel ovarium matang di bawah pengaruh FSH.',
152
+ 'Berlangsung antara 10 hingga 14 hari dalam siklus teratur.',
153
+ 'Kadar estrogen meningkat secara progresif.',
154
+ ],
155
+ },
156
+ {
157
+ title: 'Fase luteal',
158
+ description: 'Dimulai setelah ovulasi dan berakhir dengan menstruasi.',
159
+ points: [
160
+ 'Corpus luteum memproduksi progesteron untuk mempersiapkan endometrium.',
161
+ 'Berlangsung sekitar 14 hari dalam siklus normal.',
162
+ 'Jika tidak ada pembuahan, corpus luteum akan luruh.',
163
+ ],
164
+ },
165
+ ],
166
+ },
167
+ {
168
+ type: 'tip',
169
+ html: 'Meskipun kalkulator menggunakan model standar, siklus menstruasi dapat bervariasi dari bulan ke bulan. Untuk akurasi lebih tinggi, gabungkan alat ini dengan pemantauan suhu basal atau tes ovulasi.',
170
+ },
171
+ {
172
+ type: 'title',
173
+ text: 'Tanda-tanda biologis ovulasi',
174
+ level: 3,
175
+ },
176
+ {
177
+ type: 'list',
178
+ items: [
179
+ 'Perubahan lendir serviks: pada hari subur menjadi bening dan elastis, mirip putih telur.',
180
+ 'Sedikit peningkatan suhu basal tubuh (0,2–0,4 °C) tepat setelah ovulasi.',
181
+ 'Nyeri atau ketidaknyamanan ringan pada sisi ovarium yang aktif (Mittelschmerz) selama ovulasi.',
182
+ 'Sedikit peningkatan libido menjelang ovulasi, dipicu oleh perubahan hormonal.',
183
+ 'Perut terasa kembung atau sensasi penuh selama hari-hari subur.',
184
+ ],
185
+ },
186
+ {
187
+ type: 'title',
188
+ text: 'Gaya hidup dan kesuburan',
189
+ level: 3,
190
+ },
191
+ {
192
+ type: 'list',
193
+ items: [
194
+ 'Stres kronis dapat mengganggu ovulasi dan memperpanjang atau memperpendek siklus.',
195
+ 'Berat badan berpengaruh langsung: baik berat badan rendah maupun berlebih mempengaruhi ovulasi.',
196
+ 'Olahraga sedang mendukung keteraturan siklus; olahraga ekstrem dapat menekannya.',
197
+ 'Merokok mengurangi cadangan ovarium dan mempercepat menopause selama beberapa tahun.',
198
+ 'Diet kaya asam folat, zat besi, dan antioksidan mendukung kesehatan reproduksi.',
199
+ ],
200
+ },
201
+ {
202
+ type: 'title',
203
+ text: 'Metode pemantauan siklus',
204
+ level: 3,
205
+ },
206
+ {
207
+ type: 'table',
208
+ headers: ['Metode', 'Keandalan', 'Biaya'],
209
+ rows: [
210
+ ['Kalkulator kalender', 'Sedang', 'Gratis'],
211
+ ['Suhu basal tubuh', 'Tinggi dengan latihan', 'Rendah'],
212
+ ['Tes LH urin', 'Tinggi', 'Sedang'],
213
+ ['Monitor kesuburan digital', 'Sangat tinggi', 'Tinggi'],
214
+ ['USG folikel', 'Maksimal', 'Klinis'],
215
+ ],
216
+ },
217
+ {
218
+ type: 'glossary',
219
+ items: [
220
+ {
221
+ term: 'Ovulasi',
222
+ definition: 'Pelepasan sel telur yang matang dari folikel ovarium, dipicu oleh lonjakan hormon luteinizing (LH). Terjadi sekali per siklus.',
223
+ },
224
+ {
225
+ term: 'Jendela subur',
226
+ definition: 'Periode dengan probabilitas pembuahan tertinggi, yang mencakup 5 hari sebelum ovulasi ditambah hari ovulasi.',
227
+ },
228
+ {
229
+ term: 'Lendir serviks',
230
+ definition: 'Sekresi dari leher rahim yang teksturnya bervariasi sepanjang siklus. Pada hari subur menjadi bening dan elastis, memudahkan jalannya sperma.',
231
+ },
232
+ {
233
+ term: 'Suhu basal tubuh',
234
+ definition: 'Suhu tubuh saat istirahat total, diukur saat bangun tidur sebelum aktivitas apa pun. Meningkat sedikit (0,2–0,4 °C) setelah ovulasi karena efek progesteron.',
235
+ },
236
+ ],
237
+ },
238
+ ],
239
+ faqTitle: "Pertanyaan umum",
240
+ faq,
241
+ bibliographyTitle: "Referensi",
242
+ bibliography: [
243
+ {
244
+ name: 'WHO - Keluarga berencana',
245
+ url: 'https://www.who.int/health-topics/family-planning-contraception',
246
+ },
247
+ {
248
+ name: 'American College of Obstetricians and Gynecologists - Fertility Awareness',
249
+ url: 'https://www.acog.org/womens-health/faqs/fertility-awareness-based-methods-of-family-planning',
250
+ },
251
+ {
252
+ name: 'Indonesian Society of Obstetrics and Gynecology',
253
+ url: 'https://pogiorid.org',
254
+ },
255
+ {
256
+ name: 'Wilcox AJ et al. - Timing of Sexual Intercourse in Relation to Ovulation (NEJM, 1995)',
257
+ url: 'https://www.nejm.org/doi/10.1056/NEJM199512073332301',
258
+ },
259
+ ],
260
+ howTo,
261
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
262
+ };