| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Bist Du sicher, dass Du dieses CGM löschen möchtest?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Abbrechen";
- /* Title describing glucose date */
- "Date" = "Datum";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "CGM löschen";
- /* Title describing glucose value */
- "Glucose" = "Blutzucker";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "BZ-Wert (angepasst)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Letzte Kalibrierung";
- /* Section title for latest connection date */
- "Latest Connection" = "Letzte Verbindung";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Letzter Wert";
- /* Button title to open CGM app */
- "Open App" = "App öffnen";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Remote Daten Synchronisation";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Sensor abgelaufen";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Sensor-Ablaufzeitpunkt";
- /* Title describing sensor session age */
- "Session Age" = "Sitzungsalter";
- /* Title describing CGM calibration and battery state */
- "Status" = "Status";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Transmitteralter";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "Transmitter-ID";
- /* Title describing glucose trend */
- "Trend" = "Trend";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Werte hochladen";
|