Localizable.strings 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. /* Error description for unreliable state */
  2. "Glucose data is unavailable" = "Данные глюкозы недоступны";
  3. /* Describes a low battery */
  4. "Low Battery" = "Низкий заряд батареи";
  5. /* Timeout error description */
  6. "Peripheral did not respond in time" = "Периферийное устройство не отозвалось вовремя";
  7. /* Not ready error description */
  8. "Peripheral isnʼt connected" = "Соединение с периферийным устройством не установлено";
  9. /* The description of sensor calibration state when sensor calibration is ok. */
  10. "Sensor calibration is OK" = "Калибровка сенсора ОК";
  11. /* The description of sensor calibration state when raw value is unknown. (1: missing data details) */
  12. "Sensor is in unknown state %1$d" = "Состояние сенсора неизвестно %1$d";
  13. /* The description of sensor calibration state when sensor sensor is stopped. */
  14. "Sensor is stopped" = "Сенсор остановлен";
  15. /* The description of sensor calibration state when sensor sensor is warming up. */
  16. "Sensor is warming up" = "Сенсор прогревается";
  17. /* The description of sensor calibration state when sensor needs calibration. */
  18. "Sensor needs calibration" = "Сенсор требует калибровки";
  19. /* Error description */
  20. "Unknown characteristic" = "Неизвестная характеристика";