| 12345678910111213141516171819202122232425262728293031 |
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Данные глюкозы недоступны";
- /* Describes a low battery */
- "Low Battery" = "Низкий заряд батареи";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Периферийное устройство не отозвалось вовремя";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Соединение с периферийным устройством не установлено";
- /* The description of sensor calibration state when 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" = "Состояние сенсора неизвестно %1$d";
- /* The description of sensor calibration state when sensor sensor is stopped. */
- "Sensor is stopped" = "Сенсор остановлен";
- /* The description of sensor calibration state when sensor sensor is warming up. */
- "Sensor is warming up" = "Сенсор прогревается";
- /* The description of sensor calibration state when sensor needs calibration. */
- "Sensor needs calibration" = "Сенсор требует калибровки";
- /* Error description */
- "Unknown characteristic" = "Неизвестная характеристика";
|