Localizable.strings 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* Title on WelcomeView */
  2. "Dexcom G7" = "Dexcom G7";
  3. /* Descriptive text on G7StartupView */
  4. "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.";
  5. /* Button title for starting setup */
  6. "Continue" = "Continua";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "Cancella";
  9. /* Error description for unreliable state */
  10. "Glucose data is unavailable" = "I dati della glicemia non sono disponibili";
  11. /* The description of sensor algorithm state when sensor is ok. */
  12. "Sensor is OK" = "Il sensore è OK";
  13. /* The description of sensor algorithm state when sensor is stopped." */
  14. "Sensor is stopped" = "Il sensore è arrestato";
  15. /* The description of sensor algorithm state when sensor is warming up. */
  16. "Sensor is warming up" = "Il sensore è in fase di avvio";
  17. /* The description of sensor algorithm state when sensor is expired. */
  18. "Sensor expired" = "Sensore scaduto";
  19. /* The description of sensor algorithm state when sensor failed. */
  20. "Sensor failed" = "Sensore fallito";
  21. /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
  22. "Sensor is in unknown state %1$d" = "Il Sensore è in un stato %1$d sconosciuto";
  23. /* title for g7 settings row showing sensor start time */
  24. "Sensor Start" = "Avvia sensore";
  25. /* title for g7 settings row showing sensor expiration time */
  26. "Sensor Expiration" = "Scadenza Sensore";
  27. /* title for g7 settings row showing sensor grace period end time */
  28. "Grace Period End" = "Fine periodo di tolleranza";
  29. /* Field label */
  30. "Glucose" = "Glucosio";
  31. "Last Reading" = "Ultima lettura";
  32. "Time" = "Tempo";
  33. "Trend" = "Tendenza";
  34. "Bluetooth" = "Bluetooth";
  35. /* title for g7 settings row showing BLE Name */
  36. "Name" = "Nome";
  37. /* title for g7 settings connection status when scanning */
  38. "Scanning" = "Lettura";
  39. /* title for g7 settings connection status when connected */
  40. "Connected" = "Collegato";
  41. /* title for g7 settings connection status when connecting */
  42. "Connecting" = "In collegamento";
  43. /* title for g7 settings row showing sensor last connect time */
  44. "Last Connect" = "Ultima Connessione";
  45. /* Configuration */
  46. "Configuration" = "Impostazioni";
  47. /* title for g7 config settings to upload readings */
  48. "Upload Readings" = "Carica Letture";
  49. /* Button */
  50. "Scan for new sensor" = "Scansiona per nuovo sensore";
  51. /* Button label for removing CGM */
  52. "Delete CGM" = "Elimina CGM";
  53. /* No glucose value representation (3 dashes for mg/dL) */
  54. "– – –" = "– – –";
  55. /* String displayed instead of a glucose value below the CGM range */
  56. "LOW" = "BASSO";
  57. /* String displayed instead of a glucose value above the CGM range */
  58. "HIGH" = "ALTO";
  59. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  60. "%@/min" = "%@/minuto";
  61. /* G7 Progress bar label when searching for sensor */
  62. "Searching for sensor" = "Ricerca del sensore in corso";
  63. /* G7 Progress bar label when sensor expired */
  64. "Sensor expired" = "Sensore scaduto";
  65. /* G7 Progress bar label when sensor in warmup */
  66. "Warmup completes" = "Avvio completato";
  67. /* G7 Progress bar label when sensor in warmup */
  68. "Warmup completes" = "Avvio completato";
  69. /* G7 Progress bar label when sensor failed */
  70. "Sensor failed" = "Sensore fallito";
  71. /* G7 Progress bar label when sensor lifetime progress showing */
  72. "Sensor expires" = "Il sensore scade";
  73. /* G7 Progress bar label when sensor grace period progress showing */
  74. "Grace period remaining" = "Periodo di tolleranza residuo";
  75. /* G7 Status highlight text for searching for sensor */
  76. "Searching for\nSensor" = "Ricerca del sensore \n";
  77. /* G7 Status highlight text for sensor expired */
  78. "Sensor\nExpired" = "Sensore \n scaduto";
  79. /* G7 Status highlight text for signal loss */
  80. "Sensor\nFailed" = "Sensore \n Fallito";
  81. /* G7 Status highlight text for signal loss */
  82. "Signal\nLoss" = "Perdita segnale \n";
  83. /*G7 Status highlight text for sensor error */
  84. "Sensor\nIssue" = "Problema al sensore \n";
  85. /* G7 Status highlight text for sensor warmup */
  86. "Sensor\nWarmup" = "Riscaldamento sensore \n";