Localizable.strings 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* PeripheralManagerError.emptyValue error description */
  2. "Characteristic value was empty" = "Значение характеристики было пустым";
  3. /* Write size limit exceeded error description (1: size limit) */
  4. "Data exceeded maximum size of %@ bytes" = "Данные превышают максимальный объем %@ байт";
  5. /* Invalid input error description (1: input) */
  6. "Input %@ is invalid" = "Введенная величина %@ неверна";
  7. /* Recovery suggestion for unknown peripheral characteristic */
  8. "Make sure the device is nearby, and the issue should resolve automatically" = "Убедитесь в том, что устройство находится рядом и проблема должна устраниться автоматически";
  9. /* Timeout error description */
  10. "Peripheral did not respond in time" = "Периферийное устройство не отозвалось вовремя";
  11. /* Not ready error description */
  12. "Peripheral isnʼt connected" = "Соединение с периферийным устройством не установлено";
  13. /* Response timeout error description */
  14. "Pump did not respond in time" = "Отклик от помпы не получен вовремя";
  15. /* Invalid response error description (1: response) */
  16. "Response %@ is invalid" = "Отклик %@ неверен";
  17. /* commandsBlocked error description */
  18. "RileyLink command did not respond" = "RileyLink не получил ответ на команду";
  19. /* PeripheralManagerError.timeout error description */
  20. "RileyLink did not respond in time" = "RileyLink не отвечает (завис)";
  21. /* Unsupported command error description */
  22. "RileyLink firmware does not support the %@ command" = "Прошивка RileyLink не поддерживает команду %@";
  23. /* PeripheralManagerError.busy error description */
  24. "RileyLink is busy" = "Rileylink занят";
  25. /* PeripheralManagerError.notReady error description */
  26. "RileyLink is not connected" = "RileyLink не подключен";
  27. /* commandsBlocked recovery suggestion */
  28. "RileyLink may need to be turned off and back on" = "RileyLink необходимо перезагрузить (выключить и включить)";
  29. /* Failure reason: unknown peripheral characteristic */
  30. "The RileyLink was temporarily disconnected" = "Связь с RileyLink была временно потеряна";
  31. /* Error description */
  32. "Unknown characteristic" = "Неизвестная характеристика";
  33. /* PeripheralManagerError.unknownCharacteristic error description */
  34. "Unknown characteristic: %@" = "Неизвестная характеристика: %@";
  35. /* PeripheralManagerError.unknownCharacteristic error description */
  36. "Unknown service: %@" = "Неизвестный сервис: %@";