@alfadocs/ui-kit 0.36.0 → 0.37.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/dist/_chunks/{ar-CEpIJtcO.js → ar-D1RwVZFj.js} +2 -2
- package/dist/_chunks/bmi-calculator-DQD5_nE-.js +214 -0
- package/dist/_chunks/{booking-eM0y0NIR.js → booking-DqXsd1Mv.js} +4 -4
- package/dist/_chunks/chart-DnHvmiDX.js +312 -0
- package/dist/_chunks/{date-picker-B94HAV4A.js → date-picker-CXFpu-qY.js} +2 -2
- package/dist/_chunks/{date-range-picker-D8CHNYQT.js → date-range-picker-I-q5rifj.js} +3 -3
- package/dist/_chunks/{date-time-picker-D1GEzf8p.js → date-time-picker-CqpGPlcH.js} +2 -2
- package/dist/_chunks/{de-Dfbeau59.js → de-HTQ4b4-J.js} +2 -2
- package/dist/_chunks/due-date-calculator-kf9U_g7O.js +173 -0
- package/dist/_chunks/{editable-currency-cell-renderer-CZcVWBPo.js → editable-currency-cell-renderer-DnjwZNZP.js} +2 -2
- package/dist/_chunks/{el-Dro3J7CP.js → el-Dr1pjuDq.js} +2 -2
- package/dist/_chunks/{es-Dvg8u70B.js → es-CvyTjLS0.js} +2 -2
- package/dist/_chunks/{fr-VOGjBSPP.js → fr-CS7aqaFR.js} +2 -2
- package/dist/_chunks/{hi-BSDxWU_y.js → hi-3uy8KpsH.js} +2 -2
- package/dist/_chunks/{isSameWeek-Dfzu29cW.js → isSameWeek-DRpMibi9.js} +2 -2
- package/dist/_chunks/{it-CuonvcI_.js → it-B_RF5VSw.js} +3 -3
- package/dist/_chunks/{ja-DO57gIOT.js → ja-C1mEYy35.js} +2 -2
- package/dist/_chunks/{nl-DjPaaWaW.js → nl-Dl7lO2t3.js} +2 -2
- package/dist/_chunks/{pl-Cl4lOx2N.js → pl-Dgsogljx.js} +3 -3
- package/dist/_chunks/{pt-D7qO5CzD.js → pt-Dm2JF4bc.js} +2 -2
- package/dist/_chunks/{react-day-picker-DsjfS7uI.js → react-day-picker-DYDdR8Vv.js} +22 -22
- package/dist/_chunks/{ro-CP2-VJ_O.js → ro-BXFZ_xIX.js} +2 -2
- package/dist/_chunks/{ru-RPn9_Lpq.js → ru-BPQkNRRV.js} +3 -3
- package/dist/_chunks/{sq-AQvefouo.js → sq-ChTlGFcJ.js} +2 -2
- package/dist/_chunks/subDays-D-WYRpdW.js +8 -0
- package/dist/_chunks/{sv-zkx9eBtD.js → sv-Do_gs6ir.js} +2 -2
- package/dist/_chunks/{tr-Dmr412Ac.js → tr-da_UnkYH.js} +2 -2
- package/dist/_chunks/{zh-CN-DxVt64Zk.js → zh-CN-C9qi5oak.js} +3 -3
- package/dist/agent-catalog.json +1 -1
- package/dist/components/bmi-calculator/bmi-calculator.d.ts +24 -0
- package/dist/components/bmi-calculator/bmi.d.ts +37 -0
- package/dist/components/bmi-calculator/index.d.ts +4 -0
- package/dist/components/bmi-calculator/index.js +14 -0
- package/dist/components/booking/index.js +1 -1
- package/dist/components/chart/chart.d.ts +7 -0
- package/dist/components/chart/index.js +1 -1
- package/dist/components/data-table/index.js +1 -1
- package/dist/components/date-picker/index.js +1 -1
- package/dist/components/date-range-picker/index.js +1 -1
- package/dist/components/date-time-picker/index.js +1 -1
- package/dist/components/due-date-calculator/due-date-calculator.d.ts +18 -0
- package/dist/components/due-date-calculator/gestation.d.ts +44 -0
- package/dist/components/due-date-calculator/index.d.ts +4 -0
- package/dist/components/due-date-calculator/index.js +10 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/skeleton/skeleton.d.ts +1 -1
- package/dist/i18n/locales/ar.d.ts +64 -0
- package/dist/i18n/locales/ar.js +58 -0
- package/dist/i18n/locales/de.d.ts +64 -0
- package/dist/i18n/locales/de.js +58 -0
- package/dist/i18n/locales/el.d.ts +64 -0
- package/dist/i18n/locales/el.js +58 -0
- package/dist/i18n/locales/en.d.ts +64 -0
- package/dist/i18n/locales/en.js +58 -0
- package/dist/i18n/locales/es.d.ts +64 -0
- package/dist/i18n/locales/es.js +58 -0
- package/dist/i18n/locales/fr.d.ts +64 -0
- package/dist/i18n/locales/fr.js +58 -0
- package/dist/i18n/locales/hi.d.ts +64 -0
- package/dist/i18n/locales/hi.js +58 -0
- package/dist/i18n/locales/it.d.ts +64 -0
- package/dist/i18n/locales/it.js +58 -0
- package/dist/i18n/locales/ja.d.ts +64 -0
- package/dist/i18n/locales/ja.js +58 -0
- package/dist/i18n/locales/nl.d.ts +64 -0
- package/dist/i18n/locales/nl.js +58 -0
- package/dist/i18n/locales/pl.d.ts +64 -0
- package/dist/i18n/locales/pl.js +58 -0
- package/dist/i18n/locales/pt.d.ts +64 -0
- package/dist/i18n/locales/pt.js +58 -0
- package/dist/i18n/locales/ro.d.ts +64 -0
- package/dist/i18n/locales/ro.js +58 -0
- package/dist/i18n/locales/ru.d.ts +64 -0
- package/dist/i18n/locales/ru.js +58 -0
- package/dist/i18n/locales/sq.d.ts +64 -0
- package/dist/i18n/locales/sq.js +58 -0
- package/dist/i18n/locales/sv.d.ts +64 -0
- package/dist/i18n/locales/sv.js +58 -0
- package/dist/i18n/locales/tr.d.ts +64 -0
- package/dist/i18n/locales/tr.js +58 -0
- package/dist/i18n/locales/zh.d.ts +64 -0
- package/dist/i18n/locales/zh.js +58 -0
- package/dist/index.js +532 -514
- package/dist/locales/ar.json +64 -0
- package/dist/locales/de.json +64 -0
- package/dist/locales/el.json +64 -0
- package/dist/locales/en.json +64 -0
- package/dist/locales/es.json +64 -0
- package/dist/locales/fr.json +64 -0
- package/dist/locales/hi.json +64 -0
- package/dist/locales/it.json +64 -0
- package/dist/locales/ja.json +64 -0
- package/dist/locales/nl.json +64 -0
- package/dist/locales/pl.json +64 -0
- package/dist/locales/pt.json +64 -0
- package/dist/locales/ro.json +64 -0
- package/dist/locales/ru.json +64 -0
- package/dist/locales/sq.json +64 -0
- package/dist/locales/sv.json +64 -0
- package/dist/locales/tr.json +64 -0
- package/dist/locales/zh.json +64 -0
- package/dist/tokens.css +1 -1
- package/package.json +9 -1
- package/dist/_chunks/chart-DLkVn_ex.js +0 -292
- package/dist/_chunks/subDays-CANHP9hz.js +0 -8
|
@@ -1615,6 +1615,70 @@ export declare const esUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(se abre en una pestaña nueva)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "Unidades";
|
|
1621
|
+
readonly metric: "Métrico (kg, cm)";
|
|
1622
|
+
readonly imperial: "Imperial (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "Altura";
|
|
1625
|
+
readonly weight: "Peso";
|
|
1626
|
+
readonly feet: "Pies";
|
|
1627
|
+
readonly inches: "Pulgadas";
|
|
1628
|
+
readonly units: {
|
|
1629
|
+
readonly cm: "cm";
|
|
1630
|
+
readonly kg: "kg";
|
|
1631
|
+
readonly lb: "lb";
|
|
1632
|
+
readonly ft: "ft";
|
|
1633
|
+
readonly in: "in";
|
|
1634
|
+
};
|
|
1635
|
+
readonly category: {
|
|
1636
|
+
readonly label: "Categoría";
|
|
1637
|
+
readonly underweight: "Bajo peso";
|
|
1638
|
+
readonly normal: "Normal";
|
|
1639
|
+
readonly overweight: "Sobrepeso";
|
|
1640
|
+
readonly obese: "Obesidad";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "Menos de 18,5";
|
|
1644
|
+
readonly normal: "18,5 – 24,9";
|
|
1645
|
+
readonly overweight: "25,0 – 29,9";
|
|
1646
|
+
readonly obese: "30,0 o más";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "Índice de masa corporal {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "Introduce altura y peso para calcular el IMC.";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "Método de cálculo";
|
|
1654
|
+
readonly lmp: "Última menstruación";
|
|
1655
|
+
readonly conception: "Fecha de concepción";
|
|
1656
|
+
readonly ivf: "Fecha de transferencia (FIV)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "Primer día de la última menstruación";
|
|
1659
|
+
readonly conceptionDate: "Fecha de concepción";
|
|
1660
|
+
readonly transferDate: "Fecha de transferencia embrionaria";
|
|
1661
|
+
readonly cycleLength: "Duración del ciclo";
|
|
1662
|
+
readonly cycleLengthHint: "Días promedio entre menstruaciones. El estándar es 28.";
|
|
1663
|
+
readonly embryoAge: "Edad del embrión en la transferencia";
|
|
1664
|
+
readonly day3: "Día 3";
|
|
1665
|
+
readonly day5: "Día 5 (blastocisto)";
|
|
1666
|
+
readonly days: "días";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "Fecha probable de parto";
|
|
1669
|
+
readonly gestationLabel: "Edad gestacional hoy";
|
|
1670
|
+
readonly trimesterLabel: "Trimestre";
|
|
1671
|
+
readonly gestation: "{{weeks}} sem {{days}} d";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "Antes de la concepción";
|
|
1675
|
+
readonly first: "Primer trimestre";
|
|
1676
|
+
readonly second: "Segundo trimestre";
|
|
1677
|
+
readonly third: "Tercer trimestre";
|
|
1678
|
+
readonly postterm: "Postérmino";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "Elige un método y una fecha para estimar la fecha de parto.";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "inglés";
|
|
1620
1684
|
readonly it: "italiano";
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -1598,6 +1598,64 @@ const e = {
|
|
|
1598
1598
|
},
|
|
1599
1599
|
external: { opens_in_new_tab: "(se abre en una pestaña nueva)" }
|
|
1600
1600
|
},
|
|
1601
|
+
bmiCalculator: {
|
|
1602
|
+
unitSystem: {
|
|
1603
|
+
label: "Unidades",
|
|
1604
|
+
metric: "Métrico (kg, cm)",
|
|
1605
|
+
imperial: "Imperial (lb, ft/in)"
|
|
1606
|
+
},
|
|
1607
|
+
height: "Altura",
|
|
1608
|
+
weight: "Peso",
|
|
1609
|
+
feet: "Pies",
|
|
1610
|
+
inches: "Pulgadas",
|
|
1611
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1612
|
+
category: {
|
|
1613
|
+
label: "Categoría",
|
|
1614
|
+
underweight: "Bajo peso",
|
|
1615
|
+
normal: "Normal",
|
|
1616
|
+
overweight: "Sobrepeso",
|
|
1617
|
+
obese: "Obesidad"
|
|
1618
|
+
},
|
|
1619
|
+
range: {
|
|
1620
|
+
underweight: "Menos de 18,5",
|
|
1621
|
+
normal: "18,5 – 24,9",
|
|
1622
|
+
overweight: "25,0 – 29,9",
|
|
1623
|
+
obese: "30,0 o más"
|
|
1624
|
+
},
|
|
1625
|
+
gaugeAria: "Índice de masa corporal {{bmi}}, {{category}}",
|
|
1626
|
+
empty: "Introduce altura y peso para calcular el IMC."
|
|
1627
|
+
},
|
|
1628
|
+
dueDateCalculator: {
|
|
1629
|
+
method: {
|
|
1630
|
+
label: "Método de cálculo",
|
|
1631
|
+
lmp: "Última menstruación",
|
|
1632
|
+
conception: "Fecha de concepción",
|
|
1633
|
+
ivf: "Fecha de transferencia (FIV)"
|
|
1634
|
+
},
|
|
1635
|
+
lmpDate: "Primer día de la última menstruación",
|
|
1636
|
+
conceptionDate: "Fecha de concepción",
|
|
1637
|
+
transferDate: "Fecha de transferencia embrionaria",
|
|
1638
|
+
cycleLength: "Duración del ciclo",
|
|
1639
|
+
cycleLengthHint: "Días promedio entre menstruaciones. El estándar es 28.",
|
|
1640
|
+
embryoAge: "Edad del embrión en la transferencia",
|
|
1641
|
+
day3: "Día 3",
|
|
1642
|
+
day5: "Día 5 (blastocisto)",
|
|
1643
|
+
days: "días",
|
|
1644
|
+
result: {
|
|
1645
|
+
dueDateLabel: "Fecha probable de parto",
|
|
1646
|
+
gestationLabel: "Edad gestacional hoy",
|
|
1647
|
+
trimesterLabel: "Trimestre",
|
|
1648
|
+
gestation: "{{weeks}} sem {{days}} d"
|
|
1649
|
+
},
|
|
1650
|
+
trimester: {
|
|
1651
|
+
preconception: "Antes de la concepción",
|
|
1652
|
+
first: "Primer trimestre",
|
|
1653
|
+
second: "Segundo trimestre",
|
|
1654
|
+
third: "Tercer trimestre",
|
|
1655
|
+
postterm: "Postérmino"
|
|
1656
|
+
},
|
|
1657
|
+
empty: "Elige un método y una fecha para estimar la fecha de parto."
|
|
1658
|
+
},
|
|
1601
1659
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1602
1660
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1603
1661
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const frUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(ouvre dans un nouvel onglet)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "Unités";
|
|
1621
|
+
readonly metric: "Métrique (kg, cm)";
|
|
1622
|
+
readonly imperial: "Impérial (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "Taille";
|
|
1625
|
+
readonly weight: "Poids";
|
|
1626
|
+
readonly feet: "Pieds";
|
|
1627
|
+
readonly inches: "Pouces";
|
|
1628
|
+
readonly units: {
|
|
1629
|
+
readonly cm: "cm";
|
|
1630
|
+
readonly kg: "kg";
|
|
1631
|
+
readonly lb: "lb";
|
|
1632
|
+
readonly ft: "ft";
|
|
1633
|
+
readonly in: "in";
|
|
1634
|
+
};
|
|
1635
|
+
readonly category: {
|
|
1636
|
+
readonly label: "Catégorie";
|
|
1637
|
+
readonly underweight: "Insuffisance pondérale";
|
|
1638
|
+
readonly normal: "Normal";
|
|
1639
|
+
readonly overweight: "Surpoids";
|
|
1640
|
+
readonly obese: "Obésité";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "Moins de 18,5";
|
|
1644
|
+
readonly normal: "18,5 – 24,9";
|
|
1645
|
+
readonly overweight: "25,0 – 29,9";
|
|
1646
|
+
readonly obese: "30,0 et plus";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "Indice de masse corporelle {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "Saisissez une taille et un poids pour calculer l’IMC.";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "Méthode de calcul";
|
|
1654
|
+
readonly lmp: "Dernières règles";
|
|
1655
|
+
readonly conception: "Date de conception";
|
|
1656
|
+
readonly ivf: "Date de transfert (FIV)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "Premier jour des dernières règles";
|
|
1659
|
+
readonly conceptionDate: "Date de conception";
|
|
1660
|
+
readonly transferDate: "Date du transfert d’embryon";
|
|
1661
|
+
readonly cycleLength: "Durée du cycle";
|
|
1662
|
+
readonly cycleLengthHint: "Nombre moyen de jours entre les règles. La norme est 28.";
|
|
1663
|
+
readonly embryoAge: "Âge de l’embryon au transfert";
|
|
1664
|
+
readonly day3: "Jour 3";
|
|
1665
|
+
readonly day5: "Jour 5 (blastocyste)";
|
|
1666
|
+
readonly days: "jours";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "Date prévue d’accouchement";
|
|
1669
|
+
readonly gestationLabel: "Âge gestationnel aujourd’hui";
|
|
1670
|
+
readonly trimesterLabel: "Trimestre";
|
|
1671
|
+
readonly gestation: "{{weeks}} sem {{days}} j";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "Avant la conception";
|
|
1675
|
+
readonly first: "Premier trimestre";
|
|
1676
|
+
readonly second: "Deuxième trimestre";
|
|
1677
|
+
readonly third: "Troisième trimestre";
|
|
1678
|
+
readonly postterm: "Terme dépassé";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "Choisissez une méthode et une date pour estimer la date d’accouchement.";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "anglais";
|
|
1620
1684
|
readonly it: "italien";
|
package/dist/i18n/locales/fr.js
CHANGED
|
@@ -1598,6 +1598,64 @@ const e = {
|
|
|
1598
1598
|
},
|
|
1599
1599
|
external: { opens_in_new_tab: "(ouvre dans un nouvel onglet)" }
|
|
1600
1600
|
},
|
|
1601
|
+
bmiCalculator: {
|
|
1602
|
+
unitSystem: {
|
|
1603
|
+
label: "Unités",
|
|
1604
|
+
metric: "Métrique (kg, cm)",
|
|
1605
|
+
imperial: "Impérial (lb, ft/in)"
|
|
1606
|
+
},
|
|
1607
|
+
height: "Taille",
|
|
1608
|
+
weight: "Poids",
|
|
1609
|
+
feet: "Pieds",
|
|
1610
|
+
inches: "Pouces",
|
|
1611
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1612
|
+
category: {
|
|
1613
|
+
label: "Catégorie",
|
|
1614
|
+
underweight: "Insuffisance pondérale",
|
|
1615
|
+
normal: "Normal",
|
|
1616
|
+
overweight: "Surpoids",
|
|
1617
|
+
obese: "Obésité"
|
|
1618
|
+
},
|
|
1619
|
+
range: {
|
|
1620
|
+
underweight: "Moins de 18,5",
|
|
1621
|
+
normal: "18,5 – 24,9",
|
|
1622
|
+
overweight: "25,0 – 29,9",
|
|
1623
|
+
obese: "30,0 et plus"
|
|
1624
|
+
},
|
|
1625
|
+
gaugeAria: "Indice de masse corporelle {{bmi}}, {{category}}",
|
|
1626
|
+
empty: "Saisissez une taille et un poids pour calculer l’IMC."
|
|
1627
|
+
},
|
|
1628
|
+
dueDateCalculator: {
|
|
1629
|
+
method: {
|
|
1630
|
+
label: "Méthode de calcul",
|
|
1631
|
+
lmp: "Dernières règles",
|
|
1632
|
+
conception: "Date de conception",
|
|
1633
|
+
ivf: "Date de transfert (FIV)"
|
|
1634
|
+
},
|
|
1635
|
+
lmpDate: "Premier jour des dernières règles",
|
|
1636
|
+
conceptionDate: "Date de conception",
|
|
1637
|
+
transferDate: "Date du transfert d’embryon",
|
|
1638
|
+
cycleLength: "Durée du cycle",
|
|
1639
|
+
cycleLengthHint: "Nombre moyen de jours entre les règles. La norme est 28.",
|
|
1640
|
+
embryoAge: "Âge de l’embryon au transfert",
|
|
1641
|
+
day3: "Jour 3",
|
|
1642
|
+
day5: "Jour 5 (blastocyste)",
|
|
1643
|
+
days: "jours",
|
|
1644
|
+
result: {
|
|
1645
|
+
dueDateLabel: "Date prévue d’accouchement",
|
|
1646
|
+
gestationLabel: "Âge gestationnel aujourd’hui",
|
|
1647
|
+
trimesterLabel: "Trimestre",
|
|
1648
|
+
gestation: "{{weeks}} sem {{days}} j"
|
|
1649
|
+
},
|
|
1650
|
+
trimester: {
|
|
1651
|
+
preconception: "Avant la conception",
|
|
1652
|
+
first: "Premier trimestre",
|
|
1653
|
+
second: "Deuxième trimestre",
|
|
1654
|
+
third: "Troisième trimestre",
|
|
1655
|
+
postterm: "Terme dépassé"
|
|
1656
|
+
},
|
|
1657
|
+
empty: "Choisissez une méthode et une date pour estimer la date d’accouchement."
|
|
1658
|
+
},
|
|
1601
1659
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1602
1660
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1603
1661
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const hiUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(नए टैब में खुलता है)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "इकाइयाँ";
|
|
1621
|
+
readonly metric: "मीट्रिक (kg, cm)";
|
|
1622
|
+
readonly imperial: "इंपीरियल (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "ऊँचाई";
|
|
1625
|
+
readonly weight: "वज़न";
|
|
1626
|
+
readonly feet: "फ़ुट";
|
|
1627
|
+
readonly inches: "इंच";
|
|
1628
|
+
readonly units: {
|
|
1629
|
+
readonly cm: "cm";
|
|
1630
|
+
readonly kg: "kg";
|
|
1631
|
+
readonly lb: "lb";
|
|
1632
|
+
readonly ft: "ft";
|
|
1633
|
+
readonly in: "in";
|
|
1634
|
+
};
|
|
1635
|
+
readonly category: {
|
|
1636
|
+
readonly label: "श्रेणी";
|
|
1637
|
+
readonly underweight: "कम वज़न";
|
|
1638
|
+
readonly normal: "सामान्य";
|
|
1639
|
+
readonly overweight: "अधिक वज़न";
|
|
1640
|
+
readonly obese: "मोटापा";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "18.5 से कम";
|
|
1644
|
+
readonly normal: "18.5 – 24.9";
|
|
1645
|
+
readonly overweight: "25.0 – 29.9";
|
|
1646
|
+
readonly obese: "30.0 और अधिक";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "बॉडी मास इंडेक्स {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "BMI देखने के लिए ऊँचाई और वज़न दर्ज करें।";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "गणना विधि";
|
|
1654
|
+
readonly lmp: "अंतिम माहवारी";
|
|
1655
|
+
readonly conception: "गर्भाधान की तिथि";
|
|
1656
|
+
readonly ivf: "स्थानांतरण तिथि (IVF)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "अंतिम माहवारी का पहला दिन";
|
|
1659
|
+
readonly conceptionDate: "गर्भाधान की तिथि";
|
|
1660
|
+
readonly transferDate: "भ्रूण स्थानांतरण तिथि";
|
|
1661
|
+
readonly cycleLength: "चक्र की अवधि";
|
|
1662
|
+
readonly cycleLengthHint: "माहवारी के बीच औसत दिन। मानक 28 है।";
|
|
1663
|
+
readonly embryoAge: "स्थानांतरण पर भ्रूण की आयु";
|
|
1664
|
+
readonly day3: "दिन 3";
|
|
1665
|
+
readonly day5: "दिन 5 (ब्लास्टोसिस्ट)";
|
|
1666
|
+
readonly days: "दिन";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "संभावित प्रसव तिथि";
|
|
1669
|
+
readonly gestationLabel: "आज गर्भकालीन आयु";
|
|
1670
|
+
readonly trimesterLabel: "तिमाही";
|
|
1671
|
+
readonly gestation: "{{weeks}} सप्ताह {{days}} दिन";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "गर्भाधान से पहले";
|
|
1675
|
+
readonly first: "पहली तिमाही";
|
|
1676
|
+
readonly second: "दूसरी तिमाही";
|
|
1677
|
+
readonly third: "तीसरी तिमाही";
|
|
1678
|
+
readonly postterm: "पूर्ण-काल के बाद";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "प्रसव तिथि का अनुमान लगाने के लिए विधि और तिथि चुनें।";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "अंग्रेज़ी";
|
|
1620
1684
|
readonly it: "इतालवी";
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1599,6 +1599,64 @@ const e = {
|
|
|
1599
1599
|
},
|
|
1600
1600
|
external: { opens_in_new_tab: "(नए टैब में खुलता है)" }
|
|
1601
1601
|
},
|
|
1602
|
+
bmiCalculator: {
|
|
1603
|
+
unitSystem: {
|
|
1604
|
+
label: "इकाइयाँ",
|
|
1605
|
+
metric: "मीट्रिक (kg, cm)",
|
|
1606
|
+
imperial: "इंपीरियल (lb, ft/in)"
|
|
1607
|
+
},
|
|
1608
|
+
height: "ऊँचाई",
|
|
1609
|
+
weight: "वज़न",
|
|
1610
|
+
feet: "फ़ुट",
|
|
1611
|
+
inches: "इंच",
|
|
1612
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1613
|
+
category: {
|
|
1614
|
+
label: "श्रेणी",
|
|
1615
|
+
underweight: "कम वज़न",
|
|
1616
|
+
normal: "सामान्य",
|
|
1617
|
+
overweight: "अधिक वज़न",
|
|
1618
|
+
obese: "मोटापा"
|
|
1619
|
+
},
|
|
1620
|
+
range: {
|
|
1621
|
+
underweight: "18.5 से कम",
|
|
1622
|
+
normal: "18.5 – 24.9",
|
|
1623
|
+
overweight: "25.0 – 29.9",
|
|
1624
|
+
obese: "30.0 और अधिक"
|
|
1625
|
+
},
|
|
1626
|
+
gaugeAria: "बॉडी मास इंडेक्स {{bmi}}, {{category}}",
|
|
1627
|
+
empty: "BMI देखने के लिए ऊँचाई और वज़न दर्ज करें।"
|
|
1628
|
+
},
|
|
1629
|
+
dueDateCalculator: {
|
|
1630
|
+
method: {
|
|
1631
|
+
label: "गणना विधि",
|
|
1632
|
+
lmp: "अंतिम माहवारी",
|
|
1633
|
+
conception: "गर्भाधान की तिथि",
|
|
1634
|
+
ivf: "स्थानांतरण तिथि (IVF)"
|
|
1635
|
+
},
|
|
1636
|
+
lmpDate: "अंतिम माहवारी का पहला दिन",
|
|
1637
|
+
conceptionDate: "गर्भाधान की तिथि",
|
|
1638
|
+
transferDate: "भ्रूण स्थानांतरण तिथि",
|
|
1639
|
+
cycleLength: "चक्र की अवधि",
|
|
1640
|
+
cycleLengthHint: "माहवारी के बीच औसत दिन। मानक 28 है।",
|
|
1641
|
+
embryoAge: "स्थानांतरण पर भ्रूण की आयु",
|
|
1642
|
+
day3: "दिन 3",
|
|
1643
|
+
day5: "दिन 5 (ब्लास्टोसिस्ट)",
|
|
1644
|
+
days: "दिन",
|
|
1645
|
+
result: {
|
|
1646
|
+
dueDateLabel: "संभावित प्रसव तिथि",
|
|
1647
|
+
gestationLabel: "आज गर्भकालीन आयु",
|
|
1648
|
+
trimesterLabel: "तिमाही",
|
|
1649
|
+
gestation: "{{weeks}} सप्ताह {{days}} दिन"
|
|
1650
|
+
},
|
|
1651
|
+
trimester: {
|
|
1652
|
+
preconception: "गर्भाधान से पहले",
|
|
1653
|
+
first: "पहली तिमाही",
|
|
1654
|
+
second: "दूसरी तिमाही",
|
|
1655
|
+
third: "तीसरी तिमाही",
|
|
1656
|
+
postterm: "पूर्ण-काल के बाद"
|
|
1657
|
+
},
|
|
1658
|
+
empty: "प्रसव तिथि का अनुमान लगाने के लिए विधि और तिथि चुनें।"
|
|
1659
|
+
},
|
|
1602
1660
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1603
1661
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1604
1662
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1612,6 +1612,70 @@ export declare const itUi: {
|
|
|
1612
1612
|
readonly opens_in_new_tab: "(si apre in una nuova scheda)";
|
|
1613
1613
|
};
|
|
1614
1614
|
};
|
|
1615
|
+
readonly bmiCalculator: {
|
|
1616
|
+
readonly unitSystem: {
|
|
1617
|
+
readonly label: "Unità";
|
|
1618
|
+
readonly metric: "Metrico (kg, cm)";
|
|
1619
|
+
readonly imperial: "Imperiale (lb, ft/in)";
|
|
1620
|
+
};
|
|
1621
|
+
readonly height: "Altezza";
|
|
1622
|
+
readonly weight: "Peso";
|
|
1623
|
+
readonly feet: "Piedi";
|
|
1624
|
+
readonly inches: "Pollici";
|
|
1625
|
+
readonly units: {
|
|
1626
|
+
readonly cm: "cm";
|
|
1627
|
+
readonly kg: "kg";
|
|
1628
|
+
readonly lb: "lb";
|
|
1629
|
+
readonly ft: "ft";
|
|
1630
|
+
readonly in: "in";
|
|
1631
|
+
};
|
|
1632
|
+
readonly category: {
|
|
1633
|
+
readonly label: "Categoria";
|
|
1634
|
+
readonly underweight: "Sottopeso";
|
|
1635
|
+
readonly normal: "Normopeso";
|
|
1636
|
+
readonly overweight: "Sovrappeso";
|
|
1637
|
+
readonly obese: "Obesità";
|
|
1638
|
+
};
|
|
1639
|
+
readonly range: {
|
|
1640
|
+
readonly underweight: "Sotto 18,5";
|
|
1641
|
+
readonly normal: "18,5 – 24,9";
|
|
1642
|
+
readonly overweight: "25,0 – 29,9";
|
|
1643
|
+
readonly obese: "30,0 e oltre";
|
|
1644
|
+
};
|
|
1645
|
+
readonly gaugeAria: "Indice di massa corporea {{bmi}}, {{category}}";
|
|
1646
|
+
readonly empty: "Inserisci altezza e peso per calcolare il BMI.";
|
|
1647
|
+
};
|
|
1648
|
+
readonly dueDateCalculator: {
|
|
1649
|
+
readonly method: {
|
|
1650
|
+
readonly label: "Metodo di calcolo";
|
|
1651
|
+
readonly lmp: "Ultima mestruazione";
|
|
1652
|
+
readonly conception: "Data del concepimento";
|
|
1653
|
+
readonly ivf: "Data del transfer (FIVET)";
|
|
1654
|
+
};
|
|
1655
|
+
readonly lmpDate: "Primo giorno dell’ultima mestruazione";
|
|
1656
|
+
readonly conceptionDate: "Data del concepimento";
|
|
1657
|
+
readonly transferDate: "Data del transfer embrionale";
|
|
1658
|
+
readonly cycleLength: "Durata del ciclo";
|
|
1659
|
+
readonly cycleLengthHint: "Giorni medi tra le mestruazioni. Lo standard è 28.";
|
|
1660
|
+
readonly embryoAge: "Età dell’embrione al transfer";
|
|
1661
|
+
readonly day3: "Giorno 3";
|
|
1662
|
+
readonly day5: "Giorno 5 (blastocisti)";
|
|
1663
|
+
readonly days: "giorni";
|
|
1664
|
+
readonly result: {
|
|
1665
|
+
readonly dueDateLabel: "Data presunta del parto";
|
|
1666
|
+
readonly gestationLabel: "Età gestazionale oggi";
|
|
1667
|
+
readonly trimesterLabel: "Trimestre";
|
|
1668
|
+
readonly gestation: "{{weeks}} sett {{days}} gg";
|
|
1669
|
+
};
|
|
1670
|
+
readonly trimester: {
|
|
1671
|
+
readonly preconception: "Prima del concepimento";
|
|
1672
|
+
readonly first: "Primo trimestre";
|
|
1673
|
+
readonly second: "Secondo trimestre";
|
|
1674
|
+
readonly third: "Terzo trimestre";
|
|
1675
|
+
readonly postterm: "Post-termine";
|
|
1676
|
+
};
|
|
1677
|
+
readonly empty: "Scegli un metodo e una data per stimare la data presunta del parto.";
|
|
1678
|
+
};
|
|
1615
1679
|
readonly languages: {
|
|
1616
1680
|
readonly en: "Inglese";
|
|
1617
1681
|
readonly it: "Italiano";
|
package/dist/i18n/locales/it.js
CHANGED
|
@@ -1580,6 +1580,64 @@ const e = {
|
|
|
1580
1580
|
opens_in_new_tab: "(si apre in una nuova scheda)"
|
|
1581
1581
|
}
|
|
1582
1582
|
},
|
|
1583
|
+
bmiCalculator: {
|
|
1584
|
+
unitSystem: {
|
|
1585
|
+
label: "Unità",
|
|
1586
|
+
metric: "Metrico (kg, cm)",
|
|
1587
|
+
imperial: "Imperiale (lb, ft/in)"
|
|
1588
|
+
},
|
|
1589
|
+
height: "Altezza",
|
|
1590
|
+
weight: "Peso",
|
|
1591
|
+
feet: "Piedi",
|
|
1592
|
+
inches: "Pollici",
|
|
1593
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1594
|
+
category: {
|
|
1595
|
+
label: "Categoria",
|
|
1596
|
+
underweight: "Sottopeso",
|
|
1597
|
+
normal: "Normopeso",
|
|
1598
|
+
overweight: "Sovrappeso",
|
|
1599
|
+
obese: "Obesità"
|
|
1600
|
+
},
|
|
1601
|
+
range: {
|
|
1602
|
+
underweight: "Sotto 18,5",
|
|
1603
|
+
normal: "18,5 – 24,9",
|
|
1604
|
+
overweight: "25,0 – 29,9",
|
|
1605
|
+
obese: "30,0 e oltre"
|
|
1606
|
+
},
|
|
1607
|
+
gaugeAria: "Indice di massa corporea {{bmi}}, {{category}}",
|
|
1608
|
+
empty: "Inserisci altezza e peso per calcolare il BMI."
|
|
1609
|
+
},
|
|
1610
|
+
dueDateCalculator: {
|
|
1611
|
+
method: {
|
|
1612
|
+
label: "Metodo di calcolo",
|
|
1613
|
+
lmp: "Ultima mestruazione",
|
|
1614
|
+
conception: "Data del concepimento",
|
|
1615
|
+
ivf: "Data del transfer (FIVET)"
|
|
1616
|
+
},
|
|
1617
|
+
lmpDate: "Primo giorno dell’ultima mestruazione",
|
|
1618
|
+
conceptionDate: "Data del concepimento",
|
|
1619
|
+
transferDate: "Data del transfer embrionale",
|
|
1620
|
+
cycleLength: "Durata del ciclo",
|
|
1621
|
+
cycleLengthHint: "Giorni medi tra le mestruazioni. Lo standard è 28.",
|
|
1622
|
+
embryoAge: "Età dell’embrione al transfer",
|
|
1623
|
+
day3: "Giorno 3",
|
|
1624
|
+
day5: "Giorno 5 (blastocisti)",
|
|
1625
|
+
days: "giorni",
|
|
1626
|
+
result: {
|
|
1627
|
+
dueDateLabel: "Data presunta del parto",
|
|
1628
|
+
gestationLabel: "Età gestazionale oggi",
|
|
1629
|
+
trimesterLabel: "Trimestre",
|
|
1630
|
+
gestation: "{{weeks}} sett {{days}} gg"
|
|
1631
|
+
},
|
|
1632
|
+
trimester: {
|
|
1633
|
+
preconception: "Prima del concepimento",
|
|
1634
|
+
first: "Primo trimestre",
|
|
1635
|
+
second: "Secondo trimestre",
|
|
1636
|
+
third: "Terzo trimestre",
|
|
1637
|
+
postterm: "Post-termine"
|
|
1638
|
+
},
|
|
1639
|
+
empty: "Scegli un metodo e una data per stimare la data presunta del parto."
|
|
1640
|
+
},
|
|
1583
1641
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1584
1642
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1585
1643
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const jaUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(新しいタブで開きます)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "単位";
|
|
1621
|
+
readonly metric: "メートル法 (kg, cm)";
|
|
1622
|
+
readonly imperial: "ヤード・ポンド法 (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "身長";
|
|
1625
|
+
readonly weight: "体重";
|
|
1626
|
+
readonly feet: "フィート";
|
|
1627
|
+
readonly inches: "インチ";
|
|
1628
|
+
readonly units: {
|
|
1629
|
+
readonly cm: "cm";
|
|
1630
|
+
readonly kg: "kg";
|
|
1631
|
+
readonly lb: "lb";
|
|
1632
|
+
readonly ft: "ft";
|
|
1633
|
+
readonly in: "in";
|
|
1634
|
+
};
|
|
1635
|
+
readonly category: {
|
|
1636
|
+
readonly label: "カテゴリー";
|
|
1637
|
+
readonly underweight: "低体重";
|
|
1638
|
+
readonly normal: "標準";
|
|
1639
|
+
readonly overweight: "過体重";
|
|
1640
|
+
readonly obese: "肥満";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "18.5 未満";
|
|
1644
|
+
readonly normal: "18.5 – 24.9";
|
|
1645
|
+
readonly overweight: "25.0 – 29.9";
|
|
1646
|
+
readonly obese: "30.0 以上";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "体格指数 {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "身長と体重を入力するとBMIが表示されます。";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "計算方法";
|
|
1654
|
+
readonly lmp: "最終月経";
|
|
1655
|
+
readonly conception: "受精日";
|
|
1656
|
+
readonly ivf: "胚移植日(体外受精)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "最終月経の初日";
|
|
1659
|
+
readonly conceptionDate: "受精日";
|
|
1660
|
+
readonly transferDate: "胚移植日";
|
|
1661
|
+
readonly cycleLength: "周期の長さ";
|
|
1662
|
+
readonly cycleLengthHint: "月経間の平均日数。標準は28日です。";
|
|
1663
|
+
readonly embryoAge: "移植時の胚の日齢";
|
|
1664
|
+
readonly day3: "3日目";
|
|
1665
|
+
readonly day5: "5日目(胚盤胞)";
|
|
1666
|
+
readonly days: "日";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "出産予定日";
|
|
1669
|
+
readonly gestationLabel: "本日の妊娠週数";
|
|
1670
|
+
readonly trimesterLabel: "妊娠期";
|
|
1671
|
+
readonly gestation: "{{weeks}}週 {{days}}日";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "受精前";
|
|
1675
|
+
readonly first: "妊娠初期";
|
|
1676
|
+
readonly second: "妊娠中期";
|
|
1677
|
+
readonly third: "妊娠後期";
|
|
1678
|
+
readonly postterm: "予定日超過";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "方法と日付を選択すると出産予定日を計算します。";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "英語";
|
|
1620
1684
|
readonly it: "イタリア語";
|