| 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?" = "Är du säker på att du vill radera denna CGM?";
- /* Button text to cancel G7 setup */
- "Cancel" = "Avbryt";
- /* No comment provided by engineer. */
- "Configuration" = "Konfiguration";
- /* title for g7 settings connection status when connected */
- "Connected" = "Ansluten";
- /* title for g7 settings connection status when connecting */
- "Connecting" = "Ansluter";
- /* Button title for starting setup */
- "Continue" = "Fortsätt";
- /* Button label for removing CGM */
- "Delete CGM" = "Radera CGM";
- /* No comment provided by engineer. */
- "Done" = "Färdig";
- /* Field label */
- "Glucose" = "Glukos";
- /* String displayed instead of a glucose value above the CGM range */
- "HIGH" = "HÖGT";
- /* String displayed instead of a glucose value below the CGM range */
- "LOW" = "LÅGT";
- /* title for g7 settings row showing BLE Name */
- "Name" = "Namn";
- /* Field label */
- "Time" = "Tid";
- /* Field label */
- "Trend" = "Trend";
- /* title for g7 config settings to upload readings */
- "Upload Readings" = "Ladda upp avläsningar";
|