@alfadocs/ui-kit 0.49.0 → 0.50.1
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/{bishop-score-2MzAz8NE.js → bishop-score-CMQxsdy4.js} +2 -2
- package/dist/_chunks/{bmi-calculator-DdylQzT6.js → bmi-calculator-DuUneHuZ.js} +2 -2
- package/dist/_chunks/{cycle-calculator-oOkj5wlB.js → cycle-calculator-vTtZZAmn.js} +2 -2
- package/dist/_chunks/{due-date-calculator-tDqZXPWO.js → due-date-calculator-CUm5KJbf.js} +3 -3
- package/dist/_chunks/{fetal-weight-Da-B4P4k.js → fetal-weight-Xf8-ZoDy.js} +2 -2
- package/dist/_chunks/{gestational-age-calculator-DbDfTJU2.js → gestational-age-calculator-830KJql3.js} +3 -3
- package/dist/_chunks/{hcg-doubling-DAnpbale.js → hcg-doubling-kVOpDfny.js} +2 -2
- package/dist/_chunks/insert-result-njqBthzT.js +742 -0
- package/dist/_chunks/pregnancy-dating-DT_244bG.js +421 -0
- package/dist/_chunks/{pregnancy-weight-gain-CCGrvarh.js → pregnancy-weight-gain-BMRBeA8V.js} +2 -2
- package/dist/_chunks/{unit-converter-jWp3Z85y.js → unit-converter-BQ6lEYvd.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/bishop-score/index.js +1 -1
- package/dist/components/bmi-calculator/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +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/fetal-weight/index.js +1 -1
- 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/hcg-doubling/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/components/pregnancy-weight-gain/index.js +1 -1
- package/dist/components/unit-converter/index.js +1 -1
- 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
- package/dist/_chunks/insert-result-DNdi_JYW.js +0 -683
|
@@ -2018,6 +2018,57 @@ export declare const sqUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Indeksi i masës trupore {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "Vendos gjatësinë dhe peshën për të llogaritur IMT-në.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Metoda e datimit";
|
|
2024
|
+
readonly lmp: "Menstruacionet e fundit";
|
|
2025
|
+
readonly conception: "Data e ngjizjes";
|
|
2026
|
+
readonly ivf: "Data e transferimit (FIV)";
|
|
2027
|
+
readonly edd: "Data e parashikuar e lindjes";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "Dita e parë e menstruacioneve të fundit";
|
|
2030
|
+
readonly conceptionDate: "Data e ngjizjes";
|
|
2031
|
+
readonly transferDate: "Data e transferimit të embrionit";
|
|
2032
|
+
readonly eddDate: "Data e parashikuar e lindjes";
|
|
2033
|
+
readonly cycleLength: "Gjatësia e ciklit";
|
|
2034
|
+
readonly cycleLengthHint: "Ditët mesatare midis menstruacioneve. Standardi është 28.";
|
|
2035
|
+
readonly embryoAge: "Mosha e embrionit në transferim";
|
|
2036
|
+
readonly day3: "Dita 3";
|
|
2037
|
+
readonly day5: "Dita 5 (blastocist)";
|
|
2038
|
+
readonly crl: "Gjatësia kokë-vithe (mm)";
|
|
2039
|
+
readonly crlHint: "Opsionale — ridaton sipas ACOG kur ekografia ndryshon nga menstruacionet e fundit.";
|
|
2040
|
+
readonly scanDate: "Data e ekografisë";
|
|
2041
|
+
readonly redated: "Ridatuar nga ekografia — mospërputhje {{days}} ditë";
|
|
2042
|
+
readonly datesAgree: "Ekografia përputhet me datat e menstruacioneve të fundit";
|
|
2043
|
+
readonly crlOutOfRange: "Gjatësia kokë-vithe jashtë dritares së datimit 45–84 mm";
|
|
2044
|
+
readonly datingAdjustment: "Rregullimi i datimit (ditë)";
|
|
2045
|
+
readonly datingAdjustmentHint: "Opsionale — zhvendos datimin ± ditë për një datë të pasigurt (+ = më përpara).";
|
|
2046
|
+
readonly asOfDate: "Data e referencës";
|
|
2047
|
+
readonly asOfDateHint: "Kur të vlerësohet mosha gestacionale dhe plani — si parazgjedhje sot.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Data e parashikuar e lindjes";
|
|
2050
|
+
readonly gestationLabel: "Mosha gestacionale";
|
|
2051
|
+
readonly trimesterLabel: "Tremujori";
|
|
2052
|
+
readonly gestation: "{{weeks}} javë {{days}} ditë";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Para ngjizjes";
|
|
2056
|
+
readonly first: "Tremujori i parë";
|
|
2057
|
+
readonly second: "Tremujori i dytë";
|
|
2058
|
+
readonly third: "Tremujori i tretë";
|
|
2059
|
+
readonly postterm: "Pas afatit";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Etapat";
|
|
2062
|
+
readonly reached: "Arritur";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "Fundi i tremujorit të parë (12 javë)";
|
|
2065
|
+
readonly w24: "Vitaliteti (24 javë)";
|
|
2066
|
+
readonly w28: "Tremujori i tretë (28 javë)";
|
|
2067
|
+
readonly w37: "Në afat (37 javë)";
|
|
2068
|
+
readonly w40: "Data e parashikuar (40 javë)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Zgjidh një metodë dhe një datë për të datuar shtatzëninë.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Metoda e llogaritjes";
|
|
@@ -2245,6 +2296,7 @@ export declare const sqUi: {
|
|
|
2245
2296
|
readonly copyTextImage: "Kopjo tekst + imazh";
|
|
2246
2297
|
readonly title: {
|
|
2247
2298
|
readonly bmi: "Indeksi i masës trupore";
|
|
2299
|
+
readonly pregnancyDating: "Datimi i shtatzënisë";
|
|
2248
2300
|
readonly dueDate: "Data e parashikuar e lindjes";
|
|
2249
2301
|
readonly gestationalAge: "Mosha gestacionale";
|
|
2250
2302
|
readonly cycle: "Parashikimi i ciklit";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1996,6 +1996,57 @@ const e = {
|
|
|
1996
1996
|
gaugeAria: "Indeksi i masës trupore {{bmi}} — {{category}} ({{range}})",
|
|
1997
1997
|
empty: "Vendos gjatësinë dhe peshën për të llogaritur IMT-në."
|
|
1998
1998
|
},
|
|
1999
|
+
pregnancyDating: {
|
|
2000
|
+
method: {
|
|
2001
|
+
label: "Metoda e datimit",
|
|
2002
|
+
lmp: "Menstruacionet e fundit",
|
|
2003
|
+
conception: "Data e ngjizjes",
|
|
2004
|
+
ivf: "Data e transferimit (FIV)",
|
|
2005
|
+
edd: "Data e parashikuar e lindjes"
|
|
2006
|
+
},
|
|
2007
|
+
lmpDate: "Dita e parë e menstruacioneve të fundit",
|
|
2008
|
+
conceptionDate: "Data e ngjizjes",
|
|
2009
|
+
transferDate: "Data e transferimit të embrionit",
|
|
2010
|
+
eddDate: "Data e parashikuar e lindjes",
|
|
2011
|
+
cycleLength: "Gjatësia e ciklit",
|
|
2012
|
+
cycleLengthHint: "Ditët mesatare midis menstruacioneve. Standardi është 28.",
|
|
2013
|
+
embryoAge: "Mosha e embrionit në transferim",
|
|
2014
|
+
day3: "Dita 3",
|
|
2015
|
+
day5: "Dita 5 (blastocist)",
|
|
2016
|
+
crl: "Gjatësia kokë-vithe (mm)",
|
|
2017
|
+
crlHint: "Opsionale — ridaton sipas ACOG kur ekografia ndryshon nga menstruacionet e fundit.",
|
|
2018
|
+
scanDate: "Data e ekografisë",
|
|
2019
|
+
redated: "Ridatuar nga ekografia — mospërputhje {{days}} ditë",
|
|
2020
|
+
datesAgree: "Ekografia përputhet me datat e menstruacioneve të fundit",
|
|
2021
|
+
crlOutOfRange: "Gjatësia kokë-vithe jashtë dritares së datimit 45–84 mm",
|
|
2022
|
+
datingAdjustment: "Rregullimi i datimit (ditë)",
|
|
2023
|
+
datingAdjustmentHint: "Opsionale — zhvendos datimin ± ditë për një datë të pasigurt (+ = më përpara).",
|
|
2024
|
+
asOfDate: "Data e referencës",
|
|
2025
|
+
asOfDateHint: "Kur të vlerësohet mosha gestacionale dhe plani — si parazgjedhje sot.",
|
|
2026
|
+
result: {
|
|
2027
|
+
dueDateLabel: "Data e parashikuar e lindjes",
|
|
2028
|
+
gestationLabel: "Mosha gestacionale",
|
|
2029
|
+
trimesterLabel: "Tremujori",
|
|
2030
|
+
gestation: "{{weeks}} javë {{days}} ditë"
|
|
2031
|
+
},
|
|
2032
|
+
trimester: {
|
|
2033
|
+
preconception: "Para ngjizjes",
|
|
2034
|
+
first: "Tremujori i parë",
|
|
2035
|
+
second: "Tremujori i dytë",
|
|
2036
|
+
third: "Tremujori i tretë",
|
|
2037
|
+
postterm: "Pas afatit"
|
|
2038
|
+
},
|
|
2039
|
+
milestonesLabel: "Etapat",
|
|
2040
|
+
reached: "Arritur",
|
|
2041
|
+
milestone: {
|
|
2042
|
+
w12: "Fundi i tremujorit të parë (12 javë)",
|
|
2043
|
+
w24: "Vitaliteti (24 javë)",
|
|
2044
|
+
w28: "Tremujori i tretë (28 javë)",
|
|
2045
|
+
w37: "Në afat (37 javë)",
|
|
2046
|
+
w40: "Data e parashikuar (40 javë)"
|
|
2047
|
+
},
|
|
2048
|
+
empty: "Zgjidh një metodë dhe një datë për të datuar shtatzëninë."
|
|
2049
|
+
},
|
|
1999
2050
|
dueDateCalculator: {
|
|
2000
2051
|
method: {
|
|
2001
2052
|
label: "Metoda e llogaritjes",
|
|
@@ -2227,6 +2278,7 @@ const e = {
|
|
|
2227
2278
|
copyTextImage: "Kopjo tekst + imazh",
|
|
2228
2279
|
title: {
|
|
2229
2280
|
bmi: "Indeksi i masës trupore",
|
|
2281
|
+
pregnancyDating: "Datimi i shtatzënisë",
|
|
2230
2282
|
dueDate: "Data e parashikuar e lindjes",
|
|
2231
2283
|
gestationalAge: "Mosha gestacionale",
|
|
2232
2284
|
cycle: "Parashikimi i ciklit",
|
|
@@ -2018,6 +2018,57 @@ export declare const svUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Body mass index {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "Ange längd och vikt för att beräkna BMI.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Dateringsmetod";
|
|
2024
|
+
readonly lmp: "Senaste mens";
|
|
2025
|
+
readonly conception: "Befruktningsdatum";
|
|
2026
|
+
readonly ivf: "Datum för embryoåterföring (IVF)";
|
|
2027
|
+
readonly edd: "Känt förlossningsdatum";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "Första dagen av senaste mens";
|
|
2030
|
+
readonly conceptionDate: "Befruktningsdatum";
|
|
2031
|
+
readonly transferDate: "Datum för embryoåterföring";
|
|
2032
|
+
readonly eddDate: "Beräknat förlossningsdatum";
|
|
2033
|
+
readonly cycleLength: "Cykellängd";
|
|
2034
|
+
readonly cycleLengthHint: "Genomsnittligt antal dagar mellan menstruationer. Standard är 28.";
|
|
2035
|
+
readonly embryoAge: "Embryots ålder vid återföring";
|
|
2036
|
+
readonly day3: "Dag 3";
|
|
2037
|
+
readonly day5: "Dag 5 (blastocyst)";
|
|
2038
|
+
readonly crl: "Hjässa-säte-längd (mm)";
|
|
2039
|
+
readonly crlHint: "Valfritt — omdaterar enligt ACOG när ultraljudet skiljer sig från senaste mens.";
|
|
2040
|
+
readonly scanDate: "Datum för ultraljud";
|
|
2041
|
+
readonly redated: "Omdaterad med ultraljud — {{days}} dagars avvikelse";
|
|
2042
|
+
readonly datesAgree: "Ultraljudet stämmer med senaste mens";
|
|
2043
|
+
readonly crlOutOfRange: "CRL utanför dateringsfönstret 45–84 mm";
|
|
2044
|
+
readonly datingAdjustment: "Dateringsjustering (dagar)";
|
|
2045
|
+
readonly datingAdjustmentHint: "Valfritt — justera dateringen ± dagar för ett osäkert datum (+ = längre fram).";
|
|
2046
|
+
readonly asOfDate: "Per datum";
|
|
2047
|
+
readonly asOfDateHint: "När graviditetslängd och schema ska beräknas — standard är idag.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Beräknat förlossningsdatum";
|
|
2050
|
+
readonly gestationLabel: "Graviditetslängd";
|
|
2051
|
+
readonly trimesterLabel: "Trimester";
|
|
2052
|
+
readonly gestation: "{{weeks}} v {{days}} d";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Före befruktning";
|
|
2056
|
+
readonly first: "Första trimestern";
|
|
2057
|
+
readonly second: "Andra trimestern";
|
|
2058
|
+
readonly third: "Tredje trimestern";
|
|
2059
|
+
readonly postterm: "Över tiden";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Milstolpar";
|
|
2062
|
+
readonly reached: "Uppnådd";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "Slutet av första trimestern (12 v)";
|
|
2065
|
+
readonly w24: "Viabilitet (24 v)";
|
|
2066
|
+
readonly w28: "Tredje trimestern (28 v)";
|
|
2067
|
+
readonly w37: "Fullgången (37 v)";
|
|
2068
|
+
readonly w40: "Förlossningsdatum (40 v)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Välj en metod och ett datum för att datera graviditeten.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Beräkningsmetod";
|
|
@@ -2245,6 +2296,7 @@ export declare const svUi: {
|
|
|
2245
2296
|
readonly copyTextImage: "Kopiera text + bild";
|
|
2246
2297
|
readonly title: {
|
|
2247
2298
|
readonly bmi: "Body mass index";
|
|
2299
|
+
readonly pregnancyDating: "Datering av graviditet";
|
|
2248
2300
|
readonly dueDate: "Beräknat förlossningsdatum";
|
|
2249
2301
|
readonly gestationalAge: "Graviditetslängd";
|
|
2250
2302
|
readonly cycle: "Cykelberäkning";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1996,6 +1996,57 @@ const e = {
|
|
|
1996
1996
|
gaugeAria: "Body mass index {{bmi}} — {{category}} ({{range}})",
|
|
1997
1997
|
empty: "Ange längd och vikt för att beräkna BMI."
|
|
1998
1998
|
},
|
|
1999
|
+
pregnancyDating: {
|
|
2000
|
+
method: {
|
|
2001
|
+
label: "Dateringsmetod",
|
|
2002
|
+
lmp: "Senaste mens",
|
|
2003
|
+
conception: "Befruktningsdatum",
|
|
2004
|
+
ivf: "Datum för embryoåterföring (IVF)",
|
|
2005
|
+
edd: "Känt förlossningsdatum"
|
|
2006
|
+
},
|
|
2007
|
+
lmpDate: "Första dagen av senaste mens",
|
|
2008
|
+
conceptionDate: "Befruktningsdatum",
|
|
2009
|
+
transferDate: "Datum för embryoåterföring",
|
|
2010
|
+
eddDate: "Beräknat förlossningsdatum",
|
|
2011
|
+
cycleLength: "Cykellängd",
|
|
2012
|
+
cycleLengthHint: "Genomsnittligt antal dagar mellan menstruationer. Standard är 28.",
|
|
2013
|
+
embryoAge: "Embryots ålder vid återföring",
|
|
2014
|
+
day3: "Dag 3",
|
|
2015
|
+
day5: "Dag 5 (blastocyst)",
|
|
2016
|
+
crl: "Hjässa-säte-längd (mm)",
|
|
2017
|
+
crlHint: "Valfritt — omdaterar enligt ACOG när ultraljudet skiljer sig från senaste mens.",
|
|
2018
|
+
scanDate: "Datum för ultraljud",
|
|
2019
|
+
redated: "Omdaterad med ultraljud — {{days}} dagars avvikelse",
|
|
2020
|
+
datesAgree: "Ultraljudet stämmer med senaste mens",
|
|
2021
|
+
crlOutOfRange: "CRL utanför dateringsfönstret 45–84 mm",
|
|
2022
|
+
datingAdjustment: "Dateringsjustering (dagar)",
|
|
2023
|
+
datingAdjustmentHint: "Valfritt — justera dateringen ± dagar för ett osäkert datum (+ = längre fram).",
|
|
2024
|
+
asOfDate: "Per datum",
|
|
2025
|
+
asOfDateHint: "När graviditetslängd och schema ska beräknas — standard är idag.",
|
|
2026
|
+
result: {
|
|
2027
|
+
dueDateLabel: "Beräknat förlossningsdatum",
|
|
2028
|
+
gestationLabel: "Graviditetslängd",
|
|
2029
|
+
trimesterLabel: "Trimester",
|
|
2030
|
+
gestation: "{{weeks}} v {{days}} d"
|
|
2031
|
+
},
|
|
2032
|
+
trimester: {
|
|
2033
|
+
preconception: "Före befruktning",
|
|
2034
|
+
first: "Första trimestern",
|
|
2035
|
+
second: "Andra trimestern",
|
|
2036
|
+
third: "Tredje trimestern",
|
|
2037
|
+
postterm: "Över tiden"
|
|
2038
|
+
},
|
|
2039
|
+
milestonesLabel: "Milstolpar",
|
|
2040
|
+
reached: "Uppnådd",
|
|
2041
|
+
milestone: {
|
|
2042
|
+
w12: "Slutet av första trimestern (12 v)",
|
|
2043
|
+
w24: "Viabilitet (24 v)",
|
|
2044
|
+
w28: "Tredje trimestern (28 v)",
|
|
2045
|
+
w37: "Fullgången (37 v)",
|
|
2046
|
+
w40: "Förlossningsdatum (40 v)"
|
|
2047
|
+
},
|
|
2048
|
+
empty: "Välj en metod och ett datum för att datera graviditeten."
|
|
2049
|
+
},
|
|
1999
2050
|
dueDateCalculator: {
|
|
2000
2051
|
method: {
|
|
2001
2052
|
label: "Beräkningsmetod",
|
|
@@ -2227,6 +2278,7 @@ const e = {
|
|
|
2227
2278
|
copyTextImage: "Kopiera text + bild",
|
|
2228
2279
|
title: {
|
|
2229
2280
|
bmi: "Body mass index",
|
|
2281
|
+
pregnancyDating: "Datering av graviditet",
|
|
2230
2282
|
dueDate: "Beräknat förlossningsdatum",
|
|
2231
2283
|
gestationalAge: "Graviditetslängd",
|
|
2232
2284
|
cycle: "Cykelberäkning",
|
|
@@ -2018,6 +2018,57 @@ export declare const trUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "Vücut kitle indeksi {{bmi}} — {{category}} ({{range}})";
|
|
2019
2019
|
readonly empty: "VKİ’yi hesaplamak için boy ve kilo girin.";
|
|
2020
2020
|
};
|
|
2021
|
+
readonly pregnancyDating: {
|
|
2022
|
+
readonly method: {
|
|
2023
|
+
readonly label: "Tarihleme yöntemi";
|
|
2024
|
+
readonly lmp: "Son adet tarihi";
|
|
2025
|
+
readonly conception: "Döllenme tarihi";
|
|
2026
|
+
readonly ivf: "Transfer tarihi (tüp bebek)";
|
|
2027
|
+
readonly edd: "Bilinen tahmini doğum tarihi";
|
|
2028
|
+
};
|
|
2029
|
+
readonly lmpDate: "Son adetin ilk günü";
|
|
2030
|
+
readonly conceptionDate: "Döllenme tarihi";
|
|
2031
|
+
readonly transferDate: "Embriyo transfer tarihi";
|
|
2032
|
+
readonly eddDate: "Tahmini doğum tarihi";
|
|
2033
|
+
readonly cycleLength: "Döngü uzunluğu";
|
|
2034
|
+
readonly cycleLengthHint: "Adetler arası ortalama gün. Standart 28’dir.";
|
|
2035
|
+
readonly embryoAge: "Transferde embriyo yaşı";
|
|
2036
|
+
readonly day3: "3. gün";
|
|
2037
|
+
readonly day5: "5. gün (blastokist)";
|
|
2038
|
+
readonly crl: "Baş-popo mesafesi (mm)";
|
|
2039
|
+
readonly crlHint: "İsteğe bağlı — ultrason son adet tarihinden farklı olduğunda ACOG’a göre yeniden hesaplar.";
|
|
2040
|
+
readonly scanDate: "Ultrason tarihi";
|
|
2041
|
+
readonly redated: "Ultrasonla yeniden hesaplandı — {{days}} günlük fark";
|
|
2042
|
+
readonly datesAgree: "Ultrason, son adet tarihiyle uyumlu";
|
|
2043
|
+
readonly crlOutOfRange: "CRL, 45–84 mm tarihleme aralığının dışında";
|
|
2044
|
+
readonly datingAdjustment: "Tarihleme ayarı (gün)";
|
|
2045
|
+
readonly datingAdjustmentHint: "İsteğe bağlı — belirsiz bir tarih için tarihlemeyi ± gün kaydırın (+ = daha ileri).";
|
|
2046
|
+
readonly asOfDate: "Değerlendirme tarihi";
|
|
2047
|
+
readonly asOfDateHint: "Gebelik yaşının ve programın ne zaman değerlendirileceği — varsayılan olarak bugündür.";
|
|
2048
|
+
readonly result: {
|
|
2049
|
+
readonly dueDateLabel: "Tahmini doğum tarihi";
|
|
2050
|
+
readonly gestationLabel: "Gebelik yaşı";
|
|
2051
|
+
readonly trimesterLabel: "Trimester";
|
|
2052
|
+
readonly gestation: "{{weeks}} hf {{days}} g";
|
|
2053
|
+
};
|
|
2054
|
+
readonly trimester: {
|
|
2055
|
+
readonly preconception: "Döllenmeden önce";
|
|
2056
|
+
readonly first: "Birinci trimester";
|
|
2057
|
+
readonly second: "İkinci trimester";
|
|
2058
|
+
readonly third: "Üçüncü trimester";
|
|
2059
|
+
readonly postterm: "Zamanı geçmiş";
|
|
2060
|
+
};
|
|
2061
|
+
readonly milestonesLabel: "Kilometre taşları";
|
|
2062
|
+
readonly reached: "Ulaşıldı";
|
|
2063
|
+
readonly milestone: {
|
|
2064
|
+
readonly w12: "Birinci trimester sonu (12 hf)";
|
|
2065
|
+
readonly w24: "Yaşayabilirlik (24 hf)";
|
|
2066
|
+
readonly w28: "Üçüncü trimester (28 hf)";
|
|
2067
|
+
readonly w37: "Term (37 hf)";
|
|
2068
|
+
readonly w40: "Doğum tarihi (40 hf)";
|
|
2069
|
+
};
|
|
2070
|
+
readonly empty: "Gebeliği tarihlemek için bir yöntem ve tarih seçin.";
|
|
2071
|
+
};
|
|
2021
2072
|
readonly dueDateCalculator: {
|
|
2022
2073
|
readonly method: {
|
|
2023
2074
|
readonly label: "Hesaplama yöntemi";
|
|
@@ -2245,6 +2296,7 @@ export declare const trUi: {
|
|
|
2245
2296
|
readonly copyTextImage: "Metin + resim kopyala";
|
|
2246
2297
|
readonly title: {
|
|
2247
2298
|
readonly bmi: "Vücut kitle indeksi";
|
|
2299
|
+
readonly pregnancyDating: "Gebelik tarihleme";
|
|
2248
2300
|
readonly dueDate: "Tahmini doğum tarihi";
|
|
2249
2301
|
readonly gestationalAge: "Gebelik yaşı";
|
|
2250
2302
|
readonly cycle: "Döngü tahmini";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -1996,6 +1996,57 @@ const e = {
|
|
|
1996
1996
|
gaugeAria: "Vücut kitle indeksi {{bmi}} — {{category}} ({{range}})",
|
|
1997
1997
|
empty: "VKİ’yi hesaplamak için boy ve kilo girin."
|
|
1998
1998
|
},
|
|
1999
|
+
pregnancyDating: {
|
|
2000
|
+
method: {
|
|
2001
|
+
label: "Tarihleme yöntemi",
|
|
2002
|
+
lmp: "Son adet tarihi",
|
|
2003
|
+
conception: "Döllenme tarihi",
|
|
2004
|
+
ivf: "Transfer tarihi (tüp bebek)",
|
|
2005
|
+
edd: "Bilinen tahmini doğum tarihi"
|
|
2006
|
+
},
|
|
2007
|
+
lmpDate: "Son adetin ilk günü",
|
|
2008
|
+
conceptionDate: "Döllenme tarihi",
|
|
2009
|
+
transferDate: "Embriyo transfer tarihi",
|
|
2010
|
+
eddDate: "Tahmini doğum tarihi",
|
|
2011
|
+
cycleLength: "Döngü uzunluğu",
|
|
2012
|
+
cycleLengthHint: "Adetler arası ortalama gün. Standart 28’dir.",
|
|
2013
|
+
embryoAge: "Transferde embriyo yaşı",
|
|
2014
|
+
day3: "3. gün",
|
|
2015
|
+
day5: "5. gün (blastokist)",
|
|
2016
|
+
crl: "Baş-popo mesafesi (mm)",
|
|
2017
|
+
crlHint: "İsteğe bağlı — ultrason son adet tarihinden farklı olduğunda ACOG’a göre yeniden hesaplar.",
|
|
2018
|
+
scanDate: "Ultrason tarihi",
|
|
2019
|
+
redated: "Ultrasonla yeniden hesaplandı — {{days}} günlük fark",
|
|
2020
|
+
datesAgree: "Ultrason, son adet tarihiyle uyumlu",
|
|
2021
|
+
crlOutOfRange: "CRL, 45–84 mm tarihleme aralığının dışında",
|
|
2022
|
+
datingAdjustment: "Tarihleme ayarı (gün)",
|
|
2023
|
+
datingAdjustmentHint: "İsteğe bağlı — belirsiz bir tarih için tarihlemeyi ± gün kaydırın (+ = daha ileri).",
|
|
2024
|
+
asOfDate: "Değerlendirme tarihi",
|
|
2025
|
+
asOfDateHint: "Gebelik yaşının ve programın ne zaman değerlendirileceği — varsayılan olarak bugündür.",
|
|
2026
|
+
result: {
|
|
2027
|
+
dueDateLabel: "Tahmini doğum tarihi",
|
|
2028
|
+
gestationLabel: "Gebelik yaşı",
|
|
2029
|
+
trimesterLabel: "Trimester",
|
|
2030
|
+
gestation: "{{weeks}} hf {{days}} g"
|
|
2031
|
+
},
|
|
2032
|
+
trimester: {
|
|
2033
|
+
preconception: "Döllenmeden önce",
|
|
2034
|
+
first: "Birinci trimester",
|
|
2035
|
+
second: "İkinci trimester",
|
|
2036
|
+
third: "Üçüncü trimester",
|
|
2037
|
+
postterm: "Zamanı geçmiş"
|
|
2038
|
+
},
|
|
2039
|
+
milestonesLabel: "Kilometre taşları",
|
|
2040
|
+
reached: "Ulaşıldı",
|
|
2041
|
+
milestone: {
|
|
2042
|
+
w12: "Birinci trimester sonu (12 hf)",
|
|
2043
|
+
w24: "Yaşayabilirlik (24 hf)",
|
|
2044
|
+
w28: "Üçüncü trimester (28 hf)",
|
|
2045
|
+
w37: "Term (37 hf)",
|
|
2046
|
+
w40: "Doğum tarihi (40 hf)"
|
|
2047
|
+
},
|
|
2048
|
+
empty: "Gebeliği tarihlemek için bir yöntem ve tarih seçin."
|
|
2049
|
+
},
|
|
1999
2050
|
dueDateCalculator: {
|
|
2000
2051
|
method: {
|
|
2001
2052
|
label: "Hesaplama yöntemi",
|
|
@@ -2227,6 +2278,7 @@ const e = {
|
|
|
2227
2278
|
copyTextImage: "Metin + resim kopyala",
|
|
2228
2279
|
title: {
|
|
2229
2280
|
bmi: "Vücut kitle indeksi",
|
|
2281
|
+
pregnancyDating: "Gebelik tarihleme",
|
|
2230
2282
|
dueDate: "Tahmini doğum tarihi",
|
|
2231
2283
|
gestationalAge: "Gebelik yaşı",
|
|
2232
2284
|
cycle: "Döngü tahmini",
|
|
@@ -2018,6 +2018,57 @@ export declare const zhUi: {
|
|
|
2018
2018
|
readonly gaugeAria: "身体质量指数 {{bmi}} — {{category}}({{range}})";
|
|
2019
2019
|
readonly empty: "输入身高和体重以计算 BMI。";
|
|
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: "头臀长(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 zhUi: {
|
|
|
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/zh.js
CHANGED
|
@@ -1996,6 +1996,57 @@ const e = {
|
|
|
1996
1996
|
gaugeAria: "身体质量指数 {{bmi}} — {{category}}({{range}})",
|
|
1997
1997
|
empty: "输入身高和体重以计算 BMI。"
|
|
1998
1998
|
},
|
|
1999
|
+
pregnancyDating: {
|
|
2000
|
+
method: {
|
|
2001
|
+
label: "孕周核定方法",
|
|
2002
|
+
lmp: "末次月经",
|
|
2003
|
+
conception: "受孕日期",
|
|
2004
|
+
ivf: "移植日期(试管婴儿)",
|
|
2005
|
+
edd: "已知预产期"
|
|
2006
|
+
},
|
|
2007
|
+
lmpDate: "末次月经第一天",
|
|
2008
|
+
conceptionDate: "受孕日期",
|
|
2009
|
+
transferDate: "胚胎移植日期",
|
|
2010
|
+
eddDate: "预产期",
|
|
2011
|
+
cycleLength: "周期长度",
|
|
2012
|
+
cycleLengthHint: "月经之间的平均天数。标准为 28 天。",
|
|
2013
|
+
embryoAge: "移植时胚胎天数",
|
|
2014
|
+
day3: "第 3 天",
|
|
2015
|
+
day5: "第 5 天(囊胚)",
|
|
2016
|
+
crl: "头臀长(CRL)(mm)",
|
|
2017
|
+
crlHint: "可选项 — 当超声与末次月经不符时,按 ACOG 标准重新核定孕周。",
|
|
2018
|
+
scanDate: "超声检查日期",
|
|
2019
|
+
redated: "已根据超声重新核定 — 相差 {{days}} 天",
|
|
2020
|
+
datesAgree: "超声与末次月经的孕周一致",
|
|
2021
|
+
crlOutOfRange: "CRL 超出 45–84 mm 的孕周核定范围",
|
|
2022
|
+
datingAdjustment: "孕周核定调整(天)",
|
|
2023
|
+
datingAdjustmentHint: "可选项 — 对不确定的日期将孕周核定 ± 天数进行微调(+ = 孕周更靠后)。",
|
|
2024
|
+
asOfDate: "计算基准日期",
|
|
2025
|
+
asOfDateHint: "评估孕周与计划的时间点——默认为今天。",
|
|
2026
|
+
result: {
|
|
2027
|
+
dueDateLabel: "预产期",
|
|
2028
|
+
gestationLabel: "孕周",
|
|
2029
|
+
trimesterLabel: "孕期",
|
|
2030
|
+
gestation: "{{weeks}}周 {{days}}天"
|
|
2031
|
+
},
|
|
2032
|
+
trimester: {
|
|
2033
|
+
preconception: "受孕前",
|
|
2034
|
+
first: "孕早期",
|
|
2035
|
+
second: "孕中期",
|
|
2036
|
+
third: "孕晚期",
|
|
2037
|
+
postterm: "过期妊娠"
|
|
2038
|
+
},
|
|
2039
|
+
milestonesLabel: "关键节点",
|
|
2040
|
+
reached: "已到达",
|
|
2041
|
+
milestone: {
|
|
2042
|
+
w12: "孕早期结束(12 周)",
|
|
2043
|
+
w24: "可存活(24 周)",
|
|
2044
|
+
w28: "孕晚期(28 周)",
|
|
2045
|
+
w37: "足月(37 周)",
|
|
2046
|
+
w40: "预产期(40 周)"
|
|
2047
|
+
},
|
|
2048
|
+
empty: "选择方法和日期以核定孕周。"
|
|
2049
|
+
},
|
|
1999
2050
|
dueDateCalculator: {
|
|
2000
2051
|
method: {
|
|
2001
2052
|
label: "计算方法",
|
|
@@ -2223,6 +2274,7 @@ const e = {
|
|
|
2223
2274
|
copyTextImage: "复制文本 + 图片",
|
|
2224
2275
|
title: {
|
|
2225
2276
|
bmi: "身体质量指数",
|
|
2277
|
+
pregnancyDating: "孕周核定",
|
|
2226
2278
|
dueDate: "预产期",
|
|
2227
2279
|
gestationalAge: "孕周",
|
|
2228
2280
|
cycle: "周期预测",
|