Localizable.strings 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* Unit format string for an RSSI value in decibles */
  2. "%@ dB" = "%@ dB";
  3. /* Unit format string for an value in percent */
  4. "%@%%" = "%@%%";
  5. /* The title of the about section */
  6. "About" = "Om";
  7. /* The title of the button to add the credentials for a service */
  8. "Add Account" = "Lägg till konto";
  9. /* Title text for button to set up a new minimed pump */
  10. "Add Minimed Pump" = "Lägg till Minimed-pump";
  11. /* The title of the nightscout API secret credential */
  12. "API Secret" = "API Secret";
  13. /* The title of the configuration section in settings */
  14. "Configuration" = "Konfiguration";
  15. /* The title of the button to remove the credentials for a service */
  16. "Delete Account" = "Radera konto";
  17. /* The placeholder text instructing users how to enter a pump ID */
  18. "Enter the 6-digit pump ID" = "Ange 6-siffrigt pump-ID";
  19. /* The title text for the pull cgm Data cell */
  20. "Fetch CGM" = "Hämta CGM";
  21. /* The placeholder text for the nightscout site URL credential */
  22. "http://mysite.herokuapp.com" = "https://min-nightscoutsida.herokuapp.com";
  23. /* The title of the Nightscout service */
  24. "Nightscout" = "Nightscout";
  25. /* The title text for the pump ID config value */
  26. "Pump ID" = "Pump-ID";
  27. /* Title text for section listing configured pumps */
  28. "Pumps" = "Pumpar";
  29. /* The default placeholder string for a credential */
  30. "Required" = "Krävs";
  31. /* Title for RileyLink Testing main view controller */
  32. "RileyLink Testing" = "RileyLink-testning";
  33. /* Title text for button to set up omnipod */
  34. "Setup Omnipod" = "Omnipod-konfiguration";
  35. /* The title of the nightscout site URL credential */
  36. "Site URL" = "Nightscout-URL";
  37. /* The empty-state text for a configuration value */
  38. "Tap to set" = "Klicka för att ange";
  39. /* The title text for the nightscout upload enabled switch cell */
  40. "Upload To Nightscout" = "Nightscout-uppladdning";