| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- /* Title on WelcomeView */
- "Dexcom G7" = "Dexcom G7";
- /* Descriptive text on G7StartupView */
- "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "iAPS peut lire les données G7 de la CGM mais vous devez toujours utiliser l'application Dexcom G7 pour associer, calibrer et gérer les capteurs.";
- /* Button title for starting setup */
- "Continue" = "Continuer";
- /* Button text to cancel G7 setup */
- "Cancel" = "Annuler";
- /* 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 ok. */
- "Sensor is OK" = "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" = "Capteur est en période de réchauffement";
- /* 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" = "Capteura échoué";
- /* 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";
- /* title for g7 settings row showing sensor start time */
- "Sensor Start" = "Capteur démarré";
- /* title for g7 settings row showing sensor expiration time */
- "Sensor Expiration" = "Capteur expiré";
- /* title for g7 settings row showing sensor grace period end time */
- "Grace Period End" = "Fin de la Période de Grâce";
- /* Field label */
- "Glucose" = "Glycémie";
- "Last Reading" = "Dernière lecture";
- "Time" = "Heure";
- "Trend" = "Tendance";
- "Bluetooth" = "Bluetooth";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Nom";
- /* title for g7 settings connection status when scanning */
- "Scanning" = "Balayage";
- /* title for g7 settings connection status when connected */
- "Connected" = "Connecté";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "De liaison";
- /* title for g7 settings row showing sensor last connect time */
- "Last Connect" = "Dernière Connexion";
- /* Configuration */
- "Configuration" = "Configuration";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "Envoyer les données";
- /* Button */
- "Scan for new sensor" = "Rechercher un nouveau capteur";
- /* Button label for removing CGM */
- "Delete CGM" = "Supprimer CGM";
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "– – –";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "BAS";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "HAUT";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@min";
- /* G7 Progress bar label when searching for sensor */
- "Searching for sensor" = "Recherche d’un capteur";
- /* G7 Progress bar label when sensor expired */
- "Sensor expired" = "Capteur expiré";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "L'échauffement est terminé";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "L'échauffement est terminé";
- /* G7 Progress bar label when sensor failed */
- "Sensor failed" = "Capteura échoué";
- /* G7 Progress bar label when sensor lifetime progress showing */
- "Sensor expires" = "Capteur expiré";
- /* G7 Progress bar label when sensor grace period progress showing */
- "Grace period remaining" = "Période de grâce restante";
- /* G7 Status highlight text for searching for sensor */
- "Searching for\nSensor" = "Recherche d'un\ncapteur";
- /* G7 Status highlight text for sensor expired */
- "Sensor\nExpired" = "Capteur\n expiré";
- /* G7 Status highlight text for signal loss */
- "Sensor\nFailed" = "Capteur\na échoué";
- /* G7 Status highlight text for signal loss */
- "Signal\nLoss" = "Signal\nPerte";
- /*G7 Status highlight text for sensor error */
- "Sensor\nIssue" = "Capteur\nproblème";
- /* G7 Status highlight text for sensor warmup */
- "Sensor\nWarmup" = "Capteur\nRéchauffement";
|