@jjlmoya/utils-babies 1.5.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 (115) 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/component.astro +40 -40
  24. package/src/tool/baby-feeding-calculator/i18n/de.ts +162 -0
  25. package/src/tool/baby-feeding-calculator/i18n/id.ts +162 -0
  26. package/src/tool/baby-feeding-calculator/i18n/it.ts +162 -0
  27. package/src/tool/baby-feeding-calculator/i18n/ja.ts +162 -0
  28. package/src/tool/baby-feeding-calculator/i18n/ko.ts +162 -0
  29. package/src/tool/baby-feeding-calculator/i18n/nl.ts +162 -0
  30. package/src/tool/baby-feeding-calculator/i18n/pl.ts +162 -0
  31. package/src/tool/baby-feeding-calculator/i18n/pt.ts +162 -0
  32. package/src/tool/baby-feeding-calculator/i18n/ru.ts +162 -0
  33. package/src/tool/baby-feeding-calculator/i18n/sv.ts +162 -0
  34. package/src/tool/baby-feeding-calculator/i18n/tr.ts +162 -0
  35. package/src/tool/baby-feeding-calculator/i18n/zh.ts +162 -0
  36. package/src/tool/baby-feeding-calculator/index.ts +12 -0
  37. package/src/tool/baby-percentile-calculator/component.astro +38 -38
  38. package/src/tool/baby-percentile-calculator/i18n/de.ts +245 -0
  39. package/src/tool/baby-percentile-calculator/i18n/id.ts +245 -0
  40. package/src/tool/baby-percentile-calculator/i18n/it.ts +245 -0
  41. package/src/tool/baby-percentile-calculator/i18n/ja.ts +245 -0
  42. package/src/tool/baby-percentile-calculator/i18n/ko.ts +245 -0
  43. package/src/tool/baby-percentile-calculator/i18n/nl.ts +245 -0
  44. package/src/tool/baby-percentile-calculator/i18n/pl.ts +245 -0
  45. package/src/tool/baby-percentile-calculator/i18n/pt.ts +245 -0
  46. package/src/tool/baby-percentile-calculator/i18n/ru.ts +245 -0
  47. package/src/tool/baby-percentile-calculator/i18n/sv.ts +245 -0
  48. package/src/tool/baby-percentile-calculator/i18n/tr.ts +245 -0
  49. package/src/tool/baby-percentile-calculator/i18n/zh.ts +245 -0
  50. package/src/tool/baby-percentile-calculator/index.ts +12 -0
  51. package/src/tool/baby-size-converter/component.astro +42 -42
  52. package/src/tool/baby-size-converter/i18n/de.ts +203 -0
  53. package/src/tool/baby-size-converter/i18n/fr.ts +1 -1
  54. package/src/tool/baby-size-converter/i18n/id.ts +203 -0
  55. package/src/tool/baby-size-converter/i18n/it.ts +203 -0
  56. package/src/tool/baby-size-converter/i18n/ja.ts +203 -0
  57. package/src/tool/baby-size-converter/i18n/ko.ts +203 -0
  58. package/src/tool/baby-size-converter/i18n/nl.ts +203 -0
  59. package/src/tool/baby-size-converter/i18n/pl.ts +203 -0
  60. package/src/tool/baby-size-converter/i18n/pt.ts +203 -0
  61. package/src/tool/baby-size-converter/i18n/ru.ts +203 -0
  62. package/src/tool/baby-size-converter/i18n/sv.ts +203 -0
  63. package/src/tool/baby-size-converter/i18n/tr.ts +203 -0
  64. package/src/tool/baby-size-converter/i18n/zh.ts +203 -0
  65. package/src/tool/baby-size-converter/index.ts +12 -0
  66. package/src/tool/fertile-days-estimator/component.astro +14 -9
  67. package/src/tool/fertile-days-estimator/i18n/de.ts +262 -0
  68. package/src/tool/fertile-days-estimator/i18n/id.ts +262 -0
  69. package/src/tool/fertile-days-estimator/i18n/it.ts +262 -0
  70. package/src/tool/fertile-days-estimator/i18n/ja.ts +262 -0
  71. package/src/tool/fertile-days-estimator/i18n/ko.ts +262 -0
  72. package/src/tool/fertile-days-estimator/i18n/nl.ts +262 -0
  73. package/src/tool/fertile-days-estimator/i18n/pl.ts +262 -0
  74. package/src/tool/fertile-days-estimator/i18n/pt.ts +262 -0
  75. package/src/tool/fertile-days-estimator/i18n/ru.ts +262 -0
  76. package/src/tool/fertile-days-estimator/i18n/sv.ts +262 -0
  77. package/src/tool/fertile-days-estimator/i18n/tr.ts +262 -0
  78. package/src/tool/fertile-days-estimator/i18n/zh.ts +262 -0
  79. package/src/tool/fertile-days-estimator/index.ts +12 -0
  80. package/src/tool/pregnancy-calculator/component.astro +55 -48
  81. package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
  82. package/src/tool/pregnancy-calculator/i18n/en.ts +140 -0
  83. package/src/tool/pregnancy-calculator/i18n/es.ts +143 -3
  84. package/src/tool/pregnancy-calculator/i18n/fr.ts +143 -3
  85. package/src/tool/pregnancy-calculator/i18n/id.ts +467 -0
  86. package/src/tool/pregnancy-calculator/i18n/it.ts +467 -0
  87. package/src/tool/pregnancy-calculator/i18n/ja.ts +467 -0
  88. package/src/tool/pregnancy-calculator/i18n/ko.ts +467 -0
  89. package/src/tool/pregnancy-calculator/i18n/nl.ts +467 -0
  90. package/src/tool/pregnancy-calculator/i18n/pl.ts +467 -0
  91. package/src/tool/pregnancy-calculator/i18n/pt.ts +467 -0
  92. package/src/tool/pregnancy-calculator/i18n/ru.ts +467 -0
  93. package/src/tool/pregnancy-calculator/i18n/sv.ts +467 -0
  94. package/src/tool/pregnancy-calculator/i18n/tr.ts +467 -0
  95. package/src/tool/pregnancy-calculator/i18n/zh.ts +467 -0
  96. package/src/tool/pregnancy-calculator/index.ts +37 -1
  97. package/src/tool/pregnancy-calculator/milestones.ts +2 -146
  98. package/src/tool/vaccination-calendar/component.astro +26 -24
  99. package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
  100. package/src/tool/vaccination-calendar/i18n/en.ts +20 -0
  101. package/src/tool/vaccination-calendar/i18n/es.ts +20 -0
  102. package/src/tool/vaccination-calendar/i18n/fr.ts +99 -75
  103. package/src/tool/vaccination-calendar/i18n/id.ts +194 -0
  104. package/src/tool/vaccination-calendar/i18n/it.ts +194 -0
  105. package/src/tool/vaccination-calendar/i18n/ja.ts +194 -0
  106. package/src/tool/vaccination-calendar/i18n/ko.ts +194 -0
  107. package/src/tool/vaccination-calendar/i18n/nl.ts +194 -0
  108. package/src/tool/vaccination-calendar/i18n/pl.ts +194 -0
  109. package/src/tool/vaccination-calendar/i18n/pt.ts +194 -0
  110. package/src/tool/vaccination-calendar/i18n/ru.ts +194 -0
  111. package/src/tool/vaccination-calendar/i18n/sv.ts +194 -0
  112. package/src/tool/vaccination-calendar/i18n/tr.ts +194 -0
  113. package/src/tool/vaccination-calendar/i18n/zh.ts +194 -0
  114. package/src/tool/vaccination-calendar/index.ts +33 -1
  115. package/src/tool/vaccination-calendar/logic.ts +39 -13
@@ -245,7 +245,7 @@ const { ui } = Astro.props;
245
245
  </script>
246
246
 
247
247
  <style>
248
- .bpc-card {
248
+ :global(.bpc-card) {
249
249
  background: #fff;
250
250
  border: 1px solid #e2e8f0;
251
251
  border-radius: 32px;
@@ -257,11 +257,11 @@ const { ui } = Astro.props;
257
257
  border-top: 8px solid #0ea5e9;
258
258
  }
259
259
 
260
- .bpc-card:not(.bpc-boy) {
260
+ :global(.bpc-card:not(.bpc-boy)) {
261
261
  border-top-color: #0d9488;
262
262
  }
263
263
 
264
- :global(.theme-dark) .bpc-card {
264
+ :global(.theme-dark .bpc-card) {
265
265
  background: #0f172a;
266
266
  border-color: #1e293b;
267
267
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
@@ -278,17 +278,17 @@ const { ui } = Astro.props;
278
278
  border-right: 1px solid #e2e8f0;
279
279
  }
280
280
 
281
- :global(.theme-dark) .bpc-left {
281
+ :global(.theme-dark .bpc-left) {
282
282
  background: #1e293b;
283
283
  border-right-color: #334155;
284
284
  }
285
285
 
286
- .bpc-right {
286
+ :global(.bpc-right) {
287
287
  background: #fff;
288
288
  padding: 40px;
289
289
  }
290
290
 
291
- :global(.theme-dark) .bpc-right {
291
+ :global(.theme-dark .bpc-right) {
292
292
  background: #0f172a;
293
293
  }
294
294
 
@@ -302,15 +302,15 @@ const { ui } = Astro.props;
302
302
  margin-bottom: 32px;
303
303
  }
304
304
 
305
- :global(.theme-dark) .bpc-section-marker {
305
+ :global(.theme-dark .bpc-section-marker) {
306
306
  color: #94a3b8;
307
307
  }
308
308
 
309
- .bpc-input-group {
309
+ :global(.bpc-input-group) {
310
310
  margin-bottom: 24px;
311
311
  }
312
312
 
313
- .bpc-input-label {
313
+ :global(.bpc-input-label) {
314
314
  display: block;
315
315
  font-size: 0.95rem;
316
316
  font-weight: 700;
@@ -318,7 +318,7 @@ const { ui } = Astro.props;
318
318
  margin-bottom: 12px;
319
319
  }
320
320
 
321
- :global(.theme-dark) .bpc-input-label {
321
+ :global(.theme-dark .bpc-input-label) {
322
322
  color: #f8fafc;
323
323
  }
324
324
 
@@ -330,11 +330,11 @@ const { ui } = Astro.props;
330
330
  border-radius: 14px;
331
331
  }
332
332
 
333
- :global(.theme-dark) .bpc-sex-selector {
333
+ :global(.theme-dark .bpc-sex-selector) {
334
334
  background: #334155;
335
335
  }
336
336
 
337
- .bpc-sex-btn {
337
+ :global(.bpc-sex-btn) {
338
338
  flex: 1;
339
339
  padding: 12px;
340
340
  border: none;
@@ -347,35 +347,35 @@ const { ui } = Astro.props;
347
347
  transition: all 0.2s ease;
348
348
  }
349
349
 
350
- .bpc-sex-btn.bpc-active {
350
+ :global(.bpc-sex-btn.bpc-active) {
351
351
  background: #fff;
352
352
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
353
353
  }
354
354
 
355
- :global(.theme-dark) .bpc-sex-btn.bpc-active {
355
+ :global(.theme-dark .bpc-sex-btn.bpc-active) {
356
356
  background: #0f172a;
357
357
  }
358
358
 
359
- .bpc-boy .bpc-sex-btn[data-sex="boy"].bpc-active {
359
+ :global(.bpc-boy .bpc-sex-btn[data-sex="boy"].bpc-active) {
360
360
  color: #0ea5e9;
361
361
  }
362
362
 
363
- .bpc-card:not(.bpc-boy) .bpc-sex-btn[data-sex="girl"].bpc-active {
363
+ :global(.bpc-card:not(.bpc-boy) .bpc-sex-btn[data-sex="girl"].bpc-active) {
364
364
  color: #0d9488;
365
365
  }
366
366
 
367
- .bpc-unit-nav {
367
+ :global(.bpc-unit-nav) {
368
368
  display: flex;
369
369
  background: #f1f5f9;
370
370
  padding: 6px;
371
371
  border-radius: 14px;
372
372
  }
373
373
 
374
- :global(.theme-dark) .bpc-unit-nav {
374
+ :global(.theme-dark .bpc-unit-nav) {
375
375
  background: #334155;
376
376
  }
377
377
 
378
- .bpc-unit-tab {
378
+ :global(.bpc-unit-tab) {
379
379
  flex: 1;
380
380
  padding: 10px;
381
381
  border: none;
@@ -388,17 +388,17 @@ const { ui } = Astro.props;
388
388
  transition: all 0.2s ease;
389
389
  }
390
390
 
391
- .bpc-unit-tab.bpc-active {
391
+ :global(.bpc-unit-tab.bpc-active) {
392
392
  background: #fff;
393
393
  color: #0d9488;
394
394
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
395
395
  }
396
396
 
397
- .bpc-boy .bpc-unit-tab.bpc-active {
397
+ :global(.bpc-boy .bpc-unit-tab.bpc-active) {
398
398
  color: #0ea5e9;
399
399
  }
400
400
 
401
- :global(.theme-dark) .bpc-unit-tab.bpc-active {
401
+ :global(.theme-dark .bpc-unit-tab.bpc-active) {
402
402
  background: #0f172a;
403
403
  }
404
404
 
@@ -413,12 +413,12 @@ const { ui } = Astro.props;
413
413
  margin-bottom: 12px;
414
414
  }
415
415
 
416
- :global(.theme-dark) .bpc-stepper-box {
416
+ :global(.theme-dark .bpc-stepper-box) {
417
417
  background: #334155;
418
418
  border-color: #475569;
419
419
  }
420
420
 
421
- .bpc-btn-step {
421
+ :global(.bpc-btn-step) {
422
422
  width: 44px;
423
423
  height: 44px;
424
424
  border-radius: 12px;
@@ -431,17 +431,17 @@ const { ui } = Astro.props;
431
431
  transition: all 0.2s ease;
432
432
  }
433
433
 
434
- :global(.theme-dark) .bpc-btn-step {
434
+ :global(.theme-dark .bpc-btn-step) {
435
435
  background: #0f172a;
436
436
  color: #fff;
437
437
  }
438
438
 
439
- .bpc-btn-step:hover {
439
+ :global(.bpc-btn-step:hover) {
440
440
  background: #0d9488;
441
441
  color: #fff;
442
442
  }
443
443
 
444
- .bpc-boy .bpc-btn-step:hover {
444
+ :global(.bpc-boy .bpc-btn-step:hover) {
445
445
  background: #0ea5e9;
446
446
  }
447
447
 
@@ -449,18 +449,18 @@ const { ui } = Astro.props;
449
449
  text-align: center;
450
450
  }
451
451
 
452
- .bpc-val-big {
452
+ :global(.bpc-val-big) {
453
453
  display: block;
454
454
  font-size: 2.25rem;
455
455
  font-weight: 900;
456
456
  color: #0f172a;
457
457
  }
458
458
 
459
- :global(.theme-dark) .bpc-val-big {
459
+ :global(.theme-dark .bpc-val-big) {
460
460
  color: #fff;
461
461
  }
462
462
 
463
- .bpc-val-sub {
463
+ :global(.bpc-val-sub) {
464
464
  font-size: 0.8rem;
465
465
  color: #64748b;
466
466
  font-weight: 700;
@@ -477,11 +477,11 @@ const { ui } = Astro.props;
477
477
  outline: none;
478
478
  }
479
479
 
480
- :global(.theme-dark) .bpc-slider {
480
+ :global(.theme-dark .bpc-slider) {
481
481
  background: #475569;
482
482
  }
483
483
 
484
- .bpc-slider::-webkit-slider-thumb {
484
+ :global(.bpc-slider::-webkit-slider-thumb) {
485
485
  -webkit-appearance: none;
486
486
  appearance: none;
487
487
  width: 24px;
@@ -493,18 +493,18 @@ const { ui } = Astro.props;
493
493
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.4);
494
494
  }
495
495
 
496
- .bpc-boy .bpc-slider::-webkit-slider-thumb {
496
+ :global(.bpc-boy .bpc-slider::-webkit-slider-thumb) {
497
497
  background: #0ea5e9;
498
498
  box-shadow: 0 4px 10px rgba(14, 165, 233, 0.4);
499
499
  }
500
500
 
501
- .bpc-grid-2 {
501
+ :global(.bpc-grid-2) {
502
502
  display: grid;
503
503
  grid-template-columns: 1fr 1fr;
504
504
  gap: 16px;
505
505
  }
506
506
 
507
- .bpc-num-input {
507
+ :global(.bpc-num-input) {
508
508
  width: 100%;
509
509
  padding: 16px;
510
510
  border: 2px solid #e2e8f0;
@@ -517,19 +517,19 @@ const { ui } = Astro.props;
517
517
  box-sizing: border-box;
518
518
  }
519
519
 
520
- :global(.theme-dark) .bpc-num-input {
520
+ :global(.theme-dark .bpc-num-input) {
521
521
  background: #334155;
522
522
  border-color: #475569;
523
523
  color: #fff;
524
524
  }
525
525
 
526
- .bpc-num-input:focus {
526
+ :global(.bpc-num-input:focus) {
527
527
  border-color: #0d9488;
528
528
  outline: none;
529
529
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.1);
530
530
  }
531
531
 
532
- .bpc-boy .bpc-num-input:focus {
532
+ :global(.bpc-boy .bpc-num-input:focus) {
533
533
  border-color: #0ea5e9;
534
534
  }
535
535
 
@@ -0,0 +1,245 @@
1
+ import type { BabyPercentileCalculatorLocaleContent } from '../index';
2
+ import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
3
+
4
+ const slug = 'perzentilrechner-baby';
5
+ const title = 'WHO Perzentilrechner für Babys';
6
+ const description = 'Berechnen Sie das Perzentil für Gewicht, Größe und BMI Ihres Babys anhand der WHO-Tabellen (0-5 Jahre).';
7
+ const faq = [
8
+ {
9
+ question: 'Was bedeutet das 50. Perzentil?',
10
+ answer: 'Das 50. Perzentil gibt an, dass das Baby genau im Median liegt, d. h. die Hälfte der Babys gleichen Alters und Geschlechts wiegt oder misst mehr und die andere Hälfte weniger. Es bedeutet nicht, dass dies der ideale Wert ist, sondern der zentrale Wert der Verteilung.',
11
+ },
12
+ {
13
+ question: 'Ist ein niedriges Perzentil ein Zeichen für ein Problem?',
14
+ answer: 'Nicht unbedingt. Ein niedriges Perzentil (z. B. P10) kann vollkommen normal sein, wenn es über die Zeit stabil bleibt. Wichtig ist der Wachstumstrend, nicht ein isolierter Wert. Konsultieren Sie immer Ihren Kinderarzt.',
15
+ },
16
+ {
17
+ question: 'Welche Wachstumstabellen verwendet dieser Rechner?',
18
+ answer: 'Dieser Rechner verwendet die Wachstumsstandards der Weltgesundheitsorganisation (WHO) für Kinder von 0 bis 5 Jahren, basierend auf der Multicentre Growth Reference Study (MGRS).',
19
+ },
20
+ {
21
+ question: 'Was ist der BMI bei Babys?',
22
+ answer: 'Der Body-Mass-Index (BMI) bei Babys ist das Verhältnis von Gewicht zu Quadrat der Größe. Die BMI-Perzentile für Babys unterscheiden sich von denen für Erwachsene und müssen mit den spezifischen Tabellen für jedes Alter und Geschlecht interpretiert werden.',
23
+ },
24
+ {
25
+ question: 'Wie oft sollte ich mein Baby messen?',
26
+ answer: 'In den ersten Monaten kontrolliert der Kinderarzt das Wachstum normalerweise bei jedem Besuch. Zu Hause können Sie Gewicht und Größe monatlich protokollieren, um den Wachstumstrend zu beobachten.',
27
+ },
28
+ ];
29
+ const howTo = [
30
+ {
31
+ name: 'Wählen Sie das Geschlecht des Babys',
32
+ text: 'Wählen Sie zwischen Junge oder Mädchen, um die entsprechenden WHO-Tabellen anzuwenden.',
33
+ },
34
+ {
35
+ name: 'Geben Sie das Alter ein',
36
+ text: 'Verwenden Sie den Schieberegler oder die Pfeile, um das Alter in Monaten anzugeben (0-60 Monate).',
37
+ },
38
+ {
39
+ name: 'Geben Sie Gewicht und Größe ein',
40
+ text: 'Geben Sie das Gewicht in Kilogramm und die Größe in Zentimetern ein.',
41
+ },
42
+ {
43
+ name: 'Konsultieren Sie die Perzentile',
44
+ text: 'Die Perzentile für Gewicht, Größe und BMI werden automatisch nach den WHO-Tabellen berechnet.',
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<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: 'de',
79
+ };
80
+
81
+ export const content: BabyPercentileCalculatorLocaleContent = {
82
+ slug,
83
+ title,
84
+ description,
85
+ ui: {
86
+ labelMeasurements: 'Messdaten',
87
+ labelSex: 'Geschlecht des Babys',
88
+ sexBoy: 'Junge',
89
+ sexGirl: 'Mädchen',
90
+ unitMonths: 'Nur Monate',
91
+ unitYearsMonths: 'Jahre + Monate',
92
+ labelWeight: 'Gewicht (kg)',
93
+ labelHeight: 'Größe (cm)',
94
+ btnAddHistory: 'Zu meinem Verlauf hinzufügen',
95
+ btnClearHistory: 'Daten löschen',
96
+ labelDashboard: 'Wachstums-Dashboard',
97
+ labelWeight2: 'Gewicht',
98
+ labelHeight2: 'Größe',
99
+ labelBMI: 'BMI',
100
+ labelCalculating: 'Berechnung...',
101
+ disclaimer: 'Perzentile sind nur ein statistisches Instrument. Konsultieren Sie zur Interpretation der Ergebnisse immer Ihren Kinderarzt.',
102
+ labelLowRange: 'Niedriger Bereich',
103
+ labelLowNormal: 'Niedrig normal',
104
+ labelNormal: 'Normal',
105
+ labelHighNormal: 'Hoch normal',
106
+ labelHighRange: 'Hoher Bereich',
107
+ alertOutOfRange: 'Wert außerhalb des Bereichs P3-P97. Konsultieren Sie Ihren Kinderarzt.',
108
+ labelMonths: 'Monate',
109
+ labelYears: 'Jahre',
110
+ faqTitle: 'Häufig gestellte Fragen',
111
+ bibliographyTitle: 'Referenzen',
112
+ },
113
+ seo: [
114
+ {
115
+ type: 'title',
116
+ text: 'WHO Perzentilrechner: Leitfaden zum Verständnis des Wachstums Ihres Babys',
117
+ level: 2,
118
+ },
119
+ {
120
+ type: 'summary',
121
+ title: '5 Schlüssel zur Interpretation der Perzentile Ihres Babys',
122
+ items: [
123
+ 'Kein einzelnes Perzentil definiert die Gesundheit Ihres Babys: Wichtig ist der Trend über die Zeit.',
124
+ 'Perzentile zwischen P3 und P97 gelten als innerhalb des statistischen Normalbereichs.',
125
+ 'Der BMI bei Babys folgt eigenen Kurven und sollte nicht mit Referenzwerten für Erwachsene verglichen werden.',
126
+ 'Die WHO-Kurven basieren auf Babys, die unter optimalen Bedingungen aufgewachsen sind, einschließlich ausschließlichem Stillen in den ersten Monaten.',
127
+ 'Teilen Sie Wachstumsaufzeichnungen immer mit Ihrem Kinderarzt für eine angemessene klinische Interpretation.',
128
+ ],
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'So messen Sie Ihr Baby richtig',
133
+ level: 3,
134
+ },
135
+ {
136
+ type: 'list',
137
+ items: [
138
+ 'Wiegen Sie das Baby nach Möglichkeit ohne Kleidung und immer auf derselben Waage.',
139
+ 'Messen Sie die Länge in horizontaler Position bis zum Alter von 24 Monaten.',
140
+ 'Messen Sie ab 2 Jahren die Größe in vertikaler Position.',
141
+ 'Führen Sie die Messungen zur gleichen Tageszeit durch, um eine größere Konsistenz zu gewährleisten.',
142
+ ],
143
+ },
144
+ {
145
+ type: 'tip',
146
+ html: 'Ein Perzentil unter P3 bedeutet nicht automatisch ein Gesundheitsproblem. Das Wichtigste ist zu beobachten, ob die Wachstumskurve ihren Trend über die Zeit beibehält.',
147
+ },
148
+ {
149
+ type: 'title',
150
+ text: 'Interpretation der Perzentile',
151
+ level: 3,
152
+ },
153
+ {
154
+ type: 'table',
155
+ headers: ['Perzentil', 'Interpretation', 'Empfohlene Aktion'],
156
+ rows: [
157
+ ['P97 oder höher', 'Hoher Bereich', 'Besprechen Sie dies beim nächsten Besuch mit dem Kinderarzt'],
158
+ ['P85 bis P97', 'Hoch normal', 'Normales Follow-up'],
159
+ ['P15 bis P85', 'Normal', 'Keine besondere Aktion erforderlich'],
160
+ ['P3 bis P15', 'Niedrig normal', 'Normales Follow-up'],
161
+ ['P3 oder niedriger', 'Niedriger Bereich', 'Konsultieren Sie den Kinderarzt'],
162
+ ],
163
+ },
164
+ {
165
+ type: 'title',
166
+ text: 'WHO vs. Orbegozo Kurven',
167
+ level: 3,
168
+ },
169
+ {
170
+ type: 'comparative',
171
+ columns: 2,
172
+ items: [
173
+ {
174
+ title: 'WHO Kurven',
175
+ description: 'Internationaler Standard basierend auf Babys aus 6 Ländern, die unter optimalen Bedingungen aufgewachsen sind.',
176
+ points: [
177
+ 'Validierter internationaler Standard',
178
+ 'Basierend auf Babys aus 6 Ländern und optimalen Bedingungen',
179
+ 'Aktualisiert und mit aktueller wissenschaftlicher Unterstützung',
180
+ 'Spiegelt möglicherweise keine lokalen genetischen Variationen wider',
181
+ ],
182
+ },
183
+ {
184
+ title: 'Orbegozo Kurven',
185
+ description: 'An die spanische Bevölkerung angepasste Kurven, die in früheren Jahrzehnten weit verbreitet waren.',
186
+ points: [
187
+ 'An die spanische Bevölkerung angepasst',
188
+ 'In Spanien in früheren Jahrzehnten weit verbreitet',
189
+ 'Basierend auf einer älteren Referenzpopulation',
190
+ 'Geringere internationale Akzeptanz',
191
+ ],
192
+ },
193
+ ],
194
+ },
195
+ {
196
+ type: 'stats',
197
+ columns: 3,
198
+ items: [
199
+ { value: 'WHO 0-5 Jahre', label: 'Referenzstandard' },
200
+ { value: 'Trendkurve', label: 'Schlüsselvariable' },
201
+ { value: 'LMS-Parameter', label: 'Technische Präzision' },
202
+ ],
203
+ },
204
+ {
205
+ type: 'glossary',
206
+ items: [
207
+ {
208
+ term: 'Z-Score',
209
+ definition: 'Anzahl der Standardabweichungen, um die ein Wert vom Mittelwert der Referenzpopulation abweicht. Ein Z-Score von 0 entspricht dem 50. Perzentil.',
210
+ },
211
+ {
212
+ term: 'Harmonie',
213
+ definition: 'Angemessenes Verhältnis zwischen Gewicht und Größe. Ein Baby kann ein niedriges Gewichtsperzentil haben, aber harmonisch sein, wenn seine Größe im gleichen Verhältnis ebenfalls niedrig ist.',
214
+ },
215
+ {
216
+ term: 'Anthropometrie',
217
+ definition: 'Satz von Körpermaßen (Gewicht, Größe, Kopfumfang, BMI), die zur Bewertung von Wachstum und Ernährungszustand verwendet werden.',
218
+ },
219
+ {
220
+ term: 'LMS-Parameter',
221
+ definition: 'Statistische Methode (L=Box-Cox, M=Median, S=Variationskoeffizient), die von der WHO verwendet wird, um Perzentiltabellen zu erstellen und jede Messung in einen Z-Score umzuwandeln.',
222
+ },
223
+ ],
224
+ },
225
+ ],
226
+ faqTitle: "Häufig gestellte Fragen",
227
+ faq,
228
+ bibliographyTitle: "Referenzen",
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],
245
+ };