| 12345678910111213141516171819202122232425 |
- /* CGM display title */
- "Dexcom G7" = "Dexcom G7";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "KŞ verileri mevcut değil";
- /* The description of sensor algorithm state when sensor is expired. */
- "Sensor expired" = "Sensörün süresi doldu";
- /* The description of sensor algorithm state when sensor failed. */
- "Sensor failed" = "Sensör hatası";
- /* The description of sensor algorithm state when raw value is unknown. (1: missing data details) */
- "Sensor is in unknown state %1$d" = "Sensör bilinmeyen durumda %1$d";
- /* The description of sensor algorithm state when sensor is ok. */
- "Sensor is OK" = "Sensör iyi durumda";
- /* The description of sensor algorithm state when sensor is stopped. */
- "Sensor is stopped" = "Sensör durdu";
- /* The description of sensor algorithm state when sensor is warming up. */
- "Sensor is warming up" = "Sensör ısınıyor";
|