| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* CGM display title */
- "Dexcom G5" = "Dexcom G5";
- /* CGM display title */
- "Dexcom G6" = "Dexcom G6";
- /* Error description for unreliable state */
- "Glucose data is unavailable" = "Данные глюкозы недоступны";
- /* Describes a low battery */
- "Low Battery" = "Батарейка садится";
- /* Describes a functioning transmitter */
- "OK" = "ОК";
- /* invlid config error description */
- "Peripheral command was invalid" = "Неправильно сформирован запрос.";
- /* 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" = "Неизвестная характеристика";
|