Localizable.strings 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* No glucose value representation (3 dashes for mg/dL) */
  2. "– – –" = "– – –";
  3. /* No comment provided by engineer. */
  4. "Are you sure you want to delete this CGM?" = "Är du säker på att du vill radera denna CGM?";
  5. /* Button text to cancel G7 setup */
  6. "Cancel" = "Avbryt";
  7. /* No comment provided by engineer. */
  8. "Configuration" = "Konfiguration";
  9. /* title for g7 settings connection status when connected */
  10. "Connected" = "Ansluten";
  11. /* title for g7 settings connection status when connecting */
  12. "Connecting" = "Ansluter";
  13. /* Button title for starting setup */
  14. "Continue" = "Fortsätt";
  15. /* Button label for removing CGM */
  16. "Delete CGM" = "Radera CGM";
  17. /* No comment provided by engineer. */
  18. "Done" = "Färdig";
  19. /* Field label */
  20. "Glucose" = "Glukos";
  21. /* String displayed instead of a glucose value above the CGM range */
  22. "HIGH" = "HÖGT";
  23. /* String displayed instead of a glucose value below the CGM range */
  24. "LOW" = "LÅGT";
  25. /* title for g7 settings row showing BLE Name */
  26. "Name" = "Namn";
  27. /* Field label */
  28. "Time" = "Tid";
  29. /* Field label */
  30. "Trend" = "Trend";
  31. /* title for g7 config settings to upload readings */
  32. "Upload Readings" = "Ladda upp avläsningar";