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