Localizable.strings 1.2 KB

12345678910111213141516171819202122232425262728
  1. /* Invalid input error description (1: input) */
  2. "Input %@ is invalid" = "El dato %@ es inválido";
  3. /* Recovery suggestion for unknown peripheral characteristic */
  4. "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";
  5. /* Timeout error description */
  6. "Peripheral did not respond in time" = "El dispositivo periférico no respondió a tiempo";
  7. /* Not ready error description */
  8. "Peripheral isnʼt connected" = "El dispositivo periférico no está conectado";
  9. /* Response timeout error description */
  10. "Pump did not respond in time" = "La microinfusora no respondió a tiempo";
  11. /* Invalid response error description (1: response) */
  12. "Response %@ is invalid" = "Le respuesta %@ es inválida";
  13. /* Unsupported command error description */
  14. "RileyLink firmware does not support the %@ command" = "RileyLink firmware no soporta el comando %@";
  15. /* Failure reason: unknown peripheral characteristic */
  16. "The RileyLink was temporarily disconnected" = "RileyLink fue temporalmente desconectado";
  17. /* Error description */
  18. "Unknown characteristic" = "Característica desconocida";