Localizable.strings 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* No glucose value representation (3 dashes for mg/dL) */
  2. "– – –" = "– – –";
  3. /* Format string for glucose trend per minute. (1: glucose value and unit) */
  4. "%@/min" = "%@/min";
  5. /* No comment provided by engineer. */
  6. "Are you sure you want to delete this CGM?" = "Haluatko varmasti poistaa CGM:n?";
  7. /* Button text to cancel G7 setup */
  8. "Cancel" = "Kumoa";
  9. /* No comment provided by engineer. */
  10. "Configuration" = "Määritykset";
  11. /* title for g7 settings connection status when connected */
  12. "Connected" = "Yhdistetty";
  13. /* title for g7 settings connection status when connecting */
  14. "Connecting" = "Yhdistetään";
  15. /* Button title for starting setup */
  16. "Continue" = "Jatka";
  17. /* Button label for removing CGM */
  18. "Delete CGM" = "Poista CGM";
  19. /* No comment provided by engineer. */
  20. "Done" = "Valmis";
  21. /* Field label */
  22. "Glucose" = "Glukoosi";
  23. /* String displayed instead of a glucose value above the CGM range */
  24. "HIGH" = "KORKEA";
  25. /* String displayed instead of a glucose value below the CGM range */
  26. "LOW" = "MATALA";
  27. /* title for g7 settings row showing BLE Name */
  28. "Name" = "Nimi";
  29. /* Field label */
  30. "Time" = "Aika";
  31. /* Field label */
  32. "Trend" = "Suunta";
  33. /* title for g7 config settings to upload readings */
  34. "Upload Readings" = "Lataa lukemat";