Localizable.strings 949 B

12345678910111213141516171819202122232425
  1. /* CGM display title */
  2. "Dexcom G7" = "Dexcom G7";
  3. /* Error description for unreliable state */
  4. "Glucose data is unavailable" = "Les données de glycémie ne sont pas disponibles";
  5. /* The description of sensor algorithm state when sensor is expired. */
  6. "Sensor expired" = "Capteur expiré";
  7. /* The description of sensor algorithm state when sensor failed. */
  8. "Sensor failed" = "Erreur de capteur";
  9. /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
  10. "Sensor is in unknown state %1$d" = "Le capteur est dans un état inconnu %1$d";
  11. /* The description of sensor algorithm state when sensor is ok. */
  12. "Sensor is OK" = "Le capteur est OK";
  13. /* The description of sensor algorithm state when sensor is stopped. */
  14. "Sensor is stopped" = "Le capteur est arrêté";
  15. /* The description of sensor algorithm state when sensor is warming up. */
  16. "Sensor is warming up" = "Le capteur est en préchauffage";