| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/minuto";
- /* Confirmation message for deleting a CGM */
- "Are you sure you want to delete this CGM?" = "Sei sicuro di voler eliminare questo CGM?";
- /* The title of the cancel action in an action sheet */
- "Cancel" = "Annulla";
- /* Title describing glucose date */
- "Date" = "Data";
- /* Button title to delete CGM
- Title text for the button to remove a CGM from Loop */
- "Delete CGM" = "Elimina CGM";
- /* Title describing glucose value */
- "Glucose" = "Glicemia";
- /* Describes a glucose value adjusted to reflect a recent calibration */
- "Glucose (Adjusted)" = "Glicemie (Corrette)";
- /* Section title for latest glucose calibration */
- "Latest Calibration" = "Ultima calibrazione";
- /* Section title for latest glucose reading */
- "Latest Reading" = "Ultima lettura";
- /* Section title for latest connection date */
- "Latest Connection" = "Ultima connessione";
- /* Button title to open CGM app */
- "Open App" = "Apri app";
- /* Title describing sensor session age */
- "Session Age" = "Età sessione";
- /* Section title for remote data synchronization */
- "Remote Data Synchronization" = "Sincronizzazione dei dati remoti";
- /* Title describing sensor expiration */
- "Sensor Expires" = "Scadenza sensore";
- /* Title describing past sensor expiration */
- "Sensor Expired" = "Sensore scaduto";
- /* Title describing CGM calibration and battery state */
- "Status" = "Stato";
- /* Title describing transmitter session age */
- "Transmitter Age" = "Età trasmettitore";
- /* The title text for the Dexcom G5/G6 transmitter ID config value */
- "Transmitter ID" = "ID trasmettitore";
- /* Title describing glucose trend */
- "Trend" = "Tendenza";
- /* The title text for the upload glucose switch cell */
- "Upload Readings" = "Carica letture";
|