@hedia/recommendation-screen 2.2.0-alpha.4 → 2.2.0-alpha.40
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/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/dist/src/RecommendationScreen.d.ts +3 -3
- package/dist/src/RecommendationScreen.js +36 -38
- package/dist/src/RecommendationScreen.js.map +1 -0
- package/dist/src/components/Header.js +3 -3
- package/dist/src/components/Header.js.map +1 -0
- package/dist/src/components/Icon.js +1 -2
- package/dist/src/components/Icon.js.map +1 -0
- package/dist/src/components/InfoBars.d.ts +1 -1
- package/dist/src/components/InfoBars.js +4 -4
- package/dist/src/components/InfoBars.js.map +1 -0
- package/dist/src/components/InvisibleNumberInput.js +3 -2
- package/dist/src/components/InvisibleNumberInput.js.map +1 -0
- package/dist/src/components/LimitationMessage.js +4 -4
- package/dist/src/components/LimitationMessage.js.map +1 -0
- package/dist/src/components/LineSeparator.js +1 -0
- package/dist/src/components/LineSeparator.js.map +1 -0
- package/dist/src/components/RecentInsulin.js +6 -6
- package/dist/src/components/RecentInsulin.js.map +1 -0
- package/dist/src/components/RecommendationModal.js +10 -10
- package/dist/src/components/RecommendationModal.js.map +1 -0
- package/dist/src/components/RecommendedCarbs.d.ts +2 -0
- package/dist/src/components/RecommendedCarbs.js +13 -17
- package/dist/src/components/RecommendedCarbs.js.map +1 -0
- package/dist/src/components/RecommendedInsulin.d.ts +1 -1
- package/dist/src/components/RecommendedInsulin.js +7 -9
- package/dist/src/components/RecommendedInsulin.js.map +1 -0
- package/dist/src/components/Remeasure.d.ts +5 -15
- package/dist/src/components/Remeasure.js +10 -27
- package/dist/src/components/Remeasure.js.map +1 -0
- package/dist/src/components/TransferToLogbook.js +4 -4
- package/dist/src/components/TransferToLogbook.js.map +1 -0
- package/dist/src/components/TwoOptionModal.js +1 -0
- package/dist/src/components/TwoOptionModal.js.map +1 -0
- package/dist/src/components/activity/Activity.d.ts +1 -1
- package/dist/src/components/activity/Activity.js +5 -5
- package/dist/src/components/activity/Activity.js.map +1 -0
- package/dist/src/components/activity/ActivityIcon.d.ts +1 -1
- package/dist/src/components/activity/ActivityIcon.js +4 -4
- package/dist/src/components/activity/ActivityIcon.js.map +1 -0
- package/dist/src/components/activity/ActivityIntensity.d.ts +1 -1
- package/dist/src/components/activity/ActivityIntensity.js +2 -1
- package/dist/src/components/activity/ActivityIntensity.js.map +1 -0
- package/dist/src/components/mood/Emotion.d.ts +1 -1
- package/dist/src/components/mood/Emotion.js +4 -4
- package/dist/src/components/mood/Emotion.js.map +1 -0
- package/dist/src/components/mood/MoodIcon.d.ts +1 -1
- package/dist/src/components/mood/MoodIcon.js +2 -1
- package/dist/src/components/mood/MoodIcon.js.map +1 -0
- package/dist/src/components/text/TextBold.js +1 -0
- package/dist/src/components/text/TextBold.js.map +1 -0
- package/dist/src/components/text/TextRegular.js +1 -0
- package/dist/src/components/text/TextRegular.js.map +1 -0
- package/dist/src/locales/da/messages.json +80 -0
- package/dist/src/locales/de/messages.json +80 -0
- package/dist/src/locales/en/messages.json +83 -0
- package/dist/src/locales/es/messages.json +80 -0
- package/dist/src/locales/fr/messages.json +80 -0
- package/dist/src/locales/it/messages.json +80 -0
- package/dist/src/locales/translate.d.ts +18 -0
- package/dist/src/locales/translate.js +51 -0
- package/dist/src/locales/translate.js.map +1 -0
- package/dist/src/types/enum.js +2 -0
- package/dist/src/types/enum.js.map +1 -0
- package/dist/src/types/types.js +1 -0
- package/dist/src/types/types.js.map +1 -0
- package/dist/src/utils/AttentionMessages.js +29 -24
- package/dist/src/utils/AttentionMessages.js.map +1 -0
- package/dist/src/utils/Constants.d.ts +2 -2
- package/dist/src/utils/Constants.js +1 -0
- package/dist/src/utils/Constants.js.map +1 -0
- package/dist/src/utils/RecommendationError.js +24 -24
- package/dist/src/utils/RecommendationError.js.map +1 -0
- package/dist/src/utils/RecommendationUtils.js +5 -2
- package/dist/src/utils/RecommendationUtils.js.map +1 -0
- package/dist/src/utils/Translations.js +5 -5
- package/dist/src/utils/Translations.js.map +1 -0
- package/dist/src/utils/Utils.d.ts +1 -1
- package/dist/src/utils/Utils.js +1 -0
- package/dist/src/utils/Utils.js.map +1 -0
- package/dist/src/utils/Validations.d.ts +1 -1
- package/dist/src/utils/Validations.js +3 -2
- package/dist/src/utils/Validations.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +85 -95
- package/dist/src/locale/da/messages.js +0 -1
- package/dist/src/locale/da/messages.po +0 -349
- package/dist/src/locale/de/messages.js +0 -1
- package/dist/src/locale/de/messages.po +0 -349
- package/dist/src/locale/en/messages.js +0 -1
- package/dist/src/locale/en/messages.po +0 -349
- package/dist/src/locale/es/messages.js +0 -1
- package/dist/src/locale/es/messages.po +0 -349
- package/dist/src/locale/fr/messages.js +0 -1
- package/dist/src/locale/fr/messages.po +0 -349
- package/dist/src/locale/i18nUtils.d.ts +0 -18
- package/dist/src/locale/i18nUtils.js +0 -39
- package/dist/src/locale/it/messages.js +0 -1
- package/dist/src/locale/it/messages.po +0 -349
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Aktiv insulin",
|
|
3
|
+
"Activity": "Aktivitet",
|
|
4
|
+
"Additional": "Supplerende",
|
|
5
|
+
"Attention": "OBS",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "Baseret på din valgte aktivitet er din insulin anbefaling reduceret med:",
|
|
7
|
+
"Blood Glucose Level": "Blodsukker",
|
|
8
|
+
"Blood Ketone Level": "Blodketonniveau",
|
|
9
|
+
"Carbohydrates": "Kulhydrater",
|
|
10
|
+
"Close calculation": "Luk beregning",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Dit blodsukker ligger udenfor de anbefalede grænser for blodsukker før en aktivitet. Du bør overveje at udskyde fysisk aktivitet.",
|
|
12
|
+
"Entered": "Indtastet",
|
|
13
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Ups! Hedia kan ikke anbefale mere end {SAFETY_INSULIN_LIMIT} enheder hurtigtvirkende insulin i én dosis",
|
|
14
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Ups! Indtast kun de hurtigtvirkende insulindoser der er under 4 timer gamle, så tager Hedia højde for aktiv insulin",
|
|
15
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Ups! Hedia har lavet en fejl. Vælg venligst intensitet for aktivitet igen",
|
|
16
|
+
"Error. Hedia Calculator does not support your activity type value": "Ups! Der er sket en fejl ved den valgte aktivitetstype. Gå venligst til “aktivitet” og indtast type igen",
|
|
17
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Ups! Hedia har lavet en fejl. Indtast venligst en blodsukkerværdi indenfor Hedia’s definerede grænser for blodsukker",
|
|
18
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Ups! Gå venligst til indstillinger blodsukker og opdater blodsukker enhed til mmol/L eller mg/dL",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Fejl. Hedia beregneren understøtter ikke dit nuværende blodketonniveau.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Fejl. Hedia beregneren understøtter ikke din nuværende blodketon enhed.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current language.": "Ups! Gå venligst til indstillinger for sprog og vælg dansk eller engelsk",
|
|
22
|
+
"Error. Hedia Calculator does not support your injection method.": "Ups! Gå venligst til indstillinger for insulinberegner og vælg behandlingstype",
|
|
23
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Ups! Hedia har lavet en fejl. Indtast venligst en aktivitet på max 60 minutters varighed",
|
|
24
|
+
"Error. Please verify that your activity settings are set up correctly.": "Ups! Gå venligst til indstillinger for aktivitet og bekræft at de er korrekte",
|
|
25
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Ups! Gå venligst til indstillinger for aktivitet og bekræft at dit ønskede blodsukker er korrekt",
|
|
26
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Ups! Gå venligst til insulinindstillinger under indstillinger for insulinberegner og bekræft at din insulin sensitivitet er korrekt",
|
|
27
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Ups! Gå venligst til insulinindstillinger under indstillinger for insulinberegner og bekræft at din kulhydrat-insulinratio er korrekt",
|
|
28
|
+
"Error. Please verify that your target blood glucose value is correct.": "Ups! Gå venligst til indstillinger for blodsukker og bekræft at dit ønskede blodsukker er indstillet efter dine personlige mål",
|
|
29
|
+
"Error. Please verify your notifications settings.": "Ups! Gå venligst til indstillinger for notifikationer og bekræft at notifikationer er indstillet korrekt",
|
|
30
|
+
"Food": "Mad",
|
|
31
|
+
"grams": "gram",
|
|
32
|
+
"grams of carbohydrates": "gram kulhydrater",
|
|
33
|
+
"Hard": "Hård",
|
|
34
|
+
"Have you taken insulin within the last 4 hours?": "Har du taget insulin inden for de sidste 4 timer?",
|
|
35
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "Ups! Det lader til at du bruger en gammel version af Hedia. Det er ikke længere muligt at indtaste tidligere aktiviter i Hedia.",
|
|
36
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "Ups! Hedia har lavet en fejl. Indtast venligst en værdi mellem 0 og 300 gram",
|
|
37
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia understøtter maksimalt {SAFETY_INSULIN_LIMIT} enheder af insulin per beregning",
|
|
38
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia understøtter maksimalt {SAFETY_INSULIN_LIMIT} enheder af insulin per beregning men på grund af den fysiske aktivitet du har indtastet, er grænsen reduceret med yderligere {0}% til {1} enheder for denne beregning.",
|
|
39
|
+
"hours": "timer",
|
|
40
|
+
"How are you feeling?": "Hvordan har du det?",
|
|
41
|
+
"If it is possible, postpone your planned exercise.": "Hvis det er muligt, udsæt din planlagte træning.",
|
|
42
|
+
"Instead of taking insulin": "I stedet for at tage insulin",
|
|
43
|
+
"INSULIN{0}RECOMMENDATION": "INSULIN{0}ANBEFALING",
|
|
44
|
+
"Light": "Let",
|
|
45
|
+
"min": "min",
|
|
46
|
+
"Moderate": "Moderat",
|
|
47
|
+
"More than 15 minutes has passed since this calculation was started.": "Der er gået mere end 15 minutter siden udregningen blev startet.",
|
|
48
|
+
"NO": "NEJ",
|
|
49
|
+
"No": "Nej",
|
|
50
|
+
"No, return to dashboard": "Nej, tilbage til dashboard",
|
|
51
|
+
"OFF": "OFF",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Gå venligst gennem udregningstrinnene igen med nye målinger for at sikre en sikker anbefaling.",
|
|
54
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "Hedia's anbefaling fra {day} kl. {time} blev ikke overført til din logbog.{0}Brugte du anbefalingen?",
|
|
55
|
+
"Recommended": "Anbefalet",
|
|
56
|
+
"Recommended amount of insulin": "Anbefalet enhed(er) af insulin",
|
|
57
|
+
"Remind me to remeasure in": "Påmind mig at genmåle om",
|
|
58
|
+
"Return to dashboard": "Tilbage til dashboard",
|
|
59
|
+
"Save data before closing?": "Vil du gemme din indtastning?",
|
|
60
|
+
"Save to logbook": "Gem i logbog",
|
|
61
|
+
"Start new calculation": "Start ny beregning",
|
|
62
|
+
"Total": "Sum",
|
|
63
|
+
"Transfer to logbook": "Overfør til logbog",
|
|
64
|
+
"Transferred to logbook": "Overført til logbog",
|
|
65
|
+
"Units": "Enheder",
|
|
66
|
+
"units": "enheder",
|
|
67
|
+
"Untitled Activity": "Unavngivet aktivitet",
|
|
68
|
+
"We recommend eating an additional:": "Vi anbefaler at spise yderligere:",
|
|
69
|
+
"Would you like to add this to your current calculation?": "Vil du gerne tilføje dette til din nuværende beregning?",
|
|
70
|
+
"Yes": "Ja",
|
|
71
|
+
"Yes, save to logbook": "Ja, gem i logbogen",
|
|
72
|
+
"You have a high blood glucose level.": "Du har højt blodsukker.",
|
|
73
|
+
"You should take rapid-acting insulin and measure ketones.": "Du burde tage hurtigtvirkende insulin og måle ketoner.",
|
|
74
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "Du vil få en påmindelse om at måle dit blodsukker om 15 minutter.",
|
|
75
|
+
"Your blood glucose level is very low.": "Dit blodsukker er meget lavt.",
|
|
76
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Dit blodsukker er meget lavt. Tag glukagon eller spis kulhydrater, hvis det er muligt. Søg lægehjælp.",
|
|
77
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "Din anbefaling ville have været højere end {0} enheder af insulin men den er blevet begrænset af sikkerhedshensyn.{1} Hedia anbefaler aldrig mere end {SAFETY_INSULIN_LIMIT} enheder af insulin per beregning men på grund af den fysiske aktivitet du har indtastet er grænsen reduceret med yderligere {2}% til {3}.",
|
|
78
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Din anbefaling ville have været højere end {SAFETY_INSULIN_LIMIT} enheder af insulin men den er blevet begrænset af sikkerhedshensyn. Hedia anbefaler aldrig mere end {SAFETY_INSULIN_LIMIT} enheder af insulin per beregning.",
|
|
79
|
+
"Your saved data will be used for future calculations.": "Dine gemte indtastninger vil blive brugt til fremtidige beregninger."
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Aktives Insulin",
|
|
3
|
+
"Activity": "Aktivität",
|
|
4
|
+
"Additional": "Zusätzlich",
|
|
5
|
+
"Attention": "Achtung",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "Aufgrund der gewählten Aktivität wird Ihre Insulinempfehlung reduziert um:",
|
|
7
|
+
"Blood Glucose Level": "Blutzucker",
|
|
8
|
+
"Blood Ketone Level": "Blutketonspiegel",
|
|
9
|
+
"Carbohydrates": "Kohlenhydrate",
|
|
10
|
+
"Close calculation": "Berechnung schließen",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Betätigen Sie sich erst dann körperlich, wenn Ihr Blutzucker vor der körperlichen Aktivität innerhalb des empfohlenen Wertebereichs liegt.",
|
|
12
|
+
"Entered": "Eingegeben",
|
|
13
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Fehler. Der Hedia-Rechner unterstützt keine Insulindosis, die mehr als {SAFETY_INSULIN_LIMIT} Einheiten hat.",
|
|
14
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Fehler. Der Hedia-Rechner unterstützt keine Insulinempfehlungen mit Boli, die älter als 4 Stunden sind.",
|
|
15
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Fehler. Der Hedia-Rechner unterstützt den Wert Ihrer Aktivitätsintensität nicht.",
|
|
16
|
+
"Error. Hedia Calculator does not support your activity type value": "Fehler. Der Hedia-Rechner unterstützt den Wert des Aktivitätstyps nicht.",
|
|
17
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Fehler. Der Hedia-Rechner unterstützt Ihren aktuellen Blutzucker nicht.",
|
|
18
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Blutzuckereinheit nicht.",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Fehler. Der Hedia-Rechner unterstützt Ihren aktuellen Blutketonspiegel nicht.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Messeinheit für Blutketone nicht.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current language.": "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Spracheinstellung nicht.",
|
|
22
|
+
"Error. Hedia Calculator does not support your injection method.": "Fehler. Der Hedia-Rechner unterstützt Ihre Injektionsmethode nicht.",
|
|
23
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Fehler. Der Hedia-Rechner unterstützt nur Aktivitäten mit einer Dauer von maximal 60 Minuten.",
|
|
24
|
+
"Error. Please verify that your activity settings are set up correctly.": "Fehler. Bitte überprüfen Sie, ob Ihre Aktivitätseinstellungen korrekt eingestellt sind.",
|
|
25
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Fehler. Bitte überprüfen Sie, ob Ihr gewünschter Blutzuckerwert für Aktivitäten korrekt ist.",
|
|
26
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Fehler. Bitte überprüfen Sie, ob Ihr Insulinintensitätswert korrekt ist.",
|
|
27
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Fehler. Bitte überprüfen Sie, ob der Wert von Ihrem Insulin-Kohlenhydrat-Verhältnis korrekt ist.",
|
|
28
|
+
"Error. Please verify that your target blood glucose value is correct.": "Fehler. Bitte überprüfen Sie, ob Ihr gewünschter Blutzuckerwert korrekt ist.",
|
|
29
|
+
"Error. Please verify your notifications settings.": "Fehler. Bitte überprüfen Sie Ihre Benachrichtigungseinstellungen.",
|
|
30
|
+
"Food": "Lebensmittel",
|
|
31
|
+
"grams": "Gramm",
|
|
32
|
+
"grams of carbohydrates": "Gramm Kohlenhydrate",
|
|
33
|
+
"Hard": "Hart",
|
|
34
|
+
"Have you taken insulin within the last 4 hours?": "Haben Sie innerhalb der letzten 4 Stunden Insulin eingenommen?",
|
|
35
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "Der Hedia-Rechner unterstützt keine Aktivitäten, die vor über 4 Stunden beendet wurden.",
|
|
36
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "Der Hedia-Rechner unterstützt keine Insulinempfehlungen, die mehr als 300 Gramm Kohlenhydrate enthalten.",
|
|
37
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung.",
|
|
38
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung, aber aufgrund der von Ihnen eingegebenen körperlichen Aktivität wurden sie bei dieser Berechnung um {0}% auf {1} Einheiten weiter reduziert.",
|
|
39
|
+
"hours": "Stunden",
|
|
40
|
+
"How are you feeling?": "Wie fühlen Sie sich?",
|
|
41
|
+
"If it is possible, postpone your planned exercise.": "Wenn möglich, verschieben Sie Ihr geplantes Training.",
|
|
42
|
+
"Instead of taking insulin": "Statt der Einnahme von Insulin",
|
|
43
|
+
"INSULIN{0}RECOMMENDATION": "INSULIN{0}EMPFEHLUNG",
|
|
44
|
+
"Light": "Leicht",
|
|
45
|
+
"min": "Minuten",
|
|
46
|
+
"Moderate": "Moderat",
|
|
47
|
+
"More than 15 minutes has passed since this calculation was started.": "Seit Beginn dieser Berechnung sind mehr als 15 Minuten vergangen.",
|
|
48
|
+
"NO": "NEIN",
|
|
49
|
+
"No": "Nein",
|
|
50
|
+
"No, return to dashboard": "Nein, zurück zum Dashboard",
|
|
51
|
+
"OFF": "AUS",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Bitte führen Sie die Berechnungsschritte mit neuen Messungen durch, um eine sichere Empfehlung zu erstellen.",
|
|
54
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "Die Empfehlung von {day} um {time} wurden nicht in Ihr Tagebuch eingetragen.{0}Haben Sie sich an die Empfehlung gehalten?",
|
|
55
|
+
"Recommended": "Empfohlen",
|
|
56
|
+
"Recommended amount of insulin": "Empfohlene Insulinmenge",
|
|
57
|
+
"Remind me to remeasure in": "Ich wünsche eine Erinnerung an eine erneute Messung in",
|
|
58
|
+
"Return to dashboard": "Zurück zum Dashboard",
|
|
59
|
+
"Save data before closing?": "Änderungen vor dem Schließen speichern?",
|
|
60
|
+
"Save to logbook": "Im Tagebuch speichern",
|
|
61
|
+
"Start new calculation": "Neue Berechnung starten",
|
|
62
|
+
"Total": "Gesamt",
|
|
63
|
+
"Transfer to logbook": "Übertragung ins Tagebuch",
|
|
64
|
+
"Transferred to logbook": "Ins Tagebuch übertragen",
|
|
65
|
+
"Units": "Einheiten",
|
|
66
|
+
"units": "Einheiten",
|
|
67
|
+
"Untitled Activity": "Unbenannte Aktivität",
|
|
68
|
+
"We recommend eating an additional:": "Wir empfehlen Ihnen, zusätzlich Folgendes zu essen:",
|
|
69
|
+
"Would you like to add this to your current calculation?": "Möchten Sie dies zu Ihrer aktuellen Berechnung hinzufügen?",
|
|
70
|
+
"Yes": "Ja",
|
|
71
|
+
"Yes, save to logbook": "Ja, im Tagebuch speichern",
|
|
72
|
+
"You have a high blood glucose level.": "Sie haben einen hohen Blutzucker.",
|
|
73
|
+
"You should take rapid-acting insulin and measure ketones.": "Sie sollten schnell wirkendes Insulin einnehmen und die Ketone messen.",
|
|
74
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "Bitte messen Sie Ihren Blutzucker in 15 Minuten.",
|
|
75
|
+
"Your blood glucose level is very low.": "Ihr Blutzucker ist sehr niedrig.",
|
|
76
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Ihr Blutzucker ist sehr niedrig. Nehmen Sie Glucagon ein oder essen Sie, wenn möglich, Kohlenhydrate. Suchen Sie einen Arzt auf.",
|
|
77
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "Ihre Empfehlung wäre höher als {0} Einheiten Insulin gewesen, aber sie wurde aus Sicherheitsgründen begrenzt.{1} Hedia empfiehlt nie mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung, aber aufgrund der von Ihnen eingegebenen körperlichen Aktivität wurden sie um {2}% auf {3} weiter reduziert.",
|
|
78
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Ihre Empfehlung wäre höher als {SAFETY_INSULIN_LIMIT} Einheiten Insulin gewesen, aber sie wurde aus Sicherheitsgründen begrenzt. Hedia empfiehlt nie mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung.",
|
|
79
|
+
"Your saved data will be used for future calculations.": "Ihre gespeicherten Daten werden für zukünftige Berechnungen verwendet."
|
|
80
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Active insulin",
|
|
3
|
+
"Activity": "Activity",
|
|
4
|
+
"Additional": "Additional",
|
|
5
|
+
"Attention": "Attention",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "Based on the selected activity your insulin recommendation is reduced by:",
|
|
7
|
+
"Blood Glucose Level": "Blood glucose",
|
|
8
|
+
"Blood Ketone Level": "Blood ketone level",
|
|
9
|
+
"Carbohydrates": "Carbohydrates",
|
|
10
|
+
"Close calculation": "Close calculation",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Consider not to initiate physical activity before your blood glucose is within the recommended ranges prior to physical activity.",
|
|
12
|
+
"Entered": "Entered",
|
|
13
|
+
"Error. Hedia Calculator could not find your recent boluses": "Error. Hedia Calculator could not find your recent boluses",
|
|
14
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units",
|
|
15
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours",
|
|
16
|
+
"Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours.": "Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours.",
|
|
17
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Error. Hedia Calculator does not support your activity intensity value",
|
|
18
|
+
"Error. Hedia Calculator does not support your activity type value": "Error. Hedia Calculator does not support your activity type value",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Error. Hedia Calculator does not support your current blood glucose.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Error. Hedia Calculator does not support your current blood glucose unit.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Error. Hedia Calculator does not support your current blood ketone level.",
|
|
22
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Error. Hedia Calculator does not support your current blood ketone unit.",
|
|
23
|
+
"Error. Hedia Calculator does not support your current language.": "Error. Hedia Calculator does not support your current language.",
|
|
24
|
+
"Error. Hedia Calculator does not support your injection method.": "Error. Hedia Calculator does not support your injection method.",
|
|
25
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.",
|
|
26
|
+
"Error. Please verify that your activity settings are set up correctly.": "Error. Please verify that your activity settings are set up correctly.",
|
|
27
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Error. Please verify that your desired blood glucose during activity is correct.",
|
|
28
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Error. Please verify that your insulin sensitivity value is correct.",
|
|
29
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Error. Please verify that your insulin to carb ratio value is correct.",
|
|
30
|
+
"Error. Please verify that your target blood glucose value is correct.": "Error. Please verify that your target blood glucose is correct.",
|
|
31
|
+
"Error. Please verify your notifications settings.": "Error. Please verify your notifications settings.",
|
|
32
|
+
"Error. Your blood ketone settings are invalid.": "Error. Your blood ketone settings are invalid.",
|
|
33
|
+
"Food": "Food",
|
|
34
|
+
"grams": "grams",
|
|
35
|
+
"grams of carbohydrates": "grams of carbohydrates",
|
|
36
|
+
"Hard": "Hard",
|
|
37
|
+
"Have you taken insulin within the last 4 hours?": "Have you taken insulin within the last 4 hours?",
|
|
38
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "Hedia Calculator does not support activities that finished more than 4 hours ago.",
|
|
39
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.",
|
|
40
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.",
|
|
41
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.",
|
|
42
|
+
"hours": "hours",
|
|
43
|
+
"How are you feeling?": "How are you feeling?",
|
|
44
|
+
"If it is possible, postpone your planned exercise.": "If it is possible, postpone your planned exercise.",
|
|
45
|
+
"Instead of taking insulin": "Instead of taking insulin",
|
|
46
|
+
"INSULIN{0}RECOMMENDATION": "INSULIN{0}RECOMMENDATION",
|
|
47
|
+
"Light": "Light",
|
|
48
|
+
"min": "min",
|
|
49
|
+
"Moderate": "Moderate",
|
|
50
|
+
"More than 15 minutes has passed since this calculation was started.": "More than 15 minutes has passed since this calculation was started.",
|
|
51
|
+
"NO": "NO",
|
|
52
|
+
"No": "No",
|
|
53
|
+
"No, return to dashboard": "No, return to dashboard",
|
|
54
|
+
"OFF": "OFF",
|
|
55
|
+
"OK": "OK",
|
|
56
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Please go through the calculation steps with new measurements to ensure a safe recommendation.",
|
|
57
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?",
|
|
58
|
+
"Recommended": "Recommended",
|
|
59
|
+
"Recommended amount of insulin": "Recommended amount of insulin",
|
|
60
|
+
"Remind me to remeasure in": "Remind me to remeasure in",
|
|
61
|
+
"Return to dashboard": "Return to dashboard",
|
|
62
|
+
"Save data before closing?": "Save data before closing?",
|
|
63
|
+
"Save to logbook": "Save to logbook",
|
|
64
|
+
"Start new calculation": "Start new calculation",
|
|
65
|
+
"Total": "Total",
|
|
66
|
+
"Transfer to logbook": "Transfer to logbook",
|
|
67
|
+
"Transferred to logbook": "Transferred to logbook",
|
|
68
|
+
"Units": "Units",
|
|
69
|
+
"units": "units",
|
|
70
|
+
"Untitled Activity": "Untitled activity",
|
|
71
|
+
"We recommend eating an additional:": "We recommend eating an additional:",
|
|
72
|
+
"Would you like to add this to your current calculation?": "Would you like to add this to your current calculation?",
|
|
73
|
+
"Yes": "Yes",
|
|
74
|
+
"Yes, save to logbook": "Yes, save to logbook",
|
|
75
|
+
"You have a high blood glucose level.": "You have high blood glucose.",
|
|
76
|
+
"You should take rapid-acting insulin and measure ketones.": "You should take rapid-acting insulin and measure ketones.",
|
|
77
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "You will be reminded to measure your blood glucose in 15 min.",
|
|
78
|
+
"Your blood glucose level is very low.": "Your blood glucose is very low.",
|
|
79
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Your blood glucose is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.",
|
|
80
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.",
|
|
81
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.",
|
|
82
|
+
"Your saved data will be used for future calculations.": "Your saved data will be used for future calculations."
|
|
83
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Insulina activa",
|
|
3
|
+
"Activity": "Actividad",
|
|
4
|
+
"Additional": "Adicional",
|
|
5
|
+
"Attention": "Atención",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "Según la actividad seleccionada, su recomendación de insulina se reduce en un:",
|
|
7
|
+
"Blood Glucose Level": "Glucosa en sangre",
|
|
8
|
+
"Blood Ketone Level": "Nivel de cetonas en sangre",
|
|
9
|
+
"Carbohydrates": "Hidratos de carbono",
|
|
10
|
+
"Close calculation": "Cerrar calculación",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Contemple no iniciar ninguna actividad física antes de que su nivel de glucosa en sangre se encuentre dentro del rango recomendado antes de una actividad física.",
|
|
12
|
+
"Entered": "Introducido",
|
|
13
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Error. La calculadora de Hedia no admite una dosis de insulina superior a {SAFETY_INSULIN_LIMIT} unidades.",
|
|
14
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Error. La calculadora de Hedia no admite recomendaciones de insulina con bolos anteriores a 4 horas.",
|
|
15
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Error. La calculadora de Hedia no admite su valor de intensidad de actividad.",
|
|
16
|
+
"Error. Hedia Calculator does not support your activity type value": "Error. La calculadora de Hedia no admite su valor de tipo de actividad.",
|
|
17
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Error. La calculadora de Hedia no admite tu glucosa en sangre actual.",
|
|
18
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Error. La calculadora de Hedia no admite su unidad de glucosa en sangre actual.",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Error. La calculadora de Hedia no admite su nivel de cetonas en sangre actual.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Error. La calculadora de Hedia no admite su unidad de cetonas en sangre actual.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current language.": "Error. La calculadora de Hedia no admite su idioma actual.",
|
|
22
|
+
"Error. Hedia Calculator does not support your injection method.": "Error. La calculadora de Hedia no admite su método de inyección.",
|
|
23
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Error. La calculadora de Hedia solo admite actividades con una duración máxima de 60 minutos.",
|
|
24
|
+
"Error. Please verify that your activity settings are set up correctly.": "Error. Compruebe si la configuración de su actividad es correcta.",
|
|
25
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Error. Compruebe si el valor deseado de glucosa en sangre de su actividad es correcto.",
|
|
26
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Error. Compruebe si el valor de su sensibilidad a la insulina es correcto.",
|
|
27
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Error. Compruebe si el valor de su proporción insulina-carbohidratos es correcto.",
|
|
28
|
+
"Error. Please verify that your target blood glucose value is correct.": "Error. Compruebe si el valor deseado de glucosa en sangre es correcto.",
|
|
29
|
+
"Error. Please verify your notifications settings.": "Error. Compruebe la configuración de las notificaciones.",
|
|
30
|
+
"Food": "Comida",
|
|
31
|
+
"grams": "gramos",
|
|
32
|
+
"grams of carbohydrates": "gramos de hidratos de carbono",
|
|
33
|
+
"Hard": "Intensa",
|
|
34
|
+
"Have you taken insulin within the last 4 hours?": "¿Ha tomado insulina en las últimas 4 horas?",
|
|
35
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "La calculadora de Hedia no admite actividades que finalizaron hace más de 4 horas.",
|
|
36
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "La calculadora de Hedia no admite recomendaciones de insulina con más de 300 gramos de hidratos de carbono presentes.",
|
|
37
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia no admite más de {SAFETY_INSULIN_LIMIT} unidades de insulina por calculación.",
|
|
38
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia no admite más de {SAFETY_INSULIN_LIMIT} unidades de insulina por calculación, pero debido a la actividad física que ha introducido, se ha reducido adicionalmente en un {0}% a {1} unidades para esta calculación.",
|
|
39
|
+
"hours": "horas",
|
|
40
|
+
"How are you feeling?": "¿Qué tal te encuentras?",
|
|
41
|
+
"If it is possible, postpone your planned exercise.": "Si es posible, posponga el ejercicio que tenía previsto hacer.",
|
|
42
|
+
"Instead of taking insulin": "En lugar de tomar insulina",
|
|
43
|
+
"INSULIN{0}RECOMMENDATION": "RECOMENDACIÓN{0}DE INSULINA",
|
|
44
|
+
"Light": "Ligera",
|
|
45
|
+
"min": "min",
|
|
46
|
+
"Moderate": "Moderada",
|
|
47
|
+
"More than 15 minutes has passed since this calculation was started.": "Han pasado más de 15 minutos desde que comenzó la calculación.",
|
|
48
|
+
"NO": "NO",
|
|
49
|
+
"No": "No",
|
|
50
|
+
"No, return to dashboard": "No, volver al panel",
|
|
51
|
+
"OFF": "APAGADO",
|
|
52
|
+
"OK": "ACEPTAR",
|
|
53
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Por favor, repita los pasos de la calculación con nuevas mediciones para garantizar una recomendación segura.",
|
|
54
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "La recomendación del {day} a las {time} no se ha transferido a su diario.{0}¿Utilizó la recomendación?",
|
|
55
|
+
"Recommended": "Recomendado",
|
|
56
|
+
"Recommended amount of insulin": "Cantidad recomendada de insulina",
|
|
57
|
+
"Remind me to remeasure in": "Recordar hacer una nueva medición en",
|
|
58
|
+
"Return to dashboard": "Volver al panel",
|
|
59
|
+
"Save data before closing?": "¿Guardar los datos antes de cerrar?",
|
|
60
|
+
"Save to logbook": "Guardar en el diario",
|
|
61
|
+
"Start new calculation": "Iniciar nueva calculación",
|
|
62
|
+
"Total": "Total",
|
|
63
|
+
"Transfer to logbook": "Transferir al diario",
|
|
64
|
+
"Transferred to logbook": "Transferido al diario",
|
|
65
|
+
"Units": "Unidades",
|
|
66
|
+
"units": "unidades",
|
|
67
|
+
"Untitled Activity": "Actividad sin nombre",
|
|
68
|
+
"We recommend eating an additional:": "Recomendamos comer adicionalmente:",
|
|
69
|
+
"Would you like to add this to your current calculation?": "¿Quiere añadirlo a su calculación actual?",
|
|
70
|
+
"Yes": "Sí",
|
|
71
|
+
"Yes, save to logbook": "Sí, guardar en el diario",
|
|
72
|
+
"You have a high blood glucose level.": "Tiene una glucosa en sangre alta.",
|
|
73
|
+
"You should take rapid-acting insulin and measure ketones.": "Debe tomar insulina de acción rápida y realizar una medición de cetonas.",
|
|
74
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "Se le recordará que mida su glucosa en sangre en 15 minutos.",
|
|
75
|
+
"Your blood glucose level is very low.": "Su glucosa en sangre es muy baja.",
|
|
76
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Su glucosa en sangre es muy baja. Tome glucagón o ingiera carbohidratos si es posible. Busque atención médica.",
|
|
77
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "Su recomendación habría sido superior a {0} unidades de insulina, pero se ha limitado por razones de seguridad.{1} Hedia nunca recomienda más de {SAFETY_INSULIN_LIMIT} unidades de insulina por calculación, pero debido a la actividad física que ha introducido, se ha reducido adicionalmente en un {2}% a {3}.",
|
|
78
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Su recomendación habría sido superior a {SAFETY_INSULIN_LIMIT} unidades de insulina, pero se ha limitado por razones de seguridad. Hedia nunca recomienda más de {SAFETY_INSULIN_LIMIT} unidades de insulina por calculación.",
|
|
79
|
+
"Your saved data will be used for future calculations.": "Los datos guardados se utilizarán para futuras calculaciones."
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Insuline active",
|
|
3
|
+
"Activity": "Activité",
|
|
4
|
+
"Additional": "Supplémentaire",
|
|
5
|
+
"Attention": "Attention",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "Sur la base de l’activité sélectionnée, votre recommandation d’insuline est réduite de :",
|
|
7
|
+
"Blood Glucose Level": "Glycémie",
|
|
8
|
+
"Blood Ketone Level": "Taux de cétonémie",
|
|
9
|
+
"Carbohydrates": "Glucides",
|
|
10
|
+
"Close calculation": "Fermer le calcul",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Envisagez de ne pas commencer d’activité physique avant que votre taux de glycémie ne soit dans la plage recommandée avant l’activité physique.",
|
|
12
|
+
"Entered": "Saisi",
|
|
13
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Erreur. La calculatrice Hedia ne prend pas en charge une dose d’insuline supérieure à {SAFETY_INSULIN_LIMIT} unités",
|
|
14
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Erreur. La calculatrice Hedia ne prend pas en charge des recommandations d’insuline avec des bolus plus anciens que 4 heures",
|
|
15
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Erreur. La calculatrice Hedia ne prend pas en charge votre valeur d’intensité d’activité",
|
|
16
|
+
"Error. Hedia Calculator does not support your activity type value": "Erreur. La calculatrice Hedia ne prend pas en charge votre valeur de type d’activité",
|
|
17
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Erreur. La calculatrice Hedia ne prend pas en charge votre glycémie actuelle.",
|
|
18
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Erreur. La calculatrice Hedia ne prend pas en charge votre unité de glycémie actuelle.",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Erreur. La calculatrice Hedia ne prend pas en charge votre taux de cétonémie actuel.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Erreur. La calculatrice Hedia ne prend pas en charge votre unité de cétonémie actuelle.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current language.": "Erreur. La calculatrice Hedia ne prend pas en charge votre langue actuelle.",
|
|
22
|
+
"Error. Hedia Calculator does not support your injection method.": "Erreur. La calculatrice Hedia ne prend pas en charge votre méthode d’injection.",
|
|
23
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Erreur. La calculatrice Hedia ne prend en charge que des activités d’une durée maximale de 60 minutes.",
|
|
24
|
+
"Error. Please verify that your activity settings are set up correctly.": "Erreur. Veuillez vérifier que vos paramètres d’activité sont correctement paramétrés.",
|
|
25
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Erreur. Veuillez vérifier que votre glycémie désirée pendant l’activité est correct.",
|
|
26
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Erreur. Veuillez vérifier que votre valeur de sensibilité à l’insuline est correcte.",
|
|
27
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Erreur. Veuillez vérifier que votre valeur de rapport insuline/glucides est correcte.",
|
|
28
|
+
"Error. Please verify that your target blood glucose value is correct.": "Erreur. Veuillez vérifier que votre glycémie cible est correct.",
|
|
29
|
+
"Error. Please verify your notifications settings.": "Erreur. Veuillez vérifier vos paramètres de notification.",
|
|
30
|
+
"Food": "Aliments",
|
|
31
|
+
"grams": "grammes",
|
|
32
|
+
"grams of carbohydrates": "grammes de glucides",
|
|
33
|
+
"Hard": "Difficile",
|
|
34
|
+
"Have you taken insulin within the last 4 hours?": "Avez-vous pris de l’insuline au cours des 4 dernières heures ?",
|
|
35
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "La calculatrice Hedia ne prend pas en charge des activités terminées il y a plus de 4 heures.",
|
|
36
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "La calculatrice Hedia ne prend pas en charge des recommandations d’insuline avec plus de 300 grammes de glucides présents.",
|
|
37
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia ne prend pas en charge plus de {SAFETY_INSULIN_LIMIT} unités d’insuline par calcul.",
|
|
38
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia ne prend pas en charge plus de {SAFETY_INSULIN_LIMIT} unités d’insuline par calcul, mais en raison de l’activité physique que vous avez saisie, ce chiffre a été encore réduit de {0} % à {1} unités pour ce calcul.",
|
|
39
|
+
"hours": "heures",
|
|
40
|
+
"How are you feeling?": "Comment vous sentez-vous ?",
|
|
41
|
+
"If it is possible, postpone your planned exercise.": "Si possible, reportez votre activité prévu.",
|
|
42
|
+
"Instead of taking insulin": "Au lieu de prendre de l’insuline",
|
|
43
|
+
"INSULIN{0}RECOMMENDATION": "RECOMMANDATION{0}D’INSULINE",
|
|
44
|
+
"Light": "Légère",
|
|
45
|
+
"min": "min",
|
|
46
|
+
"Moderate": "Modérée",
|
|
47
|
+
"More than 15 minutes has passed since this calculation was started.": "Plus de 15 minutes se sont écoulées depuis le début de ce calcul.",
|
|
48
|
+
"NO": "NON",
|
|
49
|
+
"No": "Non",
|
|
50
|
+
"No, return to dashboard": "Non, retour au tableau de bord",
|
|
51
|
+
"OFF": "DÉSACTIVÉ",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Veuillez suivre les étapes de calcul avec de nouvelles mesures pour vous assurer d’obtenir une recommandation sûre.",
|
|
54
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "La recommandation du {day} à {time} n’a pas été transférée à votre journal de bord.{0}Avez-vous suivi la recommandation ?",
|
|
55
|
+
"Recommended": "Recommandé",
|
|
56
|
+
"Recommended amount of insulin": "Dose recommandée d’insuline",
|
|
57
|
+
"Remind me to remeasure in": "Rappelez-moi de mesurer ma glycémie dans",
|
|
58
|
+
"Return to dashboard": "Retour au tableau de bord",
|
|
59
|
+
"Save data before closing?": "Enregistrer les données avant de fermer ?",
|
|
60
|
+
"Save to logbook": "Enregistrer dans le journal de bord",
|
|
61
|
+
"Start new calculation": "Commencer un nouveau calcul",
|
|
62
|
+
"Total": "Total",
|
|
63
|
+
"Transfer to logbook": "Transfert au journal de bord",
|
|
64
|
+
"Transferred to logbook": "Transféré au journal de bord",
|
|
65
|
+
"Units": "Unités",
|
|
66
|
+
"units": "unités",
|
|
67
|
+
"Untitled Activity": "Activité sans titre",
|
|
68
|
+
"We recommend eating an additional:": "Nous vous recommandons de manger en plus :",
|
|
69
|
+
"Would you like to add this to your current calculation?": "Souhaitez-vous ajouter cela à votre calcul actuel ?",
|
|
70
|
+
"Yes": "Oui",
|
|
71
|
+
"Yes, save to logbook": "Oui, enregistrer dans le journal de bord",
|
|
72
|
+
"You have a high blood glucose level.": "Vous avez une valeur de glycémie élevée.",
|
|
73
|
+
"You should take rapid-acting insulin and measure ketones.": "Vous devriez prendre de l’insuline à action rapide et mesurer les cétones.",
|
|
74
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "Il vous sera rappelé de mesurer votre valeur de glycémie dans 15 mn.",
|
|
75
|
+
"Your blood glucose level is very low.": "Votre valeur de glycémie est très faible.",
|
|
76
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Votre valeur de glycémie est très faible. Prenez du glucagon ou mangez des glucides si possible. Consultez un médecin.",
|
|
77
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "Votre recommandation aurait été supérieure à {0} unités d’insuline, mais elle a été limitée pour des raisons de sécurité.{1} Hedia ne recommande jamais plus de {SAFETY_INSULIN_LIMIT} unités d’insuline par calcul, mais en raison de l’activité physique saisie, elle a été réduite de {2}% à {3}.",
|
|
78
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Votre recommandation aurait été supérieure à {SAFETY_INSULIN_LIMIT} unités d’insuline, mais elle a été limitée pour des raisons de sécurité. Hedia ne recommande jamais plus de {SAFETY_INSULIN_LIMIT} unités d’insuline par calcul.",
|
|
79
|
+
"Your saved data will be used for future calculations.": "Vos données enregistrées seront utilisées pour des calculs ultérieurs."
|
|
80
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active Insulin": "Insulina attiva",
|
|
3
|
+
"Activity": "Attività fisica",
|
|
4
|
+
"Additional": "Ulteriori",
|
|
5
|
+
"Attention": "Attenzione",
|
|
6
|
+
"Based on the selected activity your insulin recommendation is reduced by:": "In base all'attività selezionata, la prescrizione per l'insulina è ridotta di:",
|
|
7
|
+
"Blood Glucose Level": "Indice glicemico",
|
|
8
|
+
"Blood Ketone Level": "Livello di chetoni nel sangue",
|
|
9
|
+
"Carbohydrates": "Carboidrati",
|
|
10
|
+
"Close calculation": "Chiudi calcolo",
|
|
11
|
+
"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.": "Ricorda di non iniziare l'attività fisica prima che il livello di glucosio nel sangue non sia rientrato negli intervalli raccomandati prima dell'attività fisica.",
|
|
12
|
+
"Entered": "Inserito",
|
|
13
|
+
"Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units": "Errore. Hedia Calculator non supporta una dose di insulina superiore a {SAFETY_INSULIN_LIMIT} unità",
|
|
14
|
+
"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours": "Errore. Hedia Calculator non supporta le raccomandazioni di insulina con boli più vecchi di 4 ore",
|
|
15
|
+
"Error. Hedia Calculator does not support your activity intensity value": "Errore. Hedia Calculator non supporta il valore dell'intensità dell'attività",
|
|
16
|
+
"Error. Hedia Calculator does not support your activity type value": "Errore. Hedia Calculator non supporta il valore del tipo di attività",
|
|
17
|
+
"Error. Hedia Calculator does not support your current blood glucose level.": "Errore. Hedia Calculator non supporta la tua glicemia attuale.",
|
|
18
|
+
"Error. Hedia Calculator does not support your current blood glucose unit.": "Errore. Hedia Calculator non supporta l'attuale unità misura di glucosio nel sangue.",
|
|
19
|
+
"Error. Hedia Calculator does not support your current blood ketone level.": "Errore. Hedia Calculator non supporta l'attuale livello di chetoni nel sangue.",
|
|
20
|
+
"Error. Hedia Calculator does not support your current blood ketone unit.": "Errore. Hedia Calculator non supporta l'attuale unità di misura di chetoni del sangue.",
|
|
21
|
+
"Error. Hedia Calculator does not support your current language.": "Errore. Hedia Calculator non supporta la lingua corrente.",
|
|
22
|
+
"Error. Hedia Calculator does not support your injection method.": "Errore. Hedia Calculator non supporta il metodo di iniezione.",
|
|
23
|
+
"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.": "Errore. Hedia Calculator supporta solo attività della durata massima di 60 minuti.",
|
|
24
|
+
"Error. Please verify that your activity settings are set up correctly.": "Errore. Verificare che le impostazioni delle attività siano impostate correttamente.",
|
|
25
|
+
"Error. Please verify that your activity target blood glucose value is correct.": "Errore. Verificare che il indice glicemico desiderato durante l’attività sia corretto.",
|
|
26
|
+
"Error. Please verify that your insulin sensitivity value is correct.": "Errore. Verificare che il valore della sensibilità all'insulina sia corretto.",
|
|
27
|
+
"Error. Please verify that your insulin to carb ratio value is correct.": "Errore. Verificare che il valore del rapporto insulina/carboidrati sia corretto.",
|
|
28
|
+
"Error. Please verify that your target blood glucose value is correct.": "Errore. Verificare che il valore obiettivo della glicemia sia corretto.",
|
|
29
|
+
"Error. Please verify your notifications settings.": "Errore. Verificare le impostazioni di notifica.",
|
|
30
|
+
"Food": "Cibo",
|
|
31
|
+
"grams": "grammi",
|
|
32
|
+
"grams of carbohydrates": "grammi di carboidrati",
|
|
33
|
+
"Hard": "Intensa",
|
|
34
|
+
"Have you taken insulin within the last 4 hours?": "Hai assunto insulina nelle ultime 4 ore?",
|
|
35
|
+
"Hedia Calculator does not support activities that finished more than 4 hours ago.": "Hedia Calculator non supporta attività che siano terminate più di 4 ore fa.",
|
|
36
|
+
"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.": "Hedia Calculator non supporta le prescrizioni di insulina con più di 300 grammi di carboidrati presenti.",
|
|
37
|
+
"Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "Hedia non supporta più di {SAFETY_INSULIN_LIMIT} unità di insulina per ogni calcolo.",
|
|
38
|
+
"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.": "Hedia non supporta più di {SAFETY_INSULIN_LIMIT} unità di insulina per ogni calcolo, ma, a seguito dell'attività fisica che hai inserito, è stata ulteriormente ridotta del {0}% a {1} unità per questo calcolo.",
|
|
39
|
+
"hours": "ore",
|
|
40
|
+
"How are you feeling?": "Come ti senti?",
|
|
41
|
+
"If it is possible, postpone your planned exercise.": "Se possibile, posticipa l'allenamento pianificato.",
|
|
42
|
+
"Instead of taking insulin": "Invece di assumere insulina",
|
|
43
|
+
"INSULIN{0}RECOMMENDATION": "PRESCRIZIONE DI{0}INSULINA",
|
|
44
|
+
"Light": "Leggera",
|
|
45
|
+
"min": "min",
|
|
46
|
+
"Moderate": "Moderata",
|
|
47
|
+
"More than 15 minutes has passed since this calculation was started.": "Sono passati più di 15 minuti dall'inizio di questo calcolo.",
|
|
48
|
+
"NO": "NO",
|
|
49
|
+
"No": "No",
|
|
50
|
+
"No, return to dashboard": "No, torna al pannello di controllo",
|
|
51
|
+
"OFF": "SPENTO",
|
|
52
|
+
"OK": "OK",
|
|
53
|
+
"Please go through the calculation steps with new measurements to ensure a safe recommendation.": "Completa tutte le fasi del calcolo con nuove misurazioni per assicurare una prescrizione sicura.",
|
|
54
|
+
"Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?": "La prescrizione del {day} alle {time} non è stata trasferita nel tuo diario.{0} Hai usato la prescrizione?",
|
|
55
|
+
"Recommended": "Prescritta",
|
|
56
|
+
"Recommended amount of insulin": "Quantità prescritta di insulina",
|
|
57
|
+
"Remind me to remeasure in": "Ricordami di misurare nuovamente tra",
|
|
58
|
+
"Return to dashboard": "Torna al pannello di controllo",
|
|
59
|
+
"Save data before closing?": "Salvare i dati prima della chiusura?",
|
|
60
|
+
"Save to logbook": "Salva nel diario",
|
|
61
|
+
"Start new calculation": "Inizia il nuovo calcolo",
|
|
62
|
+
"Total": "Totale",
|
|
63
|
+
"Transfer to logbook": "Trasferisci al diario",
|
|
64
|
+
"Transferred to logbook": "Trasferito al diario",
|
|
65
|
+
"Units": "Unità",
|
|
66
|
+
"units": "unità",
|
|
67
|
+
"Untitled Activity": "Attività senza titolo",
|
|
68
|
+
"We recommend eating an additional:": "Consigliamo di ingerire una quantità supplementare:",
|
|
69
|
+
"Would you like to add this to your current calculation?": "Vuoi aggiungere questo al tuo calcolo corrente?",
|
|
70
|
+
"Yes": "Sì",
|
|
71
|
+
"Yes, save to logbook": "Sì, salva nel diario",
|
|
72
|
+
"You have a high blood glucose level.": "Hai un alto indice glicemico.",
|
|
73
|
+
"You should take rapid-acting insulin and measure ketones.": "Devi assumere insulina ad azione rapida e misurare i chetoni.",
|
|
74
|
+
"You will be reminded to measure your blood glucose level in 15 min.": "Ti verrà ricordato di misurare il indice glicemico tra 15 min.",
|
|
75
|
+
"Your blood glucose level is very low.": "Il indice glicemico è molto basso.",
|
|
76
|
+
"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.": "Il indice glicemico è molto basso. Assumi glucagon o ingerisci carboidrati, se possibile. Rivolgiti a un medico.",
|
|
77
|
+
"Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.": "La tua prescrizione sarebbe stata superiore a {0} unità di insulina, ma è stata limitata per motivi di sicurezza.{1} Hedia non prescrive mai più di {SAFETY_INSULIN_LIMIT} unità di insulina per calcolo, ma a seguito dell'attività fisica che hai inserito, questa è stata ulteriormente ridotta del {2}% a {3}.",
|
|
78
|
+
"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.": "La tua prescrizione sarebbe stata superiore a {SAFETY_INSULIN_LIMIT} unità di insulina, ma è stata limitata per motivi di sicurezza. Hedia non prescrive mai più di {SAFETY_INSULIN_LIMIT} unità di insulina per calcolo.",
|
|
79
|
+
"Your saved data will be used for future calculations.": "I dati salvati saranno utilizzati per calcoli futuri."
|
|
80
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "moment/min/locales";
|
|
2
|
+
import { Languages } from "@hedia/types";
|
|
3
|
+
/**
|
|
4
|
+
* Change the language that is used to display text on the recommendation screen.
|
|
5
|
+
*
|
|
6
|
+
* Steps:
|
|
7
|
+
* 1. Set the locale for the date-time library
|
|
8
|
+
* 2. Load the desired language in the memory
|
|
9
|
+
* @param language The language to switch to.
|
|
10
|
+
*/
|
|
11
|
+
export declare const changeLocale: (language: keyof typeof Languages) => void;
|
|
12
|
+
/**
|
|
13
|
+
* Get the translation in the language that was initialised by the changeLocale function.
|
|
14
|
+
*
|
|
15
|
+
* @param textKeys The key for the desired translation.
|
|
16
|
+
* @param values The parameters to be introduced in the translations.
|
|
17
|
+
*/
|
|
18
|
+
export declare const translate: (textKeys: string, values?: Record<string, unknown>) => string;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import "moment/min/locales";
|
|
2
|
+
import moment from "moment";
|
|
3
|
+
/** Internalisation object containing the translations. Call changeLanguage in order to change the language. */
|
|
4
|
+
const languageMap = {
|
|
5
|
+
da: require(`./da/messages.json`),
|
|
6
|
+
en: require(`./en/messages.json`),
|
|
7
|
+
de: require(`./de/messages.json`),
|
|
8
|
+
es: require(`./es/messages.json`),
|
|
9
|
+
fr: require(`./fr/messages.json`),
|
|
10
|
+
it: require(`./it/messages.json`),
|
|
11
|
+
};
|
|
12
|
+
let toLocaleTexts;
|
|
13
|
+
/**
|
|
14
|
+
* Change the language that is used to display text on the recommendation screen.
|
|
15
|
+
*
|
|
16
|
+
* Steps:
|
|
17
|
+
* 1. Set the locale for the date-time library
|
|
18
|
+
* 2. Load the desired language in the memory
|
|
19
|
+
* @param language The language to switch to.
|
|
20
|
+
*/
|
|
21
|
+
export const changeLocale = (language) => {
|
|
22
|
+
moment.locale(language === `en` ? `en-gb` : language);
|
|
23
|
+
toLocaleTexts = languageMap[language];
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Get the translation in the language that was initialised by the changeLocale function.
|
|
27
|
+
*
|
|
28
|
+
* @param textKeys The key for the desired translation.
|
|
29
|
+
* @param values The parameters to be introduced in the translations.
|
|
30
|
+
*/
|
|
31
|
+
export const translate = (textKeys, values) => {
|
|
32
|
+
const englishTexts = languageMap[`en`];
|
|
33
|
+
const englishText = englishTexts[textKeys];
|
|
34
|
+
const translatedText = toLocaleTexts?.[textKeys];
|
|
35
|
+
if (!englishText && !translatedText) {
|
|
36
|
+
console.warn(`No text/key with value ${textKeys} was found`);
|
|
37
|
+
return textKeys;
|
|
38
|
+
}
|
|
39
|
+
if (!values) {
|
|
40
|
+
return translatedText ?? englishText;
|
|
41
|
+
}
|
|
42
|
+
let translatedTextWithValues = translatedText;
|
|
43
|
+
let englishTextsWithValues = englishText;
|
|
44
|
+
const valuesKeys = Object.keys(values);
|
|
45
|
+
for (const k of valuesKeys) {
|
|
46
|
+
translatedTextWithValues = translatedTextWithValues?.replaceAll(`{${k}}`, `${values[k]}`);
|
|
47
|
+
englishTextsWithValues = englishTextsWithValues.replaceAll(`{${k}}`, `${values[k]}`);
|
|
48
|
+
}
|
|
49
|
+
return translatedTextWithValues ?? englishTextsWithValues;
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=translate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translate.js","sourceRoot":"","sources":["../../../src/locales/translate.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAI5B,+GAA+G;AAC/G,MAAM,WAAW,GAA2D;IAC3E,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjC,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjC,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjC,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjC,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;IACjC,EAAE,EAAE,OAAO,CAAC,oBAAoB,CAAC;CACjC,CAAC;AACF,IAAI,aAAqC,CAAC;AAE1C;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,QAAgC,EAAE,EAAE;IAChE,MAAM,CAAC,MAAM,CAAC,QAAQ,KAAK,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;IACtD,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;AACvC,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,QAAgB,EAAE,MAAgC,EAAE,EAAE;IAC/E,MAAM,YAAY,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IACvC,MAAM,WAAW,GAAW,YAAY,CAAC,QAAQ,CAAC,CAAC;IACnD,MAAM,cAAc,GAAW,aAAa,EAAE,CAAC,QAAQ,CAAC,CAAC;IAEzD,IAAI,CAAC,WAAW,IAAI,CAAC,cAAc,EAAE;QACpC,OAAO,CAAC,IAAI,CAAC,0BAA0B,QAAQ,YAAY,CAAC,CAAC;QAC7D,OAAO,QAAQ,CAAC;KAChB;IAED,IAAI,CAAC,MAAM,EAAE;QACZ,OAAO,cAAc,IAAI,WAAW,CAAC;KACrC;IAED,IAAI,wBAAwB,GAAG,cAAc,CAAC;IAC9C,IAAI,sBAAsB,GAAG,WAAW,CAAC;IACzC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACvC,KAAK,MAAM,CAAC,IAAI,UAAU,EAAE;QAC3B,wBAAwB,GAAG,wBAAwB,EAAE,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;QAC1F,sBAAsB,GAAG,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;KACrF;IACD,OAAO,wBAAwB,IAAI,sBAAsB,CAAC;AAC3D,CAAC,CAAC"}
|