@hedia/recommendation-screen 2.1.0 → 2.1.2
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/coverage/clover.xml +378 -367
- package/coverage/coverage-final.json +18 -18
- package/coverage/lcov-report/index.html +15 -15
- package/coverage/lcov-report/src/RecommendationScreen.tsx.html +112 -67
- package/coverage/lcov-report/src/__tests__/index.html +1 -1
- package/coverage/lcov-report/src/__tests__/utils.tsx.html +11 -11
- package/coverage/lcov-report/src/components/Header.tsx.html +2 -2
- package/coverage/lcov-report/src/components/InfoBars.tsx.html +49 -19
- package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +1 -1
- package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +1 -1
- package/coverage/lcov-report/src/components/LineSeparator.tsx.html +2 -2
- package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +1 -1
- package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +17 -17
- package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +13 -13
- package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +11 -11
- package/coverage/lcov-report/src/components/Remeasure.tsx.html +12 -12
- package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +5 -5
- package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/Activity.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/index.html +1 -1
- package/coverage/lcov-report/src/components/index.html +7 -7
- package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +8 -8
- package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +8 -8
- package/coverage/lcov-report/src/components/mood/index.html +1 -1
- package/coverage/lcov-report/src/index.html +7 -7
- package/coverage/lcov-report/src/locale/i18nUtils.ts.html +5 -5
- package/coverage/lcov-report/src/locale/index.html +1 -1
- package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +5 -5
- package/coverage/lcov-report/src/utils/Constants.ts.html +1 -1
- package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +41 -8
- package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +33 -33
- package/coverage/lcov-report/src/utils/Translations.ts.html +1 -1
- package/coverage/lcov-report/src/utils/Utils.ts.html +23 -17
- package/coverage/lcov-report/src/utils/Validations.ts.html +77 -50
- package/coverage/lcov-report/src/utils/index.html +12 -12
- package/coverage/lcov.info +821 -794
- package/ios/Podfile.lock +1 -1
- package/package.json +6 -5
- package/src/RecommendationScreen.d.ts +2 -2
- package/src/RecommendationScreen.jsx +8 -5
- package/src/__tests__/RecommendationScreen.test.jsx +44 -25
- package/src/__tests__/Validations.test.js +18 -0
- package/src/components/InfoBars.d.ts +7 -2
- package/src/components/InfoBars.jsx +11 -3
- package/src/locale/da/messages.js +1 -1
- package/src/locale/da/messages.po +31 -27
- package/src/locale/de/messages.js +1 -1
- package/src/locale/de/messages.po +31 -27
- package/src/locale/en/messages.js +1 -1
- package/src/locale/en/messages.po +31 -27
- package/src/locale/es/messages.js +1 -1
- package/src/locale/es/messages.po +31 -27
- package/src/locale/fr/messages.js +1 -1
- package/src/locale/fr/messages.po +31 -27
- package/src/locale/it/messages.js +1 -1
- package/src/locale/it/messages.po +31 -27
- package/src/types/enum.d.ts +20 -2
- package/src/types/enum.js +23 -1
- package/src/utils/RecommendationError.d.ts +1 -0
- package/src/utils/RecommendationError.jsx +3 -1
- package/src/utils/RecommendationUtils.d.ts +1 -1
- package/src/utils/Utils.d.ts +2 -2
- package/src/utils/Utils.js +2 -2
- package/src/utils/Validations.d.ts +4 -3
- package/src/utils/Validations.js +13 -4
- package/App.d.ts +0 -27
- package/App.jsx +0 -98
- package/app.json +0 -4
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/RecommendationScreen.tsx:
|
|
16
|
+
#: src/RecommendationScreen.tsx:196
|
|
17
17
|
msgid "Active Insulin"
|
|
18
18
|
msgstr "Aktives Insulin"
|
|
19
19
|
|
|
@@ -36,11 +36,11 @@ msgstr "Achtung"
|
|
|
36
36
|
msgid "Based on the selected activity your insulin recommendation is reduced by:"
|
|
37
37
|
msgstr "Aufgrund der gewählten Aktivität wird Ihre Insulinempfehlung reduziert um:"
|
|
38
38
|
|
|
39
|
-
#: src/RecommendationScreen.tsx:
|
|
39
|
+
#: src/RecommendationScreen.tsx:200
|
|
40
40
|
msgid "Blood Glucose Level"
|
|
41
41
|
msgstr "Blutzuckerspiegel"
|
|
42
42
|
|
|
43
|
-
#: src/RecommendationScreen.tsx:
|
|
43
|
+
#: src/RecommendationScreen.tsx:204
|
|
44
44
|
msgid "Blood Ketone Level"
|
|
45
45
|
msgstr "Blutketonspiegel"
|
|
46
46
|
|
|
@@ -48,11 +48,11 @@ msgstr "Blutketonspiegel"
|
|
|
48
48
|
msgid "Carbohydrates"
|
|
49
49
|
msgstr "Kohlenhydrate"
|
|
50
50
|
|
|
51
|
-
#: src/RecommendationScreen.tsx:
|
|
51
|
+
#: src/RecommendationScreen.tsx:227
|
|
52
52
|
msgid "Close calculation"
|
|
53
53
|
msgstr "Berechnung schließen"
|
|
54
54
|
|
|
55
|
-
#: src/utils/AttentionMessages.tsx:
|
|
55
|
+
#: src/utils/AttentionMessages.tsx:33
|
|
56
56
|
msgid "Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity."
|
|
57
57
|
msgstr "Betätigen Sie sich erst dann körperlich, wenn Ihr Blutzuckerspiegel vor der körperlichen Aktivität innerhalb des empfohlenen Wertebereichs liegt."
|
|
58
58
|
|
|
@@ -136,6 +136,10 @@ msgstr "Fehler. Bitte überprüfen Sie, ob Ihr Ziel-Blutzuckerwert korrekt ist."
|
|
|
136
136
|
msgid "Error. Please verify your notifications settings."
|
|
137
137
|
msgstr "Fehler. Bitte überprüfen Sie Ihre Benachrichtigungseinstellungen."
|
|
138
138
|
|
|
139
|
+
#: src/utils/RecommendationError.tsx:33
|
|
140
|
+
msgid "Error. Your blood ketone settings are invalid."
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
139
143
|
#: src/components/RecommendedCarbs.tsx:107
|
|
140
144
|
msgid "Food"
|
|
141
145
|
msgstr "Lebensmittel"
|
|
@@ -156,11 +160,11 @@ msgstr "Der Hedia-Rechner unterstützt keine Aktivitäten, die vor über 4 Stund
|
|
|
156
160
|
msgid "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
157
161
|
msgstr "Der Hedia-Rechner unterstützt keine Insulinempfehlungen, die mehr als 300 Gramm Kohlenhydrate enthalten."
|
|
158
162
|
|
|
159
|
-
#: src/utils/AttentionMessages.tsx:
|
|
163
|
+
#: src/utils/AttentionMessages.tsx:47
|
|
160
164
|
msgid "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
161
165
|
msgstr "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung."
|
|
162
166
|
|
|
163
|
-
#: src/utils/AttentionMessages.tsx:
|
|
167
|
+
#: src/utils/AttentionMessages.tsx:45
|
|
164
168
|
msgid "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."
|
|
165
169
|
msgstr "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."
|
|
166
170
|
|
|
@@ -172,7 +176,7 @@ msgstr "Wie fühlen Sie sich?"
|
|
|
172
176
|
msgid "INSULIN{0}RECOMMENDATION"
|
|
173
177
|
msgstr "INSULIN{0}EMPFEHLUNG"
|
|
174
178
|
|
|
175
|
-
#: src/utils/AttentionMessages.tsx:
|
|
179
|
+
#: src/utils/AttentionMessages.tsx:32
|
|
176
180
|
msgid "If it is possible, postpone your planned exercise."
|
|
177
181
|
msgstr "Wenn möglich, verschieben Sie Ihr geplantes Training."
|
|
178
182
|
|
|
@@ -188,7 +192,7 @@ msgstr "Leicht"
|
|
|
188
192
|
msgid "Moderate"
|
|
189
193
|
msgstr "Moderat"
|
|
190
194
|
|
|
191
|
-
#: src/utils/AttentionMessages.tsx:
|
|
195
|
+
#: src/utils/AttentionMessages.tsx:48
|
|
192
196
|
msgid "More than 15 minutes has passed since this calculation was started."
|
|
193
197
|
msgstr "Seit Beginn dieser Berechnung sind mehr als 15 Minuten vergangen."
|
|
194
198
|
|
|
@@ -200,7 +204,7 @@ msgstr "NEIN"
|
|
|
200
204
|
msgid "No"
|
|
201
205
|
msgstr "Nein"
|
|
202
206
|
|
|
203
|
-
#: src/RecommendationScreen.tsx:
|
|
207
|
+
#: src/RecommendationScreen.tsx:231
|
|
204
208
|
msgid "No, return to dashboard"
|
|
205
209
|
msgstr "Nein, zurück zum Dashboard"
|
|
206
210
|
|
|
@@ -216,11 +220,11 @@ msgstr "AUS"
|
|
|
216
220
|
msgid "OK"
|
|
217
221
|
msgstr "OK"
|
|
218
222
|
|
|
219
|
-
#: src/utils/AttentionMessages.tsx:
|
|
223
|
+
#: src/utils/AttentionMessages.tsx:49
|
|
220
224
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
221
225
|
msgstr "Bitte führen Sie die Berechnungsschritte mit neuen Messungen durch, um eine sichere Empfehlung zu erstellen."
|
|
222
226
|
|
|
223
|
-
#: src/utils/AttentionMessages.tsx:
|
|
227
|
+
#: src/utils/AttentionMessages.tsx:53
|
|
224
228
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
225
229
|
msgstr "Die Empfehlung von {day} um {time} wurden nicht in Ihr Tagebuch eingetragen.{0}Haben Sie sich an die Empfehlung gehalten?"
|
|
226
230
|
|
|
@@ -237,19 +241,19 @@ msgstr "Empfohlene Insulinmenge"
|
|
|
237
241
|
msgid "Remind me to remeasure in"
|
|
238
242
|
msgstr "Ich wünsche eine Erinnerung an eine erneute Messung in"
|
|
239
243
|
|
|
240
|
-
#: src/RecommendationScreen.tsx:
|
|
244
|
+
#: src/RecommendationScreen.tsx:231
|
|
241
245
|
msgid "Return to dashboard"
|
|
242
246
|
msgstr "Zurück zum Dashboard"
|
|
243
247
|
|
|
244
|
-
#: src/RecommendationScreen.tsx:
|
|
248
|
+
#: src/RecommendationScreen.tsx:227
|
|
245
249
|
msgid "Save data before closing?"
|
|
246
250
|
msgstr "Änderungen vor dem Schließen speichern?"
|
|
247
251
|
|
|
248
|
-
#: src/RecommendationScreen.tsx:
|
|
252
|
+
#: src/RecommendationScreen.tsx:227
|
|
249
253
|
msgid "Save to logbook"
|
|
250
254
|
msgstr "Im Tagebuch speichern"
|
|
251
255
|
|
|
252
|
-
#: src/RecommendationScreen.tsx:
|
|
256
|
+
#: src/RecommendationScreen.tsx:231
|
|
253
257
|
msgid "Start new calculation"
|
|
254
258
|
msgstr "Neue Berechnung starten"
|
|
255
259
|
|
|
@@ -285,39 +289,39 @@ msgstr "Möchten Sie dies zu Ihrer aktuellen Berechnung hinzufügen?"
|
|
|
285
289
|
msgid "Yes"
|
|
286
290
|
msgstr "Ja"
|
|
287
291
|
|
|
288
|
-
#: src/RecommendationScreen.tsx:
|
|
292
|
+
#: src/RecommendationScreen.tsx:231
|
|
289
293
|
msgid "Yes, save to logbook"
|
|
290
294
|
msgstr "Ja, im Tagebuch speichern"
|
|
291
295
|
|
|
292
|
-
#: src/utils/AttentionMessages.tsx:
|
|
296
|
+
#: src/utils/AttentionMessages.tsx:34
|
|
293
297
|
msgid "You have a high blood glucose level."
|
|
294
298
|
msgstr "Sie haben einen hohen Blutzuckerspiegel."
|
|
295
299
|
|
|
296
|
-
#: src/utils/AttentionMessages.tsx:
|
|
300
|
+
#: src/utils/AttentionMessages.tsx:35
|
|
297
301
|
msgid "You should take rapid-acting insulin and measure ketones."
|
|
298
302
|
msgstr "Sie sollten schnell wirkendes Insulin einnehmen und die Ketone messen."
|
|
299
303
|
|
|
300
|
-
#: src/utils/AttentionMessages.tsx:
|
|
304
|
+
#: src/utils/AttentionMessages.tsx:31
|
|
301
305
|
msgid "You will be reminded to measure your blood glucose level in 15 min."
|
|
302
306
|
msgstr "Bitte messen Sie Ihren Blutzuckerspiegel in 15 Minuten."
|
|
303
307
|
|
|
304
|
-
#: src/utils/AttentionMessages.tsx:
|
|
308
|
+
#: src/utils/AttentionMessages.tsx:30
|
|
305
309
|
msgid "Your blood glucose level is very low."
|
|
306
310
|
msgstr "Ihr Blutzuckerspiegel ist sehr niedrig."
|
|
307
311
|
|
|
308
|
-
#: src/utils/AttentionMessages.tsx:
|
|
312
|
+
#: src/utils/AttentionMessages.tsx:29
|
|
309
313
|
msgid "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
310
314
|
msgstr "Ihr Blutzuckerspiegel ist sehr niedrig. Nehmen Sie Glucagon ein oder essen Sie, wenn möglich, Kohlenhydrate. Suchen Sie einen Arzt auf."
|
|
311
315
|
|
|
312
|
-
#: src/utils/AttentionMessages.tsx:
|
|
316
|
+
#: src/utils/AttentionMessages.tsx:38
|
|
313
317
|
msgid "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}."
|
|
314
318
|
msgstr "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."
|
|
315
319
|
|
|
316
|
-
#: src/utils/AttentionMessages.tsx:
|
|
320
|
+
#: src/utils/AttentionMessages.tsx:36
|
|
317
321
|
msgid "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."
|
|
318
322
|
msgstr "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."
|
|
319
323
|
|
|
320
|
-
#: src/RecommendationScreen.tsx:
|
|
324
|
+
#: src/RecommendationScreen.tsx:227
|
|
321
325
|
msgid "Your saved data will be used for future calculations."
|
|
322
326
|
msgstr "Ihre gespeicherten Daten werden für zukünftige Berechnungen verwendet."
|
|
323
327
|
|
|
@@ -339,7 +343,7 @@ msgstr "Stunden"
|
|
|
339
343
|
msgid "min"
|
|
340
344
|
msgstr "Minuten"
|
|
341
345
|
|
|
342
|
-
#: src/
|
|
343
|
-
#: src/
|
|
346
|
+
#: src/RecommendationScreen.tsx:196
|
|
347
|
+
#: src/components/InfoBars.tsx:22
|
|
344
348
|
msgid "units"
|
|
345
349
|
msgstr "Einheiten"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"Active Insulin":"Active Insulin","Activity":"Activity","Additional":"Additional","Attention":"Attention","Based on the selected activity your insulin recommendation is reduced by:":"Based on the selected activity your insulin recommendation is reduced by:","Blood Glucose Level":"Blood Glucose Level","Blood Ketone Level":"Blood Ketone Level","Carbohydrates":"Carbohydrates","Close calculation":"Close calculation","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 level is within the recommended ranges prior to physical activity.","Entered":"Entered","Error. Hedia Calculator could not find your recent boluses":"Error. Hedia Calculator could not find your recent boluses","Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units":function(a){return["Error. Hedia Calculator does not support an insulin dose greater than ",a("SAFETY_INSULIN_LIMIT")," units"]},"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","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.","Error. Hedia Calculator does not support your activity intensity value":"Error. Hedia Calculator does not support your activity intensity value","Error. Hedia Calculator does not support your activity type value":"Error. Hedia Calculator does not support your activity type value","Error. Hedia Calculator does not support your current blood glucose level.":"Error. Hedia Calculator does not support your current blood glucose level.","Error. Hedia Calculator does not support your current blood glucose unit.":"Error. Hedia Calculator does not support your current blood glucose unit.","Error. Hedia Calculator does not support your current blood ketone level.":"Error. Hedia Calculator does not support your current blood ketone level.","Error. Hedia Calculator does not support your current blood ketone unit.":"Error. Hedia Calculator does not support your current blood ketone unit.","Error. Hedia Calculator does not support your current language.":"Error. Hedia Calculator does not support your current language.","Error. Hedia Calculator does not support your injection method.":"Error. Hedia Calculator does not support your injection method.","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.","Error. Please verify that your activity settings are set up correctly.":"Error. Please verify that your activity settings are set up correctly.","Error. Please verify that your activity target blood glucose value is correct.":"Error. Please verify that your activity target blood glucose value is correct.","Error. Please verify that your insulin sensitivity value is correct.":"Error. Please verify that your insulin sensitivity value is correct.","Error. Please verify that your insulin to carb ratio value is correct.":"Error. Please verify that your insulin to carb ratio value is correct.","Error. Please verify that your target blood glucose value is correct.":"Error. Please verify that your target blood glucose value is correct.","Error. Please verify your notifications settings.":"Error. Please verify your notifications settings.","Food":"Food","Hard":"Hard","Have you taken insulin within the last 4 hours?":"Have you taken insulin within the last 4 hours?","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.","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.","Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Hedia does not support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per 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.":function(a){return["Hedia doesn't support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("0"),"% to ",a("1")," units for this calculation."]},"How are you feeling?":"How are you feeling?","INSULIN{0}RECOMMENDATION":function(a){return["INSULIN",a("0"),"RECOMMENDATION"]},"If it is possible, postpone your planned exercise.":"If it is possible, postpone your planned exercise.","Instead of taking insulin":"Instead of taking insulin","Light":"Light","Moderate":"Moderate","More than 15 minutes has passed since this calculation was started.":"More than 15 minutes has passed since this calculation was started.","NO":"NO","No":"No","No, return to dashboard":"No, return to dashboard","OFF":"OFF","OK":"OK","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.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["Recommendation from ",a("day")," at ",a("time")," was not transfered to your logbook.",a("0"),"Did you use the recommendation?"]},"Recommended":"Recommended","Recommended amount of insulin":"Recommended amount of insulin","Remind me to remeasure in":"Remind me to remeasure in","Return to dashboard":"Return to dashboard","Save data before closing?":"Save data before closing?","Save to logbook":"Save to logbook","Start new calculation":"Start new calculation","Total":"Total","Transfer to logbook":"Transfer to logbook","Transferred to logbook":"Transferred to logbook","Units":"Units","Untitled Activity":"Untitled Activity","We recommend eating an additional:":"We recommend eating an additional:","Would you like to add this to your current calculation?":"Would you like to add this to your current calculation?","Yes":"Yes","Yes, save to logbook":"Yes, save to logbook","You have a high blood glucose level.":"You have a high blood glucose level.","You should take rapid-acting insulin and measure ketones.":"You should take rapid-acting insulin and measure ketones.","You will be reminded to measure your blood glucose level in 15 min.":"You will be reminded to measure your blood glucose level in 15 min.","Your blood glucose level is very low.":"Your blood glucose level is very low.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.","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}.":function(a){return["Your recommendation would have been higher than ",a("0")," units of insulin, but it has been limited for safety reasons.",a("1")," Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("2"),"% to ",a("3"),"."]},"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.":function(a){return["Your recommendation would have been higher than ",a("SAFETY_INSULIN_LIMIT")," units of insulin, but it has been limited for safety reasons. Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation."]},"Your saved data will be used for future calculations.":"Your saved data will be used for future calculations.","grams":"grams","grams of carbohydrates":"grams of carbohydrates","hours":"hours","min":"min","units":"units"}};
|
|
1
|
+
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"Active Insulin":"Active Insulin","Activity":"Activity","Additional":"Additional","Attention":"Attention","Based on the selected activity your insulin recommendation is reduced by:":"Based on the selected activity your insulin recommendation is reduced by:","Blood Glucose Level":"Blood Glucose Level","Blood Ketone Level":"Blood Ketone Level","Carbohydrates":"Carbohydrates","Close calculation":"Close calculation","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 level is within the recommended ranges prior to physical activity.","Entered":"Entered","Error. Hedia Calculator could not find your recent boluses":"Error. Hedia Calculator could not find your recent boluses","Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units":function(a){return["Error. Hedia Calculator does not support an insulin dose greater than ",a("SAFETY_INSULIN_LIMIT")," units"]},"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","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.","Error. Hedia Calculator does not support your activity intensity value":"Error. Hedia Calculator does not support your activity intensity value","Error. Hedia Calculator does not support your activity type value":"Error. Hedia Calculator does not support your activity type value","Error. Hedia Calculator does not support your current blood glucose level.":"Error. Hedia Calculator does not support your current blood glucose level.","Error. Hedia Calculator does not support your current blood glucose unit.":"Error. Hedia Calculator does not support your current blood glucose unit.","Error. Hedia Calculator does not support your current blood ketone level.":"Error. Hedia Calculator does not support your current blood ketone level.","Error. Hedia Calculator does not support your current blood ketone unit.":"Error. Hedia Calculator does not support your current blood ketone unit.","Error. Hedia Calculator does not support your current language.":"Error. Hedia Calculator does not support your current language.","Error. Hedia Calculator does not support your injection method.":"Error. Hedia Calculator does not support your injection method.","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.","Error. Please verify that your activity settings are set up correctly.":"Error. Please verify that your activity settings are set up correctly.","Error. Please verify that your activity target blood glucose value is correct.":"Error. Please verify that your activity target blood glucose value is correct.","Error. Please verify that your insulin sensitivity value is correct.":"Error. Please verify that your insulin sensitivity value is correct.","Error. Please verify that your insulin to carb ratio value is correct.":"Error. Please verify that your insulin to carb ratio value is correct.","Error. Please verify that your target blood glucose value is correct.":"Error. Please verify that your target blood glucose value is correct.","Error. Please verify your notifications settings.":"Error. Please verify your notifications settings.","Error. Your blood ketone settings are invalid.":"Error. Your blood ketone settings are invalid.","Food":"Food","Hard":"Hard","Have you taken insulin within the last 4 hours?":"Have you taken insulin within the last 4 hours?","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.","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.","Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Hedia does not support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per 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.":function(a){return["Hedia doesn't support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("0"),"% to ",a("1")," units for this calculation."]},"How are you feeling?":"How are you feeling?","INSULIN{0}RECOMMENDATION":function(a){return["INSULIN",a("0"),"RECOMMENDATION"]},"If it is possible, postpone your planned exercise.":"If it is possible, postpone your planned exercise.","Instead of taking insulin":"Instead of taking insulin","Light":"Light","Moderate":"Moderate","More than 15 minutes has passed since this calculation was started.":"More than 15 minutes has passed since this calculation was started.","NO":"NO","No":"No","No, return to dashboard":"No, return to dashboard","OFF":"OFF","OK":"OK","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.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["Recommendation from ",a("day")," at ",a("time")," was not transfered to your logbook.",a("0"),"Did you use the recommendation?"]},"Recommended":"Recommended","Recommended amount of insulin":"Recommended amount of insulin","Remind me to remeasure in":"Remind me to remeasure in","Return to dashboard":"Return to dashboard","Save data before closing?":"Save data before closing?","Save to logbook":"Save to logbook","Start new calculation":"Start new calculation","Total":"Total","Transfer to logbook":"Transfer to logbook","Transferred to logbook":"Transferred to logbook","Units":"Units","Untitled Activity":"Untitled Activity","We recommend eating an additional:":"We recommend eating an additional:","Would you like to add this to your current calculation?":"Would you like to add this to your current calculation?","Yes":"Yes","Yes, save to logbook":"Yes, save to logbook","You have a high blood glucose level.":"You have a high blood glucose level.","You should take rapid-acting insulin and measure ketones.":"You should take rapid-acting insulin and measure ketones.","You will be reminded to measure your blood glucose level in 15 min.":"You will be reminded to measure your blood glucose level in 15 min.","Your blood glucose level is very low.":"Your blood glucose level is very low.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.","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}.":function(a){return["Your recommendation would have been higher than ",a("0")," units of insulin, but it has been limited for safety reasons.",a("1")," Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("2"),"% to ",a("3"),"."]},"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.":function(a){return["Your recommendation would have been higher than ",a("SAFETY_INSULIN_LIMIT")," units of insulin, but it has been limited for safety reasons. Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation."]},"Your saved data will be used for future calculations.":"Your saved data will be used for future calculations.","grams":"grams","grams of carbohydrates":"grams of carbohydrates","hours":"hours","min":"min","units":"units"}};
|
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/RecommendationScreen.tsx:
|
|
16
|
+
#: src/RecommendationScreen.tsx:196
|
|
17
17
|
msgid "Active Insulin"
|
|
18
18
|
msgstr "Active Insulin"
|
|
19
19
|
|
|
@@ -36,11 +36,11 @@ msgstr "Attention"
|
|
|
36
36
|
msgid "Based on the selected activity your insulin recommendation is reduced by:"
|
|
37
37
|
msgstr "Based on the selected activity your insulin recommendation is reduced by:"
|
|
38
38
|
|
|
39
|
-
#: src/RecommendationScreen.tsx:
|
|
39
|
+
#: src/RecommendationScreen.tsx:200
|
|
40
40
|
msgid "Blood Glucose Level"
|
|
41
41
|
msgstr "Blood Glucose Level"
|
|
42
42
|
|
|
43
|
-
#: src/RecommendationScreen.tsx:
|
|
43
|
+
#: src/RecommendationScreen.tsx:204
|
|
44
44
|
msgid "Blood Ketone Level"
|
|
45
45
|
msgstr "Blood Ketone Level"
|
|
46
46
|
|
|
@@ -48,11 +48,11 @@ msgstr "Blood Ketone Level"
|
|
|
48
48
|
msgid "Carbohydrates"
|
|
49
49
|
msgstr "Carbohydrates"
|
|
50
50
|
|
|
51
|
-
#: src/RecommendationScreen.tsx:
|
|
51
|
+
#: src/RecommendationScreen.tsx:227
|
|
52
52
|
msgid "Close calculation"
|
|
53
53
|
msgstr "Close calculation"
|
|
54
54
|
|
|
55
|
-
#: src/utils/AttentionMessages.tsx:
|
|
55
|
+
#: src/utils/AttentionMessages.tsx:33
|
|
56
56
|
msgid "Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity."
|
|
57
57
|
msgstr "Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity."
|
|
58
58
|
|
|
@@ -136,6 +136,10 @@ msgstr "Error. Please verify that your target blood glucose value is correct."
|
|
|
136
136
|
msgid "Error. Please verify your notifications settings."
|
|
137
137
|
msgstr "Error. Please verify your notifications settings."
|
|
138
138
|
|
|
139
|
+
#: src/utils/RecommendationError.tsx:33
|
|
140
|
+
msgid "Error. Your blood ketone settings are invalid."
|
|
141
|
+
msgstr "Error. Your blood ketone settings are invalid."
|
|
142
|
+
|
|
139
143
|
#: src/components/RecommendedCarbs.tsx:107
|
|
140
144
|
msgid "Food"
|
|
141
145
|
msgstr "Food"
|
|
@@ -156,11 +160,11 @@ msgstr "Hedia Calculator does not support activities that finished more than 4 h
|
|
|
156
160
|
msgid "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
157
161
|
msgstr "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
158
162
|
|
|
159
|
-
#: src/utils/AttentionMessages.tsx:
|
|
163
|
+
#: src/utils/AttentionMessages.tsx:47
|
|
160
164
|
msgid "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
161
165
|
msgstr "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
162
166
|
|
|
163
|
-
#: src/utils/AttentionMessages.tsx:
|
|
167
|
+
#: src/utils/AttentionMessages.tsx:45
|
|
164
168
|
msgid "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."
|
|
165
169
|
msgstr "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."
|
|
166
170
|
|
|
@@ -172,7 +176,7 @@ msgstr "How are you feeling?"
|
|
|
172
176
|
msgid "INSULIN{0}RECOMMENDATION"
|
|
173
177
|
msgstr "INSULIN{0}RECOMMENDATION"
|
|
174
178
|
|
|
175
|
-
#: src/utils/AttentionMessages.tsx:
|
|
179
|
+
#: src/utils/AttentionMessages.tsx:32
|
|
176
180
|
msgid "If it is possible, postpone your planned exercise."
|
|
177
181
|
msgstr "If it is possible, postpone your planned exercise."
|
|
178
182
|
|
|
@@ -188,7 +192,7 @@ msgstr "Light"
|
|
|
188
192
|
msgid "Moderate"
|
|
189
193
|
msgstr "Moderate"
|
|
190
194
|
|
|
191
|
-
#: src/utils/AttentionMessages.tsx:
|
|
195
|
+
#: src/utils/AttentionMessages.tsx:48
|
|
192
196
|
msgid "More than 15 minutes has passed since this calculation was started."
|
|
193
197
|
msgstr "More than 15 minutes has passed since this calculation was started."
|
|
194
198
|
|
|
@@ -200,7 +204,7 @@ msgstr "NO"
|
|
|
200
204
|
msgid "No"
|
|
201
205
|
msgstr "No"
|
|
202
206
|
|
|
203
|
-
#: src/RecommendationScreen.tsx:
|
|
207
|
+
#: src/RecommendationScreen.tsx:231
|
|
204
208
|
msgid "No, return to dashboard"
|
|
205
209
|
msgstr "No, return to dashboard"
|
|
206
210
|
|
|
@@ -216,11 +220,11 @@ msgstr "OFF"
|
|
|
216
220
|
msgid "OK"
|
|
217
221
|
msgstr "OK"
|
|
218
222
|
|
|
219
|
-
#: src/utils/AttentionMessages.tsx:
|
|
223
|
+
#: src/utils/AttentionMessages.tsx:49
|
|
220
224
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
221
225
|
msgstr "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
222
226
|
|
|
223
|
-
#: src/utils/AttentionMessages.tsx:
|
|
227
|
+
#: src/utils/AttentionMessages.tsx:53
|
|
224
228
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
225
229
|
msgstr "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
226
230
|
|
|
@@ -237,19 +241,19 @@ msgstr "Recommended amount of insulin"
|
|
|
237
241
|
msgid "Remind me to remeasure in"
|
|
238
242
|
msgstr "Remind me to remeasure in"
|
|
239
243
|
|
|
240
|
-
#: src/RecommendationScreen.tsx:
|
|
244
|
+
#: src/RecommendationScreen.tsx:231
|
|
241
245
|
msgid "Return to dashboard"
|
|
242
246
|
msgstr "Return to dashboard"
|
|
243
247
|
|
|
244
|
-
#: src/RecommendationScreen.tsx:
|
|
248
|
+
#: src/RecommendationScreen.tsx:227
|
|
245
249
|
msgid "Save data before closing?"
|
|
246
250
|
msgstr "Save data before closing?"
|
|
247
251
|
|
|
248
|
-
#: src/RecommendationScreen.tsx:
|
|
252
|
+
#: src/RecommendationScreen.tsx:227
|
|
249
253
|
msgid "Save to logbook"
|
|
250
254
|
msgstr "Save to logbook"
|
|
251
255
|
|
|
252
|
-
#: src/RecommendationScreen.tsx:
|
|
256
|
+
#: src/RecommendationScreen.tsx:231
|
|
253
257
|
msgid "Start new calculation"
|
|
254
258
|
msgstr "Start new calculation"
|
|
255
259
|
|
|
@@ -285,39 +289,39 @@ msgstr "Would you like to add this to your current calculation?"
|
|
|
285
289
|
msgid "Yes"
|
|
286
290
|
msgstr "Yes"
|
|
287
291
|
|
|
288
|
-
#: src/RecommendationScreen.tsx:
|
|
292
|
+
#: src/RecommendationScreen.tsx:231
|
|
289
293
|
msgid "Yes, save to logbook"
|
|
290
294
|
msgstr "Yes, save to logbook"
|
|
291
295
|
|
|
292
|
-
#: src/utils/AttentionMessages.tsx:
|
|
296
|
+
#: src/utils/AttentionMessages.tsx:34
|
|
293
297
|
msgid "You have a high blood glucose level."
|
|
294
298
|
msgstr "You have a high blood glucose level."
|
|
295
299
|
|
|
296
|
-
#: src/utils/AttentionMessages.tsx:
|
|
300
|
+
#: src/utils/AttentionMessages.tsx:35
|
|
297
301
|
msgid "You should take rapid-acting insulin and measure ketones."
|
|
298
302
|
msgstr "You should take rapid-acting insulin and measure ketones."
|
|
299
303
|
|
|
300
|
-
#: src/utils/AttentionMessages.tsx:
|
|
304
|
+
#: src/utils/AttentionMessages.tsx:31
|
|
301
305
|
msgid "You will be reminded to measure your blood glucose level in 15 min."
|
|
302
306
|
msgstr "You will be reminded to measure your blood glucose level in 15 min."
|
|
303
307
|
|
|
304
|
-
#: src/utils/AttentionMessages.tsx:
|
|
308
|
+
#: src/utils/AttentionMessages.tsx:30
|
|
305
309
|
msgid "Your blood glucose level is very low."
|
|
306
310
|
msgstr "Your blood glucose level is very low."
|
|
307
311
|
|
|
308
|
-
#: src/utils/AttentionMessages.tsx:
|
|
312
|
+
#: src/utils/AttentionMessages.tsx:29
|
|
309
313
|
msgid "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
310
314
|
msgstr "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
311
315
|
|
|
312
|
-
#: src/utils/AttentionMessages.tsx:
|
|
316
|
+
#: src/utils/AttentionMessages.tsx:38
|
|
313
317
|
msgid "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}."
|
|
314
318
|
msgstr "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}."
|
|
315
319
|
|
|
316
|
-
#: src/utils/AttentionMessages.tsx:
|
|
320
|
+
#: src/utils/AttentionMessages.tsx:36
|
|
317
321
|
msgid "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."
|
|
318
322
|
msgstr "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."
|
|
319
323
|
|
|
320
|
-
#: src/RecommendationScreen.tsx:
|
|
324
|
+
#: src/RecommendationScreen.tsx:227
|
|
321
325
|
msgid "Your saved data will be used for future calculations."
|
|
322
326
|
msgstr "Your saved data will be used for future calculations."
|
|
323
327
|
|
|
@@ -339,7 +343,7 @@ msgstr "hours"
|
|
|
339
343
|
msgid "min"
|
|
340
344
|
msgstr "min"
|
|
341
345
|
|
|
342
|
-
#: src/
|
|
343
|
-
#: src/
|
|
346
|
+
#: src/RecommendationScreen.tsx:196
|
|
347
|
+
#: src/components/InfoBars.tsx:22
|
|
344
348
|
msgid "units"
|
|
345
349
|
msgstr "units"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){if(ord)return"other";return n==1?"one":"other"}},messages:{"Active Insulin":"Insulina activa","Activity":"Actividad","Additional":"Adicional","Attention":"Atenci\xF3n","Based on the selected activity your insulin recommendation is reduced by:":"Seg\xFAn la actividad seleccionada, su recomendaci\xF3n de insulina se reduce en un:","Blood Glucose Level":"Nivel de glucosa en sangre","Blood Ketone Level":"Nivel de cetonas en sangre","Carbohydrates":"Hidratos de carbono","Close calculation":"Cerrar calculaci\xF3n","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\xEDsica antes de que su nivel de glucosa en sangre se encuentre dentro del rango recomendado antes de una actividad f\xEDsica.","Entered":"Introducido","Error. Hedia Calculator could not find your recent boluses":"Error. Hedia Calculator could not find your recent boluses","Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units":function(a){return["Error. La calculadora de Hedia no admite una dosis de insulina superior a ",a("SAFETY_INSULIN_LIMIT")," unidades."]},"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.","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.","Error. Hedia Calculator does not support your activity intensity value":"Error. La calculadora de Hedia no admite su valor de intensidad de actividad.","Error. Hedia Calculator does not support your activity type value":"Error. La calculadora de Hedia no admite su valor de tipo de actividad.","Error. Hedia Calculator does not support your current blood glucose level.":"Error. La calculadora de Hedia no admite su nivel de glucosa en sangre actual.","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.","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.","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.","Error. Hedia Calculator does not support your current language.":"Error. La calculadora de Hedia no admite su idioma actual.","Error. Hedia Calculator does not support your injection method.":"Error. La calculadora de Hedia no admite su m\xE9todo de inyecci\xF3n.","Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.":"Error. La calculadora de Hedia solo admite actividades con una duraci\xF3n m\xE1xima de 60 minutos.","Error. Please verify that your activity settings are set up correctly.":"Error. Compruebe si la configuraci\xF3n de su actividad es correcta.","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.","Error. Please verify that your insulin sensitivity value is correct.":"Error. Compruebe si el valor de su sensibilidad a la insulina es correcto.","Error. Please verify that your insulin to carb ratio value is correct.":"Error. Compruebe si el valor de su proporci\xF3n insulina-carbohidratos es correcto.","Error. Please verify that your target blood glucose value is correct.":"Error. Compruebe si el valor deseado de glucosa en sangre es correcto.","Error. Please verify your notifications settings.":"Error. Compruebe la configuraci\xF3n de las notificaciones.","Food":"Comida","Hard":"Intensa","Have you taken insulin within the last 4 hours?":"\xBFHa tomado insulina en las \xFAltimas 4 horas?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"La calculadora de Hedia no admite actividades que finalizaron hace m\xE1s de 4 horas.","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\xE1s de 300 gramos de hidratos de carbono presentes.","Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Hedia no admite m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n."]},"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.":function(a){return["Hedia no admite m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n, pero debido a la actividad f\xEDsica que ha introducido, se ha reducido adicionalmente en un ",a("0"),"% a ",a("1")," unidades para esta calculaci\xF3n."]},"How are you feeling?":"\xBFQu\xE9 tal te encuentras?","INSULIN{0}RECOMMENDATION":function(a){return["RECOMENDACI\xD3N",a("0"),"DE INSULINA"]},"If it is possible, postpone your planned exercise.":"Si es posible, posponga el ejercicio que ten\xEDa previsto hacer.","Instead of taking insulin":"En lugar de tomar insulina","Light":"Ligera","Moderate":"Moderada","More than 15 minutes has passed since this calculation was started.":"Han pasado m\xE1s de 15 minutos desde que comenz\xF3 la calculaci\xF3n.","NO":"NO","No":"No","No, return to dashboard":"No, volver al panel","OFF":"APAGADO","OK":"ACEPTAR","Please go through the calculation steps with new measurements to ensure a safe recommendation.":"Por favor, repita los pasos de la calculaci\xF3n con nuevas mediciones para garantizar una recomendaci\xF3n segura.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["La recomendaci\xF3n del ",a("day")," a las ",a("time")," no se ha transferido a su diario.",a("0"),"\xBFUtiliz\xF3 la recomendaci\xF3n?"]},"Recommended":"Recomendado","Recommended amount of insulin":"Cantidad recomendada de insulina","Remind me to remeasure in":"Recordar hacer una nueva medici\xF3n en","Return to dashboard":"Volver al panel","Save data before closing?":"\xBFGuardar los datos antes de cerrar?","Save to logbook":"Guardar en el diario","Start new calculation":"Iniciar nueva calculaci\xF3n","Total":"Total","Transfer to logbook":"Transferir al diario","Transferred to logbook":"Transferido al diario","Units":"Unidades","Untitled Activity":"Actividad sin nombre","We recommend eating an additional:":"Recomendamos comer adicionalmente:","Would you like to add this to your current calculation?":"\xBFQuiere a\xF1adirlo a su calculaci\xF3n actual?","Yes":"S\xED","Yes, save to logbook":"S\xED, guardar en el diario","You have a high blood glucose level.":"Tiene un nivel alto de glucosa en sangre.","You should take rapid-acting insulin and measure ketones.":"Debe tomar insulina de acci\xF3n r\xE1pida y realizar una medici\xF3n de cetonas.","You will be reminded to measure your blood glucose level in 15 min.":"Se le recordar\xE1 que mida su nivel de glucosa en sangre en 15 minutos.","Your blood glucose level is very low.":"Su nivel de glucosa en sangre es muy bajo.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Su nivel de glucosa en sangre es muy bajo. Tome glucag\xF3n o ingiera carbohidratos si es posible. Solicite atenci\xF3n m\xE9dica.","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}.":function(a){return["Su recomendaci\xF3n habr\xEDa sido superior a ",a("0")," unidades de insulina, pero se ha limitado por razones de seguridad.",a("1")," Hedia nunca recomienda m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n, pero debido a la actividad f\xEDsica que ha introducido, se ha reducido adicionalmente en un ",a("2"),"% a ",a("3"),"."]},"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.":function(a){return["Su recomendaci\xF3n habr\xEDa sido superior a ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina, pero se ha limitado por razones de seguridad. Hedia nunca recomienda m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n."]},"Your saved data will be used for future calculations.":"Los datos guardados se utilizar\xE1n para futuras calculaciones.","grams":"gramos","grams of carbohydrates":"gramos de hidratos de carbono","hours":"horas","min":"min","units":"unidades"}};
|
|
1
|
+
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){if(ord)return"other";return n==1?"one":"other"}},messages:{"Active Insulin":"Insulina activa","Activity":"Actividad","Additional":"Adicional","Attention":"Atenci\xF3n","Based on the selected activity your insulin recommendation is reduced by:":"Seg\xFAn la actividad seleccionada, su recomendaci\xF3n de insulina se reduce en un:","Blood Glucose Level":"Nivel de glucosa en sangre","Blood Ketone Level":"Nivel de cetonas en sangre","Carbohydrates":"Hidratos de carbono","Close calculation":"Cerrar calculaci\xF3n","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\xEDsica antes de que su nivel de glucosa en sangre se encuentre dentro del rango recomendado antes de una actividad f\xEDsica.","Entered":"Introducido","Error. Hedia Calculator could not find your recent boluses":"Error. Hedia Calculator could not find your recent boluses","Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units":function(a){return["Error. La calculadora de Hedia no admite una dosis de insulina superior a ",a("SAFETY_INSULIN_LIMIT")," unidades."]},"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.","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.","Error. Hedia Calculator does not support your activity intensity value":"Error. La calculadora de Hedia no admite su valor de intensidad de actividad.","Error. Hedia Calculator does not support your activity type value":"Error. La calculadora de Hedia no admite su valor de tipo de actividad.","Error. Hedia Calculator does not support your current blood glucose level.":"Error. La calculadora de Hedia no admite su nivel de glucosa en sangre actual.","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.","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.","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.","Error. Hedia Calculator does not support your current language.":"Error. La calculadora de Hedia no admite su idioma actual.","Error. Hedia Calculator does not support your injection method.":"Error. La calculadora de Hedia no admite su m\xE9todo de inyecci\xF3n.","Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.":"Error. La calculadora de Hedia solo admite actividades con una duraci\xF3n m\xE1xima de 60 minutos.","Error. Please verify that your activity settings are set up correctly.":"Error. Compruebe si la configuraci\xF3n de su actividad es correcta.","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.","Error. Please verify that your insulin sensitivity value is correct.":"Error. Compruebe si el valor de su sensibilidad a la insulina es correcto.","Error. Please verify that your insulin to carb ratio value is correct.":"Error. Compruebe si el valor de su proporci\xF3n insulina-carbohidratos es correcto.","Error. Please verify that your target blood glucose value is correct.":"Error. Compruebe si el valor deseado de glucosa en sangre es correcto.","Error. Please verify your notifications settings.":"Error. Compruebe la configuraci\xF3n de las notificaciones.","Error. Your blood ketone settings are invalid.":"Error. Your blood ketone settings are invalid.","Food":"Comida","Hard":"Intensa","Have you taken insulin within the last 4 hours?":"\xBFHa tomado insulina en las \xFAltimas 4 horas?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"La calculadora de Hedia no admite actividades que finalizaron hace m\xE1s de 4 horas.","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\xE1s de 300 gramos de hidratos de carbono presentes.","Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Hedia no admite m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n."]},"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.":function(a){return["Hedia no admite m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n, pero debido a la actividad f\xEDsica que ha introducido, se ha reducido adicionalmente en un ",a("0"),"% a ",a("1")," unidades para esta calculaci\xF3n."]},"How are you feeling?":"\xBFQu\xE9 tal te encuentras?","INSULIN{0}RECOMMENDATION":function(a){return["RECOMENDACI\xD3N",a("0"),"DE INSULINA"]},"If it is possible, postpone your planned exercise.":"Si es posible, posponga el ejercicio que ten\xEDa previsto hacer.","Instead of taking insulin":"En lugar de tomar insulina","Light":"Ligera","Moderate":"Moderada","More than 15 minutes has passed since this calculation was started.":"Han pasado m\xE1s de 15 minutos desde que comenz\xF3 la calculaci\xF3n.","NO":"NO","No":"No","No, return to dashboard":"No, volver al panel","OFF":"APAGADO","OK":"ACEPTAR","Please go through the calculation steps with new measurements to ensure a safe recommendation.":"Por favor, repita los pasos de la calculaci\xF3n con nuevas mediciones para garantizar una recomendaci\xF3n segura.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["La recomendaci\xF3n del ",a("day")," a las ",a("time")," no se ha transferido a su diario.",a("0"),"\xBFUtiliz\xF3 la recomendaci\xF3n?"]},"Recommended":"Recomendado","Recommended amount of insulin":"Cantidad recomendada de insulina","Remind me to remeasure in":"Recordar hacer una nueva medici\xF3n en","Return to dashboard":"Volver al panel","Save data before closing?":"\xBFGuardar los datos antes de cerrar?","Save to logbook":"Guardar en el diario","Start new calculation":"Iniciar nueva calculaci\xF3n","Total":"Total","Transfer to logbook":"Transferir al diario","Transferred to logbook":"Transferido al diario","Units":"Unidades","Untitled Activity":"Actividad sin nombre","We recommend eating an additional:":"Recomendamos comer adicionalmente:","Would you like to add this to your current calculation?":"\xBFQuiere a\xF1adirlo a su calculaci\xF3n actual?","Yes":"S\xED","Yes, save to logbook":"S\xED, guardar en el diario","You have a high blood glucose level.":"Tiene un nivel alto de glucosa en sangre.","You should take rapid-acting insulin and measure ketones.":"Debe tomar insulina de acci\xF3n r\xE1pida y realizar una medici\xF3n de cetonas.","You will be reminded to measure your blood glucose level in 15 min.":"Se le recordar\xE1 que mida su nivel de glucosa en sangre en 15 minutos.","Your blood glucose level is very low.":"Su nivel de glucosa en sangre es muy bajo.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Su nivel de glucosa en sangre es muy bajo. Tome glucag\xF3n o ingiera carbohidratos si es posible. Solicite atenci\xF3n m\xE9dica.","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}.":function(a){return["Su recomendaci\xF3n habr\xEDa sido superior a ",a("0")," unidades de insulina, pero se ha limitado por razones de seguridad.",a("1")," Hedia nunca recomienda m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n, pero debido a la actividad f\xEDsica que ha introducido, se ha reducido adicionalmente en un ",a("2"),"% a ",a("3"),"."]},"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.":function(a){return["Su recomendaci\xF3n habr\xEDa sido superior a ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina, pero se ha limitado por razones de seguridad. Hedia nunca recomienda m\xE1s de ",a("SAFETY_INSULIN_LIMIT")," unidades de insulina por calculaci\xF3n."]},"Your saved data will be used for future calculations.":"Los datos guardados se utilizar\xE1n para futuras calculaciones.","grams":"gramos","grams of carbohydrates":"gramos de hidratos de carbono","hours":"horas","min":"min","units":"unidades"}};
|