| 123456789101112131415161718192021222324252627282930 |
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Glukosedaten sind nicht verfügbar";
- /* Describes a low battery */
- "Low Battery" = "Niedriger Batteriestatus";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Peripheres Gerät antwortet nicht rechtzeitig";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Peripheres Gerät ist nicht verbunden";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "Sensorkalibrierung ist OK";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Sensor ist in unbekanntem Zustand %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Sensor ist gestoppt";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Sensor erwärmt sich";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Sensor benötigt Kalibrierung";
- /* Error description */
- "Unknown characteristic" = "Unbekannte Charakteristik";
|