@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
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1601,6 +1601,64 @@ const e = {
|
|
|
1601
1601
|
opens_in_new_tab: "(新しいタブで開きます)"
|
|
1602
1602
|
}
|
|
1603
1603
|
},
|
|
1604
|
+
bmiCalculator: {
|
|
1605
|
+
unitSystem: {
|
|
1606
|
+
label: "単位",
|
|
1607
|
+
metric: "メートル法 (kg, cm)",
|
|
1608
|
+
imperial: "ヤード・ポンド法 (lb, ft/in)"
|
|
1609
|
+
},
|
|
1610
|
+
height: "身長",
|
|
1611
|
+
weight: "体重",
|
|
1612
|
+
feet: "フィート",
|
|
1613
|
+
inches: "インチ",
|
|
1614
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1615
|
+
category: {
|
|
1616
|
+
label: "カテゴリー",
|
|
1617
|
+
underweight: "低体重",
|
|
1618
|
+
normal: "標準",
|
|
1619
|
+
overweight: "過体重",
|
|
1620
|
+
obese: "肥満"
|
|
1621
|
+
},
|
|
1622
|
+
range: {
|
|
1623
|
+
underweight: "18.5 未満",
|
|
1624
|
+
normal: "18.5 – 24.9",
|
|
1625
|
+
overweight: "25.0 – 29.9",
|
|
1626
|
+
obese: "30.0 以上"
|
|
1627
|
+
},
|
|
1628
|
+
gaugeAria: "体格指数 {{bmi}}, {{category}}",
|
|
1629
|
+
empty: "身長と体重を入力するとBMIが表示されます。"
|
|
1630
|
+
},
|
|
1631
|
+
dueDateCalculator: {
|
|
1632
|
+
method: {
|
|
1633
|
+
label: "計算方法",
|
|
1634
|
+
lmp: "最終月経",
|
|
1635
|
+
conception: "受精日",
|
|
1636
|
+
ivf: "胚移植日(体外受精)"
|
|
1637
|
+
},
|
|
1638
|
+
lmpDate: "最終月経の初日",
|
|
1639
|
+
conceptionDate: "受精日",
|
|
1640
|
+
transferDate: "胚移植日",
|
|
1641
|
+
cycleLength: "周期の長さ",
|
|
1642
|
+
cycleLengthHint: "月経間の平均日数。標準は28日です。",
|
|
1643
|
+
embryoAge: "移植時の胚の日齢",
|
|
1644
|
+
day3: "3日目",
|
|
1645
|
+
day5: "5日目(胚盤胞)",
|
|
1646
|
+
days: "日",
|
|
1647
|
+
result: {
|
|
1648
|
+
dueDateLabel: "出産予定日",
|
|
1649
|
+
gestationLabel: "本日の妊娠週数",
|
|
1650
|
+
trimesterLabel: "妊娠期",
|
|
1651
|
+
gestation: "{{weeks}}週 {{days}}日"
|
|
1652
|
+
},
|
|
1653
|
+
trimester: {
|
|
1654
|
+
preconception: "受精前",
|
|
1655
|
+
first: "妊娠初期",
|
|
1656
|
+
second: "妊娠中期",
|
|
1657
|
+
third: "妊娠後期",
|
|
1658
|
+
postterm: "予定日超過"
|
|
1659
|
+
},
|
|
1660
|
+
empty: "方法と日付を選択すると出産予定日を計算します。"
|
|
1661
|
+
},
|
|
1604
1662
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1605
1663
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1606
1664
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const nlUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(opent in nieuw tabblad)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "Eenheden";
|
|
1621
|
+
readonly metric: "Metrisch (kg, cm)";
|
|
1622
|
+
readonly imperial: "Imperiaal (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "Lengte";
|
|
1625
|
+
readonly weight: "Gewicht";
|
|
1626
|
+
readonly feet: "Voet";
|
|
1627
|
+
readonly inches: "Inch";
|
|
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: "Categorie";
|
|
1637
|
+
readonly underweight: "Ondergewicht";
|
|
1638
|
+
readonly normal: "Normaal";
|
|
1639
|
+
readonly overweight: "Overgewicht";
|
|
1640
|
+
readonly obese: "Obesitas";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "Onder 18,5";
|
|
1644
|
+
readonly normal: "18,5 – 24,9";
|
|
1645
|
+
readonly overweight: "25,0 – 29,9";
|
|
1646
|
+
readonly obese: "30,0 en hoger";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "Body mass index {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "Voer lengte en gewicht in om de BMI te berekenen.";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "Berekeningsmethode";
|
|
1654
|
+
readonly lmp: "Laatste menstruatie";
|
|
1655
|
+
readonly conception: "Conceptiedatum";
|
|
1656
|
+
readonly ivf: "Datum embryotransfer (ivf)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "Eerste dag van de laatste menstruatie";
|
|
1659
|
+
readonly conceptionDate: "Datum van conceptie";
|
|
1660
|
+
readonly transferDate: "Datum van embryotransfer";
|
|
1661
|
+
readonly cycleLength: "Cycluslengte";
|
|
1662
|
+
readonly cycleLengthHint: "Gemiddeld aantal dagen tussen menstruaties. Standaard is 28.";
|
|
1663
|
+
readonly embryoAge: "Embryoleeftijd bij transfer";
|
|
1664
|
+
readonly day3: "Dag 3";
|
|
1665
|
+
readonly day5: "Dag 5 (blastocyst)";
|
|
1666
|
+
readonly days: "dagen";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "Vermoedelijke bevallingsdatum";
|
|
1669
|
+
readonly gestationLabel: "Zwangerschapsduur vandaag";
|
|
1670
|
+
readonly trimesterLabel: "Trimester";
|
|
1671
|
+
readonly gestation: "{{weeks}} w {{days}} d";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "Vóór de conceptie";
|
|
1675
|
+
readonly first: "Eerste trimester";
|
|
1676
|
+
readonly second: "Tweede trimester";
|
|
1677
|
+
readonly third: "Derde trimester";
|
|
1678
|
+
readonly postterm: "Over tijd";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "Kies een methode en datum om de bevallingsdatum te schatten.";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "Engels";
|
|
1620
1684
|
readonly it: "Italiaans";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1598,6 +1598,64 @@ const e = {
|
|
|
1598
1598
|
},
|
|
1599
1599
|
external: { opens_in_new_tab: "(opent in nieuw tabblad)" }
|
|
1600
1600
|
},
|
|
1601
|
+
bmiCalculator: {
|
|
1602
|
+
unitSystem: {
|
|
1603
|
+
label: "Eenheden",
|
|
1604
|
+
metric: "Metrisch (kg, cm)",
|
|
1605
|
+
imperial: "Imperiaal (lb, ft/in)"
|
|
1606
|
+
},
|
|
1607
|
+
height: "Lengte",
|
|
1608
|
+
weight: "Gewicht",
|
|
1609
|
+
feet: "Voet",
|
|
1610
|
+
inches: "Inch",
|
|
1611
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1612
|
+
category: {
|
|
1613
|
+
label: "Categorie",
|
|
1614
|
+
underweight: "Ondergewicht",
|
|
1615
|
+
normal: "Normaal",
|
|
1616
|
+
overweight: "Overgewicht",
|
|
1617
|
+
obese: "Obesitas"
|
|
1618
|
+
},
|
|
1619
|
+
range: {
|
|
1620
|
+
underweight: "Onder 18,5",
|
|
1621
|
+
normal: "18,5 – 24,9",
|
|
1622
|
+
overweight: "25,0 – 29,9",
|
|
1623
|
+
obese: "30,0 en hoger"
|
|
1624
|
+
},
|
|
1625
|
+
gaugeAria: "Body mass index {{bmi}}, {{category}}",
|
|
1626
|
+
empty: "Voer lengte en gewicht in om de BMI te berekenen."
|
|
1627
|
+
},
|
|
1628
|
+
dueDateCalculator: {
|
|
1629
|
+
method: {
|
|
1630
|
+
label: "Berekeningsmethode",
|
|
1631
|
+
lmp: "Laatste menstruatie",
|
|
1632
|
+
conception: "Conceptiedatum",
|
|
1633
|
+
ivf: "Datum embryotransfer (ivf)"
|
|
1634
|
+
},
|
|
1635
|
+
lmpDate: "Eerste dag van de laatste menstruatie",
|
|
1636
|
+
conceptionDate: "Datum van conceptie",
|
|
1637
|
+
transferDate: "Datum van embryotransfer",
|
|
1638
|
+
cycleLength: "Cycluslengte",
|
|
1639
|
+
cycleLengthHint: "Gemiddeld aantal dagen tussen menstruaties. Standaard is 28.",
|
|
1640
|
+
embryoAge: "Embryoleeftijd bij transfer",
|
|
1641
|
+
day3: "Dag 3",
|
|
1642
|
+
day5: "Dag 5 (blastocyst)",
|
|
1643
|
+
days: "dagen",
|
|
1644
|
+
result: {
|
|
1645
|
+
dueDateLabel: "Vermoedelijke bevallingsdatum",
|
|
1646
|
+
gestationLabel: "Zwangerschapsduur vandaag",
|
|
1647
|
+
trimesterLabel: "Trimester",
|
|
1648
|
+
gestation: "{{weeks}} w {{days}} d"
|
|
1649
|
+
},
|
|
1650
|
+
trimester: {
|
|
1651
|
+
preconception: "Vóór de conceptie",
|
|
1652
|
+
first: "Eerste trimester",
|
|
1653
|
+
second: "Tweede trimester",
|
|
1654
|
+
third: "Derde trimester",
|
|
1655
|
+
postterm: "Over tijd"
|
|
1656
|
+
},
|
|
1657
|
+
empty: "Kies een methode en datum om de bevallingsdatum te schatten."
|
|
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 plUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(otwiera się w nowej karcie)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "Jednostki";
|
|
1621
|
+
readonly metric: "Metryczne (kg, cm)";
|
|
1622
|
+
readonly imperial: "Imperialne (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "Wzrost";
|
|
1625
|
+
readonly weight: "Waga";
|
|
1626
|
+
readonly feet: "Stopy";
|
|
1627
|
+
readonly inches: "Cale";
|
|
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: "Kategoria";
|
|
1637
|
+
readonly underweight: "Niedowaga";
|
|
1638
|
+
readonly normal: "Norma";
|
|
1639
|
+
readonly overweight: "Nadwaga";
|
|
1640
|
+
readonly obese: "Otyłość";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "Poniżej 18,5";
|
|
1644
|
+
readonly normal: "18,5 – 24,9";
|
|
1645
|
+
readonly overweight: "25,0 – 29,9";
|
|
1646
|
+
readonly obese: "30,0 i więcej";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "Wskaźnik masy ciała {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "Podaj wzrost i wagę, aby obliczyć BMI.";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "Metoda obliczania";
|
|
1654
|
+
readonly lmp: "Ostatnia miesiączka";
|
|
1655
|
+
readonly conception: "Data poczęcia";
|
|
1656
|
+
readonly ivf: "Data transferu (in vitro)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "Pierwszy dzień ostatniej miesiączki";
|
|
1659
|
+
readonly conceptionDate: "Data poczęcia";
|
|
1660
|
+
readonly transferDate: "Data transferu zarodka";
|
|
1661
|
+
readonly cycleLength: "Długość cyklu";
|
|
1662
|
+
readonly cycleLengthHint: "Średnia liczba dni między miesiączkami. Standard to 28.";
|
|
1663
|
+
readonly embryoAge: "Wiek zarodka w dniu transferu";
|
|
1664
|
+
readonly day3: "Dzień 3";
|
|
1665
|
+
readonly day5: "Dzień 5 (blastocysta)";
|
|
1666
|
+
readonly days: "dni";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "Przewidywany termin porodu";
|
|
1669
|
+
readonly gestationLabel: "Wiek ciążowy dzisiaj";
|
|
1670
|
+
readonly trimesterLabel: "Trymestr";
|
|
1671
|
+
readonly gestation: "{{weeks}} tyg {{days}} dni";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "Przed poczęciem";
|
|
1675
|
+
readonly first: "Pierwszy trymestr";
|
|
1676
|
+
readonly second: "Drugi trymestr";
|
|
1677
|
+
readonly third: "Trzeci trymestr";
|
|
1678
|
+
readonly postterm: "Po terminie";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "Wybierz metodę i datę, aby oszacować termin porodu.";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "angielski";
|
|
1620
1684
|
readonly it: "włoski";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1599,6 +1599,64 @@ const e = {
|
|
|
1599
1599
|
},
|
|
1600
1600
|
external: { opens_in_new_tab: "(otwiera się w nowej karcie)" }
|
|
1601
1601
|
},
|
|
1602
|
+
bmiCalculator: {
|
|
1603
|
+
unitSystem: {
|
|
1604
|
+
label: "Jednostki",
|
|
1605
|
+
metric: "Metryczne (kg, cm)",
|
|
1606
|
+
imperial: "Imperialne (lb, ft/in)"
|
|
1607
|
+
},
|
|
1608
|
+
height: "Wzrost",
|
|
1609
|
+
weight: "Waga",
|
|
1610
|
+
feet: "Stopy",
|
|
1611
|
+
inches: "Cale",
|
|
1612
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1613
|
+
category: {
|
|
1614
|
+
label: "Kategoria",
|
|
1615
|
+
underweight: "Niedowaga",
|
|
1616
|
+
normal: "Norma",
|
|
1617
|
+
overweight: "Nadwaga",
|
|
1618
|
+
obese: "Otyłość"
|
|
1619
|
+
},
|
|
1620
|
+
range: {
|
|
1621
|
+
underweight: "Poniżej 18,5",
|
|
1622
|
+
normal: "18,5 – 24,9",
|
|
1623
|
+
overweight: "25,0 – 29,9",
|
|
1624
|
+
obese: "30,0 i więcej"
|
|
1625
|
+
},
|
|
1626
|
+
gaugeAria: "Wskaźnik masy ciała {{bmi}}, {{category}}",
|
|
1627
|
+
empty: "Podaj wzrost i wagę, aby obliczyć BMI."
|
|
1628
|
+
},
|
|
1629
|
+
dueDateCalculator: {
|
|
1630
|
+
method: {
|
|
1631
|
+
label: "Metoda obliczania",
|
|
1632
|
+
lmp: "Ostatnia miesiączka",
|
|
1633
|
+
conception: "Data poczęcia",
|
|
1634
|
+
ivf: "Data transferu (in vitro)"
|
|
1635
|
+
},
|
|
1636
|
+
lmpDate: "Pierwszy dzień ostatniej miesiączki",
|
|
1637
|
+
conceptionDate: "Data poczęcia",
|
|
1638
|
+
transferDate: "Data transferu zarodka",
|
|
1639
|
+
cycleLength: "Długość cyklu",
|
|
1640
|
+
cycleLengthHint: "Średnia liczba dni między miesiączkami. Standard to 28.",
|
|
1641
|
+
embryoAge: "Wiek zarodka w dniu transferu",
|
|
1642
|
+
day3: "Dzień 3",
|
|
1643
|
+
day5: "Dzień 5 (blastocysta)",
|
|
1644
|
+
days: "dni",
|
|
1645
|
+
result: {
|
|
1646
|
+
dueDateLabel: "Przewidywany termin porodu",
|
|
1647
|
+
gestationLabel: "Wiek ciążowy dzisiaj",
|
|
1648
|
+
trimesterLabel: "Trymestr",
|
|
1649
|
+
gestation: "{{weeks}} tyg {{days}} dni"
|
|
1650
|
+
},
|
|
1651
|
+
trimester: {
|
|
1652
|
+
preconception: "Przed poczęciem",
|
|
1653
|
+
first: "Pierwszy trymestr",
|
|
1654
|
+
second: "Drugi trymestr",
|
|
1655
|
+
third: "Trzeci trymestr",
|
|
1656
|
+
postterm: "Po terminie"
|
|
1657
|
+
},
|
|
1658
|
+
empty: "Wybierz metodę i datę, aby oszacować termin porodu."
|
|
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',...]}
|
|
@@ -1616,6 +1616,70 @@ export declare const ptUi: {
|
|
|
1616
1616
|
readonly opens_in_new_tab: "(abre num novo separador)";
|
|
1617
1617
|
};
|
|
1618
1618
|
};
|
|
1619
|
+
readonly bmiCalculator: {
|
|
1620
|
+
readonly unitSystem: {
|
|
1621
|
+
readonly label: "Unidades";
|
|
1622
|
+
readonly metric: "Métrico (kg, cm)";
|
|
1623
|
+
readonly imperial: "Imperial (lb, ft/in)";
|
|
1624
|
+
};
|
|
1625
|
+
readonly height: "Altura";
|
|
1626
|
+
readonly weight: "Peso";
|
|
1627
|
+
readonly feet: "Pés";
|
|
1628
|
+
readonly inches: "Polegadas";
|
|
1629
|
+
readonly units: {
|
|
1630
|
+
readonly cm: "cm";
|
|
1631
|
+
readonly kg: "kg";
|
|
1632
|
+
readonly lb: "lb";
|
|
1633
|
+
readonly ft: "ft";
|
|
1634
|
+
readonly in: "in";
|
|
1635
|
+
};
|
|
1636
|
+
readonly category: {
|
|
1637
|
+
readonly label: "Categoria";
|
|
1638
|
+
readonly underweight: "Abaixo do peso";
|
|
1639
|
+
readonly normal: "Normal";
|
|
1640
|
+
readonly overweight: "Excesso de peso";
|
|
1641
|
+
readonly obese: "Obesidade";
|
|
1642
|
+
};
|
|
1643
|
+
readonly range: {
|
|
1644
|
+
readonly underweight: "Abaixo de 18,5";
|
|
1645
|
+
readonly normal: "18,5 – 24,9";
|
|
1646
|
+
readonly overweight: "25,0 – 29,9";
|
|
1647
|
+
readonly obese: "30,0 ou mais";
|
|
1648
|
+
};
|
|
1649
|
+
readonly gaugeAria: "Índice de massa corporal {{bmi}}, {{category}}";
|
|
1650
|
+
readonly empty: "Insira altura e peso para calcular o IMC.";
|
|
1651
|
+
};
|
|
1652
|
+
readonly dueDateCalculator: {
|
|
1653
|
+
readonly method: {
|
|
1654
|
+
readonly label: "Método de cálculo";
|
|
1655
|
+
readonly lmp: "Última menstruação";
|
|
1656
|
+
readonly conception: "Data da concepção";
|
|
1657
|
+
readonly ivf: "Data da transferência (FIV)";
|
|
1658
|
+
};
|
|
1659
|
+
readonly lmpDate: "Primeiro dia da última menstruação";
|
|
1660
|
+
readonly conceptionDate: "Data da concepção";
|
|
1661
|
+
readonly transferDate: "Data da transferência embrionária";
|
|
1662
|
+
readonly cycleLength: "Duração do ciclo";
|
|
1663
|
+
readonly cycleLengthHint: "Dias médios entre menstruações. O padrão é 28.";
|
|
1664
|
+
readonly embryoAge: "Idade do embrião na transferência";
|
|
1665
|
+
readonly day3: "Dia 3";
|
|
1666
|
+
readonly day5: "Dia 5 (blastocisto)";
|
|
1667
|
+
readonly days: "dias";
|
|
1668
|
+
readonly result: {
|
|
1669
|
+
readonly dueDateLabel: "Data provável do parto";
|
|
1670
|
+
readonly gestationLabel: "Idade gestacional hoje";
|
|
1671
|
+
readonly trimesterLabel: "Trimestre";
|
|
1672
|
+
readonly gestation: "{{weeks}} sem {{days}} d";
|
|
1673
|
+
};
|
|
1674
|
+
readonly trimester: {
|
|
1675
|
+
readonly preconception: "Antes da concepção";
|
|
1676
|
+
readonly first: "Primeiro trimestre";
|
|
1677
|
+
readonly second: "Segundo trimestre";
|
|
1678
|
+
readonly third: "Terceiro trimestre";
|
|
1679
|
+
readonly postterm: "Pós-termo";
|
|
1680
|
+
};
|
|
1681
|
+
readonly empty: "Escolha um método e uma data para estimar a data do parto.";
|
|
1682
|
+
};
|
|
1619
1683
|
readonly languages: {
|
|
1620
1684
|
readonly en: "inglês";
|
|
1621
1685
|
readonly it: "italiano";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1600,6 +1600,64 @@ const e = {
|
|
|
1600
1600
|
},
|
|
1601
1601
|
external: { opens_in_new_tab: "(abre num novo separador)" }
|
|
1602
1602
|
},
|
|
1603
|
+
bmiCalculator: {
|
|
1604
|
+
unitSystem: {
|
|
1605
|
+
label: "Unidades",
|
|
1606
|
+
metric: "Métrico (kg, cm)",
|
|
1607
|
+
imperial: "Imperial (lb, ft/in)"
|
|
1608
|
+
},
|
|
1609
|
+
height: "Altura",
|
|
1610
|
+
weight: "Peso",
|
|
1611
|
+
feet: "Pés",
|
|
1612
|
+
inches: "Polegadas",
|
|
1613
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1614
|
+
category: {
|
|
1615
|
+
label: "Categoria",
|
|
1616
|
+
underweight: "Abaixo do peso",
|
|
1617
|
+
normal: "Normal",
|
|
1618
|
+
overweight: "Excesso de peso",
|
|
1619
|
+
obese: "Obesidade"
|
|
1620
|
+
},
|
|
1621
|
+
range: {
|
|
1622
|
+
underweight: "Abaixo de 18,5",
|
|
1623
|
+
normal: "18,5 – 24,9",
|
|
1624
|
+
overweight: "25,0 – 29,9",
|
|
1625
|
+
obese: "30,0 ou mais"
|
|
1626
|
+
},
|
|
1627
|
+
gaugeAria: "Índice de massa corporal {{bmi}}, {{category}}",
|
|
1628
|
+
empty: "Insira altura e peso para calcular o IMC."
|
|
1629
|
+
},
|
|
1630
|
+
dueDateCalculator: {
|
|
1631
|
+
method: {
|
|
1632
|
+
label: "Método de cálculo",
|
|
1633
|
+
lmp: "Última menstruação",
|
|
1634
|
+
conception: "Data da concepção",
|
|
1635
|
+
ivf: "Data da transferência (FIV)"
|
|
1636
|
+
},
|
|
1637
|
+
lmpDate: "Primeiro dia da última menstruação",
|
|
1638
|
+
conceptionDate: "Data da concepção",
|
|
1639
|
+
transferDate: "Data da transferência embrionária",
|
|
1640
|
+
cycleLength: "Duração do ciclo",
|
|
1641
|
+
cycleLengthHint: "Dias médios entre menstruações. O padrão é 28.",
|
|
1642
|
+
embryoAge: "Idade do embrião na transferência",
|
|
1643
|
+
day3: "Dia 3",
|
|
1644
|
+
day5: "Dia 5 (blastocisto)",
|
|
1645
|
+
days: "dias",
|
|
1646
|
+
result: {
|
|
1647
|
+
dueDateLabel: "Data provável do parto",
|
|
1648
|
+
gestationLabel: "Idade gestacional hoje",
|
|
1649
|
+
trimesterLabel: "Trimestre",
|
|
1650
|
+
gestation: "{{weeks}} sem {{days}} d"
|
|
1651
|
+
},
|
|
1652
|
+
trimester: {
|
|
1653
|
+
preconception: "Antes da concepção",
|
|
1654
|
+
first: "Primeiro trimestre",
|
|
1655
|
+
second: "Segundo trimestre",
|
|
1656
|
+
third: "Terceiro trimestre",
|
|
1657
|
+
postterm: "Pós-termo"
|
|
1658
|
+
},
|
|
1659
|
+
empty: "Escolha um método e uma data para estimar a data do parto."
|
|
1660
|
+
},
|
|
1603
1661
|
/* Language display names — keyed by ISO 639-1 code. Used by
|
|
1604
1662
|
ContactProfileCard / PatientSearch / PracticeResults to
|
|
1605
1663
|
auto-resolve a consumer-passed languages={['it','en',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const roUi: {
|
|
|
1615
1615
|
readonly opens_in_new_tab: "(se deschide într-o filă nouă)";
|
|
1616
1616
|
};
|
|
1617
1617
|
};
|
|
1618
|
+
readonly bmiCalculator: {
|
|
1619
|
+
readonly unitSystem: {
|
|
1620
|
+
readonly label: "Unități";
|
|
1621
|
+
readonly metric: "Metric (kg, cm)";
|
|
1622
|
+
readonly imperial: "Imperial (lb, ft/in)";
|
|
1623
|
+
};
|
|
1624
|
+
readonly height: "Înălțime";
|
|
1625
|
+
readonly weight: "Greutate";
|
|
1626
|
+
readonly feet: "Picioare";
|
|
1627
|
+
readonly inches: "Inci";
|
|
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: "Categorie";
|
|
1637
|
+
readonly underweight: "Subponderal";
|
|
1638
|
+
readonly normal: "Normal";
|
|
1639
|
+
readonly overweight: "Supraponderal";
|
|
1640
|
+
readonly obese: "Obezitate";
|
|
1641
|
+
};
|
|
1642
|
+
readonly range: {
|
|
1643
|
+
readonly underweight: "Sub 18,5";
|
|
1644
|
+
readonly normal: "18,5 – 24,9";
|
|
1645
|
+
readonly overweight: "25,0 – 29,9";
|
|
1646
|
+
readonly obese: "30,0 și peste";
|
|
1647
|
+
};
|
|
1648
|
+
readonly gaugeAria: "Indicele de masă corporală {{bmi}}, {{category}}";
|
|
1649
|
+
readonly empty: "Introdu înălțimea și greutatea pentru a calcula IMC.";
|
|
1650
|
+
};
|
|
1651
|
+
readonly dueDateCalculator: {
|
|
1652
|
+
readonly method: {
|
|
1653
|
+
readonly label: "Metoda de calcul";
|
|
1654
|
+
readonly lmp: "Ultima menstruație";
|
|
1655
|
+
readonly conception: "Data concepției";
|
|
1656
|
+
readonly ivf: "Data transferului (FIV)";
|
|
1657
|
+
};
|
|
1658
|
+
readonly lmpDate: "Prima zi a ultimei menstruații";
|
|
1659
|
+
readonly conceptionDate: "Data concepției";
|
|
1660
|
+
readonly transferDate: "Data transferului de embrion";
|
|
1661
|
+
readonly cycleLength: "Durata ciclului";
|
|
1662
|
+
readonly cycleLengthHint: "Numărul mediu de zile între menstruații. Standardul este 28.";
|
|
1663
|
+
readonly embryoAge: "Vârsta embrionului la transfer";
|
|
1664
|
+
readonly day3: "Ziua 3";
|
|
1665
|
+
readonly day5: "Ziua 5 (blastocist)";
|
|
1666
|
+
readonly days: "zile";
|
|
1667
|
+
readonly result: {
|
|
1668
|
+
readonly dueDateLabel: "Data probabilă a nașterii";
|
|
1669
|
+
readonly gestationLabel: "Vârsta gestațională azi";
|
|
1670
|
+
readonly trimesterLabel: "Trimestru";
|
|
1671
|
+
readonly gestation: "{{weeks}} săpt {{days}} z";
|
|
1672
|
+
};
|
|
1673
|
+
readonly trimester: {
|
|
1674
|
+
readonly preconception: "Înainte de concepție";
|
|
1675
|
+
readonly first: "Primul trimestru";
|
|
1676
|
+
readonly second: "Al doilea trimestru";
|
|
1677
|
+
readonly third: "Al treilea trimestru";
|
|
1678
|
+
readonly postterm: "Postterm";
|
|
1679
|
+
};
|
|
1680
|
+
readonly empty: "Alege o metodă și o dată pentru a estima data nașterii.";
|
|
1681
|
+
};
|
|
1618
1682
|
readonly languages: {
|
|
1619
1683
|
readonly en: "engleză";
|
|
1620
1684
|
readonly it: "italiană";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1599,6 +1599,64 @@ const e = {
|
|
|
1599
1599
|
},
|
|
1600
1600
|
external: { opens_in_new_tab: "(se deschide într-o filă nouă)" }
|
|
1601
1601
|
},
|
|
1602
|
+
bmiCalculator: {
|
|
1603
|
+
unitSystem: {
|
|
1604
|
+
label: "Unități",
|
|
1605
|
+
metric: "Metric (kg, cm)",
|
|
1606
|
+
imperial: "Imperial (lb, ft/in)"
|
|
1607
|
+
},
|
|
1608
|
+
height: "Înălțime",
|
|
1609
|
+
weight: "Greutate",
|
|
1610
|
+
feet: "Picioare",
|
|
1611
|
+
inches: "Inci",
|
|
1612
|
+
units: { cm: "cm", kg: "kg", lb: "lb", ft: "ft", in: "in" },
|
|
1613
|
+
category: {
|
|
1614
|
+
label: "Categorie",
|
|
1615
|
+
underweight: "Subponderal",
|
|
1616
|
+
normal: "Normal",
|
|
1617
|
+
overweight: "Supraponderal",
|
|
1618
|
+
obese: "Obezitate"
|
|
1619
|
+
},
|
|
1620
|
+
range: {
|
|
1621
|
+
underweight: "Sub 18,5",
|
|
1622
|
+
normal: "18,5 – 24,9",
|
|
1623
|
+
overweight: "25,0 – 29,9",
|
|
1624
|
+
obese: "30,0 și peste"
|
|
1625
|
+
},
|
|
1626
|
+
gaugeAria: "Indicele de masă corporală {{bmi}}, {{category}}",
|
|
1627
|
+
empty: "Introdu înălțimea și greutatea pentru a calcula IMC."
|
|
1628
|
+
},
|
|
1629
|
+
dueDateCalculator: {
|
|
1630
|
+
method: {
|
|
1631
|
+
label: "Metoda de calcul",
|
|
1632
|
+
lmp: "Ultima menstruație",
|
|
1633
|
+
conception: "Data concepției",
|
|
1634
|
+
ivf: "Data transferului (FIV)"
|
|
1635
|
+
},
|
|
1636
|
+
lmpDate: "Prima zi a ultimei menstruații",
|
|
1637
|
+
conceptionDate: "Data concepției",
|
|
1638
|
+
transferDate: "Data transferului de embrion",
|
|
1639
|
+
cycleLength: "Durata ciclului",
|
|
1640
|
+
cycleLengthHint: "Numărul mediu de zile între menstruații. Standardul este 28.",
|
|
1641
|
+
embryoAge: "Vârsta embrionului la transfer",
|
|
1642
|
+
day3: "Ziua 3",
|
|
1643
|
+
day5: "Ziua 5 (blastocist)",
|
|
1644
|
+
days: "zile",
|
|
1645
|
+
result: {
|
|
1646
|
+
dueDateLabel: "Data probabilă a nașterii",
|
|
1647
|
+
gestationLabel: "Vârsta gestațională azi",
|
|
1648
|
+
trimesterLabel: "Trimestru",
|
|
1649
|
+
gestation: "{{weeks}} săpt {{days}} z"
|
|
1650
|
+
},
|
|
1651
|
+
trimester: {
|
|
1652
|
+
preconception: "Înainte de concepție",
|
|
1653
|
+
first: "Primul trimestru",
|
|
1654
|
+
second: "Al doilea trimestru",
|
|
1655
|
+
third: "Al treilea trimestru",
|
|
1656
|
+
postterm: "Postterm"
|
|
1657
|
+
},
|
|
1658
|
+
empty: "Alege o metodă și o dată pentru a estima data nașterii."
|
|
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',...]}
|
|
@@ -1615,6 +1615,70 @@ export declare const ruUi: {
|
|
|
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: "Введите рост и вес, чтобы рассчитать ИМТ.";
|
|
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: "итальянский";
|