@hedia/recommendation-screen 1.8.2 → 2.0.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/.github/workflows/ci.yml +0 -0
- package/.github/workflows/publish.yml +48 -0
- package/.github/workflows/version-check.yml +45 -0
- package/.linguirc +0 -0
- package/.npmpackagejsonlintrc.json +0 -0
- package/.prettierignore +0 -0
- package/.prettierrc +0 -0
- package/App.d.ts +4 -5
- package/App.jsx +29 -23
- package/App.tsx +42 -30
- package/Changelog.md +0 -0
- package/README.md +0 -0
- package/android/app/BUCK +0 -0
- package/android/app/build.gradle +0 -0
- package/android/app/build_defs.bzl +0 -0
- package/android/app/debug.keystore +0 -0
- package/android/app/proguard-rules.pro +0 -0
- package/android/app/src/debug/AndroidManifest.xml +0 -0
- package/android/app/src/debug/java/com/hediarecommendationscreen/ReactNativeFlipper.java +0 -0
- package/android/app/src/main/AndroidManifest.xml +0 -0
- 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/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 -0
- package/android/app/src/main/java/com/hediarecommendationscreen/MainApplication.java +0 -0
- 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 -0
- package/android/app/src/main/res/values/strings.xml +0 -0
- package/android/app/src/main/res/values/styles.xml +0 -0
- package/android/build.gradle +0 -0
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -0
- package/android/gradle.properties +0 -0
- package/android/gradlew.bat +0 -0
- package/android/settings.gradle +0 -0
- package/app.json +0 -0
- package/assets/fonts/Roboto/LICENSE.txt +0 -0
- 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 -0
- package/ignore-git.sh +1 -1
- package/ignore-publish.sh +2 -1
- package/index.d.ts +2 -2
- package/index.js +2 -3
- package/index.ts +2 -2
- package/ios/HediaRecommendationScreen/AppDelegate.h +0 -0
- package/ios/HediaRecommendationScreen/AppDelegate.m +0 -0
- package/ios/HediaRecommendationScreen/Base.lproj/LaunchScreen.xib +0 -0
- package/ios/HediaRecommendationScreen/Images.xcassets/AppIcon.appiconset/Contents.json +0 -0
- package/ios/HediaRecommendationScreen/Images.xcassets/Contents.json +0 -0
- package/ios/HediaRecommendationScreen/Info.plist +0 -0
- package/ios/HediaRecommendationScreen/main.m +0 -0
- package/ios/HediaRecommendationScreen-tvOS/Info.plist +0 -0
- package/ios/HediaRecommendationScreen-tvOSTests/Info.plist +0 -0
- package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +0 -0
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen-tvOS.xcscheme +0 -0
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +0 -0
- package/ios/HediaRecommendationScreen.xcworkspace/contents.xcworkspacedata +0 -0
- package/ios/HediaRecommendationScreen.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- package/ios/HediaRecommendationScreenTests/HediaRecommendationScreenTests.m +0 -0
- package/ios/HediaRecommendationScreenTests/Info.plist +0 -0
- package/ios/Podfile +0 -0
- package/ios/Podfile.lock +0 -0
- package/jest.config.js +0 -0
- package/jest.mock.js +0 -0
- package/metro.config.js +0 -0
- package/package.json +8 -10
- package/react-native.config.js +0 -0
- package/src/RecommendationScreen.d.ts +18 -20
- package/src/RecommendationScreen.jsx +26 -15
- package/src/RecommendationScreen.tsx +60 -37
- package/src/__tests__/RecommendationScreen.test.d.ts +0 -0
- package/src/__tests__/RecommendationScreen.test.jsx +163 -138
- package/src/__tests__/RecommendationScreen.test.tsx +256 -159
- package/src/__tests__/RecommendationUtils.test.d.ts +0 -0
- package/src/__tests__/RecommendationUtils.test.js +33 -19
- package/src/__tests__/RecommendationUtils.test.ts +41 -22
- package/src/__tests__/Translate.test.d.ts +0 -0
- package/src/__tests__/Translate.test.jsx +13 -12
- package/src/__tests__/Translate.test.tsx +15 -14
- package/src/__tests__/Utils.test.d.ts +0 -0
- package/src/__tests__/Utils.test.js +21 -19
- package/src/__tests__/Utils.test.ts +31 -20
- package/src/__tests__/Validations.test.d.ts +0 -0
- package/src/__tests__/Validations.test.js +40 -26
- package/src/__tests__/Validations.test.ts +54 -35
- package/src/__tests__/components/Activity.test.d.ts +0 -0
- package/src/__tests__/components/Activity.test.jsx +39 -18
- package/src/__tests__/components/Activity.test.tsx +99 -45
- package/src/__tests__/components/Emotion.test.d.ts +0 -0
- package/src/__tests__/components/Emotion.test.jsx +34 -25
- package/src/__tests__/components/Emotion.test.tsx +41 -24
- package/src/__tests__/components/Header.test.d.ts +0 -0
- package/src/__tests__/components/Header.test.jsx +10 -9
- package/src/__tests__/components/Header.test.tsx +12 -11
- package/src/__tests__/components/InfoBars.test.d.ts +0 -0
- package/src/__tests__/components/InfoBars.test.jsx +1 -0
- package/src/__tests__/components/InfoBars.test.tsx +7 -6
- package/src/__tests__/components/InvisibleNumberInput.test.d.ts +0 -0
- package/src/__tests__/components/InvisibleNumberInput.test.jsx +40 -24
- package/src/__tests__/components/InvisibleNumberInput.test.tsx +41 -17
- package/src/__tests__/components/LimitationMessage.test.d.ts +0 -0
- package/src/__tests__/components/LimitationMessage.test.jsx +11 -30
- package/src/__tests__/components/LimitationMessage.test.tsx +15 -13
- package/src/__tests__/components/MoodIcon.test.d.ts +0 -0
- package/src/__tests__/components/MoodIcon.test.jsx +12 -8
- package/src/__tests__/components/MoodIcon.test.tsx +13 -5
- package/src/__tests__/components/RecommendationModal.test.d.ts +0 -0
- package/src/__tests__/components/RecommendationModal.test.jsx +22 -21
- package/src/__tests__/components/RecommendationModal.test.tsx +29 -27
- package/src/__tests__/components/RecommendedCarbs.test.d.ts +0 -0
- package/src/__tests__/components/RecommendedCarbs.test.jsx +7 -10
- package/src/__tests__/components/RecommendedCarbs.test.tsx +9 -10
- package/src/__tests__/components/RecommendedInsulin.test.d.ts +0 -0
- package/src/__tests__/components/RecommendedInsulin.test.jsx +57 -41
- package/src/__tests__/components/RecommendedInsulin.test.tsx +57 -31
- package/src/__tests__/components/Remeasure.test.d.ts +0 -0
- package/src/__tests__/components/Remeasure.test.jsx +7 -3
- package/src/__tests__/components/Remeasure.test.tsx +11 -3
- package/src/__tests__/components/TransferToLogbook.test.d.ts +0 -0
- package/src/__tests__/components/TransferToLogbook.test.jsx +2 -2
- package/src/__tests__/components/TransferToLogbook.test.tsx +2 -2
- package/src/__tests__/components/TwoOptionModal.test.d.ts +0 -0
- package/src/__tests__/components/TwoOptionModal.test.jsx +5 -4
- package/src/__tests__/components/TwoOptionModal.test.tsx +6 -4
- package/src/__tests__/utils.d.ts +5 -2
- package/src/__tests__/utils.jsx +23 -8
- package/src/__tests__/utils.tsx +28 -9
- package/src/assets/activity/Cyclist.png +0 -0
- package/src/assets/activity/Other.png +0 -0
- package/src/assets/activity/Runner.png +0 -0
- package/src/assets/activity/Swimmer.png +0 -0
- package/src/assets/activity/Walk.png +0 -0
- package/src/assets/mood/happy.png +0 -0
- package/src/assets/mood/happy_active.png +0 -0
- package/src/assets/mood/neutral.png +0 -0
- package/src/assets/mood/neutral_active.png +0 -0
- package/src/assets/mood/sad.png +0 -0
- package/src/assets/mood/sad_active.png +0 -0
- package/src/assets/mood/semi_happy.png +0 -0
- package/src/assets/mood/semi_happy_active.png +0 -0
- package/src/assets/mood/semi_sad.png +0 -0
- package/src/assets/mood/semi_sad_active.png +0 -0
- package/src/components/Header.d.ts +0 -0
- package/src/components/Header.jsx +2 -1
- package/src/components/Header.tsx +2 -1
- package/src/components/Icon.js +0 -0
- package/src/components/InfoBars.d.ts +1 -1
- package/src/components/InfoBars.jsx +0 -0
- package/src/components/InfoBars.tsx +1 -1
- package/src/components/InvisibleNumberInput.d.ts +2 -1
- package/src/components/InvisibleNumberInput.jsx +7 -2
- package/src/components/InvisibleNumberInput.tsx +10 -3
- package/src/components/LimitationMessage.d.ts +1 -1
- package/src/components/LimitationMessage.jsx +3 -2
- package/src/components/LimitationMessage.tsx +3 -1
- package/src/components/LineSeparator.d.ts +0 -0
- package/src/components/LineSeparator.jsx +0 -0
- package/src/components/LineSeparator.tsx +0 -0
- package/src/components/RecentInsulin.d.ts +0 -0
- package/src/components/RecentInsulin.jsx +3 -2
- package/src/components/RecentInsulin.tsx +3 -0
- package/src/components/RecommendationModal.d.ts +4 -4
- package/src/components/RecommendationModal.jsx +10 -9
- package/src/components/RecommendationModal.tsx +19 -8
- package/src/components/RecommendedCarbs.d.ts +4 -3
- package/src/components/RecommendedCarbs.jsx +12 -9
- package/src/components/RecommendedCarbs.tsx +31 -16
- package/src/components/RecommendedInsulin.d.ts +7 -7
- package/src/components/RecommendedInsulin.jsx +11 -7
- package/src/components/RecommendedInsulin.tsx +24 -12
- package/src/components/Remeasure.d.ts +2 -2
- package/src/components/Remeasure.jsx +7 -2
- package/src/components/Remeasure.tsx +10 -4
- package/src/components/TransferToLogbook.d.ts +0 -0
- package/src/components/TransferToLogbook.jsx +2 -1
- package/src/components/TransferToLogbook.tsx +2 -0
- package/src/components/TwoOptionModal.d.ts +5 -3
- package/src/components/TwoOptionModal.jsx +44 -13
- package/src/components/TwoOptionModal.tsx +50 -14
- package/src/components/activity/Activity.d.ts +2 -3
- package/src/components/activity/Activity.jsx +5 -2
- package/src/components/activity/Activity.tsx +7 -5
- package/src/components/activity/ActivityIcon.d.ts +1 -1
- package/src/components/activity/ActivityIcon.jsx +9 -8
- package/src/components/activity/ActivityIcon.tsx +12 -10
- package/src/components/activity/ActivityIntensity.d.ts +1 -1
- package/src/components/activity/ActivityIntensity.jsx +2 -8
- package/src/components/activity/ActivityIntensity.tsx +3 -12
- package/src/components/mood/Emotion.d.ts +5 -4
- package/src/components/mood/Emotion.jsx +4 -3
- package/src/components/mood/Emotion.tsx +9 -7
- package/src/components/mood/MoodIcon.d.ts +2 -2
- package/src/components/mood/MoodIcon.jsx +3 -2
- package/src/components/mood/MoodIcon.tsx +4 -2
- package/src/locale/CleanLanguage.ts +0 -0
- package/src/locale/da/messages.js +1 -1
- package/src/locale/da/messages.po +110 -106
- package/src/locale/de/messages.js +1 -1
- package/src/locale/de/messages.po +110 -106
- package/src/locale/en/messages.js +1 -1
- package/src/locale/en/messages.po +113 -109
- package/src/locale/es/messages.js +1 -1
- package/src/locale/es/messages.po +107 -103
- package/src/locale/fr/messages.js +1 -1
- package/src/locale/fr/messages.po +106 -102
- package/src/locale/i18nUtils.d.ts +3 -4
- package/src/locale/i18nUtils.js +13 -12
- package/src/locale/i18nUtils.ts +14 -14
- package/src/locale/it/messages.js +1 -1
- package/src/locale/it/messages.po +108 -104
- package/src/types/enum.d.ts +51 -44
- package/src/types/enum.js +66 -56
- package/src/types/enum.ts +57 -34
- package/src/types/types.d.ts +9 -23
- package/src/types/types.js +0 -0
- package/src/types/types.ts +9 -25
- package/src/utils/AttentionMessages.d.ts +1 -4
- package/src/utils/AttentionMessages.jsx +8 -30
- package/src/utils/AttentionMessages.tsx +11 -16
- package/src/utils/Constants.d.ts +0 -0
- package/src/utils/Constants.js +0 -0
- package/src/utils/Constants.ts +0 -0
- package/src/utils/RecommendationError.d.ts +1 -0
- package/src/utils/RecommendationError.jsx +43 -40
- package/src/utils/RecommendationError.tsx +10 -4
- package/src/utils/RecommendationUtils.d.ts +7 -8
- package/src/utils/RecommendationUtils.js +15 -7
- package/src/utils/RecommendationUtils.ts +24 -14
- package/src/utils/Translations.d.ts +2 -0
- package/src/utils/Translations.js +10 -0
- package/src/utils/Translations.ts +9 -0
- package/src/utils/Utils.d.ts +4 -5
- package/src/utils/Utils.js +5 -4
- package/src/utils/Utils.ts +10 -8
- package/src/utils/Validations.d.ts +9 -9
- package/src/utils/Validations.js +39 -55
- package/src/utils/Validations.ts +54 -71
- package/tsconfig.json +2 -2
- package/tslint.json +0 -0
|
@@ -13,325 +13,329 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#: src/RecommendationScreen.tsx:
|
|
16
|
+
#: src/RecommendationScreen.tsx:195
|
|
17
17
|
msgid "Active Insulin"
|
|
18
18
|
msgstr "Aktives Insulin"
|
|
19
19
|
|
|
20
|
-
#: src/components/activity/Activity.tsx:
|
|
20
|
+
#: src/components/activity/Activity.tsx:18
|
|
21
21
|
msgid "Activity"
|
|
22
22
|
msgstr "Aktivität"
|
|
23
23
|
|
|
24
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
24
|
+
#: src/components/RecommendedCarbs.tsx:56
|
|
25
25
|
msgid "Additional"
|
|
26
26
|
msgstr "Zusätzlich"
|
|
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:15
|
|
29
|
+
#: src/components/RecommendationModal.tsx:60
|
|
30
|
+
#: src/components/RecommendedCarbs.tsx:31
|
|
31
|
+
#: src/components/RecommendedInsulin.tsx:36
|
|
32
32
|
msgid "Attention"
|
|
33
33
|
msgstr "Achtung"
|
|
34
34
|
|
|
35
|
-
#: src/components/activity/Activity.tsx:
|
|
35
|
+
#: src/components/activity/Activity.tsx:33
|
|
36
36
|
msgid "Based on the selected activity your insulin recommendation is reduced by:"
|
|
37
37
|
msgstr "Aufgrund der gewählten Aktivität wird Ihre Insulinempfehlung reduziert um:"
|
|
38
38
|
|
|
39
|
-
#: src/RecommendationScreen.tsx:
|
|
39
|
+
#: src/RecommendationScreen.tsx:196
|
|
40
40
|
msgid "Blood Glucose Level"
|
|
41
|
-
msgstr "
|
|
41
|
+
msgstr "Blutzuckerspiegel"
|
|
42
42
|
|
|
43
|
-
#: src/RecommendationScreen.tsx:
|
|
43
|
+
#: src/RecommendationScreen.tsx:197
|
|
44
44
|
msgid "Blood Ketone Level"
|
|
45
45
|
msgstr "Blutketonspiegel"
|
|
46
46
|
|
|
47
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
47
|
+
#: src/components/RecommendedCarbs.tsx:108
|
|
48
48
|
msgid "Carbohydrates"
|
|
49
49
|
msgstr "Kohlenhydrate"
|
|
50
50
|
|
|
51
|
-
#: src/RecommendationScreen.tsx:
|
|
51
|
+
#: src/RecommendationScreen.tsx:217
|
|
52
52
|
msgid "Close calculation"
|
|
53
53
|
msgstr "Berechnung schließen"
|
|
54
54
|
|
|
55
|
-
#: src/utils/AttentionMessages.tsx:
|
|
55
|
+
#: src/utils/AttentionMessages.tsx:27
|
|
56
56
|
msgid "Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity."
|
|
57
|
-
msgstr "Betätigen Sie sich erst dann körperlich, wenn Ihr
|
|
57
|
+
msgstr "Betätigen Sie sich erst dann körperlich, wenn Ihr Blutzuckerspiegel vor der körperlichen Aktivität innerhalb des empfohlenen Wertebereichs liegt."
|
|
58
58
|
|
|
59
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
59
|
+
#: src/components/RecommendedCarbs.tsx:111
|
|
60
60
|
msgid "Entered"
|
|
61
61
|
msgstr "Eingegeben"
|
|
62
62
|
|
|
63
|
-
#: src/utils/RecommendationError.tsx:
|
|
64
|
-
msgid "Error. Hedia Calculator
|
|
65
|
-
msgstr "
|
|
63
|
+
#: src/utils/RecommendationError.tsx:26
|
|
64
|
+
msgid "Error. Hedia Calculator could not find your recent boluses"
|
|
65
|
+
msgstr ""
|
|
66
66
|
|
|
67
67
|
#: src/utils/RecommendationError.tsx:24
|
|
68
|
+
msgid "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units"
|
|
69
|
+
msgstr "Fehler. Der Hedia-Rechner unterstützt keine Insulindosis, die mehr als {SAFETY_INSULIN_LIMIT} Einheiten hat."
|
|
70
|
+
|
|
71
|
+
#: src/utils/RecommendationError.tsx:25
|
|
68
72
|
msgid "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours"
|
|
69
73
|
msgstr "Fehler. Der Hedia-Rechner unterstützt keine Insulinempfehlungen mit Boli, die älter als 4 Stunden sind."
|
|
70
74
|
|
|
71
|
-
#: src/utils/RecommendationError.tsx:
|
|
75
|
+
#: src/utils/RecommendationError.tsx:15
|
|
72
76
|
msgid "Error. Hedia Calculator does not support your activity intensity value"
|
|
73
77
|
msgstr "Fehler. Der Hedia-Rechner unterstützt den Wert Ihrer Aktivitätsintensität nicht."
|
|
74
78
|
|
|
75
|
-
#: src/utils/RecommendationError.tsx:
|
|
79
|
+
#: src/utils/RecommendationError.tsx:16
|
|
76
80
|
msgid "Error. Hedia Calculator does not support your activity type value"
|
|
77
81
|
msgstr "Fehler. Der Hedia-Rechner unterstützt den Wert des Aktivitätstyps nicht."
|
|
78
82
|
|
|
79
|
-
#: src/utils/RecommendationError.tsx:
|
|
83
|
+
#: src/utils/RecommendationError.tsx:21
|
|
80
84
|
msgid "Error. Hedia Calculator does not support your current blood glucose level."
|
|
81
|
-
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihren aktuellen
|
|
85
|
+
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihren aktuellen Blutzuckerspiegel nicht."
|
|
82
86
|
|
|
83
|
-
#: src/utils/RecommendationError.tsx:
|
|
87
|
+
#: src/utils/RecommendationError.tsx:31
|
|
84
88
|
msgid "Error. Hedia Calculator does not support your current blood glucose unit."
|
|
85
89
|
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Blutzuckereinheit nicht."
|
|
86
90
|
|
|
87
|
-
#: src/utils/RecommendationError.tsx:
|
|
91
|
+
#: src/utils/RecommendationError.tsx:22
|
|
88
92
|
msgid "Error. Hedia Calculator does not support your current blood ketone level."
|
|
89
93
|
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihren aktuellen Blutketonspiegel nicht."
|
|
90
94
|
|
|
91
|
-
#: src/utils/RecommendationError.tsx:
|
|
95
|
+
#: src/utils/RecommendationError.tsx:30
|
|
92
96
|
msgid "Error. Hedia Calculator does not support your current blood ketone unit."
|
|
93
97
|
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Messeinheit für Blutketone nicht."
|
|
94
98
|
|
|
95
|
-
#: src/utils/RecommendationError.tsx:
|
|
99
|
+
#: src/utils/RecommendationError.tsx:29
|
|
96
100
|
msgid "Error. Hedia Calculator does not support your current language."
|
|
97
101
|
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihre aktuelle Spracheinstellung nicht."
|
|
98
102
|
|
|
99
|
-
#: src/utils/RecommendationError.tsx:
|
|
103
|
+
#: src/utils/RecommendationError.tsx:28
|
|
100
104
|
msgid "Error. Hedia Calculator does not support your injection method."
|
|
101
105
|
msgstr "Fehler. Der Hedia-Rechner unterstützt Ihre Injektionsmethode nicht."
|
|
102
106
|
|
|
103
|
-
#: src/utils/RecommendationError.tsx:
|
|
107
|
+
#: src/utils/RecommendationError.tsx:13
|
|
104
108
|
msgid "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes."
|
|
105
109
|
msgstr "Fehler. Der Hedia-Rechner unterstützt nur Aktivitäten mit einer Dauer von maximal 60 Minuten."
|
|
106
110
|
|
|
107
|
-
#: src/utils/RecommendationError.tsx:
|
|
111
|
+
#: src/utils/RecommendationError.tsx:12
|
|
108
112
|
msgid "Error. Please verify that your activity settings are set up correctly."
|
|
109
113
|
msgstr "Fehler. Bitte überprüfen Sie, ob Ihre Aktivitätseinstellungen korrekt eingestellt sind."
|
|
110
114
|
|
|
111
|
-
#: src/utils/RecommendationError.tsx:
|
|
115
|
+
#: src/utils/RecommendationError.tsx:17
|
|
112
116
|
msgid "Error. Please verify that your activity target blood glucose value is correct."
|
|
113
|
-
msgstr "Fehler. Bitte überprüfen Sie, ob Ihr
|
|
117
|
+
msgstr "Fehler. Bitte überprüfen Sie, ob Ihr Blutzuckerzielwert für Aktivitäten korrekt ist."
|
|
114
118
|
|
|
115
|
-
#: src/utils/RecommendationError.tsx:
|
|
119
|
+
#: src/utils/RecommendationError.tsx:19
|
|
116
120
|
msgid "Error. Please verify that your insulin sensitivity value is correct."
|
|
117
121
|
msgstr "Fehler. Bitte überprüfen Sie, ob Ihr Insulinintensitätswert korrekt ist."
|
|
118
122
|
|
|
119
|
-
#: src/utils/RecommendationError.tsx:
|
|
123
|
+
#: src/utils/RecommendationError.tsx:20
|
|
120
124
|
msgid "Error. Please verify that your insulin to carb ratio value is correct."
|
|
121
125
|
msgstr "Fehler. Bitte überprüfen Sie, ob der Wert von Ihrem Insulin-Kohlenhydrat-Verhältnis korrekt ist."
|
|
122
126
|
|
|
123
|
-
#: src/utils/RecommendationError.tsx:
|
|
127
|
+
#: src/utils/RecommendationError.tsx:23
|
|
124
128
|
msgid "Error. Please verify that your target blood glucose value is correct."
|
|
125
|
-
msgstr "Fehler. Bitte überprüfen Sie, ob Ihr
|
|
129
|
+
msgstr "Fehler. Bitte überprüfen Sie, ob Ihr Ziel-Blutzuckerwert korrekt ist."
|
|
126
130
|
|
|
127
|
-
#: src/utils/RecommendationError.tsx:
|
|
131
|
+
#: src/utils/RecommendationError.tsx:27
|
|
128
132
|
msgid "Error. Please verify your notifications settings."
|
|
129
133
|
msgstr "Fehler. Bitte überprüfen Sie Ihre Benachrichtigungseinstellungen."
|
|
130
134
|
|
|
131
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
135
|
+
#: src/components/RecommendedCarbs.tsx:107
|
|
132
136
|
msgid "Food"
|
|
133
137
|
msgstr "Lebensmittel"
|
|
134
138
|
|
|
135
|
-
#: src/
|
|
139
|
+
#: src/utils/Translations.ts:6
|
|
136
140
|
msgid "Hard"
|
|
137
141
|
msgstr "Hart"
|
|
138
142
|
|
|
139
|
-
#: src/components/RecentInsulin.tsx:
|
|
143
|
+
#: src/components/RecentInsulin.tsx:17
|
|
140
144
|
msgid "Have you taken insulin within the last 4 hours?"
|
|
141
145
|
msgstr "Haben Sie innerhalb der letzten 4 Stunden Insulin eingenommen?"
|
|
142
146
|
|
|
143
|
-
#: src/utils/RecommendationError.tsx:
|
|
147
|
+
#: src/utils/RecommendationError.tsx:14
|
|
144
148
|
msgid "Hedia Calculator does not support activities that finished more than 4 hours ago."
|
|
145
149
|
msgstr "Der Hedia-Rechner unterstützt keine Aktivitäten, die vor über 4 Stunden beendet wurden."
|
|
146
150
|
|
|
147
|
-
#: src/utils/RecommendationError.tsx:
|
|
151
|
+
#: src/utils/RecommendationError.tsx:18
|
|
148
152
|
msgid "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
149
153
|
msgstr "Der Hedia-Rechner unterstützt keine Insulinempfehlungen, die mehr als 300 Gramm Kohlenhydrate enthalten."
|
|
150
154
|
|
|
151
|
-
#: src/utils/AttentionMessages.tsx:
|
|
152
|
-
msgid "Hedia does not support more than {
|
|
153
|
-
msgstr "Hedia unterstützt nicht mehr als {
|
|
155
|
+
#: src/utils/AttentionMessages.tsx:41
|
|
156
|
+
msgid "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
157
|
+
msgstr "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung."
|
|
154
158
|
|
|
155
|
-
#: src/utils/AttentionMessages.tsx:
|
|
156
|
-
msgid "Hedia doesn't support more than {
|
|
157
|
-
msgstr "Hedia unterstützt nicht mehr als {
|
|
159
|
+
#: src/utils/AttentionMessages.tsx:39
|
|
160
|
+
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."
|
|
161
|
+
msgstr "Hedia unterstützt nicht mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung, aber aufgrund der von Ihnen eingegebenen körperlichen Aktivität wurden sie bei dieser Berechnung um {0}% auf {1} Einheiten weiter reduziert."
|
|
158
162
|
|
|
159
|
-
#: src/components/mood/Emotion.tsx:
|
|
163
|
+
#: src/components/mood/Emotion.tsx:25
|
|
160
164
|
msgid "How are you feeling?"
|
|
161
165
|
msgstr "Wie fühlen Sie sich?"
|
|
162
166
|
|
|
163
|
-
#: src/components/Header.tsx:
|
|
167
|
+
#: src/components/Header.tsx:24
|
|
164
168
|
msgid "INSULIN{0}RECOMMENDATION"
|
|
165
169
|
msgstr "INSULIN{0}EMPFEHLUNG"
|
|
166
170
|
|
|
167
|
-
#: src/utils/AttentionMessages.tsx:
|
|
171
|
+
#: src/utils/AttentionMessages.tsx:26
|
|
168
172
|
msgid "If it is possible, postpone your planned exercise."
|
|
169
173
|
msgstr "Wenn möglich, verschieben Sie Ihr geplantes Training."
|
|
170
174
|
|
|
171
|
-
#: src/components/RecommendationModal.tsx:
|
|
175
|
+
#: src/components/RecommendationModal.tsx:43
|
|
172
176
|
msgid "Instead of taking insulin"
|
|
173
177
|
msgstr "Statt der Einnahme von Insulin"
|
|
174
178
|
|
|
175
|
-
#: src/
|
|
179
|
+
#: src/utils/Translations.ts:4
|
|
176
180
|
msgid "Light"
|
|
177
181
|
msgstr "Leicht"
|
|
178
182
|
|
|
179
|
-
#: src/
|
|
183
|
+
#: src/utils/Translations.ts:5
|
|
180
184
|
msgid "Moderate"
|
|
181
185
|
msgstr "Moderat"
|
|
182
186
|
|
|
183
|
-
#: src/utils/AttentionMessages.tsx:
|
|
187
|
+
#: src/utils/AttentionMessages.tsx:42
|
|
184
188
|
msgid "More than 15 minutes has passed since this calculation was started."
|
|
185
189
|
msgstr "Seit Beginn dieser Berechnung sind mehr als 15 Minuten vergangen."
|
|
186
190
|
|
|
187
|
-
#: src/components/RecommendationModal.tsx:
|
|
191
|
+
#: src/components/RecommendationModal.tsx:23
|
|
188
192
|
msgid "NO"
|
|
189
193
|
msgstr "NEIN"
|
|
190
194
|
|
|
191
|
-
#: src/components/RecentInsulin.tsx:
|
|
195
|
+
#: src/components/RecentInsulin.tsx:26
|
|
192
196
|
msgid "No"
|
|
193
197
|
msgstr "Nein"
|
|
194
198
|
|
|
195
|
-
#: src/RecommendationScreen.tsx:
|
|
199
|
+
#: src/RecommendationScreen.tsx:221
|
|
196
200
|
msgid "No, return to dashboard"
|
|
197
201
|
msgstr "Nein, zurück zum Dashboard"
|
|
198
202
|
|
|
199
|
-
#: src/components/Remeasure.tsx:
|
|
203
|
+
#: src/components/Remeasure.tsx:38
|
|
200
204
|
msgid "OFF"
|
|
201
205
|
msgstr "AUS"
|
|
202
206
|
|
|
203
|
-
#: src/components/LimitationMessage.tsx:
|
|
204
|
-
#: src/components/RecommendationModal.tsx:
|
|
205
|
-
#: src/components/RecommendationModal.tsx:
|
|
206
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
207
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
207
|
+
#: src/components/LimitationMessage.tsx:21
|
|
208
|
+
#: src/components/RecommendationModal.tsx:20
|
|
209
|
+
#: src/components/RecommendationModal.tsx:67
|
|
210
|
+
#: src/components/RecommendedCarbs.tsx:33
|
|
211
|
+
#: src/components/RecommendedInsulin.tsx:38
|
|
208
212
|
msgid "OK"
|
|
209
213
|
msgstr "OK"
|
|
210
214
|
|
|
211
|
-
#: src/utils/AttentionMessages.tsx:
|
|
215
|
+
#: src/utils/AttentionMessages.tsx:43
|
|
212
216
|
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
213
217
|
msgstr "Bitte führen Sie die Berechnungsschritte mit neuen Messungen durch, um eine sichere Empfehlung zu erstellen."
|
|
214
218
|
|
|
215
|
-
#: src/utils/AttentionMessages.tsx:
|
|
219
|
+
#: src/utils/AttentionMessages.tsx:47
|
|
216
220
|
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
217
221
|
msgstr "Die Empfehlung von {day} um {time} wurden nicht in Ihr Tagebuch eingetragen.{0}Haben Sie sich an die Empfehlung gehalten?"
|
|
218
222
|
|
|
219
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
223
|
+
#: src/components/RecommendedCarbs.tsx:51
|
|
220
224
|
msgid "Recommended"
|
|
221
225
|
msgstr "Empfohlen"
|
|
222
226
|
|
|
223
|
-
#: src/components/RecentInsulin.tsx:
|
|
224
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
227
|
+
#: src/components/RecentInsulin.tsx:13
|
|
228
|
+
#: src/components/RecommendedInsulin.tsx:54
|
|
225
229
|
msgid "Recommended amount of insulin"
|
|
226
230
|
msgstr "Empfohlene Insulinmenge"
|
|
227
231
|
|
|
228
|
-
#: src/components/Remeasure.tsx:
|
|
232
|
+
#: src/components/Remeasure.tsx:34
|
|
229
233
|
msgid "Remind me to remeasure in"
|
|
230
234
|
msgstr "Ich wünsche eine Erinnerung an eine erneute Messung in"
|
|
231
235
|
|
|
232
|
-
#: src/RecommendationScreen.tsx:
|
|
236
|
+
#: src/RecommendationScreen.tsx:221
|
|
233
237
|
msgid "Return to dashboard"
|
|
234
238
|
msgstr "Zurück zum Dashboard"
|
|
235
239
|
|
|
236
|
-
#: src/RecommendationScreen.tsx:
|
|
240
|
+
#: src/RecommendationScreen.tsx:217
|
|
237
241
|
msgid "Save data before closing?"
|
|
238
242
|
msgstr "Änderungen vor dem Schließen speichern?"
|
|
239
243
|
|
|
240
|
-
#: src/RecommendationScreen.tsx:
|
|
244
|
+
#: src/RecommendationScreen.tsx:217
|
|
241
245
|
msgid "Save to logbook"
|
|
242
246
|
msgstr "Im Tagebuch speichern"
|
|
243
247
|
|
|
244
|
-
#: src/RecommendationScreen.tsx:
|
|
248
|
+
#: src/RecommendationScreen.tsx:221
|
|
245
249
|
msgid "Start new calculation"
|
|
246
250
|
msgstr "Neue Berechnung starten"
|
|
247
251
|
|
|
248
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
252
|
+
#: src/components/RecommendedCarbs.tsx:78
|
|
249
253
|
msgid "Total"
|
|
250
254
|
msgstr "Gesamt"
|
|
251
255
|
|
|
252
|
-
#: src/components/TransferToLogbook.tsx:
|
|
256
|
+
#: src/components/TransferToLogbook.tsx:26
|
|
253
257
|
msgid "Transfer to logbook"
|
|
254
258
|
msgstr "Übertragung ins Tagebuch"
|
|
255
259
|
|
|
256
|
-
#: src/components/TransferToLogbook.tsx:
|
|
260
|
+
#: src/components/TransferToLogbook.tsx:29
|
|
257
261
|
msgid "Transferred to logbook"
|
|
258
262
|
msgstr "Ins Tagebuch übertragen"
|
|
259
263
|
|
|
260
|
-
#: src/components/RecommendedInsulin.tsx:
|
|
264
|
+
#: src/components/RecommendedInsulin.tsx:62
|
|
261
265
|
msgid "Units"
|
|
262
266
|
msgstr "Einheiten"
|
|
263
267
|
|
|
264
|
-
#: src/components/activity/ActivityIcon.tsx:
|
|
268
|
+
#: src/components/activity/ActivityIcon.tsx:27
|
|
265
269
|
msgid "Untitled Activity"
|
|
266
270
|
msgstr "Unbenannte Aktivität"
|
|
267
271
|
|
|
268
|
-
#: src/components/RecommendationModal.tsx:
|
|
272
|
+
#: src/components/RecommendationModal.tsx:33
|
|
269
273
|
msgid "We recommend eating an additional:"
|
|
270
274
|
msgstr "Wir empfehlen Ihnen, zusätzlich Folgendes zu essen:"
|
|
271
275
|
|
|
272
|
-
#: src/components/RecommendationModal.tsx:
|
|
276
|
+
#: src/components/RecommendationModal.tsx:48
|
|
273
277
|
msgid "Would you like to add this to your current calculation?"
|
|
274
278
|
msgstr "Möchten Sie dies zu Ihrer aktuellen Berechnung hinzufügen?"
|
|
275
279
|
|
|
276
|
-
#: src/components/RecentInsulin.tsx:
|
|
280
|
+
#: src/components/RecentInsulin.tsx:23
|
|
277
281
|
msgid "Yes"
|
|
278
282
|
msgstr "Ja"
|
|
279
283
|
|
|
280
|
-
#: src/RecommendationScreen.tsx:
|
|
284
|
+
#: src/RecommendationScreen.tsx:221
|
|
281
285
|
msgid "Yes, save to logbook"
|
|
282
286
|
msgstr "Ja, im Tagebuch speichern"
|
|
283
287
|
|
|
284
|
-
#: src/utils/AttentionMessages.tsx:
|
|
288
|
+
#: src/utils/AttentionMessages.tsx:28
|
|
285
289
|
msgid "You have a high blood glucose level."
|
|
286
|
-
msgstr "Sie haben einen hohen
|
|
290
|
+
msgstr "Sie haben einen hohen Blutzuckerspiegel."
|
|
287
291
|
|
|
288
|
-
#: src/utils/AttentionMessages.tsx:
|
|
292
|
+
#: src/utils/AttentionMessages.tsx:29
|
|
289
293
|
msgid "You should take rapid-acting insulin and measure ketones."
|
|
290
294
|
msgstr "Sie sollten schnell wirkendes Insulin einnehmen und die Ketone messen."
|
|
291
295
|
|
|
292
|
-
#: src/utils/AttentionMessages.tsx:
|
|
296
|
+
#: src/utils/AttentionMessages.tsx:25
|
|
293
297
|
msgid "You will be reminded to measure your blood glucose level in 15 min."
|
|
294
|
-
msgstr "Bitte messen Sie Ihren
|
|
298
|
+
msgstr "Bitte messen Sie Ihren Blutzuckerspiegel in 15 Minuten."
|
|
295
299
|
|
|
296
|
-
#: src/utils/AttentionMessages.tsx:
|
|
300
|
+
#: src/utils/AttentionMessages.tsx:24
|
|
297
301
|
msgid "Your blood glucose level is very low."
|
|
298
|
-
msgstr "Ihr
|
|
302
|
+
msgstr "Ihr Blutzuckerspiegel ist sehr niedrig."
|
|
299
303
|
|
|
300
|
-
#: src/utils/AttentionMessages.tsx:
|
|
304
|
+
#: src/utils/AttentionMessages.tsx:23
|
|
301
305
|
msgid "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
302
|
-
msgstr "Ihr
|
|
306
|
+
msgstr "Ihr Blutzuckerspiegel ist sehr niedrig. Nehmen Sie Glucagon ein oder essen Sie, wenn möglich, Kohlenhydrate. Suchen Sie einen Arzt auf."
|
|
303
307
|
|
|
304
|
-
#: src/utils/AttentionMessages.tsx:
|
|
305
|
-
msgid "Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {
|
|
306
|
-
msgstr "Ihre Empfehlung wäre höher als {0} Einheiten Insulin gewesen, aber sie wurde aus Sicherheitsgründen begrenzt. Hedia empfiehlt nie mehr als {
|
|
308
|
+
#: src/utils/AttentionMessages.tsx:32
|
|
309
|
+
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}."
|
|
310
|
+
msgstr "Ihre Empfehlung wäre höher als {0} Einheiten Insulin gewesen, aber sie wurde aus Sicherheitsgründen begrenzt.{1} Hedia empfiehlt nie mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung, aber aufgrund der von Ihnen eingegebenen körperlichen Aktivität wurden sie um {2}% auf {3} weiter reduziert."
|
|
307
311
|
|
|
308
|
-
#: src/utils/AttentionMessages.tsx:
|
|
309
|
-
msgid "Your recommendation would have been higher than {
|
|
310
|
-
msgstr "Ihre Empfehlung wäre höher als {
|
|
312
|
+
#: src/utils/AttentionMessages.tsx:30
|
|
313
|
+
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."
|
|
314
|
+
msgstr "Ihre Empfehlung wäre höher als {SAFETY_INSULIN_LIMIT} Einheiten Insulin gewesen, aber sie wurde aus Sicherheitsgründen begrenzt. Hedia empfiehlt nie mehr als {SAFETY_INSULIN_LIMIT} Einheiten Insulin pro Berechnung."
|
|
311
315
|
|
|
312
|
-
#: src/RecommendationScreen.tsx:
|
|
316
|
+
#: src/RecommendationScreen.tsx:217
|
|
313
317
|
msgid "Your saved data will be used for future calculations."
|
|
314
318
|
msgstr "Ihre gespeicherten Daten werden für zukünftige Berechnungen verwendet."
|
|
315
319
|
|
|
316
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
317
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
318
|
-
#: src/components/RecommendedCarbs.tsx:
|
|
320
|
+
#: src/components/RecommendedCarbs.tsx:70
|
|
321
|
+
#: src/components/RecommendedCarbs.tsx:80
|
|
322
|
+
#: src/components/RecommendedCarbs.tsx:113
|
|
319
323
|
msgid "grams"
|
|
320
324
|
msgstr "Gramm"
|
|
321
325
|
|
|
322
|
-
#: src/components/RecommendationModal.tsx:
|
|
326
|
+
#: src/components/RecommendationModal.tsx:39
|
|
323
327
|
msgid "grams of carbohydrates"
|
|
324
328
|
msgstr "Gramm Kohlenhydrate"
|
|
325
329
|
|
|
326
|
-
#: src/components/Remeasure.tsx:
|
|
330
|
+
#: src/components/Remeasure.tsx:41
|
|
327
331
|
msgid "hours"
|
|
328
332
|
msgstr "Stunden"
|
|
329
333
|
|
|
330
|
-
#: src/components/activity/Activity.tsx:
|
|
334
|
+
#: src/components/activity/Activity.tsx:25
|
|
331
335
|
msgid "min"
|
|
332
336
|
msgstr "Minuten"
|
|
333
337
|
|
|
334
338
|
#: src/components/InfoBars.tsx:19
|
|
335
|
-
#: src/RecommendationScreen.tsx:
|
|
339
|
+
#: src/RecommendationScreen.tsx:195
|
|
336
340
|
msgid "units"
|
|
337
341
|
msgstr "Einheiten"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"Active Insulin":"Active
|
|
1
|
+
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"Active Insulin":"Active Insulin","Activity":"Activity","Additional":"Additional","Attention":"Attention","Based on the selected activity your insulin recommendation is reduced by:":"Based on the selected activity your insulin recommendation is reduced by:","Blood Glucose Level":"Blood Glucose Level","Blood Ketone Level":"Blood Ketone Level","Carbohydrates":"Carbohydrates","Close calculation":"Close calculation","Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.":"Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity.","Entered":"Entered","Error. Hedia Calculator could not find your recent boluses":"Error. Hedia Calculator could not find your recent boluses","Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units":function(a){return["Error. Hedia Calculator does not support an insulin dose greater than ",a("SAFETY_INSULIN_LIMIT")," units"]},"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours":"Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours","Error. Hedia Calculator does not support your activity intensity value":"Error. Hedia Calculator does not support your activity intensity value","Error. Hedia Calculator does not support your activity type value":"Error. Hedia Calculator does not support your activity type value","Error. Hedia Calculator does not support your current blood glucose level.":"Error. Hedia Calculator does not support your current blood glucose level.","Error. Hedia Calculator does not support your current blood glucose unit.":"Error. Hedia Calculator does not support your current blood glucose unit.","Error. Hedia Calculator does not support your current blood ketone level.":"Error. Hedia Calculator does not support your current blood ketone level.","Error. Hedia Calculator does not support your current blood ketone unit.":"Error. Hedia Calculator does not support your current blood ketone unit.","Error. Hedia Calculator does not support your current language.":"Error. Hedia Calculator does not support your current language.","Error. Hedia Calculator does not support your injection method.":"Error. Hedia Calculator does not support your injection method.","Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.":"Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes.","Error. Please verify that your activity settings are set up correctly.":"Error. Please verify that your activity settings are set up correctly.","Error. Please verify that your activity target blood glucose value is correct.":"Error. Please verify that your activity target blood glucose value is correct.","Error. Please verify that your insulin sensitivity value is correct.":"Error. Please verify that your insulin sensitivity value is correct.","Error. Please verify that your insulin to carb ratio value is correct.":"Error. Please verify that your insulin to carb ratio value is correct.","Error. Please verify that your target blood glucose value is correct.":"Error. Please verify that your target blood glucose value is correct.","Error. Please verify your notifications settings.":"Error. Please verify your notifications settings.","Food":"Food","Hard":"Hard","Have you taken insulin within the last 4 hours?":"Have you taken insulin within the last 4 hours?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"Hedia Calculator does not support activities that finished more than 4 hours ago.","Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.":"Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present.","Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Hedia does not support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation."]},"Hedia doesn't support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {0}% to {1} units for this calculation.":function(a){return["Hedia doesn't support more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("0"),"% to ",a("1")," units for this calculation."]},"How are you feeling?":"How are you feeling?","INSULIN{0}RECOMMENDATION":function(a){return["INSULIN",a("0"),"RECOMMENDATION"]},"If it is possible, postpone your planned exercise.":"If it is possible, postpone your planned exercise.","Instead of taking insulin":"Instead of taking insulin","Light":"Light","Moderate":"Moderate","More than 15 minutes has passed since this calculation was started.":"More than 15 minutes has passed since this calculation was started.","NO":"NO","No":"No","No, return to dashboard":"No, return to dashboard","OFF":"OFF","OK":"OK","Please go through the calculation steps with new measurements to ensure a safe recommendation.":"Please go through the calculation steps with new measurements to ensure a safe recommendation.","Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?":function(a){return["Recommendation from ",a("day")," at ",a("time")," was not transfered to your logbook.",a("0"),"Did you use the recommendation?"]},"Recommended":"Recommended","Recommended amount of insulin":"Recommended amount of insulin","Remind me to remeasure in":"Remind me to remeasure in","Return to dashboard":"Return to dashboard","Save data before closing?":"Save data before closing?","Save to logbook":"Save to logbook","Start new calculation":"Start new calculation","Total":"Total","Transfer to logbook":"Transfer to logbook","Transferred to logbook":"Transferred to logbook","Units":"Units","Untitled Activity":"Untitled Activity","We recommend eating an additional:":"We recommend eating an additional:","Would you like to add this to your current calculation?":"Would you like to add this to your current calculation?","Yes":"Yes","Yes, save to logbook":"Yes, save to logbook","You have a high blood glucose level.":"You have a high blood glucose level.","You should take rapid-acting insulin and measure ketones.":"You should take rapid-acting insulin and measure ketones.","You will be reminded to measure your blood glucose level in 15 min.":"You will be reminded to measure your blood glucose level in 15 min.","Your blood glucose level is very low.":"Your blood glucose level is very low.","Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.":"Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention.","Your recommendation would have been higher than {0} units of insulin, but it has been limited for safety reasons.{1} Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation, but because of the physical activity you entered it has been further reduced by {2}% to {3}.":function(a){return["Your recommendation would have been higher than ",a("0")," units of insulin, but it has been limited for safety reasons.",a("1")," Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation, but because of the physical activity you entered it has been further reduced by ",a("2"),"% to ",a("3"),"."]},"Your recommendation would have been higher than {SAFETY_INSULIN_LIMIT} units of insulin, but it has been limited for safety reasons. Hedia never recommends more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation.":function(a){return["Your recommendation would have been higher than ",a("SAFETY_INSULIN_LIMIT")," units of insulin, but it has been limited for safety reasons. Hedia never recommends more than ",a("SAFETY_INSULIN_LIMIT")," units of insulin per calculation."]},"Your saved data will be used for future calculations.":"Your saved data will be used for future calculations.","grams":"grams","grams of carbohydrates":"grams of carbohydrates","hours":"hours","min":"min","units":"units"}};
|