Localizable.strings 1.2 KB

123456789101112131415161718192021222324252627282930
  1. /* Error description for unreliable state */
  2. "Glucose data is unavailable" = "Les données de glucose ne sont pas disponibles";
  3. /* Describes a low battery */
  4. "Low Battery" = "Batterie faible";
  5. /* Timeout error description */
  6. "Peripheral did not respond in time" = "Le périphérique n’a pas répondu à temps";
  7. /* Not ready error description */
  8. "Peripheral isnʼt connected" = "Le périphérique n’est pas connecté";
  9. /* The description of sensor calibration state when sensor calibration is ok. */
  10. "Sensor calibration is OK" = "Calibration de capteur OK";
  11. /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
  12. "Sensor is in unknown state %1$d" = "Capteur est dans un état inconnu %1$d";
  13. /* The description of sensor calibration state when sensor sensor is stopped. */
  14. "Sensor is stopped" = "Capteur est arrêté";
  15. /* The description of sensor calibration state when sensor sensor is warming up. */
  16. "Sensor is warming up" = "Capteur est en période de réchauffement";
  17. /* The description of sensor calibration state when sensor needs calibration. */
  18. "Sensor needs calibration" = "Capteur a besoin de calibration";
  19. /* Error description */
  20. "Unknown characteristic" = "Caractéristique inconnue";