| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* CGM display title */
- "Dexcom G5" = "Dexcom G5";
- /* CGM display title */
- "Dexcom G6" = "Dexcom G6";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Glukosvärden är inte tillgängliga";
- /* Describes a low battery */
- "Low Battery" = "Lågt batteri";
- /* Describes a functioning transmitter */
- "OK" = "OK";
- /* invlid config error description */
- "Peripheral command was invalid" = "Perifert kommando var ogiltigt";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Enhet svarade inte inom utsatt tid";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Enheten är inte ansluten";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "Sensorkalibrering lyckades";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Sensorns status är okänd %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Sensorn har stoppats";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Sensorn värmer upp";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Sensorn behöver kalibreras";
- /* Error description */
- "Unknown characteristic" = "Okänd data";
|