Localizable.strings 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* The title of the about section */
  2. "About" = "Informazioni";
  3. /* The title of the button to add the credentials for a service */
  4. "Add Account" = "Aggiungi Account";
  5. /* The title of the nightscout API secret credential */
  6. "API Secret" = "API Secret";
  7. /* The title of the configuration section in settings */
  8. "Configuration" = "Configurazione";
  9. /* The title of the button to remove the credentials for a service */
  10. "Delete Account" = "Cancella Account";
  11. /* The placeholder text instructing users how to enter a pump ID */
  12. "Enter the 6-digit pump ID" = "Inserire 6-numeri ID microinfusore";
  13. /* The title text for the pull cgm Data cell */
  14. "Fetch CGM" = "Sincronizza Sensore";
  15. /* The placeholder text for the nightscout site URL credential */
  16. "http://mysite.herokuapp.com" = "http://mysite.herokuapp.com";
  17. /* The title of the Nightscout service */
  18. "Nightscout" = "Nightscout";
  19. /* The title text for the pump ID config value */
  20. "Pump ID" = "ID Microinfusore";
  21. /* Title text for section listing configured pumps */
  22. "Pumps" = "Microinfusore";
  23. /* The default placeholder string for a credential */
  24. "Required" = "Necessario";
  25. /* Title for RileyLink Testing main view controller */
  26. "RileyLink Testing" = "RileyLink Testing";
  27. /* Title text for button to set up omnipod */
  28. "Setup Omnipod" = "Setup Omnipod";
  29. /* The title of the nightscout site URL credential */
  30. "Site URL" = "Sito URL";
  31. /* The empty-state text for a configuration value */
  32. "Tap to set" = "Premi per impostare";
  33. /* The title text for the nightscout upload enabled switch cell */
  34. "Upload To Nightscout" = "Carica su Nightscout";