| 12345678910111213141516171819202122232425262728293031 |
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "I dati sulla glicemia non sono disponibili";
- /* Describes a low battery */
- "Low Battery" = "Batteria Bassa";
- /* Timeout error description */
- "Peripheral did not respond in time" = "La periferica non ha risposto nel tempo limite";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "La periferica non e' connessa";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "La calibrazione del sensore e' valida";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Il sensore presenta stato sconosciuto %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Il sensore e' spento";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Il sensore e' in fase di avvio";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Il sensore necessita di calibrazione";
- /* Error description */
- "Unknown characteristic" = "Caratteristiche sconosciute";
|