Localizable.strings 1.1 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?" = "Haluatko varmasti poistaa CGM:n?";
  5. /* Button text to cancel G7 setup */
  6. "Cancel" = "Kumoa";
  7. /* No comment provided by engineer. */
  8. "Configuration" = "Määritykset";
  9. /* title for g7 settings connection status when connected */
  10. "Connected" = "Yhdistetty";
  11. /* title for g7 settings connection status when connecting */
  12. "Connecting" = "Yhdistetään";
  13. /* Button title for starting setup */
  14. "Continue" = "Jatka";
  15. /* Button label for removing CGM */
  16. "Delete CGM" = "Poista CGM";
  17. /* No comment provided by engineer. */
  18. "Done" = "Valmis";
  19. /* Field label */
  20. "Glucose" = "Glukoosi";
  21. /* String displayed instead of a glucose value above the CGM range */
  22. "HIGH" = "KORKEA";
  23. /* String displayed instead of a glucose value below the CGM range */
  24. "LOW" = "MATALA";
  25. /* title for g7 settings row showing BLE Name */
  26. "Name" = "Nimi";
  27. /* Field label */
  28. "Time" = "Aika";
  29. /* Field label */
  30. "Trend" = "Suunta";
  31. /* title for g7 config settings to upload readings */
  32. "Upload Readings" = "Lataa lukemat";