| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* CGM display title */
- "Dexcom G5" = "Dexcom G5";
- /* CGM display title */
- "Dexcom G6" = "Dexcom G6";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Los datos de glucosa no están disponibles";
- /* Describes a low battery */
- "Low Battery" = "Batería Baja";
- /* Describes a functioning transmitter */
- "OK" = "OK";
- /* invlid config error description */
- "Peripheral command was invalid" = "El comando del dispositivo periférico no es válido";
- /* Timeout error description */
- "Peripheral did not respond in time" = "El dispositivo periférico no respondió a tiempo";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "El dispositivo periférico no está conectado";
- /* The description of sensor calibration state when sensor calibration is ok. */
- "Sensor calibration is OK" = "Calibración de sensor está OK";
- /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "El sensor está en estado desconocido %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "El sensor está en pausa";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "El sensor se está calentando";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Sensor se necesita de calibración";
- /* Error description */
- "Unknown characteristic" = "Característica desconocida";
|