| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- /* PeripheralManagerError.emptyValue error description */
- "Characteristic value was empty" = "Значение характеристики было пустым";
- /* Write size limit exceeded error description (1: size limit) */
- "Data exceeded maximum size of %@ bytes" = "Данные превышают максимальный объем %@ байт";
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "Введенная величина %@ неверна";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "Убедитесь в том, что устройство находится рядом и проблема должна устраниться автоматически";
- /* Timeout error description */
- "Peripheral did not respond in time" = "Периферийное устройство не отозвалось вовремя";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "Соединение с периферийным устройством не установлено";
- /* Response timeout error description */
- "Pump did not respond in time" = "Отклик от помпы не получен вовремя";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Отклик %@ неверен";
- /* commandsBlocked error description */
- "RileyLink command did not respond" = "RileyLink не получил ответ на команду";
- /* PeripheralManagerError.timeout error description */
- "RileyLink did not respond in time" = "RileyLink не отвечает (завис)";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "Прошивка RileyLink не поддерживает команду %@";
- /* PeripheralManagerError.busy error description */
- "RileyLink is busy" = "Rileylink занят";
- /* PeripheralManagerError.notReady error description */
- "RileyLink is not connected" = "RileyLink не подключен";
- /* commandsBlocked recovery suggestion */
- "RileyLink may need to be turned off and back on" = "RileyLink необходимо перезагрузить (выключить и включить)";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "Связь с RileyLink была временно потеряна";
- /* Error description */
- "Unknown characteristic" = "Неизвестная характеристика";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown characteristic: %@" = "Неизвестная характеристика: %@";
- /* PeripheralManagerError.unknownCharacteristic error description */
- "Unknown service: %@" = "Неизвестный сервис: %@";
|