| 12345678910111213141516171819202122232425262728 |
- /* Invalid input error description (1: input) */
- "Input %@ is invalid" = "El dato %@ es inválido";
- /* Recovery suggestion for unknown peripheral characteristic */
- "Make sure the device is nearby, and the issue should resolve automatically" = "Asegúrate de que los dispositivos estén cercanos. El problema deberá solucionarse automáticamente";
- /* Timeout error description */
- "Peripheral did not respond in time" = "El dispositivo periférico no respondió a tiempo";
- /* Not ready error description */
- "Peripheral isnʼt connected" = "El dispositivo periférico no está conectado";
- /* Response timeout error description */
- "Pump did not respond in time" = "La microinfusora no respondió a tiempo";
- /* Invalid response error description (1: response) */
- "Response %@ is invalid" = "Le respuesta %@ es inválida";
- /* Unsupported command error description */
- "RileyLink firmware does not support the %@ command" = "RileyLink firmware no soporta el comando %@";
- /* Failure reason: unknown peripheral characteristic */
- "The RileyLink was temporarily disconnected" = "RileyLink fue temporalmente desconectado";
- /* Error description */
- "Unknown characteristic" = "Característica desconocida";
|