| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /* 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?" = "Möchten Sie dieses CGM wirklich löschen?";
- /* 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" = "Glukose";
- /* 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 glucose reading */
- "Latest Reading" = "Letzter Wert";
- /* Button title to open CGM app */
- "Open App" = "App öffnen";
- /* 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" = "Sender-ID";
- /* Title describing glucose trend */
- "Trend" = "Trend";
|