@hedia/recommendation-screen 2.1.47 → 2.1.48-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/src/RecommendationScreen.d.ts +8 -0
  2. package/dist/src/RecommendationScreen.js +42 -39
  3. package/dist/src/assets/fonts/Poppins-Bold.ttf +0 -0
  4. package/dist/src/assets/fonts/Poppins-SemiBold.ttf +0 -0
  5. package/dist/src/assets/icons/Edit.d.ts +4 -0
  6. package/dist/src/assets/icons/Edit.js +7 -0
  7. package/dist/src/assets/icons/Edit.tsx +22 -0
  8. package/dist/src/assets/icons/X.d.ts +4 -0
  9. package/dist/src/assets/icons/X.js +6 -0
  10. package/dist/src/assets/icons/X.tsx +14 -0
  11. package/dist/src/components/ForecastInfoBar.d.ts +117 -0
  12. package/dist/src/components/ForecastInfoBar.js +150 -0
  13. package/dist/src/components/Header.d.ts +3 -5
  14. package/dist/src/components/Header.js +38 -59
  15. package/dist/src/components/InfoBars.d.ts +3 -2
  16. package/dist/src/components/InfoBars.js +10 -8
  17. package/dist/src/components/RecentInsulin.d.ts +1 -1
  18. package/dist/src/components/RecentInsulin.js +34 -54
  19. package/dist/src/components/RecommendationModal.d.ts +1 -2
  20. package/dist/src/components/RecommendationModal.js +15 -10
  21. package/dist/src/components/RecommendedCarbs.js +21 -25
  22. package/dist/src/components/RecommendedInsulin.d.ts +2 -0
  23. package/dist/src/components/RecommendedInsulin.js +51 -41
  24. package/dist/src/components/Remeasure.js +4 -3
  25. package/dist/src/components/{TransferToLogbook.d.ts → SaveButton.d.ts} +1 -1
  26. package/dist/src/components/SaveButton.js +71 -0
  27. package/dist/src/components/TwoOptionModal.d.ts +1 -0
  28. package/dist/src/components/TwoOptionModal.js +10 -9
  29. package/dist/src/components/mood/Emotion.js +3 -1
  30. package/dist/src/components/mood/MoodIcon.js +3 -3
  31. package/dist/src/locale/da/messages.js +1 -1
  32. package/dist/src/locale/da/messages.po +81 -65
  33. package/dist/src/locale/de/messages.js +1 -1
  34. package/dist/src/locale/de/messages.po +81 -65
  35. package/dist/src/locale/en/messages.js +1 -1
  36. package/dist/src/locale/en/messages.po +81 -65
  37. package/dist/src/locale/es/messages.js +1 -1
  38. package/dist/src/locale/es/messages.po +81 -65
  39. package/dist/src/locale/fr/messages.js +1 -1
  40. package/dist/src/locale/fr/messages.po +81 -65
  41. package/dist/src/locale/it/messages.js +1 -1
  42. package/dist/src/locale/it/messages.po +81 -65
  43. package/dist/src/types/enum.d.ts +6 -3
  44. package/dist/src/types/enum.js +3 -0
  45. package/dist/src/utils/Constants.d.ts +12 -6
  46. package/dist/src/utils/Constants.js +12 -6
  47. package/package.json +5 -3
  48. package/dist/src/components/TransferToLogbook.js +0 -92
@@ -13,42 +13,42 @@ msgstr ""
13
13
  "Language-Team: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
- #: src/RecommendationScreen.tsx:448
16
+ #: src/RecommendationScreen.tsx:453
17
17
  msgid "Active Insulin"
18
18
  msgstr "Aktives Insulin"
19
19
 
20
- #: src/components/activity/Activity.tsx:32
20
+ #: src/components/activity/Activity.tsx:34
21
21
  msgid "Activity"
22
22
  msgstr "Aktivität"
23
23
 
24
- #: src/components/RecommendedCarbs.tsx:101
24
+ #: src/components/RecommendedCarbs.tsx:104
25
25
  msgid "Additional"
26
26
  msgstr "Zusätzlich"
27
27
 
28
- #: src/components/LimitationMessage.tsx:19
29
- #: src/components/RecommendationModal.tsx:96
30
- #: src/components/RecommendedCarbs.tsx:63
31
- #: src/components/RecommendedInsulin.tsx:74
28
+ #: src/components/LimitationMessage.tsx:21
29
+ #: src/components/RecommendationModal.tsx:104
30
+ #: src/components/RecommendedCarbs.tsx:66
31
+ #: src/components/RecommendedInsulin.tsx:76
32
32
  msgid "Attention"
33
33
  msgstr "Achtung"
34
34
 
35
- #: src/components/activity/Activity.tsx:47
35
+ #: src/components/activity/Activity.tsx:51
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:449
39
+ #: src/RecommendationScreen.tsx:454
40
40
  msgid "Blood Glucose Level"
41
41
  msgstr "Blutzucker"
42
42
 
43
- #: src/RecommendationScreen.tsx:450
43
+ #: src/RecommendationScreen.tsx:455
44
44
  msgid "Blood Ketone Level"
45
45
  msgstr "Blutketonspiegel"
46
46
 
47
- #: src/components/RecommendedCarbs.tsx:165
47
+ #: src/components/RecommendedCarbs.tsx:169
48
48
  msgid "Carbohydrates"
49
49
  msgstr "Kohlenhydrate"
50
50
 
51
- #: src/RecommendationScreen.tsx:470
51
+ #: src/RecommendationScreen.tsx:471
52
52
  msgid "Close calculation"
53
53
  msgstr "Berechnung schließen"
54
54
 
@@ -56,7 +56,19 @@ msgstr "Berechnung schließen"
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 Blutzucker vor der körperlichen Aktivität innerhalb des empfohlenen Wertebereichs liegt."
58
58
 
59
- #: src/components/RecommendedCarbs.tsx:168
59
+ #: src/__tests__/components/ForecastInfoBar.test.tsx:24
60
+ msgid "Current glucose: {0} mmol/L"
61
+ msgstr ""
62
+
63
+ #: src/components/ForecastInfoBar.tsx:61
64
+ msgid "Current glucose: {latestCGMReading} {0}"
65
+ msgstr ""
66
+
67
+ #: src/components/RecommendedInsulin.tsx:109
68
+ msgid "Edit"
69
+ msgstr ""
70
+
71
+ #: src/components/RecommendedCarbs.tsx:173
60
72
  msgid "Entered"
61
73
  msgstr "Eingegeben"
62
74
 
@@ -140,17 +152,25 @@ msgstr "Fehler. Bitte überprüfen Sie Ihre Benachrichtigungseinstellungen."
140
152
  msgid "Error. Your blood ketone settings are invalid."
141
153
  msgstr ""
142
154
 
143
- #: src/components/RecommendedCarbs.tsx:164
155
+ #: src/components/RecommendedCarbs.tsx:167
144
156
  msgid "Food"
145
157
  msgstr "Lebensmittel"
146
158
 
159
+ #: src/components/ForecastInfoBar.tsx:54
160
+ msgid "Forecast time:"
161
+ msgstr ""
162
+
163
+ #: src/RecommendationScreen.tsx:454
164
+ msgid "Forecasted Glucose"
165
+ msgstr ""
166
+
147
167
  #: src/utils/Translations.ts:13
148
168
  msgid "Hard"
149
169
  msgstr "Hart"
150
170
 
151
171
  #: src/components/RecentInsulin.tsx:24
152
- msgid "Have you taken insulin within the last 4 hours?"
153
- msgstr "Haben Sie innerhalb der letzten 4 Stunden Insulin eingenommen?"
172
+ msgid "Have you taken rapid-acting insulin within the last 4 hours?"
173
+ msgstr ""
154
174
 
155
175
  #: src/utils/RecommendationError.tsx:24
156
176
  msgid "Hedia Calculator does not support activities that finished more than 4 hours ago."
@@ -168,22 +188,22 @@ msgstr "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insul
168
188
  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."
169
189
  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."
170
190
 
171
- #: src/components/mood/Emotion.tsx:45
191
+ #: src/components/mood/Emotion.tsx:46
172
192
  msgid "How are you feeling?"
173
193
  msgstr "Wie fühlen Sie sich?"
174
194
 
175
- #: src/components/Header.tsx:26
176
- msgid "INSULIN{0}RECOMMENDATION"
177
- msgstr "INSULIN{0}EMPFEHLUNG"
178
-
179
195
  #: src/utils/AttentionMessages.tsx:84
180
196
  msgid "If it is possible, postpone your planned exercise."
181
197
  msgstr "Wenn möglich, verschieben Sie Ihr geplantes Training."
182
198
 
183
- #: src/components/RecommendationModal.tsx:76
199
+ #: src/components/RecommendationModal.tsx:83
184
200
  msgid "Instead of taking insulin"
185
201
  msgstr "Statt der Einnahme von Insulin"
186
202
 
203
+ #: src/components/Header.tsx:19
204
+ msgid "Insulin recommendation"
205
+ msgstr "Insulin empfehlung"
206
+
187
207
  #: src/utils/Translations.ts:11
188
208
  msgid "Light"
189
209
  msgstr "Leicht"
@@ -196,27 +216,27 @@ msgstr "Moderat"
196
216
  msgid "More than 15 minutes has passed since this calculation was started."
197
217
  msgstr "Seit Beginn dieser Berechnung sind mehr als 15 Minuten vergangen."
198
218
 
199
- #: src/components/RecommendationModal.tsx:51
219
+ #: src/components/RecommendationModal.tsx:53
200
220
  msgid "NO"
201
221
  msgstr "NEIN"
202
222
 
203
- #: src/components/RecentInsulin.tsx:33
223
+ #: src/components/RecentInsulin.tsx:32
204
224
  msgid "No"
205
225
  msgstr "Nein"
206
226
 
207
- #: src/RecommendationScreen.tsx:474
227
+ #: src/RecommendationScreen.tsx:476
208
228
  msgid "No, return to dashboard"
209
229
  msgstr "Nein, zurück zum Dashboard"
210
230
 
211
- #: src/components/Remeasure.tsx:69
231
+ #: src/components/Remeasure.tsx:74
212
232
  msgid "OFF"
213
233
  msgstr "AUS"
214
234
 
215
- #: src/components/LimitationMessage.tsx:25
216
- #: src/components/RecommendationModal.tsx:48
217
- #: src/components/RecommendationModal.tsx:103
218
- #: src/components/RecommendedCarbs.tsx:65
219
- #: src/components/RecommendedInsulin.tsx:76
235
+ #: src/components/LimitationMessage.tsx:27
236
+ #: src/components/RecommendationModal.tsx:50
237
+ #: src/components/RecommendationModal.tsx:111
238
+ #: src/components/RecommendedCarbs.tsx:68
239
+ #: src/components/RecommendedInsulin.tsx:78
220
240
  msgid "OK"
221
241
  msgstr "OK"
222
242
 
@@ -228,68 +248,64 @@ msgstr "Bitte führen Sie die Berechnungsschritte mit neuen Messungen durch, um
228
248
  msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
229
249
  msgstr "Die Empfehlung von {day} um {time} wurden nicht in Ihr Tagebuch eingetragen.{0}Haben Sie sich an die Empfehlung gehalten?"
230
250
 
231
- #: src/components/RecommendedCarbs.tsx:96
251
+ #: src/components/RecommendedCarbs.tsx:99
232
252
  msgid "Recommended"
233
253
  msgstr "Empfohlen"
234
254
 
235
- #: src/components/RecentInsulin.tsx:20
236
- #: src/components/RecommendedInsulin.tsx:96
237
- msgid "Recommended amount of insulin"
238
- msgstr "Empfohlene Insulinmenge"
255
+ #: src/components/RecommendedInsulin.tsx:94
256
+ msgid "Recommended amount of rapid-acting insulin for immidiate injection"
257
+ msgstr ""
258
+
259
+ #: src/components/RecommendedInsulin.tsx:95
260
+ msgid "Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose"
261
+ msgstr ""
239
262
 
240
- #: src/components/Remeasure.tsx:65
263
+ #: src/components/Remeasure.tsx:68
241
264
  msgid "Remind me to remeasure in"
242
265
  msgstr "Ich wünsche eine Erinnerung an eine erneute Messung in"
243
266
 
244
- #: src/RecommendationScreen.tsx:474
267
+ #: src/RecommendationScreen.tsx:476
245
268
  msgid "Return to dashboard"
246
269
  msgstr "Zurück zum Dashboard"
247
270
 
248
- #: src/RecommendationScreen.tsx:470
271
+ #: src/RecommendationScreen.tsx:471
249
272
  msgid "Save data before closing?"
250
273
  msgstr "Änderungen vor dem Schließen speichern?"
251
274
 
252
- #: src/RecommendationScreen.tsx:470
275
+ #: src/RecommendationScreen.tsx:471
276
+ #: src/components/SaveButton.tsx:45
253
277
  msgid "Save to logbook"
254
278
  msgstr "Im Tagebuch speichern"
255
279
 
256
- #: src/RecommendationScreen.tsx:474
280
+ #: src/RecommendationScreen.tsx:476
257
281
  msgid "Start new calculation"
258
282
  msgstr "Neue Berechnung starten"
259
283
 
260
- #: src/components/RecommendedCarbs.tsx:123
284
+ #: src/components/RecommendedCarbs.tsx:126
261
285
  msgid "Total"
262
286
  msgstr "Gesamt"
263
287
 
264
- #: src/components/TransferToLogbook.tsx:44
265
- msgid "Transfer to logbook"
266
- msgstr "Übertragung ins Tagebuch"
267
-
268
- #: src/components/TransferToLogbook.tsx:47
269
- msgid "Transferred to logbook"
270
- msgstr "Ins Tagebuch übertragen"
271
-
272
- #: src/components/RecommendedInsulin.tsx:104
288
+ #: src/components/RecommendedInsulin.tsx:105
273
289
  msgid "Units"
274
290
  msgstr "Einheiten"
275
291
 
276
- #: src/components/activity/ActivityIcon.tsx:40
292
+ #: src/components/activity/ActivityIcon.tsx:42
277
293
  msgid "Untitled Activity"
278
294
  msgstr "Unbenannte Aktivität"
279
295
 
280
- #: src/components/RecommendationModal.tsx:66
296
+ #: src/components/RecommendationModal.tsx:68
281
297
  msgid "We recommend eating an additional:"
282
298
  msgstr "Wir empfehlen Ihnen, zusätzlich Folgendes zu essen:"
283
299
 
284
- #: src/components/RecommendationModal.tsx:81
300
+ #: src/components/RecommendationModal.tsx:89
285
301
  msgid "Would you like to add this to your current calculation?"
286
302
  msgstr "Möchten Sie dies zu Ihrer aktuellen Berechnung hinzufügen?"
287
303
 
288
- #: src/components/RecentInsulin.tsx:30
304
+ #: src/components/RecentInsulin.tsx:29
289
305
  msgid "Yes"
290
306
  msgstr "Ja"
291
307
 
292
- #: src/RecommendationScreen.tsx:474
308
+ #: src/RecommendationScreen.tsx:476
293
309
  msgid "Yes, save to logbook"
294
310
  msgstr "Ja, im Tagebuch speichern"
295
311
 
@@ -321,29 +337,29 @@ msgstr "Ihre Empfehlung wäre höher als {0} Einheiten Insulin gewesen, aber sie
321
337
  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."
322
338
  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."
323
339
 
324
- #: src/RecommendationScreen.tsx:470
340
+ #: src/RecommendationScreen.tsx:471
325
341
  msgid "Your saved data will be used for future calculations."
326
342
  msgstr "Ihre gespeicherten Daten werden für zukünftige Berechnungen verwendet."
327
343
 
328
- #: src/components/RecommendedCarbs.tsx:115
329
- #: src/components/RecommendedCarbs.tsx:125
330
- #: src/components/RecommendedCarbs.tsx:170
344
+ #: src/components/RecommendedCarbs.tsx:118
345
+ #: src/components/RecommendedCarbs.tsx:128
346
+ #: src/components/RecommendedCarbs.tsx:175
331
347
  msgid "grams"
332
348
  msgstr "Gramm"
333
349
 
334
- #: src/components/RecommendationModal.tsx:72
350
+ #: src/components/RecommendationModal.tsx:77
335
351
  msgid "grams of carbohydrates"
336
352
  msgstr "Gramm Kohlenhydrate"
337
353
 
338
- #: src/components/Remeasure.tsx:72
354
+ #: src/components/Remeasure.tsx:78
339
355
  msgid "hours"
340
356
  msgstr "Stunden"
341
357
 
342
- #: src/components/activity/Activity.tsx:39
358
+ #: src/components/activity/Activity.tsx:43
343
359
  msgid "min"
344
360
  msgstr "Minuten"
345
361
 
346
- #: src/RecommendationScreen.tsx:448
347
- #: src/components/InfoBars.tsx:41
362
+ #: src/RecommendationScreen.tsx:453
363
+ #: src/components/InfoBars.tsx:43
348
364
  msgid "units"
349
365
  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","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 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.","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 desired blood glucose during activity 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 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 high blood glucose.","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 in 15 min.","Your blood glucose level is very low.":"Your blood glucose is very low.","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.","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","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 is within the recommended ranges prior to physical activity.","Current glucose: {0} mmol/L":function(a){return["Current glucose: ",a("0")," mmol/L"]},"Current glucose: {latestCGMReading} {0}":function(a){return["Current glucose: ",a("latestCGMReading")," ",a("0")]},"Edit":"Edit","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.","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 desired blood glucose during activity 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 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","Forecast time:":"Forecast time:","Forecasted Glucose":"Forecasted Glucose","Hard":"Hard","Have you taken rapid-acting insulin within the last 4 hours?":"Have you taken rapid-acting 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?","If it is possible, postpone your planned exercise.":"If it is possible, postpone your planned exercise.","Instead of taking insulin":"Instead of taking insulin","Insulin recommendation":"Insulin recommendation","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 rapid-acting insulin for immidiate injection":"Recommended amount of rapid-acting insulin for immidiate injection","Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose":"Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose","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","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 high blood glucose.","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 in 15 min.","Your blood glucose level is very low.":"Your blood glucose is very low.","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.","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,42 +13,42 @@ msgstr ""
13
13
  "Language-Team: \n"
14
14
  "Plural-Forms: \n"
15
15
 
16
- #: src/RecommendationScreen.tsx:448
16
+ #: src/RecommendationScreen.tsx:453
17
17
  msgid "Active Insulin"
18
18
  msgstr "Active insulin"
19
19
 
20
- #: src/components/activity/Activity.tsx:32
20
+ #: src/components/activity/Activity.tsx:34
21
21
  msgid "Activity"
22
22
  msgstr "Activity"
23
23
 
24
- #: src/components/RecommendedCarbs.tsx:101
24
+ #: src/components/RecommendedCarbs.tsx:104
25
25
  msgid "Additional"
26
26
  msgstr "Additional"
27
27
 
28
- #: src/components/LimitationMessage.tsx:19
29
- #: src/components/RecommendationModal.tsx:96
30
- #: src/components/RecommendedCarbs.tsx:63
31
- #: src/components/RecommendedInsulin.tsx:74
28
+ #: src/components/LimitationMessage.tsx:21
29
+ #: src/components/RecommendationModal.tsx:104
30
+ #: src/components/RecommendedCarbs.tsx:66
31
+ #: src/components/RecommendedInsulin.tsx:76
32
32
  msgid "Attention"
33
33
  msgstr "Attention"
34
34
 
35
- #: src/components/activity/Activity.tsx:47
35
+ #: src/components/activity/Activity.tsx:51
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:449
39
+ #: src/RecommendationScreen.tsx:454
40
40
  msgid "Blood Glucose Level"
41
41
  msgstr "Blood glucose"
42
42
 
43
- #: src/RecommendationScreen.tsx:450
43
+ #: src/RecommendationScreen.tsx:455
44
44
  msgid "Blood Ketone Level"
45
45
  msgstr "Blood ketone level"
46
46
 
47
- #: src/components/RecommendedCarbs.tsx:165
47
+ #: src/components/RecommendedCarbs.tsx:169
48
48
  msgid "Carbohydrates"
49
49
  msgstr "Carbohydrates"
50
50
 
51
- #: src/RecommendationScreen.tsx:470
51
+ #: src/RecommendationScreen.tsx:471
52
52
  msgid "Close calculation"
53
53
  msgstr "Close calculation"
54
54
 
@@ -56,7 +56,19 @@ msgstr "Close calculation"
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 is within the recommended ranges prior to physical activity."
58
58
 
59
- #: src/components/RecommendedCarbs.tsx:168
59
+ #: src/__tests__/components/ForecastInfoBar.test.tsx:24
60
+ msgid "Current glucose: {0} mmol/L"
61
+ msgstr "Current glucose: {0} mmol/L"
62
+
63
+ #: src/components/ForecastInfoBar.tsx:61
64
+ msgid "Current glucose: {latestCGMReading} {0}"
65
+ msgstr "Current glucose: {latestCGMReading} {0}"
66
+
67
+ #: src/components/RecommendedInsulin.tsx:109
68
+ msgid "Edit"
69
+ msgstr "Edit"
70
+
71
+ #: src/components/RecommendedCarbs.tsx:173
60
72
  msgid "Entered"
61
73
  msgstr "Entered"
62
74
 
@@ -140,17 +152,25 @@ msgstr "Error. Please verify your notifications settings."
140
152
  msgid "Error. Your blood ketone settings are invalid."
141
153
  msgstr "Error. Your blood ketone settings are invalid."
142
154
 
143
- #: src/components/RecommendedCarbs.tsx:164
155
+ #: src/components/RecommendedCarbs.tsx:167
144
156
  msgid "Food"
145
157
  msgstr "Food"
146
158
 
159
+ #: src/components/ForecastInfoBar.tsx:54
160
+ msgid "Forecast time:"
161
+ msgstr "Forecast time:"
162
+
163
+ #: src/RecommendationScreen.tsx:454
164
+ msgid "Forecasted Glucose"
165
+ msgstr "Forecasted Glucose"
166
+
147
167
  #: src/utils/Translations.ts:13
148
168
  msgid "Hard"
149
169
  msgstr "Hard"
150
170
 
151
171
  #: src/components/RecentInsulin.tsx:24
152
- msgid "Have you taken insulin within the last 4 hours?"
153
- msgstr "Have you taken insulin within the last 4 hours?"
172
+ msgid "Have you taken rapid-acting insulin within the last 4 hours?"
173
+ msgstr "Have you taken rapid-acting insulin within the last 4 hours?"
154
174
 
155
175
  #: src/utils/RecommendationError.tsx:24
156
176
  msgid "Hedia Calculator does not support activities that finished more than 4 hours ago."
@@ -168,22 +188,22 @@ msgstr "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin
168
188
  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."
169
189
  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."
170
190
 
171
- #: src/components/mood/Emotion.tsx:45
191
+ #: src/components/mood/Emotion.tsx:46
172
192
  msgid "How are you feeling?"
173
193
  msgstr "How are you feeling?"
174
194
 
175
- #: src/components/Header.tsx:26
176
- msgid "INSULIN{0}RECOMMENDATION"
177
- msgstr "INSULIN{0}RECOMMENDATION"
178
-
179
195
  #: src/utils/AttentionMessages.tsx:84
180
196
  msgid "If it is possible, postpone your planned exercise."
181
197
  msgstr "If it is possible, postpone your planned exercise."
182
198
 
183
- #: src/components/RecommendationModal.tsx:76
199
+ #: src/components/RecommendationModal.tsx:83
184
200
  msgid "Instead of taking insulin"
185
201
  msgstr "Instead of taking insulin"
186
202
 
203
+ #: src/components/Header.tsx:19
204
+ msgid "Insulin recommendation"
205
+ msgstr "Insulin recommendation"
206
+
187
207
  #: src/utils/Translations.ts:11
188
208
  msgid "Light"
189
209
  msgstr "Light"
@@ -196,27 +216,27 @@ msgstr "Moderate"
196
216
  msgid "More than 15 minutes has passed since this calculation was started."
197
217
  msgstr "More than 15 minutes has passed since this calculation was started."
198
218
 
199
- #: src/components/RecommendationModal.tsx:51
219
+ #: src/components/RecommendationModal.tsx:53
200
220
  msgid "NO"
201
221
  msgstr "NO"
202
222
 
203
- #: src/components/RecentInsulin.tsx:33
223
+ #: src/components/RecentInsulin.tsx:32
204
224
  msgid "No"
205
225
  msgstr "No"
206
226
 
207
- #: src/RecommendationScreen.tsx:474
227
+ #: src/RecommendationScreen.tsx:476
208
228
  msgid "No, return to dashboard"
209
229
  msgstr "No, return to dashboard"
210
230
 
211
- #: src/components/Remeasure.tsx:69
231
+ #: src/components/Remeasure.tsx:74
212
232
  msgid "OFF"
213
233
  msgstr "OFF"
214
234
 
215
- #: src/components/LimitationMessage.tsx:25
216
- #: src/components/RecommendationModal.tsx:48
217
- #: src/components/RecommendationModal.tsx:103
218
- #: src/components/RecommendedCarbs.tsx:65
219
- #: src/components/RecommendedInsulin.tsx:76
235
+ #: src/components/LimitationMessage.tsx:27
236
+ #: src/components/RecommendationModal.tsx:50
237
+ #: src/components/RecommendationModal.tsx:111
238
+ #: src/components/RecommendedCarbs.tsx:68
239
+ #: src/components/RecommendedInsulin.tsx:78
220
240
  msgid "OK"
221
241
  msgstr "OK"
222
242
 
@@ -228,68 +248,64 @@ msgstr "Please go through the calculation steps with new measurements to ensure
228
248
  msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
229
249
  msgstr "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
230
250
 
231
- #: src/components/RecommendedCarbs.tsx:96
251
+ #: src/components/RecommendedCarbs.tsx:99
232
252
  msgid "Recommended"
233
253
  msgstr "Recommended"
234
254
 
235
- #: src/components/RecentInsulin.tsx:20
236
- #: src/components/RecommendedInsulin.tsx:96
237
- msgid "Recommended amount of insulin"
238
- msgstr "Recommended amount of insulin"
255
+ #: src/components/RecommendedInsulin.tsx:94
256
+ msgid "Recommended amount of rapid-acting insulin for immidiate injection"
257
+ msgstr "Recommended amount of rapid-acting insulin for immidiate injection"
239
258
 
240
- #: src/components/Remeasure.tsx:65
259
+ #: src/components/RecommendedInsulin.tsx:95
260
+ msgid "Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose"
261
+ msgstr "Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose"
262
+
263
+ #: src/components/Remeasure.tsx:68
241
264
  msgid "Remind me to remeasure in"
242
265
  msgstr "Remind me to remeasure in"
243
266
 
244
- #: src/RecommendationScreen.tsx:474
267
+ #: src/RecommendationScreen.tsx:476
245
268
  msgid "Return to dashboard"
246
269
  msgstr "Return to dashboard"
247
270
 
248
- #: src/RecommendationScreen.tsx:470
271
+ #: src/RecommendationScreen.tsx:471
249
272
  msgid "Save data before closing?"
250
273
  msgstr "Save data before closing?"
251
274
 
252
- #: src/RecommendationScreen.tsx:470
275
+ #: src/RecommendationScreen.tsx:471
276
+ #: src/components/SaveButton.tsx:45
253
277
  msgid "Save to logbook"
254
278
  msgstr "Save to logbook"
255
279
 
256
- #: src/RecommendationScreen.tsx:474
280
+ #: src/RecommendationScreen.tsx:476
257
281
  msgid "Start new calculation"
258
282
  msgstr "Start new calculation"
259
283
 
260
- #: src/components/RecommendedCarbs.tsx:123
284
+ #: src/components/RecommendedCarbs.tsx:126
261
285
  msgid "Total"
262
286
  msgstr "Total"
263
287
 
264
- #: src/components/TransferToLogbook.tsx:44
265
- msgid "Transfer to logbook"
266
- msgstr "Transfer to logbook"
267
-
268
- #: src/components/TransferToLogbook.tsx:47
269
- msgid "Transferred to logbook"
270
- msgstr "Transferred to logbook"
271
-
272
- #: src/components/RecommendedInsulin.tsx:104
288
+ #: src/components/RecommendedInsulin.tsx:105
273
289
  msgid "Units"
274
290
  msgstr "Units"
275
291
 
276
- #: src/components/activity/ActivityIcon.tsx:40
292
+ #: src/components/activity/ActivityIcon.tsx:42
277
293
  msgid "Untitled Activity"
278
294
  msgstr "Untitled activity"
279
295
 
280
- #: src/components/RecommendationModal.tsx:66
296
+ #: src/components/RecommendationModal.tsx:68
281
297
  msgid "We recommend eating an additional:"
282
298
  msgstr "We recommend eating an additional:"
283
299
 
284
- #: src/components/RecommendationModal.tsx:81
300
+ #: src/components/RecommendationModal.tsx:89
285
301
  msgid "Would you like to add this to your current calculation?"
286
302
  msgstr "Would you like to add this to your current calculation?"
287
303
 
288
- #: src/components/RecentInsulin.tsx:30
304
+ #: src/components/RecentInsulin.tsx:29
289
305
  msgid "Yes"
290
306
  msgstr "Yes"
291
307
 
292
- #: src/RecommendationScreen.tsx:474
308
+ #: src/RecommendationScreen.tsx:476
293
309
  msgid "Yes, save to logbook"
294
310
  msgstr "Yes, save to logbook"
295
311
 
@@ -321,29 +337,29 @@ msgstr "Your recommendation would have been higher than {0} units of insulin, bu
321
337
  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."
322
338
  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."
323
339
 
324
- #: src/RecommendationScreen.tsx:470
340
+ #: src/RecommendationScreen.tsx:471
325
341
  msgid "Your saved data will be used for future calculations."
326
342
  msgstr "Your saved data will be used for future calculations."
327
343
 
328
- #: src/components/RecommendedCarbs.tsx:115
329
- #: src/components/RecommendedCarbs.tsx:125
330
- #: src/components/RecommendedCarbs.tsx:170
344
+ #: src/components/RecommendedCarbs.tsx:118
345
+ #: src/components/RecommendedCarbs.tsx:128
346
+ #: src/components/RecommendedCarbs.tsx:175
331
347
  msgid "grams"
332
348
  msgstr "grams"
333
349
 
334
- #: src/components/RecommendationModal.tsx:72
350
+ #: src/components/RecommendationModal.tsx:77
335
351
  msgid "grams of carbohydrates"
336
352
  msgstr "grams of carbohydrates"
337
353
 
338
- #: src/components/Remeasure.tsx:72
354
+ #: src/components/Remeasure.tsx:78
339
355
  msgid "hours"
340
356
  msgstr "hours"
341
357
 
342
- #: src/components/activity/Activity.tsx:39
358
+ #: src/components/activity/Activity.tsx:43
343
359
  msgid "min"
344
360
  msgstr "min"
345
361
 
346
- #: src/RecommendationScreen.tsx:448
347
- #: src/components/InfoBars.tsx:41
362
+ #: src/RecommendationScreen.tsx:453
363
+ #: src/components/InfoBars.tsx:43
348
364
  msgid "units"
349
365
  msgstr "units"