| 12345678910111213141516171819202122232425262728293031 |
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Glucose gegevens niet beschikbaar";
- /* Describes a low battery */
- "Low Battery" = "Lage batterij";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Apparaat reageerde niet op tijd";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Apparaat is niet verbonden";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "Sensor callibratie is geslaagd";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Senor is in onbekende status %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Sensor is gestopt";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Sensor is aan het opwarmen";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Sensor heeft callibratie nodig";
- /* Error description */
- "Unknown characteristic" = "Onbekende eigenschap";
|