@hedia/recommendation-screen 2.2.0-alpha.36 → 2.2.0-alpha.38
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/dist/src/RecommendationScreen.d.ts +3 -7
- package/dist/src/RecommendationScreen.js +50 -53
- package/dist/src/RecommendationScreen.js.map +1 -0
- package/dist/src/components/Header.d.ts +5 -3
- package/dist/src/components/Header.js +61 -40
- package/dist/src/components/Header.js.map +1 -0
- package/dist/src/components/Icon.js +1 -2
- package/dist/src/components/Icon.js.map +1 -0
- package/dist/src/components/InfoBars.d.ts +3 -4
- package/dist/src/components/InfoBars.js +12 -14
- package/dist/src/components/InfoBars.js.map +1 -0
- package/dist/src/components/InvisibleNumberInput.js +3 -2
- package/dist/src/components/InvisibleNumberInput.js.map +1 -0
- package/dist/src/components/LimitationMessage.js +4 -4
- package/dist/src/components/LimitationMessage.js.map +1 -0
- package/dist/src/components/LineSeparator.js +1 -0
- package/dist/src/components/LineSeparator.js.map +1 -0
- package/dist/src/components/RecentInsulin.d.ts +1 -1
- package/dist/src/components/RecentInsulin.js +56 -36
- package/dist/src/components/RecentInsulin.js.map +1 -0
- package/dist/src/components/RecommendationModal.d.ts +2 -1
- package/dist/src/components/RecommendationModal.js +20 -25
- package/dist/src/components/RecommendationModal.js.map +1 -0
- package/dist/src/components/RecommendedCarbs.d.ts +2 -0
- package/dist/src/components/RecommendedCarbs.js +38 -38
- package/dist/src/components/RecommendedCarbs.js.map +1 -0
- package/dist/src/components/RecommendedInsulin.d.ts +1 -3
- package/dist/src/components/RecommendedInsulin.js +47 -60
- package/dist/src/components/RecommendedInsulin.js.map +1 -0
- package/dist/src/components/Remeasure.d.ts +5 -15
- package/dist/src/components/Remeasure.js +12 -30
- package/dist/src/components/Remeasure.js.map +1 -0
- package/dist/src/components/{SaveButton.d.ts → TransferToLogbook.d.ts} +1 -1
- package/dist/src/components/TransferToLogbook.js +92 -0
- package/dist/src/components/TransferToLogbook.js.map +1 -0
- package/dist/src/components/TwoOptionModal.d.ts +0 -1
- package/dist/src/components/TwoOptionModal.js +10 -10
- package/dist/src/components/TwoOptionModal.js.map +1 -0
- package/dist/src/components/activity/Activity.d.ts +1 -1
- package/dist/src/components/activity/Activity.js +5 -5
- package/dist/src/components/activity/Activity.js.map +1 -0
- package/dist/src/components/activity/ActivityIcon.d.ts +1 -1
- package/dist/src/components/activity/ActivityIcon.js +4 -4
- package/dist/src/components/activity/ActivityIcon.js.map +1 -0
- package/dist/src/components/activity/ActivityIntensity.d.ts +1 -1
- package/dist/src/components/activity/ActivityIntensity.js +2 -1
- package/dist/src/components/activity/ActivityIntensity.js.map +1 -0
- package/dist/src/components/mood/Emotion.d.ts +1 -1
- package/dist/src/components/mood/Emotion.js +5 -7
- package/dist/src/components/mood/Emotion.js.map +1 -0
- package/dist/src/components/mood/MoodIcon.d.ts +1 -1
- package/dist/src/components/mood/MoodIcon.js +5 -4
- package/dist/src/components/mood/MoodIcon.js.map +1 -0
- package/dist/src/components/text/TextBold.js +1 -0
- package/dist/src/components/text/TextBold.js.map +1 -0
- package/dist/src/components/text/TextRegular.js +1 -0
- package/dist/src/components/text/TextRegular.js.map +1 -0
- package/dist/src/locales/da/messages.json +80 -0
- package/dist/src/locales/de/messages.json +80 -0
- package/dist/src/locales/en/messages.json +83 -0
- package/dist/src/locales/es/messages.json +80 -0
- package/dist/src/locales/fr/messages.json +80 -0
- package/dist/src/locales/it/messages.json +80 -0
- package/dist/src/locales/translate.d.ts +4 -0
- package/dist/src/locales/translate.js +37 -0
- package/dist/src/locales/translate.js.map +1 -0
- package/dist/src/types/enum.d.ts +4 -9
- package/dist/src/types/enum.js +2 -5
- package/dist/src/types/enum.js.map +1 -0
- package/dist/src/types/types.js +1 -0
- package/dist/src/types/types.js.map +1 -0
- package/dist/src/utils/AttentionMessages.js +29 -24
- package/dist/src/utils/AttentionMessages.js.map +1 -0
- package/dist/src/utils/Constants.d.ts +8 -21
- package/dist/src/utils/Constants.js +7 -19
- package/dist/src/utils/Constants.js.map +1 -0
- package/dist/src/utils/RecommendationError.d.ts +0 -4
- package/dist/src/utils/RecommendationError.js +24 -28
- package/dist/src/utils/RecommendationError.js.map +1 -0
- package/dist/src/utils/RecommendationUtils.js +5 -2
- package/dist/src/utils/RecommendationUtils.js.map +1 -0
- package/dist/src/utils/Translations.js +5 -5
- package/dist/src/utils/Translations.js.map +1 -0
- package/dist/src/utils/Utils.d.ts +1 -1
- package/dist/src/utils/Utils.js +1 -0
- package/dist/src/utils/Utils.js.map +1 -0
- package/dist/src/utils/Validations.d.ts +1 -18
- package/dist/src/utils/Validations.js +5 -39
- package/dist/src/utils/Validations.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +86 -100
- package/dist/src/assets/fonts/Poppins-Bold.ttf +0 -0
- package/dist/src/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/dist/src/assets/icons/Edit.d.ts +0 -4
- package/dist/src/assets/icons/Edit.js +0 -7
- package/dist/src/assets/icons/Edit.tsx +0 -22
- package/dist/src/assets/icons/X.d.ts +0 -4
- package/dist/src/assets/icons/X.js +0 -6
- package/dist/src/assets/icons/X.tsx +0 -14
- package/dist/src/components/ForecastInfoBar.d.ts +0 -105
- package/dist/src/components/ForecastInfoBar.js +0 -164
- package/dist/src/components/SaveButton.js +0 -71
- package/dist/src/locale/da/messages.js +0 -1
- package/dist/src/locale/da/messages.po +0 -369
- package/dist/src/locale/de/messages.js +0 -1
- package/dist/src/locale/de/messages.po +0 -369
- package/dist/src/locale/en/messages.js +0 -1
- package/dist/src/locale/en/messages.po +0 -369
- package/dist/src/locale/es/messages.js +0 -1
- package/dist/src/locale/es/messages.po +0 -369
- package/dist/src/locale/fr/messages.js +0 -1
- package/dist/src/locale/fr/messages.po +0 -369
- package/dist/src/locale/i18nUtils.d.ts +0 -18
- package/dist/src/locale/i18nUtils.js +0 -39
- package/dist/src/locale/it/messages.js +0 -1
- package/dist/src/locale/it/messages.po +0 -369
|
@@ -1,369 +0,0 @@
|
|
|
1
|
-
msgid ""
|
|
2
|
-
msgstr ""
|
|
3
|
-
"POT-Creation-Date: 2020-07-02 10:25+0200\n"
|
|
4
|
-
"Mime-Version: 1.0\n"
|
|
5
|
-
"Content-Type: text/plain; charset=utf-8\n"
|
|
6
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
7
|
-
"X-Generator: @lingui/cli\n"
|
|
8
|
-
"Language: en\n"
|
|
9
|
-
"Project-Id-Version: \n"
|
|
10
|
-
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"PO-Revision-Date: \n"
|
|
12
|
-
"Last-Translator: \n"
|
|
13
|
-
"Language-Team: \n"
|
|
14
|
-
"Plural-Forms: \n"
|
|
15
|
-
|
|
16
|
-
#: src/RecommendationScreen.tsx:453
|
|
17
|
-
msgid "Active Insulin"
|
|
18
|
-
msgstr "Active insulin"
|
|
19
|
-
|
|
20
|
-
#: src/components/activity/Activity.tsx:34
|
|
21
|
-
msgid "Activity"
|
|
22
|
-
msgstr "Activity"
|
|
23
|
-
|
|
24
|
-
#: src/components/RecommendedCarbs.tsx:104
|
|
25
|
-
msgid "Additional"
|
|
26
|
-
msgstr "Additional"
|
|
27
|
-
|
|
28
|
-
#: src/components/LimitationMessage.tsx:21
|
|
29
|
-
#: src/components/RecommendationModal.tsx:104
|
|
30
|
-
#: src/components/RecommendedCarbs.tsx:66
|
|
31
|
-
#: src/components/RecommendedInsulin.tsx:76
|
|
32
|
-
msgid "Attention"
|
|
33
|
-
msgstr "Attention"
|
|
34
|
-
|
|
35
|
-
#: src/components/activity/Activity.tsx:51
|
|
36
|
-
msgid "Based on the selected activity your insulin recommendation is reduced by:"
|
|
37
|
-
msgstr "Based on the selected activity your insulin recommendation is reduced by:"
|
|
38
|
-
|
|
39
|
-
#: src/RecommendationScreen.tsx:454
|
|
40
|
-
msgid "Blood Glucose Level"
|
|
41
|
-
msgstr "Blood glucose"
|
|
42
|
-
|
|
43
|
-
#: src/RecommendationScreen.tsx:455
|
|
44
|
-
msgid "Blood Ketone Level"
|
|
45
|
-
msgstr "Blood ketone level"
|
|
46
|
-
|
|
47
|
-
#: src/components/RecommendedCarbs.tsx:169
|
|
48
|
-
msgid "Carbohydrates"
|
|
49
|
-
msgstr "Carbohydrates"
|
|
50
|
-
|
|
51
|
-
#: src/RecommendationScreen.tsx:471
|
|
52
|
-
msgid "Close calculation"
|
|
53
|
-
msgstr "Close calculation"
|
|
54
|
-
|
|
55
|
-
#: src/utils/AttentionMessages.tsx:86
|
|
56
|
-
msgid "Consider not to initiate physical activity before your blood glucose level is within the recommended ranges prior to physical activity."
|
|
57
|
-
msgstr "Consider not to initiate physical activity before your blood glucose is within the recommended ranges prior to physical activity."
|
|
58
|
-
|
|
59
|
-
#: src/__tests__/components/ForecastInfoBar.test.tsx:23
|
|
60
|
-
msgid "Current glucose: {0} mmol/L"
|
|
61
|
-
msgstr "Current glucose: {0} mmol/L"
|
|
62
|
-
|
|
63
|
-
#: src/components/ForecastInfoBar.tsx:55
|
|
64
|
-
msgid "Current glucose: {0} {1}"
|
|
65
|
-
msgstr "Current glucose: {0} {1}"
|
|
66
|
-
|
|
67
|
-
#: src/components/RecommendedInsulin.tsx:110
|
|
68
|
-
msgid "Edit"
|
|
69
|
-
msgstr "Edit"
|
|
70
|
-
|
|
71
|
-
#: src/components/RecommendedCarbs.tsx:173
|
|
72
|
-
msgid "Entered"
|
|
73
|
-
msgstr "Entered"
|
|
74
|
-
|
|
75
|
-
#: src/utils/RecommendationError.tsx:50
|
|
76
|
-
msgid "Error. Hedia Calculator could not find your recent boluses"
|
|
77
|
-
msgstr "Error. Hedia Calculator could not find your recent boluses"
|
|
78
|
-
|
|
79
|
-
#: src/utils/RecommendationError.tsx:46
|
|
80
|
-
msgid "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units"
|
|
81
|
-
msgstr "Error. Hedia Calculator does not support an insulin dose greater than {SAFETY_INSULIN_LIMIT} units"
|
|
82
|
-
|
|
83
|
-
#: src/utils/RecommendationError.tsx:48
|
|
84
|
-
msgid "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours"
|
|
85
|
-
msgstr "Error. Hedia Calculator does not support insulin recommendations with boluses older than 4 hours"
|
|
86
|
-
|
|
87
|
-
#: src/utils/RecommendationError.tsx:40
|
|
88
|
-
msgid "Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours."
|
|
89
|
-
msgstr "Error. Hedia Calculator does not support the blood glucose level of your latest logbook entry from the last 6 hours."
|
|
90
|
-
|
|
91
|
-
#: src/utils/RecommendationError.tsx:26
|
|
92
|
-
msgid "Error. Hedia Calculator does not support your activity intensity value"
|
|
93
|
-
msgstr "Error. Hedia Calculator does not support your activity intensity value"
|
|
94
|
-
|
|
95
|
-
#: src/utils/RecommendationError.tsx:28
|
|
96
|
-
msgid "Error. Hedia Calculator does not support your activity type value"
|
|
97
|
-
msgstr "Error. Hedia Calculator does not support your activity type value"
|
|
98
|
-
|
|
99
|
-
#: src/utils/RecommendationError.tsx:38
|
|
100
|
-
msgid "Error. Hedia Calculator does not support your current blood glucose level."
|
|
101
|
-
msgstr "Error. Hedia Calculator does not support your current blood glucose."
|
|
102
|
-
|
|
103
|
-
#: src/utils/RecommendationError.tsx:60
|
|
104
|
-
msgid "Error. Hedia Calculator does not support your current blood glucose unit."
|
|
105
|
-
msgstr "Error. Hedia Calculator does not support your current blood glucose unit."
|
|
106
|
-
|
|
107
|
-
#: src/utils/RecommendationError.tsx:42
|
|
108
|
-
msgid "Error. Hedia Calculator does not support your current blood ketone level."
|
|
109
|
-
msgstr "Error. Hedia Calculator does not support your current blood ketone level."
|
|
110
|
-
|
|
111
|
-
#: src/utils/RecommendationError.tsx:58
|
|
112
|
-
msgid "Error. Hedia Calculator does not support your current blood ketone unit."
|
|
113
|
-
msgstr "Error. Hedia Calculator does not support your current blood ketone unit."
|
|
114
|
-
|
|
115
|
-
#: src/utils/RecommendationError.tsx:56
|
|
116
|
-
msgid "Error. Hedia Calculator does not support your current language."
|
|
117
|
-
msgstr "Error. Hedia Calculator does not support your current language."
|
|
118
|
-
|
|
119
|
-
#: src/utils/RecommendationError.tsx:54
|
|
120
|
-
msgid "Error. Hedia Calculator does not support your injection method."
|
|
121
|
-
msgstr "Error. Hedia Calculator does not support your injection method."
|
|
122
|
-
|
|
123
|
-
#: src/utils/RecommendationError.tsx:22
|
|
124
|
-
msgid "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes."
|
|
125
|
-
msgstr "Error. Hedia Calculator only supports activities with a duration of maximum 60 minutes."
|
|
126
|
-
|
|
127
|
-
#: src/utils/RecommendationError.tsx:20
|
|
128
|
-
msgid "Error. Please verify that your activity settings are set up correctly."
|
|
129
|
-
msgstr "Error. Please verify that your activity settings are set up correctly."
|
|
130
|
-
|
|
131
|
-
#: src/utils/RecommendationError.tsx:30
|
|
132
|
-
msgid "Error. Please verify that your activity target blood glucose value is correct."
|
|
133
|
-
msgstr "Error. Please verify that your desired blood glucose during activity is correct."
|
|
134
|
-
|
|
135
|
-
#: src/utils/RecommendationError.tsx:34
|
|
136
|
-
msgid "Error. Please verify that your insulin sensitivity value is correct."
|
|
137
|
-
msgstr "Error. Please verify that your insulin sensitivity value is correct."
|
|
138
|
-
|
|
139
|
-
#: src/utils/RecommendationError.tsx:36
|
|
140
|
-
msgid "Error. Please verify that your insulin to carb ratio value is correct."
|
|
141
|
-
msgstr "Error. Please verify that your insulin to carb ratio value is correct."
|
|
142
|
-
|
|
143
|
-
#: src/utils/RecommendationError.tsx:44
|
|
144
|
-
msgid "Error. Please verify that your target blood glucose value is correct."
|
|
145
|
-
msgstr "Error. Please verify that your target blood glucose is correct."
|
|
146
|
-
|
|
147
|
-
#: src/utils/RecommendationError.tsx:52
|
|
148
|
-
msgid "Error. Please verify your notifications settings."
|
|
149
|
-
msgstr "Error. Please verify your notifications settings."
|
|
150
|
-
|
|
151
|
-
#: src/utils/RecommendationError.tsx:62
|
|
152
|
-
msgid "Error. Your blood ketone settings are invalid."
|
|
153
|
-
msgstr "Error. Your blood ketone settings are invalid."
|
|
154
|
-
|
|
155
|
-
#: src/utils/RecommendationError.tsx:64
|
|
156
|
-
msgid "Error. Your forecasted cgm glucose is very low."
|
|
157
|
-
msgstr "Error. Your forecasted cgm glucose is very low."
|
|
158
|
-
|
|
159
|
-
#: src/components/RecommendedCarbs.tsx:167
|
|
160
|
-
msgid "Food"
|
|
161
|
-
msgstr "Food"
|
|
162
|
-
|
|
163
|
-
#: src/components/ForecastInfoBar.tsx:48
|
|
164
|
-
msgid "Forecast time:"
|
|
165
|
-
msgstr "Forecast time:"
|
|
166
|
-
|
|
167
|
-
#: src/RecommendationScreen.tsx:454
|
|
168
|
-
msgid "Forecasted Glucose"
|
|
169
|
-
msgstr "Forecasted Glucose"
|
|
170
|
-
|
|
171
|
-
#: src/utils/Translations.ts:13
|
|
172
|
-
msgid "Hard"
|
|
173
|
-
msgstr "Hard"
|
|
174
|
-
|
|
175
|
-
#: src/components/RecentInsulin.tsx:24
|
|
176
|
-
msgid "Have you taken rapid-acting insulin within the last 4 hours?"
|
|
177
|
-
msgstr "Have you taken rapid-acting insulin within the last 4 hours?"
|
|
178
|
-
|
|
179
|
-
#: src/utils/RecommendationError.tsx:24
|
|
180
|
-
msgid "Hedia Calculator does not support activities that finished more than 4 hours ago."
|
|
181
|
-
msgstr "Hedia Calculator does not support activities that finished more than 4 hours ago."
|
|
182
|
-
|
|
183
|
-
#: src/utils/RecommendationError.tsx:32
|
|
184
|
-
msgid "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
185
|
-
msgstr "Hedia Calculator does not support insulin recommendations with more than 300 grams of carbohydrates present."
|
|
186
|
-
|
|
187
|
-
#: src/utils/AttentionMessages.tsx:105
|
|
188
|
-
msgid "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
189
|
-
msgstr "Hedia does not support more than {SAFETY_INSULIN_LIMIT} units of insulin per calculation."
|
|
190
|
-
|
|
191
|
-
#: src/utils/AttentionMessages.tsx:103
|
|
192
|
-
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."
|
|
193
|
-
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."
|
|
194
|
-
|
|
195
|
-
#: src/components/mood/Emotion.tsx:46
|
|
196
|
-
msgid "How are you feeling?"
|
|
197
|
-
msgstr "How are you feeling?"
|
|
198
|
-
|
|
199
|
-
#: src/utils/AttentionMessages.tsx:84
|
|
200
|
-
msgid "If it is possible, postpone your planned exercise."
|
|
201
|
-
msgstr "If it is possible, postpone your planned exercise."
|
|
202
|
-
|
|
203
|
-
#: src/components/RecommendationModal.tsx:83
|
|
204
|
-
msgid "Instead of taking insulin"
|
|
205
|
-
msgstr "Instead of taking insulin"
|
|
206
|
-
|
|
207
|
-
#: src/components/Header.tsx:19
|
|
208
|
-
msgid "Insulin recommendation"
|
|
209
|
-
msgstr "Insulin recommendation"
|
|
210
|
-
|
|
211
|
-
#: src/utils/Translations.ts:11
|
|
212
|
-
msgid "Light"
|
|
213
|
-
msgstr "Light"
|
|
214
|
-
|
|
215
|
-
#: src/utils/Translations.ts:12
|
|
216
|
-
msgid "Moderate"
|
|
217
|
-
msgstr "Moderate"
|
|
218
|
-
|
|
219
|
-
#: src/utils/AttentionMessages.tsx:107
|
|
220
|
-
msgid "More than 15 minutes has passed since this calculation was started."
|
|
221
|
-
msgstr "More than 15 minutes has passed since this calculation was started."
|
|
222
|
-
|
|
223
|
-
#: src/components/RecommendationModal.tsx:53
|
|
224
|
-
msgid "NO"
|
|
225
|
-
msgstr "NO"
|
|
226
|
-
|
|
227
|
-
#: src/components/RecentInsulin.tsx:32
|
|
228
|
-
msgid "No"
|
|
229
|
-
msgstr "No"
|
|
230
|
-
|
|
231
|
-
#: src/RecommendationScreen.tsx:476
|
|
232
|
-
msgid "No, return to dashboard"
|
|
233
|
-
msgstr "No, return to dashboard"
|
|
234
|
-
|
|
235
|
-
#: src/components/Remeasure.tsx:74
|
|
236
|
-
msgid "OFF"
|
|
237
|
-
msgstr "OFF"
|
|
238
|
-
|
|
239
|
-
#: src/components/LimitationMessage.tsx:27
|
|
240
|
-
#: src/components/RecommendationModal.tsx:50
|
|
241
|
-
#: src/components/RecommendationModal.tsx:111
|
|
242
|
-
#: src/components/RecommendedCarbs.tsx:68
|
|
243
|
-
#: src/components/RecommendedInsulin.tsx:78
|
|
244
|
-
msgid "OK"
|
|
245
|
-
msgstr "OK"
|
|
246
|
-
|
|
247
|
-
#: src/utils/AttentionMessages.tsx:112
|
|
248
|
-
msgid "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
249
|
-
msgstr "Please go through the calculation steps with new measurements to ensure a safe recommendation."
|
|
250
|
-
|
|
251
|
-
#: src/utils/AttentionMessages.tsx:117
|
|
252
|
-
msgid "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
253
|
-
msgstr "Recommendation from {day} at {time} was not transfered to your logbook.{0}Did you use the recommendation?"
|
|
254
|
-
|
|
255
|
-
#: src/components/RecommendedCarbs.tsx:99
|
|
256
|
-
msgid "Recommended"
|
|
257
|
-
msgstr "Recommended"
|
|
258
|
-
|
|
259
|
-
#: src/components/RecommendedInsulin.tsx:96
|
|
260
|
-
msgid "Recommended amount of rapid-acting insulin for immidiate injection"
|
|
261
|
-
msgstr "Recommended amount of rapid-acting insulin for immidiate injection"
|
|
262
|
-
|
|
263
|
-
#: src/components/RecommendedInsulin.tsx:95
|
|
264
|
-
msgid "Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose"
|
|
265
|
-
msgstr "Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose"
|
|
266
|
-
|
|
267
|
-
#: src/components/Remeasure.tsx:68
|
|
268
|
-
msgid "Remind me to remeasure in"
|
|
269
|
-
msgstr "Remind me to remeasure in"
|
|
270
|
-
|
|
271
|
-
#: src/RecommendationScreen.tsx:476
|
|
272
|
-
msgid "Return to dashboard"
|
|
273
|
-
msgstr "Return to dashboard"
|
|
274
|
-
|
|
275
|
-
#: src/RecommendationScreen.tsx:471
|
|
276
|
-
msgid "Save data before closing?"
|
|
277
|
-
msgstr "Save data before closing?"
|
|
278
|
-
|
|
279
|
-
#: src/RecommendationScreen.tsx:471
|
|
280
|
-
#: src/components/SaveButton.tsx:45
|
|
281
|
-
msgid "Save to logbook"
|
|
282
|
-
msgstr "Save to logbook"
|
|
283
|
-
|
|
284
|
-
#: src/RecommendationScreen.tsx:476
|
|
285
|
-
msgid "Start new calculation"
|
|
286
|
-
msgstr "Start new calculation"
|
|
287
|
-
|
|
288
|
-
#: src/components/RecommendedCarbs.tsx:126
|
|
289
|
-
msgid "Total"
|
|
290
|
-
msgstr "Total"
|
|
291
|
-
|
|
292
|
-
#: src/components/RecommendedInsulin.tsx:106
|
|
293
|
-
msgid "Units"
|
|
294
|
-
msgstr "Units"
|
|
295
|
-
|
|
296
|
-
#: src/components/activity/ActivityIcon.tsx:42
|
|
297
|
-
msgid "Untitled Activity"
|
|
298
|
-
msgstr "Untitled activity"
|
|
299
|
-
|
|
300
|
-
#: src/components/RecommendationModal.tsx:68
|
|
301
|
-
msgid "We recommend eating an additional:"
|
|
302
|
-
msgstr "We recommend eating an additional:"
|
|
303
|
-
|
|
304
|
-
#: src/components/RecommendationModal.tsx:89
|
|
305
|
-
msgid "Would you like to add this to your current calculation?"
|
|
306
|
-
msgstr "Would you like to add this to your current calculation?"
|
|
307
|
-
|
|
308
|
-
#: src/components/RecentInsulin.tsx:29
|
|
309
|
-
msgid "Yes"
|
|
310
|
-
msgstr "Yes"
|
|
311
|
-
|
|
312
|
-
#: src/RecommendationScreen.tsx:476
|
|
313
|
-
msgid "Yes, save to logbook"
|
|
314
|
-
msgstr "Yes, save to logbook"
|
|
315
|
-
|
|
316
|
-
#: src/utils/AttentionMessages.tsx:88
|
|
317
|
-
msgid "You have a high blood glucose level."
|
|
318
|
-
msgstr "You have high blood glucose."
|
|
319
|
-
|
|
320
|
-
#: src/utils/AttentionMessages.tsx:90
|
|
321
|
-
msgid "You should take rapid-acting insulin and measure ketones."
|
|
322
|
-
msgstr "You should take rapid-acting insulin and measure ketones."
|
|
323
|
-
|
|
324
|
-
#: src/utils/AttentionMessages.tsx:82
|
|
325
|
-
msgid "You will be reminded to measure your blood glucose level in 15 min."
|
|
326
|
-
msgstr "You will be reminded to measure your blood glucose in 15 min."
|
|
327
|
-
|
|
328
|
-
#: src/utils/AttentionMessages.tsx:80
|
|
329
|
-
msgid "Your blood glucose level is very low."
|
|
330
|
-
msgstr "Your blood glucose is very low."
|
|
331
|
-
|
|
332
|
-
#: src/utils/AttentionMessages.tsx:78
|
|
333
|
-
msgid "Your blood glucose level is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
334
|
-
msgstr "Your blood glucose is very low. Take glucagon or eat carbohydrates if possible. Seek medical attention."
|
|
335
|
-
|
|
336
|
-
#: src/utils/AttentionMessages.tsx:95
|
|
337
|
-
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}."
|
|
338
|
-
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}."
|
|
339
|
-
|
|
340
|
-
#: src/utils/AttentionMessages.tsx:92
|
|
341
|
-
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."
|
|
342
|
-
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."
|
|
343
|
-
|
|
344
|
-
#: src/RecommendationScreen.tsx:471
|
|
345
|
-
msgid "Your saved data will be used for future calculations."
|
|
346
|
-
msgstr "Your saved data will be used for future calculations."
|
|
347
|
-
|
|
348
|
-
#: src/components/RecommendedCarbs.tsx:118
|
|
349
|
-
#: src/components/RecommendedCarbs.tsx:128
|
|
350
|
-
#: src/components/RecommendedCarbs.tsx:175
|
|
351
|
-
msgid "grams"
|
|
352
|
-
msgstr "grams"
|
|
353
|
-
|
|
354
|
-
#: src/components/RecommendationModal.tsx:77
|
|
355
|
-
msgid "grams of carbohydrates"
|
|
356
|
-
msgstr "grams of carbohydrates"
|
|
357
|
-
|
|
358
|
-
#: src/components/Remeasure.tsx:78
|
|
359
|
-
msgid "hours"
|
|
360
|
-
msgstr "hours"
|
|
361
|
-
|
|
362
|
-
#: src/components/activity/Activity.tsx:43
|
|
363
|
-
msgid "min"
|
|
364
|
-
msgstr "min"
|
|
365
|
-
|
|
366
|
-
#: src/RecommendationScreen.tsx:453
|
|
367
|
-
#: src/components/InfoBars.tsx:43
|
|
368
|
-
msgid "units"
|
|
369
|
-
msgstr "units"
|
|
@@ -1 +0,0 @@
|
|
|
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.","Current glucose: {0} mmol/L":function(a){return["Current glucose: ",a("0")," mmol/L"]},"Current glucose: {0} {1}":function(a){return["Current glucose: ",a("0")," ",a("1")]},"Edit":"Edit","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.","Error. Your forecasted cgm glucose is very low.":"Error. Your forecasted cgm glucose is very low.","Food":"Comida","Forecast time:":"Forecast time:","Forecasted Glucose":"Forecasted Glucose","Hard":"Intensa","Have you taken rapid-acting insulin within the last 4 hours?":"Have you taken rapid-acting insulin within the last 4 hours?","Hedia Calculator does not support activities that finished more than 4 hours ago.":"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?","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","Insulin recommendation":"Recomendaci\xF3n de 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 rapid-acting insulin for immidiate injection":"Recommended amount of rapid-acting insulin for immidiate injection","Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose":"Recommended amount of rapid-acting insulin for immidiate injection based on forecasted glucose","Remind me to remeasure in":"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","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"}};
|