Localizable.strings 1.2 KB

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