| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* CGM display title */
- "Dexcom G5" = "Dexcom G5";
- /* CGM display title */
- "Dexcom G6" = "Dexcom G6";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Glucose data is unavailable";
- /* Describes a low battery */
- "Low Battery" = "Low Battery";
- /* Describes a functioning transmitter */
- "OK" = "OK";
- /* invlid config error description */
- "Peripheral command was invalid" = "Peripheral command was invalid";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Peripheral did not respond in time";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Peripheral isnʼt connected";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "Sensor calibration is OK";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Sensor is in unknown state %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Sensor is stopped";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Sensor is warming up";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Sensor needs calibration";
- /* Error description */
- "Unknown characteristic" = "Unknown characteristic";
|