@hedia/recommendation-screen 2.1.34-alpha.9 → 2.1.34
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/{src → dist/src}/RecommendationScreen.d.ts +3 -3
- package/{src → dist/src}/RecommendationScreen.js +6 -6
- package/{src → dist/src}/locale/da/messages.po +92 -92
- package/{src → dist/src}/locale/de/messages.po +92 -92
- package/{src → dist/src}/locale/en/messages.po +92 -92
- package/{src → dist/src}/locale/es/messages.js +1 -1
- package/{src → dist/src}/locale/es/messages.po +92 -92
- package/{src → dist/src}/locale/fr/messages.po +92 -92
- package/{src → dist/src}/locale/it/messages.po +92 -92
- package/package.json +22 -21
- package/.flowconfig +0 -65
- package/.github/pull_request_template.md +0 -6
- package/.github/workflows/ci.yaml +0 -17
- package/.github/workflows/publish-release-package.yaml +0 -17
- package/.github/workflows/validate-pr-title.yaml +0 -20
- package/.linguirc +0 -6
- package/.npmpackagejsonlintrc.json +0 -12
- package/.prettierignore +0 -2
- package/.prettierrc +0 -25
- package/Changelog.md +0 -9
- package/android/app/BUCK +0 -55
- package/android/app/build.gradle +0 -228
- package/android/app/build_defs.bzl +0 -19
- package/android/app/debug.keystore +0 -0
- package/android/app/proguard-rules.pro +0 -10
- package/android/app/src/debug/AndroidManifest.xml +0 -13
- package/android/app/src/debug/java/com/hediarecommendationscreen/ReactNativeFlipper.java +0 -72
- package/android/app/src/main/AndroidManifest.xml +0 -25
- package/android/app/src/main/assets/fonts/AntDesign.ttf +0 -0
- package/android/app/src/main/assets/fonts/Entypo.ttf +0 -0
- package/android/app/src/main/assets/fonts/EvilIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Feather.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Brands.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Regular.ttf +0 -0
- package/android/app/src/main/assets/fonts/FontAwesome5_Solid.ttf +0 -0
- package/android/app/src/main/assets/fonts/Fontisto.ttf +0 -0
- package/android/app/src/main/assets/fonts/Foundation.ttf +0 -0
- package/android/app/src/main/assets/fonts/Ionicons.ttf +0 -0
- package/android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/MaterialIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Octicons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Black.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-BlackItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Bold.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-BoldItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Italic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Light.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-LightItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Medium.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-MediumItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Regular.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-Thin.ttf +0 -0
- package/android/app/src/main/assets/fonts/Roboto-ThinItalic.ttf +0 -0
- package/android/app/src/main/assets/fonts/SimpleLineIcons.ttf +0 -0
- package/android/app/src/main/assets/fonts/Zocial.ttf +0 -0
- package/android/app/src/main/java/com/hediarecommendationscreen/MainActivity.java +0 -15
- package/android/app/src/main/java/com/hediarecommendationscreen/MainApplication.java +0 -80
- package/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/android/app/src/main/res/values/color.xml +0 -3
- package/android/app/src/main/res/values/strings.xml +0 -3
- package/android/app/src/main/res/values/styles.xml +0 -11
- package/android/build.gradle +0 -38
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradle.properties +0 -28
- package/android/gradlew +0 -185
- package/android/gradlew.bat +0 -89
- package/android/settings.gradle +0 -3
- package/assets/fonts/Roboto/LICENSE.txt +0 -202
- package/assets/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/assets/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/babel.config.js +0 -18
- package/ignore-git.sh +0 -46
- package/ignore-publish.sh +0 -33
- package/index-git.sh +0 -5
- package/ios/HediaRecommendationScreen/AppDelegate.h +0 -8
- package/ios/HediaRecommendationScreen/AppDelegate.m +0 -61
- package/ios/HediaRecommendationScreen/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/ios/HediaRecommendationScreen/Images.xcassets/Contents.json +0 -6
- package/ios/HediaRecommendationScreen/Info.plist +0 -90
- package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +0 -47
- package/ios/HediaRecommendationScreen/main.m +0 -9
- package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +0 -778
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen-tvOS.xcscheme +0 -88
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +0 -88
- package/ios/HediaRecommendationScreen.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/HediaRecommendationScreen.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/HediaRecommendationScreenTests/HediaRecommendationScreenTests.m +0 -65
- package/ios/HediaRecommendationScreenTests/Info.plist +0 -24
- package/ios/Podfile +0 -32
- package/ios/Podfile.lock +0 -544
- package/jest.config.js +0 -197
- package/jest.mock.js +0 -1
- package/metro.config.js +0 -17
- package/react-native.config.js +0 -7
- package/src/__tests__/RecommendationScreen.test.d.ts +0 -1
- package/src/__tests__/RecommendationScreen.test.js +0 -965
- package/src/__tests__/RecommendationUtils.test.d.ts +0 -1
- package/src/__tests__/RecommendationUtils.test.js +0 -216
- package/src/__tests__/Translate.test.d.ts +0 -1
- package/src/__tests__/Translate.test.js +0 -27
- package/src/__tests__/Utils.test.d.ts +0 -1
- package/src/__tests__/Utils.test.js +0 -66
- package/src/__tests__/Validations.test.d.ts +0 -1
- package/src/__tests__/Validations.test.js +0 -465
- package/src/__tests__/components/Activity.test.d.ts +0 -1
- package/src/__tests__/components/Activity.test.js +0 -86
- package/src/__tests__/components/Emotion.test.d.ts +0 -1
- package/src/__tests__/components/Emotion.test.js +0 -70
- package/src/__tests__/components/Header.test.d.ts +0 -1
- package/src/__tests__/components/Header.test.js +0 -36
- package/src/__tests__/components/InfoBars.test.d.ts +0 -1
- package/src/__tests__/components/InfoBars.test.js +0 -130
- package/src/__tests__/components/InvisibleNumberInput.test.d.ts +0 -1
- package/src/__tests__/components/InvisibleNumberInput.test.js +0 -160
- package/src/__tests__/components/LimitationMessage.test.d.ts +0 -1
- package/src/__tests__/components/LimitationMessage.test.js +0 -47
- package/src/__tests__/components/MoodIcon.test.d.ts +0 -1
- package/src/__tests__/components/MoodIcon.test.js +0 -30
- package/src/__tests__/components/RecommendationModal.test.d.ts +0 -1
- package/src/__tests__/components/RecommendationModal.test.js +0 -98
- package/src/__tests__/components/RecommendedCarbs.test.d.ts +0 -1
- package/src/__tests__/components/RecommendedCarbs.test.js +0 -120
- package/src/__tests__/components/RecommendedInsulin.test.d.ts +0 -1
- package/src/__tests__/components/RecommendedInsulin.test.js +0 -154
- package/src/__tests__/components/Remeasure.test.d.ts +0 -1
- package/src/__tests__/components/Remeasure.test.js +0 -78
- package/src/__tests__/components/TransferToLogbook.test.d.ts +0 -1
- package/src/__tests__/components/TransferToLogbook.test.js +0 -30
- package/src/__tests__/components/TwoOptionModal.test.d.ts +0 -1
- package/src/__tests__/components/TwoOptionModal.test.js +0 -65
- package/src/__tests__/utils.d.ts +0 -16
- package/src/__tests__/utils.js +0 -126
- package/tsconfig.json +0 -72
- package/tslint.json +0 -193
- package/typedoc.json +0 -13
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{src → dist/src}/assets/activity/Cyclist.png +0 -0
- /package/{src → dist/src}/assets/activity/Other.png +0 -0
- /package/{src → dist/src}/assets/activity/Runner.png +0 -0
- /package/{src → dist/src}/assets/activity/Swimmer.png +0 -0
- /package/{src → dist/src}/assets/activity/Walk.png +0 -0
- /package/{src → dist/src}/assets/mood/happy.png +0 -0
- /package/{src → dist/src}/assets/mood/happy_active.png +0 -0
- /package/{src → dist/src}/assets/mood/neutral.png +0 -0
- /package/{src → dist/src}/assets/mood/neutral_active.png +0 -0
- /package/{src → dist/src}/assets/mood/sad.png +0 -0
- /package/{src → dist/src}/assets/mood/sad_active.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_happy.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_happy_active.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_sad.png +0 -0
- /package/{src → dist/src}/assets/mood/semi_sad_active.png +0 -0
- /package/{src → dist/src}/components/Header.d.ts +0 -0
- /package/{src → dist/src}/components/Header.js +0 -0
- /package/{src → dist/src}/components/Icon.d.ts +0 -0
- /package/{src → dist/src}/components/Icon.js +0 -0
- /package/{src → dist/src}/components/InfoBars.d.ts +0 -0
- /package/{src → dist/src}/components/InfoBars.js +0 -0
- /package/{src → dist/src}/components/InvisibleNumberInput.d.ts +0 -0
- /package/{src → dist/src}/components/InvisibleNumberInput.js +0 -0
- /package/{src → dist/src}/components/LimitationMessage.d.ts +0 -0
- /package/{src → dist/src}/components/LimitationMessage.js +0 -0
- /package/{src → dist/src}/components/LineSeparator.d.ts +0 -0
- /package/{src → dist/src}/components/LineSeparator.js +0 -0
- /package/{src → dist/src}/components/RecentInsulin.d.ts +0 -0
- /package/{src → dist/src}/components/RecentInsulin.js +0 -0
- /package/{src → dist/src}/components/RecommendationModal.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendationModal.js +0 -0
- /package/{src → dist/src}/components/RecommendedCarbs.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendedCarbs.js +0 -0
- /package/{src → dist/src}/components/RecommendedInsulin.d.ts +0 -0
- /package/{src → dist/src}/components/RecommendedInsulin.js +0 -0
- /package/{src → dist/src}/components/Remeasure.d.ts +0 -0
- /package/{src → dist/src}/components/Remeasure.js +0 -0
- /package/{src → dist/src}/components/TransferToLogbook.d.ts +0 -0
- /package/{src → dist/src}/components/TransferToLogbook.js +0 -0
- /package/{src → dist/src}/components/TwoOptionModal.d.ts +0 -0
- /package/{src → dist/src}/components/TwoOptionModal.js +0 -0
- /package/{src → dist/src}/components/activity/Activity.d.ts +0 -0
- /package/{src → dist/src}/components/activity/Activity.js +0 -0
- /package/{src → dist/src}/components/activity/ActivityIcon.d.ts +0 -0
- /package/{src → dist/src}/components/activity/ActivityIcon.js +0 -0
- /package/{src → dist/src}/components/activity/ActivityIntensity.d.ts +0 -0
- /package/{src → dist/src}/components/activity/ActivityIntensity.js +0 -0
- /package/{src → dist/src}/components/mood/Emotion.d.ts +0 -0
- /package/{src → dist/src}/components/mood/Emotion.js +0 -0
- /package/{src → dist/src}/components/mood/MoodIcon.d.ts +0 -0
- /package/{src → dist/src}/components/mood/MoodIcon.js +0 -0
- /package/{src → dist/src}/locale/da/messages.js +0 -0
- /package/{src → dist/src}/locale/de/messages.js +0 -0
- /package/{src → dist/src}/locale/en/messages.js +0 -0
- /package/{src → dist/src}/locale/fr/messages.js +0 -0
- /package/{src → dist/src}/locale/i18nUtils.d.ts +0 -0
- /package/{src → dist/src}/locale/i18nUtils.js +0 -0
- /package/{src → dist/src}/locale/it/messages.js +0 -0
- /package/{src → dist/src}/types/enum.d.ts +0 -0
- /package/{src → dist/src}/types/enum.js +0 -0
- /package/{src → dist/src}/types/types.d.ts +0 -0
- /package/{src → dist/src}/types/types.js +0 -0
- /package/{src → dist/src}/utils/AttentionMessages.d.ts +0 -0
- /package/{src → dist/src}/utils/AttentionMessages.js +0 -0
- /package/{src → dist/src}/utils/Constants.d.ts +0 -0
- /package/{src → dist/src}/utils/Constants.js +0 -0
- /package/{src → dist/src}/utils/RecommendationError.d.ts +0 -0
- /package/{src → dist/src}/utils/RecommendationError.js +0 -0
- /package/{src → dist/src}/utils/RecommendationUtils.d.ts +0 -0
- /package/{src → dist/src}/utils/RecommendationUtils.js +0 -0
- /package/{src → dist/src}/utils/Translations.d.ts +0 -0
- /package/{src → dist/src}/utils/Translations.js +0 -0
- /package/{src → dist/src}/utils/Utils.d.ts +0 -0
- /package/{src → dist/src}/utils/Utils.js +0 -0
- /package/{src → dist/src}/utils/Validations.d.ts +0 -0
- /package/{src → dist/src}/utils/Validations.js +0 -0
|
@@ -13,337 +13,337 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/RecommendationScreen.tsx:
|
|
16
|
+
#: src/RecommendationScreen.tsx:448
|
|
17
17
|
msgid "Active Insulin"
|
|
18
18
|
msgstr "Active insulin"
|
|
19
19
|
|
|
20
|
-
#: src/components/activity/Activity.tsx:
|
|
20
|
+
#: src/components/activity/Activity.tsx:32
|
|
21
21
|
msgid "Activity"
|
|
22
22
|
msgstr "Activity"
|
|
23
23
|
|
|
24
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
24
|
+
#: src/components/RecommendedCarbs.tsx:101
|
|
25
25
|
msgid "Additional"
|
|
26
26
|
msgstr "Additional"
|
|
27
27
|
|
|
28
|
-
#: src/components/LimitationMessage.tsx:
|
|
29
|
-
#: src/components/RecommendationModal.tsx:
|
|
30
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
31
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
28
|
+
#: src/components/LimitationMessage.tsx:19
|
|
29
|
+
#: src/components/RecommendationModal.tsx:96
|
|
30
|
+
#: src/components/RecommendedCarbs.tsx:63
|
|
31
|
+
#: src/components/RecommendedInsulin.tsx:74
|
|
32
32
|
msgid "Attention"
|
|
33
33
|
msgstr "Attention"
|
|
34
34
|
|
|
35
|
-
#: src/components/activity/Activity.tsx:
|
|
35
|
+
#: src/components/activity/Activity.tsx:47
|
|
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:449
|
|
40
40
|
msgid "Blood Glucose Level"
|
|
41
41
|
msgstr "Blood glucose"
|
|
42
42
|
|
|
43
|
-
#: src/RecommendationScreen.tsx:
|
|
43
|
+
#: src/RecommendationScreen.tsx:450
|
|
44
44
|
msgid "Blood Ketone Level"
|
|
45
45
|
msgstr "Blood ketone level"
|
|
46
46
|
|
|
47
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
47
|
+
#: src/components/RecommendedCarbs.tsx:165
|
|
48
48
|
msgid "Carbohydrates"
|
|
49
49
|
msgstr "Carbohydrates"
|
|
50
50
|
|
|
51
|
-
#: src/RecommendationScreen.tsx:
|
|
51
|
+
#: src/RecommendationScreen.tsx:470
|
|
52
52
|
msgid "Close calculation"
|
|
53
53
|
msgstr "Close calculation"
|
|
54
54
|
|
|
55
|
-
#: src/utils/AttentionMessages.tsx:
|
|
55
|
+
#: src/utils/AttentionMessages.tsx:86
|
|
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:
|
|
59
|
+
#: src/components/RecommendedCarbs.tsx:168
|
|
60
60
|
msgid "Entered"
|
|
61
61
|
msgstr "Entered"
|
|
62
62
|
|
|
63
|
-
#: src/utils/RecommendationError.tsx:
|
|
63
|
+
#: src/utils/RecommendationError.tsx:50
|
|
64
64
|
msgid "Error. Hedia Calculator could not find your recent boluses"
|
|
65
65
|
msgstr "Error. Hedia Calculator could not find your recent boluses"
|
|
66
66
|
|
|
67
|
-
#: src/utils/RecommendationError.tsx:
|
|
67
|
+
#: src/utils/RecommendationError.tsx:46
|
|
68
68
|
msgid "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units"
|
|
69
69
|
msgstr "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units"
|
|
70
70
|
|
|
71
|
-
#: src/utils/RecommendationError.tsx:
|
|
71
|
+
#: src/utils/RecommendationError.tsx:48
|
|
72
72
|
msgid "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours"
|
|
73
73
|
msgstr "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours"
|
|
74
74
|
|
|
75
|
-
#: src/utils/RecommendationError.tsx:
|
|
75
|
+
#: src/utils/RecommendationError.tsx:40
|
|
76
76
|
msgid "Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours."
|
|
77
77
|
msgstr "Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours."
|
|
78
78
|
|
|
79
|
-
#: src/utils/RecommendationError.tsx:
|
|
79
|
+
#: src/utils/RecommendationError.tsx:26
|
|
80
80
|
msgid "Error. Hedia Calculator does not support your activity intensity value"
|
|
81
81
|
msgstr "Error. Hedia Calculator does not support your activity intensity value"
|
|
82
82
|
|
|
83
|
-
#: src/utils/RecommendationError.tsx:
|
|
83
|
+
#: src/utils/RecommendationError.tsx:28
|
|
84
84
|
msgid "Error. Hedia Calculator does not support your activity type value"
|
|
85
85
|
msgstr "Error. Hedia Calculator does not support your activity type value"
|
|
86
86
|
|
|
87
|
-
#: src/utils/RecommendationError.tsx:
|
|
87
|
+
#: src/utils/RecommendationError.tsx:38
|
|
88
88
|
msgid "Error. Hedia Calculator does not support your current blood glucose level."
|
|
89
89
|
msgstr "Error. Hedia Calculator does not support your current blood glucose."
|
|
90
90
|
|
|
91
|
-
#: src/utils/RecommendationError.tsx:
|
|
91
|
+
#: src/utils/RecommendationError.tsx:60
|
|
92
92
|
msgid "Error. Hedia Calculator does not support your current blood glucose unit."
|
|
93
93
|
msgstr "Error. Hedia Calculator does not support your current blood glucose unit."
|
|
94
94
|
|
|
95
|
-
#: src/utils/RecommendationError.tsx:
|
|
95
|
+
#: src/utils/RecommendationError.tsx:42
|
|
96
96
|
msgid "Error. Hedia Calculator does not support your current blood ketone level."
|
|
97
97
|
msgstr "Error. Hedia Calculator does not support your current blood ketone level."
|
|
98
98
|
|
|
99
|
-
#: src/utils/RecommendationError.tsx:
|
|
99
|
+
#: src/utils/RecommendationError.tsx:58
|
|
100
100
|
msgid "Error. Hedia Calculator does not support your current blood ketone unit."
|
|
101
101
|
msgstr "Error. Hedia Calculator does not support your current blood ketone unit."
|
|
102
102
|
|
|
103
|
-
#: src/utils/RecommendationError.tsx:
|
|
103
|
+
#: src/utils/RecommendationError.tsx:56
|
|
104
104
|
msgid "Error. Hedia Calculator does not support your current language."
|
|
105
105
|
msgstr "Error. Hedia Calculator does not support your current language."
|
|
106
106
|
|
|
107
|
-
#: src/utils/RecommendationError.tsx:
|
|
107
|
+
#: src/utils/RecommendationError.tsx:54
|
|
108
108
|
msgid "Error. Hedia Calculator does not support your injection method."
|
|
109
109
|
msgstr "Error. Hedia Calculator does not support your injection method."
|
|
110
110
|
|
|
111
|
-
#: src/utils/RecommendationError.tsx:
|
|
111
|
+
#: src/utils/RecommendationError.tsx:22
|
|
112
112
|
msgid "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes."
|
|
113
113
|
msgstr "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes."
|
|
114
114
|
|
|
115
|
-
#: src/utils/RecommendationError.tsx:
|
|
115
|
+
#: src/utils/RecommendationError.tsx:20
|
|
116
116
|
msgid "Error. Please verify that your activity settings are set up correctly."
|
|
117
117
|
msgstr "Error. Please verify that your activity settings are set up correctly."
|
|
118
118
|
|
|
119
|
-
#: src/utils/RecommendationError.tsx:
|
|
119
|
+
#: src/utils/RecommendationError.tsx:30
|
|
120
120
|
msgid "Error. Please verify that your activity target blood glucose value is correct."
|
|
121
121
|
msgstr "Error. Please verify that your desired blood glucose during activity is correct."
|
|
122
122
|
|
|
123
|
-
#: src/utils/RecommendationError.tsx:
|
|
123
|
+
#: src/utils/RecommendationError.tsx:34
|
|
124
124
|
msgid "Error. Please verify that your insulin sensitivity value is correct."
|
|
125
125
|
msgstr "Error. Please verify that your insulin sensitivity value is correct."
|
|
126
126
|
|
|
127
|
-
#: src/utils/RecommendationError.tsx:
|
|
127
|
+
#: src/utils/RecommendationError.tsx:36
|
|
128
128
|
msgid "Error. Please verify that your insulin to carb ratio value is correct."
|
|
129
129
|
msgstr "Error. Please verify that your insulin to carb ratio value is correct."
|
|
130
130
|
|
|
131
|
-
#: src/utils/RecommendationError.tsx:
|
|
131
|
+
#: src/utils/RecommendationError.tsx:44
|
|
132
132
|
msgid "Error. Please verify that your target blood glucose value is correct."
|
|
133
133
|
msgstr "Error. Please verify that your target blood glucose is correct."
|
|
134
134
|
|
|
135
|
-
#: src/utils/RecommendationError.tsx:
|
|
135
|
+
#: src/utils/RecommendationError.tsx:52
|
|
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:
|
|
139
|
+
#: src/utils/RecommendationError.tsx:62
|
|
140
140
|
msgid "Error. Your blood ketone settings are invalid."
|
|
141
141
|
msgstr "Error. Your blood ketone settings are invalid."
|
|
142
142
|
|
|
143
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
143
|
+
#: src/components/RecommendedCarbs.tsx:164
|
|
144
144
|
msgid "Food"
|
|
145
145
|
msgstr "Food"
|
|
146
146
|
|
|
147
|
-
#: src/utils/Translations.ts:
|
|
147
|
+
#: src/utils/Translations.ts:13
|
|
148
148
|
msgid "Hard"
|
|
149
149
|
msgstr "Hard"
|
|
150
150
|
|
|
151
|
-
#: src/components/RecentInsulin.tsx:
|
|
151
|
+
#: src/components/RecentInsulin.tsx:24
|
|
152
152
|
msgid "Have you taken insulin within the last 4 hours?"
|
|
153
153
|
msgstr "Have you taken insulin within the last 4 hours?"
|
|
154
154
|
|
|
155
|
-
#: src/utils/RecommendationError.tsx:
|
|
155
|
+
#: src/utils/RecommendationError.tsx:24
|
|
156
156
|
msgid "Hedia Calculator does not support activities that finished more than 4 hours ago."
|
|
157
157
|
msgstr "Hedia Calculator does not support activities that finished more than 4 hours ago."
|
|
158
158
|
|
|
159
|
-
#: src/utils/RecommendationError.tsx:
|
|
159
|
+
#: src/utils/RecommendationError.tsx:32
|
|
160
160
|
msgid "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
161
161
|
msgstr "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
162
162
|
|
|
163
|
-
#: src/utils/AttentionMessages.tsx:
|
|
163
|
+
#: src/utils/AttentionMessages.tsx:105
|
|
164
164
|
msgid "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
165
165
|
msgstr "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
166
166
|
|
|
167
|
-
#: src/utils/AttentionMessages.tsx:
|
|
167
|
+
#: src/utils/AttentionMessages.tsx:103
|
|
168
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."
|
|
169
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."
|
|
170
170
|
|
|
171
|
-
#: src/components/mood/Emotion.tsx:
|
|
171
|
+
#: src/components/mood/Emotion.tsx:45
|
|
172
172
|
msgid "How are you feeling?"
|
|
173
173
|
msgstr "How are you feeling?"
|
|
174
174
|
|
|
175
|
-
#: src/components/Header.tsx:
|
|
175
|
+
#: src/components/Header.tsx:26
|
|
176
176
|
msgid "INSULIN{0}RECOMMENDATION"
|
|
177
177
|
msgstr "INSULIN{0}RECOMMENDATION"
|
|
178
178
|
|
|
179
|
-
#: src/utils/AttentionMessages.tsx:
|
|
179
|
+
#: src/utils/AttentionMessages.tsx:84
|
|
180
180
|
msgid "If it is possible, postpone your planned exercise."
|
|
181
181
|
msgstr "If it is possible, postpone your planned exercise."
|
|
182
182
|
|
|
183
|
-
#: src/components/RecommendationModal.tsx:
|
|
183
|
+
#: src/components/RecommendationModal.tsx:76
|
|
184
184
|
msgid "Instead of taking insulin"
|
|
185
185
|
msgstr "Instead of taking insulin"
|
|
186
186
|
|
|
187
|
-
#: src/utils/Translations.ts:
|
|
187
|
+
#: src/utils/Translations.ts:11
|
|
188
188
|
msgid "Light"
|
|
189
189
|
msgstr "Light"
|
|
190
190
|
|
|
191
|
-
#: src/utils/Translations.ts:
|
|
191
|
+
#: src/utils/Translations.ts:12
|
|
192
192
|
msgid "Moderate"
|
|
193
193
|
msgstr "Moderate"
|
|
194
194
|
|
|
195
|
-
#: src/utils/AttentionMessages.tsx:
|
|
195
|
+
#: src/utils/AttentionMessages.tsx:107
|
|
196
196
|
msgid "More than 15 minutes has passed since this calculation was started."
|
|
197
197
|
msgstr "More than 15 minutes has passed since this calculation was started."
|
|
198
198
|
|
|
199
|
-
#: src/components/RecommendationModal.tsx:
|
|
199
|
+
#: src/components/RecommendationModal.tsx:51
|
|
200
200
|
msgid "NO"
|
|
201
201
|
msgstr "NO"
|
|
202
202
|
|
|
203
|
-
#: src/components/RecentInsulin.tsx:
|
|
203
|
+
#: src/components/RecentInsulin.tsx:33
|
|
204
204
|
msgid "No"
|
|
205
205
|
msgstr "No"
|
|
206
206
|
|
|
207
|
-
#: src/RecommendationScreen.tsx:
|
|
207
|
+
#: src/RecommendationScreen.tsx:474
|
|
208
208
|
msgid "No, return to dashboard"
|
|
209
209
|
msgstr "No, return to dashboard"
|
|
210
210
|
|
|
211
|
-
#: src/components/Remeasure.tsx:
|
|
211
|
+
#: src/components/Remeasure.tsx:69
|
|
212
212
|
msgid "OFF"
|
|
213
213
|
msgstr "OFF"
|
|
214
214
|
|
|
215
|
-
#: src/components/LimitationMessage.tsx:
|
|
216
|
-
#: src/components/RecommendationModal.tsx:
|
|
217
|
-
#: src/components/RecommendationModal.tsx:
|
|
218
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
219
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
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
|
|
220
220
|
msgid "OK"
|
|
221
221
|
msgstr "OK"
|
|
222
222
|
|
|
223
|
-
#: src/utils/AttentionMessages.tsx:
|
|
223
|
+
#: src/utils/AttentionMessages.tsx:112
|
|
224
224
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
225
225
|
msgstr "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
226
226
|
|
|
227
|
-
#: src/utils/AttentionMessages.tsx:
|
|
227
|
+
#: src/utils/AttentionMessages.tsx:117
|
|
228
228
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
229
229
|
msgstr "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
230
230
|
|
|
231
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
231
|
+
#: src/components/RecommendedCarbs.tsx:96
|
|
232
232
|
msgid "Recommended"
|
|
233
233
|
msgstr "Recommended"
|
|
234
234
|
|
|
235
|
-
#: src/components/RecentInsulin.tsx:
|
|
236
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
235
|
+
#: src/components/RecentInsulin.tsx:20
|
|
236
|
+
#: src/components/RecommendedInsulin.tsx:96
|
|
237
237
|
msgid "Recommended amount of insulin"
|
|
238
238
|
msgstr "Recommended amount of insulin"
|
|
239
239
|
|
|
240
|
-
#: src/components/Remeasure.tsx:
|
|
240
|
+
#: src/components/Remeasure.tsx:65
|
|
241
241
|
msgid "Remind me to remeasure in"
|
|
242
242
|
msgstr "Remind me to remeasure in"
|
|
243
243
|
|
|
244
|
-
#: src/RecommendationScreen.tsx:
|
|
244
|
+
#: src/RecommendationScreen.tsx:474
|
|
245
245
|
msgid "Return to dashboard"
|
|
246
246
|
msgstr "Return to dashboard"
|
|
247
247
|
|
|
248
|
-
#: src/RecommendationScreen.tsx:
|
|
248
|
+
#: src/RecommendationScreen.tsx:470
|
|
249
249
|
msgid "Save data before closing?"
|
|
250
250
|
msgstr "Save data before closing?"
|
|
251
251
|
|
|
252
|
-
#: src/RecommendationScreen.tsx:
|
|
252
|
+
#: src/RecommendationScreen.tsx:470
|
|
253
253
|
msgid "Save to logbook"
|
|
254
254
|
msgstr "Save to logbook"
|
|
255
255
|
|
|
256
|
-
#: src/RecommendationScreen.tsx:
|
|
256
|
+
#: src/RecommendationScreen.tsx:474
|
|
257
257
|
msgid "Start new calculation"
|
|
258
258
|
msgstr "Start new calculation"
|
|
259
259
|
|
|
260
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
260
|
+
#: src/components/RecommendedCarbs.tsx:123
|
|
261
261
|
msgid "Total"
|
|
262
262
|
msgstr "Total"
|
|
263
263
|
|
|
264
|
-
#: src/components/TransferToLogbook.tsx:
|
|
264
|
+
#: src/components/TransferToLogbook.tsx:44
|
|
265
265
|
msgid "Transfer to logbook"
|
|
266
266
|
msgstr "Transfer to logbook"
|
|
267
267
|
|
|
268
|
-
#: src/components/TransferToLogbook.tsx:
|
|
268
|
+
#: src/components/TransferToLogbook.tsx:47
|
|
269
269
|
msgid "Transferred to logbook"
|
|
270
270
|
msgstr "Transferred to logbook"
|
|
271
271
|
|
|
272
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
272
|
+
#: src/components/RecommendedInsulin.tsx:104
|
|
273
273
|
msgid "Units"
|
|
274
274
|
msgstr "Units"
|
|
275
275
|
|
|
276
|
-
#: src/components/activity/ActivityIcon.tsx:
|
|
276
|
+
#: src/components/activity/ActivityIcon.tsx:40
|
|
277
277
|
msgid "Untitled Activity"
|
|
278
278
|
msgstr "Untitled activity"
|
|
279
279
|
|
|
280
|
-
#: src/components/RecommendationModal.tsx:
|
|
280
|
+
#: src/components/RecommendationModal.tsx:66
|
|
281
281
|
msgid "We recommend eating an additional:"
|
|
282
282
|
msgstr "We recommend eating an additional:"
|
|
283
283
|
|
|
284
|
-
#: src/components/RecommendationModal.tsx:
|
|
284
|
+
#: src/components/RecommendationModal.tsx:81
|
|
285
285
|
msgid "Would you like to add this to your current calculation?"
|
|
286
286
|
msgstr "Would you like to add this to your current calculation?"
|
|
287
287
|
|
|
288
|
-
#: src/components/RecentInsulin.tsx:
|
|
288
|
+
#: src/components/RecentInsulin.tsx:30
|
|
289
289
|
msgid "Yes"
|
|
290
290
|
msgstr "Yes"
|
|
291
291
|
|
|
292
|
-
#: src/RecommendationScreen.tsx:
|
|
292
|
+
#: src/RecommendationScreen.tsx:474
|
|
293
293
|
msgid "Yes, save to logbook"
|
|
294
294
|
msgstr "Yes, save to logbook"
|
|
295
295
|
|
|
296
|
-
#: src/utils/AttentionMessages.tsx:
|
|
296
|
+
#: src/utils/AttentionMessages.tsx:88
|
|
297
297
|
msgid "You have a high blood glucose level."
|
|
298
298
|
msgstr "You have high blood glucose."
|
|
299
299
|
|
|
300
|
-
#: src/utils/AttentionMessages.tsx:
|
|
300
|
+
#: src/utils/AttentionMessages.tsx:90
|
|
301
301
|
msgid "You should take rapid-acting insulin and measure ketones."
|
|
302
302
|
msgstr "You should take rapid-acting insulin and measure ketones."
|
|
303
303
|
|
|
304
|
-
#: src/utils/AttentionMessages.tsx:
|
|
304
|
+
#: src/utils/AttentionMessages.tsx:82
|
|
305
305
|
msgid "You will be reminded to measure your blood glucose level in 15 min."
|
|
306
306
|
msgstr "You will be reminded to measure your blood glucose in 15 min."
|
|
307
307
|
|
|
308
|
-
#: src/utils/AttentionMessages.tsx:
|
|
308
|
+
#: src/utils/AttentionMessages.tsx:80
|
|
309
309
|
msgid "Your blood glucose level is very low."
|
|
310
310
|
msgstr "Your blood glucose is very low."
|
|
311
311
|
|
|
312
|
-
#: src/utils/AttentionMessages.tsx:
|
|
312
|
+
#: src/utils/AttentionMessages.tsx:78
|
|
313
313
|
msgid "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
314
314
|
msgstr "Your blood glucose is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
315
315
|
|
|
316
|
-
#: src/utils/AttentionMessages.tsx:
|
|
316
|
+
#: src/utils/AttentionMessages.tsx:95
|
|
317
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}."
|
|
318
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}."
|
|
319
319
|
|
|
320
|
-
#: src/utils/AttentionMessages.tsx:
|
|
320
|
+
#: src/utils/AttentionMessages.tsx:92
|
|
321
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."
|
|
322
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."
|
|
323
323
|
|
|
324
|
-
#: src/RecommendationScreen.tsx:
|
|
324
|
+
#: src/RecommendationScreen.tsx:470
|
|
325
325
|
msgid "Your saved data will be used for future calculations."
|
|
326
326
|
msgstr "Your saved data will be used for future calculations."
|
|
327
327
|
|
|
328
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
329
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
330
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
328
|
+
#: src/components/RecommendedCarbs.tsx:115
|
|
329
|
+
#: src/components/RecommendedCarbs.tsx:125
|
|
330
|
+
#: src/components/RecommendedCarbs.tsx:170
|
|
331
331
|
msgid "grams"
|
|
332
332
|
msgstr "grams"
|
|
333
333
|
|
|
334
|
-
#: src/components/RecommendationModal.tsx:
|
|
334
|
+
#: src/components/RecommendationModal.tsx:72
|
|
335
335
|
msgid "grams of carbohydrates"
|
|
336
336
|
msgstr "grams of carbohydrates"
|
|
337
337
|
|
|
338
|
-
#: src/components/Remeasure.tsx:
|
|
338
|
+
#: src/components/Remeasure.tsx:72
|
|
339
339
|
msgid "hours"
|
|
340
340
|
msgstr "hours"
|
|
341
341
|
|
|
342
|
-
#: src/components/activity/Activity.tsx:
|
|
342
|
+
#: src/components/activity/Activity.tsx:39
|
|
343
343
|
msgid "min"
|
|
344
344
|
msgstr "min"
|
|
345
345
|
|
|
346
|
-
#: src/
|
|
347
|
-
#: src/
|
|
346
|
+
#: src/RecommendationScreen.tsx:448
|
|
347
|
+
#: src/components/InfoBars.tsx:41
|
|
348
348
|
msgid "units"
|
|
349
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":"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 tu 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
|
|
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":"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 tu 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 una glucosa en sangre alta.","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 glucosa en sangre en 15 minutos.","Your blood glucose level is very low.":"Su glucosa en sangre es muy baja.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Su glucosa en sangre es muy baja. Tome glucag\xF3n o ingiera carbohidratos si es posible. Busque 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"}};
|