Localizable.strings 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* The title of the about section */
  2. "About" = "Tietoja";
  3. /* The title of the button to add the credentials for a service */
  4. "Add Account" = "Lisää tili";
  5. /* Title text for button to set up a new minimed pump */
  6. "Add Minimed Pump" = "Lisää Minimed-pumppu";
  7. /* The title of the nightscout API secret credential */
  8. "API Secret" = "API-salasana";
  9. /* The title of the configuration section in settings */
  10. "Configuration" = "Määritykset";
  11. /* The title of the button to remove the credentials for a service */
  12. "Delete Account" = "Poista tili";
  13. /* The placeholder text instructing users how to enter a pump ID */
  14. "Enter the 6-digit pump ID" = "Syötä 6-numeroinen pumpun tunniste";
  15. /* The title text for the pull cgm Data cell */
  16. "Fetch CGM" = "Hae CGM-data";
  17. /* The placeholder text for the nightscout site URL credential */
  18. "http://mysite.herokuapp.com" = "http://omaosoite.herokuapp.com";
  19. /* The title of the Nightscout service */
  20. "Nightscout" = "Nightscout";
  21. /* The title text for the pump ID config value */
  22. "Pump ID" = "Pumpun tunniste";
  23. /* Title text for section listing configured pumps */
  24. "Pumps" = "Pumput";
  25. /* The default placeholder string for a credential */
  26. "Required" = "Pakollinen";
  27. /* Title for RileyLink Testing main view controller */
  28. "RileyLink Testing" = "RileyLink-testaus";
  29. /* Title text for button to set up omnipod */
  30. "Setup Omnipod" = "Asenna Omnipod";
  31. /* The title of the nightscout site URL credential */
  32. "Site URL" = "URL";
  33. /* The empty-state text for a configuration value */
  34. "Tap to set" = "Napauta asettaaksesi";
  35. /* The title text for the nightscout upload enabled switch cell */
  36. "Upload To Nightscout" = "Lataa Nightscoutiin";