| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* No glucose value representation (3 dashes for mg/dL) */
- "– – –" = "– – –";
- /* Format string for glucose trend per minute. (1: glucose value and unit) */
- "%@/min" = "%@/min";
- /* No comment provided by engineer. */
- "Are you sure you want to delete this CGM?" = "Haluatko varmasti poistaa CGM:n?";
- /* Button text to cancel G7 setup */
- "Cancel" = "Kumoa";
- /* No comment provided by engineer. */
- "Configuration" = "Määritykset";
- /* title for g7 settings connection status when connected */
- "Connected" = "Yhdistetty";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "Yhdistetään";
- /* Button title for starting setup */
- "Continue" = "Jatka";
- /* Button label for removing CGM */
- "Delete CGM" = "Poista CGM";
- /* No comment provided by engineer. */
- "Done" = "Valmis";
- /* Field label */
- "Glucose" = "Glukoosi";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "KORKEA";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "MATALA";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Nimi";
- /* Field label */
- "Time" = "Aika";
- /* Field label */
- "Trend" = "Suunta";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "Lataa lukemat";
|