|
5 | 5 |
|
6 | 6 | /* Format string for carb ratio average. (1: value)(2: carb unit)
|
7 | 7 | Format string for insulin sensitivity average (1: value)(2: glucose unit) */
|
8 |
| -"%1$@ %2$@/U" = "%1$@ %2$@/E"; |
| 8 | +"%1$@ %2$@/U" = "%1$@ %2$@/IE"; |
9 | 9 |
|
10 | 10 | /* Formats (1: carb start time) and (2: carb absorption duration) */
|
11 | 11 | "%1$@ + %2$@" = "%1$@ + %2$@";
|
12 | 12 |
|
13 | 13 | /* Low reservoir alert format string. (1: Number of units remaining) */
|
14 |
| -"%1$@ U left" = "%1$@ E verbleibend"; |
| 14 | +"%1$@ U left" = "%1$@ IE verbleibend"; |
15 | 15 |
|
16 | 16 | /* Low reservoir alert with time remaining format string. (1: Number of units remaining)(2: approximate time remaining) */
|
17 |
| -"%1$@ U left: %2$@" = "%1$@ E verbleibend: %2$@"; |
| 17 | +"%1$@ U left: %2$@" = "%1$@ IE verbleibend: %2$@"; |
18 | 18 |
|
19 | 19 | /* The format for recommended temp basal rate and time. (1: localized rate number)(2: localized time) */
|
20 |
| -"%1$@ U/hour @ %2$@" = "%1$@ E/St @ %2$@"; |
| 20 | +"%1$@ U/hour @ %2$@" = "%1$@ IE/h @ %2$@"; |
21 | 21 |
|
22 | 22 | /* The format string for the app name and version number. (1: bundle name)(2: bundle version) */
|
23 | 23 | "%1$@ v%2$@" = "%1$@ v%2$@";
|
|
35 | 35 | "%@ absorbed" = "%@ absorbiert";
|
36 | 36 |
|
37 | 37 | /* The subtitle format describing total insulin. (1: localized insulin total) */
|
38 |
| -"%@ U Total" = "%@ Gesamteinheiten"; |
| 38 | +"%@ U Total" = "%@ Gesamt-IE"; |
39 | 39 |
|
40 | 40 | /* Appends a full-stop to a statement */
|
41 | 41 | "%@." = "%@.";
|
42 | 42 |
|
43 | 43 | /* Description of the prediction input effect for glucose momentum */
|
44 |
| -"15 min glucose regression coefficient (b₁), continued with decay over 30 min" = "15 Minuten Glukose-Regressionskoeffizient (b1), fortgesetzt mit Zerfall über 30 min"; |
| 44 | +"15 min glucose regression coefficient (b₁), continued with decay over 30 min" = "15 Minuten Blutzucker-Regressionskoeffizient (b1), fortgesetzt mit Abfall über 30 min"; |
45 | 45 |
|
46 | 46 | /* Description of the prediction input effect for retrospective correction */
|
47 |
| -"30 min comparison of glucose prediction vs actual, continued with decay over 60 min" = "30-minütiger Vergleich der Glukoseprädiktion gegenüber der tatsächlichen, Fortsetzung mit Zerfall über 60 min"; |
| 47 | +"30 min comparison of glucose prediction vs actual, continued with decay over 60 min" = "30-minütiger Vergleich der Blutzuckerprognose gegenüber dem tatsächlichen Blutzucker, Fortsetzung mit Abfall über 60 min"; |
48 | 48 |
|
49 | 49 | /* Subtitle of Fiasp preset */
|
50 | 50 | "A model based on the published absorption of Fiasp insulin." = "Ein Modell basierend auf der veröffentlichten Absorption von Fiasp-Insulin.";
|
|
74 | 74 | "Add Pump" = "Pumpe hinzufügen";
|
75 | 75 |
|
76 | 76 | /* The title of the section containing algorithm settings */
|
77 |
| -"Algorithm Settings" = "Algorithmus einstellungen"; |
| 77 | +"Algorithm Settings" = "Algorithmus-Einstellungen"; |
78 | 78 |
|
79 | 79 | /* The title of the Amplitude service */
|
80 | 80 | "Amplitude" = "Amplitude";
|
|
92 | 92 | "at %@" = "bei %@";
|
93 | 93 |
|
94 | 94 | /* The message displayed during a device authentication prompt for bolus specification */
|
95 |
| -"Authenticate to Bolus %@ Units" = "Authentifizieren für Bolus %@ E"; |
| 95 | +"Authenticate to Bolus %@ Units" = "Bolusabgabe von %@ IE bestätigen"; |
96 | 96 |
|
97 | 97 | /* Details for configuration error when basal rate schedule is missing */
|
98 | 98 | "Basal Rate Schedule" = "Basalraten-Zeitplan";
|
|
109 | 109 | "Cancel" = "Abbrechen";
|
110 | 110 |
|
111 | 111 | /* Details for missing data error when carb effects are missing */
|
112 |
| -"Carb effects" = "Carbwirkungen"; |
| 112 | +"Carb effects" = "Kohlenhydrat-Wirkungen"; |
113 | 113 |
|
114 | 114 | /* The title of the carb ratios schedule screen
|
115 | 115 | The title text for the carb ratio schedule */
|
116 |
| -"Carb Ratios" = "Kohlenhydrate Verhältnisse"; |
| 116 | +"Carb Ratios" = "Kohlenhydrat-Verhältnisse"; |
117 | 117 |
|
118 | 118 | /* Title of the prediction input effect for carbohydrates */
|
119 | 119 | "Carbohydrates" = "Kohlenhydrate";
|
120 | 120 |
|
121 | 121 | /* Description of the prediction input effect for carbohydrates. (1: The glucose unit string) */
|
122 |
| -"Carbs Absorbed (g) ÷ Carb Ratio (g/U) × Insulin Sensitivity (%1$@/U)" = "Kohlenhydrate aufgenommen (G) ÷ Carb Ratio (G/E) × Insulinempfindlichkeit (%1$@/E)"; |
| 122 | +"Carbs Absorbed (g) ÷ Carb Ratio (g/U) × Insulin Sensitivity (%1$@/U)" = "Aufgenommene Kohlenhydrate (g) ÷ Kohlenhydrat-Verhältnis (g/IE) × Insulinempfindlichkeit (%1$@/IE)"; |
123 | 123 |
|
124 | 124 | /* The notification alert describing a low pump battery */
|
125 | 125 | "Change the pump battery immediately" = "Wechseln Sie sofort die Pumpenbatterie";
|
|
137 | 137 | "Check your CGM data source" = "Überprüfen Sie Ihre CGM-Datenquelle";
|
138 | 138 |
|
139 | 139 | /* The title text for the looping enabled switch cell */
|
140 |
| -"Closed Loop" = "Geschlossene Loop"; |
| 140 | +"Closed Loop" = "Geschlossener Loop"; |
141 | 141 |
|
142 | 142 | /* The title of the configuration section in settings */
|
143 | 143 | "Configuration" = "Konfiguration";
|
|
146 | 146 | "Configuration Error: %1$@" = "Konfigurationsfehler: %1$@";
|
147 | 147 |
|
148 | 148 | /* The title of the continuous glucose monitor section in settings */
|
149 |
| -"Continuous Glucose Monitor" = "Kontinuierlicher Glukosemonitor"; |
| 149 | +"Continuous Glucose Monitor" = "Kontinuierliche Blutzuckermessung"; |
150 | 150 |
|
151 | 151 | /* The title of the glucose target range schedule screen
|
152 | 152 | The title text for the glucose target range schedule */
|
153 | 153 | "Correction Range" = "Korrekturbereich";
|
154 | 154 |
|
155 | 155 | /* Message when offering bolus recommendation even though bg is below range. (1: glucose value) */
|
156 |
| -"Current glucose of %1$@ is below correction range." = "Die aktuelle Glukose von %1$@ liegt unter dem Korrekturbereich."; |
| 156 | +"Current glucose of %1$@ is below correction range." = "Der aktuelle Blutzucker von %1$@ liegt unter dem Korrekturbereich."; |
157 | 157 |
|
158 | 158 | /* The title of the Loggly customer token credential */
|
159 | 159 | "Customer Token" = "Kunden-Token";
|
|
168 | 168 | "Delivery Limits" = "Verabreichungslimits";
|
169 | 169 |
|
170 | 170 | /* The action hint of the workout mode toggle button when enabled */
|
171 |
| -"Disables" = "Deaktiviert"; |
| 171 | +"Disables" = "Deaktivieren"; |
172 | 172 |
|
173 | 173 | /* Title of the switch which toggles retrospective correction effects */
|
174 |
| -"Enable Retrospective Correction" = "Aktivieren retrospektive Korrektur"; |
| 174 | +"Enable Retrospective Correction" = "Nachträgliche Korrektur aktivieren"; |
175 | 175 |
|
176 | 176 | /* The action hint of the workout mode toggle button when disabled */
|
177 |
| -"Enables" = "Ermöglicht"; |
| 177 | +"Enables" = "Aktivieren"; |
178 | 178 |
|
179 | 179 | /* The placeholder text instructing users to enter a suspend treshold */
|
180 |
| -"Enter suspend threshold" = "Schwellwert für Aussetzung eingeben"; |
| 180 | +"Enter suspend threshold" = "Unterbrechnungs-Schwellenwert eingeben"; |
181 | 181 |
|
182 | 182 | /* The placeholder text instructing users how to enter a transmitter ID */
|
183 | 183 | "Enter the 6-digit transmitter ID" = "Geben Sie die 6-stellige Sender-ID ein";
|
184 | 184 |
|
185 | 185 | /* The subtitle format describing eventual glucose. (1: localized glucose value description) */
|
186 |
| -"Eventually %@" = "Schließlich %@"; |
| 186 | +"Eventually %@" = "Voraussichtlich %@"; |
187 | 187 |
|
188 | 188 | /* The title of the alert describing a maximum bolus validation error */
|
189 | 189 | "Exceeds Maximum Bolus" = "Überschreitet den maximalen Bolus";
|
|
204 | 204 | "G5/G6 Transmitter" = "G5/G6 Sender";
|
205 | 205 |
|
206 | 206 | /* The title of the glucose and prediction graph */
|
207 |
| -"Glucose" = "Glukose"; |
| 207 | +"Glucose" = "Blutzucker"; |
208 | 208 |
|
209 | 209 | /* The error message when glucose data is too old to be used. (1: glucose data age in minutes) */
|
210 |
| -"Glucose data is %1$@ old" = "Glukosedaten sind %1$@ alt"; |
| 210 | +"Glucose data is %1$@ old" = "Blutzuckerdaten sind %1$@ alt"; |
211 | 211 |
|
212 | 212 | /* Description of error when glucose data is missing */
|
213 |
| -"Glucose data not available" = "Glukosedaten sind nicht verfügbar"; |
| 213 | +"Glucose data not available" = "Blutzuckerdaten sind nicht verfügbar"; |
214 | 214 |
|
215 | 215 | /* Title of the prediction input effect for glucose momentum */
|
216 |
| -"Glucose Momentum" = "Glukose-Momentum"; |
| 216 | +"Glucose Momentum" = "Blutzucker-Momentum"; |
217 | 217 |
|
218 | 218 | /* The placeholder text for the nightscout site URL credential */
|
219 | 219 | "https://mysite.azurewebsites.net" = "https://mysite.azurewebsites.net";
|
|
225 | 225 | "Insulin" = "Insulin";
|
226 | 226 |
|
227 | 227 | /* Description of the prediction input effect for insulin */
|
228 |
| -"Insulin Absorbed (U) × Insulin Sensitivity (%1$@/U)" = "Insulin absorbiert (E) × Insulinempfindlichkeit (%1$@/E)"; |
| 228 | +"Insulin Absorbed (U) × Insulin Sensitivity (%1$@/U)" = "Absorbiertes Insulin (IE) × Insulinempfindlichkeit (%1$@/IE)"; |
229 | 229 |
|
230 | 230 | /* The title of the insulin delivery graph */
|
231 | 231 | "Insulin Delivery" = "Insulinabgabe";
|
|
247 | 247 | /* The title text for the issue report cell */
|
248 | 248 | "Issue Report" = "Problembericht";
|
249 | 249 |
|
| 250 | +/* Format string describing retrospective glucose prediction comparison. (1: Predicted glucose)(2: Actual glucose)(3: difference) */ |
| 251 | +"prediction-description-retrospective-correction" = "Vorausgesagt: %1$@\nAktuell: %2$@ (%3$@)"; |
| 252 | + |
250 | 253 | /* Glucose HUD accessibility hint */
|
251 | 254 | "Launches CGM app" = "Startet die CGM-App";
|
252 | 255 |
|
|
257 | 260 | "Loggly" = "Loggly";
|
258 | 261 |
|
259 | 262 | /* The notification title for a loop failure */
|
260 |
| -"Loop Failure" = "Loop Fehler"; |
| 263 | +"Loop Failure" = "Loop-Fehler"; |
261 | 264 |
|
262 | 265 | /* The notification alert describing a long-lasting loop failure. The substitution parameter is the time interval since the last loop */
|
263 |
| -"Loop has not completed successfully in %@" = "Loop wurde nicht erfolgreich abgeschlossen um %@"; |
| 266 | +"Loop has not completed successfully in %@" = "Loop wurde nicht erfolgreich abgeschlossen seit %@"; |
264 | 267 |
|
265 | 268 | /* The short unit display string for milligrams of glucose per decilter */
|
266 |
| -"mg/dL" = "mg/dL"; |
| 269 | +"mg/dL" = "mg/dl"; |
267 | 270 |
|
268 | 271 | /* The error message for missing data. (1: missing data details) */
|
269 | 272 | "Missing data: %1$@" = "Fehlende Daten: %1$@";
|
270 | 273 |
|
271 | 274 | /* The short unit display string for millimoles of glucose per liter */
|
272 |
| -"mmol/L" = "mmol/L"; |
| 275 | +"mmol/L" = "mmol/l"; |
273 | 276 |
|
274 | 277 | /* Details for missing data error when momentum effects are missing */
|
275 | 278 | "Momentum effects" = "Momentumwirkungen";
|
|
287 | 290 | "Pre-Meal Targets" = "Ziele vor dem Essen";
|
288 | 291 |
|
289 | 292 | /* Message when offering bolus recommendation even though bg is below range and minBG is in future. (1: glucose time)(2: glucose number) */
|
290 |
| -"Predicted glucose at %1$@ is %2$@." = "Vorhergesagte Glukose um %1$@ ist %2$@."; |
| 293 | +"Predicted glucose at %1$@ is %2$@." = "Vorhergesagter Blutzucker um %1$@ ist %2$@."; |
291 | 294 |
|
292 | 295 | /* Notice message when recommending bolus when BG is below the suspend threshold. (1: glucose value) */
|
293 |
| -"Predicted glucose of %1$@ is below your suspend threshold setting." = "Die vorhergesagte Glukose von %1$@ liegt unter der eingestellten Schwelle."; |
| 296 | +"Predicted glucose of %1$@ is below your suspend threshold setting." = "Der vorhergesagte Blutzucker von %1$@ liegt unter der eingestellten Schwelle."; |
294 | 297 |
|
295 | 298 | /* The title of the pump section in settings */
|
296 | 299 | "Pump" = "Pumpe";
|
297 | 300 |
|
298 | 301 | /* The notification title for a low pump battery */
|
299 |
| -"Pump Battery Low" = "Pumpenbatterie niedrig"; |
| 302 | +"Pump Battery Low" = "Pumpenbatterie schwach"; |
300 | 303 |
|
301 | 304 | /* The error message when pump data is too old to be used. (1: pump data age in minutes) */
|
302 | 305 | "Pump data is %1$@ old" = "Pumpendaten sind %1$@ alt";
|
|
311 | 314 | "Pump Reservoir Low" = "Pumpenreservoir niedrig";
|
312 | 315 |
|
313 | 316 | /* Title of insulin model preset */
|
314 |
| -"Rapid-Acting – Adults" = "Schnell handelnd - Erwachsene"; |
| 317 | +"Rapid-Acting – Adults" = "Schnell wirkend - Erwachsene"; |
315 | 318 |
|
316 | 319 | /* Title of insulin model preset */
|
317 |
| -"Rapid-Acting – Children" = "Schnell handelnd - Kinder"; |
| 320 | +"Rapid-Acting – Children" = "Schnell wirkend - Kinder"; |
318 | 321 |
|
319 | 322 | /* The error message when a recommendation has expired. (1: age of recommendation in minutes) */
|
320 | 323 | "Recommendation expired: %1$@ old" = "Empfehlung abgelaufen: %1$@ alt";
|
321 | 324 |
|
322 | 325 | /* The title of the cell displaying a recommended temp basal value */
|
323 |
| -"Recommended Basal" = "Empfohlen Basal"; |
| 326 | +"Recommended Basal" = "Empfohlene Basalrate"; |
324 | 327 |
|
325 | 328 | /* Accessibility hint describing recommended bolus units */
|
326 |
| -"Recommended Bolus: %@ Units" = "Empfohlener Bolus: %@ Einheiten"; |
| 329 | +"Recommended Bolus: %@ Units" = "Empfohlener Bolus: %@ IE"; |
327 | 330 |
|
328 | 331 | /* Details for missing data error when reservoir data is missing */
|
329 | 332 | "Reservoir" = "Reservoir";
|
330 | 333 |
|
331 | 334 | /* Title of the prediction input effect for retrospective correction */
|
332 |
| -"Retrospective Correction" = "Retrospektive Korrektur"; |
| 335 | +"Retrospective Correction" = "Nachträgliche Korrektur"; |
333 | 336 |
|
334 | 337 | /* The title of the notification action to retry a bolus command */
|
335 | 338 | "Retry" = "Wiederholen";
|
|
353 | 356 | "Sof-Sensor / Enlite" = "Sof-Sensor / Enlite";
|
354 | 357 |
|
355 | 358 | /* The title of the cell indicating a bolus is being sent */
|
356 |
| -"Starting Bolus" = "Start Bolus"; |
| 359 | +"Starting Bolus" = "Starte Bolus"; |
357 | 360 |
|
358 | 361 | /* The title text in settings */
|
359 |
| -"Suspend Threshold" = "Suspend-Schwellenwert"; |
| 362 | +"Suspend Threshold" = "Unterbrechungs-Schwellenwert"; |
360 | 363 |
|
361 | 364 | /* Subtitle description of Walsh insulin model setting */
|
362 |
| -"The legacy model used by Loop, allowing customization of action duration." = "Das Legacy-Modell, das von Loop verwendet wird und die Anpassung der Aktionsdauer ermöglicht."; |
| 365 | +"The legacy model used by Loop, allowing customization of action duration." = "Das Legacy-Modell, das von Loop verwendet wird und die Anpassung der Wirkdauer ermöglicht."; |
363 | 366 |
|
364 | 367 | /* Body of the alert describing a maximum bolus validation error. (1: The localized max bolus value) */
|
365 |
| -"The maximum bolus amount is %@ Units" = "Die maximale Bolusmenge beträgt %@ Einheiten"; |
| 368 | +"The maximum bolus amount is %@ Units" = "Die maximale Bolusmenge beträgt %@ IE"; |
366 | 369 |
|
367 | 370 | /* Instructions on where to find the transmitter ID */
|
368 |
| -"The transmitter ID can be found printed on the back of the device, on the side of the box it came in, and from within the settings menus of the receiver and mobile app." = "Die Sender-ID finden Sie auf der Rückseite des Geräts, auf der Seite der Box, in der es geliefert wurde, und in den Einstellungsmenüs des G5/G6-Empfängers und der mobilen App."; |
| 371 | +"The transmitter ID can be found printed on the back of the device, on the side of the box it came in, and from within the settings menus of the receiver and mobile app." = "Die Sender-ID finden Sie auf der Rückseite des Geräts, auf der Seite der Verpackung, in der es geliefert wurde, und in den Einstellungsmenüs des G5/G6-Empfängers und der mobilen App."; |
369 | 372 |
|
370 | 373 | /* The description of the switch which toggles retrospective correction effects */
|
371 |
| -"This will more aggresively increase or decrease basal delivery when glucose movement doesn't match the carbohydrate and insulin-based model." = "Dies wird die basale Abgabe aggressiver erhöhen oder verringern, wenn die Glukosebewegung nicht mit dem Kohlenhydrat- und Insulin-basierten Modell übereinstimmt."; |
| 374 | +"This will more aggresively increase or decrease basal delivery when glucose movement doesn't match the carbohydrate and insulin-based model." = "Dies wird die basale Abgabe stärker erhöhen oder verringern, wenn der Blutzuckerverlauf nicht mit dem Kohlenhydrat- und Insulin-basierten Modell übereinstimmt."; |
372 | 375 |
|
373 | 376 | /* The short unit display string for international units of insulin */
|
374 |
| -"U" = "E"; |
| 377 | +"U" = "IE"; |
375 | 378 |
|
376 | 379 | /* The title of the alert controller used to select a duration for workout targets */
|
377 |
| -"Use Workout Glucose Targets" = "Verwenden Training Glucose Targets"; |
| 380 | +"Use Workout Glucose Targets" = "Trainings-Blutzuckerziele verwenden"; |
378 | 381 |
|
379 | 382 | /* Title of insulin model setting */
|
380 |
| -"Walsh" = "Walsh"; |
| 383 | +"Walsh" = "Walsh"; |
381 | 384 |
|
382 | 385 | /* Explanation of suspend threshold */
|
383 |
| -"When current or forecasted glucose is below the suspend threshold, Loop will not recommend a bolus, and will always recommend a temporary basal rate of 0 units per hour." = "Wenn die aktuelle oder prognostizierte Glukose unter dem Schwellenwert für die Aufhebung liegt, empfiehlt Loop keinen Bolus und empfiehlt immer eine temporäre Basalrate von 0 Einheiten pro Stunde."; |
| 386 | +"When current or forecasted glucose is below the suspend threshold, Loop will not recommend a bolus, and will always recommend a temporary basal rate of 0 units per hour." = "Wenn der aktuelle oder vorhergesagte Blutzucker unter dem Schwellwert für die Unterbrechung liegt, empfiehlt Loop keinen Bolus und immer eine temporäre Basalrate von 0 IE/h."; |
384 | 387 |
|
385 | 388 | /* The label of the workout mode toggle button */
|
386 |
| -"Workout Targets" = "Training Glucose Targets"; |
387 |
| - |
| 389 | +"Workout Targets" = "Trainings-Blutzuckerziele"; |
0 commit comments