@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.
- 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/component.astro +40 -40
- 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/component.astro +38 -38
- 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/component.astro +42 -42
- 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/component.astro +14 -9
- 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/component.astro +55 -48
- package/src/tool/pregnancy-calculator/i18n/de.ts +467 -0
- package/src/tool/pregnancy-calculator/i18n/en.ts +140 -0
- package/src/tool/pregnancy-calculator/i18n/es.ts +143 -3
- package/src/tool/pregnancy-calculator/i18n/fr.ts +143 -3
- 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 +37 -1
- package/src/tool/pregnancy-calculator/milestones.ts +2 -146
- package/src/tool/vaccination-calendar/component.astro +26 -24
- package/src/tool/vaccination-calendar/i18n/de.ts +194 -0
- package/src/tool/vaccination-calendar/i18n/en.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/es.ts +20 -0
- package/src/tool/vaccination-calendar/i18n/fr.ts +99 -75
- 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 +33 -1
- package/src/tool/vaccination-calendar/logic.ts +39 -13
package/package.json
CHANGED
|
@@ -1,69 +1,70 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
2
|
+
"name": "@jjlmoya/utils-babies",
|
|
3
|
+
"version": "1.7.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./src/index.ts",
|
|
6
|
+
"types": "./src/index.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./src/index.ts",
|
|
9
|
+
"./data": "./src/data.ts"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"src"
|
|
13
|
+
],
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "astro dev",
|
|
19
|
+
"start": "astro dev",
|
|
20
|
+
"build": "astro build",
|
|
21
|
+
"preview": "astro preview",
|
|
22
|
+
"astro": "astro",
|
|
23
|
+
"lint": "eslint src/ --max-warnings 0 && stylelint \"src/**/*.{css,astro}\"",
|
|
24
|
+
"check": "astro check",
|
|
25
|
+
"type-check": "astro check",
|
|
26
|
+
"test": "vitest run",
|
|
27
|
+
"preversion": "npm run lint && npm run test",
|
|
28
|
+
"postversion": "git push && git push --tags",
|
|
29
|
+
"patch": "npm version patch",
|
|
30
|
+
"minor": "npm version minor",
|
|
31
|
+
"major": "npm version major"
|
|
32
|
+
},
|
|
33
|
+
"lint-staged": {
|
|
34
|
+
"*.{ts,tsx,astro}": [
|
|
35
|
+
"eslint --fix"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@iconify-json/mdi": "^1.2.3",
|
|
40
|
+
"@jjlmoya/prompagate": "^1.1.0",
|
|
41
|
+
"@jjlmoya/utils-shared": "1.2.0",
|
|
42
|
+
"astro": "^6.1.2",
|
|
43
|
+
"astro-icon": "^1.1.0"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"chart.js": ">=4.0.0"
|
|
47
|
+
},
|
|
48
|
+
"peerDependenciesMeta": {
|
|
49
|
+
"chart.js": {
|
|
50
|
+
"optional": true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@astrojs/check": "^0.9.8",
|
|
55
|
+
"chart.js": "^4.4.0",
|
|
56
|
+
"eslint": "^9.39.4",
|
|
57
|
+
"eslint-plugin-astro": "^1.6.0",
|
|
58
|
+
"eslint-plugin-no-comments": "^1.1.10",
|
|
59
|
+
"husky": "^9.1.7",
|
|
60
|
+
"lint-staged": "^16.4.0",
|
|
61
|
+
"postcss-html": "^1.8.1",
|
|
62
|
+
"schema-dts": "^1.1.2",
|
|
63
|
+
"stylelint": "^17.6.0",
|
|
64
|
+
"stylelint-config-standard": "^40.0.0",
|
|
65
|
+
"stylelint-declaration-strict-value": "^1.11.1",
|
|
66
|
+
"typescript": "^5.4.0",
|
|
67
|
+
"typescript-eslint": "^8.58.0",
|
|
68
|
+
"vitest": "^4.1.2"
|
|
50
69
|
}
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@astrojs/check": "^0.9.8",
|
|
54
|
-
"chart.js": "^4.4.0",
|
|
55
|
-
"eslint": "^9.39.4",
|
|
56
|
-
"eslint-plugin-astro": "^1.6.0",
|
|
57
|
-
"eslint-plugin-no-comments": "^1.1.10",
|
|
58
|
-
"husky": "^9.1.7",
|
|
59
|
-
"lint-staged": "^16.4.0",
|
|
60
|
-
"postcss-html": "^1.8.1",
|
|
61
|
-
"schema-dts": "^1.1.2",
|
|
62
|
-
"stylelint": "^17.6.0",
|
|
63
|
-
"stylelint-config-standard": "^40.0.0",
|
|
64
|
-
"stylelint-declaration-strict-value": "^1.11.1",
|
|
65
|
-
"typescript": "^5.4.0",
|
|
66
|
-
"typescript-eslint": "^8.58.0",
|
|
67
|
-
"vitest": "^4.1.2"
|
|
68
|
-
}
|
|
69
70
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'babys',
|
|
5
|
+
title: 'Baby Rechner',
|
|
6
|
+
description: 'Werkzeuge und Rechner für die Pflege und Überwachung der Entwicklung Ihres Babys.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Verfügbare Werkzeuge',
|
|
11
|
+
items: [
|
|
12
|
+
'Fütterungsrechner nach Alter und Gewicht',
|
|
13
|
+
'Wachstumsperzentil Rechner (WHO)',
|
|
14
|
+
'Babygrößen Umrechner nach Marke',
|
|
15
|
+
'Fruchtbare Tage Rechner',
|
|
16
|
+
'Personalisierter Impfkalender',
|
|
17
|
+
'Schwangerschaftswochen Rechner',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Überwachung der Entwicklung Ihres Babys',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'Die Baby-Rechner helfen Ihnen, das Wachstum und die Entwicklung Ihres Kindes präzise zu verfolgen. Von der Berechnung der Milchmengen nach Alter und Gewicht bis hin zur Abfrage der WHO-Perzentile sind diese Tools darauf ausgelegt, Ihnen in jeder Phase nützliche Informationen zu liefern.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Ernährung und Nährstoffe',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'Der Fütterungsrechner schätzt die Menge an Muttermilch oder Formelnahrung, die Ihr Baby basierend auf seinem Alter in Tagen, Wochen oder Monaten und seinem aktuellen Gewicht benötigt. Die Berechnungen folgen standardmäßigen pädiatrischen Richtlinien, um eine angemessene Ernährung sicherzustellen.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Wachstum und Perzentile',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'Der Perzentilrechner verwendet die Referenztabellen der Weltgesundheitsorganisation (WHO), um Gewicht, Größe und BMI Ihres Babys innerhalb der Verteilung der Kinderpopulation einzuordnen. Ein 50. Perzentil bedeutet, dass das Baby im Durchschnitt liegt.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
package/src/category/i18n/en.ts
CHANGED
|
@@ -3,46 +3,46 @@ import type { CategoryLocaleContent } from '../../types';
|
|
|
3
3
|
export const content: CategoryLocaleContent = {
|
|
4
4
|
slug: 'babies',
|
|
5
5
|
title: 'Baby Calculators',
|
|
6
|
-
description: 'Tools and calculators for the care and
|
|
6
|
+
description: 'Tools and calculators for the care and monitoring of your baby\'s development.',
|
|
7
7
|
seo: [
|
|
8
8
|
{
|
|
9
9
|
type: 'summary',
|
|
10
|
-
title: 'Available
|
|
10
|
+
title: 'Available Tools',
|
|
11
11
|
items: [
|
|
12
12
|
'Feeding calculator by age and weight',
|
|
13
13
|
'Growth percentile calculator (WHO)',
|
|
14
|
-
'
|
|
14
|
+
'Clothing size converter by brand',
|
|
15
15
|
'Fertile days estimator',
|
|
16
16
|
'Personalized vaccination calendar',
|
|
17
|
-
'Pregnancy and
|
|
17
|
+
'Pregnancy and gestation weeks calculator',
|
|
18
18
|
],
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
type: 'title',
|
|
22
|
-
text:
|
|
22
|
+
text: 'Monitoring Your Baby\'s Development',
|
|
23
23
|
level: 2,
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
type: 'paragraph',
|
|
27
|
-
html:
|
|
27
|
+
html: 'Baby calculators help you accurately track your child\'s growth and development. From calculating milk feeds by age and weight to checking WHO percentiles, these tools are designed to provide helpful information at every stage.',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
type: 'title',
|
|
31
|
-
text: 'Feeding and
|
|
31
|
+
text: 'Feeding and Nutrition',
|
|
32
32
|
level: 2,
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
type: 'paragraph',
|
|
36
|
-
html: 'The feeding calculator estimates the amount of breast milk or formula your baby needs based on
|
|
36
|
+
html: 'The feeding calculator estimates the amount of breast milk or formula your baby needs based on age in days, weeks, or months and current weight. Calculations follow standard pediatric guidelines to ensure proper nutrition.',
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
type: 'title',
|
|
40
|
-
text: 'Growth and
|
|
40
|
+
text: 'Growth and Percentiles',
|
|
41
41
|
level: 2,
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
type: 'paragraph',
|
|
45
|
-
html:
|
|
45
|
+
html: 'The percentile calculator uses World Health Organization (WHO) reference charts to plot your baby\'s weight, height, and BMI within the child population distribution. A 50th percentile indicates that the baby is at the median.',
|
|
46
46
|
},
|
|
47
47
|
],
|
|
48
48
|
};
|
package/src/category/i18n/fr.ts
CHANGED
|
@@ -3,46 +3,46 @@ import type { CategoryLocaleContent } from '../../types';
|
|
|
3
3
|
export const content: CategoryLocaleContent = {
|
|
4
4
|
slug: 'bebes',
|
|
5
5
|
title: 'Calculatrices pour Bébés',
|
|
6
|
-
description:
|
|
6
|
+
description: 'Outils et calculatrices pour le soin et le suivi du développement de votre bébé.',
|
|
7
7
|
seo: [
|
|
8
8
|
{
|
|
9
9
|
type: 'summary',
|
|
10
|
-
title: 'Outils
|
|
10
|
+
title: 'Outils Disponibles',
|
|
11
11
|
items: [
|
|
12
|
-
|
|
12
|
+
'Calculatrice d\'alimentation par âge et poids',
|
|
13
13
|
'Calculatrice de percentiles de croissance (OMS)',
|
|
14
14
|
'Convertisseur de tailles de vêtements par marque',
|
|
15
15
|
'Estimateur de jours fertiles',
|
|
16
16
|
'Calendrier de vaccination personnalisé',
|
|
17
|
-
|
|
17
|
+
'Calculatrice de grossesse et semaines de gestation',
|
|
18
18
|
],
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
type: 'title',
|
|
22
|
-
text:
|
|
22
|
+
text: 'Suivi du Développement de votre Bébé',
|
|
23
23
|
level: 2,
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
type: 'paragraph',
|
|
27
|
-
html:
|
|
27
|
+
html: 'Les calculatrices pour bébés vous aident à suivre avec précision la croissance et le développement de votre enfant. Du calcul des doses de lait selon l\'âge et le poids à la consultation des percentiles de l\'OMS, ces outils sont conçus pour vous donner des informations utiles à chaque étape.',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
type: 'title',
|
|
31
|
-
text: 'Alimentation et
|
|
31
|
+
text: 'Alimentation et Nutrition',
|
|
32
32
|
level: 2,
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
type: 'paragraph',
|
|
36
|
-
html:
|
|
36
|
+
html: 'La calculatrice d\'alimentation estime la quantité de lait maternel ou de formule dont votre bébé a besoin selon son âge en jours, semaines ou mois et son poids actuel. Les calculs suivent les directives pédiatriques standard pour garantir une nutrition adéquate.',
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
type: 'title',
|
|
40
|
-
text: 'Croissance et
|
|
40
|
+
text: 'Croissance et Percentiles',
|
|
41
41
|
level: 2,
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
type: 'paragraph',
|
|
45
|
-
html:
|
|
45
|
+
html: 'La calculatrice de percentiles utilise les tableaux de référence de l\'Organisation Mondiale de la Santé (OMS) pour situer le poids, la taille et l\'IMC de votre bébé dans la distribution de la population infantile. Un 50ème percentile indique que le bébé est dans la moyenne.',
|
|
46
46
|
},
|
|
47
47
|
],
|
|
48
48
|
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'bayi',
|
|
5
|
+
title: 'Kalkulator Bayi',
|
|
6
|
+
description: 'Alat dan kalkulator untuk perawatan dan pemantauan perkembangan bayi Anda.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Alat Tersedia',
|
|
11
|
+
items: [
|
|
12
|
+
'Kalkulator asupan berdasarkan usia dan berat',
|
|
13
|
+
'Kalkulator persentil pertumbuhan (WHO)',
|
|
14
|
+
'Konverter ukuran pakaian berdasarkan merek',
|
|
15
|
+
'Estimator hari subur',
|
|
16
|
+
'Kalender vaksinasi yang dipersonalisasi',
|
|
17
|
+
'Kalkulator kehamilan dan minggu kehamilan',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Memantau Perkembangan Bayi Anda',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'Kalkulator bayi membantu Anda melacak pertumbuhan dan perkembangan anak Anda secara akurat. Mulai dari menghitung takaran susu menurut usia dan berat hingga memeriksa persentil WHO, alat-alat ini dirancang untuk memberikan informasi bermanfaat di setiap tahap.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Asupan dan Nutrisi',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'Kalkulator asupan memperkirakan jumlah ASI atau susu formula yang dibutuhkan bayi Anda menurut usia dalam hari, minggu atau bulan dan berat badannya saat ini. Perhitungan mengikuti pedoman pediatrik standar untuk memastikan nutrisi yang tepat.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Pertumbuhan dan Persentil',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'Kalkulator persentil menggunakan grafik referensi Organisasi Kesehatan Dunia (WHO) untuk menempatkan berat badan, tinggi badan, dan BMI bayi Anda dalam distribusi populasi anak. Persentil ke-50 menunjukkan bahwa bayi berada pada rata-rata.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'neonati',
|
|
5
|
+
title: 'Calcolatori per Neonati',
|
|
6
|
+
description: 'Strumenti e calcolatori per la cura e il monitoraggio dello sviluppo del tuo bambino.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Strumenti Disponibili',
|
|
11
|
+
items: [
|
|
12
|
+
'Calcolatore dell\'alimentazione per età e peso',
|
|
13
|
+
'Calcolatore dei percentili di crescita (OMS)',
|
|
14
|
+
'Convertitore di taglie di abbigliamento per marca',
|
|
15
|
+
'Stimatore di giorni fertili',
|
|
16
|
+
'Calendario di vaccinazione personalizzato',
|
|
17
|
+
'Calcolatore di gravidanza e settimane di gestazione',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Monitoraggio dello Sviluppo del tuo Bambino',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'I calcolatori per neonati ti aiutano a tracciare con precisione la crescita e lo sviluppo di tuo figlio. Dal calcolo delle porzioni di latte in base all\'età e al peso alla consultazione dei percentili dell\'OMS, questi strumenti sono progettati per fornirti informazioni utili in ogni fase.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Alimentazione e Nutrizione',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'Il calcolatore dell\'alimentazione stima la quantità di latte materno o di formula di cui il tuo bambino ha bisogno in base all\'età in giorni, settimane o mesi e al peso attuale. I calcoli seguono le linee guida pediatriche standard per garantire una nutrizione adeguata.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Crescita e Percentili',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'Il calcolatore dei percentili utilizza le tabelle di riferimento dell\'Organizzazione Mondiale della Sanità (OMS) per collocare il peso, l\'altezza e l\'IMC del tuo bambino all\'interno della distribuzione della popolazione infantile. Un percentile 50 indica che il bambino è nella media.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'babies',
|
|
5
|
+
title: '赤ちゃん用計算機',
|
|
6
|
+
description: '赤ちゃんのケアと発達のモニタリングのためのツールと計算機。',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: '利用可能なツール',
|
|
11
|
+
items: [
|
|
12
|
+
'月齢と体重による授乳計算機',
|
|
13
|
+
'成長パーセンタイル計算機(WHO)',
|
|
14
|
+
'ブランド別服のサイズ変換',
|
|
15
|
+
'排卵日予測',
|
|
16
|
+
'個別予防接種スケジュール',
|
|
17
|
+
'妊娠・妊娠週数計算機',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: '赤ちゃんの成長のモニタリング',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: '赤ちゃん用計算機は、お子様の成長と発達を正確に追跡するのに役立ちます。月齢と体重に応じたミルク量の計算からWHOパーセンタイルの確認まで、これらのツールはあらゆる段階で役立つ情報を提供するように設計されています。',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: '授乳と栄養',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: '授乳計算機は、日数、週数、または月数による月齢と現在の体重に基づいて、赤ちゃんが必要とする母乳または粉ミルクの量を推定します。計算は、適切な栄養を確保するための標準的な小児科ガイドラインに従っています。',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: '成長とパーセンタイル',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'パーセンタイル計算機は、世界保健機関(WHO)の参照チャートを使用して、赤ちゃんの体重、身長、およびBMIを児童人口分布内にプロットします。50パーセンタイルは、赤ちゃんが平均に位置していることを示します。',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'babies',
|
|
5
|
+
title: '아기용 계산기',
|
|
6
|
+
description: '아기 케어 및 발달 모니터링을 위한 도구와 계산기.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: '제공 도구',
|
|
11
|
+
items: [
|
|
12
|
+
'월령과 몸무게별 수유 계산기',
|
|
13
|
+
'성장 백분위 계산기 (WHO)',
|
|
14
|
+
'브랜드별 아기 옷 사이즈 변환',
|
|
15
|
+
'배란일 예측',
|
|
16
|
+
'맞춤형 예방접종 일정',
|
|
17
|
+
'임신 및 주수 계산기',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: '아기 발달 모니터링',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: '아기용 계산기는 자녀의 성장과 발달을 정확하게 추적하는 데 도움이 됩니다. 월령과 몸무게에 따른 수유량 계산부터 WHO 백분위 확인까지, 이 도구들은 모든 단계에서 유용한 정보를 제공하도록 설계되었습니다.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: '수유 및 영양',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: '수유 계산기는 일수, 주수 또는 개월 수에 따른 월령과 현재 몸무게를 기준으로 아기에게 필요한 모유 또는 분유량을 추정합니다. 계산은 적절한 영양 공급을 위한 소아과 가이드라인을 따릅니다.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: '성장 및 백분위',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: '백분위 계산기는 세계보건기구(WHO)의 참조 차트를 사용하여 아동 인구 분포 내에서 아기의 몸무게, 키, BMI를 표시합니다. 50번째 백분위수는 아기가 평균임을 나타냅니다.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'babys',
|
|
5
|
+
title: 'Voedingscalculators voor Baby\'s',
|
|
6
|
+
description: 'Hulpmiddelen en calculators voor de verzorging en monitoring van de ontwikkeling van je baby.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Beschikbare Hulpmiddelen',
|
|
11
|
+
items: [
|
|
12
|
+
'Voedingscalculator op leeftijd and gewicht',
|
|
13
|
+
'Groeicentielcalculator (WHO)',
|
|
14
|
+
'Kledingmaat-omzetter per merk',
|
|
15
|
+
'Vruchtbare dagen estimator',
|
|
16
|
+
'Gepersonaliseerde vaccinatiekalender',
|
|
17
|
+
'Zwangerschaps- en zwangerschapsweken-calculator',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Monitoring van de Ontwikkeling van je Baby',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'De babycalculators helpen je om de groei en ontwikkeling van je kind nauwkeurig te volgen. Van het berekenen van de melkvoedingen op basis van leeftijd en gewicht tot het bekijken van de WHO-centielen, deze hulpmiddelen zijn ontworpen om in elke fase nuttige informatie te bieden.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Voeding and Nutritie',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'De voedingscalculator schat de hoeveelheid moedermelk of flesvoeding die je baby nodig heeft op basis van leeftijd in dagen, weken of maanden en het huidige gewicht. De berekeningen volgen standaard pediatrische richtlijnen om een goede voeding te garanderen.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Groei and Centielen',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'De centielcalculator gebruikt referentiekaarten van de Wereldgezondheidsorganisatie (WHO) om het gewicht, de lengte en het BMI van je baby in de verdeling van de kinderpopulatie te situeren. Een 50e centiel geeft aan dat de baby in het gemiddelde zit.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'niemowleta',
|
|
5
|
+
title: 'Kalkulatory dla Niemowląt',
|
|
6
|
+
description: 'Narzędzia i kalkulatory do pielęgnacji i monitorowania rozwoju Twojego dziecka.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Dostępne Narzędzia',
|
|
11
|
+
items: [
|
|
12
|
+
'Kalkulator karmienia według wieku i wagi',
|
|
13
|
+
'Kalkulator percentyli wzrostu (WHO)',
|
|
14
|
+
'Konwerter rozmiarów ubrań według marki',
|
|
15
|
+
'Estimator dni płodnych',
|
|
16
|
+
'Spersonalizowany kalendarz szczepień',
|
|
17
|
+
'Kalkulator ciąży i tygodni gestacji',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Monitorowanie Rozwoju Twojego Dziecka',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'Kalkulatory dla niemowląt pomagają precyzyjnie śledzić wzrost i rozwój Twojego dziecka. Od obliczania porcji mleka według wieku i wagi po sprawdzanie percentyli WHO, narzędzia te zostały zaprojektowane, aby fornire nprzydatne informacje na każdym etapie.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Karmienie i Żywienie',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'Kalkulator karmienia szacuje ilość mleka matki lub modyfikowanego, której potrzebuje Twoje dziecko w zależności od wieku w dniach, tygodniach lub miesiącach oraz aktualnej wagi. Obliczenia są zgodne ze standardowymi wytycznymi pediatrycznymi, aby zapewnić odpowiednie żywienie.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Wzrost i Percentyle',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'Kalkulator percentyli wykorzystuje tabele referencyjne Światowej Organizacji Zdrowia (WHO), aby umieścić wagę, wzrost i BMI Twojego dziecka w rozkładzie populacji dziecięcej. 50. percentyl wskazuje, że dziecko znajduje się w średniej.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { CategoryLocaleContent } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const content: CategoryLocaleContent = {
|
|
4
|
+
slug: 'bebes',
|
|
5
|
+
title: 'Calculadoras para Bebés',
|
|
6
|
+
description: 'Ferramentas e calculadoras para o cuidado e acompanhamento do desenvolvimento do seu bebé.',
|
|
7
|
+
seo: [
|
|
8
|
+
{
|
|
9
|
+
type: 'summary',
|
|
10
|
+
title: 'Ferramentas Disponíveis',
|
|
11
|
+
items: [
|
|
12
|
+
'Calculadora de alimentação por idade e peso',
|
|
13
|
+
'Calculadora de percentis de crescimento (OMS)',
|
|
14
|
+
'Conversor de tamanhos de roupa por marca',
|
|
15
|
+
'Estimador de dias férteis',
|
|
16
|
+
'Calendário de vacinação personalizado',
|
|
17
|
+
'Calculadora de gravidez e semanas de gestação',
|
|
18
|
+
],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
type: 'title',
|
|
22
|
+
text: 'Acompanhamento do Desenvolvimento do seu Bebé',
|
|
23
|
+
level: 2,
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
type: 'paragraph',
|
|
27
|
+
html: 'As calculadoras para bebés ajudam-no a acompanhar com precisão o crescimento e o desenvolvimento do seu filho. Desde o cálculo das mamadas de leite de acordo com a idade e o peso até à consulta dos percentis da OMS, estas ferramentas foram concebidas para lhe dar informações úteis em cada etapa.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
type: 'title',
|
|
31
|
+
text: 'Alimentação e Nutrição',
|
|
32
|
+
level: 2,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
type: 'paragraph',
|
|
36
|
+
html: 'A calculadora de alimentação estima a quantidade de leite materno ou de fórmula de que o seu bebé necessita de acordo com a sua idade em dias, semanas ou meses e o seu peso atual. Os cálculos seguem as diretrizes pediátricas padrão para garantir uma nutrição adequada.',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
type: 'title',
|
|
40
|
+
text: 'Crescimento e Percentis',
|
|
41
|
+
level: 2,
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
type: 'paragraph',
|
|
45
|
+
html: 'A calculadora de percentis utiliza as tabelas de referência da Organização Mundial da Saúde (OMS) para situar o peso, a estatura e o IMC do seu bebé dentro da distribuição da população infantil. Um percentil 50 indica que o bebé está na média.',
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|