Localizable.strings 1.3 KB

123456789101112131415161718192021222324252627282930
  1. /* Write size limit exceeded error description (1: size limit) */
  2. "Data exceeded maximum size of %@ bytes" = "Dados excederam o tamanho máximo de %@ bytes";
  3. /* Invalid input error description (1: input) */
  4. "Input %@ is invalid" = "Entrada %@ é inválida";
  5. /* Recovery suggestion for unknown peripheral characteristic */
  6. "Make sure the device is nearby, and the issue should resolve automatically" = "Confira que o dispositivo esteja próximo, e o problema deve se resolver automaticamente.";
  7. /* Timeout error description */
  8. "Peripheral did not respond in time" = "Acessório não respondeu a tempo";
  9. /* Not ready error description */
  10. "Peripheral isnʼt connected" = "Acessório não está conectado";
  11. /* Response timeout error description */
  12. "Pump did not respond in time" = "Bomba não respondeu a tempo";
  13. /* Invalid response error description (1: response) */
  14. "Response %@ is invalid" = "Resposta %@ é inválida";
  15. /* Unsupported command error description */
  16. "RileyLink firmware does not support the %@ command" = "O firmware do RileyLink não suporta o comando %@";
  17. /* Failure reason: unknown peripheral characteristic */
  18. "The RileyLink was temporarily disconnected" = "O RileyLink foi temporariamente desconectado";
  19. /* Error description */
  20. "Unknown characteristic" = "Característica Desconhecida";