@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,245 @@
1
+ import type { BabyPercentileCalculatorLocaleContent } from '../index';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+
4
+ const slug = 'kalkulator-siatek-centylowych-niemowlat';
5
+ const title = 'Kalkulator Siatek Centylowych WHO dla Niemowląt';
6
+ const description = 'Oblicz centyl wagi, wzrostu i BMI swojego dziecka zgodnie z tabelami WHO (0-5 lat).';
7
+ const faq = [
8
+ {
9
+ question: 'Co oznacza 50. centyl?',
10
+ answer: '50. centyl wskazuje, że dziecko znajduje się dokładnie w medianie, co oznacza, że połowa dzieci w tym samym wieku i tej samej płci waży lub mierzy więcej, a druga połowa mniej. Nie oznacza to wartości idealnej, lecz wartość środkową rozkładu.',
11
+ },
12
+ {
13
+ question: 'Czy niski centyl jest sygnałem problemu?',
14
+ answer: 'Niekoniecznie. Niski centyl (np. P10) może być całkowicie normalny, jeśli utrzymuje się na stabilnym poziomie w czasie. Ważny jest trend wzrostu, a nie pojedyncza wartość. Zawsze konsultuj się z pediatrą.',
15
+ },
16
+ {
17
+ question: 'Z jakich siatek wzrostu korzysta ten kalkulator?',
18
+ answer: 'Ten kalkulator wykorzystuje standardy wzrostu Światowej Organizacji Zdrowia (WHO) dla dzieci w wieku 0-5 lat, oparte na badaniu Multicentre Growth Reference Study (MGRS).',
19
+ },
20
+ {
21
+ question: 'Co to jest BMI u niemowląt?',
22
+ answer: 'Wskaźnik masy ciała (BMI) u niemowląt to stosunek masy ciała do kwadratu wzrostu. Siatki centylowe BMI dla niemowląt różnią się od tych dla dorosłych i muszą być interpretowane przy użyciu tabel specyficznych dla wieku i płci.',
23
+ },
24
+ {
25
+ question: 'Jak często należy mierzyć dziecko?',
26
+ answer: 'W pierwszych miesiącach pediatra zazwyczaj kontroluje wzrost podczas każdej wizyty. W domu możesz zapisywać wagę i wzrost co miesiąc, aby obserwować trend wzrostowy.',
27
+ },
28
+ ];
29
+ const howTo = [
30
+ {
31
+ name: 'Wybierz płeć dziecka',
32
+ text: 'Wybierz chłopca lub dziewczynkę, aby zastosować odpowiednie tabele WHO.',
33
+ },
34
+ {
35
+ name: 'Wprowadź wiek',
36
+ text: 'Użyj suwaka lub strzałek, aby wskazać wiek w miesiącach (0-60 miesięcy).',
37
+ },
38
+ {
39
+ name: 'Wprowadź wagę i wzrost',
40
+ text: 'Wpisz wagę w kilogramach i wzrost w centymetrach.',
41
+ },
42
+ {
43
+ name: 'Sprawdź centyle',
44
+ text: 'Centyle wagi, wzrostu i BMI są obliczane automatycznie zgodnie z tabelami WHO.',
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
+
58
+ const howToSchema: WithContext<HowTo> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'HowTo',
61
+ name: title,
62
+ description,
63
+ step: howTo.map((step) => ({
64
+ '@type': 'HowToStep',
65
+ name: step.name,
66
+ text: step.text,
67
+ })),
68
+ };
69
+
70
+ const appSchema: WithContext<WithContext<SoftwareApplication>> = {
71
+ '@context': 'https://schema.org',
72
+ '@type': 'SoftwareApplication',
73
+ name: title,
74
+ description,
75
+ applicationCategory: 'UtilitiesApplication',
76
+ operatingSystem: 'Web',
77
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
78
+ inLanguage: 'pl',
79
+ };
80
+
81
+ export const content: BabyPercentileCalculatorLocaleContent = {
82
+ slug,
83
+ title,
84
+ description,
85
+ ui: {
86
+ labelMeasurements: 'Dane pomiarowe',
87
+ labelSex: 'Płeć dziecka',
88
+ sexBoy: 'Chłopiec',
89
+ sexGirl: 'Dziewczynka',
90
+ unitMonths: 'Tylko miesiące',
91
+ unitYearsMonths: 'Lata + miesiące',
92
+ labelWeight: 'Waga (kg)',
93
+ labelHeight: 'Wzrost (cm)',
94
+ btnAddHistory: 'Dodaj do mojej historii',
95
+ btnClearHistory: 'Wyczyść dane',
96
+ labelDashboard: 'Panel wzrostu',
97
+ labelWeight2: 'Waga',
98
+ labelHeight2: 'Wzrost',
99
+ labelBMI: 'BMI',
100
+ labelCalculating: 'Obliczanie...',
101
+ disclaimer: 'Centyle są jedynie narzędziem statystycznym. Zawsze konsultuj się z pediatrą w celu interpretacji wyników.',
102
+ labelLowRange: 'Zakres niski',
103
+ labelLowNormal: 'Norma niska',
104
+ labelNormal: 'Norma',
105
+ labelHighNormal: 'Norma wysoka',
106
+ labelHighRange: 'Zakres wysoki',
107
+ alertOutOfRange: 'Wartość poza zakresem P3-P97. Skonsultuj się z pediatrą.',
108
+ labelMonths: 'Miesiące',
109
+ labelYears: 'Lata',
110
+ faqTitle: 'Często zadawane pytania',
111
+ bibliographyTitle: 'Źródła',
112
+ },
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Kalkulator Siatek Centylowych WHO: Przewodnik po zrozumieniu wzrostu Twojego dziecka',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'summary',
121
+ title: '5 kluczy do interpretacji centyli Twojego dziecka',
122
+ items: [
123
+ 'Żaden pojedynczy centyl nie określa stanu zdrowia dziecka: ważny jest trend w czasie.',
124
+ 'Centyle między P3 a P97 są uważane za mieszczące się w statystycznej normie.',
125
+ 'BMI u niemowląt ma własne krzywe i nie należy go porównywać z wartościami referencyjnymi dla dorosłych.',
126
+ 'Krzywe WHO opierają się na dzieciach wychowanych w optymalnych warunkach, w tym wyłącznym karmieniu piersią w pierwszych miesiącach.',
127
+ 'Zawsze udostępniaj zapisy wzrostu pediatrze w celu właściwej interpretacji klinicznej.',
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Jak prawidłowo mierzyć dziecko',
133
+ level: 3,
134
+ },
135
+ {
136
+ type: 'list',
137
+ items: [
138
+ 'Waż dziecko bez ubrań i w miarę możliwości zawsze na tej samej wadze.',
139
+ 'Mierz długość w pozycji poziomej do 24. miesiąca życia.',
140
+ 'Od 2. roku życia mierz wzrost w pozycji pionowej.',
141
+ 'Dokonuj pomiarów o tej samej porze dnia dla większej spójności.',
142
+ ],
143
+ },
144
+ {
145
+ type: 'tip',
146
+ html: 'Centyl poniżej P3 nie oznacza automatycznie problemu zdrowotnego. Najważniejsze jest obserwowanie, czy krzywa wzrostu utrzymuje swój trend w czasie.',
147
+ },
148
+ {
149
+ type: 'title',
150
+ text: 'Interpretacja centyli',
151
+ level: 3,
152
+ },
153
+ {
154
+ type: 'table',
155
+ headers: ['Centyl', 'Interpretacja', 'Zalecane działanie'],
156
+ rows: [
157
+ ['P97 lub powyżej', 'Zakres wysoki', 'Omówienie z pediatrą podczas następnej wizyty'],
158
+ ['P85 do P97', 'Norma wysoka', 'Normalna kontrola'],
159
+ ['P15 do P85', 'Norma', 'Brak konieczności specjalnych działań'],
160
+ ['P3 do P15', 'Norma niska', 'Normalna kontrola'],
161
+ ['P3 lub poniżej', 'Zakres niski', 'Konsultacja z pediatrą'],
162
+ ],
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'Krzywe WHO vs Orbegozo',
167
+ level: 3,
168
+ },
169
+ {
170
+ type: 'comparative',
171
+ columns: 2,
172
+ items: [
173
+ {
174
+ title: 'Krzywe WHO',
175
+ description: 'Międzynarodowy standard oparty na dzieciach z 6 krajów wychowanych w optymalnych warunkach.',
176
+ points: [
177
+ 'Zwalidowany międzynarodowy standard',
178
+ 'Oparty na dzieciach z 6 krajów i optymalnych warunkach',
179
+ 'Aktualny i wsparty naukowo',
180
+ 'Może nie odzwierciedlać lokalnych różnic genetycznych',
181
+ ],
182
+ },
183
+ {
184
+ title: 'Krzywe Orbegozo',
185
+ description: 'Krzywe dostosowane do populacji hiszpańskiej, szeroko stosowane w poprzednich dekadach.',
186
+ points: [
187
+ 'Dostosowane do populacji hiszpańskiej',
188
+ 'Szeroko stosowane w Hiszpanii w poprzednich dekadach',
189
+ 'Oparte na starszej populacji referencyjnej',
190
+ 'Mniejsze uznanie międzynarodowe',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'stats',
197
+ columns: 3,
198
+ items: [
199
+ { value: 'WHO 0-5 lat', label: 'Standard referencyjny' },
200
+ { value: 'Krzywa trendu', label: 'Kluczowa zmienna' },
201
+ { value: 'Parametry LMS', label: 'Precyzja techniczna' },
202
+ ],
203
+ },
204
+ {
205
+ type: 'glossary',
206
+ items: [
207
+ {
208
+ term: 'Z-Score',
209
+ definition: 'Liczba odchyleń standardowych, o jaką wartość oddala się od średniej populacji referencyjnej. Z-Score równy 0 odpowiada 50. centylowi.',
210
+ },
211
+ {
212
+ term: 'Harmonia',
213
+ definition: 'Odpowiednia proporcja między wagą a wzrostem. Dziecko może mieć niski centyl wagi, ale być harmonijne, jeśli jego wzrost jest proporcjonalnie równie niski.',
214
+ },
215
+ {
216
+ term: 'Antropometria',
217
+ definition: 'Zbiór pomiarów ciała (waga, wzrost, obwód głowy, BMI) służących do oceny wzrostu i stanu odżywienia.',
218
+ },
219
+ {
220
+ term: 'Parametry LMS',
221
+ definition: 'Metoda statystyczna (L=Box-Cox, M=mediana, S=współczynnik zmienności) stosowana przez WHO do konstrukcji tabel centylowych i przekształcania każdego pomiaru w Z-Score.',
222
+ },
223
+ ],
224
+ },
225
+ ],
226
+ faqTitle: "Często zadawane pytania",
227
+ faq,
228
+ bibliographyTitle: "Źródła",
229
+ bibliography: [
230
+ {
231
+ name: 'WHO Child Growth Standards: Methods and development',
232
+ url: 'https://www.who.int/publications/i/item/924154693X',
233
+ },
234
+ {
235
+ name: 'WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age',
236
+ url: 'https://www.who.int/tools/child-growth-standards/standards',
237
+ },
238
+ {
239
+ name: 'Comparison of the WHO Child Growth Standards and the CDC 2000 Growth Charts - de Onis M et al.',
240
+ url: 'https://doi.org/10.1093/jn/137.1.144S',
241
+ },
242
+ ],
243
+ howTo,
244
+ schemas: [faqSchema as any, howToSchema as any, appSchema as any],
245
+ };
@@ -0,0 +1,245 @@
1
+ import type { BabyPercentileCalculatorLocaleContent } from '../index';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+
4
+ const slug = 'calculadora-percentil-bebe';
5
+ const title = 'Calculadora de Percentis OMS para Bebés';
6
+ const description = 'Calcule o percentil de peso, comprimento e IMC do seu bebé de acordo com as tabelas da OMS (0-5 anos).';
7
+ const faq = [
8
+ {
9
+ question: 'O que significa o percentil 50?',
10
+ answer: 'O percentil 50 indica que o bebé se encontra exatamente na mediana, ou seja, metade dos bebés da mesma idade e sexo pesam ou medem mais, e a outra metade menos. Não significa que seja o valor ideal, mas sim o valore central da distribuição.',
11
+ },
12
+ {
13
+ question: 'Um percentil baixo é sinal de problema?',
14
+ answer: 'Não necessariamente. Um percentil baixo (por exemplo, P10) pode ser perfeitamente normal se se mantiver estável ao longo do tempo. O importante é a tendência de crescimento, não um valor isolado. Consulte sempre o seu pediatra.',
15
+ },
16
+ {
17
+ question: 'Que tabelas de crescimento utiliza esta calculadora?',
18
+ answer: 'Esta calculadora utiliza os padrões de crescimento da Organização Mundial da Saúde (OMS) para crianças de 0 a 5 anos, baseados no Multicentre Growth Reference Study (MGRS).',
19
+ },
20
+ {
21
+ question: 'O que é o IMC em bebés?',
22
+ answer: 'O Índice de Massa Corporal (IMC) em bebés é a relação entre o peso e o comprimento ao quadrado. Os percentis de IMC para bebés diferem dos dos adultos e devem ser interpretados com as tabelas específicas para cada idade e sexo.',
23
+ },
24
+ {
25
+ question: 'Com que frequência devo medir o meu bebé?',
26
+ answer: 'Nos primeiros meses, o pediatra costuma controlar o crescimento em cada consulta. Em casa pode registar o peso e o comprimento mensalmente para observar a tendência de crescimento.',
27
+ },
28
+ ];
29
+ const howTo = [
30
+ {
31
+ name: 'Selecione o sexo do bebé',
32
+ text: 'Escolha entre menino ou menina para aplicar as tabelas OMS correspondentes.',
33
+ },
34
+ {
35
+ name: 'Introduza a idade',
36
+ text: 'Use o seletor ou as setas para indicar a idade em meses (0-60 meses).',
37
+ },
38
+ {
39
+ name: 'Introduza peso e comprimento',
40
+ text: 'Escreva o peso em quilogramas e o comprimento em centímetros.',
41
+ },
42
+ {
43
+ name: 'Consulte os percentis',
44
+ text: 'Os percentis de peso, comprimento e IMC são calculados automaticamente segundo as tabelas OMS.',
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
+
58
+ const howToSchema: WithContext<HowTo> = {
59
+ '@context': 'https://schema.org',
60
+ '@type': 'HowTo',
61
+ name: title,
62
+ description,
63
+ step: howTo.map((step) => ({
64
+ '@type': 'HowToStep',
65
+ name: step.name,
66
+ text: step.text,
67
+ })),
68
+ };
69
+
70
+ const appSchema: WithContext<WithContext<SoftwareApplication>> = {
71
+ '@context': 'https://schema.org',
72
+ '@type': 'SoftwareApplication',
73
+ name: title,
74
+ description,
75
+ applicationCategory: 'UtilitiesApplication',
76
+ operatingSystem: 'Web',
77
+ offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
78
+ inLanguage: 'pt',
79
+ };
80
+
81
+ export const content: BabyPercentileCalculatorLocaleContent = {
82
+ slug,
83
+ title,
84
+ description,
85
+ ui: {
86
+ labelMeasurements: 'Dados da Medição',
87
+ labelSex: 'Sexo do bebé',
88
+ sexBoy: 'Menino',
89
+ sexGirl: 'Menina',
90
+ unitMonths: 'Apenas meses',
91
+ unitYearsMonths: 'Anos + meses',
92
+ labelWeight: 'Peso (kg)',
93
+ labelHeight: 'Comprimento (cm)',
94
+ btnAddHistory: 'Adicionar ao meu histórico',
95
+ btnClearHistory: 'Limpar dados',
96
+ labelDashboard: 'Dashboard de Crescimento',
97
+ labelWeight2: 'Peso',
98
+ labelHeight2: 'Comprimento',
99
+ labelBMI: 'IMC',
100
+ labelCalculating: 'A calcular...',
101
+ disclaimer: 'Os percentis são apenas uma ferramenta estatística. Consulte sempre o seu pediatra para interpretar os resultados.',
102
+ labelLowRange: 'Intervalo baixo',
103
+ labelLowNormal: 'Habitual baixo',
104
+ labelNormal: 'Normalidade',
105
+ labelHighNormal: 'Habitual alto',
106
+ labelHighRange: 'Intervalo alto',
107
+ alertOutOfRange: 'Valor fora dos intervalos P3-P97. Consulte o seu pediatra.',
108
+ labelMonths: 'Meses',
109
+ labelYears: 'Anos',
110
+ faqTitle: 'Perguntas frequentes',
111
+ bibliographyTitle: 'Referências',
112
+ },
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'Calculadora de Percentis OMS: Guia para entender o crescimento do seu bebé',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'summary',
121
+ title: '5 chaves para interpretar os percentis do seu bebé',
122
+ items: [
123
+ 'Nenhum percentil isolado define a saúde do seu bebé: o importante é a tendência ao longo do tempo.',
124
+ 'Os percentis entre P3 e P97 são considerados dentro do intervalo de normalidade estatística.',
125
+ 'O IMC em bebés segue curvas próprias e não deve ser comparado com os valores de referência para adultos.',
126
+ 'As curvas OMS baseiam-se em bebés criados em condições ótimas, incluindo amamentação exclusiva durante os primeiros meses.',
127
+ 'Partilhe sempre os registos de crescimento com o seu pediatra para uma interpretação clínica adequada.',
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Como medir corretamente o seu bebé',
133
+ level: 3,
134
+ },
135
+ {
136
+ type: 'list',
137
+ items: [
138
+ 'Pese o bebé sem roupa e, se possível, sempre na mesma balança.',
139
+ 'Meça o comprimento em posição horizontal até aos 24 meses.',
140
+ 'A partir dos 2 anos, meça a altura em posição vertical.',
141
+ 'Realize as medições à mesma hora do dia para maior consistência.',
142
+ ],
143
+ },
144
+ {
145
+ type: 'tip',
146
+ html: 'Un percentil abaixo de P3 não implica automaticamente um problema de saúde. O mais importante é observar se a curva de crescimento mantém a sua tendência ao longo do tempo.',
147
+ },
148
+ {
149
+ type: 'title',
150
+ text: 'Interpretação dos percentis',
151
+ level: 3,
152
+ },
153
+ {
154
+ type: 'table',
155
+ headers: ['Percentil', 'Interpretação', 'Ação recomendada'],
156
+ rows: [
157
+ ['P97 ou superior', 'Intervalo alto', 'Comentar com o pediatra na próxima consulta'],
158
+ ['P85 a P97', 'Habitual alto', 'Acompanhamento normal'],
159
+ ['P15 a P85', 'Normalidade', 'Nenhuma ação especial necessária'],
160
+ ['P3 a P15', 'Habitual baixo', 'Acompanhamento normal'],
161
+ ['P3 ou inferior', 'Intervalo baixo', 'Consultar o pediatra'],
162
+ ],
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'OMS vs Curvas de Orbegozo',
167
+ level: 3,
168
+ },
169
+ {
170
+ type: 'comparative',
171
+ columns: 2,
172
+ items: [
173
+ {
174
+ title: 'Curvas OMS',
175
+ description: 'Padrão internacional baseado em bebés de 6 países criados em condições ótimas.',
176
+ points: [
177
+ 'Padrão internacional validado',
178
+ 'Baseado em bebés de 6 países e condições ótimas',
179
+ 'Actualizadas e com suporte científico atual',
180
+ 'Pode não refletir variações genéticas locais',
181
+ ],
182
+ },
183
+ {
184
+ title: 'Curvas de Orbegozo',
185
+ description: 'Curvas adaptadas à população espanhola, muito usadas em décadas anteriores.',
186
+ points: [
187
+ 'Adaptadas à população espanhola',
188
+ 'Muito usadas em Espanha em décadas anteriores',
189
+ 'Baseadas em população de referência mais antiga',
190
+ 'Menor adoção internacional',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'stats',
197
+ columns: 3,
198
+ items: [
199
+ { value: 'OMS 0-5 anos', label: 'Padrão de referência' },
200
+ { value: 'Curva de tendência', label: 'Variável chave' },
201
+ { value: 'Parâmetros LMS', label: 'Precisão técnica' },
202
+ ],
203
+ },
204
+ {
205
+ type: 'glossary',
206
+ items: [
207
+ {
208
+ term: 'Z-Score',
209
+ definition: 'Número de desvios padrão que um valor se afasta da média da população de referência. Um Z-Score de 0 equivale ao percentil 50.',
210
+ },
211
+ {
212
+ term: 'Harmonia',
213
+ definition: 'Proporção adequada entre peso e comprimento. Um bebé pode ter um percentil baixo de peso mas ser harmónico se o seu comprimento também for baixo na mesma proporção.',
214
+ },
215
+ {
216
+ term: 'Antropometria',
217
+ definition: 'Conjunto de medições corporais (peso, comprimento, perímetro cefálico, IMC) utilizadas para avaliar o crescimento e estado nutricional.',
218
+ },
219
+ {
220
+ term: 'Parâmetros LMS',
221
+ definition: 'Método estatístico (L=Box-Cox, M=mediana, S=coeficiente de variação) utilizado pela OMS para construir as tabelas de percentis e transformar qualquer medição num Z-Score.',
222
+ },
223
+ ],
224
+ },
225
+ ],
226
+ faqTitle: "Perguntas frequentes",
227
+ faq,
228
+ bibliographyTitle: "Referências",
229
+ bibliography: [
230
+ {
231
+ name: 'WHO Child Growth Standards: Methods and development',
232
+ url: 'https://www.who.int/publications/i/item/924154693X',
233
+ },
234
+ {
235
+ name: 'WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age',
236
+ url: 'https://www.who.int/tools/child-growth-standards/standards',
237
+ },
238
+ {
239
+ name: 'Comparison of the WHO Child Growth Standards and the CDC 2000 Growth Charts - de Onis M et al.',
240
+ url: 'https://doi.org/10.1093/jn/137.1.144S',
241
+ },
242
+ ],
243
+ howTo,
244
+ schemas: [faqSchema as any, howToSchema as any, appSchema as any],
245
+ };