| 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 è in grado di leggere i dati CGM di G7, ma è comunque necessario utilizzare l'App Dexcom G7 per l'accoppiamento, la calibrazione e la gestione di altri sensori.";
- /* Button title for starting setup */
- "Continue" = "Continua";
- /* Button text to cancel G7 setup */
- "Cancel" = "Cancella";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "I dati della glicemia non sono disponibili";
- /* The description of sensor algorithm state when sensor is ok. */
- "Sensor is OK" = "Il sensore è OK";
- /* The description of sensor algorithm state when sensor is stopped." */
- "Sensor is stopped" = "Il sensore è arrestato";
- /* The description of sensor algorithm state when sensor is warming up. */
- "Sensor is warming up" = "Il sensore è in fase di avvio";
- /* The description of sensor algorithm state when sensor is expired. */
- "Sensor expired" = "Sensore scaduto";
- /* The description of sensor algorithm state when sensor failed. */
- "Sensor failed" = "Sensore fallito";
- /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Il Sensore è in un stato %1$d sconosciuto";
- /* title for g7 settings row showing sensor start time */
- "Sensor Start" = "Avvia sensore";
- /* title for g7 settings row showing sensor expiration time */
- "Sensor Expiration" = "Scadenza Sensore";
- /* title for g7 settings row showing sensor grace period end time */
- "Grace Period End" = "Fine periodo di tolleranza";
- /* Field label */
- "Glucose" = "Glucosio";
- "Last Reading" = "Ultima lettura";
- "Time" = "Tempo";
- "Trend" = "Tendenza";
- "Bluetooth" = "Bluetooth";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Nome";
- /* title for g7 settings connection status when scanning */
- "Scanning" = "Lettura";
- /* title for g7 settings connection status when connected */
- "Connected" = "Collegato";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "In collegamento";
- /* title for g7 settings row showing sensor last connect time */
- "Last Connect" = "Ultima Connessione";
- /* Configuration */
- "Configuration" = "Impostazioni";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "Carica Letture";
- /* Button */
- "Scan for new sensor" = "Scansiona per nuovo sensore";
- /* Button label for removing CGM */
- "Delete CGM" = "Elimina CGM";
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "– – –";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "BASSO";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "ALTO";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/minuto";
- /* G7 Progress bar label when searching for sensor */
- "Searching for sensor" = "Ricerca del sensore in corso";
- /* G7 Progress bar label when sensor expired */
- "Sensor expired" = "Sensore scaduto";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "Avvio completato";
- /* G7 Progress bar label when sensor in warmup */
- "Warmup completes" = "Avvio completato";
- /* G7 Progress bar label when sensor failed */
- "Sensor failed" = "Sensore fallito";
- /* G7 Progress bar label when sensor lifetime progress showing */
- "Sensor expires" = "Il sensore scade";
- /* G7 Progress bar label when sensor grace period progress showing */
- "Grace period remaining" = "Periodo di tolleranza residuo";
- /* G7 Status highlight text for searching for sensor */
- "Searching for\nSensor" = "Ricerca del sensore \n";
- /* G7 Status highlight text for sensor expired */
- "Sensor\nExpired" = "Sensore \n scaduto";
- /* G7 Status highlight text for signal loss */
- "Sensor\nFailed" = "Sensore \n Fallito";
- /* G7 Status highlight text for signal loss */
- "Signal\nLoss" = "Perdita segnale \n";
- /*G7 Status highlight text for sensor error */
- "Sensor\nIssue" = "Problema al sensore \n";
- /* G7 Status highlight text for sensor warmup */
- "Sensor\nWarmup" = "Riscaldamento sensore \n";
|