Localizable.strings 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  2. "%@/min" = "%@ min";
  3. /* Confirmation message for deleting a CGM */
  4. "Are you sure you want to delete this CGM?" = "Är du säker på att du vill radera denna CGM?";
  5. /* The title of the cancel action in an action sheet */
  6. "Cancel" = "Avbryt";
  7. /* Title describing glucose date */
  8. "Date" = "Tid";
  9. /* Button title to delete CGM
  10. Title text for the button to remove a CGM from Loop */
  11. "Delete CGM" = "Radera CGM";
  12. /* Title describing glucose value */
  13. "Glucose" = "Glukos";
  14. /* Describes a glucose value adjusted to reflect a recent calibration */
  15. "Glucose (Adjusted)" = "Glukos (justerad)";
  16. /* Section title for latest glucose calibration */
  17. "Latest Calibration" = "Senaste kalibrering";
  18. /* Section title for latest connection date */
  19. "Latest Connection" = "Senaste anslutning";
  20. /* Section title for latest glucose reading */
  21. "Latest Reading" = "Senaste avläsning";
  22. /* Section title for latest connection date */
  23. "Latest Connection" = "Senaste anslutning";
  24. /* Button title to open CGM app */
  25. "Open App" = "Öppna appen";
  26. /* Section title for remote data synchronization */
  27. "Remote Data Synchronization" = "Synkronisering av fjärrlagrad data";
  28. /* Title describing sensor session age */
  29. "Session Age" = "Sessionsålder";
  30. /* Section title for remote data synchronization */
  31. "Remote Data Synchronization" = "Synkronisering av fjärrlagrad data";
  32. /* Title describing sensor expiration */
  33. "Sensor Expires" = "Sensor går ut";
  34. /* Title describing past sensor expiration */
  35. "Sensor Expired" = "Sensor har gått ut";
  36. /* Title describing CGM calibration and battery state */
  37. "Status" = "Status";
  38. /* Title describing transmitter session age */
  39. "Transmitter Age" = "Ålder på sändare";
  40. /* The title text for the Dexcom G5/G6 transmitter ID config value */
  41. "Transmitter ID" = "Sändari-ID";
  42. /* Title describing glucose trend */
  43. "Trend" = "Trend";
  44. /* The title text for the upload glucose switch cell */
  45. "Upload Readings" = "Ladda upp avläsningar";