@hedia/recommendation-screen 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/workspace.xml +5 -194
- package/package.json +1 -1
- package/src/components/RecommendationModal.jsx +3 -3
- package/src/components/RecommendationModal.tsx +3 -3
- package/src/locale/da/messages.po +4 -4
- package/src/locale/de/messages.po +4 -4
- package/src/locale/en/messages.po +4 -4
- package/src/locale/es/messages.po +4 -4
- package/src/locale/fr/messages.js +1 -1
- package/src/locale/fr/messages.po +337 -336
- package/src/locale/it/messages.js +1 -1
- package/src/locale/it/messages.po +337 -336
package/.idea/workspace.xml
CHANGED
|
@@ -28,9 +28,7 @@
|
|
|
28
28
|
</select>
|
|
29
29
|
</component>
|
|
30
30
|
<component name="ChangeListManager">
|
|
31
|
-
<list default="true" id="bceba75c-4c15-4bdc-9b41-023f63a30830" name="Default Changelist" comment=""
|
|
32
|
-
<change beforePath="$PROJECT_DIR$/src/components/RecommendedCarbs.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/RecommendedCarbs.tsx" afterDir="false" />
|
|
33
|
-
</list>
|
|
31
|
+
<list default="true" id="bceba75c-4c15-4bdc-9b41-023f63a30830" name="Default Changelist" comment="" />
|
|
34
32
|
<option name="SHOW_DIALOG" value="false" />
|
|
35
33
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
36
34
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -234,7 +232,10 @@
|
|
|
234
232
|
<workItem from="1610723653253" duration="1135000" />
|
|
235
233
|
<workItem from="1610965654086" duration="3993000" />
|
|
236
234
|
<workItem from="1610974416279" duration="357000" />
|
|
237
|
-
<workItem from="1611050920368" duration="
|
|
235
|
+
<workItem from="1611050920368" duration="1133000" />
|
|
236
|
+
<workItem from="1611222347585" duration="78000" />
|
|
237
|
+
<workItem from="1611339855127" duration="1476000" />
|
|
238
|
+
<workItem from="1611651966035" duration="2408000" />
|
|
238
239
|
</task>
|
|
239
240
|
<servers />
|
|
240
241
|
</component>
|
|
@@ -243,196 +244,6 @@
|
|
|
243
244
|
<option name="exactExcludedFiles">
|
|
244
245
|
<list>
|
|
245
246
|
<option value="$PROJECT_DIR$/index.js" />
|
|
246
|
-
<option value="$PROJECT_DIR$/App.d.ts" />
|
|
247
|
-
<option value="$PROJECT_DIR$/App.jsx" />
|
|
248
|
-
<option value="$PROJECT_DIR$/index.d.ts" />
|
|
249
|
-
<option value="$PROJECT_DIR$/src/RecommendationScreen.d.ts" />
|
|
250
|
-
<option value="$PROJECT_DIR$/src/RecommendationScreen.jsx" />
|
|
251
|
-
<option value="$PROJECT_DIR$/src/types/enum.d.ts" />
|
|
252
|
-
<option value="$PROJECT_DIR$/src/types/enum.js" />
|
|
253
|
-
<option value="$PROJECT_DIR$/src/types/types.d.ts" />
|
|
254
|
-
<option value="$PROJECT_DIR$/src/types/types.js" />
|
|
255
|
-
<option value="$PROJECT_DIR$/src/utils/AttentionMessages.d.ts" />
|
|
256
|
-
<option value="$PROJECT_DIR$/src/utils/AttentionMessages.jsx" />
|
|
257
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationError.jsx" />
|
|
258
|
-
<option value="$PROJECT_DIR$/src/utils/Constants.d.ts" />
|
|
259
|
-
<option value="$PROJECT_DIR$/src/utils/Validations.js" />
|
|
260
|
-
<option value="$PROJECT_DIR$/src/utils/Utils.d.ts" />
|
|
261
|
-
<option value="$PROJECT_DIR$/src/utils/Validations.d.ts" />
|
|
262
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationUtils.js" />
|
|
263
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationUtils.d.ts" />
|
|
264
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationError.d.ts" />
|
|
265
|
-
<option value="$PROJECT_DIR$/src/utils/Utils.js" />
|
|
266
|
-
<option value="$PROJECT_DIR$/src/utils/Constants.js" />
|
|
267
|
-
<option value="$PROJECT_DIR$/src/locale/i18nUtils.d.ts" />
|
|
268
|
-
<option value="$PROJECT_DIR$/src/locale/i18nUtils.js" />
|
|
269
|
-
<option value="$PROJECT_DIR$/src/__tests__/Translate.test.d.ts" />
|
|
270
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationScreen.test.d.ts" />
|
|
271
|
-
<option value="$PROJECT_DIR$/src/__tests__/Validations.test.d.ts" />
|
|
272
|
-
<option value="$PROJECT_DIR$/src/__tests__/utils.d.ts" />
|
|
273
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationUtils.test.d.ts" />
|
|
274
|
-
<option value="$PROJECT_DIR$/src/__tests__/Translate.test.jsx" />
|
|
275
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationUtils.test.js" />
|
|
276
|
-
<option value="$PROJECT_DIR$/src/__tests__/utils.jsx" />
|
|
277
|
-
<option value="$PROJECT_DIR$/src/__tests__/Utils.test.js" />
|
|
278
|
-
<option value="$PROJECT_DIR$/src/__tests__/Validations.test.js" />
|
|
279
|
-
<option value="$PROJECT_DIR$/src/__tests__/Utils.test.d.ts" />
|
|
280
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationScreen.test.jsx" />
|
|
281
|
-
<option value="$PROJECT_DIR$/src/components/InfoBars.jsx" />
|
|
282
|
-
<option value="$PROJECT_DIR$/src/components/Remeasure.jsx" />
|
|
283
|
-
<option value="$PROJECT_DIR$/src/components/Header.jsx" />
|
|
284
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedInsulin.jsx" />
|
|
285
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedInsulin.d.ts" />
|
|
286
|
-
<option value="$PROJECT_DIR$/src/components/LineSeparator.jsx" />
|
|
287
|
-
<option value="$PROJECT_DIR$/src/components/Header.d.ts" />
|
|
288
|
-
<option value="$PROJECT_DIR$/src/components/LimitationMessage.d.ts" />
|
|
289
|
-
<option value="$PROJECT_DIR$/src/components/TwoOptionModal.d.ts" />
|
|
290
|
-
<option value="$PROJECT_DIR$/src/components/LimitationMessage.jsx" />
|
|
291
|
-
<option value="$PROJECT_DIR$/src/components/TransferToLogbook.jsx" />
|
|
292
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedCarbs.d.ts" />
|
|
293
|
-
<option value="$PROJECT_DIR$/src/components/LineSeparator.d.ts" />
|
|
294
|
-
<option value="$PROJECT_DIR$/src/components/RecentInsulin.d.ts" />
|
|
295
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedCarbs.jsx" />
|
|
296
|
-
<option value="$PROJECT_DIR$/src/components/RecommendationModal.d.ts" />
|
|
297
|
-
<option value="$PROJECT_DIR$/src/components/Remeasure.d.ts" />
|
|
298
|
-
<option value="$PROJECT_DIR$/src/components/TransferToLogbook.d.ts" />
|
|
299
|
-
<option value="$PROJECT_DIR$/src/components/TwoOptionModal.jsx" />
|
|
300
|
-
<option value="$PROJECT_DIR$/src/components/InfoBars.d.ts" />
|
|
301
|
-
<option value="$PROJECT_DIR$/src/components/RecentInsulin.jsx" />
|
|
302
|
-
<option value="$PROJECT_DIR$/src/components/InvisibleNumberInput.d.ts" />
|
|
303
|
-
<option value="$PROJECT_DIR$/src/components/RecommendationModal.jsx" />
|
|
304
|
-
<option value="$PROJECT_DIR$/src/components/InvisibleNumberInput.jsx" />
|
|
305
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedCarbs.test.jsx" />
|
|
306
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedInsulin.test.jsx" />
|
|
307
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InfoBars.test.jsx" />
|
|
308
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InfoBars.test.d.ts" />
|
|
309
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TwoOptionModal.test.d.ts" />
|
|
310
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InvisibleNumberInput.test.jsx" />
|
|
311
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendationModal.test.jsx" />
|
|
312
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedCarbs.test.d.ts" />
|
|
313
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TransferToLogbook.test.jsx" />
|
|
314
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/LimitationMessage.test.d.ts" />
|
|
315
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Activity.test.jsx" />
|
|
316
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Activity.test.d.ts" />
|
|
317
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Emotion.test.d.ts" />
|
|
318
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TwoOptionModal.test.jsx" />
|
|
319
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Remeasure.test.jsx" />
|
|
320
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TransferToLogbook.test.d.ts" />
|
|
321
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedInsulin.test.d.ts" />
|
|
322
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InvisibleNumberInput.test.d.ts" />
|
|
323
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Remeasure.test.d.ts" />
|
|
324
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/MoodIcon.test.jsx" />
|
|
325
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/MoodIcon.test.d.ts" />
|
|
326
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Header.test.jsx" />
|
|
327
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendationModal.test.d.ts" />
|
|
328
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Emotion.test.jsx" />
|
|
329
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Header.test.d.ts" />
|
|
330
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/LimitationMessage.test.jsx" />
|
|
331
|
-
<option value="$PROJECT_DIR$/src/components/mood/MoodIcon.d.ts" />
|
|
332
|
-
<option value="$PROJECT_DIR$/src/components/mood/MoodIcon.jsx" />
|
|
333
|
-
<option value="$PROJECT_DIR$/src/components/mood/Emotion.d.ts" />
|
|
334
|
-
<option value="$PROJECT_DIR$/src/components/mood/Emotion.jsx" />
|
|
335
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIntensity.d.ts" />
|
|
336
|
-
<option value="$PROJECT_DIR$/src/components/activity/Activity.d.ts" />
|
|
337
|
-
<option value="$PROJECT_DIR$/src/components/activity/Activity.jsx" />
|
|
338
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIcon.jsx" />
|
|
339
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIcon.d.ts" />
|
|
340
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIntensity.jsx" />
|
|
341
|
-
<option value="$PROJECT_DIR$/App.d.ts" />
|
|
342
|
-
<option value="$PROJECT_DIR$/App.jsx" />
|
|
343
|
-
<option value="$PROJECT_DIR$/index.d.ts" />
|
|
344
|
-
<option value="$PROJECT_DIR$/src/RecommendationScreen.d.ts" />
|
|
345
|
-
<option value="$PROJECT_DIR$/src/RecommendationScreen.jsx" />
|
|
346
|
-
<option value="$PROJECT_DIR$/src/types/enum.d.ts" />
|
|
347
|
-
<option value="$PROJECT_DIR$/src/types/enum.js" />
|
|
348
|
-
<option value="$PROJECT_DIR$/src/types/types.d.ts" />
|
|
349
|
-
<option value="$PROJECT_DIR$/src/types/types.js" />
|
|
350
|
-
<option value="$PROJECT_DIR$/src/utils/AttentionMessages.d.ts" />
|
|
351
|
-
<option value="$PROJECT_DIR$/src/utils/AttentionMessages.jsx" />
|
|
352
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationError.jsx" />
|
|
353
|
-
<option value="$PROJECT_DIR$/src/utils/Constants.d.ts" />
|
|
354
|
-
<option value="$PROJECT_DIR$/src/utils/Validations.js" />
|
|
355
|
-
<option value="$PROJECT_DIR$/src/utils/Utils.d.ts" />
|
|
356
|
-
<option value="$PROJECT_DIR$/src/utils/Validations.d.ts" />
|
|
357
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationUtils.js" />
|
|
358
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationUtils.d.ts" />
|
|
359
|
-
<option value="$PROJECT_DIR$/src/utils/RecommendationError.d.ts" />
|
|
360
|
-
<option value="$PROJECT_DIR$/src/utils/Utils.js" />
|
|
361
|
-
<option value="$PROJECT_DIR$/src/utils/Constants.js" />
|
|
362
|
-
<option value="$PROJECT_DIR$/src/locale/i18nUtils.d.ts" />
|
|
363
|
-
<option value="$PROJECT_DIR$/src/locale/i18nUtils.js" />
|
|
364
|
-
<option value="$PROJECT_DIR$/src/__tests__/Translate.test.d.ts" />
|
|
365
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationScreen.test.d.ts" />
|
|
366
|
-
<option value="$PROJECT_DIR$/src/__tests__/Validations.test.d.ts" />
|
|
367
|
-
<option value="$PROJECT_DIR$/src/__tests__/utils.d.ts" />
|
|
368
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationUtils.test.d.ts" />
|
|
369
|
-
<option value="$PROJECT_DIR$/src/__tests__/Translate.test.jsx" />
|
|
370
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationUtils.test.js" />
|
|
371
|
-
<option value="$PROJECT_DIR$/src/__tests__/utils.jsx" />
|
|
372
|
-
<option value="$PROJECT_DIR$/src/__tests__/Utils.test.js" />
|
|
373
|
-
<option value="$PROJECT_DIR$/src/__tests__/Validations.test.js" />
|
|
374
|
-
<option value="$PROJECT_DIR$/src/__tests__/Utils.test.d.ts" />
|
|
375
|
-
<option value="$PROJECT_DIR$/src/__tests__/RecommendationScreen.test.jsx" />
|
|
376
|
-
<option value="$PROJECT_DIR$/src/components/InfoBars.jsx" />
|
|
377
|
-
<option value="$PROJECT_DIR$/src/components/Remeasure.jsx" />
|
|
378
|
-
<option value="$PROJECT_DIR$/src/components/Header.jsx" />
|
|
379
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedInsulin.jsx" />
|
|
380
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedInsulin.d.ts" />
|
|
381
|
-
<option value="$PROJECT_DIR$/src/components/LineSeparator.jsx" />
|
|
382
|
-
<option value="$PROJECT_DIR$/src/components/Header.d.ts" />
|
|
383
|
-
<option value="$PROJECT_DIR$/src/components/LimitationMessage.d.ts" />
|
|
384
|
-
<option value="$PROJECT_DIR$/src/components/TwoOptionModal.d.ts" />
|
|
385
|
-
<option value="$PROJECT_DIR$/src/components/LimitationMessage.jsx" />
|
|
386
|
-
<option value="$PROJECT_DIR$/src/components/TransferToLogbook.jsx" />
|
|
387
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedCarbs.d.ts" />
|
|
388
|
-
<option value="$PROJECT_DIR$/src/components/LineSeparator.d.ts" />
|
|
389
|
-
<option value="$PROJECT_DIR$/src/components/RecentInsulin.d.ts" />
|
|
390
|
-
<option value="$PROJECT_DIR$/src/components/RecommendedCarbs.jsx" />
|
|
391
|
-
<option value="$PROJECT_DIR$/src/components/RecommendationModal.d.ts" />
|
|
392
|
-
<option value="$PROJECT_DIR$/src/components/Remeasure.d.ts" />
|
|
393
|
-
<option value="$PROJECT_DIR$/src/components/TransferToLogbook.d.ts" />
|
|
394
|
-
<option value="$PROJECT_DIR$/src/components/TwoOptionModal.jsx" />
|
|
395
|
-
<option value="$PROJECT_DIR$/src/components/InfoBars.d.ts" />
|
|
396
|
-
<option value="$PROJECT_DIR$/src/components/RecentInsulin.jsx" />
|
|
397
|
-
<option value="$PROJECT_DIR$/src/components/InvisibleNumberInput.d.ts" />
|
|
398
|
-
<option value="$PROJECT_DIR$/src/components/RecommendationModal.jsx" />
|
|
399
|
-
<option value="$PROJECT_DIR$/src/components/InvisibleNumberInput.jsx" />
|
|
400
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedCarbs.test.jsx" />
|
|
401
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedInsulin.test.jsx" />
|
|
402
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InfoBars.test.jsx" />
|
|
403
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InfoBars.test.d.ts" />
|
|
404
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TwoOptionModal.test.d.ts" />
|
|
405
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InvisibleNumberInput.test.jsx" />
|
|
406
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendationModal.test.jsx" />
|
|
407
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedCarbs.test.d.ts" />
|
|
408
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TransferToLogbook.test.jsx" />
|
|
409
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/LimitationMessage.test.d.ts" />
|
|
410
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Activity.test.jsx" />
|
|
411
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Activity.test.d.ts" />
|
|
412
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Emotion.test.d.ts" />
|
|
413
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TwoOptionModal.test.jsx" />
|
|
414
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Remeasure.test.jsx" />
|
|
415
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/TransferToLogbook.test.d.ts" />
|
|
416
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendedInsulin.test.d.ts" />
|
|
417
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/InvisibleNumberInput.test.d.ts" />
|
|
418
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Remeasure.test.d.ts" />
|
|
419
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/MoodIcon.test.jsx" />
|
|
420
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/MoodIcon.test.d.ts" />
|
|
421
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Header.test.jsx" />
|
|
422
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/RecommendationModal.test.d.ts" />
|
|
423
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Emotion.test.jsx" />
|
|
424
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/Header.test.d.ts" />
|
|
425
|
-
<option value="$PROJECT_DIR$/src/__tests__/components/LimitationMessage.test.jsx" />
|
|
426
|
-
<option value="$PROJECT_DIR$/src/components/mood/MoodIcon.d.ts" />
|
|
427
|
-
<option value="$PROJECT_DIR$/src/components/mood/MoodIcon.jsx" />
|
|
428
|
-
<option value="$PROJECT_DIR$/src/components/mood/Emotion.d.ts" />
|
|
429
|
-
<option value="$PROJECT_DIR$/src/components/mood/Emotion.jsx" />
|
|
430
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIntensity.d.ts" />
|
|
431
|
-
<option value="$PROJECT_DIR$/src/components/activity/Activity.d.ts" />
|
|
432
|
-
<option value="$PROJECT_DIR$/src/components/activity/Activity.jsx" />
|
|
433
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIcon.jsx" />
|
|
434
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIcon.d.ts" />
|
|
435
|
-
<option value="$PROJECT_DIR$/src/components/activity/ActivityIntensity.jsx" />
|
|
436
247
|
</list>
|
|
437
248
|
</option>
|
|
438
249
|
</component>
|
package/package.json
CHANGED
|
@@ -117,7 +117,7 @@ const buttonBorderRadius = height / 30;
|
|
|
117
117
|
const buttonBorderWidth = height / 500;
|
|
118
118
|
const sugestionFontSize = width / 19;
|
|
119
119
|
const recommendEatingFontSize = height / 45;
|
|
120
|
-
const textFontSize = width /
|
|
120
|
+
const textFontSize = width / 20;
|
|
121
121
|
const titleFontSize = width / 13;
|
|
122
122
|
exports.stylesModal = react_native_1.StyleSheet.create({
|
|
123
123
|
modalStyle: { margin: 0 },
|
|
@@ -137,12 +137,12 @@ exports.stylesModal = react_native_1.StyleSheet.create({
|
|
|
137
137
|
textTittleMessage: { color: `white`, fontSize: titleFontSize, textAlign: `center` },
|
|
138
138
|
textMessage: { color: `white`, fontSize: textFontSize, textAlign: `center` },
|
|
139
139
|
buttonText: { color: Constants_1.BORDER_COLOUR_TEAL, fontSize: buttonFontSize, textAlign: `center` },
|
|
140
|
-
addToCalculationContainer: { justifyContent: `flex-start`, marginVertical: `
|
|
140
|
+
addToCalculationContainer: { justifyContent: `flex-start`, marginVertical: `5%` },
|
|
141
141
|
innerView: {
|
|
142
142
|
alignContent: `center`,
|
|
143
143
|
paddingVertical: `5%`,
|
|
144
144
|
paddingHorizontal: `3%`,
|
|
145
|
-
marginTop: `
|
|
145
|
+
marginTop: `5%`,
|
|
146
146
|
borderRadius: height / 80,
|
|
147
147
|
borderWidth: height / 300,
|
|
148
148
|
borderColor: Constants_1.BORDER_COLOUR_TEAL,
|
|
@@ -137,7 +137,7 @@ const buttonBorderRadius = height / 30;
|
|
|
137
137
|
const buttonBorderWidth = height / 500;
|
|
138
138
|
const sugestionFontSize = width / 19;
|
|
139
139
|
const recommendEatingFontSize = height / 45;
|
|
140
|
-
const textFontSize = width /
|
|
140
|
+
const textFontSize = width / 20;
|
|
141
141
|
const titleFontSize = width / 13;
|
|
142
142
|
|
|
143
143
|
export const stylesModal = StyleSheet.create({
|
|
@@ -158,12 +158,12 @@ export const stylesModal = StyleSheet.create({
|
|
|
158
158
|
textTittleMessage: { color: `white`, fontSize: titleFontSize, textAlign: `center` },
|
|
159
159
|
textMessage: { color: `white`, fontSize: textFontSize, textAlign: `center` },
|
|
160
160
|
buttonText: { color: BORDER_COLOUR_TEAL, fontSize: buttonFontSize, textAlign: `center` },
|
|
161
|
-
addToCalculationContainer: { justifyContent: `flex-start`, marginVertical: `
|
|
161
|
+
addToCalculationContainer: { justifyContent: `flex-start`, marginVertical: `5%` },
|
|
162
162
|
innerView: {
|
|
163
163
|
alignContent: `center`,
|
|
164
164
|
paddingVertical: `5%`,
|
|
165
165
|
paddingHorizontal: `3%`,
|
|
166
|
-
marginTop: `
|
|
166
|
+
marginTop: `5%`,
|
|
167
167
|
borderRadius: height / 80,
|
|
168
168
|
borderWidth: height / 300,
|
|
169
169
|
borderColor: BORDER_COLOUR_TEAL,
|
|
@@ -196,7 +196,7 @@ msgstr "Nej"
|
|
|
196
196
|
msgid "No, return to dashboard"
|
|
197
197
|
msgstr "Nej, tilbage til dashboard"
|
|
198
198
|
|
|
199
|
-
#: src/components/Remeasure.tsx:
|
|
199
|
+
#: src/components/Remeasure.tsx:36
|
|
200
200
|
msgid "OFF"
|
|
201
201
|
msgstr "OFF"
|
|
202
202
|
|
|
@@ -212,7 +212,7 @@ msgstr "OK"
|
|
|
212
212
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
213
213
|
msgstr "Gå venligst gennem udregningstrinnene igen med nye målinger for at sikre en sikker anbefaling."
|
|
214
214
|
|
|
215
|
-
#: src/utils/AttentionMessages.tsx:
|
|
215
|
+
#: src/utils/AttentionMessages.tsx:50
|
|
216
216
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
217
217
|
msgstr "Hedia's anbefaling fra {day} kl. {time} blev ikke overført til din logbog.{0}Brugte du anbefalingen?"
|
|
218
218
|
|
|
@@ -225,7 +225,7 @@ msgstr "Anbefalet"
|
|
|
225
225
|
msgid "Recommended amount of insulin"
|
|
226
226
|
msgstr "Anbefalet enhed(er) af insulin"
|
|
227
227
|
|
|
228
|
-
#: src/components/Remeasure.tsx:
|
|
228
|
+
#: src/components/Remeasure.tsx:32
|
|
229
229
|
msgid "Remind me to remeasure in"
|
|
230
230
|
msgstr "Påmind mig at genmåle om"
|
|
231
231
|
|
|
@@ -323,7 +323,7 @@ msgstr "gram"
|
|
|
323
323
|
msgid "grams of carbohydrates"
|
|
324
324
|
msgstr "gram kulhydrater"
|
|
325
325
|
|
|
326
|
-
#: src/components/Remeasure.tsx:
|
|
326
|
+
#: src/components/Remeasure.tsx:39
|
|
327
327
|
msgid "hours"
|
|
328
328
|
msgstr "timer"
|
|
329
329
|
|
|
@@ -196,7 +196,7 @@ msgstr "Nein"
|
|
|
196
196
|
msgid "No, return to dashboard"
|
|
197
197
|
msgstr "Nein, zurück zum Dashboard"
|
|
198
198
|
|
|
199
|
-
#: src/components/Remeasure.tsx:
|
|
199
|
+
#: src/components/Remeasure.tsx:36
|
|
200
200
|
msgid "OFF"
|
|
201
201
|
msgstr "AUS"
|
|
202
202
|
|
|
@@ -212,7 +212,7 @@ msgstr "OK"
|
|
|
212
212
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
213
213
|
msgstr "Bitte führen Sie die Berechnungsschritte mit neuen Messungen durch, um eine sichere Empfehlung zu erstellen."
|
|
214
214
|
|
|
215
|
-
#: src/utils/AttentionMessages.tsx:
|
|
215
|
+
#: src/utils/AttentionMessages.tsx:50
|
|
216
216
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
217
217
|
msgstr "Die Empfehlung von {day} um {time} wurden nicht in Ihr Tagebuch eingetragen.{0}Haben Sie sich an die Empfehlung gehalten?"
|
|
218
218
|
|
|
@@ -225,7 +225,7 @@ msgstr "Empfohlen"
|
|
|
225
225
|
msgid "Recommended amount of insulin"
|
|
226
226
|
msgstr "Empfohlene Insulinmenge"
|
|
227
227
|
|
|
228
|
-
#: src/components/Remeasure.tsx:
|
|
228
|
+
#: src/components/Remeasure.tsx:32
|
|
229
229
|
msgid "Remind me to remeasure in"
|
|
230
230
|
msgstr "Ich wünsche eine Erinnerung an eine erneute Messung in"
|
|
231
231
|
|
|
@@ -323,7 +323,7 @@ msgstr "Gramm"
|
|
|
323
323
|
msgid "grams of carbohydrates"
|
|
324
324
|
msgstr "Gramm Kohlenhydrate"
|
|
325
325
|
|
|
326
|
-
#: src/components/Remeasure.tsx:
|
|
326
|
+
#: src/components/Remeasure.tsx:39
|
|
327
327
|
msgid "hours"
|
|
328
328
|
msgstr "Stunden"
|
|
329
329
|
|
|
@@ -196,7 +196,7 @@ msgstr "No"
|
|
|
196
196
|
msgid "No, return to dashboard"
|
|
197
197
|
msgstr "No, return to dashboard"
|
|
198
198
|
|
|
199
|
-
#: src/components/Remeasure.tsx:
|
|
199
|
+
#: src/components/Remeasure.tsx:36
|
|
200
200
|
msgid "OFF"
|
|
201
201
|
msgstr "OFF"
|
|
202
202
|
|
|
@@ -212,7 +212,7 @@ msgstr "OK"
|
|
|
212
212
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
213
213
|
msgstr "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
214
214
|
|
|
215
|
-
#: src/utils/AttentionMessages.tsx:
|
|
215
|
+
#: src/utils/AttentionMessages.tsx:50
|
|
216
216
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
217
217
|
msgstr "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
218
218
|
|
|
@@ -225,7 +225,7 @@ msgstr "Recommended"
|
|
|
225
225
|
msgid "Recommended amount of insulin"
|
|
226
226
|
msgstr "Recommended amount of insulin"
|
|
227
227
|
|
|
228
|
-
#: src/components/Remeasure.tsx:
|
|
228
|
+
#: src/components/Remeasure.tsx:32
|
|
229
229
|
msgid "Remind me to remeasure in"
|
|
230
230
|
msgstr "Remind me to remeasure in"
|
|
231
231
|
|
|
@@ -323,7 +323,7 @@ msgstr "grams"
|
|
|
323
323
|
msgid "grams of carbohydrates"
|
|
324
324
|
msgstr "grams of carbohydrates"
|
|
325
325
|
|
|
326
|
-
#: src/components/Remeasure.tsx:
|
|
326
|
+
#: src/components/Remeasure.tsx:39
|
|
327
327
|
msgid "hours"
|
|
328
328
|
msgstr "hours"
|
|
329
329
|
|
|
@@ -196,7 +196,7 @@ msgstr "No"
|
|
|
196
196
|
msgid "No, return to dashboard"
|
|
197
197
|
msgstr "No, volver al panel"
|
|
198
198
|
|
|
199
|
-
#: src/components/Remeasure.tsx:
|
|
199
|
+
#: src/components/Remeasure.tsx:36
|
|
200
200
|
msgid "OFF"
|
|
201
201
|
msgstr "APAGADO"
|
|
202
202
|
|
|
@@ -212,7 +212,7 @@ msgstr "ACEPTAR"
|
|
|
212
212
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
213
213
|
msgstr "Por favor, repita los pasos de la calculación con nuevas mediciones para garantizar una recomendación segura."
|
|
214
214
|
|
|
215
|
-
#: src/utils/AttentionMessages.tsx:
|
|
215
|
+
#: src/utils/AttentionMessages.tsx:50
|
|
216
216
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
217
217
|
msgstr "La recomendación del {day} a las {time} no se ha transferido a su diario.{0}¿Utilizó la recomendación?"
|
|
218
218
|
|
|
@@ -225,7 +225,7 @@ msgstr "Recomendado"
|
|
|
225
225
|
msgid "Recommended amount of insulin"
|
|
226
226
|
msgstr "Cantidad recomendada de insulina"
|
|
227
227
|
|
|
228
|
-
#: src/components/Remeasure.tsx:
|
|
228
|
+
#: src/components/Remeasure.tsx:32
|
|
229
229
|
msgid "Remind me to remeasure in"
|
|
230
230
|
msgstr "Recordar hacer una nueva medición en"
|
|
231
231
|
|
|
@@ -323,7 +323,7 @@ msgstr "gramos"
|
|
|
323
323
|
msgid "grams of carbohydrates"
|
|
324
324
|
msgstr "gramos de hidratos de carbono"
|
|
325
325
|
|
|
326
|
-
#: src/components/Remeasure.tsx:
|
|
326
|
+
#: src/components/Remeasure.tsx:39
|
|
327
327
|
msgid "hours"
|
|
328
328
|
msgstr "horas"
|
|
329
329
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){if(ord)return n==1?"one":"other";return n>=0&&n<2?"one":"other"}},messages:{"Active Insulin":"Insuline active","Activity":"Activit\xE9","Additional":"Suppl\xE9mentaire","Attention":"Attention","Based on the selected activity your insulin recommendation is reduced by:":"Sur la base de l\u2019activit\xE9 s\xE9lectionn\xE9e, votre recommandation d\u2019insuline est r\xE9duite de :","Blood Glucose Level":"Taux de glyc\xE9mie","Blood Ketone Level":"Taux de c\xE9ton\xE9mie","Carbohydrates":"Glucides","Close calculation":"Fermer le calcul","Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.":"Envisagez de ne pas commencer d\u2019activit\xE9 physique avant que votre taux de glyc\xE9mie ne soit dans la plage recommand\xE9e avant l\u2019activit\xE9 physique.","Entered":"Saisi","Error. Hedia Calculator does not support an insulin dose greater than {0} units":function(a){return["Erreur. La calculatrice Hedia ne prend pas en charge une dose d\u2019insuline sup\xE9rieure \xE0 ",a("0")," unit\xE9s"]},"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours":"Erreur. La calculatrice Hedia ne prend pas en charge des recommandations d\u2019insuline avec des bolus plus anciens que 4 heures","Error. Hedia Calculator does not support your activity intensity value":"Erreur. La calculatrice Hedia ne prend pas en charge votre valeur d\u2019intensit\xE9 d\u2019activit\xE9","Error. Hedia Calculator does not support your activity type value":"Erreur. La calculatrice Hedia ne prend pas en charge votre valeur de type d\u2019activit\xE9","Error. Hedia Calculator does not support your current blood glucose level.":"Erreur. La calculatrice Hedia ne prend pas en charge votre taux de glyc\xE9mie actuel.","Error. Hedia Calculator does not support your current blood glucose unit.":"Erreur. La calculatrice Hedia ne prend pas en charge votre unit\xE9 de glyc\xE9mie actuelle.","Error. Hedia Calculator does not support your current blood ketone level.":"Erreur. La calculatrice Hedia ne prend pas en charge votre taux de c\xE9ton\xE9mie actuel.","Error. Hedia Calculator does not support your current blood ketone unit.":"Erreur. La calculatrice Hedia ne prend pas en charge votre unit\xE9 de c\xE9ton\xE9mie actuelle.","Error. Hedia Calculator does not support your current language.":"Erreur. La calculatrice Hedia ne prend pas en charge votre langue actuelle.","Error. Hedia Calculator does not support your injection method.":"Erreur. La calculatrice Hedia ne prend pas en charge votre m\xE9thode d\u2019injection.","Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.":"Erreur. La calculatrice Hedia ne prend en charge que des activit\xE9s d\u2019une dur\xE9e maximale de 60 minutes.","Error. Please verify that your activity settings are set up correctly.":"Erreur. Veuillez v\xE9rifier que vos param\xE8tres d\u2019activit\xE9 sont correctement param\xE9tr\xE9s.","Error. Please verify that your activity target blood glucose value is correct.":"Erreur. Veuillez v\xE9rifier que votre taux de glyc\xE9mie cible d\u2019activit\xE9 est correct.","Error. Please verify that your insulin sensitivity value is correct.":"Erreur. Veuillez v\xE9rifier que votre valeur de sensibilit\xE9 \xE0 l\u2019insuline est correcte.","Error. Please verify that your insulin to carb ratio value is correct.":"Erreur. Veuillez v\xE9rifier que votre valeur de rapport insuline/glucides est correcte.","Error. Please verify that your target blood glucose value is correct.":"Erreur. Veuillez v\xE9rifier que votre taux de glyc\xE9mie cible est correct.","Error. Please verify your notifications settings.":"Erreur. Veuillez v\xE9rifier vos param\xE8tres de notification.","Food":"Aliments","Hard":"Difficile","Have you taken insulin within the last 4 hours?":"Avez-vous pris de l\u2019insuline au cours des 4 derni\xE8res heures ?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"La calculatrice Hedia ne prend pas en charge des activit\xE9s termin\xE9es il y a plus de 4 heures.","Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.":"La calculatrice Hedia ne prend pas en charge des recommandations d\u2019insuline avec plus de 300 grammes de glucides pr\xE9sents.","Hedia does not support more than {0} units of insulin per calculation.":function(a){return["Hedia ne prend pas en charge plus de ",a("0")," unit\xE9s d\u2019insuline par calcul."]},"Hedia doesn't support more than {0} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {1}% to {2} units for this calculation.":function(a){return["Hedia ne prend pas en charge plus de ",a("0")," unit\xE9s d\u2019insuline par calcul, mais en raison de l\u2019activit\xE9 physique que vous avez saisie, ce chiffre a \xE9t\xE9 encore r\xE9duit de ",a("1")," % \xE0 ",a("2")," unit\xE9s pour ce calcul."]},"How are you feeling?":"Comment vous sentez-vous ?","INSULIN{0}RECOMMENDATION":function(a){return["RECOMMANDATION",a("0"),"D\u2019INSULINE"]},"If it is possible, postpone your planned exercise.":"Si possible, reportez votre
|
|
1
|
+
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){if(ord)return n==1?"one":"other";return n>=0&&n<2?"one":"other"}},messages:{"Active Insulin":"Insuline active","Activity":"Activit\xE9","Additional":"Suppl\xE9mentaire","Attention":"Attention","Based on the selected activity your insulin recommendation is reduced by:":"Sur la base de l\u2019activit\xE9 s\xE9lectionn\xE9e, votre recommandation d\u2019insuline est r\xE9duite de :","Blood Glucose Level":"Taux de glyc\xE9mie","Blood Ketone Level":"Taux de c\xE9ton\xE9mie","Carbohydrates":"Glucides","Close calculation":"Fermer le calcul","Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.":"Envisagez de ne pas commencer d\u2019activit\xE9 physique avant que votre taux de glyc\xE9mie ne soit dans la plage recommand\xE9e avant l\u2019activit\xE9 physique.","Entered":"Saisi","Error. Hedia Calculator does not support an insulin dose greater than {0} units":function(a){return["Erreur. La calculatrice Hedia ne prend pas en charge une dose d\u2019insuline sup\xE9rieure \xE0 ",a("0")," unit\xE9s"]},"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours":"Erreur. La calculatrice Hedia ne prend pas en charge des recommandations d\u2019insuline avec des bolus plus anciens que 4 heures","Error. Hedia Calculator does not support your activity intensity value":"Erreur. La calculatrice Hedia ne prend pas en charge votre valeur d\u2019intensit\xE9 d\u2019activit\xE9","Error. Hedia Calculator does not support your activity type value":"Erreur. La calculatrice Hedia ne prend pas en charge votre valeur de type d\u2019activit\xE9","Error. Hedia Calculator does not support your current blood glucose level.":"Erreur. La calculatrice Hedia ne prend pas en charge votre taux de glyc\xE9mie actuel.","Error. Hedia Calculator does not support your current blood glucose unit.":"Erreur. La calculatrice Hedia ne prend pas en charge votre unit\xE9 de glyc\xE9mie actuelle.","Error. Hedia Calculator does not support your current blood ketone level.":"Erreur. La calculatrice Hedia ne prend pas en charge votre taux de c\xE9ton\xE9mie actuel.","Error. Hedia Calculator does not support your current blood ketone unit.":"Erreur. La calculatrice Hedia ne prend pas en charge votre unit\xE9 de c\xE9ton\xE9mie actuelle.","Error. Hedia Calculator does not support your current language.":"Erreur. La calculatrice Hedia ne prend pas en charge votre langue actuelle.","Error. Hedia Calculator does not support your injection method.":"Erreur. La calculatrice Hedia ne prend pas en charge votre m\xE9thode d\u2019injection.","Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.":"Erreur. La calculatrice Hedia ne prend en charge que des activit\xE9s d\u2019une dur\xE9e maximale de 60 minutes.","Error. Please verify that your activity settings are set up correctly.":"Erreur. Veuillez v\xE9rifier que vos param\xE8tres d\u2019activit\xE9 sont correctement param\xE9tr\xE9s.","Error. Please verify that your activity target blood glucose value is correct.":"Erreur. Veuillez v\xE9rifier que votre taux de glyc\xE9mie cible d\u2019activit\xE9 est correct.","Error. Please verify that your insulin sensitivity value is correct.":"Erreur. Veuillez v\xE9rifier que votre valeur de sensibilit\xE9 \xE0 l\u2019insuline est correcte.","Error. Please verify that your insulin to carb ratio value is correct.":"Erreur. Veuillez v\xE9rifier que votre valeur de rapport insuline/glucides est correcte.","Error. Please verify that your target blood glucose value is correct.":"Erreur. Veuillez v\xE9rifier que votre taux de glyc\xE9mie cible est correct.","Error. Please verify your notifications settings.":"Erreur. Veuillez v\xE9rifier vos param\xE8tres de notification.","Food":"Aliments","Hard":"Difficile","Have you taken insulin within the last 4 hours?":"Avez-vous pris de l\u2019insuline au cours des 4 derni\xE8res heures ?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"La calculatrice Hedia ne prend pas en charge des activit\xE9s termin\xE9es il y a plus de 4 heures.","Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.":"La calculatrice Hedia ne prend pas en charge des recommandations d\u2019insuline avec plus de 300 grammes de glucides pr\xE9sents.","Hedia does not support more than {0} units of insulin per calculation.":function(a){return["Hedia ne prend pas en charge plus de ",a("0")," unit\xE9s d\u2019insuline par calcul."]},"Hedia doesn't support more than {0} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {1}% to {2} units for this calculation.":function(a){return["Hedia ne prend pas en charge plus de ",a("0")," unit\xE9s d\u2019insuline par calcul, mais en raison de l\u2019activit\xE9 physique que vous avez saisie, ce chiffre a \xE9t\xE9 encore r\xE9duit de ",a("1")," % \xE0 ",a("2")," unit\xE9s pour ce calcul."]},"How are you feeling?":"Comment vous sentez-vous ?","INSULIN{0}RECOMMENDATION":function(a){return["RECOMMANDATION",a("0"),"D\u2019INSULINE"]},"If it is possible, postpone your planned exercise.":"Si possible, reportez votre activit\xE9 pr\xE9vu.","Instead of taking insulin":"Au lieu de prendre de l\u2019insuline","Light":"L\xE9g\xE8re","Moderate":"Mod\xE9r\xE9e","More than 15 minutes has passed since this calculation was started.":"Plus de 15 minutes se sont \xE9coul\xE9es depuis le d\xE9but de ce calcul.","NO":"NON","No":"Non","No, return to dashboard":"Non, retour au tableau de bord","OFF":"D\xC9SACTIV\xC9","OK":"OK","Please go through the calculation steps with new measurements to ensure a safe recommendation.":"Veuillez suivre les \xE9tapes de calcul avec de nouvelles mesures pour vous assurer d\u2019obtenir une recommandation s\xFBre.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["La recommandation du ",a("day")," \xE0 ",a("time")," n\u2019a pas \xE9t\xE9 transf\xE9r\xE9e \xE0 votre journal de bord.",a("0"),"Avez-vous suivi la recommandation ?"]},"Recommended":"Recommand\xE9","Recommended amount of insulin":"Dose recommand\xE9e d\u2019insuline","Remind me to remeasure in":"Rappelez-moi de mesurer ma glyc\xE9mie dans","Return to dashboard":"Retour au tableau de bord","Save data before closing?":"Enregistrer les donn\xE9es avant de fermer ?","Save to logbook":"Enregistrer dans le journal de bord","Start new calculation":"Commencer un nouveau calcul","Total":"Total","Transfer to logbook":"Transfert au journal de bord","Transferred to logbook":"Transf\xE9r\xE9 au journal de bord","Units":"Unit\xE9s","Untitled Activity":"Activit\xE9 sans titre","We recommend eating an additional:":"Nous vous recommandons de manger en plus :","Would you like to add this to your current calculation?":"Souhaitez-vous ajouter cela \xE0 votre calcul actuel ?","Yes":"Oui","Yes, save to logbook":"Oui, enregistrer dans le journal de bord","You have a high blood glucose level.":"Vous avez une valeur de glyc\xE9mie \xE9lev\xE9e.","You should take rapid-acting insulin and measure ketones.":"Vous devriez prendre de l\u2019insuline \xE0 action rapide et mesurer les c\xE9tones.","You will be reminded to measure your blood glucose level in 15 min.":"Il vous sera rappel\xE9 de mesurer votre valeur de glyc\xE9mie dans 15 mn.","Your blood glucose level is very low.":"Votre valeur de glyc\xE9mie est tr\xE8s faible.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Votre taux de glyc\xE9mie est tr\xE8s faible. Prenez du glucagon ou mangez des glucides si possible. Consultez un m\xE9decin.","Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {1} units of insulin per calculation.":function(a){return["Votre recommandation aurait \xE9t\xE9 sup\xE9rieure \xE0 ",a("0")," unit\xE9s d\u2019insuline, mais elle a \xE9t\xE9 limit\xE9e pour des raisons de s\xE9curit\xE9. Hedia ne recommande jamais plus de ",a("1")," unit\xE9s d\u2019insuline par calcul."]},"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 {2} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {3}% to {4}.":function(a){return["Votre recommandation aurait \xE9t\xE9 sup\xE9rieure \xE0 ",a("0")," unit\xE9s d\u2019insuline, mais elle a \xE9t\xE9 limit\xE9e pour des raisons de s\xE9curit\xE9.",a("1")," Hedia ne recommande jamais plus de ",a("2")," unit\xE9s d\u2019insuline par calcul, mais en raison de l\u2019activit\xE9 physique saisie, elle a \xE9t\xE9 r\xE9duite de ",a("3"),"% \xE0 ",a("4"),"."]},"Your saved data will be used for future calculations.":"Vos donn\xE9es enregistr\xE9es seront utilis\xE9es pour des calculs ult\xE9rieurs.","grams":"grammes","grams of carbohydrates":"grammes de glucides","hours":"heures","min":"min","units":"unit\xE9s"}};
|