@alfadocs/ui-kit 0.49.0 → 0.50.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/{antenatal-schedule-timeline-Dg0m0yFl.js → antenatal-schedule-timeline-CdiqkF05.js} +9 -8
- package/dist/_chunks/{due-date-calculator-tDqZXPWO.js → due-date-calculator-DykajWzh.js} +2 -2
- package/dist/_chunks/{gestational-age-calculator-DbDfTJU2.js → gestational-age-calculator-Bc55hq6t.js} +2 -2
- package/dist/_chunks/pregnancy-dating-48Gfvod1.js +421 -0
- package/dist/agent-catalog.json +1 -1
- package/dist/components/due-date-calculator/due-date-calculator.d.ts +6 -0
- package/dist/components/due-date-calculator/index.js +2 -2
- package/dist/components/gestational-age-calculator/gestational-age-calculator.d.ts +7 -0
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/pregnancy-dating/index.d.ts +3 -0
- package/dist/components/pregnancy-dating/index.js +5 -0
- package/dist/components/pregnancy-dating/pregnancy-dating.d.ts +60 -0
- package/dist/i18n/locales/ar.d.ts +52 -0
- package/dist/i18n/locales/ar.js +52 -0
- package/dist/i18n/locales/de.d.ts +52 -0
- package/dist/i18n/locales/de.js +52 -0
- package/dist/i18n/locales/el.d.ts +52 -0
- package/dist/i18n/locales/el.js +52 -0
- package/dist/i18n/locales/en.d.ts +52 -0
- package/dist/i18n/locales/en.js +52 -0
- package/dist/i18n/locales/es.d.ts +52 -0
- package/dist/i18n/locales/es.js +52 -0
- package/dist/i18n/locales/fr.d.ts +52 -0
- package/dist/i18n/locales/fr.js +52 -0
- package/dist/i18n/locales/hi.d.ts +52 -0
- package/dist/i18n/locales/hi.js +52 -0
- package/dist/i18n/locales/it.d.ts +52 -0
- package/dist/i18n/locales/it.js +52 -0
- package/dist/i18n/locales/ja.d.ts +52 -0
- package/dist/i18n/locales/ja.js +52 -0
- package/dist/i18n/locales/nl.d.ts +52 -0
- package/dist/i18n/locales/nl.js +52 -0
- package/dist/i18n/locales/pl.d.ts +52 -0
- package/dist/i18n/locales/pl.js +52 -0
- package/dist/i18n/locales/pt.d.ts +52 -0
- package/dist/i18n/locales/pt.js +52 -0
- package/dist/i18n/locales/ro.d.ts +52 -0
- package/dist/i18n/locales/ro.js +52 -0
- package/dist/i18n/locales/ru.d.ts +52 -0
- package/dist/i18n/locales/ru.js +52 -0
- package/dist/i18n/locales/sq.d.ts +52 -0
- package/dist/i18n/locales/sq.js +52 -0
- package/dist/i18n/locales/sv.d.ts +52 -0
- package/dist/i18n/locales/sv.js +52 -0
- package/dist/i18n/locales/tr.d.ts +52 -0
- package/dist/i18n/locales/tr.js +52 -0
- package/dist/i18n/locales/zh.d.ts +52 -0
- package/dist/i18n/locales/zh.js +52 -0
- package/dist/index.js +632 -630
- package/dist/locales/ar.json +52 -0
- package/dist/locales/de.json +52 -0
- package/dist/locales/el.json +52 -0
- package/dist/locales/en.json +52 -0
- package/dist/locales/es.json +52 -0
- package/dist/locales/fr.json +52 -0
- package/dist/locales/hi.json +52 -0
- package/dist/locales/it.json +52 -0
- package/dist/locales/ja.json +52 -0
- package/dist/locales/nl.json +52 -0
- package/dist/locales/pl.json +52 -0
- package/dist/locales/pt.json +52 -0
- package/dist/locales/ro.json +52 -0
- package/dist/locales/ru.json +52 -0
- package/dist/locales/sq.json +52 -0
- package/dist/locales/sv.json +52 -0
- package/dist/locales/tr.json +52 -0
- package/dist/locales/zh.json +52 -0
- package/package.json +5 -1
|
@@ -2021,6 +2021,57 @@ export declare const arUi: {
|
|
|
2021
2021
|
readonly gaugeAria: "مؤشر كتلة الجسم {{bmi}} — {{category}} ({{range}})";
|
|
2022
2022
|
readonly empty: "أدخل الطول والوزن لحساب مؤشر كتلة الجسم.";
|
|
2023
2023
|
};
|
|
2024
|
+
readonly pregnancyDating: {
|
|
2025
|
+
readonly method: {
|
|
2026
|
+
readonly label: "طريقة التأريخ";
|
|
2027
|
+
readonly lmp: "آخر دورة شهرية";
|
|
2028
|
+
readonly conception: "تاريخ الإخصاب";
|
|
2029
|
+
readonly ivf: "تاريخ نقل الأجنة";
|
|
2030
|
+
readonly edd: "تاريخ الولادة المتوقع معروف";
|
|
2031
|
+
};
|
|
2032
|
+
readonly lmpDate: "أول يوم في آخر دورة شهرية";
|
|
2033
|
+
readonly conceptionDate: "تاريخ الإخصاب";
|
|
2034
|
+
readonly transferDate: "تاريخ نقل الجنين";
|
|
2035
|
+
readonly eddDate: "تاريخ الولادة المتوقع";
|
|
2036
|
+
readonly cycleLength: "طول الدورة";
|
|
2037
|
+
readonly cycleLengthHint: "متوسط عدد الأيام بين الدورات. المعيار هو 28.";
|
|
2038
|
+
readonly embryoAge: "عمر الجنين عند النقل";
|
|
2039
|
+
readonly day3: "اليوم 3";
|
|
2040
|
+
readonly day5: "اليوم 5 (الكيسة الأريمية)";
|
|
2041
|
+
readonly crl: "طول الجنين من الرأس إلى المقعدة (mm)";
|
|
2042
|
+
readonly crlHint: "اختياري — يعيد تحديد التاريخ وفقًا لـ ACOG عند اختلاف الموجات فوق الصوتية عن آخر دورة شهرية.";
|
|
2043
|
+
readonly scanDate: "تاريخ الفحص بالموجات فوق الصوتية";
|
|
2044
|
+
readonly redated: "أُعيد تحديد التاريخ بالموجات فوق الصوتية — فارق {{days}} يوم";
|
|
2045
|
+
readonly datesAgree: "الموجات فوق الصوتية تتوافق مع تواريخ آخر دورة شهرية";
|
|
2046
|
+
readonly crlOutOfRange: "طول الجنين من الرأس إلى المقعدة خارج نافذة التأريخ 45–84 mm";
|
|
2047
|
+
readonly datingAdjustment: "تعديل التأريخ (أيام)";
|
|
2048
|
+
readonly datingAdjustmentHint: "اختياري — عدِّل التأريخ ± أيام لتاريخ غير مؤكد (+ = أبعد في الحمل).";
|
|
2049
|
+
readonly asOfDate: "تاريخ التقييم";
|
|
2050
|
+
readonly asOfDateHint: "موعد تقييم عمر الحمل والجدول — يكون اليوم افتراضيًا.";
|
|
2051
|
+
readonly result: {
|
|
2052
|
+
readonly dueDateLabel: "تاريخ الولادة المتوقع";
|
|
2053
|
+
readonly gestationLabel: "عمر الحمل";
|
|
2054
|
+
readonly trimesterLabel: "الثلث";
|
|
2055
|
+
readonly gestation: "{{weeks}} أسبوع {{days}} يوم";
|
|
2056
|
+
};
|
|
2057
|
+
readonly trimester: {
|
|
2058
|
+
readonly preconception: "قبل الإخصاب";
|
|
2059
|
+
readonly first: "الثلث الأول";
|
|
2060
|
+
readonly second: "الثلث الثاني";
|
|
2061
|
+
readonly third: "الثلث الثالث";
|
|
2062
|
+
readonly postterm: "بعد الموعد";
|
|
2063
|
+
};
|
|
2064
|
+
readonly milestonesLabel: "المراحل";
|
|
2065
|
+
readonly reached: "تم الوصول";
|
|
2066
|
+
readonly milestone: {
|
|
2067
|
+
readonly w12: "نهاية الثلث الأول (12 أسبوعًا)";
|
|
2068
|
+
readonly w24: "القدرة على الحياة (24 أسبوعًا)";
|
|
2069
|
+
readonly w28: "الثلث الثالث (28 أسبوعًا)";
|
|
2070
|
+
readonly w37: "تمام الحمل (37 أسبوعًا)";
|
|
2071
|
+
readonly w40: "تاريخ الولادة (40 أسبوعًا)";
|
|
2072
|
+
};
|
|
2073
|
+
readonly empty: "اختر طريقة وتاريخًا لتأريخ الحمل.";
|
|
2074
|
+
};
|
|
2024
2075
|
readonly dueDateCalculator: {
|
|
2025
2076
|
readonly method: {
|
|
2026
2077
|
readonly label: "طريقة الحساب";
|
|
@@ -2340,6 +2391,7 @@ export declare const arUi: {
|
|
|
2340
2391
|
readonly copyTextImage: "نسخ النص + الصورة";
|
|
2341
2392
|
readonly title: {
|
|
2342
2393
|
readonly bmi: "مؤشر كتلة الجسم";
|
|
2394
|
+
readonly pregnancyDating: "تأريخ الحمل";
|
|
2343
2395
|
readonly dueDate: "تاريخ الولادة المتوقع";
|
|
2344
2396
|
readonly gestationalAge: "عمر الحمل";
|
|
2345
2397
|
readonly cycle: "توقع الدورة";
|
package/dist/i18n/locales/ar.js
CHANGED
|
@@ -1998,6 +1998,57 @@ const e = {
|
|
|
1998
1998
|
gaugeAria: "مؤشر كتلة الجسم {{bmi}} — {{category}} ({{range}})",
|
|
1999
1999
|
empty: "أدخل الطول والوزن لحساب مؤشر كتلة الجسم."
|
|
2000
2000
|
},
|
|
2001
|
+
pregnancyDating: {
|
|
2002
|
+
method: {
|
|
2003
|
+
label: "طريقة التأريخ",
|
|
2004
|
+
lmp: "آخر دورة شهرية",
|
|
2005
|
+
conception: "تاريخ الإخصاب",
|
|
2006
|
+
ivf: "تاريخ نقل الأجنة",
|
|
2007
|
+
edd: "تاريخ الولادة المتوقع معروف"
|
|
2008
|
+
},
|
|
2009
|
+
lmpDate: "أول يوم في آخر دورة شهرية",
|
|
2010
|
+
conceptionDate: "تاريخ الإخصاب",
|
|
2011
|
+
transferDate: "تاريخ نقل الجنين",
|
|
2012
|
+
eddDate: "تاريخ الولادة المتوقع",
|
|
2013
|
+
cycleLength: "طول الدورة",
|
|
2014
|
+
cycleLengthHint: "متوسط عدد الأيام بين الدورات. المعيار هو 28.",
|
|
2015
|
+
embryoAge: "عمر الجنين عند النقل",
|
|
2016
|
+
day3: "اليوم 3",
|
|
2017
|
+
day5: "اليوم 5 (الكيسة الأريمية)",
|
|
2018
|
+
crl: "طول الجنين من الرأس إلى المقعدة (mm)",
|
|
2019
|
+
crlHint: "اختياري — يعيد تحديد التاريخ وفقًا لـ ACOG عند اختلاف الموجات فوق الصوتية عن آخر دورة شهرية.",
|
|
2020
|
+
scanDate: "تاريخ الفحص بالموجات فوق الصوتية",
|
|
2021
|
+
redated: "أُعيد تحديد التاريخ بالموجات فوق الصوتية — فارق {{days}} يوم",
|
|
2022
|
+
datesAgree: "الموجات فوق الصوتية تتوافق مع تواريخ آخر دورة شهرية",
|
|
2023
|
+
crlOutOfRange: "طول الجنين من الرأس إلى المقعدة خارج نافذة التأريخ 45–84 mm",
|
|
2024
|
+
datingAdjustment: "تعديل التأريخ (أيام)",
|
|
2025
|
+
datingAdjustmentHint: "اختياري — عدِّل التأريخ ± أيام لتاريخ غير مؤكد (+ = أبعد في الحمل).",
|
|
2026
|
+
asOfDate: "تاريخ التقييم",
|
|
2027
|
+
asOfDateHint: "موعد تقييم عمر الحمل والجدول — يكون اليوم افتراضيًا.",
|
|
2028
|
+
result: {
|
|
2029
|
+
dueDateLabel: "تاريخ الولادة المتوقع",
|
|
2030
|
+
gestationLabel: "عمر الحمل",
|
|
2031
|
+
trimesterLabel: "الثلث",
|
|
2032
|
+
gestation: "{{weeks}} أسبوع {{days}} يوم"
|
|
2033
|
+
},
|
|
2034
|
+
trimester: {
|
|
2035
|
+
preconception: "قبل الإخصاب",
|
|
2036
|
+
first: "الثلث الأول",
|
|
2037
|
+
second: "الثلث الثاني",
|
|
2038
|
+
third: "الثلث الثالث",
|
|
2039
|
+
postterm: "بعد الموعد"
|
|
2040
|
+
},
|
|
2041
|
+
milestonesLabel: "المراحل",
|
|
2042
|
+
reached: "تم الوصول",
|
|
2043
|
+
milestone: {
|
|
2044
|
+
w12: "نهاية الثلث الأول (12 أسبوعًا)",
|
|
2045
|
+
w24: "القدرة على الحياة (24 أسبوعًا)",
|
|
2046
|
+
w28: "الثلث الثالث (28 أسبوعًا)",
|
|
2047
|
+
w37: "تمام الحمل (37 أسبوعًا)",
|
|
2048
|
+
w40: "تاريخ الولادة (40 أسبوعًا)"
|
|
2049
|
+
},
|
|
2050
|
+
empty: "اختر طريقة وتاريخًا لتأريخ الحمل."
|
|
2051
|
+
},
|
|
2001
2052
|
dueDateCalculator: {
|
|
2002
2053
|
method: {
|
|
2003
2054
|
label: "طريقة الحساب",
|
|
@@ -2312,6 +2363,7 @@ const e = {
|
|
|
2312
2363
|
copyTextImage: "نسخ النص + الصورة",
|
|
2313
2364
|
title: {
|
|
2314
2365
|
bmi: "مؤشر كتلة الجسم",
|
|
2366
|
+
pregnancyDating: "تأريخ الحمل",
|
|
2315
2367
|
dueDate: "تاريخ الولادة المتوقع",
|
|
2316
2368
|
gestationalAge: "عمر الحمل",
|
|
2317
2369
|
cycle: "توقع الدورة",
|
|
@@ -2021,6 +2021,57 @@ export declare const deUi: {
|
|
|
2021
2021
|
readonly gaugeAria: "Body-Mass-Index {{bmi}} — {{category}} ({{range}})";
|
|
2022
2022
|
readonly empty: "Größe und Gewicht eingeben, um den BMI zu berechnen.";
|
|
2023
2023
|
};
|
|
2024
|
+
readonly pregnancyDating: {
|
|
2025
|
+
readonly method: {
|
|
2026
|
+
readonly label: "Datierungsmethode";
|
|
2027
|
+
readonly lmp: "Letzte Periode";
|
|
2028
|
+
readonly conception: "Empfängnisdatum";
|
|
2029
|
+
readonly ivf: "Datum des Embryotransfers";
|
|
2030
|
+
readonly edd: "Bekannter Geburtstermin";
|
|
2031
|
+
};
|
|
2032
|
+
readonly lmpDate: "Erster Tag der letzten Periode";
|
|
2033
|
+
readonly conceptionDate: "Datum der Empfängnis";
|
|
2034
|
+
readonly transferDate: "Datum des Embryotransfers";
|
|
2035
|
+
readonly eddDate: "Voraussichtlicher Geburtstermin";
|
|
2036
|
+
readonly cycleLength: "Zykluslänge";
|
|
2037
|
+
readonly cycleLengthHint: "Durchschnittliche Tage zwischen den Perioden. Standard ist 28.";
|
|
2038
|
+
readonly embryoAge: "Embryonenalter beim Transfer";
|
|
2039
|
+
readonly day3: "Tag 3";
|
|
2040
|
+
readonly day5: "Tag 5 (Blastozyste)";
|
|
2041
|
+
readonly crl: "Scheitel-Steiß-Länge (mm)";
|
|
2042
|
+
readonly crlHint: "Optional — datiert gemäß ACOG neu, wenn der Ultraschall von der letzten Periode abweicht.";
|
|
2043
|
+
readonly scanDate: "Datum des Ultraschalls";
|
|
2044
|
+
readonly redated: "Durch Ultraschall neu datiert — Abweichung von {{days}} Tagen";
|
|
2045
|
+
readonly datesAgree: "Ultraschall stimmt mit dem Datum der letzten Periode überein";
|
|
2046
|
+
readonly crlOutOfRange: "SSL außerhalb des Datierungsfensters von 45–84 mm";
|
|
2047
|
+
readonly datingAdjustment: "Datierungsanpassung (Tage)";
|
|
2048
|
+
readonly datingAdjustmentHint: "Optional — die Datierung bei einem unsicheren Datum um ± Tage anpassen (+ = weiter fortgeschritten).";
|
|
2049
|
+
readonly asOfDate: "Stichtag";
|
|
2050
|
+
readonly asOfDateHint: "Zeitpunkt der Auswertung von Schwangerschaftsalter und Plan — standardmäßig heute.";
|
|
2051
|
+
readonly result: {
|
|
2052
|
+
readonly dueDateLabel: "Voraussichtlicher Geburtstermin";
|
|
2053
|
+
readonly gestationLabel: "Schwangerschaftsalter";
|
|
2054
|
+
readonly trimesterLabel: "Trimester";
|
|
2055
|
+
readonly gestation: "{{weeks}} W {{days}} T";
|
|
2056
|
+
};
|
|
2057
|
+
readonly trimester: {
|
|
2058
|
+
readonly preconception: "Vor der Empfängnis";
|
|
2059
|
+
readonly first: "Erstes Trimester";
|
|
2060
|
+
readonly second: "Zweites Trimester";
|
|
2061
|
+
readonly third: "Drittes Trimester";
|
|
2062
|
+
readonly postterm: "Übertragung";
|
|
2063
|
+
};
|
|
2064
|
+
readonly milestonesLabel: "Meilensteine";
|
|
2065
|
+
readonly reached: "Erreicht";
|
|
2066
|
+
readonly milestone: {
|
|
2067
|
+
readonly w12: "Ende des ersten Trimesters (12 W)";
|
|
2068
|
+
readonly w24: "Lebensfähigkeit (24 W)";
|
|
2069
|
+
readonly w28: "Drittes Trimester (28 W)";
|
|
2070
|
+
readonly w37: "Termingeburt (37 W)";
|
|
2071
|
+
readonly w40: "Geburtstermin (40 W)";
|
|
2072
|
+
};
|
|
2073
|
+
readonly empty: "Methode und Datum wählen, um die Schwangerschaft zu datieren.";
|
|
2074
|
+
};
|
|
2024
2075
|
readonly dueDateCalculator: {
|
|
2025
2076
|
readonly method: {
|
|
2026
2077
|
readonly label: "Berechnungsmethode";
|
|
@@ -2340,6 +2391,7 @@ export declare const deUi: {
|
|
|
2340
2391
|
readonly copyTextImage: "Text + Bild kopieren";
|
|
2341
2392
|
readonly title: {
|
|
2342
2393
|
readonly bmi: "Body-Mass-Index";
|
|
2394
|
+
readonly pregnancyDating: "Schwangerschaftsdatierung";
|
|
2343
2395
|
readonly dueDate: "Voraussichtlicher Geburtstermin";
|
|
2344
2396
|
readonly gestationalAge: "Schwangerschaftsalter";
|
|
2345
2397
|
readonly cycle: "Zyklusvorhersage";
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -1997,6 +1997,57 @@ const e = {
|
|
|
1997
1997
|
gaugeAria: "Body-Mass-Index {{bmi}} — {{category}} ({{range}})",
|
|
1998
1998
|
empty: "Größe und Gewicht eingeben, um den BMI zu berechnen."
|
|
1999
1999
|
},
|
|
2000
|
+
pregnancyDating: {
|
|
2001
|
+
method: {
|
|
2002
|
+
label: "Datierungsmethode",
|
|
2003
|
+
lmp: "Letzte Periode",
|
|
2004
|
+
conception: "Empfängnisdatum",
|
|
2005
|
+
ivf: "Datum des Embryotransfers",
|
|
2006
|
+
edd: "Bekannter Geburtstermin"
|
|
2007
|
+
},
|
|
2008
|
+
lmpDate: "Erster Tag der letzten Periode",
|
|
2009
|
+
conceptionDate: "Datum der Empfängnis",
|
|
2010
|
+
transferDate: "Datum des Embryotransfers",
|
|
2011
|
+
eddDate: "Voraussichtlicher Geburtstermin",
|
|
2012
|
+
cycleLength: "Zykluslänge",
|
|
2013
|
+
cycleLengthHint: "Durchschnittliche Tage zwischen den Perioden. Standard ist 28.",
|
|
2014
|
+
embryoAge: "Embryonenalter beim Transfer",
|
|
2015
|
+
day3: "Tag 3",
|
|
2016
|
+
day5: "Tag 5 (Blastozyste)",
|
|
2017
|
+
crl: "Scheitel-Steiß-Länge (mm)",
|
|
2018
|
+
crlHint: "Optional — datiert gemäß ACOG neu, wenn der Ultraschall von der letzten Periode abweicht.",
|
|
2019
|
+
scanDate: "Datum des Ultraschalls",
|
|
2020
|
+
redated: "Durch Ultraschall neu datiert — Abweichung von {{days}} Tagen",
|
|
2021
|
+
datesAgree: "Ultraschall stimmt mit dem Datum der letzten Periode überein",
|
|
2022
|
+
crlOutOfRange: "SSL außerhalb des Datierungsfensters von 45–84 mm",
|
|
2023
|
+
datingAdjustment: "Datierungsanpassung (Tage)",
|
|
2024
|
+
datingAdjustmentHint: "Optional — die Datierung bei einem unsicheren Datum um ± Tage anpassen (+ = weiter fortgeschritten).",
|
|
2025
|
+
asOfDate: "Stichtag",
|
|
2026
|
+
asOfDateHint: "Zeitpunkt der Auswertung von Schwangerschaftsalter und Plan — standardmäßig heute.",
|
|
2027
|
+
result: {
|
|
2028
|
+
dueDateLabel: "Voraussichtlicher Geburtstermin",
|
|
2029
|
+
gestationLabel: "Schwangerschaftsalter",
|
|
2030
|
+
trimesterLabel: "Trimester",
|
|
2031
|
+
gestation: "{{weeks}} W {{days}} T"
|
|
2032
|
+
},
|
|
2033
|
+
trimester: {
|
|
2034
|
+
preconception: "Vor der Empfängnis",
|
|
2035
|
+
first: "Erstes Trimester",
|
|
2036
|
+
second: "Zweites Trimester",
|
|
2037
|
+
third: "Drittes Trimester",
|
|
2038
|
+
postterm: "Übertragung"
|
|
2039
|
+
},
|
|
2040
|
+
milestonesLabel: "Meilensteine",
|
|
2041
|
+
reached: "Erreicht",
|
|
2042
|
+
milestone: {
|
|
2043
|
+
w12: "Ende des ersten Trimesters (12 W)",
|
|
2044
|
+
w24: "Lebensfähigkeit (24 W)",
|
|
2045
|
+
w28: "Drittes Trimester (28 W)",
|
|
2046
|
+
w37: "Termingeburt (37 W)",
|
|
2047
|
+
w40: "Geburtstermin (40 W)"
|
|
2048
|
+
},
|
|
2049
|
+
empty: "Methode und Datum wählen, um die Schwangerschaft zu datieren."
|
|
2050
|
+
},
|
|
2000
2051
|
dueDateCalculator: {
|
|
2001
2052
|
method: {
|
|
2002
2053
|
label: "Berechnungsmethode",
|
|
@@ -2311,6 +2362,7 @@ const e = {
|
|
|
2311
2362
|
copyTextImage: "Text + Bild kopieren",
|
|
2312
2363
|
title: {
|
|
2313
2364
|
bmi: "Body-Mass-Index",
|
|
2365
|
+
pregnancyDating: "Schwangerschaftsdatierung",
|
|
2314
2366
|
dueDate: "Voraussichtlicher Geburtstermin",
|
|
2315
2367
|
gestationalAge: "Schwangerschaftsalter",
|
|
2316
2368
|
cycle: "Zyklusvorhersage",
|
|
@@ -2018,6 +2018,57 @@ export declare const elUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Δείκτης μάζας σώματος {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "Εισαγάγετε ύψος και βάρος για τον υπολογισμό του ΔΜΣ.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Μέθοδος χρονολόγησης";
|
|
2024
|
+
readonly lmp: "Τελευταία έμμηνος ρύση";
|
|
2025
|
+
readonly conception: "Ημερομηνία σύλληψης";
|
|
2026
|
+
readonly ivf: "Ημερομηνία εμβρυομεταφοράς (εξωσωματική)";
|
|
2027
|
+
readonly edd: "Γνωστή ημερομηνία τοκετού";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "Πρώτη ημέρα τελευταίας περιόδου";
|
|
2030
|
+
readonly conceptionDate: "Ημερομηνία σύλληψης";
|
|
2031
|
+
readonly transferDate: "Ημερομηνία εμβρυομεταφοράς";
|
|
2032
|
+
readonly eddDate: "Πιθανή ημερομηνία τοκετού";
|
|
2033
|
+
readonly cycleLength: "Διάρκεια κύκλου";
|
|
2034
|
+
readonly cycleLengthHint: "Μέσος αριθμός ημερών μεταξύ περιόδων. Το σύνηθες είναι 28.";
|
|
2035
|
+
readonly embryoAge: "Ηλικία εμβρύου κατά τη μεταφορά";
|
|
2036
|
+
readonly day3: "Ημέρα 3";
|
|
2037
|
+
readonly day5: "Ημέρα 5 (βλαστοκύστη)";
|
|
2038
|
+
readonly crl: "Κεφαλοουραίο μήκος (mm)";
|
|
2039
|
+
readonly crlHint: "Προαιρετικό — επανυπολογίζει την πιθανή ημερομηνία τοκετού κατά ACOG όταν διαφέρει από την τελευταία έμμηνο ρύση.";
|
|
2040
|
+
readonly scanDate: "Ημερομηνία υπερηχογραφήματος";
|
|
2041
|
+
readonly redated: "Επαναϋπολογισμός βάσει υπερηχογραφήματος — διαφορά {{days}} ημερών";
|
|
2042
|
+
readonly datesAgree: "Το υπερηχογράφημα συμφωνεί με τις ημερομηνίες της τελευταίας εμμήνου ρύσης";
|
|
2043
|
+
readonly crlOutOfRange: "Το CRL είναι εκτός του παραθύρου χρονολόγησης 45–84 mm";
|
|
2044
|
+
readonly datingAdjustment: "Προσαρμογή χρονολόγησης (ημέρες)";
|
|
2045
|
+
readonly datingAdjustmentHint: "Προαιρετικό — μετατοπίστε τη χρονολόγηση ± ημέρες για αβέβαιη ημερομηνία (+ = πιο προχωρημένη κύηση).";
|
|
2046
|
+
readonly asOfDate: "Ημερομηνία αναφοράς";
|
|
2047
|
+
readonly asOfDateHint: "Πότε υπολογίζονται η ηλικία κύησης και το πρόγραμμα — προεπιλογή είναι η σημερινή ημέρα.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Πιθανή ημερομηνία τοκετού";
|
|
2050
|
+
readonly gestationLabel: "Ηλικία κύησης";
|
|
2051
|
+
readonly trimesterLabel: "Τρίμηνο";
|
|
2052
|
+
readonly gestation: "{{weeks}} εβδ {{days}} ημ";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Πριν τη σύλληψη";
|
|
2056
|
+
readonly first: "Πρώτο τρίμηνο";
|
|
2057
|
+
readonly second: "Δεύτερο τρίμηνο";
|
|
2058
|
+
readonly third: "Τρίτο τρίμηνο";
|
|
2059
|
+
readonly postterm: "Παράταση κύησης";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Ορόσημα";
|
|
2062
|
+
readonly reached: "Συμπληρώθηκε";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "Τέλος πρώτου τριμήνου (12 εβδ)";
|
|
2065
|
+
readonly w24: "Βιωσιμότητα (24 εβδ)";
|
|
2066
|
+
readonly w28: "Τρίτο τρίμηνο (28 εβδ)";
|
|
2067
|
+
readonly w37: "Τελειόμηνη κύηση (37 εβδ)";
|
|
2068
|
+
readonly w40: "Πιθανή ημερομηνία τοκετού (40 εβδ)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Επιλέξτε μέθοδο και ημερομηνία για τη χρονολόγηση της εγκυμοσύνης.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Μέθοδος υπολογισμού";
|
|
@@ -2245,6 +2296,7 @@ export declare const elUi: {
|
|
|
2245
2296
|
readonly copyTextImage: "Αντιγραφή κειμένου + εικόνας";
|
|
2246
2297
|
readonly title: {
|
|
2247
2298
|
readonly bmi: "Δείκτης μάζας σώματος";
|
|
2299
|
+
readonly pregnancyDating: "Χρονολόγηση εγκυμοσύνης";
|
|
2248
2300
|
readonly dueDate: "Πιθανή ημερομηνία τοκετού";
|
|
2249
2301
|
readonly gestationalAge: "Ηλικία κύησης";
|
|
2250
2302
|
readonly cycle: "Πρόβλεψη κύκλου";
|
package/dist/i18n/locales/el.js
CHANGED
|
@@ -1998,6 +1998,57 @@ const e = {
|
|
|
1998
1998
|
gaugeAria: "Δείκτης μάζας σώματος {{bmi}} — {{category}} ({{range}})",
|
|
1999
1999
|
empty: "Εισαγάγετε ύψος και βάρος για τον υπολογισμό του ΔΜΣ."
|
|
2000
2000
|
},
|
|
2001
|
+
pregnancyDating: {
|
|
2002
|
+
method: {
|
|
2003
|
+
label: "Μέθοδος χρονολόγησης",
|
|
2004
|
+
lmp: "Τελευταία έμμηνος ρύση",
|
|
2005
|
+
conception: "Ημερομηνία σύλληψης",
|
|
2006
|
+
ivf: "Ημερομηνία εμβρυομεταφοράς (εξωσωματική)",
|
|
2007
|
+
edd: "Γνωστή ημερομηνία τοκετού"
|
|
2008
|
+
},
|
|
2009
|
+
lmpDate: "Πρώτη ημέρα τελευταίας περιόδου",
|
|
2010
|
+
conceptionDate: "Ημερομηνία σύλληψης",
|
|
2011
|
+
transferDate: "Ημερομηνία εμβρυομεταφοράς",
|
|
2012
|
+
eddDate: "Πιθανή ημερομηνία τοκετού",
|
|
2013
|
+
cycleLength: "Διάρκεια κύκλου",
|
|
2014
|
+
cycleLengthHint: "Μέσος αριθμός ημερών μεταξύ περιόδων. Το σύνηθες είναι 28.",
|
|
2015
|
+
embryoAge: "Ηλικία εμβρύου κατά τη μεταφορά",
|
|
2016
|
+
day3: "Ημέρα 3",
|
|
2017
|
+
day5: "Ημέρα 5 (βλαστοκύστη)",
|
|
2018
|
+
crl: "Κεφαλοουραίο μήκος (mm)",
|
|
2019
|
+
crlHint: "Προαιρετικό — επανυπολογίζει την πιθανή ημερομηνία τοκετού κατά ACOG όταν διαφέρει από την τελευταία έμμηνο ρύση.",
|
|
2020
|
+
scanDate: "Ημερομηνία υπερηχογραφήματος",
|
|
2021
|
+
redated: "Επαναϋπολογισμός βάσει υπερηχογραφήματος — διαφορά {{days}} ημερών",
|
|
2022
|
+
datesAgree: "Το υπερηχογράφημα συμφωνεί με τις ημερομηνίες της τελευταίας εμμήνου ρύσης",
|
|
2023
|
+
crlOutOfRange: "Το CRL είναι εκτός του παραθύρου χρονολόγησης 45–84 mm",
|
|
2024
|
+
datingAdjustment: "Προσαρμογή χρονολόγησης (ημέρες)",
|
|
2025
|
+
datingAdjustmentHint: "Προαιρετικό — μετατοπίστε τη χρονολόγηση ± ημέρες για αβέβαιη ημερομηνία (+ = πιο προχωρημένη κύηση).",
|
|
2026
|
+
asOfDate: "Ημερομηνία αναφοράς",
|
|
2027
|
+
asOfDateHint: "Πότε υπολογίζονται η ηλικία κύησης και το πρόγραμμα — προεπιλογή είναι η σημερινή ημέρα.",
|
|
2028
|
+
result: {
|
|
2029
|
+
dueDateLabel: "Πιθανή ημερομηνία τοκετού",
|
|
2030
|
+
gestationLabel: "Ηλικία κύησης",
|
|
2031
|
+
trimesterLabel: "Τρίμηνο",
|
|
2032
|
+
gestation: "{{weeks}} εβδ {{days}} ημ"
|
|
2033
|
+
},
|
|
2034
|
+
trimester: {
|
|
2035
|
+
preconception: "Πριν τη σύλληψη",
|
|
2036
|
+
first: "Πρώτο τρίμηνο",
|
|
2037
|
+
second: "Δεύτερο τρίμηνο",
|
|
2038
|
+
third: "Τρίτο τρίμηνο",
|
|
2039
|
+
postterm: "Παράταση κύησης"
|
|
2040
|
+
},
|
|
2041
|
+
milestonesLabel: "Ορόσημα",
|
|
2042
|
+
reached: "Συμπληρώθηκε",
|
|
2043
|
+
milestone: {
|
|
2044
|
+
w12: "Τέλος πρώτου τριμήνου (12 εβδ)",
|
|
2045
|
+
w24: "Βιωσιμότητα (24 εβδ)",
|
|
2046
|
+
w28: "Τρίτο τρίμηνο (28 εβδ)",
|
|
2047
|
+
w37: "Τελειόμηνη κύηση (37 εβδ)",
|
|
2048
|
+
w40: "Πιθανή ημερομηνία τοκετού (40 εβδ)"
|
|
2049
|
+
},
|
|
2050
|
+
empty: "Επιλέξτε μέθοδο και ημερομηνία για τη χρονολόγηση της εγκυμοσύνης."
|
|
2051
|
+
},
|
|
2001
2052
|
dueDateCalculator: {
|
|
2002
2053
|
method: {
|
|
2003
2054
|
label: "Μέθοδος υπολογισμού",
|
|
@@ -2229,6 +2280,7 @@ const e = {
|
|
|
2229
2280
|
copyTextImage: "Αντιγραφή κειμένου + εικόνας",
|
|
2230
2281
|
title: {
|
|
2231
2282
|
bmi: "Δείκτης μάζας σώματος",
|
|
2283
|
+
pregnancyDating: "Χρονολόγηση εγκυμοσύνης",
|
|
2232
2284
|
dueDate: "Πιθανή ημερομηνία τοκετού",
|
|
2233
2285
|
gestationalAge: "Ηλικία κύησης",
|
|
2234
2286
|
cycle: "Πρόβλεψη κύκλου",
|
|
@@ -2018,6 +2018,57 @@ export declare const enUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Body mass index {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "Enter a height and weight to see the BMI.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Dating method";
|
|
2024
|
+
readonly lmp: "Last menstrual period";
|
|
2025
|
+
readonly conception: "Conception date";
|
|
2026
|
+
readonly ivf: "IVF transfer date";
|
|
2027
|
+
readonly edd: "Known due date";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "First day of last period";
|
|
2030
|
+
readonly conceptionDate: "Date of conception";
|
|
2031
|
+
readonly transferDate: "Embryo transfer date";
|
|
2032
|
+
readonly eddDate: "Estimated due date";
|
|
2033
|
+
readonly cycleLength: "Cycle length";
|
|
2034
|
+
readonly cycleLengthHint: "Average days between periods. Standard is 28.";
|
|
2035
|
+
readonly embryoAge: "Embryo age at transfer";
|
|
2036
|
+
readonly day3: "Day 3";
|
|
2037
|
+
readonly day5: "Day 5 (blastocyst)";
|
|
2038
|
+
readonly crl: "Crown-rump length (mm)";
|
|
2039
|
+
readonly crlHint: "Optional — re-dates per ACOG when the ultrasound differs from the LMP.";
|
|
2040
|
+
readonly scanDate: "Ultrasound date";
|
|
2041
|
+
readonly redated: "Re-dated by ultrasound — {{days}}-day discrepancy";
|
|
2042
|
+
readonly datesAgree: "Ultrasound agrees with the LMP dates";
|
|
2043
|
+
readonly crlOutOfRange: "CRL outside the 45–84 mm dating window";
|
|
2044
|
+
readonly datingAdjustment: "Dating adjustment (days)";
|
|
2045
|
+
readonly datingAdjustmentHint: "Optional — nudge the dating ± days for an uncertain date (+ = further along).";
|
|
2046
|
+
readonly asOfDate: "As of date";
|
|
2047
|
+
readonly asOfDateHint: "When to evaluate gestational age and the schedule — defaults to today.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Estimated due date";
|
|
2050
|
+
readonly gestationLabel: "Gestational age";
|
|
2051
|
+
readonly trimesterLabel: "Trimester";
|
|
2052
|
+
readonly gestation: "{{weeks}}w {{days}}d";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Before conception";
|
|
2056
|
+
readonly first: "First trimester";
|
|
2057
|
+
readonly second: "Second trimester";
|
|
2058
|
+
readonly third: "Third trimester";
|
|
2059
|
+
readonly postterm: "Post-term";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Milestones";
|
|
2062
|
+
readonly reached: "Reached";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "End of first trimester (12w)";
|
|
2065
|
+
readonly w24: "Viability (24w)";
|
|
2066
|
+
readonly w28: "Third trimester (28w)";
|
|
2067
|
+
readonly w37: "Term (37w)";
|
|
2068
|
+
readonly w40: "Due date (40w)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Choose a method and date to date the pregnancy.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Calculation method";
|
|
@@ -2337,6 +2388,7 @@ export declare const enUi: {
|
|
|
2337
2388
|
readonly copyTextImage: "Copy text + image";
|
|
2338
2389
|
readonly title: {
|
|
2339
2390
|
readonly bmi: "Body mass index";
|
|
2391
|
+
readonly pregnancyDating: "Pregnancy dating";
|
|
2340
2392
|
readonly dueDate: "Estimated due date";
|
|
2341
2393
|
readonly gestationalAge: "Gestational age";
|
|
2342
2394
|
readonly cycle: "Cycle prediction";
|
package/dist/i18n/locales/en.js
CHANGED
|
@@ -1994,6 +1994,57 @@ const e = {
|
|
|
1994
1994
|
gaugeAria: "Body mass index {{bmi}} — {{category}} ({{range}})",
|
|
1995
1995
|
empty: "Enter a height and weight to see the BMI."
|
|
1996
1996
|
},
|
|
1997
|
+
pregnancyDating: {
|
|
1998
|
+
method: {
|
|
1999
|
+
label: "Dating method",
|
|
2000
|
+
lmp: "Last menstrual period",
|
|
2001
|
+
conception: "Conception date",
|
|
2002
|
+
ivf: "IVF transfer date",
|
|
2003
|
+
edd: "Known due date"
|
|
2004
|
+
},
|
|
2005
|
+
lmpDate: "First day of last period",
|
|
2006
|
+
conceptionDate: "Date of conception",
|
|
2007
|
+
transferDate: "Embryo transfer date",
|
|
2008
|
+
eddDate: "Estimated due date",
|
|
2009
|
+
cycleLength: "Cycle length",
|
|
2010
|
+
cycleLengthHint: "Average days between periods. Standard is 28.",
|
|
2011
|
+
embryoAge: "Embryo age at transfer",
|
|
2012
|
+
day3: "Day 3",
|
|
2013
|
+
day5: "Day 5 (blastocyst)",
|
|
2014
|
+
crl: "Crown-rump length (mm)",
|
|
2015
|
+
crlHint: "Optional — re-dates per ACOG when the ultrasound differs from the LMP.",
|
|
2016
|
+
scanDate: "Ultrasound date",
|
|
2017
|
+
redated: "Re-dated by ultrasound — {{days}}-day discrepancy",
|
|
2018
|
+
datesAgree: "Ultrasound agrees with the LMP dates",
|
|
2019
|
+
crlOutOfRange: "CRL outside the 45–84 mm dating window",
|
|
2020
|
+
datingAdjustment: "Dating adjustment (days)",
|
|
2021
|
+
datingAdjustmentHint: "Optional — nudge the dating ± days for an uncertain date (+ = further along).",
|
|
2022
|
+
asOfDate: "As of date",
|
|
2023
|
+
asOfDateHint: "When to evaluate gestational age and the schedule — defaults to today.",
|
|
2024
|
+
result: {
|
|
2025
|
+
dueDateLabel: "Estimated due date",
|
|
2026
|
+
gestationLabel: "Gestational age",
|
|
2027
|
+
trimesterLabel: "Trimester",
|
|
2028
|
+
gestation: "{{weeks}}w {{days}}d"
|
|
2029
|
+
},
|
|
2030
|
+
trimester: {
|
|
2031
|
+
preconception: "Before conception",
|
|
2032
|
+
first: "First trimester",
|
|
2033
|
+
second: "Second trimester",
|
|
2034
|
+
third: "Third trimester",
|
|
2035
|
+
postterm: "Post-term"
|
|
2036
|
+
},
|
|
2037
|
+
milestonesLabel: "Milestones",
|
|
2038
|
+
reached: "Reached",
|
|
2039
|
+
milestone: {
|
|
2040
|
+
w12: "End of first trimester (12w)",
|
|
2041
|
+
w24: "Viability (24w)",
|
|
2042
|
+
w28: "Third trimester (28w)",
|
|
2043
|
+
w37: "Term (37w)",
|
|
2044
|
+
w40: "Due date (40w)"
|
|
2045
|
+
},
|
|
2046
|
+
empty: "Choose a method and date to date the pregnancy."
|
|
2047
|
+
},
|
|
1997
2048
|
dueDateCalculator: {
|
|
1998
2049
|
method: {
|
|
1999
2050
|
label: "Calculation method",
|
|
@@ -2308,6 +2359,7 @@ const e = {
|
|
|
2308
2359
|
copyTextImage: "Copy text + image",
|
|
2309
2360
|
title: {
|
|
2310
2361
|
bmi: "Body mass index",
|
|
2362
|
+
pregnancyDating: "Pregnancy dating",
|
|
2311
2363
|
dueDate: "Estimated due date",
|
|
2312
2364
|
gestationalAge: "Gestational age",
|
|
2313
2365
|
cycle: "Cycle prediction",
|
|
@@ -2018,6 +2018,57 @@ export declare const esUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Índice de masa corporal {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "Introduce altura y peso para calcular el IMC.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Método de datación";
|
|
2024
|
+
readonly lmp: "Última menstruación";
|
|
2025
|
+
readonly conception: "Fecha de concepción";
|
|
2026
|
+
readonly ivf: "Fecha de transferencia (FIV)";
|
|
2027
|
+
readonly edd: "Fecha probable de parto conocida";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "Primer día de la última menstruación";
|
|
2030
|
+
readonly conceptionDate: "Fecha de concepción";
|
|
2031
|
+
readonly transferDate: "Fecha de transferencia embrionaria";
|
|
2032
|
+
readonly eddDate: "Fecha probable de parto";
|
|
2033
|
+
readonly cycleLength: "Duración del ciclo";
|
|
2034
|
+
readonly cycleLengthHint: "Días promedio entre menstruaciones. El estándar es 28.";
|
|
2035
|
+
readonly embryoAge: "Edad del embrión en la transferencia";
|
|
2036
|
+
readonly day3: "Día 3";
|
|
2037
|
+
readonly day5: "Día 5 (blastocisto)";
|
|
2038
|
+
readonly crl: "Longitud cráneo-caudal (mm)";
|
|
2039
|
+
readonly crlHint: "Opcional — recalcula la fecha de parto según la ACOG cuando difiere de la FUR.";
|
|
2040
|
+
readonly scanDate: "Fecha de la ecografía";
|
|
2041
|
+
readonly redated: "Recalculada por ecografía — discrepancia de {{days}} días";
|
|
2042
|
+
readonly datesAgree: "La ecografía coincide con las fechas de la FUR";
|
|
2043
|
+
readonly crlOutOfRange: "CRL fuera de la ventana de datación de 45–84 mm";
|
|
2044
|
+
readonly datingAdjustment: "Ajuste de datación (días)";
|
|
2045
|
+
readonly datingAdjustmentHint: "Opcional — ajusta la datación ± días para una fecha incierta (+ = más avanzada).";
|
|
2046
|
+
readonly asOfDate: "Fecha de evaluación";
|
|
2047
|
+
readonly asOfDateHint: "Cuándo evaluar la edad gestacional y el calendario — por defecto es hoy.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Fecha probable de parto";
|
|
2050
|
+
readonly gestationLabel: "Edad gestacional";
|
|
2051
|
+
readonly trimesterLabel: "Trimestre";
|
|
2052
|
+
readonly gestation: "{{weeks}} sem {{days}} d";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Antes de la concepción";
|
|
2056
|
+
readonly first: "Primer trimestre";
|
|
2057
|
+
readonly second: "Segundo trimestre";
|
|
2058
|
+
readonly third: "Tercer trimestre";
|
|
2059
|
+
readonly postterm: "Postérmino";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Hitos";
|
|
2062
|
+
readonly reached: "Alcanzado";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "Fin del primer trimestre (12 sem)";
|
|
2065
|
+
readonly w24: "Viabilidad (24 sem)";
|
|
2066
|
+
readonly w28: "Tercer trimestre (28 sem)";
|
|
2067
|
+
readonly w37: "A término (37 sem)";
|
|
2068
|
+
readonly w40: "Fecha probable de parto (40 sem)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Elige un método y una fecha para datar el embarazo.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Método de cálculo";
|
|
@@ -2245,6 +2296,7 @@ export declare const esUi: {
|
|
|
2245
2296
|
readonly copyTextImage: "Copiar texto + imagen";
|
|
2246
2297
|
readonly title: {
|
|
2247
2298
|
readonly bmi: "Índice de masa corporal";
|
|
2299
|
+
readonly pregnancyDating: "Datación del embarazo";
|
|
2248
2300
|
readonly dueDate: "Fecha probable de parto";
|
|
2249
2301
|
readonly gestationalAge: "Edad gestacional";
|
|
2250
2302
|
readonly cycle: "Predicción del ciclo";
|